:root {
  --ivory: #f4eee4;
  --paper: #f7f2ea;
  --cream: #ebe3d4;
  --espresso: #120c0a;
  --ink: #1c1412;
  --purple: #3a1848;
  --purple-deep: #2a1034;
  --imperial: #4a1f5c;
  --emerald: #1a4a3c;
  --emerald-deep: #0e2f28;
  --jade: #1e5646;
  --gold: #c4a056;
  --gold-soft: #dcc48a;
  --burgundy: #5c2436;
  --muted: #6a5f56;
  --line: rgba(18, 12, 10, 0.12);
  --card: #fffdf8;
  --brass: var(--gold);
  --brass-soft: var(--gold-soft);
  --serif: "Fraunces", "Times New Roman", serif;
  --sans: "Figtree", system-ui, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.wrap { width: min(100% - 2.2rem, var(--max)); margin: 0 auto; }

.fd-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(244, 238, 228, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.fd-nav .bar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.4rem;
  padding: 0.85rem 0;
}
.fd-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.fd-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #0a0706;
}
.fd-legal .fd-mark {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6rem;
}
.fd-brand b {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}
.fd-links {
  display: flex;
  justify-content: center;
  gap: 1.15rem;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.fd-links a:hover, .fd-links a.on { color: var(--espresso); }
.nav-split {
  display: inline-block;
  width: 1px;
  height: 0.85rem;
  background: currentColor;
  opacity: 0.28;
  align-self: center;
  flex-shrink: 0;
}
.fd-tools {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.fd-tools a { color: var(--muted); }
.fd-tools a:hover { color: var(--espresso); }
.fd-cart { position: relative; }
.fd-cart em {
  position: absolute;
  top: -0.45rem;
  right: -0.7rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.25rem;
  border-radius: 99px;
  background: var(--burgundy);
  color: #fff;
  font-style: normal;
  font-size: 0.62rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem;
  background: var(--gold);
  color: var(--espresso);
  border: 1px solid var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover { background: var(--gold-soft); border-color: var(--gold-soft); color: var(--espresso); }
.btn-ghost {
  background: transparent;
  color: var(--espresso);
  border-color: var(--line);
}
.btn-ghost:hover { background: var(--espresso); color: var(--ivory); border-color: var(--espresso); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--espresso); }
.btn-gold:hover { background: var(--ivory); }
.btn-brass { background: var(--gold); border-color: var(--gold); color: var(--espresso); }
.btn-brass:hover { background: var(--ivory); }
.btn-lg { min-height: 3.3rem; padding: 0.85rem 1.7rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.72rem;
}

.hero-food {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--espresso);
  color: var(--ivory);
}
.hero-food img, .hero-food video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.hero-food video,
.hero-food img.hero-poster {
  object-position: 82% 32%;
}
.hero-food::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10,7,6,0.62) 0%, rgba(10,7,6,0.28) 26%, rgba(10,7,6,0.06) 48%, transparent 68%),
    linear-gradient(180deg, rgba(10,7,6,0.18) 0%, transparent 42%, rgba(10,7,6,0.58) 100%);
}
.hero-food.hero-production img.hero-poster {
  object-position: 58% 78%;
}
.hero-food.hero-production::after {
  background:
    linear-gradient(90deg, rgba(10,7,6,0.78) 0%, rgba(10,7,6,0.42) 34%, rgba(10,7,6,0.12) 56%, transparent 74%),
    linear-gradient(180deg, rgba(10,7,6,0.22) 0%, transparent 38%, rgba(10,7,6,0.5) 100%);
}
.hero-food.hero-investors img.hero-poster {
  object-position: 92% 38%;
}
.hero-food.hero-investors::after {
  background:
    linear-gradient(90deg, rgba(10,7,6,0.9) 0%, rgba(10,7,6,0.78) 26%, rgba(10,7,6,0.48) 46%, rgba(10,7,6,0.14) 64%, transparent 80%),
    linear-gradient(180deg, rgba(10,7,6,0.4) 0%, transparent 38%, rgba(10,7,6,0.58) 100%);
}
.hero-food.hero-investors .hero-copy {
  max-width: 32rem;
}
.hero-food.hero-investors .hero-copy .lead {
  max-width: 26rem;
}
.hero-food.hero-investors .hero-brand,
.hero-food.hero-investors .hero-finance,
.hero-food.hero-investors .hero-copy .lead,
.hero-food.hero-investors .hero-copy .hero-city,
.hero-food.hero-investors .hero-copy .kicker {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 10px 32px rgba(0, 0, 0, 0.7);
}
.hero-food .wrap {
  position: relative;
  z-index: 2;
  padding: 7rem 0 5.5rem;
}
.hero-biz {
  margin-top: 1.15rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gold-soft);
  max-width: 32rem;
  letter-spacing: 0.01em;
}
.hero-biz a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}
.food-film {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 2rem;
}
.food-film a, .food-film figure {
  position: relative;
  min-height: 16.5rem;
  display: block;
  overflow: hidden;
  margin: 0;
  color: #fff;
}
.food-film img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-film span, .food-film figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: var(--serif);
  font-size: 1.4rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}
.food-film a::after, .food-film figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(18, 12, 10, 0.72));
}
.pack-call {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 2rem;
}
.pack-call article {
  background: var(--card);
  padding: 1.6rem 1.3rem;
}
.pack-call h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  margin-bottom: 0.45rem;
}
.pack-call p { color: var(--muted); font-size: 0.98rem; }
.biz-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 2rem;
}
.biz-hero-grid a {
  position: relative;
  min-height: 13.5rem;
  overflow: hidden;
  color: #fff;
  display: grid;
  align-content: end;
  padding: 1.2rem;
}
.biz-hero-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.biz-hero-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(10, 7, 6, 0.82));
}
.biz-hero-grid h3, .biz-hero-grid p {
  position: relative;
  z-index: 1;
}
.biz-hero-grid h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
}
.biz-hero-grid p { font-size: 0.92rem; color: rgba(244, 238, 228, 0.82); margin-top: 0.25rem; }
.world-business .pack-call { background: rgba(196, 160, 86, 0.18); border-color: rgba(196, 160, 86, 0.18); }
.world-business .pack-call article { background: #1c1c1c; }
.world-business .pack-call p { color: rgba(244, 238, 228, 0.7); }
.world-home .hero-copy .btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
}
.hero-copy {
  max-width: 38rem;
  padding: 1.6rem 1.4rem 1.7rem 0;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.hero-copy .hero-city,
.hero-copy .hero-on,
.hero-copy .lead {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.hero-mark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.15rem;
  box-shadow: 0 0 0 1px rgba(196, 160, 86, 0.45);
}
.hero-food h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  max-width: 14ch;
}
.hero-food h1 span { display: block; }
.hero-food p.lead {
  margin: 1.1rem 0 0.7rem;
  max-width: 28rem;
  font-size: 1.08rem;
  font-weight: 500;
  color: #f7f1e8;
}
.hero-lockup {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2.5rem, 7vw, 5.4rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: var(--ivory);
  margin: 0;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5);
}
.hero-lockup span { display: block; }
.hero-cats {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 241, 232, 0.82);
  margin: 0 0 1.15rem;
}
.hero-eat {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 0.45rem;
}
.hero-ladder {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  max-width: 18.5rem;
}
.hero-ladder a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.42rem 0;
  border-bottom: 1px solid rgba(244, 238, 228, 0.22);
  color: var(--ivory);
  font-size: 0.95rem;
  font-weight: 600;
}
.hero-ladder a:hover b { color: var(--gold-soft); }
.hero-ladder span { font-weight: 500; }
.hero-ladder b { font-variant-numeric: tabular-nums; font-weight: 800; }

.cred-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}
.cred-bar span {
  padding: 0.95rem 0.6rem;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border-right: 1px solid var(--line);
}
.cred-bar span:last-child { border-right: 0; }

.section { padding: 5rem 0; }
.section h2, .page-hero h1, .freeze-lock h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 4.6vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
}
.kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.hero-city {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.8rem, 8vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: var(--ivory);
}
.hero-on {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-style: italic;
  color: #f4eee4;
  margin: 0.35rem 0 0.7rem;
}
.hero-brand {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.hero-emerald {
  width: 4.5rem;
  height: 2px;
  background: var(--jade);
  border: 0;
  margin: 1.15rem 0 1.5rem;
}
.sub { color: var(--muted); max-width: 38rem; margin-top: 0.7rem; font-size: 1.05rem; }

.crave-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.8rem;
}
.crave-tile {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  color: #fff;
}
.crave-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.crave-tile:hover img { transform: scale(1.06); }
.crave-tile span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: var(--serif);
  font-size: 1.45rem;
}
.crave-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(26,18,14,0.72));
}

