:root {
    --mineral: #173f3a;
    --mineral-deep: color-mix(in srgb, #173f3a 74%, #242a2d);
    --ochre: #c99a24;
    --graphite: #242a2d;
    --sand: #c9bda8;
    --ivory: #f7f4ec;
    --white: #fff;
    --line: rgba(36, 42, 45, .16);
    --display: "Barlow Condensed", "Arial Narrow", sans-serif;
    --body: "Manrope", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: clip; color: var(--graphite); background: var(--ivory); font-family: var(--body); font-size: 16px; font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -4rem; left: 1rem; padding: .75rem 1rem; color: var(--white); background: var(--mineral); transition: top .2s; }
.skip-link:focus { top: 1rem; }
.site-shell { width: min(1400px, calc(100% - 8vw)); margin-inline: auto; }
.section-pad { padding-block: clamp(4.5rem, 7vw, 7.5rem); }
.section-label { display: inline-flex; align-items: center; gap: .65rem; color: var(--ochre); font-family: var(--display); font-size: .8rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-label::before { width: 2rem; height: 1px; background: currentColor; content: ""; }
.page-progress { position: fixed; z-index: 200; inset: 0 0 auto; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--ochre); transform: scaleX(0); transform-origin: left; will-change: transform; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: color .35s, background .35s, border-color .35s, transform .35s; }
.site-header.is-scrolled, body:not(.is-home) .site-header { color: var(--graphite); background: rgba(247, 244, 236, .985); border-color: var(--line); box-shadow: 0 10px 40px rgba(23, 63, 58, .08); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; }
.brand { display: grid; align-items: center; justify-self: start; }
.brand-logo { width: 185px; height: 50px; object-fit: contain; object-position: left center; }
.brand-logo { grid-area: 1 / 1; }
.brand-logo-dark { display: block; }
.brand-logo-light { display: none; }
.is-home .site-header:not(.is-scrolled) .brand-logo-dark { display: none; }
.is-home .site-header:not(.is-scrolled) .brand-logo-light { display: block; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.4rem, 2.6vw, 3rem); }
.desktop-nav a { position: relative; padding-block: 1rem; font-family: var(--display); font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: .8rem; left: 0; height: 1px; background: var(--ochre); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .28s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a.is-active { color: var(--ochre); }
.header-cta { display: inline-flex; align-items: center; justify-self: end; gap: 1rem; font-family: var(--display); font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.header-cta i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--graphite); background: var(--ochre); font-family: var(--body); font-style: normal; transition: transform .25s; }
.header-cta:hover i { transform: rotate(45deg); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--mineral-deep); isolation: isolate; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { z-index: 0; overflow: hidden; visibility: hidden; opacity: 0; transition: opacity 1s cubic-bezier(.45,0,.2,1), visibility 0s linear 1s; }
.hero-slide.is-active { z-index: 1; visibility: visible; opacity: 1; transition-delay: 0s; }
.hero-backdrop { position: absolute; z-index: 0; inset: -6%; background-image: var(--hero-image); background-position: center; background-size: cover; filter: saturate(.86); transform: scale(1.03); transition: filter 1.1s ease; }
.hero-slide:nth-child(even) .hero-backdrop { transform: scale(1.16); }
.hero-slide.is-active .hero-backdrop { filter: saturate(1); will-change: transform; }
.hero-slide:nth-child(1).is-active .hero-backdrop { animation: heroZoomInLeft 10s cubic-bezier(.2,.58,.25,1) both; }
.hero-slide:nth-child(2).is-active .hero-backdrop { animation: heroZoomOutRight 10s cubic-bezier(.2,.58,.25,1) both; }
.hero-slide:nth-child(3).is-active .hero-backdrop { animation: heroZoomInRight 10s cubic-bezier(.2,.58,.25,1) both; }
.hero-slide:nth-child(4).is-active .hero-backdrop { animation: heroZoomOutLeft 10s cubic-bezier(.2,.58,.25,1) both; }
@keyframes heroZoomInLeft { from { transform: scale(1.01) translate3d(0, 0, 0); } to { transform: scale(1.18) translate3d(-1.5%, -.7%, 0); } }
@keyframes heroZoomInRight { from { transform: scale(1.01) translate3d(0, 0, 0); } to { transform: scale(1.18) translate3d(1.5%, -.5%, 0); } }
@keyframes heroZoomOutRight { from { transform: scale(1.19) translate3d(-1.4%, -.4%, 0); } to { transform: scale(1.02) translate3d(0, 0, 0); } }
@keyframes heroZoomOutLeft { from { transform: scale(1.19) translate3d(1.4%, -.6%, 0); } to { transform: scale(1.02) translate3d(0, 0, 0); } }
.hero-slide::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,24,22,.8) 0%, rgba(7,24,22,.42) 48%, rgba(7,24,22,.15) 78%), linear-gradient(0deg, rgba(7,24,22,.72) 0%, transparent 48%); content: ""; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100svh; flex-direction: column; justify-content: center; padding-top: 9rem; padding-bottom: 9rem; }
.hero-kicker { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; color: rgba(255,255,255,.78); font-family: var(--display); font-size: .82rem; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
.hero-kicker span { width: 3.5rem; height: 1px; background: var(--ochre); }
.hero-title { display: grid; width: fit-content; margin: 0; font-family: var(--display); text-transform: uppercase; line-height: .76; }
.js .hero-slider:not(.is-text-ready) .hero-title { visibility: hidden; }
.hero-title > span, .hero-title > strong { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.hero-outline { color: transparent; font-size: clamp(4.8rem, 9.2vw, 9.5rem); font-weight: 500; letter-spacing: -.025em; -webkit-text-stroke: 1.35px rgba(255,255,255,.9); }
.hero-title strong { margin-left: .025em; font-size: clamp(2.8rem, 5.4vw, 5.6rem); font-weight: 700; letter-spacing: -.015em; }
.hero-char { display: inline-block; opacity: 0; transform: translateY(110%) rotate(2deg); transition: opacity .45s ease, transform .82s cubic-bezier(.18,.78,.2,1); }
.hero-title > .hero-outline .hero-char { transition-delay: calc(.12s + var(--char-index) * 28ms); }
.hero-title > strong .hero-char { transition-delay: calc(.22s + var(--char-index) * 25ms); }
.hero-slider.is-text-ready .hero-slide.is-active .hero-char { opacity: 1; transform: translateY(0) rotate(0); }
.hero-word { display: inline-flex; white-space: nowrap; }
.hero-char.is-space { width: .24em; }
.hero-bottom { display: grid; grid-template-columns: minmax(18rem, 32rem) max-content; align-items: end; gap: clamp(2.5rem, 6vw, 7rem); margin-top: 3.2rem; }
.hero-bottom p { max-width: 31rem; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(.9rem, 1vw, 1.02rem); line-height: 1.8; }
.hero-kicker, .hero-title, .hero-bottom { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.hero-slide.is-active .hero-kicker, .hero-slide.is-active .hero-title, .hero-slide.is-active .hero-bottom { opacity: 1; transform: none; }
.hero-slide.is-active .hero-kicker { transition-delay: .18s; }
.hero-slide.is-active .hero-title { transition-delay: .28s; }
.hero-slide.is-active .hero-bottom { transition-delay: .4s; }
.hero-link { display: inline-flex; width: fit-content; align-items: center; gap: 1.2rem; padding: .25rem 0 .55rem; border-bottom: 1px solid rgba(255,255,255,.52); font-family: var(--display); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .25s, border-color .25s; }
.hero-link i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--graphite); background: var(--ochre); font-family: var(--body); font-style: normal; transition: transform .3s cubic-bezier(.2,.75,.25,1), background .25s; }
.hero-link:hover, .hero-link:focus-visible { color: var(--ochre); border-color: var(--ochre); }
.hero-link:hover i, .hero-link:focus-visible i { background: var(--ivory); transform: rotate(45deg); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 1.8rem; padding: .75rem 1.1rem .75rem 1.4rem; border: 1px solid transparent; font-family: var(--display); font-size: .84rem; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button i { display: grid; width: 32px; height: 32px; place-items: center; font-family: var(--body); font-style: normal; transition: transform .25s; }
.button:hover i { transform: rotate(45deg); }
.button-ochre { color: var(--graphite); background: var(--ochre); }
.button-ochre:hover { background: var(--ivory); transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--mineral); }
.button-dark i { color: var(--graphite); background: var(--ochre); }
.button-dark:hover { background: var(--graphite); transform: translateY(-2px); }
.hero-chrome { position: absolute; z-index: 4; inset: 0; height: 100%; pointer-events: none; }
.hero-rail { position: absolute; top: 50%; left: -2.8rem; display: grid; justify-items: center; gap: .8rem; color: rgba(255,255,255,.62); font-family: var(--display); font-size: .72rem; letter-spacing: .12em; transform: translateY(-50%); pointer-events: auto; }
.hero-current { color: var(--ochre); font-size: 1rem; }
.hero-dots { display: grid; justify-items: center; gap: 0; }
.hero-dot { width: 28px; height: 20px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-dot::before { display: block; width: 1px; height: 100%; margin-inline: auto; background: rgba(255,255,255,.32); content: ""; transition: height .35s, background .35s; }
.hero-dot.is-active::before { width: 2px; height: 34px; background: var(--ochre); }
.hero-dot.is-active { height: 34px; }
.hero-actions { position: absolute; right: 0; bottom: 2.5rem; display: flex; pointer-events: auto; }
.hero-actions button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.26); color: var(--white); background: rgba(7,24,22,.25); cursor: pointer; transition: color .25s, background .25s; }
.hero-actions button + button { border-left: 0; }
.hero-actions button:hover, .hero-actions button:focus-visible { color: var(--graphite); background: var(--ochre); }
.hero-timeline { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: rgba(255,255,255,.18); }
.hero-timeline span { display: block; width: 0; height: 100%; background: var(--ochre); }
.hero-slider.is-playing .hero-timeline span { animation: heroTimeline 6s linear forwards; }
@keyframes heroTimeline { to { width: 100%; } }
.scroll-cue { position: absolute; bottom: 2rem; left: 0; display: flex; align-items: center; gap: 1.4rem; font-family: var(--display); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; pointer-events: auto; }
.scroll-cue i { color: var(--ochre); font-family: var(--body); font-style: normal; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 50% { transform: translateY(7px); } }

