:root {
    --navy: #1d3a72;
    --navy-deep: #102854;
    --amber: #ffbd59;
    --amber-soft: #ffdca3;
    --cream: #fff0de;
    --cream-deep: #f6e1c5;
    --green: #25d47d;
    --ink: #17233a;
    --muted: #5f6875;
    --white: #fffdf8;
    --line: rgba(29, 58, 114, .16);
    --shadow: 0 20px 50px rgba(25, 47, 91, .12);
    --radius: 1.5rem;
    --mono: "DM Mono", "Courier New", monospace;
    --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; color: var(--navy-deep); background: var(--amber); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.section-shell, .header-inner, .hero-inner, .hero-bottom { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }

.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { position: fixed; color: var(--navy-deep); background: rgba(255, 240, 222, .96); box-shadow: 0 8px 25px rgba(12, 31, 65, .11); backdrop-filter: blur(16px); }
.header-inner { min-height: 5.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .58rem; min-width: max-content; }
.brand-emblem { width: 2.55rem; height: 2.55rem; overflow: hidden; display: grid; place-items: center; border-radius: .85rem; background: var(--cream); }
.brand-emblem img { width: 2.36rem; height: 2.36rem; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: .95; text-transform: uppercase; letter-spacing: .09em; }
.brand-copy strong { font-size: .93rem; font-weight: 800; }
.brand-copy small { margin-top: .23rem; font-family: var(--mono); font-size: .53rem; letter-spacing: .14em; }
.primary-navigation { display: flex; align-items: center; gap: clamp(1.25rem, 2.3vw, 2.35rem); font-size: .76rem; font-weight: 700; letter-spacing: .02em; }
.primary-navigation > a:not(.nav-contact) { opacity: .8; transition: color .2s, opacity .2s; }
.primary-navigation > a:not(.nav-contact):hover, .primary-navigation > a:not(.nav-contact):focus-visible { color: var(--amber); opacity: 1; }
.site-header.is-scrolled .primary-navigation > a:not(.nav-contact):hover, .site-header.is-scrolled .primary-navigation > a:not(.nav-contact):focus-visible { color: var(--navy); }
.nav-contact { padding: .78rem 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 100vw; transition: background .2s, border-color .2s; }
.nav-contact:hover, .nav-contact:focus-visible { color: var(--navy-deep); background: var(--amber); border-color: var(--amber); }
.site-header.is-scrolled .nav-contact { border-color: var(--navy); }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: 0; color: inherit; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 1rem; height: 1px; margin: .22rem auto; background: currentColor; transition: transform .2s; }