.meal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.4rem 1.1rem;
  margin-top: 1.8rem;
  width: 100%;
}
.meal-card { color: inherit; display: block; min-width: 0; }
.meal-card .shot {
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: var(--cream);
  min-height: 16rem;
  width: 100%;
}
.meal-card img { width: 100%; height: 100%; object-fit: cover; }
.meal-card h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0.75rem 0 0.25rem;
}
.meal-card .detail { color: var(--muted); font-size: 0.92rem; }
.meal-card .meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.55rem;
  font-weight: 650;
}
.meal-card .price { font-variant-numeric: tabular-nums; }
.badge {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.2rem 0 0.4rem;
}
.filters button {
  background: transparent;
  border: 1px solid var(--line);
  padding: 0.45rem 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.filters button.on, .filters button:hover {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

.quote-wall {
  background: var(--espresso);
  color: var(--ivory);
}
.quote-wall .quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 1.8rem;
}
.quote-wall blockquote {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.25;
}
.quote-wall cite {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass-soft);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 1.8rem;
}
.why-grid article {
  background: var(--card);
  padding: 2rem 1.4rem;
  min-height: 16rem;
}
.why-grid h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.why-grid p { color: var(--muted); }

.peaks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 1.8rem;
}
.peaks-grid article {
  background: var(--card);
  padding: 1.55rem 1.25rem 1.7rem;
}
.peaks-grid .peak-n {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.55rem;
}
.peaks-grid h3 {
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}
.peaks-grid p {
  color: var(--muted);
  font-size: 0.95rem;
  max-width: none;
}

.vs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 1.8rem;
}
.vs-split article {
  padding: 2.1rem 1.7rem 2.2rem;
  background: var(--cream);
}
.vs-split article.lock {
  background: var(--emerald-deep);
  color: var(--ivory);
}
.vs-split h3 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0.35rem 0 0.75rem;
}
.vs-split p {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: none;
}
.vs-split article.lock p { color: rgba(244, 238, 228, 0.82); }
.vs-split article.lock .kicker { color: var(--gold-soft); }
.vs-split ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}
.vs-split li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.15rem;
  font-size: 0.98rem;
  color: var(--muted);
}
.vs-split li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--burgundy);
}
.vs-split article.lock li { color: rgba(244, 238, 228, 0.84); }
.vs-split article.lock li::before { color: var(--gold-soft); content: "◆"; font-size: 0.55rem; top: 0.62rem; }

.freeze-lock {
  background: var(--espresso);
  color: var(--ivory);
  padding: 4.2rem 0 4.4rem;
  margin-top: 0.4rem;
}
.freeze-lock h2 { color: var(--ivory); max-width: 18ch; }
.freeze-lock > .wrap > p,
.freeze-lock .sub {
  color: rgba(244, 238, 228, 0.82);
  max-width: 38rem;
}
.freeze-lock .kicker { color: var(--gold-soft); }
.freeze-lock .btn {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
}
.freeze-lock .btn:hover { background: var(--gold-soft); }
.freeze-lock .btn-ghost {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(244, 238, 228, 0.4);
}
.freeze-lock .btn-ghost:hover {
  background: var(--ivory);
  color: var(--espresso);
  border-color: var(--ivory);
}

.plan-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  margin-top: 1.6rem;
}
.plan-card {
  border: 1px solid var(--line);
  padding: 1.2rem 1rem 1.3rem;
  background: var(--card);
}
.plan-card.star { border-color: var(--brass); }
.plan-card b { display: block; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); }
.plan-card h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin: 0.35rem 0; }
.plan-card .amt { font-weight: 700; }
.plan-card .each { color: var(--muted); font-size: 0.88rem; }

.house-offer {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 1.8rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 2rem 2.1rem 2.1rem;
  background: #f3e6d4;
  border: 1px solid rgba(92, 36, 54, 0.16);
}
.house-offer .offer-line {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--espresso);
  margin: 0.15rem 0 0.35rem;
}
.house-offer .offer-each {
  font-weight: 700;
  color: var(--burgundy);
  font-size: 1.02rem;
}
.house-offer .sub { color: #3f3832; }
.offer-aside {
  font-size: 1.05rem;
  color: #3f3832;
  max-width: 22rem;
  margin: 0;
}
.size-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.9rem;
}
.size-card {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 0.85rem 1rem;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--espresso);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.size-card b {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.size-card span {
  font-size: 0.82rem;
  color: #3f3832;
}
.size-card:hover { border-color: var(--burgundy); }

.price-ladder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  margin-top: 1.7rem;
  background: #0c0b0a;
}
.price-ladder a,
.price-ladder button {
  display: grid;
  gap: 0.35rem;
  padding: 1.55rem 1.35rem 1.5rem;
  background: #161412;
  color: var(--ivory);
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  width: 100%;
}
.price-ladder a.on,
.price-ladder button.on {
  background: var(--ivory);
  color: var(--espresso);
}
.price-ladder b {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.72;
}
.price-ladder .amt {
  font-family: var(--sans);
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}
.price-ladder .note {
  font-size: 0.82rem;
  opacity: 0.7;
}
.price-ladder a.on b,
.price-ladder a.on .note,
.price-ladder button.on b,
.price-ladder button.on .note { opacity: 0.72; color: inherit; }
.more-sizes {
  margin-top: 0.9rem;
  font-size: 0.88rem;
  font-weight: 650;
}
.more-sizes a { color: var(--espresso); border-bottom: 1px solid rgba(18, 12, 10, 0.28); }

.reveal {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  color: var(--ivory);
  overflow: hidden;
  background: var(--espresso);
}
.reveal .film {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.reveal .film img { width: 100%; height: 100%; object-fit: cover; opacity: 0.78; }
.reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,18,14,0.2), rgba(26,18,14,0.82));
}
.reveal .wrap { position: relative; z-index: 1; padding: 0 0 4.5rem; }
.reveal h2 { color: var(--ivory); max-width: 16ch; }

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 28rem;
}
.split img { width: 100%; height: 100%; object-fit: cover; min-height: 22rem; }
.split .copy { padding: 4rem 3rem; display: grid; align-content: center; background: var(--ivory); }

.parade-still {
  position: relative;
  margin: 1.2rem 0 0;
  overflow: hidden;
  background: var(--espresso);
  color: var(--ivory);
}
.parade-still img {
  display: block;
  width: 100%;
  height: min(82vh, 46rem);
  object-fit: cover;
  object-position: center 42%;
}
.parade-still figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.2rem 6vw 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(18, 12, 10, 0.72));
}
.parade-still .kicker { color: var(--gold); margin: 0; }
.parade-copy {
  padding: 2.6rem 0 4.5rem;
}
.parade-copy h2 {
  max-width: 18ch;
  margin-bottom: 0.8rem;
}
.parade-copy > p {
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.12rem;
  margin-top: 0.7rem;
}
.join-band {
  background: var(--purple-deep);
  color: var(--ivory);
  padding: 4.2rem 0 4.6rem;
}
.join-band h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ivory);
  max-width: 16ch;
}
.join-band p {
  max-width: 34rem;
  margin-top: 0.8rem;
  color: rgba(244, 238, 228, 0.84);
  font-size: 1.08rem;
}
.join-band .kicker { color: var(--gold); }
.join-band .btn {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
}
.join-band .btn:hover { background: var(--gold-soft); color: var(--espresso); }

.week-clock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin: 2.6rem 0 0.4rem;
  border: 1px solid var(--line);
}
.week-clock article {
  background: var(--card);
  padding: 1.35rem 1.2rem;
}
.week-clock b {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: var(--espresso);
}
.week-clock p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
  max-width: none;
}

.page-hero { padding: 4.2rem 0 1.2rem; }
.page-hero p { max-width: 40rem; color: var(--muted); margin-top: 0.8rem; font-size: 1.12rem; }
.story-body {
  max-width: 40rem;
  padding-bottom: 1rem;
}
.story-body p {
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--ink);
  margin-top: 1.2rem;
  max-width: none;
}

.steps {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}
.steps article {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.steps b {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--brass);
}
.biz-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.biz-tiles a, .biz-tiles article {
  min-height: 12rem;
  padding: 1.5rem;
  background: var(--espresso);
  color: var(--ivory);
  display: grid;
  align-content: end;
}
.biz-tiles h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.biz-tiles p { color: rgba(247,241,232,0.7); margin-top: 0.35rem; }

