/* Reflections of a Phoenix — roappod.com
   Display: Instrument Serif · UI: Geist · Micro-labels: Geist Mono
   Ground is the cover art’s warm black; the accent is the cover art’s red. */

:root {
  --ink: #100D0C;
  --ink-2: #171312;
  --ink-3: #1E1917;
  --glass: rgba(30, 25, 23, 0.58);

  --red: #DA2C31;
  --red-hi: #FF5B48;
  --red-deep: #8E1A1E;
  --steel: #7D8A9B;

  --text: #F3EBE4;
  --text-2: rgba(243, 235, 228, 0.66);
  --text-3: rgba(243, 235, 228, 0.4);

  --rule: rgba(243, 235, 228, 0.1);
  --rule-2: rgba(243, 235, 228, 0.22);

  --display: "Fraunces", "Ibarra Real Nova", Georgia, serif;
  --ui: "Geist", "Inter Tight", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --r-lg: 22px;
  --r-md: 14px;

  --measure: 33rem;
  --gutter: clamp(1.25rem, 4.5vw, 4.5rem);
  --section: clamp(5.5rem, 13vw, 11rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--ui);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.1rem);
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: -0.005em;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--red); color: #F3EBE4; }
:focus-visible { outline: 2px solid var(--red-hi); outline-offset: 4px; border-radius: 4px; }

body::after {
  content: "";
  position: fixed; inset: 0; z-index: 200; pointer-events: none;
  opacity: 0.4; mix-blend-mode: soft-light;
  background-image:
    radial-gradient(ellipse at 50% 38%, transparent 42%, rgba(0,0,0,0.62) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: cover, 180px 180px;
}

/* ---------------- layout ---------------- */

.wrap { width: 100%; max-width: 80rem; margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 47rem; }
.section { padding-block: var(--section); position: relative; }
.section--sunk { background: var(--ink-2); }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--red); color: #F8EFEA; padding: 0.8rem 1.3rem; }
.skip-link:focus { left: 0; }

/* ---------------- typography ---------------- */

h1, h2, h3 {
  font-family: var(--display);
  font-variation-settings: "SOFT" 25, "WONK" 0;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.2rem, 1.1rem + 8.4vw, 8.4rem); letter-spacing: -0.032em; font-weight: 400; }
h2 { font-size: clamp(2.3rem, 1.2rem + 4.2vw, 4.6rem); }
h3 { font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.95rem); line-height: 1.06; }

em, .ital { font-style: italic; }

p { margin: 0 0 1.05em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

.lede {
  font-size: clamp(1.1rem, 0.98rem + 0.9vw, 1.5rem);
  line-height: 1.44; font-weight: 300; max-width: 36rem;
  color: rgba(243, 235, 228, 0.86);
}
.muted { color: var(--text-2); }
.small { font-size: 0.88rem; line-height: 1.6; }
.stack > * + * { margin-top: 1.05em; }

.eyebrow, .mono {
  font-family: var(--mono);
  font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase;
}
.eyebrow {
  display: flex; align-items: center; gap: 0.8rem; color: var(--red);
  margin: 0 0 1.6rem;
}
.eyebrow::after { content: ""; flex: 1; max-width: 4.5rem; height: 1px; background: var(--rule-2); }
.eyebrow--index::before { content: attr(data-index); color: var(--text-3); }

.pull {
  font-family: var(--display); font-variation-settings: "SOFT" 25; font-optical-sizing: auto; font-size: clamp(1.8rem, 1.1rem + 2.6vw, 3.4rem);
  line-height: 1.08; letter-spacing: -0.028em; max-width: 20ch; margin: 0; text-wrap: balance;
}

.flame {
  background: linear-gradient(102deg, var(--red-hi) 5%, var(--red) 48%, var(--red-deep) 96%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic;
}

/* ---------------- masthead ---------------- */

.masthead {
  position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent;
  transition: background 0.45s var(--ease), backdrop-filter 0.45s var(--ease), border-color 0.45s var(--ease);
}
.masthead.is-stuck { background: rgba(16, 13, 12, 0.7); backdrop-filter: blur(16px) saturate(140%); border-bottom-color: var(--rule); }
.masthead__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 4.5rem; min-width: 0; }

.wordmark {
  display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0;
  font-family: var(--display); font-variation-settings: "SOFT" 25; font-weight: 500; font-size: 1.05rem; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden;
}
.wordmark .mark { width: 1.45rem; flex: none; }
.wordmark span { overflow: hidden; text-overflow: ellipsis; }
.wordmark b { font-weight: 400; }

.nav { display: flex; align-items: center; gap: clamp(0.9rem, 2vw, 1.85rem); flex: none; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; }
.nav a { text-decoration: none; color: var(--text-2); transition: color 0.25s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }
.nav .btn { padding: 0.62rem 1.15rem; font-size: 0.66rem; }
@media (max-width: 46rem) { .nav__hide { display: none; } }
@media (max-width: 27rem) { .wordmark { font-size: 0.95rem; } .nav { gap: 0.7rem; font-size: 0.62rem; } }
@media (max-width: 21rem) { .wordmark span { display: none; } }

/* ---------------- buttons ---------------- */

.actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2.3rem; }