.hero { position: relative; overflow: hidden; isolation: isolate; min-height: min(850px, 100vh); padding: 8.5rem 0 0; color: var(--white); background: var(--navy-deep); }
.blueprint-grid { position: absolute; z-index: -1; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(90deg, black 10%, transparent 85%); }
.hero::after { position: absolute; z-index: -1; content: ""; right: -20%; bottom: 7%; width: min(60vw, 900px); aspect-ratio: 1; border: 1px solid rgba(255,189,89,.22); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,189,89,.035), 0 0 0 10rem rgba(255,189,89,.025); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(320px, .7fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); min-height: 610px; }
.hero-copy { padding: 3rem 0 5rem; }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.25rem; color: var(--amber); font-family: var(--mono); font-size: .63rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 1.55rem; height: 1px; background: currentColor; }
.eyebrow.navy { color: var(--navy); }
.eyebrow.light { color: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.06em; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(3.2rem, 6.1vw, 6.45rem); line-height: .98; }
h1 em, h2 em { color: var(--amber); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.075em; }
.hero-intro { max-width: 35rem; margin-bottom: 2rem; color: rgba(255,253,248,.73); font-size: clamp(.96rem, 1.3vw, 1.1rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.45rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 3.3rem; padding: .9rem 1.25rem; border: 0; border-radius: 0; font-size: .75rem; font-weight: 800; letter-spacing: .01em; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-amber { color: var(--navy-deep); background: var(--amber); box-shadow: 5px 5px 0 rgba(255,255,255,.17); }
.button-amber:hover, .button-amber:focus-visible { background: #ffd187; }
.button-navy { color: var(--white); background: var(--navy); box-shadow: 5px 5px 0 var(--amber); }
.button-navy:hover, .button-navy:focus-visible { background: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--white); font-size: .78rem; font-weight: 800; }
.text-link > span { font-size: 1.1rem; transition: transform .2s; }
.text-link:hover > span, .text-link:focus-visible > span { transform: translateX(4px); }
.hero-assurance { display: flex; align-items: center; gap: .65rem; margin-top: 3rem; color: rgba(255,255,255,.64); font-size: .7rem; }
.hero-assurance p { margin: 0; }.hero-assurance strong { color: var(--white); }
.pulse-dot { position: relative; width: .47rem; height: .47rem; border-radius: 50%; background: var(--green); }
.pulse-dot::after { position: absolute; content: ""; inset: -.25rem; border: 1px solid var(--green); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(.65); } 50% { opacity: 0; transform: scale(1.5); } }
.hero-media { position: relative; justify-self: end; width: min(100%, 385px); }
.hero-video-frame { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 9 / 13; background: #122c5c; border: 1px solid rgba(255,255,255,.35); box-shadow: 1.5rem 1.5rem 0 rgba(255,189,89,.86); }
.hero-video-frame::after, .work-card::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(7,19,43,.8) 100%); }
.video-frame video, .work-card video { width: 100%; height: 100%; object-fit: cover; }
.video-caption { position: absolute; z-index: 2; bottom: 1.2rem; left: 1.2rem; right: 1.2rem; display: flex; flex-direction: column; gap: .25rem; color: var(--white); }
.video-caption span { color: var(--amber); font-family: var(--mono); font-size: .55rem; letter-spacing: .13em; text-transform: uppercase; }.video-caption strong { font-size: .75rem; }
.hero-media-accent { position: absolute; border: 1px solid rgba(255,255,255,.34); }.accent-one { top: -1.5rem; right: -1.5rem; width: 5.4rem; height: 5.4rem; }.accent-two { bottom: -2.2rem; left: -3.3rem; width: 8rem; height: 8rem; border-radius: 50%; }
.hero-media-tag { position: absolute; z-index: 2; top: 9%; left: -4.8rem; padding: .75rem .9rem; color: var(--navy-deep); background: var(--green); font-family: var(--mono); font-size: .55rem; line-height: 1.4; text-transform: uppercase; }.hero-media-tag span { display: block; font-family: var(--sans); font-size: 1.1rem; font-weight: 800; }
.hero-bottom { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.hero-bottom > div { min-height: 6.8rem; display: flex; align-items: center; justify-content: center; gap: .75rem; padding: 1rem 1.2rem; border-left: 1px solid rgba(255,255,255,.18); }.hero-bottom > div:first-child { border-left: 0; }
.hero-bottom strong { color: var(--amber); font-family: var(--mono); font-size: 1.7rem; font-weight: 500; }.hero-bottom strong span { font-size: 1rem; }.hero-bottom small { max-width: 5.2rem; color: rgba(255,255,255,.7); font-size: .6rem; font-weight: 600; line-height: 1.35; text-transform: uppercase; }
.hero-bottom .hero-bottom-cta { justify-content: flex-end; }.hero-bottom-cta a { display: inline-flex; align-items: center; gap: 1rem; color: var(--white); font-size: .7rem; font-weight: 800; }.hero-bottom-cta span { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; color: var(--navy-deep); border-radius: 50%; background: var(--amber); }

.intro-strip { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 3rem); padding: 1.35rem 1.5rem; color: var(--navy-deep); background: var(--amber); text-align: center; }.intro-strip p { margin: 0; font-size: .73rem; line-height: 1.5; }.intro-strip strong { font-weight: 800; }.intro-mark { font-size: 1rem; }

