/* ventoluxia.com — literary colored-band editorial (fable) — handwritten CSS.
   Cream surfaces, EB Garamond display serif, Rethink Sans body, forest+sky bands. */

:root {
  --forest: #064c37;
  --forest-deep: #043526;
  --sky: #43a1d7;
  --sky-deep: #2f7fb0;
  --cream: #f7f4ee;
  --cream-2: #efe9df;
  --ink: #161015;
  --plum: #292229;
  --graphite: #3f383d;
  --char: #070607;
  --white: #ffffff;
  --fog: #ededed;
  --sun: #f2a63b;
  --coral: #e0674a;

  --serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --sans: "Rethink Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --maxw: 1180px;
  --pad: clamp(18px, 5vw, 84px);
  --band-y: clamp(52px, 8vw, 108px);
  --radius-pill: 60px;
  --radius-card: 16px;
  --radius-lg: 40px;
  --shadow: 0 4px 20px rgba(0, 0, 0, .12);
  --shadow-2: 0 18px 44px rgba(6, 40, 30, .16);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--white);
  color: var(--graphite);
  font-family: var(--sans);
  font-size: clamp(16px, 1.05vw + 13px, 18px);
  line-height: 1.62;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.6rem, 6.4vw, 4.9rem); line-height: 0.92; }
h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.95rem); line-height: 1.02; }
p { margin: 0 0 1rem; }
a { color: inherit; }

img, svg { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sun);
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; display: inline-block; }
.eyebrow.on-light { color: var(--forest); }

.lede { font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.55; max-width: 56ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-weight: 600; font-size: .98rem;
  letter-spacing: -0.01em;
  padding: 15px 30px; border-radius: var(--radius-pill);
  border: 0; cursor: pointer; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn-dark { background: var(--plum); color: var(--white); box-shadow: var(--shadow); }
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.24); }
.btn-white { background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.28); }
.btn-ghost { background: transparent; border: 1.5px solid currentColor; color: inherit; }
.btn-ghost:hover { transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }

.textlink { color: inherit; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; font-weight: 500; }
.textlink:hover { text-decoration-thickness: 2px; }

/* ---------- header ---------- */
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 999; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

