/* ============================================================
   Beautiful Creatures — Retail Partnership Mini-Site
   Cinematic, scroll-driven pitch. Screen-first.
   Brand tokens come from ../styles.css.
   ============================================================ */

::selection { background: var(--green-leaf); color: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--color-bg); color: var(--text-primary);
  font-family: var(--font-body); overflow-x: hidden;
}
img { display: block; max-width: 100%; }

/* ---------------- fixed chrome ---------------- */
.chrome {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 54px);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.chrome.solid {
  background: rgba(251, 245, 231, 0.86);
  backdrop-filter: blur(12px) saturate(1.2);
  box-shadow: 0 1px 0 var(--hairline);
  padding-top: 12px; padding-bottom: 12px;
}
.chrome .brand { display: flex; align-items: center; gap: 14px; }
.chrome .brand img { height: clamp(26px, 2.6vw, 36px); width: auto; }
/* logo as a recolourable mask: yellow over the hero, ink once the bar is solid */
.chrome .brand .brandmark {
  display: block; height: clamp(26px, 2.6vw, 36px); width: clamp(150px, 17vw, 220px);
  background-color: #f6be2c;
  -webkit-mask: url(assets/wordmarks/bc-wordmark-ink.svg) left center / auto 100% no-repeat;
  mask: url(assets/wordmarks/bc-wordmark-ink.svg) left center / auto 100% no-repeat;
  transition: background-color .35s var(--ease-out);
}
.chrome.solid .brand .brandmark { background-color: #2c2418; }
.chrome .nav { display: flex; align-items: center; gap: clamp(8px, 1.6vw, 30px); }
.chrome .nav a.link {
  font-weight: 800; font-size: 15px; color: #f6be2c;
  text-decoration: none; letter-spacing: .01em; transition: color .35s var(--ease-out);
}
.chrome.solid .nav a.link { color: #2c2418; }
.chrome .nav a.link:hover { color: var(--green-deep); }
@media (max-width: 860px) { .chrome .nav a.link { display: none; } }
.chrome a.cta {
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
  background: var(--green-leaf); color: #fff; text-decoration: none; white-space: nowrap;
  padding: 11px 24px; border-radius: var(--radius-pill); box-shadow: 0 5px 0 rgba(30,122,46,0.28);
  transition: transform .18s var(--ease-bounce), background .2s;
}
.chrome a.cta:hover { background: var(--brand-primary-hover); transform: translateY(-2px); }
.chrome a.cta:active { transform: translateY(2px) scale(.97); box-shadow: 0 2px 0 rgba(30,122,46,0.28); }

.progress {
  position: fixed; top: 0; left: 0; height: 4px; width: 0; z-index: 90;
  background: linear-gradient(90deg, var(--green-leaf), var(--green-lime) 60%, var(--yellow-sun));
}

/* ---------------- section scaffold ---------------- */
.sec {
  position: relative; min-height: 100vh; display: flex; overflow: hidden;
  padding: clamp(96px, 12vh, 150px) clamp(22px, 5vw, 96px);
}
.sec.short { min-height: auto; }
.wrap { width: 100%; max-width: 1480px; margin: auto; position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-weight: 800; text-transform: uppercase; letter-spacing: .16em;
  font-size: clamp(12px, 1vw, 17px); color: var(--green-leaf); margin: 0 0 22px;
}
.eyebrow::before { content: ''; width: 38px; height: 4px; border-radius: 99px; background: var(--green-leaf); }
.eyebrow.on-dark { color: var(--green-lime); }
.eyebrow.on-dark::before { background: var(--green-lime); }

h1, h2, h3 { text-wrap: balance; }
.display {
  font-family: var(--font-display); font-weight: 800; line-height: .98; letter-spacing: -.015em;
  font-size: clamp(40px, 6.6vw, 108px); margin: 0;
}
.heading {
  font-family: var(--font-display); font-weight: 800; line-height: 1.04; letter-spacing: -.01em;
  font-size: clamp(32px, 4.6vw, 76px); margin: 0;
}
.lead {
  font-size: clamp(17px, 1.6vw, 27px); line-height: 1.5; color: var(--text-secondary);
  margin: 26px 0 0; max-width: 880px; text-wrap: pretty;
}
.lead strong { color: var(--text-primary); }
.cut { filter: var(--sticker-outline); pointer-events: none; }

/* ---------------- 01 · hero (video) ---------------- */
.hero { background: var(--green-deep); align-items: stretch; padding: 0; }
.hero video, .hero .poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
}
.hero .veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(120% 80% at 50% 18%, rgba(20,60,30,.15), rgba(20,55,28,.55) 70%, rgba(16,45,24,.82) 100%),
    linear-gradient(to bottom, rgba(16,45,24,.25), rgba(16,45,24,.05) 30%, rgba(16,45,24,.55));
}
.hero .wrap { display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: clamp(110px, 14vh, 160px) clamp(22px, 5vw, 96px) clamp(80px, 10vh, 120px); }
.hero .kicker {
  font-family: var(--font-wordmark); font-size: clamp(22px, 2.6vw, 40px); color: var(--yellow-sun);
  margin: 0 0 8px; transform: rotate(-2deg);
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.hero .mark { width: min(74vw, 760px); height: auto; filter: drop-shadow(0 14px 30px rgba(0,0,0,.4)); }
.hero .tagline {
  color: #fff; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(20px, 2.5vw, 40px); line-height: 1.12; margin: clamp(22px,3.4vh,40px) 0 0;
  max-width: 18ch; text-shadow: 0 3px 22px rgba(0,0,0,.5);
}
.hero .tagline em { font-style: normal; color: var(--yellow-soft); }
.hero .meta {
  margin-top: clamp(26px, 4vh, 48px); display: flex; gap: 12px 30px; flex-wrap: wrap;
  justify-content: center; color: rgba(255,255,255,.82);
  font-weight: 800; font-size: clamp(12px, 1.05vw, 17px); letter-spacing: .12em; text-transform: uppercase;
}
.hero .meta span { display: inline-flex; align-items: center; gap: 12px; }
.hero .meta span + span::before { content: ''; }
.hero .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow-sun); }
.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3;
  color: rgba(255,255,255,.8); font-weight: 800; font-size: 13px; letter-spacing: .18em;
  text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue .mouse {
  width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.7); border-radius: 14px; position: relative;
}
.scroll-cue .mouse::after {
  content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 7px; border-radius: 3px; background: #fff; animation: wheel 1.5s var(--ease-out) infinite;
}
@keyframes wheel { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 12px); } }
/* ---- menu-bar theme-song toggle (always reachable while scrolling) ---- */
.music-btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-family: var(--font-body); font-weight: 800; font-size: 14px; letter-spacing: .02em;
  padding: 9px 16px; border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255,255,255,.5); background: rgba(0,0,0,.28); color: #fff;
  backdrop-filter: blur(6px);
  transition: background .2s, color .2s, border-color .2s, transform .18s var(--ease-bounce);
}
.music-btn:hover { transform: translateY(-2px); }
.music-btn:active { transform: translateY(1px) scale(.97); }
.chrome.solid .music-btn {
  background: #fff; color: var(--green-deep); border-color: var(--hairline); box-shadow: var(--shadow-sm);
}
.music-btn .eq { display: inline-flex; align-items: flex-end; gap: 3px; height: 16px; }
.music-btn .eq i { width: 3px; height: 5px; border-radius: 2px; background: currentColor; transition: height .2s; }
.music-btn.playing .eq i { animation: eqbar .9s ease-in-out infinite; }
.music-btn.playing .eq i:nth-child(2) { animation-delay: .15s; }
.music-btn.playing .eq i:nth-child(3) { animation-delay: .3s; }
@keyframes eqbar { 0%,100% { height: 5px; } 50% { height: 16px; } }
@media (prefers-reduced-motion: reduce) { .music-btn.playing .eq i { animation: none; height: 11px; } }
@media (max-width: 420px) { .music-btn .lbl { display: none; } .music-btn { padding: 9px 13px; } }

