:root {
    --black: #050505;
    --black-soft: #101010;
    --panel: #151515;
    --panel-light: #1b1b1b;
    --white: #ffffff;
    --muted: #b9b9b9;
    --line: rgba(255, 255, 255, 0.13);
    --gold: #f5b800;
    --yellow: #ffd400;
    --pink: #f50078;
    --pink-light: #ff6eb4;
    --green: #25d366;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --radius: 28px;
    --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }

html {
    color-scheme: dark;
    scroll-behavior: smooth;
    scroll-padding-top: 116px;
}

body {
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    background: var(--black);
    color: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body::selection { background: var(--pink); color: var(--white); }

a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

h1, h2, h3, .brand-copy strong, .product-pack strong, .card-pack strong, .social-tile strong {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

h2 {
    margin-bottom: 24px;
    font-size: clamp(2.65rem, 7vw, 5.8rem);
    line-height: 0.91;
}

p { color: var(--muted); }

:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 4px;
}

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link {
    position: fixed;
    z-index: 1000;
    left: 16px;
    top: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--white);
    color: var(--black);
    font-weight: 800;
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.ecosystem-bar {
    min-height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: #000;
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.ecosystem-bar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 16px; }
.ecosystem-bar a { color: var(--white); font-weight: 800; text-decoration: none; }
.ecosystem-bar a:hover { color: var(--yellow); }
.ecosystem-bar span { color: #8e8e8e; }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(5, 5, 5, 0.84);
    backdrop-filter: blur(18px);
}
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 28px; }

