/* PSM Studio: Sol Brothers-style video portfolio in the PSM brand
   (psm-brand/brand.md): purple on near-black, one gold accent, cream text,
   Clash Display headings, Cabinet Grotesk body, JetBrains Mono labels.
   Never purple->blue, never Inter. */
:root {
  --bg: #0a0a0f; --surface: #12121a; --raised: #1a1a24;
  --purple: #a855f7; --purple-l: #c084fc; --purple-d: #7b4ba8; --violet: #4a2c7a; --halo: #2d1b4e;
  --gold: #fbbf24; --gold-d: #d4a84b; --cream: #faf7f2; --muted: #b9b3c9;
  --display: "Clash Display", "Cabinet Grotesk", sans-serif;
  --body: "Cabinet Grotesk", -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --gutter: clamp(16px, 4vw, 48px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--cream); font-family: var(--body); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1; margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }
.skip { position: absolute; left: -9999px; } .skip:focus { left: 16px; top: 16px; z-index: 99; background: var(--gold); color: #000; padding: 8px 14px; }
.kicker { font-family: var(--mono); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
s { text-decoration-color: var(--gold); text-decoration-thickness: 0.09em; color: rgba(250, 247, 242, 0.72); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 28px; border-radius: 999px; font-weight: 700; font-size: 16px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease; font-family: var(--body); }
.btn:hover { transform: translateY(-1px); }
.btn.gold { background: var(--gold); color: #1a1206; }
.btn.gold:hover { background: #fcd34d; }
.btn.ghost { border-color: rgba(250, 247, 242, .5); color: var(--cream); }
.btn.ghost:hover { border-color: var(--cream); }

/* header */
.top { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 14px var(--gutter);
  background: linear-gradient(180deg, rgba(10,10,15,.85), rgba(10,10,15,0)); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand b { font-family: var(--display); font-weight: 600; font-size: 17px; }
.brand i { font-style: normal; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--purple-l); }
.top nav { display: flex; align-items: center; gap: clamp(12px, 2.4vw, 30px); font-weight: 600; font-size: 15px; }
.top nav a { text-decoration: none; opacity: .85; } .top nav a:hover { opacity: 1; }
.top .pill { opacity: 1; padding: 9px 18px; border-radius: 999px; background: var(--purple); color: #fff; }
@media (max-width: 760px) { .top nav a:not(.pill) { display: none; } .brand i { display: none; } }

/* hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; }
.hero-reel { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(10,10,15,.78) 0%, rgba(10,10,15,.45) 45%, rgba(10,10,15,0) 75%),
  radial-gradient(80% 60% at 20% 100%, rgba(45, 27, 78, .85), transparent 70%),
  linear-gradient(180deg, rgba(10,10,15,.35) 0%, rgba(10,10,15,.2) 40%, rgba(10,10,15,.92) 100%); }
.hero-copy { position: relative; padding: 0 var(--gutter) clamp(48px, 9vh, 96px); max-width: 1100px; }
.hero h1 { font-size: clamp(44px, 8.4vw, 124px); display: flex; flex-direction: column; gap: .06em; }
.hero h1 s { font-size: .56em; font-weight: 500; }
.hero h1 span { background: linear-gradient(90deg, #7b4ba8, #a855f7 45%, #c084fc); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; }
.lede { font-size: clamp(18px, 1.6vw, 22px); max-width: 640px; margin: 22px 0 30px; color: #e9e4f2; }
.ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* section heads */
section { padding: clamp(72px, 10vw, 128px) var(--gutter); }
.sec-head { margin-bottom: clamp(28px, 4vw, 48px); }
.sec-head h2 { font-size: clamp(40px, 6.4vw, 92px); }
.sec-head h2 s, .sec-head h2 span { display: block; }
.sec-head h2 s { font-size: .5em; font-weight: 500; margin-bottom: .2em; }
.sec-head .sub { color: var(--muted); max-width: 620px; margin-top: 16px; font-size: 19px; }

/* work tiles */
.work { padding-top: clamp(64px, 8vw, 110px); }
.tile { position: relative; display: block; width: 100%; padding: 0; border: 0; background: var(--surface); cursor: pointer; overflow: hidden; border-radius: 6px; aspect-ratio: 16 / 9; color: inherit; text-align: left; margin-bottom: 12px; }
.tile video { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tile:hover video { transform: scale(1.03); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10,10,15,.85)); pointer-events: none; }
.tile .meta { position: absolute; left: clamp(16px, 2.4vw, 32px); bottom: clamp(14px, 2.2vw, 28px); z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.tile .meta b { font-family: var(--display); font-weight: 600; font-size: clamp(24px, 3vw, 44px); line-height: 1; }
.tile .meta i { font-style: normal; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; color: #ddd3ee; }
.tile .play { position: absolute; right: clamp(16px, 2.4vw, 32px); bottom: clamp(16px, 2.4vw, 30px); z-index: 2; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(168, 85, 247, .9); color: #fff; font-size: 18px; padding-left: 3px; transition: transform .2s ease, background .2s ease; }
.tile:hover .play { transform: scale(1.1); background: var(--gold); color: #1a1206; }
.tile:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.tile-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 760px) { .tile-row { grid-template-columns: 1fr; gap: 0; } }

.shorts { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 12px; align-items: end; margin-top: 12px; }
.shorts-copy { padding: 0 clamp(8px, 2vw, 32px) 20px 0; }
.shorts-copy h3 { font-size: clamp(34px, 3.6vw, 56px); margin-bottom: 16px; }
.shorts-copy p:last-child { color: var(--muted); }
.tile.vert { aspect-ratio: 9 / 16; margin: 0; }
.tile.vert .meta b { font-size: 22px; }
@media (max-width: 900px) { .shorts { grid-template-columns: repeat(3, 1fr); } .shorts-copy { grid-column: 1 / -1; } }

/* before/after */
.finish { background: radial-gradient(70% 60% at 50% 0%, rgba(74, 44, 122, .45), transparent 70%), var(--bg); }
.compare { position: relative; aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; background: #000; max-width: 1400px; }
.compare video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare .c-fin { clip-path: inset(0 0 0 var(--pos)); }
.c-line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; background: var(--gold); transform: translateX(-1px); pointer-events: none; }
.c-line span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: #1a1206; display: grid; place-items: center; font-size: 22px; font-weight: 700; }
.c-tag { position: absolute; bottom: 16px; font-family: var(--mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; padding: 6px 10px; background: rgba(10,10,15,.7); border-radius: 4px; pointer-events: none; }
.c-tag.l { left: 16px; color: var(--muted); } .c-tag.r { right: 16px; color: var(--gold); }
.c-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.compare-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1400px; margin-top: 28px; }
.compare-notes dl { margin: 0; border-top: 1px solid rgba(250,247,242,.15); padding-top: 14px; font-family: var(--mono); font-size: 13px; }
.compare-notes dt { color: var(--gold); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px; }
.compare-notes dl:first-child dt { color: var(--muted); }
.compare-notes dd { margin: 0 0 4px; color: #ddd3ee; }

/* services */
.svc { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(250,247,242,.12); }
.svc li { display: grid; grid-template-columns: 80px 1fr auto; gap: clamp(16px, 3vw, 48px); align-items: baseline; padding: clamp(26px, 3.4vw, 44px) 0; border-bottom: 1px solid rgba(250,247,242,.12); }
.svc .n { font-family: var(--mono); color: var(--purple-l); font-size: 14px; }
.svc h3 { font-size: clamp(26px, 3vw, 42px); margin-bottom: 12px; }
.svc p { color: var(--muted); max-width: 640px; }
.svc > li > b { font-family: var(--display); font-weight: 700; font-size: clamp(22px, 3.2vw, 46px); color: transparent; -webkit-text-stroke: 1.5px var(--purple); letter-spacing: .02em; }
@media (max-width: 760px) { .svc li { grid-template-columns: 1fr; } .svc > li > b { order: -1; } }

/* process */
.process { background: var(--surface); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: s; }
.steps li { background: var(--raised); border-radius: 10px; padding: 22px 20px 26px; border-top: 3px solid var(--purple); }
.steps b { font-family: var(--mono); color: var(--gold); font-size: 13px; }
.steps h3 { font-size: 22px; margin: 14px 0 8px; }
.steps p { color: var(--muted); font-size: 16px; }
@media (max-width: 1000px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.scores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(40px, 6vw, 72px); }
.scores div { border-top: 1px solid rgba(250,247,242,.15); padding-top: 16px; }
.scores b { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(56px, 7vw, 104px); line-height: 1; color: var(--gold); }
.scores span { color: var(--muted); }
@media (max-width: 760px) { .scores { grid-template-columns: 1fr; } }

/* studio */
.person { display: grid; grid-template-columns: 200px 1fr; gap: clamp(20px, 4vw, 48px); align-items: center; max-width: 980px; background: var(--surface); border-radius: 14px; padding: clamp(20px, 3vw, 36px); }
.person img { border-radius: 50%; width: 200px; height: 200px; box-shadow: 0 0 0 6px var(--halo), 0 0 60px rgba(168, 85, 247, .45); }
.person h3 { font-size: clamp(30px, 3.4vw, 46px); }
.person .role { font-family: var(--mono); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 10px 0 16px; }
.person p:last-child { color: var(--muted); }
@media (max-width: 640px) { .person { grid-template-columns: 1fr; } .person img { width: 140px; height: 140px; } }

/* brief */
.brief { background: radial-gradient(70% 80% at 50% 100%, rgba(74, 44, 122, .6), transparent 70%), var(--bg); }
.brief-inner { max-width: 820px; margin: 0 auto; }
.brief h2 { font-size: clamp(40px, 5.6vw, 80px); }
.brief h2 span { color: var(--purple-l); }
.brief .sub { color: var(--muted); margin: 18px 0 32px; font-size: 19px; }
.form { display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form .row { grid-template-columns: 1fr; } }
.form label { display: grid; gap: 8px; font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--purple-l); }
.form input[type=text], .form input[type=email], .form textarea { font: 400 18px var(--body); color: var(--cream); background: var(--surface); border: 1px solid rgba(250,247,242,.18); border-radius: 10px; padding: 14px 16px; letter-spacing: 0; text-transform: none; }
.form textarea { min-height: 150px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--purple); border-color: transparent; }
.chips { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips legend { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--purple-l); margin-bottom: 10px; }
.chips label { display: inline-flex; align-items: center; gap: 8px; font: 600 15px var(--body); letter-spacing: 0; text-transform: none; color: var(--cream); border: 1px solid rgba(250,247,242,.25); border-radius: 999px; padding: 9px 16px; cursor: pointer; }
.chips label:has(input:checked) { background: var(--purple); border-color: var(--purple); }
.chips input { accent-color: var(--gold); }
.hp { position: absolute; left: -9999px; }
.form .btn { justify-self: start; }

/* footer */
.foot { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 28px var(--gutter); border-top: 1px solid rgba(250,247,242,.1); font-family: var(--mono); font-size: 12px; color: var(--muted); }
.foot img { border-radius: 50%; }
.foot span:last-child { margin-left: auto; }

/* player */
.player { width: min(1200px, 94vw); padding: 0; border: 0; border-radius: 10px; background: #000; color: var(--cream); }
.player::backdrop { background: rgba(5, 3, 10, .88); backdrop-filter: blur(4px); }
.player video { width: 100%; max-height: 80vh; background: #000; }
.player .p-title { font-family: var(--mono); font-size: 13px; letter-spacing: .1em; padding: 12px 56px 12px 16px; color: var(--purple-l); }
.player .close { position: absolute; top: 4px; right: 8px; background: none; border: 0; color: var(--cream); font-size: 32px; cursor: pointer; line-height: 1; }

@media (prefers-reduced-motion: reduce) { .hero-reel { display: none; } .tile video { transition: none; } html { scroll-behavior: auto; } }

@media (max-width: 760px) {
  .tile .meta { right: 72px; }
  .tile .meta i { font-size: 11px; line-height: 1.4; }
  .tile .play { width: 44px; height: 44px; font-size: 15px; }
  .hero-shade { background: linear-gradient(180deg, rgba(10,10,15,.25) 0%, rgba(10,10,15,.55) 45%, rgba(10,10,15,.95) 100%); }
}

/* instant concept */
.concept { margin-top: 28px; background: var(--surface); border: 1px solid rgba(168, 85, 247, .4); border-radius: 14px; padding: 24px 26px; box-shadow: 0 0 60px rgba(168, 85, 247, .15); }
.concept-body { white-space: pre-wrap; font-family: var(--mono); font-size: 15px; line-height: 1.7; color: var(--cream); }
.concept.loading .concept-body { color: var(--purple-l); animation: pulse 1.4s ease-in-out infinite; }
.concept-note { margin-top: 16px; color: var(--muted); font-size: 15px; }
@keyframes pulse { 50% { opacity: .45; } }

/* sub-pages: /work and /work/accelerate */
.top.solid { position: sticky; background: rgba(10,10,15,.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(250,247,242,.08); }
.top nav a[aria-current="page"] { color: var(--gold); opacity: 1; }
.page-head { padding-top: clamp(56px, 8vw, 110px); padding-bottom: 0; }
.page-head h1 { font-size: clamp(48px, 8vw, 120px); display: flex; flex-direction: column; }
.page-head h1 s { font-size: .45em; font-weight: 500; margin-bottom: .15em; }
.page-head h1 span { background: linear-gradient(90deg, #7b4ba8, #a855f7 45%, #c084fc); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; }
.page-head .sub { color: var(--muted); max-width: 720px; margin-top: 20px; font-size: 19px; }
.page-head .kicker a { color: var(--gold); text-decoration: none; }
.jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.jump a { text-decoration: none; border: 1px solid rgba(250,247,242,.25); border-radius: 999px; padding: 8px 16px; font-weight: 600; font-size: 15px; }
.jump a:hover { border-color: var(--purple); background: rgba(168,85,247,.15); }
.cat { padding-top: clamp(40px, 6vw, 72px); padding-bottom: 0; }
.cat:last-of-type { padding-bottom: clamp(72px, 10vw, 128px); }
.cat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; border-top: 1px solid rgba(250,247,242,.12); padding-top: 22px; margin-bottom: 22px; }
.cat-head h2 { font-size: clamp(30px, 3.6vw, 52px); }
.cat-head p { color: var(--muted); max-width: 560px; }
.shotlist-link, .all-link { margin: 4px 0 18px; font-family: var(--mono); font-size: 14px; }
.shotlist-link a, .all-link a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(251,191,36,.4); }
.all-link { text-align: right; }
.vert-row { display: grid; grid-template-columns: minmax(0, 300px) 1fr; gap: 12px; align-items: end; margin-top: 12px; }
.vert-note { padding: 0 0 20px clamp(8px, 2vw, 32px); }
.vert-note h3 { font-size: clamp(30px, 3.2vw, 48px); margin-bottom: 14px; }
.vert-note p { color: var(--muted); }
@media (max-width: 760px) { .vert-row { grid-template-columns: 1fr 1fr; } }
.shorts-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.shorts-grid .tile .meta b { font-size: 18px; } .shorts-grid .tile .meta i { font-size: 11px; }
@media (max-width: 1000px) { .shorts-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .shorts-grid { grid-template-columns: repeat(2, 1fr); } }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.facts div { border-top: 1px solid rgba(250,247,242,.15); padding-top: 12px; }
.facts b { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(40px, 5vw, 72px); color: var(--gold); line-height: 1; }
.facts span { color: var(--muted); }
.shot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tile.shot { margin: 0; }
.tile.shot .meta b { font-family: var(--mono); font-size: 14px; color: var(--gold); }
.tile.shot .meta i { font-size: 12px; }
@media (max-width: 900px) { .shot-grid { grid-template-columns: repeat(2, 1fr); } }

.concept-body dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: 10px 18px; font-family: var(--body); white-space: normal; }
.concept-body dt { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; color: var(--gold); padding-top: 4px; }
.concept-body dd { margin: 0; font-size: 17px; line-height: 1.5; }
.concept-body dt:first-of-type + dd { font-family: var(--display); font-weight: 600; font-size: 26px; line-height: 1.1; color: var(--purple-l); }
@media (max-width: 560px) { .concept-body dl { grid-template-columns: 1fr; gap: 2px; } .concept-body dd { margin-bottom: 10px; } }

/* crew */
.crew { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 3vw, 40px); max-width: 1100px; }
.crew li { display: flex; flex-direction: column; gap: 6px; }
.crew img { width: 100%; height: auto; aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 6px var(--halo), 0 0 50px rgba(168, 85, 247, .35); margin-bottom: 14px; }
.crew b { font-family: var(--display); font-weight: 600; font-size: clamp(22px, 2.4vw, 32px); }
.crew span { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
@media (max-width: 640px) { .crew { grid-template-columns: 1fr 1fr; } .crew li:last-child { grid-column: 1 / -1; max-width: 50%; justify-self: center; } }
.or-email { margin-top: 18px; color: var(--muted); font-size: 16px; }
.or-email a { color: var(--purple-l); }

@media (max-width: 760px) {
  #river .vert-row { grid-template-columns: 1fr; }
  #river .tile.vert { max-width: 70%; justify-self: center; }
}

/* ---- merged studio hub: network bar, funnel, closer ---- */
.netbar { position: fixed; inset: 0 0 auto; z-index: 21; height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 var(--gutter); background: rgba(10,10,15,.92); border-bottom: 1px solid rgba(250,247,242,.08); font-size: 13px; font-weight: 600; }
.netbar nav { display: flex; gap: 18px; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.netbar nav::-webkit-scrollbar { display: none; }
.netbar a { color: var(--muted); text-decoration: none; } .netbar a:hover, .netbar a[aria-current] { color: var(--cream); }
.netbar .book { color: #1a1206; background: var(--gold); padding: 4px 12px; border-radius: 999px; flex: none; }
.top { top: 34px; }
.top.solid { top: 0; }
.hero h1 .plain { color: var(--cream); }
.funnel { padding-top: 0; }
.funnel-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.funnel-head h2 { font-size: clamp(30px, 3.6vw, 52px); }
.funnel-cards { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.funnel-cards a { display: flex; flex-direction: column; gap: 10px; text-decoration: none; background: var(--surface); border: 1px solid rgba(250,247,242,.1); border-radius: 12px; padding: 12px; height: 100%; transition: border-color .2s ease, transform .2s ease; }
.funnel-cards a:hover { border-color: var(--purple); transform: translateY(-2px); }
.funnel-cards img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 8px; }
.funnel-cards span { font-weight: 700; font-size: 17px; }
.funnel-cards i { font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--gold); margin-top: auto; }
@media (max-width: 760px) { .funnel-cards { grid-template-columns: 1fr; } }
.closer { text-align: left; background: radial-gradient(60% 90% at 20% 50%, rgba(74, 44, 122, .55), transparent 70%), var(--bg); }
.closer h2 { font-size: clamp(40px, 6vw, 92px); max-width: 14ch; margin-bottom: 28px; }
.closer h2 span { color: var(--gold); }

.hero h1 { font-size: clamp(44px, 6.4vw, 100px); }
.hero h1 .plain { display: block; }