.philosophy { background: var(--ivory); }
.philosophy-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); align-items: center; gap: clamp(4rem, 9vw, 10rem); }
.philosophy-media { position: relative; padding: 0 0 3.2rem 3.2rem; }
.philosophy-media::before { position: absolute; z-index: 0; bottom: 0; left: 0; width: 56%; height: 62%; background: var(--sand); content: ""; }
.image-mask { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 4 / 5; }
.image-mask img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.philosophy-media:hover img { transform: scale(1.035); }
.media-note { position: absolute; z-index: 2; right: -2rem; bottom: 0; padding: 1.1rem 1.4rem; color: var(--white); background: var(--mineral); font-family: var(--display); font-size: .72rem; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.philosophy-copy h2, .section-heading h2, .projects-heading h2, .contact-card h2, .detail-story h2, .clients h2 { margin: 1.5rem 0 2rem; font-family: var(--display); font-size: clamp(3.2rem, 5vw, 5.6rem); font-weight: 500; letter-spacing: -.025em; line-height: .88; text-transform: uppercase; }
.philosophy-copy h2 { font-size: clamp(2.9rem, 4.1vw, 4.6rem); line-height: .91; }
h2 em { color: var(--mineral); font-style: italic; font-weight: 500; }
.philosophy-copy > p { max-width: 38rem; margin: 0; color: rgba(36,42,45,.68); font-size: 1.05rem; line-height: 1.9; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(3rem, 5vw, 5rem); border-top: 1px solid var(--line); }
.principles div { display: flex; gap: .9rem; padding: 1.2rem .9rem 0 0; border-right: 1px solid var(--line); }
.principles div + div { padding-left: 1rem; }
.principles div:last-child { border-right: 0; }
.principles strong { color: var(--ochre); font-family: var(--display); }
.principles span { font-family: var(--display); font-size: .75rem; font-weight: 600; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }

.services { color: var(--graphite); background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 6rem; margin-bottom: clamp(4rem, 7vw, 7rem); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 .5rem; color: rgba(255,255,255,.65); line-height: 1.85; }
.services-heading { display: grid; justify-items: center; margin-bottom: clamp(3rem, 5vw, 5rem); text-align: center; }
.services-heading .section-label::before { display: none; }
.services-heading h2 { margin: .9rem 0 .7rem; font-family: var(--display); font-size: clamp(2.4rem, 3.4vw, 3.7rem); font-weight: 500; line-height: .94; text-transform: uppercase; }
.services-heading p { margin: 0; color: rgba(36,42,45,.68); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.service-card { position: relative; isolation: isolate; display: flex; min-height: 330px; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 2rem 2.5rem; overflow: hidden; border: 1px solid var(--line); border-bottom: 4px solid var(--ochre); background: var(--white); box-shadow: 0 16px 35px rgba(23,63,58,.08); text-align: center; cursor: pointer; transition: color .4s, transform .42s cubic-bezier(.2,.75,.25,1), box-shadow .42s; }
.service-card::before { position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(rgba(10,42,38,.68), rgba(10,42,38,.86)), var(--service-image); background-position: center; background-size: cover; content: ""; opacity: 0; transform: scale(1.06); transition: opacity .45s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { color: var(--white); box-shadow: 0 26px 55px rgba(23,63,58,.18); transform: translateY(-9px); }
.service-card:hover::before, .service-card.is-visual::before { opacity: 1; transform: scale(1); }
.service-card.is-visual { color: var(--white); }
.service-number { position: absolute; top: 1rem; right: 1.1rem; color: var(--ochre); font-family: var(--display); font-size: .7rem; letter-spacing: .12em; }
.service-icon { width: 58px; height: 58px; margin-bottom: 1.6rem; color: var(--mineral); }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card.is-visual .service-icon, .service-card:hover .service-icon { color: var(--white); }
.service-card h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 2.5vw, 2.65rem); font-weight: 500; line-height: .95; text-transform: uppercase; }
.service-card p { margin: 1rem 0 0; color: rgba(36,42,45,.64); font-size: .8rem; line-height: 1.65; }
.service-card.is-visual p, .service-card:hover p { color: rgba(255,255,255,.76); }
.service-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.25rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; color: var(--ochre); font-family: var(--display); font-size: .63rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.service-link i { font-style: normal; transition: transform .25s; }
.service-card:hover .service-link i { transform: rotate(45deg); }

.projects-section { overflow: hidden; scroll-margin-top: 82px; background: var(--white); }
.projects-heading { display: grid; justify-items: center; max-width: 760px; margin-bottom: clamp(4rem, 7vw, 7rem); text-align: center; }
.projects-heading .section-label::before { display: none; }
.projects-heading h2 { margin: .9rem 0 1rem; font-size: clamp(2.4rem, 3.4vw, 3.7rem); line-height: .94; }
.projects-heading p { max-width: 38rem; margin: 0; color: rgba(36,42,45,.68); }
.projects-heading-link { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ochre); color: var(--mineral); font-family: var(--display); font-size: .75rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.projects-heading-link i { color: var(--ochre); font-style: normal; transition: transform .25s; }
.projects-heading-link:hover i { transform: rotate(45deg); }
.featured-projects { padding-bottom: clamp(2rem, 4vw, 4rem); }
.featured-project { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: center; margin-bottom: clamp(6rem, 10vw, 11rem); }
.featured-project-media { grid-area: 1 / 1 / 2 / 10; overflow: hidden; height: clamp(500px, 48vw, 650px); }
.featured-project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.75,.25,1); }
.featured-project:hover .featured-project-media img { transform: scale(1.025); }
.featured-project-card { position: relative; z-index: 2; grid-area: 1 / 8 / 2 / 13; padding: clamp(2.2rem, 4.2vw, 4.6rem); border-top: 3px solid var(--ochre); background: var(--white); box-shadow: 0 24px 70px rgba(23,63,58,.1); }
.featured-project.is-reversed .featured-project-media { grid-column: 4 / 13; }
.featured-project.is-reversed .featured-project-card { grid-column: 1 / 6; }
.featured-project-number { position: absolute; top: 1rem; right: 1.2rem; color: rgba(36,42,45,.2); font-family: var(--display); font-size: .78rem; letter-spacing: .12em; }
.project-category { color: var(--ochre); font-family: var(--display); font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.featured-project-card h3 { margin: .8rem 0 1.4rem; font-family: var(--display); font-size: clamp(2.5rem, 4.2vw, 4.5rem); font-weight: 500; line-height: .86; text-transform: uppercase; }
.featured-project-card > p { margin: 0; color: rgba(36,42,45,.68); font-size: .92rem; line-height: 1.8; }
.featured-project-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); font-family: var(--display); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.project-link { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.8rem; padding: .8rem 1rem; color: var(--white); background: var(--mineral); font-family: var(--display); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.project-link i { font-style: normal; transition: transform .25s; }
.project-link:hover i { transform: rotate(45deg); }
.project-empty { padding: 5rem; background: var(--ivory); }

.metrics { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, var(--mineral-deep) 0%, var(--mineral) 62%, var(--mineral-deep) 100%); }
.metrics::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(201,154,36,.13), transparent 28%), linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.025) 48% 49%, transparent 49%); content: ""; pointer-events: none; }
.metrics-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; }
.metric { position: relative; display: flex; min-height: 22rem; flex-direction: column; justify-content: flex-end; padding: 3.2rem 2rem 3rem; overflow: hidden; border-left: 1px solid rgba(255,255,255,.14); transition: background .4s ease; }
.metric:first-child { border-left: 0; }
.metric:hover { background: rgba(255,255,255,.045); }
.metric-index { position: absolute; top: 1.7rem; left: 2rem; color: rgba(255,255,255,.42); font-family: var(--display); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.metric strong { display: block; color: var(--ochre); font-family: var(--display); font-size: clamp(4.2rem, 6vw, 7rem); font-weight: 500; line-height: .8; transition: transform .45s cubic-bezier(.2,.75,.25,1); }
.metric:hover strong { transform: translateY(-6px); }
.metric > p { margin: 1.7rem 0 0; font-family: var(--display); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.metric-line { width: 2.5rem; height: 1px; margin-top: 1.3rem; background: var(--ochre); transform: scaleX(.45); transform-origin: left; transition: transform .45s ease; }
.metric:hover .metric-line { transform: scaleX(1); }
.metric-quote { background: var(--ochre); }
.metric-quote .metric-index { color: rgba(36,42,45,.62); }
.metric-quote p { margin: 0; color: var(--graphite); font-size: clamp(1.8rem, 2.6vw, 2.8rem); font-weight: 500; letter-spacing: 0; line-height: 1.03; }
.metric-signature { margin-top: 1.6rem; color: rgba(36,42,45,.65); font-family: var(--display); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }

.clients { background: var(--white); }
.clients.section-pad { padding-block: clamp(4.5rem, 7vw, 7rem); }
.clients-heading { display: grid; justify-items: center; margin-bottom: clamp(2.5rem, 4vw, 4rem); text-align: center; }
.clients-heading .section-label::before { display: none; }
.clients-heading h2 { margin: .7rem 0 0; color: var(--graphite); font-size: clamp(2.7rem, 4vw, 4.2rem); line-height: .9; }
.brand-gallery { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(2rem, 5vw, 5rem); }
.client-logo { display: grid; min-width: 120px; min-height: 74px; place-items: center; padding: .65rem; transition: opacity .3s, transform .3s; }
.client-logo img { max-width: 145px; max-height: 58px; object-fit: contain; filter: grayscale(1); opacity: .6; transition: filter .3s, opacity .3s; }
.client-logo strong { color: rgba(36,42,45,.6); font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }
.client-logo:hover { transform: translateY(-3px); }
.client-logo:hover img { filter: none; opacity: 1; }
.client-placeholder { display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid var(--line); }
.client-placeholder span { position: relative; display: grid; min-height: 9.5rem; place-items: center; border-right: 1px solid var(--line); color: rgba(36,42,45,.55); font-family: var(--display); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; transition: color .3s, background .3s; }
.client-placeholder span:last-child { border-right: 0; }
.client-placeholder span:hover { color: var(--mineral); background: rgba(201,154,36,.08); }
.client-placeholder i { position: absolute; top: 1rem; right: 1rem; color: var(--ochre); font-size: .62rem; font-style: normal; }

.contact-section { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); min-height: 760px; overflow: hidden; scroll-margin-top: 82px; background: var(--graphite); }
.map-panel iframe { width: 100%; height: 100%; min-height: 680px; border: 0; filter: grayscale(1) contrast(.9); }
.contact-visual { position: relative; min-height: 680px; overflow: hidden; background-image: linear-gradient(180deg, rgba(23,63,58,.08), rgba(15,48,44,.66)), var(--contact-image); background-position: center; background-size: cover; }
.contact-visual::after { position: absolute; inset: 1.5rem; border: 1px solid rgba(255,255,255,.28); content: ""; pointer-events: none; }
.contact-visual-note { position: absolute; z-index: 2; right: 4rem; bottom: 4rem; left: 4rem; display: grid; grid-template-columns: auto minmax(12rem, 26rem) auto; align-items: end; gap: 2rem; color: var(--white); }
.contact-visual-note > span, .contact-visual-note > i { color: var(--ochre); font-family: var(--display); font-size: .7rem; font-style: normal; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.contact-visual-note p { margin: 0; font-family: var(--display); font-size: clamp(1.45rem, 2.2vw, 2.45rem); line-height: 1; text-transform: uppercase; }
.contact-visual-note i { justify-self: end; color: rgba(255,255,255,.62); }
.contact-card { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem); overflow: hidden; background: var(--sand); }
.contact-card::before { position: absolute; top: -2rem; right: -1rem; color: rgba(247,244,236,.3); font-family: var(--display); font-size: clamp(11rem, 21vw, 22rem); font-weight: 600; line-height: 1; content: attr(data-section-number); pointer-events: none; }
.contact-card > * { position: relative; z-index: 1; }
.contact-card h2 { display: grid; margin-bottom: 2rem; font-size: clamp(3.2rem, 5vw, 5.5rem); }
.contact-card h2 > span, .contact-card h2 > em { display: block; }
.contact-card p { max-width: 33rem; margin: 0 0 2.5rem; line-height: 1.85; }
.contact-card .button { width: fit-content; }
.contact-process { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 5vw, 4.5rem); border-block: 1px solid rgba(36,42,45,.2); }
.contact-process span { display: grid; gap: .35rem; padding: 1.1rem .8rem 1.1rem 0; border-right: 1px solid rgba(36,42,45,.2); font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-process span + span { padding-left: .8rem; }
.contact-process span:last-child { border-right: 0; }
.contact-process i { color: var(--ochre); font-style: normal; }
.contact-details { display: grid; gap: .5rem; margin-top: 1.5rem; color: rgba(36,42,45,.68); font-size: .8rem; }

.site-footer { padding: 1.6rem 0 1rem; color: var(--white); background: var(--graphite); }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(2rem, 5vw, 6rem); padding-bottom: 1.2rem; }
.footer-menu { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.25rem; }
.footer-menu a { color: rgba(255,255,255,.58); font-family: var(--display); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; transition: color .25s; }
.footer-menu a:hover { color: var(--ochre); }
.footer-brand { display: grid; justify-self: center; }
.footer-brand img { width: 150px; height: 48px; object-fit: contain; }
.footer-socials { display: flex; align-items: center; justify-self: end; margin-right: 5rem; }
.footer-socials > span { display: none; }
.footer-connect { display: flex; align-items: center; gap: .4rem; }
.footer-connect a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.76); font-size: .8rem; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.footer-connect a:hover { border-color: var(--ochre); color: var(--graphite); background: var(--ochre); }
.footer-connect a:hover { transform: translateY(-3px); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-family: var(--display); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom > span:last-child { justify-self: end; }
.floating-actions { position: fixed; z-index: 90; right: 1.5rem; bottom: 1.5rem; display: grid; justify-items: end; gap: .65rem; pointer-events: none; }
.back-to-top, .float-wa { pointer-events: auto; box-shadow: 0 12px 35px rgba(23,63,58,.24); }
.back-to-top { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(36,42,45,.16); color: var(--graphite); background: var(--ivory); cursor: pointer; opacity: 0; transform: translateY(12px); transition: color .25s, background .25s, opacity .3s, transform .3s; }
.back-to-top.is-visible { opacity: 1; transform: none; }
.back-to-top:hover { color: var(--white); background: var(--graphite); }
.float-wa { display: grid; width: 60px; height: 60px; place-items: center; border: 3px solid var(--ivory); border-radius: 50%; color: var(--white); background: #25d366; font-size: 30px; transition: transform .25s, box-shadow .25s; }
.float-wa:hover { color: var(--white); box-shadow: 0 16px 38px rgba(23,63,58,.32); transform: translateY(-4px) scale(1.03); }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .72s cubic-bezier(.2,.8,.2,1), transform .82s cubic-bezier(.2,.8,.2,1); }
[data-reveal-axis="left"] { transform: translateX(-42px); }
[data-reveal-axis="right"] { transform: translateX(42px); }
.service-card[data-reveal] { transform: translateY(52px); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.service-card[data-reveal].is-visible:hover { transform: translateY(-9px); }
.type-word { display: inline-flex; white-space: nowrap; }
.type-char { display: inline-block; }
[data-type-reveal].is-type-ready .type-char { opacity: 0; filter: blur(4px); transform: translateY(.72em) rotate(1.5deg); transition: opacity .42s ease, filter .6s ease, transform .72s cubic-bezier(.18,.78,.2,1); }
[data-type-reveal].is-typed .type-char { opacity: 1; filter: blur(0); transform: translateY(0) rotate(0); transition-delay: calc(var(--type-index) * 24ms + var(--type-delay, 0ms)); }
.typewriter-cursor { display: inline-block; margin-left: .04em; color: var(--ochre); font-weight: 400; }
.is-typewriter-complete .typewriter-cursor { animation: typewriterCursor .55s steps(1, end) 3 forwards; }
@keyframes typewriterCursor { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }

.project-detail { overflow: hidden; }
.detail-hero { position: relative; min-height: 88svh; overflow: hidden; color: var(--white); background: var(--graphite); isolation: isolate; }
.detail-hero::before { position: absolute; z-index: 0; inset: -4%; background-image: var(--detail-image); background-position: center; background-size: cover; content: ""; animation: detailHeroMove 12s cubic-bezier(.2,.58,.25,1) both; }
@keyframes detailHeroMove { from { transform: scale(1.02); } to { transform: scale(1.14) translate3d(-1%, -.5%, 0); } }
.detail-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(14,32,30,.76) 0%, rgba(24,31,31,.34) 52%, rgba(30,31,31,.08) 82%), linear-gradient(0deg, rgba(27,30,31,.72), transparent 58%); }
.detail-hero-inner { position: relative; z-index: 2; display: flex; min-height: 88svh; flex-direction: column; justify-content: space-between; padding-top: 7rem; padding-bottom: 2rem; }
.detail-back { width: fit-content; padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.38); font-family: var(--display); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.detail-hero-copy { margin-block: auto 2.2rem; }
.detail-hero-copy .section-label::before { display: none; }
.detail-hero h1 { max-width: 12ch; margin: 1rem 0 1.25rem; font-family: var(--display); font-size: clamp(4rem, 8vw, 7.6rem); font-weight: 500; letter-spacing: -.025em; line-height: .84; text-transform: uppercase; }
.detail-hero-copy > p { max-width: 42rem; margin: 0; color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.8; }
.detail-hero-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.24); }
.detail-facts { display: grid; grid-template-columns: repeat(3, minmax(9rem, 1fr)); max-width: 46rem; }
.detail-facts span { display: grid; padding-right: 1.5rem; border-right: 1px solid rgba(255,255,255,.18); font-family: var(--display); font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.detail-facts span + span { padding-left: 1.5rem; }
.detail-facts i { margin-bottom: .65rem; color: var(--ochre); font-size: .65rem; font-style: normal; }
.detail-facts small { margin-bottom: .15rem; color: rgba(255,255,255,.46); font-size: .58rem; letter-spacing: .14em; }
.detail-scroll { display: flex; align-items: center; gap: 1rem; font-family: var(--display); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.detail-scroll i { color: var(--ochre); font-style: normal; animation: cue 1.8s ease-in-out infinite; }

.detail-intro { background: var(--ivory); }
.detail-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .76fr); gap: clamp(3rem, 7vw, 8rem); }
.detail-intro-heading h2, .detail-method-heading h2 { margin: 1.25rem 0 0; font-family: var(--display); font-size: clamp(3.25rem, 5vw, 5.4rem); font-weight: 500; letter-spacing: -.02em; line-height: .9; text-transform: uppercase; }
.detail-summary { margin: 0 0 1.5rem; color: var(--mineral); font-family: var(--display); font-size: clamp(1.55rem, 2.15vw, 2.25rem); line-height: 1.18; }
.detail-description { padding-top: 1.5rem; border-top: 1px solid var(--line); color: rgba(36,42,45,.68); font-size: .94rem; line-height: 1.85; white-space: pre-line; }
.detail-description > :first-child { margin-top: 0; }
.detail-description > :last-child { margin-bottom: 0; }
.detail-description blockquote { margin: 1.5rem 0; padding-left: 1.2rem; border-left: 2px solid var(--ochre); color: var(--mineral); font-family: var(--display); font-size: 1.35rem; white-space: normal; }