.two-doors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 1.8rem;
}
.two-doors article {
  border: 1px solid rgba(244, 238, 228, 0.18);
  padding: 1.5rem 1.55rem 1.4rem;
  background: rgba(0, 0, 0, 0.18);
}
.two-doors h3 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0.25rem 0 0.55rem;
  color: var(--ivory);
}
.two-doors p { color: rgba(247, 241, 232, 0.72); margin: 0; }

.product {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.4rem;
  padding: 2rem 0 4rem;
  align-items: start;
}
.product .shot { background: var(--cream); min-height: 70vh; }
.product .shot img { width: 100%; height: 70vh; object-fit: cover; }
.product h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.02;
}
.product .price { font-size: 1.6rem; font-weight: 650; margin: 1rem 0; }
.facts { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 1.4rem; }
.facts span {
  border: 1px solid var(--line);
  padding: 0.4rem 0.65rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.form { display: grid; gap: 0.7rem; max-width: 36rem; margin-top: 1.4rem; }
.form label { display: grid; gap: 0.3rem; font-size: 0.82rem; font-weight: 650; }
.form input, .form select, .form textarea {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.75rem 0.8rem;
}
.search-panel {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26,18,14,0.46);
  z-index: 100;
  padding: 8vh 1rem 0;
}
.search-panel.on { display: block; }
.search-panel .box {
  width: min(40rem, 100%);
  margin: 0 auto;
  background: var(--paper);
  padding: 1.2rem;
}
.search-panel input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-family: var(--serif);
  font-size: 1.6rem;
  padding: 0.4rem 0 0.7rem;
  outline: none;
}
.search-hits { margin-top: 0.8rem; display: grid; gap: 0.4rem; max-height: 50vh; overflow: auto; }
.search-hits a { display: block; padding: 0.45rem 0; border-bottom: 1px solid var(--line); }

.fd-footer {
  background: var(--espresso);
  color: var(--ivory);
  padding: 4rem 0 2rem;
  margin-top: 2rem;
}
.fd-footer .cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.4rem;
}
.fd-footer h4 {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-soft);
  margin-bottom: 0.8rem;
}
.fd-footer a, .fd-footer p { display: block; color: rgba(247,241,232,0.78); font-size: 0.9rem; margin: 0.28rem 0; }
.fd-footer a:hover { color: #fff; }
.fd-legal {
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(247,241,232,0.12);
  color: rgba(247,241,232,0.55);
  font-size: 0.8rem;
}

.toast {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  background: var(--espresso);
  color: var(--ivory);
  padding: 0.8rem 1rem;
  font-size: 0.85rem;
  display: none;
  z-index: 120;
}
.toast.on { display: block; }

@media (max-width: 980px) {
  .fd-links, .fd-tools .hide-m { display: none; }
  .menu-toggle { display: block; }
  .fd-nav.open .fd-links {
    display: grid;
    grid-column: 1 / -1;
    justify-content: start;
    padding: 0.4rem 0 0.8rem;
    gap: 0.7rem;
  }
  .fd-nav .bar { grid-template-columns: auto 1fr auto; }
  .nav-split { display: none; }
  .crave-grid, .meal-grid, .quote-wall .quotes, .why-grid, .plan-row, .biz-tiles, .two-doors, .fd-footer .cols, .cred-bar, .product, .split, .reveal .film, .week-clock, .food-film, .pack-call, .biz-hero-grid, .peaks-grid, .vs-split, .house-offer, .size-row, .price-ladder {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .crave-grid, .meal-grid, .quote-wall .quotes, .why-grid, .plan-row, .biz-tiles, .two-doors, .fd-footer .cols, .cred-bar, .product, .split, .week-clock, .food-film, .pack-call, .biz-hero-grid, .peaks-grid, .vs-split, .house-offer, .size-row, .price-ladder {
    grid-template-columns: 1fr;
  }
  .hero-food { min-height: 86vh; }
  .hero-food video,
  .hero-food img.hero-poster { object-position: 62% 32%; }
  .hero-food.hero-production img.hero-poster { object-position: 42% 82%; }
  .hero-food.hero-investors img.hero-poster { object-position: 88% 40%; }
  .hero-food .wrap { padding: 5.5rem 0 3.2rem; }
  .product .shot img { height: 50vh; }
  .parade-still img { height: min(72vh, 32rem); }
  .parade-still figcaption { padding: 1.6rem 1.2rem 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-food video { display: none; }
}

.badge { color: var(--imperial); }
.mardi-stripes, .promo { display: none; }

/* Worlds — Mardi Gras after dark, not carnival décor */
.world-home .fd-nav {
  background: rgba(10, 8, 7, 0.78);
  border-bottom: 1px solid rgba(244, 238, 228, 0.12);
}
.world-home .fd-nav .bar { padding: 0.65rem 0; }
.world-home .fd-nav, .world-home .fd-links, .world-home .fd-tools a, .world-home .fd-brand b, .world-home .menu-toggle {
  color: var(--ivory);
}
.world-home .fd-links {
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  gap: 1.15rem;
}
.world-home .fd-links a { color: rgba(244, 238, 228, 0.62); }
.world-home .fd-links a.on, .world-home .fd-links a:hover { color: var(--ivory); }
.world-home .nav-split { background: var(--ivory); }
.world-home .fd-mark {
  width: 40px;
  height: 40px;
  box-shadow: none;
}
.world-home .fd-tools a.btn,
.world-home .fd-nav .btn {
  background: var(--ivory);
  color: var(--espresso);
  border-color: var(--ivory);
  min-height: 2.4rem;
  padding: 0.45rem 1rem;
}
.world-home {
  background: #f3f0ea;
}
.world-home .kicker {
  color: #6a3a28;
  letter-spacing: 0.2em;
}
.world-home .section h2,
.world-home .split h2,
.world-home .door-band h2 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
}
.world-home .btn {
  background: #111;
  border-color: #111;
  color: var(--ivory);
  letter-spacing: 0.14em;
}
.world-home .btn:hover {
  background: var(--espresso);
  border-color: var(--gold);
  color: var(--ivory);
}
.world-home .btn-ghost {
  background: transparent;
  color: var(--espresso);
  border-color: rgba(18, 12, 10, 0.22);
}
.world-home .btn-ghost:hover {
  background: var(--espresso);
  color: var(--ivory);
  border-color: var(--espresso);
}
.world-home .hero-food .btn:not(.btn-ghost) {
  background: var(--ivory);
  border-color: var(--ivory);
  color: var(--espresso);
}
.world-home .hero-food .btn:not(.btn-ghost):hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
}
.world-home .hero-food .btn-ghost {
  color: var(--ivory);
  border-color: rgba(244, 238, 228, 0.45);
  background: transparent;
}
.world-home .hero-food .btn-ghost:hover {
  background: rgba(244, 238, 228, 0.12);
  color: var(--ivory);
  border-color: var(--ivory);
}
.world-home .hero-food::after {
  background:
    linear-gradient(90deg, rgba(8,6,5,0.55) 0%, rgba(8,6,5,0.22) 28%, rgba(8,6,5,0.04) 48%, transparent 68%),
    linear-gradient(180deg, rgba(8,6,5,0.2) 0%, transparent 42%, rgba(8,6,5,0.42) 100%);
}
.world-home .hero-copy .lead {
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.45);
  max-width: 32rem;
}
.world-home .cred-bar {
  background: #0c0b0a;
  border: 0;
  grid-template-columns: repeat(4, 1fr);
}
.world-home .cred-bar span {
  color: var(--ivory);
  border-color: rgba(244, 238, 228, 0.12);
  padding: 1.35rem 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}
