:root {
    --bg: #f6f1e8;
    --surface: #fffdf9;
    --surface-2: #efe6d7;
    --ink: #221b15;
    --muted: #6f6256;
    --line: #ded2c2;
    --accent: #8d5e22;
    --accent-dark: #5d3810;
    --accent-soft: #e8d4ac;
    --gift: #b82318;
    --gift-dark: #7e130d;
    --success: #1e6d42;
    --canvas: #e8e1d8;
    --gold: #e6b962;
    --gift-light: #ffd684;
    --reviews-bg: #ede3d4;
    --dot: #b9ab99;
    --shadow: 0 14px 34px rgba(53, 36, 18, .12);
    --radius: 24px;
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; }
html, body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-y: auto;
    background: var(--canvas);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
body > *, body > * > * { max-width: 100%; }
img, video, iframe, svg, canvas { max-width: 100% !important; }
img, video { height: auto; display: block; }
a { color: inherit; }
button, input { font: inherit; }

.site-shell {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
    box-shadow: 0 0 40px rgba(0,0,0,.11);
}

.section-pad { padding: 34px 20px; }
.full-bleed {
    width: calc(100% + 40px);
    max-width: none !important;
    margin-left: -20px;
    margin-right: -20px;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 10px 18px;
    background: rgba(34, 27, 21, .96);
    color: white;
    backdrop-filter: blur(8px);
}
.brand {
    text-decoration: none;
    font-weight: 900;
    letter-spacing: -.04em;
}
.brand span { color: var(--gold); }
.topbar-link {
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.hero { padding-top: 22px; }
.eyebrow, .section-kicker {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hero .eyebrow { font-size: 15px; }
h1, h2 { margin: 10px 0 12px; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(28px, 7.5vw, 36px); }
.hero-title { font-size: clamp(24px, 7.2vw, 32px); }
.hero-title span { display: block; white-space: nowrap; }
h2 { font-size: clamp(28px, 8vw, 38px); }
p { line-height: 1.55; }
.hero-subtitle, .section-intro { margin: 0 0 22px; color: var(--muted); font-size: 16px; }

.hero-media { position: relative; overflow: hidden; margin-top: 16px; background: white; }
.hero-media img {
    display: block;
    width: 100%;
    height: auto;
}
.gift-corner {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    max-width: 150px;
    padding: 11px 14px;
    border-radius: 14px;
    background: var(--gift);
    color: white;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 8px 24px rgba(126, 19, 13, .25);
}
.gift-corner span { font-size: 13px; letter-spacing: .04em; }
.hero-steps {
    margin: 12px 0 0;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.02em;
    text-align: center;
    white-space: nowrap;
}
.hero-steps span { color: var(--gift); }

.price-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    margin: 14px 0;
    padding: 15px 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}
.price-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.old-price { color: var(--muted); font-size: 20px; text-decoration: line-through; text-decoration-thickness: 2px; }
.price-main { display: flex; align-items: center; gap: 8px; }
.discount-price { display: grid; gap: 2px; }
.discount-price .price-label { margin-bottom: 0; }
.discount { padding: 7px 9px; border-radius: 10px; background: var(--gift); color: white; font-size: 13px; font-weight: 900; }
.new-price { font-size: 31px; font-weight: 950; letter-spacing: -.05em; }
.new-price small { font-size: 14px; letter-spacing: 0; }

.social-proof {
    display: grid;
    gap: 7px;
    margin: 2px 0 14px;
    padding: 11px 14px;
    border: 1px solid rgba(180, 139, 76, .22);
    border-radius: 14px;
    background: linear-gradient(135deg, #fffaf0, #f8f1e5);
    color: var(--muted);
    font-size: 12px;
}
.rating-line, .sold-line { display: flex; align-items: center; gap: 6px; }
.rating-stars { color: #e5a318; font-size: 15px; letter-spacing: 1px; line-height: 1; }
.rating-line strong { color: var(--ink); font-size: 14px; }
.sold-line span {
    display: inline-grid;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--success);
    color: white;
    font-size: 11px;
    font-weight: 900;
}
.sold-line strong { color: var(--accent-dark); }

.cta {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    border: 0;
    border-radius: 16px;
    background: var(--accent-dark);
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(93, 56, 16, .22);
}
.cta:active { transform: translateY(1px); }
.hero-cta { background: var(--gift-dark); }
.microcopy { margin: 10px 6px 0; color: var(--muted); text-align: center; font-size: 12px; }

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 28px;
}
.trust-grid article {
    position: relative;
    display: flex;
    min-height: 132px;
    flex-direction: column;
    padding: 15px 15px 16px;
    overflow: hidden;
    border: 1px solid rgba(180, 139, 76, .22);
    border-radius: 20px;
    background: linear-gradient(145deg, #fffdf9 0%, #f8f1e5 100%);
    box-shadow: 0 8px 22px rgba(74, 48, 20, .07);
}
.trust-grid article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--gold), var(--accent));
}
.trust-icon {
    display: grid;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    place-items: center;
    border: 1px solid rgba(153, 96, 21, .12);
    border-radius: 50%;
    background: linear-gradient(145deg, #f6e4ba, #ead09a);
    color: var(--accent-dark);
    font-size: 14px;
    font-weight: 950;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.trust-grid b { font-size: 14px; line-height: 1.25; }
.trust-grid small { margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.gift-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, var(--gift-dark), var(--gift));
    color: white;
}
.gift-section::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -80px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
}
.gift-badge {
    display: inline-block;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
}
.gift-layout { position: relative; z-index: 1; }
.gift-copy h2 span { color: var(--gift-light); }
.gift-copy p { color: rgba(255,255,255,.82); }
.check-list { display: grid; gap: 8px; margin: 18px 0 12px; padding: 0; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 8px; color: var(--gift-light); font-weight: 950; }
.gift-image-wrap {
    position: relative;
    display: grid;
    max-width: 280px;
    margin: 8px auto 18px;
    place-items: center;
    padding: 20px;
    border-radius: 28px;
    background: white;
}
.gift-image-wrap img { width: 100%; max-width: 220px !important; }
.gift-sticker {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--gift-light);
    color: var(--gift-dark);
    font-size: 12px;
    font-weight: 950;
    transform: rotate(-4deg);
}
.cta-light { background: white; color: var(--gift-dark); box-shadow: none; }