.detail-gallery { padding-bottom: clamp(3.5rem, 6vw, 6rem); overflow: hidden; background: var(--ivory); }
.detail-gallery-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 1.4rem; }
.detail-gallery-heading > div { display: flex; align-items: baseline; gap: .45rem; color: rgba(36,42,45,.42); font-family: var(--display); font-size: .65rem; letter-spacing: .13em; }
.detail-gallery-heading strong { color: var(--ochre); font-size: 1.2rem; font-weight: 500; }
.detail-gallery-stage { position: relative; width: min(1360px, calc(100% - 8vw)); aspect-ratio: 16 / 9; max-height: 78svh; margin: 0 auto; overflow: hidden; background: #202625; }
.detail-gallery-slide { position: absolute; inset: 0; margin: 0; visibility: hidden; opacity: 0; transform: scale(.985); transition: opacity .85s ease, transform 1.2s cubic-bezier(.2,.75,.25,1), visibility .85s; }
.detail-gallery-slide.is-active { z-index: 1; visibility: visible; opacity: 1; transform: none; }
.detail-gallery-lightbox { position: absolute; inset: 0; display: block; cursor: zoom-in; }
.detail-gallery-slide img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.018); transition: transform 5s ease; }
.detail-gallery-slide.is-active img { transform: scale(1); }
.detail-gallery-lightbox > span { position: absolute; z-index: 3; top: 1.25rem; right: 1.25rem; display: flex; align-items: center; gap: .65rem; padding: .65rem .8rem; color: var(--white); background: rgba(23,63,58,.72); font-family: var(--display); font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .78; transition: color .25s, background .25s, opacity .25s; backdrop-filter: blur(8px); }
.detail-gallery-lightbox > span i { font-style: normal; }
.detail-gallery-lightbox:hover > span, .detail-gallery-lightbox:focus-visible > span { color: var(--graphite); background: var(--ochre); opacity: 1; }
.detail-gallery-slide::after { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(15,48,44,.64)); content: ""; pointer-events: none; }
.detail-gallery-slide figcaption { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; padding: 1rem 1.2rem; color: rgba(255,255,255,.72); background: rgba(36,42,45,.76); font-family: var(--display); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
.detail-gallery-slide figcaption span:nth-child(2) { color: var(--white); }
.detail-gallery-slide figcaption span:last-child { justify-self: end; }
.detail-gallery-controls { position: absolute; z-index: 4; right: 3rem; bottom: 5.4rem; display: flex; }
.detail-gallery-controls button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.38); color: var(--white); background: rgba(23,63,58,.5); cursor: pointer; transition: color .25s, background .25s; backdrop-filter: blur(8px); }
.detail-gallery-controls button + button { border-left: 0; }
.detail-gallery-controls button:hover { color: var(--graphite); background: var(--ochre); }
.detail-gallery-thumbs { display: grid; grid-auto-columns: minmax(100px, 150px); grid-auto-flow: column; justify-content: end; gap: .6rem; padding-top: 1rem; overflow-x: auto; scrollbar-width: thin; }
.detail-gallery-thumbs button { position: relative; height: 82px; padding: 0; overflow: hidden; border: 0; background: var(--graphite); cursor: pointer; opacity: .45; transition: opacity .25s, transform .25s; }
.detail-gallery-thumbs button::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--ochre); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.detail-gallery-thumbs button.is-active { opacity: 1; transform: translateY(-3px); }
.detail-gallery-thumbs button.is-active::after { transform: scaleX(1); }
.detail-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.detail-method { color: var(--white); background: var(--mineral); }
.detail-method-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: clamp(4rem, 10vw, 10rem); }
.detail-method-heading h2 em { color: var(--ochre); }
.detail-method-heading > p { max-width: 34rem; margin: 0 0 .5rem; color: rgba(255,255,255,.64); line-height: 1.85; }
.detail-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 5vw, 5rem); border-block: 1px solid rgba(255,255,255,.18); }
.detail-method-grid article { min-height: 15rem; padding: 1.8rem; border-right: 1px solid rgba(255,255,255,.18); transition: color .35s, background .35s; }
.detail-method-grid article:last-child { border-right: 0; }
.detail-method-grid article:hover { color: var(--graphite); background: var(--ochre); }
.detail-method-grid article > span { color: var(--ochre); font-family: var(--display); font-size: .68rem; letter-spacing: .15em; }
.detail-method-grid article:hover > span { color: var(--graphite); }
.detail-method-grid h3 { margin: 3.6rem 0 .8rem; font-family: var(--display); font-size: clamp(1.9rem, 2.5vw, 2.7rem); font-weight: 500; line-height: 1; text-transform: uppercase; }
.detail-method-grid p { max-width: 24rem; margin: 0; color: rgba(255,255,255,.64); font-size: .85rem; line-height: 1.75; }
.detail-method-grid article:hover p { color: rgba(36,42,45,.75); }

.detail-focus { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 580px; overflow: hidden; background: var(--sand); }
.detail-focus-image { overflow: hidden; }
.detail-focus-image img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; transition: transform 1.1s cubic-bezier(.2,.75,.25,1); }
.detail-focus:hover .detail-focus-image img { transform: scale(1.025); }
.detail-focus-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem); }
.detail-focus-copy blockquote { margin: 2.4rem 0; font-family: var(--display); font-size: clamp(2.6rem, 4vw, 4.4rem); font-weight: 500; line-height: .92; text-transform: uppercase; }
.detail-focus-copy blockquote em { color: var(--mineral); }
.detail-focus-meta { display: flex; flex-wrap: wrap; gap: .8rem 2rem; padding-top: 1.3rem; border-top: 1px solid rgba(36,42,45,.2); font-family: var(--display); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.detail-cta { text-align: center; background: var(--ivory); }
.detail-cta-inner { display: grid; justify-items: center; }
.detail-cta h2 { margin: 1.25rem 0 1.4rem; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6.2rem); font-weight: 500; letter-spacing: -.025em; line-height: .86; text-transform: uppercase; }
.detail-cta p { max-width: 38rem; margin: 0 0 2.5rem; color: rgba(36,42,45,.68); }

