:root {
  --gold: #b8962e;
  --gold-deep: #8a6f1f;
  --gold-soft: #d4b558;
  --ink: #1a1a1a;
  --ink-soft: #3a3530;
  --cream: #f6f1e8;
  --paper: #fbf8f1;
  --paper-2: #f4eee1;
  --line: #ddd0b3;
  --line-gold: rgba(184, 150, 46, 0.35);
  --muted: #6b6457;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 140px; }
body {
  background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-weight: 300; font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  position: relative; min-height: 100vh;
}
::selection { background: var(--gold); color: var(--paper); }
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("assets/lotus-bg.png"); background-repeat: no-repeat;
  background-position: center 40px; background-size: min(1250px, 104vw) auto; opacity: 0.18;
}
/* Wider screens: the lotus scales up and its mass sits low — pull it up and in a touch. */
@media (min-width: 760px) {
  body::before { background-size: min(1000px, 78vw) auto; background-position: center -40px; }
}
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; color: var(--ink); }
a { color: inherit; }
.kicker { font-family: var(--sans); font-weight: 500; font-size: 11px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold-deep); }
.rule { width: 56px; height: 1px; background: var(--gold); margin: 22px auto; position: relative; }
.rule::before, .rule::after { content: ""; position: absolute; top: 50%; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; transform: translateY(-50%) rotate(45deg); }
.rule::before { left: -14px; } .rule::after { right: -14px; }

/* Page shell */
.page { position: relative; z-index: 1; width: 920px; max-width: 100%; margin: 0 auto; padding: 150px 72px 56px; }
@media (max-width: 760px) { .page { padding: 116px 22px 40px; } }

/* Masthead + nav */
.masthead { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line-gold); }
.masthead-inner { width: 920px; max-width: 100%; margin: 0 auto; padding: 16px 72px; display: flex; align-items: center; gap: 16px; }
.masthead .logo { width: 56px; height: 56px; object-fit: contain; flex-shrink: 0; opacity: 0.85; }
.masthead-brand { font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: 0.04em; color: var(--ink); text-decoration: none; margin-right: auto; }
.site-nav { display: flex; gap: 22px; align-items: center; }
.site-nav a { font-family: var(--sans); font-weight: 400; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color .15s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold-deep); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 22px; color: var(--ink); }
@media (max-width: 760px) {
  .masthead-inner { padding: 12px 22px; gap: 12px; }
  .masthead .logo { width: 44px; height: 44px; }
  .masthead-brand { font-size: 20px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line-gold); flex-direction: column; gap: 0; padding: 8px 22px 16px; display: none; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; font-size: 13px; border-bottom: 1px solid var(--line-gold); }
}

/* Buttons */
.btn { display: inline-block; font-family: var(--sans); font-weight: 500; font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--paper); background: var(--ink); padding: 17px 36px; text-decoration: none; border: 1px solid var(--ink); cursor: pointer; transition: background .2s, border-color .2s; }
.btn:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.btn-secondary { display: inline-block; font-family: var(--sans); font-weight: 500; font-size: 12px; letter-spacing: 0.08em; color: var(--gold-deep); text-decoration: underline; text-underline-offset: 4px; background: none; border: none; cursor: pointer; }
.cta-row { text-align: center; margin-top: 8px; }
.cta-row .btn-secondary { display: block; margin-top: 16px; }

/* Sections */
section.block { margin-top: 68px; position: relative; }
.sec-label { font-family: var(--sans); font-weight: 500; font-size: 10.5px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold-deep); padding-bottom: 12px; margin-bottom: 26px; border-bottom: 1px solid var(--line-gold); }
.prose p { font-family: var(--serif); font-weight: 400; font-size: 19px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose p em { color: var(--gold-deep); font-style: italic; }
@media (max-width: 600px) { .prose p { font-size: 17px; } }

/* Hero */
.hero { text-align: center; margin-bottom: 40px; }
.hero .kicker { display: inline-block; margin-bottom: 8px; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(46px, 8vw, 84px); line-height: 1.02; color: var(--ink); margin-bottom: 20px; }
.hero h1 em { font-style: italic; font-weight: 400; color: var(--gold-deep); }
.hero .lede { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2.3vw, 22px); color: var(--ink-soft); max-width: 620px; margin: 0 auto 32px; line-height: 1.5; }

