:root {
  --wine: #4f1f31;
  --wine-2: #6e2d45;
  --rose: #b76d78;
  --blush: #f5e7e4;
  --cream: #fbf8f4;
  --gold: #c49555;
  --ink: #2c2024;
  --muted: #78696d;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.announcement { height: 32px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--wine); color: #f8e9e4; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.announcement span { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.site-header { height: 78px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: rgba(251,248,244,.9); border-bottom: 1px solid rgba(79,31,49,.08); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 30px rgba(79,31,49,.08); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--wine); white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; background: var(--wine); color: white; border-radius: 50% 50% 50% 8px; font-style: italic; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 13px; font-weight: 600; color: #55474b; }
nav a { transition: color .2s; }
nav a:hover { color: var(--rose); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 28px; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; background: var(--wine); color: white; font-size: 11px; }
.button-primary { color: white; background: linear-gradient(135deg, var(--wine-2), var(--wine)); box-shadow: 0 14px 30px rgba(79,31,49,.22); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(79,31,49,.3); }

.hero { min-height: calc(100vh - 110px); max-width: 1440px; margin: 0 auto; padding: 68px clamp(24px, 7vw, 110px) 72px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(44px, 6vw, 90px); position: relative; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 380px; height: 380px; background: rgba(234,199,194,.37); left: -220px; top: 60px; }
.orb-two { width: 270px; height: 270px; border: 1px solid rgba(183,109,120,.15); right: -140px; bottom: 0; }
.eyebrow, .kicker { color: var(--rose); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { margin-right: 7px; color: var(--gold); }
h1, h2 { font-family: var(--serif); font-weight: 600; color: var(--wine); letter-spacing: -.035em; }
h1 { max-width: 680px; margin: 22px 0 24px; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.02; }
h1 em, h2 em { color: var(--rose); font-weight: 600; }
.hero-lead { max-width: 630px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.price-note { display: flex; flex-direction: column; gap: 2px; }
.price-note strong { color: var(--wine); font-family: var(--serif); font-size: 19px; }
.price-note span { color: var(--muted); font-size: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #695b5f; font-size: 12px; }
.trust-row i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; border-radius: 50%; background: #e5d2cd; color: var(--wine); font-style: normal; }
.hero-visual { min-height: 580px; display: grid; place-items: center; position: relative; }
.hero-visual > img { width: min(100%, 610px); border-radius: 50% 50% 8px 8px; box-shadow: 0 32px 80px rgba(79,31,49,.22); position: relative; z-index: 2; }
.cover-glow { position: absolute; width: 87%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #f2d9d5, #ddafad); z-index: 1; }
.visual-tag { position: absolute; top: 1%; right: 3%; z-index: 4; padding: 10px 15px; background: rgba(255,255,255,.78); border: 1px solid rgba(79,31,49,.1); backdrop-filter: blur(10px); border-radius: 99px; color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.visual-tag span { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #5c9c7b; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 168px; padding: 12px 16px; background: rgba(255,255,255,.88); box-shadow: 0 14px 38px rgba(79,31,49,.16); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.7); }
.floating-top { top: 19%; left: -4%; }
.floating-bottom { bottom: 10%; right: -4%; }
.mini-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--wine); }
.floating-card div { display: flex; flex-direction: column; }
.floating-card small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { margin-top: 2px; color: var(--wine); font-size: 12px; }

.social-proof { padding: 30px 6vw; color: #d8c3c7; background: var(--wine); text-align: center; }
.social-proof p { margin: 0 0 15px; color: #a9868f; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.proof-items { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(12px, 2.5vw, 36px); font-family: var(--serif); font-size: clamp(16px, 1.7vw, 23px); }
.proof-items b { color: var(--gold); font-size: 9px; }
.section { max-width: 1240px; margin: 0 auto; padding: 112px clamp(24px, 5vw, 64px); }
.section-heading { max-width: 690px; margin: 0 auto 58px; text-align: center; }
.section-heading h2, .faq-heading h2 { margin: 16px 0 18px; font-size: clamp(38px, 4vw, 56px); line-height: 1.1; }
.section-heading p, .faq-heading p { color: var(--muted); line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { min-height: 320px; padding: 32px; border: 1px solid #e3d7d3; background: rgba(255,255,255,.4); position: relative; transition: transform .25s, box-shadow .25s; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(79,31,49,.08); }
.benefit-card.featured { background: var(--blush); border-color: transparent; transform: translateY(-12px); }
.card-number { position: absolute; right: 26px; top: 24px; color: #bda9ad; font-family: var(--serif); font-style: italic; }
.line-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 60px; border: 1px solid #d5b2b4; border-radius: 50%; color: var(--rose); font-size: 25px; }
.benefit-card h3 { margin: 0 0 14px; color: var(--wine); font-family: var(--serif); font-size: 25px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--wine); color: white; overflow: hidden; }
.experience-image { min-height: 620px; position: relative; overflow: hidden; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; opacity: .82; mix-blend-mode: luminosity; }
.experience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(79,31,49,.05), rgba(79,31,49,.36)); }
.quote-card { position: absolute; z-index: 2; left: 8%; right: 8%; bottom: 8%; padding: 25px 28px; background: rgba(255,248,244,.9); color: var(--wine); font-family: var(--serif); font-size: clamp(18px, 2vw, 27px); font-style: italic; }
.experience-copy { align-self: center; max-width: 570px; padding: 80px clamp(38px, 7vw, 110px); }
.kicker-light { color: #dca9ad; }
.experience-copy h2 { margin: 18px 0; color: white; font-size: clamp(42px, 5vw, 64px); line-height: 1.04; }
.experience-copy > p { color: #d5c2c7; line-height: 1.75; }
.steps { margin: 42px 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps li > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #e2bdaf; font-family: var(--serif); }
.steps div { display: flex; flex-direction: column; gap: 4px; }
.steps strong { font-family: var(--serif); font-size: 18px; }
.steps small { color: #bca8ae; font-size: 12px; line-height: 1.5; }
.text-link { display: inline-flex; gap: 15px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid #d7a9a7; color: #f3deda; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.offer-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 64px; padding: clamp(38px, 6vw, 78px); background: #efe0dc; border: 1px solid #e0cac5; position: relative; overflow: hidden; }
.offer-card::before { content: "✦"; position: absolute; right: 43%; top: 22px; color: rgba(183,109,120,.2); font-size: 80px; }
.offer-copy h2 { max-width: 620px; margin: 18px 0 28px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; }
.offer-copy ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #655458; font-size: 14px; }
.offer-copy li span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; border-radius: 50%; background: #ddc1bd; color: var(--wine); font-size: 11px; }
.checkout-box { padding: 38px; background: var(--cream); box-shadow: 0 22px 55px rgba(79,31,49,.12); text-align: center; }
.checkout-box > small { color: var(--muted); letter-spacing: .15em; text-transform: uppercase; }
.main-price { display: flex; align-items: flex-start; justify-content: center; margin: 16px 0 0; color: var(--wine); font-family: var(--serif); }
.main-price sup { margin-top: 14px; font-family: var(--sans); font-size: 14px; font-weight: 700; }
.main-price strong { font-size: 82px; line-height: .9; letter-spacing: -.07em; }
.main-price > span { margin-top: 6px; font-size: 28px; }
.checkout-box p { margin: 10px 0 24px; color: var(--muted); font-size: 13px; }
.button-wide { width: 100%; padding-left: 14px; padding-right: 14px; }
.secure { margin-top: 18px; color: #88797d; font-size: 11px; }
.secure span { color: #64937a; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { margin-top: 16px; }
.faq-list details { border-bottom: 1px solid #dfd3d0; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; color: var(--wine); font-family: var(--serif); font-size: 19px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose); font-family: var(--sans); font-size: 24px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 0 24px; padding-right: 45px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { min-height: 480px; padding: 90px 8vw; display: flex; align-items: center; justify-content: space-between; color: white; background: linear-gradient(130deg, #6b3045, #421725); position: relative; overflow: hidden; }
.final-copy { position: relative; z-index: 2; }
.final-copy > span { color: #d9b1b8; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.final-copy h2 { margin: 18px 0 34px; color: white; font-size: clamp(48px, 6vw, 80px); line-height: .98; }
.final-copy h2 em { color: #dca4ab; }
.button-light { color: var(--wine); background: #fff7f3; }
.final-art { width: 390px; height: 390px; margin-right: 5vw; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; position: relative; }
.final-art::before, .final-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); }
.final-art::before { inset: 38px; }
.final-art::after { inset: 82px; }
.final-art span { position: absolute; color: var(--gold); }
.final-art span:nth-child(1) { top: 32px; left: 55px; font-size: 23px; }
.final-art span:nth-child(2) { right: 34px; bottom: 90px; font-size: 13px; }
.final-art span:nth-child(3) { font-size: 52px; }
footer { min-height: 120px; padding: 35px 6vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #2a111a; color: #9f858c; font-size: 10px; }
.footer-brand { color: #e4cbd0; }
.mobile-buy { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { width: min(700px, 100%); margin: 0 auto; }
  .offer-card { gap: 35px; }
  .faq { gap: 45px; }
  .floating-top { left: 0; }
  .floating-bottom { right: 0; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .announcement { height: 28px; padding: 0 12px; gap: 8px; font-size: 7px; letter-spacing: .13em; white-space: nowrap; }
  .site-header { height: 60px; padding: 0 16px; }
  .site-header .button { display: none; }
  .brand { font-size: 16px; }
  .button { min-height: 56px; padding-inline: 20px; }
  .button:active, .mobile-buy a:active { transform: scale(.98); }
  .hero { min-height: auto; padding: 38px 16px 50px; gap: 34px; }
  .eyebrow { max-width: 320px; font-size: 9px; line-height: 1.6; }
  h1 { margin: 16px 0 18px; font-size: clamp(39px, 11.2vw, 50px); line-height: .99; }
  .hero-lead { max-width: 350px; font-size: 14px; line-height: 1.62; }
  .hero-actions { width: 100%; flex-direction: column; gap: 13px; margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .price-note { gap: 0; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; justify-items: center; gap: 9px 5px; width: 100%; margin-top: 22px; font-size: 10px; }
  .trust-row span:last-child { grid-column: 1 / -1; }
  .hero-visual { min-height: 340px; }
  .hero-visual > img { width: 96%; border-radius: 42% 42% 6px 6px; }
  .cover-glow { width: 92%; }
  .floating-card { min-width: auto; padding: 9px 11px; }
  .floating-card strong { font-size: 10px; }
  .floating-card small { font-size: 8px; }
  .floating-top { top: 13%; left: -2px; }
  .floating-bottom { right: -2px; bottom: 0; }
  .visual-tag { top: -2%; right: 0; }
  .social-proof { padding: 25px 18px; }
  .proof-items { gap: 9px 13px; font-size: 16px; line-height: 1.4; }
  .section { padding: 68px 16px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .faq-heading h2 { margin-top: 12px; font-size: 36px; }
  .section-heading p, .faq-heading p { font-size: 14px; line-height: 1.6; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card.featured { min-height: 232px; padding: 24px; transform: none; }
  .line-icon { width: 50px; height: 50px; margin-bottom: 28px; }
  .benefit-card h3 { font-size: 23px; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 360px; }
  .quote-card { left: 16px; right: 16px; bottom: 16px; padding: 18px; font-size: 18px; }
  .experience-copy { padding: 54px 20px 62px; }
  .experience-copy h2 { font-size: 43px; }
  .steps { margin: 32px 0; }
  .steps li { padding: 16px 0; }
  .offer.section { padding: 56px 10px; }
  .offer-card { grid-template-columns: 1fr; gap: 28px; padding: 32px 16px; }
  .offer-card::before { display: none; }
  .offer-copy h2 { margin-bottom: 23px; font-size: 35px; }
  .offer-copy ul { font-size: 13px; }
  .checkout-box { padding: 28px 16px; }
  .main-price strong { font-size: 72px; }
  .faq { grid-template-columns: 1fr; gap: 22px; padding-top: 64px; padding-bottom: 64px; }
  .faq-heading { position: static; }
  .faq-list summary { min-height: 70px; padding: 20px 2px; font-size: 17px; line-height: 1.25; }
  .faq-list details p { padding-right: 18px; }
  .final-cta { min-height: 490px; padding: 62px 18px; }
  .final-copy h2 { font-size: 48px; }
  .final-copy .button { width: 100%; }
  .final-art { position: absolute; width: 300px; height: 300px; right: -150px; bottom: -100px; opacity: .5; }
  footer { padding: 34px 20px; flex-direction: column; text-align: center; }
  .mobile-buy { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: calc(70px + env(safe-area-inset-bottom)); padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,248,244,.97); border-top: 1px solid #decfcb; box-shadow: 0 -8px 30px rgba(79,31,49,.12); backdrop-filter: blur(12px); }
  .mobile-buy div { display: flex; flex-direction: column; }
  .mobile-buy small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
  .mobile-buy strong { color: var(--wine); font-family: var(--serif); font-size: 21px; }
  .mobile-buy a { min-height: 48px; display: grid; place-items: center; padding: 0 18px; border-radius: 3px; background: var(--wine); color: white; font-size: 11px; font-weight: 700; text-transform: uppercase; transition: transform .15s; }
}

@media (max-width: 360px) {
  .announcement { font-size: 6.5px; }
  .brand { font-size: 15px; }
  h1 { font-size: 38px; }
  .hero { padding-inline: 13px; }
  .floating-card { display: none; }
  .mobile-buy { padding-left: 10px; padding-right: 10px; }
  .mobile-buy strong { font-size: 19px; }
  .mobile-buy a { padding-inline: 13px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
