/* ==========================================================
   Cherry Grove — A private proposal
   Cali / golden-hour / spiritual / nature
   ========================================================== */

:root {
  /* Surfaces — warm parchment, sand, bone */
  --ink:        #f5ead4;  /* main bg — warm parchment */
  --ink-2:      #ece0c5;  /* secondary bg — sand */
  --wine:       #c87856;  /* terracotta (was wine) */

  /* Accents — earthy + warm */
  --rose:       #b85e48;  /* terracotta-rose */
  --blush:      #c47a6b;  /* warm coral / dusty rose */
  --gold:       #b88944;  /* warm gold */
  --gold-soft:  #d4a85e;
  --champagne:  #e4cfa8;
  --sage:       #95a585;  /* dusty sage */
  --sage-deep:  #6b7a5d;
  --peach:      #e8b48a;

  /* Text — warm browns (was light cream) */
  --cream:      #2c2218;  /* main text — deep warm brown */
  --mist:       #6b5a48;  /* secondary text */
  --mist-soft:  #8d7d6a;  /* tertiary */
  --light:      #faf3e3;  /* hero text on dark photo (light cream) */

  /* Lines */
  --line:       rgba(184, 137, 68, 0.30);
  --line-soft:  rgba(44, 34, 24, 0.10);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

img { display: block; max-width: 100%; height: auto; }
a   { color: inherit; text-decoration: none; }

.font-cinzel    { font-family: 'Cinzel', serif; }
.font-cormorant { font-family: 'Cormorant Garamond', serif; }

/* ==========================================================
   TOP BAR
   ========================================================== */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(245, 234, 212, 0.78);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-bottom: 1px solid rgba(184, 137, 68, 0.15);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
.brand {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}
.brand-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--mist);
  letter-spacing: 0.08em;
}

/* ==========================================================
   HERO
   ========================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.72) saturate(0.95) sepia(0.18) hue-rotate(-8deg);
}
.hero-veil {
  position: absolute;
  inset: 0;
  background:
    /* warm vignette around edges */
    radial-gradient(ellipse at center, rgba(80,50,30,0.10) 0%, rgba(80,50,30,0.45) 70%, rgba(60,40,28,0.85) 100%),
    /* fade out into the cream page bg at the bottom for a seamless transition */
    linear-gradient(180deg, rgba(80,50,30,0.45) 0%, rgba(80,50,30,0.0) 25%, rgba(245,234,212,0.0) 70%, rgba(245,234,212,0.97) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 8rem 1.5rem 4rem;
  max-width: 920px;
}
.eyebrow {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
}
.hero-title {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  margin: 0 0 1.5rem;
  line-height: 1.05;
}
.hero-line-1 {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 6.5vw, 5.2rem);
  color: var(--light);
  letter-spacing: 0.02em;
  text-shadow: 0 2px 30px rgba(60,40,28,0.4);
}
.hero-line-2 {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  color: var(--peach);
  letter-spacing: 0.01em;
  margin-top: 0.3rem;
  text-shadow: 0 2px 30px rgba(60,40,28,0.4);
}
.hero-line-2 em { font-style: italic; color: #f3a276; }
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: var(--light);
  opacity: 0.92;
  line-height: 1.6;
  max-width: 580px;
  margin: 2rem auto 0;
  text-shadow: 0 1px 12px rgba(60,40,28,0.5);
}
.hero-scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  color: var(--gold);
  text-transform: uppercase;
  opacity: 0.7;
}
.hero-scroll-line {
  display: block;
  width: 1px;
  height: 60px;
  margin-top: 1rem;
  background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
  animation: scrollPulse 2.4s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.6); opacity: 0.4; }
  50%      { transform: scaleY(1.0); opacity: 1; }
}

/* ==========================================================
   SECTIONS — shared
   ========================================================== */
.section {
  position: relative;
  padding: 7rem 1.5rem;
  border-top: 1px solid var(--line-soft);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.narrow {
  max-width: 760px;
}
.section-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.2rem;
  font-weight: 500;
}
.section-eyebrow.gold { color: var(--gold-soft); }
.section-title {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  color: var(--cream);
  margin: 0 0 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.section-title.huge {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}
.section-lede {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  color: var(--cream);
  opacity: 0.85;
  line-height: 1.65;
  max-width: 720px;
  margin: 0 0 3rem;
}

/* ==========================================================
   LETTER
   ========================================================== */
.letter {
  background: var(--ink-2);
}
.letter-body p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--cream);
  margin: 0 0 1.4rem;
  opacity: 0.92;
}
.letter-body p em { color: var(--blush); font-style: italic; }
.letter-body p strong { color: var(--gold-soft); font-weight: 500; }
.letter-sign {
  font-family: 'Cinzel', serif !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold) !important;
  margin-top: 2.5rem !important;
  font-style: normal !important;
}

/* ==========================================================
   VISION — pillars
   ========================================================== */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}
.pillar {
  padding: 2.2rem 1.8rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(232, 218, 188,0.6) 0%, rgba(255, 246, 225,0.4) 100%);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.pillar:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.pillar-num {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.pillar h3 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--cream);
  margin: 0 0 0.9rem;
  letter-spacing: 0.04em;
}
.pillar p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--mist);
  margin: 0;
}
.pillar p em { color: var(--blush); font-style: italic; }

/* ==========================================================
   HOUSE — gallery
   ========================================================== */
.house { background: var(--ink); }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 1rem;
  margin-top: 1rem;
}
.g-cell {
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line-soft);
  transition: border-color 0.3s ease, transform 0.4s ease;
}
.g-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: brightness(0.92) saturate(0.95);
}
.g-cell:hover {
  border-color: var(--gold);
}
.g-cell:hover img {
  transform: scale(1.04);
  filter: brightness(1.05) saturate(1.1);
}
.g-large {
  grid-column: span 2;
  grid-row: span 2;
}
.g-wide {
  grid-column: span 2;
}
.gallery-note {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--mist);
  margin-top: 2rem;
  font-size: 1rem;
}

/* ==========================================================
   YOUR ROOM — perks
   ========================================================== */
.your-room { background: var(--ink-2); }
.perks {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
}
.perks li {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2.5rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line-soft);
}
.perks li:last-child { border-bottom: 1px solid var(--line-soft); }
.perk-title {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-transform: uppercase;
}
.perk-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--cream);
  opacity: 0.92;
}
@media (max-width: 720px) {
  .perks li { grid-template-columns: 1fr; gap: 0.7rem; }
}

/* ==========================================================
   SIGNING BONUSES & PERKS
   ========================================================== */
.bonuses {
  background:
    radial-gradient(ellipse at bottom, rgba(180,100,122,0.10) 0%, transparent 55%),
    var(--ink);
}
.bonuses-subhead {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 3rem 0 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--line);
}
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.bonus-card {
  padding: 2rem 1.6rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(232, 218, 188,0.7) 0%, rgba(255, 246, 225,0.5) 100%);
  transition: border-color 0.3s ease, transform 0.3s ease;
  position: relative;
}
.bonus-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.bonus-card.signing {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(212, 168, 138,0.4) 0%, rgba(255, 246, 225,0.6) 100%);
}
.bonus-icon {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
  filter: drop-shadow(0 0 8px rgba(201,168,76,0.3));
}
.bonus-title {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--cream);
  margin: 0 0 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.bonus-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--mist);
  margin: 0;
}
.bonus-body em { color: var(--blush); font-style: italic; }
.bonuses-totals {
  margin-top: 3rem;
  padding: 1.6rem 2rem;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--cream);
  background: rgba(255, 246, 225,0.4);
}

/* ==========================================================
   WORK DETAIL — broken-down quota explained
   ========================================================== */
