:root {
  --black: #050505;
  --charcoal: #111211;
  --grey: #8d8d89;
  --line: rgba(255, 255, 255, 0.22);
  --white: #f4f3ef;
  --accent: #d7c7a8;
  --pad: clamp(24px, 5vw, 76px);
  --header-height: 94px;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--white);
  background: var(--black);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; background: var(--black); color: var(--white); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.04; letter-spacing: -0.045em; }
h1 { font-size: clamp(4rem, 8.2vw, 8rem); }
h2 { font-size: clamp(2.7rem, 5.1vw, 5.2rem); }
h3 { font-size: clamp(1.3rem, 2vw, 2rem); }
p { max-width: 68ch; }
::selection { color: var(--black); background: var(--accent); }

.page-pad { padding: clamp(88px, 11vw, 170px) var(--pad); }
.eyebrow { margin-bottom: 22px; color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.muted { color: var(--grey); }
.text-link, .outline-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.outline-link { min-width: 210px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.8); transition: color .25s, background .25s; }
.outline-link:hover { color: var(--black); background: var(--white); }
.text-link span, .outline-link span { transition: transform .25s; }
.text-link:hover span, .outline-link:hover span { transform: translateX(5px); }
.image-section { position: relative; isolation: isolate; background-image: var(--bg-image); background-position: center; background-size: cover; }
.shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.24) 65%, rgba(0,0,0,.45)); }
.section-intro { max-width: 760px; }
.section-intro > p:last-child { color: #b4b4af; font-size: 17px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 70px; }
.section-heading h2 { margin-bottom: 0; }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; display: grid; grid-template-columns: 190px 1fr 44px; align-items: center; width: 100%; min-height: var(--header-height); padding: 18px var(--pad); border-bottom: 1px solid rgba(255,255,255,.15); }
.brand { width: 156px; height: 53px; overflow: hidden; }
.brand img, .footer-mark img { height: 100%; object-fit: contain; filter: brightness(0) invert(1); transform: scale(1.08); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3.2vw, 52px); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-nav > a, .nav-dropdown > button { position: relative; padding: 14px 0; }
.site-nav > a::after, .nav-dropdown > button::after { position: absolute; bottom: 8px; left: 0; width: 0; height: 1px; content: ""; background: currentColor; transition: width .25s; }
.site-nav > a:hover::after, .nav-dropdown:hover > button::after { width: 100%; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { color: inherit; border: 0; background: none; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.nav-dropdown > button span { margin-left: 4px; }
.dropdown-panel { position: absolute; top: calc(100% + 10px); left: 50%; display: grid; width: 330px; padding: 10px; opacity: 0; visibility: hidden; background: rgba(10,10,10,.98); border: 1px solid var(--line); transform: translate(-50%, -8px); transition: .25s; }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown-panel a { display: flex; gap: 22px; padding: 19px 16px; border-bottom: 1px solid var(--line); }
.dropdown-panel a:last-child { border-bottom: 0; }
.dropdown-panel small { color: var(--grey); }
.social-link { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 10px; }
.menu-toggle { display: none; }

.home-hero, .inner-hero { min-height: max(720px, 100svh); }
.home-hero { background-position: 50% 55%; }
.home-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(135deg, rgba(0,0,0,.14), transparent 55%); }
.hero-content { position: absolute; left: var(--pad); bottom: 10%; width: min(88vw, 1000px); }
.hero-content > p:first-child { margin-bottom: 18px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.hero-content h1 { margin-bottom: 38px; text-transform: uppercase; }
.hero-scroll { position: absolute; right: var(--pad); bottom: 8%; display: flex; gap: 20px; align-items: center; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll span { font-size: 22px; }

.market-index { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--black); }
.market-index .section-intro { position: sticky; top: 80px; align-self: start; }
.market-list { border-top: 1px solid var(--line); }
.market-row { display: grid; grid-template-columns: 80px 1fr auto; gap: 24px; align-items: center; min-height: 128px; border-bottom: 1px solid var(--line); }
.market-row .dial { color: var(--grey); font-size: 11px; letter-spacing: .12em; }
.market-row h3 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); text-transform: uppercase; }
.market-row a, .market-row .muted { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.immersive-service { min-height: 930px; background-attachment: fixed; }
.immersive-service .shade { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.45) 70%, rgba(0,0,0,.3)); }
.immersive-service.align-right .shade { background: linear-gradient(270deg, rgba(0,0,0,.92), rgba(0,0,0,.48) 70%, rgba(0,0,0,.3)); }
.immersive-inner { width: min(900px, 72vw); padding: 130px var(--pad); }
.align-right .immersive-inner { margin-left: auto; }
.immersive-inner > h2 { margin-bottom: 65px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid.compact { margin-bottom: 42px; }
.service-card { position: relative; min-height: 275px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.service-card:hover { color: var(--black); background: var(--white); }
.service-card .index { display: block; margin-bottom: 40px; color: var(--grey); font-size: 10px; }
.service-card h3 { margin-bottom: 18px; letter-spacing: -.02em; }
.service-card p { margin-bottom: 0; color: #aaa; font-size: 13px; line-height: 1.55; }
.service-card:hover p { color: #454545; }
.card-arrow { position: absolute; right: 25px; bottom: 21px; font-size: 20px; }

.manifesto { display: grid; min-height: 720px; place-content: center; text-align: center; }
.manifesto h2 { max-width: 1100px; margin-bottom: 50px; }
.manifesto h2 em { color: var(--accent); font-weight: 300; }
.manifesto > p:last-child { max-width: 770px; margin: 0 auto; color: #aaa; font-size: 18px; }

.testimonials { background: #777872; }
.testimonial-count { font-size: 12px; letter-spacing: .1em; }
.testimonial-stage { position: relative; min-height: 370px; }
.testimonial { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .45s, transform .45s, visibility .45s; }
.testimonial.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.testimonial blockquote { width: min(100%, 1050px); margin: 0; font-size: clamp(1.75rem, 3.2vw, 3.4rem); font-weight: 400; line-height: 1.22; letter-spacing: -.035em; }
.testimonial p { margin-top: 36px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.slider-controls { display: flex; justify-content: flex-end; gap: 10px; }
.slider-controls button { width: 50px; height: 50px; color: var(--white); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: transparent; cursor: pointer; }

.partners { background: var(--black); }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-grid a { display: grid; min-height: 170px; padding: 30px; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.logo-grid a:hover { background: #141414; }
.logo-grid img { max-width: 150px; max-height: 64px; object-fit: contain; filter: grayscale(1); }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; padding: 100px var(--pad); background-position: center; background-size: cover; }
.newsletter::before { position: absolute; z-index: -1; inset: 0; content: ""; background: rgba(0,0,0,.65); }
.newsletter h2 { margin-bottom: 12px; text-transform: uppercase; }
.newsletter p { color: #c4c4c0; }
.inline-form { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px; }
.inline-form label span { display: block; margin-bottom: 8px; color: #b3b3af; font-size: 10px; text-transform: uppercase; }
.inline-form input { width: 100%; padding: 16px 0; color: var(--white); border: 0; border-bottom: 1px solid var(--white); outline: none; background: transparent; }
.inline-form button { padding: 16px 20px; color: var(--black); border: 1px solid var(--white); background: var(--white); cursor: pointer; }
.form-status { grid-column: 1 / -1; margin: 8px 0 0; color: var(--accent) !important; font-size: 12px; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; padding: 70px var(--pad) 30px; border-top: 1px solid var(--line); background: var(--black); text-transform: uppercase; }
.footer-mark { width: 130px; height: 60px; }
.footer-locations { display: flex; gap: 32px; color: #a4a4a0; font-size: 11px; letter-spacing: .1em; }
.footer-locations a:hover { color: var(--white); }
.footer-contact { font-size: 11px; letter-spacing: .1em; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 32px; color: #777; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; }

.inner-hero .hero-content { bottom: 9%; }
.inner-hero .anchor-links { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 28px; }
.anchor-links a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.services-overview .section-intro { margin-bottom: 70px; }
.split-cta { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 70px; padding-bottom: 70px; background: #777872; }
.split-cta p { margin: 0; font-size: clamp(1.4rem, 2.5vw, 2.5rem); }
.statement { display: grid; min-height: 650px; padding: var(--pad); place-items: center; text-align: center; }
.statement h2 { max-width: 1040px; }

.faq-section { display: grid; grid-template-columns: 1.4fr .6fr; gap: 9vw; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 50px 1fr auto; gap: 20px; align-items: center; padding: 30px 0; list-style: none; cursor: pointer; font-size: clamp(1.05rem, 1.7vw, 1.45rem); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--grey); font-size: 10px; }
.faq-list summary b { font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { margin: -6px 50px 30px 70px; color: #aaa; font-size: 16px; }
.faq-cta { position: sticky; top: 50px; }
.faq-cta h2 { font-size: clamp(2.4rem, 4vw, 4.5rem); }

.definition { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; border-bottom: 1px solid var(--line); }
.definition h2 { margin-bottom: 5px; }
.definition i { color: var(--grey); }
.definition .large-copy { color: var(--white); font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.3; letter-spacing: -.03em; }
.definition p:not(.large-copy):not(.eyebrow) { color: #aaa; font-size: 16px; }
.definition.reverse { background: #777872; }
.definition.reverse p:not(.large-copy):not(.eyebrow) { color: #e1e1dc; }
.image-break { height: min(78vw, 900px); overflow: hidden; }
.image-break img { height: 100%; object-fit: cover; }
.editorial-list { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-list li { padding: 24px 0; border-bottom: 1px solid var(--line); }

.contact-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw 10vw; min-height: 100svh; padding-top: calc(var(--header-height) + 100px); }
.contact-title h1 { text-transform: uppercase; }
.contact-details { padding-top: 28px; }
.contact-details h2 { margin-bottom: 55px; font-size: clamp(1.8rem, 3vw, 3.5rem); }
.contact-details h2 span { color: var(--grey); }
.contact-details address { margin-bottom: 60px; color: #b0b0ac; font-style: normal; font-size: 18px; }
.contact-details dl { margin: 0; border-top: 1px solid var(--line); }
.contact-details dl > div { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--grey); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { margin: 0; }
.contact-form { grid-column: 2; padding: 45px; border: 1px solid var(--line); }
.contact-form h2 { font-size: clamp(1.8rem, 3vw, 3.4rem); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 24px; color: var(--grey); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { padding: 12px 0; color: var(--white); border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--white); }
.contact-form button { color: var(--white); background: transparent; cursor: pointer; }

.location-hero .hero-kicker { max-width: 660px; margin-top: -12px; font-size: clamp(1.15rem, 2vw, 1.8rem); letter-spacing: -.02em; text-transform: none; }
.why-section .section-intro { margin-bottom: 70px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-grid article { min-height: 290px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid span { color: var(--grey); font-size: 10px; }
.why-grid h3 { margin: 55px 0 22px; }
.why-grid p { color: #aaa; }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 60px; padding-bottom: 60px; background: #777872; }
.stats > div { display: grid; gap: 10px; align-content: center; min-height: 130px; padding: 0 25px; border-right: 1px solid rgba(255,255,255,.25); }
.stats > div:last-child { border: 0; }
.stats strong { font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; letter-spacing: -.04em; }
.stats span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 65px 24px; }
.project-card { transition: transform .35s; }
.project-card:hover { transform: translateY(-8px); }
.project-image { height: clamp(330px, 45vw, 610px); overflow: hidden; background: #171717; }
.project-image img { height: 100%; object-fit: cover; transition: transform .7s; }
.project-card:hover img { transform: scale(1.025); }
.project-copy { display: grid; grid-template-columns: 1fr auto; padding-top: 20px; }
.project-copy > span { grid-column: 1 / -1; color: var(--grey); font-size: 10px; text-transform: uppercase; }
.project-copy h3 { margin: 12px 0 3px; }
.project-copy p { grid-column: 1; margin: 0; color: #888; }
.project-copy b { grid-column: 2; grid-row: 2 / 4; align-self: center; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.journey { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; background: #101110; }
.journey ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.journey li > span { color: var(--grey); font-size: 10px; }
.journey h3 { margin-bottom: 8px; }
.journey p { margin-bottom: 0; color: #999; }
.big-cta { display: grid; min-height: 680px; padding: var(--pad); place-items: center; text-align: center; }
.big-cta > div { max-width: 1000px; }
.big-cta h2 { margin-bottom: 50px; }

.editorial-intro { display: grid; grid-template-columns: .5fr 1fr; gap: 2vw 9vw; }
.editorial-intro .eyebrow { grid-row: 1 / 3; }
.editorial-intro h2 { max-width: 900px; }
.editorial-intro > p:last-child { color: #aaa; font-size: 18px; }
.offers { background: #777872; }
.offer-list { border-top: 1px solid rgba(255,255,255,.35); }
.offer-list article { display: grid; grid-template-columns: 70px .8fr 1.2fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.offer-list span { color: #d6d6d0; font-size: 10px; }
.offer-list h3, .offer-list p { margin: 0; }
.offer-list p { color: #e1e1db; }
.split-image-copy { display: grid; grid-template-columns: 1fr 1fr; min-height: 860px; }
.split-image { min-height: 700px; }
.split-image img { height: 100%; object-fit: cover; }
.reasons { display: grid; align-content: center; padding: clamp(55px, 8vw, 120px); }
.reasons > div { padding: 22px 0; border-top: 1px solid var(--line); }
.reasons h3 { margin-bottom: 8px; font-size: 1.45rem; }
.reasons p { margin: 0; color: #999; }
.process .section-intro { margin-bottom: 60px; }
.process ol { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process li { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process li > span { color: var(--accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.process h3 { margin: 58px 0 18px; font-size: 1.35rem; }
.process p { color: #999; font-size: 13px; }

.project-hero { min-height: max(740px, 100svh); }
.project-hero .shade { background: linear-gradient(0deg, rgba(0,0,0,.85), rgba(0,0,0,.08) 70%); }
.project-hero-content { position: absolute; right: var(--pad); bottom: 8%; left: var(--pad); }
.project-hero-content > p { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.project-hero-content h1 { max-width: 1050px; margin-bottom: 0; text-transform: uppercase; }
.project-hero-content > span { color: var(--accent); font-size: clamp(1.2rem, 2vw, 2rem); }
.project-hero-content h2 { max-width: 650px; margin: 32px 0 0 auto; font-size: clamp(1.8rem, 3.3vw, 3.8rem); text-align: right; }
.project-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.project-logo { aspect-ratio: 1.3; overflow: hidden; background: #111; }
.project-logo img { height: 100%; object-fit: cover; }
.project-summary p:last-child { color: #999; font-size: 17px; }
.project-facts { display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 55px; padding-bottom: 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts > div { display: grid; gap: 12px; padding: 0 24px; border-right: 1px solid var(--line); }
.project-facts > div:last-child { border: 0; }
.project-facts span { color: var(--grey); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-facts strong { font-size: 15px; font-weight: 400; }
.project-gallery { display: grid; grid-template-columns: 1fr 1fr; height: 760px; }
.project-gallery img { height: 100%; object-fit: cover; }
.project-cta { min-height: 630px; background: #777872; }

.not-found { display: grid; min-height: 100svh; align-content: center; }
.not-found h1 { max-width: 1000px; text-transform: uppercase; }

main > section:not(.home-hero):not(.inner-hero):not(.project-hero) { opacity: .75; transform: translateY(20px); transition: opacity .7s, transform .7s; }
main > section.in-view, .project-card.in-view, .service-card.in-view { opacity: 1 !important; transform: none !important; }

@media (max-width: 1020px) {
  :root { --header-height: 78px; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-nav { position: fixed; top: 0; right: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(88vw, 500px); height: 100svh; padding: 95px 45px; opacity: 0; visibility: hidden; background: #0a0a0a; transform: translateX(100%); transition: .35s; font-size: 17px; }
  .nav-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown > button { display: none; }
  .dropdown-panel { position: static; width: 100%; padding: 0; opacity: 1; visibility: visible; border: 0; background: transparent; transform: none; }
  .dropdown-panel a { padding: 14px 0; }
  .menu-toggle { position: relative; z-index: 2; display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; color: var(--white); border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: .25s; }
  .nav-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .market-index, .faq-section, .journey { grid-template-columns: 1fr; }
  .market-index .section-intro, .faq-cta { position: static; }
  .immersive-inner { width: 100%; }
  .stats, .project-facts { grid-template-columns: repeat(3, 1fr); }
  .stats > div, .project-facts > div { padding: 22px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .process ol { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  :root { --pad: 22px; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .page-pad { padding-top: 88px; padding-bottom: 88px; }
  .brand { width: 120px; height: 42px; }
  .social-link { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .home-hero, .inner-hero, .project-hero { min-height: 720px; }
  .hero-content { bottom: 8%; }
  .hero-scroll { display: none; }
  .market-row { grid-template-columns: 48px 1fr; min-height: 108px; }
  .market-row a, .market-row .muted { grid-column: 2; margin-top: -24px; }
  .immersive-service { min-height: auto; background-attachment: scroll; }
  .immersive-inner { padding: 90px var(--pad); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .manifesto { min-height: 650px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .testimonial-count { display: block; margin-top: 20px; }
  .testimonial-stage { min-height: 530px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid a { min-height: 130px; padding: 22px; }
  .newsletter { grid-template-columns: 1fr; }
  .inline-form { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-locations { flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 8px; }
  .split-cta { align-items: flex-start; flex-direction: column; }
  .faq-list details > p { margin-right: 0; margin-left: 0; }
  .definition, .contact-page, .editorial-intro, .split-image-copy, .project-summary { grid-template-columns: 1fr; }
  .definition { gap: 45px; }
  .contact-page { padding-top: calc(var(--header-height) + 70px); }
  .contact-form { grid-column: 1; padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .why-grid, .projects-grid { grid-template-columns: 1fr; }
  .stats, .project-facts { grid-template-columns: 1fr 1fr; }
  .stats > div:nth-child(2n), .project-facts > div:nth-child(2n) { border-right: 0; }
  .projects-grid { gap: 50px; }
  .project-image { height: 430px; }
  .offer-list article { grid-template-columns: 42px 1fr; }
  .offer-list p { grid-column: 2; }
  .split-image-copy { min-height: 0; }
  .split-image { min-height: 540px; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 220px; }
  .project-hero-content h2 { margin-left: 0; text-align: left; }
  .project-gallery { grid-template-columns: 1fr; height: auto; }
  .project-gallery img { height: 480px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .immersive-service { background-attachment: scroll; }
}