.site-head { background: var(--forest); color: var(--cream); }
.nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 40px); padding-block: 18px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--cream); font-family: var(--serif); font-size: 1.5rem; letter-spacing: -0.01em; }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand em { font-style: italic; color: var(--sun); }
.nav-links { display: flex; gap: clamp(14px, 2vw, 30px); list-style: none; margin: 0 0 0 auto; padding: 0; }
.nav-links a { color: var(--cream); text-decoration: none; font-weight: 500; font-size: .96rem; padding: 6px 2px; border-bottom: 2px solid transparent; transition: border-color .15s; }
.nav-links a:hover { border-color: var(--sun); }
.nav-cta { flex: none; }
.nav .nav-cta { margin-left: 6px; padding: 11px 22px; }
.burger { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; padding: 9px; margin-left: auto; }
.burger span { display: block; height: 2px; background: var(--cream); border-radius: 2px; margin: 5px 0; transition: .25s; }
.mobile-menu { display: none; background: var(--forest-deep); }
.mobile-menu ul { list-style: none; margin: 0; padding: 12px var(--pad) 26px; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu a { color: var(--cream); text-decoration: none; padding: 12px 0; border-bottom: 1px solid rgba(247,244,238,.12); font-weight: 500; }
.mobile-menu .btn { margin-top: 14px; align-self: flex-start; }

@media (max-width: 860px) {
  .nav-links, .nav .nav-cta { display: none; }
  .burger { display: block; }
  .mobile-menu.open { display: block; }
}

/* ---------- bands ---------- */
.band { padding-block: var(--band-y); }
.band-forest { background: var(--forest); color: var(--cream); }
.band-forest h1, .band-forest h2, .band-forest h3 { color: var(--white); }
.band-sky { background: var(--sky); color: #06303f; }
.band-sky h1, .band-sky h2, .band-sky h3 { color: #052532; }
.band-cream { background: var(--cream); color: var(--graphite); }
.band-cream-2 { background: var(--cream-2); color: var(--graphite); }
.band-white { background: var(--white); color: var(--graphite); }
.band-char { background: var(--char); color: #c9c4c0; }

.band-forest .eyebrow, .band-sky .eyebrow { color: var(--sun); }
.band-sky .eyebrow { color: #08405a; }

/* two-column band layout */
.split { display: grid; gap: clamp(28px, 5vw, 64px); align-items: center; grid-template-columns: 1.05fr 0.95fr; }
.split.flip .split-media { order: -1; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split.flip .split-media { order: 0; } }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero .split { align-items: center; }
.hero h1 { max-width: 12ch; }
.hero .lede { margin-top: 1.2rem; color: rgba(247,244,238,.86); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; align-items: center; }
.trust-line { display: flex; align-items: center; gap: .55rem; margin-top: 1.7rem; font-size: .9rem; color: rgba(247,244,238,.72); }
.trust-line svg { width: 18px; height: 18px; flex: none; color: var(--sun); }
.hero-art { position: relative; }
.hero-art img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-2); }

/* leque de capturas dos cinco jogos */
.hero-fan { display: flex; justify-content: center; align-items: center; max-width: 620px; margin-inline: auto; padding-inline: 16px; }
.hero-art .hero-fan img {
  width: 23%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; display: block;
  border-radius: 14px; margin-inline: -1.4%;
  box-shadow: 0 16px 34px rgba(3, 24, 18, .38);
  outline: 3px solid rgba(247, 244, 238, .92); outline-offset: -3px;
}
.hero-art .hero-fan img:nth-child(1) { rotate: -9deg;  translate: 0 5%;   z-index: 1; }
.hero-art .hero-fan img:nth-child(2) { rotate: -4.5deg; translate: 0 -1%; z-index: 2; }
.hero-art .hero-fan img:nth-child(3) { rotate: 0deg;   translate: 0 -5%;  z-index: 3; width: 26%; }
.hero-art .hero-fan img:nth-child(4) { rotate: 4.5deg; translate: 0 -1%;  z-index: 2; }
.hero-art .hero-fan img:nth-child(5) { rotate: 9deg;   translate: 0 5%;   z-index: 1; }
.confetti { position: absolute; border-radius: 50%; }

/* ---------- metrics / dataviz ---------- */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.6vw, 20px); }
@media (max-width: 720px) { .metrics { grid-template-columns: repeat(2, 1fr); } }
.metric {
  background: var(--white); border-radius: var(--radius-card); padding: clamp(20px, 2.4vw, 30px);
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 6px;
}
.metric .num { font-family: var(--serif); font-size: clamp(2.6rem, 4.6vw, 3.6rem); line-height: 1; color: var(--forest); }
.metric .lab { font-size: .9rem; color: var(--graphite); line-height: 1.35; }
.metric .sub { font-size: .78rem; color: #8b847f; }
.metric.accent { background: var(--forest); }
.metric.accent .num { color: var(--sun); }
.metric.accent .lab, .metric.accent .sub { color: rgba(247,244,238,.82); }

.ratings { margin-top: clamp(30px, 4vw, 48px); background: var(--white); border-radius: var(--radius-card); padding: clamp(22px, 3vw, 38px); box-shadow: var(--shadow); }
.ratings h3 { color: var(--ink); margin-bottom: .3rem; }
.ratings .cap { font-size: .82rem; color: #8b847f; margin-bottom: 1.4rem; }
.bar-row { display: grid; grid-template-columns: 150px 1fr 42px; align-items: center; gap: 14px; margin-bottom: 14px; }
.bar-row .name { font-size: .9rem; font-weight: 500; color: var(--ink); }
.bar-track { background: var(--cream-2); border-radius: 20px; height: 15px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 20px; width: 0; transition: width 1s cubic-bezier(.2,.7,.2,1); }
.bar-row .val { font-size: .86rem; font-weight: 600; color: var(--forest); text-align: right; }
@media (max-width: 560px) { .bar-row { grid-template-columns: 110px 1fr 38px; gap: 9px; } .bar-row .name { font-size: .82rem; } }

/* ---------- icon grid (preview anchors) ---------- */
.icongrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(10px, 1.4vw, 18px); }
@media (max-width: 760px) { .icongrid { grid-template-columns: repeat(2, 1fr); } }
.icontile {
  text-decoration: none; color: var(--ink); background: var(--white); border-radius: var(--radius-card);
  padding: 20px 16px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
  box-shadow: var(--shadow); transition: transform .18s ease;
}
.icontile:hover { transform: translateY(-4px); }
.icontile .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; }
.icontile .ic svg { width: 26px; height: 26px; }
.icontile img.ic { height: auto; object-fit: cover; box-shadow: var(--shadow); }
.icontile .t { font-family: var(--serif); font-size: 1.15rem; line-height: 1.02; }
.icontile .g { font-size: .78rem; color: #8b847f; }
@media (prefers-reduced-motion: reduce) { .icontile:hover { transform: none; } }

/* ---------- game cards / catalog ---------- */
.catalog { display: flex; flex-direction: column; }
.gamecard { padding-block: clamp(44px, 6vw, 88px); }
.gamecard .split { align-items: center; }
.gamecard .gc-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-2); }
.gc-attr { font-size: .74rem; margin-top: .7rem; opacity: .7; }