.work-detail {
  background:
    radial-gradient(ellipse at top, rgba(149, 165, 133, 0.14) 0%, transparent 55%),
    var(--ink-2);
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0 2rem;
}
.work-card {
  padding: 2rem 1.8rem 1.6rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.7) 0%, rgba(232, 218, 188, 0.45) 100%);
  border-left: 3px solid var(--sage);
  display: flex;
  flex-direction: column;
}
.work-card.onetime {
  border-left-color: var(--gold);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.7) 0%, rgba(232, 180, 138, 0.18) 100%);
}
.work-cadence {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 0.8rem;
}
.work-card.onetime .work-cadence { color: var(--gold); }
.work-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--cream);
  margin: 0 0 1.2rem;
  letter-spacing: 0.02em;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line-soft);
}
.work-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  flex: 1;
}
.work-points li {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--cream);
  margin: 0 0 0.55rem;
  padding-left: 0;
}
.work-points li.indent { padding-left: 0.8rem; color: var(--mist); }
.work-points li strong { font-weight: 500; color: var(--gold); }
.work-points li em { color: var(--rose); font-style: italic; font-weight: 500; }
.work-math {
  margin-top: auto;
  padding: 0.9rem 1rem;
  background: rgba(255, 246, 225, 0.6);
  border: 1px dashed var(--line);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--mist);
}
.work-math span {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-right: 0.5rem;
}
.work-card.onetime .work-math span { color: var(--gold); }
.work-math em {
  color: var(--cream);
  font-style: italic;
  font-weight: 500;
}
.work-math .optional {
  display: inline-block;
  margin-top: 0.3rem;
  color: var(--mist-soft);
  font-size: 0.95rem;
}
.work-total {
  margin-top: 2.5rem;
  text-align: center;
  padding: 1.4rem 1.5rem;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--cream);
  background: rgba(255, 246, 225, 0.55);
}
.work-total strong { color: var(--rose); font-weight: 500; }

/* ==========================================================
   TRADE — give/get chart
   ========================================================== */
.trade {
  background:
    radial-gradient(ellipse at top left, rgba(180,100,122,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(201,168,76,0.10) 0%, transparent 55%),
    var(--ink-2);
}
.trade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 880px) {
  .trade-grid { grid-template-columns: 1fr; }
}

.trade-col {
  padding: 2.5rem 2rem 1.8rem;
  border: 1px solid var(--line);
  background: rgba(255, 246, 225,0.55);
  position: relative;
  display: flex;
  flex-direction: column;
}
.trade-col.give {
  border-color: rgba(180,100,122,0.45);
  background: linear-gradient(180deg, rgba(212, 168, 138,0.45) 0%, rgba(255, 246, 225,0.65) 100%);
}
.trade-col.get {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(220, 210, 178,0.4) 0%, rgba(255, 246, 225,0.65) 100%);
}

.trade-col-head {
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
}
.trade-col-eyebrow {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.6rem;
}
.trade-col-title {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0;
  letter-spacing: 0.04em;
}
.trade-col.give .trade-col-title { color: var(--blush); }
.trade-col.get  .trade-col-title { color: var(--gold); }

.trade-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
  flex: 1;
}
.trade-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1.2rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line-soft);
  align-items: center;
}
.trade-list li:first-child { border-top: none; }

.trade-line-num {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  text-align: right;
  line-height: 1;
}
.trade-col.give .trade-line-num { color: var(--blush); }
.trade-col.get  .trade-line-num { color: var(--gold-soft); }

.trade-line-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--cream);
}
.trade-line-label em {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--mist);
}

.trade-total-line {
  margin-top: 0.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}
.trade-total-line.gold {
  border-top-color: var(--gold);
  border-bottom-color: var(--gold);
}
.trade-total-label {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mist);
}
.trade-total-val {
  font-size: 1.4rem;
  font-weight: 600;
}
.trade-col.give .trade-total-val { color: var(--blush); }
.trade-col.get  .trade-total-val { color: var(--gold); }

.trade-onetime {
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border: 1px dashed var(--line);
  background: rgba(255, 246, 225,0.45);
}
.trade-onetime-label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 0.5rem;
}
.trade-onetime p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--cream);
}
.trade-onetime p em {
  display: inline-block;
  margin-top: 0.2rem;
  font-style: italic;
  color: var(--mist);
  font-size: 0.95rem;
}

.trade-footer {
  margin-top: 3rem;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--cream);
  opacity: 0.92;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.trade-footer em { color: var(--blush); font-style: italic; }

/* ==========================================================
   TERMS — the deal card
   ========================================================== */
.terms {
  background:
    radial-gradient(ellipse at top, rgba(212, 168, 138,0.4) 0%, transparent 60%),
    var(--ink);
}
.terms-card {
  margin: 2rem 0 2rem;
  padding: 2.5rem 2.5rem 1.5rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(232, 218, 188,0.85) 0%, rgba(255, 246, 225,0.95) 100%);
  position: relative;
}
.terms-card::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid var(--line);
  pointer-events: none;
}
.terms-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 2rem;
  padding: 1.4rem 0;
  align-items: start;
}
.terms-label {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 0.3rem;
}
.terms-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--cream);
}
.terms-value strong {
  font-weight: 500;
  color: var(--blush);
}
.terms-sub {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 1.05rem;
  color: var(--mist);
  font-style: italic;
}
.terms-divider {
  height: 1px;
  background: var(--line-soft);
  margin: 0;
}
.terms-aside {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--mist);
  font-size: 1.05rem;
  margin-top: 1.5rem;
}
@media (max-width: 720px) {
  .terms-row { grid-template-columns: 1fr; gap: 0.6rem; }
  .terms-card { padding: 2rem 1.5rem 1rem; }
}

/* ==========================================================
   PLAN — phases
   ========================================================== */
.plan { background: var(--ink-2); }
.phases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.phase {
  padding: 2rem 1.6rem;
  border-left: 2px solid var(--gold);
  background: rgba(255, 246, 225,0.5);
  transition: background 0.3s ease;
}
.phase:hover {
  background: rgba(212, 168, 138,0.4);
}
.phase-tag {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.phase h3 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--cream);
  margin: 0 0 0.8rem;
}
.phase p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--mist);
  margin: 0;
}
.phase p em { color: var(--blush); font-style: italic; }

/* ==========================================================
   WHY YOU
   ========================================================== */
.why-you { background: var(--ink); }
.why-body p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--cream);
  opacity: 0.92;
  margin: 0 0 1.3rem;
}

/* ==========================================================
   ASK — closing call
   ========================================================== */
.ask {
  position: relative;
  background: var(--ink);
  padding: 8rem 1.5rem;
  overflow: hidden;
}
.ask-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(180,100,122,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at bottom, rgba(201,168,76,0.12) 0%, transparent 50%),
    var(--ink);
  z-index: 0;
}
.ask-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.ask-lede {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--cream);
  opacity: 0.85;
  line-height: 1.65;
  max-width: 580px;
  margin: 0 auto 3rem;
}
.ask-steps {
  list-style: none;
  padding: 0;
  margin: 0 auto 3rem;
  max-width: 560px;
  text-align: left;
}
.ask-steps li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--cream);
  line-height: 1.5;
}
.ask-steps li span {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 500;
}
.ask-close {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--cream);
  opacity: 0.85;
  line-height: 1.6;
  margin: 3rem auto 0;
  max-width: 560px;
}
.ask-sign {
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-top: 2rem;
  text-transform: uppercase;
}

/* ==========================================================
   FOOTER
   ========================================================== */
.footer {
  text-align: center;
  padding: 3rem 1.5rem;
  background: var(--ink);
  border-top: 1px solid var(--line-soft);
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mist-soft);
}
.footer-sub {
  margin-top: 0.6rem;
  color: var(--mist-soft);
  opacity: 0.6;
  letter-spacing: 0.4em;
}

/* ==========================================================
   REVEAL ON SCROLL
   ========================================================== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   PASSWORD GATE
   ========================================================== */
.gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.gate::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(180,100,122,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at bottom, rgba(201,168,76,0.10) 0%, transparent 55%);
  pointer-events: none;
}
.gate.unlock {
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
}
.gate-inner {
  position: relative;
  text-align: center;
  max-width: 420px;
  width: 100%;
}
.gate-sigil {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0 18px rgba(201,168,76,0.4));
}
.gate-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.4rem;
}
.gate-title {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3rem);
  color: var(--cream);
  margin: 0 0 0.8rem;
  letter-spacing: 0.06em;
}
.gate-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--mist);
  margin: 0 0 2rem;
}
.gate-field {
  display: flex;
  gap: 0;
  border: 1px solid var(--gold);
  background: rgba(255, 246, 225,0.85);
  margin-bottom: 1rem;
}
.gate-field input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--cream);
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  padding: 0.95rem 1.2rem;
  text-align: center;
}
.gate-field input::placeholder {
  color: var(--mist-soft);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.gate-field button {
  background: var(--gold);
  color: #2c2218;
  border: none;
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 0 1.5rem;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s ease;
}
.gate-field button:hover { background: var(--gold-soft); }
.gate-err {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose);
  margin: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gate-err.show { opacity: 1; }

/* ==========================================================
   QUOTA LINK in TERMS card
   ========================================================== */
.quota-link {
  display: inline-block;
  margin-top: 0.4rem;
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  font-style: normal;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.quota-link:hover {
  color: var(--blush);
  border-color: var(--blush);
}

/* ==========================================================
   QUOTA PAGE — header
   ========================================================== */
.quota-header {
  padding: 9rem 1.5rem 5rem;
  background:
    radial-gradient(ellipse at top, rgba(212, 168, 138,0.5) 0%, transparent 60%),
    var(--ink);
}
.quota-title {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.15;
}
.back-link {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.back-link a {
  color: var(--gold);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}
.back-link a:hover { border-color: var(--gold); }
.back-link.big {
  font-size: 0.85rem;
  text-align: center;
}

/* ==========================================================
   QUOTA BLOCK — section
   ========================================================== */
.quota-block { background: var(--ink); }
.quota-block.alt { background: var(--ink-2); }

.quota-tag {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.4rem 1rem;
  border: 1px solid var(--gold);
  margin-bottom: 1.6rem;
}

/* Daily options */
.quota-option-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  margin: 3rem 0 3rem;
}
.quota-option {
  padding: 2.2rem 1.5rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(232, 218, 188,0.85) 0%, rgba(255, 246, 225,0.95) 100%);
  text-align: center;
  position: relative;
}
.quota-option::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid var(--line);
  pointer-events: none;
}
.quota-option-label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.quota-option-title {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--cream);
  margin: 0 0 0.6rem;
  letter-spacing: 0.04em;
}
.quota-option-meta {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--mist);
  margin: 0;
  font-style: italic;
}
.quota-option-meta strong { color: var(--blush); font-weight: 500; font-style: normal; }
.quota-option-or {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}
@media (max-width: 640px) {
  .quota-option-grid { grid-template-columns: 1fr; }
}

/* Subhead */
.quota-subhead {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 2.5rem 0 1.5rem;
}
.quota-subhead.nomargin { margin-top: 0; }

/* Acts list */
.quota-acts {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.quota-acts li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line-soft);
  align-items: baseline;
}
.quota-acts li:last-child { border-bottom: 1px solid var(--line-soft); }
.act-num {
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--gold);
}
.act-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--cream);
  line-height: 1.5;
}
.act-body strong { font-weight: 500; color: var(--blush); }

/* Generic quota notes */
.quota-notes {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.quota-notes li {
  padding: 0.9rem 0;
  border-top: 1px solid var(--line-soft);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--cream);
  opacity: 0.92;
}
.quota-notes li:last-child { border-bottom: 1px solid var(--line-soft); }
.quota-notes li strong { color: var(--gold-soft); font-weight: 500; }
.quota-notes li em { color: var(--blush); font-style: italic; }
.quota-notes.plain li { border: none; padding: 0.5rem 0; }
.quota-notes.plain li:last-child { border: none; }

/* Venue + duration notes (sauna / song-length) */
.venue-note,
.duration-note {
  margin: 2rem 0 0.5rem;
  padding: 1.5rem 1.8rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(212, 168, 138,0.35) 0%, rgba(255, 246, 225,0.6) 100%);
}
.venue-tag,
.duration-tag {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #2c2218;
  background: var(--gold);
  padding: 0.15rem 0.7rem;
  margin-bottom: 0.8rem;
}
.venue-note p,
.duration-note p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--cream);
}
.venue-note p strong,
.duration-note p strong { color: var(--blush); font-weight: 500; }
.venue-note p em,
.duration-note p em { color: var(--gold-soft); font-style: italic; }

/* Ray cards */
.ray-card {
  margin: 2rem 0;
  padding: 2rem 2rem 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 246, 225,0.55);
}
.ray-card.highlight {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(212, 168, 138,0.4) 0%, rgba(255, 246, 225,0.85) 100%);
}
.optional-pill {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.15rem 0.7rem;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #2c2218;
  background: var(--gold);
  vertical-align: middle;
}

/* Quota back footer */
.quota-back { padding: 5rem 1.5rem; background: var(--ink); }
.container.narrow.center { text-align: center; }

/* ==========================================================
   SWEATHOUZ — sauna benefits section
   ========================================================== */
.sweathouz {
  background:
    radial-gradient(ellipse at top left, rgba(232, 180, 138, 0.20) 0%, transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(196, 122, 107, 0.15) 0%, transparent 55%),
    var(--ink);
}
.swthz-hero {
  margin: 3rem 0 3rem;
  overflow: hidden;
  border: 1px solid var(--gold);
  position: relative;
}
.swthz-hero img {
  width: 100%;
  height: clamp(280px, 50vw, 520px);
  object-fit: cover;
  object-position: center;
  filter: brightness(0.95) saturate(1.05);
  display: block;
}

.swthz-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0 3.5rem;
}
@media (max-width: 720px) {
  .swthz-two { grid-template-columns: 1fr; }
}
.swthz-card {
  padding: 2.2rem 1.8rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.7) 0%, rgba(232, 180, 138, 0.20) 100%);
}
.swthz-tag {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--line);
}
.swthz-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--cream);
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}
.swthz-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--mist);
  margin: 0;
}

.swthz-feature {
  margin: 0 0 4rem;
}
.swthz-feature img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
}
.swthz-feature-caption {
  margin: 1rem 0 0;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--mist);
}
.swthz-feature-caption em { color: var(--rose); font-style: italic; }

/* Benefits grid */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0 3rem;
}
.benefit-card {
  padding: 1.8rem 1.5rem;
  border: 1px solid var(--line);
  background: rgba(255, 246, 225, 0.6);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.benefit-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}
.benefit-icon {
  display: inline-block;
  font-size: 1.7rem;
  color: var(--rose);
  margin-bottom: 0.7rem;
  filter: drop-shadow(0 0 8px rgba(196, 122, 107, 0.25));
}
.benefit-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--cream);
  margin: 0 0 0.7rem;
  letter-spacing: 0.02em;
}
.benefit-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--mist);
  margin: 0;
}

.swthz-math {
  margin-top: 3rem;
  padding: 2rem;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  text-align: center;
  background: rgba(255, 246, 225, 0.45);
}
.swthz-math-line {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  color: var(--cream);
}
.swthz-math-line.sub {
  margin-top: 0.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--mist);
  text-transform: none;
}
.swthz-math-line.sub em { color: var(--rose); font-weight: 500; }

.swthz-credit {
  margin-top: 2rem;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--mist-soft);
  opacity: 0.7;
}

/* ==========================================================
   WEB STUDIO — site examples + cards
   ========================================================== */
