/*
Theme Name: STRATEGAD
Description: Custom WordPress Theme — redesigned
Version: 2.3
*/

:root {
    --color-red:        #ED1846;
    --color-pill-bg:    #FDE7EC;
    --color-pill-bd:    var(--color-red);
    --color-bubble:     #F5C9D0;
    --color-bubble-mid: var(--color-red);
    --color-text:       #555555;
    --color-text-meta:  #666666;
    --color-text-soft:  #999999;
    --color-ink:        #191919;
    --color-paper:      #F8F5F5;
    --color-border:     #EEEEEE;
    --color-purple:     #3A204B;
    --color-footer:     #1F1323;
    --font-serif: 'Georgia', 'Times New Roman', serif;
    --font-sans:  'Lato', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
    --ease-out:        cubic-bezier(0.22, 0.61, 0.36, 1);
    --ease-out-cubic:  cubic-bezier(0.33, 1, 0.68, 1);
    --d-micro:    200ms;
    --d-mid:      300ms;
    --d-entrance: 700ms;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; height: 100%; }
body {
    position: relative;
    margin: 0 auto;
    font-family: var(--font-sans);
    font-size: 17px;
    line-height: 1.55;
    color: var(--color-text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify;
}
a { color: var(--color-ink); outline: 0; text-decoration: none; }
a:hover { color: var(--color-red); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif); font-weight: 400; color: var(--color-ink);
    line-height: 1.15; letter-spacing: -0.005em; margin: 1.4em 0 0.7em;
}
p { margin: 0 0 1em; }
button { font: inherit; color: inherit; }

[data-reduced-motion="true"] * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
:focus-visible { outline: 2px solid var(--color-red); outline-offset: 2px; }

.stg-skip-link {
    position: absolute; left: 8px; top: 8px; z-index: 999;
    background: var(--color-red); color: #fff; padding: 8px 14px;
    font: 11px/1 var(--font-sans); letter-spacing: 2px; text-transform: uppercase;
    transform: translateY(-200%); transition: transform 200ms;
}
.stg-skip-link:focus { transform: translateY(0); }

.text-center { text-align: center; }
.hide-mobile { display: block; }

.button {
    display: inline-block; padding: 12px 18px;
    font-family: var(--font-sans);
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: #fff; background: var(--color-red); border: 1px solid var(--color-red);
    transition: background var(--d-micro), color var(--d-micro);
}
.button:hover { color: var(--color-red); background: #fff; }

.headline-big, .headline-medium, .headline-small {
    font-family: var(--font-serif); font-weight: 400;
    letter-spacing: -0.005em; line-height: 1.15;
    color: var(--color-ink);
}
.headline-big    { font-size: 56px; }
.headline-medium { font-size: 32px; }
.headline-small  { font-size: 24px; }
.headline-big a, .headline-medium a, .headline-small a { color: var(--color-ink); }
.headline-big a:hover, .headline-medium a:hover, .headline-small a:hover { color: var(--color-red); }

.preheadline {
    display: block;
    font-family: var(--font-sans);
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--color-red); margin-bottom: 14px;
}
.preheadline a { color: var(--color-red); font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.preheadline a:hover { color: var(--color-purple); }
.headline-big.preheaded, .headline-medium.preheaded, .headline-small.preheaded { margin-top: 10px; }

.stg-eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--font-sans);
    font-size: 14px; font-weight: 400;
    color: var(--color-text-meta);
    margin: 0 0 14px;
    letter-spacing: 0; text-transform: none;
}
.stg-eyebrow em,
.stg-eyebrow__prefix { font-style: italic; color: var(--color-bubble-mid); font-weight: 400; }
.stg-eyebrow::after {
    content: '';
    flex-shrink: 0;
    width: 10px; height: 10px;
    border-radius: 50%;
    border: 1px solid var(--color-bubble-mid);
    background: #fff;
}
.stg-eyebrow + .headline-big,
.stg-eyebrow + .headline-medium,
.stg-eyebrow + .headline-small { margin-top: 12px; }

.stg-eyebrow.stg-eyebrow--brand,
.stg-eyebrow.stg-eyebrow--brand em,
.stg-eyebrow.stg-eyebrow--brand .stg-eyebrow__prefix { color: var(--color-bubble-mid); }

.stg-eyebrow.stg-eyebrow--stacked {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    padding-bottom: 22px;
    font-size: 18px;
    line-height: 1;
    color: var(--color-bubble-mid);
    font-family: var(--font-serif);
    font-weight: 400;
}
.stg-eyebrow.stg-eyebrow--stacked em,
.stg-eyebrow.stg-eyebrow--stacked .stg-eyebrow__prefix {
    font-family: var(--font-serif);
    font-size: 14px;
    color: var(--color-bubble-mid);
    font-style: italic;
}
.stg-eyebrow.stg-eyebrow--stacked > :not(em):not(.stg-eyebrow__prefix) {
    font-family: var(--font-serif);
}
.stg-eyebrow.stg-eyebrow--stacked::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: 0;
    width: 10px; height: 10px;
}

.stg-about-stack {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 24px 20px;
}
.stg-about-section { margin-bottom: 70px; }
.stg-about-section:last-child { margin-bottom: 0; }
.stg-about-section .stg-eyebrow--stacked { margin: 0 auto 30px; }
.stg-about-section p {
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

a.link {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--color-red);
    border-bottom: 1px solid var(--color-red);
    padding-bottom: 4px;
    transition: color var(--d-micro), border-color var(--d-micro);
}
a.link:hover { color: var(--color-purple); border-color: var(--color-purple); }

.intro { font-family: var(--font-sans); font-size: 16px; line-height: 1.7; color: var(--color-text); }

