:root {
  --ink: #081116;
  --ink-soft: #101b21;
  --paper: #f3f0e9;
  --paper-2: #e9e5dc;
  --orange: #ff5b24;
  --coral: #ff7551;
  --line: rgba(8, 17, 22, .18);
  --line-light: rgba(255, 255, 255, .18);
  --white: #f9f7f2;
  --gutter: clamp(1.25rem, 4.3vw, 5.25rem);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--orange); color: #fff; }
.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: -5rem; left: 1rem; background: var(--orange); color: #fff; padding: .8rem 1.1rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.4rem;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .35s, height .35s, color .35s, border-color .35s;
}
.site-header.is-scrolled { height: 4.6rem; color: var(--ink); background: rgba(243,240,233,.94); border-color: var(--line); backdrop-filter: blur(15px); }
.brand { justify-self: start; display: inline-flex; gap: .75rem; align-items: center; font-weight: 800; font-size: 1.15rem; letter-spacing: .12em; }
.brand svg { width: 2rem; height: 2rem; fill: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.4rem); font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: .9rem; font-size: .82rem; font-weight: 700; }
.header-cta span { width: 2.25rem; height: 2.25rem; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #fff; transition: transform .3s var(--ease); }
.header-cta:hover span { transform: rotate(45deg); }
.menu-toggle { display: none; justify-self: end; width: 2.75rem; height: 2.75rem; padding: .8rem .55rem; background: none; border: 0; cursor: pointer; }
.menu-toggle i { display: block; height: 1px; margin: .4rem 0; background: currentColor; transition: transform .3s, margin .3s; }
.menu-toggle[aria-expanded="true"] i:first-of-type { transform: rotate(45deg); margin-top: .55rem; }
.menu-toggle[aria-expanded="true"] i:last-of-type { transform: rotate(-45deg); margin-top: -.45rem; }
.mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 8rem var(--gutter) 3rem; background: var(--ink); color: var(--white); }
.mobile-menu nav { display: grid; border-top: 1px solid var(--line-light); }
.mobile-menu nav a { display: flex; gap: 1.2rem; padding: 1rem 0; border-bottom: 1px solid var(--line-light); font-size: clamp(2.2rem, 10vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.mobile-menu nav span { padding-top: .45rem; font-size: .7rem; letter-spacing: .12em; color: var(--coral); }
.mobile-menu p { position: absolute; bottom: 2rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; opacity: .65; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #030a10; color: var(--white); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,16,.38) 0%, rgba(3,10,16,.04) 56%, rgba(3,10,16,.08) 100%), url('/assets/deos-hero-workstation.webp') center / cover no-repeat; animation: hero-in 1.6s var(--ease) both; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 60%, transparent 0 18%, rgba(3,10,16,.1) 62%), linear-gradient(180deg, rgba(3,10,16,.08), rgba(3,10,16,.28)); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: calc(100vw / 6) calc(100vw / 6); mask-image: linear-gradient(to bottom, transparent 0, #000 35%, #000 100%); }
.hero-copy { position: relative; z-index: 2; width: 100%; padding: 9rem var(--gutter) clamp(2.5rem, 5vh, 4.75rem); }
.eyebrow, .kicker { margin: 0 0 1.8rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; }
.eyebrow::before { content: ""; width: 2.5rem; height: 1px; background: var(--orange); }
.hero h1 { max-width: 1100px; margin: 0; font-size: clamp(3.7rem, 8.5vw, 9.4rem); font-weight: 500; line-height: .88; letter-spacing: -.075em; }
.hero h1 em, .display em, .contact h2 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-bottom { margin-top: clamp(2.5rem, 6vh, 5.25rem); display: grid; grid-template-columns: minmax(18rem, 31rem) auto; gap: 3rem; align-items: end; }
.hero-bottom > p { margin: 0; font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.45; color: rgba(249,247,242,.78); }
.circle-link { width: 7.5rem; height: 7.5rem; margin-left: clamp(0rem, 9vw, 10rem); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; padding: 1.3rem; display: flex; justify-content: space-between; align-items: center; font-size: .75rem; font-weight: 700; text-transform: uppercase; line-height: 1.15; transition: background .35s, border-color .35s, transform .35s var(--ease); }
.circle-link b { font-size: 1.4rem; font-weight: 300; }
.circle-link:hover { background: var(--orange); border-color: var(--orange); transform: rotate(-8deg); }
.hero-side { position: absolute; right: var(--gutter); bottom: 3rem; z-index: 2; display: flex; align-items: center; gap: .75rem; writing-mode: vertical-rl; font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .65; }
.hero-side i { width: 1px; height: 4rem; background: rgba(255,255,255,.55); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

.section-pad { padding: clamp(5.5rem, 10vw, 10rem) var(--gutter); }
.section-index { display: flex; gap: .85rem; align-items: center; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-index span { color: var(--orange); }
.section-index::after { content: ""; width: 3.5rem; height: 1px; margin-left: .5rem; background: currentColor; opacity: .35; }
.section-index-light { color: rgba(255,255,255,.7); }
.display { margin: 0; font-size: clamp(2.7rem, 5.4vw, 6.4rem); font-weight: 500; line-height: 1.02; letter-spacing: -.065em; }
.statement { display: grid; grid-template-columns: minmax(10rem, 1fr) 4fr; gap: 4rem; }
.statement-copy { max-width: 1280px; }
.statement .kicker { color: #687177; }
.statement-notes { margin-top: clamp(3rem, 7vw, 7rem); margin-left: 35%; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4rem; }
.statement-notes p { max-width: 35rem; margin: 0; font-size: clamp(1.05rem, 1.4vw, 1.3rem); color: #505b60; }
.text-link { display: inline-flex; gap: 2rem; align-items: center; padding: 0 0 .6rem; border-bottom: 1px solid; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(.2rem,-.2rem); }

.work { border-top: 1px solid var(--line); background: var(--paper); }
.work-heading { display: grid; grid-template-columns: minmax(10rem, 1fr) 4fr; gap: 4rem; }
.work-heading > div:last-child { max-width: 1120px; }
.work-heading .kicker { color: #687177; }
.featured-work { margin-top: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: 1.28fr .72fr; gap: 1.25rem; }
.project-card { min-width: 0; display: flex; flex-direction: column; background: var(--paper-2); transition: transform .45s var(--ease), background .45s; }
.project-card:hover { transform: translateY(-.45rem); background: #e1ddd3; }
.project-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink); }
.project-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .75s var(--ease); }
.project-card:hover .project-media img { transform: scale(1.035); }
.project-live { position: absolute; z-index: 2; right: 1rem; top: 1rem; padding: .45rem .7rem; display: flex; align-items: center; gap: .45rem; border-radius: 10rem; background: rgba(8,17,22,.78); color: #fff; font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.project-live i { width: .38rem; height: .38rem; border-radius: 50%; background: #69ef9a; box-shadow: 0 0 .65rem #69ef9a; }
.project-info { padding: clamp(1.35rem, 2.5vw, 2.5rem); display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; }
.project-type { display: block; margin-bottom: .85rem; color: #697378; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-info h3 { margin: 0 0 .9rem; font-size: clamp(2rem, 3.5vw, 4rem); line-height: .95; font-weight: 500; letter-spacing: -.06em; }
.project-info p { max-width: 49rem; margin: 0; color: #566167; }
.project-arrow { align-self: start; width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.1rem; transition: color .3s, background .3s, transform .3s var(--ease); }
.project-card:hover .project-arrow { color: #fff; background: var(--orange); border-color: var(--orange); transform: rotate(45deg); }
.project-mark { align-self: start; width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--coral); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.project-tags { margin-top: auto; padding: 0 clamp(1.35rem, 2.5vw, 2.5rem) 1.5rem; display: flex; flex-wrap: wrap; gap: .45rem; }
.project-tags span { padding: .35rem .6rem; border: 1px solid var(--line); border-radius: 10rem; color: #657076; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.project-card-turbo { background: #10191e; color: #fff; }
.project-card-turbo:hover { background: #141f25; }
.project-card-turbo .project-type, .project-card-turbo .project-info p { color: rgba(255,255,255,.58); }
.project-card-turbo .project-tags span { color: rgba(255,255,255,.62); border-color: rgba(255,255,255,.18); }
.project-card-turbo .project-arrow { border-color: rgba(255,255,255,.22); }
.project-domain i { background: var(--orange); box-shadow: none; }
.project-art-turbo { isolation: isolate; background: radial-gradient(circle at 70% 35%, #26343a, #0d1519 55%, #070d10); }
.project-art-turbo::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 3rem 3rem; }
.turbo-rings { position: absolute; right: -15%; top: 4%; width: 75%; aspect-ratio: 1; }
.turbo-rings i { position: absolute; inset: 0; border: 1px solid rgba(255,91,36,.7); border-radius: 50%; }
.turbo-rings i:nth-child(2) { inset: 15%; border-color: rgba(255,255,255,.28); }
.turbo-rings i:nth-child(3) { inset: 31%; border: 1.2rem solid rgba(255,91,36,.82); box-shadow: 0 0 4rem rgba(255,91,36,.28); }
.turbo-wordmark { position: absolute; z-index: 1; left: clamp(1.2rem, 3vw, 3rem); bottom: clamp(1.2rem, 3vw, 2.5rem); }
.turbo-wordmark small { display: block; margin-bottom: .6rem; color: rgba(255,255,255,.6); font-size: .55rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.turbo-wordmark strong { font-size: clamp(2.7rem, 6vw, 6.8rem); line-height: .72; letter-spacing: -.08em; }
.work-grid { margin-top: 1.25rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.project-card-small .project-info { padding: 1.35rem; }
.project-card-small .project-info h3 { font-size: clamp(1.7rem, 2.35vw, 2.55rem); }
.project-card-small .project-info p { font-size: .9rem; }
.project-card-small .project-arrow { width: 2.5rem; height: 2.5rem; }
.work-more { margin-top: clamp(3rem, 6vw, 6rem); padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.work-more p { margin: 0; color: #687177; }

.services { background: var(--ink); color: var(--white); }
.services-heading { display: grid; grid-template-columns: minmax(10rem, 1fr) 4fr; gap: 4rem; padding-bottom: clamp(4rem, 8vw, 7rem); }
.services-heading .display { max-width: 1050px; }
.services-heading .kicker { color: rgba(255,255,255,.58); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-tile { position: relative; min-height: 16rem; padding: clamp(1.5rem, 3vw, 3rem); display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); isolation: isolate; }
.service-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--orange); transform: scaleY(0); transform-origin: bottom; transition: transform .45s var(--ease); }
.service-tile:hover::before { transform: scaleY(1); }
.service-tile > span { color: var(--coral); font-size: .68rem; font-weight: 800; letter-spacing: .13em; transition: color .35s; }
.service-tile h3 { max-width: 38rem; margin: auto 0 1.25rem; font-size: clamp(1.55rem, 2.6vw, 3.15rem); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.service-tile p { max-width: 36rem; margin: 0; color: rgba(255,255,255,.6); transition: color .35s; }
.service-tile:hover > span, .service-tile:hover p { color: #fff; }

.systems { background: var(--paper-2); }
.systems-intro { max-width: 1130px; margin: clamp(3rem, 7vw, 7rem) 0 0 20%; }
.systems-intro .kicker { color: #687177; }
.flow { margin-top: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: repeat(7, auto); align-items: center; gap: 1rem; }
.flow > i { font-size: 1.4rem; font-style: normal; opacity: .35; }
.flow-item { min-height: 12rem; min-width: 0; padding: 1.25rem; display: flex; flex-direction: column; border: 1px solid var(--line); }
.flow-item span { color: var(--orange); font-size: .7rem; font-weight: 800; }
.flow-item strong { margin-top: auto; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.2; }
.flow-item small { margin-top: .5rem; color: #657076; font-size: .72rem; }
.flow-accent { border-color: var(--orange); background: var(--orange); color: #fff; transform: rotate(2deg); }
.flow-accent span, .flow-accent small { color: #fff; }

.approach { background: #151f25; color: var(--white); }
.approach-top { display: grid; grid-template-columns: minmax(10rem, 1fr) 4fr; gap: 4rem; }
.approach-grid { margin-top: clamp(4rem, 9vw, 9rem); margin-left: 20%; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.approach-grid article { min-height: 22rem; padding: 2rem clamp(1.25rem, 3vw, 3rem) 2rem 0; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.approach-grid article + article { padding-left: clamp(1.25rem, 3vw, 3rem); }
.approach-grid article:last-child { border: 0; }
.approach-grid span { color: var(--coral); font-size: .7rem; font-weight: 800; }
.approach-grid h3 { margin: auto 0 1rem; font-size: clamp(1.6rem, 2.4vw, 2.6rem); font-weight: 500; letter-spacing: -.04em; }
.approach-grid p { margin: 0; color: rgba(255,255,255,.62); }

.team { display: grid; grid-template-columns: minmax(10rem, 1fr) 4fr; gap: 4rem; }
.team-heading .kicker { color: #687177; }
.team-grid { grid-column: 2; margin-top: 2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.person-card { min-height: 31rem; padding: 1.5rem; background: var(--paper-2); display: flex; flex-direction: column; transition: transform .4s var(--ease), background .4s; }
.person-card:hover { background: #e1ddd3; transform: translateY(-.4rem); }
.person-monogram { position: relative; height: 15rem; padding: 1rem; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--ink); color: #fff; font-family: Georgia, serif; font-size: clamp(5rem, 10vw, 9rem); letter-spacing: -.1em; }
.person-monogram::before, .person-monogram::after, .person-monogram span { content: ""; position: absolute; border: 1px solid rgba(255,117,81,.55); border-radius: 50%; }
.person-monogram::before { width: 12rem; height: 12rem; }
.person-monogram::after { width: 18rem; height: 18rem; }
.person-monogram span { width: 25rem; height: 25rem; }
.person-monogram-alt { background: var(--orange); }
.person-monogram-alt::before, .person-monogram-alt::after, .person-monogram-alt span { border-color: rgba(255,255,255,.45); transform: translateX(2rem); }
.person-card > div:last-child { margin-top: auto; padding-top: 2rem; }
.person-card > div > span { font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: #687177; }
.person-card h3 { margin: .75rem 0; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.person-card p { max-width: 32rem; margin: 0; color: #566167; }
.person-card a { display: inline-flex; gap: .75rem; margin-top: 1.1rem; padding-bottom: .2rem; border-bottom: 1px solid; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.contact { position: relative; min-height: 90vh; display: grid; grid-template-columns: minmax(10rem, 1fr) 4fr; gap: 4rem; align-items: start; overflow: hidden; background: var(--orange); color: #fff; }
.contact-content { position: relative; z-index: 2; }
.contact .kicker { margin-top: .15rem; }
.contact h2 { margin: clamp(2.5rem, 5vw, 5rem) 0; font-size: clamp(3.6rem, 7.8vw, 9rem); line-height: .88; letter-spacing: -.075em; font-weight: 500; }
.contact h2 em { color: var(--ink); }
.contact-button { width: 10rem; height: 10rem; border-radius: 50%; padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; background: var(--ink); transition: transform .4s var(--ease); }
.contact-button:hover { transform: rotate(-8deg) scale(1.04); }
.contact-button span { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-button b { font-size: 1.6rem; font-weight: 300; }
.contact-orbit { position: absolute; right: -14vw; bottom: -30vw; width: 62vw; height: 62vw; }
.contact-orbit i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.contact-orbit i:nth-child(2) { inset: 12%; }
.contact-orbit i:nth-child(3) { inset: 24%; background: rgba(255,255,255,.04); }

.site-footer { position: relative; padding: 4rem var(--gutter) 2rem; display: grid; grid-template-columns: 1.4fr 1fr .7fr; gap: 2rem; background: var(--ink); color: var(--white); }
.footer-brand { font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 800; line-height: .85; letter-spacing: -.08em; }
.footer-brand span { color: var(--orange); }
.site-footer > div { font-size: .85rem; }
.site-footer > div p { margin-top: 0; color: rgba(255,255,255,.55); }
.site-footer > div a { border-bottom: 1px solid rgba(255,255,255,.5); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.copyright { grid-column: 1 / -1; margin: 4rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.45); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.to-top { position: absolute; right: var(--gutter); bottom: 1.25rem; font-size: 1.5rem; }

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: .12s; }
.hero .reveal:nth-child(3) { transition-delay: .22s; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-copy { padding-bottom: 2.5rem; }
  .hero-bottom { grid-template-columns: 1fr; }
  .circle-link { margin-left: 0; }
  .hero-side { display: none; }
  .statement, .services-heading, .approach-top, .team, .contact { grid-template-columns: 1fr; gap: 3rem; }
  .work-heading { grid-template-columns: 1fr; gap: 3rem; }
  .featured-work { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .statement-notes { margin-left: 0; }
  .systems-intro { margin-left: 0; }
  .flow { grid-template-columns: 1fr; }
  .flow > i { transform: rotate(90deg); justify-self: center; }
  .flow-item { min-height: 9rem; }
  .approach-grid { margin-left: 0; }
  .team-grid { grid-column: 1; }
  .service-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { height: 4.5rem; }
  .hero { min-height: 47rem; }
  .hero-media { background-position: 68% center; }
  .hero-media::after { background: linear-gradient(180deg, rgba(3,10,16,.22), rgba(3,10,16,.48)), linear-gradient(90deg, rgba(3,10,16,.42), rgba(3,10,16,.12)); }
  .hero-grid { background-size: 33.333vw 33.333vw; }
  .hero-copy { padding-top: 8rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero-bottom { margin-top: 2.5rem; }
  .hero-bottom > p { max-width: 90%; font-size: 1rem; }
  .circle-link { width: 6.3rem; height: 6.3rem; }
  .section-pad { padding-top: 5rem; padding-bottom: 5rem; }
  .display { font-size: clamp(2.55rem, 12vw, 4rem); }
  .statement-notes { grid-template-columns: 1fr; gap: 2rem; }
  .statement-notes .text-link { justify-self: start; }
  .work-grid { grid-template-columns: 1fr; }
  .work-more { align-items: flex-start; flex-direction: column; }
  .project-info h3 { font-size: 2.3rem; }
  .turbo-wordmark strong { font-size: clamp(3.2rem, 18vw, 5.5rem); }
  .service-tile { min-height: 13.5rem; padding: 1.4rem; }
  .service-tile h3 { font-size: clamp(1.65rem, 7vw, 2.25rem); }
  .approach-grid, .team-grid { grid-template-columns: 1fr; }
  .approach-grid { border: 0; }
  .approach-grid article, .approach-grid article + article { min-height: auto; padding: 2rem 0; border-right: 0; border-top: 1px solid var(--line-light); }
  .approach-grid h3 { margin: 4rem 0 1rem; }
  .person-card { min-height: 28rem; }
  .person-monogram { height: 12rem; }
  .contact { min-height: 43rem; align-content: start; }
  .contact h2 { font-size: clamp(3.6rem, 16.5vw, 5.5rem); }
  .contact-button { width: 8.5rem; height: 8.5rem; }
  .contact-orbit { width: 100vw; height: 100vw; right: -40vw; bottom: -28vw; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 2rem; }
}

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