/* ============================================================
   YHS 2027 v1.1 — Marshall's Famous Hot Sauce
   Dark editorial luxury, anti-formula pass.
   Every section has its own anatomy — no repeated scaffolds.
   ============================================================ */

:root {
  --ink: #0B0603;
  --coal: #160C05;
  --ember: #F2620F;
  --chili: #C21F0E;
  --gold: #D9A441;
  --cream: #F6EFE4;
  --cream-dim: rgba(246, 239, 228, 0.6);
  --hairline: rgba(246, 239, 228, 0.13);
  --hairline-soft: rgba(246, 239, 228, 0.07);
  --ease-lux: cubic-bezier(0.32, 0.72, 0, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection { background: var(--ember); color: var(--ink); }

/* Film grain */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 60;
  pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

/* ---------- Type voices ---------- */
.yhs-serif {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 55, "WONK" 1;
  font-weight: 460;
  line-height: 0.96;
  letter-spacing: -0.022em;
}
.yhs-serif em { font-style: italic; font-weight: 360; }
.yhs-micro {
  font-family: "Archivo", sans-serif;
  font-stretch: 118%;
  font-weight: 620;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.yhs-micro b { color: var(--ember); font-weight: 700; }
.yhs-kicker {
  display: flex; align-items: center; gap: 1rem;
}
.yhs-kicker::after { content: ""; height: 1px; flex: 0 0 3.5rem; background: var(--hairline); }
.yhs-body { color: var(--cream-dim); font-size: 1.03rem; line-height: 1.75; }

/* ---------- Buttons ---------- */
.yhs-btn {
  display: inline-flex; align-items: center; gap: 0.85rem;
  border-radius: 999px;
  padding: 0.55rem 0.55rem 0.55rem 1.5rem;
  font-weight: 600; font-size: 0.95rem;
  text-decoration: none !important;
  transition: transform 0.5s var(--ease-lux), box-shadow 0.5s var(--ease-lux);
  will-change: transform;
}
.yhs-btn:active { transform: scale(0.98); }
.yhs-btn .cta-orb {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.25rem; height: 2.25rem; border-radius: 999px;
  transition: transform 0.5s var(--ease-lux);
}
.yhs-btn:hover .cta-orb { transform: translate(3px, -1px) scale(1.06); }
.yhs-btn--ember {
  background: linear-gradient(135deg, var(--ember), var(--chili));
  color: #14060a !important;
  box-shadow: 0 8px 32px -12px rgba(242, 98, 15, 0.55);
}
.yhs-btn--ember:hover { box-shadow: 0 14px 44px -12px rgba(242, 98, 15, 0.7); }
.yhs-btn--ember .cta-orb { background: rgba(11, 6, 3, 0.18); }

/* Text-link CTA (sauce plates) */
.yhs-linkcta {
  display: inline-flex; align-items: baseline; gap: 0.6rem;
  font-family: "Archivo", sans-serif; font-stretch: 112%;
  font-weight: 650; font-size: 0.8rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--cream) !important; text-decoration: none !important;
  border-bottom: 1px solid var(--ember);
  padding-bottom: 0.45rem;
  transition: border-color 0.4s var(--ease-lux), color 0.4s var(--ease-lux);
}
.yhs-linkcta .arr { color: var(--ember); transition: transform 0.4s var(--ease-lux); display: inline-block; }
.yhs-linkcta:hover { color: var(--ember) !important; }
.yhs-linkcta:hover .arr { transform: translateX(4px); }

/* ---------- Header ---------- */
.yhs-nav-wrap {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; justify-content: center;
  padding: 1.25rem 1rem 0;
  pointer-events: none;
}
.yhs-nav {
  pointer-events: auto;
  display: flex; align-items: center; gap: 1.75rem;
  padding: 0.6rem 0.75rem 0.6rem 1.4rem;
  border-radius: 999px;
  background: rgba(11, 6, 3, 0.55);
  border: 1px solid var(--hairline-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.yhs-nav .brand {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600; font-size: 1.02rem;
  color: var(--cream); text-decoration: none; white-space: nowrap;
}
.yhs-nav .brand .flame { color: var(--ember); }
.yhs-nav ul { display: flex; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.yhs-nav ul a {
  font-size: 0.88rem; font-weight: 500;
  color: var(--cream-dim); text-decoration: none;
  transition: color 0.4s var(--ease-lux);
}
.yhs-nav ul a:hover { color: var(--cream); }
.yhs-nav .nav-cta {
  display: inline-flex; align-items: center;
  border-radius: 999px; padding: 0.5rem 1.1rem;
  background: linear-gradient(135deg, var(--ember), var(--chili));
  color: #14060a; font-size: 0.85rem; font-weight: 650;
  text-decoration: none; white-space: nowrap;
}
@media (max-width: 782px) { .yhs-nav ul { display: none; } .yhs-nav { gap: 1rem; } }

/* ---------- HERO: full-bleed wide render, text over left negative space ---------- */
.yhs-hero {
  position: relative;
  min-height: 94dvh;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.yhs-hero .hero-bg { position: absolute; inset: 0; }
.yhs-hero .hero-bg picture { display: contents; }
.yhs-hero .hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: right center; /* subject pinned on-screen; crop eats the empty left */
}
.yhs-hero .hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,6,3,0.88) 0%, rgba(11,6,3,0.55) 34%, transparent 58%);
}
.yhs-hero .hero-inner {
  position: relative; z-index: 2;
  max-width: 1320px; width: 100%;
  margin: 0 auto;
  padding: clamp(7rem, 14vh, 9.5rem) 1.5rem clamp(3rem, 7vh, 5rem);
}
.yhs-hero .hero-copy { max-width: 560px; }
.yhs-hero .hero-copy .manifesto {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 4.2vw, 3.7rem);
  font-weight: 440; line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 1.6rem 0 0;
  text-shadow: 0 2px 30px rgba(11, 6, 3, 0.8);
}
.yhs-hero .hero-copy .manifesto i { color: var(--ember); }
.yhs-hero .hero-cta-row { margin-top: 2.6rem; display: flex; align-items: center; gap: 1.5rem; }
.yhs-hero .hero-index { margin-top: 3rem; max-width: 460px; }
.yhs-hero .idx {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline; gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--hairline-soft);
  text-decoration: none;
  transition: padding-left 0.4s var(--ease-lux);
}
.yhs-hero .idx:hover { padding-left: 0.5rem; }
.yhs-hero .idx:last-child { border-bottom: 1px solid var(--hairline-soft); }
.yhs-hero .idx .no { font-family: "Archivo", sans-serif; font-size: 0.65rem; letter-spacing: 0.2em; color: var(--cream-dim); }
.yhs-hero .idx .nm {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.4rem; font-weight: 500; color: var(--cream);
}
.yhs-hero .idx:hover .nm { color: var(--ember); }
.yhs-hero .idx .pr { font-family: "Archivo", sans-serif; font-size: 0.72rem; letter-spacing: 0.14em; color: var(--gold); }
@media (max-width: 900px) {
  .yhs-hero { min-height: 0; display: block; }
  .yhs-hero .hero-bg { position: relative; inset: auto; width: 100%; height: min(73vh, 145vw); }
  .yhs-hero .hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
  .yhs-hero .hero-bg::after { background: linear-gradient(0deg, var(--ink) 0%, transparent 26%); }
  .yhs-hero .hero-inner { padding: 1.25rem 1.25rem 2.5rem; }
  .yhs-hero .hero-copy { max-width: none; }
  .yhs-hero .hero-copy .manifesto { font-size: clamp(1.7rem, 7.4vw, 2.1rem); }
}