.about { background: var(--white); }.about-grid { display: grid; grid-template-columns: minmax(300px, .83fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }.about-visual { position: relative; min-height: 33rem; }.about-image-wrap { position: absolute; inset: 0 9% 2.5rem 0; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; background: linear-gradient(145deg, #e7edf8, #c5d4ec); }.about-image-wrap::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: .42; background-image: linear-gradient(45deg, var(--navy) 25%, transparent 25%), linear-gradient(-45deg, var(--navy) 25%, transparent 25%); background-size: 24px 24px; mask-image: linear-gradient(90deg, black, transparent); }.about-image-wrap img { position: relative; z-index: 1; width: 85%; height: auto; object-fit: contain; object-position: bottom; }.director-card { position: absolute; z-index: 2; bottom: 0; right: 0; width: 65%; padding: 1.15rem 1.25rem; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }.director-card .line-accent { display: block; width: 1.75rem; height: 2px; margin-bottom: .65rem; background: var(--amber); }.director-card strong { display: block; margin-bottom: .25rem; font-size: .78rem; }.director-card small { color: rgba(255,255,255,.67); font-family: var(--mono); font-size: .55rem; text-transform: uppercase; letter-spacing: .04em; }.about-stamp { position: absolute; top: 1.3rem; right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 5.8rem; aspect-ratio: 1; color: var(--navy-deep); background: var(--amber); border-radius: 50%; transform: rotate(9deg); }.about-stamp span { font-family: var(--mono); font-size: .48rem; letter-spacing: .09em; text-transform: uppercase; }.about-stamp strong { font-size: 1.25rem; letter-spacing: -.05em; }.about-copy h2, .section-heading h2, .team-content h2, .contact-intro h2, .method h2, .work h2 { max-width: 720px; margin-bottom: 1.4rem; color: var(--navy-deep); font-size: clamp(2.45rem, 4.2vw, 4.35rem); line-height: 1; }.about-copy h2 em, .section-heading h2 em, .team-content h2 em, .contact-intro h2 em { color: var(--navy); }.about-copy p { max-width: 39rem; color: var(--muted); font-size: .91rem; line-height: 1.85; }.about-copy .lead { color: var(--ink); font-size: 1.02rem; font-weight: 700; line-height: 1.7; }.values { display: flex; gap: .75rem; margin: 2.1rem 0; }.values > div { min-width: 0; flex: 1; padding: .75rem .35rem 0; border-top: 1px solid var(--line); }.values span { display: block; margin-bottom: .5rem; color: var(--amber); font-family: var(--mono); font-size: .62rem; }.values strong { color: var(--navy-deep); font-size: .67rem; text-transform: uppercase; }.navy-link { color: var(--navy); }

.services { background: var(--cream); }.section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: 3.4rem; }.section-heading h2 { margin-bottom: 0; }.section-heading > p { max-width: 22rem; margin: 0 0 .35rem; color: var(--muted); font-size: .86rem; line-height: 1.75; }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }.service-card { position: relative; min-height: 20rem; display: flex; flex-direction: column; padding: 1.5rem; background: var(--white); transition: color .25s, background .25s; }.service-card:hover { color: var(--white); background: var(--navy); }.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; }.service-icon { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; color: var(--navy); border: 1px solid currentColor; border-radius: 50%; transition: color .25s; }.service-icon svg { width: 1.4rem; height: 1.4rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }.service-card:hover .service-icon { color: var(--amber); }.service-number { color: #9fa9ba; font-family: var(--mono); font-size: .61rem; }.service-card h3 { margin: 2.2rem 0 .85rem; color: var(--navy-deep); font-size: 1rem; line-height: 1.4; transition: color .25s; }.service-card:hover h3 { color: var(--white); }.service-card p { margin-bottom: 1.25rem; color: var(--muted); font-size: .73rem; line-height: 1.75; transition: color .25s; }.service-card:hover p { color: rgba(255,255,255,.72); }.service-arrow { margin-top: auto; color: var(--navy); font-size: 1.35rem; transition: color .25s, transform .25s; }.service-card:hover .service-arrow { color: var(--amber); transform: translate(3px,-3px); }

.method { position: relative; overflow: hidden; padding: clamp(5rem, 8vw, 7rem) 0; color: var(--white); background: var(--navy-deep); }.method-pattern { position: absolute; right: -7rem; bottom: -6rem; width: 31rem; height: 31rem; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 4.7rem rgba(255,255,255,.03), 0 0 0 9.4rem rgba(255,255,255,.025); }.method-grid { position: relative; display: grid; grid-template-columns: .7fr 1.1fr; gap: 3.5rem 7rem; }.method h2 { color: var(--white); }.method h2 em, .work h2 em { color: var(--amber); }.method-steps { display: grid; gap: .3rem; }.method-steps article { display: grid; grid-template-columns: 2.4rem 1fr; gap: 1.1rem; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.18); }.method-steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }.method-steps span { color: var(--amber); font-family: var(--mono); font-size: .58rem; }.method-steps h3 { margin-bottom: .35rem; font-size: .87rem; }.method-steps p { margin: 0; color: rgba(255,255,255,.67); font-size: .73rem; line-height: 1.65; }.method-proof { grid-column: 1 / -1; display: flex; align-items: center; gap: 1rem; max-width: 36rem; padding: 1rem 1.15rem; color: var(--navy-deep); background: var(--green); }.check-mark { display: grid; flex: 0 0 auto; width: 1.7rem; height: 1.7rem; place-items: center; border: 1px solid var(--navy-deep); border-radius: 50%; font-weight: 800; }.method-proof p { margin: 0; font-size: .72rem; line-height: 1.55; }.method-proof strong { font-weight: 800; }

