@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=DM+Sans:wght@400;500;600&display=swap");

:root {
  --cream: #f5efe2;
  --orange: #e9683b;
  --pink: #e83e8c;
  --green: #3e5946;
  --lime: #d9e76c;
  --ink: #241e1a;
  --white: #fffaf1;
  --display: "Archivo Black", Impact, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); text-shadow: 0 1px 1px rgba(36,30,26,.045); }
a { color: inherit; }
button { color: inherit; font: inherit; }
h1, h2, h3 { text-transform: uppercase; text-shadow: 0 2px 3px rgba(36,30,26,.13); }

.intro { position: fixed; inset: 0; z-index: 999; display: grid; place-content: center; justify-items: center; color: var(--cream); background: var(--green); animation: intro-away .8s 1.65s cubic-bezier(.7,0,.2,1) forwards; }
.intro-mark { display: grid; width: 88px; height: 105px; place-items: center; border: 2px solid currentColor; border-radius: 52% 48% 46% 54% / 58% 58% 42% 42%; font-family: var(--display); font-size: 52px; animation: egg-in .7s cubic-bezier(.2,.8,.2,1) both, egg-loading .75s .7s ease-in-out infinite; }
.intro p { margin: 18px 0 0; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }

.site-nav { position: fixed; top: 22px; left: 50%; z-index: 100; display: flex; width: min(560px, calc(100% - 32px)); align-items: center; justify-content: center; border-radius: 22px; padding: 22px 26px 18px; color: var(--cream); background: var(--green); box-shadow: 0 14px 30px rgba(36,30,26,.14); transform: translateX(-50%); animation: nav-in .7s 2s cubic-bezier(.2,.8,.2,1) both; }
.site-nav nav { display: flex; width: 100%; justify-content: space-between; gap: 18px; }
.site-nav nav a { position: relative; font-family: var(--display); font-size: 11px; letter-spacing: -.02em; text-decoration: none; text-transform: uppercase; }
.site-nav nav a::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--lime); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.site-nav nav a:hover::after { transform: scaleX(1); }
.nav-badge { position: absolute; top: -17px; left: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 3px solid var(--green); border-radius: 50%; color: var(--green); background: var(--cream); font-family: var(--display); font-size: 18px; text-decoration: none; transform: translateX(-50%); }
.nav-badge span { position: absolute; top: -7px; right: -6px; color: var(--orange); font-size: 11px; }