/* ---------- Ticker ---------- */
.yhs-ticker {
  overflow: hidden;
  border-top: 1px solid var(--hairline-soft);
  border-bottom: 1px solid var(--hairline-soft);
  background: var(--coal);
  padding: 0.95rem 0;
  position: relative; z-index: 3;
}
.yhs-ticker .track {
  display: flex; gap: 3.2rem;
  width: max-content;
  animation: yhs-marquee 46s linear infinite;
}
.yhs-ticker span {
  font-family: "Archivo", sans-serif; font-stretch: 120%;
  font-weight: 640; font-size: 0.7rem;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--cream-dim);
  display: inline-flex; align-items: center; gap: 3.2rem;
  white-space: nowrap;
}
.yhs-ticker span::after {
  content: ""; width: 6px; height: 6px; border-radius: 999px;
  background: var(--ember); opacity: 0.8; flex: none;
}
@keyframes yhs-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .yhs-ticker .track { animation: none; } }

/* ---------- Folio marks ---------- */
.yhs-folio {
  position: absolute;
  left: 1.1rem; top: clamp(5rem, 10vw, 8rem);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Archivo", sans-serif;
  font-size: 0.62rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: rgba(246, 239, 228, 0.28);
  pointer-events: none;
}
@media (max-width: 960px) { .yhs-folio { display: none; } }

