/* ══════ Bamio Theme System ══════
   4 palettes × 2 modes = 8 looks.
   Each palette preserves the brand language (gold i-dot, bamboo mark,
   Fraunces + Inter typography) while shifting ambient hue for mood. */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
::selection { background: rgba(200,162,75,0.35); color: inherit; }

:root{
  /* ── shared constants ── */
  --f-display:'Fraunces',Georgia,serif;
  --f-body:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --ease-out-expo: cubic-bezier(0.16,1,0.3,1);
  --ease-spring: cubic-bezier(0.34,1.56,0.64,1);
  --paper:#F6F1E7;
}

/* ══ PALETTE: GROVE (default — calm, natural) ══ */
[data-palette="grove"][data-theme="dark"]{
  --deep:#0F3B2E; --deep-2:#0A2E23; --deep-3:#061812;
  --primary:#1D9E75; --primary-dark:#0F6E56; --primary-light:#5DCAA5;
  --gold:#C8A24B; --gold-bright:#D4B85A; --gold-light:#F4D78A;
  --bg:#0A2E23; --bg-2:#061812; --surface:rgba(246,241,231,0.05);
  --surface-border:rgba(246,241,231,0.10); --text:#F6F1E7;
  --text-2:rgba(246,241,231,0.68); --text-3:rgba(246,241,231,0.42);
  --card-bg:rgba(246,241,231,0.04); --section-alt:#061812;
  --nav-bg:rgba(10,46,35,0.78);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #1B5443 0%, #0F3B2E 40%, #061812 85%);
}
[data-palette="grove"][data-theme="light"]{
  --deep:#0F3B2E; --deep-2:#0A2E23; --deep-3:#061812;
  --primary:#1D9E75; --primary-dark:#0F6E56; --primary-light:#5DCAA5;
  --gold:#B8922E; --gold-bright:#C8A24B; --gold-light:#D4B85A;
  --bg:#F6F1E7; --bg-2:#FFFFFF; --surface:#FFFFFF;
  --surface-border:rgba(15,59,46,0.09); --text:#0F3B2E;
  --text-2:rgba(15,59,46,0.64); --text-3:rgba(15,59,46,0.38);
  --card-bg:#FFFFFF; --section-alt:#EFEADB;
  --nav-bg:rgba(246,241,231,0.82);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #1B5443 0%, #0F3B2E 40%, #061812 85%);
}

/* ══ PALETTE: DAWN (warm, happy, morning) ══ */
[data-palette="dawn"][data-theme="dark"]{
  --deep:#3D1F10; --deep-2:#2B1A0D; --deep-3:#14080A;
  --primary:#F4A261; --primary-dark:#E76F51; --primary-light:#F7C58E;
  --gold:#F4B942; --gold-bright:#F8CA6A; --gold-light:#FBDA96;
  --bg:#2B1A0D; --bg-2:#14080A; --surface:rgba(255,245,235,0.05);
  --surface-border:rgba(255,245,235,0.10); --text:#FFF5EB;
  --text-2:rgba(255,245,235,0.72); --text-3:rgba(255,245,235,0.44);
  --card-bg:rgba(255,245,235,0.04); --section-alt:#14080A;
  --nav-bg:rgba(43,26,13,0.80);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #5D3220 0%, #3D1F10 40%, #14080A 85%);
}
[data-palette="dawn"][data-theme="light"]{
  --deep:#3D1F10; --deep-2:#2B1A0D; --deep-3:#14080A;
  --primary:#E76F51; --primary-dark:#C85840; --primary-light:#F4A261;
  --gold:#C98F1F; --gold-bright:#E4A734; --gold-light:#F4B942;
  --bg:#FFF5EB; --bg-2:#FFFFFF; --surface:#FFFFFF;
  --surface-border:rgba(61,31,16,0.09); --text:#3D1F10;
  --text-2:rgba(61,31,16,0.64); --text-3:rgba(61,31,16,0.38);
  --card-bg:#FEFAE0; --section-alt:#F9E9D1;
  --nav-bg:rgba(255,245,235,0.85);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #5D3220 0%, #3D1F10 40%, #14080A 85%);
}

/* ══ PALETTE: OCEAN (focus, calm, study) ══ */
[data-palette="ocean"][data-theme="dark"]{
  --deep:#0D3B4F; --deep-2:#0A1F2E; --deep-3:#050F17;
  --primary:#2A9D8F; --primary-dark:#1F7A6D; --primary-light:#5DD2C0;
  --gold:#E9C46A; --gold-bright:#F1D37F; --gold-light:#F6E2A2;
  --bg:#0A1F2E; --bg-2:#050F17; --surface:rgba(232,244,248,0.05);
  --surface-border:rgba(232,244,248,0.10); --text:#E8F4F8;
  --text-2:rgba(232,244,248,0.70); --text-3:rgba(232,244,248,0.44);
  --card-bg:rgba(232,244,248,0.04); --section-alt:#050F17;
  --nav-bg:rgba(10,31,46,0.80);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #1E5871 0%, #0D3B4F 40%, #050F17 85%);
}
[data-palette="ocean"][data-theme="light"]{
  --deep:#0D3B4F; --deep-2:#0A1F2E; --deep-3:#050F17;
  --primary:#2A9D8F; --primary-dark:#1F7A6D; --primary-light:#5DD2C0;
  --gold:#C19220; --gold-bright:#D9AC35; --gold-light:#E9C46A;
  --bg:#E8F4F8; --bg-2:#FFFFFF; --surface:#FFFFFF;
  --surface-border:rgba(13,59,79,0.09); --text:#0D3B4F;
  --text-2:rgba(13,59,79,0.64); --text-3:rgba(13,59,79,0.38);
  --card-bg:#FFFFFF; --section-alt:#DAEAEF;
  --nav-bg:rgba(232,244,248,0.85);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #1E5871 0%, #0D3B4F 40%, #050F17 85%);
}

