:root{
  --wine:#7b0d18;
  --wine-dark:#5d0912;
  --rose:#d8c1c1;
  --paper:#f7f3f0;
  --paper-2:#fbf8f6;
  --beige:#e8ddd6;
  --text:#2d2626;
  --muted:#6d6262;
  --white:#ffffff;
  --shadow:0 24px 60px rgba(63,31,31,.10);
  --radius:28px;
  --serif:"Cormorant Garamond",serif;
  --sans:"Inter",sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background:var(--paper);
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(247,243,240,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(123,13,24,.08);
}
.header-inner{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand img{width:238px}
.nav-menu{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  font-weight:700;
}
.nav-menu a:not(.nav-cta){color:#3e3434}
.nav-cta{
  background:var(--wine);
  color:#fff;
  padding:14px 20px;
  border-radius:999px;
  box-shadow:0 12px 28px rgba(123,13,24,.18);
}
.menu-toggle{display:none}

.hero{
  padding:72px 0 84px;
  min-height:calc(100vh - 88px);
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 15% 20%, rgba(216,193,193,.35), transparent 36%),
    linear-gradient(135deg, var(--paper), #fffaf7);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:64px;
}
.eyebrow{
  display:inline-block;
  color:var(--wine);
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2.7px;
  text-transform:uppercase;
  margin-bottom:20px;
}
h1,h2{
  font-family:var(--serif);
  font-weight:600;
  letter-spacing:-.04em;
  color:#271f1f;
  margin:0;
}
h1{
  font-size:clamp(52px, 6vw, 88px);
  line-height:.96;
  max-width:720px;
}
h2{
  font-size:clamp(38px, 4vw, 62px);
  line-height:1.02;
}
.hero-text{
  margin:28px 0 0;
  max-width:590px;
  color:var(--muted);
  font-size:18px;
  line-height:1.78;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}
.btn-primary,.btn-secondary,.btn-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  transition:.28s ease;
}
.btn-primary{
  background:var(--wine);
  color:#fff;
  box-shadow:0 18px 34px rgba(123,13,24,.22);
}
.btn-primary:hover,.nav-cta:hover{background:var(--wine-dark);transform:translateY(-2px)}
.btn-secondary{
  border:1px solid rgba(123,13,24,.25);
  color:var(--wine);
  background:rgba(255,255,255,.45);
}
.btn-secondary:hover{background:#fff;transform:translateY(-2px)}
.hero-points{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:34px;
  color:#7a6868;
  font-size:13px;
  font-weight:700;
}
.hero-points span{
  padding-left:16px;
  position:relative;
}
.hero-points span:before{
  content:"";
  width:6px;
  height:6px;
  background:var(--wine);
  border-radius:999px;
  position:absolute;
  left:0;
  top:7px;
}

.hero-image{
  position:relative;
  border-radius:36px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
  min-height:620px;
}
.hero-image img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
}
.hero-card{
  position:absolute;
  right:24px;
  bottom:24px;
  padding:22px 26px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:22px;
  box-shadow:0 18px 40px rgba(37,25,25,.12);
}
.hero-card strong{
  display:block;
  color:var(--wine);
  font-size:18px;
  margin-bottom:4px;
}
.hero-card span{font-size:13px;color:var(--muted);font-weight:700}

.section{padding:105px 0}
.section-heading{
  max-width:820px;
  margin:0 auto 48px;
  text-align:center;
}
.section-heading p{
  font-size:17px;
  line-height:1.75;
  color:var(--muted);
  margin:22px auto 0;
  max-width:760px;
}

.pain-section{background:var(--white)}
.cards-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.soft-card{
  background:var(--paper-2);
  border:1px solid rgba(123,13,24,.08);
  border-radius:var(--radius);
  padding:30px;
  min-height:196px;
  box-shadow:0 15px 35px rgba(63,31,31,.05);
}
.soft-card h3,.step-card h3,.attendance-grid h3{
  margin:0 0 12px;
  font-size:18px;
  color:var(--wine);
}
.soft-card p,.step-card p,.attendance-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
  font-size:15px;
}
.center-note{
  text-align:center;
  max-width:780px;
  margin:44px auto 0;
  color:#564848;
  font-size:18px;
  line-height:1.7;
}

.about-section,.approach-section,.faq-section{background:var(--paper)}
.split-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  align-items:center;
  gap:70px;
}
.split-grid.reverse{grid-template-columns:1.05fr .95fr}
.image-frame{
  border-radius:36px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.image-frame img{
  width:100%;
  height:620px;
  object-fit:cover;
}
.split-copy p{
  color:var(--muted);
  line-height:1.82;
  font-size:16px;
  margin:22px 0 0;
}
.check-list{
  list-style:none;
  padding:0;
  margin:30px 0 0;
  display:grid;
  gap:14px;
}
.check-list li{
  background:#fff;
  border:1px solid rgba(123,13,24,.08);
  padding:16px 18px;
  border-radius:18px;
  color:#4c3f3f;
  font-weight:700;
}
.check-list li:before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  background:var(--wine);
  border-radius:99px;
  margin-right:10px;
}