.projects { background: var(--white); }.projects-heading { margin-bottom: 2rem; }.project-list { border-top: 1px solid var(--line); }.project-row { display: grid; grid-template-columns: 2.5rem minmax(12rem, 1.45fr) minmax(10rem, 1fr) 8rem 1.25rem; align-items: center; gap: 1.5rem; padding: 1.45rem .15rem; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }.project-row:hover { padding-inline: 1rem; background: var(--cream); }.project-index, .project-period { color: var(--navy); font-family: var(--mono); font-size: .57rem; line-height: 1.5; text-transform: uppercase; }.project-client h3 { margin-bottom: .3rem; color: var(--navy-deep); font-size: .9rem; line-height: 1.35; }.project-client p, .project-scope { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.55; }.project-plus { color: var(--navy); font-size: 1.35rem; transition: transform .25s; }.project-row:hover .project-plus { transform: rotate(90deg); }

.work { padding: clamp(5rem, 8vw, 8rem) 0; overflow: hidden; color: var(--white); background: var(--navy-deep); }.work-header { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.9rem; }.work h2 { margin: 0; color: var(--white); }.work-header > p { max-width: 19rem; margin: 0; color: rgba(255,255,255,.63); font-size: .8rem; line-height: 1.7; }.work-reel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(165px, 20%); gap: .9rem; overflow-x: auto; padding-bottom: 1rem; scrollbar-color: var(--amber) transparent; scrollbar-width: thin; }.work-reel::-webkit-scrollbar { height: 4px; }.work-reel::-webkit-scrollbar-thumb { background: var(--amber); }.work-card { position: relative; overflow: hidden; aspect-ratio: 9 / 15; margin: 0; background: #0d2044; }.work-card video { transition: transform .5s; }.work-card:hover video { transform: scale(1.04); }.work-card figcaption { position: absolute; z-index: 2; right: .8rem; bottom: .8rem; left: .8rem; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: .5rem; }.work-card figcaption > span { align-self: center; color: var(--amber); font-family: var(--mono); font-size: .55rem; }.work-card figcaption strong { font-size: .64rem; line-height: 1.3; text-transform: uppercase; }.sound-toggle { display: grid; width: 1.75rem; height: 1.75rem; place-items: center; padding: 0; color: var(--navy-deep); border: 0; border-radius: 50%; background: var(--amber); font-size: .78rem; transition: transform .2s, background .2s; }.sound-toggle:hover, .sound-toggle:focus-visible { background: var(--white); transform: scale(1.08); }.work-note { display: flex; align-items: center; gap: .5rem; margin: 1.5rem 0 0; color: rgba(255,255,255,.62); font-size: .62rem; }.work-note span { color: var(--green); font-size: .55rem; }

.team-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: stretch; background: var(--cream); }.team-photo { min-height: 34rem; overflow: hidden; }.team-photo img { width: 100%; height: 100%; object-fit: cover; }.team-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }.team-content p:not(.eyebrow) { max-width: 31rem; color: var(--muted); font-size: .86rem; line-height: 1.8; }.team-stat { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; }.team-stat strong { color: var(--navy); font-size: 3.2rem; letter-spacing: -.09em; line-height: .9; }.team-stat strong span { color: var(--amber); }.team-stat > span { padding-left: 1rem; border-left: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: .58rem; line-height: 1.6; text-transform: uppercase; }