.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.92rem 1.65rem; border-radius: 999px; border: 1px solid transparent;
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: #F8EFEA; cursor: pointer;
  background: linear-gradient(102deg, var(--red-hi), var(--red) 58%, var(--red-deep) 145%);
  box-shadow: 0 12px 34px -16px rgba(218, 44, 49, 0.85);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), filter 0.35s var(--ease);
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.12); box-shadow: 0 18px 44px -18px rgba(218, 44, 49, 1); }
.btn:active { transform: none; }
.btn--ghost {
  background: rgba(243, 235, 228, 0.035); color: var(--text); border-color: var(--rule-2);
  box-shadow: none; backdrop-filter: blur(6px);
}
.btn--ghost:hover { border-color: var(--red); color: var(--red-hi); box-shadow: none; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--red-hi);
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
}
.link-arrow::after { content: "→"; transition: transform 0.35s var(--ease); }
.link-arrow:hover::after { transform: translateX(6px); }

/* ---------------- hero ---------------- */

.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  padding-block: 8rem clamp(2.5rem, 6vw, 4.5rem); overflow: hidden; isolation: isolate;
}
.hero__media { position: absolute; inset: -8% 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media img.portrait { display: none; }
@media (max-width: 46rem) {
  .hero__media img.landscape { display: none; }
  .hero__media img.portrait { display: block; }
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to top, var(--ink) 3%, rgba(16,13,12,0.5) 46%, rgba(16,13,12,0.3) 100%),
    linear-gradient(to right, var(--ink) 6%, rgba(16,13,12,0.55) 44%, transparent 76%);
}
@media (max-width: 46rem) {
  .hero::before { background: linear-gradient(to top, var(--ink) 6%, rgba(16,13,12,0.66) 50%, rgba(16,13,12,0.42) 100%); }
}
.hero__inner { width: 100%; }
.hero h1 { margin-bottom: 0.22em; }
.hero__meta {
  display: flex; flex-wrap: wrap; gap: 0.45rem 1.6rem; margin-top: 2.3rem;
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-3);
}
.scroll-hint {
  position: absolute; right: var(--gutter); bottom: clamp(2.5rem, 6vw, 4.5rem);
  writing-mode: vertical-rl; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--text-3); display: flex; align-items: center; gap: 0.8rem;
}
.scroll-hint::after { content: ""; width: 1px; height: 3.5rem; background: linear-gradient(var(--red), transparent); }
@media (max-width: 62rem) { .scroll-hint { display: none; } }