/* screenshot trio */
.gc-shots { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: clamp(8px, 1vw, 14px); max-width: 540px; margin-inline: auto; }
.gamecard .gc-media .gc-shots img,
.hero-art .gc-shots img { width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; display: block; border-radius: var(--radius-card); box-shadow: var(--shadow-2); }
.gc-shots img:nth-child(2) { transform: translateY(-6%); }
@media (prefers-reduced-motion: reduce) { .gc-shots img:nth-child(2) { transform: none; } }

/* app icon next to the title */
.gc-title { display: flex; align-items: center; gap: clamp(12px, 1.4vw, 18px); margin-bottom: clamp(1rem, 2.2vw, 1.7rem); }
.gc-title h2 { margin: 0; }
.gc-icon { width: clamp(52px, 5vw, 68px); height: auto; flex: none; border-radius: 22%; box-shadow: var(--shadow); }

.gc-index { font-family: var(--serif); font-size: 1rem; letter-spacing: .12em; opacity: .6; margin-bottom: .5rem; }
.gc-genre { display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: 6px 14px; border-radius: var(--radius-pill); margin-bottom: 1rem; }
.band-forest .gc-genre { background: rgba(247,244,238,.14); color: var(--sun); }
.band-sky .gc-genre { background: rgba(5,40,55,.12); color: #052532; }

.gc-hook { font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.5; margin-bottom: 1rem; }
.gamecard .gc-body p { max-width: 54ch; }
.band-forest .gc-body p { color: rgba(247,244,238,.86); }
.band-sky .gc-body p { color: #093a4e; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 1.2rem 0; }
.tag { font-size: .78rem; font-weight: 500; padding: 6px 13px; border-radius: var(--radius-pill); display: inline-flex; align-items: center; gap: 6px; }
.band-forest .tag { background: rgba(247,244,238,.12); color: var(--cream); }
.band-sky .tag { background: rgba(255,255,255,.5); color: #063040; }
.tag svg { width: 14px; height: 14px; }

.gc-flag { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; line-height: 1.45; padding: 13px 16px; border-radius: 12px; margin: 1.1rem 0; }
.band-forest .gc-flag { background: rgba(0,0,0,.16); color: rgba(247,244,238,.9); }
.band-sky .gc-flag { background: rgba(255,255,255,.42); color: #073042; }
.gc-flag svg { width: 18px; height: 18px; flex: none; margin-top: 1px; color: var(--sun); }
.band-sky .gc-flag svg { color: var(--coral); }

.gc-perks { list-style: none; margin: 1.1rem 0; padding: 0; display: grid; gap: 8px; }
.gc-perks li { position: relative; padding-left: 26px; font-size: .93rem; line-height: 1.42; }
.gc-perks li::before { content: ""; position: absolute; left: 0; top: 7px; width: 13px; height: 13px; border-radius: 50%; background: var(--sun); }
.band-forest .gc-perks li { color: rgba(247,244,238,.88); }

.store-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.4rem; }
.meta-row { display: flex; flex-wrap: wrap; gap: 6px 20px; font-size: .82rem; margin-top: .3rem; opacity: .82; }
.meta-row span { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- genres filter ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 1.6rem 0 0; }
.chip {
  font-family: var(--sans); font-weight: 600; font-size: .88rem; letter-spacing: -0.01em;
  padding: 9px 18px; border-radius: var(--radius-pill); border: 1.5px solid rgba(6,40,30,.2);
  background: transparent; color: var(--forest); cursor: pointer; transition: .16s;
}
.chip[aria-pressed="true"] { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.chip:hover { border-color: var(--forest); }
.filter-status { font-size: .85rem; color: #8b847f; margin-top: 1rem; }

.mini-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin-top: 1.8rem; }
.mini { background: var(--white); border-radius: var(--radius-card); padding: 20px; box-shadow: var(--shadow); display: none; }
.mini.show { display: block; }
.mini .g { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sun); font-weight: 700; }
.mini h3 { font-size: 1.35rem; margin: .4rem 0 .3rem; }
.mini p { font-size: .9rem; margin: 0 0 .9rem; }
.mini a { font-size: .86rem; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 30px); margin-top: clamp(30px, 4vw, 48px); counter-reset: step; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step { counter-increment: step; position: relative; padding-top: 12px; }
.step .n { font-family: var(--serif); font-size: 3rem; color: var(--sky); line-height: 1; display: block; margin-bottom: .4rem; }
.step h3 { font-size: 1.3rem; }
.step p { font-size: .95rem; }

/* ---------- transparency / two cols list ---------- */
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 44px); }
@media (max-width: 720px) { .twocol { grid-template-columns: 1fr; } }
.honest-list { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: 14px; }
.honest-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; line-height: 1.5; }
.honest-list svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--sun); }

