:root {
      --navy:#071126;
      --navy2:#0a1833;
      --cream:#f7f3eb;
      --ivory:#fffaf0;
      --gold:#c7a64b;
      --gold2:#b18a3d;
      --ink:#25272c;
      --muted:rgba(37,39,44,.68);
      --mutedLight:rgba(255,250,240,.76);
      --line:rgba(30,35,45,.10);
      --shadow:0 18px 50px rgba(17,24,39,.06);
      --serif:"Cormorant Garamond","Playfair Display",Georgia,serif;
      --sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
    img,video{max-width:100%;display:block}
    a{color:inherit}
    .section-eyebrow,.offer-type,.module-label,.wisdom-card-eyebrow{margin:0;font-size:.74rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold2);font-weight:600}
    .dark .section-eyebrow{color:var(--gold)}
    .btn,.outline-button,.text-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 34px;border-radius:4px;text-decoration:none;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;transition:.18s ease;text-align:center}
    .btn:hover,.outline-button:hover,.text-button:hover{transform:translateY(-1px)}
    .btn-gold{background:var(--gold);border:1px solid var(--gold);color:var(--navy)}
    .btn-ghost-light{background:transparent;border:1px solid rgba(255,250,240,.56);color:var(--ivory)}
    .btn-ghost-navy,.outline-button{background:transparent;border:1px solid rgba(26,52,112,.55);color:#1a3470}
    .btn-ghost-navy:hover,.outline-button:hover{background:#1a3470;color:var(--ivory)}

    /* HEADER */
    .site-header{position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,4vw,58px);background:linear-gradient(180deg,rgba(7,17,38,.92),rgba(7,17,38,.70));backdrop-filter:blur(10px);color:var(--ivory);border-bottom:1px solid rgba(255,250,240,.08)}
    .brand{display:flex;align-items:center;text-decoration:none}
    .brand img{width:min(330px,52vw);height:auto}
    .nav{display:flex;align-items:center;gap:28px;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}
    .nav a{text-decoration:none;color:rgba(255,250,240,.82)}
    .nav a:hover{color:var(--ivory)}
    .nav .nav-cta{padding:13px 18px;border:1px solid rgba(199,166,75,.72);color:var(--gold)}
    .mobile-note{display:none}

    /* HERO - EXACT FINAL DIRECTION */
    .hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background-image:url("assets/images/claudia_real_sunset_light_hero_subject_right.jpg");background-size:cover;background-position:center center;color:var(--ivory)}
    .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,13,32,.78),rgba(5,13,32,.58) 42%,rgba(5,13,32,.25) 72%,rgba(5,13,32,.18)),linear-gradient(180deg,rgba(5,13,32,.22),rgba(5,13,32,.56));z-index:1}
    .hero-content{position:relative;z-index:2;width:min(760px,calc(100% - 48px));margin-left:clamp(24px,5vw,80px);padding:150px 0 90px}
    .hero-eyebrow{margin:0 0 28px;font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,250,240,.82)}
    .hero h1{margin:0;max-width:760px;font-family:var(--serif);font-size:clamp(4.4rem,9vw,8.5rem);line-height:.92;font-weight:400;letter-spacing:-.045em;color:var(--ivory)}
    .hero p{max-width:650px;margin:34px 0 0;font-size:clamp(1.08rem,1.7vw,1.35rem);line-height:1.75;color:rgba(255,250,240,.86)}
    .hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:42px}

    .ribbon{background:var(--navy);color:rgba(255,250,240,.82);display:flex;justify-content:center;flex-wrap:wrap;gap:18px 34px;padding:18px 24px;font-size:.70rem;letter-spacing:.18em;text-transform:uppercase}

    /* GENERAL SECTIONS */
    section{position:relative}
    .center-section{padding:clamp(80px,10vw,150px) 24px;text-align:center;background:var(--cream);border-top:1px solid rgba(10,20,40,.08)}
    .center-inner{max-width:1120px;margin:0 auto}
    .center-section h2{margin:24px auto 0;font-family:var(--serif);font-size:clamp(3.2rem,7vw,7rem);line-height:.96;font-weight:400;letter-spacing:-.045em;color:var(--ink)}
    .center-section p{max-width:760px;margin:30px auto 0;font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.8;color:var(--muted)}

    /* WISDOM CARDS */
    .wisdom{background:var(--cream);padding:clamp(70px,8vw,120px) 24px}
    .wisdom-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
    .wisdom-card{background:#eee8de;border:1px solid var(--line);border-radius:34px;padding:clamp(42px,5vw,64px) clamp(30px,4vw,48px);text-align:center;box-shadow:var(--shadow)}
    .wisdom-card h3{max-width:420px;margin:28px auto 0;font-family:var(--serif);font-size:clamp(2rem,3vw,3rem);line-height:1.02;font-weight:400;letter-spacing:-.025em}
    .wisdom-card p{max-width:430px;margin:28px auto 0;font-size:clamp(1rem,1.2vw,1.18rem);line-height:1.75;color:var(--muted)}

    /* ABOUT */
    .about{background:var(--cream);padding:clamp(90px,10vw,150px) 24px;border-top:1px solid rgba(10,20,40,.08)}
    .about-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(46px,7vw,100px);align-items:center}
    .about-image{min-height:640px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#eee8de}
    .about-image img{width:100%;height:100%;min-height:640px;object-fit:cover;object-position:center}
    .about-copy h2{margin:26px 0 0;font-family:var(--serif);font-size:clamp(3.4rem,6vw,6.4rem);line-height:.96;font-weight:400;letter-spacing:-.045em}
    .about-copy p{max-width:760px;margin:28px 0 0;font-size:clamp(1.05rem,1.25vw,1.2rem);line-height:1.78;color:var(--muted)}
    .about-copy blockquote{margin:38px 0;padding-left:26px;border-left:1px solid var(--gold);font-family:var(--serif);font-size:clamp(1.9rem,3vw,3rem);line-height:1.08;font-weight:400;letter-spacing:-.025em}

    /* SCIENCE SACRED VIDEO */
    .split{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:var(--cream);border-top:1px solid rgba(10,20,40,.08);border-bottom:1px solid rgba(10,20,40,.08)}
    .split-media{min-height:720px;overflow:hidden;background:var(--navy)}
    .split-media video,.split-media img{width:100%;height:100%;object-fit:cover;object-position:center}
    .split-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(60px,7vw,110px)}
    .split-copy h2{margin:28px 0 0;font-family:var(--serif);font-size:clamp(3.4rem,6vw,6.2rem);line-height:.95;font-weight:400;letter-spacing:-.04em;color:#1a3470}
    .split-copy h3{margin:24px 0 0;font-family:var(--serif);font-size:clamp(2.4rem,4vw,4.4rem);line-height:1;font-weight:400}
    .split-copy p{max-width:720px;margin:28px 0 0;font-size:clamp(1.02rem,1.25vw,1.18rem);line-height:1.75;color:var(--muted)}
    .alchemy-audio{width:100%;max-width:520px;margin-top:30px}

    /* DARK METHOD */
    .method{background:var(--navy);color:var(--ivory);padding:clamp(90px,10vw,150px) 24px}
    .method-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(54px,8vw,120px);align-items:start}
    .method-intro{position:sticky;top:120px}
    .method h2{margin:28px 0 0;font-family:var(--serif);font-size:clamp(3.5rem,6vw,6.4rem);line-height:.95;font-weight:400;letter-spacing:-.045em}
    .method p{max-width:560px;margin:30px 0 0;font-size:clamp(1.05rem,1.25vw,1.2rem);line-height:1.75;color:rgba(255,250,240,.72)}
    .method-list{border-top:1px solid rgba(255,250,240,.16)}
    .method-step{display:grid;grid-template-columns:74px 1fr;gap:28px;padding:38px 0;border-bottom:1px solid rgba(255,250,240,.16)}
    .method-step span{font-family:var(--serif);font-size:1.9rem;color:rgba(199,166,75,.92)}
    .method-step h3{margin:0;font-family:var(--serif);font-size:clamp(2rem,2.8vw,3.1rem);line-height:1.05;font-weight:400;letter-spacing:-.025em}
    .method-step p{max-width:760px;margin:16px 0 0;font-size:clamp(1rem,1.15vw,1.12rem);color:rgba(255,250,240,.68)}

    /* PRIVATE CONTENT */
    .private{background:var(--cream);padding:clamp(80px,9vw,140px) 24px;border-top:1px solid rgba(10,20,40,.08)}
    .private-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(54px,8vw,120px)}
    .private-intro{position:sticky;top:120px}
    .private h2{margin:28px 0 0;font-family:var(--serif);font-size:clamp(3.2rem,5.8vw,6.2rem);line-height:.94;font-weight:400;letter-spacing:-.045em}
    .private p{max-width:540px;margin:32px 0 0;font-size:clamp(1.05rem,1.25vw,1.2rem);line-height:1.75;color:var(--muted)}
    .content-list{border-top:1px solid rgba(37,39,44,.14)}
    .content-item{display:grid;grid-template-columns:74px 1fr;gap:26px;padding:38px 0;border-bottom:1px solid rgba(37,39,44,.14)}
    .content-item span{font-family:var(--serif);font-size:1.9rem;color:rgba(177,138,61,.75)}
    .content-item h3{margin:0;font-family:var(--serif);font-size:clamp(2rem,2.8vw,3.1rem);line-height:1.05;font-weight:400;letter-spacing:-.025em}
    .content-item p{max-width:760px;margin:16px 0 0;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.75;color:var(--muted)}

    /* GALLERY */
    .gallery{display:grid;grid-template-columns:repeat(3,1fr);background:var(--cream)}
    .gallery figure{margin:0;aspect-ratio:4/3;overflow:hidden}
    .gallery img{width:100%;height:100%;object-fit:cover;object-position:center}

    /* MODULES & BONUSES */
    .cards-section{background:var(--cream);padding:clamp(80px,9vw,140px) 24px;border-top:1px solid rgba(10,20,40,.08)}
    .cards-inner{max-width:1320px;margin:0 auto}
    .cards-header{max-width:980px;margin:0 auto clamp(52px,6vw,84px);text-align:center}
    .cards-header h2{margin:24px 0 0;font-family:var(--serif);font-size:clamp(3.2rem,6.4vw,6.4rem);line-height:.98;font-weight:400;letter-spacing:-.045em}
    .cards-header p{max-width:720px;margin:30px auto 0;font-size:clamp(1.05rem,1.3vw,1.22rem);line-height:1.8;color:var(--muted)}
    .module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
    .module-card,.bonus-card,.product-card,.offer-card,.praise-card{background:var(--ivory);border:1px solid var(--line);border-radius:30px;box-shadow:0 14px 40px rgba(17,24,39,.045)}
    .module-card{padding:clamp(34px,4vw,48px)}
    .module-card h3,.bonus-card h3,.product-card h3,.offer-card h3{margin:22px 0 0;font-family:var(--serif);font-size:clamp(1.9rem,2.8vw,3rem);line-height:1.04;font-weight:400;letter-spacing:-.025em}
    .module-card p,.bonus-card p,.product-card p,.offer-card p{margin:18px 0 0;font-size:clamp(1rem,1.12vw,1.12rem);line-height:1.7;color:var(--muted)}
    .bonus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
    .bonus-card{padding:clamp(34px,4vw,46px) 30px;text-align:center}
    .bonus-line{display:block;width:34px;height:1px;margin:0 auto 30px;background:var(--gold2)}

    /* PRODUCTS */
    .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
    .product-card{overflow:hidden;text-align:center}
    .cover-wrap{min-height:470px;display:flex;align-items:center;justify-content:center;padding:48px 34px;background:var(--navy)}
    .cover-wrap.light{background:#f4efe6}
    .cover-wrap img{max-width:82%;max-height:390px;width:auto;height:auto;border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.18)}
    .product-copy{padding:38px 34px 42px}
    .product-subtitle{font-family:var(--serif);font-size:clamp(1.35rem,1.7vw,1.7rem)!important;line-height:1.18!important;color:rgba(37,39,44,.82)!important}
    .offer-grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
    .offer-card{padding:42px 34px;text-align:center}
    .product-card a,.offer-card a{margin-top:30px}

    /* MEMBERSHIP */
    .membership{position:relative;isolation:isolate;background-image:url("assets/images/hanalei-bay.jpg");background-size:cover;background-position:center;color:var(--ivory);padding:clamp(100px,12vw,180px) 24px;text-align:center;overflow:hidden}
    .membership::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,17,38,.76),rgba(7,17,38,.85)),rgba(7,17,38,.35);z-index:-1}
    .membership-inner{max-width:1040px;margin:0 auto}
    .membership h2{margin:28px auto 0;font-family:var(--serif);font-size:clamp(3.8rem,7vw,7rem);line-height:.96;font-weight:400;letter-spacing:-.045em}
    .membership p{max-width:760px;margin:32px auto 0;font-size:clamp(1.05rem,1.35vw,1.26rem);line-height:1.78;color:rgba(255,250,240,.78)}

    /* PRAISE */
    .praise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
    .praise-card{padding:clamp(36px,4vw,50px)}
    .praise-card blockquote{margin:0;font-family:var(--serif);font-size:clamp(1.6rem,2.2vw,2.35rem);line-height:1.16;font-weight:400;letter-spacing:-.025em}
    .praise-card cite{display:block;margin-top:28px;font-style:normal;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold2);font-weight:600}

    /* FAQ */
    .faq-list{max-width:1120px;margin:0 auto;display:grid;gap:16px}
    .faq-item{background:var(--ivory);border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 34px rgba(17,24,39,.035);overflow:hidden}
    .faq-item summary{cursor:pointer;list-style:none;padding:28px 74px 28px 34px;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.5;font-weight:700;position:relative}
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary::after{content:"+";position:absolute;right:34px;top:50%;transform:translateY(-50%);color:var(--gold2);font-weight:400}
    .faq-item[open] summary::after{content:"–"}
    .faq-item p{max-width:880px;margin:0;padding:0 34px 34px;font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.75;color:var(--muted)}

    /* FINAL CTA */
    .final-cta{background:var(--navy);padding:clamp(100px,12vw,180px) 24px;color:var(--ivory);text-align:center}
    .final-cta h2{max-width:980px;margin:28px auto 0;font-family:var(--serif);font-size:clamp(3.8rem,7vw,7.4rem);line-height:.96;font-weight:400;letter-spacing:-.045em}
    .final-cta p{max-width:760px;margin:34px auto 0;font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.75;color:rgba(255,250,240,.74)}
    .final-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:44px}
    .disclaimer{font-size:.82rem!important;color:rgba(255,250,240,.48)!important;max-width:680px!important}

    footer{background:#050d20;color:rgba(255,250,240,.62);padding:46px 24px;text-align:center;font-size:.78rem;letter-spacing:.08em}

    @media(max-width:1180px){.bonus-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.offer-grid,.praise-grid{grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto}}
    @media(max-width:980px){.nav{display:none}.mobile-note{display:block;color:rgba(255,250,240,.70);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.wisdom-grid,.module-grid{grid-template-columns:1fr;max-width:680px}.about-inner,.split,.method-inner,.private-inner{grid-template-columns:1fr}.method-intro,.private-intro{position:relative;top:auto}.gallery{grid-template-columns:1fr}.gallery figure{aspect-ratio:5/4}.split-media{min-height:520px}.about-image,.about-image img{min-height:480px}}
    @media(max-width:760px){.site-header{padding:14px 18px}.brand img{width:min(270px,66vw)}.hero{min-height:92vh;background-position:center center}.hero::before{background:linear-gradient(180deg,rgba(5,13,32,.72),rgba(5,13,32,.52) 48%,rgba(5,13,32,.72))}.hero-content{width:calc(100% - 40px);margin:0 auto;padding:128px 0 70px}.hero h1{font-size:clamp(3.4rem,15vw,5.2rem);line-height:.94}.hero p{font-size:1rem;line-height:1.65}.hero-actions,.final-actions{flex-direction:column}.btn,.outline-button,.text-button{width:100%;min-height:56px}.method-step,.content-item{grid-template-columns:1fr;gap:14px}.bonus-grid{grid-template-columns:1fr}.cover-wrap{min-height:390px;padding:38px 24px}.cover-wrap img{max-height:320px}.faq-item summary{padding:24px 54px 24px 26px}.faq-item summary::after{right:26px}.faq-item p{padding:0 26px 28px}}
  
/* FINAL HERO LOCK — approved banner direction */
.hero {
  min-height: clamp(680px, 82vh, 900px);
  background-position: center center;
}
.hero::before {
  background:
    linear-gradient(90deg, rgba(6,10,18,.84) 0%, rgba(6,10,18,.62) 34%, rgba(6,10,18,.22) 58%, rgba(6,10,18,.08) 100%),
    linear-gradient(180deg, rgba(201,166,73,.14), rgba(6,10,18,.38));
}
.hero-inner {
  align-items: center;
  padding-top: 78px;
  padding-bottom: 74px;
}
.hero-copy {
  max-width: 760px;
}
.hero-copy .eyebrow,
.hero .eyebrow {
  color: #d5b862;
}
.hero h1 {
  font-size: clamp(54px, 6.2vw, 104px);
  line-height: .98;
  letter-spacing: -0.035em;
  max-width: 760px;
}
.hero p {
  font-size: clamp(18px, 1.45vw, 25px);
  line-height: 1.62;
  max-width: 760px;
  color: rgba(255,252,242,.9);
}
.hero-actions {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-actions .btn {
  min-width: 315px;
  text-align: center;
}
@media (max-width: 860px) {
  .hero {
    min-height: 760px;
    background-position: 62% center;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(6,10,18,.40) 0%, rgba(6,10,18,.55) 42%, rgba(6,10,18,.78) 100%);
  }
  .hero-inner {
    align-items: flex-end;
    padding-top: 210px;
    padding-bottom: 54px;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero h1 {
    font-size: clamp(43px, 12vw, 68px);
    line-height: 1.02;
  }
  .hero p {
    font-size: 18px;
    line-height: 1.52;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }
}


/* FINAL RESPONSIVE LOCK — desktop + mobile friendly */
html { scroll-behavior: smooth; }
img, video { max-width: 100%; height: auto; }
.site-header {
  min-height: 72px;
}
.brand img {
  display: block;
  max-height: 54px;
  width: auto;
}
.hero {
  min-height: clamp(680px, 84vh, 880px);
  background-size: cover;
  background-position: 70% center;
}
.hero::before {
  background:
    linear-gradient(90deg, rgba(5,13,32,.86) 0%, rgba(5,13,32,.70) 34%, rgba(5,13,32,.30) 58%, rgba(5,13,32,.08) 100%),
    linear-gradient(180deg, rgba(196,148,49,.18), rgba(5,13,32,.44));
}
.hero-content {
  width: min(860px, calc(100% - 64px));
  margin-left: clamp(26px, 5vw, 78px);
  padding: clamp(120px, 14vh, 170px) 0 clamp(64px, 10vh, 100px);
}
.hero-eyebrow {
  color: #d7b960;
  font-size: clamp(.72rem, .75vw, .86rem);
  letter-spacing: .30em;
}
.hero h1 {
  font-size: clamp(54px, 6.1vw, 104px);
  line-height: .99;
  letter-spacing: -.035em;
  max-width: 780px;
}
.hero p {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.62;
  max-width: 760px;
  color: rgba(255,252,242,.92);
}
.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}
.hero-actions .btn {
  min-width: 300px;
  text-align: center;
  white-space: nowrap;
}
.ribbon {
  flex-wrap: wrap;
  gap: 10px 24px;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .nav { gap: 16px; font-size: .66rem; }
  .brand img { max-height: 48px; }
  .hero {
    min-height: 760px;
    background-position: 66% center;
  }
  .hero h1 {
    font-size: clamp(50px, 8vw, 82px);
  }
  .hero-actions {
    flex-wrap: wrap;
  }
}

/* Phone */
@media (max-width: 760px) {
  .site-header {
    position: sticky;
    padding: 14px 18px;
    background: rgba(7,17,38,.96);
  }
  .brand img {
    max-height: 44px;
    max-width: 240px;
  }
  .nav a:not(.nav-cta) {
    display: none;
  }
  .nav {
    gap: 0;
  }
  .nav .nav-cta {
    padding: 11px 13px;
    font-size: .64rem;
  }
  .hero {
    min-height: 760px;
    background-position: 58% center;
    align-items: flex-end;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(5,13,32,.18) 0%, rgba(5,13,32,.30) 35%, rgba(5,13,32,.86) 100%),
      linear-gradient(90deg, rgba(5,13,32,.50), rgba(5,13,32,.18));
  }
  .hero-content {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 260px 0 42px;
  }
  .hero-eyebrow {
    margin-bottom: 18px;
    font-size: .68rem;
    letter-spacing: .24em;
  }
  .hero h1 {
    font-size: clamp(42px, 12.5vw, 62px);
    line-height: 1.02;
    max-width: 100%;
  }
  .hero p {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.52;
    max-width: 100%;
  }
  .hero-actions {
    margin-top: 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    padding-left: 18px;
    padding-right: 18px;
  }
  .ribbon {
    padding: 14px 18px;
    font-size: .66rem;
  }
  .center-section, .wisdom, .about, .method, .modules, .ecosystem, .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: clamp(34px, 9vw, 52px);
  }
}

