/* Babuches landing + store rebrand */
:root {
    --lp-bg: #FBF6F0;
    --lp-ink: #1C1410;
    --lp-muted: #6B5B53;
    --lp-rose: #C81E5C;
    --lp-rose-dark: #9F1649;
    --lp-sand: #E8D5C4;
    --lp-cream: #FFFDF9;
    --primary: #C81E5C;
    --primary-light: #E11D74;
    --primary-dark: #9F1649;
    --primary-hover: #9F1649;
    --accent: #C81E5C;
    --text: #1C1410;
    --text-muted: #6B5B53;
    --header-height: 108px;
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--lp-bg);
    color: var(--lp-ink);
}

.store-main { background: var(--lp-bg); }

.lp-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(251, 246, 240, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(28, 20, 16, 0.06);
}

.lp-ticker {
    background: var(--lp-ink);
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 12px;
}

.lp-header-bar {
    max-width: 1180px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lp-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--lp-ink);
    text-transform: lowercase;
}

.lp-nav {
    display: flex;
    gap: 22px;
    font-size: 14px;
    font-weight: 500;
}

.lp-nav a { color: var(--lp-ink); }
.lp-nav a:hover { color: var(--lp-rose); }

.lp-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
}

.lp-icon-link { color: var(--lp-ink); }

.lp-cart-btn {
    border: 0;
    background: var(--lp-ink);
    color: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lp-hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 16px 40px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}

.lp-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    font-weight: 700;
    color: var(--lp-rose);
    margin: 0 0 12px;
}

