/* ==========================================
   THE AWAKENING
   Mobile-first base styles.
   Every rule below targets phones by default.
   Tablet/desktop enhancements live in responsive.css (min-width queries).
========================================== */

/* ---------- RESET ---------- */
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Manrope',sans-serif;
  background:var(--bg-primary);
  color:var(--text-dark);
  overflow-x:hidden;
  font-size:16px;
  line-height:1.7;
}
img{max-width:100%;display:block;}
ul{list-style:none;}
a{text-decoration:none;color:inherit;}
button{font-family:inherit;background:none;border:none;cursor:pointer;}

.container{
  width:100%;
  max-width:var(--container);
  margin:auto;
  padding:0 28px;
}
.center{text-align:center;}
.section-label{
  display:block;
  letter-spacing:3px;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--burgundy);
  margin-bottom:14px;
}
h2{
  font-family:'Cormorant Garamond',serif;
  font-weight:600;
  font-size:clamp(28px,7vw,40px);
  line-height:1.2;
  color:var(--text-dark);
}
p{color:var(--text-light);font-size:15.5px;line-height:1.8;}

/* ---------- BUTTONS ---------- */
.primary-btn,.button,.nav-btn,.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 30px;
  background:var(--burgundy);
  color:var(--text-white);
  border-radius:999px;
  font-weight:600;
  font-size:14px;
  letter-spacing:.3px;
  transition:var(--transition);
  box-shadow:var(--shadow-button);
  white-space:nowrap;
}
.primary-btn:hover,.button:hover,.nav-btn:hover,.hero-btn:hover{
  background:var(--burgundy-hover);
  transform:translateY(-2px);
}
/* Pearl shimmer sweep on main CTA buttons */
.primary-btn,.hero-btn{
  position:relative;
  overflow:hidden;
}
.primary-btn::after,.hero-btn::after{
  content:'';
  position:absolute;
  top:0;left:-100%;
  width:50%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  animation:pearl-shimmer 4.5s ease-in-out 1.5s infinite;
  pointer-events:none;
}
@keyframes pearl-shimmer{
  0%,35%{left:-100%;}
  75%,100%{left:160%;}
}

/* ---------- HEADER / FUNNEL NAV ---------- */
.header{
  position:fixed;
  top:0;left:0;width:100%;
  z-index:200;
  padding:16px 0;
  transition:var(--transition);
  background:transparent;
}
.header.scrolled{
  background:rgba(252,249,245,0.9);
  backdrop-filter:blur(14px);
  box-shadow:0 8px 30px rgba(0,0,0,.05);
  padding:12px 0;
}
.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  letter-spacing:.5px;
  color:var(--text-white);
  transition:color .3s;
}
.header.scrolled .logo{color:var(--burgundy);}
.nav-btn{
  padding:11px 20px;
  font-size:12.5px;
}

/* ---------- HERO ---------- */
.hero{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  background:url("../images/hero.png") center 30%/cover no-repeat;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(34,29,29,.35), rgba(34,29,29,.65));
}
.hero-content{
  position:relative;
  z-index:5;
  padding:120px 32px 60px;
  width:100%;
  max-width:var(--container);
  margin:auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.eyebrow{
  display:block;
  letter-spacing:3px;
  font-size:11.5px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--gold-light);
  margin-bottom:18px;
}
.hero h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(40px,11vw,64px);
  line-height:1.05;
  font-weight:600;
  color:var(--text-white);
  margin-bottom:22px;
}
.hero p{
  font-size:16.5px;
  line-height:1.75;
  color:rgba(255,255,255,.92);
  margin-bottom:32px;
  max-width:480px;
  margin-left:auto;
  margin-right:auto;
}
.hero .hero-btn{margin:0 auto;}
.scroll-indicator{
  display:block;
  margin-top:38px;
  font-size:10.5px;
  letter-spacing:2.5px;
  color:rgba(255,255,255,.65);
  text-transform:uppercase;
}

/* ---------- IMAGE DIVIDER ---------- */
.image-divider{
  height:6px;
  background:linear-gradient(90deg, var(--gold), var(--burgundy));
}

/* ---------- PEARL DIVIDER ---------- */
.pearl-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:0;
  height:0;
  overflow:visible;
  position:relative;
  z-index:10;
  background:transparent;
}
.pearl-divider .pd{
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%, #fff, rgba(234,215,176,.85) 45%, rgba(216,185,130,.55));
  box-shadow:0 0 10px rgba(216,185,130,.4), 0 2px 4px rgba(0,0,0,.07);
  flex-shrink:0;
  position:relative;
  top:-5px;
}
.pearl-divider .pd:nth-child(1),.pearl-divider .pd:nth-child(3){width:7px;height:7px;}
.pearl-divider .pd:nth-child(2){width:11px;height:11px;top:-5.5px;}