.web-studio {
  background:
    radial-gradient(ellipse at top right, rgba(149, 165, 133, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(232, 180, 138, 0.14) 0%, transparent 55%),
    var(--ink);
}
.studio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.studio-card {
  padding: 2rem 1.8rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.7) 0%, rgba(232, 218, 188, 0.5) 100%);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.studio-card:hover {
  transform: translateY(-3px);
}
.studio-icon {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.studio-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--mist);
  margin: 0 0 2rem;
  max-width: 720px;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0 2.5rem;
}
.example-card {
  display: block;
  border: 1px solid var(--line);
  background: rgba(255, 246, 225, 0.7);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.example-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 12px 32px rgba(60, 40, 28, 0.12);
}
.browser-frame {
  background: linear-gradient(180deg, #e8dac0 0%, #ddc9a6 100%);
  padding: 0.6rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid var(--line);
}
.browser-dots {
  display: flex;
  gap: 0.35rem;
}
.browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c4a888;
}
.browser-dots span:nth-child(1) { background: #d18a6c; }
.browser-dots span:nth-child(2) { background: #d4b070; }
.browser-dots span:nth-child(3) { background: #98a585; }
.browser-url {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: var(--mist);
  letter-spacing: 0.02em;
}
.example-body {
  padding: 1.5rem 1.5rem 1.6rem;
}
.example-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--cream);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.example-body p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--mist);
  margin: 0 0 1rem;
}
.example-link {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}
.studio-footnote {
  margin-top: 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--mist);
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================
   MATTEA SECTION — soft, personal, moonlit
   ========================================================== */
.mattea {
  position: relative;
  background: var(--ink);
  overflow: hidden;
}
.mattea-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(196, 122, 107, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(149, 165, 133, 0.18) 0%, transparent 45%),
    radial-gradient(ellipse at center, rgba(232, 180, 138, 0.10) 0%, transparent 65%);
  z-index: 0;
}
.mattea-content { position: relative; z-index: 2; }
.mattea-body p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--cream);
  margin: 0 0 1.4rem;
}
.mattea-body p em { color: var(--rose); font-style: italic; }
.mattea-body p strong { color: var(--gold); font-weight: 500; }
.mattea-glyph {
  display: block;
  text-align: center;
  margin: 3rem auto 0;
  font-size: 2.5rem;
  color: var(--sage-deep);
  opacity: 0.65;
  filter: drop-shadow(0 0 18px rgba(149, 165, 133, 0.35));
}

/* ==========================================================
   GLOBAL CALI / SPIRITUAL TOUCHES
   ========================================================== */

/* A subtle decorative sun motif you can drop in via class */
.sun-divider {
  display: block;
  margin: 0 auto;
  color: var(--gold);
  opacity: 0.55;
}

/* Soften photo treatment so darker interior shots glow warmer */
.gallery img,
.example-card img {
  filter: brightness(1.04) saturate(1.05) sepia(0.04);
}

/* Section padding bump for breathing room — cali feel */
@media (min-width: 720px) {
  .section { padding: 8rem 1.5rem; }
}

/* Soften card borders site-wide so they feel paper-on-paper */
.pillar,
.bonus-card,
.studio-card,
.example-card,
.terms-card,
.quota-option,
.ray-card,
.venue-note,
.duration-note,
.trade-col {
  box-shadow: 0 1px 2px rgba(60, 40, 28, 0.04), 0 8px 24px rgba(60, 40, 28, 0.05);
  border-radius: 2px;
}

/* Bonuses-subhead: warmer color now that bg is light */
.bonuses-subhead {
  color: var(--rose);
  border-bottom-color: var(--line);
}

/* Make the trade card columns lean into their nature themes */
.trade-col.give {
  background: linear-gradient(180deg, rgba(149, 165, 133, 0.20) 0%, rgba(255, 246, 225, 0.7) 100%);
  border-color: rgba(149, 165, 133, 0.55);
}
.trade-col.give .trade-col-title,
.trade-col.give .trade-line-num,
.trade-col.give .trade-total-val {
  color: var(--sage-deep);
}
.trade-col.get {
  background: linear-gradient(180deg, rgba(232, 180, 138, 0.22) 0%, rgba(255, 246, 225, 0.7) 100%);
  border-color: var(--gold);
}

/* Footer — make sure it sits properly on the new light bg */
.footer {
  background: var(--ink-2);
  color: var(--mist-soft);
}

/* Gate visual refresh — warm bg, dark text */
.gate { background: var(--ink); }
.gate-title { color: var(--cream); }
.gate-sub { color: var(--mist); }
.gate-field { background: rgba(255, 246, 225, 0.92); border-color: var(--gold); }
.gate-field input { color: var(--cream); }
.gate-field input::placeholder { color: var(--mist-soft); }

/* Ask section gradient — golden hour wash */
.ask {
  background:
    linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 100%);
}
.ask-bg {
  background:
    radial-gradient(ellipse at top, rgba(232, 180, 138, 0.30) 0%, transparent 55%),
    radial-gradient(ellipse at bottom, rgba(196, 122, 107, 0.20) 0%, transparent 55%),
    radial-gradient(ellipse at center, rgba(149, 165, 133, 0.10) 0%, transparent 70%);
}

/* Decorative sun above hero on smaller bg — actually skip, hero is already strong */

/* Section eyebrow ornament — a small dot before each eyebrow */
.section-eyebrow::before {
  content: '\2731  ';
  color: var(--gold);
  opacity: 0.7;
  margin-right: 0.4em;
}

/* Bonus icons feel warmer now */
.bonus-icon {
  color: var(--rose);
}

/* Pillar number gets sage tint — feels grounded, natural */
.pillar-num {
  color: var(--sage-deep);
}

/* Phase border accent — alternate sage and terracotta on the cards */
.phase {
  border-left-color: var(--sage);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.7) 0%, rgba(232, 218, 188, 0.45) 100%);
}
.phase:nth-child(even) { border-left-color: var(--blush); }
.phase:hover {
  background: linear-gradient(180deg, rgba(232, 180, 138, 0.18) 0%, rgba(255, 246, 225, 0.7) 100%);
}

/* Letter section — feels like a real letter on cream paper */
.letter {
  background:
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
}
.letter-body p em { color: var(--rose); }
.letter-body p strong { color: var(--gold); }
.letter-sign { color: var(--gold) !important; }

/* Why You section — soft cream */
.why-you {
  background: var(--ink);
}

/* Terms aside — adjust contrast */
.terms-aside { color: var(--mist); }

/* Trade footer — warm rose for emphasis */
.trade-footer em { color: var(--rose); }

/* Quota-link in terms card */
.quota-link { color: var(--gold); border-bottom-color: var(--gold); }
.quota-link:hover { color: var(--rose); border-color: var(--rose); }

/* Vision pillars — warmer card style */
.pillar p em { color: var(--rose); }

/* Brand sub on topbar */
.brand-sub { color: var(--mist); }

/* ==========================================================
   SCROLL PROGRESS BAR
   ========================================================== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 200;
  background: rgba(184, 137, 68, 0.10);
}
.scroll-progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold) 0%, var(--rose) 50%, var(--sage-deep) 100%);
  transition: width 0.08s linear;
  box-shadow: 0 0 10px rgba(184, 137, 68, 0.45);
}

/* ==========================================================
   SECTION NAV DOTS (right side)
   ========================================================== */
.nav-dots {
  position: fixed;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.7rem 0.5rem;
  background: rgba(245, 234, 212, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(184, 137, 68, 0.18);
  border-radius: 999px;
}
.nav-dot {
  position: relative;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-dot span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(184, 137, 68, 0.35);
  transition: all 0.25s ease;
}
.nav-dot:hover span,
.nav-dot.active span {
  width: 10px;
  height: 10px;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(184, 137, 68, 0.6);
}
.nav-dot::before {
  content: attr(data-label);
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(245, 234, 212, 0.92);
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(184, 137, 68, 0.25);
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.nav-dot:hover::before { opacity: 1; }
@media (max-width: 880px) {
  .nav-dots { display: none; }
}

/* ==========================================================
   VALUE INDEX
   ========================================================== */
.value-index {
  position: relative;
  background: var(--ink);
  overflow: hidden;
}
.vi-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(149, 165, 133, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(232, 180, 138, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse at center, rgba(196, 122, 107, 0.10) 0%, transparent 65%);
  z-index: 0;
}
.vi-content { position: relative; z-index: 2; }

/* Big stat blocks */
.vi-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}
.vi-stat {
  padding: 2.6rem 1.6rem 2rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.85) 0%, rgba(232, 218, 188, 0.5) 100%);
  text-align: center;
  position: relative;
  box-shadow: 0 1px 2px rgba(60, 40, 28, 0.06), 0 14px 36px rgba(60, 40, 28, 0.08);
}
.vi-stat.sage { border-top: 4px solid var(--sage-deep); }
.vi-stat.gold { border-top: 4px solid var(--gold); }
.vi-stat.rose { border-top: 4px solid var(--rose); }