.world-home .food-film {
  margin-top: 0;
  gap: 2px;
}
.world-home .food-film a { min-height: 22rem; }
.world-home .food-film span {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}
.world-home .meal-card h3 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.world-home .meal-card .detail { color: #3f3832; }
.world-home .meal-grid { gap: 1.6rem 1.2rem; }
.world-home .club-band.door-band {
  background: #0c0b0a;
}
.world-home .club-band.door-band .kicker { color: rgba(244, 238, 228, 0.55); }
.world-home .door-band .btn {
  background: var(--ivory);
  border-color: var(--ivory);
  color: var(--espresso);
}
.world-home .door-band .btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso);
}
.world-home .split .copy { background: #f3f0ea; }
.world-home .steps b { color: #111; font-family: var(--sans); font-weight: 800; }
.club-band {
  background: var(--emerald-deep);
  color: var(--ivory);
  padding: 5rem 0;
}
.club-band h2, .club-band .sub { color: var(--ivory); }
.club-band .sub { color: rgba(244, 238, 228, 0.78); }
.club-band .plan-card {
  background: rgba(244, 238, 228, 0.06);
  border-color: rgba(196, 160, 86, 0.35);
  color: var(--ivory);
}
.club-band .plan-card.star { border-color: var(--gold); }
.club-band .plan-card .each { color: rgba(244, 238, 228, 0.65); }

.world-menu .kicker { color: var(--burgundy); }
body[data-page="menu"] .page-hero > h1 { box-shadow: inset 0 -3px 0 var(--jade); display: inline-block; padding-bottom: 0.35rem; }
.world-menu .filters button.on { background: var(--espresso); border-color: var(--espresso); color: var(--ivory); }

.world-weekly { background: var(--emerald-deep); color: var(--ivory); }
.world-weekly .page-hero p, .world-weekly .sub { color: rgba(244, 238, 228, 0.78); }
.world-weekly .kicker { color: var(--gold-soft); }
.world-weekly .fd-nav {
  background: rgba(14, 47, 40, 0.92);
  border-bottom: 1px solid rgba(196, 160, 86, 0.22);
}
.world-weekly .fd-brand b, .world-weekly .fd-links a, .world-weekly .fd-tools a, .world-weekly .menu-toggle { color: var(--ivory); }
.world-weekly .fd-links a { color: rgba(244, 238, 228, 0.7); }
.world-weekly .fd-links a.on, .world-weekly .fd-links a:hover { color: var(--ivory); }
.world-weekly .fd-nav .btn,
.world-weekly .fd-tools a.btn {
  background: var(--gold);
  color: var(--espresso);
  border-color: var(--gold);
}
.world-weekly .cadence .btn-ghost {
  color: var(--ivory);
  border-color: rgba(244, 238, 228, 0.4);
  background: transparent;
}
.pay-less {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2.5rem, 7.4vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
  max-width: 11ch;
  margin: 0 0 1.15rem;
  color: var(--ivory);
}
.world-weekly .funnel-script {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.12rem, 2.2vw, 1.5rem);
  letter-spacing: 0;
  text-transform: none;
  color: var(--gold-soft);
  margin: 0 0 0.8rem;
}
.start-brand { padding: 1.6rem 0 4.2rem; }
.start-ladder { margin-top: 1.8rem; }
.start-ladder .each {
  font-family: var(--sans);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}
.start-ladder .amt {
  font-size: 0.92rem;
  font-weight: 600;
  opacity: 0.72;
}
.start-ivory {
  background: #f3f0ea;
  color: var(--espresso);
  padding: 4.4rem 0 4.8rem;
}
.start-ivory h2 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.045em;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 0.95;
  margin: 0 0 0.7rem;
}
.start-ivory .kicker { color: #6a3a28; }
.start-ivory .sub { color: #3f3832; }
.start-ivory .size-card {
  background: #fff;
  border: 0;
}
.start-ivory .size-card.on { box-shadow: inset 0 0 0 2px var(--espresso); }
.start-ivory .size-card .each {
  font-weight: 800;
  font-size: 1.15rem;
}
.start-ivory .size-card .amt { font-size: 0.88rem; color: #3f3832; }
.start-feasts {
  background: #0c0b0a;
  color: var(--ivory);
  padding: 4.8rem 0 5.5rem;
}
.start-feasts h2 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.045em;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 0.95;
  margin: 0 0 0.7rem;
}
.start-feasts .kicker { color: rgba(244, 238, 228, 0.55); }
.start-feasts .sub { color: rgba(244, 238, 228, 0.78); }
.start-feasts .pack-grid { gap: 2px; }
.start-feasts .pack-card,
.world-weekly .start-feasts .pack-card {
  background: transparent;
  border: 0;
  color: var(--ivory);
}
.start-feasts .pack-card img {
  height: min(28vw, 22rem);
  min-height: 16rem;
}
.start-feasts .pack-meta { padding: 1rem 0.15rem 0.4rem; }
.start-feasts .pack-card h3 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 1.05rem;
  color: var(--ivory);
  margin: 0;
  padding: 0;
}
.start-feasts .pack-card .lock,
.start-feasts .pack-card .amt,
.start-feasts .pack-card .pack-cta {
  padding: 0;
}
.start-feasts .pack-card .lock {
  margin-top: 0.35rem;
  color: rgba(244, 238, 228, 0.62);
}
.start-feasts .pack-card .amt {
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1.35rem;
  margin: 0.2rem 0 0.45rem;
}
.start-feasts .pack-card .pack-cta {
  color: var(--gold);
  margin: 0;
}

.world-story { background: #f3ebe0; }
.world-story .kicker { color: var(--burgundy); }
.world-story .parade-still .kicker { color: var(--gold); }
.world-story .split .copy { background: #efe4d6; }

.world-kitchen { background: #f3f2ef; color: #222; }
.hero-blessing img.hero-poster,
.hero-blessing.hero-food img {
  object-position: 58% 42%;
}
.world-kitchen .hero-blessing { min-height: 86vh; }
.world-kitchen .kicker { color: var(--emerald); }
.world-kitchen .fd-nav { background: rgba(243, 242, 239, 0.94); }
.world-kitchen .steps article { border-color: #ddd; }

.world-business { background: #161616; color: var(--ivory); }
.world-business .fd-nav {
  background: rgba(22, 22, 22, 0.94);
  border-bottom-color: rgba(196, 160, 86, 0.25);
}
.world-business .fd-brand b, .world-business .fd-links a, .world-business .fd-tools a, .world-business .menu-toggle { color: var(--ivory); }
.world-business .fd-nav .btn,
.world-business .fd-tools a.btn {
  background: var(--gold);
  color: var(--espresso);
  border-color: var(--gold);
}
.world-business .kicker { color: var(--gold-soft); }
.world-business .page-hero p, .world-business .sub { color: rgba(244, 238, 228, 0.86); }
.world-business .biz-tiles a { background: #1c1c1c; border: 1px solid rgba(196, 160, 86, 0.22); }
.world-business .why-grid article { background: #1c1c1c; color: var(--ivory); }
.world-business .why-grid { background: rgba(196, 160, 86, 0.18); border-color: rgba(196, 160, 86, 0.18); }
.world-business .why-grid p { color: rgba(244, 238, 228, 0.7); }
.world-business .form input, .world-business .form textarea, .world-business .form select {
  background: #111;
  color: var(--ivory);
  border-color: rgba(196, 160, 86, 0.28);
}

/* Light panels inherit ivory from .world-business — force espresso ink. */
.world-business .split .copy,
.world-business .vs-split article:not(.lock),
.world-business .peaks-grid article,
.world-business .week-clock article {
  color: var(--espresso);
}
.world-business .split .copy .kicker,
.world-business .vs-split article:not(.lock) .kicker,
.world-business .peaks-grid .peak-n {
  color: var(--emerald);
}
.world-business .split .copy h1,
.world-business .split .copy h2,
.world-business .split .copy h3,
.world-business .vs-split article:not(.lock) h3,
.world-business .peaks-grid h3,
.world-business .week-clock b {
  color: var(--espresso);
}
.world-business .split .copy .sub,
.world-business .split .copy p,
.world-business .vs-split article:not(.lock) p,
.world-business .vs-split article:not(.lock) li,
.world-business .peaks-grid p,
.world-business .week-clock p {
  color: #3a322c;
}
.world-business .split .copy a:not(.btn) {
  color: var(--emerald);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.world-business .split .copy .btn-ghost {
  color: var(--espresso);
  border-color: rgba(18, 12, 10, 0.35);
}
.world-business .faq summary { color: var(--ivory); }
.world-business .faq details p { color: rgba(244, 238, 228, 0.84); }
.world-business .faq summary::after {
  color: var(--gold-soft);
  border-color: rgba(196, 160, 86, 0.45);
}
.world-business .packet-notice {
  margin: 1.4rem 0 1.6rem;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--gold);
  background: #1c1c1c;
  color: rgba(244, 238, 228, 0.86);
  max-width: 44rem;
}
.world-business .packet-notice b { color: var(--gold-soft); }
.world-business .capital-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(196, 160, 86, 0.28);
  border: 1px solid rgba(196, 160, 86, 0.28);
  margin: 0 0 1rem;
}
.world-business .capital-strip > div {
  background: #1c1c1c;
  padding: 1.5rem 1.25rem 1.6rem;
}
.world-business .capital-strip .amt {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--gold-soft);
  margin: 0.2rem 0 0.45rem;
}
.world-business .capital-strip p:last-child {
  color: rgba(244, 238, 228, 0.72);
  font-size: 0.95rem;
  margin: 0;
  max-width: none;
}
.world-business .scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.6rem;
}
.world-business .scope-grid article {
  background: #1c1c1c;
  padding: 1.4rem 1.25rem 1.5rem;
  border: 1px solid rgba(196, 160, 86, 0.2);
}
.world-business .scope-grid h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 0.45rem;
}
.world-business .scope-grid p {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.98rem;
  max-width: none;
}
.world-business .uses-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-top: 1.2rem;
}
.world-business .uses-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.world-business .uses-table th,
.world-business .uses-table td {
  text-align: left;
  padding: 0.65rem 0.2rem;
  border-bottom: 1px solid rgba(244, 238, 228, 0.12);
  color: rgba(244, 238, 228, 0.86);
}
.world-business .uses-table th {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.world-business .uses-table td:last-child,
.world-business .uses-table th:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: var(--gold-soft);
}
.world-business .uses-table .total td {
  font-weight: 700;
  color: var(--ivory);
  border-bottom: 0;
  padding-top: 0.95rem;
}
.world-business .packet-toc {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  columns: 2;
  gap: 2rem;
  color: rgba(244, 238, 228, 0.8);
}
.world-business .packet-toc li {
  margin: 0.28rem 0;
  font-size: 0.9rem;
  break-inside: avoid;
}
.world-business .plan-frame-wrap {
  margin-top: 1.2rem;
  border: 1px solid rgba(196, 160, 86, 0.28);
  background: #0c0c0c;
  min-height: 70vh;
}
.world-business .plan-frame {
  display: block;
  width: 100%;
  height: min(88vh, 1100px);
  border: 0;
  background: #111;
}
@media (max-width: 900px) {
  .world-business .capital-strip,
  .world-business .scope-grid,
  .world-business .uses-wrap,
  .world-business .packet-toc,
  .world-business .guaranty { grid-template-columns: 1fr; columns: 1; }
}

.world-business .pitch-tabs,
.world-business .model-years {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.1rem 0 0.6rem;
}
.world-business .pitch-tabs button,
.world-business .model-years button {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(196, 160, 86, 0.4);
  padding: 0.55rem 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  cursor: pointer;
}
.world-business .pitch-tabs button.on,
.world-business .model-years button.on {
  background: var(--gold);
  color: var(--espresso);
  border-color: var(--gold);
}
.world-business .model-note {
  max-width: 48rem;
  color: rgba(244, 238, 228, 0.82);
  font-size: 1.05rem;
  margin: 0.4rem 0 0.8rem;
}
.world-business .guaranty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 1.4rem;
}
.world-business .guaranty article {
  background: #1c1c1c;
  padding: 1.5rem 1.3rem 1.6rem;
  border: 1px solid rgba(196, 160, 86, 0.2);
}
.world-business .guaranty article.lock {
  background: var(--emerald-deep);
  border-color: rgba(196, 160, 86, 0.35);
}
.world-business .guaranty .amt {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 500;
  color: var(--gold-soft);
  line-height: 1;
  margin: 0.2rem 0 0.6rem;
}
.world-business .guaranty p:last-child {
  color: rgba(244, 238, 228, 0.86);
  max-width: none;
  margin: 0;
}

.story-nums {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 0.4rem;
}
.story-nums > div {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.32);
  padding: 1.35rem 1.2rem 1.45rem;
}
.story-nums .amt {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 500;
  color: var(--gold-soft);
  line-height: 1;
  margin: 0.2rem 0 0.55rem;
}
.story-nums p:last-child {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.95rem;
  max-width: none;
  margin: 0;
}
.story-nums > div:first-child {
  border-color: rgba(80, 180, 140, 0.45);
}
.story-nums > div:nth-child(2) {
  border-color: rgba(220, 196, 138, 0.55);
}
.thesis-card h2 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 500;
  color: var(--ivory);
  max-width: 28ch;
  margin: 0.2rem 0 1.1rem;
}
.thesis-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  margin: 0 0 1.15rem;
}
.thesis-grid dt {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.thesis-grid dd {
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--ivory);
  margin: 0.12rem 0 0;
}
.thesis-card > p:last-child {
  color: rgba(244, 238, 228, 0.88);
  max-width: 52rem;
  margin: 0;
}