/* ---------- FLOATING PEARLS (hero) ---------- */
.floating-pearl{
  position:absolute;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%, rgba(255,255,255,.95), rgba(234,215,176,.65) 45%, rgba(216,185,130,.2) 75%, transparent);
  box-shadow:0 0 10px rgba(234,215,176,.5), inset 0 0 6px rgba(255,255,255,.4);
  animation:float-pearl linear infinite;
  opacity:0;
  pointer-events:none;
  z-index:3;
}
@keyframes float-pearl{
  0%{transform:translateY(60px) translateX(0px);opacity:0;}
  10%{opacity:.7;}
  88%{opacity:.45;}
  100%{transform:translateY(-140px) translateX(18px);opacity:0;}
}

/* ---------- INTRO ---------- */
.intro{
  padding:var(--space-xl) 0 1.5rem;
  background:var(--bg-secondary);
  position:relative;
  overflow:hidden;
}
/* Light ray effect — subtle gold shafts of light */
.intro::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse 55px 200px at 22% 0%, rgba(216,185,130,.11) 0%, transparent 70%),
    radial-gradient(ellipse 38px 170px at 50% -5%, rgba(216,185,130,.09) 0%, transparent 70%),
    radial-gradient(ellipse 65px 220px at 80% 5%, rgba(216,185,130,.1) 0%, transparent 70%),
    radial-gradient(ellipse 220px 180px at 50% 40%, rgba(216,185,130,.04) 0%, transparent 70%);
  pointer-events:none;
}
.intro .content{
  max-width:680px;
  margin:auto;
  text-align:center;
}
.intro h2{margin-bottom:22px;}
.intro p{margin-top:18px;}
.signature{
  margin-top:28px;
  font-family:'Cormorant Garamond',serif;
  font-size:19px;
  color:var(--burgundy);
}

/* ---------- DOES THIS SOUND LIKE YOU ---------- */
.soundlike{
  padding:var(--space-xl) 0;
  background:linear-gradient(to bottom, rgba(90,50,56,.13) 0%, rgba(216,185,130,.07) 70px, var(--bg-light) 180px);
}
.soundlike .center{margin-bottom:30px;}
.soundlike-list{
  max-width:640px;
  margin:auto;
}
.soundlike-item{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:18px 0;
  border-bottom:1px solid var(--border);
}
.soundlike-item:last-child{border-bottom:none;}
.soundlike-mark{
  flex-shrink:0;
  width:30px;height:30px;
  border-radius:50%;
  background:var(--sand);
  color:var(--burgundy);
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:700;
}
.soundlike-item p{margin:0;font-size:15.5px;}

/* ---------- STORY — full-width image ---------- */
.story{
  padding:0 0 var(--space-xl);
  background:var(--bg-primary);
}
.story-full-img{
  position:relative;
  width:100%;
  height:clamp(300px,65vw,580px);
  overflow:hidden;
}
.story-full-img img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}
.story .story-copy{
  padding-top:20px;
  text-align:center;
}
.story .story-copy h2{margin-bottom:14px;}
.story .story-copy p{
  max-width:560px;
  margin:0 auto;
}

/* ---------- ABOUT ---------- */
.about{
  padding:var(--space-xl) 0 var(--space-md);
  background:var(--bg-secondary);
}
.story-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  align-items:center;
}
.story-image{
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-card);
  aspect-ratio:4/5;
}
.story-image img{width:100%;height:100%;object-fit:cover;}
.story-copy h2{margin-bottom:18px;}
.story-copy p{margin-bottom:14px;}
.story-copy .button{margin-top:10px;}
/* Charikleia portrait — warm glow ring */
.about .story-image{
  box-shadow:
    0 28px 65px rgba(34,29,29,.22),
    0 0 0 2px rgba(216,185,130,.4),
    0 0 40px rgba(216,185,130,.14);
}
.about .story-image img{
  filter:contrast(1.03) brightness(.97) saturate(1.04);
}

