:root {
  --ink: #281820;
  --berry: #541f35;
  --berry-deep: #35101f;
  --rose: #b5415d;
  --blush: #f4d8d8;
  --cream: #fff8f2;
  --sand: #f0dfcf;
  --paper: #fffdf9;
  --line: rgba(84, 31, 53, 0.16);
  --shadow: 0 24px 70px rgba(53, 16, 31, 0.14);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; width: 100%; object-fit: cover; }
button, a { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: white;
  color: var(--berry);
  border-radius: 10px;
}
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.1;
}
.wordmark-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--cream);
  background: var(--berry);
  font-family: Georgia, serif;
  font-size: 1.55rem;
}
.wordmark strong { display: block; font-family: Georgia, serif; font-size: 1.12rem; }
.wordmark small { display: block; margin-top: .22rem; color: #785f69; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.header-link { color: var(--berry); font-weight: 800; text-underline-offset: .3em; }

.hero {
  width: min(calc(100% - 2rem), var(--max));
  min-height: 710px;
  margin: 0 auto 2.5rem;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.hero-copy { padding: 4rem 0 5rem; }
.eyebrow, .section-label {
  margin: 0 0 1rem;
  color: var(--rose);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-label.light { color: #f7c8d2; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 { max-width: 14ch; font-size: clamp(3rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.25rem); }
h3 { line-height: 1.2; }
.hero-sub { max-width: 620px; margin: 1.7rem 0; font-size: clamp(1.1rem, 1.8vw, 1.34rem); color: #5f4b54; }

.hero-offer {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 0 0 1.7rem;
}
.hero-offer span {
  padding: .6rem .85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  font-size: .88rem;
}
.hero-offer strong { color: var(--berry); }

.button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: .92rem 1.35rem;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid #e8a9b7; outline-offset: 4px; }
.button-primary { color: white; background: var(--berry); box-shadow: 0 13px 28px rgba(84,31,53,.24); }
.button-primary:hover { background: var(--berry-deep); }
.button-light { color: var(--berry-deep); background: var(--cream); box-shadow: 0 13px 28px rgba(28,8,16,.18); }
.cta-note { margin: .8rem 0 0; color: #79616c; font-size: .88rem; }

.hero-visual {
  position: relative;
  margin: 0;
  min-height: 610px;
  overflow: hidden;
  border-radius: 54% 54% 24px 24px;
  box-shadow: var(--shadow);
  background: var(--sand);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(36,10,22,.78));
}
.hero-visual img { height: 610px; }
.hero-visual figcaption {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.8rem;
  z-index: 2;
  color: white;
}
.hero-visual figcaption span { display: block; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-visual figcaption strong { display: block; margin-top: .25rem; font-family: Georgia, serif; font-size: 1.6rem; }

.section-pad { padding: clamp(4.5rem, 9vw, 8rem) max(1rem, calc((100% - var(--max)) / 2)); }
.variant-story { background: var(--berry-deep); color: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.story-grid h2 { max-width: 13ch; }
.story-grid p { color: #eadde2; }
.story-lead { margin-top: .3rem; font-size: 1.25rem; }

.section-heading { max-width: 850px; margin-bottom: 3.2rem; }
.section-heading.compact { max-width: 760px; }
.section-heading > p:last-child { max-width: 700px; color: #6d5861; font-size: 1.08rem; }
.method { background: var(--paper); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.method-grid article { min-height: 260px; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.method-grid article span { color: var(--rose); font-family: Georgia, serif; font-size: 2.2rem; }
.method-grid h3 { margin: 2.4rem 0 .6rem; font-family: Georgia, serif; font-size: 1.55rem; }
.method-grid p { margin: 0; color: #6d5861; }

.journey { background: var(--blush); }
.journey-list { max-width: 900px; margin: 3rem 0 0 auto; padding: 0; list-style: none; }
.journey-list li { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid rgba(84,31,53,.2); }
.journey-list li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--berry); color: white; font-weight: 900; }
.journey-list strong { font-family: Georgia, serif; font-size: 1.28rem; }
.journey-list p { margin: .25rem 0 0; color: #674d58; }

.proof { background: var(--paper); }
.proof-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; align-items: end; }
.proof-gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.proof-gallery img { height: min(650px, 65vw); }
.proof-gallery figure:nth-child(2) img { height: min(520px, 55vw); }
.proof-gallery figcaption { padding: 1rem 1.2rem; color: #654f59; font-size: .9rem; }

.offer { background: var(--cream); }
.offer-card {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  overflow: hidden;
  border-radius: 36px;
  background: var(--berry);
  color: white;
  box-shadow: var(--shadow);
}
.offer-main { padding: clamp(2rem, 5vw, 4.8rem); }
.offer-main h2 { max-width: 12ch; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 2rem; margin: 2.2rem 0; padding: 0; list-style: none; color: #f2e3e8; }
.offer-list li::before { content: "✓"; margin-right: .55rem; color: #f4b6c4; font-weight: 900; }
.schedule { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: .65rem; }
.schedule > div { padding: 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); }
.schedule > div.schedule-featured { background: white; color: var(--berry-deep); }
.schedule strong, .schedule span { display: block; }
.schedule strong { font-size: 1.25rem; }
.schedule span { margin-top: .2rem; font-size: .76rem; line-height: 1.35; opacity: .82; }

.price-card { padding: clamp(2rem, 4vw, 3.5rem); background: var(--berry-deep); }
.price-card > p { margin: 0; color: #e3cfd7; }
.price-old { display: block; margin: .15rem 0 1.1rem; color: #ccb9c0; font-size: 1.5rem; text-decoration: line-through; }
.price-current { display: block; margin: .1rem 0 1rem; font-family: Georgia, serif; font-size: clamp(4rem, 8vw, 6.5rem); line-height: .9; color: white; }
.enrollment { padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.enrollment strong { color: white; }
.price-note { margin: 1rem 0 1.4rem !important; font-size: .87rem; line-height: 1.5; }
.price-card .button { width: 100%; }
.availability { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.4rem; margin: 1rem 0 0; padding: 1.3rem 1.5rem; border: 1px solid var(--line); border-radius: 22px; background: white; }
.availability strong { color: var(--berry); font-family: Georgia, serif; font-size: 1.25rem; }
.availability p { margin: .2rem 0 0; color: #725c65; }
.slots { display: grid; grid-template-columns: repeat(3, 12px); gap: 5px; }
.slots i { width: 12px; height: 12px; border-radius: 50%; background: var(--rose); }

.fit { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fit-grid > div { padding: 2rem; border-radius: var(--radius); background: #f8e9e6; }
.fit-grid > div:nth-child(2) { background: #f1e5d8; }
.fit-grid h3 { margin-top: 0; font-family: Georgia, serif; font-size: 1.55rem; }
.fit-grid ul { margin: 0; padding-left: 1.2rem; }
.fit-grid li + li { margin-top: .55rem; }

.faq { background: var(--cream); }
.faq-list { max-width: 900px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.3rem 2.5rem 1.3rem 0; font-weight: 850; cursor: pointer; }
.faq details p { max-width: 720px; margin: 0 0 1.4rem; color: #69545e; }

.closing { text-align: center; background: var(--berry-deep); color: white; }
.closing h2 { max-width: 830px; margin: 0 auto; }
.closing > p:not(.section-label) { max-width: 650px; margin: 1.3rem auto 1.7rem; color: #e7d7dd; font-size: 1.08rem; }
.closing small { display: block; max-width: 650px; margin: 1rem auto 0; color: #cbb7bf; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: 2rem 0 7rem;
  color: #715b64;
  font-size: .86rem;
}
footer strong { color: var(--berry); }

.mobile-cta { display: none; }
.checkout-dialog { width: min(calc(100% - 2rem), 540px); padding: 2rem; border: 0; border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.checkout-dialog::backdrop { background: rgba(25,8,16,.7); backdrop-filter: blur(4px); }
.checkout-dialog h2 { font-size: 2.3rem; }
.checkout-dialog p:not(.section-label) { color: #6d5861; }
.dialog-close { position: absolute; top: .8rem; right: .9rem; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f3e4df; color: var(--berry); font-size: 1.5rem; }
.dialog-ok { width: 100%; margin-top: .6rem; }
.noscript { padding: 1rem; text-align: center; color: white; background: #8d1f32; }

.reveal { animation: reveal .7s ease both; }
.hero-visual.reveal { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 860px) {
  .site-header { min-height: 72px; }
  .header-link { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 3.2rem 0 2rem; }
  .hero-visual { min-height: 420px; border-radius: 180px 180px 22px 22px; }
  .hero-visual img { height: 480px; }
  .story-grid, .offer-card { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: auto; }
  .method-grid h3 { margin-top: 1.2rem; }
  .offer-list { grid-template-columns: 1fr; }
  .schedule { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}

@media (max-width: 600px) {
  body { padding-bottom: 76px; }
  .wordmark small { display: none; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.25rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .section-pad { padding-top: 4.2rem; padding-bottom: 4.2rem; }
  .hero-offer { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-offer span { padding: .65rem .4rem; text-align: center; border-radius: 14px; line-height: 1.25; }
  .hero-offer strong { display: block; }
  .hero-copy > .button { width: 100%; }
  .proof-gallery { grid-template-columns: 1fr; }
  .proof-gallery img, .proof-gallery figure:nth-child(2) img { height: 430px; }
  .availability { align-items: start; }
  .mobile-cta {
    position: fixed;
    left: .7rem;
    right: .7rem;
    bottom: .7rem;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .65rem .7rem .65rem 1rem;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 20px;
    background: rgba(255,248,242,.94);
    box-shadow: 0 18px 45px rgba(53,16,31,.2);
    backdrop-filter: blur(12px);
  }
  .mobile-cta strong, .mobile-cta span { display: block; }
  .mobile-cta strong { color: var(--berry); font-size: .88rem; }
  .mobile-cta span { color: #715b64; font-size: .72rem; }
  .mobile-cta .button { min-height: 46px; padding: .7rem 1rem; font-size: .82rem; }
}