/* ---------- SAUCE PLATES: split editorial, renders shown WHOLE ---------- */
.yhs-plate {
  position: relative;
  border-top: 1px solid var(--hairline-soft);
  overflow: hidden;
}
.yhs-plate .plate-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7rem) 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.yhs-plate.flip .plate-inner { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
.yhs-plate.flip .plate-fig { order: -1; }
.yhs-plate h2 {
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  font-style: italic; font-weight: 400;
  text-transform: lowercase;
  margin: 0.8rem 0 2rem;
}
.yhs-plate h2 .dotset { display: inline-flex; gap: 0.4rem; margin-left: 1.1rem; vertical-align: super; }
.yhs-plate h2 .dotset i { width: 10px; height: 10px; border-radius: 999px; background: linear-gradient(135deg, var(--ember), var(--chili)); box-shadow: 0 0 12px rgba(242,98,15,0.6); }
.yhs-plate .plate-fig { position: relative; margin: 0; }
.yhs-plate .plate-fig::before {
  content: "";
  position: absolute; inset: -12% -18%;
  background: radial-gradient(ellipse at center, rgba(242, 98, 15, 0.14), transparent 65%);
  pointer-events: none;
}
.yhs-plate.flip .plate-fig::before { background: radial-gradient(ellipse at center, rgba(217, 164, 65, 0.12), transparent 65%); }
.yhs-plate .plate-fig img {
  position: relative;
  display: block;
  width: 100%; height: auto;
  border-radius: 1.6rem;
  border: 1px solid var(--hairline-soft);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7);
}
.yhs-plate .plate-fig figcaption {
  margin-top: 0.9rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--cream-dim);
  display: flex; justify-content: space-between;
}
.yhs-plate .spec {
  max-width: 480px;
  border-top: 1px solid var(--hairline);
}
.yhs-plate .spec .row {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1.5rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--hairline-soft);
  align-items: baseline;
}
.yhs-plate .spec .row dt {
  font-family: "Archivo", sans-serif; font-stretch: 115%;
  font-size: 0.62rem; font-weight: 680;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--cream-dim);
}
.yhs-plate .spec .row dd { margin: 0; font-size: 0.98rem; color: var(--cream); }
.yhs-plate .spec .row dd .gold { color: var(--gold); }
.yhs-plate .plate-cta { margin-top: 2.4rem; }
@media (max-width: 900px) {
  .yhs-plate .plate-inner, .yhs-plate.flip .plate-inner { grid-template-columns: 1fr; }
  .yhs-plate.flip .plate-fig { order: 0; }
  .yhs-plate .plate-fig { max-width: 520px; margin: 0 auto; }
}

/* ---------- BURN INDEX ---------- */
.yhs-burn {
  max-width: 1320px; margin: 0 auto;
  padding: clamp(5rem, 10vw, 8rem) 1.5rem;
  position: relative;
}
.yhs-burn .burn-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.yhs-burn .burn-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0; font-weight: 480; }
.yhs-burn .cols { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.yhs-burn .col {
  border-left: 1px solid var(--hairline-soft);
  padding: 0 clamp(1.2rem, 2.5vw, 2.4rem);
  position: relative;
}
.yhs-burn .col:first-child { border-left: none; padding-left: 0; }
.yhs-burn .num {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 380; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(246, 239, 228, 0.35);
}
.yhs-burn .col:nth-child(2) .num { -webkit-text-stroke-color: rgba(242, 98, 15, 0.55); }
.yhs-burn .col:nth-child(3) .num { color: var(--ember); -webkit-text-stroke: 0; text-shadow: 0 0 34px rgba(242, 98, 15, 0.45); }
.yhs-burn .col h3 {
  font-family: "Archivo", sans-serif; font-stretch: 116%;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  margin: 1.2rem 0 0.7rem; color: var(--cream);
}
.yhs-burn .col p { font-size: 0.93rem; line-height: 1.65; color: var(--cream-dim); margin: 0; }
.yhs-burn .burn-bar {
  margin-top: 3rem; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--ember) 55%, var(--chili));
  border-radius: 2px;
}
@media (max-width: 782px) {
  .yhs-burn .cols { grid-template-columns: 1fr; gap: 2.2rem; }
  .yhs-burn .col { border-left: none; padding: 0; }
}