.container { margin: 0 auto; width: 80%; max-width: 1280px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
.grid:not('.container') { margin: 0 auto; width: 100%; }
.grid.spaced { padding: 5% 0; }
.row { margin: 0 auto; }
.grid.spaced .row { margin-left: -15px; margin-right: -15px; }
.col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 { float: left; }
.col-1-1 { width: 100%; }
.col-1-2 { width: calc(50% - 24px); }
.col-1-3 { width: 33.333%; }
.col-2-3 { width: 66.667%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.grid.spaced .col-1-1, .grid.spaced .col-1-2, .grid.spaced .col-1-3,
.grid.spaced .col-2-3, .grid.spaced .col-1-4, .grid.spaced .col-3-4 { padding: 15px; }
.grid:before, .grid:after, .row:before, .row:after { content: " "; display: table; }
.grid:after, .row:after { clear: both; }
.row-flex { display: flex; flex-direction: row; flex-flow: row wrap; gap: 48px; }
.row-flex:before, .row-flex:after { display: none; }

.box-white { background: #fff; padding: 5% 8%; }
.box-grey  { background: var(--color-paper); padding: 5% 8%; }
.box-black { background: var(--color-ink); color: rgba(255,255,255,0.8); padding: 5% 8%; }

#header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px; padding: 22px 48px;
    background: transparent;
    transition: background var(--d-mid), box-shadow var(--d-mid);
}
#header::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.18), transparent);
    pointer-events: none; z-index: -1;
    transition: opacity var(--d-mid);
}
#header.is-solid { background: var(--color-red); box-shadow: 0 1px 0 rgba(0,0,0,0.04); }
#header.is-solid::before { opacity: 0; }

#logo a { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-serif); font-size: 22px; color: #fff; }
#logo a:hover { color: #fff; opacity: 0.85; }
.stg-logo-mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%;
    background: transparent; color: var(--color-red); flex-shrink: 0;
    transition: color var(--d-micro), transform var(--d-micro);
}
.stg-logo-mark svg { width: 38px; height: 38px; }
#header.is-solid .stg-logo-mark { color: #fff; }
#footer .stg-logo-mark { color: var(--color-red); }
#logo a:hover .stg-logo-mark { transform: scale(1.06); }

#nav ul {
    margin: 0; padding: 0;
    display: flex; gap: 38px;
    font-family: var(--font-sans);
    font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
    list-style-type: none;
}
#nav ul li { display: inline-flex; }
#nav ul li a {
    display: inline-block; padding-bottom: 4px;
    color: #fff; border-bottom: 1px solid transparent;
    transition: opacity var(--d-micro), border-color var(--d-micro);
}
#nav ul li a:hover { color: #fff; opacity: 0.78; }
#nav ul li.current-menu-item > a, #nav ul li.current_page_item > a { border-bottom-color: #fff;  }
.stg-nav-toggle { display: none; width: 38px; height: 38px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: transparent; border: 0; cursor: pointer; padding: 0; }
.stg-nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; transition: transform 280ms var(--ease-out), opacity 200ms var(--ease-out); transform-origin: center; }

#hero {
    position: relative;
    width: 100%; height: 750px;
    color: #fff;
    background-color: #2a0a14;
    background-image:
            linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.28)),
            linear-gradient(135deg, #2b0612 0%, #6a0e25 35%, var(--color-red) 100%);
    background-size: cover; background-position: center;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
#hero:after {
    content: '';
    position: absolute; inset: 0;
    background:
            radial-gradient(ellipse at 30% 80%, rgba(0,0,0,0.45), transparent 60%),
            linear-gradient(180deg, rgba(237,24,70,0.06), rgba(237,24,70,0.18));
    z-index: 0;
}
#hero .container { position: relative; z-index: 2; text-align: center; }
#hero .headline-big {
    font-family: var(--font-serif); font-weight: 400;
    color: #fff;
    font-size: 32px;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: 0.02em;
}
.hero-tagline {
    font-family: var(--font-serif); font-weight: 400;
    color: #fff;
    font-size: 72px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.005em;
}