.vi-stat-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  line-height: 1;
  color: var(--cream);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.vi-stat.sage .vi-stat-num { color: var(--sage-deep); }
.vi-stat.gold .vi-stat-num { color: var(--gold); }
.vi-stat.rose .vi-stat-num { color: var(--rose); }
.vi-stat-label {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: 1.2rem;
}
.vi-stat-math {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mist);
  line-height: 1.7;
  padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
}

.vi-subhead {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 4rem 0 1.5rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--line);
}

/* Comparison */
.vi-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.vi-compare-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
  padding: 1.8rem 2rem;
  border: 1px solid var(--line-soft);
  background: rgba(255, 246, 225, 0.55);
  align-items: center;
}
.vi-compare-row.highlight {
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(232, 180, 138, 0.18) 0%, rgba(255, 246, 225, 0.7) 100%);
}
.vi-compare-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.4;
}
.vi-compare-label em {
  display: block;
  font-style: italic;
  color: var(--mist);
  font-size: 1.05rem;
  font-weight: 400;
  margin-top: 0.2rem;
}
.vi-compare-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--cream);
  line-height: 1.5;
}
.vi-compare-val strong { font-weight: 500; color: var(--gold); }
.vi-compare-val em { color: var(--mist); font-style: italic; font-size: 0.95rem; }
.vi-compare-note {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--mist);
  margin: 0.8rem 0 0;
}
@media (max-width: 720px) {
  .vi-compare-row { grid-template-columns: 1fr; gap: 0.8rem; padding: 1.4rem; }
}

/* Pairs */
.vi-pairs-intro {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--mist);
  margin: 0 0 1.8rem;
}
.vi-pairs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.vi-pair {
  display: grid;
  grid-template-columns: 1fr 50px 1.4fr;
  gap: 1.2rem;
  align-items: center;
  padding: 1.1rem 1.4rem;
  border: 1px solid var(--line-soft);
  background: rgba(255, 246, 225, 0.55);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.vi-pair:hover {
  border-color: var(--gold);
  transform: translateX(4px);
}
.vi-pair-left {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
}
.vi-pair-arrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--gold);
  text-align: center;
}
.vi-pair-right {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--rose);
}
@media (max-width: 640px) {
  .vi-pair {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    text-align: center;
  }
  .vi-pair-arrow { transform: rotate(90deg); }
}

/* Big quote */
.vi-quote {
  margin: 3rem auto;
  padding: 3rem 2rem;
  text-align: center;
  max-width: 800px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.vi-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.35;
  color: var(--cream);
  margin: 0 0 0.5rem;
}
.vi-quote p em { color: var(--rose); font-style: italic; }
.vi-quote-sub {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  color: var(--mist) !important;
}

/* Closing */
.vi-closing {
  margin: 2rem auto 0;
  max-width: 720px;
  text-align: center;
}
.vi-closing p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.65;
  color: var(--cream);
  margin: 0 0 0.9rem;
}
.vi-closing p strong { color: var(--gold); font-weight: 500; }
.vi-closing-final {
  font-style: italic;
  color: var(--rose) !important;
  font-size: 1.45rem !important;
  margin-top: 1.5rem !important;
}

/* ==========================================================
   DAY IN THE LIFE — timeline
   ========================================================== */
.day-life {
  background: var(--ink-2);
}
.day-timeline {
  margin: 3rem auto 2rem;
  max-width: 760px;
  position: relative;
}
.day-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--line) 8%, var(--line) 92%, transparent 100%);
}
.day-slot {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1.4rem;
  padding: 1rem 0;
  align-items: start;
}
.day-slot::before {
  content: '';
  position: absolute;
  left: 95px;
  top: 1.4rem;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--sage);
  z-index: 2;
}
.day-slot.work::before {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 12px rgba(184, 137, 68, 0.45);
}
.day-time {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 0.4rem;
  text-align: right;
}
.day-content {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--cream);
  padding-left: 1.5rem;
}
.day-content strong { color: var(--gold); font-weight: 500; }
.day-tag {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.15rem 0.7rem;
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold);
  vertical-align: middle;
}
.day-summary {
  margin-top: 3rem;
  padding: 2rem;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  text-align: center;
  background: rgba(255, 246, 225, 0.55);
}
.day-summary p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--cream);
  line-height: 1.5;
}
.day-summary p strong { color: var(--rose); font-weight: 500; }
.day-summary-sub {
  font-style: italic;
  font-size: 1.15rem !important;
  color: var(--mist) !important;
  margin-top: 0.6rem !important;
}
@media (max-width: 640px) {
  .day-timeline::before { left: 75px; }
  .day-slot { grid-template-columns: 75px 1fr; gap: 0.8rem; }
  .day-slot::before { left: 70px; }
  .day-content { padding-left: 1rem; font-size: 1.05rem; }
}

/* ==========================================================
   TRIAL RUN section
   ========================================================== */
.trial-run {
  position: relative;
  background: var(--ink);
  overflow: hidden;
}
.trial-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top, rgba(149, 165, 133, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at bottom, rgba(232, 180, 138, 0.18) 0%, transparent 55%);
}
.trial-content { position: relative; z-index: 2; }
.trial-card {
  margin-top: 2.5rem;
  padding: 3rem 2.5rem 2.5rem;
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.85) 0%, rgba(232, 218, 188, 0.55) 100%);
  position: relative;
  box-shadow: 0 4px 24px rgba(60, 40, 28, 0.10), 0 18px 60px rgba(60, 40, 28, 0.12);
}
.trial-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid var(--line);
  pointer-events: none;
}
.trial-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #2c2218;
  background: var(--gold);
  padding: 0.5rem 1.4rem;
  white-space: nowrap;
}
.trial-points {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
}
.trial-points li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--cream);
}
.trial-points li:last-child { border-bottom: none; }
.trial-points li strong { color: var(--gold); font-weight: 500; }
.trial-note {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--mist);
  margin: 0;
  text-align: center;
}
.trial-note em { color: var(--rose); font-style: italic; font-weight: 500; }

/* ==========================================================
   MATTEA PROFILE CARD
   ========================================================== */
.mattea-profile {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1.6rem;
  align-items: center;
  padding: 1.6rem 1.8rem;
  margin: 2rem 0 2.5rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--sage);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.6) 0%, rgba(232, 218, 188, 0.4) 100%);
}
.mattea-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--sage-deep) 0%, var(--rose) 100%);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 3rem;
  color: var(--light);
  box-shadow: 0 4px 18px rgba(60, 40, 28, 0.15), inset 0 0 24px rgba(255, 246, 225, 0.15);
}
.mattea-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--cream);
  margin: 0 0 0.3rem;
  letter-spacing: 0.02em;
}
.mattea-role {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.7rem;
}
.mattea-bio {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--mist);
  margin: 0;
}
.mattea-lede { margin-top: 0; }
@media (max-width: 640px) {
  .mattea-profile { grid-template-columns: 1fr; text-align: center; }
  .mattea-avatar { margin: 0 auto; }
}

/* ==========================================================
   FOCUS POLISH — better card hover feel site-wide
   ========================================================== */
