@font-face { font-family: "Manrope"; src: url("fonts/Manrope-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Bomstad Display"; src: url("fonts/BomstadDisplay-Light.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Bomstad Display"; src: url("fonts/BomstadDisplay-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Bomstad Display"; src: url("fonts/BomstadDisplay-SemiBold.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --shell: min(1436px, calc(100vw - 48px));
  --side: max(24px, calc((100vw - 1436px) / 2));
  --display: "Bomstad Display", sans-serif;
  --body: "Manrope", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
body { margin: 0; color: #000; background: #fff; font-family: var(--body); font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
.shell { width: var(--shell); max-width: 100%; min-width: 0; margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-200%); padding: .75rem 1rem; color: #000; background: #fff; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0; font-size: 20.44px; line-height: 1; letter-spacing: .15em; }

/* Hero — artboard 1728 × 950 */
.hero { position: relative; height: 100vh; height: 100dvh; min-height: 100svh; overflow: hidden; color: #fff; background: #000; }
.topbar { position: relative; z-index: 30; display: flex; align-items: flex-start; justify-content: space-between; padding-top: 52px; }
.brand { transition: opacity .25s ease, visibility .25s ease; }
.brand img { width: 100px; height: 96px; }
body.menu-open .brand { visibility: hidden; opacity: 0; }
.menu-toggle { display: grid; gap: 10px; width: 51px; margin-top: 20px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 3px; background: #fff; transition: transform .35s var(--ease), width .35s var(--ease); }
.menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3) { width: 41px; }
.menu-toggle span:nth-child(2) { width: 21px; margin-left: auto; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(13px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-13px) rotate(-45deg); }
.hero-art { position: absolute; inset: -2%; pointer-events: none; transform: translate3d(0, var(--hero-parallax, 0), 0) scale(1.02); will-change: transform; }
.hero-art video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: absolute; z-index: 2; top: 341px; left: 50%; transform: translateX(-50%); }
.hero h1 { --hero-line: .852em; height: 1.704em; margin: 0; overflow: hidden; font-family: var(--display); font-size: 144.87px; font-weight: 400; line-height: .852; letter-spacing: 0; }
.hero-word-track { display: block; width: 100%; will-change: transform; transition: transform .72s var(--ease); }
.hero-word-track.no-transition { transition: none; }
.hero-word { display: block; visibility: hidden; width: 100%; height: var(--hero-line); color: transparent; white-space: nowrap; opacity: 0; transition: color .6s ease, opacity .6s ease, visibility 0s linear .6s; }
.hero-word.is-previous { opacity: .5; color: transparent; background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.08)); background-clip: text; -webkit-background-clip: text; }
.hero-word.is-previous, .hero-word.is-current { visibility: visible; transition-delay: 0s; }
.hero-word.is-current { color: #fff; opacity: 1; background: none; }
.hero-copy > p { margin: 94px 0 0 2px; font-size: 20.44px; line-height: 1.25; }
.hero-bottom { position: absolute; z-index: 2; left: 50%; bottom: 51px; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); }
.scroll-cue, .socials, .menu-socials { display: flex; align-items: center; font-size: 16px; line-height: 1; letter-spacing: .15em; }
.scroll-cue { gap: 20px; }
.scroll-cue img { width: 12px; height: 12px; flex: 0 0 12px; filter: invert(1); transform: rotate(90deg); }
.hero-bottom { color: rgba(255,255,255,.5); }
.hero-bottom .scroll-cue, .hero-bottom .socials { font-size: 18px; }
.socials { gap: 74px; }
.socials a, .menu-socials a { transition: opacity .2s ease; }
.socials a:hover, .socials a:focus-visible, .menu-socials a:hover, .menu-socials a:focus-visible { opacity: .55; }

/* Full-screen menu */
.menu-panel { position: fixed; z-index: 20; inset: 0; visibility: hidden; overflow: hidden; color: #fff; background: #000; opacity: 0; transition: opacity .4s var(--ease), visibility .4s; }
.menu-panel.is-open { visibility: visible; opacity: 1; }
.menu-panel__inner { position: relative; width: min(1708px, 83.4vw); height: 100svh; min-height: 720px; }
body.menu-open .topbar { width: min(1708px, 83.4vw); }
.menu-links { position: absolute; top: clamp(212px, 22.3svh, 251px); left: 0; display: grid; }
.menu-links a { width: max-content; opacity: 0; translate: 0 20px; font-family: var(--display); font-size: 93px; font-weight: 300; line-height: 1.2; letter-spacing: -.01em; transition: opacity .45s ease, translate .55s var(--ease), transform .25s var(--ease); }
.menu-panel.is-open .menu-links a { opacity: 1; translate: 0 0; }
.menu-panel.is-open .menu-links a:nth-child(1) { transition-delay: .08s; }
.menu-panel.is-open .menu-links a:nth-child(2) { transition-delay: .12s; }
.menu-panel.is-open .menu-links a:nth-child(3) { transition-delay: .16s; }
.menu-panel.is-open .menu-links a:nth-child(4) { transition-delay: .20s; }
.menu-panel.is-open .menu-links a:nth-child(5) { transition-delay: .24s; }
.menu-links a:hover, .menu-links a:focus-visible { opacity: .55; transform: translateX(8px); }
.menu-matter { position: absolute; top: clamp(539px, 56.8svh, 639px); right: 31px; width: 432px; margin: 0; color: rgba(255,255,255,.38); font-family: var(--display); font-size: 56px; line-height: 1.05; }
.menu-socials { position: absolute; top: clamp(708px, 74.7svh, 840px); right: 31px; justify-content: space-between; width: 432px; gap: 0; }
.menu-legal { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: max-content 1fr auto; column-gap: 40px; height: clamp(122px, 12.7svh, 143px); padding-top: clamp(39px, 4.35svh, 49px); color: rgba(255,255,255,.36); font-size: 16px; }
.menu-legal::before { content: ""; position: absolute; top: 0; left: 50%; width: 100vw; border-top: 1px solid rgba(255,255,255,.2); transform: translateX(-50%); }
.menu-legal span:nth-child(2) { justify-self: start; }
.menu-legal span:last-child { justify-self: end; }

/* About — y 950 → 1813 */
.about { position: relative; min-height: 863px; padding: 0; }
.about-inner { position: relative; height: 863px; }
.marquee { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 128px; overflow: hidden; color: #fff; background: #000; }
.marquee-track { display: flex; align-items: center; width: max-content; height: 100%; animation: marquee-loop 24s linear infinite; }
.marquee-track span { padding-right: 34px; font-family: var(--display); font-size: 56px; line-height: 1; white-space: nowrap; }
@keyframes marquee-loop { to { transform: translateX(-50%); } }
.portrait { position: absolute; top: 329px; left: 0; width: 369px; height: 369px; margin: 0; overflow: hidden; border-radius: 50%; background: #d6d6d3; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; transform: scale(1.045); transition: transform 1.1s var(--ease); }
.portrait.is-visible img { transform: scale(1); }
.about-copy { position: absolute; top: 251px; left: 582px; width: 854px; }
.about--no-portrait .about-inner { grid-template-columns: minmax(0, 1fr); }
.about--no-portrait .about-copy { left: 0; width: 100%; max-width: 854px; min-width: 0; }
.about h2, .services h2, .section-heading h2, .contact h2 { margin: 23px 0 0; font-family: var(--display); font-size: 56px; font-weight: 400; line-height: 1.02; }
.about h2 { line-height: .98; }
.about .eyebrow { width: 601px; }
.body-copy { width: 854px; max-width: 100%; min-width: 0; margin-top: 47px; font-size: 20.44px; line-height: 1.35; }
.body-copy p { margin: 0; }
.body-copy p + p { margin-top: 22px; }

/* Work — y 1813 → 2829 */
.work { position: relative; height: 1016px; overflow: hidden; color: #fff; background: linear-gradient(to bottom, #fff 0 199px, #000 199px 100%); border-top: 1px solid #dedede; }
.work-title { width: 100%; }
.work-title h2 { position: absolute; z-index: 1; top: 86px; left: 0; margin: 0; color: #000; font-family: var(--display); font-size: 153.015px; font-weight: 400; line-height: 1; white-space: nowrap; }
.work-layout { position: absolute; z-index: 2; top: 337px; left: var(--side); display: grid; grid-template-columns: 309px minmax(0, 1fr); gap: 60px; width: calc(100vw - var(--side)); }
.work-side { position: relative; height: 583px; color: rgba(255,255,255,.5); }
.project-filters { display: grid; justify-items: start; }
.project-filters button { margin: 0; padding: 0; border: 0; color: rgba(255,255,255,.5); background: transparent; font-family: var(--display); font-size: 32px; line-height: 1; text-align: left; cursor: pointer; transition: color .22s ease, transform .22s var(--ease); }
.project-filters button:hover, .project-filters button:focus-visible, .project-filters button[aria-pressed="true"] { color: #fff; transform: translateX(5px); }
.slider-controls { position: absolute; top: 187px; left: 0; display: flex; gap: 15px; }
.slider-controls button { display: grid; width: 46px; height: 46px; padding: 0 0 3px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: transparent; font-family: var(--display); font-size: 28px; cursor: pointer; }
.slider-controls button:hover, .slider-controls button:focus-visible { color: #000; background: #fff; }
.project-dots { display: none; }
.pill { display: inline-flex; align-items: center; justify-content: space-between; height: 46px; border: 1px solid currentColor; border-radius: 999px; color: #fff; background: transparent; font-size: 16.62px; line-height: 1; letter-spacing: .15em; transition: color .25s, background .25s, transform .3s var(--ease); }
.work-side .pill { position: absolute; bottom: 0; left: -3px; width: 309px; padding: 0 28px; }
.pill:hover, .pill:focus-visible { color: #000; background: #fff; }
.pill:active { transform: scale(.98); }
.cta-arrow { width: 12px; height: 12px; flex: 0 0 12px; filter: invert(1); transition: filter .25s ease, transform .3s var(--ease); }
.pill:hover .cta-arrow, .pill:focus-visible .cta-arrow { filter: none; transform: translate(3px, -3px); }
.project-track { display: grid; grid-auto-flow: column; grid-auto-columns: 697px; gap: 34px; width: calc(100vw - var(--side) - 369px); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.project-track::-webkit-scrollbar { display: none; }
.project-card { position: relative; width: 697px; height: 583px; overflow: hidden; border-radius: 10px; background: #191919; scroll-snap-align: start; scroll-snap-stop: always; }
.project-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.55)); }
.project-card img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform .8s var(--ease); }
.project-card:hover img { transform: scale(1.025); }
.project-card.is-filtered-out { display: none; }
.project-meta { position: absolute; z-index: 1; right: 48px; bottom: 57px; left: 48px; width: auto; }
.project-meta small { font-size: 20.44px; line-height: 1; letter-spacing: .15em; }
.project-meta h3 { margin: 20px 0 0; font-family: var(--display); font-size: 56px; font-weight: 400; line-height: 1; }
/* Services — y 2829 → 3724 */
.services { position: relative; min-height: 895px; padding: 0; overflow: visible; background: #d5d5d5 url("images/services-texture.webp") center / cover no-repeat; }
.services::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.8); pointer-events: none; }
.services-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 512px 854px; gap: 70px; padding-top: 157px; }
.services-intro { padding-top: 22px; }
.service-list { display: block; }
.service-item { width: 854px; margin: 0 0 59px; }
.service-item:last-child { margin-bottom: 0; }
.service-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 96px; padding: 0; border: 0; border-bottom: 1px solid rgba(0,0,0,.42); background: transparent; text-align: left; cursor: pointer; }
.service-trigger > span:first-child { font-family: var(--display); font-size: 56px; line-height: 1; transition: translate .35s var(--ease); }
.service-trigger:hover > span:first-child, .service-trigger:focus-visible > span:first-child { translate: 6px 0; }
.service-arrow { width: 36px; height: 36px; flex: 0 0 36px; transition: transform .38s var(--ease); }
.service-trigger:hover .service-arrow, .service-trigger:focus-visible .service-arrow { transform: translate(5px, -5px); }
.service-trigger[aria-expanded="true"] .service-arrow { transform: rotate(90deg); }
.service-dropdown { display: grid; grid-template-rows: 0fr; visibility: hidden; opacity: 0; transition: grid-template-rows .55s var(--ease), opacity .35s ease, visibility .55s; }
.service-dropdown__inner { min-height: 0; overflow: hidden; }
.service-item.is-open .service-dropdown { grid-template-rows: 1fr; visibility: visible; opacity: 1; }
.service-dropdown p { max-width: 760px; margin: 28px 0 24px; font-size: 18px; line-height: 1.35; }
.service-dropdown ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 5px; padding: 0; list-style: none; }
.service-dropdown li { padding: 7px 11px; border: 1px solid rgba(0,0,0,.45); border-radius: 999px; font-size: 11px; line-height: 1; letter-spacing: .08em; }
.service-item:nth-child(2) { transition-delay: .06s; }
.service-item:nth-child(3) { transition-delay: .12s; }
.service-item:nth-child(4) { transition-delay: .18s; }

/* Reviews — y 3724 → 4417 */
.testimonials { position: relative; height: 693px; padding: 0; border-bottom: 1px solid rgba(0,0,0,.16); }
.section-heading { position: absolute; top: 103px; left: 50%; width: 806px; transform: translateX(-50%); text-align: center; }
.testimonial-grid { position: absolute; top: 287px; left: 50%; display: grid; grid-template-columns: repeat(3, 412px); gap: 100px; width: 1436px; margin: 0; transform: translateX(-50%); }
blockquote { position: relative; height: 320px; margin: 0; text-align: center; }
.quote-mark { position: absolute; top: 0; left: 50%; width: 85px; height: 66px; transform: translateX(-50%); }
blockquote > p { position: absolute; top: 44px; left: 0; margin: 0; font-size: 20.44px; line-height: 1.25; }
blockquote footer { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 18px; }
blockquote footer strong { font-size: 20.44px; font-weight: 400; }
blockquote footer small { font-size: 16.06px; letter-spacing: .15em; }
.testimonial-grid blockquote:nth-child(2) { transition-delay: .08s; }
.testimonial-grid blockquote:nth-child(3) { transition-delay: .16s; }

/* Clients — y 4417 → 4615 */
.clients { height: 198px; padding-top: 75px; }
.clients-inner { display: flex; align-items: center; justify-content: space-between; }
.client-logo { position: relative; display: block; height: 48px; overflow: hidden; flex: 0 0 auto; }
.client-logo img { position: absolute; top: 0; width: 1436px; max-width: none; height: 48px; opacity: 1; }
.client-logo--1 { width: 159px; }
.client-logo--1 img { left: 0; }
.client-logo--2 { width: 172px; }
.client-logo--2 img { left: -260.5px; }
.client-logo--3 { width: 135px; }
.client-logo--3 img { left: -534.5px; }
.client-logo--4 { width: 165px; }
.client-logo--4 img { left: -770.7px; }
.client-logo--6 { width: 116px; }
.client-logo--6 img { left: -1320.5px; }

/* Contact & footer — y 4615 → 5846 */
.contact { position: relative; height: 1231px; padding: 0; color: #fff; background: linear-gradient(180deg, #242424 0, #0b0b0b 48%, #000 100%); }
.contact-grid { display: grid; grid-template-columns: 562px 697px; gap: 162px; padding-top: 103px; }
.contact-copy { padding-top: 10px; }
.contact-copy > p:not(.eyebrow) { width: 554px; margin: 0; font-size: 20.44px; line-height: 1.35; }
.contact-copy > p:nth-of-type(2) { margin-top: 140px; }
.contact-copy > p:nth-of-type(3) { margin-top: 20px; }
.contact-form { position: relative; display: grid; grid-template-rows: 43px 43px 43px 43px 193px 22px 46px; gap: 27px; align-content: start; }
.contact-form label { position: relative; display: grid; }
.contact-form label > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; height: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.68); border-radius: 0; color: #fff; background: transparent; font-size: 16px; line-height: 1; outline: 0; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #fff; opacity: 1; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #fff; background: transparent; }
.contact-form select { padding-right: 28px; appearance: none; }
.contact-form .select-field::after { content: ">"; position: absolute; top: 50%; right: 0; color: rgba(255,255,255,.8); font-family: var(--display); font-size: 20px; line-height: 1; transform: translateY(-50%); pointer-events: none; }
.contact-form select option { color: #000; }
.contact-form textarea { resize: none; }
.contact-form .privacy { display: flex; gap: 10px; align-items: center; font-size: 16px; }
.contact-form .privacy input { width: 13px; height: 13px; margin: 0; padding: 0; appearance: none; border: 1px solid #fff; }
.contact-form .privacy input:checked { background: #fff; box-shadow: inset 0 0 0 3px #111; }
.contact-form .privacy span { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
.form-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.pill-light { width: 135px; margin: 0; padding: 0 22px; cursor: pointer; }
.form-status { position: absolute; margin-top: 8px; font-size: 13px; line-height: 1.25; }
.footer { position: absolute; top: 818px; left: 50%; height: 413px; transform: translateX(-50%); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; height: 190px; padding: 17px 0 0 19px; border-bottom: 1px solid #333; }
.footer-top > img { width: 100px; height: 96px; }
.socials.vertical { display: grid; gap: 22px; justify-items: end; }
.footer-nav { display: grid; grid-template-columns: repeat(5, max-content); align-items: center; justify-content: space-between; height: 115px; padding: 0; border-bottom: 1px solid #333; font-size: 32px; }
.legal { display: grid; grid-template-columns: max-content 1fr auto; column-gap: 40px; padding-top: 50px; color: rgba(255,255,255,.5); font-size: 16px; }
.legal span:nth-child(2) { justify-self: start; }
.legal span:last-child { justify-self: end; }

/* Desktop fluid intermediate: prevents the 1728px artboard widths from
   overflowing on notebooks and resized browser windows. */
@media (min-width: 1201px) and (max-width: 1484px) {
  .services-inner { grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(40px, 4vw, 60px); }
  .service-item { width: 100%; }
  .testimonial-grid { width: var(--shell); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(34px, 4vw, 70px); }
  .contact-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 7vw, 105px); }
  .contact-copy > p:not(.eyebrow) { width: auto; }
  .contact h2 { font-size: clamp(48px, 3.8vw, 56px); }
  .footer-nav { font-size: clamp(27px, 2.15vw, 32px); }
}

[data-reveal] { opacity: 0; translate: 0 28px; filter: blur(5px); transition: opacity .75s var(--ease), translate .85s var(--ease), filter .8s var(--ease); will-change: opacity, translate, filter; }
body.scrolling-up [data-reveal]:not(.is-visible) { translate: 0 -24px; }
[data-reveal].is-visible { opacity: 1; translate: 0 0; filter: blur(0); }

@media (max-width: 1200px) {
  .hero { height: 100vh; height: 100dvh; }
  .hero-copy { top: 285px; }
  .hero h1 { font-size: clamp(92px, 10.5vw, 126px); }
  .hero-copy > p { margin-top: 70px; }
  .about { min-height: auto; }
  .marquee { position: relative; }
  .about-inner { display: grid; grid-template-columns: minmax(260px, 369px) 1fr; gap: 64px; height: auto; padding-block: 140px; }
  .about--no-portrait .about-inner { display: block; }
  .portrait, .about-copy { position: static; }
  .portrait { align-self: center; width: 100%; height: auto; aspect-ratio: 1; }
  .about-copy, .body-copy { width: auto; }
  .work-layout { grid-template-columns: 260px minmax(0,1fr); gap: 44px; }
  .project-track { grid-auto-columns: min(697px, 78vw); width: calc(100vw - var(--side) - 304px); }
  .project-card { width: min(697px, 78vw); }
  .services { height: auto; min-height: 895px; padding-block: 130px; }
  .services-inner { grid-template-columns: minmax(320px, .8fr) minmax(500px, 1.2fr); gap: 48px; padding-top: 0; }
  .service-item { width: 100%; }
  .testimonial-grid { width: var(--shell); grid-template-columns: repeat(3, 1fr); gap: 50px; }
  .contact-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 5vw, 70px); }
  .contact-copy > p:not(.eyebrow) { width: auto; }
}

@media (min-width: 801px) {
  .menu-legal span:first-child, .legal span:first-child { white-space: nowrap; }
}

@media (max-width: 800px) {
  :root { --shell: calc(100vw - 32px); --side: 16px; }
  .eyebrow { font-size: 13px; }
  .hero { height: 100vh; height: 100dvh; }
  .topbar { padding-top: 24px; }
  .brand img { width: 70px; height: auto; }
  .menu-toggle { width: 51px; margin-top: 9px; }
  .hero-art video { object-position: center; }
  .hero-copy { top: 250px; }
  .hero h1 { width: 100%; font-size: clamp(62px, 19vw, 112px); }
  .hero-copy > p { margin-top: 62px; font-size: 14px; line-height: 1.2; }
  .hero-bottom { bottom: 28px; }
  .hero-bottom .scroll-cue { font-size: 12px; }
  .hero-bottom .socials { display: none; }
  .menu-panel__inner, body.menu-open .topbar { width: var(--shell); }
  .menu-panel__inner { height: 100svh; min-height: 100svh; }
  .menu-links { top: 110px; right: 0; }
  .menu-links a { font-size: clamp(46px, 13vw, 64px); line-height: 1.04; }
  .menu-matter { right: auto; bottom: 150px; left: 0; top: auto; width: 100%; font-size: 36px; }
  .menu-socials { right: auto; bottom: 108px; left: 0; top: auto; width: 100%; gap: 22px; font-size: 12px; }
  .menu-legal { grid-template-columns: 1fr; column-gap: 0; height: 82px; padding-top: 16px; font-size: 9px; }
  .menu-legal span:nth-child(2) { display: none; }
  .menu-legal span:last-child { justify-self: start; margin-top: 8px; }
  .marquee { height: 78px; }
  .marquee-track span { padding-right: 22px; font-size: 34px; }
  .about-inner { grid-template-columns: 1fr; gap: 50px; padding-block: 96px; }
  .portrait { width: min(78vw, 369px); margin-inline: auto; }
  .about-copy { width: 100%; }
  .about h2, .services h2, .section-heading h2, .contact h2 { font-size: clamp(34px, 10.5vw, 42px); overflow-wrap: anywhere; }
  .about h2 { margin-top: 18px; }
  .body-copy { margin-top: 36px; font-size: 16px; line-height: 1.35; }
  .work { --mobile-title-height: 60px; --mobile-card-width: min(72vw, 430px); height: auto; min-height: 0; padding: 0 0 30px; background: linear-gradient(to bottom, #fff 0 var(--mobile-title-height), #000 var(--mobile-title-height) 100%); }
  .work-title { position: relative; display: block; width: 100vw; height: var(--mobile-title-height); overflow: hidden; }
  .work-title h2 { position: absolute; top: auto; right: auto; bottom: -11px; left: 0; max-width: 100%; margin: 0; font-size: clamp(40px, 13vw, 58px); line-height: 1; white-space: nowrap; }
  .work-layout { position: relative; top: auto; left: auto; display: grid; grid-template-columns: 1fr; grid-template-areas: "filters" "track" "dots" "cta"; gap: 0; width: var(--shell); margin-inline: auto; padding-top: 38px; }
  .work-side { display: contents; height: auto; opacity: 1 !important; translate: none !important; filter: none !important; }
  .project-filters { grid-area: filters; margin: 0 0 38px 11px; }
  .project-filters button { font-size: 22px; line-height: 1.3; }
  .slider-controls { display: none; }
  .project-dots { position: static; grid-area: dots; display: flex; align-items: center; justify-self: center; gap: 6px; margin-top: 28px; }
  .project-dots button { width: 7px; height: 7px; padding: 0; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: transparent; cursor: pointer; }
  .project-dots button[aria-current="true"] { background: #fff; }
  .work-side .pill { position: static; grid-area: cta; justify-content: center; justify-self: center; gap: 8px; width: calc(100% - 24px); height: 40px; margin-top: 30px; padding-inline: 24px; font-size: 13px; }
  .project-track { grid-area: track; grid-auto-columns: var(--mobile-card-width); gap: clamp(14px, 4vw, 30px); width: 100vw; margin-left: calc(-1 * var(--side)); padding-inline: calc((100vw - var(--mobile-card-width)) / 2); scroll-padding-inline: calc((100vw - var(--mobile-card-width)) / 2); touch-action: pan-x pan-y; }
  .project-card { width: var(--mobile-card-width); height: auto; aspect-ratio: .826 / 1; }
  .project-meta { right: 32px; bottom: 38px; left: 32px; }
  .project-meta small { font-size: 13px; }
  .project-meta h3 { margin-top: 12px; font-size: 36px; }
  .services { min-height: 0; padding-block: 96px; }
  .services-inner { grid-template-columns: 1fr; gap: 60px; }
  .services-intro { padding-top: 0; }
  .service-item { margin-bottom: 22px; }
  .service-trigger { gap: 12px; min-height: 74px; height: auto; padding-block: 12px; }
  .service-trigger > span:first-child { min-width: 0; font-size: clamp(27px, 8.5vw, 38px); line-height: .98; }
  .service-arrow { width: 28px; height: 28px; flex-basis: 28px; }
  .service-dropdown p { font-size: 15px; }
  .testimonials { height: auto; padding-block: 96px; }
  .section-heading { position: static; width: var(--shell); margin-inline: auto; transform: none; }
  .testimonial-grid { position: static; grid-template-columns: 1fr; gap: 70px; width: var(--shell); margin: 72px auto 0; transform: none; }
  blockquote { display: flex; flex-direction: column; align-items: center; height: auto; min-height: 280px; padding-top: 44px; }
  .quote-mark { width: 68px; height: auto; }
  blockquote > p { position: static; font-size: 16px; line-height: 1.3; }
  blockquote footer { position: static; width: 100%; margin-top: auto; padding-top: 36px; }
  blockquote footer strong { font-size: 17px; }
  .clients { height: 130px; padding-top: 49px; overflow: hidden; }
  .clients-inner { gap: 48px; width: max-content; min-width: 900px; padding-inline: 16px; }
  .client-logo { transform: scale(.625); transform-origin: left center; margin-right: -37.5%; }
  .contact { height: auto; min-height: 1500px; padding-top: 96px; }
  .contact-grid { grid-template-columns: 1fr; gap: 70px; padding-top: 0; }
  .contact-copy { padding-top: 0; }
  .contact-copy > p:not(.eyebrow) { width: 100%; font-size: 16px; line-height: 1.35; }
  .contact-copy > p:nth-of-type(2) { margin-top: 70px; }
  .contact-form { grid-template-rows: 43px 43px 43px 43px 170px auto 46px; }
  .contact-form .privacy { font-size: 12px; }
  .footer { position: static; height: auto; margin-top: 110px; transform: none; }
  .footer-top { height: 150px; padding-left: 0; }
  .footer-top > img { width: 72px; height: auto; }
  .socials.vertical { font-size: 12px; }
  .footer-nav { grid-template-columns: 1fr; justify-content: stretch; gap: 14px; height: auto; padding-block: 28px; font-size: 24px; }
  .legal { grid-template-columns: 1fr; gap: 12px; padding: 26px 0 36px; font-size: 10px; }
  .legal span:nth-child(2), .legal span:last-child { justify-self: start; }
}

@media (min-width: 801px) and (max-width: 1024px) {
  :root { --shell: calc(100vw - 48px); --side: 24px; }
  .topbar { padding-top: 36px; }
  .hero-copy { top: clamp(245px, 31svh, 315px); }
  .hero h1 { font-size: clamp(84px, 11.5vw, 116px); }
  .hero-copy > p { margin-top: 62px; font-size: 18px; }
  .hero-bottom { bottom: 36px; }
  .socials { gap: 34px; }
  .menu-panel__inner, body.menu-open .topbar { width: var(--shell); }
  .menu-links a { font-size: clamp(66px, 8.7vw, 86px); }
  .menu-matter, .menu-socials { right: 0; width: 350px; }
  .menu-legal { grid-template-columns: 1fr auto; row-gap: 10px; height: 120px; padding-top: 25px; }
  .menu-legal span:first-child { grid-column: 1 / -1; white-space: normal; }
  .menu-legal span:nth-child(2) { justify-self: start; }
  .menu-legal span:last-child { justify-self: end; }
  .about-inner { grid-template-columns: minmax(250px, 32vw) minmax(0, 1fr); gap: 42px; padding-block: 110px; }
  .about h2, .services h2, .section-heading h2, .contact h2 { font-size: 48px; }
  .body-copy { margin-top: 38px; font-size: 18px; }
  .work { height: 900px; background: linear-gradient(to bottom, #fff 0 164px, #000 164px 100%); }
  .work-title h2 { top: 58px; font-size: clamp(100px, 12.5vw, 128px); }
  .work-layout { top: 270px; grid-template-columns: 220px minmax(0, 1fr); gap: 32px; }
  .work-side { height: 540px; }
  .project-filters button { font-size: 27px; }
  .slider-controls { top: 168px; }
  .work-side .pill { width: 220px; padding-inline: 18px; font-size: 13px; }
  .project-track { grid-auto-columns: min(590px, 66vw); width: calc(100vw - var(--side) - 252px); }
  .project-card { width: min(590px, 66vw); height: 540px; }
  .project-meta { right: 38px; bottom: 44px; left: 38px; }
  .project-meta small { font-size: 16px; }
  .project-meta h3 { margin-top: 16px; font-size: 48px; }
  .services { min-height: 0; padding-block: 110px; }
  .services-inner { grid-template-columns: 1fr; gap: 48px; }
  .services-intro { padding-top: 0; }
  .service-trigger > span:first-child { font-size: 48px; }
  .testimonials { height: auto; padding-block: 110px; }
  .section-heading { position: static; width: var(--shell); margin-inline: auto; transform: none; }
  .testimonial-grid { position: static; grid-template-columns: 1fr; gap: 64px; width: min(680px, var(--shell)); margin: 72px auto 0; transform: none; }
  blockquote { display: flex; flex-direction: column; align-items: center; height: auto; min-height: 245px; padding-top: 44px; }
  blockquote > p { position: static; font-size: 18px; }
  blockquote footer { position: static; width: 100%; margin-top: auto; padding-top: 34px; }
  .clients { height: 150px; padding-top: 52px; overflow: hidden; }
  .clients-inner { gap: 70px; width: max-content; min-width: 1100px; }
  .contact { height: auto; min-height: 0; padding-top: 110px; }
  .contact-grid { grid-template-columns: 1fr; gap: 80px; padding-top: 0; }
  .contact-copy > p:nth-of-type(2) { margin-top: 80px; }
  .footer { position: static; height: auto; margin-top: 120px; transform: none; }
  .footer-nav { font-size: 27px; }
  .legal { grid-template-columns: 1fr auto; row-gap: 16px; padding-bottom: 42px; }
  .legal span:last-child { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 480px) {
  .hero { height: 100vh; height: 100dvh; min-height: 100svh; }
  .hero-copy { top: 236px; }
  .hero h1 { font-size: clamp(64px, 20vw, 88px); }
  .hero-copy > p { margin-top: 54px; }
  .menu-matter { bottom: 166px; font-size: 31px; }
  .menu-socials { bottom: 118px; gap: 16px; font-size: 10px; }
  .menu-legal { height: 88px; }
  .about-inner { gap: 44px; padding-block: 82px; }
  .about h2, .services h2, .section-heading h2, .contact h2 { font-size: 38px; }
  .service-trigger > span:first-child { font-size: clamp(27px, 8.5vw, 34px); }
  .contact-form { gap: 23px; }
  .footer-nav { font-size: 22px; }
}

@media (max-width: 360px) {
  :root { --shell: calc(100vw - 24px); --side: 12px; }
  .brand img { width: 62px; }
  .hero-copy { top: clamp(178px, 30svh, 220px); }
  .hero h1 { font-size: clamp(56px, 18.5vw, 68px); }
  .hero-copy > p { font-size: 13px; }
  .menu-links a { font-size: 43px; }
  .menu-matter { font-size: 28px; }
  .menu-socials { gap: 12px; font-size: 9px; }
  .work { --mobile-title-height: 54px; }
  .work-title h2 { bottom: -10px; font-size: clamp(38px, 12.5vw, 43px); }
  .work-layout { padding-top: 32px; }
  .project-filters { margin-left: 8px; }
  .project-filters button { font-size: 20px; }
  .project-meta { right: 24px; bottom: 30px; left: 24px; }
  .project-meta h3 { font-size: 32px; }
  .work-side .pill { width: 100%; padding-inline: 16px; font-size: 11px; }
  .service-trigger > span:first-child { font-size: clamp(26px, 8.3vw, 30px); }
  .contact h2 { font-size: 34px; }
  .footer-nav { font-size: 20px; }
}

@media (max-height: 700px) and (max-width: 800px) {
  .hero-copy { top: 152px; }
  .hero h1 { font-size: clamp(58px, 18vw, 76px); }
  .hero-copy > p { margin-top: 34px; }
  .menu-links { top: 86px; }
  .menu-links a { font-size: clamp(42px, 11.5vw, 54px); }
  .menu-matter { display: none; }
  .menu-socials { bottom: 98px; }
}

@media (max-height: 900px) and (min-width: 801px) {
  .menu-panel__inner { min-height: 100svh; }
  .menu-links { top: 16svh; }
  .menu-links a { font-size: clamp(68px, 9.4svh, 84px); line-height: 1.12; }
  .menu-matter { top: 54svh; font-size: 48px; }
  .menu-socials { top: 72svh; }
  .menu-legal { height: 110px; padding-top: 36px; }
}

@media (max-height: 700px) and (min-width: 801px) {
  .menu-panel__inner { min-height: 100svh; }
  .menu-links { top: 9svh; }
  .menu-links a { font-size: clamp(50px, 8svh, 64px); line-height: 1.04; }
  .menu-matter { display: none; }
  .menu-socials { top: auto; bottom: 88px; }
  .menu-legal { height: 72px; padding-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-art { transform: none; }
  .menu-links a, [data-reveal] { opacity: 1; translate: none; filter: none; }
}
body.video-open { overflow: hidden; }
