:root {
    --hb-pink: #f83f8b;
    --hb-pink-dark: #de2472;
    --hb-pink-soft: #ffeaf2;
    --hb-pink-pale: #fff7fa;
    --hb-ink: #121114;
    --hb-muted: #615c62;
    --hb-line: #f3c8d9;
    --hb-white: #ffffff;
    --hb-shadow: 0 22px 55px rgba(80, 20, 47, .11);
    --hb-radius: 22px;
}

html { scroll-behavior: smooth; }
body { background: var(--hb-white); color: var(--hb-ink); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
body > main { display: block; }
.hb-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hb-utility {
    min-height: 38px;
    padding: 8px clamp(20px, 5vw, 76px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
    background: linear-gradient(90deg, #ff71ad, #f45598 48%, #ff79b2);
    color: #130b0e;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.hb-utility span:nth-child(2) { text-align: center; }
.hb-utility span:last-child { text-align: right; }

.site-header.hb-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 88px;
    padding: 0 clamp(20px, 4vw, 68px);
    display: grid;
    grid-template-columns: minmax(150px, 190px) 1fr auto;
    gap: 32px;
    align-items: center;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(28,16,21,.07);
    backdrop-filter: blur(16px);
}
.hb-site-header .brand-logo img { width: 170px; }
.hb-site-header .hb-site-nav { justify-content: center; gap: clamp(18px, 2.3vw, 38px); font-size: .84rem; letter-spacing: .025em; text-transform: uppercase; }
.hb-site-header .hb-site-nav a { position: relative; padding: 10px 0; }
.hb-site-header .hb-site-nav a::after { content: ''; position: absolute; right: 50%; bottom: 2px; left: 50%; height: 2px; background: var(--hb-pink); transition: .2s ease; }
.hb-site-header .hb-site-nav a:hover::after, .hb-site-header .hb-site-nav a:focus-visible::after { right: 0; left: 0; }
.hb-header-cta, .hb-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; text-decoration: none; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hb-header-cta { min-height: 46px; padding: 0 23px; background: var(--hb-pink); color: #fff; box-shadow: 0 10px 24px rgba(248,63,139,.24); }
.hb-header-cta:hover, .hb-button:hover { transform: translateY(-2px); }
.hb-menu-toggle { display: none; }

.hb-kicker, .hb-card-label { margin: 0 0 9px; color: var(--hb-pink-dark); font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hb-home-hero {
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    background: linear-gradient(90deg, #fff 0 42%, #fff2f7 42% 100%);
}
.hb-home-hero__copy { padding: clamp(52px, 6.5vw, 100px) clamp(32px, 6vw, 105px); padding-right: clamp(32px, 4vw, 64px); align-self: center; }
.hb-home-hero h1 { max-width: 620px; margin: 0 0 22px; font-family: 'Nunito Sans', sans-serif; font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 900; line-height: .94; letter-spacing: -.055em; }
.hb-home-hero h1 span, .hb-section-heading h2 span, .hb-inside h2 span { display: block; color: var(--hb-pink); }
.hb-home-hero__intro { max-width: 630px; margin: 0; color: #2c282d; font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.65; }
.hb-home-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 32px 0 30px; }
.hb-home-benefit { min-width: 0; }
.hb-home-benefit img { width: 40px; height: 40px; object-fit: contain; margin-bottom: 7px; }
.hb-home-benefit strong, .hb-home-benefit span { display: block; }
.hb-home-benefit strong { font-size: .76rem; text-transform: uppercase; }
.hb-home-benefit span { margin-top: 3px; color: var(--hb-muted); font-size: .68rem; line-height: 1.35; }
.hb-home-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hb-button { min-height: 48px; padding: 0 25px; font-size: .9rem; }
.hb-button--primary { background: var(--hb-pink); color: #fff; box-shadow: 0 12px 28px rgba(248,63,139,.24); }
.hb-button--outline { border: 2px solid var(--hb-pink); background: #fff; color: var(--hb-pink-dark); }
.hb-button--text { min-height: 44px; padding: 0; color: var(--hb-ink); }
.hb-button--dark { background: var(--hb-ink); color: #fff; }

.hb-home-hero__visual { position: relative; min-height: 660px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.hb-home-hero__halo { position: absolute; width: 630px; height: 630px; border-radius: 50%; background: radial-gradient(circle at 40% 30%, #fff 0, #ffd6e6 48%, #f9a1c3 100%); z-index: -2; }
.hb-home-hero__visual::after { content: ''; position: absolute; width: 86%; height: 24%; bottom: 5%; border-radius: 50%; background: rgba(140,42,83,.13); filter: blur(32px); z-index: -1; }
.hb-home-hero__visual > img { position: relative; width: min(90%, 770px); max-height: 690px; object-fit: contain; filter: drop-shadow(0 30px 28px rgba(77,18,43,.2)); transform: rotate(1.8deg); }
.hb-home-hero__note { position: absolute; right: 7%; bottom: 8%; width: min(280px, 38%); padding: 17px 20px; background: rgba(255,255,255,.93); border: 1px solid rgba(248,63,139,.22); border-radius: 13px; box-shadow: var(--hb-shadow); }
.hb-home-hero__note strong, .hb-home-hero__note span { display: block; }
.hb-home-hero__note strong { font-size: .78rem; text-transform: uppercase; }
.hb-home-hero__note span { margin-top: 5px; color: var(--hb-muted); font-size: .78rem; }
.hb-doodle { position: absolute; color: var(--hb-pink); z-index: 2; }
.hb-doodle--heart { top: 14%; left: 8%; font-size: 4rem; transform: rotate(-14deg); }
.hb-doodle--spark { top: 20%; right: 8%; font-size: 2.6rem; }

.hb-boxes { padding: 78px clamp(24px, 5vw, 82px) 88px; background: #fff; }
.hb-section-heading { margin-bottom: 38px; }
.hb-section-heading--center { text-align: center; }
.hb-section-heading h2, .hb-inside h2, .hb-feature-panel h2, .hb-final-cta h2 { margin: 0; font-family: 'Nunito Sans', sans-serif; font-size: clamp(2.25rem, 3.4vw, 3.65rem); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; }
.hb-section-heading > p:last-child { margin: 12px 0 0; color: var(--hb-muted); font-size: 1rem; }
.hb-box-grid { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hb-product-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--hb-line); border-radius: var(--hb-radius); box-shadow: 0 14px 38px rgba(87,24,51,.07); }
.hb-product-card__image { position: relative; height: 260px; padding: 22px; display: grid; place-items: center; overflow: hidden; background: #fff5f8; }
.hb-product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.hb-product-card:hover .hb-product-card__image img { transform: scale(1.035); }
.hb-product-card--seasonal .hb-product-card__image { background: linear-gradient(135deg, #ffd6e5, #fff7fa); }
.hb-product-card--seasonal .hb-product-card__image img { width: 74%; filter: drop-shadow(0 15px 18px rgba(94,31,57,.18)); }
.hb-product-card__badge { position: absolute; top: 15px; right: 15px; padding: 7px 10px; border-radius: 999px; background: #111; color: #fff; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.hb-product-card__body { flex: 1; padding: 24px 25px; display: flex; flex-direction: column; }
.hb-product-card h3 { margin: 0; font-family: 'Nunito Sans', sans-serif; font-size: 1.45rem; line-height: 1.15; }
.hb-product-card__body > p { color: var(--hb-muted); font-size: .9rem; line-height: 1.55; }
.hb-product-card__footer { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid #f1dde5; }
.hb-product-card__footer strong { font-size: 1.35rem; }
.hb-product-card__footer small { color: var(--hb-muted); font-size: .62rem; font-weight: 600; }
.hb-product-card__footer a { color: var(--hb-pink-dark); font-size: .78rem; font-weight: 800; text-decoration: none; }

.hb-inside { display: grid; grid-template-columns: .72fr .9fr 1.08fr; gap: clamp(24px, 3.5vw, 58px); padding: 76px clamp(24px, 5vw, 82px); align-items: center; background: var(--hb-pink-pale); border-top: 1px solid #f8dbe7; border-bottom: 1px solid #f8dbe7; }
.hb-inside__intro { max-width: 500px; }
.hb-inside__intro > p:not(.hb-kicker) { margin: 20px 0 25px; color: var(--hb-muted); line-height: 1.7; }
.hb-inside h2 span { margin-top: 6px; font-family: 'Allura', cursive; font-size: 1.15em; font-weight: 400; letter-spacing: 0; }
.hb-inside__visual { min-width: 0; }
.hb-inside__visual img { display: block; width: 100%; max-height: 410px; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(78,20,45,.14)); }
.hb-inside__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hb-inside__items article { min-height: 164px; padding: 18px 13px; text-align: center; background: #fff; border: 1px solid #f3cedd; border-radius: 16px; }
.hb-inside__items img { width: 48px; height: 48px; object-fit: contain; }
.hb-inside__items h3 { margin: 8px 0 4px; font-size: .82rem; text-transform: uppercase; }
.hb-inside__items p { margin: 0; color: var(--hb-muted); font-size: .72rem; line-height: 1.35; }

.hb-feature-row { padding: 32px clamp(24px, 5vw, 82px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; background: #fff; }
.hb-feature-panel { min-height: 390px; overflow: hidden; display: grid; align-items: center; border-radius: var(--hb-radius); }
.hb-feature-panel--season { grid-template-columns: .85fr 1.15fr; padding-left: clamp(25px, 3vw, 48px); background: linear-gradient(125deg, #ffe6ef, #ffc5da); }
.hb-feature-panel--season img { width: 100%; height: 390px; object-fit: contain; align-self: end; filter: drop-shadow(0 20px 22px rgba(83,23,47,.18)); }
.hb-feature-panel--account { grid-template-columns: .8fr 1.2fr; gap: 10px; padding: 30px; background: #fff8fb; border: 1px solid #f5d3e0; }
.hb-feature-panel--account img { width: 100%; border-radius: 14px; }
.hb-feature-panel h2 { font-size: clamp(2rem, 2.8vw, 3.1rem); }
.hb-feature-panel p:not(.hb-kicker) { margin: 14px 0 22px; color: var(--hb-muted); line-height: 1.55; }

.hb-how { padding: 74px clamp(24px, 5vw, 82px) 88px; background: #fff; }
.hb-how__steps { max-width: 1420px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.hb-how__steps li { position: relative; min-width: 0; padding: 20px 26px; text-align: center; border-right: 1px solid #f1cad9; }
.hb-how__steps li:last-child { border-right: 0; }
.hb-how__steps li > span { position: absolute; top: 12px; left: 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--hb-pink); color: #fff; font-size: .7rem; font-weight: 900; }
.hb-how__steps img { width: 58px; height: 58px; object-fit: contain; }
.hb-how__steps h3 { margin: 11px 0 7px; font-size: .88rem; text-transform: uppercase; }
.hb-how__steps p { max-width: 240px; margin: 0 auto; color: var(--hb-muted); font-size: .78rem; line-height: 1.5; }

.hb-final-cta { min-height: 170px; padding: 35px clamp(24px, 8vw, 130px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(90deg, #f64a91, #ff78ad); }
.hb-final-cta .hb-kicker { color: #2d101c; }
.hb-final-cta h2 { color: #fff; font-size: clamp(2rem, 3.3vw, 3.5rem); }

.site-footer.hb-site-footer { padding: 48px clamp(24px, 6vw, 95px) 22px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px 75px; background: #171317; color: #fff; }
.hb-footer-brand img { width: 180px; filter: drop-shadow(0 0 0 #fff); }
.hb-footer-brand p { margin: 13px 0 4px; font-weight: 800; }
.hb-footer-brand span { color: #cfc7cc; font-size: .82rem; }
.hb-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.hb-footer-links div { display: flex; flex-direction: column; gap: 8px; }
.hb-footer-links strong { margin-bottom: 5px; color: #ff78ad; font-size: .76rem; text-transform: uppercase; }
.hb-footer-links a { color: #f5eff2; font-size: .78rem; text-decoration: none; }
.hb-footer-links a:hover { color: #ff78ad; }
.hb-footer-bottom { grid-column: 1 / -1; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid #3b3238; color: #a99fa5; font-size: .7rem; }

@media (max-width: 1180px) {
    .site-header.hb-site-header { grid-template-columns: 145px 1fr auto; gap: 18px; }
    .hb-site-header .brand-logo img { width: 145px; }
    .hb-site-header .hb-site-nav { gap: 15px; font-size: .72rem; }
    .hb-home-benefits { grid-template-columns: repeat(2, 1fr); }
    .hb-feature-row { grid-template-columns: 1fr; }
    .hb-feature-panel--account { grid-template-columns: 220px 1fr; }
}

@media (max-width: 920px) {
    .hb-utility { grid-template-columns: 1fr 1fr; }
    .hb-utility span:nth-child(2) { display: none; }
    .site-header.hb-site-header { height: 76px; grid-template-columns: 1fr auto auto; }
    .hb-menu-toggle { width: 44px; height: 44px; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 8px; background: #fff2f7; }
    .hb-menu-toggle > span:not(.hb-sr-only) { width: 100%; height: 2px; background: var(--hb-ink); }
    .hb-site-header .hb-site-nav { position: fixed; inset: 114px 0 auto; padding: 22px 28px 28px; display: none; flex-direction: column; align-items: flex-start; gap: 8px; background: #fff; border-bottom: 1px solid var(--hb-line); box-shadow: 0 20px 38px rgba(53,16,31,.12); }
    .hb-site-header .hb-site-nav.is-open { display: flex; }
    .hb-site-header .hb-site-nav a { width: 100%; padding: 11px 0; font-size: .85rem; }
    .hb-home-hero { min-height: 0; grid-template-columns: 1fr; background: #fff; }
    .hb-home-hero__copy { padding: 58px 7vw 44px; }
    .hb-home-hero__visual { min-height: 580px; background: #fff2f7; }
    .hb-box-grid { grid-template-columns: 1fr 1fr; }
    .hb-product-card:last-child { grid-column: 1 / -1; }
    .hb-inside { grid-template-columns: 1fr; }
    .hb-inside__intro { max-width: 720px; }
    .hb-how__steps { grid-template-columns: 1fr 1fr; }
    .hb-how__steps li:nth-child(2) { border-right: 0; }
    .hb-how__steps li:nth-child(-n+2) { border-bottom: 1px solid #f1cad9; }
    .site-footer.hb-site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .hb-utility { min-height: 34px; padding: 7px 16px; display: flex; justify-content: center; font-size: .65rem; }
    .hb-utility span:last-child { display: none; }
    .site-header.hb-site-header { top: 0; padding: 0 16px; grid-template-columns: 1fr auto; }
    .hb-site-header .brand-logo img { width: 135px; }
    .hb-header-cta { display: none; }
    .hb-site-header .hb-site-nav { inset: 110px 0 auto; }
    .hb-home-hero__copy { padding: 46px 22px 38px; }
    .hb-home-hero h1 { font-size: clamp(2.65rem, 13.5vw, 4rem); }
    .hb-home-benefits { gap: 17px 12px; }
    .hb-home-benefit span { font-size: .65rem; }
    .hb-home-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
    .hb-home-hero__visual { min-height: 430px; }
    .hb-home-hero__halo { width: 390px; height: 390px; }
    .hb-home-hero__note { right: 18px; bottom: 22px; width: 210px; }
    .hb-doodle--heart { top: 10%; font-size: 3rem; }
    .hb-boxes, .hb-how { padding-right: 18px; padding-left: 18px; }
    .hb-box-grid { grid-template-columns: 1fr; }
    .hb-product-card:last-child { grid-column: auto; }
    .hb-product-card__image { height: 230px; }
    .hb-inside { padding: 58px 18px; }
    .hb-inside__items { grid-template-columns: repeat(2, 1fr); }
    .hb-feature-row { padding: 18px; }
    .hb-feature-panel--season { min-height: 500px; grid-template-columns: 1fr; padding: 30px 25px 0; }
    .hb-feature-panel--season img { height: 270px; }
    .hb-feature-panel--account { grid-template-columns: 1fr; }
    .hb-feature-panel--account img { max-width: 240px; margin: 0 auto; }
    .hb-how__steps { grid-template-columns: 1fr; }
    .hb-how__steps li { border-right: 0; border-bottom: 1px solid #f1cad9; }
    .hb-how__steps li:nth-child(3) { border-bottom: 1px solid #f1cad9; }
    .hb-how__steps li:last-child { border-bottom: 0; }
    .hb-final-cta { align-items: flex-start; flex-direction: column; }
    .site-footer.hb-site-footer { padding: 42px 22px 20px; gap: 35px; }
    .hb-footer-links { grid-template-columns: 1fr 1fr; }
    .hb-footer-links > div:first-child { grid-column: 1 / -1; }
}

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