.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.brand-mark {
    position: relative;
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50% 50% 46% 54% / 58% 44% 56% 42%;
    background: linear-gradient(135deg, var(--pink), #801046 52%, var(--gold));
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.16);
}
.brand-mark::after { position: absolute; width: 8px; height: 13px; right: 5px; bottom: 2px; border-radius: 70% 35% 65% 40%; background: var(--gold); content: ""; }
.brand-mark b { position: relative; z-index: 1; font-size: 0.8rem; letter-spacing: -0.04em; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: 0.015em; }
.brand-copy small { margin-top: 6px; color: #999; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }

.primary-navigation { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.primary-navigation a { position: relative; color: #cacaca; font-size: 0.88rem; font-weight: 750; text-decoration: none; }
.primary-navigation a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: linear-gradient(90deg, var(--pink), var(--gold)); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.primary-navigation a:hover { color: var(--white); }
.primary-navigation a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--gold { background: linear-gradient(135deg, var(--yellow), var(--gold)); color: #171000; box-shadow: 0 10px 35px rgba(245, 184, 0, 0.2); }
.button--pink { background: linear-gradient(135deg, var(--pink-light), var(--pink)); color: var(--white); box-shadow: 0 10px 35px rgba(245, 0, 120, 0.22); }
.button--gradient { border-color: rgba(255, 255, 255, 0.16); background: linear-gradient(115deg, var(--pink) 0 48%, var(--gold) 52% 100%); color: var(--white); box-shadow: 0 14px 45px rgba(245, 0, 120, 0.2); text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35); }
.button--gradient:hover { box-shadow: 0 18px 54px rgba(245, 0, 120, 0.3); }
.button--ghost { border-color: rgba(255, 255, 255, 0.26); background: rgba(255, 255, 255, 0.04); color: var(--white); }
.button--ghost:hover { background: rgba(255, 255, 255, 0.1); }
.button--light { background: var(--white); color: var(--black); }
.button--whatsapp { width: 100%; background: var(--green); color: #031308; box-shadow: 0 14px 40px rgba(37, 211, 102, 0.18); }
.header-cta { min-height: 44px; padding-inline: 20px; font-size: 0.84rem; }

.hero {
    position: relative;
    isolation: isolate;
    min-height: calc(100svh - 112px);
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background:
        radial-gradient(circle at 48% 20%, rgba(255, 255, 255, 0.055), transparent 28%),
        linear-gradient(145deg, #050505 0 48%, #0b0b0b 100%);
}
.hero::before { position: absolute; z-index: -1; inset: 0; opacity: 0.14; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-glow { position: absolute; z-index: -1; width: 38vw; height: 38vw; border-radius: 50%; filter: blur(110px); opacity: 0.2; }
.hero-glow--pink { left: -12vw; bottom: -12vw; background: var(--pink); }
.hero-glow--gold { right: -13vw; top: -7vw; background: var(--gold); }
.hero-grid { display: grid; min-height: calc(100svh - 112px); grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr); align-items: center; gap: 54px; padding-block: 72px 88px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #f5d889; font-size: 0.73rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow--pink { color: var(--pink-light); }
.eyebrow--gold { color: var(--yellow); }
.hero h1 { margin: 0 0 20px; font-size: clamp(4.7rem, 11vw, 9.6rem); line-height: 0.73; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--white); text-shadow: 6px 7px 0 rgba(245, 0, 120, 0.55), 12px 13px 0 rgba(245, 184, 0, 0.32); }
.hero-slogan { max-width: 580px; margin-bottom: 14px; color: var(--white); font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 850; line-height: 1.35; }
.hero-lead { max-width: 590px; margin-bottom: 30px; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: #9c9c9c; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-proof span::before { margin-right: 8px; color: var(--gold); content: "◆"; font-size: 0.55rem; }

.hero-products { position: relative; display: flex; min-height: 580px; align-items: center; justify-content: center; perspective: 1100px; }
.hero-products::before { position: absolute; width: 78%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 64%); content: ""; box-shadow: inset 0 0 0 26px rgba(255,255,255,.015), inset 0 0 0 27px rgba(255,255,255,.05); }
.product-pack {
    position: absolute;
    display: flex;
    width: 220px;
    min-height: 380px;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 24px 25px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,.55);
    border-radius: 24px 24px 38px 38px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 42px 70px rgba(0,0,0,.62), inset 0 0 42px rgba(255,255,255,.16);
}
.product-pack::before { position: absolute; inset: 0; background: linear-gradient(100deg, transparent 0 38%, rgba(255,255,255,.28) 47%, transparent 56%); content: ""; transform: translateX(-110%); animation: shine 4.6s ease-in-out infinite; }
.product-pack::after { position: absolute; right: 9px; bottom: 0; left: 9px; height: 42%; border-radius: 50% 50% 0 0; background: repeating-linear-gradient(0deg, transparent 0 12px, rgba(255,255,255,.08) 13px 15px); content: ""; }
.product-pack--pink { left: 13%; z-index: 2; background: radial-gradient(circle at 50% 34%, #ff85c4 0, #ef087d 34%, #8f064c 74%, #2d0318 100%); transform: rotate(-10deg) translateY(28px); }
.product-pack--gold { right: 12%; z-index: 1; background: radial-gradient(circle at 50% 34%, #ffe56d 0, #f1b800 34%, #8b5b00 74%, #281a00 100%); color: #171000; transform: rotate(9deg) translateY(-24px); }
.product-pack strong { position: relative; z-index: 2; font-size: 2.9rem; line-height: 0.85; text-shadow: 2px 3px 0 rgba(0,0,0,.25); }
.pack-kicker, .product-pack small { position: relative; z-index: 2; font-size: .62rem; font-weight: 900; letter-spacing: .2em; }
.hero-stamp { position: absolute; z-index: 4; right: 3%; bottom: 15%; display: grid; width: 104px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(5,5,5,.78); color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .1em; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(9deg); }
.honey-drop { position: absolute; z-index: 3; width: 24px; height: 37px; border-radius: 70% 40% 65% 48%; background: linear-gradient(160deg, #fff1a5, var(--gold) 48%, #9c6000); box-shadow: inset 4px 4px 5px rgba(255,255,255,.4), 0 8px 22px rgba(245,184,0,.3); }
.honey-drop--one { top: 10%; left: 39%; transform: rotate(23deg); animation: drift 4s ease-in-out infinite; }
.honey-drop--two { right: 28%; bottom: 9%; width: 14px; height: 23px; animation: drift 3.4s ease-in-out infinite reverse; }

.marquee { overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, var(--pink), #8f0c52 49%, #8b6500 51%, var(--gold)); color: var(--white); }
.marquee > div { display: flex; min-width: max-content; align-items: center; justify-content: center; gap: 28px; padding: 12px 22px; font-size: .76rem; font-weight: 950; letter-spacing: .18em; }
.marquee b { color: rgba(255,255,255,.62); }

.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 10px; font-size: 1.03rem; }
.products-section { background: linear-gradient(180deg, #080808, #0e0e0e); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #111; box-shadow: var(--shadow); }
.product-card__visual { position: relative; display: grid; min-height: 430px; place-items: center; overflow: hidden; }
.product-card--pink .product-card__visual { background: radial-gradient(circle at 50% 50%, rgba(255,110,180,.34), transparent 30%), linear-gradient(145deg, #290515, #10050c); }
.product-card--gold .product-card__visual { background: radial-gradient(circle at 50% 50%, rgba(255,212,0,.3), transparent 30%), linear-gradient(145deg, #2c2204, #110d02); }
.product-card__visual::before { position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle, #fff 1px, transparent 1.5px); background-size: 27px 27px; content: ""; mask-image: linear-gradient(to bottom, black, transparent); }
.line-badge { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(0,0,0,.32); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(10px); }
.card-pack { position: relative; display: flex; width: 210px; min-height: 310px; flex-direction: column; align-items: center; justify-content: space-between; padding: 24px 20px; border: 2px solid rgba(255,255,255,.48); border-radius: 23px 23px 32px 32px; box-shadow: 0 30px 55px rgba(0,0,0,.48), inset 0 0 35px rgba(255,255,255,.13); transform: rotate(-4deg); }
.card-pack--pink { background: linear-gradient(145deg, #ff69b4, #ea0073 55%, #57022c); }
.card-pack--gold { background: linear-gradient(145deg, #ffe34d, #e8a900 55%, #5e3c00); color: #171000; transform: rotate(4deg); }
.card-pack > span { align-self: flex-start; font-weight: 950; }
.card-pack strong { position: relative; z-index: 1; font-size: 2.35rem; line-height: .9; text-align: center; text-shadow: 2px 3px rgba(0,0,0,.2); }
.card-pack small { position: relative; z-index: 1; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card__body { padding: 34px; }
.product-line { margin-bottom: 8px; color: var(--muted); font-size: .69rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 12px; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: .94; }
.product-card--pink h3 { color: var(--pink-light); }
.product-card--gold h3 { color: var(--yellow); }
.product-card__body > p:not(.product-line) { min-height: 52px; }
.product-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 26px 0; border-block: 1px solid var(--line); }
.product-meta div { padding-block: 16px; }
.product-meta div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.product-meta dt { margin-bottom: 4px; color: #888; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-meta dd { margin: 0; font-size: .82rem; font-weight: 800; }
.product-actions { display: flex; align-items: center; gap: 22px; }
.text-link { font-size: .86rem; font-weight: 900; text-underline-offset: 5px; }

.order-section { position: relative; overflow: hidden; background: var(--white); color: var(--black); }
.order-section::before { position: absolute; width: 440px; height: 440px; right: -180px; top: -190px; border-radius: 50%; background: rgba(245,0,120,.08); content: ""; }
.order-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); align-items: start; gap: 90px; }
.order-intro { position: sticky; top: 125px; }
.order-intro .eyebrow { color: #9d6100; }
.order-intro h2 { max-width: 560px; color: var(--black); }
.order-intro > p { color: #5c5c5c; }
.order-steps { display: grid; gap: 16px; padding: 0; margin: 34px 0; list-style: none; }
.order-steps li { display: flex; align-items: center; gap: 15px; color: #373737; font-weight: 750; }
.order-steps span { display: grid; min-width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #111; color: var(--white); font-size: .7rem; }
.privacy-note { font-size: .8rem; font-weight: 800; }
.privacy-note span { margin-right: 8px; color: var(--green); }
.order-builder { padding: 34px; border: 1px solid #dedede; border-radius: var(--radius); background: #f8f8f8; box-shadow: 0 30px 70px rgba(0,0,0,.11); }
.order-builder fieldset { padding: 0; margin: 0 0 28px; border: 0; }
.order-builder legend { margin-bottom: 17px; font-size: 1.05rem; font-weight: 950; }
.order-product { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px; border: 1px solid #dedede; border-radius: 17px; background: var(--white); }
.order-product + .order-product { margin-top: 10px; }
.order-swatch { width: 44px; height: 54px; border-radius: 8px 8px 12px 12px; box-shadow: inset 0 0 12px rgba(255,255,255,.4); }
.order-swatch--pink { background: linear-gradient(140deg, var(--pink-light), var(--pink), #630031); }
.order-swatch--gold { background: linear-gradient(140deg, #ffe975, var(--gold), #6c4600); }
.order-product > div:nth-child(2) { display: grid; }
.order-product strong { font-size: .92rem; }
.order-product small { color: #6f6f6f; font-size: .72rem; }
.stepper { display: grid; grid-template-columns: 44px 48px 44px; align-items: center; overflow: hidden; border: 1px solid #cacaca; border-radius: 999px; background: #f2f2f2; }
.stepper button { height: 44px; border: 0; background: transparent; color: #111; cursor: pointer; font-size: 1.2rem; font-weight: 900; }
.stepper button:hover { background: #e2e2e2; }
.stepper input { width: 48px; height: 44px; padding: 0; border: 0; border-inline: 1px solid #d4d4d4; background: #fff; color: #111; font-weight: 900; text-align: center; appearance: textfield; }
.stepper input::-webkit-inner-spin-button { appearance: none; }
.form-grid { display: grid; gap: 15px; }
.form-grid label { display: grid; gap: 7px; color: #252525; font-size: .82rem; font-weight: 850; }
.form-grid label span { display: flex; justify-content: space-between; }
.form-grid label small { color: #858585; font-weight: 650; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid #d1d1d1; border-radius: 13px; background: var(--white); color: #111; outline: 0; }
.form-grid input { height: 50px; padding: 0 14px; }
.form-grid textarea { min-height: 92px; padding: 13px 14px; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(245,0,120,.12); }
.order-summary { margin: 24px 0 18px; padding: 20px; border-radius: 18px; background: #111; color: var(--white); }
.summary-heading, .summary-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.summary-heading h3 { margin: 0; font-family: inherit; font-size: .92rem; letter-spacing: 0; text-transform: none; }
.summary-heading span { color: #a6a6a6; font-size: .72rem; }
#order-summary { display: grid; gap: 10px; padding: 16px 0; margin: 0; border-bottom: 1px solid var(--line); list-style: none; }
#order-summary li { display: flex; justify-content: space-between; gap: 20px; color: #dedede; font-size: .82rem; }
#order-summary .summary-empty { color: #858585; }
.summary-total { padding-top: 16px; font-size: .82rem; }
.summary-total strong { color: var(--yellow); font-size: .8rem; }
.form-status { min-height: 24px; margin: 0 0 10px; color: #9b123e; font-size: .8rem; font-weight: 800; }
.form-status.success { color: #08782f; }
.config-notice { padding: 13px 14px; border-left: 4px solid var(--gold); border-radius: 8px; background: #fff3cc; color: #4c3900; font-size: .76rem; }
.submit-note { margin: 10px 0 0; color: #6f6f6f; font-size: .69rem; text-align: center; }

.attitude-section { position: relative; display: grid; min-height: 670px; grid-template-columns: 1fr minmax(420px, .86fr) 1fr; overflow: hidden; border-block: 1px solid var(--line); }
.attitude-side { position: relative; display: flex; align-items: center; overflow: hidden; }
.attitude-side span { position: absolute; font-family: Impact, sans-serif; font-size: clamp(8rem, 18vw, 18rem); line-height: 1; opacity: .24; writing-mode: vertical-rl; }
.attitude-side--pink { justify-content: flex-end; background: radial-gradient(circle at 90% 50%, #ff64b1, var(--pink) 30%, #29000f 68%); }
.attitude-side--pink::after { position: absolute; width: 180px; height: 300px; right: 4%; bottom: 0; border: 2px solid rgba(255,255,255,.4); border-radius: 60% 60% 15% 15%; background: linear-gradient(#ff69b4, #a40051); content: ""; transform: rotate(-12deg) translateY(55px); box-shadow: 0 30px 55px rgba(0,0,0,.45); }
.attitude-side--gold { background: radial-gradient(circle at 10% 50%, #ffe66c, var(--gold) 30%, #2b1c00 68%); color: #251700; }
.attitude-side--gold::after { position: absolute; width: 180px; height: 300px; left: 4%; bottom: 0; border: 2px solid rgba(255,255,255,.45); border-radius: 60% 60% 15% 15%; background: linear-gradient(#ffe563, #9d6800); content: ""; transform: rotate(12deg) translateY(55px); box-shadow: 0 30px 55px rgba(0,0,0,.45); }
.attitude-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 42px; background: var(--black); text-align: center; box-shadow: 0 0 80px rgba(0,0,0,.8); }
.attitude-copy h2 { font-size: clamp(3rem, 6vw, 5rem); }
.attitude-copy p:not(.eyebrow) { max-width: 540px; }

.mascot-section { background: #0a0a0a; }
.mascot-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.bee-stage { position: relative; display: grid; min-height: 440px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle, rgba(245,184,0,.22), transparent 55%); }
.bee-stage::before, .bee-stage::after { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.bee-stage::before { inset: 42px; }
.bee-stage::after { inset: 85px; }
.bee-mark { position: relative; z-index: 2; width: 220px; height: 180px; transform: rotate(-5deg); }
.bee-body { position: absolute; z-index: 2; display: flex; width: 158px; height: 112px; left: 31px; top: 39px; align-items: center; justify-content: space-evenly; overflow: hidden; border: 4px solid #191100; border-radius: 55% 48% 52% 54%; background: var(--gold); box-shadow: inset 0 9px 16px rgba(255,255,255,.35), 0 22px 45px rgba(245,184,0,.22); }
.bee-body::before { position: absolute; width: 18px; height: 18px; left: 19px; top: 27px; border-radius: 50%; background: #111; content: ""; box-shadow: 7px -5px 0 -5px #fff; }
.bee-body::after { position: absolute; width: 32px; height: 15px; left: 8px; top: 58px; border-bottom: 4px solid #111; border-radius: 50%; content: ""; }
.bee-body i { width: 19px; height: 150%; background: #171100; transform: rotate(9deg); }
.bee-wing { position: absolute; z-index: 1; width: 92px; height: 78px; top: 3px; border: 3px solid rgba(255,255,255,.52); border-radius: 60% 42% 55% 38%; background: rgba(255,255,255,.12); backdrop-filter: blur(4px); }
.bee-wing--left { left: 10px; transform: rotate(-28deg); }
.bee-wing--right { right: 9px; transform: rotate(28deg) scaleX(-1); }
.bee-orbit { position: absolute; bottom: 26px; color: #8b8b8b; font-size: .62rem; font-weight: 900; letter-spacing: .24em; }
.mascot-grid h2 { max-width: 650px; }
.large-copy { max-width: 660px; color: var(--white); font-size: 1.25rem; font-weight: 750; }

.instagram-section { background: linear-gradient(135deg, #1b0610, #080808 47%, #1b1403); }
.instagram-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; padding: 58px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: radial-gradient(circle at 0 100%, rgba(245,0,120,.22), transparent 35%), radial-gradient(circle at 100% 0, rgba(245,184,0,.2), transparent 36%), #0d0d0d; box-shadow: var(--shadow); }
.instagram-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 24px; border-radius: 14px; background: linear-gradient(135deg, var(--pink), var(--gold)); font-size: 1.8rem; font-weight: 900; }
.instagram-identity > p:first-of-type { margin-bottom: 6px; color: #8b8b8b; font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.instagram-identity h2 { margin-bottom: 16px; font-size: clamp(2.2rem, 5vw, 4.6rem); overflow-wrap: anywhere; text-transform: none; }
.instagram-identity > p:last-of-type { max-width: 540px; margin-bottom: 26px; }
.social-tile { display: flex; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: space-between; padding: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 28px; background: linear-gradient(145deg, rgba(245,0,120,.55), rgba(11,11,11,.78) 48%, rgba(245,184,0,.58)); box-shadow: inset 0 0 60px rgba(255,255,255,.08); text-align: center; transform: rotate(3deg); }
.social-tile > span { align-self: flex-start; font-weight: 950; }
.social-tile strong { font-size: clamp(2.3rem, 5vw, 4rem); line-height: .88; }
.social-tile small { font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.faq-section { background: #080808; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 90px; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading h2 { font-size: clamp(3rem, 6vw, 5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { display: grid; min-width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); transition: transform 180ms ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { padding: 0 50px 24px 0; margin: 0; }

.legal-notice { padding-block: 40px; border-block: 1px solid rgba(255,212,0,.18); background: #181306; }
.legal-notice__inner { display: grid; grid-template-columns: auto 1fr; gap: 20px; }
.notice-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-weight: 900; }
.legal-notice h2 { margin-bottom: 8px; color: #f4e5b1; font-family: inherit; font-size: .92rem; letter-spacing: 0; text-transform: none; }
.legal-notice p { max-width: 1000px; margin-bottom: 7px; color: #c3bda9; font-size: .78rem; }
.legal-notice small { color: #8c846e; }

.final-cta { position: relative; overflow: hidden; padding-block: 120px; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.08), transparent 35%), linear-gradient(110deg, #280012, var(--pink) 22%, #17100a 50%, var(--gold) 78%, #2b2000); }
.final-cta::before { position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle, white 1px, transparent 1.5px); background-size: 24px 24px; content: ""; }
.final-cta__inner { position: relative; z-index: 1; text-align: center; }
.final-cta .eyebrow { justify-content: center; color: var(--white); }
.final-cta h2 { margin-bottom: 18px; font-size: clamp(4rem, 11vw, 9rem); }
.final-cta p:not(.eyebrow) { max-width: 640px; margin-inline: auto; color: rgba(255,255,255,.82); }
.final-cta__inner > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

.site-footer { padding-block: 72px 24px; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid > div > strong { margin-bottom: 8px; color: #8e8e8e; font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid p { max-width: 340px; font-size: .82rem; }
.footer-grid a:not(.brand) { color: #c4c4c4; font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 50px; border-top: 1px solid var(--line); color: #6f6f6f; font-size: .7rem; }

.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: flex; min-height: 54px; align-items: center; gap: 10px; padding: 8px 18px 8px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: var(--green); color: #041b0d; box-shadow: 0 15px 38px rgba(0,0,0,.38); text-decoration: none; }
.whatsapp-float span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(0,0,0,.12); font-size: .66rem; font-weight: 950; }
.whatsapp-float strong { font-size: .78rem; }
.mobile-action-bar { display: none; }

.legal-page { background: #0a0a0a; }
.legal-page .header-inner { justify-content: space-between; }
.legal-main { padding-block: 84px 110px; background: radial-gradient(circle at 100% 0, rgba(245,184,0,.12), transparent 30%), radial-gradient(circle at 0 35%, rgba(245,0,120,.1), transparent 28%), #0a0a0a; }
.legal-shell { max-width: 850px; }
.legal-shell > h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(3.1rem, 8vw, 6.8rem); line-height: .88; }
.legal-lead { max-width: 760px; color: #e1e1e1; font-size: 1.08rem; }
.legal-warning { padding: 22px; margin: 38px 0 54px; border: 1px solid rgba(255,212,0,.3); border-left: 5px solid var(--gold); border-radius: 14px; background: #1b1608; }
.legal-warning strong { color: var(--yellow); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.legal-warning p { margin: 7px 0 0; color: #d1c8aa; }
.legal-shell section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-shell section h2 { margin-bottom: 14px; color: var(--white); font-family: inherit; font-size: 1.35rem; letter-spacing: 0; line-height: 1.25; text-transform: none; }
.legal-shell section p { margin-bottom: 12px; }
.legal-shell section p:last-child { margin-bottom: 0; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 38px; border-top: 1px solid var(--line); }
.legal-footer { padding-top: 0; }
.legal-footer .footer-bottom { margin-top: 0; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.75,.25,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes shine { 0%, 62% { transform: translateX(-110%); } 86%, 100% { transform: translateX(120%); } }
@keyframes drift { 0%, 100% { transform: translateY(0) rotate(23deg); } 50% { transform: translateY(16px) rotate(29deg); } }

@media (max-width: 1050px) {
    .primary-navigation { gap: 18px; }
    .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); gap: 18px; }
    .product-pack { width: 185px; min-height: 330px; }
    .product-pack strong { font-size: 2.3rem; }
    .order-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
    .attitude-section { grid-template-columns: .8fr minmax(410px, 1fr) .8fr; }
    .footer-grid { grid-template-columns: 1.7fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 860px) {
    :root { --shell: min(100% - 32px, 720px); }
    html { scroll-padding-top: 100px; }
    .header-inner { min-height: 70px; }
    .header-cta { display: none; }
    .menu-toggle { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
    .menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; background: var(--white); transition: transform 180ms ease, opacity 180ms ease; }
    .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
    .primary-navigation { position: absolute; top: 100%; right: 16px; left: 16px; display: none; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10,10,10,.98); box-shadow: 0 25px 50px rgba(0,0,0,.5); }
    .primary-navigation.is-open { display: grid; }
    .primary-navigation a { min-height: 48px; padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .primary-navigation a:last-child { border-bottom: 0; }
    .primary-navigation a::after { display: none; }
    .hero { min-height: auto; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 75px 80px; }
    .hero-copy { text-align: center; }
    .hero .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
    .hero-slogan, .hero-lead { margin-inline: auto; }
    .hero-products { min-height: 500px; }
    .product-pack--pink { left: 21%; }
    .product-pack--gold { right: 20%; }
    .section { padding-block: 84px; }
    .section-heading { grid-template-columns: 1fr; gap: 24px; }
    .product-card__visual { min-height: 360px; }
    .card-pack { width: 175px; min-height: 275px; }
    .card-pack strong { font-size: 1.95rem; }
    .order-grid { grid-template-columns: 1fr; gap: 42px; }
    .order-intro, .faq-heading { position: static; }
    .attitude-section { min-height: auto; grid-template-columns: 1fr; }
    .attitude-copy { grid-row: 1; min-height: 540px; }
    .attitude-side { min-height: 240px; }
    .attitude-side span { writing-mode: horizontal-tb; }
    .attitude-side--pink::after, .attitude-side--gold::after { width: 140px; height: 240px; }
    .mascot-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
    .bee-stage { min-height: min(440px, calc(100vw - 32px)); }
    .instagram-card { padding: 40px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 28px); --radius: 22px; }
    body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
    h2 { font-size: clamp(2.55rem, 14vw, 4rem); }
    .ecosystem-bar__inner > span { display: none; }
    .ecosystem-bar__inner { justify-content: center; }
    .brand-copy strong { font-size: .98rem; }
    .hero { min-height: auto; }
    .hero-grid { padding-block: 58px 72px; }
    .hero h1 { font-size: clamp(4.15rem, 22vw, 6.4rem); }
    .hero h1 em { -webkit-text-stroke-width: 1px; text-shadow: 4px 5px 0 rgba(245,0,120,.55), 8px 9px 0 rgba(245,184,0,.3); }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .hero-proof { gap: 8px 12px; }
    .hero-products { min-height: 390px; }
    .hero-products::before { width: 100%; }
    .product-pack { width: 142px; min-height: 265px; padding: 21px 13px; border-radius: 17px 17px 25px 25px; }
    .product-pack--pink { left: 6%; }
    .product-pack--gold { right: 6%; }
    .product-pack strong { font-size: 1.8rem; }
    .pack-kicker, .product-pack small { font-size: .47rem; }
    .hero-stamp { right: 0; bottom: 8%; width: 76px; font-size: .52rem; }
    .honey-drop--one { left: 44%; }
    .marquee > div { gap: 16px; font-size: .6rem; }
    .section { padding-block: 70px; }
    .section-heading { margin-bottom: 36px; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card__visual { min-height: 325px; }
    .product-card__body { padding: 25px; }
    .product-card h3 { font-size: 2.55rem; }
    .product-meta { grid-template-columns: 1fr; }
    .product-meta div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
    .product-actions { align-items: stretch; flex-direction: column; gap: 16px; }
    .product-actions .text-link { text-align: center; }
    .order-builder { padding: 20px; }
    .order-product { grid-template-columns: auto 1fr; }
    .stepper { grid-column: 1 / -1; width: 100%; grid-template-columns: 1fr 54px 1fr; }
    .stepper input { width: 54px; }
    .attitude-copy { min-height: 510px; padding: 60px 22px; }
    .attitude-side { min-height: 190px; }
    .mascot-grid { gap: 40px; }
    .bee-stage { min-height: calc(100vw - 28px); }
    .bee-mark { transform: scale(.78) rotate(-5deg); }
    .bee-orbit { max-width: 75%; text-align: center; }
    .instagram-card { grid-template-columns: 1fr; padding: 26px; }
    .social-tile { padding: 28px; }
    .faq-list summary { min-height: 72px; font-size: .9rem; }
    .faq-list details p { padding-right: 10px; }
    .legal-notice__inner { grid-template-columns: 1fr; }
    .final-cta { padding-block: 84px; }
    .final-cta h2 { font-size: clamp(4rem, 20vw, 6rem); }
    .final-cta__inner > div { display: grid; }
    .site-footer { padding-top: 58px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .legal-back { min-height: 42px; padding: 10px 15px; font-size: .72rem; }
    .legal-main { padding-block: 60px 80px; }
    .legal-shell > h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
    .legal-actions { display: grid; }
    .whatsapp-float { display: none; }
    .mobile-action-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.35fr; gap: 8px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(5,5,5,.96); backdrop-filter: blur(16px); }
    .mobile-action-bar a { display: grid; min-height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 12px; font-size: .78rem; font-weight: 900; text-align: center; text-decoration: none; }
    .mobile-action-bar a:last-child { border-color: var(--green); background: var(--green); color: #041b0d; }
}

@media (max-width: 360px) {
    :root { --shell: calc(100% - 22px); }
    .brand-mark { width: 39px; height: 39px; }
    .brand-copy small { letter-spacing: .13em; }
    .hero h1 { font-size: 4rem; }
    .product-pack { width: 130px; min-height: 245px; }
    .product-pack strong { font-size: 1.58rem; }
    .hero-products { min-height: 360px; }
    .order-builder { padding: 16px; }
    .order-product { padding: 13px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
}

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