.bonus-card,
.studio-card,
.example-card,
.benefit-card,
.swthz-card,
.work-card,
.vi-stat,
.vi-pair {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Add subtle parallax-ish look to hero photo on scroll */
.hero-bg img {
  transition: transform 0.6s ease;
}

/* ==========================================================
   QUOTA CTA — prominent button to the quota page
   ========================================================== */
.quota-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.quota-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 2.4rem 1.1rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 50%, var(--rose) 100%);
  color: #2c2218;
  text-decoration: none;
  border: 1px solid rgba(60, 40, 28, 0.18);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(60, 40, 28, 0.18), inset 0 1px 0 rgba(255, 246, 225, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  text-align: center;
  max-width: 480px;
  cursor: pointer;
}
.quota-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(60, 40, 28, 0.26), inset 0 1px 0 rgba(255, 246, 225, 0.45);
  filter: saturate(1.1) brightness(1.04);
}
.quota-cta-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(44, 34, 24, 0.75);
  margin-bottom: 0.5rem;
}
.quota-cta-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #2c2218;
  letter-spacing: 0.02em;
}
.quota-cta-sub {
  margin-top: 0.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(44, 34, 24, 0.78);
}

/* ==========================================================
   FEATURE 0: Room decor signing-bonus card
   ========================================================== */
.room-decor { grid-column: 1 / -1; }
.room-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.room-list li {
  padding: 0.55rem 0 0.55rem 1.6rem;
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--cream);
  border-bottom: 1px dashed rgba(184, 137, 68, 0.18);
}
.room-list li:last-child { border-bottom: none; }
.room-list li::before {
  content: '\10047';
  position: absolute;
  left: 0;
  top: 0.55rem;
  color: var(--rose);
}
.room-bigger {
  margin-top: 1.2rem !important;
  padding-top: 1.2rem;
  border-top: 1px solid var(--gold);
}
.room-bigger strong { color: var(--rose); font-weight: 500; }

/* ==========================================================
   FEATURE 1: Floating "Reply" CTA
   ========================================================== */
.floating-cta {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 180;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 1.6rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--rose) 100%);
  color: #2c2218;
  border: 1px solid rgba(60, 40, 28, 0.25);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(60, 40, 28, 0.25);
  font-family: 'Cinzel', serif;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
  pointer-events: none;
}
.floating-cta.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floating-cta:hover {
  box-shadow: 0 12px 36px rgba(60, 40, 28, 0.35);
  transform: translateY(-2px);
}
.floating-cta-text {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  font-weight: 600;
  text-transform: uppercase;
}
.floating-cta-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.7rem;
  margin-top: 0.1rem;
  opacity: 0.85;
  text-transform: none;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .floating-cta { bottom: 1rem; right: 1rem; padding: 0.7rem 1.2rem; }
  .floating-cta-text { font-size: 0.75rem; }
}

/* ==========================================================
   FEATURE 2: Affirmation rotator bar
   ========================================================== */
.affirmation-bar {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 170;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 1.4rem;
  background: rgba(245, 234, 212, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(60, 40, 28, 0.10);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--cream);
  max-width: 90vw;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.affirmation-bar.visible { opacity: 1; }
.affirmation-glyph {
  color: var(--rose);
  font-size: 0.95rem;
}
.affirmation-text {
  font-size: 0.95rem;
  transition: opacity 0.4s ease;
}
.affirmation-text.swap { opacity: 0; }
@media (max-width: 720px) {
  .affirmation-bar { bottom: 5rem; font-size: 0.85rem; padding: 0.5rem 1rem; }
}

/* ==========================================================
   FEATURE 3: Moon-phase widget
   ========================================================== */
.moon-widget {
  position: fixed;
  top: 4.5rem;
  right: 1.5rem;
  z-index: 110;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.9rem;
  background: rgba(245, 234, 212, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mist);
}
.moon-icon { font-size: 1.1rem; line-height: 1; }
@media (max-width: 880px) {
  .moon-widget { display: none; }
}

/* ==========================================================
   FEATURE 4: Income calculator
   ========================================================== */
.calc-card {
  margin: 1.5rem 0 2rem;
  padding: 2rem 2rem 1.8rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.85) 0%, rgba(232, 218, 188, 0.55) 100%);
  box-shadow: 0 4px 18px rgba(60, 40, 28, 0.08);
}
.calc-intro {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--mist);
  margin: 0 0 1.4rem;
}
.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.6rem;
}
.calc-label {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cream);
}
.calc-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--gold);
}
.calc-slider {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage) 0%, var(--gold) 50%, var(--rose) 100%);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 1.5rem;
}
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid #fff8e0;
  box-shadow: 0 2px 10px rgba(60, 40, 28, 0.25);
  cursor: pointer;
}
.calc-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid #fff8e0;
  cursor: pointer;
}
.calc-results {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 1rem;
  align-items: center;
}
.calc-result {
  padding: 1.2rem 1.2rem;
  text-align: center;
  border: 1px solid var(--line-soft);
  background: rgba(255, 246, 225, 0.6);
}
.calc-result.highlight {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(232, 180, 138, 0.18) 0%, rgba(255, 246, 225, 0.7) 100%);
}
.calc-result-label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.4rem;
}
.calc-result-val {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--cream);
  line-height: 1.1;
}
.calc-result.highlight .calc-result-val { color: var(--gold); }
.calc-result-sub {
  display: block;
  margin-top: 0.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose);
}
.calc-arrow {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--gold);
}
.calc-note {
  margin: 1.2rem 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--mist);
}
@media (max-width: 640px) {
  .calc-results { grid-template-columns: 1fr; }
  .calc-arrow { transform: rotate(90deg); }
}

/* ==========================================================
   FEATURE 5: House Team
   ========================================================== */
.team-section { background: var(--ink-2); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.team-card {
  padding: 2.2rem 1.8rem 2rem;
  border: 1px solid var(--line);
  background: rgba(255, 246, 225, 0.6);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.team-card:hover { transform: translateY(-3px); }
.team-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: var(--light);
  box-shadow: 0 4px 18px rgba(60, 40, 28, 0.15), inset 0 0 24px rgba(255, 246, 225, 0.15);
}
.team-avatar.gold { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%); }
.team-avatar.rose { background: linear-gradient(135deg, var(--rose) 0%, var(--blush) 100%); }
.team-avatar.sage { background: linear-gradient(135deg, var(--sage-deep) 0%, var(--sage) 100%); }
.team-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--cream);
  margin: 0 0 0.4rem;
}
.team-role {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.team-bio {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--mist);
  margin: 0;
}
.team-bio em { color: var(--rose); font-style: italic; }

/* ==========================================================
   FEATURE 6: FAQ accordion
   ========================================================== */
.faq-section { background: var(--ink); }
.faq-list {
  margin-top: 3rem;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
.faq-item summary {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--cream);
  cursor: pointer;
  position: relative;
  padding: 0.4rem 2.5rem 0.4rem 0;
  list-style: none;
  outline: none;
  transition: color 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.3s ease, color 0.2s ease;
}
.faq-item[open] summary::after {
  content: '\2212';
  color: var(--rose);
}
.faq-item summary:hover { color: var(--gold); }
.faq-item p {
  margin: 0.6rem 0 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--mist);
  padding-right: 2.5rem;
}
.faq-item p em { color: var(--rose); font-style: italic; }

/* ==========================================================
   FEATURE 7: Privacy & Protection
   ========================================================== */
.privacy-section {
  background:
    radial-gradient(ellipse at top, rgba(149, 165, 133, 0.12) 0%, transparent 55%),
    var(--ink-2);
}
.privacy-list {
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}
.privacy-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.2rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line-soft);
  background: rgba(255, 246, 225, 0.55);
  align-items: start;
}
.privacy-num {
  font-family: 'Cinzel', serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--sage-deep);
  letter-spacing: 0.05em;
  line-height: 1;
}
.privacy-list li > div {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--cream);
}
.privacy-list li > div strong { color: var(--gold); font-weight: 500; }

/* ==========================================================
   FEATURE 8: Tarot card pull
   ========================================================== */
