@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --ink: #2d211c;
  --ink-soft: #594940;
  --paper: #fbf8f4;
  --paper-warm: #f4ebe3;
  --paper-sand: #eddfd3;
  --peach: #e8cdb8;
  --gold: #b88235;
  --gold-deep: #966329;
  --gold-light: #d4a35d;
  --muted: #8c7769;
  --line: rgba(45, 33, 28, 0.14);
  --line-light: rgba(255, 255, 255, 0.56);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(78, 48, 31, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
::selection { background: var(--gold-light); color: var(--ink); }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topline {
  position: relative;
  z-index: 10;
  background: #33251f;
  color: rgba(255, 250, 244, 0.82);
  font-size: 12px;
  letter-spacing: 0.02em;
}
.topline__inner { min-height: 38px; display: flex; align-items: center; gap: 10px; }
.topline__item { display: inline-flex; align-items: center; gap: 8px; }
.topline__dot { width: 6px; height: 6px; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 0 4px rgba(212, 163, 93, 0.14); }
.topline__separator { color: var(--gold-light); }
.topline__link { margin-left: auto; color: #f1c97e; font-weight: 700; }
.topline__link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.topline__link:hover span { transform: translate(2px, -2px); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 22%, rgba(226, 181, 125, 0.28), transparent 24%),
    linear-gradient(122deg, #fcfaf7 0%, #f7efe8 48%, #e9d8c9 100%);
}
.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: auto -10% -32% 42%;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  filter: blur(8px);
  transform: rotate(-8deg);
}
.hero__wash { position: absolute; z-index: -1; pointer-events: none; border-radius: 50%; filter: blur(8px); }
.hero__wash--one { width: 510px; height: 510px; top: -250px; right: -125px; background: rgba(217, 170, 115, 0.2); }
.hero__wash--two { width: 360px; height: 360px; bottom: -230px; left: -120px; background: rgba(224, 183, 151, 0.18); }
.hero__grid {
  min-height: 760px;
  padding: 74px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 70px;
  align-items: center;
}
.hero__copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--gold-deep);
}
.eyebrow__line { width: 34px; height: 1px; background: currentColor; display: inline-block; }
.eyebrow--dark { color: var(--gold-deep); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 620px;
  margin: 22px 0 18px;
  font-size: clamp(58px, 6.5vw, 91px);
  line-height: .9;
  letter-spacing: -.08em;
  font-weight: 700;
}
h1 em {
  color: var(--gold-deep);
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.08em;
}
.hero__kicker { margin-bottom: 13px; color: var(--ink); font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.hero__description { max-width: 510px; margin-bottom: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.hero__trust-row {
  max-width: 600px;
  margin: 26px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--ink-soft);
  font-size: 11px;
}
.hero__trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.hero__trust-row b { color: var(--gold-deep); font-size: 14px; }

.hero__offer {
  max-width: 600px;
  padding: 20px 21px 18px;
  border: 1px solid rgba(150, 99, 41, .28);
  background: rgba(255, 253, 250, .76);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(117, 78, 49, .1);
  backdrop-filter: blur(12px);
}
.offer__top { display: flex; justify-content: space-between; gap: 12px; color: var(--gold-deep); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.offer__top span:last-child { color: var(--muted); font-weight: 600; letter-spacing: .1em; }
.offer__prices { display: flex; align-items: baseline; gap: 18px; margin-top: 6px; }
.offer__current { color: var(--gold-deep); font-size: 55px; font-weight: 700; letter-spacing: -.09em; line-height: 1; }
.offer__current small { margin-left: 6px; font-size: 19px; letter-spacing: -.02em; }
.offer__prices del { color: var(--muted); font-size: 14px; }
.offer__note { margin: 10px 0 15px; display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 11px; }
.trust-icon { width: 18px; height: 18px; display: inline-grid; place-items: center; border: 1px solid rgba(150, 99, 41, .55); color: var(--gold-deep); border-radius: 50%; font-size: 10px; }
.offer__fine { margin-top: 10px; color: var(--muted); font-size: 10px; text-align: center; }

.button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button span { font-size: 18px; line-height: 1; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(80, 50, 31, .16); }
.button:hover span { transform: translateX(4px); }
.button--primary { width: 100%; background: linear-gradient(100deg, #bd8537, #dcae68); color: #fffaf4; }
.button--dark { width: 100%; background: #33251f; color: #fffaf4; }

.hero__visual { position: relative; min-height: 630px; display: grid; align-content: center; justify-items: center; }
.visual__topline { width: min(100%, 488px); margin-bottom: 12px; display: flex; justify-content: space-between; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.visual__stage {
  position: relative;
  width: min(100%, 488px);
  aspect-ratio: 2 / 3;
  overflow: visible;
  border: 1px solid rgba(150, 99, 41, .22);
  border-radius: 34px;
  background: #e8d7c7;
  box-shadow: 0 28px 65px rgba(96, 59, 37, .16);
}
.visual__stage::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 26px;
  pointer-events: none;
}
.stage__orb { position: absolute; z-index: 0; width: 76%; aspect-ratio: 1; top: 18%; left: 12%; border-radius: 50%; background: rgba(255, 247, 235, .58); filter: blur(20px); }
.visual__stage img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 34px; }
.stage__callout {
  position: absolute;
  z-index: 4;
  width: 178px;
  padding: 12px 14px 13px;
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 8px;
  align-items: start;
  border: 1px solid rgba(150, 99, 41, .23);
  border-radius: 13px;
  background: rgba(255, 253, 250, .88);
  box-shadow: 0 13px 30px rgba(96, 59, 37, .12);
  backdrop-filter: blur(10px);
}
.stage__callout--top { top: 25%; right: -49px; }
.stage__callout--bottom { bottom: 18%; left: -49px; }
.callout__mark { grid-row: span 2; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.stage__callout strong { color: var(--ink); font-size: 12px; line-height: 1.15; }
.stage__callout small { grid-column: 2; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.visual__caption { width: min(100%, 488px); margin: 13px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-align: right; }

.countdown { background: #dfc5ad; color: var(--ink); border-top: 1px solid rgba(150, 99, 41, .22); border-bottom: 1px solid rgba(150, 99, 41, .18); }
.countdown__inner { min-height: 142px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.countdown__copy h2 { margin: 9px 0 2px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(27px, 3vw, 38px); font-weight: 500; letter-spacing: -.05em; }
.countdown__copy p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.countdown__clock { display: flex; align-items: center; gap: 13px; }
.countdown__clock > b { margin-bottom: 17px; color: var(--gold-deep); font-size: 27px; font-weight: 400; }
.countdown__unit { min-width: 82px; display: grid; gap: 4px; text-align: center; }
.countdown__unit strong { color: var(--ink); font-size: 42px; letter-spacing: -.07em; line-height: 1; }
.countdown__unit span { color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }

.section { padding: 116px 0; }
.benefits { background: var(--paper); }
.section-heading { max-width: 680px; }
.section-heading h2, .detail-copy h2, .order-copy h2 { margin: 17px 0 16px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(45px, 5.7vw, 76px); line-height: .98; font-weight: 500; letter-spacing: -.065em; }
.section-heading h2 em, .detail-copy h2 em, .order-copy h2 em { color: var(--gold-deep); font-style: italic; }
.section-heading p { max-width: 530px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.benefit-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { min-height: 305px; padding: 27px; position: relative; overflow: hidden; border: 1px solid var(--line); background: #fffdfa; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.benefit-card--warm { background: #f1e0d2; }
.benefit-card--sand { background: #e8cdb8; }
.benefit-card__top { display: flex; justify-content: space-between; align-items: start; color: var(--gold-deep); font-size: 11px; letter-spacing: .18em; }
.benefit-card__icon { font-family: Georgia, serif; font-size: 38px; line-height: .75; letter-spacing: 0; }
.benefit-card h3 { margin: 82px 0 12px; font-family: 'Playfair Display', Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.benefit-card p { max-width: 280px; margin-bottom: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.benefit-card__tag { position: absolute; bottom: 26px; left: 27px; color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .15em; }

.detail-section { padding-top: 38px; background: var(--paper-warm); }
.detail-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 90px; align-items: center; }
.detail-media { position: relative; min-height: 0; aspect-ratio: 2 / 2.65; padding: 12px; border: 1px solid rgba(150, 99, 41, .2); border-radius: 31px; overflow: hidden; background: #e8d5c3; box-shadow: var(--shadow); }
.detail-media__label { position: absolute; z-index: 3; top: 27px; left: 30px; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.detail-media__image-wrap { position: absolute; inset: 0; display: grid; place-items: center; }
.detail-media__image-wrap::after { content: ''; position: absolute; width: 65%; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 248, 236, .55); filter: blur(22px); }
.detail-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.detail-media__footer { position: absolute; z-index: 3; left: 30px; right: 30px; bottom: 24px; display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.detail-copy__lead { max-width: 500px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.detail-list { margin: 37px 0 32px; border-top: 1px solid var(--line); }
.detail-list__item { display: flex; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.detail-list__item > span { color: var(--gold-deep); font-size: 11px; letter-spacing: .16em; }
.detail-list__item div { display: grid; gap: 5px; }
.detail-list__item strong { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 500; }
.detail-list__item small { color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-deep); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.spec-section { background: #eee1d6; }
.section-heading--center { margin: 0 auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.spec-table { max-width: 920px; margin: 55px auto 0; border-top: 1px solid var(--line); }
.spec-row { min-height: 72px; display: grid; grid-template-columns: 1fr 1fr 48px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.spec-row strong { color: var(--ink); font-size: 16px; font-weight: 600; text-transform: none; }
.spec-row__mark { color: var(--gold-deep); font-size: 10px; letter-spacing: .16em; text-align: right; }

.order-section { position: relative; overflow: hidden; padding: 125px 0; background: #e0c7b1; }
.order-section__shape { position: absolute; pointer-events: none; border-radius: 50%; }
.order-section__shape--one { width: 640px; height: 640px; top: -370px; right: -160px; border: 1px solid rgba(255, 252, 247, .55); }
.order-section__shape--two { width: 400px; height: 400px; bottom: -285px; left: -160px; background: rgba(247, 234, 221, .45); filter: blur(8px); }
.order-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(390px, .7fr); gap: 100px; align-items: center; }
.order-copy > p { max-width: 480px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.order-price { max-width: 460px; margin: 34px 0 17px; padding: 20px 0; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(45, 33, 28, .2); border-bottom: 1px solid rgba(45, 33, 28, .2); }
.order-price div { display: grid; gap: 5px; }
.order-price span { color: var(--gold-deep); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.order-price strong { color: var(--gold-deep); font-size: 57px; letter-spacing: -.09em; line-height: .9; }
.order-price strong small { font-size: 20px; letter-spacing: -.02em; }
.order-price del { margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.order-trust { display: flex; align-items: center; gap: 9px; margin-top: 10px; color: var(--ink-soft); font-size: 13px; }
.order-trust span { color: var(--gold-deep); font-weight: 700; }
.order-form { padding: 29px; border: 1px solid rgba(150, 99, 41, .23); background: rgba(255, 253, 250, .75); border-radius: 22px; box-shadow: 0 30px 70px rgba(96, 59, 37, .12); backdrop-filter: blur(12px); }
.form-heading { display: flex; justify-content: space-between; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.order-form label { display: grid; gap: 9px; margin-top: 22px; color: var(--ink-soft); font-size: 11px; }
.order-form input, .order-form select { width: 100%; height: 47px; padding: 0 14px; border: 1px solid rgba(45, 33, 28, .16); border-radius: 9px; outline: none; background: rgba(255, 255, 255, .65); color: var(--ink); font-size: 13px; }
.order-form input:focus, .order-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184, 130, 53, .12); }
.order-form input::placeholder { color: #a79386; }
.order-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold-deep) 50%), linear-gradient(135deg, var(--gold-deep) 50%, transparent 50%); background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.order-form option { color: var(--ink); }
.order-form .button { margin-top: 25px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-success { display: none; margin-top: 16px; padding: 12px; border: 1px solid rgba(150, 99, 41, .32); border-radius: 9px; color: var(--gold-deep); font-size: 12px; line-height: 1.5; }
.form-success.is-visible { display: block; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; color: var(--ink); font-family: 'Playfair Display', Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-deep); font-family: 'DM Sans', Arial, sans-serif; font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 630px; margin: -3px 0 20px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.footer { padding: 35px 0; background: #33251f; color: rgba(255, 250, 244, .64); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__brand img { width: 65px; height: 65px; border-radius: 50%; object-fit: cover; }
.footer__brand span { font-size: 11px; line-height: 1.5; }
.footer__meta { display: flex; align-items: center; gap: 22px; font-size: 11px; }
.footer__meta a { color: #f1c97e; }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .13s; }
.reveal--delay-sm { transition-delay: .1s; }
.reveal--delay-md { transition-delay: .18s; }

@media (max-width: 1040px) {
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; gap: 58px; padding-top: 65px; }
  .hero__copy { max-width: 720px; }
  .hero__visual { min-height: 0; }
  .visual__stage { width: min(75vw, 488px); }
  .detail-grid, .order-grid { gap: 55px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 560px); }
  .topline__inner { min-height: 36px; font-size: 10px; gap: 6px; }
  .topline__separator, .topline__link { display: none; }
  .hero__grid { gap: 42px; padding: 50px 0 58px; }
  h1 { margin-top: 20px; font-size: clamp(54px, 16vw, 82px); }
  .hero__kicker { font-size: 17px; }
  .hero__description { font-size: 14px; line-height: 1.65; }
  .hero__trust-row { margin: 22px 0 20px; gap: 9px 13px; }
  .hero__trust-row span { font-size: 10px; }
  .hero__offer { padding: 17px 15px; }
  .offer__current { font-size: 47px; }
  .offer__top { font-size: 9px; }
  .hero__visual { width: 100%; }
  .visual__topline { font-size: 9px; }
  .visual__stage { width: min(100%, 410px); border-radius: 27px; }
  .visual__stage img { border-radius: 27px; }
  .visual__stage::before { inset: 12px; border-radius: 20px; }
  .stage__callout { width: 154px; padding: 10px 11px; }
  .stage__callout--top { right: -7px; }
  .stage__callout--bottom { left: -7px; }
  .stage__callout strong { font-size: 11px; }
  .stage__callout small { font-size: 9px; }
  .visual__caption { font-size: 9px; text-align: left; }
  .countdown__inner { padding: 27px 0; display: grid; gap: 21px; }
  .countdown__copy h2 { font-size: 29px; }
  .countdown__clock { justify-content: space-between; gap: 4px; }
  .countdown__unit { min-width: 0; flex: 1; }
  .countdown__unit strong { font-size: 36px; }
  .countdown__clock > b { font-size: 21px; }
  .section { padding: 82px 0; }
  .section-heading h2, .detail-copy h2, .order-copy h2 { font-size: 49px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .benefit-card { min-height: 250px; }
  .benefit-card h3 { margin-top: 67px; }
  .detail-section { padding-top: 0; }
  .detail-grid, .faq-grid, .order-grid { grid-template-columns: 1fr; }
  .detail-media { aspect-ratio: 2 / 3; }
  .detail-copy__lead { font-size: 15px; }
  .spec-row { grid-template-columns: 1fr auto 30px; gap: 12px; font-size: 12px; }
  .spec-row strong { font-size: 13px; text-align: right; }
  .spec-row__mark { font-size: 9px; }
  .order-section { padding: 86px 0 110px; }
  .order-copy > p { font-size: 15px; }
  .order-price strong { font-size: 50px; }
  .order-form { padding: 22px 17px; }
  .faq-grid { gap: 35px; }
  .faq-list summary { min-height: 68px; font-size: 18px; }
  .footer { padding-bottom: 92px; }
  .footer__inner, .footer__meta { align-items: flex-start; flex-direction: column; }
  .footer__meta { gap: 11px; }
  .mobile-bar {
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 14px;
    background: rgba(51, 37, 31, .96);
    border-top: 1px solid rgba(241, 201, 126, .3);
    backdrop-filter: blur(12px);
  }
  .mobile-bar > div { display: grid; gap: 2px; }
  .mobile-bar small { color: rgba(255, 250, 244, .62); font-size: 9px; }
  .mobile-bar strong { color: #f1c97e; font-size: 17px; }
  .mobile-bar .button { width: auto; min-height: 42px; padding: 0 17px; font-size: 12px; }
}

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