/* Small phone */
@media (max-width: 420px) {
  .brand img {
    max-width: 205px;
  }
  .nav .nav-cta {
    display: none;
  }
  .hero {
    min-height: 735px;
    background-position: 56% center;
  }
  .hero-content {
    width: calc(100% - 32px);
    padding-top: 250px;
  }
  .hero h1 {
    font-size: clamp(38px, 13vw, 54px);
  }
  .hero p {
    font-size: 16px;
  }
}


/* FINAL APPROVED LIVE LOCK — readable logo, new hero, responsive desktop/mobile */
.site-header{
  min-height:96px;
  padding:14px clamp(18px,3vw,54px);
  background:#071126;
  border-bottom:1px solid rgba(199,166,75,.18);
}
.brand img{
  width:min(500px,34vw);
  max-height:78px;
  object-fit:contain;
}
.nav{
  gap:clamp(18px,2vw,32px);
  font-size:.76rem;
}
.nav .nav-cta{
  padding:16px 24px;
}
.hero{
  min-height:calc(100vh - 0px);
  background-image:url("assets/images/claudia_real_sunset_light_hero_subject_right.jpg") !important;
  background-position:center center;
  background-size:cover;
}
.hero::before{
  background:
    linear-gradient(90deg, rgba(5,13,32,.78) 0%, rgba(5,13,32,.54) 36%, rgba(5,13,32,.16) 64%, rgba(5,13,32,.02) 100%),
    linear-gradient(180deg, rgba(196,148,49,.10), rgba(5,13,32,.28)) !important;
}
.hero-content{
  width:min(760px,calc(100% - 72px));
  margin-left:clamp(28px,4.2vw,76px);
  padding:clamp(165px,18vh,210px) 0 clamp(70px,9vh,110px);
}
.hero-eyebrow{
  color:#d7b960;
  letter-spacing:.30em;
  font-size:clamp(.78rem,.82vw,.92rem);
}
.hero h1{
  font-size:clamp(56px,6.3vw,108px);
  line-height:.98;
  letter-spacing:-.035em;
  max-width:780px;
}
.hero p{
  max-width:760px;
  font-size:clamp(18px,1.45vw,24px);
  line-height:1.58;
  color:rgba(255,252,242,.93);
}
.hero-actions{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  gap:22px;
  align-items:center;
}
.hero-actions .btn{
  min-width:330px;
  white-space:nowrap;
  text-align:center;
}
@media (max-width:1100px){
  .site-header{min-height:86px;}
  .brand img{width:min(390px,40vw);max-height:68px;}
  .nav{gap:16px;font-size:.68rem;}
  .nav .nav-cta{padding:13px 16px;}
  .hero h1{font-size:clamp(50px,8vw,86px);}
  .hero-actions{flex-wrap:wrap;}
}
@media (max-width:760px){
  .site-header{
    position:sticky;
    min-height:78px;
    padding:12px 16px;
  }
  .brand img{
    width:min(285px,74vw);
    max-height:58px;
  }
  .nav a:not(.nav-cta){display:none;}
  .nav .nav-cta{padding:11px 13px;font-size:.62rem;}
  .mobile-note{display:none!important;}
  .hero{
    min-height:760px;
    background-position:64% center;
  }
  .hero::before{
    background:
      linear-gradient(180deg, rgba(5,13,32,.20) 0%, rgba(5,13,32,.44) 38%, rgba(5,13,32,.90) 100%),
      linear-gradient(90deg, rgba(5,13,32,.50), rgba(5,13,32,.10)) !important;
  }
  .hero-content{
    width:calc(100% - 38px);
    margin:0 auto;
    padding:250px 0 42px;
  }
  .hero-eyebrow{
    font-size:.68rem;
    letter-spacing:.24em;
    margin-bottom:18px;
  }
  .hero h1{
    font-size:clamp(40px,12vw,62px);
    line-height:1.03;
    max-width:100%;
  }
  .hero p{
    font-size:17px;
    line-height:1.52;
    max-width:100%;
  }
  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    margin-top:28px;
  }
  .hero-actions .btn{
    width:100%;
    min-width:0;
    white-space:normal;
  }
}
@media (max-width:420px){
  .brand img{width:min(245px,78vw);}
  .nav .nav-cta{display:none;}
  .hero{
    min-height:735px;
    background-position:66% center;
  }
  .hero-content{
    width:calc(100% - 32px);
    padding-top:245px;
  }
  .hero h1{font-size:clamp(38px,13vw,54px);}
  .hero p{font-size:16px;}
}