.line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.line > span { display: block; transform: translateY(112%); animation: rise 1.25s var(--ease) forwards; animation-delay: var(--delay, 0ms); }
@keyframes rise { to { transform: none; } }
.fade-up { opacity: 0; animation: fadeUp 1s var(--ease) forwards; animation-delay: var(--delay, 0ms); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(1rem); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .line > span { transform: none; animation: none; } .fade-up { opacity: 1; animation: none; } }

/* ---------------- countdown ---------------- */

.countdown {
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1rem, 3vw, 2.6rem);
  margin-top: 2.5rem; padding: 1.25rem clamp(1.2rem, 3vw, 1.9rem);
  border: 1px solid var(--rule); border-radius: var(--r-lg);
  background: var(--glass); backdrop-filter: blur(18px) saturate(130%);
  width: fit-content; max-width: 100%;
}
.countdown__unit { display: flex; flex-direction: column; gap: 0.25rem; }
.countdown__n { font-family: var(--display); font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3.1rem); line-height: 0.95; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.countdown__unit:first-child .countdown__n { background: linear-gradient(102deg, var(--red-hi), var(--red-deep)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.countdown__l { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-3); }
.countdown__note { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); max-width: 10rem; line-height: 1.6; margin: 0; padding-left: clamp(0.5rem, 2vw, 1.4rem); border-left: 1px solid var(--rule); }

/* ---------------- ticker ---------------- */

.ticker { overflow: hidden; border-block: 1px solid var(--rule); padding-block: 1.5rem; user-select: none; background: var(--ink-2); }
.ticker__track { display: flex; width: max-content; gap: 3rem; animation: slide 56s linear infinite; }
.ticker__track span {
  display: flex; align-items: center; gap: 3rem; white-space: nowrap;
  font-family: var(--display); font-size: clamp(1.7rem, 1rem + 2.4vw, 3.2rem); line-height: 1;
  letter-spacing: -0.02em; color: rgba(243, 235, 228, 0.12);
}
.ticker__track span::after { content: ""; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: var(--red); opacity: 0.6; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

/* ---------------- grids ---------------- */

.split { display: grid; gap: clamp(2rem, 5vw, 5.5rem); grid-template-columns: 1fr; }
@media (min-width: 58rem) {
  .split { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); align-items: start; }
  .split--sticky > :first-child { position: sticky; top: 7.5rem; }
  .split--even { grid-template-columns: 1fr 1fr; }
}

/* ---------------- episode timeline ---------------- */

.timeline { margin-top: 3.5rem; border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; background: var(--ink-3); }
.timeline__track { display: grid; grid-template-columns: 1fr; }
@media (min-width: 52rem) { .timeline__track { grid-template-columns: 1.5fr 1fr 1.15fr; } }
.seg {
  position: relative; padding: clamp(1.6rem, 3vw, 2.6rem);
  border-bottom: 1px solid var(--rule);
  transition: background 0.5s var(--ease);
}
@media (min-width: 52rem) { .seg { border-bottom: 0; border-right: 1px solid var(--rule); } .seg:last-child { border-right: 0; } }
.seg:hover { background: rgba(243, 235, 228, 0.025); }
.seg__bar { height: 4px; border-radius: 3px; margin-bottom: 1.4rem; transform-origin: 0 50%; transform: scaleX(0); transition: transform 1s var(--ease) var(--d, 0ms); }
.is-in .seg__bar { transform: scaleX(1); }
.seg--1 .seg__bar { background: linear-gradient(90deg, var(--red-hi), var(--red)); }
.seg--2 .seg__bar { background: rgba(243, 235, 228, 0.3); }
.seg--3 .seg__bar { background: linear-gradient(90deg, var(--red-deep), var(--red)); }
.seg__meta { display: flex; flex-direction: column; gap: 0.3rem; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-3); margin-bottom: 1rem; }
.seg__meta span:last-child { color: var(--red); }
.seg h3 { margin-bottom: 0.45em; }
.seg p { font-size: 0.95rem; color: var(--text-2); }