.tarot-section {
  background:
    radial-gradient(ellipse at center, rgba(149, 165, 133, 0.15) 0%, transparent 60%),
    var(--ink);
}
.tarot-stage {
  margin-top: 3rem;
  text-align: center;
  perspective: 1000px;
}
.tarot-card {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 380px;
  cursor: pointer;
  outline: none;
  transition: transform 0.6s cubic-bezier(0.42, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.tarot-card.flipped { transform: rotateY(180deg); }
.tarot-card:hover:not(.flipped) { transform: translateY(-6px); }
.tarot-face {
  position: absolute;
  inset: 0;
  border: 2px solid var(--gold);
  border-radius: 8px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  box-shadow: 0 10px 30px rgba(60, 40, 28, 0.18);
}
.tarot-back {
  background: linear-gradient(135deg, #6b7a5d 0%, #95a585 50%, #c47a6b 100%);
  color: var(--light);
}
.tarot-back-pattern {
  text-align: center;
  font-family: 'Cinzel', serif;
}
.tarot-back-glyph {
  display: block;
  font-size: 1.8rem;
  color: var(--light);
  margin: 0.5rem 0;
  filter: drop-shadow(0 0 8px rgba(255, 246, 225, 0.4));
}
.tarot-back-text {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin: 0.5rem 0;
  line-height: 1.7;
}
.tarot-front {
  background: linear-gradient(180deg, #faf3e3 0%, #ece0c5 100%);
  transform: rotateY(180deg);
  flex-direction: column;
  text-align: center;
}
.tarot-front-num {
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin: 0;
}
.tarot-front-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--cream);
  margin: 0.4rem 0 1rem;
}
.tarot-front-meaning {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--mist);
  margin: 0 0 1.2rem;
}
.tarot-front-cta {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}
.tarot-hint {
  margin-top: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--mist);
}

/* ==========================================================
   FEATURE 9: Mattea DM mockup
   ========================================================== */
.dm-mockup {
  margin: 3rem auto 0;
  max-width: 360px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 246, 225, 0.85);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(60, 40, 28, 0.12);
}
.dm-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, rgba(196, 122, 107, 0.18) 0%, rgba(255, 246, 225, 0.55) 100%);
  border-bottom: 1px solid var(--line-soft);
}
.dm-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage-deep), var(--rose));
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.15rem;
}
.dm-name {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--cream);
}
.dm-status {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.75rem;
  color: var(--sage-deep);
}
.dm-thread {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem;
}
.dm-bubble {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  padding: 0.55rem 0.85rem;
  border-radius: 18px;
  max-width: 85%;
  line-height: 1.4;
}
.dm-bubble em { font-style: italic; }
.dm-bubble.in {
  align-self: flex-start;
  background: var(--ink-2);
  color: var(--cream);
  border-bottom-left-radius: 4px;
}
.dm-bubble.out {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--rose) 0%, var(--blush) 100%);
  color: var(--light);
  border-bottom-right-radius: 4px;
}
.dm-caption {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--mist);
  margin: 0;
  padding: 0.8rem;
  border-top: 1px solid var(--line-soft);
}

/* ==========================================================
   FEATURE 10: Founding member certificate
   ========================================================== */
.certificate-section {
  background:
    radial-gradient(ellipse at center, rgba(232, 180, 138, 0.18) 0%, transparent 55%),
    var(--ink);
  padding-bottom: 6rem;
}
.certificate {
  position: relative;
  padding: 4rem 3rem 3rem;
  margin: 0 auto;
  max-width: 640px;
  background: linear-gradient(180deg, #faf3e3 0%, #ece0c5 100%);
  border: 2px solid var(--gold);
  text-align: center;
  box-shadow: 0 16px 50px rgba(60, 40, 28, 0.18);
}
.certificate::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.cert-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid var(--gold);
}
.cert-corner.top-left { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.cert-corner.top-right { top: -2px; right: -2px; border-left: none; border-bottom: none; }
.cert-corner.bottom-left { bottom: -2px; left: -2px; border-right: none; border-top: none; }
.cert-corner.bottom-right { bottom: -2px; right: -2px; border-left: none; border-top: none; }
.cert-mark {
  font-size: 2.4rem;
  color: var(--gold);
  margin: 0 0 0.5rem;
  filter: drop-shadow(0 0 14px rgba(184, 137, 68, 0.4));
}
.cert-overtitle {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.2rem;
}
.cert-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  color: var(--cream);
  margin: 0;
  letter-spacing: 0.04em;
}
.cert-divider {
  color: var(--gold);
  margin: 1.2rem 0;
  letter-spacing: 0.6em;
  font-size: 0.9rem;
}
.cert-recipient {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--rose);
  margin: 0 0 1.4rem;
}
.cert-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--mist);
  margin: 0 auto 1.8rem;
  max-width: 500px;
}
.cert-signature {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold);
  margin: 1rem 0 0.3rem;
}
.cert-date {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--mist-soft);
  margin: 0;
}
.cert-caption {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--mist);
  margin-top: 2rem;
}

/* ==========================================================
   TL;DR section — the 3-line deal summary
   ========================================================== */
.tldr-section {
  background:
    radial-gradient(ellipse at top, rgba(232, 180, 138, 0.18) 0%, transparent 55%),
    var(--ink-2);
}
.tldr-grid {
  margin: 2.5rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tldr-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.4rem;
  align-items: center;
  padding: 1.6rem 1.8rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.85) 0%, rgba(232, 218, 188, 0.55) 100%);
  border-radius: 4px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tldr-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(60, 40, 28, 0.10);
}
.tldr-num {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--gold);
  text-align: center;
}
.tldr-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--cream);
}
.tldr-body strong { color: var(--rose); font-weight: 500; }
.tldr-body em { color: var(--mist); font-style: italic; }
.tldr-foot {
  margin-top: 1.5rem;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--mist);
}
.tldr-foot strong { color: var(--gold); font-weight: 500; }

/* ==========================================================
   FEATURE #19: Pull-quote callouts
   ========================================================== */
.pull-quote {
  text-align: center;
  padding: 4rem 1.5rem;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  margin: 0;
  background: var(--ink);
  color: var(--gold);
}
.pull-quote.sage { color: var(--sage-deep); background: var(--ink-2); }
.pull-quote.rose { color: var(--rose); background: var(--ink); }
.pq-glyph {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  opacity: 0.7;
}
.pq-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  line-height: 1.35;
  margin: 0 auto 0.6rem;
  max-width: 780px;
  color: var(--cream);
}
.pq-attr {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0.8rem 0 0;
}

/* ==========================================================
   FEATURE #18: SVG section dividers
   ========================================================== */
.svg-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
  background: var(--ink);
  color: var(--gold);
  opacity: 0.55;
}
.svg-divider svg { display: block; }
.svg-divider .sun-rays {
  transform-origin: 60px 30px;
  animation: sunSpin 30s linear infinite;
}
@keyframes sunSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ==========================================================
   FEATURE #10: Vibe Mood Board
   ========================================================== */
