:root {
  --cream: #f7f3ec;
  --cream-2: #efe7db;
  --gold: #a8804a;
  --gold-dark: #846338;
  --ink: #2b2622;
  --taupe: #9a8b78;
  --white: #fffdf9;
  --line: rgba(43,38,34,.14);
  --shadow: 0 24px 70px rgba(43,38,34,.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.section-tight { padding: 64px 0; }

.promo-bar { background: var(--ink); color: var(--cream); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.promo-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.promo-inner strong { color: #f0d2a8; }
.promo-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); background: rgba(247,243,236,.86); border-bottom: 1px solid rgba(43,38,34,.08); }
.nav-wrap { min-height: 104px; display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: center; }
.brand { display: inline-flex; align-items: center; justify-content: flex-start; width: 170px; height: 92px; overflow: visible; }
.brand img { width: 92px; height: 92px; object-fit: contain; transform: none; display: block; }
.main-nav { display: flex; justify-content: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: 14px; color: rgba(43,38,34,.74); transition: .2s ease; }
.main-nav a:hover { color: var(--gold-dark); }
.menu-button { display: none; border: 0; background: transparent; font-size: 24px; color: var(--ink); }

.btn { border: 1px solid transparent; border-radius: 999px; padding: 14px 22px; font-weight: 700; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn-primary { background: var(--ink); color: var(--cream); box-shadow: 0 12px 26px rgba(43,38,34,.15); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(43,38,34,.22); }
.btn-small { padding: 11px 19px; background: transparent; color: var(--ink); border-color: rgba(43,38,34,.23); }
.btn-large { padding: 17px 28px; font-size: 16px; }
.btn-full { width: 100%; }
.btn-light { background: var(--cream); color: var(--ink); }

.eyebrow { font-size: 12px; letter-spacing: .18em; font-weight: 800; color: var(--gold-dark); margin-bottom: 16px; }
.eyebrow.light { color: #dbc29e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 7vw, 92px); line-height: .95; font-weight: 560; margin-bottom: 26px; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--gold-dark); }
h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1.02; font-weight: 560; margin-bottom: 22px; }
h2 span { font-family: Georgia, "Times New Roman", serif; color: var(--gold-dark); font-weight: 400; }
h3 { font-size: 24px; line-height: 1.1; margin-bottom: 10px; }
.lead { font-size: 19px; line-height: 1.65; color: rgba(43,38,34,.72); }

.hero { padding-top: 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.hero-lead { max-width: 650px; font-size: 20px; line-height: 1.65; color: rgba(43,38,34,.78); }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0 32px; }
.point { display: flex; gap: 11px; align-items: center; min-width: 0; }
.point-icon { flex: 0 0 42px; height: 42px; border: 1px solid rgba(168,128,74,.5); border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 12px; color: var(--gold-dark); }
.point span:last-child { display: grid; gap: 1px; }
.point strong { font-size: 13px; }
.point small { color: var(--taupe); font-size: 11px; }
.price-row { display: flex; align-items: flex-end; gap: 22px; margin-bottom: 26px; }
.old-price { color: var(--taupe); text-decoration: line-through; font-size: 20px; }
.old-price.mini { font-size: 12px; }
.price { font-size: 58px; line-height: .9; font-weight: 800; letter-spacing: -.06em; }
.price span { font-size: 24px; letter-spacing: -.03em; }
.save-badge { margin-bottom: 5px; border: 1px solid rgba(168,128,74,.42); border-radius: 999px; padding: 7px 11px; font-size: 10px; letter-spacing: .08em; color: var(--gold-dark); font-weight: 800; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 2px; font-size: 14px; }
.microcopy { margin-top: 13px; color: var(--taupe); font-size: 12px; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.photo-card { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.photo-card-main { width: 100%; min-height: 585px; border-radius: var(--radius-xl); padding: 26px; position: relative; overflow: hidden; }
.photo-label { position: absolute; top: 25px; left: 25px; z-index: 2; font-size: 10px; letter-spacing: .12em; font-weight: 800; color: var(--taupe); }
.product-stage { position: absolute; inset: 70px 24px 56px; border-radius: 26px; background: linear-gradient(145deg, #eee5d8, #f8f4ed 58%, #e9ddcc); overflow: hidden; }
.product-stage::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(168,128,74,.48); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.stage-box { position: absolute; border-radius: 20px; background: rgba(255,253,249,.78); border: 1px solid rgba(43,38,34,.12); box-shadow: 0 18px 50px rgba(43,38,34,.10); z-index: 1; }
.box-1 { width: 170px; height: 120px; left: 36px; bottom: 52px; transform: rotate(-7deg); }
.box-2 { width: 135px; height: 180px; right: 42px; bottom: 43px; transform: rotate(8deg); }
.box-3 { width: 120px; height: 90px; right: 72px; top: 56px; transform: rotate(-11deg); }
.box-4 { width: 95px; height: 130px; left: 58px; top: 52px; transform: rotate(9deg); }
.stage-hook { position: absolute; z-index: 4; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-4deg); width: 195px; height: 195px; border-radius: 50%; background: var(--ink); color: var(--cream); display: grid; align-content: center; justify-items: center; text-align: center; box-shadow: 0 25px 48px rgba(43,38,34,.25); }
.stage-hook span { font-size: 9px; letter-spacing: .16em; color: #d7bd97; margin-bottom: 7px; }
.stage-hook strong { font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: .9; font-weight: 400; }
.photo-note { position: absolute; bottom: 25px; left: 25px; font-size: 10px; color: var(--taupe); }
.floating-chip { position: absolute; z-index: 3; padding: 13px 16px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .12em; box-shadow: 0 14px 34px rgba(43,38,34,.12); }
.chip-top { right: -24px; top: 78px; background: var(--gold); color: var(--white); transform: rotate(6deg); }
.chip-bottom { left: -30px; bottom: 90px; background: var(--white); border: 1px solid var(--line); transform: rotate(-5deg); }

.hook-card { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 58px 0; display: grid; grid-template-columns: 100px 1.3fr .9fr; gap: 38px; align-items: center; }
.hook-card h2 { margin: 0; }
.hook-card p { margin: 0; color: rgba(43,38,34,.66); font-size: 18px; line-height: 1.6; }
.hook-number { font-family: Georgia, serif; font-size: 58px; color: rgba(168,128,74,.4); }

.section-head { display: grid; grid-template-columns: 1.1fr .8fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.section-head p { margin: 0 0 6px; font-size: 18px; line-height: 1.65; color: rgba(43,38,34,.68); }
.section-head.compact { grid-template-columns: 1fr; }
.contents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.item-card { position: relative; background: rgba(255,253,249,.68); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 18px 18px 24px; }
.item-card.featured { border-color: rgba(168,128,74,.5); }
.item-visual { aspect-ratio: 4 / 3; border-radius: 17px; background: linear-gradient(145deg,#eee5d8,#f8f4ed); display: grid; place-items: center; margin-bottom: 20px; border: 1px dashed rgba(43,38,34,.18); color: var(--taupe); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.item-count { position: absolute; right: 27px; top: 27px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--white); display: grid; place-items: center; font-weight: 800; font-size: 12px; }
.item-card p { color: rgba(43,38,34,.65); font-size: 14px; margin-bottom: 0; }
.item-tag { display: inline-block; margin-top: 16px; font-size: 9px; letter-spacing: .14em; font-weight: 900; color: var(--gold-dark); }
.count-strip { margin-top: 26px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 12px; color: var(--taupe); }
.count-strip i { font-style: normal; color: var(--gold); }
.count-strip strong { color: var(--ink); margin-left: 6px; }

.pdf-section { background: var(--ink); color: var(--cream); overflow: hidden; }
.pdf-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.pdf-section .lead { color: rgba(247,243,236,.72); }
.pdf-section h2 span { color: #d7bd97; }
.pdf-mock { position: relative; min-height: 530px; display: grid; place-items: center; perspective: 1200px; }
.pdf-page { position: relative; z-index: 2; width: 325px; aspect-ratio: .71; background: var(--cream); color: var(--ink); border-radius: 8px; padding: 34px; transform: rotate(-5deg); box-shadow: 0 35px 90px rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.18); }
.pdf-kicker { font-size: 11px; letter-spacing: .2em; color: var(--gold-dark); font-weight: 800; }
.pdf-page h3 { font-size: 50px; line-height: .94; margin-top: 110px; font-weight: 550; }
.pdf-page p { color: var(--taupe); font-size: 12px; letter-spacing: .08em; }
.pdf-mark { position: absolute; right: 28px; bottom: 20px; font-family: Georgia, serif; font-size: 90px; color: rgba(168,128,74,.28); }
.pdf-shadow { position: absolute; width: 335px; height: 470px; background: var(--gold); border-radius: 8px; transform: rotate(7deg) translate(24px,10px); opacity: .58; }
.check-list { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 29px; color: rgba(247,243,236,.82); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #d7bd97; font-weight: 800; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { border-top: 1px solid var(--line); padding-top: 24px; }
.step > span { display: inline-block; font-family: Georgia, serif; font-size: 34px; color: rgba(168,128,74,.6); margin-bottom: 48px; }
.step h3 { font-size: 21px; }
.step p { color: rgba(43,38,34,.65); font-size: 14px; }

.delivery { padding-top: 20px; }
.delivery-card { background: var(--gold-dark); color: var(--cream); border-radius: var(--radius-xl); padding: 68px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; }
.delivery-card h2 { margin-bottom: 0; }
.delivery-card > p { grid-column: 1 / -1; max-width: 800px; margin: 0; color: rgba(247,243,236,.72); font-size: 16px; }
.delivery-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; align-self: end; }
.delivery-stats div { border-left: 1px solid rgba(255,255,255,.25); padding-left: 16px; display: grid; gap: 5px; }
.delivery-stats strong { font-size: 36px; line-height: 1; }
.delivery-stats span { color: rgba(247,243,236,.64); font-size: 11px; }

.offer-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: stretch; }
.offer-photo { min-height: 670px; border-radius: var(--radius-xl); background: linear-gradient(145deg,#e9dece,#f8f4ed); border: 1px dashed rgba(43,38,34,.2); display: grid; place-items: center; color: var(--taupe); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; text-align: center; padding: 20px; }
.offer-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 46px; box-shadow: var(--shadow); }
.offer-card h2 { font-size: 45px; }
.offer-desc { color: rgba(43,38,34,.65); font-size: 17px; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; padding: 28px 0; margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; }
.offer-list div { display: flex; gap: 9px; align-items: flex-start; }
.offer-list span { color: var(--gold-dark); font-weight: 900; }
.offer-price { display: flex; align-items: flex-end; gap: 14px; margin-bottom: 22px; }
.offer-price strong { font-size: 58px; letter-spacing: -.06em; line-height: .9; }
.payment-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 16px 0 8px; }
.payment-row span { border: 1px solid var(--line); border-radius: 8px; padding: 6px 9px; font-size: 10px; font-weight: 800; }
.offer-card small { display: block; text-align: center; color: var(--taupe); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 22px 42px 22px 0; font-weight: 700; position: relative; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 19px; font-size: 24px; color: var(--gold-dark); font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { color: rgba(43,38,34,.66); padding: 0 42px 22px 0; margin: 0; font-size: 14px; line-height: 1.7; }

.final-card { background: var(--ink); color: var(--cream); border-radius: var(--radius-xl); padding: 68px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.final-card h2 { margin: 0; font-size: clamp(48px,6vw,76px); }
.final-action { min-width: 300px; display: grid; gap: 16px; justify-items: stretch; }
.final-price { display: flex; align-items: flex-end; justify-content: flex-end; gap: 14px; }
.final-price strong { font-size: 58px; letter-spacing: -.06em; line-height: 1; }
.light-old { color: rgba(247,243,236,.54); }
.final-action small { color: rgba(247,243,236,.58); text-align: center; }

.site-footer { padding: 60px 0 70px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); padding-top: 42px; }
.footer-brand img { width: 125px; display: block; margin: -20px 0 -16px -20px; }
.footer-brand p { color: var(--taupe); font-size: 12px; letter-spacing: .16em; margin: 0; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 12px; color: rgba(43,38,34,.65); }
.footer-meta { text-align: right; color: var(--taupe); font-size: 11px; }
.footer-meta p { margin-bottom: 4px; }
.seller-placeholder { color: #8b5a4f; }

.checkout-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(43,38,34,.62); backdrop-filter: blur(10px); display: grid; place-items: center; padding: 20px; }
.checkout-overlay[hidden] { display: none; }
.checkout-modal { position: relative; width: min(520px, 100%); background: var(--cream); border: 1px solid rgba(255,255,255,.7); border-radius: 28px; padding: 36px; box-shadow: 0 30px 100px rgba(0,0,0,.25); }
.modal-close { position: absolute; right: 19px; top: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(43,38,34,.07); color: var(--ink); font-size: 24px; }
.modal-logo { width: 110px; height: 56px; overflow: hidden; margin: -10px 0 6px -12px; }
.modal-logo img { width: 100%; transform: scale(1.23); }
.checkout-modal h2 { font-size: 34px; margin-bottom: 22px; }
.modal-summary { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; display: grid; gap: 8px; margin-bottom: 20px; }
.modal-summary div { display: flex; justify-content: space-between; gap: 16px; }
.modal-summary .muted { color: var(--taupe); font-size: 13px; }
.modal-info { color: rgba(43,38,34,.65); font-size: 13px; line-height: 1.6; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: rgba(43,38,34,.72); margin: 22px 0 18px; }
.consent input { margin-top: 3px; }
.checkout-status { min-height: 20px; margin: 12px 0 0; font-size: 12px; color: #8b5a4f; text-align: center; }
.modal-small { display: block; text-align: center; color: var(--taupe); margin-top: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .nav-wrap { grid-template-columns: 150px 1fr auto; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 92px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: center; }
  .main-nav.open { display: flex; }
  .nav-wrap > .btn-small { display: none; }
  .menu-button { display: block; justify-self: end; }
  .hero-grid, .pdf-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { min-height: 560px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .contents-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 34px 18px; }
  .delivery-card { grid-template-columns: 1fr; }
  .delivery-card > p { grid-column: auto; }
  .offer-photo { min-height: 520px; }
  .final-card { align-items: start; flex-direction: column; }
  .final-action { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin: -20px auto -16px; }
  .footer-meta { text-align: center; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .promo-copy { display: none; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 86px; }
  .brand { width: 110px; height: 76px; }
  .brand img { width: 76px; height: 76px; }
  .hero { padding-top: 54px; }
  h1 { font-size: 53px; }
  h2 { font-size: 39px; }
  .hero-lead { font-size: 17px; }
  .hero-points { grid-template-columns: 1fr; gap: 12px; }
  .point { background: rgba(255,253,249,.52); border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: flex-start; }
  .price { font-size: 50px; }
  .hero-visual { min-height: 470px; }
  .photo-card-main { min-height: 455px; padding: 18px; }
  .product-stage { inset: 58px 17px 48px; }
  .product-stage::after { width: 300px; height: 300px; }
  .stage-hook { width: 150px; height: 150px; }
  .stage-hook strong { font-size: 24px; }
  .box-1 { width: 130px; height: 90px; left: 18px; bottom: 35px; }
  .box-2 { width: 100px; height: 140px; right: 20px; bottom: 32px; }
  .box-3 { width: 90px; height: 70px; right: 34px; top: 40px; }
  .box-4 { width: 75px; height: 100px; left: 30px; top: 38px; }
  .chip-top { right: -7px; }
  .chip-bottom { left: -7px; bottom: 62px; }
  .hook-card { grid-template-columns: 1fr; gap: 14px; padding: 42px 0; }
  .hook-number { font-size: 38px; }
  .contents-grid { grid-template-columns: 1fr; }
  .pdf-grid { gap: 25px; }
  .pdf-mock { min-height: 460px; }
  .pdf-page { width: 270px; }
  .pdf-page h3 { font-size: 42px; margin-top: 95px; }
  .pdf-shadow { width: 280px; height: 405px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step > span { margin-bottom: 18px; }
  .delivery-card, .final-card { padding: 34px 25px; border-radius: 24px; }
  .delivery-stats { grid-template-columns: 1fr; gap: 18px; }
  .offer-card { padding: 30px 22px; }
  .offer-card h2 { font-size: 38px; }
  .offer-list { grid-template-columns: 1fr; }
  .offer-price strong { font-size: 50px; }
  .faq-grid { gap: 30px; }
  .final-action { min-width: 0; }
  .final-price { justify-content: flex-start; }
  .checkout-modal { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
