*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--accent);color:var(--accent-ink)}
:focus-visible{outline:3px solid var(--focus);outline-offset:4px}
.skip{position:absolute;top:-100px;left:1rem;z-index:1000;background:#fff;color:#111;padding:.8rem 1rem}
.skip:focus{top:1rem}
.study-bar{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:6px 2.5vw;font:500 11px/1.3 'DM Mono',monospace;letter-spacing:.06em;text-transform:uppercase;background:#111;color:#fff}
.study-bar a{text-decoration:none;border-bottom:1px solid currentColor}
.study-bar div{text-align:right}
.site-nav{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.2rem 2.5vw;position:relative;z-index:5}
.site-nav a{text-decoration:none}
.site-nav .brand{font-weight:800;letter-spacing:-.02em}
.site-nav nav{display:flex;gap:clamp(1rem,2vw,2.5rem);font-size:.9rem}
.site-nav nav a:hover,.email-link a:hover,footer a:hover{text-decoration:underline;text-underline-offset:4px}
.hero{position:relative;min-height:min(800px,85vh)}
.hero-copy h1,.hero-copy p,.work-intro h2,.credits h3,.statement h2,.approach h2,.people h2,.contact h2{margin:0}
.hero-copy h1{text-wrap:balance}
.hero-copy p{margin-top:1.4rem}
.primary-link{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;text-decoration:none;margin-top:2rem;min-height:52px}
.primary-link span{transition:transform .25s ease}
.primary-link:hover span{transform:translate(3px,-3px)}
.hero-mark{pointer-events:none}
.work-section,.approach,.people,.contact{position:relative}
.player iframe{display:block;width:100%;max-width:836px;min-height:450px;border:0;background:transparent}
.credits p,.approach-copy p,.people-copy p,.contact-intro p{margin:0}
.approach-copy p+p,.people-copy p+p{margin-top:1.4em}
.statement{position:relative;overflow:hidden}
.statement-image{position:absolute;inset:0}
.statement-copy{position:relative;z-index:1}
.field{display:flex;flex-direction:column;gap:.6rem}
.field label{font-weight:600}
.field input,.field textarea{width:100%;min-height:51px;border:1px solid currentColor;border-radius:0;background:transparent;color:inherit;padding:.85rem 1rem}
.field textarea{min-height:145px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{opacity:.58;color:inherit}
.contact-body form{display:grid;gap:1.2rem}
.contact-body button[type=submit]{min-height:55px;border:0;padding:1rem 1.5rem;font-weight:700;text-align:left}
.preview-note{font-size:.9rem;margin:0}
.email-link{margin:1.4rem 0 0}
footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:2rem 2.5vw;font-size:.85rem}
footer p{margin:0}
footer div{display:flex;flex-wrap:wrap;gap:1.25rem}
footer a{text-decoration:none}
footer button{border:0;background:none;color:inherit;padding:0}
dialog{border:0;max-width:min(620px,calc(100vw - 2rem));max-height:85vh;padding:0;background:var(--paper);color:var(--ink);box-shadow:0 15px 60px rgba(0,0,0,.3)}
dialog::backdrop{background:rgba(0,0,0,.75)}
.privacy-inner{padding:2rem;max-height:85vh;overflow:auto;font:400 1rem/1.6 'DM Sans',sans-serif}
.privacy-inner h2{font-size:2rem}
.privacy-inner h3{font-size:1.1rem;margin-top:1.5rem}
.privacy-inner button{background:var(--ink);color:var(--paper);border:0;padding:.8rem 1.4rem;margin-top:1rem}

/* 01 — POSTER: a loud independent record campaign */
.poster{--ink:#171819;--paper:#f0f464;--accent:#3621ed;--accent-ink:#fff;--focus:#ff4b24;background:var(--paper);color:var(--ink);font:400 17px/1.55 'Archivo',sans-serif}
.poster .site-nav{border-bottom:2px solid var(--ink)}
.poster .site-nav .brand{font:400 clamp(1.3rem,2vw,2rem)/1 'Archivo Black',sans-serif}
.poster .hero{display:grid;grid-template-columns:57% 43%;min-height:700px;border-bottom:2px solid var(--ink)}
.poster .hero-image{grid-column:2;grid-row:1;overflow:hidden;border-left:2px solid var(--ink)}
.poster .hero-image img{filter:grayscale(1) contrast(1.25);transform:scale(1.04)}
.poster .hero-copy{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(2rem,5vw,6rem) 2.5vw 5rem}
.poster .hero-copy h1{font:400 clamp(4.8rem,9.3vw,9rem)/.94 'Archivo Black',sans-serif;letter-spacing:-.04em;max-width:9ch;text-transform:uppercase}
.poster .hero-copy p{font-weight:600;font-size:clamp(1.2rem,1.8vw,1.7rem)}
.poster .primary-link{background:var(--ink);color:var(--paper);padding:1rem 1.4rem;min-width:235px;font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.poster .primary-link:hover{background:var(--accent);color:#fff}
.poster .hero-mark{position:absolute;right:3%;bottom:4%;background:var(--paper);border:2px solid var(--ink);border-radius:50%;width:clamp(80px,10vw,150px);aspect-ratio:1;display:grid;place-items:center;transform:rotate(-14deg);font:400 clamp(2rem,4vw,4rem)/1 'Archivo Black',sans-serif}
.poster .work-section{display:grid;grid-template-columns:minmax(240px,38%) 1fr;padding:clamp(4rem,8vw,9rem) 2.5vw;background:var(--accent);color:#fff;column-gap:5vw}
.poster .work-intro{grid-column:1;align-self:start;position:sticky;top:2rem}
.poster .metric{font-size:clamp(1.4rem,2.2vw,2.2rem);line-height:1.2;max-width:17ch;margin:0 0 3rem}
.poster .work-intro h2,.poster .credits h3{font:400 clamp(3.2rem,6vw,6rem)/1.02 'Archivo Black',sans-serif;letter-spacing:-.04em;text-transform:uppercase}
.poster .player{grid-column:2;background:#fff;padding:1rem;align-self:start}
.poster .credits{grid-column:2;border-top:2px solid currentColor;margin-top:3rem;padding-top:2rem}
.poster .credits h3{font-size:clamp(1.7rem,3vw,3rem);margin-bottom:1rem}
.poster .credits p{font-size:clamp(1rem,1.5vw,1.35rem);line-height:1.5}
.poster .statement{min-height:650px;display:flex;align-items:end}
.poster .statement-image img{filter:grayscale(1) contrast(1.1)}
.poster .statement::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 78%)}
.poster .statement-copy{width:100%;padding:4rem 2.5vw;color:#fff;display:grid;grid-template-columns:1fr 26%;align-items:end;gap:2rem}
.poster .statement h2{font:400 clamp(4rem,8vw,8rem)/1 'Archivo Black',sans-serif;letter-spacing:-.035em;text-transform:uppercase;max-width:11ch}
.poster .statement p{font-size:1.25rem;line-height:1.35}
.poster .approach{display:grid;grid-template-columns:38% 1fr;gap:5vw;padding:clamp(5rem,9vw,10rem) 2.5vw}
.poster .approach-heading h2,.poster .people h2,.poster .contact h2{font:400 clamp(3.6rem,7vw,7rem)/1 'Archivo Black',sans-serif;letter-spacing:-.035em;text-transform:uppercase}
.poster .approach-heading img{height:210px;max-width:480px;object-fit:cover;margin-top:4rem;filter:grayscale(1)}
.poster .approach-copy{font-size:clamp(1.1rem,1.6vw,1.5rem);line-height:1.52;max-width:33em}
.poster .approach-copy p:first-child{font-weight:700}
.poster .people{display:grid;grid-template-columns:44% 56%;background:#171819;color:#f0f464}
.poster .people-image{min-height:650px}
.poster .people-image img{filter:grayscale(1)}
.poster .people-copy{align-self:center;padding:5vw;max-width:720px}
.poster .people h2{margin-bottom:2.5rem}
.poster .people-copy p{font-size:clamp(1.15rem,1.8vw,1.6rem);line-height:1.5}
.poster .contact{display:grid;grid-template-columns:1fr 1fr;gap:5vw;padding:clamp(5rem,9vw,10rem) 2.5vw}
.poster .contact-intro p{font-size:clamp(1.1rem,1.7vw,1.5rem);max-width:26em;margin-top:2rem}
.poster .contact-body{max-width:650px}
.poster .field label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}
.poster .contact-body button[type=submit]{background:var(--ink);color:var(--paper);text-transform:uppercase}
.poster footer{background:var(--ink);color:var(--paper)}

/* 02 — ROOM: full-frame photography and sustained reading */
.room{--ink:#f1eee8;--paper:#141719;--accent:#eaa978;--accent-ink:#101719;--focus:#ffb079;background:var(--paper);color:var(--ink);font:400 17px/1.65 'DM Sans',sans-serif}
.room .site-nav{position:absolute;left:0;right:0;top:38px;color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}
.room .site-nav .brand{font-size:1.15rem;letter-spacing:.12em}
.room .hero{min-height:0;display:flex;flex-direction:column;color:#fff}
.room .hero-image{height:54svh;min-height:380px;overflow:hidden}
.room .hero-image img{filter:brightness(.8);object-position:center 45%}
.room .hero-copy{position:relative;z-index:1;background:#141719;padding:clamp(2rem,4vw,5rem) 3vw 5rem;width:100%;display:grid;grid-template-columns:1fr auto;align-items:end;gap:1rem}
.room .hero-copy h1{grid-column:1 / -1;font:400 clamp(4.5rem,10vw,10rem)/.94 'Fraunces',Georgia,serif;letter-spacing:-.04em}
.room .hero-copy p{font-size:1.25rem}
.room .primary-link{border-bottom:1px solid currentColor;padding:0 0 .35rem;color:#fff;text-transform:uppercase;font-weight:700;letter-spacing:.08em;font-size:.85rem;margin:0;align-self:end}
.room .primary-link:hover{color:var(--accent)}
.room .hero-mark{display:none}
.room .work-section{padding:clamp(5rem,9vw,10rem) 3vw;display:grid;grid-template-columns:34% 1fr;column-gap:7vw;background:#e9e4db;color:#242220}
.room .work-intro{grid-column:1;grid-row:1 / span 2}
.room .metric{font:400 clamp(1.7rem,2.7vw,2.7rem)/1.3 'Fraunces',Georgia,serif;margin:0 0 5rem;max-width:17ch}
.room .work-intro h2,.room .credits h3{font:400 clamp(3rem,5vw,5.5rem)/1 'Fraunces',Georgia,serif;letter-spacing:-.03em}
.room .player{grid-column:2;background:#fff;padding:1rem}
.room .credits{grid-column:2;padding-top:2.5rem;max-width:760px}
.room .credits h3{font-size:2rem;margin-bottom:.7rem}
.room .credits p{font-size:1.1rem;line-height:1.7}
.room .statement{min-height:100svh;display:flex;align-items:center}
.room .statement-image img{filter:brightness(.5);object-position:center}
.room .statement::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),transparent 80%)}
.room .statement-copy{padding:7vw 3vw;max-width:900px;color:#fff}
.room .statement h2{font:400 clamp(4rem,9vw,9rem)/.97 'Fraunces',Georgia,serif;letter-spacing:-.04em;max-width:8ch}
.room .statement p{font-size:clamp(1.2rem,1.8vw,1.7rem);max-width:26ch;margin:2rem 0 0}
.room .approach{display:grid;grid-template-columns:38% minmax(0,1fr);gap:7vw;padding:clamp(6rem,10vw,11rem) 3vw}
.room .approach-heading h2,.room .people h2,.room .contact h2{font:400 clamp(3.3rem,6vw,6rem)/1 'Fraunces',Georgia,serif;letter-spacing:-.035em}
.room .approach-heading img{height:320px;margin-top:7rem;object-fit:cover}
.room .approach-copy{font-size:clamp(1.1rem,1.45vw,1.35rem);max-width:33em;line-height:1.85}
.room .approach-copy p:first-child{font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.55;color:var(--accent)}
.room .people{display:grid;grid-template-columns:50% 50%;background:#292e31}
.room .people-image{min-height:680px}
.room .people-image img{filter:grayscale(.45);object-position:58%}
.room .people-copy{align-self:center;padding:6vw;max-width:800px}
.room .people h2{margin-bottom:2rem}
.room .people-copy p{font-size:clamp(1.1rem,1.6vw,1.5rem);line-height:1.7}
.room .contact{background:#e9e4db;color:#242220;display:grid;grid-template-columns:45% 1fr;gap:6vw;padding:clamp(5rem,9vw,10rem) 3vw}
.room .contact-intro p{font-size:1.2rem;line-height:1.8;max-width:29em;margin-top:2rem}
.room .contact-body{max-width:660px}
.room .field label{font-size:.9rem}
.room .contact-body button[type=submit]{background:#242220;color:#fff}
.room footer{background:#e9e4db;color:#242220;border-top:1px solid #aaa}

/* 03 — INDEX: black-and-white music publication */
.index{--ink:#111;--paper:#f7f7f2;--accent:#111;--accent-ink:#fff;--focus:#cc0b24;background:var(--paper);color:var(--ink);font:400 16px/1.55 'Archivo',sans-serif}
.index .site-nav{border-bottom:1px solid var(--ink)}
.index .site-nav .brand{font:400 1.35rem/1 'Archivo Black',sans-serif;letter-spacing:-.045em}
.index .site-nav nav{font-weight:700}
.index .hero{display:flex;flex-direction:column;min-height:0;border-bottom:1px solid var(--ink)}
.index .hero-copy{order:1;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto;align-items:end;gap:1.5rem;padding:4vw 2.5vw 2.5vw;min-height:58vh}
.index .hero-copy h1{grid-column:1 / -1;font:400 clamp(5rem,12vw,12rem)/.98 'Archivo Black',sans-serif;letter-spacing:-.04em;text-transform:uppercase;max-width:11ch;align-self:start}
.index .hero-copy p{font-size:1.2rem;font-weight:700;letter-spacing:-.02em}
.index .primary-link{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--ink);padding:0 0 .2rem;min-width:220px;margin:0}
.index .hero-image{order:2;height:clamp(360px,38vw,500px);overflow:hidden;border-top:1px solid var(--ink)}
.index .hero-image img{filter:grayscale(1) contrast(1.35);object-position:center 42%}
.index .hero-mark{display:none}
.index .work-section{display:grid;grid-template-columns:20% 1fr 22%;gap:2vw;padding:clamp(5rem,8vw,9rem) 2.5vw;border-bottom:1px solid var(--ink)}
.index.edit .work-section{grid-template-columns:28% minmax(0,1fr) 20%}
.index .work-intro{grid-column:1}
.index .work-intro h2{font:400 clamp(2rem,3.3vw,3.5rem)/1.05 'Archivo Black',sans-serif;text-transform:uppercase;letter-spacing:-.04em;max-width:8ch}
.index.edit .work-intro h2{margin-bottom:2rem}
.index.edit .works-lead{font:400 clamp(1.02rem,1.25vw,1.2rem)/1.65 'Libre Baskerville',Georgia,serif;max-width:29ch;margin:0}
.index .credits h3{font:400 clamp(1.5rem,2vw,2rem)/1.1 'Archivo Black',sans-serif;text-transform:uppercase;letter-spacing:-.04em}
.index .player{grid-column:2;filter:grayscale(1)}
.index.edit .player{filter:none}
.index .credits{grid-column:3;border-top:4px solid var(--ink);padding-top:1rem}
.index .credits h3{font-size:1.2rem;margin-bottom:1.1rem}
.index .credits p{font-size:.98rem;line-height:1.75}
.index .statement{min-height:500px;display:flex;align-items:end;background:#111}
.index .statement-image img{filter:grayscale(1) contrast(1.2)}
.index .statement::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent 82%)}
.index .statement-copy{width:100%;padding:3vw 2.5vw;color:#fff}
.index .statement h2{font:400 clamp(4rem,9vw,9rem)/1 'Archivo Black',sans-serif;text-transform:uppercase;letter-spacing:-.035em;max-width:12ch}
.index .statement p{font:400 clamp(1.1rem,1.5vw,1.4rem)/1.55 'Libre Baskerville',Georgia,serif;max-width:24ch}
.index .approach{display:grid;grid-template-columns:1fr 1.2fr;gap:5vw;padding:clamp(3rem,5vw,6rem) 2.5vw clamp(6rem,10vw,12rem);border-bottom:1px solid var(--ink)}
.index .approach-heading h2,.index .people h2,.index .contact h2{font:400 clamp(3.5rem,7vw,7rem)/1 'Archivo Black',sans-serif;text-transform:uppercase;letter-spacing:-.035em}
.index .approach-heading img{height:260px;margin-top:5rem;filter:grayscale(1)}
.index .approach-copy{font:400 clamp(1.1rem,1.5vw,1.4rem)/1.8 'Libre Baskerville',Georgia,serif;max-width:31em}
.index .approach-copy .approach-lead{font:700 clamp(1.35rem,2vw,1.9rem)/1.5 'Libre Baskerville',Georgia,serif;max-width:27ch;margin-bottom:2rem}
.index .approach-copy p+p{margin-top:1.4em}
.index .people{display:grid;grid-template-columns:52% 48%;background:#111;color:#fff}
.index .people-image{min-height:620px}
.index .people-image img{filter:grayscale(1) contrast(1.3);object-position:68% center}
.index .people-copy{align-self:center;padding:5vw;max-width:760px}
.index .people h2{margin-bottom:2.5rem}
.index .people-copy p{font:400 clamp(1.1rem,1.5vw,1.45rem)/1.7 'Libre Baskerville',Georgia,serif}
.index .contact{display:grid;grid-template-columns:48% 1fr;gap:5vw;padding:clamp(6rem,10vw,12rem) 2.5vw}
.index .contact-intro p{font:400 1.2rem/1.8 'Libre Baskerville',Georgia,serif;max-width:30em;margin-top:2rem}
.index .contact-body{max-width:650px}
.index .field{border-bottom:1px solid var(--ink);gap:0}
.index .field label{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}
.index .field input,.index .field textarea{border:0;padding:.8rem 0}
.index .contact-body button[type=submit]{background:#111;color:#fff;text-transform:uppercase}
.index footer{border-top:1px solid var(--ink)}
.thanks-page .thanks-message{min-height:55svh;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,30%);align-items:end;gap:3vw;padding:clamp(5rem,9vw,9rem) 2.5vw 4vw}
.thanks-page .thanks-message h1{font:400 clamp(3.5rem,7.5vw,7rem)/.98 'Archivo Black',sans-serif;letter-spacing:-.035em;text-transform:uppercase;margin:0}
.thanks-page .thanks-details p{font:400 clamp(1.1rem,1.45vw,1.35rem)/1.75 'Libre Baskerville',Georgia,serif;margin:0 0 2.5rem}
.thanks-page .thanks-photo{height:36svh;min-height:250px;overflow:hidden;border-top:1px solid var(--ink)}
.thanks-page .thanks-photo img{filter:grayscale(1) contrast(1.35);object-position:center 42%}

/* Comparison cover */
.ideas{background:#141414;color:#f1eee7;font:400 16px/1.5 'Archivo',Arial,sans-serif}
.ideas header{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem 3vw;border-bottom:1px solid #777;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}
.ideas header a{text-decoration:none}
.ideas main{padding:clamp(3rem,5vw,5rem) 3vw 5rem}
.ideas h1{font:800 clamp(3.5rem,6vw,5.6rem)/1 'Archivo',Arial,sans-serif;letter-spacing:-.035em;text-transform:uppercase;max-width:18ch;margin:0}
.ideas .intro{font-size:clamp(1rem,1.6vw,1.4rem);max-width:50ch;margin:1.5rem 0 3rem}
.idea-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.idea-card{min-height:480px;padding:1.5rem;display:flex;flex-direction:column;text-decoration:none;border:1px solid currentColor;transition:transform .25s ease}
.idea-card:hover{transform:translateY(-8px)}
.idea-card span{font:700 .78rem 'Archivo',Arial,sans-serif;letter-spacing:.08em}
.idea-card strong{font:800 clamp(2.5rem,4vw,5rem)/.9 'Archivo',Arial,sans-serif;letter-spacing:-.06em;margin-top:5rem}
.idea-card p{font-size:1.05rem;line-height:1.5;margin-top:1.5rem;max-width:35ch}
.idea-card em{font-style:normal;font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-top:auto;border-top:1px solid currentColor;padding-top:1rem}
.idea-card.poster{background:#f0f464;color:#171819}.idea-card.room{background:#242e33;color:#f1eee7}.idea-card.index{background:#f7f7f2;color:#111}
.ideas footer{border-top:1px solid #777;color:#bbb}

@media(max-width:900px){
  .poster .hero{grid-template-columns:55% 45%;min-height:620px}.poster .hero-copy h1{font-size:clamp(4rem,9vw,6rem)}
  .index .work-section{grid-template-columns:30% 1fr}.index .credits{grid-column:2}.index .work-intro{grid-row:1 / span 2}
  .index.edit .work-section{grid-template-columns:35% 1fr}
  .idea-grid{grid-template-columns:1fr}.idea-card{min-height:340px}.idea-card strong{margin-top:3rem}
}
@media(max-width:700px){
  .study-bar{font-size:11px}.study-bar span{display:none}
  .site-nav{padding:1rem 5vw}.site-nav nav{gap:.8rem;font-size:.8rem}
  .poster .site-nav .brand,.index .site-nav .brand{font-size:1rem}
  .poster .hero,.index .hero{display:flex;flex-direction:column;min-height:0}
  .poster .hero-copy,.index .hero-copy{order:1;padding:4rem 5vw 3rem;min-height:430px}
  .index .hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:0}
  .index .hero-copy h1{margin-bottom:3rem}
  .index .hero-copy p{margin:0}
  .index .primary-link{margin-top:2rem}
  .poster .hero-image,.index .hero-image{order:2;height:46vh;min-height:300px;border-left:0;border-top:1px solid currentColor}
  .poster .hero-mark{bottom:3%;right:5%;width:85px;font-size:2rem}
  .poster .hero-copy h1,.index .hero-copy h1{font-size:clamp(3.5rem,13vw,6rem)}
  .poster .work-section,.room .work-section,.index .work-section{display:block;padding:5rem 5vw}
  .index.edit .work-section{display:block}
  .poster .work-intro,.room .work-intro,.index .work-intro{position:static}
  .poster .metric,.room .metric,.index .metric{margin-bottom:2.5rem;max-width:22ch}
  .poster .work-intro h2,.room .work-intro h2,.index .work-intro h2{margin-bottom:2rem}
  .poster .player,.room .player{padding:.4rem}
  .poster .credits,.room .credits,.index .credits{margin-top:2.5rem;padding-top:1.5rem}
  .poster .statement,.room .statement,.index .statement{min-height:570px}
  .index .statement{min-height:450px}
  .poster .statement-copy,.index .statement-copy{display:block;padding:3rem 5vw}
  .poster .statement h2,.room .statement h2,.index .statement h2{font-size:clamp(3.6rem,13vw,6.5rem)}
  .poster .statement p,.index .statement p{margin-top:1.5rem}
  .poster .approach,.room .approach,.index .approach{display:block;padding:5rem 5vw}
  .index .approach{display:flex;flex-direction:column;padding-top:3rem}
  .index .approach-heading{display:contents}
  .index .approach-heading h2{order:1;margin-bottom:2rem}
  .index .approach-copy{order:2}
  .index .approach-heading img{order:3;margin:3rem 0 0}
  .poster .approach-heading h2,.room .approach-heading h2,.index .approach-heading h2,.poster .people h2,.room .people h2,.index .people h2,.poster .contact h2,.room .contact h2,.index .contact h2{font-size:clamp(3.4rem,12vw,6rem)}
  .poster .approach-heading img,.room .approach-heading img,.index .approach-heading img{height:220px;margin:2rem 0 3rem}
  .poster .people,.room .people,.index .people{display:flex;flex-direction:column}
  .poster .people-image,.room .people-image,.index .people-image{min-height:0;height:55vh}
  .index .people-image{height:auto;aspect-ratio:3/2}
  .index .people-image img{object-position:center}
  .poster .people-copy,.room .people-copy,.index .people-copy{padding:5rem 5vw}
  .poster .contact,.room .contact,.index .contact{display:block;padding:5rem 5vw}
  .poster .contact-intro,.room .contact-intro,.index .contact-intro{margin-bottom:3rem}
  .room .site-nav{top:38px;color:#fff}.room .hero{min-height:0}.room .hero-image{height:52svh;min-height:320px}.room .hero-copy{display:block;padding:3rem 5vw}.room .hero-copy h1{font-size:clamp(4rem,15vw,7rem)}.room .primary-link{margin-top:2rem}
  .room .statement-copy{padding:4rem 5vw}
  .thanks-page .thanks-message{display:block;min-height:0;padding:5rem 5vw 4rem}
  .thanks-page .thanks-message h1{font-size:clamp(3rem,11.5vw,5rem);margin-bottom:3rem}
  .thanks-page .thanks-details p{margin-bottom:2rem}
  .thanks-page .thanks-photo{height:38svh;min-height:230px}
  footer{padding:2rem 5vw}
}
@media(max-width:400px){.site-nav nav a:nth-child(2){display:none}.hero-copy h1{overflow-wrap:normal}.index .hero-copy h1{font-size:clamp(3rem,14vw,3.5rem)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-link span,.idea-card{transition:none}}