.process-section{background:linear-gradient(180deg,#fff,var(--paper-2))}
.steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.step-card{
  padding:30px 24px;
  background:#fff;
  border:1px solid rgba(123,13,24,.08);
  border-radius:var(--radius);
  box-shadow:0 16px 38px rgba(63,31,31,.06);
}
.step-card span{
  display:block;
  font-family:var(--serif);
  color:var(--rose);
  font-size:48px;
  line-height:1;
  margin-bottom:24px;
}

.areas-section{background:#fff}
.areas-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.area-item{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  border-radius:24px;
  background:var(--paper-2);
  border:1px solid rgba(123,13,24,.08);
  color:#3d3030;
  font-weight:800;
}

.approach-list{
  display:grid;
  gap:16px;
}
.approach-list div{
  background:#fff;
  border:1px solid rgba(123,13,24,.08);
  border-radius:24px;
  padding:24px;
  display:flex;
  align-items:center;
  gap:18px;
  box-shadow:0 14px 34px rgba(63,31,31,.05);
}
.approach-list strong{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--wine);
  color:#fff;
  font-family:var(--serif);
  font-size:26px;
}
.approach-list span{font-weight:800;color:#443737}

.lifestyle-section{background:#fff}
.lifestyle-section .image-frame img{height:560px}

.attendance-section{
  background:linear-gradient(135deg,var(--paper),#fff);
}
.attendance-box{
  background:#fff;
  border:1px solid rgba(123,13,24,.09);
  border-radius:36px;
  padding:56px;
  box-shadow:var(--shadow);
}
.attendance-box h2{max-width:850px}
.attendance-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:36px 0;
}
.attendance-grid div{
  background:var(--paper-2);
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(123,13,24,.07);
}

.narrow{max-width:900px}
.faq-list{
  display:grid;
  gap:14px;
}
details{
  background:#fff;
  border:1px solid rgba(123,13,24,.09);
  border-radius:22px;
  padding:0 24px;
  box-shadow:0 12px 30px rgba(63,31,31,.04);
}
summary{
  cursor:pointer;
  padding:22px 0;
  font-weight:800;
  color:#332828;
}
details p{
  margin:0 0 22px;
  color:var(--muted);
  line-height:1.7;
}

.final-cta{
  padding:100px 0;
  background:var(--wine);
  color:#fff;
  text-align:center;
}
.final-inner{
  max-width:850px;
}
.final-inner img{
  width:74px;
  margin:0 auto 24px;
  opacity:.95;
}
.final-inner h2{
  color:#fff;
  font-size:clamp(42px,5vw,72px);
}
.final-inner p{
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.7;
  margin:22px auto 34px;
}
.btn-light{
  background:#fff;
  color:var(--wine);
}
.btn-light:hover{transform:translateY(-2px)}

.site-footer{
  background:#211818;
  color:#fff;
  padding:58px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr .7fr 1fr;
  gap:40px;
}
.footer-logo{width:245px;margin-bottom:18px}
.site-footer p,.site-footer small{
  color:rgba(255,255,255,.68);
  line-height:1.7;
}
.site-footer h3{
  margin:0 0 16px;
  color:#fff;
  font-size:15px;
}
.site-footer a{color:rgba(255,255,255,.82)}

.floating-whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:60;
  background:#168f4b;
  color:#fff;
  padding:15px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  box-shadow:0 18px 34px rgba(22,143,75,.28);
}

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.is-visible{
  opacity:1;
  transform:none;
}

@media(max-width:980px){
  .container{width:min(100% - 28px, 760px)}
  .header-inner{height:76px}
  .brand img{width:205px}
  .menu-toggle{
    display:flex;
    width:44px;
    height:44px;
    border:0;
    border-radius:14px;
    background:#fff;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:6px;
    box-shadow:0 10px 28px rgba(63,31,31,.08);
  }
  .menu-toggle span{width:20px;height:2px;background:var(--wine);display:block}
  .nav-menu{
    position:fixed;
    top:76px;
    left:14px;
    right:14px;
    padding:18px;
    background:#fff;
    border-radius:24px;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    transform:translateY(-16px);
    opacity:0;
    pointer-events:none;
    transition:.25s ease;
  }
  .nav-menu.is-open{
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  .nav-menu a{
    padding:14px 16px;
    border-radius:16px;
  }
  .nav-cta{text-align:center}
  .hero{
    padding:22px 0 68px;
    min-height:auto;
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .hero-image{
    order:-1;
    min-height:420px;
    border-radius:28px;
  }
  .hero-image img{min-height:420px}
  h1{font-size:48px}
  h2{font-size:38px}
  .hero-text{font-size:16px}
  .hero-card{
    left:18px;
    right:18px;
    bottom:18px;
  }
  .section{padding:72px 0}
  .cards-grid,.steps-grid,.areas-grid,.attendance-grid,.footer-grid{
    grid-template-columns:1fr;
  }
  .split-grid,.split-grid.reverse{
    grid-template-columns:1fr;
    gap:34px;
  }
  .image-frame img,.lifestyle-section .image-frame img{height:auto}
  .attendance-box{padding:34px 20px;border-radius:28px}
  .soft-card{min-height:auto}
  .floating-whatsapp{
    left:14px;
    right:14px;
    text-align:center;
    bottom:14px;
  }
  .site-footer{padding-bottom:90px}
}

@media(max-width:520px){
  .brand img{width:188px}
  h1{font-size:42px}
  .hero-actions a{width:100%}
  .hero-points{display:grid;gap:10px}
  .section-heading{text-align:left}
  .eyebrow{font-size:10px;letter-spacing:2px}
  .hero-image,.hero-image img{min-height:390px}
  .soft-card,.step-card{padding:24px}
}