.feature-section, .spec-section, .steps-section { background: var(--surface); }
.feature-image { width: calc(100% + 40px); margin-top: 22px; margin-bottom: 18px; }
.feature-cards { display: grid; gap: 10px; }
.feature-cards article {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--bg);
}
.feature-cards span { color: var(--muted); font-size: 14px; line-height: 1.4; }

.video-section { background: var(--bg); }
.video-section .section-intro { margin-bottom: 16px; }
.video-frame {
    overflow: hidden;
    border: 1px solid rgba(93, 56, 16, .18);
    border-radius: 22px;
    background: #17120e;
    box-shadow: var(--shadow);
}
.video-frame video {
    width: 100%;
    max-height: 620px;
    background: #17120e;
}

.details-section { background: var(--accent-dark); color: white; }
.details-section .section-kicker { color: var(--gold); }
.details-image { width: 100%; margin: 18px auto; border-radius: 20px; }
.details-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.details-grid span {
    padding: 9px 11px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    font-size: 13px;
}
.details-grid .details-gift { width: 100%; border-color: var(--gift-light); background: var(--gift-light); color: var(--gift-dark); font-weight: 900; text-align: center; }

.spec-shell { position: relative; margin: 18px -8px 0; }
.spec-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 30px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-y;
}
.spec-track::-webkit-scrollbar { display: none; }
.spec-card {
    flex: 0 0 calc(100% - 34px);
    margin: 0;
    scroll-snap-align: center;
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: var(--shadow);
}
.spec-card img { width: 100%; display: block; }
.spec-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(34,27,21,.9);
    color: white;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}
.spec-arrow.prev { left: 3px; }
.spec-arrow.next { right: 3px; }
.spec-dots { display: flex; justify-content: center; gap: 7px; margin-top: 4px; }
.spec-dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--dot); }
.spec-dots span.active { width: 22px; border-radius: 999px; background: var(--accent-dark); }
.spec-list { margin: 0; }
.spec-list div {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; text-align: right; font-weight: 800; }