/* ---------------- cards ---------------- */

.cards { display: grid; gap: 1.15rem; margin-top: 3.25rem; grid-template-columns: 1fr; }
@media (min-width: 52rem) { .cards { grid-template-columns: repeat(3, 1fr); } }
.cards--2 { grid-template-columns: 1fr; }
@media (min-width: 52rem) { .cards--2 { grid-template-columns: repeat(2, 1fr); } }

.card {
  position: relative; overflow: hidden; padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--rule); border-radius: var(--r-lg);
  background: linear-gradient(165deg, rgba(243, 235, 228, 0.05), rgba(243, 235, 228, 0.012));
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease);
}
.card:hover { transform: translateY(-4px); border-color: var(--rule-2); }
.card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(218, 44, 49, 0.16), transparent 62%);
  transition: opacity 0.5s var(--ease);
}
.card:hover::before { opacity: 1; }
.card__num { display: block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 1.2rem; }
.card p { font-size: 0.95rem; color: var(--text-2); }

.card--media { padding: 0; }
.card--media figure { margin: 0; }
.card--media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card--media .card__body { padding: clamp(1.5rem, 3vw, 2.2rem); }

/* ---------------- season gallery ---------------- */

.gallery { display: grid; gap: clamp(2rem, 4vw, 4rem); margin-top: 3.5rem; grid-template-columns: 1fr; }
@media (min-width: 62rem) { .gallery { grid-template-columns: 1.2fr 0.8fr; align-items: start; } }

.seasons { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.season { border-bottom: 1px solid var(--rule); }
.season button {
  width: 100%; display: grid; grid-template-columns: 2.8rem 1fr auto; align-items: center; gap: 1rem;
  padding: 1.2rem 0.4rem; background: none; border: 0; cursor: pointer; color: inherit; font: inherit;
  text-align: left; position: relative; isolation: isolate; transition: padding-left 0.45s var(--ease);
}
.season button::before {
  content: ""; position: absolute; inset: 0 -1rem; z-index: -1; border-radius: 10px;
  background: linear-gradient(90deg, rgba(218, 44, 49, 0.13), transparent 74%);
  transform: scaleX(0); transform-origin: 0 50%; transition: transform 0.5s var(--ease);
}
.season button:hover::before, .season.is-active button::before { transform: scaleX(1); }
.season button:hover, .season.is-active button { padding-left: 0.9rem; }
.season__n { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em; color: var(--red); }
.season__theme { font-family: var(--display); font-size: clamp(1.35rem, 1rem + 1.2vw, 2.1rem); letter-spacing: -0.025em; line-height: 1.1; transition: color 0.35s ease; }
.season.is-active .season__theme, .season button:hover .season__theme { color: var(--red-hi); }
.season__date { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-3); white-space: nowrap; }
@media (max-width: 34rem) { .season button { grid-template-columns: 2.2rem 1fr; } .season__date { grid-column: 2; } }

.gallery__stage { position: sticky; top: 6.5rem; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--rule); aspect-ratio: 3 / 4; background: var(--ink-2); margin: 0; }
.gallery__stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.05); transition: opacity 0.8s var(--ease), transform 1.5s var(--ease); }
.gallery__stage img.is-shown { opacity: 1; transform: none; }
.gallery__stage figcaption {
  position: absolute; inset: auto 0 0; padding: 1.6rem; z-index: 2;
  background: linear-gradient(to top, rgba(16,13,12,0.92), transparent);
  font-family: var(--display); font-size: 1.5rem; letter-spacing: -0.02em;
}
.gallery__stage figcaption small { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3); margin-top: 0.4rem; }
@media (max-width: 62rem) { .gallery__stage { display: none; } }

/* ---------------- figure / bars ---------------- */