.vibe-board {
  background: var(--ink);
}
.vibe-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.7rem;
}
.vibe-tile {
  aspect-ratio: 1 / 1;
  padding: 1.4rem 1.2rem;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.vibe-tile:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: var(--gold);
}
.vibe-glyph {
  font-size: 1.5rem;
  color: rgba(44, 34, 24, 0.55);
  filter: drop-shadow(0 1px 2px rgba(255, 246, 225, 0.4));
}
.vibe-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--cream);
}
.vibe-tile-a { background: linear-gradient(135deg, #f4cf94 0%, #e8ad7a 100%); }
.vibe-tile-b { background: linear-gradient(135deg, #c4b48a 0%, #6b7a5d 100%); }
.vibe-tile-c { background: linear-gradient(135deg, #d9c2c2 0%, #b85e48 100%); }
.vibe-tile-d { background: linear-gradient(135deg, #f1e3c8 0%, #d4a85e 100%); }
.vibe-tile-e { background: linear-gradient(135deg, #e89a78 0%, #b85e48 100%); }
.vibe-tile-f { background: linear-gradient(135deg, #95a585 0%, #c4b48a 100%); }
.vibe-tile-g { background: linear-gradient(135deg, #f5d9a9 0%, #c4724b 100%); }
.vibe-tile-h { background: linear-gradient(135deg, #8d7d6a 0%, #b85e48 100%); }
.vibe-tile-i { background: linear-gradient(135deg, #f4b88a 0%, #b88944 100%); }
.vibe-tile-j { background: linear-gradient(135deg, #c89090 0%, #95a585 100%); }
.vibe-tile-k { background: linear-gradient(135deg, #e4cfa8 0%, #c47a6b 100%); }
.vibe-tile-l { background: linear-gradient(135deg, #d4a85e 0%, #6b7a5d 100%); }

/* ==========================================================
   FEATURE #13: Sample Week Calendar
   ========================================================== */
.week-section { background: var(--ink-2); }
.week-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.7rem;
}
.week-day {
  padding: 1rem 0.7rem;
  border: 1px solid var(--line-soft);
  background: rgba(255, 246, 225, 0.6);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.week-day-name {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
}
.week-events {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.we-block {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.78rem;
  line-height: 1.25;
  padding: 0.4rem 0.55rem;
  border-radius: 3px;
  border-left: 3px solid;
}
.we-block.solo    { background: rgba(149, 165, 133, 0.22); border-left-color: var(--sage-deep); color: var(--cream); }
.we-block.sponsor { background: rgba(184, 137, 68, 0.22);  border-left-color: var(--gold);      color: var(--cream); }
.we-block.cam     { background: rgba(196, 122, 107, 0.22); border-left-color: var(--rose);      color: var(--cream); }
.we-block.gg      { background: rgba(232, 180, 138, 0.32); border-left-color: var(--blush);     color: var(--cream); }
.we-block.sauna   { background: rgba(212, 168, 138, 0.30); border-left-color: var(--wine);      color: var(--cream); }
.we-block.gym     { background: rgba(149, 165, 133, 0.30); border-left-color: var(--sage);      color: var(--cream); }
.we-block.free    { background: rgba(232, 218, 188, 0.55); border-left-color: var(--mist-soft); color: var(--mist); font-style: italic; }
.week-legend {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}
.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  color: var(--mist);
}
.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
}
.legend-dot.solo    { background: var(--sage-deep); }
.legend-dot.sponsor { background: var(--gold); }
.legend-dot.cam     { background: var(--rose); }
.legend-dot.gg      { background: var(--blush); }
.legend-dot.sauna   { background: var(--wine); }
.legend-dot.gym     { background: var(--sage); }
.legend-dot.free    { background: var(--mist-soft); }
@media (max-width: 880px) {
  .week-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .week-grid { grid-template-columns: 1fr; }
}

/* ==========================================================
   FEATURE #14: Site Mockups
   ========================================================== */
.mockups-section { background: var(--ink); }
.mockup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin: 3rem 0 2rem;
}
.mockup-card {
  text-align: center;
}
.mockup-frame {
  border: 1px solid var(--line);
  border-radius: 8px 8px 4px 4px;
  background: rgba(255, 246, 225, 0.9);
  box-shadow: 0 12px 32px rgba(60, 40, 28, 0.15);
  overflow: hidden;
  margin-bottom: 1.4rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mockup-card:hover .mockup-frame {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(60, 40, 28, 0.22);
}
.mockup-toolbar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.5rem 0.8rem;
  background: linear-gradient(180deg, #ddc9a6 0%, #c8b58a 100%);
  border-bottom: 1px solid rgba(60, 40, 28, 0.15);
}
.mockup-dots {
  display: flex;
  gap: 0.3rem;
}
.mockup-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.mockup-dots span:nth-child(1) { background: #d18a6c; }
.mockup-dots span:nth-child(2) { background: #d4b070; }
.mockup-dots span:nth-child(3) { background: #98a585; }
.mockup-url {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: var(--cream);
  background: rgba(255, 246, 225, 0.4);
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.mockup-page {
  min-height: 260px;
  padding: 1rem 1.2rem 1.4rem;
  position: relative;
}
.mockup-page.modeling { background: linear-gradient(180deg, #f5e8d0 0%, #e8c89a 100%); }
.mockup-page.book { background: linear-gradient(180deg, #ebdec5 0%, #d9c8a4 100%); }
.mockup-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(60, 40, 28, 0.15);
  padding-bottom: 0.4rem;
  margin-bottom: 1.2rem;
}
.mockup-logo {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--cream);
  font-weight: 500;
}
.mockup-links {
  display: inline-flex;
  gap: 0.7rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mist);
}
.mockup-hero {
  text-align: center;
  padding: 0.8rem 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.mockup-hero-pre {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  color: var(--rose);
}
.mockup-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--cream);
}
.mockup-hero-tag {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  color: var(--mist);
}
.mockup-grid-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.3rem;
  margin-top: 0.6rem;
}
.mockup-grid-tiles span {
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(196, 122, 107, 0.3), rgba(184, 137, 68, 0.3));
  border-radius: 3px;
}
.mockup-grid-tiles span:nth-child(odd) { background: linear-gradient(135deg, rgba(149, 165, 133, 0.4), rgba(232, 180, 138, 0.4)); }
.mockup-book-hero {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  align-items: center;
}
.mockup-book-cover {
  aspect-ratio: 2 / 3;
  background: linear-gradient(160deg, #6b7a5d 0%, #95a585 70%, #c4956a 100%);
  border-radius: 2px;
  box-shadow: 0 6px 14px rgba(60, 40, 28, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0.5rem;
  text-align: center;
}
.mb-glyph { color: var(--light); font-size: 1.1rem; }
.mb-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--light);
  line-height: 1.1;
}
.mb-author {
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  color: var(--light);
  opacity: 0.85;
}
.mockup-book-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: left;
}
.mb-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--rose);
}
.mb-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--cream);
  font-weight: 500;
}
.mb-p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  color: var(--mist);
  line-height: 1.4;
}
.mb-btn {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--gold);
  align-self: flex-start;
}
.mockup-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--cream);
  margin: 0 0 0.4rem;
}
.mockup-card-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--mist);
  margin: 0 auto;
  max-width: 360px;
}
.mockup-card-sub a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
}
.mockup-note {
  margin-top: 2rem;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--mist);
}
.mockup-note em { color: var(--rose); }

/* ==========================================================
   FEATURE #15: LA → Utah Map
   ========================================================== */
.map-section { background: var(--ink-2); }
.map-stage {
  margin: 3rem 0 2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 246, 225, 0.75) 0%, rgba(232, 218, 188, 0.45) 100%);
}
.map-svg { width: 100%; height: auto; display: block; }
.map-state {
  fill: rgba(232, 218, 188, 0.7);
  stroke: var(--mist);
  stroke-width: 1;
  stroke-dasharray: 2 3;
}
.map-arc {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
  opacity: 0.85;
  animation: arcDance 6s ease-in-out infinite;
}
@keyframes arcDance {
  0%, 100% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: 60; }
}
.map-plane {
  font-size: 22px;
  fill: var(--rose);
  text-anchor: middle;
}
.map-arc-label {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.18em;
  fill: var(--gold);
  text-anchor: middle;
  text-transform: uppercase;
}
.map-dot {
  fill: var(--gold);
}
.map-dot.la { fill: var(--rose); }
.map-dot.sj { fill: var(--gold); filter: drop-shadow(0 0 8px rgba(184, 137, 68, 0.6)); }
.map-dot.mini { fill: var(--sage-deep); }
.map-pin {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 13px;
  fill: var(--cream);
  text-anchor: middle;
}
.map-sub {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  fill: var(--mist);
  text-anchor: middle;
}
.map-mini-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 9px;
  fill: var(--mist);
}
.map-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.map-fact {
  padding: 1.2rem 1rem;
  border: 1px solid var(--line-soft);
  background: rgba(255, 246, 225, 0.55);
  text-align: center;
}
.map-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
}
.map-label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mist);
  margin-top: 0.5rem;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
  .g-large { grid-column: span 2; grid-row: span 2; }
  .g-wide { grid-column: span 2; }
}
@media (max-width: 560px) {
  .section { padding: 5rem 1.2rem; }
  .topbar-inner { padding: 0.8rem 1.2rem; }
  .brand { font-size: 0.8rem; letter-spacing: 0.25em; }
  .brand-sub { font-size: 0.7rem; }
  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }
  .g-large, .g-wide { grid-column: span 1; grid-row: span 1; }
}
