:root {
  --cream: #fffaf1;
  --paper: #fffdf8;
  --maroon: #8d171d;
  --maroon-dark: #6f1015;
  --rose: #b30d50;
  --gold: #d49a28;
  --saffron: #eb881f;
  --ink: #3d2b25;
  --muted: #6c5a51;
  --line: rgba(141, 23, 29, 0.13);
  --shadow: 0 18px 50px rgba(91, 46, 18, 0.09);
  --serif: "Lora", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(235, 136, 31, 0.08), transparent 28%),
    radial-gradient(circle at 92% 70%, rgba(179, 13, 80, 0.05), transparent 24%),
    var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(235, 136, 31, 0.48); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 2000; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--maroon); }
.skip-link:focus { top: 12px; }

site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: block;
}
.site-nav {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(212, 154, 40, 0.24);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 4px 20px rgba(91, 46, 18, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-brand { display: flex; min-width: 210px; align-items: center; gap: 12px; color: var(--maroon); text-decoration: none; }
.nav-brand img { width: 50px; height: 50px; border: 2px solid rgba(212, 154, 40, 0.4); border-radius: 50%; object-fit: cover; }
.nav-brand-copy { display: grid; gap: 1px; }
.nav-brand-name { font: 700 clamp(19px, 2vw, 28px)/1.05 var(--serif); }
.nav-brand-tagline { color: #9d6823; font-size: 10px; font-weight: 650; letter-spacing: 0.55px; }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; background: #fff9ea; color: var(--maroon); padding: 8px 10px; font-weight: 700; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 3px; }
.nav-link { padding: 9px 11px; border-radius: 10px; color: #694940; font-size: 14px; font-weight: 680; line-height: 1; text-decoration: none; white-space: nowrap; }
.nav-link:hover, .nav-link[aria-current="page"] { background: rgba(212, 154, 40, 0.12); color: var(--maroon); }
.nav-link.nav-cta { border: 1px solid rgba(212, 154, 40, 0.38); background: linear-gradient(135deg, var(--rose), var(--maroon)); color: #fff; box-shadow: 0 7px 18px rgba(141, 23, 29, 0.2); }

.banner { position: relative; isolation: isolate; width: 100%; margin: 0; overflow: hidden; background: #efd9aa; }
.banner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.banner::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.home-banner { aspect-ratio: 3 / 1; max-height: 520px; }
.home-banner img { object-position: center; }
.home-banner::after { background: linear-gradient(to bottom, rgba(70, 30, 8, 0.02) 48%, var(--cream) 100%); }
.gita-banner { height: clamp(270px, 33vw, 470px); }
.gita-banner img { object-position: center 42%; filter: saturate(0.94) brightness(0.96) contrast(0.98); }
.gita-banner::after { background: linear-gradient(to bottom, transparent 48%, rgba(255, 250, 241, 0.18) 72%, var(--cream) 100%); }
.gita-banner .sacred-mark { position: absolute; right: clamp(15px, 4vw, 45px); bottom: 18px; z-index: 2; color: var(--maroon); font: 700 18px/1 var(--serif); letter-spacing: 5px; }

.shell { width: min(100% - 36px, 1020px); margin: 0 auto; }
.narrow { width: min(100% - 32px, 840px); margin: 0 auto; }
.home-hero { position: relative; z-index: 3; margin-top: -55px; padding-bottom: 32px; text-align: center; }
.brand-medallion { width: 104px; height: 104px; border: 5px solid var(--cream); border-radius: 50%; background: #fff; object-fit: cover; box-shadow: 0 10px 30px rgba(91, 46, 18, 0.16); }
.eyebrow { margin: 0 0 8px; color: var(--saffron); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); color: var(--maroon); }
h1 { margin: 14px 0; font-size: clamp(38px, 6vw, 68px); line-height: 1.04; letter-spacing: -0.025em; }
.home-hero h1 { max-width: 820px; margin-inline: auto; }
.lede { max-width: 720px; margin: 0 auto 26px; color: var(--muted); font-size: clamp(16px, 2vw, 19px); line-height: 1.75; }
.pill-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin: 24px 0 28px; }
.pill { padding: 8px 14px; border: 1px solid rgba(212, 154, 40, 0.3); border-radius: 999px; background: #fff8df; color: #86502b; font-size: 13px; font-weight: 650; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--rose), var(--maroon)); color: #fff; box-shadow: 0 11px 28px rgba(141, 23, 29, 0.22); font-weight: 780; text-decoration: none; cursor: pointer; }
.button:hover { background: linear-gradient(135deg, #c80f59, var(--maroon-dark)); transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: 0.7; transform: none; }

.section { padding: 68px 0; }
.section-heading { max-width: 760px; margin: 7px auto 28px; text-align: center; font-size: clamp(30px, 4.5vw, 46px); line-height: 1.12; }
.card { border: 1px solid rgba(212, 154, 40, 0.22); border-radius: 22px; background: rgba(255, 253, 248, 0.94); box-shadow: var(--shadow); }
.feature-card { padding: clamp(24px, 5vw, 42px); }
.feature-card h3 { margin: 0 0 10px; font-size: clamp(24px, 3.2vw, 34px); }
.feature-card > p { color: var(--muted); }
.learning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 28px 0; }
.learning-item { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fffaf0; color: var(--muted); }
.learning-item strong { display: block; margin-bottom: 4px; color: var(--maroon); }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.value-card { padding: 24px 18px; text-align: center; }
.value-card .icon { font-size: 30px; }
.value-card h3 { margin: 10px 0 6px; font-size: 19px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.trust-note { margin-top: 32px; padding: 22px; border: 1px solid rgba(212, 154, 40, 0.18); border-radius: 16px; background: rgba(212, 154, 40, 0.06); color: var(--muted); text-align: center; }

.gita-intro { position: relative; z-index: 3; margin-top: -50px; padding-bottom: 22px; text-align: center; }
.gita-intro h1 { margin-bottom: 4px; }
.gita-intro h1 span { display: block; margin-top: 4px; font-size: 0.54em; }
.chant-line { margin: 12px 0; color: var(--maroon); font-size: 14px; font-weight: 750; }
.gita-intro .lede { margin-bottom: 16px; font-size: 16px; }
.form-card { margin: 18px auto 56px; overflow: hidden; }
.form-title { margin: 0; padding: 16px 22px; background: linear-gradient(135deg, var(--rose), var(--maroon)); color: #fff; text-align: center; font: 700 20px/1.2 var(--serif); }
.waitlist-form { padding: clamp(22px, 5vw, 38px); }
.form-section + .form-section { margin-top: 28px; }
.form-section-title { margin: 0 0 16px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--maroon); font: 700 13px/1 var(--serif); letter-spacing: 0.12em; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #80543b; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(141, 23, 29, 0.16); border-radius: 12px; background: #fffefa; color: var(--ink); box-shadow: inset 0 1px 2px rgba(91, 46, 18, 0.03); }
.field input:focus, .field select:focus { border-color: rgba(235, 136, 31, 0.65); outline: none; box-shadow: 0 0 0 4px rgba(235, 136, 31, 0.12); }
.phone-grid { display: grid; grid-template-columns: 88px 1fr; gap: 10px; }
.hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.form-submit { width: min(100%, 520px); margin: 30px auto 0; }
.form-error { margin: 16px 0 0; color: #a1122d; font-size: 14px; text-align: center; }
.success-card { padding: 42px 28px; text-align: center; }
.success-card[hidden] { display: none; }
.success-card h2 { margin: 0 0 10px; font-size: 30px; }
.success-card p { max-width: 590px; margin: 0 auto 22px; color: var(--muted); }
.success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.secondary-button { background: #fff8df; color: var(--maroon); border: 1px solid rgba(212, 154, 40, 0.35); box-shadow: none; }
.gita-learning { padding-top: 20px; }
.gita-learning .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.site-footer { padding: 36px 20px; border-top: 1px solid var(--line); background: rgba(255, 253, 248, 0.76); color: var(--muted); text-align: center; font-size: 14px; }
.site-footer a { color: var(--maroon); font-weight: 700; }

@media (max-width: 880px) {
  .site-nav { min-height: 58px; padding: 7px 12px; }
  .nav-brand { min-width: 0; }
  .nav-brand img { width: 42px; height: 42px; }
  .nav-brand-name { font-size: 18px; }
  .nav-brand-tagline { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; top: calc(100% + 1px); left: 10px; right: 10px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 253, 248, 0.99); box-shadow: var(--shadow); }
  .nav-links[data-open="true"] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-link { padding: 12px; text-align: center; }
  .nav-link.nav-cta { grid-column: 1 / -1; }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .home-banner { height: 33.333vw; min-height: 126px; max-height: 150px; background: #efd49a; }
  .home-banner img { object-fit: contain; }
  .home-hero { margin-top: -36px; }
  .brand-medallion { width: 76px; height: 76px; border-width: 4px; }
  h1 { font-size: 38px; }
  .lede { font-size: 16px; line-height: 1.65; }
  .section { padding: 50px 0; }
  .learning-grid, .field-grid, .gita-learning .values-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .values-grid { grid-template-columns: 1fr; }
  .gita-banner { height: 210px; }
  .gita-banner img { object-position: 72% 43%; }
  .gita-intro { margin-top: -28px; }
  .gita-intro h1 { font-size: 36px; }
  .gita-intro .lede { font-size: 14px; }
  .chant-line { font-size: 12px; }
  .pill-row { gap: 7px; }
  .pill { padding: 7px 10px; font-size: 11px; }
  .waitlist-form { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 18px 0 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.form-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--wine);
}
.cf-turnstile {
  min-height: 65px;
  margin: 16px 0 6px;
}