/* ---------- MODULES ---------- */
.modules{
  padding:var(--space-xl) 0 var(--space-md);
  background:var(--bg-light);
}
.modules .container.center{margin-bottom:34px;}
.modules .container.center p{
  max-width:560px;margin:16px auto 0;
}
.modules-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.module-card{
  background:var(--bg-secondary);
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  padding:30px 26px;
  text-align:center;
  transition:var(--transition);
}
.module-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-soft);
}
.module-number{
  font-family:'Cormorant Garamond',serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--gold);
  margin-bottom:10px;
}
.module-icon{
  width:60px;height:60px;
  margin:0 auto 18px;
  border-radius:50%;
  background:linear-gradient(160deg, var(--sand) 0%, var(--bg-light) 100%);
  border:1px solid rgba(216,185,130,.55);
  display:flex;align-items:center;justify-content:center;
}
.module-icon svg{
  width:26px;height:26px;
  stroke:var(--burgundy);
  fill:none;
  stroke-width:1.3;
}
.module-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:19px;
  font-weight:600;
  color:var(--text-dark);
  line-height:1.35;
}
.modules-cta{
  margin-top:40px;
  text-align:center;
}

/* ---------- FOR YOU / NOT FOR YOU ---------- */
.foryou{
  padding:var(--space-md) 0 var(--space-xl);
  background:var(--bg-secondary);
  position:relative;
  overflow:hidden;
}
/* Pearl cluster — top right corner */
.foryou-pearl{
  position:absolute;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%, rgba(255,255,255,.95), rgba(234,215,176,.75) 45%, rgba(216,185,130,.4));
  box-shadow:0 0 10px rgba(216,185,130,.45);
  pointer-events:none;
  z-index:2;
}
.fp1{width:14px;height:14px;top:28px;right:36px;}
.fp2{width:8px;height:8px;top:16px;right:20px;}
.fp3{width:6px;height:6px;top:38px;right:20px;}
.fp4{width:5px;height:5px;top:20px;right:56px;}
.foryou .center{margin-bottom:34px;}
.foryou-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}
.foryou-col{
  border-radius:var(--radius-md);
  padding:28px 24px;
  border:1px solid var(--border);
}
.foryou-col--yes{
  background:rgba(122,168,116,.08);
  border-color:rgba(122,168,116,.3);
}
.foryou-col--no{
  background:rgba(168,90,90,.07);
  border-color:rgba(168,90,90,.25);
}
.foryou-col-header{
  display:flex;align-items:center;gap:12px;
  margin-bottom:18px;padding-bottom:16px;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.foryou-icon{
  width:32px;height:32px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.foryou-icon svg{width:14px;height:14px;fill:none;stroke-width:2.4;}
.foryou-col--yes .foryou-icon{background:rgba(122,168,116,.18);}
.foryou-col--yes .foryou-icon svg{stroke:#5A7D54;}
.foryou-col--no .foryou-icon{background:rgba(168,90,90,.16);}
.foryou-col--no .foryou-icon svg{stroke:#8C4A4A;}
.foryou-col-header h3{
  font-family:'Cormorant Garamond',serif;
  font-size:18px;font-weight:600;
}
.foryou-col ul li{
  font-size:14.5px;
  color:var(--text-light);
  line-height:1.7;
  padding:10px 0;
  border-bottom:1px solid var(--border);
}
.foryou-col ul li:last-child{border-bottom:none;}

/* ---------- EXPERIENCE ---------- */
.experience{
  padding:var(--space-xl) 0;
  background:var(--bg-light);
}
.experience .center{margin-bottom:34px;}
.experience .center p{max-width:560px;margin:16px auto 0;}
.experience-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.experience-card{
  background:var(--bg-secondary);
  border-radius:var(--radius-md);
  padding:30px 26px;
  text-align:center;
}
.experience-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:19px;
  font-weight:600;
  margin-bottom:10px;
}

/* ---------- QUOTE ---------- */
.quote-section{
  padding:var(--space-xl) 0;
  background:
    linear-gradient(rgba(90,50,56,.80), rgba(90,50,56,.80)),
    url('../images/closing.png') center/cover no-repeat;
  position:relative;
  overflow:hidden;
}
/* Pearl glow from center */
.quote-section::before{
  content:'';
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:700px;height:500px;
  background:radial-gradient(ellipse at center, rgba(234,215,176,.22) 0%, rgba(216,185,130,.1) 40%, transparent 70%);
  pointer-events:none;
  z-index:0;
}
.quote-section h2{
  color:var(--text-white);
  font-style:italic;
  font-weight:500;
  font-size:clamp(22px,5.5vw,32px);
  max-width:760px;
  margin:auto;
  text-align:center;
  position:relative;
  z-index:1;
}

/* ---------- FAQ ACCORDION ---------- */
.faq{
  padding:var(--space-md) 0 var(--space-xl);
  background:var(--bg-light);
}
.faq .center{margin-bottom:30px;}
.faq-list{
  max-width:720px;
  margin:auto;
}
.faq-item{
  border-bottom:1px solid var(--border);
}
.faq-question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 4px;
  text-align:left;
  font-family:'Cormorant Garamond',serif;
  font-size:17px;
  font-weight:600;
  color:var(--text-dark);
}
.faq-icon{
  flex-shrink:0;
  width:22px;height:22px;
  position:relative;
}
.faq-icon::before,.faq-icon::after{
  content:'';
  position:absolute;
  background:var(--burgundy);
  transition:var(--transition);
}
.faq-icon::before{top:50%;left:0;width:100%;height:1.5px;transform:translateY(-50%);}
.faq-icon::after{left:50%;top:0;width:1.5px;height:100%;transform:translateX(-50%);}
.faq-item.open .faq-icon::after{transform:translateX(-50%) scaleY(0);}
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s var(--ease);
}
.faq-answer p{
  padding:0 4px 20px;
  font-size:14.5px;
}

/* ---------- FINAL CTA ---------- */
.final-cta{
  padding:var(--space-xl) 0;
  background:var(--bg-secondary);
}
.final-cta .center p{
  max-width:520px;margin:16px auto 28px;
}

/* ---------- BREAK IMAGE (between modules & foryou) ---------- */
.break-img{
  width:100%;
  overflow:hidden;
  line-height:0;
}
.break-img img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

/* ---------- CLOSING IMAGE ---------- */
.closing-image{
  width:100%;
  overflow:hidden;
  line-height:0;
}
.closing-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  display:block;
}