/* The Sound of Abundance Product Ecosystem Bonus */
.bonus-ecosystem{
  background:linear-gradient(135deg,#071126 0%,#0d1a35 52%,#071126 100%);
  color:var(--ivory);
  padding:clamp(72px,9vw,132px) clamp(22px,5vw,78px);
  border-top:1px solid rgba(199,166,75,.18);
  border-bottom:1px solid rgba(199,166,75,.18);
}
.bonus-ecosystem-inner{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);
  gap:clamp(34px,5vw,74px);
  align-items:center;
}
.bonus-copy h2{
  margin:0;
  max-width:760px;
  font-family:var(--serif);
  font-size:clamp(42px,5.8vw,82px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.035em;
  color:var(--ivory);
}
.bonus-copy p:not(.section-eyebrow){
  max-width:720px;
  margin:24px 0 0;
  font-size:clamp(17px,1.4vw,22px);
  line-height:1.7;
  color:rgba(255,250,240,.82);
}
.bonus-note{
  color:rgba(215,185,96,.95)!important;
  font-style:italic;
}
.bonus-actions{
  margin-top:34px;
}
.bonus-actions .btn-outline{
  border-color:rgba(255,250,240,.45);
  color:var(--ivory);
}
.bonus-card{
  background:rgba(255,250,240,.055);
  border:1px solid rgba(199,166,75,.32);
  padding:clamp(26px,3.4vw,44px);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.bonus-label{
  margin:0 0 18px;
  font-size:.76rem;
  letter-spacing:.25em;
  text-transform:uppercase;
  color:var(--gold);
}
.bonus-card ul{
  list-style:none;
  padding:0;
  margin:0;
}
.bonus-card li{
  padding:14px 0;
  border-top:1px solid rgba(255,250,240,.12);
  font-size:1rem;
  line-height:1.45;
  color:rgba(255,250,240,.86);
}
.bonus-card li:first-child{
  border-top:0;
}
@media(max-width:860px){
  .bonus-ecosystem-inner{
    grid-template-columns:1fr;
  }
  .bonus-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .bonus-actions .btn{
    width:100%;
    min-width:0;
    white-space:normal;
  }
}


/* FINAL CLEAN HERO + CTA LOCK */
.site-header{min-height:96px;padding:14px clamp(18px,3vw,54px);background:#071126;border-bottom:1px solid rgba(199,166,75,.18)}
.brand img{width:min(500px,34vw);max-height:78px;object-fit:contain}
.nav{gap:clamp(18px,2vw,32px);font-size:.76rem}
.nav .nav-cta{padding:16px 24px}
.hero{min-height:100vh;background-image:url("assets/images/claudia_real_sunset_light_hero_subject_right.jpg")!important;background-position:center center;background-size:cover}
.hero::before{background:linear-gradient(180deg,rgba(5,13,32,.02),rgba(5,13,32,.08))!important}
.hero-content{width:min(820px,calc(100% - 72px));margin-left:clamp(32px,4.4vw,78px);padding:clamp(160px,18vh,210px) 0 clamp(70px,9vh,110px)}
.hero-eyebrow{color:#d7b960;letter-spacing:.31em;font-size:clamp(.78rem,.82vw,.92rem);margin-bottom:30px}
.hero h1{font-size:clamp(58px,6.4vw,112px);line-height:.98;letter-spacing:-.035em;max-width:820px;color:#fffaf0}
.hero p{max-width:800px;font-size:clamp(18px,1.45vw,24px);line-height:1.58;color:rgba(255,252,242,.94)}
.hero-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:26px;align-items:center;margin-top:44px}
.hero-actions .btn{height:76px;min-width:390px;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;border-radius:4px;letter-spacing:.22em;font-weight:700;font-size:.82rem;padding:0 34px}
.hero-actions .btn-gold{background:#cdb23e!important;border:1px solid #cdb23e!important;color:#071126!important;box-shadow:none}
.hero-actions .btn-ghost-light,.hero-actions .btn-outline{background:rgba(255,255,255,.015)!important;border:2px solid rgba(255,250,240,.48)!important;color:#fffaf0!important}
@media (max-width:1180px){.brand img{width:min(400px,39vw);max-height:70px}.nav{gap:16px;font-size:.68rem}.hero h1{font-size:clamp(52px,8vw,90px)}.hero-actions{flex-wrap:wrap}.hero-actions .btn{min-width:330px}}
@media (max-width:760px){.site-header{position:sticky;min-height:78px;padding:12px 16px}.brand img{width:min(285px,74vw);max-height:58px}.nav a:not(.nav-cta){display:none}.nav .nav-cta{padding:11px 13px;font-size:.62rem}.mobile-note{display:none!important}.hero{min-height:760px;background-position:67% center}.hero::before{background:linear-gradient(180deg,rgba(5,13,32,.14) 0%,rgba(5,13,32,.32) 34%,rgba(5,13,32,.90) 100%)!important}.hero-content{width:calc(100% - 38px);margin:0 auto;padding:250px 0 42px}.hero-eyebrow{font-size:.68rem;letter-spacing:.24em;margin-bottom:18px}.hero h1{font-size:clamp(40px,12vw,62px);line-height:1.03;max-width:100%}.hero p{font-size:17px;line-height:1.52;max-width:100%}.hero-actions{flex-direction:column;align-items:stretch;gap:14px;margin-top:28px}.hero-actions .btn{width:100%;min-width:0;height:64px;white-space:normal;font-size:.72rem;padding:0 18px}}
@media (max-width:420px){.brand img{width:min(245px,78vw)}.nav .nav-cta{display:none}.hero{min-height:735px;background-position:70% center}.hero-content{width:calc(100% - 32px);padding-top:245px}.hero h1{font-size:clamp(38px,13vw,54px)}.hero p{font-size:16px}}


/* FINAL TYPOGRAPHY REFINEMENT — smaller editorial section headings */
section:not(.hero) h1,
section:not(.hero) h2,
.center-section h2,
.about h2,
.method h2,
.modules h2,
.ecosystem h2,
.vip-intensive h2,
.final-cta h2,
.faq-section h2,
.bonus-copy h2,
.bonus-ecosystem h2 {
  font-size: clamp(34px, 4.7vw, 72px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.026em !important;
  max-width: 980px;
}

.center-inner h2 {
  margin-left: auto;
  margin-right: auto;
}

.bonus-copy h2,
.ecosystem h2,
.vip-intensive h2,
.final-cta h2 {
  max-width: 860px;
}

/* Keep very short punchy lines elegant but not oversized */
.life-section h2,
.membership h2,
.books-section h2,
.praise h2 {
  font-size: clamp(36px, 4.8vw, 74px) !important;
}

/* Program/module cards should read as premium content, not giant headlines */
.card h3,
.module-card h3,
.product-card h3,
.bonus-card h3 {
  font-size: clamp(24px, 2.4vw, 38px) !important;
  line-height: 1.16 !important;
}

/* Mobile refinement */
@media (max-width: 760px) {
  section:not(.hero) h1,
  section:not(.hero) h2,
  .center-section h2,
  .about h2,
  .method h2,
  .modules h2,
  .ecosystem h2,
  .vip-intensive h2,
  .final-cta h2,
  .faq-section h2,
  .bonus-copy h2,
  .bonus-ecosystem h2 {
    font-size: clamp(30px, 9vw, 46px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.018em !important;
  }

  .card h3,
  .module-card h3,
  .product-card h3,
  .bonus-card h3 {
    font-size: clamp(22px, 7vw, 32px) !important;
  }
}


/* FINAL CLIENT PRAISE SECTION — prominent and visible */
.client-praise-section{
  background:#fbf7ef;
  color:#202226;
  padding:clamp(76px,9vw,132px) clamp(22px,5vw,78px);
  border-top:1px solid rgba(7,17,38,.08);
  border-bottom:1px solid rgba(7,17,38,.08);
}
.client-praise-inner{
  max-width:1180px;
  margin:0 auto;
}
.client-praise-header{
  max-width:860px;
  margin:0 auto clamp(38px,5vw,66px);
  text-align:center;
}
.client-praise-header .section-eyebrow{
  color:#b8952d;
}
.client-praise-header h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(34px,4.7vw,72px)!important;
  line-height:1.08!important;
  letter-spacing:-.026em!important;
}
.client-praise-header p:not(.section-eyebrow){
  margin:22px auto 0;
  max-width:720px;
  color:rgba(32,34,38,.72);
  font-size:clamp(16px,1.2vw,19px);
  line-height:1.65;
}
.client-praise-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.client-praise-card{
  background:#fffdf8;
  border:1px solid rgba(7,17,38,.10);
  padding:clamp(26px,3vw,42px);
  box-shadow:0 18px 52px rgba(7,17,38,.07);
}
.client-praise-card blockquote{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(24px,2.2vw,36px);
  line-height:1.22;
  letter-spacing:-.018em;
  color:#202226;
}
.client-praise-card cite{
  display:block;
  margin-top:24px;
  font-style:normal;
  font-size:.76rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#b8952d;
}
@media(max-width:760px){
  .client-praise-grid{
    grid-template-columns:1fr;
  }
  .client-praise-card blockquote{
    font-size:clamp(22px,7vw,30px);
  }
}


/* FINAL HERO TEXT + CTA BUTTON REFINEMENT */
.hero h1 {
  font-size: clamp(50px, 5.7vw, 98px) !important;
  line-height: 1.01 !important;
  letter-spacing: -0.032em !important;
  max-width: 780px !important;
}
.hero p {
  font-size: clamp(17px, 1.28vw, 22px) !important;
  line-height: 1.58 !important;
  max-width: 760px !important;
}
.hero-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 26px !important;
  align-items: center !important;
  margin-top: 42px !important;
}
.hero-actions .btn {
  height: 76px !important;
  min-width: 390px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 4px !important;
  letter-spacing: .22em !important;
  font-weight: 700 !important;
  font-size: .82rem !important;
  padding: 0 34px !important;
  white-space: nowrap !important;
}
.hero-actions .btn-gold {
  background: #cdb23e !important;
  border: 1px solid #cdb23e !important;
  color: #071126 !important;
  box-shadow: none !important;
}
.hero-actions .btn-ghost-light,
.hero-actions .btn-outline {
  background: rgba(255,255,255,.015) !important;
  border: 2px solid rgba(255,250,240,.52) !important;
  color: #fffaf0 !important;
}
@media (max-width: 1180px) {
  .hero h1 {
    font-size: clamp(48px, 7.2vw, 82px) !important;
  }
  .hero-actions {
    flex-wrap: wrap !important;
  }
  .hero-actions .btn {
    min-width: 330px !important;
  }
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(38px, 11vw, 56px) !important;
    line-height: 1.04 !important;
  }
  .hero p {
    font-size: 16.5px !important;
    line-height: 1.52 !important;
  }
  .hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }
  .hero-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 64px !important;
    white-space: normal !important;
    font-size: .72rem !important;
    padding: 0 18px !important;
  }
}


/* ABSOLUTE FINAL HERO + BUTTON LOCK */
.hero{
  background-image:url("assets/images/claudia_real_sunset_light_hero_subject_right.jpg") !important;
  background-size:cover !important;
  background-position:center center !important;
}

.hero::before{
  background:
    linear-gradient(90deg,
      rgba(7,17,38,.42) 0%,
      rgba(7,17,38,.34) 35%,
      rgba(7,17,38,.22) 58%,
      rgba(7,17,38,.10) 78%,
      rgba(7,17,38,.04) 100%) !important;
}

.hero-content{
  width:min(820px,calc(100% - 58px)) !important;
  margin-left:clamp(30px,4vw,70px) !important;
}

.hero h1{
  font-size:clamp(46px,5.05vw,86px) !important;
  line-height:1.02 !important;
  letter-spacing:-.032em !important;
  max-width:780px !important;
}

.hero p{
  font-size:clamp(17px,1.16vw,20px) !important;
  line-height:1.58 !important;
  max-width:760px !important;
}

.hero-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:22px !important;
  margin-top:40px !important;
  max-width:860px !important;
}

.hero-actions .btn{
  box-sizing:border-box !important;
  height:62px !important;
  min-height:62px !important;
  width:408px !important;
  min-width:408px !important;
  max-width:408px !important;
  padding:0 36px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:4px !important;
  font-size:.72rem !important;
  letter-spacing:.18em !important;
  font-weight:700 !important;
  line-height:1.1 !important;
  white-space:nowrap !important;
  text-align:center !important;
}

.hero-actions .btn-gold{
  background:#d1b24c !important;
  border:1px solid #d1b24c !important;
  color:#071126 !important;
  box-shadow:none !important;
}

.hero-actions .btn-ghost-light{
  background:rgba(7,17,38,.22) !important;
  border:2px solid rgba(255,250,240,.48) !important;
  color:#fffaf0 !important;
}

@media (max-width:980px){
  .hero-actions{
    flex-wrap:wrap !important;
    max-width:100% !important;
  }
  .hero-actions .btn{
    width:360px !important;
    min-width:360px !important;
    max-width:360px !important;
    padding:0 26px !important;
    font-size:.68rem !important;
  }
}

@media (max-width:760px){
  .hero::before{
    background:
      linear-gradient(180deg,
        rgba(7,17,38,.16) 0%,
        rgba(7,17,38,.34) 42%,
        rgba(7,17,38,.84) 100%) !important;
  }

  .hero h1{
    font-size:clamp(36px,10vw,52px) !important;
    line-height:1.04 !important;
  }

  .hero p{
    font-size:16px !important;
    line-height:1.54 !important;
  }

  .hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:14px !important;
    max-width:100% !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:62px !important;
    min-height:62px !important;
    padding:0 20px !important;
    white-space:normal !important;
    font-size:.70rem !important;
  }
}


/* FINAL LIGHT EDITORIAL REAL-PHOTO HERO */
.hero{
  background-image:url("assets/images/claudia_real_sunset_light_hero_subject_right.jpg") !important;
  background-size:cover !important;
  background-position:center center !important;
  min-height:clamp(720px,86vh,940px) !important;
}

.hero::before{
  background:
    linear-gradient(90deg,
      rgba(255,250,240,.10) 0%,
      rgba(255,250,240,.06) 36%,
      rgba(255,250,240,.00) 58%,
      rgba(255,250,240,.00) 100%) !important;
}

.hero-content{
  width:min(770px,calc(100% - 58px)) !important;
  margin-left:clamp(36px,5vw,94px) !important;
  padding-top:clamp(150px,17vh,210px) !important;
}

.hero-eyebrow{
  color:#9f7d23 !important;
  text-shadow:none !important;
  letter-spacing:.30em !important;
}

.hero h1{
  color:#071126 !important;
  font-size:clamp(50px,5.55vw,96px) !important;
  line-height:1.03 !important;
  letter-spacing:-.033em !important;
  max-width:800px !important;
  text-shadow:0 1px 0 rgba(255,255,255,.18) !important;
}

.hero p{
  color:rgba(7,17,38,.82) !important;
  font-size:clamp(17px,1.18vw,21px) !important;
  line-height:1.62 !important;
  max-width:740px !important;
  text-shadow:none !important;
}

.hero-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:20px !important;
  align-items:center !important;
  margin-top:38px !important;
  max-width:860px !important;
}