/* ---------- LEDGER (why) ---------- */
.yhs-ledger {
  border-top: 1px solid var(--hairline-soft);
  background: var(--coal);
  position: relative;
}
.yhs-ledger .ledger-inner {
  max-width: 1320px; margin: 0 auto;
  padding: clamp(5rem, 10vw, 8rem) 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.yhs-ledger .ledger-left { position: sticky; top: 7rem; }
.yhs-ledger .ledger-left h2 { font-size: clamp(2.4rem, 5vw, 4rem); margin: 1rem 0 1.4rem; font-weight: 470; }
.yhs-ledger .ledger-left h2 em { color: var(--gold); }
.yhs-ledger .ledger-left figure { margin: 2.5rem 0 0; }
.yhs-ledger .ledger-left figure img {
  width: 100%; height: auto; border-radius: 1.2rem;
  border: 1px solid var(--hairline-soft);
}
.yhs-ledger .ledger-left figcaption {
  margin-top: 0.8rem;
  font-family: "Archivo", sans-serif; font-size: 0.62rem;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--cream-dim);
}
.yhs-ledger .entry {
  display: grid;
  grid-template-columns: minmax(9rem, 13rem) 1fr;
  gap: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--hairline-soft);
}
.yhs-ledger .entry:first-child { border-top: 1px solid var(--hairline); }
.yhs-ledger .entry h4 {
  font-family: "Archivo", sans-serif; font-stretch: 114%;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); margin: 0.2rem 0 0;
}
.yhs-ledger .entry p { margin: 0; font-size: 0.98rem; line-height: 1.7; color: var(--cream-dim); }
.yhs-ledger .entry p b { color: var(--cream); font-weight: 550; }
@media (max-width: 900px) {
  .yhs-ledger .ledger-inner { grid-template-columns: 1fr; }
  .yhs-ledger .ledger-left { position: static; }
  .yhs-ledger .entry { grid-template-columns: 1fr; gap: 0.4rem; }
}

/* ---------- STORY ---------- */
.yhs-story {
  max-width: 1320px; margin: 0 auto;
  padding: clamp(5rem, 11vw, 9rem) 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 9fr);
  gap: 2rem;
}
.yhs-story .qmark {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 0.7;
  color: var(--ember);
}
.yhs-story blockquote {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
  font-weight: 410; font-style: italic;
  line-height: 1.32;
  max-width: 880px;
}
.yhs-story blockquote b { color: var(--ember); font-style: normal; font-weight: 550; }
.yhs-story figcaption {
  margin-top: 2rem;
  font-family: "Archivo", sans-serif; font-stretch: 116%;
  font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--cream-dim);
}
@media (max-width: 782px) { .yhs-story { grid-template-columns: 1fr; } .yhs-story .qmark { font-size: 4rem; } }

/* ---------- FINAL: split, render shown whole ---------- */
.yhs-final {
  border-top: 1px solid var(--hairline-soft);
  background:
    radial-gradient(ellipse at 85% 110%, rgba(194, 31, 14, 0.18), transparent 55%),
    radial-gradient(ellipse at 10% -10%, rgba(242, 98, 15, 0.1), transparent 50%),
    var(--coal);
  overflow: hidden;
}
.yhs-final .final-inner {
  max-width: 1320px; margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7rem) 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.yhs-final h2 {
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  font-weight: 430; font-style: italic; text-transform: lowercase;
  max-width: 700px; margin: 1rem 0 2.6rem;
}
.yhs-final h2 b { font-style: normal; font-weight: 550; color: var(--ember); }
.yhs-final .final-fig { position: relative; margin: 0; }
.yhs-final .final-fig::before {
  content: "";
  position: absolute; inset: -12% -18%;
  background: radial-gradient(ellipse at center, rgba(242, 98, 15, 0.12), transparent 65%);
  pointer-events: none;
}
.yhs-final .final-fig img {
  position: relative;
  display: block;
  width: 100%; height: auto;
  border-radius: 1.6rem;
  border: 1px solid var(--hairline-soft);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7);
}
@media (max-width: 900px) {
  .yhs-final .final-inner { grid-template-columns: 1fr; }
  .yhs-final .final-fig { max-width: 520px; margin: 0 auto; }
}