h1, h2, .lp-model-card h3, .lp-vsl-script h2 {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.lp-hero h1 {
    font-size: clamp(36px, 5vw, 62px);
    line-height: 0.95;
    margin: 0 0 16px;
}

.lp-hero h1 em {
    font-style: italic;
    color: var(--lp-rose);
}

.lp-lead {
    font-size: 18px;
    line-height: 1.5;
    color: var(--lp-muted);
    margin: 0 0 22px;
}

.lp-lead-center { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }

.lp-hero-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.lp-hero-prices span {
    background: #fff;
    border: 1px solid var(--lp-sand);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px;
}

.lp-hero-prices strong { color: var(--lp-rose); }

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 16px 28px;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.lp-btn-primary {
    background: var(--lp-rose);
    color: #fff;
}

.lp-btn-primary:hover { background: var(--lp-rose-dark); color: #fff; }

.lp-btn-block { width: 100%; }

.lp-micro {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--lp-muted);
}

.lp-hero-media {
    position: relative;
}

.lp-hero-media img,
.lp-model-card img,
.lp-accessories img,
.lp-builder-preview img,
.lp-vsl-poster img {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
}

.lp-hero-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: #fff;
    border-radius: 18px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.lp-trust {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    max-width: 1180px;
    margin: 0 auto 48px;
    padding: 0 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.lp-trust div {
    background: #fff;
    border-radius: 16px;
    padding: 14px 8px;
}

.lp-vsl,
.lp-models,
.lp-offer,
.lp-benefits,
.lp-proof,
.lp-guarantee,
.lp-faq {
    max-width: 1180px;
    margin: 0 auto 64px;
    padding: 0 16px;
}

.lp-vsl {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.lp-vsl-frame,
.lp-vsl-poster {
    position: relative;
    border: 0;
    padding: 0;
    background: none;
    width: 100%;
    cursor: pointer;
}

.lp-vsl video,
.lp-vsl-embed iframe {
    width: 100%;
    aspect-ratio: 16/10;
    border: 0;
    border-radius: 28px;
    background: #111;
}

.lp-play {
    position: absolute;
    inset: auto 50% 24px auto;
    transform: translateX(50%);
    background: var(--lp-rose);
    color: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
}

.lp-vsl-script h2,
.lp-models h2,
.lp-offer h2,
.lp-benefits h2,
.lp-proof h2,
.lp-guarantee h2,
.lp-faq h2 {
    font-size: clamp(28px, 4vw, 46px);
    margin: 0 0 16px;
    line-height: 1.05;
}

.lp-vsl-script p { color: var(--lp-muted); font-size: 17px; line-height: 1.55; }

.lp-model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}

.lp-model-card,
.lp-benefit-grid article,
.lp-reviews blockquote,
.lp-builder,
.lp-guarantee,
.lp-faq details {
    background: var(--lp-cream);
    border-radius: 24px;
    padding: 18px;
}

.lp-model-card h3 { font-size: 28px; margin: 14px 0 8px; }

.lp-accessories {
    margin: 24px 0 0;
}

.lp-accessories figcaption {
    margin-top: 10px;
    color: var(--lp-muted);
}

.lp-kit-switch {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 28px 0 24px;
}

.lp-kit-tab {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 22px;
    padding: 16px 12px;
    text-align: left;
    cursor: pointer;
    font: inherit;
    position: relative;
}

.lp-kit-tab.is-active { border-color: var(--lp-rose); box-shadow: 0 0 0 4px rgba(200, 30, 92, 0.12); }

.lp-kit-tab small { display: block; color: var(--lp-muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.lp-kit-tab strong { display: block; font-size: 26px; margin: 4px 0; }
.lp-kit-tab s { color: #A39891; font-size: 13px; }

.lp-hot {
    position: absolute;
    top: -10px;
    right: 12px;
    background: var(--lp-rose);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 4px 8px;
}

.lp-hot-dark { background: var(--lp-ink); }

.lp-builder {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 24px;
    padding: 22px;
}

.lp-builder-preview img { aspect-ratio: 1; }
.lp-builder-preview p { text-align: center; font-weight: 600; margin: 10px 0 0; }

.lp-pair {
    border-bottom: 1px solid var(--lp-sand);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.lp-pair h4 { margin: 0 0 10px; font-size: 15px; }

.lp-options { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }

.lp-chip, .lp-swatch, .lp-size {
    border: 1px solid var(--lp-sand);
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font: inherit;
    cursor: pointer;
}

.lp-chip.is-on, .lp-size.is-on {
    border-color: var(--lp-ink);
    background: var(--lp-ink);
    color: #fff;
}

.lp-swatch {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center 60%;
}

.lp-swatch.is-on { outline: 2px solid var(--lp-ink); outline-offset: 2px; }

.lp-color-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.lp-color-strip figure { margin: 0; }
.lp-color-strip img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
    background: #f3eee8;
}
.lp-color-strip figcaption {
    margin-top: 6px;
    font-size: 11px;
    text-align: center;
    color: var(--lp-muted);
}

.lp-builder-total {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.lp-builder-total strong { display: block; font-size: 32px; font-family: 'Cormorant Garamond', serif; }
.lp-builder-total small { color: var(--lp-muted); }

.lp-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.lp-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.lp-stars { color: var(--lp-rose); letter-spacing: 2px; margin-bottom: 8px; }
.lp-reviews footer { margin-top: 12px; font-size: 13px; color: var(--lp-muted); display: flex; flex-direction: column; }
.lp-reviews footer strong { color: var(--lp-ink); }

.lp-guarantee { padding: 32px; text-align: center; }
.lp-guarantee p { max-width: 680px; margin: 0 auto; color: var(--lp-muted); font-size: 18px; }

.lp-faq details { margin-bottom: 10px; }
.lp-faq summary { font-weight: 700; cursor: pointer; }
.lp-faq p { color: var(--lp-muted); }

.lp-sticky {
    position: sticky;
    bottom: 84px;
    z-index: 30;
    margin: 0 12px 12px;
    background: var(--lp-ink);
    color: #fff;
    border-radius: 18px;
    padding: 12px 14px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lp-offer { padding-bottom: 48px; }

.lp-sticky .lp-btn { padding: 12px 16px; }

@media (max-width: 900px) {
    .lp-nav { display: none; }
    .lp-hero, .lp-vsl, .lp-builder, .lp-model-grid, .lp-kit-switch, .lp-benefit-grid, .lp-reviews, .lp-trust {
        grid-template-columns: 1fr;
    }
    .lp-trust { grid-template-columns: 1fr 1fr; }
    .lp-hero { padding-top: 16px; }
    .lp-sticky { display: flex; }
    .lp-icon-link { display: none; }
}

.cart-drawer-item-options,
.cart-product-options {
    display: block;
    font-size: 12px;
    color: var(--lp-muted, #6B5B53);
    margin-top: 4px;
    line-height: 1.35;
}