.fancy-headline {
    position: relative;
    width: 100%; height: 640px;
    color: #fff;
    background-image: linear-gradient(135deg, #2b0612 0%, #6a0e25 35%, #ED1846 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.fancy-headline.fancy-big, .fancy-headline.fancy-huge { height: 640px; }
.fancy-headline:after {
    content: '';
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(165deg, rgba(91,38,113,0.4) 0%, rgba(237,24,70,0.55) 55%, rgba(237,24,70,0.6) 100%);
    pointer-events: none;
}
.fancy-headline.fancy-simple { background-image: none !important; background-color: var(--color-ink); }
.fancy-headline.fancy-simple:after { display: none; }
.single-article .fancy-headline { background-image: linear-gradient(160deg, #1a040d 0%, #6c0c22 40%, #c81339 100%); }

.fancy-spacer { position: relative; width: 100%; padding: 70px 8%; text-align: center; color: #fff; background: var(--color-ink); }
.fancy-spacer .headline-big, .fancy-spacer .headline-medium, .fancy-spacer .headline-small { color: #fff; }

.photo { min-height: 250px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.photo img { display: none; }

.stg-page-head {
    max-width: 920px;
    margin: 0 auto;
    padding: 80px 24px 36px;
    text-align: center;
}
.stg-page-head--tight { padding-top: 50px; }
.stg-page-head .preheadline { color: var(--color-red); margin-bottom: 18px; font-size: 11px; letter-spacing: 0.32em; }
.stg-page-head .headline-big { font-size: 50px; line-height: 1.18; margin: 0 0 22px; color: var(--color-ink); }
.stg-page-head .intro { color: var(--color-text); font-size: 17px; line-height: 1.7; max-width: 760px; margin: 0 auto; }

.stg-rail { pointer-events: none; }
.stg-rail__big {
    position: absolute;
    left: 60px;
    top: 140px;
    width: 132px; height: 132px;
    border-radius: 50%;
    border: 1px solid var(--color-red);
    background: transparent;
    pointer-events: auto;
    cursor: pointer;
    padding: 0;
    transition: transform 280ms, background 280ms;
    z-index: 32;
}
.stg-rail__big:hover { transform: scale(1.04); background: rgba(255,255,255,0.04); }
.stg-rail__mark {
    position: absolute;
    top: 18px;
    left: 43px;
    transform: translateX(-50%);
    color: var(--color-red);
    display: inline-flex;
    z-index: 4;
}
.stg-rail__mark svg { width: 20px; height: 20px; fill: currentColor; }
.stg-rail__name {
    position: absolute;
    top: 48px;
    bottom: 20px;
    left: 43px;
    width: 14px;
    transform: translateX(-50%) rotate(180deg);
    transform-origin: center;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: center;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    z-index: 3;
}
.stg-rail__line { position: absolute; left: 125px; width: 1px; z-index: 30; pointer-events: none; }
.stg-rail__line--pink {
    background: var(--color-red);
    top: 161px;
    height: 243px;
    will-change: height;
}
.stg-rail__line--gray { display: none; }
.stg-rail__bubble {
    position: absolute;
    left: 119px;
    width: 14px; height: 14px;
    border-radius: 50%;
    z-index: 31;
    background: transparent;
    border: 1px solid var(--color-red);
    pointer-events: none;
}
.stg-rail__bubble--end {
    top: 515px;
    will-change: top;
}
.stg-rail__bubble--travel { display: none; }

.stg-section-marker {
    position: relative;
    flex: 0 0 200px;
    width: 200px;
    align-self: stretch;
    min-height: 360px;
    margin-right: 40px;
    color: var(--color-red);
}
.stg-section-marker__line {
    position: absolute;
    left: 50%; transform: translateX(-50%);
    top: 22px; bottom: 7px;
    width: 1px;
    background: var(--color-red);
    z-index: 1;
}
.stg-section-marker__big {
    position: relative;
    z-index: 2;
    width: 200px; height: 200px;
    border-radius: 50%;
    border: 1px solid var(--color-red);
    background: transparent;
}
.stg-section-marker__mark {
    position: absolute;
    top: 24px;
    left: 60px;
    transform: translateX(-50%);
    color: var(--color-red);
    display: inline-flex;
    z-index: 4;
}
.stg-section-marker__mark svg { width: 22px; height: 22px; fill: currentColor; }
.stg-section-marker__name {
    position: absolute;
    top: 54px;
    bottom: 22px;
    left: 60px;
    width: 14px;
    transform: translateX(-50%) rotate(180deg);
    transform-origin: center;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: center;
    color: var(--color-red);
    font-family: var(--font-sans);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    z-index: 3;
    overflow: visible;
}
.stg-section-marker__end {
    position: absolute;
    left: 50%; transform: translateX(-50%);
    bottom: 0;
    width: 14px; height: 14px;
    border-radius: 50%;
    border: 1px solid var(--color-red);
    background: transparent;
    z-index: 2;
}

.stg-section-row { display: flex; align-items: stretch; max-width: 1280px; margin: 0 auto; padding: 70px 48px; }
.stg-section-row__body { flex: 1 1 auto; min-width: 0; padding-top: 14px; }
.stg-section-row .row-flex { gap: 60px; }
.stg-section-row .col-1-2 { width: calc(50% - 30px); padding: 0; box-sizing: border-box; float: none; }
.stg-section-row .col-1-2 .preheadline { color: var(--color-text-meta); margin-bottom: 12px; }
.stg-section-row .col-1-2 .headline-medium { font-size: 30px; line-height: 1.2; margin: 0 0 18px; }
.stg-section-row .col-1-2 p { color: var(--color-text); font-size: 14.5px; line-height: 1.7; margin-bottom: 18px; }
.stg-section-row .col-1-2 a.link { color: var(--color-text-meta); border-bottom-color: var(--color-red); }
.stg-section-row .col-1-2 a.link:hover { color: var(--color-red); border-bottom-color: var(--color-red); }

.stg-instagram-section { padding: 30px 0 110px; background: #fff; }
.stg-instagram-row { display: flex; align-items: stretch; max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.stg-ig-carousel { flex: 1 1 auto; min-width: 0; position: relative; }
.stg-ig-carousel__viewport { overflow: hidden; }
.stg-ig-carousel__track { display: flex; gap: 8px; transition: transform 480ms var(--ease-out-cubic); will-change: transform; }
.stg-ig-card { flex: 0 0 calc(25% - 6px); position: relative; aspect-ratio: 3 / 5; overflow: hidden; color: #fff; text-decoration: none; background: var(--color-ink); }
.stg-ig-card__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 600ms; }
.stg-ig-card__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(237,24,70,0.45) 0%, rgba(91,38,113,0.55) 100%); }
.stg-ig-card:hover .stg-ig-card__img { transform: scale(1.04); }
.stg-ig-card__center { position: absolute; top: 48%; left: 0; right: 0; transform: translateY(-50%); text-align: center; font-family: var(--font-serif); font-size: 22px; line-height: 1.3; padding: 0 22px; color: #fff; }
.stg-ig-card__icon { display: inline-flex; margin-top: 22px; color: #fff; }
.stg-ig-card__icon svg { width: 38px; height: 38px; }
.stg-ig-card__bottom { position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; font-family: var(--font-serif); font-size: 17px; color: rgba(255,255,255,0.95); padding: 0 22px; line-height: 1.4; }
.stg-ig-carousel__nav { position: absolute; top: -48px; left: 0; display: flex; gap: 18px; }
.stg-ig-carousel__btn { width: 28px; height: 28px; background: transparent; border: 0; color: var(--color-bubble-mid); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: color var(--d-micro), transform var(--d-micro); padding: 0; }
.stg-ig-carousel__btn:hover { color: var(--color-red); transform: scale(1.08); }
.stg-ig-carousel__btn[disabled] { opacity: 0.3; cursor: default; pointer-events: none; }
.stg-ig-carousel__btn svg { width: 22px; height: 22px; }

.stg-devices { position: relative; max-width: 1100px; margin: 60px auto 0; padding: 0 48px 60px; display: flex; align-items: flex-end; justify-content: center; gap: 40px; }
.stg-devices__laptop, .stg-devices__phone { position: relative; display: block; text-decoration: none; transition: transform var(--d-mid); }
.stg-devices__laptop { flex: 0 1 640px; aspect-ratio: 16 / 10; background: var(--color-paper); overflow: hidden; }
.stg-devices__phone { flex: 0 0 200px; aspect-ratio: 9 / 18; background: var(--color-paper); overflow: hidden; border-radius: 22px; }
.stg-devices__media { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: var(--color-ink); }
.stg-devices__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; background: linear-gradient(165deg, rgba(91,38,113,0.4), rgba(237,24,70,0.55)); }
.stg-devices__label { font-family: var(--font-serif); font-size: 22px; margin: 0 0 10px; color: #fff; }
.stg-devices__sub { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.stg-devices__cta { margin-top: 18px; padding: 8px 14px; border: 1px solid rgba(255,255,255,0.6); font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: #fff; transition: background var(--d-micro), color var(--d-micro), border-color var(--d-micro); }
.stg-devices__laptop:hover .stg-devices__cta, .stg-devices__phone:hover .stg-devices__cta { background: #fff; color: var(--color-red); border-color: #fff; }

.stg-filterbar {
    max-width: 980px; margin: 0 auto;
    padding: 28px 24px 0;
    display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
    justify-content: flex-start;
}
.stg-filterbar__label { font-size: 14px; color: var(--color-text); margin-right: 8px; }
.stg-pill {
    display: inline-block; padding: 12px 22px;
    font-family: var(--font-sans);
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--color-ink);
    background: transparent;
    border: 1px solid var(--color-border);
    cursor: pointer;
    transition: background var(--d-micro), border-color var(--d-micro), color var(--d-micro);
}
.stg-pill:hover, .stg-pill.is-active {
    background: var(--color-pill-bg);
    border-color: var(--color-pill-bd);
    color: var(--color-ink);
}
.stg-empty { text-align: center; padding: 60px 0; color: var(--color-text-soft); }

.article-archive { padding: 32px 0 4%; background: #fff; }
.article-archive .container { width: 86%; max-width: 980px; }
.article-archive .row-flex { flex-direction: column; gap: 80px; }
.article-archive .article {
    width: 100%; margin: 0; padding: 0; background: transparent;
    display: grid; grid-template-columns: 380px 1fr; gap: 56px;
    align-items: start;
}
.article-archive .article-image {
    width: 100%; position: relative; display: block;
    aspect-ratio: 1 / 1;
    overflow: visible;
}
.article-archive .article-image::before {
    content: "";
    position: absolute;
    top: -12px; left: -12px;
    right: 12px; bottom: 12px;
    border: 1px solid var(--color-bubble);
    z-index: 0;
    pointer-events: none;
    transition: border-color var(--d-mid);
}
.article-archive .article:hover .article-image::before { border-color: var(--color-red); }
.article-archive .article-image a {
    position: relative; z-index: 1; display: block;
    width: 100%; height: 100%; overflow: hidden;
}
.article-archive .article-image img {
    display: block; width: 100%; height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter var(--d-mid);
}
.article-archive .article:hover .article-image img { filter: grayscale(0.15); }
.article-archive .article .box-white { padding: 16px 0 0; background: transparent; }
.article-archive .article .preheadline { color: var(--color-text-meta); margin-bottom: 12px; }
.article-archive .article h2.headline-medium,
.article-archive .article h3.headline-medium { font-size: 30px; line-height: 1.18; margin: 0 0 16px; }
.article-archive .article p { color: var(--color-text); margin-bottom: 18px; font-size: 14.5px; line-height: 1.7; }
.article-archive .article a.link { color: var(--color-text-meta); border-bottom-color: var(--color-red); }
.article-archive .article a.link:hover { color: var(--color-red); border-bottom-color: var(--color-red); }

.pagination { margin: 60px 0 100px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; }
.pagination a, .pagination .pagination-link, .pagination .pagination-current, .pagination span.pagination-link { display: inline-block; padding: 8px 4px; color: var(--color-text); border-bottom: 1px solid transparent; transition: color var(--d-micro), border-color var(--d-micro); }
.pagination a:hover, .pagination .pagination-link:hover { color: var(--color-red); border-bottom-color: var(--color-red); }
.pagination .pagination-current { color: var(--color-red); border-bottom-color: var(--color-red); }
.pagination .pagination-jumper { display: inline-flex; align-items: center; border: 1px solid var(--color-border); padding: 4px 10px; background: #fff; }
.pagination .pagination-jumper input { width: 110px; padding: 4px 0; border: 0; background: transparent; font: inherit; color: var(--color-ink); text-align: center; letter-spacing: 0.18em; text-transform: uppercase; }
.pagination .pagination-jumper input::placeholder { color: var(--color-text-soft); }
.pagination .pagination-jumper input:focus { outline: 0; }

.article-body { position: relative; padding: 5% 0 0; }
.article-body .container { width: 80%; max-width: 760px; padding-right: 0; }
.article-body p { font-size: 17px; line-height: 1.75; color: var(--color-text); margin-bottom: 24px; }

.article-body blockquote {
    position: relative;
    margin: 50px -100px;
    padding: 50px 80px 50px 180px;
    background: var(--color-paper);
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 19px;
    line-height: 1.7;
    color: var(--color-ink);
    z-index: 1;
}
.article-body blockquote::before {
    content: '';
    position: absolute;
    top: 36px; left: 70px;
    width: 80px; height: 80px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233A204B'><path d='M5.5 17h3.5l1.8-3.6V8H5v6h2.6L5.5 17zm9 0H18l1.8-3.6V8H14v6h2.6L14.5 17z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}
.article-body blockquote > *:first-child { margin-top: 0; }
.article-body blockquote > *:last-child  { margin-bottom: 0; }
.article-body blockquote p { font-style: italic; font-size: 19px; line-height: 1.7; color: var(--color-ink); margin-bottom: 14px; }
.article-body blockquote footer { margin: 14px 0 0; font-family: var(--font-sans); font-size: 12px; font-style: normal; text-align: right; color: var(--color-text-soft); }
.article-body blockquote footer cite { font-weight: 700; color: var(--color-ink); font-style: normal; }
.article-body h2 { font-family: var(--font-serif); font-size: 36px; font-weight: 400; color: var(--color-ink); }
.article-body h3 { font-family: var(--font-serif); font-size: 30px; font-weight: 400; color: var(--color-ink); }
.article-body h4 { font-family: var(--font-serif); font-size: 24px; font-weight: 400; color: var(--color-ink); }
.article-body a { text-decoration: underline; color: var(--color-red); }
.article-body a.link, .article-body a.button,
.stg-article-toolbar a, .stg-article-pn a { text-decoration: none; }

.stg-article-meta { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-text-soft); margin: 0 0 36px; }

.stg-article-toolbar { max-width: 760px; margin: 60px auto 36px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.stg-article-toolbar__cat { display: inline-block; padding: 13px 22px; border: 1px solid var(--color-border); background: #fff; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-text); }
.stg-article-toolbar__share { display: inline-flex; gap: 14px; align-items: center; }
.stg-article-toolbar__share a { display: inline-flex; align-items: center; gap: 12px; padding: 13px 20px; background: #fff; color: var(--color-text); border: 1px solid var(--color-border); font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; transition: background var(--d-micro), color var(--d-micro), border-color var(--d-micro); }
.stg-article-toolbar__share a svg { width: 14px; height: 14px; fill: currentColor; }
.stg-article-toolbar__share a:hover { background: var(--color-red); color: #fff; border-color: var(--color-red); }

.stg-article-pn { max-width: 760px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; padding: 18px 0 100px; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; }
.stg-article-pn__prev { text-align: left; }
.stg-article-pn__back { text-align: center; }
.stg-article-pn__next { text-align: right; }
.stg-article-pn a { color: var(--color-text); border-bottom: 1px solid transparent; padding-bottom: 4px; transition: color var(--d-micro), border-color var(--d-micro); }
.stg-article-pn__back a { color: var(--color-red); border-bottom-color: var(--color-red); }
.stg-article-pn a:hover { color: var(--color-red); border-bottom-color: var(--color-red); }

.stg-hoverframe { position: relative; padding: 56px 48px; min-height: 380px; background: #fff; isolation: isolate; }
.stg-hoverframe__line {
    position: absolute;
    background: var(--color-bubble-mid);
    pointer-events: none;
    z-index: 2;
}
.stg-hoverframe__line--top {
    top: 0; left: 0;
    height: 1px;
    width: 45%;
    transition: width 380ms var(--ease-out-cubic) 80ms;
}
.stg-hoverframe__line--left {
    top: 0; bottom: 0; left: 0;
    width: 1px;
}
.stg-hoverframe__line--right {
    top: 0; right: 0;
    width: 1px;
    height: 0;
    transition: height 380ms var(--ease-out-cubic) 240ms;
}
.stg-hoverframe__line--bottom {
    bottom: 0; right: 0;
    height: 1px;
    width: 0;
    transition: width 380ms var(--ease-out-cubic) 460ms;
}
.stg-hoverframe:hover .stg-hoverframe__line--top    { width: 100%; }
.stg-hoverframe:hover .stg-hoverframe__line--right  { height: 100%; }
.stg-hoverframe:hover .stg-hoverframe__line--bottom { width: 100%; }
.stg-hoverframe__dot {
    position: absolute;
    width: 10px; height: 10px;
    border-radius: 50%;
    border: 1px solid var(--color-bubble-mid);
    background: #fff;
    pointer-events: none;
    z-index: 4;
}
.stg-hoverframe__dot--tl       { top: -5px; left: -5px; }
.stg-hoverframe__dot--mid-top  { top: -5px; left: calc(45% - 5px); }
.stg-hoverframe__dot--tr       { top: -5px; right: -5px; opacity: 0; transition: opacity 220ms ease 240ms; }
.stg-hoverframe__dot--mid-right{ top: 50%; right: -5px; transform: translateY(-50%); }
.stg-hoverframe__dot--bl       { bottom: -5px; left: -5px; }
.stg-hoverframe__dot--br       { bottom: -5px; right: -5px; opacity: 0; transition: opacity 220ms ease 700ms; }
.stg-hoverframe:hover .stg-hoverframe__dot--tr { opacity: 1; }
.stg-hoverframe:hover .stg-hoverframe__dot--br { opacity: 1; }
.stg-hoverframe .stg-eyebrow { margin-bottom: 28px; font-size: 15px; }
.stg-hoverframe .headline-medium { font-size: 38px; line-height: 1.18; margin: 0 0 24px; color: var(--color-ink); font-family: var(--font-serif); font-weight: 400; }
.stg-hoverframe p { font-size: 16px; line-height: 1.75; color: var(--color-text); margin-bottom: 22px; }
.stg-hoverframe .link { color: var(--color-text); font-weight: 400; border-bottom-color: var(--color-red); }

.stg-service-nav { max-width: 1280px; margin: 30px auto 80px; padding: 0 48px; }
.stg-service-nav__frame { position: relative; border: 1px solid var(--color-bubble-mid); padding: 50px 28px 32px; }
.stg-service-nav__label {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0;
    line-height: 0;
    z-index: 2;
}
.stg-service-nav__text {
    background: #fff;
    padding: 0 14px;
    color: var(--color-bubble-mid);
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 1.4;
}
.stg-service-nav__text .stg-eyebrow__prefix { font-style: italic; }
.stg-service-nav__line {
    width: 28px;
    height: 1px;
    background: var(--color-bubble-mid);
}
.stg-service-nav__dot {
    border-radius: 50%;
    border: 1px solid var(--color-bubble-mid);
    background: #fff;
    flex-shrink: 0;
}
.stg-service-nav__dot--left { width: 10px; height: 10px; }
.stg-service-nav__dot--right { width: 10px; height: 10px; }
.stg-service-nav__cells { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.stg-service-nav__cell { background: var(--color-paper); padding: 32px 14px; min-height: 100px; font-family: var(--font-serif); font-size: 16px; line-height: 1.25; color: var(--color-ink); text-align: center; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: background var(--d-micro), color var(--d-micro); }
.stg-service-nav__cell:hover { background: var(--color-red); color: #fff; }

.stg-services-grid { max-width: 1280px; margin: 0 auto; padding: 0 48px 80px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 64px; }
.stg-service-card { position: relative; padding: 100px 48px 70px; min-height: 360px; background: #fff; }
.stg-service-card__corner { position: absolute; width: 56px; height: 56px; pointer-events: none; z-index: 2; }
.stg-service-card__corner--tr { top: 0; right: 0; border-top: 1px solid var(--color-bubble-mid); border-right: 1px solid var(--color-bubble-mid); }
.stg-service-card__corner--bl { bottom: 0; left: 0; border-bottom: 1px solid var(--color-bubble-mid); border-left: 1px solid var(--color-bubble-mid); }
.stg-service-card__corner::before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--color-bubble-mid); background: #fff; z-index: 3; }
.stg-service-card__corner--tr::before { top: -5px; left: -5px; }
.stg-service-card__corner--bl::before { bottom: -5px; right: -5px; }
.stg-service-card__frame { position: absolute; inset: 0; border: 1px solid var(--color-footer); opacity: 0; transition: opacity 460ms var(--ease-out-cubic); pointer-events: none; z-index: 1; }
.stg-service-card:hover .stg-service-card__frame { opacity: 1; }
.stg-service-card:hover .stg-service-card__corner { opacity: 0; transition: opacity 280ms; }
.stg-service-card__dot { position: absolute; top: 18px; left: 22px; width: 10px; height: 10px; border-radius: 50%; background: var(--color-footer); opacity: 0; transform: scale(0.4); transition: opacity 240ms, transform 240ms; z-index: 4; }
.stg-service-card:hover .stg-service-card__dot { opacity: 1; transform: scale(1); }
.stg-service-card .headline-medium { font-size: 38px; line-height: 1.12; margin: 0 0 26px; }
.stg-service-card p { font-size: 14.5px; line-height: 1.75; color: var(--color-text); margin: 0; }

.stg-clients-grid { max-width: 1280px; margin: 0 auto 90px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: var(--color-border); border: 1px solid var(--color-border); }
.stg-client-tile { position: relative; background: #fff; min-height: 320px; overflow: hidden; cursor: default; }
.stg-client-tile:nth-child(even) { background: var(--color-paper); }
.stg-client-tile__logo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 28px; transition: opacity 320ms; }
.stg-client-tile__logo img { max-width: 92%; max-height: 220px; width: auto; object-fit: contain; }
.stg-client-tile__overlay { position: absolute; inset: 0; padding: 24px 26px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #fff; opacity: 0; transition: opacity 320ms; pointer-events: none; }
.stg-client-tile:nth-child(even) .stg-client-tile__overlay { background: var(--color-paper); }
.stg-client-tile__overlay img { max-width: 96px; max-height: 56px; width: auto; margin-bottom: 12px; object-fit: contain; }
.stg-client-tile__overlay h3 { font-family: var(--font-serif); font-size: 18px; margin: 0 0 10px; color: var(--color-ink); }
.stg-client-tile__overlay p { font-family: var(--font-sans); font-size: 12.5px; line-height: 1.6; color: var(--color-text); margin: 0; }
.stg-client-tile:hover .stg-client-tile__logo, .stg-client-tile.is-open .stg-client-tile__logo { opacity: 0; }
.stg-client-tile:hover .stg-client-tile__overlay, .stg-client-tile.is-open .stg-client-tile__overlay { opacity: 1; pointer-events: auto; }

.stg-contact-rows { max-width: 1100px; margin: 0 auto; padding: 30px 48px 120px; display: grid; gap: 22px; }
.stg-contact-row {
    position: relative;
    background: var(--color-paper);
    padding: 28px 36px;
    display: grid; grid-template-columns: auto 1fr auto;
    align-items: center; gap: 28px;
    color: var(--color-ink);
    text-decoration: none;
    z-index: 1;
    transition: transform 320ms var(--ease-out-cubic);
}
.stg-contact-row::before {
    content: "";
    position: absolute;
    top: -6px; left: -6px;
    right: -6px; bottom: -6px;
    border: 1px solid var(--color-bubble);
    pointer-events: none;
    transition: border-color 320ms, transform 320ms var(--ease-out-cubic);
    z-index: -1;
}
.stg-contact-row:hover { transform: translate(4px, 0); }
.stg-contact-row:hover::before { border-color: var(--color-red); transform: translate(-8px, 0); }
.stg-contact-row__icon { display: inline-flex; align-items: center; justify-content: center; color: var(--color-purple); }
.stg-contact-row__label { font-size: 14.5px; color: var(--color-text); }
.stg-contact-row__value { font-size: 15px; color: var(--color-ink); justify-self: end; }

#footer {
    position: relative; overflow: hidden;
    padding: 70px 8% 40px;
    font-family: var(--font-sans);
    font-size: 12.5px;
    color: rgba(255,255,255,0.78);
    background: var(--color-footer);
}
#footer .footer-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; }
#footer .footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }

#footer .footer-col--brand .logo {
    display: inline-flex; align-items: center; gap: 14px;
    font-family: var(--font-serif);
    font-size: 24px; font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 32px;
}
#footer .footer-col--brand .logo:hover { color: #fff; opacity: 0.85; }
#footer .footer-col--brand .logo span { color: #fff; }

#footer .footer-col--reach { display: flex; flex-direction: column; }
#footer .footer-socials { display: inline-flex; gap: 10px; margin-bottom: 36px; }
#footer .footer-socials .social {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    text-decoration: none;
    transition: background var(--d-micro), border-color var(--d-micro), color var(--d-micro);
}
#footer .footer-socials .social svg { width: 14px; height: 14px; }
#footer .footer-socials .social:hover { background: var(--color-red); border-color: var(--color-red); color: #fff; }

#footer .footer-heading { font-family: var(--font-sans); font-size: 13px; font-weight: 400; color: #fff; margin: 0 0 18px; letter-spacing: 0; }
#footer .footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
#footer .footer-list li { font-size: 12.5px; color: rgba(255,255,255,0.78); display: flex; align-items: center; gap: 14px; }
#footer .footer-list li svg { flex: 0 0 16px; color: rgba(255,255,255,0.55); }
#footer .footer-list a { color: rgba(255,255,255,0.78); text-decoration: none; transition: color var(--d-micro); }
#footer .footer-list a:hover { color: #fff; }
#footer .footer-contact li { font-size: 13px; color: rgba(255,255,255,0.85); }

#footer .footer-base {
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    font-size: 11.5px; letter-spacing: 0.04em;
    color: rgba(255,255,255,0.5);
}
#footer .footer-base > div:nth-child(2) { text-align: left; }

.footer-ornament {
    position: absolute;
    right: -80px; bottom: -90px;
    width: 360px; height: 300px;
    max-width: 45vw;
    max-height: 70%;
    pointer-events: none;
    z-index: 1;
}
.ring-red   { stroke: var(--color-red); stroke-dasharray: 1200; stroke-dashoffset: 1200; fill: none; }
.ring-white { stroke: #fff;             stroke-dasharray: 1200; stroke-dashoffset: 1200; fill: none; }
.footer-ornament.is-in .ring-red   { animation: stg-draw 1400ms 0ms   var(--ease-out-cubic) forwards; }
.footer-ornament.is-in .ring-white { animation: stg-draw 1400ms 200ms var(--ease-out-cubic) forwards; }
.ornament-dot { opacity: 0; }
.ornament-dot-red   { fill: var(--color-red); }
.ornament-dot-white { fill: #fff; }
.footer-ornament.is-in .ornament-dot-red   { animation: stg-fadein 600ms 700ms  ease-out forwards; }
.footer-ornament.is-in .ornament-dot-white { animation: stg-fadein 600ms 900ms ease-out forwards; }
@keyframes stg-draw   { to { stroke-dashoffset: 0; } }
@keyframes stg-fadein { to { opacity: 1; } }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity var(--d-entrance) var(--ease-out-cubic), transform var(--d-entrance) var(--ease-out-cubic); }
.reveal.is-in { opacity: 1; transform: none; }

.stg-404 { text-align: center; max-width: 720px; margin: 0 auto; padding: 80px 24px 100px; }
.stg-404__code { font-family: var(--font-serif); font-size: 143px; line-height: 1; color: var(--color-red); margin: 0 0 24px; }

.image-grid .col-1-1, .image-grid .col-1-2, .image-grid .col-1-3, .image-grid .col-2-3, .image-grid .col-1-4, .image-grid .col-3-4 { padding: 0 !important; text-align: center; }
.image-grid img { display: block; margin: 0 auto; max-width: 60%; }
.image-grid .box-grey, .image-grid .box-white { padding: 6% 4%; min-height: 200px; display: flex; align-items: center; justify-content: center; transition: background var(--d-micro); }

@media screen and (max-width: 1200px) {
    .article-body .container { padding-right: 0; }
    .article-body blockquote { margin-left: -60px; margin-right: -60px; padding-left: 140px; }
    #footer { padding: 48px 6% 28px; }
    .stg-ig-card { flex-basis: calc(33.333% - 6px); }
    #hero .headline-big { font-size: 28px; }
    .hero-tagline { font-size: 60px; }
}
@media screen and (max-width: 1023px) {
    .headline-big { font-size: 42px; }
    .headline-medium, .article-body h2 { font-size: 24px; }
    .headline-small, .article-body h3  { font-size: 18px; }
    .fancy-spacer { padding: 60px 6%; }
    #hero { height: 580px; }
    #hero .headline-big { font-size: 26px; }
    .hero-tagline { font-size: 52px; }
    .fancy-headline, .fancy-headline.fancy-big, .fancy-headline.fancy-huge { height: 520px; }
    .stg-page-head { padding: 60px 24px 30px; }
    .stg-page-head .headline-big { font-size: 38px; }
    #footer .footer-cols { grid-template-columns: 1fr; gap: 36px; }
    .stg-service-nav__cells { grid-template-columns: repeat(3, 1fr); }
    .stg-services-grid { grid-template-columns: 1fr; gap: 36px; padding: 0 24px 60px; }
    .stg-clients-grid { grid-template-columns: repeat(2, 1fr); }
    .stg-client-tile,
    .stg-client-tile:nth-child(even) { background: #fff; }
    .stg-client-tile .stg-client-tile__overlay,
    .stg-client-tile:nth-child(even) .stg-client-tile__overlay { background: #fff; }
    .stg-client-tile:nth-child(4n+2),
    .stg-client-tile:nth-child(4n+3) { background: var(--color-paper); }
    .stg-client-tile:nth-child(4n+2) .stg-client-tile__overlay,
    .stg-client-tile:nth-child(4n+3) .stg-client-tile__overlay { background: var(--color-paper); }
    .stg-devices { gap: 24px; padding: 0 24px 40px; }
    .stg-devices__phone { flex: 0 0 160px; }
    .stg-section-row, .stg-instagram-row { padding: 40px 24px; }
    .stg-section-row .row-flex { gap: 30px; }
    .stg-section-row .col-1-2 { width: calc(50% - 15px); }
    .article-archive .article { grid-template-columns: 280px 1fr; gap: 32px; }
    .article-body blockquote { padding: 36px 40px 36px 120px; margin-left: -40px; margin-right: -40px; }
    .article-body blockquote::before { width: 60px; height: 60px; left: 40px; top: 30px; }
}
.stg-nav-checkbox { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }

@media screen and (max-width: 768px) {
    .stg-eyebrow::after {
        display: none;
    }

    .article-archive .article-image img {
        height: unset;
    }
    .article-archive .article-image {
        aspect-ratio: unset;
    }
    .hide-mobile { display: none; }
    #header { padding: 12px 18px; }
    .stg-nav-toggle {
        display: inline-flex;
        position: relative;
        z-index: 60;
        width: 40px; height: 40px;
        flex-direction: column; align-items: center; justify-content: center;
        gap: 6px;
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 0;
        transition: transform 240ms var(--ease-out);
    }
    .stg-nav-toggle:active { transform: scale(0.92); }
    .stg-nav-toggle span {
        display: block;
        width: 24px; height: 2px;
        background: #fff;
        border-radius: 1.5px;
        transition: transform 380ms var(--ease-out-cubic), opacity 220ms var(--ease-out);
        transform-origin: center;
    }
    #nav {
        position: fixed; inset: 0;
        background: linear-gradient(135deg, #2b0612 0%, #6a0e25 38%, #ED1846 100%);
        z-index: 49; margin: 0;
        display: flex; align-items: center; justify-content: center;
        opacity: 0; visibility: hidden;
        transition: opacity 400ms var(--ease-out-cubic), visibility 400ms;
        overflow: hidden;
    }
    #nav::before, #nav::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        opacity: 0;
        transition: opacity 700ms ease 220ms, transform 700ms var(--ease-out-cubic) 220ms;
    }
    #nav::before {
        right: -130px; bottom: -130px;
        width: 340px; height: 340px;
        border: 1px solid rgba(255,255,255,0.20);
        transform: scale(0.88);
    }
    #nav::after {
        right: -70px; bottom: -70px;
        width: 220px; height: 220px;
        border: 1px solid rgba(255,255,255,0.13);
        transform: scale(0.85);
    }
    #nav ul { flex-direction: column; gap: 0; text-align: center; padding: 0; margin: 0; list-style: none; position: relative; z-index: 1; }
    #nav ul li {
        display: block;
        opacity: 0;
        transform: translateX(-28px);
        transition: opacity 520ms var(--ease-out-cubic), transform 520ms var(--ease-out-cubic);
    }
    #nav ul li a {
        font-family: var(--font-serif); font-weight: 400;
        font-size: 30px; letter-spacing: 0; text-transform: none;
        color: rgba(255,255,255,0.96); text-decoration: none;
        padding: 14px 28px; display: inline-block;
        position: relative; line-height: 1.2;
        border: 0;
        transition: color 220ms, transform 220ms;
    }
    #nav ul li a::after {
        content: '';
        position: absolute;
        bottom: 8px; left: 50%; transform: translateX(-50%);
        width: 0; height: 1px;
        background: rgba(255,255,255,0.92);
        transition: width 340ms var(--ease-out);
    }
    #nav ul li a:hover, #nav ul li a:focus { color: #fff; }
    #nav ul li a:hover::after, #nav ul li.current-menu-item > a::after, #nav ul li.current_page_item > a::after { width: 34%; }

    .stg-nav-checkbox:checked ~ #nav { opacity: 1; visibility: visible; }
    .stg-nav-checkbox:checked ~ #nav::before,
    .stg-nav-checkbox:checked ~ #nav::after { opacity: 1; transform: scale(1); }
    .stg-nav-checkbox:checked ~ #nav ul li { opacity: 1; transform: translateX(0); }
    .stg-nav-checkbox:checked ~ #nav ul li:nth-child(1) { transition-delay: 200ms; }
    .stg-nav-checkbox:checked ~ #nav ul li:nth-child(2) { transition-delay: 275ms; }
    .stg-nav-checkbox:checked ~ #nav ul li:nth-child(3) { transition-delay: 350ms; }
    .stg-nav-checkbox:checked ~ #nav ul li:nth-child(4) { transition-delay: 425ms; }
    .stg-nav-checkbox:checked ~ #nav ul li:nth-child(5) { transition-delay: 500ms; }
    .stg-nav-checkbox:checked ~ .stg-nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .stg-nav-checkbox:checked ~ .stg-nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .stg-nav-checkbox:checked ~ .stg-nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    body.stg-menu-open { overflow: hidden; }
    #logo a { font-size: 18px; }
    #hero { height: 70vh; min-height: 460px; max-height: 600px; }
    #hero .headline-big { font-size: 22px; margin-bottom: 10px; }
    .hero-tagline { font-size: 38px; }
    .fancy-headline, .fancy-headline.fancy-big, .fancy-headline.fancy-huge { height: 56vh; min-height: 420px; max-height: 520px; }
    .headline-big { font-size: 34px; }
    .col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 { float: none; width: 100%; }
    .box-white, .box-grey, .box-black { padding: 8%; }
    .image-grid .col-1-4 { width: 50%; float: left; }
    .article-archive { padding: 0; }
    .article-archive .container { width: 92%; }
    .article-archive .article { grid-template-columns: 1fr; gap: 18px; padding: 0; }
    .article-body blockquote { padding: 26px 22px 26px 26px; margin-left: 0; margin-right: 0; font-size: 16px; }
    .article-body blockquote::before { display: none; }
    .article-body blockquote p { font-size: 16px; }
    .pagination { margin: 30px 0 60px; gap: 12px; }
    .pagination .pagination-jumper input { width: 80px; }
    .stg-rail { display: none; }
    .stg-section-row, .stg-instagram-row { flex-direction: column; padding: 30px 18px; }
    .stg-section-row .row-flex { flex-direction: column; gap: 30px; }
    .stg-section-row .col-1-2 { width: 100%; }
    .stg-section-marker { display: none; }
    .stg-ig-card { flex-basis: 80%; }
    .stg-service-nav__cells { grid-template-columns: repeat(2, 1fr); }
    .stg-clients-grid { grid-template-columns: 1fr 1fr; }
    .stg-devices { flex-direction: column; align-items: center; }
    .stg-devices__laptop { width: 100%; }
    .stg-devices__phone { flex: 0 0 auto; width: 160px; }
    #footer { padding: 40px 6% 28px; }
    #footer .footer-base { grid-template-columns: 1fr; gap: 10px; text-align: center; }
    #footer .footer-base > div:nth-child(2) { text-align: center; }
    .footer-ornament { width: 220px; height: 180px; right: -50px; bottom: -50px; max-width: 60vw; max-height: 55%; opacity: 0.85; }
    .stg-article-toolbar { grid-template-columns: 1fr; }
    .stg-article-pn { grid-template-columns: 1fr; text-align: center; gap: 14px; }
    .stg-article-pn__prev, .stg-article-pn__next { text-align: center; }
    .stg-contact-rows { padding: 10px 16px 80px; gap: 18px; }
    .stg-contact-row { grid-template-columns: auto 1fr; padding: 18px; gap: 14px; }
    .stg-contact-row__value { grid-column: 1 / -1; justify-self: start; }
    .stg-service-card { padding: 40px 28px 40px; min-height: 280px; }
    .stg-service-card .headline-medium { font-size: 30px; }
}

.stg-nav-toggle span { transition: transform 380ms var(--ease-out-cubic), opacity 220ms var(--ease-out), background-color 240ms; transform-origin: center; }
.stg-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.stg-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.stg-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media screen and (max-device-width: 1200px) {
    .image-grid .grayscale { filter: none; }
    .stg-client-tile__logo img { filter: none; }
}