.contact { background: var(--white); }.contact-grid { display: grid; grid-template-columns: .84fr 1fr; gap: clamp(3rem, 9vw, 9rem); }.contact-intro > p:not(.eyebrow) { max-width: 31rem; color: var(--muted); font-size: .9rem; line-height: 1.8; }.contact-details { display: grid; gap: 1.1rem; margin-top: 2.6rem; }.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: .9rem; }.contact-icon { display: grid; flex: 0 0 auto; width: 2.25rem; height: 2.25rem; place-items: center; color: var(--navy); border: 1px solid var(--line); border-radius: 50%; font-size: 1rem; }.contact-details small, .contact-details strong { display: block; }.contact-details small { margin-bottom: .18rem; color: var(--muted); font-family: var(--mono); font-size: .53rem; text-transform: uppercase; }.contact-details strong { color: var(--navy-deep); font-size: .72rem; }.contact-details a strong { transition: color .2s; }.contact-details a:hover strong { color: var(--navy); }.contact-form-wrap { padding: clamp(1.35rem, 3vw, 2.4rem); background: var(--cream); }.contact-form { display: grid; gap: 1rem; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }.field { display: grid; gap: .42rem; }.field label { color: var(--navy-deep); font-size: .67rem; font-weight: 800; }.field label span { color: var(--amber); }.field input, .field textarea { width: 100%; padding: .75rem 0 .7rem; color: var(--ink); border: 0; border-bottom: 1px solid rgba(29,58,114,.28); border-radius: 0; outline: 0; background: transparent; font-size: .75rem; transition: border-color .2s; }.field textarea { min-height: 6.3rem; resize: vertical; }.field input::placeholder, .field textarea::placeholder { color: #8790a0; }.field input:focus, .field textarea:focus { border-bottom-color: var(--navy); }.submit-button { justify-self: start; margin-top: .75rem; }.form-privacy { margin: .2rem 0 0; color: var(--muted); font-size: .57rem; line-height: 1.55; }.form-notice { margin-bottom: 1rem; padding: .8rem .9rem; font-size: .7rem; font-weight: 700; line-height: 1.5; }.form-notice.success { color: #075f36; border-left: 3px solid var(--green); background: rgba(37,212,125,.16); }.form-notice.error { color: #7b3618; border-left: 3px solid #e36a35; background: #ffebe0; }.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { color: rgba(255,255,255,.68); background: var(--navy-deep); }.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; min-height: 9rem; }.footer-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); font-size: .82rem; }.footer-brand img { width: 3rem; height: 3rem; border-radius: .85rem; }.footer-brand strong { font-weight: 800; }.footer-top > p { margin: 0; font-size: .72rem; line-height: 1.7; }.footer-back { display: inline-flex; align-items: center; gap: .75rem; color: var(--amber); font-size: .68rem; font-weight: 800; }.footer-back span { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; color: var(--navy-deep); border-radius: 50%; background: var(--amber); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.16); }.footer-bottom p { margin: 0; font-family: var(--mono); font-size: .53rem; }.footer-bottom > div { display: flex; gap: 1.2rem; }.footer-bottom a { font-size: .58rem; transition: color .2s; }.footer-bottom a:hover { color: var(--amber); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .14s; }

@media (max-width: 960px) {
    .primary-navigation { gap: 1rem; }.primary-navigation > a:not(.nav-contact) { display: none; }
    .hero-inner { grid-template-columns: 1fr .6fr; gap: 3rem; }.hero-media { width: min(100%, 300px); }.hero-media-tag { left: -2.3rem; }.hero-bottom { width: 100%; }.hero-bottom > div { padding-inline: .7rem; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 17.5rem; }.team-content { padding-inline: 3rem; }.work-reel { grid-auto-columns: minmax(170px, 25%); }
}

@media (max-width: 720px) {
    .section-shell, .header-inner, .hero-inner { width: min(100% - 2.25rem, 600px); }.section { padding: 4.5rem 0; }.site-header { position: absolute; }.site-header.is-scrolled { position: fixed; }.header-inner { min-height: 4.7rem; }.menu-toggle { display: block; }.primary-navigation { position: absolute; top: calc(100% + .5rem); right: 1.125rem; left: 1.125rem; display: grid; gap: 0; padding: .5rem; visibility: hidden; opacity: 0; transform: translateY(-.5rem); color: var(--navy-deep); border: 1px solid rgba(29,58,114,.14); background: var(--cream); box-shadow: var(--shadow); transition: visibility .2s, opacity .2s, transform .2s; }.primary-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.primary-navigation > a:not(.nav-contact) { display: block; padding: .9rem .75rem; opacity: 1; }.nav-contact { margin: .25rem; padding: .75rem; color: var(--white); border-color: var(--navy); background: var(--navy); text-align: center; }.nav-contact:hover { color: var(--navy-deep); }.hero { min-height: auto; padding-top: 5.4rem; }.hero-inner { grid-template-columns: 1fr; gap: 0; min-height: 0; }.hero-copy { padding: 4rem 0 3rem; }.hero-media { justify-self: center; width: min(72vw, 310px); margin-bottom: 3rem; }.hero-video-frame { box-shadow: 1rem 1rem 0 rgba(255,189,89,.86); }.hero-media-tag { top: 6%; left: -2.6rem; }.accent-two { left: -1.6rem; }.hero-bottom { grid-template-columns: repeat(2, 1fr); width: 100%; }.hero-bottom > div { min-height: 5.6rem; border-top: 1px solid rgba(255,255,255,.18); }.hero-bottom > div:nth-child(3) { border-left: 0; }.hero-bottom .hero-bottom-cta { display: none; }.intro-strip { display: grid; grid-template-columns: 1fr auto 1fr; gap: .65rem; padding-block: 1rem; }.intro-strip p { font-size: .56rem; }.about-grid, .contact-grid { grid-template-columns: 1fr; }.about-visual { min-height: 27rem; max-width: 420px; }.about-copy h2, .section-heading h2, .team-content h2, .contact-intro h2, .method h2, .work h2 { font-size: 2.65rem; }.section-heading, .work-header { display: grid; gap: 1.1rem; align-items: start; margin-bottom: 2.2rem; }.section-heading > p, .work-header > p { margin: 0; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 15rem; }.method-grid { grid-template-columns: 1fr; gap: 2.5rem; }.method-proof { grid-column: auto; }.project-row { grid-template-columns: 1.7rem 1fr auto; gap: .5rem .75rem; padding-block: 1.25rem; }.project-client { grid-column: 2 / 3; }.project-scope { display: none; }.project-period { grid-column: 2 / 3; }.project-plus { grid-column: 3; grid-row: 1 / 3; }.work-reel { grid-auto-columns: 54%; }.work-card-later { display: none; }.team-section { grid-template-columns: 1fr; }.team-photo { min-height: 17rem; }.team-content { padding: 4rem 1.125rem; }.field-row { grid-template-columns: 1fr; gap: 1rem; }.footer-top { grid-template-columns: 1fr auto; padding: 1.8rem 0; }.footer-top > p { display: none; }.footer-bottom { display: grid; justify-content: start; gap: .8rem; }.footer-bottom > div { order: -1; flex-wrap: wrap; }.footer-bottom p:last-child { display: none; }
}

@media (max-width: 390px) { h1 { font-size: 3rem; }.hero-media { width: 77vw; }.values { gap: .35rem; }.values strong { font-size: .58rem; }.work-reel { grid-auto-columns: 65%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
