/* Masthead — oversized centered name. Lazy. Mobile-first. */
.masthead{padding:48px 0 36px}
.masthead h1{font-family:var(--f-display);font-weight:800;font-size:clamp(48px,13vw,146px);line-height:0.94;letter-spacing:-0.045em;text-align:center;color:var(--ink)}
.masthead .meta-row{display:flex;flex-direction:column;gap:12px;align-items:flex-start;margin-top:26px;padding-top:20px;border-top:1px solid var(--line-soft);color:var(--muted)}
.masthead .avail{display:inline-flex;align-items:center;gap:10px}
.masthead .avail .pulse{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 4px rgba(210,135,11,0.18)}