.case-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-top: 1.3rem;
}
.case-box {
  padding: 1.35rem 1.25rem 1.45rem;
  border: 1px solid rgba(196, 160, 86, 0.28);
  background: #1c1c1c;
}
.case-box.base { border-color: rgba(220, 196, 138, 0.55); }
.case-box.mgmt { border-color: rgba(80, 180, 140, 0.4); }
.case-box h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.15rem 0 0.85rem;
}
.case-box table { width: 100%; border-collapse: collapse; }
.case-box th, .case-box td {
  text-align: left;
  vertical-align: top;
  padding: 0.42rem 0.4rem 0.42rem 0;
  border-bottom: 1px solid rgba(244, 238, 228, 0.1);
  font-size: 0.95rem;
  color: rgba(244, 238, 228, 0.88);
}
.case-box th {
  width: 42%;
  color: var(--gold-soft);
  font-weight: 650;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ladder {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.ladder li {
  counter-increment: step;
  position: relative;
  padding: 0.85rem 1rem 0.95rem 3.4rem;
  margin: 0.45rem 0;
  background: #1c1c1c;
  border-left: 4px solid var(--gold);
  color: rgba(244, 238, 228, 0.9);
}
.ladder li::before {
  content: counter(step);
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--gold-soft);
}
.ladder li:nth-child(1) { border-left-color: var(--gold); }
.ladder li:nth-child(2) { border-left-color: #8a4aad; }
.ladder li:nth-child(3) { border-left-color: var(--emerald); }
.ladder li:nth-child(6) { border-left-color: var(--burgundy); }

.policy-box {
  margin-top: 1.2rem;
  padding: 1.25rem 1.2rem 1.35rem;
  background: rgba(26, 74, 60, 0.35);
  border: 1px solid rgba(196, 160, 86, 0.28);
}
.policy-box p { color: rgba(244, 238, 228, 0.9); max-width: 48rem; margin: 0; }

.foia-table td:first-child { width: 48%; }
.cost-note {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.22);
  padding: 1.3rem 1.2rem 1.4rem;
}
.cost-note p { color: rgba(244, 238, 228, 0.88); max-width: none; margin: 0; }

.appendix {
  margin-top: 1.1rem;
  padding: 0.9rem 1.1rem 1rem;
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.22);
  color: rgba(244, 238, 228, 0.88);
}
.appendix summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--gold-soft);
}
.appendix .rival-grid article { background: #141414; }

.world-business .btn-ghost {
  color: var(--ivory);
  border-color: rgba(244, 238, 228, 0.5);
}
.world-business .btn-ghost:hover {
  background: var(--ivory);
  color: var(--espresso);
  border-color: var(--ivory);
}

.profit-stage {
  margin: 2.6rem 0 0;
  padding: 3.2rem 0 3.8rem;
  background:
    radial-gradient(1100px 560px at 6% -18%, rgba(74, 31, 92, 0.92), transparent 58%),
    radial-gradient(900px 500px at 100% 0%, rgba(26, 74, 60, 0.58), transparent 54%),
    radial-gradient(720px 380px at 48% 118%, rgba(196, 160, 86, 0.28), transparent 52%),
    #100a08;
  color: var(--ivory);
}
.profit-stage h2 { color: var(--ivory); max-width: 22ch; }
.profit-stage .sub { color: rgba(244, 238, 228, 0.88); max-width: 44rem; }
.profit-nums {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.8rem 0 1.6rem;
}
.profit-nums article {
  padding: 1.4rem 1.2rem 1.5rem;
  border: 1px solid rgba(220, 196, 138, 0.28);
  background: rgba(18, 12, 10, 0.45);
}
.profit-nums .amt {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0.25rem 0 0.45rem;
}
.profit-nums article:nth-child(1) { border-color: rgba(168, 92, 196, 0.45); }
.profit-nums article:nth-child(1) .amt { color: #e4b8f0; }
.profit-nums article:nth-child(2) { border-color: rgba(80, 180, 140, 0.45); }
.profit-nums article:nth-child(2) .amt { color: #9ee0c4; }
.profit-nums article:nth-child(3) { border-color: rgba(220, 196, 138, 0.45); }
.profit-nums article:nth-child(3) .amt { color: #9ee0c4; }
.profit-nums.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.profit-nums article:nth-child(4) { border-color: rgba(220, 196, 138, 0.55); }
.profit-nums article:nth-child(4) .amt { color: var(--gold-soft); }

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.4rem 0 0;
}
.glossary-grid article {
  padding: 1.2rem 1.1rem 1.3rem;
  border: 1px solid rgba(220, 196, 138, 0.28);
  background: rgba(18, 12, 10, 0.5);
}
.glossary-grid h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.2rem 0 0.45rem;
}
.glossary-grid p {
  color: rgba(244, 238, 228, 0.88);
  font-size: 0.95rem;
  max-width: none;
  margin: 0;
}

.stack-chart { margin: 0.4rem 0 0.6rem; }
.stack-row {
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  gap: 0.7rem;
  align-items: center;
  margin: 0.45rem 0;
}
.stack-row span {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.stack-row b {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--gold-soft);
  min-width: 5.2rem;
  text-align: right;
}
.stack {
  display: flex;
  height: 1.35rem;
  background: rgba(244, 238, 228, 0.08);
  overflow: hidden;
}
.stack i { display: block; height: 100%; }
.stack i.pl, .chart-key i.pl { background: linear-gradient(90deg, #8a4aad, #c9a0d8); }

.engine-trio,
.engine-lanes {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
}
.engine-trio { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.engine-lanes { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.engine-trio article,
.engine-lanes article {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.28);
  padding: 1.25rem 1.15rem 1.35rem;
}
.engine-trio h3,
.engine-lanes h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.15rem 0 0.35rem;
}
.engine-trio .amt,
.engine-lanes .amt {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  color: var(--gold-soft);
  margin: 0.1rem 0 0.5rem;
  line-height: 1.15;
}
.engine-trio p:last-child,
.engine-lanes p:last-child {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.95rem;
  max-width: none;
  margin: 0;
}
.engine-trio article:nth-child(1) { border-color: rgba(220, 196, 138, 0.5); }
.engine-trio article:nth-child(2) { border-color: rgba(80, 180, 140, 0.45); }
.engine-trio article:nth-child(3) { border-color: rgba(138, 74, 173, 0.45); }

.underwrite-box {
  margin-top: 1.6rem;
  padding: 1.45rem 1.3rem 1.55rem;
  background:
    linear-gradient(165deg, rgba(74, 31, 92, 0.55), rgba(26, 74, 60, 0.45));
  border: 1px solid rgba(220, 196, 138, 0.4);
}
.underwrite-box h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.2rem 0 0.55rem;
}
.underwrite-box p:last-child {
  color: rgba(244, 238, 228, 0.9);
  max-width: 52rem;
  margin: 0;
}

.profit-stage .traj-table td:not(:first-child),
.profit-stage .traj-table th:not(:first-child) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.equip-map td:first-child { width: 42%; }

@media (max-width: 1100px) {
  .engine-lanes { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .engine-trio,
  .engine-lanes { grid-template-columns: 1fr; }
}
.chart-key {
  color: rgba(244, 238, 228, 0.82);
  font-size: 0.9rem;
  margin: 0 0 1.4rem;
}
.chart-key i {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.3rem;
  vertical-align: -0.1rem;
}

.money-chart { margin: 0.6rem 0 1rem; }
.bar-row {
  display: grid;
  grid-template-columns: 3.4rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  margin: 0.38rem 0;
}
.bar-row span {
  font-size: 0.78rem;
  color: rgba(244, 238, 228, 0.7);
}
.bar-row i {
  display: block;
  height: 0.95rem;
  min-width: 4px;
  background: linear-gradient(90deg, #8a4aad, #c4a056);
}
.cu-chart .bar-row i { background: linear-gradient(90deg, #1e5646, #c4a056); }
.bar-row b {
  font-size: 0.88rem;
  color: var(--gold-soft);
  min-width: 5.6rem;
  text-align: right;
}

.prove-call {
  margin-top: 1.4rem;
  padding: 1.6rem 1.4rem 1.7rem;
  background:
    linear-gradient(165deg, rgba(74, 31, 92, 0.55), rgba(26, 74, 60, 0.45));
  border: 1px solid rgba(220, 196, 138, 0.35);
}
.prove-call h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.15rem 0 0.55rem;
}
.prove-call p {
  color: rgba(244, 238, 228, 0.9);
  max-width: 52rem;
  margin: 0;
}

.world-business .capital-strip.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.profit-nums p:last-child {
  color: rgba(244, 238, 228, 0.84);
  font-size: 0.95rem;
  margin: 0;
  max-width: none;
}
.fly-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.4rem;
}
.fly-grid article {
  padding: 1.45rem 1.3rem 1.55rem;
  min-height: 100%;
}
.fly-grid article h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0.2rem 0 0.5rem;
  color: var(--ivory);
}
.fly-grid article p {
  color: rgba(244, 238, 228, 0.9);
  font-size: 1.02rem;
  max-width: none;
  margin: 0;
}
.fly-grid .fly-purple { background: linear-gradient(165deg, #4a1f5c 0%, #2a1034 100%); }
.fly-grid .fly-emerald { background: linear-gradient(165deg, #1e5646 0%, #0e2f28 100%); }
.fly-grid .fly-gold {
  background: linear-gradient(165deg, #8a6a28 0%, #3a2a12 100%);
}
.fly-grid .fly-wine { background: linear-gradient(165deg, #5c2436 0%, #2a1018 100%); }

.rival-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.4rem;
}
.rival-grid article {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.22);
  padding: 1.5rem 1.3rem 1.6rem;
}
.rival-grid h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.15rem 0 0.55rem;
}
.rival-grid .amt {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--gold-soft);
  margin: 0 0 0.7rem;
}
.rival-grid ul {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
  color: rgba(244, 238, 228, 0.86);
}
.rival-grid li { margin: 0.35rem 0; }
.week-lock {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1.4rem;
}
.week-lock article {
  background: #1c1c1c;
  border-top: 4px solid var(--gold);
  padding: 1.15rem 1rem 1.25rem;
}
.week-lock article:nth-child(1) { border-top-color: #8a4aad; }
.week-lock article:nth-child(2) { border-top-color: var(--emerald); }
.week-lock article:nth-child(3) { border-top-color: var(--gold); }
.week-lock article:nth-child(4) { border-top-color: var(--burgundy); }
.week-lock b {
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--ivory);
  margin-bottom: 0.35rem;
}
.week-lock p { color: rgba(244, 238, 228, 0.86); font-size: 0.95rem; max-width: none; margin: 0; }

.brand-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.world-business .brand-rail article {
  background: var(--cream);
  color: var(--espresso);
  padding: 1.25rem 1.15rem 1.35rem;
  border: 0;
}
.world-business .brand-rail h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--espresso);
  margin-bottom: 0.4rem;
}
.world-business .brand-rail .kicker {
  color: var(--burgundy);
  margin-bottom: 0.15rem;
}
.world-business .brand-rail .amt {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--espresso);
  margin: 0 0 0.45rem;
}
.groc-case {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}
.groc-case article {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.28);
  padding: 1.25rem 1.15rem 1.35rem;
}
.groc-case .amt {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  color: var(--gold-soft);
  margin: 0.15rem 0 0.45rem;
}
.groc-case p:last-child {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.95rem;
  max-width: none;
  margin: 0;
}
.world-business .brand-rail article:nth-child(1) { background: #efe4f4; }
.world-business .brand-rail article:nth-child(2) { background: #dceee4; }
.world-business .brand-rail article:nth-child(3) { background: #f3e6c4; }
.world-business .brand-rail article:nth-child(4) { background: #f0d8de; }
.world-business .brand-rail article:nth-child(5) { background: #e8f0ea; }
.world-business .brand-rail article:nth-child(6) { background: #efe6d6; }
.world-business .brand-rail article:nth-child(7) { background: #e6dcec; }
.world-business .brand-rail article:nth-child(8) { background: #f7ead4; }

.plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1rem 0 1.1rem;
}
.plan-fallback {
  padding: 1.2rem;
  color: rgba(244, 238, 228, 0.88);
}
.plan-fallback a { color: var(--gold-soft); font-weight: 700; text-decoration: underline; }

@media (max-width: 900px) {
  .profit-nums,
  .profit-nums.four,
  .glossary-grid,
  .fly-grid,
  .rival-grid,
  .week-lock,
  .brand-rail,
  .groc-case,
  .case-split,
  .thesis-grid,
  .story-nums,
  .world-business .capital-strip.four { grid-template-columns: 1fr; }
}

.world-club {
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(74, 31, 92, 0.55), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(30, 86, 70, 0.35), transparent 50%),
    #1a0e20;
  color: var(--ivory);
}
.world-club .fd-nav {
  background: rgba(26, 14, 32, 0.88);
  border-bottom: 1px solid rgba(196, 160, 86, 0.35);
}
.world-club .fd-brand b, .world-club .fd-links a, .world-club .fd-tools a, .world-club .menu-toggle { color: var(--ivory); }
.world-club .kicker { color: var(--gold-soft); }
.world-club .page-hero p { color: rgba(244, 238, 228, 0.78); }
.world-club .why-grid { background: rgba(196, 160, 86, 0.22); border-color: rgba(196, 160, 86, 0.22); }
.world-club .why-grid article {
  background: rgba(58, 24, 72, 0.65);
  color: var(--ivory);
  box-shadow: inset 0 0 0 1px rgba(196, 160, 86, 0.18);
}
.world-club .why-grid p { color: rgba(244, 238, 228, 0.72); }
.foil {
  font-family: var(--serif);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.world-weekly .funnel h2, .world-weekly .funnel .script { color: var(--ivory); }
.world-weekly .funnel > .sub,
.world-weekly .funnel > p,
.world-weekly .funnel .progress { color: rgba(244, 238, 228, 0.78); }
.world-weekly .plan, .world-weekly .pack-card, .world-weekly .summary {
  background: rgba(244, 238, 228, 0.06);
  color: var(--ivory);
  border-color: rgba(196, 160, 86, 0.3);
}
.world-weekly .plan .amt, .world-weekly .pack-card .amt { color: var(--gold-soft); }
.world-weekly .plan .ship-note { color: var(--gold-soft); }
.world-weekly .field input, .world-weekly textarea {
  background: rgba(14, 47, 40, 0.6);
  color: var(--ivory);
  border: 1px solid rgba(196, 160, 86, 0.3);
}
.world-weekly .dish,
.world-menu .dish {
  background: var(--card);
  color: var(--espresso);
}
.world-weekly .dish h3,
.world-menu .dish h3 { color: var(--purple-deep); }
.world-weekly .dish p,
.world-menu .dish p { color: #3f3832; }
.world-weekly .dish .premium-tag,
.world-menu .dish .premium-tag,
.world-weekly .dish .tag,
.world-menu .dish .tag { color: var(--burgundy); }
.world-weekly .qty b,
.world-menu .qty b { color: var(--espresso); }
.world-weekly .best-chip,
.world-weekly .best-chip span,
.world-menu .best-chip,
.world-menu .best-chip span { color: var(--espresso); }
.world-menu .chip {
  background: var(--card);
  color: var(--espresso);
  border-color: var(--line);
}
.world-menu .chip.on {
  background: var(--espresso);
  color: var(--ivory);
  border-color: var(--espresso);
}
.world-weekly .chip {
  background: rgba(8, 22, 18, 0.55);
  color: var(--ivory);
  border: 1px solid rgba(244, 238, 228, 0.42);
}
.world-weekly .chip.on {
  background: var(--espresso);
  color: var(--ivory);
  border-color: var(--espresso);
}
.world-weekly .funnel .progress .on { color: var(--gold-soft); }
.world-weekly .sweets-head h3 { color: var(--ivory); }
.world-weekly .sticky-bar .meter,
.world-weekly .sticky-bar .meter b { color: var(--espresso); }
.sticky-bar .btn { color: var(--espresso); background: var(--gold); border-color: var(--gold); }
.faq {
  margin-top: 1.6rem;
  max-width: 44rem;
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 2.4rem 1.15rem 0;
  font-weight: 700;
  font-size: 1.05rem;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 1.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 99px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  color: var(--emerald);
}
.faq details[open] summary::after { content: "–"; }
.faq details p {
  padding: 0 2.4rem 1.2rem 0;
  color: var(--muted);
  font-size: 1rem;
  max-width: 40rem;
}
.faq a { color: var(--gold); font-weight: 650; }
.why-grid a { color: var(--gold); font-weight: 650; }
.steps a { color: var(--gold); font-weight: 650; }

/* Light-paper defaults. Dark business/investor pages override these. */
.packet-notice {
  margin: 1.4rem 0 1.6rem;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--gold);
  background: var(--card);
  color: var(--muted);
  max-width: 44rem;
}
.packet-notice b { color: var(--espresso); }
.capital-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.2rem 0 0.2rem;
}
.capital-strip.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.capital-strip.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.capital-strip > div {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.28);
  padding: 1.35rem 1.15rem 1.45rem;
}
.capital-strip .amt {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--gold-soft);
  margin: 0.2rem 0 0.45rem;
}
.capital-strip p:last-child {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.95rem;
  margin: 0;
  max-width: none;
}
.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.6rem;
}
.scope-grid article {
  background: var(--card);
  padding: 1.4rem 1.25rem 1.5rem;
  border: 1px solid var(--line);
}
.scope-grid h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0.15rem 0 0.45rem;
}
.uses-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 1.2rem;
  align-items: start;
}
.uses-wrap:has(> :only-child) { grid-template-columns: 1fr; }
.uses-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.uses-table th,
.uses-table td {
  text-align: left;
  padding: 0.65rem 0.35rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.uses-table th {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.uses-table td:last-child,
.uses-table th:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.uses-table .total td {
  font-weight: 800;
  color: var(--ink);
  border-bottom: 0;
  padding-top: 0.95rem;
}
.jobs-bridge th:nth-child(2),
.jobs-bridge td:nth-child(2) {
  text-align: left;
  white-space: normal;
}

.jobs-lanes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.jobs-lanes article {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.28);
  padding: 1.2rem 1.05rem 1.3rem;
}
.jobs-lanes .amt {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  color: var(--gold-soft);
  margin: 0.1rem 0 0.4rem;
}
.jobs-lanes p:last-child {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.92rem;
  max-width: none;
  margin: 0;
}
.jobs-impact {
  margin-top: 1.6rem;
  padding: 1.45rem 1.35rem 1.55rem;
  background: var(--emerald-deep);
  border-left: 4px solid var(--gold);
  color: var(--ivory);
}
.jobs-impact h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.15rem 0 0.55rem;
}
.jobs-impact p:last-child {
  color: rgba(244, 238, 228, 0.9);
  max-width: 54rem;
  margin: 0;
}
.jobs-trades {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1.4rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}
.jobs-trades li {
  padding: 0.7rem 0.85rem;
  background: var(--card);
  border-left: 4px solid var(--gold);
  font-size: 0.98rem;
}
.jobs-bridge-wrap {
  margin-top: 1.2rem;
  max-width: 56rem;
}

.brand-rail article {
  background: var(--cream);
  color: var(--espresso);
  padding: 1.25rem 1.15rem 1.35rem;
}
.brand-rail h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--espresso);
  margin-bottom: 0.4rem;
}
.brand-rail .kicker {
  color: var(--burgundy);
  margin-bottom: 0.15rem;
}
.brand-rail .amt {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--espresso);
  margin: 0 0 0.45rem;
}
.brand-rail article:nth-child(1) { background: #efe4f4; }
.brand-rail article:nth-child(2) { background: #dceee4; }
.brand-rail article:nth-child(3) { background: #f3e6c4; }
.brand-rail article:nth-child(4) { background: #f0d8de; }
.brand-rail article:nth-child(5) { background: #e8f0ea; }
.brand-rail article:nth-child(6) { background: #efe6d6; }
.brand-rail article:nth-child(7) { background: #e6dcec; }
.brand-rail article:nth-child(8) { background: #f7ead4; }

@media (max-width: 1100px) {
  .jobs-lanes { grid-template-columns: 1fr 1fr; }
  .capital-strip.five { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .capital-strip,
  .capital-strip.four,
  .scope-grid,
  .uses-wrap,
  .jobs-trades { grid-template-columns: 1fr; }
}
.hero-finance {
  margin: 0.35rem 0 1.15rem;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
}
.scale-rail,
.finance-rail {
  margin: 1.4rem 0 0;
  padding: 1.35rem 1.3rem 1.45rem;
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.32);
}
.finance-rail { margin-top: 0.7rem; }
.scale-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.35rem;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3.2vw, 2.15rem);
  font-weight: 500;
  color: var(--gold-soft);
  margin: 0.2rem 0 0.35rem;
  line-height: 1.15;
}
.scale-line i {
  display: inline-block;
  width: 1.1rem;
  height: 2px;
  background: rgba(220, 196, 138, 0.55);
  margin: 0 0.25rem 0.35rem;
  align-self: center;
}
.scale-line span {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 238, 228, 0.62);
  margin-right: 0.55rem;
}
.scale-years {
  color: rgba(244, 238, 228, 0.7);
  font-size: 0.88rem;
  margin: 0;
  letter-spacing: 0.04em;
}
.plant-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.plant-flow li {
  background: #1c1c1c;
  color: var(--ivory);
  padding: 0.95rem 0.7rem 1.05rem;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.3;
  border-top: 3px solid var(--gold);
}
.how-factory h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.1rem 0 0.45rem;
}
.outscale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}
.outscale article {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.28);
  padding: 1.3rem 1.15rem 1.4rem;
}
.outscale .amt {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  color: var(--gold-soft);
  margin: 0.15rem 0 0.45rem;
}
.outscale p:last-child {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.95rem;
  max-width: none;
  margin: 0;
}
.discipline-box {
  margin-top: 1.6rem;
  padding: 1.45rem 1.35rem 1.55rem;
  background: var(--card);
  border-left: 4px solid var(--gold);
}
.discipline-box h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0.15rem 0 0.5rem;
}
.discipline-box p:last-child {
  color: var(--muted);
  max-width: 54rem;
  margin: 0;
}
.guaranty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 1.4rem;
}
.guaranty article {
  background: #1c1c1c;
  padding: 1.5rem 1.3rem 1.6rem;
  border: 1px solid rgba(196, 160, 86, 0.2);
}
.guaranty article.lock {
  background: var(--emerald-deep);
  border-color: rgba(196, 160, 86, 0.35);
}
.guaranty .amt {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 500;
  color: var(--gold-soft);
  line-height: 1;
  margin: 0.2rem 0 0.6rem;
}
.guaranty p:last-child {
  color: rgba(244, 238, 228, 0.86);
  max-width: none;
  margin: 0;
}
@media (max-width: 1100px) {
  .plant-flow { grid-template-columns: 1fr 1fr; }
}
.scale-line b.scale-peak {
  color: #f3e4c0;
  font-size: 1.08em;
}
.scale-note {
  color: rgba(244, 238, 228, 0.72);
  font-size: 0.88rem;
  margin: 0.55rem 0 0;
  max-width: 46rem;
  line-height: 1.45;
}
.three-cases,
.contrib-grid,
.shift-grid,
.market-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}
.market-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.three-cases article,
.contrib-grid article,
.shift-grid article,
.market-facts article {
  background: #1c1c1c;
  border: 1px solid rgba(196, 160, 86, 0.28);
  padding: 1.3rem 1.15rem 1.4rem;
}
.three-cases article.lock,
.outscale article.lock {
  border-color: rgba(196, 160, 86, 0.7);
  background: linear-gradient(180deg, #261c12 0%, #1c1c1c 70%);
}
.three-cases .amt,
.contrib-grid .amt,
.shift-grid .amt {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  color: var(--gold-soft);
  margin: 0.15rem 0 0.45rem;
}
.three-cases h3,
.market-facts h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  color: var(--ivory);
  margin: 0.15rem 0 0.45rem;
  line-height: 1.25;
}
.three-cases p:last-child,
.contrib-grid p:last-child,
.shift-grid p:last-child,
.market-facts p:last-child {
  color: rgba(244, 238, 228, 0.86);
  font-size: 0.95rem;
  max-width: none;
  margin: 0;
}
@media (max-width: 900px) {
  .three-cases,
  .contrib-grid,
  .shift-grid,
  .market-facts { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .plant-flow { grid-template-columns: 1fr; }
}

.plant-flow-light {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.plant-flow-light li {
  background: var(--espresso);
  color: var(--ivory);
}
.plant-flow.supply-flow {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.story-stack {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  border: 1px solid rgba(18, 12, 10, 0.14);
  background: #fffdf8;
}
.story-stack li {
  display: grid;
  grid-template-columns: minmax(10rem, 15rem) 1fr minmax(8rem, 11rem);
  gap: 0.75rem 1.1rem;
  align-items: baseline;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(18, 12, 10, 0.1);
}
.story-stack li:last-child { border-bottom: 0; }
.story-stack b {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.story-stack span {
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}
.story-stack i {
  font-style: normal;
  font-size: 0.88rem;
  color: var(--muted);
  text-align: right;
}
.need-cascade {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  counter-reset: need;
}
.need-cascade li {
  counter-increment: need;
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.need-cascade li::before {
  content: counter(need, decimal-leading-zero);
  flex: 0 0 2.75rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold);
  padding-top: 0.42rem;
}
.need-cascade .need-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 42rem;
}
.need-cascade b {
  display: block;
  font-family: var(--sans);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
}
.need-cascade span,
.need-cascade p {
  display: block;
  margin: 0.35rem 0 0;
  max-width: none;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.page-hero .need-cascade span,
.page-hero .need-cascade p {
  max-width: none;
  margin-top: 0.35rem;
  font-size: 1.05rem;
}

body.world-business .story-stack,
.profit-stage .story-stack {
  background: #16120f;
  border-color: rgba(196, 160, 86, 0.28);
}
body.world-business .story-stack li,
.profit-stage .story-stack li {
  border-color: rgba(244, 238, 228, 0.1);
}
body.world-business .story-stack span,
.profit-stage .story-stack span { color: var(--ivory); }
body.world-business .story-stack i,
.profit-stage .story-stack i { color: rgba(244, 238, 228, 0.62); }
body.world-business .need-cascade b { color: var(--ivory); }
body.world-business .need-cascade span { color: rgba(244, 238, 228, 0.72); }
body.world-business .need-cascade li { border-color: rgba(244, 238, 228, 0.12); }

@media (max-width: 900px) {
  .story-stack li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .story-stack i { text-align: left; }
  .plant-flow.supply-flow { grid-template-columns: 1fr 1fr; }
}

/* Investor packet: one dark theme. Cream cards were inheriting ivory type. */
body.page-investors {
  --gold-read: #ead7a0;
  background: #161616;
  color: var(--ivory);
}
body.page-investors .kicker,
body.page-investors p.kicker,
body.page-investors .page-hero p.kicker,
body.page-investors .policy-box .kicker,
body.page-investors .packet-notice b,
body.page-investors .uses-table th,
body.page-investors .story-stack b,
body.page-investors .need-cascade li::before,
body.page-investors .fd-footer h4,
body.page-investors .appendix summary {
  color: var(--gold-read);
}
body.page-investors .hero-copy .kicker {
  color: #f3e4c0;
}
body.page-investors .hero-food.hero-investors::after {
  background:
    linear-gradient(90deg, rgba(10,7,6,0.94) 0%, rgba(10,7,6,0.86) 28%, rgba(10,7,6,0.58) 48%, rgba(10,7,6,0.22) 66%, transparent 82%),
    linear-gradient(180deg, rgba(10,7,6,0.48) 0%, transparent 38%, rgba(10,7,6,0.62) 100%);
}
body.page-investors .page-hero p,
body.page-investors .sub,
body.page-investors .model-note,
body.page-investors .scale-note,
body.page-investors .scale-years,
body.page-investors .chart-key,
body.page-investors .story-stack i,
body.page-investors .need-cascade span,
body.page-investors .scale-line span,
body.page-investors .capital-strip p:last-child,
body.page-investors .guaranty p:last-child {
  color: rgba(244, 238, 228, 0.92);
}
body.page-investors h1,
body.page-investors h2,
body.page-investors h3,
body.page-investors .need-cascade b,
body.page-investors .story-stack span {
  color: var(--ivory);
}
body.page-investors .discipline-box {
  background: #221a12;
  border: 1px solid rgba(196, 160, 86, 0.35);
  border-left: 4px solid var(--gold);
  color: var(--ivory);
}
body.page-investors .discipline-box h3,
body.page-investors .discipline-box p,
body.page-investors .discipline-box p:last-child {
  color: rgba(244, 238, 228, 0.94);
}
body.page-investors .discipline-box h3 { color: var(--ivory); }
body.page-investors .jobs-trades li {
  background: #1c1c1c;
  color: var(--ivory);
  border-left: 4px solid var(--gold);
}
body.page-investors .policy-box {
  background: #0e2f28;
  border: 1px solid rgba(196, 160, 86, 0.4);
  color: var(--ivory);
}
body.page-investors .policy-box p { color: rgba(244, 238, 228, 0.94); }
body.page-investors .policy-box b { color: var(--ivory); }
body.page-investors .packet-notice {
  background: #1c1c1c;
  color: rgba(244, 238, 228, 0.92);
}
body.page-investors .story-stack {
  background: #16120f;
  border-color: rgba(196, 160, 86, 0.28);
}
body.page-investors .fd-links a:hover,
body.page-investors .fd-links a.on,
body.page-investors .fd-tools a:hover {
  color: var(--gold-read);
}
body.page-investors .fd-legal { color: rgba(247, 241, 232, 0.84); }
body.page-investors .brand-rail article,
body.page-investors .brand-rail h3,
body.page-investors .brand-rail .amt {
  color: var(--espresso);
}
body.page-investors .brand-rail .kicker { color: var(--burgundy); }
body.page-investors .brand-rail p { color: #3a322c; }
body.page-investors .search-panel .box,
body.page-investors .search-panel input,
body.page-investors .search-hits a {
  color: var(--espresso);
}
body.page-investors .btn,
body.page-investors .btn-gold {
  color: var(--espresso);
}