/* ---------- FOOTER ---------- */
.footer{
  padding:var(--space-lg) 0 var(--space-md);
  background:var(--bg-dark);
  color:rgba(255,255,255,.7);
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  margin-bottom:36px;
}
.footer-brand h3{
  font-family:'Cormorant Garamond',serif;
  color:var(--text-white);
  font-size:22px;
  margin-bottom:14px;
  letter-spacing:.5px;
}
.footer-brand p{color:rgba(255,255,255,.55);font-size:14px;}
.footer-links h4{
  color:var(--text-white);
  font-size:13px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:16px;
}
.footer-links ul li{margin-bottom:10px;}
.footer-links a{
  color:rgba(255,255,255,.6);
  font-size:14px;
  transition:color .3s;
}
.footer-links a:hover{color:var(--gold);}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding-top:22px;
  display:flex;
  flex-direction:column;
  gap:14px;
  font-size:13px;
}
.footer-legal{display:flex;gap:18px;}
.footer-legal a{color:rgba(255,255,255,.6);transition:color .3s;}
.footer-legal a:hover{color:var(--gold);}

/* ---------- SCROLL REVEAL ---------- */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
/* Cinematic reveal for full-width images */
.story-full-img.reveal,
.break-img.reveal{
  transform:scale(.98);
  transition:opacity .9s var(--ease), transform .9s var(--ease);
}
.story-full-img.reveal.is-visible,
.break-img.reveal.is-visible{
  transform:scale(1);
}

/* ---------- WAITLIST POPUP ---------- */
#mc-popup-overlay{
  position:fixed;inset:0;
  background:rgba(34,29,29,.65);
  backdrop-filter:blur(4px);
  z-index:999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.mc-modal{
  background:var(--bg-light);
  border-radius:var(--radius-md);
  padding:38px 28px;
  max-width:420px;
  width:100%;
  position:relative;
  box-shadow:var(--shadow-card);
}
.mc-modal__close{
  position:absolute;top:14px;right:16px;
  font-size:22px;color:var(--text-light);
  cursor:pointer;
}
#mc_embed_signup h2{font-size:24px;margin-bottom:20px;}
.mc-field-group{margin-bottom:16px;}
.mc-field-group label{
  display:block;font-size:13px;color:var(--text-light);margin-bottom:6px;
}
.mc-field-group .asterisk{color:var(--burgundy);}
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"]{
  width:100%;
  padding:13px 14px;
  border:1px solid var(--border);
  border-radius:var(--radius-xs);
  font-family:'Manrope',sans-serif;
  font-size:14.5px;
  outline:none;
  transition:border-color .3s;
}
#mc_embed_signup input:focus{border-color:var(--burgundy);}
#mc-embedded-subscribe{
  width:100%;
  padding:14px;
  background:var(--burgundy);
  color:var(--text-white);
  border-radius:var(--radius-xs);
  font-weight:600;
  font-size:13.5px;
  letter-spacing:.5px;
  text-transform:uppercase;
  margin-top:6px;
}
#mc-embedded-subscribe:hover{background:var(--burgundy-hover);}
#mc-thankyou-state h2{font-size:20px;margin-bottom:8px;}
#mc-thankyou-state p{font-size:13.5px;margin-top:6px;}
