:root {
    --brand: #dc3545;
    --brand-dark: #b02a37;
    --ink: #111111;
    --muted: #6c757d;
    --soft: #f6f6f7;
}
html { scroll-behavior: smooth; }
body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; color: #171717; }
body.age-locked { overflow: hidden; }
.navbar { background: rgba(15,15,15,.96); backdrop-filter: blur(10px); min-height: 64px; }
.navbar-brand { font-weight: 800; letter-spacing: -.03em; }
.navbar-brand img { height: 31px; width: auto; display: block; }
.hero { background: radial-gradient(circle at 80% 20%, #3a1b20 0, #171717 34%, #0e0e0f 72%); color: #fff; padding: 130px 0 80px; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: .95; letter-spacing: -.055em; font-weight: 850; max-width: 780px; }
.hero .lead { color: #d6d6d8; max-width: 640px; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .8rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); font-size: .9rem; }
.btn-main { background: var(--brand); color: #fff; border: 0; border-radius: 999px; font-weight: 750; padding: .85rem 1.4rem; }
.btn-main:hover, .btn-main:focus { background: var(--brand-dark); color: #fff; }
.btn-dark-pill { border-radius: 999px; font-weight: 700; }
.product-stage { min-height: 460px; border-radius: 28px; overflow: hidden; background: #f2f1ef; box-shadow: 0 25px 70px rgba(0,0,0,.28); display: grid; place-items: center; position: relative; }
.product-stage img { width: 100%; height: 100%; object-fit: contain; display: block; }
.product-stage .fallback { color: #fff; text-align: center; padding: 2rem; }
.product-stage .fallback i { font-size: 6rem; opacity: .9; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; color: #ddd; font-size: .92rem; }
.trust-row i { color: #ff7a87; }
.section-pad { padding: 84px 0; }
.section-title { font-weight: 850; letter-spacing: -.035em; font-size: clamp(2rem, 4vw, 3.3rem); }
.feature-card { height: 100%; border: 1px solid #ececef; background: #fff; border-radius: 22px; padding: 28px; box-shadow: 0 12px 34px rgba(0,0,0,.045); }
.feature-card .icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #fff0f2; color: var(--brand); font-size: 1.3rem; margin-bottom: 1rem; }
.soft { background: var(--soft); }
.price { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; letter-spacing: -.05em; color: var(--ink); }
.buy-card { border: 0; border-radius: 28px; box-shadow: 0 20px 60px rgba(0,0,0,.09); overflow: hidden; }
.video-frame { border-radius: 24px; overflow: hidden; background: #111; aspect-ratio: 16 / 9; box-shadow: 0 20px 50px rgba(0,0,0,.15); }
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; text-align: center; padding: 2rem; }
.checkout-shell { max-width: 1040px; margin: 110px auto 60px; }
.checkout-card { border: 0; border-radius: 24px; box-shadow: 0 14px 42px rgba(0,0,0,.08); }
.order-summary { position: sticky; top: 88px; }
.form-control, .form-select { border-radius: 12px; padding: .75rem .9rem; }
.form-control:focus, .form-select:focus { border-color: #ef9aa3; box-shadow: 0 0 0 .2rem rgba(220,53,69,.11); }
.footer { background: #101011; color: #a9a9ad; padding: 46px 0 100px; }
.footer a { color: #f2f2f2; text-decoration: none; }
.sticky-buy { display: none; }
.age-gate { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.82); display: none; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(7px); }
.age-gate.show { display: flex; }
.age-card { background: #fff; border-radius: 24px; padding: 28px; max-width: 480px; width: 100%; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.notice { border-radius: 14px; }
@media (max-width: 767.98px) {
    .hero { padding-top: 105px; }
    .product-stage { min-height: 340px; }
    .section-pad { padding: 62px 0; }
    .sticky-buy { display: block; position: fixed; z-index: 1040; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.96); border-top: 1px solid #e7e7e9; backdrop-filter: blur(12px); padding: 10px 12px; }
    .footer { padding-bottom: 100px; }
    .order-summary { position: static; }
}

.hero-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.hero-thumb { aspect-ratio: 1; padding: 0; border: 2px solid transparent; border-radius: 13px; overflow: hidden; background: #fff; opacity: .72; transition: transform .16s ease, opacity .16s ease, border-color .16s ease; }
.hero-thumb:hover { transform: translateY(-2px); opacity: 1; }
.hero-thumb.active { border-color: var(--brand); opacity: 1; }
.hero-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-section { overflow: hidden; }
.product-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-card { position: relative; aspect-ratio: 1 / 1; border: 0; padding: 0; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.07); text-align: left; cursor: zoom-in; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .28s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card-label { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 34px 18px 16px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.gallery-card-label i { font-size: 1.1rem; }
.gallery-modal .modal-content { border: 0; border-radius: 24px; overflow: hidden; }
.gallery-modal-stage { min-height: min(68vh, 760px); display: grid; place-items: center; background: #f3f2f0; border-radius: 18px; overflow: hidden; }
.gallery-modal-stage img { max-width: 100%; width: 100%; max-height: min(68vh, 760px); object-fit: contain; display: block; }
.checkout-product-image { width: 88px; height: 88px; object-fit: cover; border-radius: 14px; border: 1px solid #ececef; background: #f3f2f0; flex: 0 0 auto; }

@media (max-width: 991.98px) {
    .product-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .hero-thumbs { display: flex; overflow-x: auto; gap: 8px; padding-bottom: 4px; scrollbar-width: thin; }
    .hero-thumb { width: 72px; flex: 0 0 72px; }
    .product-gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .gallery-card { border-radius: 16px; }
    .gallery-card-label { padding: 28px 12px 11px; font-size: .82rem; }
    .gallery-modal-stage { min-height: 52vh; }
}