.figure { margin: 3.5rem 0 0; border: 1px solid var(--rule); border-radius: var(--r-lg); padding: clamp(1.5rem, 4vw, 2.75rem); background: var(--ink-2); }
.figure__row + .figure__row { margin-top: 2.2rem; }
.figure__label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.9rem; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-3); }
.figure__row--ours .figure__label { color: var(--red); }
.bars { display: flex; align-items: flex-end; gap: 2px; height: 3.6rem; }
.bars i { display: block; flex: 1; height: var(--h, 40%); border-radius: 2px; background: rgba(243, 235, 228, 0.2); transform: scaleY(0); transform-origin: 50% 100%; transition: transform 0.7s var(--ease); transition-delay: calc(var(--i, 0) * 11ms); }
.figure__row--ours .bars i { background: linear-gradient(to top, var(--red-deep), var(--red-hi)); }
.figure.is-in .bars i { transform: scaleY(1); }
@media (prefers-reduced-motion: reduce) { .bars i { transform: scaleY(1); } }
.cut { flex: 0 0 2px; background: transparent !important; height: 100% !important; transform: none !important; position: relative; }
.cut::before { content: ""; position: absolute; inset: -0.5rem auto -0.5rem 0; width: 1px; background: repeating-linear-gradient(180deg, #E88C6A 0 4px, transparent 4px 8px); }
.figure__caption { margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid var(--rule); font-size: 0.92rem; color: var(--text-2); max-width: 42rem; }

/* ---------------- stats ---------------- */

.stats { display: grid; gap: 2rem; margin-top: 3.5rem; grid-template-columns: 1fr; }
@media (min-width: 46rem) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat__n {
  display: block; font-family: var(--display); font-variation-settings: "SOFT" 40; font-size: clamp(3.4rem, 2rem + 5vw, 6.5rem);
  line-height: 0.84; letter-spacing: -0.045em; margin-bottom: 0.55rem;
  background: linear-gradient(125deg, var(--red-hi), var(--red-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat p { font-size: 0.92rem; color: var(--text-2); max-width: 21rem; }

/* ---------------- media ---------------- */

.media { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--rule); background: var(--ink-2); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--tall { aspect-ratio: 4 / 5; }
.media--wide { aspect-ratio: 16 / 10; }
.media__tag {
  position: absolute; left: 1rem; bottom: 1rem; padding: 0.45rem 0.9rem; border-radius: 999px;
  background: rgba(16, 13, 12, 0.62); backdrop-filter: blur(10px); border: 1px solid var(--rule);
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-2);
}
.media--empty {
  display: grid; place-items: center; text-align: center; padding: 2rem;
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3);
  background: radial-gradient(120% 90% at 50% 0%, rgba(218, 44, 49, 0.12), transparent 62%), var(--ink-2);
}
.media--empty span { line-height: 1.9; }

.band { position: relative; overflow: hidden; isolation: isolate; }
.band__media { position: absolute; inset: 0; z-index: -2; }
.band__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to right, var(--ink) 10%, rgba(16,13,12,0.74) 54%, rgba(16,13,12,0.5)); }

/* ---------------- forms ---------------- */

.form { margin-top: 2rem; max-width: 34rem; }
.form--wide { max-width: 46rem; }
.form--glass { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid var(--rule); border-radius: var(--r-lg); background: var(--glass); backdrop-filter: blur(18px) saturate(130%); }
.field { margin-bottom: 1.2rem; }
.field label { display: block; margin-bottom: 0.5rem; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-3); }
.field .hint { display: block; margin-top: 0.4rem; font-family: var(--ui); font-size: 0.85rem; text-transform: none; letter-spacing: 0; color: var(--text-3); }
input, textarea, select {
  width: 100%; padding: 0.9rem 1.05rem; border-radius: var(--r-md);
  font-family: var(--ui); font-size: 0.98rem; font-weight: 300; color: var(--text);
  background: rgba(243, 235, 228, 0.045); border: 1px solid var(--rule-2);
  transition: border-color 0.25s ease, background 0.25s ease;
}
input::placeholder, textarea::placeholder { color: rgba(243, 235, 228, 0.28); }
input:hover, textarea:hover, select:hover { background: rgba(243, 235, 228, 0.065); }
input:focus, textarea:focus, select:focus { border-color: var(--red); outline: none; background: rgba(243, 235, 228, 0.08); }
textarea { min-height: 9rem; resize: vertical; line-height: 1.6; }
select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--red) 50%), linear-gradient(135deg, var(--red) 50%, transparent 50%);
  background-position: calc(100% - 1.2rem) 1.4rem, calc(100% - 0.85rem) 1.4rem;
  background-size: 0.35rem 0.35rem; background-repeat: no-repeat;
}
option { background: #1E1917; color: var(--text); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.inline-form { display: flex; gap: 0.65rem; flex-wrap: wrap; }
.inline-form input { flex: 1 1 14rem; }
.check { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.9rem; color: var(--text-2); }
.check input { width: 1.05rem; height: 1.05rem; flex: none; margin-top: 0.3rem; accent-color: var(--red); }
.form__status { margin-top: 1rem; font-size: 0.9rem; min-height: 1.4rem; }
.form__status[data-state="error"] { color: #EC9C7E; }
.form__status[data-state="ok"] { color: var(--red-hi); }

/* ---------------- plates, faq, notice ---------------- */

.plates { display: grid; gap: 0.7rem; margin-top: 2.5rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 52rem) { .plates { grid-template-columns: repeat(3, 1fr); } }
.plate {
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  padding: 1.1rem 1.3rem; border-radius: var(--r-md); border: 1px solid var(--rule);
  background: rgba(243, 235, 228, 0.025); font-family: var(--display); font-size: 1.15rem;
  letter-spacing: -0.02em; color: var(--text-2);
}
.plate small { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3); }

.notice { border-left: 2px solid var(--red); padding: 0.2rem 0 0.2rem 1.25rem; color: var(--text-2); font-size: 0.94rem; max-width: var(--measure); }

.faq { margin-top: 2.5rem; border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; list-style: none; padding: 1.35rem 2.5rem 1.35rem 0; position: relative; font-family: var(--display); font-size: clamp(1.2rem, 1rem + 0.6vw, 1.5rem); letter-spacing: -0.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0.25rem; top: 50%; translate: 0 -50%; color: var(--red); font-size: 1.4rem; line-height: 1; font-family: var(--ui); }
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 0 1.5rem; color: var(--text-2); }