.sound-toggle {
  position: absolute; right: clamp(18px,3vw,40px); bottom: 26px; z-index: 4;
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  background: rgba(0,0,0,.35); color: #fff; border: 1px solid rgba(255,255,255,.35);
  font-family: var(--font-body); font-weight: 800; font-size: 13px; letter-spacing: .06em;
  padding: 9px 16px; border-radius: var(--radius-pill); backdrop-filter: blur(6px);
  transition: background .2s, transform .18s var(--ease-bounce);
}
.sound-toggle:hover { background: rgba(0,0,0,.55); transform: translateY(-2px); }

/* ---------------- generic decorative foliage / characters ---------------- */
.decor { position: absolute; z-index: 1; pointer-events: none; }

/* ---------------- 02 · about ---------------- */
.about { background: var(--color-bg); }
.about .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
@media (max-width: 940px) { .about .grid { grid-template-columns: 1fr; } }
.about .cast {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  align-items: end; justify-items: center;
}
.about .cast img { filter: var(--sticker-outline); }
.about .cast img:nth-child(1) { height: clamp(170px, 26vw, 320px); }
.about .cast img:nth-child(2) { height: clamp(150px, 23vw, 290px); }
.about .cast img:nth-child(3) { height: clamp(160px, 24vw, 300px); }
.about .cast img:nth-child(4) { height: clamp(140px, 21vw, 260px); }
.factstrip { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(26px,4vh,42px); }
.pill {
  display: inline-flex; align-items: center; gap: 10px; background: #fff; box-shadow: var(--shadow-md);
  border-radius: var(--radius-pill); padding: 12px 22px; font-weight: 800; font-size: clamp(14px,1.2vw,19px);
}
.pill b { font-family: var(--font-display); color: var(--green-deep); }