.hero-actions .btn{
  box-sizing:border-box !important;
  height:64px !important;
  min-height:64px !important;
  width:390px !important;
  min-width:390px !important;
  max-width:390px !important;
  padding:0 32px !important;
  border-radius:4px !important;
  letter-spacing:.17em !important;
  font-size:.71rem !important;
  font-weight:700 !important;
  white-space:nowrap !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

.hero-actions .btn-gold{
  background:#d0b247 !important;
  border:1px solid #d0b247 !important;
  color:#071126 !important;
}

.hero-actions .btn-ghost-light{
  background:rgba(255,250,240,.22) !important;
  border:2px solid rgba(7,17,38,.36) !important;
  color:#071126 !important;
}

.napali-band{
  min-height:clamp(360px,42vw,560px);
  background-image:linear-gradient(90deg,rgba(7,17,38,.46),rgba(7,17,38,.12)),url("assets/images/napali-coast.jpg");
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:flex-end;
  padding:clamp(42px,6vw,86px);
  color:#fffaf0;
}
.napali-band-inner{
  max-width:780px;
}
.napali-band p{
  margin:0 0 14px;
  text-transform:uppercase;
  letter-spacing:.26em;
  font-size:.76rem;
  color:#d0b247;
}
.napali-band h2{
  margin:0;
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(34px,4.5vw,72px)!important;
  line-height:1.08!important;
  letter-spacing:-.026em!important;
}

@media (max-width:980px){
  .hero{
    background-position:center center !important;
  }
  .hero-actions{
    flex-wrap:wrap !important;
  }
  .hero-actions .btn{
    width:350px !important;
    min-width:350px !important;
    max-width:350px !important;
    padding:0 24px !important;
    font-size:.67rem !important;
  }
}

@media (max-width:760px){
  .hero{
    background-position:56% center !important;
    min-height:780px !important;
  }

  .hero::before{
    background:
      linear-gradient(180deg,
        rgba(255,250,240,.04) 0%,
        rgba(255,250,240,.02) 36%,
        rgba(7,17,38,.74) 100%) !important;
  }

  .hero h1{
    color:#fffaf0 !important;
    font-size:clamp(38px,10.8vw,56px) !important;
    text-shadow:0 2px 18px rgba(7,17,38,.42) !important;
  }

  .hero p{
    color:rgba(255,250,240,.92) !important;
    font-size:16px !important;
    line-height:1.54 !important;
    text-shadow:0 2px 14px rgba(7,17,38,.35) !important;
  }

  .hero-eyebrow{
    color:#d0b247 !important;
  }

  .hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:14px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:62px !important;
    min-height:62px !important;
    white-space:normal !important;
    padding:0 20px !important;
    font-size:.70rem !important;
  }

  .hero-actions .btn-ghost-light{
    background:rgba(7,17,38,.22) !important;
    border-color:rgba(255,250,240,.55) !important;
    color:#fffaf0 !important;
  }
}


/* FINAL REQUESTED REFINEMENT — sapphire nav, larger paragraph, smaller CTAs */
.site-header{
  background:#0b1f4a !important;
  border-bottom:1px solid rgba(209,178,76,.22) !important;
}

.hero p{
  font-size:clamp(19px,1.32vw,24px) !important;
  line-height:1.62 !important;
  max-width:780px !important;
}

.hero-actions{
  gap:18px !important;
  max-width:760px !important;
  margin-top:34px !important;
}

.hero-actions .btn{
  width:340px !important;
  min-width:340px !important;
  max-width:340px !important;
  height:56px !important;
  min-height:56px !important;
  padding-left:24px !important;
  padding-right:24px !important;
  font-size:.68rem !important;
  letter-spacing:.16em !important;
}

/* Keep the second button visually airy but smaller */
.hero-actions .btn-ghost-light{
  background:rgba(255,250,240,.18) !important;
  border:1.5px solid rgba(7,17,38,.36) !important;
}

/* Top enroll button should match the lighter sapphire/navy direction */
.nav .nav-cta{
  border-color:rgba(209,178,76,.72) !important;
  color:#d1b24c !important;
}

@media(max-width:980px){
  .hero-actions{
    max-width:100% !important;
    flex-wrap:wrap !important;
  }
  .hero-actions .btn{
    width:320px !important;
    min-width:320px !important;
    max-width:320px !important;
    height:56px !important;
    min-height:56px !important;
    font-size:.66rem !important;
  }
}

@media(max-width:760px){
  .site-header{
    background:#0b1f4a !important;
  }

  .hero p{
    font-size:17px !important;
    line-height:1.56 !important;
  }

  .hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:58px !important;
    min-height:58px !important;
    padding-left:18px !important;
    padding-right:18px !important;
    font-size:.68rem !important;
    white-space:normal !important;
  }
}


/* FINAL SEAMLESS SAPPHIRE HEADER + HERO SUBJECT RIGHT */
.site-header{
  background:#062A5E !important;
  border-bottom:1px solid rgba(209,178,76,.20) !important;
}

.brand img{
  background:#062A5E !important;
  box-shadow:none !important;
}

.hero{
  background-image:url("assets/images/claudia_real_sunset_light_hero_subject_right.jpg") !important;
  background-size:cover !important;
  background-position:center center !important;
}

.hero::before{
  background:
    linear-gradient(90deg,
      rgba(255,250,238,.12) 0%,
      rgba(255,250,238,.06) 38%,
      rgba(255,250,238,.00) 62%,
      rgba(255,250,238,.00) 100%) !important;
}

.hero-content{
  width:min(770px,calc(100% - 58px)) !important;
  margin-left:clamp(38px,5vw,96px) !important;
}

.hero h1{
  color:#071126 !important;
  font-size:clamp(50px,5.55vw,96px) !important;
  line-height:1.03 !important;
  letter-spacing:-.033em !important;
  max-width:800px !important;
  text-shadow:0 1px 0 rgba(255,255,255,.18) !important;
}

.hero p{
  color:rgba(7,17,38,.84) !important;
  font-size:clamp(19px,1.32vw,24px) !important;
  line-height:1.62 !important;
  max-width:790px !important;
  text-shadow:none !important;
}

.hero-actions{
  gap:18px !important;
  max-width:760px !important;
  margin-top:34px !important;
}

.hero-actions .btn{
  width:340px !important;
  min-width:340px !important;
  max-width:340px !important;
  height:56px !important;
  min-height:56px !important;
  padding-left:24px !important;
  padding-right:24px !important;
  font-size:.68rem !important;
  letter-spacing:.16em !important;
}

.hero-actions .btn-gold{
  background:#d0b247 !important;
  border:1px solid #d0b247 !important;
  color:#071126 !important;
}

.hero-actions .btn-ghost-light{
  background:rgba(255,250,240,.18) !important;
  border:1.5px solid rgba(7,17,38,.36) !important;
  color:#071126 !important;
}

.nav .nav-cta{
  border-color:rgba(209,178,76,.72) !important;
  color:#d1b24c !important;
}

@media(max-width:980px){
  .hero-actions{
    max-width:100% !important;
    flex-wrap:wrap !important;
  }
  .hero-actions .btn{
    width:320px !important;
    min-width:320px !important;
    max-width:320px !important;
    height:56px !important;
    min-height:56px !important;
    font-size:.66rem !important;
  }
}

@media(max-width:760px){
  .site-header{
    background:#062A5E !important;
  }
  .hero{
    background-position:54% center !important;
  }
  .hero::before{
    background:
      linear-gradient(180deg,
        rgba(255,250,238,.02) 0%,
        rgba(255,250,238,.00) 38%,
        rgba(7,17,38,.78) 100%) !important;
  }
  .hero h1{
    color:#fffaf0 !important;
    font-size:clamp(38px,10.8vw,56px) !important;
    text-shadow:0 2px 18px rgba(7,17,38,.42) !important;
  }
  .hero p{
    color:rgba(255,250,240,.92) !important;
    font-size:17px !important;
    line-height:1.56 !important;
    text-shadow:0 2px 14px rgba(7,17,38,.35) !important;
  }
  .hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
  }
  .hero-actions .btn{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:58px !important;
    min-height:58px !important;
    padding-left:18px !important;
    padding-right:18px !important;
    font-size:.68rem !important;
    white-space:normal !important;
  }
  .hero-actions .btn-ghost-light{
    background:rgba(7,17,38,.22) !important;
    border-color:rgba(255,250,240,.55) !important;
    color:#fffaf0 !important;
  }
}