/* ---------------- footer ---------------- */

.footer { border-top: 1px solid var(--rule); background: var(--ink-2); padding-block: 4rem 2.5rem; font-size: 0.88rem; color: var(--text-3); }
.footer__grid { display: grid; gap: 2.25rem; grid-template-columns: 1fr; margin-bottom: 2.75rem; }
@media (min-width: 46rem) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr; } }
.footer h4 { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin: 0 0 1rem; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.footer a { text-decoration: none; color: var(--text-2); transition: color 0.25s ease; }
.footer a:hover { color: var(--red-hi); }
.footer__base { display: flex; flex-wrap: wrap; gap: 0.7rem 1.5rem; justify-content: space-between; padding-top: 1.75rem; border-top: 1px solid var(--rule); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* ---------------- motion ---------------- */

.progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; z-index: 110; transform: scaleX(0); transform-origin: 0 50%; background: linear-gradient(90deg, var(--red-hi), var(--red-deep)); }
.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* Season rows carry the mythological frame alongside the theme. */
.season__theme { display: flex; flex-direction: column; gap: 0.25rem; }
.season__deity {
  font-family: var(--mono); font-style: normal; font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3);
  transition: color 0.35s ease;
}
.season.is-active .season__deity, .season button:hover .season__deity { color: var(--red); }