.reviews-section { background: var(--reviews-bg); }
.reviews-shell { position: relative; margin: 20px -8px 0; }
.reviews-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 30px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-y;
}
.reviews-track::-webkit-scrollbar { display: none; }
.review-card {
    flex: 0 0 calc(100% - 34px);
    margin: 0;
    scroll-snap-align: center;
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: var(--shadow);
}
.review-card img { width: 100%; }
.review-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(34,27,21,.9);
    color: white;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}
.review-arrow.prev { left: 3px; }
.review-arrow.next { right: 3px; }
.review-dots { display: flex; justify-content: center; gap: 7px; margin-top: 4px; }
.review-dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--dot); }
.review-dots span.active { width: 22px; border-radius: 999px; background: var(--accent-dark); }

.steps { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 13px; align-items: center; }
.steps li > span {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 15px;
    background: var(--accent-dark);
    color: white;
    font-weight: 950;
}
.steps div { display: grid; gap: 3px; }
.steps small { color: var(--muted); line-height: 1.35; }

.faq-list { display: grid; gap: 9px; margin-top: 18px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--surface); overflow: hidden; }
.faq-list summary { padding: 16px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--accent); font-size: 22px; line-height: .8; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 16px 16px; color: var(--muted); }

.order-section { padding-top: 0; background: var(--surface-2); }
.order-gift-line {
    margin: 0 -20px;
    padding: 13px 20px;
    background: var(--gift);
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
}
.order-image { width: calc(100% + 40px); background: white; }
.order-card {
    margin-top: -1px;
    padding: 22px 18px;
    border-radius: 0 0 var(--radius) var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}
.order-card p { color: var(--muted); }
.order-price { display: flex; align-items: baseline; gap: 12px; margin: 12px 0 16px; flex-wrap: wrap; }
.order-price del { color: var(--muted); }
.order-price strong { font-size: 34px; letter-spacing: -.05em; }
.order-form { display: grid; gap: 12px; }
.order-form label { display: grid; gap: 7px; }
.order-form label > span { font-size: 13px; font-weight: 800; }
.order-form input {
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    outline: none;
    background: white;
    color: var(--ink);
}
.order-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(141,94,34,.12); }
.order-form input.invalid { border-color: var(--gift); box-shadow: 0 0 0 3px rgba(184,35,24,.1); }
.submit-cta { margin-top: 4px; }
.form-error { min-height: 18px; color: var(--gift); font-size: 12px; font-weight: 700; }
.privacy-note { color: var(--muted); line-height: 1.4; text-align: center; }


.sticky-cta {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 30;
    display: flex;
    width: min(calc(100% - 20px), 460px);
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 9px 9px 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(34,27,21,.96);
    color: white;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 20px);
    transition: opacity .2s ease, transform .2s ease;
    backdrop-filter: blur(10px);
}
.sticky-cta.show { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.sticky-cta div { display: grid; }
.sticky-cta small { color: rgba(255,255,255,.6); font-size: 10px; }
.sticky-cta strong { font-size: 17px; }
.sticky-cta a {
    flex: 0 0 auto;
    padding: 12px 18px;
    border-radius: 12px;
    background: var(--gold);
    color: var(--ink);
    text-decoration: none;
    font-weight: 950;
}

@media (max-width: 374px) {
    .section-pad { padding-left: 16px; padding-right: 16px; }
    .full-bleed { width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; }
    h1 { font-size: 28px; }
    .hero-title { font-size: clamp(22px, 7vw, 26px); }
    .hero .eyebrow { font-size: 14px; }
    h2 { font-size: 28px; }
    .hero-subtitle, .section-intro { font-size: 15px; }
    .price-card { grid-template-columns: 1fr; }
    .price-main { justify-content: space-between; }
    .new-price { font-size: 29px; }
    .gift-corner { top: 10px; right: 10px; max-width: 136px; padding: 9px 10px; }
    .hero-steps { font-size: 10px; }
    .trust-grid { gap: 8px; }
    .trust-grid article { min-height: 128px; padding: 13px 12px 14px; }
    .order-gift-line { margin-left: -16px; margin-right: -16px; }
    .order-image { width: calc(100% + 32px); }
    .sticky-cta { width: calc(100% - 12px); bottom: 6px; padding-left: 11px; }
    .sticky-cta a { padding-left: 14px; padding-right: 14px; }
}