/* Final polish per feedback: lower ribbon not black, text below gold */
.ribbon{background:#062A5E !important;color:var(--gold2) !important;border-top:1px solid rgba(209,178,76,.16) !important;border-bottom:1px solid rgba(209,178,76,.16) !important;}
.ribbon span{color:var(--gold2) !important;}
.center-section:first-of-type h2{color:var(--gold2) !important;}
.center-section:first-of-type .section-eyebrow{color:var(--gold2) !important;}


/* FINAL COLOR LOCK — sapphire + champagne gold */
:root {
  --sapphire: #0A2F66;
  --navy: #071126;
  --gold: #D1AD64;
  --gold2: #D1AD64;
  --ivory: #F7F3EB;
}
.site-header {
  background: #0A2F66 !important;
  border-bottom: 1px solid rgba(209,173,100,.22) !important;
}
.brand img {
  background: #0A2F66 !important;
  box-shadow: none !important;
}
.nav .nav-cta {
  border-color: rgba(209,173,100,.72) !important;
  color: #D1AD64 !important;
}
.btn-gold,
.hero-actions .btn-gold {
  background: #D1AD64 !important;
  border-color: #D1AD64 !important;
  color: #071126 !important;
}
.section-eyebrow,
.ribbon,
.ribbon span,
.gold-text {
  color: #D1AD64 !important;
}
.ribbon {
  background: #0A2F66 !important;
  border-top: 1px solid rgba(209,173,100,.18) !important;
  border-bottom: 1px solid rgba(209,173,100,.18) !important;
}
.center-section:first-of-type h2 {
  color: #D1AD64 !important;
}
.hero-actions .btn-ghost-light {
  border-color: rgba(7,17,38,.36) !important;
  color: #071126 !important;
}
@media (max-width: 760px) {
  .site-header { background: #0A2F66 !important; }
  .hero-actions .btn-ghost-light {
    color: #F7F3EB !important;
    border-color: rgba(255,250,240,.55) !important;
  }
}


/* FINAL BOOK SECTION — same size, same background, aligned covers */
.books-showcase-final{
  background:#F7F3EB;
  padding:clamp(82px,9vw,136px) clamp(22px,5vw,78px);
  color:#071126;
  border-top:1px solid rgba(10,47,102,.08);
  border-bottom:1px solid rgba(10,47,102,.08);
}
.books-showcase-inner{
  max-width:1320px;
  margin:0 auto;
}
.books-showcase-header{
  max-width:900px;
  margin:0 auto clamp(42px,5vw,68px);
  text-align:center;
}
.books-showcase-header .section-eyebrow{
  color:#D1AD64!important;
}
.books-showcase-header h2{
  margin:18px auto 0;
  font-family:var(--serif);
  font-size:clamp(38px,5vw,72px)!important;
  line-height:1.08!important;
  letter-spacing:-.028em!important;
  font-weight:400;
  color:#0A2F66!important;
}
.books-showcase-header p:not(.section-eyebrow){
  max-width:740px;
  margin:20px auto 0;
  font-size:clamp(16px,1.18vw,19px);
  line-height:1.62;
  color:rgba(7,17,38,.66);
}
.ornament-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:20px auto 0;
  color:#D1AD64;
}
.ornament-line span{
  width:92px;
  height:1px;
  background:rgba(209,173,100,.42);
}
.ornament-line b{
  font-weight:400;
}
.book-grid-final{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(24px,3vw,40px);
}
.book-card-final{
  min-height:560px;
  background:#FBF8F1;
  border:1px solid rgba(209,173,100,.44);
  border-radius:22px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 26px 70px rgba(7,17,38,.07);
}
.book-image-frame{
  height:380px;
  background:#FBF8F1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:42px 36px 28px;
}
.book-image-frame img{
  display:block;
  width:auto;
  max-width:86%;
  height:100%;
  max-height:310px;
  object-fit:contain;
  border-radius:10px;
  box-shadow:0 20px 48px rgba(7,17,38,.13);
}
.book-card-copy{
  flex:1;
  background:#FBF8F1;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:22px 30px 34px;
}
.book-card-copy h3{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(24px,2.2vw,34px)!important;
  line-height:1.14!important;
  font-weight:400;
  letter-spacing:-.014em!important;
  color:#0A2F66!important;
}
.book-card-copy a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:210px;
  min-height:48px;
  padding:0 26px;
  border:1px solid rgba(177,138,61,.70);
  border-radius:3px;
  background:rgba(255,250,240,.44);
  color:#B18A3D;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.68rem;
  font-weight:700;
}
.book-card-copy a:hover{
  background:#D1AD64;
  border-color:#D1AD64;
  color:#071126;
}

/* FINAL CLIENT PRAISE — visible restored section */
.client-praise-final{
  background:#F7F3EB;
  color:#071126;
  padding:clamp(78px,9vw,136px) clamp(22px,5vw,78px);
  border-top:1px solid rgba(10,47,102,.08);
}
.client-praise-final-inner{
  max-width:1180px;
  margin:0 auto;
}
.client-praise-final-header{
  max-width:850px;
  margin:0 auto clamp(38px,5vw,64px);
  text-align:center;
}
.client-praise-final-header .section-eyebrow{
  color:#D1AD64!important;
}
.client-praise-final-header h2{
  margin:18px auto 0;
  font-family:var(--serif);
  font-size:clamp(38px,5vw,72px)!important;
  line-height:1.08!important;
  letter-spacing:-.028em!important;
  font-weight:400;
  color:#0A2F66!important;
}
.praise-grid-final{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(22px,2.8vw,34px);
}
.praise-card-final{
  background:#FBF8F1;
  border:1px solid rgba(209,173,100,.42);
  border-radius:22px;
  padding:clamp(30px,3.6vw,46px);
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 22px 60px rgba(7,17,38,.06);
}
.praise-card-final p{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(23px,2.05vw,33px);
  line-height:1.24;
  color:#25272C;
  letter-spacing:-.012em;
}
.praise-card-final h3{
  margin:28px 0 6px;
  font-family:var(--serif);
  font-size:1.3rem!important;
  color:#0A2F66!important;
  font-weight:400;
}
.praise-card-final span{
  color:#D1AD64;
  text-transform:uppercase;
  letter-spacing:.17em;
  font-size:.70rem;
  font-weight:700;
}

@media(max-width:1040px){
  .book-grid-final,
  .praise-grid-final{
    grid-template-columns:1fr;
    max-width:560px;
    margin:0 auto;
  }
  .book-card-final,
  .praise-card-final{
    min-height:0;
  }
}
@media(max-width:620px){
  .books-showcase-final,
  .client-praise-final{
    padding-left:18px;
    padding-right:18px;
  }
  .book-image-frame{
    height:330px;
    padding:34px 28px 24px;
  }
  .book-image-frame img{
    max-height:265px;
  }
}


/* EXACT BOOK SECTION + ALL LIGHT TITLES BLUE */
.books-showcase-exact{
  background:#F7F3EB;
  padding:clamp(78px,9vw,132px) clamp(22px,5vw,78px);
  color:#071126;
  border-top:1px solid rgba(10,47,102,.08);
  border-bottom:1px solid rgba(10,47,102,.08);
}
.books-exact-inner{
  max-width:1320px;
  margin:0 auto;
}
.books-exact-header{
  max-width:920px;
  margin:0 auto clamp(44px,5vw,70px);
  text-align:center;
}
.books-exact-header .section-eyebrow{
  color:#0A2F66!important;
  letter-spacing:.30em;
}
.books-exact-header h2{
  margin:18px auto 0;
  font-family:var(--serif);
  font-size:clamp(38px,5vw,72px)!important;
  line-height:1.08!important;
  letter-spacing:-.028em!important;
  font-weight:400;
  color:#0A2F66!important;
}
.books-exact-header p:not(.section-eyebrow){
  max-width:760px;
  margin:20px auto 0;
  font-size:clamp(16px,1.18vw,19px);
  line-height:1.62;
  color:rgba(10,47,102,.70);
}
.ornament-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:20px auto 0;
  color:#D1AD64;
}
.ornament-line span{
  width:92px;
  height:1px;
  background:rgba(209,173,100,.42);
}
.ornament-line b{
  font-weight:400;
  color:#D1AD64;
}
.books-exact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(24px,3vw,40px);
}
.books-exact-card{
  min-height:610px;
  background:#FBF8F1;
  border:1px solid rgba(209,173,100,.44);
  border-radius:20px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:46px 36px 34px;
  box-shadow:0 26px 70px rgba(7,17,38,.07);
}
.books-exact-image{
  height:350px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:30px;
}
.books-exact-image img{
  display:block;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:11px;
  box-shadow:0 20px 48px rgba(7,17,38,.14);
}
.books-exact-image .book-blue{
  max-width:84%;
  max-height:295px;
}
.books-exact-image .journal-cover{
  max-width:82%;
  max-height:315px;
}
.books-exact-image .purpose-cover{
  max-width:82%;
  max-height:315px;
}
.books-exact-card h3{
  margin:0 auto 24px;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--serif);
  font-size:clamp(25px,2.3vw,34px)!important;
  line-height:1.14!important;
  letter-spacing:-.014em!important;
  color:#0A2F66!important;
  font-weight:400;
}
.books-exact-card a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:210px;
  min-height:48px;
  padding:0 28px;
  border:1px solid rgba(177,138,61,.72);
  border-radius:3px;
  color:#B18A3D;
  background:rgba(255,250,240,.40);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.68rem;
  font-weight:700;
}
.books-exact-card a:hover{
  background:#D1AD64;
  border-color:#D1AD64;
  color:#071126;
}

/* Make black serif titles blue across light sections */
.center-section h2,
.about h2,
.books-showcase-exact h2,
.books-showcase-exact h3,
.client-praise-final h2,
.client-praise-final h3,
.client-praise-section h2,
.praise-card-final h3,
.modules h2,
.wisdom-card h3,
.product-card h3,
.bonus-copy h2,
.faq-section h2,
.light h2,
.light h3,
section:not(.hero):not(.method):not(.final-cta):not(.membership):not(.dark) h1,
section:not(.hero):not(.method):not(.final-cta):not(.membership):not(.dark) h2,
section:not(.hero):not(.method):not(.final-cta):not(.membership):not(.dark) h3{
  color:#0A2F66!important;
}

@media(max-width:1040px){
  .books-exact-grid{
    grid-template-columns:1fr;
    max-width:560px;
    margin:0 auto;
  }
  .books-exact-card{
    min-height:0;
  }
}
@media(max-width:620px){
  .books-showcase-exact{
    padding-left:18px;
    padding-right:18px;
  }
  .books-exact-card{
    padding:36px 26px 30px;
  }
  .books-exact-image{
    height:320px;
  }
  .books-exact-image .book-blue{
    max-height:260px;
  }
  .books-exact-image .journal-cover,
  .books-exact-image .purpose-cover{
    max-height:275px;
  }
  .books-exact-card h3{
    min-height:0;
  }
}


/* ABSOLUTE FINAL BOOK SHOWCASE FIX */
.books-showcase-exact{
  background:#F7F3EB!important;
  padding:clamp(78px,9vw,132px) clamp(22px,5vw,78px)!important;
  color:#071126!important;
}
.books-exact-inner{
  max-width:1320px!important;
  margin:0 auto!important;
}
.books-exact-header{
  max-width:920px!important;
  margin:0 auto clamp(44px,5vw,70px)!important;
  text-align:center!important;
}
.books-exact-header .section-eyebrow{
  color:#0A2F66!important;
}
.books-exact-header h2{
  color:#0A2F66!important;
  font-family:var(--serif)!important;
  font-size:clamp(38px,5vw,72px)!important;
  line-height:1.08!important;
  letter-spacing:-.028em!important;
  font-weight:400!important;
}
.books-exact-header p:not(.section-eyebrow){
  max-width:760px!important;
  margin:20px auto 0!important;
  color:rgba(10,47,102,.70)!important;
  font-size:clamp(16px,1.18vw,19px)!important;
  line-height:1.62!important;
}
.books-exact-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(24px,3vw,40px)!important;
}
.books-exact-card{
  min-height:600px!important;
  background:#FBF8F1!important;
  border:1px solid rgba(209,173,100,.44)!important;
  border-radius:20px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  padding:46px 36px 34px!important;
  box-shadow:0 26px 70px rgba(7,17,38,.07)!important;
}
.books-exact-image{
  height:340px!important;
  width:100%!important;
  background:#FBF8F1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-bottom:30px!important;
}
.books-exact-image img{
  display:block!important;
  object-fit:contain!important;
  border-radius:11px!important;
  box-shadow:0 20px 48px rgba(7,17,38,.14)!important;
}
.books-exact-image .book-blue{
  width:auto!important;
  max-width:84%!important;
  max-height:285px!important;
}
.books-exact-image .journal-cover,
.books-exact-image .purpose-cover{
  width:auto!important;
  max-width:82%!important;
  max-height:305px!important;
}
.books-exact-card h3{
  color:#0A2F66!important;
  font-family:var(--serif)!important;
  font-size:clamp(25px,2.3vw,34px)!important;
  line-height:1.14!important;
  letter-spacing:-.014em!important;
  font-weight:400!important;
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto 24px!important;
}
.books-exact-card a{
  margin-top:auto!important;
  min-width:210px!important;
  min-height:48px!important;
  padding:0 28px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  border:1px solid rgba(177,138,61,.72)!important;
  border-radius:3px!important;
  color:#B18A3D!important;
  background:rgba(255,250,240,.40)!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  letter-spacing:.18em!important;
  font-size:.68rem!important;
  font-weight:700!important;
}

/* All serif titles on light sections should be sapphire blue, not black */
.center-section h2,
.about h2,
.client-praise-final h2,
.client-praise-final h3,
.client-praise-section h2,
.praise-card-final h3,
.modules h2,
.wisdom-card h3,
.product-card h3,
.bonus-copy h2,
.faq-section h2,
section:not(.hero):not(.method):not(.final-cta):not(.membership):not(.dark) h1,
section:not(.hero):not(.method):not(.final-cta):not(.membership):not(.dark) h2,
section:not(.hero):not(.method):not(.final-cta):not(.membership):not(.dark) h3{
  color:#0A2F66!important;
}

@media(max-width:1040px){
  .books-exact-grid{
    grid-template-columns:1fr!important;
    max-width:560px!important;
    margin:0 auto!important;
  }
  .books-exact-card{
    min-height:0!important;
  }
}
@media(max-width:620px){
  .books-exact-card{
    padding:36px 26px 30px!important;
  }
  .books-exact-image{
    height:315px!important;
  }
  .books-exact-image .book-blue{
    max-height:250px!important;
  }
  .books-exact-image .journal-cover,
  .books-exact-image .purpose-cover{
    max-height:270px!important;
  }
  .books-exact-card h3{
    min-height:0!important;
  }
}