/* ---------------- cast name strip ---------------- */
.castnames { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 22px; }
.castchip { font-family: var(--font-display); font-weight: 800; font-size: clamp(13px,1.1vw,18px);
  padding: 8px 16px; border-radius: var(--radius-pill); background: var(--green-tint); color: var(--green-deep); }
.castchip i { font-style: normal; opacity: .6; font-weight: 700; }

/* ---------------- 03 · audience ---------------- */
.audience { background: var(--sand-100); }
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 30px); margin-top: clamp(30px,5vh,52px); }
@media (max-width: 940px) { .aud-grid { grid-template-columns: 1fr; } }
.aud-card {
  background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-md);
  padding: clamp(26px, 2.6vw, 40px); position: relative; overflow: hidden;
  transition: transform .3s var(--ease-bounce), box-shadow .3s;
}
.aud-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.aud-card .ico {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center;
  margin-bottom: 18px; color: #fff;
}
.aud-card .ico svg { width: 28px; height: 28px; }
.aud-card:nth-child(1) .ico { background: var(--rose-imvubu); }
.aud-card:nth-child(2) .ico { background: var(--orange-lion); }
.aud-card:nth-child(3) .ico { background: var(--green-leaf); }
.aud-card h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(21px,2vw,32px); margin: 0 0 10px; }
.aud-card p { font-size: clamp(14px,1.25vw,20px); line-height: 1.5; color: var(--text-secondary); margin: 0; }

/* ---------------- 04 · market size ---------------- */
.market { background: var(--green-deep); color: #fff; }
.market .heading, .market .display { color: #fff; }
.market .lead { color: rgba(251,245,231,.82); }
.bignum-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(22px,3vw,48px) clamp(26px,3vw,56px); margin-top: clamp(36px,6vh,68px); }
@media (max-width: 1040px) { .bignum-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bignum-grid { grid-template-columns: 1fr; } }
.bignum { border-top: 4px solid rgba(255,255,255,.22); padding-top: 18px; }
.bignum .n {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(46px, 5.4vw, 92px);
  line-height: .95; letter-spacing: -.02em; margin: 0;
}
.bignum:nth-child(1) .n { color: var(--yellow-sun); }
.bignum:nth-child(2) .n { color: var(--pink-soft); }
.bignum:nth-child(3) .n { color: var(--green-lime); }
.bignum:nth-child(4) .n { color: var(--teal-sky); }
.bignum .lab { font-size: clamp(13px,1.2vw,19px); font-weight: 700; line-height: 1.4; color: rgba(251,245,231,.8); margin: 12px 0 0; }
.market .source { margin-top: clamp(28px,4vh,46px); font-size: clamp(12px,1vw,16px); color: rgba(251,245,231,.5); font-weight: 700; max-width: 1100px; }

/* horizons (geo expansion) */
.horizons { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,26px); margin-top: clamp(30px,5vh,52px); }
@media (max-width: 940px) { .horizons { grid-template-columns: 1fr; } }
.horizon { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); padding: clamp(22px,2.4vw,34px); }
.horizon .tag { font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: clamp(11px,1vw,15px); color: var(--yellow-soft); margin: 0 0 12px; }
.horizon h4 { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px,1.9vw,30px); margin: 0 0 8px; color: #fff; }
.horizon p { font-size: clamp(14px,1.2vw,19px); line-height: 1.5; color: rgba(251,245,231,.78); margin: 0; }

