/* Reference layout from the existing ARC React site; see scripts/sync-reference.cjs. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  font-family: 'Manrope', Arial, sans-serif;
  color: #071b2f;
  background: #ffffff;
  font-synthesis: none;
  --navy: #061a2e;
  --blue: #145eff;
  --lime: #b9e34a;
  --mist: #f1f5f6;
  --line: rgba(7, 27, 47, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--lime); color: var(--navy); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.app-error { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 24px; padding: 30px; color: #fff; text-align: center; background: var(--navy); }
.app-error img { width: 130px; filter: brightness(0) invert(1); }
.app-error p { max-width: 480px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.app-error button { border: 0; border-radius: 99px; padding: 14px 20px; color: var(--navy); background: var(--lime); cursor: pointer; font-weight: 800; }

.section { padding: clamp(90px, 10vw, 150px) max(5vw, 24px); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: rgba(255, 255, 255, .7); }
.section-heading h2, .section-top h2 { margin: 26px 0 0; font-size: clamp(43px, 5.3vw, 80px); line-height: .98; letter-spacing: -.058em; font-weight: 650; }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 9px; border-bottom: 1px solid; font-size: 12px; font-weight: 800; }
.reveal { opacity: 0; transform: translate3d(0, 34px, 0); }
.reveal--visible:not(.reveal--settled) { transition: opacity .55s ease, transform .55s cubic-bezier(.22, .61, .36, 1); will-change: opacity, transform; }
.reveal--visible { opacity: 1; transform: translate3d(0, 0, 0); }
.reveal--settled { transition: none; will-change: auto; }

/* Header */
.header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 90px; display: flex; align-items: center; padding: 0 max(4.2vw, 24px); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .18); background: rgba(4, 20, 35, .96); isolation: isolate; }
.logo { width: 112px; position: relative; z-index: 2; }
.logo img, .footer__brand img { filter: brightness(0) invert(1); }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(17px, 2vw, 32px); font-size: 12px; font-weight: 650; }
.nav > a:not(.nav__contact) { color: rgba(255, 255, 255, .72); transition: color .25s; }
.nav > a:not(.nav__contact):hover { color: #fff; }
.nav > .nav__link--active:not(.nav__contact) { color: #fff; }
.nav > .nav__link--active:not(.nav__contact)::after { content: ''; display: block; height: 1px; margin-top: 6px; background: var(--lime); transform: scaleX(.55); transform-origin: left; }
.nav__contact { display: flex; align-items: center; gap: 15px; margin-left: 12px; padding: 13px 19px; border-radius: 99px; background: #fff; color: var(--navy); }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; color: #fff; }

/* Hero */
.hero { position: relative; height: 100svh; min-height: 700px; overflow: hidden; color: #fff; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 16, 29, .94) 0%, rgba(3, 18, 32, .6) 52%, rgba(4, 20, 34, .15)), linear-gradient(0deg, rgba(2, 16, 29, .55), transparent 55%); }
.hero__orb { position: absolute; right: 7vw; bottom: -28vw; width: 58vw; height: 58vw; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); background: radial-gradient(circle at 38% 30%, rgba(45, 111, 255, .68), rgba(7, 42, 114, .24) 45%, rgba(4, 18, 31, .08) 70%); box-shadow: inset 20px 20px 80px rgba(255, 255, 255, .12); }
.hero__content { position: absolute; z-index: 2; left: max(6vw, 26px); top: 50%; transform: translateY(-48%); }
.hero h1 { margin: 27px 0 0; font-size: clamp(55px, 7.1vw, 108px); line-height: .88; letter-spacing: -.07em; font-weight: 620; }
.hero__title-line { display: block; overflow: hidden; padding: 0 .05em .08em 0; }
.hero__title-line span { display: block; }
.hero__title-line--accent { color: var(--lime); }
.hero__footer { position: absolute; z-index: 3; left: max(6vw, 26px); right: max(4vw, 26px); bottom: 30px; display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: end; gap: 30px; }
.hero__footer p { max-width: 430px; margin: 0; color: rgba(255, 255, 255, .65); font-size: 13px; line-height: 1.6; }
.scroll-link { display: flex; align-items: center; gap: 13px; width: fit-content; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-link svg { width: 46px; height: 46px; padding: 14px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; }
.hero__project-link { justify-self: end; display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 750; }
@keyframes hero-fade-up { from { opacity: 0; transform: translate3d(0, 20px, 0); } }
@keyframes hero-line-in { from { transform: translate3d(0, 115%, 0); } }
.hero__eyebrow { animation: hero-fade-up .65s cubic-bezier(.22,.61,.36,1) backwards; }
.hero__title-line span { animation: hero-line-in .9s cubic-bezier(.16,1,.3,1) backwards; }
.hero__title-line:nth-child(1) span { animation-delay: .25s; }
.hero__title-line:nth-child(2) span { animation-delay: .355s; }
.hero__title-line:nth-child(3) span { animation-delay: .46s; }
.hero__footer { animation: hero-fade-up .65s .62s cubic-bezier(.22,.61,.36,1) backwards; }

/* Scroll story */
.story { height: 135vh; background: #061f37; }
.story__sticky { position: sticky; top: 0; height: 100vh; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 22% 18%, rgba(24,102,174,.36), transparent 34%), radial-gradient(circle at 78% 72%, rgba(15,91,163,.3), transparent 38%), #061f37; }
.story__sticky::after { content: ''; position: absolute; z-index: 4; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(2,18,31,.12), rgba(2,18,31,.46)); }
.story__scene { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .12; backface-visibility: hidden; }
.story__drop { position: absolute; z-index: 2; left: 50%; top: 50%; overflow: hidden; border-radius: 50%; background: linear-gradient(180deg, rgba(3,18,31,.08), rgba(3,18,31,.4)), url('../images/story-plant-preview.webp') center / cover no-repeat, #061f37; transform: translate3d(-50%, -50%, 0) scale(.15); backface-visibility: hidden; }
.story__label { position: absolute; z-index: 5; margin: 0; color: #fff; text-align: center; text-shadow: 0 2px 22px rgba(0,0,0,.42); font-size: clamp(18px, 2vw, 28px); font-weight: 600; letter-spacing: -.03em; }
.story__label--first { top: 11vh; }
.story__reveal { position: relative; z-index: 6; width: min(88vw, 1180px); opacity: 0; transform: translateY(34px); color: #fff; text-align: center; }
.story__reveal h2 { margin: 26px auto; font-size: clamp(48px, 7vw, 104px); line-height: .92; letter-spacing: -.067em; font-weight: 650; }
.story__reveal p { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.story--active .story__scene { will-change: opacity; }
.story--active .story__drop, .story--active .story__label, .story--active .story__reveal { will-change: transform, opacity; }
.story--settled .story__scene { opacity: 1 !important; }
.story--settled .story__drop { display: none; }
.story--static { height: 100vh; }
.story--static .story__label, .story--static .story__drop { display: none; }
.story--static .story__scene { opacity: 1 !important; }
.story--static .story__reveal { opacity: 1 !important; transform: none !important; }

@keyframes story-drop-native {
  0% { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(var(--story-initial-scale, .55)); animation-timing-function: cubic-bezier(.18, .7, .22, 1); }
  45% { opacity: 1; }
  80% { opacity: 0; }
  80%, 100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1); }
}

@keyframes story-scene-native {
  0%, 28% { opacity: .12; }
  82%, 100% { opacity: 1; }
}

@keyframes story-label-native {
  0% { opacity: 1; transform: translate3d(0, 0, 0); }
  55%, 100% { opacity: 0; transform: translate3d(0, -24px, 0); }
}

@keyframes story-reveal-native {
  0%, 55% { opacity: 0; transform: translate3d(0, 34px, 0); }
  95%, 100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

.story--native { height: 240vh; view-timeline-name: --arc-story; view-timeline-axis: block; }
.story--native .story__drop,
.story--native .story__scene,
.story--native .story__label,
.story--native .story__reveal {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-timeline: --arc-story;
  animation-range: cover 17% cover 71%;
}
.story--native .story__drop { animation-name: story-drop-native; }
.story--native .story__scene { animation-name: story-scene-native; }
.story--native .story__label { animation-name: story-label-native; }
.story--native .story__reveal { animation-name: story-reveal-native; }

/* Intro and stats */
.intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 9vw; align-items: end; }
.intro__copy p { margin: 0 0 36px; color: #5d6871; font-size: 17px; line-height: 1.8; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); padding: 85px max(5vw, 24px); background: var(--navy); color: #fff; }
.stat { padding: 0 4vw; border-right: 1px solid rgba(255, 255, 255, .15); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--lime); font-size: clamp(50px, 5.7vw, 88px); line-height: 1; letter-spacing: -.07em; }
.stat span { display: block; margin: 10px 0 18px; font-size: 14px; font-weight: 750; }
.stat p { margin: 0; color: rgba(255, 255, 255, .45); font-size: 11px; }

/* Services */
.services { padding-left: 0; padding-right: 0; padding-bottom: 0; color: #fff; background: var(--navy); }
.services .section-top { padding: 0 max(5vw, 24px); }
.services .text-link { color: rgba(255,255,255,.82); }
.section-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 65px; }
.services__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #fff; }
.service-card { position: relative; min-height: 72vh; overflow: hidden; padding: 30px; color: #fff; }
.service-card:first-child { grid-column: 1 / -1; min-height: 92vh; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 17, 30, .05), rgba(3, 17, 30, .9)); }
.service-card__number { position: absolute; top: 26px; left: 26px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; font-size: 10px; }
.service-card__content { position: absolute; left: 30px; right: 90px; bottom: 30px; }
.service-card__content > span { color: rgba(255, 255, 255, .58); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { margin: 10px 0; font-size: clamp(27px, 3vw, 46px); line-height: 1.04; letter-spacing: -.05em; }
.service-card p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.6; }
.service-card__arrow { position: absolute; right: 27px; bottom: 27px; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; transition: .3s; }
.service-card:hover .service-card__arrow { color: var(--navy); background: var(--lime); border-color: var(--lime); }

/* Projects and CTA */
.projects { padding-left: 0; padding-right: 0; padding-bottom: 0; color: #fff; background: var(--navy); }
.projects .section-top { padding: 0 max(5vw, 24px); }
.projects .text-link { color: rgba(255,255,255,.82); }
.projects__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #fff; }
.project { position: relative; }
.project__image { height: 82vh; min-height: 620px; overflow: hidden; background: var(--mist); }
.project__image img { width: 100%; height: 100%; object-fit: cover; }
.project::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,15,28,.88)); pointer-events: none; }
.project__meta { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 108px; display: flex; justify-content: space-between; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.project h3 { position: absolute; z-index: 2; left: 32px; right: 85px; bottom: 38px; margin: 0; font-size: clamp(27px, 3vw, 44px); letter-spacing: -.045em; }
.project > a { position: absolute; z-index: 2; right: 30px; bottom: 30px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.contact-cta { height: 78vh; min-height: 650px; position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.contact-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-cta__shade { position: absolute; inset: 0; background: rgba(3, 17, 30, .66); }
.contact-cta__content { position: relative; }
.contact-cta h2 { margin: 26px 0 40px; font-size: clamp(50px, 7vw, 98px); line-height: .94; letter-spacing: -.065em; }
.contact-cta a { display: inline-flex; align-items: center; gap: 16px; padding: 17px 24px; border-radius: 99px; color: var(--navy); background: var(--lime); font-size: 12px; font-weight: 800; }

/* Services page */
.services-page { color: var(--navy); background: #fff; }
.services-hero { position: relative; height: 100svh; min-height: 720px; overflow: hidden; color: #fff; background: var(--navy); }
.services-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 54%; }
.services-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,16,29,.94) 0%, rgba(3,22,38,.72) 46%, rgba(3,20,34,.22) 78%), linear-gradient(0deg, rgba(2,16,29,.8), transparent 58%); }
.services-hero::after { content: ''; position: absolute; inset: 90px 0 0; opacity: .14; background-image: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255,255,255,.55) 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), rgba(255,255,255,.55) 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), rgba(255,255,255,.55) 75%, transparent calc(75% + 1px)); pointer-events: none; }
.services-hero__chapter { position: absolute; z-index: 2; right: max(4vw, 25px); top: 48%; transform: rotate(90deg) translateX(50%); transform-origin: right center; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .22em; }
.services-hero__content { position: absolute; z-index: 2; left: max(6vw, 28px); right: max(6vw, 28px); top: 46%; transform: translateY(-44%); }
.services-hero h1 { max-width: 1150px; margin: 27px 0 0; font-size: clamp(62px, 7.8vw, 118px); line-height: .87; letter-spacing: -.073em; font-weight: 620; }
.services-hero h1 em { color: var(--lime); font-style: normal; }
.services-hero__content > p { max-width: 510px; margin: 35px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.services-hero__footer { position: absolute; z-index: 3; left: max(6vw, 28px); right: max(5vw, 28px); bottom: 28px; display: grid; grid-template-columns: 1.4fr .65fr .65fr; align-items: end; gap: 30px; }
.services-hero__footer > div { display: grid; grid-template-columns: 32px 1fr; align-items: center; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.28); }
.services-hero__footer > div span { color: var(--lime); font-size: 9px; font-weight: 800; }
.services-hero__footer > div p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }
.services-intro { display: grid; grid-template-columns: .45fr 1.55fr; gap: 7vw; padding-top: clamp(125px, 14vw, 210px); padding-bottom: clamp(125px, 14vw, 210px); background: radial-gradient(circle at 12% 80%, rgba(178,216,228,.3), transparent 25%), #f7fafb; }
.services-intro > .eyebrow { align-self: start; }
.services-intro__copy { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 7vw; }
.services-intro h2 { margin: 0; font-size: clamp(54px, 6.6vw, 100px); line-height: .91; letter-spacing: -.07em; font-weight: 620; }
.services-intro p { margin: 0 0 7px; color: #65727a; font-size: 15px; line-height: 1.85; }
.services-catalog { padding: clamp(105px, 11vw, 165px) max(4vw, 22px) 2px; color: #fff; background: radial-gradient(circle at 90% 8%, rgba(21,99,165,.32), transparent 28%), #041827; }
.services-catalog__top { display: flex; justify-content: space-between; align-items: end; gap: 70px; padding: 0 max(1vw, 4px) 70px; }
.services-catalog__top h2 { margin: 26px 0 0; font-size: clamp(46px, 5.5vw, 82px); line-height: .95; letter-spacing: -.064em; font-weight: 620; }
.services-tabs { flex: 0 0 auto; display: flex; gap: 7px; padding: 5px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; background: rgba(255,255,255,.04); }
.services-tab { border: 0; border-radius: 99px; padding: 13px 18px; color: rgba(255,255,255,.58); background: transparent; cursor: pointer; font-size: 10px; font-weight: 750; transition: color .3s, background .3s; }
.services-tab:hover { color: #fff; }
.services-tab--active { color: var(--navy); background: var(--lime); }
.services-group-intro { display: flex; justify-content: space-between; gap: 50px; padding: 24px max(1vw, 4px); border-top: 1px solid rgba(255,255,255,.18); }
.services-group-intro span { color: rgba(255,255,255,.4); font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.services-group-intro p { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.services-catalog__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.services-detail-card { position: relative; min-height: 70vh; overflow: hidden; background: #0a2b45; }
.services-detail-card > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.services-detail-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,18,31,.14), rgba(3,18,31,.9)); }
.services-detail-card__top { position: absolute; z-index: 2; left: 28px; right: 28px; top: 26px; display: flex; justify-content: space-between; align-items: center; }
.services-detail-card__top span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 9px; }
.services-detail-card__top svg { width: 25px; height: 25px; color: var(--lime); stroke-width: 1.4; }
.services-detail-card__content { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 30px; }
.services-detail-card h3 { max-width: 620px; margin: 0 0 15px; font-size: clamp(32px, 3.3vw, 51px); line-height: 1; letter-spacing: -.052em; }
.services-detail-card p { max-width: 530px; margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.services-process { padding-top: clamp(110px, 12vw, 180px); padding-bottom: clamp(120px, 13vw, 190px); background: var(--lime); }
.services-process__heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 95px; }
.services-process__heading h2 { margin: 0; font-size: clamp(49px, 6vw, 92px); line-height: .92; letter-spacing: -.068em; font-weight: 620; }
.services-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7,27,47,.28); }
.services-process__step { position: relative; min-height: 330px; padding: 30px 28px 0; border-right: 1px solid rgba(7,27,47,.24); }
.services-process__step:first-child { padding-left: 0; }
.services-process__step:last-child { border-right: 0; }
.services-process__step > span { color: rgba(7,27,47,.62); font-size: 9px; font-weight: 800; }
.services-process__step svg { position: absolute; top: 27px; right: 28px; width: 26px; height: 26px; stroke-width: 1.3; }
.services-process__step h3 { margin: 95px 0 17px; font-size: 25px; letter-spacing: -.04em; }
.services-process__step p { max-width: 250px; margin: 0; color: rgba(7,27,47,.65); font-size: 11px; line-height: 1.75; }
.services-contact { position: relative; min-height: 88vh; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.services-contact > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.services-contact__shade { position: absolute; inset: 0; background: linear-gradient(rgba(3,18,31,.46), rgba(3,18,31,.85)); }
.services-contact__content { position: relative; width: min(91vw, 1160px); }
.services-contact h2 { margin: 27px 0 42px; font-size: clamp(54px, 7vw, 105px); line-height: .92; letter-spacing: -.068em; font-weight: 620; }
.services-contact a { display: inline-flex; align-items: center; gap: 16px; padding: 17px 23px; border-radius: 99px; color: var(--navy); background: var(--lime); font-size: 11px; font-weight: 800; }

/* Projects page */
.projects-page { color: var(--navy); background: #fff; }
.projects-hero { position: relative; height: 100svh; min-height: 760px; overflow: hidden; padding: 130px max(5vw, 25px) 24px; color: #fff; background: radial-gradient(circle at 90% 18%, rgba(22,97,164,.34), transparent 28%), #041827; }
.projects-hero__heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.projects-hero h1 { margin: 20px 0 0; font-size: clamp(76px, 10.5vw, 160px); line-height: .78; letter-spacing: -.086em; font-weight: 610; }
.projects-hero h1 span { color: var(--lime); }
.projects-hero__summary { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 35px; padding-bottom: 10px; }
.projects-hero__summary > p { grid-column: 1 / -1; max-width: 430px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.projects-hero__summary > div { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.22); }
.projects-hero__summary strong { display: block; color: var(--lime); font-size: 34px; line-height: 1; letter-spacing: -.06em; }
.projects-hero__summary span { display: block; margin-top: 8px; color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.projects-hero__feature { position: absolute; z-index: 2; left: max(5vw, 25px); right: max(5vw, 25px); bottom: 24px; height: 47vh; min-height: 340px; overflow: hidden; }
.projects-hero__feature > img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 48%; }
.projects-hero__feature-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,31,.84), rgba(3,18,31,.2) 58%), linear-gradient(0deg, rgba(3,18,31,.62), transparent 55%); }
.projects-hero__feature-meta { position: absolute; z-index: 2; left: 32px; bottom: 28px; width: min(50vw, 650px); }
.projects-hero__feature-meta > span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.projects-hero__feature-meta h2 { margin: 15px 0 12px; font-size: clamp(36px, 4.2vw, 64px); line-height: .94; letter-spacing: -.06em; }
.projects-hero__feature-meta p { max-width: 520px; margin: 0; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.65; }
.projects-hero__scroll { position: absolute; z-index: 3; right: 25px; bottom: 24px; display: inline-flex; align-items: center; gap: 13px; color: #fff; font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.projects-hero__scroll svg { width: 45px; height: 45px; padding: 13px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.projects-value { padding-top: clamp(120px, 13vw, 195px); padding-bottom: clamp(125px, 13vw, 200px); background: linear-gradient(180deg, #f7fafb, #edf4f5); }
.projects-value__heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 95px; }
.projects-value__heading h2 { margin: 0; font-size: clamp(50px, 6.2vw, 94px); line-height: .93; letter-spacing: -.068em; font-weight: 620; }
.projects-value__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7,27,47,.16); border-left: 1px solid rgba(7,27,47,.16); }
.projects-value__item { position: relative; min-height: 235px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-right: 1px solid rgba(7,27,47,.16); border-bottom: 1px solid rgba(7,27,47,.16); }
.projects-value__item > span { position: absolute; top: 24px; left: 27px; color: #87949b; font-size: 9px; }
.projects-value__item svg { position: absolute; top: 23px; right: 26px; width: 28px; height: 28px; color: #1766a1; stroke-width: 1.35; }
.projects-value__item p { max-width: 250px; margin: 0; font-size: 20px; line-height: 1.2; letter-spacing: -.035em; }
.project-archive { padding: clamp(110px, 11vw, 170px) max(4vw, 22px) clamp(120px, 12vw, 185px); color: #fff; background: radial-gradient(circle at 90% 3%, rgba(24,103,174,.3), transparent 25%), #041827; }
.project-archive__top { display: flex; justify-content: space-between; align-items: end; gap: 70px; padding: 0 max(1vw, 4px) 65px; }
.project-archive__top h2 { margin: 26px 0 0; font-size: clamp(48px, 6vw, 91px); line-height: .94; letter-spacing: -.067em; font-weight: 620; }
.project-archive__top > p { max-width: 390px; margin: 0 0 5px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.75; }
.project-archive__top small { display: block; margin-top: 22px; color: rgba(255,255,255,.33); font-size: 8px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.project-filters { display: flex; gap: 8px; margin: 0 max(1vw, 4px) 35px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.project-filter { border: 1px solid rgba(255,255,255,.2); border-radius: 99px; padding: 11px 17px; color: rgba(255,255,255,.58); background: transparent; cursor: pointer; font-size: 9px; font-weight: 750; transition: .25s; }
.project-filter:hover { color: #fff; border-color: rgba(255,255,255,.5); }
.project-filter--active { color: var(--navy); border-color: var(--lime); background: var(--lime); }
.project-archive__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2px; }
.project-archive-card { grid-column: span 6; padding-bottom: 34px; background: #08233d; }
.project-archive-card--wide { grid-column: span 7; }
.project-archive-card--wide + .project-archive-card { grid-column: span 5; }
.project-archive-card__image { position: relative; height: 58vh; min-height: 440px; overflow: hidden; }
.project-archive-card__image > img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.project-archive-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(3,18,31,.52)); }
.project-archive-card__meta { display: flex; justify-content: space-between; gap: 25px; padding: 22px 25px 0; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-archive-card h3 { margin: 15px 25px 0; font-size: clamp(28px, 3vw, 45px); line-height: 1; letter-spacing: -.052em; }
.projects-contact { position: relative; min-height: 76vh; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; background: radial-gradient(circle at 50% 50%, #0e4b79, #061a2e 62%); }
.projects-contact__rings { position: absolute; left: 50%; top: 50%; width: min(78vw, 920px); aspect-ratio: 1; transform: translate(-50%, -50%); }
.projects-contact__rings i { position: absolute; border: 1px solid rgba(116,182,224,.2); border-radius: 50%; }.projects-contact__rings i:nth-child(1) { inset: 0; }.projects-contact__rings i:nth-child(2) { inset: 18%; }.projects-contact__rings i:nth-child(3) { inset: 36%; }
.projects-contact__content { position: relative; width: min(90vw, 1120px); }
.projects-contact h2 { margin: 27px 0 42px; font-size: clamp(54px, 7vw, 104px); line-height: .92; letter-spacing: -.069em; font-weight: 620; }
.projects-contact__button { display: inline-flex; align-items: center; padding: 17px 23px; border-radius: 99px; color: var(--navy); background: var(--lime); font-size: 11px; font-weight: 800; }

/* About page */
.about-page { background: #fff; }
.about-hero { position: relative; height: 100svh; min-height: 720px; display: grid; grid-template-columns: 54% 46%; overflow: hidden; color: #fff; background: var(--navy); }
.about-hero__panel { position: relative; z-index: 2; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 135px max(5.8vw, 38px) 38px; overflow: hidden; background: radial-gradient(circle at 92% 76%, rgba(25,106,172,.42), transparent 33%), linear-gradient(145deg, #041624, #082b49); }
.about-hero__panel::before { content: ''; position: absolute; right: -18vw; bottom: -31vw; width: 57vw; height: 57vw; border: 1px solid rgba(117,190,228,.22); border-radius: 50%; box-shadow: inset 0 0 0 9vw rgba(18,82,127,.07), inset 0 0 0 18vw rgba(18,82,127,.06); }
.about-hero__panel::after { content: '01'; position: absolute; right: 3vw; top: 15vh; color: rgba(255,255,255,.035); font-size: clamp(180px, 21vw, 330px); line-height: .8; font-weight: 800; letter-spacing: -.1em; }
.about-hero__panel > * { position: relative; z-index: 2; }
.about-hero__kicker { display: block; margin-bottom: 18px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.about-hero h1 { margin: 0; font-size: clamp(76px, 9.8vw, 150px); line-height: .78; letter-spacing: -.085em; font-weight: 610; }
.about-hero h1 span { color: var(--lime); }
.about-hero__panel p { max-width: 510px; margin: 38px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.75; }
.about-hero__explore { display: inline-flex; align-items: center; gap: 14px; width: fit-content; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.about-hero__explore svg { width: 48px; height: 48px; padding: 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.about-hero__visual { position: relative; min-width: 0; overflow: hidden; }
.about-hero__visual > img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 55% center; }
.about-hero__visual-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,36,.25), transparent 35%), linear-gradient(0deg, rgba(3,18,31,.68), transparent 48%); }
.about-hero__vertical { position: absolute; right: 22px; bottom: 35px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,255,255,.62); font-size: 9px; font-weight: 750; letter-spacing: .2em; }
.about-hero__rings { position: absolute; left: 50%; top: 50%; width: min(40vw, 520px); aspect-ratio: 1; transform: translate(-50%, -50%); }
.about-hero__rings i { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.about-hero__rings i:nth-child(1) { inset: 0; }.about-hero__rings i:nth-child(2) { inset: 20%; }.about-hero__rings i:nth-child(3) { inset: 40%; background: rgba(185,227,74,.16); }
.about-intro { display: grid; grid-template-columns: 1.25fr .58fr; gap: 10vw; align-items: end; padding-top: clamp(120px, 13vw, 200px); padding-bottom: clamp(120px, 13vw, 200px); background: radial-gradient(circle at 82% 85%, rgba(195,220,229,.28), transparent 26%), linear-gradient(180deg, #fff, #f5f9fa); }
.about-intro h2 { margin: 28px 0 0; font-size: clamp(54px, 6.3vw, 96px); line-height: .94; letter-spacing: -.065em; font-weight: 620; }
.about-intro__copy { padding-bottom: 7px; }
.about-intro__copy p { margin: 0 0 22px; color: #5a6872; font-size: 15px; line-height: 1.85; }
.about-intro__copy .text-link { margin-top: 16px; }
.about-capability { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 960px; color: #fff; background: var(--navy); }
.about-capability__image { position: relative; min-height: 720px; overflow: hidden; }
.about-capability__image img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.about-capability__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(2,17,30,.78)); }
.about-capability__image > span { position: absolute; z-index: 2; left: 34px; bottom: 30px; font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.about-capability__content { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(70px, 7vw, 110px) max(5vw, 46px) 36px; }
.about-capability__content h2 { margin: 28px 0 70px; font-size: clamp(48px, 5vw, 76px); line-height: .94; letter-spacing: -.06em; font-weight: 620; }
.about-capability__content h2 em { color: var(--lime); font-style: normal; }
.about-capability__list { border-top: 1px solid rgba(255,255,255,.2); }
.about-capability__item { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.about-capability__item > span { padding-top: 5px; color: var(--lime); font-size: 10px; font-weight: 800; }
.about-capability__item h3 { margin: 0 0 7px; font-size: 19px; letter-spacing: -.03em; }
.about-capability__item p { max-width: 430px; margin: 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.7; }
.about-stats { padding: clamp(100px, 11vw, 170px) max(5vw, 24px); color: #fff; background: radial-gradient(circle at 82% 24%, rgba(23,101,203,.34), transparent 32%), #08233d; }
.about-stats__heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; padding-bottom: 75px; }
.about-stats__heading h2 { max-width: 930px; margin: 0; font-size: clamp(42px, 5.3vw, 80px); line-height: .97; letter-spacing: -.06em; font-weight: 620; }
.about-stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.about-stat { min-height: 250px; padding: 45px 4vw 0; border-right: 1px solid rgba(255,255,255,.16); }
.about-stat:first-child { padding-left: 0; }
.about-stat:last-child { border-right: 0; }
.about-stat strong { display: block; color: var(--lime); font-size: clamp(50px, 5.5vw, 84px); line-height: 1; letter-spacing: -.07em; }
.about-stat span { display: block; margin: 13px 0 27px; font-size: 13px; font-weight: 750; }
.about-stat p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; }
.about-brands { overflow: hidden; padding: clamp(105px, 11vw, 170px) 0 clamp(115px, 12vw, 180px); background: linear-gradient(180deg, #f4f8f9, #e8f0f2); }
.about-brands__header { display: flex; justify-content: space-between; align-items: end; gap: 70px; padding: 0 max(5vw, 24px) 75px; }
.about-brands__header h2 { margin: 27px 0 0; font-size: clamp(48px, 6vw, 91px); line-height: .93; letter-spacing: -.066em; font-weight: 620; }
.about-brands__header > p { max-width: 390px; margin: 0 0 8px; color: #66737c; font-size: 14px; line-height: 1.75; }
.about-brands__header small { display: block; margin-top: 24px; color: #89949b; font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.about-brands__marquee { border-top: 1px solid rgba(7,27,47,.14); border-bottom: 1px solid rgba(7,27,47,.14); }
.about-brands__track { display: flex; width: max-content; animation: brands-marquee 34s linear infinite; animation-play-state: paused; }
.about-brands--active .about-brands__track { animation-play-state: running; }
.about-brands__marquee:hover .about-brands__track { animation-play-state: paused; }
.about-brand { position: relative; width: clamp(230px, 24vw, 355px); min-height: 205px; display: flex; flex-direction: column; justify-content: center; padding: 32px; border-right: 1px solid rgba(7,27,47,.14); background: rgba(255,255,255,.22); }
.about-brand > span { position: absolute; top: 22px; right: 22px; color: #8c989f; font-size: 9px; }
.about-brand strong { color: #17344b; font-size: clamp(25px, 2.4vw, 37px); line-height: 1; letter-spacing: -.045em; }
.about-brand:nth-child(4n+2) strong { font-weight: 500; letter-spacing: .08em; }.about-brand:nth-child(4n+3) strong { font-style: italic; }.about-brand:nth-child(4n+4) strong { font-weight: 800; }
.about-brand p { margin: 14px 0 0; color: #7a878f; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
@keyframes brands-marquee { to { transform: translateX(-50%); } }
.about-journey { padding-top: clamp(110px, 12vw, 180px); padding-bottom: clamp(120px, 13vw, 190px); }
.about-journey__top { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 100px; }
.about-journey__top h2 { margin: 0; font-size: clamp(48px, 6vw, 90px); line-height: .94; letter-spacing: -.065em; font-weight: 620; }
.about-journey__line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.about-journey__item { position: relative; min-height: 270px; padding: 34px 32px 0 0; border-right: 1px solid var(--line); }
.about-journey__item:not(:first-child) { padding-left: 32px; }
.about-journey__item:last-child { border-right: 0; }
.about-journey__item::before { content: ''; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.about-journey__item:not(:first-child)::before { left: 32px; }
.about-journey__item b { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.about-journey__item h3 { margin: 42px 0 15px; font-size: 25px; letter-spacing: -.04em; }
.about-journey__item p { max-width: 230px; margin: 0; color: #6b7780; font-size: 12px; line-height: 1.7; }
.about-quote { position: relative; min-height: 92vh; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.about-quote > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.about-quote__shade { position: absolute; inset: 0; background: linear-gradient(rgba(3,18,31,.42), rgba(3,18,31,.82)); }
.about-quote__content { position: relative; width: min(90vw, 1220px); }
.about-quote blockquote { margin: 32px auto 0; font-size: clamp(50px, 7vw, 104px); line-height: .94; letter-spacing: -.067em; font-weight: 620; }
.about-contact { min-height: 68vh; display: flex; justify-content: space-between; align-items: end; gap: 50px; padding: clamp(100px, 12vw, 180px) max(6vw, 25px); background: var(--lime); }
.about-contact h2 { margin: 25px 0 0; font-size: clamp(55px, 7vw, 104px); line-height: .9; letter-spacing: -.07em; font-weight: 630; }
.about-contact__button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 17px; padding: 18px 24px; border-radius: 99px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; }

/* Footer */
.footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; padding: 70px max(5vw, 24px) 25px; color: #fff; background: #031323; }
.footer__brand img { width: 110px; }
.footer__brand > p { margin-top: 10px; color: rgba(255, 255, 255, .4); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer > div > span { color: rgba(255, 255, 255, .38); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer > div > p { color: rgba(255, 255, 255, .73); font-size: 11px; line-height: 1.8; }
.footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .3); font-size: 9px; }

@media (max-width: 900px) {
  .header { height: 76px; }
  .logo { width: 92px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .nav { position: fixed; inset: 0; margin: 0; padding: 110px 10vw; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; background: var(--navy); transform: translateX(100%); transition: transform .4s cubic-bezier(.7, 0, .2, 1); }
  .nav--open { transform: none; }
  .nav > a:not(.nav__contact) { font-size: 30px; color: #fff; }
  .nav__contact { margin: 25px 0 0; }
  .stats { grid-template-columns: 1fr; }
  .stat { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .service-card:first-child { min-height: 78vh; }
  .services-intro { grid-template-columns: 1fr; gap: 55px; }
  .services-intro__copy { grid-template-columns: 1fr; gap: 45px; }
  .services-intro p { max-width: 620px; }
  .services-catalog__top { align-items: flex-start; flex-direction: column; }
  .services-process__heading { align-items: flex-start; flex-direction: column; }
  .services-process__grid { grid-template-columns: 1fr 1fr; }
  .services-process__step { border-top: 1px solid rgba(7,27,47,.24); }
  .projects-hero__heading { grid-template-columns: 1fr; gap: 25px; }
  .projects-hero__summary { max-width: 520px; }
  .projects-value__heading, .project-archive__top { align-items: flex-start; flex-direction: column; }
  .projects-value__grid { grid-template-columns: 1fr 1fr; }
  .project-archive-card, .project-archive-card--wide, .project-archive-card--wide + .project-archive-card { grid-column: span 6; }
  .about-hero { grid-template-columns: 1fr; grid-template-rows: 59% 41%; min-height: 760px; }
  .about-hero__panel { padding: 108px 7vw 28px; }
  .about-hero__panel::before { right: -28vw; bottom: -62vw; width: 90vw; height: 90vw; }
  .about-hero__panel::after { right: 5vw; top: 13vh; font-size: 210px; }
  .about-hero h1 { font-size: clamp(70px, 15vw, 112px); }
  .about-hero__panel p { max-width: 560px; margin-top: 25px; }
  .about-hero__visual > img { object-position: center 50%; }
  .about-hero__rings { width: min(68vw, 430px); }
  .about-hero__vertical { right: 16px; bottom: 18px; writing-mode: horizontal-tb; transform: none; }
  .about-intro { grid-template-columns: 1fr; gap: 60px; }
  .about-intro__copy { max-width: 620px; }
  .about-capability { grid-template-columns: 1fr; }
  .about-capability__image { min-height: 72vh; }
  .about-stats__heading, .about-journey__top { align-items: flex-start; flex-direction: column; }
  .about-brands__header { align-items: flex-start; flex-direction: column; }
  .about-brands__header > p { max-width: 560px; }
  .about-journey__line { grid-template-columns: 1fr 1fr; border-top: 0; }
  .about-journey__item { border-top: 1px solid var(--line); }
  .about-contact { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 650px) {
  .section { padding: 82px 22px; }
  .section-heading h2, .section-top h2 { font-size: 42px; }
  .hero { min-height: 650px; }
  .hero__content { left: 22px; right: 22px; top: 48%; }
  .hero h1 { font-size: 52px; }
  .hero__orb { width: 100vw; height: 100vw; right: -35vw; bottom: -22vw; }
  .hero__footer { left: 22px; right: 22px; grid-template-columns: 1fr 1fr; }
  .hero__footer p { display: none; }
  .hero__project-link { font-size: 10px; }
  .services-hero { min-height: 680px; }
  .services-hero__content { left: 22px; right: 22px; top: 45%; }
  .services-hero h1 { font-size: 51px; line-height: .91; }
  .services-hero__content > p { font-size: 12px; }
  .services-hero__chapter { display: none; }
  .services-hero__footer { left: 22px; right: 22px; grid-template-columns: 1fr 1fr; gap: 20px; }
  .services-hero__footer .scroll-link { grid-column: 1 / -1; }
  .services-catalog { padding-left: 0; padding-right: 0; }
  .services-catalog__top, .services-group-intro { padding-left: 22px; padding-right: 22px; }
  .services-catalog__top h2 { font-size: 43px; }
  .services-tabs { width: 100%; }
  .services-tab { flex: 1; padding: 12px 8px; }
  .services-group-intro { flex-direction: column; gap: 16px; }
  .services-catalog__grid { grid-template-columns: 1fr; }
  .services-detail-card { min-height: 70vh; }
  .services-detail-card h3 { font-size: 36px; }
  .services-process__heading { margin-bottom: 65px; }
  .services-process__heading h2 { font-size: 45px; }
  .services-process__grid { grid-template-columns: 1fr; }
  .services-process__step, .services-process__step:first-child { min-height: 260px; padding: 28px 0 0; border-right: 0; }
  .services-process__step svg { right: 0; }
  .services-process__step h3 { margin-top: 70px; }
  .services-contact { min-height: 72vh; }
  .services-contact h2 { font-size: 48px; }
  .projects-hero { min-height: 790px; padding: 105px 22px 18px; }
  .projects-hero h1 { font-size: 65px; }
  .projects-hero__summary { grid-template-columns: 1fr 1fr; }
  .projects-hero__summary > p { display: none; }
  .projects-hero__feature { left: 22px; right: 22px; bottom: 18px; height: 47%; min-height: 360px; }
  .projects-hero__feature-meta { left: 20px; bottom: 22px; width: calc(100% - 40px); }
  .projects-hero__feature-meta h2 { font-size: 38px; }
  .projects-hero__feature-meta p { display: none; }
  .projects-hero__scroll { display: none; }
  .projects-value__heading { margin-bottom: 65px; }
  .projects-value__heading h2 { font-size: 45px; }
  .projects-value__grid { grid-template-columns: 1fr; }
  .projects-value__item { min-height: 190px; }
  .project-archive { padding-left: 0; padding-right: 0; }
  .project-archive__top { padding-left: 22px; padding-right: 22px; }
  .project-archive__top h2 { font-size: 44px; }
  .project-filters { margin-left: 22px; margin-right: 22px; overflow-x: auto; padding-bottom: 5px; }
  .project-filter { flex: 0 0 auto; }
  .project-archive__grid { grid-template-columns: 1fr; }
  .project-archive-card, .project-archive-card--wide, .project-archive-card--wide + .project-archive-card { grid-column: auto; }
  .project-archive-card__image { height: 67vh; min-height: 480px; }
  .projects-contact { min-height: 70vh; }
  .projects-contact h2 { font-size: 48px; }
  .story { height: 100vh; }
  .story__sticky { height: 100vh; background: #0a2d53; }
  .story__ambient { opacity: .16; }
  .story__drop { inset: 0; width: auto; height: auto; border-radius: 0; transform: none; }
  .story__label--first { top: 12vh; padding: 0 25px; }
  .story__reveal { position: absolute; bottom: 10vh; opacity: 1; transform: none; padding: 0 22px; }
  .story__reveal h2 { font-size: 43px; }
  .story__reveal p { font-size: 13px; }
  .services__grid, .projects__grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { min-height: 72vh; }
  .section-top { align-items: flex-start; flex-direction: column; gap: 30px; margin-bottom: 45px; }
  .contact-cta { height: 72vh; min-height: 580px; padding: 0 22px; }
  .contact-cta h2 { font-size: 48px; }
  .project__image { height: 72vh; min-height: 540px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .about-hero { min-height: 720px; grid-template-rows: 63% 37%; }
  .about-hero__panel { padding: 102px 22px 24px; }
  .about-hero__panel::after { right: 14px; top: 120px; font-size: 145px; }
  .about-hero__kicker { margin-bottom: 12px; }
  .about-hero h1 { font-size: 59px; line-height: .82; }
  .about-hero__panel p { margin-top: 20px; font-size: 13px; }
  .about-hero__explore svg { width: 42px; height: 42px; padding: 12px; }
  .about-hero__visual > img { object-position: center 46%; }
  .about-intro h2 { font-size: 45px; }
  .about-capability__image { min-height: 62vh; }
  .about-capability__content { padding: 72px 22px 28px; }
  .about-capability__content h2 { font-size: 45px; }
  .about-stats { padding-left: 22px; padding-right: 22px; }
  .about-stats__heading { padding-bottom: 55px; }
  .about-stats__heading h2 { font-size: 43px; }
  .about-stats__grid { grid-template-columns: 1fr; }
  .about-stat, .about-stat:first-child { min-height: auto; padding: 35px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .about-brands__header { padding: 0 22px 55px; }
  .about-brands__header h2 { font-size: 44px; }
  .about-brand { width: 225px; min-height: 180px; padding: 25px; }
  .about-journey__top { margin-bottom: 70px; }
  .about-journey__top h2 { font-size: 44px; }
  .about-journey__line { grid-template-columns: 1fr; }
  .about-journey__item, .about-journey__item:not(:first-child) { min-height: 215px; padding: 30px 0 0; border-right: 0; }
  .about-journey__item:not(:first-child)::before { left: 0; }
  .about-journey__item h3 { margin-top: 30px; }
  .about-quote { min-height: 78vh; }
  .about-quote blockquote { font-size: 46px; }
  .about-contact { min-height: 620px; padding-left: 22px; padding-right: 22px; }
  .about-contact h2 { font-size: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .story__reveal { opacity: 1; transform: none; }
  .story__drop { inset: 0; width: auto; height: auto; border-radius: 0; transform: none; }
  .about-brands__track { animation: none; }
}