/* FINAL FIRST BOOK IMAGE LOCK — exact user-provided blue cover only */
.books-exact-image .book-blue{
  width:auto!important;
  max-width:84%!important;
  max-height:285px!important;
  object-fit:contain!important;
  border-radius:11px!important;
  box-shadow:0 20px 48px rgba(7,17,38,.14)!important;
}
@media(max-width:620px){
  .books-exact-image .book-blue{
    max-height:250px!important;
  }
}


/* FINAL BOOK DETAILS BELOW COVERS + LIGHTER TESTIMONIALS */
.books-showcase-exact{
  background:#F7F3EB!important;
  padding:clamp(78px,9vw,132px) clamp(22px,5vw,78px)!important;
}
.books-exact-inner{
  max-width:1360px!important;
  margin:0 auto!important;
}
.books-exact-header{
  max-width:920px!important;
  margin:0 auto clamp(44px,5vw,70px)!important;
  text-align:center!important;
}
.books-exact-header h2{
  color:#0A2F66!important;
}
.books-exact-header .section-eyebrow{
  color:#0A2F66!important;
}
.books-exact-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(24px,3vw,40px)!important;
}
.books-exact-card{
  background:#FBF8F1!important;
  border:1px solid rgba(209,173,100,.44)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:820px!important;
  box-shadow:0 26px 70px rgba(7,17,38,.07)!important;
}
.books-exact-image{
  height:330px!important;
  background:#FBF8F1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:42px 32px 22px!important;
}
.books-exact-image img{
  display:block!important;
  width:auto!important;
  object-fit:contain!important;
  border-radius:11px!important;
  box-shadow:0 20px 48px rgba(7,17,38,.14)!important;
}
.books-exact-image .book-blue{
  max-width:84%!important;
  max-height:265px!important;
}
.books-exact-image .journal-cover,
.books-exact-image .purpose-cover{
  max-width:82%!important;
  max-height:285px!important;
}
.book-detail-panel{
  flex:1!important;
  background:#FBF8F1!important;
  border-top:1px solid rgba(209,173,100,.18)!important;
  padding:26px 34px 30px!important;
  display:flex!important;
  flex-direction:column!important;
  text-align:center!important;
  align-items:center!important;
}
.book-type{
  margin:0 0 10px!important;
  color:#0A2F66!important;
  text-transform:uppercase!important;
  letter-spacing:.20em!important;
  font-size:.66rem!important;
  font-weight:700!important;
}
.book-detail-panel h3{
  margin:0 0 14px!important;
  font-family:var(--serif)!important;
  font-size:clamp(25px,2.2vw,34px)!important;
  line-height:1.12!important;
  font-weight:400!important;
  color:#0A2F66!important;
}
.book-description{
  margin:0 auto 22px!important;
  max-width:360px!important;
  color:rgba(7,17,38,.68)!important;
  font-size:.94rem!important;
  line-height:1.58!important;
}
.book-purchase-row{
  width:100%!important;
  display:grid!important;
  grid-template-columns:.9fr 1.35fr!important;
  gap:16px!important;
  border-top:1px solid rgba(10,47,102,.10)!important;
  padding-top:18px!important;
  margin-top:auto!important;
  align-items:start!important;
}
.book-price{
  text-align:left!important;
}
.book-price strong{
  display:block!important;
  color:#0A2F66!important;
  font-family:var(--serif)!important;
  font-size:1.55rem!important;
  font-weight:400!important;
  line-height:1!important;
  margin-bottom:6px!important;
}
.book-price span,
.book-price small{
  display:block!important;
  color:rgba(7,17,38,.52)!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  font-size:.57rem!important;
  font-weight:700!important;
  line-height:1.45!important;
}
.book-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
}
.book-actions a{
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:3px!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  font-size:.57rem!important;
  font-weight:700!important;
  padding:0 14px!important;
}
.book-primary{
  background:#0A2F66!important;
  border:1px solid #0A2F66!important;
  color:#F7F3EB!important;
}
.book-secondary{
  background:transparent!important;
  border:1px solid rgba(10,47,102,.42)!important;
  color:#0A2F66!important;
}
.book-feature-row{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(2,1fr)!important;
  gap:8px!important;
  margin-top:18px!important;
  padding-top:16px!important;
  border-top:1px solid rgba(10,47,102,.10)!important;
}
.book-feature-row span{
  color:rgba(7,17,38,.54)!important;
  text-transform:uppercase!important;
  letter-spacing:.10em!important;
  font-size:.52rem!important;
  font-weight:700!important;
  line-height:1.35!important;
}

/* Lighter, more refined testimonials */
.client-praise-final{
  background:#F7F3EB!important;
  color:#071126!important;
}
.client-praise-final-header h2{
  color:#0A2F66!important;
}
.praise-grid-final{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(22px,2.8vw,34px)!important;
}
.praise-card-final{
  background:#FBF8F1!important;
  border:1px solid rgba(209,173,100,.42)!important;
  border-radius:22px!important;
  padding:clamp(34px,3.6vw,50px)!important;
  min-height:330px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  box-shadow:0 22px 60px rgba(7,17,38,.06)!important;
}
.praise-card-final p{
  margin:0!important;
  font-family:var(--serif)!important;
  font-weight:400!important;
  font-size:clamp(21px,1.8vw,28px)!important;
  line-height:1.34!important;
  letter-spacing:-.006em!important;
  color:rgba(37,39,44,.90)!important;
}
.praise-author{
  margin-top:30px!important;
}
.praise-card-final h3{
  margin:0 0 8px!important;
  font-family:var(--serif)!important;
  font-size:1.25rem!important;
  line-height:1.1!important;
  font-weight:400!important;
  color:#0A2F66!important;
}
.praise-card-final span{
  display:block!important;
  color:#D1AD64!important;
  text-transform:uppercase!important;
  letter-spacing:.17em!important;
  font-size:.68rem!important;
  font-weight:700!important;
}
@media(max-width:1040px){
  .books-exact-grid,
  .praise-grid-final{
    grid-template-columns:1fr!important;
    max-width:600px!important;
    margin:0 auto!important;
  }
  .books-exact-card,
  .praise-card-final{
    min-height:0!important;
  }
}
@media(max-width:620px){
  .books-exact-image{
    height:300px!important;
    padding:34px 26px 20px!important;
  }
  .books-exact-image .book-blue{
    max-height:235px!important;
  }
  .books-exact-image .journal-cover,
  .books-exact-image .purpose-cover{
    max-height:250px!important;
  }
  .book-purchase-row{
    grid-template-columns:1fr!important;
  }
  .book-price{
    text-align:center!important;
  }
  .book-feature-row{
    grid-template-columns:1fr!important;
  }
}


/* FINAL HERO TEXT POSITION REFINEMENT — move subheadline into warmer sky area */
.hero-content{
  padding-top:clamp(110px,13vh,155px) !important;
}

.hero h1{
  margin-bottom:clamp(20px,2.4vw,30px) !important;
}

.hero p{
  margin-top:0 !important;
  max-width:820px !important;
}

/* Desktop: lift the text group just a touch more */
@media(min-width:980px){
  .hero-content{
    transform:translateY(-34px) !important;
  }
}

/* Mobile/tablet: keep it balanced and readable */
@media(max-width:760px){
  .hero-content{
    transform:none !important;
    padding-top:clamp(130px,18vh,170px) !important;
  }
}


/* FINAL HERO CTA SIZE + PRICE-ON-SECOND-LINE */
.hero-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:20px !important;
  align-items:stretch !important;
  margin-top:32px !important;
}
.hero-actions .btn{
  min-width:340px !important;
  width:auto !important;
  height:auto !important;
  min-height:0 !important;
  padding:18px 28px 16px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1.15 !important;
  white-space:normal !important;
  gap:6px !important;
}
.hero-actions .btn .btn-main{
  display:block !important;
  font-size:.78rem !important;
  letter-spacing:.22em !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
}
.hero-actions .btn .btn-sub{
  display:block !important;
  font-size:.92rem !important;
  letter-spacing:.04em !important;
  font-weight:600 !important;
  text-transform:none !important;
}
.hero-actions .btn-gold{
  background:#d2b45b !important;
  border:1px solid #d2b45b !important;
  color:#071126 !important;
}
.hero-actions .btn-ghost-light{
  background:rgba(255,250,240,.08) !important;
  border:2px solid rgba(7,17,38,.30) !important;
  color:#071126 !important;
  backdrop-filter: blur(2px);
}
@media (max-width:1180px){
  .hero-actions{flex-wrap:wrap !important;}
  .hero-actions .btn{min-width:300px !important;}
}
@media (max-width:760px){
  .hero-actions{
    flex-direction:column !important;
    gap:14px !important;
    align-items:stretch !important;
  }
  .hero-actions .btn{
    width:100% !important;
    min-width:0 !important;
    padding:16px 18px 14px !important;
  }
  .hero-actions .btn .btn-main{font-size:.72rem !important;}
  .hero-actions .btn .btn-sub{font-size:.88rem !important;}
}


/* FINAL HERO CTA — EXACTLY TWO LINES: TITLE + PRICE */
.hero-actions{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:18px!important;
  align-items:stretch!important;
  margin-top:32px!important;
}
.hero-actions .btn{
  min-width:300px!important;
  width:300px!important;
  height:auto!important;
  min-height:58px!important;
  padding:14px 22px 13px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.12!important;
}
.hero-actions .btn .btn-main{
  display:block!important;
  font-size:.72rem!important;
  letter-spacing:.18em!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.hero-actions .btn .btn-sub{
  display:block!important;
  font-size:.90rem!important;
  letter-spacing:.04em!important;
  font-weight:600!important;
  text-transform:none!important;
}
.hero-actions .btn-gold{
  background:#D1AD64!important;
  border-color:#D1AD64!important;
  color:#071126!important;
}
.hero-actions .btn-ghost-light{
  background:rgba(255,250,240,.08)!important;
  border:1.5px solid rgba(7,17,38,.34)!important;
  color:#071126!important;
}
@media(max-width:760px){
  .hero-actions{
    flex-direction:column!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  .hero-actions .btn{
    width:100%!important;
    min-width:0!important;
  }
}


/* HERO TITLE MATCHED TO BLUE TITLES */
.hero h1{color:#1a3470 !important;}


/* FINAL HERO CTA LENGTH — second button shorter copy */
.hero-actions .btn{
  min-width:286px!important;
  width:286px!important;
  padding-left:20px!important;
  padding-right:20px!important;
}
.hero-actions .btn .btn-main{
  white-space:nowrap!important;
}
.hero-actions .btn-ghost-light .btn-sub{
  text-transform:none!important;
}

/* RESTORED DIGITAL PROGRAMS BELOW BOOKS */
.digital-programs-strip{
  background:#F7F3EB;
  padding:0 clamp(22px,5vw,78px) clamp(84px,9vw,136px);
  color:#071126;
  border-bottom:1px solid rgba(10,47,102,.08);
}
.digital-programs-inner{
  max-width:1320px;
  margin:0 auto;
}
.digital-programs-header{
  max-width:880px;
  margin:0 auto clamp(36px,5vw,60px);
  text-align:center;
  padding-top:clamp(34px,5vw,60px);
}
.digital-programs-header .section-eyebrow{
  color:#D1AD64!important;
}
.digital-programs-header h2{
  margin:18px auto 0;
  font-family:var(--serif);
  font-size:clamp(34px,4.8vw,68px)!important;
  line-height:1.08!important;
  letter-spacing:-.026em!important;
  font-weight:400!important;
  color:#0A2F66!important;
}
.digital-programs-header p:not(.section-eyebrow){
  max-width:760px;
  margin:20px auto 0;
  color:rgba(7,17,38,.66);
  font-size:clamp(16px,1.15vw,19px);
  line-height:1.65;
}
.digital-programs-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(22px,3vw,36px);
}
.digital-program-card{
  background:#FBF8F1;
  border:1px solid rgba(209,173,100,.44);
  border-radius:22px;
  padding:clamp(34px,3.6vw,48px);
  min-height:390px;
  display:flex;
  flex-direction:column;
  box-shadow:0 22px 60px rgba(7,17,38,.06);
}
.digital-program-card .program-type{
  margin:0 0 18px;
  color:#D1AD64!important;
  text-transform:uppercase;
  letter-spacing:.20em;
  font-size:.66rem;
  font-weight:700;
}
.digital-program-card h3{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(28px,2.8vw,42px)!important;
  line-height:1.08!important;
  font-weight:400!important;
  letter-spacing:-.018em!important;
  color:#0A2F66!important;
}
.digital-program-card p:not(.program-type){
  margin:20px 0 0;
  color:rgba(7,17,38,.68);
  font-size:1rem;
  line-height:1.62;
}
.program-meta{
  margin-top:auto;
  padding-top:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-top:1px solid rgba(10,47,102,.10);
}
.program-meta span{
  font-family:var(--serif);
  color:#0A2F66;
  font-size:1.45rem;
  line-height:1;
}
.program-meta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(177,138,61,.68);
  border-radius:3px;
  color:#B18A3D;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.60rem;
  font-weight:700;
  white-space:nowrap;
}
.program-meta a:hover{
  background:#D1AD64;
  border-color:#D1AD64;
  color:#071126;
}
@media(max-width:1040px){
  .digital-programs-grid{
    grid-template-columns:1fr;
    max-width:600px;
    margin:0 auto;
  }
  .digital-program-card{
    min-height:0;
  }
}
@media(max-width:760px){
  .hero-actions .btn{
    width:100%!important;
    min-width:0!important;
  }
  .program-meta{
    align-items:flex-start;
    flex-direction:column;
  }
  .program-meta a{
    width:100%;
  }
}


/* FINAL BOOK PRICE READABILITY FIX */
.book-purchase-row{
  grid-template-columns:1fr!important;
  gap:14px!important;
  text-align:center!important;
}

.book-price{
  text-align:center!important;
  width:100%!important;
}

.book-price strong{
  font-size:1.75rem!important;
  margin-bottom:8px!important;
  color:#0A2F66!important;
}

.book-price span,
.book-price small{
  display:inline-block!important;
  color:rgba(7,17,38,.62)!important;
  text-transform:none!important;
  letter-spacing:.035em!important;
  font-size:.76rem!important;
  font-weight:600!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}

.book-price span::after{
  content:" • ";
  color:#D1AD64;
  margin:0 5px;
}

.book-actions{
  width:100%!important;
}

.book-actions a{
  width:100%!important;
  font-size:.60rem!important;
  letter-spacing:.11em!important;
}

@media(max-width:620px){
  .book-price span,
  .book-price small{
    display:block!important;
    white-space:normal!important;
  }
  .book-price span::after{
    content:"";
    margin:0;
  }
}


/* BORN IN TRUST + FOUR BOOK CARD LAYOUT */
.books-exact-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.books-exact-card{
  min-height:820px!important;
}
.books-exact-image .born-cover{
  width:auto!important;
  max-width:82%!important;
  max-height:285px!important;
  object-fit:contain!important;
  border-radius:11px!important;
  box-shadow:0 20px 48px rgba(7,17,38,.14)!important;
}
@media(max-width:1280px){
  .books-exact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .books-exact-grid{
    grid-template-columns:1fr!important;
  }
  .books-exact-image .born-cover{
    max-height:250px!important;
  }
}

/* Membership CTA slightly lower and shorter */
.membership .btn,
.membership .btn-gold{
  margin-top:36px!important;
  width:auto!important;
  min-width:260px!important;
  max-width:300px!important;
  padding-left:28px!important;
  padding-right:28px!important;
  min-height:58px!important;
}


/* FINAL BOOK SECTION — EXACT EXISTING COVERS, 3 PER ROW */
.books-exact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(24px,3vw,40px)!important;
}