.related { color: var(--white); background: var(--graphite); }
.related .section-label { color: var(--ochre); }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.related-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 500; line-height: .86; text-transform: uppercase; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 4rem; }
.related-card > div { overflow: hidden; }
.related-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.related-card:hover img { transform: scale(1.035); }
.related-card > span { display: block; margin-top: 1rem; color: var(--ochre); font-family: var(--display); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.related-card h3 { margin: .35rem 0 1rem; font-family: var(--display); font-size: 2.2rem; font-weight: 500; line-height: .95; text-transform: uppercase; }
.related-card > i { color: rgba(255,255,255,.55); font-family: var(--display); font-size: .68rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }

.portfolio-page { overflow: hidden; }
.portfolio-hero { position: relative; min-height: 76svh; overflow: hidden; color: var(--white); background: var(--graphite); isolation: isolate; }
.portfolio-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--ochre) 0 28%, rgba(255,255,255,.15) 28%); content: ""; }
.portfolio-hero-slides, .portfolio-hero-slide, .portfolio-hero-shade { position: absolute; inset: 0; }
.portfolio-hero-slide { background-image: var(--portfolio-hero-image); background-position: center; background-size: cover; visibility: hidden; opacity: 0; transform: scale(1.035); transition: opacity 1s ease, visibility 1s, transform 7s ease; }
.portfolio-hero-slide.is-active { visibility: visible; opacity: 1; transform: scale(1); }
.portfolio-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(12,31,29,.86) 0%, rgba(12,31,29,.55) 52%, rgba(12,31,29,.2) 82%), linear-gradient(0deg, rgba(15,29,28,.82) 0%, transparent 64%); }
.portfolio-hero-inner { position: relative; z-index: 2; display: flex; min-height: 76svh; flex-direction: column; justify-content: flex-end; padding-top: 9rem; padding-bottom: clamp(3rem, 5vw, 5rem); }
.portfolio-hero h1 { max-width: 13ch; margin: 1.2rem 0 2.4rem; font-family: var(--display); font-size: clamp(4rem, 7.2vw, 7rem); font-weight: 500; letter-spacing: -.025em; line-height: .84; text-transform: uppercase; }
.portfolio-hero h1 em { color: var(--ochre); }
.portfolio-hero-bottom { display: grid; grid-template-columns: minmax(18rem, 34rem) 1fr; align-items: end; gap: clamp(2rem, 6vw, 7rem); padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.26); }
.portfolio-hero-bottom p { margin: 0; color: rgba(255,255,255,.72); font-size: .94rem; line-height: 1.75; }
.portfolio-hero-meta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.2rem; color: rgba(255,255,255,.66); font-family: var(--display); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-hero-meta strong { color: var(--ochre); font-size: 1rem; font-weight: 500; }
.portfolio-hero-meta span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.portfolio-hero-controls { position: absolute; right: 0; bottom: clamp(7.2rem, 10vw, 9rem); display: flex; }
.portfolio-hero-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.34); color: var(--white); background: rgba(23,63,58,.42); cursor: pointer; transition: color .25s, background .25s; backdrop-filter: blur(8px); }
.portfolio-hero-controls button + button { border-left: 0; }
.portfolio-hero-controls button:hover { color: var(--graphite); background: var(--ochre); }

.portfolio-index { background: var(--ivory); }
.portfolio-toolbar { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3rem; margin-bottom: clamp(4rem, 7vw, 7rem); padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.portfolio-toolbar > span { font-family: var(--display); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.portfolio-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.portfolio-filters button { padding: .55rem .85rem; border: 1px solid var(--line); color: rgba(36,42,45,.66); background: transparent; font-family: var(--display); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .25s, background .25s, border-color .25s; }
.portfolio-filters button:hover, .portfolio-filters button.is-active { border-color: var(--mineral); color: var(--white); background: var(--mineral); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 4rem) 1.5rem; }
.portfolio-card { display: block; min-width: 0; }
.portfolio-card[hidden] { display: none; }
.portfolio-card.is-offset .portfolio-card-image, .portfolio-card.is-offset .portfolio-card-copy { grid-column: auto; grid-row: auto; }
.portfolio-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--graphite); }
.portfolio-card-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,63,58,.6), transparent 45%); content: ""; opacity: .25; pointer-events: none; transition: opacity .4s; }
.portfolio-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.75,.25,1); }
.portfolio-card-image > span { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; padding: .9rem 1rem; color: var(--graphite); background: var(--ochre); font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transform: translateY(calc(100% + 2rem)); transition: transform .4s cubic-bezier(.2,.75,.25,1); }
.portfolio-card-image > span i { font-style: normal; }
.portfolio-card-image:hover img { transform: scale(1.035); }
.portfolio-card-image:hover::after { opacity: .7; }
.portfolio-card-image:hover > span { transform: none; }
.portfolio-card-copy { display: grid; grid-template-columns: 2rem 1fr; gap: 0 1rem; padding-top: 1.4rem; }
.portfolio-card-index { color: var(--ochre); font-family: var(--display); font-size: .72rem; letter-spacing: .12em; }
.portfolio-card-copy h2 { margin: .55rem 0 .8rem; font-family: var(--display); font-size: clamp(2.25rem, 3.2vw, 3.4rem); font-weight: 500; letter-spacing: -.02em; line-height: .86; text-transform: uppercase; }
.portfolio-card-copy p { margin: 0; color: rgba(36,42,45,.64); font-size: .82rem; line-height: 1.7; }
.portfolio-card-meta { grid-column: 2; display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.35rem; padding-top: .85rem; border-top: 1px solid var(--line); font-family: var(--display); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-empty { margin: 4rem 0 0; padding: 3rem; border: 1px solid var(--line); text-align: center; }
.portfolio-cta { color: var(--white); background: var(--graphite); }
.portfolio-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem 5rem; }
.portfolio-cta .section-label { grid-column: 1 / -1; }
.portfolio-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 5.5vw, 6.2rem); font-weight: 500; letter-spacing: -.03em; line-height: .84; text-transform: uppercase; }
.portfolio-cta h2 em { color: var(--ochre); }
.portfolio-cta p { grid-column: 1; max-width: 38rem; margin: 1rem 0 0; color: rgba(255,255,255,.62); }
.portfolio-cta .button { grid-column: 2; grid-row: 2 / 4; }

/* Institutional story */
.company-story { overflow: hidden; background: #ebe8df; }
.company-story-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .72fr); gap: clamp(3rem, 9vw, 10rem); padding-bottom: clamp(4rem, 7vw, 7rem); }
.company-story-heading { position: relative; }
.company-story-heading h2 { position: relative; z-index: 1; max-width: 15ch; margin: 1.5rem 0 0; font-family: var(--display); font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 500; letter-spacing: -.02em; line-height: .91; text-transform: uppercase; }
.company-story-mark { position: absolute; z-index: 0; right: -2vw; bottom: -3rem; color: rgba(23,63,58,.025); font-family: var(--display); font-size: clamp(8rem, 17vw, 17rem); font-weight: 700; line-height: .7; -webkit-text-stroke: 1px rgba(23,63,58,.2); pointer-events: none; }
.company-story-copy { position: relative; z-index: 1; align-self: end; padding-top: 4rem; border-top: 1px solid rgba(23,63,58,.24); }
.rich-public-copy { color: rgba(36,42,45,.7); font-size: .98rem; line-height: 1.9; }
.rich-public-copy > :first-child { margin-top: 0; }
.rich-public-copy > :last-child { margin-bottom: 0; }
.rich-public-copy blockquote { margin-left: 0; padding-left: 1.2rem; border-left: 2px solid var(--ochre); }
.purpose-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(23,63,58,.2); border-bottom: 1px solid rgba(23,63,58,.2); }
.purpose-grid article { position: relative; min-height: 330px; padding: clamp(2rem, 4vw, 4.5rem); }
.purpose-grid article + article { border-left: 1px solid rgba(23,63,58,.2); }
.purpose-grid article > span { position: absolute; top: 1.4rem; right: 1.5rem; color: var(--ochre); font-family: var(--display); font-size: .75rem; letter-spacing: .12em; }
.purpose-grid small { color: rgba(36,42,45,.54); font-family: var(--display); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.purpose-grid h3 { margin: 1.25rem 0 2.2rem; color: var(--mineral); font-family: var(--display); font-size: clamp(2.8rem, 4vw, 4.2rem); font-weight: 500; line-height: .86; text-transform: uppercase; }

.team-section { color: var(--white); background: var(--mineral-deep); }
.team-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem); align-items: end; gap: 3rem 8vw; margin-bottom: clamp(3rem, 6vw, 6rem); }
.team-heading h2 { max-width: 14ch; margin: 1.4rem 0 0; font-family: var(--display); font-size: clamp(2.9rem, 4.5vw, 4.8rem); font-weight: 500; letter-spacing: -.02em; line-height: .9; text-transform: uppercase; }
.team-heading .rich-public-copy { color: rgba(255,255,255,.62); }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 4.5rem); }
.team-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(15rem, .72fr); min-height: 500px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.team-card-image { position: relative; min-height: 500px; overflow: hidden; background: var(--graphite); }
.team-card-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,35,32,.65), transparent 50%); content: ""; }
.team-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform 1s cubic-bezier(.2,.75,.25,1), filter .4s; }
.team-card:hover img { filter: saturate(1); transform: scale(1.025); }
.team-card-image span { position: absolute; z-index: 1; bottom: 1.4rem; left: 1.4rem; color: var(--ochre); font-family: var(--display); font-size: .78rem; letter-spacing: .12em; }
.team-card-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.8rem, 3vw, 3.2rem); }
.team-card-copy small { color: var(--ochre); font-family: var(--display); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.team-card-copy h3 { margin: .85rem 0 1.4rem; font-family: var(--display); font-size: clamp(2.4rem, 3.4vw, 3.8rem); font-weight: 500; line-height: .86; text-transform: uppercase; }
.team-card-copy p { margin: 0; color: rgba(255,255,255,.58); font-size: .8rem; line-height: 1.75; }
.team-card-copy a { display: inline-flex; align-items: center; gap: .8rem; width: fit-content; margin-top: 2rem; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.2); font-family: var(--display); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.team-card-copy a i { color: var(--ochre); font-style: normal; }

/* Project video controls */
.featured-project-media,
.portfolio-card-image { position: relative; }
.featured-project-media > a,
.portfolio-card-image > a { display: block; width: 100%; height: 100%; }
.portfolio-card-image > a > span { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; padding: .9rem 1rem; color: var(--graphite); background: var(--ochre); font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transform: translateY(calc(100% + 2rem)); transition: transform .4s cubic-bezier(.2,.75,.25,1); }
.portfolio-card-image:hover > a > span { transform: none; }
.project-play { position: absolute; z-index: 4; right: 1.4rem; bottom: 1.4rem; display: inline-flex; align-items: center; gap: .75rem; padding: .55rem .8rem .55rem .55rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: var(--white); background: rgba(16,31,29,.58); cursor: pointer; backdrop-filter: blur(14px) saturate(1.2); transition: background .25s, transform .25s; }
.project-play:hover { background: var(--mineral); transform: translateY(-2px); }
.project-play > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--graphite); background: var(--ochre); }
.project-play > span i { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.project-play b { font-family: var(--display); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card-image .project-play { right: .9rem; bottom: .9rem; }
.portfolio-card-image .project-play b { display: none; }
.portfolio-card-image .project-play > span { width: 38px; height: 38px; }
.detail-video-button { display: inline-flex; align-items: center; gap: .8rem; width: fit-content; margin-top: 1.2rem; padding: .7rem 1rem .7rem .75rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: var(--white); background: rgba(23,63,58,.5); font-family: var(--display); font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(12px); }
.detail-video-button span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--graphite); background: var(--ochre); font-size: .7rem; }

