@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,400;1,6..72,500&display=swap');

:root {
  --ink: #231817;
  --paper: #f2e9dc;
  --cream: #fbf7f0;
  --rust: #c4472f;
  --rust-dark: #923421;
  --amber: #db9d42;
  --line: #d8cbbc;
  --muted: #756865;
  --night: #17100f;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.hidden, [hidden] { display: none !important; }

.site-header {
  height: 82px; padding: 0 clamp(24px, 6vw, 88px); display: flex; align-items: center;
  justify-content: space-between; background: var(--night); color: #fff8ed;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-size: 18px; letter-spacing: -.04em; }
.brand strong { color: #e0a34b; font-family: var(--serif); font-style: italic; font-weight: 500; }
.brand sup { margin-left: 2px; color: #e0a34b; font-size: 9px; letter-spacing: 0; }
.brand-mark { height: 24px; display: inline-flex; align-items: center; gap: 3px; }
.brand-mark i { width: 3px; height: 11px; background: var(--rust); border-radius: 3px; }
.brand-mark i:nth-child(2) { height: 23px; background: var(--amber); }
.brand-mark i:nth-child(3) { height: 16px; }
.status-link { border: 0; background: transparent; color: #d8cbc0; display: flex; align-items: center; gap: 9px; font-size: 13px; }
.status-link:hover { color: white; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 4px rgba(196,71,47,.16); }

.hero {
  min-height: 570px; padding: 76px clamp(24px, 8vw, 124px) 90px; background:
    radial-gradient(circle at 72% 25%, rgba(190,95,55,.17), transparent 23%),
    linear-gradient(135deg, #1c1312 0%, #120d0c 72%); color: #fff8ed;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 9vw; align-items: center;
  overflow: hidden; position: relative;
}
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -190px; bottom: -260px; border: 1px solid rgba(219,157,66,.17); border-radius: 50%; box-shadow: 0 0 0 45px rgba(219,157,66,.025), 0 0 0 90px rgba(219,157,66,.02); }
.eyebrow, .section-kicker { color: var(--rust); text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
h1 { margin: 23px 0 24px; font: 400 clamp(3.5rem, 6.6vw, 6.7rem)/.88 var(--serif); letter-spacing: -.055em; }
h1 em { color: var(--amber); font-weight: 400; }
.lead { max-width: 610px; color: #cfc0b5; font: 400 17px/1.75 var(--sans); }
.promise-row { margin-top: 50px; display: flex; gap: 30px; flex-wrap: wrap; color: #a99b92; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.promise-row span { display: flex; gap: 8px; align-items: center; }
.promise-row b { color: var(--amber); font-size: 9px; }

.broadcast-card { min-height: 330px; position: relative; border: 1px solid rgba(241,225,204,.18); padding: 35px 34px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.005)); box-shadow: 0 35px 70px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.broadcast-card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.055); }
.on-air { display: inline-flex; gap: 9px; align-items: center; padding: 7px 10px; color: #ef806a; border: 1px solid rgba(196,71,47,.5); font-size: 9px; letter-spacing: .18em; }
.on-air i { width: 6px; height: 6px; background: var(--rust); border-radius: 50%; animation: pulse 1.7s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .3; } }
.frequency { margin-top: 44px; font: 400 7.2rem/.75 var(--serif); letter-spacing: -.07em; color: #f6eadb; }
.frequency span { color: var(--amber); }
.frequency-line { height: 1px; background: rgba(255,255,255,.16); margin: 35px 0 19px; position: relative; }
.frequency-line::before, .frequency-line::after { content: ""; position: absolute; top: -3px; width: 1px; height: 7px; background: rgba(255,255,255,.28); }
.frequency-line::before { left: 18%; } .frequency-line::after { right: 21%; }
.frequency-line i { display: block; position: absolute; left: 62%; top: -7px; width: 3px; height: 15px; background: var(--rust); box-shadow: 0 0 12px var(--rust); }
.broadcast-card > p { color: #887d76; letter-spacing: .11em; font-size: 8px; }
.waves { position: absolute; bottom: 28px; right: 30px; height: 28px; display: flex; align-items: center; gap: 4px; }
.waves i { display: block; width: 2px; height: 9px; background: rgba(219,157,66,.55); }
.waves i:nth-child(2), .waves i:nth-child(6) { height: 17px; }.waves i:nth-child(3), .waves i:nth-child(5) { height: 25px; }.waves i:nth-child(4) { height: 12px; }

.studio { max-width: 1120px; margin: 0 auto; padding: 90px 32px 110px; }
.studio-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-kicker { margin: 0 0 12px; }
h2 { margin: 0; font: 400 clamp(2.3rem, 5vw, 4.1rem)/1 var(--serif); letter-spacing: -.04em; }
.studio-heading > p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.panel-switch { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 0; }
.panel-switch button { border: 0; background: transparent; color: var(--muted); padding: 16px 24px; border-bottom: 2px solid transparent; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.panel-switch button[aria-pressed="true"] { color: var(--rust); border-color: var(--rust); }
.form-panel { background: var(--cream); border: 1px solid var(--line); border-top: 0; padding: clamp(28px, 6vw, 65px); box-shadow: 0 28px 70px rgba(72,47,37,.08); }
.form-step { display: flex; align-items: center; gap: 15px; margin-bottom: 28px; }
.form-step.second { margin-top: 54px; padding-top: 43px; border-top: 1px solid var(--line); }
.form-step > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font: 500 15px var(--serif); }
.form-step b, .form-step small { display: block; }
.form-step b { font: 500 19px var(--serif); }
.form-step small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: flex; flex-direction: column; gap: 9px; position: relative; }
.field > span { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.field > span small { color: #9a8d85; font-weight: 400; text-transform: none; letter-spacing: 0; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cec0b1; color: var(--ink); background: white; border-radius: 0; padding: 14px 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(196,71,47,.09); }
.field input::placeholder, .field textarea::placeholder { color: #aaa098; }
.field textarea { min-height: 145px; resize: vertical; line-height: 1.55; padding-bottom: 30px; }
.field-wide { grid-column: 1 / -1; }
.counter { position: absolute; right: 13px; bottom: 10px; color: #9a8d85; font-size: 10px; }
.field-error { color: #9f321f; font-size: 11px; }
.privacy-choice { display: flex; flex-direction: row; align-items: flex-start; gap: 11px; cursor: pointer; }
.privacy-choice input { opacity: 0; position: absolute; }
.privacy-choice > span { display: grid; grid-template-columns: 22px 1fr; gap: 2px 10px; text-transform: none; letter-spacing: 0; }
.privacy-choice i { width: 20px; height: 20px; border: 1px solid #b8aa9e; background: white; grid-row: 1 / 3; position: relative; }
.privacy-choice input:checked + span i { background: var(--rust); border-color: var(--rust); }
.privacy-choice input:checked + span i::after { content: "✓"; position: absolute; color: white; left: 4px; top: 0; font-style: normal; font-size: 13px; }
.privacy-choice b { font-size: 13px; }
.privacy-choice small { color: var(--muted); font-size: 11px; }
.submit-row { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 45px; }
.submit-row p { max-width: 430px; color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; }
.primary-button { min-width: 220px; border: 0; padding: 0; display: inline-flex; align-items: stretch; justify-content: space-between; background: var(--rust); color: white; transition: background .2s, transform .2s; }
.primary-button span { padding: 16px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.primary-button i { width: 48px; display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.2); font-size: 20px; font-style: normal; }
.primary-button:hover { background: var(--rust-dark); transform: translateY(-1px); }
.primary-button:disabled { opacity: .6; cursor: wait; transform: none; }
.form-error { margin-top: 24px; padding: 13px 15px; background: #f8dfd8; color: #8e2e1c; border-left: 3px solid var(--rust); font-size: 13px; }

.access-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.access-copy h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.access-copy > p:last-child { color: var(--muted); line-height: 1.7; font-size: 14px; }
.access-panel form { display: grid; gap: 21px; padding: 35px; background: #eee2d3; border: 1px solid var(--line); }
.access-panel .primary-button { width: 100%; margin-top: 6px; }
.access-panel .form-error { margin-top: 0; }

.success-panel { text-align: center; padding-left: max(30px, 11vw); padding-right: max(30px, 11vw); }
.success-icon { margin: 0 auto 22px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #d7e4cf; color: #46633b; font-weight: 700; }
.success-panel h2 { font-size: clamp(2.3rem, 5vw, 4rem); }
.success-lead { max-width: 620px; margin: 18px auto 30px; color: var(--muted); line-height: 1.65; }
.credentials { display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid var(--line); text-align: left; background: white; }
.credentials > div { padding: 24px; }
.credentials > div + div { border-left: 1px solid var(--line); }
.credentials span, .wish-summary span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin-bottom: 7px; }
.credentials strong { font: 500 clamp(1.8rem, 4vw, 2.6rem) var(--serif); letter-spacing: .04em; }
.credentials .pin-box strong { color: var(--rust); letter-spacing: .15em; }
.copy-button, .text-button { border: 0; background: transparent; color: var(--rust); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 13px; }
.status-strip { max-width: 540px; margin: 28px auto; padding: 17px 20px; background: #efe5d8; display: flex; align-items: center; text-align: left; gap: 14px; }
.status-strip i { width: 9px; height: 9px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 5px rgba(219,157,66,.16); }
.status-strip small, .status-strip b { display: block; }.status-strip small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.status-strip b { font: 500 15px var(--serif); margin-top: 2px; }
.success-panel .primary-button { margin: auto; }

.wish-status-panel { max-width: 760px; margin: auto; }
.status-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.status-topline > b { font: 500 20px var(--serif); letter-spacing: .05em; }
.status-badge { display: inline-flex; gap: 8px; align-items: center; color: #765717; background: #f1e3bd; padding: 8px 11px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status-badge i { width: 6px; height: 6px; background: var(--amber); border-radius: 50%; }
.wish-status-panel > p { color: var(--muted); line-height: 1.7; }
.timeline { margin: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 7px 0; }
.timeline > div { display: flex; gap: 15px; align-items: center; padding: 15px 0; color: #998d85; }
.timeline i { width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid #cfc1b4; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-style: normal; }
.timeline b, .timeline small { display: block; }.timeline b { font: 500 16px var(--serif); }.timeline small { margin-top: 2px; font-size: 10px; }
.timeline .done { color: #5b7650; }.timeline .done i { background: #dce8d6; border: 0; }.timeline .current { color: var(--ink); }.timeline .current i { border-color: var(--amber); box-shadow: inset 0 0 0 6px var(--cream); background: var(--amber); }
.wish-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wish-summary > div { background: #eee3d6; padding: 17px 20px; }.wish-summary b { font: 500 17px var(--serif); }
.wish-status-panel .text-button { padding-left: 0; margin-top: 23px; }

footer { background: var(--night); color: #91847c; padding: 48px clamp(24px, 6vw, 88px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; font-size: 12px; }
.footer-brand { color: #fff8ed; }.footer-brand .brand-mark { transform: scale(.8); transform-origin: left; }
footer p { text-align: center; } footer small { color: #6e625c; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; gap: 55px; }
  .broadcast-card { max-width: 520px; width: 100%; }
  .studio-heading { display: block; }.studio-heading > p { margin-top: 18px; }
  .access-panel { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 620px) {
  .site-header { height: 68px; padding: 0 18px; }.status-link { font-size: 0; }.status-link::after { content: "Status"; font-size: 12px; }
  .hero { min-height: auto; padding: 55px 22px 70px; }.hero::after { display: none; }
  h1 { font-size: clamp(3.3rem, 17vw, 5rem); }.lead { font-size: 15px; }.promise-row { display: grid; gap: 13px; margin-top: 35px; }
  .broadcast-card { min-height: 260px; padding: 25px 24px; transform: none; }.frequency { font-size: 5.5rem; margin-top: 35px; }.waves { display: none; }
  .studio { padding: 68px 15px 80px; }.studio-heading { padding: 0 8px; }.panel-switch button { flex: 1; padding-left: 8px; padding-right: 8px; }
  .form-panel { padding: 28px 19px; }.form-grid { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }.form-step.second { margin-top: 42px; }
  .submit-row { display: block; }.submit-row p { margin-bottom: 18px; }.primary-button { width: 100%; }
  .access-panel form { padding: 24px 18px; }
  .credentials { grid-template-columns: 1fr; }.credentials > div + div { border-left: 0; border-top: 1px solid var(--line); }.credentials strong { font-size: 1.8rem; }
  .wish-summary { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }.footer-brand { justify-content: center; }footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