/* ---------- featured ---------- */
.featured-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-2); overflow: hidden; max-width: 300px; margin-inline: auto; }
.featured-card .fc-media img { width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; display: block; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0; margin-top: clamp(24px, 3vw, 40px); max-width: 820px; }
.faq details { border-top: 1.5px solid rgba(6,40,30,.14); padding: 6px 0; }
.faq details:last-child { border-bottom: 1.5px solid rgba(6,40,30,.14); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); color: var(--ink); position: relative; line-height: 1.1; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%) rotate(0deg); font-family: var(--sans); font-weight: 400; font-size: 1.9rem; color: var(--sky); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details[open] summary { color: var(--forest); }
.faq p { padding: 0 44px 20px 0; margin: 0; font-size: .98rem; color: var(--graphite); }

/* ---------- prose (content/legal pages) ---------- */
.prose { max-width: 74ch; }
.prose h2 { margin-top: 2.2rem; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.prose h3 { margin-top: 1.6rem; color: var(--forest); font-family: var(--serif); }
.prose p, .prose li { font-size: 1.02rem; line-height: 1.68; }
.prose ul, .prose ol { padding-left: 1.2rem; }
.prose li { margin-bottom: .5rem; }
.prose a { color: var(--forest); }
.page-head { padding-block: clamp(50px, 8vw, 96px) clamp(30px, 4vw, 48px); }
.page-head .lede { color: rgba(247,244,238,.86); margin-top: 1rem; }
.legal-note { font-size: .82rem; color: #8b847f; border-left: 3px solid var(--sun); padding: 6px 0 6px 14px; margin: 1.4rem 0; }

/* curator card */
.curator { display: grid; grid-template-columns: 128px 1fr; gap: 24px; align-items: center; background: var(--white); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 36px); box-shadow: var(--shadow); }
@media (max-width: 560px) { .curator { grid-template-columns: 1fr; text-align: left; } }
.curator .avatar { width: 128px; height: 128px; border-radius: 50%; overflow: hidden; background: var(--forest); }
.curator .avatar svg { width: 100%; height: 100%; }
.curator h3 { margin: 0 0 .3rem; }
.curator .role { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--sun); font-weight: 700; margin-bottom: .7rem; }
.curator p { font-size: .96rem; margin: 0; }

/* ---------- contact form ---------- */
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); box-shadow: var(--shadow-2); max-width: 560px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--ink); }
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  padding: 13px 16px; border: 1.5px solid var(--cream-2); border-radius: 12px; background: var(--cream);
  transition: border-color .15s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--forest); }
.field textarea { resize: vertical; min-height: 120px; }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .88rem; line-height: 1.4; color: var(--graphite); }
.consent input { width: 20px; height: 20px; flex: none; margin-top: 2px; accent-color: var(--forest); }
.consent a { color: var(--forest); }
.form-note { font-size: .82rem; color: #8b847f; margin-top: 1rem; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-detail { display: grid; gap: 6px; margin-bottom: 1.6rem; }
.contact-detail .k { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: var(--sun); font-weight: 700; }
.contact-detail .v { font-size: 1.05rem; color: var(--ink); }

/* ---------- footer ---------- */
.site-foot { background: var(--char); color: #b7b2ae; padding-block: clamp(48px, 6vw, 80px) 34px; font-size: .92rem; }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
@media (max-width: 760px) { .foot-top { grid-template-columns: 1fr; gap: 34px; } }
.foot-brand .brand { color: var(--cream); margin-bottom: 1rem; }
.foot-brand p { max-width: 42ch; font-size: .92rem; color: #928d89; }
.foot-col h4 { font-family: var(--sans); font-weight: 600; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #7c7772; margin-bottom: 1rem; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot-col a { color: #c9c4c0; text-decoration: none; }
.foot-col a:hover { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.foot-mail { color: var(--sun); text-decoration: none; }
.disclaimer { margin-top: clamp(34px, 5vw, 54px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: .78rem; line-height: 1.55; color: #7c7772; max-width: 90ch; }
.foot-legal { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; font-size: .8rem; color: #6c6763; }
.foot-legal a { color: #8b857f; text-decoration: none; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* utility */
.mt-s { margin-top: 1.2rem; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.section-label { display: block; margin-bottom: .8rem; }
.big-quote { font-family: var(--serif); font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.15; color: var(--ink); max-width: 22ch; }
.band-forest .big-quote { color: var(--white); }