.video-dialog[hidden] { display: none; }
.video-dialog { position: fixed; z-index: 1000; inset: 0; display: grid; padding: clamp(1rem, 4vw, 4rem); place-items: center; }
.video-dialog-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8,14,14,.88); cursor: pointer; backdrop-filter: blur(18px); }
.video-dialog-panel { position: relative; z-index: 1; width: min(1180px, 100%); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: .8rem; color: var(--white); background: #0c1111; box-shadow: 0 32px 100px rgba(0,0,0,.46); }
.video-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem .9rem 1.25rem; }
.video-dialog-head > div { display: grid; gap: .1rem; }
.video-dialog-head span { color: var(--ochre); font-family: var(--display); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.video-dialog-head strong { font-size: .86rem; font-weight: 500; }
.video-dialog-head button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.06); font-size: 1.5rem; cursor: pointer; }
.video-dialog-frame { aspect-ratio: 16 / 9; background: #000; }
.video-dialog-frame iframe { width: 100%; height: 100%; border: 0; }
body.has-video-dialog { overflow: hidden; }

/* Cinematic portfolio proposal */
body.is-cinematic-portfolio { color: var(--white); background: #101716; }
body.is-cinematic-portfolio .site-header:not(.is-scrolled) { color: var(--white); background: transparent; border-color: rgba(255,255,255,.14); box-shadow: none; }
.is-cinematic-portfolio .site-header:not(.is-scrolled) .brand-logo-dark { display: none; }
.is-cinematic-portfolio .site-header:not(.is-scrolled) .brand-logo-light { display: block; }
.cinema-hero { position: relative; min-height: 88svh; overflow: hidden; color: var(--white); background: #111; isolation: isolate; }
.cinema-hero-backdrop { position: absolute; z-index: -2; inset: 0; background-image: var(--cinema-cover); background-position: center; background-size: cover; transform: scale(1.02); }
.cinema-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,18,17,.94) 0%, rgba(8,18,17,.72) 36%, rgba(8,18,17,.2) 73%), linear-gradient(0deg, #101716 0%, transparent 46%); content: ""; }
.cinema-hero-content { display: flex; min-height: 88svh; flex-direction: column; justify-content: flex-end; padding-top: 9rem; padding-bottom: clamp(4rem, 8vw, 7rem); }
.cinema-kicker { color: var(--ochre); font-family: var(--display); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.cinema-category { margin: 1.4rem 0 .65rem; color: rgba(255,255,255,.64); font-family: var(--display); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.cinema-hero h1 { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 6.5vw, 6.4rem); font-weight: 500; letter-spacing: -.025em; line-height: .84; text-transform: uppercase; }
.cinema-summary { max-width: 42rem; margin: 1.8rem 0 0; color: rgba(255,255,255,.7); font-size: .92rem; line-height: 1.75; }
.cinema-hero-actions { display: flex; gap: .75rem; margin-top: 2rem; }
.cinema-button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 48px; padding: .75rem 1.2rem; border: 1px solid rgba(255,255,255,.25); border-radius: .25rem; color: var(--white); background: rgba(255,255,255,.08); font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(12px); transition: transform .25s, background .25s, color .25s; }
.cinema-button:hover { transform: translateY(-2px); }
.cinema-button.is-play { border-color: var(--ochre); color: var(--graphite); background: var(--ochre); }
.cinema-button.is-detail:hover { background: rgba(255,255,255,.17); }
.cinema-scroll-note { position: absolute; right: 4vw; bottom: 3.5rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.55); font-family: var(--display); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.cinema-scroll-note i { display: block; width: 38px; height: 1px; background: var(--ochre); }
.cinema-category-nav { position: sticky; z-index: 85; top: 82px; border-block: 1px solid rgba(255,255,255,.12); color: var(--white); background: rgba(16,23,22,.92); box-shadow: 0 14px 38px rgba(0,0,0,.2); backdrop-filter: blur(18px) saturate(1.25); -webkit-backdrop-filter: blur(18px) saturate(1.25); }
.cinema-category-nav > div { display: flex; min-height: 62px; align-items: center; gap: 2rem; }
.cinema-category-nav > div > span { flex: 0 0 auto; color: rgba(255,255,255,.4); font-family: var(--display); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.cinema-category-nav > div > div { display: flex; min-width: 0; align-items: stretch; gap: .35rem; overflow-x: auto; scrollbar-width: none; }
.cinema-category-nav > div > div::-webkit-scrollbar { display: none; }
.cinema-category-nav a { position: relative; display: grid; min-height: 62px; flex: 0 0 auto; padding: 0 1rem; place-items: center; color: rgba(255,255,255,.62); font-family: var(--display); font-size: .67rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: color .25s, background .25s; }
.cinema-category-nav a::after { position: absolute; right: 1rem; bottom: 0; left: 1rem; height: 2px; background: var(--ochre); content: ""; transform: scaleX(0); transition: transform .25s; }
.cinema-category-nav a:hover, .cinema-category-nav a.is-active { color: var(--white); background: rgba(255,255,255,.05); }
.cinema-category-nav a.is-active::after { transform: scaleX(1); }
.cinema-catalog { overflow: clip; padding: clamp(4rem, 7vw, 7rem) 0; background: linear-gradient(180deg, #101716, #151d1c); }
.cinema-intro { display: grid; grid-template-columns: 1fr minmax(18rem, 31rem); align-items: end; gap: 3rem 8vw; margin-bottom: 5rem; }
.cinema-intro h2 { margin: 1.25rem 0 0; font-family: var(--display); font-size: clamp(2.6rem, 4.2vw, 4.5rem); font-weight: 500; line-height: .9; text-transform: uppercase; }
.cinema-intro > p { margin: 0; color: rgba(255,255,255,.58); font-size: .88rem; line-height: 1.8; }
.cinema-rail { margin-bottom: clamp(4rem, 7vw, 7rem); scroll-margin-top: 158px; }
.cinema-rail-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.25rem; }
.cinema-rail-heading > div:first-child { display: flex; align-items: baseline; gap: 1rem; }
.cinema-rail-heading span { color: var(--ochre); font-family: var(--display); font-size: .64rem; letter-spacing: .12em; }
.cinema-rail-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 2.7vw, 2.8rem); font-weight: 500; text-transform: uppercase; }
.cinema-rail-heading > div:last-child { display: flex; }
.cinema-rail-heading button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.18); color: var(--white); background: transparent; cursor: pointer; }
.cinema-rail-heading button + button { border-left: 0; }
.cinema-rail-heading button:hover { color: var(--graphite); background: var(--ochre); }
.cinema-row { display: grid; grid-auto-columns: minmax(300px, 31vw); grid-auto-flow: column; gap: clamp(.8rem, 1.3vw, 1.4rem); overflow-x: auto; padding: .5rem max(4vw, calc((100vw - 1400px) / 2)) 1.5rem; scroll-padding-inline: max(4vw, calc((100vw - 1400px) / 2)); scroll-snap-type: x proximity; scrollbar-width: none; }
.cinema-row::-webkit-scrollbar { display: none; }
.cinema-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: .35rem; background: #1a2322; scroll-snap-align: start; transition: border-color .3s, transform .35s cubic-bezier(.2,.75,.25,1), box-shadow .35s; }
.cinema-card:hover { z-index: 2; border-color: rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.34); transform: translateY(-5px); }
.cinema-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #0b0e0e; }
.cinema-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.cinema-card:hover .cinema-card-image img { transform: scale(1.035); }
.cinema-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,18,17,.7), transparent 58%); }
.cinema-card-play { position: absolute; top: clamp(120px, 15vw, 210px); right: 1rem; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--graphite); background: var(--ochre); cursor: pointer; transform: translateY(-50%); }
.cinema-card-media { position: relative; }
.cinema-card-media .cinema-card-play { top: auto; left: auto; bottom: 1rem; transform: none; }
.cinema-card-copy { min-height: 150px; padding: 1.15rem 1.25rem 1.4rem; }
.cinema-card-copy > span { color: var(--ochre); font-family: var(--display); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.cinema-card-copy h3 { margin: .55rem 0 .7rem; font-family: var(--display); font-size: clamp(1.5rem, 2vw, 2.1rem); font-weight: 500; line-height: .94; text-transform: uppercase; }
.cinema-card-copy p { display: -webkit-box; overflow: hidden; margin: 0; color: rgba(255,255,255,.5); font-size: .74rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cinema-empty { padding-block: 2.5rem; border-block: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.52); font-size: .82rem; }
.cinema-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; padding-top: 4rem; border-top: 1px solid rgba(255,255,255,.16); }
.cinema-cta span { color: var(--ochre); font-family: var(--display); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.cinema-cta h2 { max-width: 20ch; margin: 1rem 0 0; font-family: var(--display); font-size: clamp(2.4rem, 3.8vw, 4rem); font-weight: 500; line-height: .9; text-transform: uppercase; }
.cinema-cta > a { display: inline-flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; color: var(--graphite); background: var(--ochre); font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

.mobile-glass-dock { display: none; }

@media (max-width: 980px) {
    .site-shell { width: min(100% - 2.5rem, 900px); }
    .header-inner { grid-template-columns: 1fr auto; min-height: 72px; }
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 0; color: inherit; background: transparent; }
    .menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s; }
    .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
    .mobile-menu { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; justify-content: center; padding: 2rem 8vw; color: var(--white); background: var(--mineral-deep); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .3s, visibility .3s, transform .3s; }
    .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
    .mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--display); font-size: clamp(3rem, 10vw, 5rem); line-height: 1; text-transform: uppercase; }
    .mobile-menu a span { color: var(--ochre); font-size: .8rem; letter-spacing: .12em; }
    .hero-content { padding-top: 7rem; }
    .hero-bottom { grid-template-columns: 1fr; align-items: start; gap: 2rem; }
    .hero-rail { left: auto; right: 0; }
    .hero-actions { display: none; }
    .philosophy-grid, .detail-intro-grid { grid-template-columns: 1fr; gap: 4rem; }
    .philosophy-media { width: min(80%, 620px); }
    .detail-method-heading { grid-template-columns: 1fr; gap: 2.5rem; }
    .detail-focus { grid-template-columns: 1fr; min-height: 0; }
    .detail-focus-image { min-height: 62vw; }
    .section-heading { grid-template-columns: 1fr; gap: 2rem; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .featured-project { display: block; min-height: 0; margin-bottom: 6rem; }
    .featured-project-media, .featured-project.is-reversed .featured-project-media { display: block; height: 56vw; min-height: 0; }
    .featured-project-card, .featured-project.is-reversed .featured-project-card { width: min(88%, 620px); margin: -4rem 0 0 auto; }
    .featured-project.is-reversed .featured-project-card { margin-right: auto; margin-left: 0; }
    .metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .metric:nth-child(3) { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
    .metric-quote { border-top: 1px solid rgba(255,255,255,.14); }
    .client-placeholder { grid-template-columns: repeat(3, 1fr); }
    .client-placeholder span:nth-child(3n) { border-right: 0; }
    .client-placeholder span:nth-child(n+4) { border-top: 1px solid var(--line); }
    .contact-section { grid-template-columns: 1fr; }
    .contact-visual, .map-panel iframe { min-height: 52vw; }
    .contact-visual-note { right: 2.5rem; bottom: 2.5rem; left: 2.5rem; }
    .footer-main { grid-template-columns: 1fr auto; }
    .footer-brand { grid-area: 1 / 2 / 3; }
    .footer-socials { justify-self: start; margin-right: 0; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .portfolio-hero-inner { min-height: 76svh; }
    .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .portfolio-cta-inner { grid-template-columns: 1fr; }
    .portfolio-cta .button { grid-column: 1; grid-row: auto; width: fit-content; }
    .company-story-grid, .team-heading, .cinema-intro { grid-template-columns: 1fr; gap: 2.5rem; }
    .company-story-copy { padding-top: 2rem; }
    .team-grid { grid-template-columns: 1fr; }
    .team-card { min-height: 0; }
    .cinema-row { grid-auto-columns: minmax(320px, 58vw); }
    .cinema-category-nav { top: 72px; }
}

@media (max-width: 640px) {
    html { scroll-padding-top: 0; }
    body { padding-bottom: 0; }
    .site-header { position: absolute; }
    .menu-toggle, .mobile-menu { display: none !important; }
    .mobile-glass-dock { position: fixed; z-index: 250; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 12px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; width: calc(100vw - 24px); max-width: calc(100vw - 24px); min-height: 70px; padding: 7px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.78); background: linear-gradient(145deg, rgba(31,42,41,.78), rgba(8,15,15,.7)); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -1px 0 rgba(0,0,0,.24), 0 18px 48px rgba(8,18,17,.3); backdrop-filter: blur(24px) saturate(1.45); -webkit-backdrop-filter: blur(24px) saturate(1.45); transition: right .45s cubic-bezier(.2,.75,.25,1), left .45s cubic-bezier(.2,.75,.25,1), width .45s cubic-bezier(.2,.75,.25,1), bottom .45s cubic-bezier(.2,.75,.25,1), min-height .45s cubic-bezier(.2,.75,.25,1), transform .45s cubic-bezier(.2,.75,.25,1); }
    .mobile-glass-dock::before { position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 22% -25%, rgba(255,255,255,.34), transparent 38%), linear-gradient(100deg, transparent 20%, rgba(255,255,255,.07) 46%, transparent 72%); content: ""; pointer-events: none; }
    .mobile-glass-dock.is-compact { right: 9vw; bottom: calc(8px + env(safe-area-inset-bottom)); left: 9vw; width: 82vw; max-width: 82vw; min-height: 58px; transform: translateY(2px); }
    .mobile-glass-dock a { position: relative; z-index: 1; display: grid; min-width: 0; min-height: 56px; place-items: center; border-radius: 999px; transition: color .3s, background .3s, min-height .4s, transform .3s; }
    .mobile-glass-dock.is-compact a { min-height: 44px; }
    .mobile-glass-dock a.is-active { color: var(--white); background: linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.12)); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 20px rgba(0,0,0,.16); }
    .mobile-glass-dock a:active { transform: scale(.94); }
    .mobile-glass-dock svg { width: 25px; height: 25px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .mobile-glass-dock a > span { display: grid; place-items: center; }
    .mobile-glass-dock a:first-child svg path { fill: currentColor; stroke: none; }
    .mobile-glass-dock b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
    .floating-actions { display: none; }
    .site-shell { width: calc(100% - 2rem); }
    .section-pad { padding-block: 4rem; }
    .brand-logo { width: 160px; height: 44px; }
    .hero { min-height: 94svh; }
    .hero-content { min-height: 94svh; justify-content: flex-end; padding-bottom: 8rem; }
    .hero-kicker { margin-bottom: 1.5rem; font-size: .66rem; letter-spacing: .13em; }
    .hero-outline { font-size: clamp(3.5rem, 17vw, 4.8rem); -webkit-text-stroke-width: 1px; }
    .hero-title strong { max-width: 11ch; font-size: clamp(2.25rem, 10.5vw, 3.15rem); line-height: .92; }
    .hero-bottom { margin-top: 2rem; }
    .hero-bottom p { font-size: .83rem; }
    .hero-link { font-size: .7rem; }
    .hero-rail { top: auto; right: 0; bottom: 1.35rem; display: flex; align-items: center; transform: none; }
    .hero-dots { display: flex; align-items: center; }
    .hero-dot { width: 20px; height: 24px; }
    .hero-dot::before { width: 100%; height: 1px; }
    .hero-dot.is-active { width: 34px; height: 24px; }
    .hero-dot.is-active::before { width: 100%; height: 2px; }
    .scroll-cue { display: none; }
    .button { width: 100%; }
    .philosophy-media { width: calc(100% - 1rem); padding: 0 0 2rem 1.4rem; }
    .image-mask { aspect-ratio: 4 / 3; }
    .media-note { right: -1rem; padding: .8rem 1rem; }
    .philosophy-copy h2, .section-heading h2, .contact-card h2, .clients h2 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
    .projects-heading h2 { font-size: clamp(2.45rem, 11vw, 3.35rem); }
    .principles { grid-template-columns: 1fr; }
    .principles div, .principles div + div { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .service-grid { grid-template-columns: 1fr; gap: 1rem; }
    .service-card { min-height: 270px; }
    .featured-project { margin-bottom: 4.5rem; }
    .featured-project-media, .featured-project.is-reversed .featured-project-media { height: 78vw; min-height: 0; }
    .featured-project-card, .featured-project.is-reversed .featured-project-card { width: calc(100% - 1rem); margin-top: -2rem; padding: 1.6rem; }
    .featured-project-card h3 { font-size: 2.35rem; }
    .metrics-grid { grid-template-columns: 1fr; }
    .metric { min-height: 14rem; padding: 3.7rem 1.25rem 2.2rem; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
    .metric:first-child { border-top: 0; }
    .metric-quote { min-height: 15rem; }
    .metric-index { top: 1.25rem; left: 1.25rem; }
    .brand-gallery { gap: 1.5rem 2.5rem; }
    .client-logo { min-width: 100px; min-height: 64px; }
    .client-placeholder { grid-template-columns: repeat(2, 1fr); }
    .client-placeholder span { min-height: 7.5rem; font-size: .82rem; }
    .client-placeholder span:nth-child(3n) { border-right: 1px solid var(--line); }
    .client-placeholder span:nth-child(2n) { border-right: 0; }
    .client-placeholder span:nth-child(n+3) { border-top: 1px solid var(--line); }
    .client-placeholder-note { text-align: left; }
    .contact-visual, .map-panel iframe { min-height: 75vw; }
    .contact-visual::after { inset: .8rem; }
    .contact-visual-note { right: 1.5rem; bottom: 1.5rem; left: 1.5rem; grid-template-columns: 1fr auto; gap: .75rem; }
    .contact-visual-note > span { grid-column: 1 / -1; }
    .contact-visual-note p { font-size: 1.4rem; }
    .contact-visual-note i { font-size: .58rem; }
    .contact-card { padding: 4rem 1.25rem; }
    .contact-card h2 { font-size: clamp(3rem, 14vw, 4.1rem); }
    .contact-process span { padding-inline: .45rem; font-size: .61rem; }
    .contact-process span:first-child { padding-left: 0; }
    .site-footer { padding-top: 2.4rem; padding-bottom: calc(6.5rem + env(safe-area-inset-bottom)); }
    .footer-main { grid-template-columns: 1fr; justify-items: center; gap: 1.7rem; text-align: center; }
    .footer-brand { grid-area: auto; order: -1; }
    .footer-menu { justify-content: center; }
    .footer-socials { justify-self: center; margin-right: 0; }
    .footer-connect { justify-content: center; }
    .footer-connect a:hover { transform: translateY(-3px); }
    .footer-bottom { grid-template-columns: 1fr auto; gap: 1rem; }
    .footer-bottom > span:nth-child(2) { display: none; }
    .footer-bottom > span:last-child { display: block; }
    .floating-actions { right: .9rem; bottom: .9rem; }
    .back-to-top { width: 42px; height: 42px; }
    .float-wa { width: 56px; height: 56px; font-size: 27px; }
    .detail-hero-inner { padding-top: 6.5rem; padding-bottom: 1.4rem; }
    .detail-hero-copy { margin-block: auto 2rem; }
    .detail-hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
    .detail-hero-footer { grid-template-columns: 1fr; gap: 1.4rem; }
    .detail-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
    .detail-facts span { padding-right: .55rem; font-size: .62rem; }
    .detail-facts span + span { padding-left: .55rem; }
    .detail-facts small { font-size: .5rem; }
    .detail-scroll { display: none; }
    .detail-intro-grid { gap: 2.5rem; }
    .detail-intro-heading h2, .detail-method-heading h2 { font-size: clamp(2.8rem, 12vw, 3.8rem); }
    .detail-gallery-heading { padding-bottom: 1rem; }
    .detail-gallery-stage { width: calc(100% - 1rem); height: auto; min-height: 0; max-height: none; aspect-ratio: 4 / 3; }
    .detail-gallery-lightbox > span { top: .65rem; right: .65rem; padding: .55rem .65rem; }
    .detail-gallery-slide figcaption { right: .7rem; bottom: .7rem; left: .7rem; grid-template-columns: 1fr; gap: .25rem; padding: .75rem; }
    .detail-gallery-slide figcaption span:nth-child(2), .detail-gallery-slide figcaption span:last-child { justify-self: start; }
    .detail-gallery-controls { right: .8rem; bottom: 6.6rem; }
    .detail-gallery-controls button { width: 42px; height: 42px; }
    .detail-gallery-thumbs { grid-auto-columns: 94px; justify-content: start; width: calc(100% - 2rem); }
    .detail-gallery-thumbs button { height: 62px; }
    .detail-method-grid { grid-template-columns: 1fr; }
    .detail-method-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .detail-method-grid article:last-child { border-bottom: 0; }
    .detail-method-grid h3 { margin-top: 3.2rem; }
    .detail-focus { grid-template-columns: 1fr; }
    .detail-focus-image { min-height: 0; height: 90vw; }
    .detail-focus-copy { padding: 3.5rem 1rem; }
    .detail-focus-copy blockquote, .detail-cta h2 { font-size: clamp(2.9rem, 13vw, 4rem); }
    .related-heading { display: block; }
    .related-grid { grid-template-columns: 1fr; }
    .portfolio-hero { min-height: 78svh; }
    .portfolio-hero-inner { min-height: 78svh; padding-top: 7.5rem; padding-bottom: 2.5rem; }
    .portfolio-hero h1 { margin: 1rem 0 1.8rem; font-size: clamp(3rem, 14vw, 4.1rem); }
    .portfolio-hero-bottom { grid-template-columns: 1fr; gap: 1.2rem; }
    .portfolio-hero-meta { grid-template-columns: auto 1fr; gap: .7rem 1rem; }
    .portfolio-hero-meta span:last-child { grid-column: 2; }
    .portfolio-hero-controls { top: 5.8rem; right: 0; bottom: auto; }
    .portfolio-toolbar { grid-template-columns: 1fr; gap: 1.2rem; }
    .portfolio-filters { justify-content: flex-start; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-card-image, .portfolio-card.is-offset .portfolio-card-image { height: auto; }
    .portfolio-card-copy { grid-template-columns: 2rem 1fr; gap: 0 1rem; }
    .portfolio-card-copy h2 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
    .portfolio-card-copy p { font-size: .84rem; }
    .portfolio-card-meta { margin-top: 1.8rem; }
    .portfolio-cta h2 { font-size: clamp(3.1rem, 14vw, 4.2rem); }
    .portfolio-cta .button { width: 100%; }
    .company-story-grid { padding-bottom: 3.5rem; }
    .company-story-heading h2 { font-size: clamp(2.7rem, 12vw, 3.6rem); }
    .company-story-mark { right: -.5rem; bottom: -2rem; font-size: 8rem; }
    .company-story-copy { font-size: .86rem; }
    .purpose-grid { grid-template-columns: 1fr; }
    .purpose-grid article { min-height: 0; padding: 2.5rem 1.25rem; }
    .purpose-grid article + article { border-top: 1px solid rgba(23,63,58,.2); border-left: 0; }
    .purpose-grid h3 { font-size: 3rem; }
    .team-heading h2 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
    .team-card { grid-template-columns: 1fr; }
    .team-card-image { min-height: 112vw; }
    .team-card-copy { padding: 1.7rem; }
    .cinema-hero, .cinema-hero-content { min-height: 82svh; }
    .cinema-hero::before { background: linear-gradient(0deg, #101716 0%, rgba(8,18,17,.62) 56%, rgba(8,18,17,.28)); }
    .cinema-hero-content { padding-top: 7rem; padding-bottom: 4rem; }
    .cinema-hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
    .cinema-summary { font-size: .8rem; }
    .cinema-hero-actions { align-items: stretch; flex-direction: column; }
    .cinema-button { width: 100%; }
    .cinema-scroll-note { display: none; }
    .cinema-intro { margin-bottom: 3.5rem; }
    .cinema-intro h2 { font-size: clamp(2.7rem, 12vw, 3.6rem); }
    .cinema-row { grid-auto-columns: 82vw; padding-left: 1rem; padding-right: 1rem; scroll-padding-inline: 1rem; }
    .cinema-rail-heading > div:last-child { display: none; }
    .cinema-card-copy { min-height: 136px; }
    .cinema-card-play { top: 41vw; }
    .cinema-cta { grid-template-columns: 1fr; }
    .cinema-cta > a { justify-content: center; }
    .cinema-category-nav { top: 0; }
    .cinema-category-nav > div { width: 100%; min-height: 54px; padding-inline: .7rem; }
    .cinema-category-nav > div > span { display: none; }
    .cinema-category-nav a { min-height: 54px; padding-inline: .8rem; font-size: .62rem; }
    .cinema-rail { scroll-margin-top: 66px; }
    .video-dialog { padding: .65rem; }
    .video-dialog-panel { border-radius: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
    .mobile-glass-dock { background: rgba(17,27,26,.96); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

/* Editorial refinements: compact project carousels and gallery-led detail */
.company-story-heading h2 em { color: var(--mineral); }
.projects-section.section-pad { padding-block: clamp(4rem, 6vw, 6.5rem); }
.projects-heading { margin-bottom: clamp(2.6rem, 4vw, 4rem); }
.featured-projects { padding-bottom: 0; }
.featured-project-viewport { display: grid; }
.featured-project { grid-area: 1 / 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr); align-items: center; margin: 0; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(24px); transition: opacity .55s ease, transform .75s cubic-bezier(.2,.75,.25,1), visibility .55s; }
.featured-project.is-active { z-index: 2; visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
.featured-project-media, .featured-project.is-reversed .featured-project-media { position: relative; grid-area: 1 / 1 / 2 / 2; height: clamp(420px, 38vw, 535px); overflow: hidden; background: #18201f; }
.featured-project-media > a { display: block; height: 100%; }
.featured-project-media img { object-fit: cover; }
.featured-project-card, .featured-project.is-reversed .featured-project-card { grid-area: 1 / 2 / 2 / 3; width: calc(100% + 2.2rem); margin-left: -2.2rem; padding: clamp(2rem, 3.2vw, 3.5rem); }
.featured-project-card h3 { font-size: clamp(2.5rem, 3.8vw, 4.1rem); }
.featured-media-play { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 96px; height: 96px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; color: var(--white); background: rgba(247,244,236,.16); box-shadow: 0 18px 45px rgba(0,0,0,.22); cursor: pointer; transform: translate(-50%, -50%); transition: background .3s, transform .3s, box-shadow .3s; backdrop-filter: blur(16px) saturate(1.35); -webkit-backdrop-filter: blur(16px) saturate(1.35); }
.featured-media-play::before { position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.34); border-radius: inherit; content: ""; }
.featured-media-play > span { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 50%; color: var(--graphite); background: rgba(201,154,36,.94); }
.featured-media-play i, .featured-video-link i { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.featured-media-play:hover, .featured-media-play:focus-visible { background: rgba(23,63,58,.48); box-shadow: 0 22px 58px rgba(0,0,0,.3); transform: translate(-50%, -50%) scale(1.06); }
.featured-project-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-top: 1.6rem; }
.featured-project-actions .project-link { margin-top: 0; }
.featured-video-link { display: inline-flex; min-height: 43px; align-items: center; gap: .65rem; padding: .55rem .85rem .55rem .55rem; border: 1px solid rgba(23,63,58,.24); border-radius: 999px; color: var(--mineral); background: rgba(247,244,236,.88); font-family: var(--display); font-size: .68rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; transition: color .25s, background .25s, transform .25s; }
.featured-video-link > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--graphite); background: var(--ochre); }
.featured-video-link i { border-top-width: 4px; border-bottom-width: 4px; border-left-width: 6px; }
.featured-video-link:hover { color: var(--white); background: var(--mineral); transform: translateY(-2px); }
.featured-project-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.4rem; margin-top: 1.2rem; }
.featured-project-count { display: flex; align-items: baseline; gap: .4rem; color: rgba(36,42,45,.42); font-family: var(--display); font-size: .65rem; letter-spacing: .12em; }
.featured-project-count strong { color: var(--ochre); font-size: 1rem; font-weight: 500; }
.featured-project-dots { display: flex; align-items: center; gap: .5rem; }
.featured-project-dots button { width: 34px; height: 18px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.featured-project-dots button::before { display: block; width: 100%; height: 1px; background: rgba(36,42,45,.26); content: ""; transition: height .25s, background .25s; }
.featured-project-dots button.is-active::before { height: 3px; background: var(--ochre); }
.featured-project-controls > div:last-child { display: flex; }
.featured-project-controls > div:last-child button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); color: var(--graphite); background: var(--white); cursor: pointer; transition: color .25s, background .25s; }
.featured-project-controls > div:last-child button + button { border-left: 0; }
.featured-project-controls > div:last-child button:hover { color: var(--graphite); background: var(--ochre); }

.cinema-hero::before { background: none; }
.cinema-hero-slides, .cinema-hero-slide { position: absolute; inset: 0; }
.cinema-hero-slide { visibility: hidden; opacity: 0; }
.cinema-hero-slide.is-active { z-index: 1; visibility: visible; animation: cinemaHeroFadeIn .85s ease both; }
.cinema-hero-backdrop { z-index: 0; background-image: var(--cinema-cover); }
.cinema-hero-slide.is-active .cinema-hero-backdrop { animation: cinemaHeroZoomOut 7s cubic-bezier(.2,.75,.25,1) both; }
.cinema-hero-slide::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,18,17,.94) 0%, rgba(8,18,17,.72) 36%, rgba(8,18,17,.18) 76%), linear-gradient(0deg, #101716 0%, transparent 48%); content: ""; }
.cinema-hero-content { position: relative; z-index: 2; }
.cinema-hero-content > * { opacity: 0; transform: translateY(22px); }
.cinema-hero-slide.is-active .cinema-hero-content > * { animation: cinemaHeroCopyIn .72s cubic-bezier(.2,.75,.25,1) both; }
.cinema-hero-slide.is-active .cinema-hero-content > :nth-child(1) { animation-delay: .12s; }
.cinema-hero-slide.is-active .cinema-hero-content > :nth-child(2) { animation-delay: .2s; }
.cinema-hero-slide.is-active .cinema-hero-content > :nth-child(3) { animation-delay: .28s; }
.cinema-hero-slide.is-active .cinema-hero-content > :nth-child(4) { animation-delay: .36s; }
.cinema-hero-slide.is-active .cinema-hero-content > :nth-child(5) { animation-delay: .44s; }
@keyframes cinemaHeroFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes cinemaHeroZoomOut { from { transform: scale(1.075); } to { transform: scale(1); } }
@keyframes cinemaHeroCopyIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.cinema-hero-controls { position: absolute; z-index: 4; right: 4vw; bottom: 3.2rem; left: auto; display: flex; width: auto; align-items: center; gap: 1rem; }
.cinema-hero-controls > div { display: flex; }
.cinema-hero-controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: rgba(16,31,29,.35); cursor: pointer; backdrop-filter: blur(12px); }
.cinema-hero-controls button + button { border-left: 0; }
.cinema-hero-controls button:hover { color: var(--graphite); background: var(--ochre); }
.cinema-hero-pagination { align-items: baseline; gap: .35rem; color: rgba(255,255,255,.55); font-family: var(--display); font-size: .62rem; letter-spacing: .12em; }
.cinema-hero-pagination strong { color: var(--ochre); font-size: 1rem; font-weight: 500; }
.cinema-scroll-note { right: 14rem; }

.detail-hero { min-height: 92svh; }
.detail-hero::before { display: none; }
.detail-hero-slides, .detail-hero-slide { position: absolute; inset: 0; }
.detail-hero-slide { background-image: var(--detail-image); background-position: center; background-size: cover; visibility: hidden; opacity: 0; transform: scale(1.025); transition: opacity .85s ease, visibility .85s, transform 6.5s ease; }
.detail-hero-slide.is-active { visibility: visible; opacity: 1; transform: scale(1); }
.detail-hero-inner { min-height: 92svh; }
.detail-hero-copy { max-width: 58rem; }
.detail-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.35rem; }
.detail-gallery-button, .detail-video-button { display: inline-flex; width: fit-content; min-height: 48px; align-items: center; gap: .75rem; margin: 0; padding: .6rem 1rem .6rem .65rem; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: var(--white); background: rgba(247,244,236,.12); font-family: var(--display); font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; transition: background .25s, transform .25s; backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); }
.detail-gallery-button span, .detail-video-button span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--graphite); background: var(--ochre); font-size: .78rem; }
.detail-gallery-button i { color: rgba(255,255,255,.62); font-size: .58rem; font-style: normal; }
.detail-gallery-button:hover, .detail-video-button:hover { background: rgba(23,63,58,.76); transform: translateY(-2px); }
.detail-facts { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: .35rem; background: rgba(15,33,31,.28); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.detail-facts span { min-height: 72px; justify-content: center; padding: .75rem 1.35rem; }
.detail-facts span:last-child { border-right: 0; }
.detail-facts i { margin-bottom: .25rem; }
.detail-facts small { color: rgba(255,255,255,.58); }
.detail-hero-controls { position: absolute; z-index: 4; top: 50%; right: 2rem; display: grid; grid-template-columns: 1fr 44px 44px; align-items: center; color: var(--white); transform: translateY(-50%); }
.detail-hero-controls > div { display: flex; align-items: baseline; justify-content: center; gap: .3rem; height: 44px; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.28); border-right: 0; background: rgba(15,33,31,.34); font-family: var(--display); font-size: .58rem; letter-spacing: .1em; backdrop-filter: blur(12px); }
.detail-hero-controls strong { color: var(--ochre); font-size: .9rem; font-weight: 500; }
.detail-hero-controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.28); color: var(--white); background: rgba(15,33,31,.34); cursor: pointer; backdrop-filter: blur(12px); }
.detail-hero-controls button + button { border-left: 0; }
.detail-hero-controls button:hover { color: var(--graphite); background: var(--ochre); }
.detail-description { position: relative; transition: max-height .5s ease; }
.detail-description.is-collapsed { max-height: 17rem; overflow: hidden; }
.detail-description.is-collapsed::after { position: absolute; right: 0; bottom: 0; left: 0; height: 7rem; background: linear-gradient(transparent, var(--ivory)); content: ""; pointer-events: none; }
.detail-description-toggle { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1rem; padding: .45rem 0; border: 0; border-bottom: 1px solid var(--ochre); color: var(--mineral); background: transparent; font-family: var(--display); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.detail-description-toggle i { color: var(--ochre); font-style: normal; transition: transform .3s; }
.detail-description-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
.detail-gallery-index { padding: 0 0 clamp(4rem, 7vw, 7rem); overflow: hidden; background: var(--ivory); }
.detail-gallery-index-heading { display: grid; grid-template-columns: 1fr minmax(18rem, 34rem); align-items: end; gap: 3rem; padding-bottom: 1.25rem; }
.detail-gallery-index-heading p { margin: 0; color: rgba(36,42,45,.58); font-size: .82rem; line-height: 1.7; }
.detail-gallery-strip { display: grid; grid-auto-columns: minmax(260px, 32vw); grid-auto-flow: column; gap: .8rem; overflow-x: auto; padding: .5rem max(4vw, calc((100vw - 1400px) / 2)) 1.2rem; scroll-padding-inline: max(4vw, calc((100vw - 1400px) / 2)); scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.detail-gallery-strip::-webkit-scrollbar { display: none; }
.detail-gallery-strip a { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #202625; scroll-snap-align: start; }
.detail-gallery-strip img { width: 100%; height: 100%; object-fit: contain; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.detail-gallery-strip a:hover img { transform: scale(1.025); }
.detail-gallery-strip a > span { position: absolute; right: .7rem; bottom: .7rem; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: var(--white); background: rgba(23,63,58,.58); font-family: var(--display); font-size: .62rem; backdrop-filter: blur(8px); }
.detail-focus { min-height: 500px; }
.detail-focus-copy { padding: clamp(3.2rem, 5vw, 5.5rem); }
.detail-focus-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.detail-focus-actions button { display: inline-flex; min-height: 42px; align-items: center; gap: .65rem; padding: .65rem .85rem; border: 1px solid rgba(36,42,45,.22); color: var(--graphite); background: rgba(247,244,236,.56); font-family: var(--display); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .25s, background .25s; }
.detail-focus-actions button:hover { color: var(--white); background: var(--mineral); }
.detail-focus-actions i { color: var(--ochre); font-style: normal; }

@media (max-width: 980px) {
    .featured-project { grid-template-columns: 1fr; align-items: start; }
    .featured-project-media, .featured-project.is-reversed .featured-project-media { grid-area: 1 / 1; height: min(68vw, 470px); }
    .featured-project-card, .featured-project.is-reversed .featured-project-card { grid-area: 2 / 1; width: calc(100% - 2rem); margin: -2rem 1rem 0; padding: 1.7rem; }
    .featured-project-card h3 { font-size: clamp(2.4rem, 8vw, 3.4rem); }
    .featured-media-play { width: 82px; height: 82px; }
    .featured-media-play > span { width: 48px; height: 48px; }
    .cinema-hero-slide::after { background: linear-gradient(0deg, #101716 0%, rgba(8,18,17,.7) 58%, rgba(8,18,17,.26)); }
    .cinema-hero-controls { right: 1.25rem; bottom: 1.25rem; }
    .cinema-scroll-note { display: none; }
    .detail-hero-controls { top: 6rem; right: 1.25rem; transform: none; }
    .detail-hero-controls > div { display: none; }
    .detail-hero-controls { grid-template-columns: 42px 42px; }
    .detail-hero-controls button { width: 42px; height: 42px; }
    .detail-facts span { min-height: 66px; padding: .65rem .55rem; }
    .detail-gallery-index-heading { grid-template-columns: 1fr; gap: .8rem; }
    .detail-gallery-strip { grid-auto-columns: minmax(260px, 72vw); padding-inline: 1.25rem; scroll-padding-inline: 1.25rem; }
    .detail-focus { min-height: 0; }
}

@media (max-width: 640px) {
    .projects-section.section-pad { padding-block: 3.8rem; }
    .projects-heading { margin-bottom: 2.2rem; }
    .featured-project-media, .featured-project.is-reversed .featured-project-media { height: 72vw; min-height: 250px; }
    .featured-project-card, .featured-project.is-reversed .featured-project-card { width: calc(100% - 1rem); margin: -1.25rem .5rem 0; padding: 1.35rem; }
    .featured-project-card > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .featured-project-meta { margin-top: 1.2rem; }
    .featured-project-actions { align-items: stretch; }
    .featured-project-actions .project-link, .featured-video-link { justify-content: center; }
    .featured-project-controls { grid-template-columns: auto 1fr; }
    .featured-project-dots { display: none; }
    .featured-project-controls > div:last-child { justify-self: end; }
    .featured-media-play { width: 72px; height: 72px; }
    .featured-media-play > span { width: 42px; height: 42px; }
    .cinema-hero-controls { top: 6rem; bottom: auto; }
    .cinema-hero-pagination { display: none !important; }
    .detail-hero { min-height: 94svh; }
    .detail-hero-inner { min-height: 94svh; padding-bottom: 1rem; }
    .detail-hero-copy > p { display: -webkit-box; overflow: hidden; font-size: .82rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .detail-hero-actions { gap: .5rem; }
    .detail-gallery-button, .detail-video-button { min-height: 42px; padding: .45rem .75rem .45rem .45rem; font-size: .62rem; }
    .detail-gallery-button span, .detail-video-button span { width: 28px; height: 28px; }
    .detail-facts { border-radius: 0; }
    .detail-facts span { min-height: 60px; }
    .detail-facts i { display: none; }
    .detail-intro-copy { min-width: 0; }
    .detail-description.is-collapsed { max-height: 14rem; }
    .detail-gallery-strip { grid-auto-columns: 82vw; padding-inline: 1rem; scroll-padding-inline: 1rem; }
    .detail-focus-image { height: 76vw; }
    .detail-focus-copy { padding: 3rem 1.25rem; }
}

@media (prefers-reduced-transparency: reduce) {
    .featured-media-play, .detail-gallery-button, .detail-video-button, .detail-facts, .detail-hero-controls button, .detail-hero-controls > div { backdrop-filter: none; -webkit-backdrop-filter: none; }
}

/* Detail polish and mobile editorial density */
.company-story-heading h2 > span, .company-story-heading h2 > em { display: block; }
body.is-project-detail .site-header:not(.is-scrolled) { color: var(--white); border-color: rgba(255,255,255,.16); background: linear-gradient(180deg, rgba(9,22,20,.46), transparent); box-shadow: none; }
body.is-project-detail .site-header:not(.is-scrolled) .brand-logo-dark { display: none; }
body.is-project-detail .site-header:not(.is-scrolled) .brand-logo-light { display: block; }
.project-detail { overflow: visible; }
.detail-hero { overflow: visible; }
.detail-hero-slides { z-index: 0; overflow: hidden; }
.detail-overlay { overflow: hidden; }
.detail-hero-inner { padding-bottom: 3rem; }
.detail-hero-footer { display: flex; justify-content: flex-end; padding-top: 1.1rem; }
.detail-inline-controls { display: inline-flex; align-items: center; min-height: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: var(--white); background: rgba(247,244,236,.1); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); }
.detail-inline-controls > div { display: flex; align-items: baseline; gap: .3rem; padding: 0 .85rem 0 1rem; font-family: var(--display); font-size: .56rem; letter-spacing: .1em; }
.detail-inline-controls strong { color: var(--ochre); font-size: .88rem; font-weight: 500; }
.detail-inline-controls button { display: grid; width: 42px; height: 46px; padding: 0; place-items: center; border: 0; border-left: 1px solid rgba(255,255,255,.2); color: var(--white); background: transparent; cursor: pointer; transition: color .2s, background .2s; }
.detail-inline-controls button:hover { color: var(--graphite); background: var(--ochre); }
.detail-hero-controls { display: none; }
.detail-gallery-button:focus:not(:focus-visible), .detail-video-button:focus:not(:focus-visible), .detail-inline-controls button:focus:not(:focus-visible), .detail-focus-actions button:focus:not(:focus-visible) { outline: none; box-shadow: none; }
.detail-gallery-button:focus-visible, .detail-video-button:focus-visible, .detail-inline-controls button:focus-visible, .detail-focus-actions button:focus-visible { outline: 2px solid var(--ochre); outline-offset: 3px; box-shadow: none; }
.detail-hero.is-slide-changing .detail-hero-copy h1:not([data-typewriter]) { animation: detailTitleAttention .72s cubic-bezier(.18,.78,.2,1) both; }
.detail-hero.is-slide-changing .detail-hero-copy > p { animation: detailCopyAttention .72s .08s cubic-bezier(.18,.78,.2,1) both; }
@keyframes detailTitleAttention { from { opacity: .2; filter: blur(7px); transform: translateY(20px); } to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes detailCopyAttention { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.detail-facts-float { position: absolute; z-index: 5; bottom: -40px; left: 50%; transform: translateX(-50%); }
.detail-facts-float .detail-facts { width: min(57rem, 74%); max-width: none; margin-inline: auto; border-color: rgba(255,255,255,.22); background: rgba(17,52,48,.94); box-shadow: 0 22px 54px rgba(10,31,29,.22); }
.detail-facts-float .detail-facts span { min-height: 80px; }
.detail-hero-action-row { display: flex; max-width: 100%; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: 1.35rem; }
.detail-hero-actions { display: inline-flex; max-width: 100%; flex-wrap: nowrap; align-items: center; gap: 0; margin-top: 0; padding: .3rem; overflow: hidden; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(13,35,33,.52); box-shadow: 0 14px 34px rgba(5,23,21,.2); backdrop-filter: blur(16px) saturate(1.25); -webkit-backdrop-filter: blur(16px) saturate(1.25); }
.detail-quote-button { display: inline-flex; min-height: 50px; align-items: center; gap: .8rem; padding: .75rem 1.15rem; border: 1px solid var(--ochre); border-radius: 999px; color: var(--graphite); background: var(--ochre); font-family: var(--display); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.detail-quote-button:hover { color: var(--white); background: var(--mineral); transform: translateY(-2px); }
.detail-hero-actions .detail-gallery-button, .detail-hero-actions .detail-video-button { min-height: 44px; padding: .45rem 1rem .45rem .5rem; border: 0; border-radius: 999px; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.detail-hero-actions .detail-gallery-button { color: var(--graphite); background: var(--ochre); }
.detail-hero-actions .detail-gallery-button span { color: var(--ivory); background: rgba(23,63,58,.82); }
.detail-hero-actions .detail-gallery-button i { color: rgba(36,42,45,.64); }
.detail-hero-actions .detail-video-button span { color: var(--graphite); background: var(--ivory); }
.detail-hero-actions .detail-gallery-button:hover { background: #d8aa32; transform: none; }
.detail-hero-actions .detail-video-button:hover { background: rgba(255,255,255,.13); transform: none; }
.detail-hero-actions .detail-inline-controls { min-height: 42px; margin-left: .2rem; border: 0; border-left: 1px solid rgba(255,255,255,.24); border-radius: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.detail-hero-actions .detail-inline-controls button { width: 38px; height: 40px; border-left-color: rgba(255,255,255,.16); border-radius: 50%; }
.detail-hero-actions .detail-inline-controls button:hover { color: var(--graphite); background: var(--ochre); }
.detail-gallery-button:focus-visible, .detail-video-button:focus-visible, .detail-inline-controls button:focus-visible, .detail-focus-actions button:focus-visible { outline: 0; box-shadow: inset 0 0 0 2px var(--ochre); }
.detail-intro.section-pad { padding-top: clamp(7rem, 9vw, 9.5rem); }
.detail-intro-grid { grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(3rem, 6vw, 7rem); }
.detail-intro-heading { position: sticky; top: 7.5rem; align-self: start; }
.detail-intro-grid.is-description-expanded { grid-template-columns: 1fr; gap: 2.25rem; }
.detail-intro-grid.is-description-expanded .detail-intro-heading { position: static; }
.detail-intro-grid.is-description-expanded .detail-intro-heading h2 { max-width: 11ch; }
.detail-intro-grid.is-description-expanded .detail-intro-copy { max-width: none; }
.detail-description.is-long:not(.is-collapsed) { column-count: 2; column-gap: clamp(1.8rem, 4vw, 4rem); column-rule: 1px solid var(--line); }
.detail-description.is-long:not(.is-collapsed) > * { break-inside: avoid; }

@media (max-width: 980px) {
    .detail-hero-inner { padding-bottom: 2.5rem; }
    .detail-facts-float .detail-facts { width: 100%; }
    .detail-intro-grid { grid-template-columns: 1fr; }
    .detail-intro-heading { position: static; }
    .detail-description.is-long:not(.is-collapsed) { column-count: 1; }
}

@media (max-width: 640px) {
    .company-story.section-pad { padding-block: 3.25rem; }
    .company-story-grid { gap: 1.5rem; padding-bottom: 2.25rem; }
    .company-story-heading h2 { max-width: none; margin-top: 1.1rem; font-size: clamp(2.2rem, 10.4vw, 2.75rem); line-height: .91; }
    .company-story-heading h2 > span:last-child { white-space: nowrap; }
    .company-story-mark { right: 0; bottom: -.8rem; font-size: 6.2rem; }
    .company-story-copy { padding-top: 1.4rem; font-size: .82rem; line-height: 1.72; }
    .purpose-grid article { padding-block: 2rem; }
    .detail-hero-inner { padding-bottom: 3.9rem; }
    .detail-hero-copy { margin-bottom: 1rem; }
    .detail-hero-action-row { gap: .5rem; margin-top: 1rem; }
    .detail-hero-actions { width: fit-content; align-items: center; margin-top: 0; padding: .22rem; }
    .detail-quote-button { min-height: 44px; padding: .62rem .9rem; font-size: .62rem; }
    .detail-hero-actions .detail-gallery-button, .detail-hero-actions .detail-video-button { min-height: 40px; gap: .5rem; padding: .35rem .62rem .35rem .35rem; }
    .detail-hero-actions .detail-gallery-button span, .detail-hero-actions .detail-video-button span { width: 27px; height: 27px; }
    .detail-hero-actions .detail-inline-controls { margin-left: 0; }
    .detail-inline-controls { min-height: 42px; }
    .detail-inline-controls > div { display: none; }
    .detail-inline-controls button { width: 38px; height: 40px; }
    .detail-hero-footer { display: none; }
    .detail-facts-float { bottom: -31px; width: calc(100% - 1rem); }
    .detail-facts-float .detail-facts { width: 100%; }
    .detail-facts-float .detail-facts span { min-height: 62px; padding-inline: .45rem; }
    .detail-intro.section-pad { padding-top: 6rem; }
}

@media (prefers-reduced-motion: reduce) {
    .detail-hero.is-slide-changing .detail-hero-copy h1, .detail-hero.is-slide-changing .detail-hero-copy > p { animation: none; }
}