/* ---------------- 05 · why partner ---------------- */
.why { background: var(--color-bg); }
.why-list { margin-top: clamp(26px,4vh,42px); }
.why-row {
  display: grid; grid-template-columns: 88px 1fr; gap: clamp(18px,3vw,46px); align-items: baseline;
  padding: clamp(22px,3.4vh,38px) 0; border-top: 2px solid var(--hairline);
}
.why-row:last-child { border-bottom: 2px solid var(--hairline); }
.why-row .num { font-family: var(--font-character); font-size: clamp(28px,3vw,52px); color: var(--sand-300); transition: color .3s; }
.why-row:hover .num { color: var(--green-leaf); }
.why-row h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(23px,2.6vw,44px); margin: 0; }
.why-row p { font-size: clamp(15px,1.4vw,24px); line-height: 1.45; color: var(--text-secondary); margin: 0; max-width: 620px; }
.why-row .body { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(14px,3vw,46px); align-items: baseline; }
@media (max-width: 860px) { .why-row { grid-template-columns: 56px 1fr; } .why-row .body { grid-template-columns: 1fr; gap: 8px; } }

/* ---------------- 06 · arena ---------------- */
.arena { background: var(--cocoa-900); color: #fff; }
.arena .heading, .arena .display { color: #fff; }
.arena .lead { color: rgba(251,245,231,.8); }
.arena .ribbon {
  display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
  margin-top: clamp(30px,5vh,54px); padding-bottom: clamp(24px,4vh,40px); border-bottom: 1px solid rgba(255,255,255,.16);
}
.arena .ribbon .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(52px,7vw,120px); line-height: .9; color: var(--green-lime); }
.arena .ribbon .lbl { font-size: clamp(15px,1.4vw,24px); font-weight: 700; color: rgba(251,245,231,.85); max-width: 640px; }
.chan-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,1.6vw,22px); margin-top: clamp(28px,4.6vh,48px); }
@media (max-width: 1040px) { .chan-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .chan-grid { grid-template-columns: 1fr; } }
.chan {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg);
  padding: clamp(20px,2vw,28px); transition: background .25s, transform .25s var(--ease-bounce);
}
.chan:hover { background: rgba(255,255,255,.11); transform: translateY(-4px); }
.chan .k { font-family: var(--font-display); font-weight: 800; font-size: clamp(18px,1.7vw,27px); margin: 0 0 6px; }
.chan .k em { font-style: normal; color: var(--yellow-sun); }
.chan .v { font-size: clamp(13px,1.15vw,18px); line-height: 1.45; color: rgba(251,245,231,.72); margin: 0; }
.arena .note { margin-top: clamp(24px,4vh,40px); font-size: clamp(12px,1vw,16px); color: rgba(251,245,231,.5); font-weight: 700; }

/* ---------------- 07 · merch range ---------------- */
.merch { background: var(--sand-50); }
.merch .head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.merch-grid {
  display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(120px, 13vw, 200px);
  gap: clamp(12px, 1.4vw, 22px); margin-top: clamp(30px,5vh,52px);
}
.mcard {
  position: relative; border-radius: var(--radius-xl); overflow: hidden; background: #fff;
  box-shadow: var(--shadow-md); transition: transform .35s var(--ease-bounce), box-shadow .35s;
}
.mcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.mcard img { width: 100%; height: 100%; object-fit: cover; }
.mcard.contain { background: var(--green-tint); }
.mcard.contain img { object-fit: contain; padding: clamp(10px,1.4vw,22px); }
.mcard video { width: 100%; height: 100%; object-fit: cover; }
.mcard .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 12px;
  font-family: var(--font-display); font-weight: 800; font-size: clamp(13px,1.1vw,18px); color: #fff;
  background: linear-gradient(to top, rgba(20,20,12,.74), transparent);
}
/* layout spans */
.mcard { grid-row: span 2; }
.col3 { grid-column: span 3; }
.col4 { grid-column: span 4; }
.col5 { grid-column: span 5; }
@media (max-width: 940px) {
  .merch-grid { grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(140px, 28vw, 200px); }
  .col3, .col4, .col5 { grid-column: span 6; }
}
@media (max-width: 560px) {
  .col3, .col4, .col5 { grid-column: span 12; }
}
.range-note { margin-top: clamp(22px,3.4vh,38px); font-size: clamp(13px,1.15vw,19px); font-weight: 700; color: var(--text-secondary); max-width: 900px; }