/* Cards grid (three doors, workshop series) */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-gold); border: 1px solid var(--line-gold); border-radius: 3px; overflow: hidden; }
.card { background: rgba(251, 248, 241, 0.9); padding: 28px 24px; text-decoration: none; color: inherit; display: block; transition: background .18s; }
a.card:hover { background: var(--cream); }
.card .card-kicker { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--gold); margin-bottom: 12px; }
.card h4 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin-bottom: 10px; line-height: 1.15; }
.card p { font-family: var(--serif); font-size: 16px; line-height: 1.55; color: var(--ink-soft); }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }

/* Event rows */
.events { border: 1px solid var(--line-gold); border-radius: 3px; overflow: hidden; }
.event-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line-gold); background: rgba(244, 238, 225, 0.5); }
.event-row:last-child { border-bottom: none; }
.event-row .ev-name { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.event-row .ev-meta { font-family: var(--sans); font-size: 13px; color: var(--ink-soft); flex: 1 1 240px; }
.event-row .ev-cta { margin-left: auto; }
.events-note { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--ink-soft); margin-top: 14px; }

/* Pricing cards */
.tiers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tier { border: 1px solid var(--line-gold); border-radius: 3px; padding: 20px; background: rgba(251, 248, 241, 0.9); }
.tier.featured { border-color: var(--gold); box-shadow: 0 0 0 2px var(--line-gold); }
.tier .t-name { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); }
.tier .t-price { font-family: var(--serif); font-size: 34px; font-weight: 500; margin: 6px 0 8px; }
.tier .t-note { font-family: var(--serif); font-size: 16px; color: var(--ink-soft); line-height: 1.4; }
@media (max-width: 600px) { .tiers { grid-template-columns: 1fr; } }