.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; place-items: center; padding: 130px 24px 55px; background: #f7f7f4; isolation: isolate; }
.hero::before { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hero-copy { width: 100%; text-align: center; }
.hero-accent { position: absolute; display: grid; place-items: center; }
.accent-green { right: 15%; bottom: 22%; width: 58px; height: 58px; border: 2px solid var(--green); border-radius: 50%; color: var(--green); font-size: 23px; }
.hero-portal { position: absolute; top: 0; bottom: 0; left: 50%; z-index: -1; width: clamp(190px, 25vw, 340px); overflow: hidden; transform: translateX(-50%); animation: portal-in 1s 2.05s cubic-bezier(.2,.8,.2,1) both; }
.portal-block { display: grid; height: 33.333%; place-content: center; }
.portal-orange { background: var(--orange); }
.portal-cream { gap: 8px; color: var(--green); background: var(--cream); font-family: var(--display); font-size: clamp(16px,2vw,25px); text-align: center; transform: rotate(-4deg) scale(1.1); }
.portal-cream span:nth-child(2) { color: var(--orange); font-family: var(--serif); font-size: 1.45em; font-style: italic; }
.portal-green { background: var(--green); }
.hero-kicker { position: absolute; top: 25%; left: calc(50% - clamp(240px, 36vw, 500px)); margin: 0; font-family: var(--display); font-size: clamp(10px,1.2vw,15px); letter-spacing: .04em; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-title { width: 100%; margin: 0; text-align: center; line-height: .73; letter-spacing: -.075em; }
.hero-title span { display: block; }
.hero-letter-line { display: flex !important; justify-content: center; }
.hero-letter-line i { display: inline-block; font-style: normal; opacity: 1; transition: opacity .3s ease; will-change: transform, opacity; }
.hero-letter-intro .hero-letter-line i { transition-duration: 1.1s, .8s; }
.title-solid { font-family: var(--display); font-size: clamp(100px, 20vw, 300px); }
.title-serif { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(112px, 21vw, 315px); font-weight: 400; }
.registered { display: inline !important; align-self: flex-start; margin: .06em 0 0 .02em; font-size: .24em; vertical-align: top; }
.hero-note { margin: clamp(28px,4vw,52px) 0 0; color: var(--ink); font-family: var(--serif); font-size: clamp(24px,3vw,42px); font-style: italic; line-height: 1; letter-spacing: .01em; text-align: center; }
.hero-orbit { position: absolute; border: 2px solid rgba(36,30,26,.55); border-radius: 50%; animation: orbit 12s linear infinite; }
.orbit-one { top: 22%; right: -10%; width: 28vw; height: 14vw; transform: rotate(18deg); }
.orbit-two { bottom: 9%; left: -7%; width: 25vw; height: 13vw; transform: rotate(-25deg); animation-direction: reverse; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 13px; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; animation: bounce 1.7s ease-in-out infinite; }

.ticker { overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); color: var(--cream); background: var(--ink); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 30px; padding: 15px 0; animation: ticker 25s linear infinite; }
.ticker span { font-family: var(--display); font-size: 21px; }
.ticker b { font-size: 18px; }
.ticker b:nth-child(4n + 2) { color: var(--pink); }
.ticker b:nth-child(4n) { color: var(--orange); }

.section { position: relative; padding: clamp(90px, 12vw, 180px) max(24px, 6vw); }
.split-section { position: relative; overflow: hidden; isolation: isolate; }
.split-wipe { position: absolute; inset: 0; z-index: 40; overflow: hidden; pointer-events: none; }
.split-wipe-half { position: absolute; top: 0; bottom: 0; width: 50.15%; background: var(--split-color); transition: transform .16s linear; will-change: transform; }
.split-wipe-left { left: 0; box-shadow: 1px 0 0 rgba(233,104,59,.8); }
.split-wipe-right { right: 0; box-shadow: -1px 0 0 rgba(233,104,59,.8); }
.section-tag { display: flex; align-items: center; gap: 12px; margin-bottom: 80px; font-family: var(--display); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.section-tag span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--sans); font-size: 9px; }
.section-tag.light { color: var(--cream); }
.story { --split-color: #fff; min-height: 120vh; overflow: hidden; background: #fff; }
.story-grid { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 7vw; }
.statement-title { max-width: 950px; margin: 0; font-family: var(--display); font-size: clamp(65px, 10vw, 155px); line-height: .79; letter-spacing: -.07em; text-transform: uppercase; }
.statement-title .word { display: inline-block; margin-right: .12em; }
.statement-title .serif-word { color: var(--orange); font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: uppercase; }
.story-copy { position: relative; z-index: 2; max-width: 430px; padding-bottom: 24px; }
.story-copy p { font-size: clamp(15px,1.4vw,19px); line-height: 1.6; }
.story-copy p:first-child { font-weight: 600; }
.arrow-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 24px; border-bottom: 2px solid currentColor; padding-bottom: 7px; font-family: var(--display); font-size: 12px; text-decoration: none; text-transform: uppercase; }
.arrow-link span { color: var(--orange); font-size: 22px; }
.hatch-shape { position: absolute; display: grid; width: 170px; height: 215px; place-items: center; border-radius: 50% 50% 46% 54% / 57% 58% 42% 43%; font-family: var(--display); font-size: 23px; }
.shape-orange { right: -45px; bottom: -45px; color: var(--cream); background: var(--orange); transform: rotate(22deg); }
.shape-green { right: 105px; bottom: -125px; color: var(--cream); background: var(--ink); transform: rotate(-14deg); }

