:root {
  --ink: #1d1830;
  --cream: #fff8ed;
  --paper: #fffdf8;
  --pink: #ff4f87;
  --pink-soft: #ff91b3;
  --pink-pale: #ffe1e9;
  --yellow: #ffc928;
  --blue: #61d8ee;
  --blue-dark: #087c91;
  --green: #84d56f;
  --purple: #8a5cff;
  --white: #fff;
  --line: rgba(29, 24, 48, .14);
  --shadow: 0 20px 60px rgba(62, 32, 55, .12);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.cart-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.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; top: 10px; left: 10px; z-index: 200; transform: translateY(-160%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 99px; }
.skip-link:focus { transform: none; }

.announcement {
  min-height: 36px; padding: 8px 20px; display: flex; align-items: center; justify-content: center;
  gap: 14px; text-align: center; color: white; background: var(--ink); font-size: 12px; letter-spacing: .04em;
}
.announcement strong { color: var(--yellow); }
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 253, 248, .92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(39, 27, 48, .06); }
.header-inner { width: var(--shell); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.brand > span:last-child > span { color: var(--pink); }
.brand-mark { width: 44px; height: 29px; display: flex; align-items: center; filter: drop-shadow(0 4px 0 rgba(29,24,48,.08)); }
.brand-mark i { width: 12px; height: 20px; background: var(--pink); clip-path: polygon(0 50%,100% 0,100% 100%); }
.brand-mark i:last-child { transform: rotate(180deg); }
.brand-mark b { width: 24px; height: 26px; border: 3px solid var(--ink); background: var(--yellow); border-radius: 9px; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-right: auto; }
.main-nav a { position: relative; font-size: 14px; font-weight: 750; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; border-radius: 2px; background: var(--pink); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .cart-button { border: 0; cursor: pointer; color: var(--ink); background: transparent; }
.icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.cart-button { min-height: 46px; padding: 0 9px 0 15px; display: flex; align-items: center; gap: 8px; border-radius: 99px; background: var(--pink); color: white; font-size: 13px; font-weight: 850; }
.cart-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-button b { min-width: 28px; height: 28px; display: grid; place-items: center; padding: 0 6px; border-radius: 50%; color: var(--ink); background: white; }
.menu-button { display: none; padding: 10px; }
.menu-button span { width: 19px; height: 2px; display: block; margin: 2px 0; border-radius: 2px; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 720px; padding: 70px 0 118px; overflow: hidden; isolation: isolate; background: var(--pink-pale); }
.hero::before { content: ""; position: absolute; z-index: -2; width: 560px; height: 560px; right: -110px; top: -220px; border-radius: 50%; background: var(--yellow); opacity: .8; }
.hero::after { content: ""; position: absolute; z-index: -2; width: 360px; height: 360px; left: -170px; bottom: -150px; border-radius: 50%; background: var(--blue); opacity: .52; }
.hero-grid { min-height: 550px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 55px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 15px; color: var(--pink); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 4px; padding: 5px 9px; border-radius: 99px; color: white; background: var(--pink); letter-spacing: .07em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Arial Rounded MT Bold", "Trebuchet MS", ui-rounded, sans-serif; letter-spacing: -.065em; line-height: .92; }
h1 { max-width: 600px; margin-bottom: 26px; font-size: clamp(68px, 8vw, 114px); }
h1 em, h2 em { position: relative; color: var(--pink); font-style: normal; }
h1 em::after { content: ""; position: absolute; left: 3%; right: -3%; bottom: -3px; height: 10px; border: solid var(--pink); border-width: 4px 0 0; border-radius: 50%; transform: rotate(-2deg); }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: rgba(29, 24, 48, .75); font-size: 18px; line-height: 1.65; }
.hero-cta { display: flex; align-items: center; gap: 26px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 2px solid transparent; border-radius: 99px; font-size: 14px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 10px 0 rgba(29,24,48,.10); }
.button-dark:hover { box-shadow: 0 13px 0 rgba(29,24,48,.08); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { color: white; background: var(--ink); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 850; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link.large { font-size: 17px; }
.play-icon { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--pink); border-radius: 50%; font-size: 12px; text-decoration: none; }
.hero-proof { margin-top: 42px; display: flex; align-items: center; gap: 14px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 36px; height: 36px; display: grid; place-items: center; margin-left: -7px; border: 3px solid var(--pink-pale); border-radius: 50%; background: var(--yellow); font-size: 10px; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; background: var(--blue); }
.avatar-stack span:last-child { background: var(--pink-soft); }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: 14px; }
.hero-proof small { color: rgba(29,24,48,.65); font-size: 12px; }
.stars { color: #f3a900; letter-spacing: .05em; }

.hero-visual { position: relative; min-height: 540px; }
.hero-image-wrap { position: absolute; inset: 20px 5px 15px 50px; overflow: hidden; border: 5px solid var(--ink); border-radius: 46% 54% 49% 51% / 55% 39% 61% 45%; background: var(--yellow); box-shadow: 18px 20px 0 var(--ink); transform: rotate(2deg); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08) rotate(-2deg); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, transparent 62%, rgba(255,79,135,.25)); pointer-events: none; }
.hero-sticker { position: absolute; z-index: 3; display: grid; place-items: center; text-align: center; border: 3px solid var(--ink); font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 14px; line-height: 1.05; box-shadow: 7px 8px 0 var(--ink); }
.hero-sticker strong { font-size: 17px; }
.sticker-one { width: 110px; height: 110px; left: 0; top: 15px; border-radius: 50%; background: var(--yellow); transform: rotate(-12deg); }
.sticker-two { width: 148px; min-height: 74px; right: -5px; bottom: 52px; padding: 13px; border-radius: 18px; background: var(--blue); transform: rotate(7deg); }
.candy { position: absolute; z-index: 2; width: 72px; height: 39px; border: 4px solid var(--ink); border-radius: 13px; background: var(--purple); transform: rotate(-25deg); box-shadow: inset 12px 0 rgba(255,255,255,.22); }
.candy::before, .candy::after { content: ""; position: absolute; width: 24px; height: 29px; top: 1px; background: var(--yellow); clip-path: polygon(0 50%,100% 0,100% 100%); }
.candy::before { left: -25px; }
.candy::after { right: -25px; transform: rotate(180deg); }
.doodle-one { right: 36px; top: 30px; transform: rotate(24deg) scale(.75); }
.doodle-two { left: 25px; bottom: 45px; transform: rotate(-20deg) scale(.55); background: var(--pink); }
.hero-wave { position: absolute; left: -2%; right: -2%; bottom: -2px; height: 64px; background: var(--paper); clip-path: polygon(0 45%,4% 54%,8% 40%,12% 53%,16% 41%,20% 56%,24% 42%,28% 53%,32% 41%,36% 55%,40% 43%,44% 53%,48% 41%,52% 56%,56% 42%,60% 53%,64% 40%,68% 55%,72% 42%,76% 54%,80% 41%,84% 56%,88% 42%,92% 53%,96% 40%,100% 54%,100% 100%,0 100%); }
.hero-sprinkles, .newsletter-sprinkles { position: absolute; inset: 0; z-index: -1; opacity: .55; background-image: radial-gradient(circle at 12% 22%, var(--pink) 0 4px, transparent 5px), radial-gradient(circle at 45% 13%, var(--blue-dark) 0 3px, transparent 4px), radial-gradient(circle at 87% 70%, var(--pink) 0 4px, transparent 5px), radial-gradient(circle at 32% 80%, var(--yellow) 0 5px, transparent 6px); }

.ticker { overflow: hidden; color: white; background: var(--pink); transform: rotate(-1deg) scale(1.01); }
.ticker-track { width: max-content; min-height: 52px; display: flex; align-items: center; gap: 28px; animation: ticker 22s linear infinite; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 15px; text-transform: uppercase; }
.ticker-track i { color: var(--yellow); font-size: 21px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; }
.section-heading-row { display: flex; justify-content: space-between; }
.section-heading h2, .box-copy h2, .story-copy h2, .reviews-intro h2, .newsletter h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 78px); }
.section-heading > p { max-width: 440px; margin: 0 0 7px; color: rgba(29,24,48,.68); font-size: 17px; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.category-card { position: relative; min-height: 470px; overflow: hidden; border: 3px solid var(--ink); border-radius: var(--radius); box-shadow: 8px 9px 0 var(--ink); transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translate(-2px, -5px) rotate(-.6deg); box-shadow: 12px 15px 0 var(--ink); }
.category-card:nth-child(2):hover { transform: translate(-2px, -5px) rotate(.6deg); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card:hover img { transform: scale(1.06); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 37%, rgba(20,13,32,.82) 100%); }
.category-number { position: absolute; z-index: 2; top: 18px; right: 18px; width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-size: 13px; font-weight: 900; }
.category-blue .category-number { background: var(--blue); }
.category-yellow .category-number { background: var(--pink-soft); }
.category-copy { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 25px; color: white; }
.category-copy small, .category-copy strong, .category-copy > span { display: block; }
.category-copy small { margin-bottom: 2px; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.category-copy strong { margin-bottom: 9px; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 47px; letter-spacing: -.055em; }
.category-copy > span { font-size: 14px; font-weight: 800; }
.special-category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.special-category { min-height: 145px; display: flex; align-items: center; gap: 22px; padding: 24px 28px; border: 3px solid var(--ink); border-radius: 24px; box-shadow: 7px 8px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.special-category:hover { transform: translateY(-4px); box-shadow: 10px 12px 0 var(--ink); }
.special-category-price { background: var(--yellow); }
.special-category-unit { background: var(--blue); }
.special-category-icon { flex: 0 0 auto; width: 76px; height: 76px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: white; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 25px; font-weight: 900; transform: rotate(-7deg); }
.special-category small, .special-category strong, .special-category em { display: block; }
.special-category small { margin-bottom: 2px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.special-category strong { font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 25px; letter-spacing: -.04em; }
.special-category em { margin-top: 6px; font-size: 12px; font-style: normal; font-weight: 800; }

.products-section { background: #f5f0ff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { position: relative; min-width: 0; }
.product-media { position: relative; aspect-ratio: 1 / .88; overflow: hidden; border-radius: 24px; background: white; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.06) rotate(1deg); }
.product-tag { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 11px; border-radius: 99px; background: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-ribbon { position: absolute; z-index: 4; top: 0; left: 0; right: 0; min-height: 38px; display: grid; place-items: center; padding: 7px 48px; color: var(--ink); background: var(--yellow); border-bottom: 3px solid var(--ink); font-size: 11px; font-weight: 950; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.product-ribbon-new::before, .product-ribbon-new::after { content: "✦"; position: absolute; top: 8px; font-size: 13px; }
.product-ribbon-new::before { left: 18px; }
.product-ribbon-new::after { right: 18px; }
.product-stock-banner { position: absolute; z-index: 5; left: -12%; right: -12%; top: 50%; padding: 13px 20px; border-block: 3px solid var(--ink); color: white; background: var(--pink); box-shadow: 0 5px 18px rgba(29,24,48,.22); font-size: 13px; font-weight: 950; letter-spacing: .12em; text-align: center; text-transform: uppercase; transform: translateY(-50%) rotate(-7deg); }
.product-stock-banner-detail { padding: 17px 20px; font-size: 16px; }
.product-card.is-out-of-stock .product-media img, .product-gallery-main.is-out-of-stock img { filter: grayscale(.75); opacity: .58; }
.product-card.has-new .favorite-button { top: 50px; }
.favorite-button { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); cursor: pointer; font-size: 19px; transition: .2s ease; }
.favorite-button:hover, .favorite-button.is-favorite { color: var(--pink); transform: scale(1.08); }
.product-info { padding: 18px 4px 0; }
.product-kicker { margin-bottom: 7px; color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-title { min-height: 50px; margin-bottom: 9px; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 21px; line-height: 1.18; letter-spacing: -.035em; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-price { font-size: 21px; font-weight: 950; }
.add-button { width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); color: white; cursor: pointer; font-size: 25px; line-height: 1; transition: .2s ease; }
.add-button:hover { transform: rotate(8deg) scale(1.06); background: var(--pink); }
.add-button:disabled, .button:disabled { cursor: not-allowed; opacity: .48; transform: none; box-shadow: none; }

.box-builder { position: relative; overflow: hidden; background: var(--yellow); }
.box-builder::before { content: "HAPPY MIX"; position: absolute; left: -15px; bottom: -60px; color: rgba(255,255,255,.35); font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: min(17vw, 235px); font-weight: 900; letter-spacing: -.08em; white-space: nowrap; }
.box-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; }
.box-visual { min-height: 570px; position: relative; }
.box-blob { position: absolute; border: 4px solid var(--ink); border-radius: 50%; }
.blob-pink { width: 390px; height: 390px; left: 35px; top: 70px; background: var(--pink); }
.blob-blue { width: 280px; height: 280px; right: 0; bottom: 35px; background: var(--blue); }
.candy-bag { position: absolute; z-index: 2; width: 345px; height: 450px; left: 50%; top: 50%; overflow: hidden; border: 5px solid var(--ink); border-radius: 30px 30px 70px 70px; background: rgba(255,255,255,.86); box-shadow: 17px 19px 0 var(--ink); transform: translate(-50%,-50%) rotate(-5deg); }
.candy-bag::before { content: ""; position: absolute; left: -3px; right: -3px; top: 39px; height: 17px; border-block: 4px solid var(--ink); background: var(--pink); }
.bag-label { position: absolute; z-index: 4; left: 43px; right: 43px; top: 115px; padding: 24px 18px; border: 4px solid var(--ink); text-align: center; background: var(--yellow); transform: rotate(4deg); }
.bag-label span, .bag-label strong, .bag-label small { display: block; }
.bag-label span, .bag-label strong { font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 48px; line-height: .75; letter-spacing: -.08em; }
.bag-label span { color: var(--pink); }
.bag-label small { margin-top: 17px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bag-candy { position: absolute; width: 56px; height: 56px; border: 4px solid var(--ink); border-radius: 50%; background: var(--purple); }
.bag-candy::after { content: ""; position: absolute; width: 15px; height: 15px; top: 8px; left: 10px; border-radius: 50%; background: rgba(255,255,255,.65); }
.bag-candy.c1 { left: 38px; bottom: 40px; background: var(--pink); }
.bag-candy.c2 { left: 105px; bottom: 18px; border-radius: 18px; background: var(--blue); transform: rotate(30deg); }
.bag-candy.c3 { left: 175px; bottom: 54px; background: var(--yellow); }
.bag-candy.c4 { right: 32px; bottom: 22px; border-radius: 15px; background: var(--green); transform: rotate(-20deg); }
.bag-candy.c5 { right: 61px; bottom: 92px; background: var(--pink-soft); }
.box-note { position: absolute; z-index: 3; right: 10px; top: 40px; width: 128px; height: 128px; display: grid; place-items: center; border: 4px solid var(--ink); border-radius: 50%; text-align: center; background: white; box-shadow: 7px 8px 0 var(--ink); font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 18px; line-height: 1.1; transform: rotate(9deg); }
.box-copy { position: relative; z-index: 2; }
.box-copy .eyebrow { color: var(--ink); }
.box-copy h2 { margin-bottom: 27px; }
.box-copy h2 em { color: white; text-shadow: 3px 3px 0 var(--ink); }
.box-copy > p:not(.eyebrow) { max-width: 530px; margin-bottom: 30px; font-size: 17px; line-height: 1.7; }
.mood-selector { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 16px; }
.mood { min-width: 108px; padding: 11px 16px; border: 2px solid var(--ink); border-radius: 99px; background: transparent; font-weight: 850; cursor: pointer; transition: .2s; }
.mood span { margin-right: 5px; }
.mood.is-selected, .mood:hover { color: white; background: var(--ink); }
.mood-result { min-height: 49px; max-width: 530px; margin-bottom: 22px; font-size: 13px; font-weight: 650; }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.story-copy h2 { max-width: 610px; margin-bottom: 27px; }
.story-copy > p:not(.eyebrow) { max-width: 575px; color: rgba(29,24,48,.7); font-size: 17px; line-height: 1.75; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { margin: 12px 0; font-weight: 750; }
.check-list span { width: 25px; height: 25px; display: inline-grid; place-items: center; margin-right: 9px; border-radius: 50%; color: white; background: var(--pink); font-size: 12px; }
.story-card { position: relative; min-height: 460px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 4px solid var(--ink); border-radius: 35px; background: var(--blue); box-shadow: 13px 14px 0 var(--ink); }
.story-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -80px; border: 4px solid var(--ink); border-radius: 50%; background: var(--pink); }
.story-stat { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; border-right: 3px solid var(--ink); }
.story-stat:nth-child(2) { border-right: 0; }
.story-stat strong { font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 70px; letter-spacing: -.08em; line-height: .95; }
.story-stat span { margin-top: 9px; font-size: 13px; font-weight: 850; text-transform: uppercase; }
.story-sticker { position: absolute; z-index: 3; left: 50%; top: 88px; width: 150px; height: 150px; display: grid; place-items: center; border: 4px solid var(--ink); border-radius: 50%; text-align: center; background: var(--yellow); box-shadow: 8px 9px 0 var(--ink); font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; line-height: 1; transform: translateX(-50%) rotate(-8deg); }
.story-sticker strong { color: var(--pink); font-size: 23px; }

.reviews-section { background: var(--pink-pale); }
.reviews-intro { margin-bottom: 50px; text-align: center; }
.reviews-intro h2 { margin-bottom: 13px; }
.reviews-intro p:last-child { margin: 8px 0 0; color: rgba(29,24,48,.6); font-size: 13px; }
.stars.big { font-size: 22px; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 22px; }
.review-card { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 3px solid var(--ink); border-radius: 25px; background: white; box-shadow: 7px 8px 0 var(--ink); }
.review-card.standout { min-height: 340px; color: white; background: var(--ink); transform: rotate(1.3deg); }
.quote-mark { height: 45px; color: var(--pink); font-family: Georgia, serif; font-size: 70px; line-height: .8; }
.review-card p { font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.review-card footer { display: flex; align-items: center; gap: 11px; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer small { opacity: .58; font-size: 11px; }
.review-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 11px; font-weight: 950; }

.newsletter { position: relative; z-index: 1; overflow: hidden; padding: 85px 0; color: white; background: var(--pink); }
.newsletter-inner { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 35px; }
.newsletter-icon { width: 95px; height: 95px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--yellow); box-shadow: 7px 8px 0 var(--ink); font-size: 35px; transform: rotate(-7deg); }
.newsletter .eyebrow { color: var(--yellow); }
.newsletter h2 { max-width: 570px; font-size: clamp(38px,4vw,59px); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form input { min-width: 0; min-height: 58px; padding: 0 20px; border: 3px solid var(--ink); border-radius: 99px; outline: none; }
.newsletter-form input:focus { box-shadow: 0 0 0 4px rgba(255,201,40,.5); }
.newsletter-form button { min-height: 58px; padding: 0 22px; border: 3px solid var(--ink); border-radius: 99px; color: white; background: var(--ink); font-weight: 850; cursor: pointer; }
.newsletter-form small { grid-column: 1 / -1; opacity: .8; font-size: 10px; }

.site-footer { padding: 75px 0 24px; color: rgba(255,255,255,.73); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 55px; }
.brand-light { color: white; }
.brand-light .brand-mark b { border-color: white; }
.footer-brand p { max-width: 310px; margin: 20px 0; font-size: 14px; line-height: 1.7; }
.footer-grid h3 { margin-bottom: 19px; color: white; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { width: max-content; display: block; margin: 10px 0; font-size: 13px; transition: color .2s; }
.footer-grid > div > a:hover { color: var(--yellow); }
.socials { display: flex; gap: 8px; }
.socials a { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.payment-line { display: inline-block; margin-top: 16px; color: white; font-size: 11px; font-weight: 850; }
.footer-bottom { margin-top: 55px; padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; }
.footer-bottom b { color: var(--pink); }

.cart-overlay { position: fixed; z-index: 149; inset: 0; visibility: hidden; background: rgba(29,24,48,.52); opacity: 0; backdrop-filter: blur(4px); transition: .3s; }
.cart-drawer { position: fixed; z-index: 150; top: 0; right: 0; width: min(470px,100%); height: 100dvh; display: flex; flex-direction: column; padding: 27px; background: var(--paper); transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.cart-open .cart-overlay { visibility: visible; opacity: 1; }
.cart-open .cart-drawer { transform: none; }
.cart-drawer > header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-drawer > header .eyebrow { margin-bottom: 7px; }
.cart-drawer > header h2 { margin: 0; font-size: 38px; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { display: grid; grid-template-columns: 85px 1fr auto; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 85px; height: 85px; object-fit: cover; border-radius: 15px; }
.cart-item h3 { margin: 0 0 5px; font-size: 14px; line-height: 1.35; }
.cart-item small { display: block; color: rgba(29,24,48,.56); }
.cart-item strong { font-size: 14px; }
.cart-item button { align-self: start; border: 0; background: transparent; color: rgba(29,24,48,.45); cursor: pointer; text-decoration: underline; }
.cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; }
.cart-empty > span { font-size: 55px; }
.cart-empty strong { margin-top: 10px; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 24px; }
.cart-empty p { color: rgba(29,24,48,.6); }
.cart-drawer > footer { padding-top: 20px; border-top: 1px solid var(--line); }
.shipping-progress > div:first-child, .cart-total { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: 12px; }
.shipping-progress strong { color: var(--pink); }
.progress { height: 7px; overflow: hidden; border-radius: 99px; background: #e7e0e7; }
.progress i { width: 0; height: 100%; display: block; border-radius: inherit; background: var(--pink); transition: width .3s; }
.cart-total { margin: 22px 0 14px; align-items: center; font-size: 16px; }
.cart-total strong { font-size: 23px; }
.cart-drawer > footer > small { display: block; margin-top: 9px; text-align: center; color: rgba(29,24,48,.5); font-size: 10px; }
.toast { position: fixed; z-index: 160; left: 50%; bottom: 25px; max-width: calc(100% - 30px); padding: 12px 19px; border: 2px solid var(--ink); border-radius: 99px; color: white; background: var(--ink); box-shadow: 5px 6px 0 var(--pink); font-size: 13px; font-weight: 800; opacity: 0; transform: translate(-50%,25px); pointer-events: none; transition: .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Boutique */
.page-hero { position: relative; overflow: hidden; padding: 75px 0 85px; background: var(--pink-pale); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(58px,8vw,100px); }
.page-hero p:last-child { max-width: 640px; margin: 24px 0 0; color: rgba(29,24,48,.68); font-size: 18px; }
.shop-section { padding: 70px 0 110px; }
.shop-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 20px; margin-bottom: 38px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 9px; }
.filter-chip { min-height: 43px; padding: 0 17px; border: 2px solid var(--ink); border-radius: 99px; color: var(--ink); background: transparent; font-weight: 800; cursor: pointer; }
.filter-chip.is-active { color: white; background: var(--ink); }
.filter-chip-special { border-color: var(--pink); color: #a2214d; background: var(--pink-pale); }
.filter-chip-special.is-active { border-color: var(--ink); color: white; background: var(--pink); }
.shop-tools { display: flex; gap: 10px; }
.search-field { position: relative; }
.search-field input, .shop-tools select { min-height: 43px; border: 1px solid var(--line); border-radius: 99px; background: white; outline: none; }
.search-field input { width: 235px; padding: 0 42px 0 16px; }
.search-field span { position: absolute; right: 16px; top: 10px; }
.shop-tools select { padding: 0 35px 0 15px; }
.catalog-count { margin-bottom: 20px; color: rgba(29,24,48,.6); font-size: 13px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 24px; }
.empty-results { grid-column: 1/-1; padding: 80px 20px; text-align: center; }
.empty-results span { font-size: 50px; }
.empty-results h2 { margin: 12px 0; font-size: 37px; }

/* Product */
.breadcrumb { padding: 22px 0; color: rgba(29,24,48,.58); font-size: 12px; }
.breadcrumb a:hover { color: var(--pink); }
.product-detail { padding: 35px 0 90px; }
.product-detail-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 75px; align-items: start; }
.product-gallery-main { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 35px; background: #f4effa; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.detail-badge { position: absolute; top: 18px; left: 18px; padding: 8px 13px; border-radius: 99px; background: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.product-detail-copy .eyebrow { margin-top: 10px; }
.product-detail-copy h1 { margin-bottom: 22px; font-size: clamp(45px,5vw,68px); line-height: .98; }
.detail-rating { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; font-size: 13px; }
.detail-price { margin-bottom: 18px; font-size: 33px; font-weight: 950; }
.detail-lead { color: rgba(29,24,48,.7); font-size: 17px; line-height: 1.7; }
.detail-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.detail-highlights span { padding: 8px 11px; border-radius: 99px; background: var(--pink-pale); font-size: 12px; font-weight: 750; }
.purchase-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin: 28px 0 18px; }
.purchase-row-disabled .quantity { opacity: .35; pointer-events: none; }
.quantity { min-height: 56px; display: flex; align-items: center; border: 2px solid var(--ink); border-radius: 99px; overflow: hidden; }
.quantity button { width: 43px; height: 52px; border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.quantity input { width: 35px; border: 0; outline: 0; text-align: center; font-weight: 850; }
.detail-reassurance { padding: 18px; border-radius: 18px; background: #f7f2f7; font-size: 12px; line-height: 1.8; }
.detail-accordions { margin-top: 28px; border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-button { width: 100%; padding: 18px 0; display: flex; justify-content: space-between; border: 0; background: transparent; font-weight: 850; cursor: pointer; text-align: left; }
.accordion-panel { max-height: 0; overflow: hidden; color: rgba(29,24,48,.7); font-size: 14px; line-height: 1.7; transition: max-height .3s ease; }
.accordion-item.is-open .accordion-panel { max-height: 220px; padding-bottom: 18px; }
.accordion-item.is-open .accordion-button span { transform: rotate(45deg); }

/* Cart page & contact */
.simple-page { padding: 65px 0 110px; }
.simple-page-header { margin-bottom: 45px; }
.simple-page-header h1 { margin-bottom: 14px; font-size: clamp(55px,7vw,90px); }
.simple-page-header p { color: rgba(29,24,48,.65); }
.cart-page-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.cart-page-items { border-top: 2px solid var(--ink); }
.cart-page-item { display: grid; grid-template-columns: 115px 1fr auto; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-page-item img { width: 115px; height: 100px; object-fit: cover; border-radius: 17px; }
.cart-page-item h3 { margin-bottom: 7px; }
.cart-page-item p { margin: 0; color: rgba(29,24,48,.55); font-size: 12px; }
.cart-page-item button { margin-top: 9px; padding: 0; border: 0; color: var(--pink); background: transparent; cursor: pointer; text-decoration: underline; }
.order-summary { position: sticky; top: 112px; padding: 28px; border: 3px solid var(--ink); border-radius: 25px; background: var(--pink-pale); box-shadow: 8px 9px 0 var(--ink); }
.order-summary h2 { margin-bottom: 25px; font-size: 34px; }
.summary-line { display: flex; justify-content: space-between; margin: 13px 0; font-size: 14px; }
.summary-line.total { margin-top: 22px; padding-top: 20px; border-top: 2px solid var(--ink); font-size: 18px; font-weight: 900; }
.order-summary .button { margin-top: 18px; }
.order-summary small { display: block; margin-top: 13px; text-align: center; color: rgba(29,24,48,.6); }
.cart-page-empty { padding: 80px 20px; text-align: center; }
.cart-page-empty span { font-size: 60px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-info h2 { font-size: 47px; }
.contact-info > p { color: rgba(29,24,48,.67); line-height: 1.7; }
.contact-list { margin-top: 35px; }
.contact-list div { margin: 21px 0; display: flex; gap: 14px; align-items: center; }
.contact-list span { width: 45px; height: 45px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); }
.contact-list strong, .contact-list small { display: block; }
.contact-list small { color: rgba(29,24,48,.55); }
.contact-form { padding: 34px; border: 3px solid var(--ink); border-radius: 28px; background: var(--pink-pale); box-shadow: 10px 11px 0 var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin: 0 0 7px 3px; font-size: 12px; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; border: 2px solid var(--ink); border-radius: 15px; background: white; outline: 0; }
.field input, .field select { height: 51px; padding: 0 15px; }
.field textarea { min-height: 145px; padding: 14px 15px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: 0 0 0 4px rgba(255,79,135,.2); }

@media (max-width: 1000px) {
  .header-inner { min-height: 72px; gap: 12px; }
  .menu-button { display: grid; }
  .main-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: grid; gap: 0; padding: 10px; border: 2px solid var(--ink); border-radius: 20px; background: var(--paper); box-shadow: 7px 8px 0 var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 12px; }
  .main-nav a::after { display: none; }
  .brand { margin: 0 auto; }
  .account-button { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero-image-wrap { inset: 45px 0 30px 25px; }
  .category-card { min-height: 380px; }
  .box-grid, .story-grid { gap: 45px; }
  .newsletter-inner { grid-template-columns: auto 1fr; }
  .newsletter-form { grid-column: 1/-1; max-width: 680px; margin: 0 auto; width: 100%; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 28px; }
  .cart-page-grid { grid-template-columns: 1fr 330px; gap: 35px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 620px); --radius: 22px; }
  .section { padding: 75px 0; }
  .announcement { min-height: 38px; font-size: 10px; }
  .announcement span:first-child, .announcement-dot { display: none; }
  .site-header .brand { font-size: 20px; }
  .brand-mark { width: 36px; transform: scale(.82); margin-right: -4px; }
  .cart-button { min-width: 44px; width: 44px; padding: 0; justify-content: center; }
  .cart-button > span, .cart-button svg { display: none; }
  .cart-button b { background: transparent; color: white; }
  .hero { padding: 48px 0 95px; }
  .hero-grid { display: flex; flex-direction: column; gap: 25px; }
  h1 { font-size: clamp(62px,20vw,88px); }
  .hero-lead { font-size: 16px; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { width: 100%; min-height: 430px; }
  .hero-image-wrap { inset: 45px 15px 25px 20px; border-width: 4px; box-shadow: 10px 12px 0 var(--ink); }
  .sticker-one { width: 82px; height: 82px; left: 2px; font-size: 11px; box-shadow: 5px 5px 0 var(--ink); }
  .sticker-one strong { font-size: 13px; }
  .sticker-two { width: 125px; right: 1px; bottom: 5px; font-size: 11px; }
  .doodle-one { display: none; }
  .ticker-track { min-height: 46px; }
  .section-heading, .section-heading-row { display: block; }
  .section-heading h2, .box-copy h2, .story-copy h2, .reviews-intro h2 { font-size: clamp(47px,14vw,64px); }
  .section-heading > p { margin-top: 25px; }
  .section-heading-row .button { margin-top: 25px; }
  .category-grid, .product-grid, .review-grid, .catalog-grid { grid-template-columns: 1fr; }
  .special-category-grid { grid-template-columns: 1fr; }
  .special-category { min-height: 128px; padding: 20px; }
  .category-card { min-height: 420px; }
  .product-grid { gap: 42px; }
  .product-media { aspect-ratio: 1.15; }
  .box-grid, .story-grid, .product-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .box-visual { min-height: 460px; }
  .blob-pink { width: 290px; height: 290px; left: 0; }
  .blob-blue { width: 190px; height: 190px; }
  .candy-bag { width: 270px; height: 365px; box-shadow: 11px 12px 0 var(--ink); }
  .bag-label { left: 32px; right: 32px; top: 90px; }
  .bag-label span, .bag-label strong { font-size: 39px; }
  .box-note { width: 100px; height: 100px; top: 30px; font-size: 14px; }
  .story-card { min-height: 400px; }
  .story-stat { padding: 24px; }
  .story-stat strong { font-size: 50px; }
  .story-sticker { width: 120px; height: 120px; }
  .review-card.standout { min-height: 300px; transform: none; }
  .newsletter-inner { grid-template-columns: 1fr; text-align: center; }
  .newsletter-icon { margin: auto; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { gap: 10px; flex-direction: column; }
  .shop-toolbar { grid-template-columns: 1fr; }
  .shop-tools { flex-direction: column; }
  .search-field input { width: 100%; }
  .shop-tools select { width: 100%; }
  .page-hero { padding: 55px 0 65px; }
  .product-detail-grid { gap: 35px; }
  .purchase-row { grid-template-columns: 1fr; }
  .quantity { width: 132px; }
  .cart-page-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .cart-page-item { grid-template-columns: 85px 1fr; }
  .cart-page-item img { width: 85px; height: 85px; }
  .cart-page-item > strong { grid-column: 2; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
}

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