.books-exact-image .book-blue,
.books-exact-image .born-cover,
.books-exact-image .journal-cover,
.books-exact-image .purpose-cover{
  width:auto!important;
  max-width:82%!important;
  max-height:285px!important;
  object-fit:contain!important;
}

/* Keep The Sound of Abundance exact cover design intact */
.books-exact-image .book-blue{
  max-width:82%!important;
  max-height:285px!important;
}

@media(max-width:1100px){
  .books-exact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .books-exact-grid{
    grid-template-columns:1fr!important;
  }
}


/* FINAL CLIENT PRAISE — refined header kept + actual testimonial cards */
.client-praise-final{
  background:#F7F3EB!important;
  padding:clamp(84px,9vw,138px) clamp(20px,4vw,72px)!important;
  color:#071126!important;
}

.client-praise-final-inner{
  max-width:1480px!important;
  margin:0 auto!important;
}

.client-praise-final-header{
  max-width:1180px!important;
  margin:0 auto clamp(42px,5vw,68px)!important;
  text-align:center!important;
}

.client-praise-final-header .section-eyebrow{
  color:#D1AD64!important;
  letter-spacing:.34em!important;
  font-size:.78rem!important;
  font-weight:700!important;
}

.client-praise-final-header h2{
  margin:24px auto 0!important;
  font-family:var(--serif)!important;
  font-size:clamp(48px,7.2vw,120px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  font-weight:400!important;
  color:#0A2F66!important;
}

.client-praise-final .ornament-line{
  margin:36px auto 0!important;
}

.testimonial-grid-refined{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}

.testimonial-card-refined{
  background:#FBF8F1!important;
  border:1px solid rgba(209,173,100,.34)!important;
  border-radius:14px!important;
  padding:34px 38px 30px!important;
  min-height:315px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  box-shadow:0 18px 54px rgba(7,17,38,.045)!important;
}

.testimonial-stars{
  color:#D1AD64!important;
  font-size:1rem!important;
  letter-spacing:.26em!important;
  text-align:center!important;
  margin-bottom:22px!important;
}

.testimonial-card-refined p{
  margin:0 auto!important;
  max-width:500px!important;
  font-family:var(--serif)!important;
  font-style:italic!important;
  font-size:clamp(18px,1.4vw,23px)!important;
  line-height:1.55!important;
  letter-spacing:.005em!important;
  font-weight:400!important;
  color:#25272C!important;
  text-align:center!important;
}

.testimonial-author-row{
  display:grid!important;
  grid-template-columns:54px 1fr!important;
  gap:16px!important;
  align-items:center!important;
  margin-top:30px!important;
}

.testimonial-initial{
  width:52px!important;
  height:52px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#F1EEE7!important;
  border:1px solid rgba(209,173,100,.24)!important;
  color:#0A2F66!important;
  font-family:var(--serif)!important;
  font-size:1.15rem!important;
  font-weight:400!important;
}

.testimonial-author-row h3{
  margin:0 0 5px!important;
  font-family:var(--sans)!important;
  font-size:1rem!important;
  line-height:1.2!important;
  letter-spacing:.01em!important;
  font-weight:700!important;
  color:#071126!important;
}

.testimonial-author-row span{
  display:block!important;
  color:rgba(7,17,38,.52)!important;
  font-size:.86rem!important;
  line-height:1.35!important;
  letter-spacing:.02em!important;
  font-weight:400!important;
  text-transform:none!important;
}

@media(max-width:1120px){
  .testimonial-grid-refined{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .client-praise-final-header h2{
    font-size:clamp(42px,13vw,68px)!important;
  }
  .testimonial-grid-refined{
    grid-template-columns:1fr!important;
  }
  .testimonial-card-refined{
    padding:30px 26px 26px!important;
    min-height:0!important;
  }
  .testimonial-author-row{
    grid-template-columns:48px 1fr!important;
  }
  .testimonial-initial{
    width:46px!important;
    height:46px!important;
  }
}


/* FULL TESTIMONIAL LIBRARY — NEW QUOTES ADDED */
.testimonial-grid-refined{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}

.testimonial-card-refined{
  min-height:430px!important;
  padding:34px 34px 30px!important;
}

.testimonial-card-refined p{
  font-size:clamp(16px,1.08vw,20px)!important;
  line-height:1.54!important;
  font-weight:400!important;
}

.testimonial-card-refined:nth-child(-n+5){
  border-color:rgba(209,173,100,.54)!important;
  box-shadow:0 22px 64px rgba(7,17,38,.055)!important;
}

@media(max-width:1180px){
  .testimonial-grid-refined{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .testimonial-grid-refined{
    grid-template-columns:1fr!important;
  }
  .testimonial-card-refined{
    min-height:0!important;
  }
}


/* TESTIMONIALS BUILT FROM SOURCE-OF-TRUTH FILE */
.testimonial-grid-refined{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}
.testimonial-card-refined{
  min-height:430px!important;
  padding:34px 34px 30px!important;
}
.testimonial-card-refined p{
  font-size:clamp(16px,1.08vw,20px)!important;
  line-height:1.54!important;
  font-weight:400!important;
}
@media(max-width:1180px){
  .testimonial-grid-refined{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .testimonial-grid-refined{grid-template-columns:1fr!important;}
  .testimonial-card-refined{min-height:0!important;}
}


/* HERO SPACING + UPDATED SUBHEADLINE SIZE */
@media(min-width:980px){
  .hero-content{
    padding-top:clamp(150px,16vh,195px)!important;
    transform:translateY(-12px)!important;
  }
}

.hero h1{
  color:#0A2F66!important;
  margin-bottom:clamp(22px,2.7vw,34px)!important;
}

.hero-content > p:not(.hero-eyebrow){
  font-size:clamp(20px,1.55vw,26px)!important;
  line-height:1.46!important;
  max-width:820px!important;
  font-weight:400!important;
  color:#071126!important;
}

@media(max-width:760px){
  .hero-content{
    padding-top:clamp(160px,20vh,205px)!important;
    transform:none!important;
  }
  .hero-content > p:not(.hero-eyebrow){
    font-size:clamp(18px,5.2vw,22px)!important;
    line-height:1.48!important;
  }
}

/* tighten top edge of restored photo section */
.restored-private-photo-section{
  width:100%;
  background:#071126;
  margin:0;
  padding:0;
  line-height:0;
  overflow:hidden;
}
.restored-private-photo-link{
  display:block;
  width:100%;
  line-height:0;
}
.restored-private-photo-section img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  object-fit:cover;
  margin-top:-22px;
}
@media(max-width:760px){
  .restored-private-photo-section img{
    width:180%;
    max-width:none;
    transform:translateX(-22%);
    margin-top:-18px;
  }
}


/* FINAL VISUAL UPDATES — BOOKS, BONUS BANNER, NĀ PALI */
.book-image-frame{
  height:390px!important;
  padding:42px 34px 30px!important;
}

.book-image-frame img{
  width:230px!important;
  height:345px!important;
  max-width:230px!important;
  max-height:345px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:10px!important;
}

@media(max-width:620px){
  .book-image-frame{
    height:360px!important;
    padding:36px 28px 26px!important;
  }
  .book-image-frame img{
    width:210px!important;
    height:315px!important;
    max-width:210px!important;
    max-height:315px!important;
  }
}

.bonus-ecosystem{
  background:
    radial-gradient(circle at 8% 8%, rgba(209,173,100,.16) 0%, rgba(209,173,100,0) 34%),
    linear-gradient(135deg,#FBF8F1 0%,#F7F3EB 48%,#FDFBF6 100%)!important;
  color:#071126!important;
  border-top:1px solid rgba(209,173,100,.34)!important;
  border-bottom:1px solid rgba(209,173,100,.34)!important;
}

.bonus-copy h2{
  color:#0A2F66!important;
}

.bonus-copy p:not(.section-eyebrow){
  color:rgba(7,17,38,.82)!important;
}

.bonus-note{
  color:#B18A3D!important;
}

.bonus-card{
  background:rgba(255,255,255,.38)!important;
  border:1px solid rgba(177,138,61,.42)!important;
  box-shadow:0 24px 70px rgba(7,17,38,.08)!important;
}

.bonus-label{
  color:#B18A3D!important;
}

.bonus-card li{
  border-top:1px solid rgba(177,138,61,.28)!important;
  color:#071126!important;
}

.bonus-actions .btn-outline{
  border-color:rgba(10,47,102,.55)!important;
  color:#0A2F66!important;
  background:rgba(255,255,255,.18)!important;
}

.bonus-actions .btn-outline:hover{
  background:#0A2F66!important;
  border-color:#0A2F66!important;
  color:#fffaf0!important;
}

.napali-band .napali-band-inner h2,
.napali-band h2{
  color:#fffaf0!important;
  text-shadow:0 3px 22px rgba(0,0,0,.38)!important;
}

.napali-band .napali-band-inner p,
.napali-band p{
  color:#D1AD64!important;
  text-shadow:0 2px 14px rgba(0,0,0,.34)!important;
}


/* TESTIMONIALS BUILT FROM EXPLICIT SOURCE-OF-TRUTH FILE — 22 TOTAL */
.testimonial-grid-refined{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}
.testimonial-card-refined{
  min-height:430px!important;
  padding:34px 34px 30px!important;
}
.testimonial-card-refined p{
  font-size:clamp(16px,1.08vw,20px)!important;
  line-height:1.54!important;
  font-weight:400!important;
}
@media(max-width:1180px){
  .testimonial-grid-refined{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .testimonial-grid-refined{grid-template-columns:1fr!important;}
  .testimonial-card-refined{min-height:0!important;}
}

/* FINAL LAUNCH OVERRIDES */
.restored-private-photo-section img{
  margin-top:0!important;
  width:100%!important;
  max-width:none!important;
  transform:none!important;
  object-fit:contain!important;
}
@media(max-width:760px){
  .restored-private-photo-section img{
    width:100%!important;
    transform:none!important;
    margin-top:0!important;
  }
}

.books-exact-image{
  height:410px!important;
  min-height:410px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:34px!important;
}
.books-exact-image img.book-cover,
.books-exact-image .book-blue,
.books-exact-image .journal-cover,
.books-exact-image .purpose-cover,
.books-exact-image .born-cover{
  height:340px!important;
  width:auto!important;
  max-width:86%!important;
  max-height:340px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:760px){
  .books-exact-image{
    height:360px!important;
    min-height:360px!important;
    padding:28px!important;
  }
  .books-exact-image img.book-cover,
  .books-exact-image .book-blue,
  .books-exact-image .journal-cover,
  .books-exact-image .purpose-cover,
  .books-exact-image .born-cover{
    height:300px!important;
    max-height:300px!important;
    max-width:88%!important;
  }
}

.bonus-ecosystem{
  background:
    radial-gradient(circle at 8% 8%, rgba(209,173,100,.16) 0%, rgba(209,173,100,0) 34%),
    linear-gradient(135deg,#FBF8F1 0%,#F7F3EB 48%,#FDFBF6 100%)!important;
  color:#071126!important;
  border-top:1px solid rgba(209,173,100,.34)!important;
  border-bottom:1px solid rgba(209,173,100,.34)!important;
}
.bonus-copy h2{color:#0A2F66!important;}
.bonus-copy p:not(.section-eyebrow){color:rgba(7,17,38,.82)!important;}
.bonus-note{color:#B18A3D!important;}
.bonus-card{
  background:rgba(255,255,255,.42)!important;
  border:1px solid rgba(177,138,61,.42)!important;
  box-shadow:0 24px 70px rgba(7,17,38,.08)!important;
}
.bonus-card li{color:#071126!important;border-top:1px solid rgba(177,138,61,.28)!important;}
.bonus-label{color:#B18A3D!important;}
.napali-band h2,.napali-band .napali-band-inner h2{
  color:#fffaf0!important;
  text-shadow:0 3px 22px rgba(0,0,0,.38)!important;
}
.napali-band p,.napali-band .napali-band-inner p{
  color:#D1AD64!important;
  text-shadow:0 2px 14px rgba(0,0,0,.34)!important;
}

/* ---- Book showcase: balanced layout (4-up desktop, 2-up tablet, 1-up mobile) ---- */
.books-exact-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
@media(max-width:1080px){.books-exact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:620px){.books-exact-grid{grid-template-columns:1fr!important;}}

/* ===================== Mobile navigation menu (added) ===================== */
.nav-toggle{display:none;}
@media(max-width:980px){
  .site-header{flex-wrap:wrap!important;row-gap:0!important;}
  .nav-toggle{
    display:inline-flex!important;align-items:center;justify-content:center;
    width:48px;height:44px;padding:0;cursor:pointer;
    background:transparent;border:1px solid rgba(199,166,75,.6);border-radius:10px;
    margin-left:auto;
  }
  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after{
    display:block;width:20px;height:2px;background:#D1AD64;border-radius:2px;transition:transform .25s ease,opacity .2s ease;
  }
  .nav-toggle span{position:relative;}
  .nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;}
  .nav-toggle span::before{top:-6px;} .nav-toggle span::after{top:6px;}
  .site-header.nav-open .nav-toggle span{background:transparent;}
  .site-header.nav-open .nav-toggle span::before{transform:translateY(6px) rotate(45deg);}
  .site-header.nav-open .nav-toggle span::after{transform:translateY(-6px) rotate(-45deg);}

  .site-header .nav{
    display:none!important;order:3;flex-basis:100%;width:100%;
    flex-direction:column!important;align-items:stretch!important;gap:0!important;
    margin-top:12px;padding-top:6px;border-top:1px solid rgba(255,250,240,.14);
  }
  .site-header.nav-open{background:#071126!important;}
  .site-header.nav-open .nav{display:flex!important;}
  .site-header .nav a:not(.nav-cta){
    display:block!important;width:100%;padding:15px 4px!important;
    font-size:.82rem;letter-spacing:.16em;border-bottom:1px solid rgba(255,250,240,.08);
  }
  .site-header .nav .nav-cta{
    display:inline-block!important;width:auto;align-self:flex-start;margin-top:14px;
  }
  .mobile-note{display:none!important;}
}
@media(min-width:981px){ .nav-toggle{display:none!important;} }

/* ===== Hero refinement: 2-line headline on wide screens + stronger text contrast ===== */
@media(min-width:761px){
  .hero h1{
    font-size:clamp(44px,4.3vw,78px)!important;
    max-width:900px!important;
    line-height:1.03!important;
  }
  /* soft ivory scrim on the text side so the dark copy stays crisp over the sunset */
  .hero::before{
    background:linear-gradient(90deg,rgba(247,243,235,.60),rgba(247,243,235,.30) 42%,rgba(247,243,235,0) 68%)!important;
  }
}
.hero-eyebrow{color:rgba(7,17,38,.92)!important;}
.hero p{
  color:rgba(7,17,38,.97)!important;
  font-weight:500!important;
  text-shadow:0 1px 2px rgba(247,243,235,.5)!important;
}

/* Keep the closing hero clause together so "with" doesn't dangle (wraps normally on tiny screens) */
.hero p .nowrap{white-space:nowrap;}
@media(max-width:480px){ .hero p .nowrap{white-space:normal;} }

/* ===== Hero headline: larger & bolder, kept to 2 lines by widening the text column ===== */
@media(min-width:761px){
  .hero-content{ width:min(1100px, calc(100% - 56px))!important; }
  .hero h1{ font-size:clamp(50px,5.6vw,96px)!important; max-width:1060px!important; line-height:1.0!important; }
  .hero p{ max-width:680px!important; }
}

/* ===== Books: let covers fill their cards naturally (no letterboxing/floating) ===== */
.books-exact-image{
  height:auto!important;
  min-height:0!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  padding:0 14px 4px!important;
}
.books-exact-image img.book-cover,
.books-exact-image .book-blue,
.books-exact-image .journal-cover,
.books-exact-image .purpose-cover,
.books-exact-image .born-cover{
  width:min(80%,210px)!important;
  height:auto!important;
  max-width:80%!important;
  max-height:none!important;
  border-radius:9px!important;
  box-shadow:0 16px 38px rgba(7,17,38,.20)!important;
}
@media(max-width:760px){
  .books-exact-image img.book-cover,
  .books-exact-image .book-blue,
  .books-exact-image .journal-cover,
  .books-exact-image .purpose-cover,
  .books-exact-image .born-cover{ width:min(60%,250px)!important; max-width:60%!important; }
}

/* ===== Books grid: 3 per row, leftover row centered (flex instead of grid) ===== */
.books-exact-grid{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:clamp(22px,2.2vw,38px)!important;
}
.books-exact-card{
  flex:0 1 320px!important;
  max-width:340px!important;
  width:auto!important;
  min-height:0!important;
}
@media(min-width:1000px){
  .books-exact-card{ flex:0 1 calc(33.333% - 26px)!important; }
}
@media(min-width:660px) and (max-width:999px){
  .books-exact-card{ flex:0 1 calc(50% - 19px)!important; max-width:none!important; }
}
@media(max-width:659px){
  .books-exact-card{ flex:0 1 100%!important; max-width:420px!important; }
}

/* Force Na Pali headline white (highest-specificity override) */
main .napali-band .napali-band-inner h2{color:#fffaf0 !important;}

/* ===== MOBILE-ONLY hero treatment — desktop is completely untouched (everything below is inside max-width:760px).
   Goal: moody-but-crisp like the approved sample. Blue sky shows at top, overlay deepens behind the copy so WHITE
   text pops, and the harsh navy "blob" at the bottom is removed. ===== */
.btn .lbl-m{ display:none; }          /* desktop keeps its original wording */

@media (max-width:760px){
  /* MOBILE art-direction: portrait crop framing the sun + the silhouette (instead of the desktop landscape crop) */
  .hero{
    background-image:url("assets/images/hero-mobile.jpg") !important;
    background-position:center center !important;
    background-size:cover !important;
  }
  /* overlay tuned for this crop: darker where the headline (top) and CTA (bottom) sit, lighter through the middle so the sun + silhouette stay vivid */
  .hero::before{
    background:linear-gradient(180deg,
      rgba(7,17,38,.50) 0%,
      rgba(7,17,38,.30) 30%,
      rgba(7,17,38,.20) 55%,
      rgba(7,17,38,.50) 82%,
      rgba(7,17,38,.70) 100%) !important;
  }

  .hero h1{ color:#fffaf0 !important; text-shadow:0 2px 20px rgba(0,0,0,.5) !important; }
  .hero-content > p:not(.hero-eyebrow),
  .hero p{
    color:#fffaf0 !important;
    font-weight:500 !important;
    text-shadow:0 1px 18px rgba(0,0,0,.55) !important;
  }
  .hero .hero-eyebrow,
  .hero-eyebrow{
    color:#f2e3bf !important;
    text-shadow:0 1px 12px rgba(0,0,0,.5) !important;
  }

  /* single-line CTAs with white font, like the sample */
  .hero-actions{ flex-direction:column !important; align-items:stretch !important; gap:14px !important; }
  .hero-actions .btn{
    flex-direction:row !important; white-space:nowrap !important;
    width:100% !important; min-width:0 !important;
    height:auto !important; min-height:60px !important; padding:0 16px !important;
  }
  .hero-actions .btn .btn-main,
  .hero-actions .btn .btn-sub{
    display:inline !important; margin:0 !important;
    font-size:.72rem !important; letter-spacing:.12em !important; line-height:1.1 !important;
  }
  .hero-actions .btn .btn-sub{ margin-left:.45em !important; }
  /* true brand gold #D1AD64 with WHITE font; subtle dark text-shadow keeps it legible on the lighter gold */
  .hero-actions .btn-gold{
    background:#D1AD64 !important; border-color:#D1AD64 !important;
    color:#fffaf0 !important;
    text-shadow:0 1px 3px rgba(7,17,38,.45) !important;
  }
  .hero-actions .btn-ghost-light{ color:#fffaf0 !important; border-color:rgba(255,250,240,.62) !important; }

  /* responsive button labels: desktop wording stays, sample wording shows on mobile */
  .btn .lbl-d{ display:none !important; }
  .btn .lbl-m{ display:inline !important; }
}

/* ===== Contact / "Let's connect" section ===== */
.contact{border-top:1px solid rgba(10,20,40,.08);background:var(--cream)}
.contact .section-eyebrow{color:#D1AD64 !important}
.contact h2{color:var(--navy) !important}
.contact-lead{max-width:640px;margin:22px auto 0;color:#5b5d63;font-size:clamp(17px,1.4vw,21px);line-height:1.6}
.contact-email{margin:32px auto 0;font-size:clamp(18px,1.5vw,22px)}
.contact-email a{color:var(--navy);text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.contact-email a:hover{color:#1a3470}
.contact-email{margin-bottom:6px}
.contact-actions{margin-top:44px;display:flex;justify-content:center}
.contact .btn-gold{background:#D1AD64 !important;border:1px solid #D1AD64 !important;color:#fffaf0 !important;text-shadow:0 1px 3px rgba(7,17,38,.45) !important;padding:18px 48px;letter-spacing:.18em;font-weight:700;border-radius:4px;font-size:.8rem}
@media (max-width:760px){
  .contact-actions .btn{width:100%;max-width:420px}
}

/* ===== Brand gold standardization — every filled gold button uses ONE gold (#D1AD64) with white font,
   matching the hero + contact buttons. (Navy .book-primary buttons are intentionally left alone.) ===== */
.btn-gold,
a.btn-gold,
.hero-actions .btn-gold,
.final-actions .btn-gold,
.final-cta .btn-gold,
.membership .btn-gold{
  background:#D1AD64 !important;
  border-color:#D1AD64 !important;
  color:#fffaf0 !important;
  text-shadow:0 1px 3px rgba(7,17,38,.45) !important;
}


/* --- 7/12: level journal card price rows (equalize bottom tag block) --- */
.books-showcase-exact .book-feature-row{
  min-height:5.6rem!important;
  height:5.6rem!important;
  align-content:flex-start!important;
}


/* === 7/13 v10: card footer alignment — DESKTOP ONLY (>=768px). Mobile stays compact. === */
.books-showcase-exact .book-price span:last-child::after{ content:""!important; margin:0!important; }
@media (min-width:768px){
  .books-showcase-exact .books-exact-image{ height:280px!important; display:flex!important; align-items:center!important; justify-content:center!important; overflow:hidden!important; }
  .books-showcase-exact .book-cover{ width:auto!important; height:100%!important; max-width:100%!important; object-fit:contain!important; }
  .books-showcase-exact .book-detail-panel h3{ min-height:6.7rem!important; display:flex!important; align-items:center!important; justify-content:center!important; }
  .books-showcase-exact .book-description{ min-height:10.4rem!important; }
  .books-showcase-exact .book-purchase-row{ margin-top:1.3rem!important; }
  .books-showcase-exact .book-actions{ min-height:0!important; }
  .books-showcase-exact .book-feature-row{ margin-top:auto!important; }
}