/* ---------------- 08 · the ask ---------------- */
.ask { background: var(--green-leaf); color: #fff; }
.ask .eyebrow { color: #fff; }
.ask .eyebrow::before { background: #fff; }
.ask .display { color: #fff; }
.ask .lead { color: rgba(255,255,255,.92); }
.ask .deal { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px,2vw,26px); margin-top: clamp(34px,5.5vh,58px); }
@media (max-width: 860px) { .ask .deal { grid-template-columns: 1fr; } }
.deal-card {
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-xl);
  padding: clamp(26px,3vw,42px); backdrop-filter: blur(2px);
}
.deal-card.give { background: #fff; color: var(--text-primary); border-color: transparent; box-shadow: var(--shadow-lg); }
.deal-card .role { font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: clamp(12px,1vw,16px); margin: 0 0 16px; }
.deal-card.give .role { color: var(--green-leaf); }
.deal-card:not(.give) .role { color: rgba(255,255,255,.8); }
.deal-card h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px,2.6vw,40px); line-height: 1.1; margin: 0 0 18px; }
.deal-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.deal-card li { display: flex; gap: 13px; align-items: flex-start; font-size: clamp(15px,1.35vw,21px); line-height: 1.4; }
.deal-card li svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }
.deal-card.give li svg { color: var(--green-leaf); }
.deal-card:not(.give) li svg { color: var(--yellow-soft); }
.ask .terms { margin-top: clamp(26px,4vh,44px); display: flex; gap: 12px; flex-wrap: wrap; }
.ask .terms .tchip { background: rgba(255,255,255,.18); border-radius: var(--radius-pill); padding: 10px 20px; font-weight: 800; font-size: clamp(13px,1.15vw,18px); }
.ask .opener { margin-top: clamp(24px,4vh,40px); font-family: var(--font-display); font-weight: 800; font-size: clamp(20px,2.2vw,36px); }

/* ---------------- 09 · contact ---------------- */
.contact { background: var(--cocoa-900); color: #fff; }
.contact .mark { width: min(54vw, 600px); height: auto; margin-bottom: clamp(24px,4vh,46px); }
.contact .heading { color: #fff; max-width: 16ch; }
.contact .heading em { font-style: normal; color: var(--yellow-sun); }
.contact-row { display: flex; gap: clamp(34px,5vw,90px); margin-top: clamp(30px,5vh,56px); flex-wrap: wrap; }
.contact-row .k { font-size: clamp(12px,1vw,17px); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; color: var(--green-lime); margin: 0 0 8px; }
.contact-row .v { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px,2vw,34px); margin: 0; }
.contact-row .v a { color: #fff; text-decoration: none; }
.contact-row .v small { display: block; font-size: clamp(14px,1.3vw,21px); font-weight: 700; color: rgba(251,245,231,.6); margin-top: 6px; }
.contact .partners { margin-top: clamp(40px,6vh,72px); display: flex; align-items: center; gap: clamp(20px,3vw,46px); flex-wrap: wrap; padding-top: clamp(26px,4vh,40px); border-top: 1px solid rgba(255,255,255,.15); }
.contact .partners span { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(251,245,231,.45); }
.contact .partners img { height: clamp(26px,2.4vw,40px); width: auto; opacity: .92; filter: brightness(0) invert(1); }
.contact .fineprint { margin-top: clamp(30px,5vh,56px); font-size: clamp(12px,1vw,16px); color: rgba(251,245,231,.4); font-weight: 700; }

/* ---------------- reveal + parallax (JS-gated) ---------------- */
body.js-anim .reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
body.js-anim .reveal.in { opacity: 1; transform: none; }
body.js-anim .reveal.d1 { transition-delay: .08s; }
body.js-anim .reveal.d2 { transition-delay: .16s; }
body.js-anim .reveal.d3 { transition-delay: .24s; }
body.js-anim .reveal.d4 { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  body.js-anim .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .scroll-cue .mouse::after { animation: none; }
  html { scroll-behavior: auto; }
}