/* ══ PALETTE: TWILIGHT (dreamy, creative) ══ */
[data-palette="twilight"][data-theme="dark"]{
  --deep:#2D1B3D; --deep-2:#1A0F2B; --deep-3:#0D0718;
  --primary:#9B72CF; --primary-dark:#7A5AAE; --primary-light:#C7A8ED;
  --gold:#F4B942; --gold-bright:#F6C762; --gold-light:#F9D68A;
  --bg:#1A0F2B; --bg-2:#0D0718; --surface:rgba(245,238,248,0.05);
  --surface-border:rgba(245,238,248,0.10); --text:#F5EEF8;
  --text-2:rgba(245,238,248,0.70); --text-3:rgba(245,238,248,0.44);
  --card-bg:rgba(245,238,248,0.04); --section-alt:#0D0718;
  --nav-bg:rgba(26,15,43,0.82);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #442A5E 0%, #2D1B3D 40%, #0D0718 85%);
}
[data-palette="twilight"][data-theme="light"]{
  --deep:#2D1B3D; --deep-2:#1A0F2B; --deep-3:#0D0718;
  --primary:#7A5AAE; --primary-dark:#5E4489; --primary-light:#9B72CF;
  --gold:#C98F1F; --gold-bright:#E4A734; --gold-light:#F4B942;
  --bg:#F5EEF8; --bg-2:#FFFFFF; --surface:#FFFFFF;
  --surface-border:rgba(45,27,61,0.09); --text:#2D1B3D;
  --text-2:rgba(45,27,61,0.64); --text-3:rgba(45,27,61,0.38);
  --card-bg:#FFFFFF; --section-alt:#EBE1EF;
  --nav-bg:rgba(245,238,248,0.85);
  --hero-grad: radial-gradient(ellipse at 50% 40%, #442A5E 0%, #2D1B3D 40%, #0D0718 85%);
}

/* ═══ BASE ═══ */
body{
  font-family:var(--f-body); background:var(--bg); color:var(--text);
  line-height:1.65; -webkit-font-smoothing:antialiased;
  transition: background 0.5s var(--ease-out-expo), color 0.5s var(--ease-out-expo);
  overflow-x:hidden;
}
.container{ max-width:1160px; margin:0 auto; padding:0 28px; }
.section{ padding:110px 0; position:relative; }
.tc{ text-align:center; }
h1,h2,h3{ font-family:var(--f-display); font-weight:400; letter-spacing:-0.02em; font-variation-settings:"SOFT" 50,"opsz" 48; }
h1{ font-size:clamp(2.4rem,5.6vw,3.8rem); line-height:1.08; }
h2{ font-size:clamp(1.9rem,4vw,2.6rem); line-height:1.14; margin-bottom:16px; }
h3{ font-size:1.18rem; font-weight:500; }
.sub{ font-size:1.04rem; color:var(--text-2); max-width:580px; margin:0 auto 44px; line-height:1.75; }
.label{ font-size:0.7rem; font-weight:600; letter-spacing:0.28em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; display:inline-block; }
.label-underline{ position:relative; }
.label-underline::after{ content:''; position:absolute; bottom:-6px; left:50%; transform:translateX(-50%); width:28px; height:1px; background:var(--gold); opacity:0.6; }
.brand{ font-family:var(--f-display); font-weight:400; }
.brand .i-gold, .i-gold{ color:var(--gold); font-style:normal; }
.italic-gold{ font-family:var(--f-display); font-style:italic; color:var(--gold); font-weight:300; }

/* ══ Buttons ══ */
.btn{
  display:inline-flex; align-items:center; gap:10px; padding:15px 32px; border-radius:999px;
  font-family:var(--f-body); font-size:0.88rem; font-weight:600; text-decoration:none;
  transition: all 0.35s var(--ease-out-expo); cursor:pointer; border:none;
  position:relative; overflow:hidden;
}
.btn-gold{ background:var(--gold); color:var(--deep); box-shadow: 0 4px 18px rgba(200,162,75,0.22); }
.btn-gold:hover{ transform:translateY(-2px); background:var(--gold-bright); box-shadow: 0 10px 28px rgba(200,162,75,0.38); }
.btn-outline{ background:transparent; color:var(--text); border:1px solid var(--surface-border); }
.btn-outline:hover{ border-color:var(--gold); color:var(--gold); }
.btn-bamboo{ background:var(--primary); color:#fff; }
.btn-bamboo:hover{ background:var(--primary-dark); transform:translateY(-2px); }
.btn-full{ width:100%; justify-content:center; }
.btn .arr{ transition: transform 0.3s; }
.btn:hover .arr{ transform: translateX(4px); }
.cta-inline{ margin-top:28px; }
.cta-subtle{ font-size:0.82rem; color:var(--text-3); margin-top:12px; }

/* ══ NAV ══ */
nav{
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:var(--nav-bg); backdrop-filter:blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border-bottom:1px solid var(--surface-border); transition: background 0.5s, color 0.5s;
}
.nav-inner{ display:flex; align-items:center; justify-content:space-between; max-width:1160px; margin:0 auto; padding:14px 28px; }
.nav-logo{ display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--text); font-family:var(--f-display); font-size:1.55rem; font-weight:400; letter-spacing:-0.03em; transition:opacity 0.3s; }
.nav-logo:hover{ opacity:0.8; }
.nav-logo svg{ width:28px; height:28px; }
.bamio-mark{ width:28px; height:28px; flex-shrink:0; }
.nav-links{ display:flex; align-items:center; gap:28px; }
.nav-links a{ font-size:0.82rem; font-weight:500; color:var(--text-2); text-decoration:none; transition:color 0.2s; }
.nav-links a:hover{ color:var(--gold); }
.nav-cta{ padding:10px 22px; background:var(--gold); color:var(--deep) !important; border-radius:999px; font-weight:600; font-size:0.82rem; transition: all 0.3s; }
.nav-cta:hover{ background:var(--gold-bright); transform:translateY(-1px); box-shadow: 0 6px 18px rgba(200,162,75,0.3); }

/* Theme + palette controls */
.theme-controls{ display:flex; align-items:center; gap:10px; position:relative; }
.palette-btn{
  width:36px; height:36px; border-radius:50%;
  background:var(--surface); border:1px solid var(--surface-border); color:var(--text);
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition: all 0.3s;
}
.palette-btn:hover{ border-color:var(--gold); color:var(--gold); transform:rotate(15deg); }
.palette-menu{
  position:absolute; top:calc(100% + 10px); right:0;
  background: var(--bg-2); border:1px solid var(--surface-border); border-radius:16px;
  padding:14px; display:none; flex-direction:column; gap:6px; min-width:220px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  z-index:200;
}
.palette-menu.open{ display:flex; }
.palette-menu-title{
  font-size:0.64rem; font-weight:600; letter-spacing:0.24em;
  text-transform:uppercase; color:var(--text-3); padding:4px 8px 10px;
  border-bottom:1px solid var(--surface-border); margin-bottom:6px;
}
.pal-swatch{
  display:flex; align-items:center; gap:12px; padding:8px 10px;
  background:transparent; border:1px solid transparent; border-radius:12px;
  cursor:pointer; color:var(--text); transition: all 0.2s; text-align:left;
  font-family:var(--f-body);
}
.pal-swatch:hover{ background:var(--surface); border-color:var(--surface-border); }
.pal-swatch.active{ background:var(--surface); border-color:var(--gold); }
.sw-disc{ width:28px; height:28px; border-radius:50%; flex-shrink:0; box-shadow: 0 2px 8px rgba(0,0,0,0.15), inset 0 0 0 2px rgba(255,255,255,0.08); }
.sw-label{ display:flex; flex-direction:column; gap:2px; }
.sw-label strong{ font-size:0.88rem; font-weight:600; color:var(--text); }
.sw-label em{ font-style:normal; font-size:0.72rem; color:var(--text-3); }

.theme-toggle{
  width:52px; height:28px; border-radius:999px; background:var(--surface); border:1px solid var(--surface-border);
  cursor:pointer; position:relative; transition:all 0.4s var(--ease-out-expo);
  display:flex; align-items:center; padding:3px; flex-shrink:0;
}
.theme-toggle .knob{
  width:20px; height:20px; border-radius:50%;
  background:linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow:0 2px 8px rgba(200,162,75,0.4); transition:all 0.4s var(--ease-spring);
  display:flex; align-items:center; justify-content:center; font-size:10px;
}
[data-theme="dark"] .theme-toggle .knob::before{ content:'🌙'; }
[data-theme="light"] .theme-toggle .knob{ transform:translateX(24px); }
[data-theme="light"] .theme-toggle .knob::before{ content:'☀️'; }

.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle span{ display:block; width:22px; height:2px; background:var(--text); margin:4px 0; transition:0.3s; border-radius:2px; }
@media(max-width:900px){
  .nav-toggle{ display:block; }
  .nav-links{ display:none; position:absolute; top:100%; left:0; right:0; background:var(--nav-bg); padding:24px 28px; flex-direction:column; gap:18px; border-top:1px solid var(--surface-border); align-items:flex-start; }
  .nav-links.open{ display:flex; }
  .theme-controls{ width:100%; justify-content:flex-start; }
  .palette-menu{ right:auto; left:0; }
}

/* ══ HERO (always dark ambient for cinematic) ══ */
.hero{
  min-height:100vh; display:flex; flex-direction:column; align-items:center; justify-content:center;
  position:relative; overflow:hidden; padding:120px 24px 90px;
  background: var(--hero-grad); color:#F6F1E7;
}
.hero-grid-bg{
  position:absolute; inset:0; opacity:0.22; pointer-events:none;
  background-image:
    linear-gradient(rgba(200,162,75,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,162,75,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.hero-mist{
  position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(ellipse 80% 30% at 50% 78%, rgba(200,162,75,0.10), transparent 70%);
  animation: heroMist 8s ease-in-out infinite;
}
@keyframes heroMist{ 0%,100%{opacity:0.6;transform:translateY(0)} 50%{opacity:0.9;transform:translateY(-8px)} }
.hero-rings{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); pointer-events:none; }
.hero-ring{ position:absolute; border-radius:50%; border:1px solid rgba(200,162,75,0.08); top:50%; left:50%; transform:translate(-50%,-50%); }
.hero-ring:nth-child(1){ width:420px; height:420px; animation: ringPulse 8s ease 0s infinite; }
.hero-ring:nth-child(2){ width:640px; height:640px; animation: ringPulse 8s ease 1.5s infinite; }
.hero-ring:nth-child(3){ width:880px; height:880px; animation: ringPulse 8s ease 3s infinite; }
@keyframes ringPulse{ 0%,100%{opacity:0.2} 50%{opacity:0.9} }

.firefly{ position:absolute; width:4px; height:4px; border-radius:50%; background:var(--gold); box-shadow:0 0 12px 3px rgba(200,162,75,0.7); opacity:0; animation: fireflyFloat 5s ease-in-out infinite; }
@keyframes fireflyFloat{ 0%,100%{opacity:0;transform:translate(0,0) scale(0.6)} 50%{opacity:0.9;transform:translate(var(--fx,6px),var(--fy,-10px)) scale(1.1)} }

.hero-content{ position:relative; z-index:2; text-align:center; opacity:0; animation: fadeSlideUp 0.9s ease-out 5.2s forwards; max-width:820px; margin:0 auto; }
.descriptor-pill{
  display:inline-block; padding:8px 20px; border-radius:999px;
  background: rgba(200,162,75,0.12); border:1px solid rgba(200,162,75,0.35);
  color: var(--gold); font-size:0.72rem; font-weight:500; letter-spacing:0.14em;
  margin-bottom:24px;
}
.hero-content h1{ color:#F6F1E7; margin-bottom:22px; }
.hero-content h1 .italic-gold{ font-weight:300; }
.hero-sub{ font-size:1.08rem; color:rgba(246,241,231,0.66); max-width:560px; text-align:center; line-height:1.75; margin:0 auto 36px; }
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-bottom:36px; }
.hero-trust-strip{ display:flex; gap:28px; flex-wrap:wrap; justify-content:center; font-size:0.78rem; color:rgba(246,241,231,0.6); }
.hero-trust-strip .tru{ display:flex; align-items:center; gap:6px; }
.hero-trust-strip .ck{ color:var(--gold); font-weight:700; }
@keyframes fadeSlideUp{ 0%{opacity:0;transform:translateY(20px)} 100%{opacity:1;transform:translateY(0)} }

.replay-btn{
  position:absolute; bottom:24px; right:24px;
  background:rgba(15,59,46,0.7); color:var(--gold);
  border:1px solid rgba(200,162,75,0.5); padding:10px 18px; border-radius:999px;
  font-family:var(--f-body); font-size:10px; letter-spacing:0.25em;
  text-transform:uppercase; font-weight:600; cursor:pointer;
  backdrop-filter:blur(8px); z-index:10; transition:all 0.3s;
}
.replay-btn:hover{ background:rgba(200,162,75,0.2); border-color:var(--gold); }

/* ══ Proof strip ══ */
.proof-strip{ padding:36px 0; border-top:1px solid var(--surface-border); border-bottom:1px solid var(--surface-border); background:var(--section-alt); }
.proof-inner{ display:flex; align-items:center; justify-content:center; gap:36px; flex-wrap:wrap; }
.proof-stat{ display:flex; flex-direction:column; align-items:center; gap:2px; }
.proof-stat strong{ font-family:var(--f-display); font-size:2rem; font-weight:400; color:var(--gold); line-height:1; font-variation-settings:"SOFT" 50,"opsz" 48; }
.proof-stat span{ font-size:0.72rem; color:var(--text-3); letter-spacing:0.12em; text-transform:uppercase; margin-top:4px; }
.proof-sep{ width:1px; height:32px; background:var(--surface-border); }
@media(max-width:680px){ .proof-sep{ display:none; } .proof-inner{ gap:20px; } }

/* ══ SECTIONS ══ */
.s-alt{ background:var(--section-alt); }

/* How it works */
.hiw-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; max-width:980px; margin:0 auto; text-align:left; }
.hiw-card{
  padding:38px 30px; border-radius:22px; background:var(--card-bg);
  border:1px solid var(--surface-border); transition:all 0.4s var(--ease-out-expo); position:relative;
}
.hiw-card:hover{ transform:translateY(-6px); border-color:rgba(200,162,75,0.3); box-shadow:0 16px 40px rgba(0,0,0,0.08); }
.hiw-num{ font-family:var(--f-display); font-size:3rem; font-weight:300; color:var(--gold); line-height:1; opacity:0.45; margin-bottom:20px; font-variation-settings:"SOFT" 50,"opsz" 72; }
.hiw-card h3{ margin-bottom:14px; color:var(--text); }
.hiw-card p{ font-size:0.92rem; color:var(--text-2); line-height:1.75; }
@media(max-width:820px){ .hiw-grid{ grid-template-columns:1fr; } }

/* Hear difference */
.hear-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; max-width:780px; margin:0 auto; }
.hear-card{ padding:36px 32px; border-radius:22px; text-align:center; transition: all 0.5s var(--ease-out-expo); position:relative; overflow:hidden; }
.hear-card.day1{ background:var(--card-bg); border:1px solid var(--surface-border); }
.hear-card.day30{ background:linear-gradient(135deg, var(--deep) 0%, var(--deep-2) 100%); color:#F6F1E7; border:1px solid rgba(200,162,75,0.25); box-shadow:0 20px 60px rgba(0,0,0,0.2); }
.hear-card:hover{ transform:translateY(-6px); }
.hear-day{ font-family:var(--f-display); font-size:3.4rem; font-weight:300; color:var(--gold); margin-bottom:4px; line-height:1; }
.hear-lbl{ font-size:0.76rem; color:var(--text-3); margin-bottom:24px; letter-spacing:0.2em; text-transform:uppercase; }
.hear-card.day30 .hear-lbl{ color:rgba(246,241,231,0.5); }
.hear-play{ width:64px; height:64px; border-radius:50%; border:none; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; cursor:pointer; font-size:1.2rem; transition:all 0.3s var(--ease-out-expo); position:relative; }
.hear-play.muted{ background:var(--surface-border); color:var(--text-2); }
.hear-play.golden{ background:linear-gradient(135deg, var(--gold-light), var(--gold)); color:var(--deep); box-shadow:0 6px 20px rgba(200,162,75,0.4); }
.hear-play:hover{ transform:scale(1.1); }
.hear-play.golden::before{ content:''; position:absolute; inset:-4px; border-radius:50%; border:1px solid var(--gold); opacity:0.5; animation: pulseRing 2s ease-in-out infinite; }
@keyframes pulseRing{ 0%,100%{transform:scale(1);opacity:0.5} 50%{transform:scale(1.15);opacity:0} }
.wave{ display:flex; gap:3px; align-items:center; justify-content:center; height:36px; margin-bottom:20px; }
.wave span{ display:block; width:3px; border-radius:2px; background:currentColor; opacity:0.55; animation: waveBounce 1.2s ease-in-out infinite; }
.hear-card.day1 .wave{ color:var(--text-3); }
.hear-card.day1 .wave span{ animation-play-state:paused; opacity:0.3; height:20%; }
.hear-card.day30 .wave{ color:var(--gold); }
.wave span:nth-child(1){animation-delay:0s}.wave span:nth-child(2){animation-delay:0.08s}.wave span:nth-child(3){animation-delay:0.16s}.wave span:nth-child(4){animation-delay:0.24s}.wave span:nth-child(5){animation-delay:0.32s}.wave span:nth-child(6){animation-delay:0.40s}.wave span:nth-child(7){animation-delay:0.48s}.wave span:nth-child(8){animation-delay:0.56s}.wave span:nth-child(9){animation-delay:0.64s}.wave span:nth-child(10){animation-delay:0.72s}.wave span:nth-child(11){animation-delay:0.80s}.wave span:nth-child(12){animation-delay:0.88s}
@keyframes waveBounce{ 0%,100%{height:20%} 50%{height:100%} }
.hear-quote{ font-family:var(--f-display); font-style:italic; font-weight:300; font-size:1rem; line-height:1.7; color:var(--text-2); }
.hear-card.day30 .hear-quote{ color:rgba(246,241,231,0.82); }
.hear-meta{ display:flex; justify-content:space-between; margin-top:22px; padding-top:18px; border-top:1px solid rgba(200,162,75,0.14); font-size:0.72rem; letter-spacing:0.08em; }
.hear-card.day1 .hear-meta{ border-color:var(--surface-border); color:var(--text-3); }
.hear-card.day30 .hear-meta{ color:rgba(246,241,231,0.5); }
.hear-meta strong{ color:var(--gold); font-weight:600; }
.attribution{ margin-top:32px; font-size:0.85rem; color:var(--text-2); font-style:italic; }
@media(max-width:680px){ .hear-grid{ grid-template-columns:1fr; } .hear-meta{ flex-direction:column; gap:4px; align-items:flex-start; text-align:left; } }

/* ══ Pillars (6 cards, 3+3) ══ */
.pillars-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:1040px; margin:0 auto; text-align:left; }
.pillar-card{
  padding:32px 26px; border-radius:20px; background:var(--card-bg);
  border:1px solid var(--surface-border); transition:all 0.4s var(--ease-out-expo);
  position:relative; overflow:hidden;
}
.pillar-card::after{ content:''; position:absolute; top:0; left:0; right:0; height:1px; background:linear-gradient(90deg, transparent, var(--gold), transparent); opacity:0; transition:opacity 0.4s; }
.pillar-card:hover{ transform:translateY(-6px); border-color:rgba(200,162,75,0.35); box-shadow:0 18px 40px rgba(0,0,0,0.08); }
.pillar-card:hover::after{ opacity:1; }
.pillar-card.parent-view-card{ background:linear-gradient(135deg, var(--deep) 0%, var(--deep-2) 100%); color:#F6F1E7; border:1px solid rgba(200,162,75,0.3); }
.pillar-card.parent-view-card h3{ color:#F6F1E7; }
.pillar-card.parent-view-card p{ color:rgba(246,241,231,0.68); }
.pillar-icon{ width:56px; height:56px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:1.6rem; margin-bottom:20px; }
.pi-speak{ background:rgba(29,158,117,0.15); }
.pi-spot{ background:rgba(200,162,75,0.15); }
.pi-bag{ background:rgba(15,110,86,0.15); }
.pi-diary{ background:rgba(93,202,165,0.15); }
.pi-tasks{ background:rgba(200,162,75,0.1); }
.pi-parent{ background:rgba(246,241,231,0.15); }
.pillar-card h3{ margin-bottom:12px; }
.pillar-card p{ font-size:0.9rem; color:var(--text-2); line-height:1.7; margin-bottom:18px; }
.pillar-outcome{ font-size:0.78rem; font-weight:500; color:var(--gold); padding-top:14px; border-top:1px solid var(--surface-border); }
.pillar-card.parent-view-card .pillar-outcome{ border-color:rgba(200,162,75,0.25); color:var(--gold-light); }
.btn-features{ margin-top:48px; }
@media(max-width:860px){ .pillars-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ .pillars-grid{ grid-template-columns:1fr; } }

/* ══ Moat ══ */
.moat-section{ background:linear-gradient(180deg, var(--deep) 0%, var(--deep-2) 100%); color:#F6F1E7; }
.moat-section .sub{ color:rgba(246,241,231,0.6); }
.moat-section h2{ color:#F6F1E7; }
.moat-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:52px; text-align:left; }
.moat-card{ padding:34px 28px; border-radius:20px; background:rgba(246,241,231,0.04); border:1px solid rgba(246,241,231,0.08); transition:all 0.4s var(--ease-out-expo); }
.moat-card:hover{ border-color:rgba(200,162,75,0.35); transform:translateY(-4px); }
.moat-num{ font-family:var(--f-display); font-size:3.2rem; font-weight:300; color:var(--gold); margin-bottom:14px; line-height:1; font-variation-settings:"SOFT" 50,"opsz" 72; }
.moat-card h3{ color:rgba(246,241,231,0.95); margin-bottom:14px; }
.moat-card p{ font-size:0.9rem; color:rgba(246,241,231,0.68); line-height:1.7; }
@media(max-width:820px){ .moat-grid{ grid-template-columns:1fr; } }

/* Contrast grid */
.contrast-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; max-width:920px; margin:64px auto 0; text-align:left; }
.contrast-col{ padding:28px 26px; border-radius:20px; border:1px solid rgba(246,241,231,0.1); background:rgba(246,241,231,0.03); }
.contrast-bamio{ background:rgba(200,162,75,0.08); border-color:rgba(200,162,75,0.3); }
.contrast-head{ font-family:var(--f-display); font-size:1.2rem; font-weight:500; margin-bottom:18px; color:#F6F1E7; padding-bottom:12px; border-bottom:1px solid rgba(246,241,231,0.1); }
.contrast-bamio .contrast-head{ color:var(--gold); border-color:rgba(200,162,75,0.3); }
.contrast-item{ display:flex; align-items:flex-start; gap:10px; padding:9px 0; font-size:0.88rem; color:rgba(246,241,231,0.75); }
.contrast-item .x, .contrast-item .ck{ flex-shrink:0; margin-top:2px; font-weight:700; }
.contrast-item .x{ color:rgba(246,241,231,0.35); }
.contrast-item .ck{ color:var(--gold); }
@media(max-width:680px){ .contrast-grid{ grid-template-columns:1fr; } }

/* ══ Testimonials ══ */
.test-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; text-align:left; }
.test-card{ padding:32px 28px; border-radius:20px; background:var(--card-bg); border:1px solid var(--surface-border); transition:all 0.4s var(--ease-out-expo); position:relative; }
.test-card::before{ content:'\201C'; position:absolute; top:12px; left:22px; font-family:var(--f-display); font-size:4.4rem; color:var(--gold); opacity:0.18; line-height:1; }
.test-card:hover{ transform:translateY(-4px); border-color:rgba(200,162,75,0.3); }
.test-quote{ font-family:var(--f-display); font-style:italic; font-weight:300; font-size:1rem; line-height:1.75; margin-bottom:20px; color:var(--text); position:relative; }
.test-badge{ display:inline-block; font-size:0.72rem; padding:6px 12px; background:rgba(200,162,75,0.12); color:var(--gold); border-radius:999px; margin-bottom:16px; font-weight:500; }
.test-author{ font-size:0.88rem; font-weight:600; color:var(--gold); margin-bottom:2px; }
.test-role{ font-size:0.76rem; color:var(--text-3); }
@media(max-width:860px){ .test-grid{ grid-template-columns:1fr; } }

/* ══ Pricing ══ */
.pr-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:1040px; margin:0 auto; }
.pr-card{ padding:40px 30px; border-radius:24px; background:var(--card-bg); border:1px solid var(--surface-border); text-align:center; transition:all 0.4s var(--ease-out-expo); position:relative; display:flex; flex-direction:column; }
.pr-card:hover{ transform:translateY(-4px); }
.pr-card.feat{ background:linear-gradient(180deg, var(--deep) 0%, var(--deep-2) 100%); color:#F6F1E7; border:2px solid var(--gold); transform:scale(1.04); box-shadow:0 20px 48px rgba(200,162,75,0.2); }
.pr-card.feat:hover{ transform:scale(1.04) translateY(-4px); }
.pr-badge{ position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:var(--gold); color:var(--deep); padding:5px 16px; border-radius:999px; font-size:0.7rem; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; }
.pr-name{ font-family:var(--f-display); font-size:1.3rem; margin-bottom:10px; font-weight:500; }
.pr-price{ font-family:var(--f-display); font-size:2.4rem; font-weight:300; color:var(--gold); margin-bottom:4px; line-height:1; font-variation-settings:"SOFT" 50,"opsz" 72; }
.pr-price .pr-mo{ font-size:0.9rem; color:var(--text-2); font-weight:400; }
.pr-card.feat .pr-price .pr-mo{ color:rgba(246,241,231,0.55); }
.pr-per{ font-size:0.82rem; color:var(--text-3); margin-bottom:26px; }
.pr-card.feat .pr-per{ color:rgba(246,241,231,0.55); }
.pr-features{ list-style:none; text-align:left; margin-bottom:26px; flex:1; }
.pr-features li{ font-size:0.88rem; padding:9px 0; border-bottom:1px solid var(--surface-border); display:flex; align-items:flex-start; gap:10px; color:var(--text-2); }
.pr-features li::before{ content:'✓'; color:var(--primary); font-weight:700; flex-shrink:0; }
.pr-card.feat .pr-features li{ border-color:rgba(246,241,231,0.08); color:rgba(246,241,231,0.8); }
.pr-card.feat .pr-features li::before{ color:var(--gold); }
.pr-rr{ display:flex; flex-direction:column; gap:6px; margin-top:18px; font-size:0.74rem; color:var(--text-3); }
.pr-card.feat .pr-rr{ color:rgba(246,241,231,0.55); }
.price-anchor{ display:flex; align-items:center; justify-content:center; gap:20px; margin-top:48px; padding:24px 28px; border-radius:16px; background:var(--card-bg); border:1px dashed var(--surface-border); font-size:0.9rem; color:var(--text-2); flex-wrap:wrap; }
.anchor-arrow{ font-family:var(--f-display); font-style:italic; color:var(--gold); opacity:0.7; }
@media(max-width:820px){ .pr-grid{ grid-template-columns:1fr; } .pr-card.feat{ transform:none; } .pr-card.feat:hover{ transform:translateY(-4px); } }

/* ══ FAQ ══ */
.faq-container{ max-width:820px; }
.faq-container .tc{ margin-bottom:48px; }
.faq-list{ display:flex; flex-direction:column; gap:10px; }
.faq-item{ background:var(--card-bg); border:1px solid var(--surface-border); border-radius:14px; overflow:hidden; transition:all 0.3s; }
.faq-item:hover{ border-color:rgba(200,162,75,0.3); }
.faq-item summary{ padding:20px 24px; cursor:pointer; font-weight:500; font-size:0.98rem; display:flex; justify-content:space-between; align-items:center; list-style:none; color:var(--text); }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-ic{ color:var(--gold); font-weight:300; font-size:1.6rem; transition: transform 0.3s var(--ease-spring); line-height:1; }
.faq-item[open] .faq-ic{ transform: rotate(45deg); }
.faq-item p{ padding:0 24px 24px; color:var(--text-2); font-size:0.92rem; line-height:1.75; }

/* ══ CTA ══ */
.cta-section{ background:linear-gradient(135deg, var(--deep) 0%, var(--deep-2) 60%, var(--deep-3) 100%); color:#F6F1E7; text-align:center; padding:100px 0; position:relative; overflow:hidden; }
.cta-section::before{ content:''; position:absolute; inset:0; background-image: radial-gradient(circle at 20% 50%, rgba(200,162,75,0.12), transparent 40%), radial-gradient(circle at 80% 50%, rgba(29,158,117,0.12), transparent 40%); pointer-events:none; }
.cta-section h2{ color:#F6F1E7; margin-bottom:18px; position:relative; z-index:1; }
.cta-section p{ color:rgba(246,241,231,0.66); max-width:520px; margin:0 auto 36px; position:relative; z-index:1; }
.email-form{ display:flex; gap:10px; max-width:460px; margin:0 auto 24px; padding:6px; background:rgba(246,241,231,0.06); border-radius:999px; border:1px solid rgba(246,241,231,0.1); position:relative; z-index:1; transition:all 0.3s; }
.email-form:focus-within{ border-color:var(--gold); background:rgba(246,241,231,0.08); }
.email-form input{ flex:1; background:transparent; border:none; outline:none; color:#F6F1E7; font-family:var(--f-body); font-size:0.92rem; padding:10px 18px; }
.email-form input::placeholder{ color:rgba(246,241,231,0.42); }
.email-form button{ background:var(--gold); color:var(--deep); border:none; padding:12px 22px; border-radius:999px; font-family:var(--f-body); font-weight:600; font-size:0.85rem; cursor:pointer; transition:all 0.3s; white-space:nowrap; display:inline-flex; align-items:center; gap:6px; }
.email-form button:hover{ background:var(--gold-bright); }
.email-form.sent{ border-color:var(--primary-light); background:rgba(93,202,165,0.12); }
.email-form.sent input{ color:var(--primary-light); }
.email-form.sent button{ background:var(--primary); color:#fff; }
.trust-row{ display:flex; gap:24px; justify-content:center; flex-wrap:wrap; font-size:0.78rem; color:rgba(246,241,231,0.55); position:relative; z-index:1; margin-bottom:40px; }
.store-hint{ font-size:0.72rem; letter-spacing:0.2em; text-transform:uppercase; color:rgba(246,241,231,0.45); margin-bottom:16px; position:relative; z-index:1; }
.store-badges{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }
.store-badge{ display:flex; align-items:center; gap:10px; padding:14px 26px; border-radius:14px; background:rgba(246,241,231,0.08); border:1px solid rgba(246,241,231,0.14); color:#F6F1E7; font-weight:600; font-size:0.88rem; text-decoration:none; transition:all 0.3s; }
.store-badge:hover{ background:rgba(246,241,231,0.14); border-color:var(--gold); transform:translateY(-2px); }
.store-sm{ font-size:0.62rem; opacity:0.6; display:block; letter-spacing:0.08em; font-weight:500; }

/* ══ Footer ══ */
footer{ background:#0A0A0F; color:rgba(246,241,231,0.5); padding:64px 0 32px; }
.ft-grid{ display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:44px; }
.ft-col h4{ font-family:var(--f-body); font-size:0.72rem; font-weight:600; letter-spacing:0.22em; text-transform:uppercase; color:var(--gold); margin-bottom:18px; }
.ft-col a{ display:block; color:rgba(246,241,231,0.55); text-decoration:none; font-size:0.86rem; padding:6px 0; transition:color 0.2s; }
.ft-col a:hover{ color:var(--gold); }
.ft-brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.ft-brand svg{ width:32px; height:32px; }
.ft-logo{ font-family:var(--f-display); font-size:1.5rem; font-weight:400; color:#F6F1E7; letter-spacing:-0.02em; }
.ft-desc{ font-size:0.85rem; line-height:1.65; color:rgba(246,241,231,0.5); max-width:300px; }
.ft-socials{ display:flex; gap:12px; margin-top:18px; }
.ft-socials a{ width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(246,241,231,0.06); border:1px solid rgba(246,241,231,0.1); transition:all 0.3s; font-size:0.85rem; padding:0; }
.ft-socials a:hover{ background:rgba(200,162,75,0.15); border-color:var(--gold); }
.ft-bottom{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; padding-top:28px; border-top:1px solid rgba(246,241,231,0.08); font-size:0.78rem; color:rgba(246,241,231,0.4); }
@media(max-width:860px){ .ft-grid{ grid-template-columns:1fr 1fr; gap:32px; } }
@media(max-width:500px){ .ft-grid{ grid-template-columns:1fr; } }

/* Sticky mobile CTA */
.mobile-cta{ display:none; position:fixed; bottom:16px; left:16px; right:16px; z-index:99; }
@media(max-width:720px){ .mobile-cta{ display:block; } body{ padding-bottom:80px; } }

/* Scroll reveal */
.fade{ opacity:0; transform:translateY(22px); transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo); }
.fade.v{ opacity:1; transform:translateY(0); }
.fade[data-delay="100"]{ transition-delay:0.08s; }
.fade[data-delay="150"]{ transition-delay:0.14s; }
.fade[data-delay="200"]{ transition-delay:0.18s; }
.fade[data-delay="250"]{ transition-delay:0.24s; }
.fade[data-delay="300"]{ transition-delay:0.28s; }
.fade[data-delay="350"]{ transition-delay:0.34s; }
.fade[data-delay="400"]{ transition-delay:0.38s; }
.fade[data-delay="500"]{ transition-delay:0.48s; }
.fade[data-delay="600"]{ transition-delay:0.58s; }
.fade[data-delay="700"]{ transition-delay:0.68s; }

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; }
}