/* ---------- Footer ---------- */
.yhs-footer { border-top: 1px solid var(--hairline-soft); background: var(--ink); overflow: hidden; }
.yhs-footer .bigmark {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 560;
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: 1;
  text-align: center;
  padding: 3.5rem 1rem 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(246, 239, 228, 0.14);
  white-space: nowrap;
  user-select: none;
}
.yhs-footer .foot-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 3rem 1.5rem 0;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
}
.yhs-footer .brand-line { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; font-weight: 550; }
.yhs-footer .brand-line .flame { color: var(--ember); }
.yhs-footer p, .yhs-footer a { font-size: 0.92rem; color: var(--cream-dim); text-decoration: none; }
.yhs-footer a:hover { color: var(--cream); }
.yhs-footer h5 {
  font-family: "Archivo", sans-serif; font-stretch: 115%;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--cream-dim); margin: 0 0 1rem;
}
.yhs-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.yhs-footer .legal {
  max-width: 1320px; margin: 3rem auto 0;
  padding: 1.5rem;
  border-top: 1px solid var(--hairline-soft);
  font-size: 0.8rem; color: rgba(246, 239, 228, 0.4);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
}
@media (max-width: 782px) { .yhs-footer .foot-inner { grid-template-columns: 1fr; } }

/* ---------- Reveals ---------- */
.yhs-reveal {
  opacity: 0;
  transform: translateY(3.5rem);
  transition: opacity 0.9s var(--ease-lux), transform 0.9s var(--ease-lux);
  transition-delay: calc(var(--d, 0) * 90ms);
}
.yhs-reveal.in { opacity: 1; transform: none; }
.yhs-reveal--l { transform: translateX(-3rem); }
.yhs-reveal--r { transform: translateX(3rem); }
.yhs-reveal--scale { transform: scale(0.94); }
@media (prefers-reduced-motion: reduce) {
  .yhs-reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- WooCommerce skin ---------- */
.woocommerce div.product .price,
.woocommerce ul.products li.product .price { color: var(--gold) !important; font-family: "Fraunces", Georgia, serif; }
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--ember), var(--chili)) !important;
  color: #14060a !important; font-weight: 650 !important;
  padding: 0.7rem 1.5rem !important; border: none !important;
  transition: transform 0.4s var(--ease-lux), box-shadow 0.4s var(--ease-lux) !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px -10px rgba(242, 98, 15, 0.6);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: rgba(246, 239, 228, 0.03);
  border: 1px solid var(--hairline-soft);
  border-radius: 1.5rem;
  padding: 1.25rem !important;
}

/* ---------- Mid-page CTAs — v1.4.2 ---------- */
.yhs-plate .splash-cta { display: none; }
.yhs-burn .burn-cta { margin: 3rem 0 0; display: flex; justify-content: center; }
.yhs-ledger .ledger-cta { margin: 2.5rem 0 0; }
@media (max-width: 900px) {
  .yhs-plate .splash-cta { display: flex; justify-content: center; margin: 2.25rem 0 0; }
}

/* ---------- Content gutters: constrained main (Woo product pages, pages) — v1.4.1 ---------- */
main.is-layout-constrained { padding-left: clamp(1.25rem, 4vw, 2.5rem); padding-right: clamp(1.25rem, 4vw, 2.5rem); box-sizing: border-box; }
main.is-layout-constrained > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
main.is-layout-constrained > .alignwide { max-width: 1320px; }


/* ---------- Form controls — dark-surface selects (v1.4.3) ---------- */
.woocommerce div.product form.cart .variations select,
.woocommerce select, .woocommerce-page select,
select.wc-block-components-sort-select__select,
.woocommerce .quantity input[type="number"],
.woocommerce input[type="text"], .woocommerce input[type="email"],
.woocommerce input[type="tel"], .woocommerce input[type="number"],
.woocommerce textarea {
  background-color: #160C05;
  color: var(--cream);
  border: 1px solid rgba(246,239,228,0.28);
  border-radius: 8px;
  padding: 0.7rem 2.4rem 0.7rem 0.9rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23F2620F' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
}
.woocommerce .quantity input[type="number"] { padding-right: 0.9rem; background-image: none; text-align: center; }
.woocommerce select:hover { border-color: rgba(242,98,15,0.6); }
.woocommerce select:focus, .woocommerce input:focus, .woocommerce textarea:focus {
  outline: none; border-color: var(--ember);
  box-shadow: 0 0 0 3px rgba(242,98,15,0.22);
}
/* native dropdown list (OS-rendered) */
.woocommerce select option { background-color: #160C05; color: #F6EFE4; }
.woocommerce select option:checked { background-color: #F2620F; color: #14060a; }
/* placeholder "Choose an option" — dim but legible */
.woocommerce select option[value=""] { color: rgba(246,239,228,0.65); }
.woocommerce div.product form.cart .variations label { color: var(--cream); font-weight: 600; }
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th { background: transparent; }
.woocommerce a.reset_variations { color: var(--cream-dim); }
.woocommerce a.reset_variations:hover { color: var(--ember); }
/* also honor dark UI for native controls */
.woocommerce, .woocommerce-page { color-scheme: dark; }