/* Simple offers table */
.offers { width: 100%; border-collapse: collapse; font-family: var(--sans); }
.offers th { background: var(--ink); color: #fff; text-align: left; font-size: 12px; letter-spacing: 0.06em; padding: 12px 14px; font-weight: 500; }
.offers td { padding: 12px 14px; border-bottom: 1px solid var(--line-gold); font-size: 14px; color: var(--ink-soft); vertical-align: top; }
.offers td:nth-child(2) { font-family: var(--serif); font-size: 18px; color: var(--ink); white-space: nowrap; }
.offers tr:nth-child(even) td { background: rgba(244, 238, 225, 0.5); }

/* Early-bird banner */
.earlybird { text-align: center; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 13px; letter-spacing: 0.04em; padding: 12px 16px; border-radius: 3px; margin-bottom: 20px; }
.earlybird strong { color: var(--gold-soft); }

/* Forms */
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); background: rgba(255,255,255,0.85); font-family: var(--sans); font-size: 16px; color: var(--ink); border-radius: 2px; -webkit-appearance: none; appearance: none; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,150,46,0.14); }
.field.has-error input, .field.has-error select { border-color: #b94545; }
.field-error { color: #b94545; font-size: 12px; margin-top: 5px; display: none; }
.field.has-error .field-error { display: block; }
.form-success { display: none; text-align: center; padding: 24px 0; }
.form-wrap.submitted form { display: none; }
.form-wrap.submitted .form-success { display: block; }

/* Contact meta */
.contact-meta { font-family: var(--serif); font-size: 18px; color: var(--ink-soft); line-height: 1.8; margin-top: 24px; text-align: center; }
.contact-meta a { color: var(--gold-deep); text-decoration: none; }

/* Footer */
.foot { margin-top: 80px; padding-top: 28px; border-top: 1px solid var(--line-gold); text-align: center; }
.foot .foot-brand { font-family: var(--serif); font-size: 18px; color: var(--ink); margin-bottom: 12px; }
.foot .foot-nav { font-family: var(--sans); font-size: 12px; letter-spacing: 0.06em; color: var(--ink-soft); margin-bottom: 14px; }
.foot .foot-nav a { color: var(--ink-soft); text-decoration: none; margin: 0 6px; }
.foot .foot-nav a:hover { color: var(--gold-deep); }
.foot .foot-tag { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--gold-deep); }

/* Stub pages */
.stub { text-align: center; padding: 60px 0; }
.stub h1 { font-size: clamp(40px, 7vw, 64px); margin-bottom: 16px; }
.stub p { font-family: var(--serif); font-size: 20px; color: var(--ink-soft); margin-bottom: 28px; }

/* ---------- Shared helpers used by Phase 2 pages ---------- */
.outcomes { display:grid; grid-template-columns:1fr 1fr; gap:18px 32px; }
.outcome { display:flex; gap:14px; align-items:flex-start; }
.outcome .dot { flex:none; width:8px; height:8px; background:var(--gold); border-radius:50%; margin-top:10px; transform:rotate(45deg); }
.outcome .body { font-family:var(--serif); font-size:18px; line-height:1.5; color:var(--ink-soft); }
@media (max-width:600px){ .outcomes{ grid-template-columns:1fr; } }
.video-slot { aspect-ratio:16/9; width:100%; border:1px dashed var(--line-gold); border-radius:3px; display:flex; align-items:center; justify-content:center; color:var(--muted); font-family:var(--sans); font-size:13px; letter-spacing:0.1em; text-transform:uppercase; margin-bottom:28px; background:rgba(244,238,225,0.4); }
.aho-card { display:flex; align-items:center; justify-content:space-between; gap:16px; border:1px solid var(--line-gold); border-radius:3px; padding:20px 24px; background:rgba(244,238,225,0.5); }
.aho-card strong { font-family:var(--serif); font-size:20px; font-weight:500; }

/* ---------- Aho — its own world (forest green / gold / parchment) ---------- */
.aho-page { --aho-green:#20392c; --aho-green-deep:#16281f; --aho-parch:#efe7d2; }
.aho-page { background:var(--aho-parch); position:relative; z-index:1; }
body.aho::before { opacity:0.08; } /* dial the sitewide lotus back on Aho */
.aho-hero { background:var(--aho-green); color:var(--aho-parch); text-align:center; padding:60px 32px; border-radius:3px; }
.aho-hero .kicker { color:var(--gold-soft); }
.aho-hero h1 { color:var(--aho-parch); font-size:clamp(48px,8vw,84px); margin:14px 0; }
.aho-hero .lede { font-family:var(--serif); font-style:italic; font-size:clamp(18px,2.3vw,22px); color:var(--gold-pale,#e7d9b0); max-width:620px; margin:0 auto 18px; line-height:1.5; }
.aho-hero .prose p { color:var(--aho-parch); }
.aho-page .sec-label { color:var(--aho-green); border-color:rgba(32,57,44,0.28); }
.aho-page h4, .aho-page h3 { color:var(--aho-green-deep); }
.aho-product { border:1px solid rgba(32,57,44,0.25); border-radius:3px; padding:24px; background:rgba(255,255,255,0.4); }
.aho-product h4 { font-family:var(--serif); font-size:24px; margin-bottom:8px; }
.aho-product p { font-family:var(--serif); font-size:17px; color:var(--ink-soft); line-height:1.6; }
.aho-where a { color:var(--aho-green); text-decoration:underline; text-underline-offset:3px; }
.aho-disclaimer { font-family:var(--sans); font-size:11px; line-height:1.6; color:var(--muted); border-top:1px solid rgba(32,57,44,0.25); margin-top:40px; padding-top:20px; }