.studio { --split-color: var(--ink); color: var(--cream); background: var(--ink); }
.studio .section-tag span { color: var(--pink); }
.studio-heading { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 9vw; margin-bottom: 80px; }
.studio-heading h2, .services-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(70px, 10vw, 150px); line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.studio-heading h2 em, .services-heading h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; text-transform: uppercase; }
.studio-heading h2 em { color: var(--pink); }
.studio-heading p, .services-heading p { max-width: 430px; margin: 0; font-size: 17px; line-height: 1.65; }
.studio-cards { display: block; }
.studio-about-card { display: grid; min-height: 540px; grid-template-columns: 1.15fr .85fr; overflow: hidden; color: var(--ink); background: #fff; }
.about-card-copy { display: flex; max-width: 720px; flex-direction: column; justify-content: center; padding: clamp(38px,7vw,90px); }
.about-card-copy h3 { margin: 48px 0 30px; font-family: var(--display); font-size: clamp(68px,9vw,130px); line-height: .79; letter-spacing: -.065em; text-transform: uppercase; }
.about-card-copy > p:not(.card-label) { max-width: 620px; margin: 0; font-size: 18px; line-height: 1.65; }
.signature { display: block; width: min(380px,88%); height: auto; margin: 30px auto 0; }
.about-card-visual { position: relative; display: grid; overflow: hidden; place-items: center; background: #f0f0ec; }
.about-card-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.about-card-visual i { position: absolute; top: 7%; right: 8%; color: var(--orange); font-size: 75px; font-style: normal; text-shadow: 0 2px 18px rgba(36,30,26,.28); }
.about-monogram { position: relative; z-index: 1; display: grid; width: min(250px,52%); aspect-ratio: 1; place-items: center; color: var(--cream); background: var(--green); font-family: var(--display); font-size: 110px; transform: rotate(4deg); box-shadow: 18px 18px 0 var(--pink); }
.studio-card { position: relative; display: flex; min-height: 570px; flex-direction: column; overflow: hidden; padding: 28px; color: var(--ink); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.studio-card:nth-child(2) { margin-top: 55px; }
.studio-card:hover { transform: translateY(-12px) rotate(-1deg); }
.card-orange { background: var(--orange); }
.card-cream { background: var(--cream); }
.card-lime { background: var(--lime); }
.card-label { font-family: var(--display); font-size: 10px; text-transform: uppercase; }
.studio-card h3 { position: relative; z-index: 1; margin: auto 0 25px; font-family: var(--display); font-size: clamp(42px,5vw,76px); line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.studio-card:nth-child(2) h3 { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; }
.card-foot { max-width: 300px; margin: 0; font-size: 13px; line-height: 1.55; }
.card-symbol { position: absolute; top: 23%; right: -10%; color: rgba(245,239,226,.7); font-size: 180px; line-height: 1; }
.spin { color: rgba(62,89,70,.65); animation: spin 14s linear infinite; }
.egg-lines { position: absolute; top: 16%; right: -13%; width: 77%; aspect-ratio: .8; }
.egg-lines i { position: absolute; inset: 0; border: 2px solid var(--orange); border-radius: 50% 50% 46% 54% / 57% 58% 42% 43%; }
.egg-lines i:nth-child(2) { transform: scale(.78) rotate(13deg); }
.egg-lines i:nth-child(3) { transform: scale(.55) rotate(-11deg); }

.services { --split-color: var(--ink); color: var(--cream); background: var(--ink); }
.process-section { --split-color: #fff; color: var(--ink); background: #fff; }
.services-heading { display: grid; grid-template-columns: 1fr .42fr; align-items: end; gap: 8vw; margin-bottom: 100px; }
.services-heading h2 { font-size: clamp(44px,7.5vw,112px); }
.services-heading h2 em { color: var(--orange); }
.service-list { border-top: 2px solid var(--cream); }
.service-row { display: grid; width: 100%; grid-template-columns: 70px 1fr 60px; align-items: center; border: 0; border-bottom: 2px solid var(--cream); padding: 28px 0; color: var(--cream); background: transparent; cursor: pointer; text-align: left; }
.service-no { font-size: 11px; font-weight: 600; }
.service-name { font-family: var(--display); font-size: clamp(34px,5.8vw,84px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; transition: transform .25s ease, color .25s ease; }
.service-icon { display: grid; width: 50px; height: 50px; place-items: center; border: 2px solid var(--cream); border-radius: 50%; font-size: 30px; transition: .3s ease; }
.service-row:hover .service-name { color: var(--pink); transform: translateX(12px); }
.service-row[aria-expanded="true"] .service-icon { color: var(--ink); background: var(--pink); transform: rotate(45deg); }
.service-detail { display: grid; overflow: hidden; grid-template-rows: 0fr; border-bottom: 0 solid var(--cream); color: var(--ink); background: var(--cream); transition: grid-template-rows .45s cubic-bezier(.2,.8,.2,1), border-width .2s; }
.service-detail > div { min-height: 0; }
.service-detail p { max-width: 780px; margin: 0; padding: 34px 90px 12px; font-family: var(--serif); font-size: clamp(24px,3vw,40px); line-height: 1.1; }
.service-detail span { display: block; padding: 0 90px 34px; color: var(--pink); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.service-row[aria-expanded="true"] + .service-detail { grid-template-rows: 1fr; border-bottom-width: 2px; }
.process-steps { border-top: 2px solid var(--ink); }
.process-step { display: grid; grid-template-columns: 70px 1fr; gap: clamp(24px,5vw,80px); border-bottom: 2px solid var(--ink); padding: clamp(48px,7vw,96px) 0; }
.process-step-no { padding-top: .2em; color: var(--pink); font-size: clamp(28px,3vw,46px); font-weight: 600; line-height: 1; }
.process-step h3 { max-width: 1050px; margin: 0; font-family: var(--display); font-size: clamp(52px,8vw,120px); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.process-step p { max-width: 760px; margin: 30px 0 0; font-family: var(--serif); font-size: clamp(22px,2.6vw,38px); line-height: 1.18; }

.contact { --split-color: var(--ink); min-height: 100svh; overflow: hidden; color: var(--cream); background: var(--ink); text-align: center; }
.contact::before, .contact::after { display: none; }
.contact .section-tag { justify-content: center; }
.contact .section-tag span { color: var(--orange); }
.contact h2 { position: relative; z-index: 1; margin: 0; font-family: var(--display); font-size: clamp(78px,13vw,200px); line-height: .77; letter-spacing: -.075em; text-transform: uppercase; }
.contact h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; text-transform: uppercase; }
.contact-copy { max-width: 520px; margin: 42px auto 30px; font-size: 18px; line-height: 1.6; }
.contact-button { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 24px; border: 2px solid var(--cream); border-radius: 999px; padding: 18px 26px; background: var(--cream); color: var(--ink); font-family: var(--display); font-size: clamp(13px,2vw,22px); text-decoration: none; text-transform: uppercase; transition: .25s ease; }
.contact-button:hover { color: var(--cream); background: var(--green); transform: rotate(-2deg) scale(1.03); }
.contact-button span { color: var(--orange); font-size: 1.4em; }
.contact-star { position: absolute; top: 9%; right: 8%; color: var(--pink); font-size: 110px; animation: spin 12s linear infinite; }
.contact-footer { position: absolute; right: 5vw; bottom: 28px; left: 5vw; z-index: 2; display: flex; justify-content: space-between; border-top: 1px solid rgba(245,239,226,.6); padding-top: 18px; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-word { opacity: 0; transform: translateY(.35em); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal-word.is-visible { opacity: 1; transform: none; }

@keyframes intro-away { to { visibility: hidden; transform: translateY(-100%); } }
@keyframes egg-in { from { opacity: 0; transform: scale(.5) rotate(-12deg); } to { opacity: 1; transform: none; } }
@keyframes egg-loading {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  45% { transform: translateY(-13px) rotate(5deg); }
  65% { transform: translateY(-10px) rotate(2deg); }
}
@keyframes nav-in { from { opacity: 0; transform: translate(-50%,-30px); } to { opacity: 1; transform: translate(-50%,0); } }
@keyframes portal-in { from { clip-path: inset(50% 0 50%); } to { clip-path: inset(0); } }
@keyframes orbit { to { rotate: 360deg; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes bounce { 50% { transform: translateY(7px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .site-nav { top: 14px; width: calc(100% - 24px); padding: 22px 14px 15px; }
  .site-nav nav { gap: 8px; }
  .site-nav nav a { font-size: 8px; }
  .nav-badge { width: 38px; height: 38px; }
  .hero { min-height: 780px; }
  .hero-title { line-height: .8; }
  .title-solid { font-size: 23vw; }
  .title-serif { font-size: 23vw; }
  .hero-note { margin-top: 30px; font-size: 25px; }
  .accent-orange { top: 20%; left: 8%; width: 58px; height: 78px; }
  .accent-green { right: 8%; bottom: 18%; }
  .story-grid, .studio-heading, .services-heading { grid-template-columns: 1fr; gap: 45px; }
  .section-tag { margin-bottom: 52px; }
  .statement-title { font-size: 18vw; }
  .studio-cards { grid-template-columns: 1fr; }
  .studio-about-card { grid-template-columns: 1fr; }
  .about-card-visual { min-height: 380px; }
  .studio-card { min-height: 470px; }
  .studio-card:nth-child(2) { margin-top: 0; }
  .process-step { grid-template-columns: 42px 1fr; gap: 12px; padding: 44px 0; }
  .process-step-no { padding-top: .45em; }
  .process-step p { margin-top: 20px; }
  .contact { min-height: 850px; }
  .contact-star { top: 4%; font-size: 70px; }
  .contact-footer { flex-direction: column; align-items: center; gap: 9px; }
}

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

/* GSAP test build: layered, scroll-driven composition */
body { overflow-x: hidden; }
.hero, .story, .services, .studio, .contact { will-change: transform; }
.hero-copy, .story-grid, .process-layout, .studio-heading, .studio-about-card { position: relative; z-index: 2; }

#process { min-height: 260vh; }
#process .section-tag { position: relative; z-index: 3; }
.process-glitter { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.process-glitter i { position: absolute; top: var(--y); left: var(--x); color: var(--c); font-size: var(--s); font-style: normal; line-height: 1; opacity: calc(var(--o) + .2); filter: drop-shadow(0 0 6px color-mix(in srgb, var(--c) 34%, transparent)); will-change: transform; }
.process-layout { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1fr); align-items: start; gap: clamp(70px,10vw,170px); }
#process .services-heading { position: sticky; top: 120px; display: block; margin: 0; }
#process .services-heading h2 { font-size: clamp(52px,6.6vw,104px); }
#process .services-heading p { max-width: 500px; margin-top: 38px; }
.process-steps { border-top: 0; }
.process-step { min-height: 72vh; grid-template-columns: 52px 1fr; align-content: center; border-top: 2px solid var(--ink); border-bottom: 0; padding: clamp(70px,10vh,130px) 0; }
.process-step:last-child { border-bottom: 2px solid var(--ink); }
.process-step h3 { font-size: clamp(48px,6.4vw,102px); }
.process-step-no { font-family: var(--display); }

@media (max-width: 760px) {
  .services-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 60px; }
  .service-row { grid-template-columns: 38px 1fr 42px; padding: 22px 0; }
  .service-name { font-size: clamp(31px,10vw,52px); }
  .service-icon { width: 38px; height: 38px; font-size: 24px; }
  .service-detail p { padding: 26px 24px 12px; }
  .service-detail span { padding: 0 24px 26px; }
  #process { min-height: auto; }
  .process-layout { grid-template-columns: 1fr; gap: 80px; }
  #process .services-heading { position: relative; top: auto; }
  #process .services-heading h2 { font-size: clamp(44px,14vw,76px); }
  .process-step { min-height: 72svh; grid-template-columns: 38px 1fr; }
  .process-step h3 { font-size: clamp(42px,13vw,72px); }
}

/* Final responsive overrides live after the GSAP composition rules. */
@media (max-width: 1024px) {
  .section { padding: clamp(88px,10vw,125px) max(28px,5vw); }
  .services-heading { grid-template-columns: 1fr; gap: 36px; margin-bottom: 72px; }
  .services-heading p, .studio-heading p { max-width: 620px; }
  .service-name { font-size: clamp(38px,7vw,70px); }
  .process-layout { grid-template-columns: 1fr; gap: 76px; }
  #process { min-height: auto; }
  #process .services-heading { position: relative; top: auto; }
  #process .services-heading h2 { font-size: clamp(58px,10vw,92px); }
  .process-step { min-height: 52svh; grid-template-columns: 48px 1fr; gap: 24px; padding: clamp(64px,8vh,100px) 0; }
  .process-step h3 { font-size: clamp(52px,8vw,82px); }
  .studio-heading { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 700px) {
  .site-nav { top: 10px; width: calc(100% - 16px); padding: 19px 10px 8px; border-radius: 18px; }
  .site-nav nav { min-height: 44px; align-items: center; gap: 4px; }
  .site-nav nav a { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 0 2px; font-size: clamp(7px,2.25vw,9px); text-align: center; }
  .nav-badge { top: -13px; width: 34px; height: 34px; font-size: 15px; }
  .hero { min-height: max(640px,100svh); padding: 115px 14px 48px; }
  .title-solid, .title-serif { font-size: 22.5vw; }
  .hero-note { max-width: 280px; margin-right: auto; margin-left: auto; font-size: clamp(22px,7vw,29px); }
  .accent-green { right: 7%; bottom: 14%; width: 48px; height: 48px; }
  .story { min-height: auto; }
  .story-grid { grid-template-columns: 1fr; align-items: start; gap: 52px; }
  .statement-title { font-size: clamp(56px,18vw,92px); }
  .services-heading h2, .studio-heading h2 { font-size: clamp(48px,15vw,76px); }
  .service-row { grid-template-columns: 34px minmax(0,1fr) 38px; gap: 7px; padding: 21px 0; }
  .service-name { overflow-wrap: break-word; font-size: clamp(29px,9.4vw,48px); }
  .service-icon { width: 36px; height: 36px; font-size: 22px; }
  .service-detail p { padding: 25px 20px 12px; }
  .service-detail span { padding: 0 20px 25px; line-height: 1.5; }
  .process-layout { gap: 64px; }
  #process .services-heading h2 { font-size: clamp(48px,14vw,72px); }
  .process-step { min-height: auto; grid-template-columns: 32px minmax(0,1fr); gap: 12px; padding: 64px 0; }
  .process-step h3 { overflow-wrap: break-word; font-size: clamp(39px,12vw,60px); }
  .process-step p { font-size: clamp(21px,6vw,29px); }
  .studio-about-card { grid-template-columns: 1fr; min-height: 0; }
  .about-card-copy { padding: 42px 28px; }
  .about-card-copy > p:not(.card-label) { font-size: 16px; }
  .about-card-visual { min-height: 300px; }
  .about-card-visual img { position: absolute; inset: 0; }
  .about-monogram { width: min(190px,50%); font-size: 84px; box-shadow: 12px 12px 0 var(--pink); }
  .contact { display: flex; min-height: max(700px,100svh); flex-direction: column; align-items: center; justify-content: center; padding-bottom: 34px; }
  .contact .section-tag { align-self: stretch; }
  .contact h2 { font-size: clamp(62px,19vw,96px); }
  .contact-copy { margin: 34px auto 26px; font-size: 16px; }
  .contact-button { max-width: 100%; gap: 12px; padding: 15px 18px; font-size: clamp(10px,3.2vw,15px); overflow-wrap: anywhere; }
  .contact-footer { position: relative; right: auto; bottom: auto; left: auto; width: 100%; margin-top: 72px; }
}

@media (max-width: 380px) {
  .section { padding-right: 18px; padding-left: 18px; }
  .site-nav nav a { font-size: 6.8px; }
  .service-row { grid-template-columns: 28px minmax(0,1fr) 34px; }
  .service-icon { width: 32px; height: 32px; }
}

.review-mode *, .review-mode *::before, .review-mode *::after { animation: none !important; transition: none !important; }
.review-mode .intro { display: none !important; }
.review-mode .reveal, .review-mode .reveal-word { opacity: 1 !important; visibility: visible !important; transform: none !important; }
.review-mode #process { min-height: auto; }
.review-mode #process .services-heading { position: relative; top: auto; }
.review-mode .process-step { min-height: 70vh; opacity: 1 !important; transform: none !important; }
.review-mode .process-glitter i { transform: none !important; }

@media print {
  @page { size: 14in 8.5in; margin: 0; }
  html, body { width: 14in; background: #fff; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .intro, .site-nav { display: none !important; }
  .reveal, .reveal-word { opacity: 1 !important; visibility: visible !important; transform: none !important; }
  .hero { min-height: 7.75in; break-inside: avoid; padding: .8in .55in .3in; }
  .hero-copy { transform: none !important; }
  .hero-letter-line, .hero-letter-line i, .hero-note, .hero-accent { opacity: 1 !important; visibility: visible !important; transform: none !important; }
  .ticker { break-after: page; }
  .section { box-sizing: border-box; height: 8.5in; min-height: 8.5in; max-height: 8.5in; overflow: hidden; break-after: page; break-inside: avoid; padding: .5in .65in; }
  .section-tag { margin-bottom: .45in; }
  .story { min-height: 8.5in; }
  .story-grid { grid-template-columns: 1.05fr .55fr; align-items: center; gap: .65in; }
  .statement-title { max-width: 8in; font-size: 78px; line-height: .78; }
  .story-copy { max-width: 4.5in; padding-bottom: 0; }
  #process { min-height: 8.5in; }
  #process .services-heading { position: relative; top: auto; }
  #process .services-heading h2 { font-size: 64px; }
  #process .services-heading p { margin-top: 24px; }
  .process-layout { grid-template-columns: .72fr 1fr; gap: .65in; }
  .review-mode .process-step { min-height: auto !important; padding: .27in 0; opacity: 1 !important; transform: none !important; }
  .process-step h3 { font-size: 48px; }
  .process-step p { margin-top: 14px; font-size: 22px; }
  .studio { min-height: 8.5in; }
  .studio-heading { margin-bottom: .32in; }
  .studio-heading h2 { font-size: 68px; }
  .studio-heading p { font-size: 15px; }
  .studio-about-card { height: 4.35in; min-height: 0; grid-template-columns: 1.1fr .9fr; overflow: hidden; transform: none !important; }
  .about-card-copy { padding: .45in; }
  .about-card-copy h3 { margin: .25in 0 .18in; font-size: 72px; }
  .about-card-copy > p:not(.card-label) { font-size: 15px; }
  .about-card-visual { min-height: 0; }
  .contact { min-height: 8.5in; }
  .contact h2 { font-size: 92px; }
  .contact-copy { margin: .3in auto .22in; font-size: 16px; }
  .contact-button { padding: 14px 22px; font-size: 17px; }
  .contact-footer { bottom: .3in; }
}
