/* Poopy Scoops. Design system + every component. Tokens first; sections follow the page order. */

@font-face { font-family: 'Figtree'; src: url('/assets/fonts/figtree-latin.woff2') format('woff2'); font-weight: 400 900; font-display: swap; }
@font-face { font-family: 'Titan One'; src: url('/assets/fonts/titan-one-latin.woff2') format('woff2'); font-weight: 400; font-display: swap; }

:root {
  --pink: #E0137F;          /* brand; white text on it passes AA (4.6:1) */
  --pink-deep: #B80F62;     /* pink text on light backgrounds, button edges */
  --pink-hot: #FF4FA3;      /* glow, focus rings, decoration only */
  --bubblegum: #FF8CC6;
  --blush: #FFE1EF;
  --petal: #FFF4F9;
  --cream: #FFFBFD;
  --ink: #2A0A21;           /* plum-black text */
  --ink-2: #5B3A52;
  --ink-3: #7E5E73;
  --night: #3A0B2E;
  --night-2: #25061D;
  --tan: #E07A2B;           /* beagle tan, decoration only */
  --mint: #0B7D5B;
  --line: #F2D2E3;
  --font: 'Figtree', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display: 'Titan One', 'Figtree', ui-rounded, system-ui, sans-serif;
  --r-sm: 12px; --r: 20px; --r-lg: 28px; --r-xl: 36px;
  --shadow-sm: 0 1px 2px rgba(42, 10, 33, .06), 0 2px 8px rgba(42, 10, 33, .05);
  --shadow: 0 14px 34px -12px rgba(184, 15, 98, .28), 0 4px 12px rgba(42, 10, 33, .06);
  --shadow-lg: 0 40px 80px -30px rgba(110, 6, 58, .55), 0 12px 28px -10px rgba(42, 10, 33, .22);
  --wrap: 1200px;
  --header-h: 72px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);
  --stars: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='%23fff'%3E%3Cpath d='M30 19Q30 31 42 31Q30 31 30 43Q30 31 18 31Q30 31 30 19Z'/%3E%3Cpath d='M112 104Q112 112 120 112Q112 112 112 120Q112 112 104 112Q112 112 112 104Z'/%3E%3Cpath d='M160 150Q160 155 165 155Q160 155 160 160Q160 155 155 155Q160 155 160 150Z'/%3E%3Ccircle cx='136' cy='28' r='2.6'/%3E%3Ccircle cx='46' cy='132' r='2'/%3E%3Ccircle cx='88' cy='58' r='1.6'/%3E%3C/g%3E%3C/svg%3E");
}

/* ------------------------------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
main { overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; font-family: var(--font); font-size: 18px; line-height: 1.6; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--pink-deep); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--pink); }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; color: inherit; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.004em; text-wrap: balance; }
h2 { font-size: clamp(2.05rem, 1.3rem + 2.9vw, 3.4rem); }
h3 { font-size: 1.3rem; font-weight: 800; letter-spacing: -.01em; line-height: 1.2; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--pink-hot); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--pink); color: #fff; }
.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; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.i { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.muted { color: var(--ink-3); font-weight: 600; }
.fine { font-size: .85rem; color: var(--ink-3); margin-top: .6rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 10px; font-weight: 800; text-decoration: none; }
.skip:focus { top: 12px; color: #fff; }

/* ------------------------------------------------------------------------------------------ buttons */
.btn {
  --bg: var(--ink); --fg: #fff; --edge: #000;
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 50px; padding: .78em 1.45em; border: 0; border-radius: 999px;
  background: var(--bg); color: var(--fg); font-weight: 800; font-size: 1.02rem; line-height: 1.1;
  text-decoration: none; white-space: nowrap; box-shadow: 0 4px 0 var(--edge);
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), background-color .2s;
}
.btn:hover { color: var(--fg); transform: translateY(-2px); box-shadow: 0 6px 0 var(--edge); }
.btn:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--edge); }
.btn .i { stroke-width: 2.6; }
.btn--pink { --bg: var(--pink); --edge: var(--pink-deep); }
.btn--pink:hover { --bg: #EA1A88; }
.btn--ink { --bg: var(--ink); --edge: #000; }
.btn--white { --bg: #fff; --fg: var(--pink-deep); --edge: rgba(42, 10, 33, .28); }
.btn--ghost { --bg: #fff; --fg: var(--ink); --edge: var(--line); box-shadow: 0 4px 0 var(--edge), inset 0 0 0 2px var(--line); }
.btn--ghost:hover { box-shadow: 0 6px 0 var(--edge), inset 0 0 0 2px var(--bubblegum); }
.btn--outline-white { --bg: transparent; --fg: #fff; --edge: transparent; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .75); }
.btn--outline-white:hover { --bg: rgba(255, 255, 255, .12); box-shadow: inset 0 0 0 2px #fff; }
.btn--text { --bg: transparent; --fg: var(--ink-2); --edge: transparent; padding-inline: .5em; min-height: 44px; }
.btn--text:hover { --fg: var(--pink-deep); transform: none; }
.btn--sm { min-height: 42px; padding: .55em 1.15em; font-size: .95rem; box-shadow: 0 3px 0 var(--edge); }
.btn--lg { min-height: 58px; padding: .9em 1.75em; font-size: 1.1rem; }
.btn--block { width: 100%; }
.btn[disabled], .btn.is-busy { opacity: .7; pointer-events: none; }
.btn.is-busy::after { content: ''; width: 1em; height: 1em; border: 3px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }

/* ------------------------------------------------------------------------------------------ forms */
input:not([type=radio]):not([type=checkbox]):not([type=range]), select, textarea {
  width: 100%; min-height: 52px; padding: .7rem .95rem; border: 2px solid var(--line); border-radius: 14px;
  background: #fff; font-size: 1rem; transition: border-color .2s, box-shadow .2s; appearance: none;
}
textarea { min-height: 76px; resize: vertical; }
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B80F62' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; background-size: 1.1rem; padding-right: 2.6rem; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px rgba(224, 19, 127, .16); }
input::placeholder, textarea::placeholder { color: #B79AAE; }
.is-invalid, input.is-invalid, textarea.is-invalid { border-color: #D1123F !important; box-shadow: 0 0 0 4px rgba(209, 18, 63, .12) !important; }
.field { display: grid; gap: .35rem; }
.field label, .qlabel { font-weight: 800; font-size: .93rem; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.stack-form { display: grid; gap: .85rem; margin-top: 1.2rem; }
.consent { display: flex; gap: .65rem; align-items: flex-start; font-size: .8rem; line-height: 1.45; color: var(--ink-3); cursor: pointer; }
.consent input { flex: none; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--pink); }
.consent a { color: var(--ink-2); }
.qerror { margin-top: .7rem; padding: .7rem .9rem; border-radius: 12px; background: #FFE7EC; color: #9E0D2E; font-weight: 700; font-size: .92rem; }

/* ------------------------------------------------------------------------------------------ kickers + section heads */
.kicker { display: inline-flex; align-items: center; gap: .4em; font-weight: 900; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--pink-deep); background: var(--blush); padding: .45em 1em; border-radius: 999px; margin-bottom: 1rem; }
.kicker--light { background: rgba(255, 255, 255, .12); color: #FFC4E1; }
.kicker--pink { background: var(--pink); color: #fff; }
.section { position: relative; padding: clamp(76px, 9vw, 132px) 0; }
.section-head { text-align: center; max-width: 780px; margin: 0 auto clamp(40px, 5vw, 64px); }
.section-head--left { text-align: left; margin: 0; }
.section-lede { font-size: clamp(1.05rem, 1rem + .3vw, 1.22rem); color: var(--ink-2); margin-top: 1rem; }

/* ------------------------------------------------------------------------------------------ announcement bar */
.announce { position: relative; z-index: 60; background: var(--ink); color: #fff; font-size: .92rem; line-height: 1.35; }
.announce-inner { display: flex; align-items: center; justify-content: center; gap: .6rem 1rem; min-height: 42px; padding-block: .4rem; }
.announce-icon { color: var(--pink-hot); width: 1.3em; height: 1.3em; }
.announce-text strong { color: #FFC4E1; }
.announce-timer { flex: none; font-variant-numeric: tabular-nums; font-weight: 800; background: rgba(255, 255, 255, .12); padding: .25em .7em; border-radius: 8px; letter-spacing: .02em; }
.announce-cta { flex: none; display: inline-flex; align-items: center; gap: .35em; border: 0; border-radius: 999px; background: var(--pink); color: #fff; font-weight: 800; padding: .42em 1em; transition: background .2s; }
.announce-cta:hover { background: #F0228F; }
.announce-cta .i { width: 1em; height: 1em; stroke-width: 3; }

/* ------------------------------------------------------------------------------------------ header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 251, 253, .88); -webkit-backdrop-filter: saturate(1.5) blur(16px); backdrop-filter: saturate(1.5) blur(16px); border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s; }
.site-header.is-scrolled { box-shadow: 0 10px 30px -18px rgba(42, 10, 33, .35); border-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 1.4rem; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--pink); text-decoration: none; flex: none; }
.brand:hover { color: var(--pink); }
.brand-badge { width: 52px; height: 52px; filter: drop-shadow(0 4px 8px rgba(184, 15, 98, .28)); transition: transform .5s var(--spring); }
.brand:hover .brand-badge { transform: rotate(-10deg) scale(1.06); }
.brand-text { display: grid; gap: 5px; }
.wordmark { height: 29px; width: auto; fill: currentColor; }
.wm-spark { fill: var(--pink-hot); transform-origin: center; transform-box: fill-box; animation: twinkle 3.2s ease-in-out infinite; }
.brand-tag { font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-2); white-space: nowrap; }
.nav ul { display: flex; gap: .15rem; }
.nav a { display: block; white-space: nowrap; padding: .5rem .8rem; border-radius: 999px; color: var(--ink); font-weight: 750; font-size: .98rem; text-decoration: none; transition: background .2s, color .2s; }
.nav a:hover { background: var(--blush); color: var(--pink-deep); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: .8rem; }
.header-phone { display: flex; align-items: center; gap: .45rem; font-weight: 800; color: var(--ink); text-decoration: none; white-space: nowrap; }
.header-phone .i { color: var(--pink); }
.nav-toggle { display: none; place-items: center; width: 46px; height: 46px; border-radius: 14px; border: 2px solid var(--line); background: #fff; color: var(--ink); }
.nav-toggle .i { width: 1.4em; height: 1.4em; }
.mobile-nav { border-top: 1px solid var(--line); background: #fff; padding: .8rem 20px 1.2rem; box-shadow: 0 20px 30px -20px rgba(42, 10, 33, .3); }
.mobile-nav ul { display: grid; }
.mobile-nav a { display: block; padding: .8rem .4rem; font-weight: 800; font-size: 1.1rem; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--petal); }
.mobile-nav-actions { display: grid; gap: .7rem; margin-top: 1rem; }

/* ------------------------------------------------------------------------------------------ hero */
.hero { position: relative; overflow: hidden; overflow: clip; color: #fff; padding: clamp(28px, 3vw, 44px) 0 clamp(96px, 10vw, 128px);
  background: radial-gradient(90% 70% at 88% 8%, #FF67B3 0%, rgba(255, 103, 179, 0) 60%), radial-gradient(80% 90% at 0% 100%, #C00E68 0%, rgba(192, 14, 104, 0) 60%), var(--pink); }
.hero-bg { position: absolute; inset: 0; background-image: var(--stars); background-size: 180px; opacity: .22; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.blob--a { width: 520px; height: 520px; right: -140px; top: 60px; }
.blob--b { width: 340px; height: 340px; right: 220px; bottom: -220px; background: rgba(255, 255, 255, .07); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; background: rgba(42, 10, 33, .2); border: 1px solid rgba(255, 255, 255, .3); padding: .5rem 1rem; border-radius: 999px; font-weight: 800; font-size: .92rem; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: #8DFFC4; box-shadow: 0 0 0 0 rgba(141, 255, 196, .7); animation: live 2s infinite; }
.hero-title { font-size: clamp(3.3rem, 1.4rem + 6vw, 6.3rem); line-height: .96; margin: 1.1rem 0 1.2rem; text-shadow: 0 5px 0 rgba(120, 8, 64, .28); }
.hero-title span { color: var(--ink); text-shadow: 0 5px 0 rgba(255, 255, 255, .22); }
.hero-lede { font-size: clamp(1.08rem, 1rem + .45vw, 1.32rem); max-width: 35ch; color: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin-top: 1.6rem; font-weight: 800; font-size: 1.02rem; }
.hero-points li { display: flex; align-items: center; gap: .5rem; }
.hero-points .i { width: 1.5em; height: 1.5em; padding: 4px; border-radius: 50%; background: #fff; color: var(--pink); stroke-width: 3.4; }
.hero-alt { margin-top: 1.8rem; font-size: 1rem; color: #fff; }
.hero-alt a { color: #fff; font-weight: 800; }
.hero-alt strong { white-space: nowrap; }
.hero-side { position: relative; padding-top: 62px; }
.hero-mascot { position: absolute; z-index: 4; width: 150px; right: 26px; top: 0; transform: rotate(8deg); filter: drop-shadow(0 14px 18px rgba(80, 0, 42, .32)); animation: bob 6s ease-in-out infinite; pointer-events: none; }
.hero-grid > * { min-width: 0; }   /* a grid item's content must never widen the column past the screen */
.quote-home { position: relative; z-index: 2; }


/* ------------------------------------------------------------------------------------------ quote card */
.quote { position: relative; background: #fff; color: var(--ink); border-radius: var(--r-xl); padding: clamp(20px, 2vw, 28px); box-shadow: var(--shadow-lg); }
.quote-kicker { display: flex; align-items: center; gap: .4rem; font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; color: var(--pink-deep); }
.quote-kicker .i { color: var(--pink); fill: var(--blush); }
.quote-title { font-size: clamp(1.6rem, 1.2rem + 1vw, 1.95rem); line-height: 1.04; margin: .3rem 0 .85rem; color: var(--ink); max-width: 13ch; }
.quote-progress { height: 7px; background: var(--blush); border-radius: 99px; overflow: hidden; margin-bottom: 1.05rem; }
.quote-progress span { display: block; height: 100%; width: 33.4%; border-radius: inherit; background: linear-gradient(90deg, var(--pink), var(--pink-hot)); transition: width .6s var(--ease); }
.qstep { border: 0; margin: 0; padding: 0; min-width: 0; }
.js .qstep:not(.is-active) { display: none; }
.js .qstep.is-active { animation: stepIn .45s var(--ease); }
.qfield { margin-bottom: .9rem; }
.qlabel { display: block; margin-bottom: .42rem; }
.seg { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
.seg label, .freq label, .opts label { position: relative; display: block; cursor: pointer; }
.seg input, .freq input, .opts input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.seg span { display: grid; place-items: center; height: 50px; border-radius: 15px; border: 2px solid var(--line); background: #fff; font-weight: 900; font-size: 1.2rem; transition: all .2s var(--ease); }
.seg label:hover span { border-color: var(--bubblegum); }
.seg input:checked + span { background: var(--pink); border-color: var(--pink); color: #fff; box-shadow: 0 4px 0 var(--pink-deep); transform: translateY(-2px); }
.seg input:focus-visible + span, .freq input:focus-visible + span, .opts input:focus-visible + span { outline: 3px solid var(--pink-hot); outline-offset: 2px; }
.freq { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.freq span { display: flex; flex-direction: column; justify-content: center; gap: .1rem; min-height: 54px; padding: .55rem .85rem; border-radius: 15px; border: 2px solid var(--line); background: #fff; line-height: 1.2; transition: all .2s var(--ease); }
.freq b { font-weight: 800; font-size: .98rem; }
.freq i { font-style: normal; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--pink-deep); }
.freq label:hover span { border-color: var(--bubblegum); }
.freq input:checked + span { border-color: var(--pink); background: var(--petal); box-shadow: inset 0 0 0 1px var(--pink); }
.freq input:checked + span b::before { content: ''; display: inline-block; width: .55em; height: .55em; margin-right: .45em; border-radius: 50%; background: var(--pink); vertical-align: .08em; }
.opts { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.opts span { display: flex; align-items: center; min-height: 46px; padding: .45rem .8rem; border-radius: 13px; border: 2px solid var(--line); background: #fff; font-weight: 750; font-size: .93rem; line-height: 1.2; transition: all .2s var(--ease); }
.opts label:hover span { border-color: var(--bubblegum); }
.opts input:checked + span { border-color: var(--pink); background: var(--petal); color: var(--pink-deep); box-shadow: inset 0 0 0 1px var(--pink); }
.addons { display: grid; gap: .5rem; }
.addon { position: relative; display: flex; gap: .75rem; align-items: flex-start; padding: .75rem .9rem; border: 2px solid var(--line); border-radius: 15px; cursor: pointer; transition: all .2s var(--ease); }
.addon input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.addon-box { flex: none; width: 24px; height: 24px; margin-top: 1px; border-radius: 8px; border: 2px solid var(--bubblegum); display: grid; place-items: center; transition: all .2s; }
.addon-box::after { content: ''; width: 11px; height: 6px; border: 3px solid #fff; border-top: 0; border-right: 0; transform: rotate(-45deg) translate(1px, -1px) scale(0); transition: transform .25s var(--spring); }
.addon input:checked ~ .addon-box { background: var(--pink); border-color: var(--pink); }
.addon input:checked ~ .addon-box::after { transform: rotate(-45deg) translate(1px, -1px) scale(1); }
.addon:has(input:checked) { border-color: var(--pink); background: var(--petal); }
.addon input:focus-visible ~ .addon-box { outline: 3px solid var(--pink-hot); outline-offset: 2px; }
.addon-text { display: grid; line-height: 1.3; font-size: .95rem; }
.addon-text em { font-style: normal; font-weight: 800; color: var(--pink-deep); }
.addon-text small { color: var(--ink-3); font-size: .84rem; margin-top: .15rem; }
.zipwrap { position: relative; }
.zipwrap .i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--pink); pointer-events: none; }
.zipwrap input { padding-left: 2.7rem !important; font-weight: 800; letter-spacing: .1em; font-size: 1.1rem !important; }
.qnote { min-height: 1.35em; margin-top: .35rem; font-size: .9rem; font-weight: 750; line-height: 1.35; }
.qnote.is-ok { color: var(--mint); }
.qnote.is-near { color: #A34E09; }
.qnote.is-out { color: var(--pink-deep); }
.qgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 .75rem; }
.qfield--full { grid-column: 1 / -1; }
.qgrid .qfield { margin-bottom: .8rem; }
.qsummary { display: flex; align-items: center; gap: .9rem; padding: .8rem 1rem; margin-bottom: 1.1rem; border-radius: 16px; background: linear-gradient(135deg, var(--petal), var(--blush)); font-size: .92rem; line-height: 1.35; }
.qsummary-amt { font-family: var(--display); font-size: 1.9rem; color: var(--pink); line-height: 1; white-space: nowrap; }
.qsummary-amt small { font-family: var(--font); font-size: .8rem; font-weight: 800; color: var(--ink-2); }
.qsummary-edit { margin-left: auto; font-weight: 800; font-size: .85rem; background: none; border: 0; color: var(--pink-deep); text-decoration: underline; text-underline-offset: 3px; padding: .3rem; }
.qcharge { margin: 1rem 0 .8rem; padding: .85rem 1rem; border-radius: 16px; border: 2px solid var(--line); background: #fff; }
.qcharge-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; font-weight: 800; font-size: .95rem; line-height: 1.25; color: var(--ink); }
.qcharge-row strong { font-family: var(--display); font-size: 1.45rem; color: var(--pink); white-space: nowrap; }
.qcharge-row--then { margin-top: .5rem; padding-top: .55rem; border-top: 1px dashed var(--line); font-weight: 700; color: var(--ink-2); }
.qcharge-row--then strong { font-size: 1.15rem; color: var(--ink); }
.qcharge-note { margin-top: .1rem; font-size: .8rem; font-weight: 750; color: var(--mint); }
.qcharge-note:empty { display: none; }
.consent--terms { padding: .75rem .85rem; border-radius: 14px; background: var(--petal); color: var(--ink-2); font-size: .84rem; }
.consent--terms strong { color: var(--ink); }
.consent input.is-invalid { outline: 3px solid #D1123F; outline-offset: 2px; }
.qerror.is-info { background: var(--petal); color: var(--ink-2); }
.qfoot { display: grid; grid-template-columns: 1fr auto; grid-template-areas: 'price nav' 'fine fine' 'err err'; gap: .75rem 1rem; align-items: stretch; margin-top: .2rem; }
.qfoot .qprice { grid-area: price; margin: 0; }
.qfoot .qnav { grid-area: nav; flex-direction: column-reverse; justify-content: center; gap: .3rem; }
.qfoot .qnav [data-next], .qfoot .qnav [data-submit] { flex: none; }
.qfoot .qfine { grid-area: fine; margin: 0; }
.qfoot .qerror { grid-area: err; margin: 0; }
.quote.is-final .qfoot { grid-template-columns: 1fr; grid-template-areas: 'nav' 'fine' 'err'; margin-top: 1rem; }
.quote.is-final .qnav { flex-direction: row; }
.quote.is-final .qnav [data-submit] { flex: 1; }
.qprice { position: relative; padding: .8rem 1rem; margin-bottom: 1rem; border-radius: 18px; background: linear-gradient(135deg, var(--petal) 0%, var(--blush) 100%); border: 2px dashed #F5B3D3; overflow: hidden; overflow: clip; }
.qprice::after { content: ''; position: absolute; right: -10px; top: -10px; width: 90px; height: 90px; background: var(--stars); background-size: 90px; opacity: .9; filter: invert(28%) sepia(92%) saturate(3500%) hue-rotate(310deg) brightness(95%); opacity: .12; }
.qprice-main { display: flex; align-items: baseline; gap: .15rem; font-family: var(--display); font-size: 2.45rem; line-height: 1; color: var(--pink); }
.qprice-amt { display: inline-block; }
.qprice-amt.is-bump { animation: bump .45s var(--spring); }
.qprice-per { font-family: var(--font); font-weight: 800; font-size: 1rem; color: var(--ink-2); }
.qprice-sub { font-weight: 750; font-size: .88rem; color: var(--ink-2); margin-top: .3rem; line-height: 1.3; }
.qprice-extra { font-size: .86rem; font-weight: 700; color: #8A4308; margin-top: .35rem; }
.qprice-promo { display: flex; align-items: flex-start; gap: .4rem; margin-top: .4rem; font-weight: 850; font-size: .86rem; line-height: 1.3; color: var(--mint); }
.qprice-promo .i { color: var(--pink); }
.qnav { display: flex; align-items: center; gap: .6rem; }
.qnav [data-next], .qnav [data-submit] { flex: 1; }
/* Long labels ("Continue to secure checkout") wrap instead of pushing the card past a phone screen. */
.qnav .btn { min-width: 0; }
.qnav [data-next], .qnav [data-submit] { white-space: normal; text-wrap: balance; line-height: 1.2; text-align: center; }
.js .qnav [data-back][hidden], .js .qnav [data-next][hidden], .js .qnav [data-submit][hidden] { display: none; }
.no-js .qnav [data-back], .no-js .qnav [data-next] { display: none; }
.qfine { text-align: center; font-size: .82rem; color: var(--ink-3); margin-top: .75rem; }

/* ------------------------------------------------------------------------------------------ ticker */
.ticker { position: relative; z-index: 5; margin: -38px -2% 0; width: 104%; transform: rotate(-1.6deg); background: var(--ink); color: #fff; padding: 1.05rem 0; overflow: hidden; box-shadow: 0 16px 34px -18px rgba(42, 10, 33, .6); }
.ticker-track { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-list { display: flex; flex: none; gap: 2.8rem; padding-right: 2.8rem; }
.ticker li { display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.05rem; white-space: nowrap; }
.ticker .i { color: var(--pink-hot); width: 1.3em; height: 1.3em; }

/* ------------------------------------------------------------------------------------------ how */
.how { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 32px); counter-reset: s; }
.step { position: relative; padding: 2.2rem 1.8rem 2rem; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.step:not(:last-child)::after { content: ''; position: absolute; top: 64px; right: calc(-1 * clamp(18px, 2.5vw, 32px) + 4px); width: calc(clamp(18px, 2.5vw, 32px) - 8px); height: 4px; border-radius: 4px; background: repeating-linear-gradient(90deg, var(--bubblegum) 0 8px, transparent 8px 14px); }
.step-num { position: absolute; right: 18px; top: 4px; font-family: var(--display); font-size: 6rem; line-height: 1; color: var(--petal); -webkit-text-stroke: 2px var(--blush); }
.step-icon { position: relative; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; background: var(--pink); color: #fff; box-shadow: 0 6px 0 var(--pink-deep); margin-bottom: 1.4rem; }
.step-icon .i { width: 30px; height: 30px; }
.step h3 { position: relative; font-size: 1.45rem; margin-bottom: .55rem; }
.step p { position: relative; color: var(--ink-2); }

/* ------------------------------------------------------------------------------------------ pricing */
.pricing { background: linear-gradient(180deg, var(--petal) 0%, #fff 100%); }
.pricing::before { content: ''; position: absolute; inset: 0; background-image: var(--stars); background-size: 220px; opacity: .5; filter: invert(20%) sepia(80%) saturate(2500%) hue-rotate(305deg); opacity: .05; pointer-events: none; }
.pricing-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.pc-label { font-weight: 800; }
.seg--light { display: inline-grid; grid-template-columns: repeat(4, auto); gap: 4px; padding: 5px; border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm), inset 0 0 0 1px var(--line); }
.seg--light span { height: 44px; padding: 0 1.1rem; border: 0; border-radius: 999px; font-size: .98rem; }
.seg--light input:checked + span { box-shadow: 0 3px 0 var(--pink-deep); transform: none; }
.promo-ribbon { display: flex; align-items: center; justify-content: center; gap: .55rem; width: fit-content; max-width: 100%; margin: 0 auto 2.4rem; padding: .6rem 1.2rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .95rem; text-align: center; }
.promo-ribbon strong { color: #FFC4E1; }
.promo-ribbon .i { color: var(--pink-hot); }
.plans { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 1.9rem 1.5rem 1.6rem; background: #fff; border-radius: var(--r-lg); border: 2px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan--featured { border-color: var(--pink); box-shadow: var(--shadow); background: linear-gradient(180deg, #fff 60%, var(--petal)); }
.plan--featured::before { content: ''; position: absolute; inset: -2px; border-radius: inherit; padding: 2px; background: linear-gradient(135deg, var(--pink-hot), var(--pink), var(--pink-deep)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.plan-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--pink); color: #fff; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; padding: .4em 1em; border-radius: 999px; white-space: nowrap; box-shadow: 0 3px 0 var(--pink-deep); }
.plan-name { font-size: 1.28rem; }
.plan-price { display: flex; align-items: baseline; gap: .15rem; margin-top: .9rem; font-family: var(--display); font-size: 3.1rem; line-height: 1; color: var(--pink); }
.plan-from { font-family: var(--font); font-size: 1rem; font-weight: 800; color: var(--ink-2); margin-right: .25rem; }
.plan-per { font-family: var(--font); font-size: 1rem; font-weight: 800; color: var(--ink-2); }
.plan-month { margin-top: .35rem; font-size: .92rem; color: var(--ink-2); font-weight: 600; }
.plan-month strong { color: var(--ink); }
.plan-blurb { margin: 1rem 0 1.1rem; color: var(--ink-2); font-size: .98rem; line-height: 1.5; }
.plan .checks { margin-bottom: 1.4rem; }
.plan .btn { margin-top: auto; }
.plan--onetime { background: var(--night); border-color: var(--night); color: #fff; }
.plan--onetime .plan-price { color: var(--bubblegum); }
.plan--onetime .plan-from, .plan--onetime .plan-blurb { color: rgba(255, 255, 255, .8); }
.plan--onetime .checks li { color: rgba(255, 255, 255, .9); }
.plan--onetime .checks li::before { background-color: rgba(255, 255, 255, .14); }
.plan--onetime::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background-image: var(--stars); background-size: 160px; opacity: .08; pointer-events: none; }
.plan-amt.is-bump { animation: bump .45s var(--spring); }
.checks { display: grid; gap: .55rem; }
.checks li { position: relative; padding-left: 1.75rem; font-size: .95rem; line-height: 1.4; }
.checks li::before { content: ''; position: absolute; left: 0; top: .1em; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--blush) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E0137F' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 62% no-repeat; }
.checks--light li::before { background-color: rgba(255, 255, 255, .15); }
.sprinkles { display: grid; grid-template-columns: auto 1fr; gap: 1rem 2rem; align-items: center; margin-top: 2.4rem; padding: 1.4rem 1.8rem; border-radius: var(--r-lg); background: #fff; border: 2px dashed #F5B3D3; }
.sprinkles-h { display: flex; align-items: center; gap: .5rem; font-family: var(--display); font-size: 1.5rem; color: var(--pink); white-space: nowrap; }
.sprinkles-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 1.6rem; }
.sprinkles-list li { display: grid; font-size: .95rem; line-height: 1.35; gap: .1rem; }
.sprinkles-list .muted { font-weight: 500; font-size: .88rem; }
.price-tag { font-weight: 850; color: var(--pink-deep); }

/* ------------------------------------------------------------------------------------------ poop-o-meter */
.meter { background: #fff; }
.meter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.meter-copy h2 { margin-bottom: .2rem; }
.meter-controls { display: grid; gap: 1.6rem; margin-top: 2.2rem; }
.range label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 800; margin-bottom: .7rem; }
.range output { font-family: var(--display); font-size: 1.7rem; color: var(--pink); line-height: 1; }
input[type=range] { --p: 20%; width: 100%; height: 12px; appearance: none; -webkit-appearance: none; border-radius: 99px; background: linear-gradient(90deg, var(--pink) var(--p), var(--blush) var(--p)); outline: none; cursor: pointer; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: 4px solid var(--pink); box-shadow: 0 4px 10px rgba(184, 15, 98, .35); transition: transform .2s var(--spring); }
input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.12); }
input[type=range]::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 4px solid var(--pink); box-shadow: 0 4px 10px rgba(184, 15, 98, .35); }
input[type=range]:focus-visible { outline: 3px solid var(--pink-hot); outline-offset: 6px; }
.meter-card { position: relative; text-align: center; padding: clamp(28px, 4vw, 48px); border-radius: var(--r-xl); background: radial-gradient(120% 90% at 50% 0%, #fff 0%, var(--petal) 60%, var(--blush) 100%); border: 2px solid var(--line); box-shadow: var(--shadow); overflow: hidden; overflow: clip; }
.meter-card::before { content: ''; position: absolute; inset: 0; background-image: var(--stars); background-size: 160px; filter: invert(28%) sepia(92%) saturate(3500%) hue-rotate(310deg); opacity: .07; pointer-events: none; }
.meter-kicker { position: relative; font-weight: 800; color: var(--ink-2); }
.meter-num { position: relative; display: flex; align-items: baseline; justify-content: center; gap: .3rem; font-family: var(--display); font-size: clamp(5rem, 3rem + 7vw, 8.5rem); line-height: 1; color: var(--pink); margin: .6rem 0 .4rem; font-variant-numeric: tabular-nums; }
.meter-num small { font-size: 2rem; color: var(--ink); }
.meter-like { position: relative; font-size: 1.15rem; color: var(--ink-2); min-height: 3.2em; }
.meter-like strong { color: var(--ink); }
.meter-bar { position: relative; height: 14px; margin: 1.4rem 0 1.6rem; border-radius: 99px; background: #fff; box-shadow: inset 0 0 0 2px var(--line); overflow: hidden; }
.meter-bar span { display: block; height: 100%; width: 20%; border-radius: inherit; background: linear-gradient(90deg, #FFB3D6, var(--pink), var(--pink-deep)); transition: width .5s var(--ease); }
.meter-fine { position: relative; margin-top: 1rem; font-size: .82rem; color: var(--ink-3); }

/* ------------------------------------------------------------------------------------------ why */
.why { background: var(--petal); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 2rem 1.8rem; background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.feature:hover { transform: translateY(-4px) rotate(-.4deg); box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: var(--blush); color: var(--pink); margin-bottom: 1.2rem; transition: transform .4s var(--spring), background .3s, color .3s; }
.feature:hover .feature-icon { transform: rotate(-8deg) scale(1.08); background: var(--pink); color: #fff; }
.feature-icon .i { width: 28px; height: 28px; }
.feature h3 { margin-bottom: .5rem; }
.feature p { color: var(--ink-2); font-size: 1rem; }

/* ------------------------------------------------------------------------------------------ compare */
.compare { background: #fff; }
.compare-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.compare-copy h2 span { color: var(--pink); display: block; }
.compare-copy .btn { margin-top: 2rem; }
.compare-card { border-radius: var(--r-xl); background: #fff; border: 2px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.compare-table th, .compare-table td { padding: 1rem 1.2rem; text-align: left; border-bottom: 1px solid var(--petal); vertical-align: middle; }
.compare-table thead th { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; color: var(--ink-3); background: var(--cream); }
.compare-table tbody th { font-weight: 800; }
.compare-table td:nth-child(2) { color: var(--ink-3); }
.compare-table td:last-child, .compare-table th:last-child { background: var(--petal); font-weight: 800; color: var(--ink); }
.compare-table thead th:last-child { background: var(--pink); color: #fff; }
.compare-us { display: inline-flex; align-items: center; gap: .4rem; }
.compare-table tbody td:last-child::before { content: '✓'; display: inline-grid; place-items: center; width: 1.35rem; height: 1.35rem; margin-right: .5rem; border-radius: 50%; background: var(--pink); color: #fff; font-size: .75rem; font-weight: 900; vertical-align: .05em; }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }

/* ------------------------------------------------------------------------------------------ commercial band */
.band { background: radial-gradient(90% 120% at 100% 0%, #5A1147 0%, var(--night) 45%, var(--night-2) 100%); color: #fff; overflow: hidden; overflow: clip; }
.band-stars { position: absolute; inset: 0; background-image: var(--stars); background-size: 200px; opacity: .08; pointer-events: none; }
.band-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.band .section-lede { color: rgba(255, 255, 255, .82); max-width: 44ch; }
.band .btn { margin-top: 2rem; }
.band-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.band-card { display: grid; gap: .9rem; padding: 1.5rem; border-radius: var(--r-lg); background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: transform .3s var(--ease), background .3s; }
.band-card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .11); }
.band-card:nth-child(even) { margin-top: 28px; margin-bottom: -28px; }
.band-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; background: var(--pink); color: #fff; box-shadow: 0 5px 0 var(--pink-deep); }
.band-icon .i { width: 24px; height: 24px; }
.band-card strong { display: block; font-size: 1.12rem; margin-bottom: .2rem; }
.band-card span:not(.band-icon) { color: rgba(255, 255, 255, .75); font-size: .95rem; line-height: 1.4; }

/* ------------------------------------------------------------------------------------------ refer + gift */
.share { background: var(--cream); }
.share-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: start; }
.share-card { position: relative; padding: clamp(26px, 3.5vw, 42px); border-radius: var(--r-xl); background: #fff; border: 2px solid var(--line); box-shadow: var(--shadow-sm); }
.share-card h3 { font-family: var(--display); font-weight: 400; font-size: clamp(1.7rem, 1.3rem + 1.2vw, 2.3rem); line-height: 1.05; margin-bottom: .6rem; }
.share-card > p { color: var(--ink-2); max-width: 46ch; }
.share-card--refer { padding-right: clamp(26px, 12vw, 190px); }
.share-card > .share-badge { color: #fff; }
.share-badge { position: absolute; right: 26px; top: -22px; display: grid; place-items: center; align-content: center; width: 138px; height: 138px; border-radius: 50%; background: var(--pink); color: #fff; font-family: var(--display); font-size: 1.28rem; line-height: 1.12; text-align: center; transform: rotate(10deg); box-shadow: 0 8px 0 var(--pink-deep), var(--shadow); border: 4px dashed rgba(255, 255, 255, .55); outline: 6px solid var(--pink); animation: wobble 5s ease-in-out infinite; }
.share-link { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 2px dashed var(--line); }
.share-link p { font-size: .92rem; color: var(--ink-2); margin-bottom: .6rem; }
.copyrow { display: flex; gap: .5rem; }
.copyrow input { flex: 1; min-width: 0; font-weight: 700; color: var(--ink-2); background: var(--petal) !important; }
.share-card--gift { background: linear-gradient(160deg, var(--blush) 0%, var(--petal) 60%, #fff 100%); border-color: #F7C3DC; }
.share-gift-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; background: var(--ink); color: #fff; margin-bottom: 1.2rem; transform: rotate(-6deg); box-shadow: 0 5px 0 #000; }
.share-gift-icon .i { width: 30px; height: 30px; }

.form-done { display: flex; gap: .8rem; align-items: flex-start; padding: 1.1rem 1.2rem; border-radius: 18px; background: #fff; border: 2px solid var(--pink); font-weight: 700; animation: modalIn .5s var(--spring); }
.form-done .i { flex: none; width: 28px; height: 28px; color: var(--pink); fill: var(--blush); }

/* ------------------------------------------------------------------------------------------ reviews */
.reviews { background: var(--petal); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.review { margin: 0; padding: 1.8rem; background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.review-stars { color: var(--pink); letter-spacing: .15em; font-size: 1.2rem; }
.review blockquote { margin: .8rem 0 1rem; font-size: 1.05rem; }
.review figcaption { color: var(--ink-2); font-size: .95rem; }

/* ------------------------------------------------------------------------------------------ service area */
.area { background: linear-gradient(180deg, #fff 0%, var(--petal) 100%); }
.area-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.area-map { position: relative; max-width: 420px; margin-inline: auto; width: 100%; }
.area-map::before { content: ''; position: absolute; inset: 12% -6% -4% 4%; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 79, 163, .2), transparent); filter: blur(10px); }
.mi-map { position: relative; width: 100%; height: auto; overflow: visible; }
.mi-land { fill: #FFD6EA; stroke: #fff; stroke-width: 1.2; stroke-linejoin: round; }
.mi-area { fill: var(--pink); stroke: #fff; stroke-width: 1.2; }
.mi-pin { fill: var(--ink); }
.mi-pin path { transform-box: fill-box; transform-origin: 50% 100%; animation: pinDrop 1.2s var(--spring) both; }
.mi-pulse { fill: none; stroke: var(--pink-deep); stroke-width: 2.5; transform-box: fill-box; transform-origin: center; animation: pulseRing 2.2s ease-out infinite; }
.cities { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.6rem 0 2rem; }
.cities li { padding: .42rem .9rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 750; font-size: .92rem; box-shadow: var(--shadow-sm); }
.zipcheck { padding: 1.3rem 1.4rem; border-radius: var(--r-lg); background: #fff; border: 2px solid var(--line); box-shadow: var(--shadow-sm); max-width: 520px; }
.zipcheck-label { display: block; font-weight: 850; margin-bottom: .6rem; }
.zipcheck-row { display: flex; gap: .6rem; }
.zipcheck-row input { font-weight: 800; letter-spacing: .1em; }
.zipcheck-out { min-height: 1.4em; margin-top: .7rem; font-weight: 750; font-size: .98rem; }
.zipcheck-out .btn { margin-top: .7rem; }
.zipcheck-out.is-ok { color: var(--mint); }
.zipcheck-out.is-near { color: #A34E09; }
.zipcheck-out.is-out { color: var(--pink-deep); }

/* ------------------------------------------------------------------------------------------ faq */
.faq-sec { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.faq-grid .section-head { position: sticky; top: calc(var(--header-h) + 30px); }
.faq-grid .section-head h2 { font-size: clamp(2rem, 1.2rem + 2.2vw, 2.9rem); }
.faq-mascot { width: 170px; margin-top: 2rem; transform: rotate(-6deg); filter: drop-shadow(0 14px 18px rgba(80, 0, 42, .2)); }
.faqs { display: grid; gap: 12px; }
.faq { border-radius: 20px; background: var(--petal); border: 2px solid transparent; transition: background .25s, border-color .25s; }
.faq[open] { background: #fff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.35rem; font-weight: 800; font-size: 1.08rem; cursor: pointer; list-style: none; border-radius: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq-icon { flex: none; width: 34px; height: 34px; padding: 7px; border-radius: 50%; background: #fff; stroke: var(--pink); stroke-width: 3; fill: none; stroke-linecap: round; transition: transform .35s var(--spring), background .25s; }
.faq[open] .faq-icon { transform: rotate(45deg); background: var(--pink); stroke: #fff; }
.faq-a { padding: 0 1.35rem 1.25rem; color: var(--ink-2); }

/* ------------------------------------------------------------------------------------------ final cta */
.cta-final { position: relative; overflow: hidden; overflow: clip; padding: clamp(72px, 8vw, 110px) 0; color: #fff; background: radial-gradient(80% 120% at 10% 100%, #C00E68 0%, rgba(192, 14, 104, 0) 60%), radial-gradient(70% 90% at 100% 0%, #FF67B3 0%, rgba(255, 103, 179, 0) 55%), var(--pink); }
.cta-stars { position: absolute; inset: 0; background-image: var(--stars); background-size: 180px; opacity: .2; pointer-events: none; }
.cta-grid { position: relative; display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 5vw, 70px); align-items: center; }
.cta-mascot { width: clamp(170px, 20vw, 260px); transform: rotate(-7deg); filter: drop-shadow(0 22px 28px rgba(80, 0, 42, .4)); animation: bob 6s ease-in-out infinite; }
.cta-copy h2 { font-size: clamp(2.3rem, 1.4rem + 3.6vw, 4.4rem); text-shadow: 0 5px 0 rgba(120, 8, 64, .25); }
.cta-copy h2 span { color: var(--ink); text-shadow: none; }
.cta-copy p { margin-top: 1.1rem; font-size: 1.2rem; color: #fff; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }

/* ------------------------------------------------------------------------------------------ footer */
.site-footer { background: var(--night-2); color: rgba(255, 255, 255, .78); padding: clamp(56px, 7vw, 90px) 0 calc(28px + env(safe-area-inset-bottom)); font-size: .97rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr 1.1fr; gap: 40px; }
.footer-emblem { width: 148px; height: 148px; margin-bottom: 1.2rem; }
.footer-pitch { max-width: 34ch; }
.footer-h { font-weight: 900; color: #fff; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; margin-bottom: 1rem; }
.footer-h--gap { margin-top: 1.6rem; }
.site-footer ul { display: grid; gap: .55rem; }
.site-footer a { color: rgba(255, 255, 255, .86); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-contact a, .footer-contact span { display: inline-flex; align-items: center; gap: .55rem; }
.footer-contact .i { color: var(--pink-hot); }
.footer-cities { line-height: 1.7; font-size: .93rem; }
.footer-social { display: flex !important; flex-wrap: wrap; gap: .5rem 1rem !important; }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1.4rem; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .88rem; color: rgba(255, 255, 255, .6); }

/* ------------------------------------------------------------------------------------------ mobile bar */
.mobilebar { display: none; }

/* ------------------------------------------------------------------------------------------ dialogs */
.modal { width: min(560px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); padding: 0; border: 0; border-radius: var(--r-xl); background: transparent; color: var(--ink); overflow: visible; }
.modal::backdrop { background: rgba(42, 10, 33, .58); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.modal[open] { animation: modalIn .45s var(--spring); }
.modal[open]::backdrop { animation: fadeIn .3s ease; }
.modal-close { position: absolute; z-index: 5; right: 14px; top: 14px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 0; background: var(--petal); color: var(--ink); transition: transform .3s var(--spring), background .2s; }
.modal-close:hover { transform: rotate(90deg); background: var(--blush); }
.modal-close .i { width: 20px; height: 20px; stroke-width: 2.8; }
.modal-quote-slot { max-height: calc(100dvh - 24px); overflow-y: auto; border-radius: var(--r-xl); overscroll-behavior: contain; }
.modal--quote .quote { box-shadow: none; }
.modal--quote .quote-head { padding-right: 44px; }

/* wheel */
.modal--wheel { width: min(900px, calc(100vw - 24px)); }
.wheel-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-height: calc(100dvh - 24px); overflow-y: auto; border-radius: var(--r-xl); background: #fff; overscroll-behavior: contain; }
.wheel-stage { position: relative; display: grid; place-items: center; padding: 48px 30px; background: radial-gradient(90% 90% at 50% 40%, #FF67B3 0%, var(--pink) 55%, #B80F62 100%); overflow: hidden; overflow: clip; }
.wheel-stage::before { content: ''; position: absolute; inset: 0; background-image: var(--stars); background-size: 150px; opacity: .25; }
.wheel { position: relative; width: min(360px, 100%); aspect-ratio: 1; filter: drop-shadow(0 18px 30px rgba(80, 0, 42, .45)); transition: transform 5.4s cubic-bezier(.12, .72, .08, 1); }
.wheel text { font-family: var(--font); font-weight: 900; font-size: 19px; letter-spacing: .01em; }
.wheel-hub { position: absolute; width: 92px; height: 92px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; box-shadow: 0 6px 18px rgba(80, 0, 42, .4); }
.wheel-pointer { position: absolute; z-index: 2; left: 50%; top: 26px; width: 44px; height: 54px; transform: translateX(-50%); background: var(--ink); clip-path: polygon(50% 100%, 0 0, 100% 0); border-radius: 6px; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .3)); }
.wheel-pointer::after { content: ''; position: absolute; left: 50%; top: 7px; width: 14px; height: 14px; transform: translateX(-50%); border-radius: 50%; background: var(--pink-hot); }
.wheel-stage.is-ticking .wheel-pointer { animation: tick .12s ease-in-out infinite alternate; }
.wheel-copy { padding: clamp(28px, 4vw, 44px); }
.wheel-title { font-size: clamp(1.9rem, 1.5rem + 1.4vw, 2.6rem); line-height: 1.02; margin-bottom: .7rem; }
.wheel-lede { color: var(--ink-2); margin-bottom: 1.3rem; }
.wheel-form { display: grid; gap: .8rem; }
.wheel-result { text-align: center; padding: 1.2rem 0 .4rem; }
.wheel-won { font-family: var(--display); font-size: 2rem; line-height: 1.1; color: var(--ink); }
.wheel-won strong { color: var(--pink); font-weight: 400; display: block; font-size: 2.4rem; }
.wheel-code { margin: 1rem 0 .4rem; font-weight: 800; }
.wheel-code code { display: inline-block; margin-left: .4rem; padding: .3em .7em; border-radius: 10px; background: var(--petal); border: 2px dashed var(--pink); color: var(--pink-deep); font-size: 1.1rem; letter-spacing: .06em; }
.wheel-fine { font-size: .85rem; color: var(--ink-3); margin-bottom: 1.2rem; }
.wheel-odds { margin-top: 1.2rem; font-size: .82rem; color: var(--ink-3); }
.wheel-odds summary { cursor: pointer; font-weight: 800; color: var(--ink-2); }
.wheel-odds ul { list-style: disc; padding-left: 1.2rem; margin: .5rem 0; }

/* ------------------------------------------------------------------------------------------ chat */
.chat { position: fixed; z-index: 70; right: 20px; bottom: 20px; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.chat-launch { position: relative; width: 66px; height: 66px; padding: 0; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 10px 26px -6px rgba(110, 6, 58, .55); transition: transform .35s var(--spring); }
.chat-launch:hover { transform: scale(1.08) rotate(-6deg); }
.chat-launch img { width: 100%; height: 100%; border-radius: 50%; }
.chat-ping { position: absolute; right: -2px; top: -2px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 900; border: 3px solid #fff; animation: pop .5s var(--spring) 3s both; }
.chat.is-read .chat-ping { display: none; }
.no-js .chat { display: none; }
.quote-on-screen .chat-launch { transform: scale(0); pointer-events: none; }
.quote-on-screen .chat-panel:not([hidden]) ~ .chat-launch { transform: none; pointer-events: auto; }
.chat-panel { width: min(370px, calc(100vw - 32px)); max-height: min(620px, calc(100dvh - 120px)); display: flex; flex-direction: column; border-radius: 26px; background: #fff; box-shadow: var(--shadow-lg); overflow: hidden; transform-origin: bottom right; animation: chatIn .4s var(--spring); }
.chat-head { display: flex; align-items: center; gap: .75rem; padding: 1rem 1rem 1rem 1.1rem; background: var(--pink); color: #fff; }
.chat-head img { width: 44px; height: 44px; border-radius: 50%; border: 2px solid #fff; }
.chat-name { font-weight: 900; line-height: 1.2; }
.chat-status { display: flex; align-items: center; gap: .4rem; font-size: .8rem; }
.chat-status .dot { width: 8px; height: 8px; border-radius: 50%; background: #8DFFC4; }
.chat-close { margin-left: auto; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .18); color: #fff; }
.chat-log { display: grid; gap: .5rem; padding: 1.1rem 1.1rem .4rem; overflow-y: auto; background: var(--petal); }
.msg { max-width: 86%; padding: .65rem .9rem; border-radius: 18px; font-size: .95rem; line-height: 1.4; animation: msgIn .35s var(--spring) both; }
.msg--in { background: #fff; border-bottom-left-radius: 6px; box-shadow: var(--shadow-sm); }
.msg--out { justify-self: end; background: var(--pink); color: #fff; border-bottom-right-radius: 6px; }
.msg:nth-child(2) { animation-delay: .25s; }
.chat-quick { display: flex; flex-wrap: wrap; gap: .45rem; padding: .7rem 1.1rem 1rem; background: var(--petal); }
.chip-btn { border: 2px solid var(--pink); background: #fff; color: var(--pink-deep); font-weight: 800; font-size: .88rem; padding: .45rem .85rem; border-radius: 999px; transition: background .2s, color .2s; }
.chip-btn:hover { background: var(--pink); color: #fff; }
.chat-form { display: grid; gap: .6rem; padding: .9rem 1.1rem 1rem; border-top: 1px solid var(--line); overflow-y: auto; }
.chat-form .field label { font-size: .82rem; }
.chat-form input:not([type=checkbox]), .chat-form textarea { min-height: 44px; padding: .55rem .8rem; border-radius: 12px; font-size: .95rem; }
.chat-form textarea { min-height: 64px; }
.chat-row { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.chat-foot { padding: .7rem 1.1rem .9rem; font-size: .82rem; color: var(--ink-3); border-top: 1px solid var(--line); text-align: center; }

/* ------------------------------------------------------------------------------------------ spin pill + peek + toast */
.spin-pill { position: fixed; z-index: 65; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.2rem .8rem 1rem; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 850; box-shadow: 0 10px 24px -8px rgba(42, 10, 33, .6); animation: pillIn .6s var(--spring) both, nudge 7s ease-in-out 4s infinite; transition: transform .25s var(--spring); }
.spin-pill:hover { transform: scale(1.05); }
.spin-pill .i { color: var(--pink-hot); width: 1.3em; height: 1.3em; }
.peek { position: fixed; z-index: 66; left: 0; bottom: 110px; pointer-events: none; }
.peek-btn { position: relative; display: block; padding: 0; border: 0; background: none; pointer-events: auto; transform: translateX(-120%) rotate(22deg); transform-origin: bottom left; transition: transform .8s var(--spring); }
.peek.is-in .peek-btn { transform: translateX(-38%) rotate(18deg); }
.peek.is-in .peek-btn:hover { transform: translateX(-30%) rotate(12deg); }
.peek-btn img { width: 170px; filter: drop-shadow(0 14px 18px rgba(80, 0, 42, .35)); }
.peek-bubble { position: absolute; left: 72%; top: -6px; width: 170px; padding: .7rem .9rem; border-radius: 18px 18px 18px 4px; background: #fff; color: var(--ink); font-weight: 850; font-size: .92rem; line-height: 1.25; text-align: left; box-shadow: var(--shadow); transform: rotate(-18deg) scale(0); transform-origin: bottom left; transition: transform .5s var(--spring) .5s; }
.peek.is-in .peek-bubble { transform: rotate(-18deg) scale(1); }
.peek-close { position: absolute; left: 118px; top: 150px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; pointer-events: auto; opacity: 0; transition: opacity .3s .9s; }
.peek.is-in .peek-close { opacity: 1; }
.peek-close .i { width: 15px; height: 15px; stroke-width: 3; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; align-items: center; gap: .8rem; max-width: calc(100vw - 32px); padding: .85rem 1.1rem .85rem 1.3rem; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; font-size: .95rem; box-shadow: var(--shadow-lg); animation: toastIn .45s var(--spring); }
.toast button { flex: none; border: 0; border-radius: 999px; background: var(--pink); color: #fff; font-weight: 850; padding: .45rem .9rem; }
.confetti { position: fixed; inset: 0; z-index: 200; pointer-events: none; }

/* ------------------------------------------------------------------------------------------ sub-page hero (commercial) */
.hero--sub { padding-bottom: clamp(70px, 8vw, 110px); }
.hero-grid--sub { grid-template-columns: 1.25fr .75fr; }
.hero-title--sub { font-size: clamp(2.6rem, 1.4rem + 4.2vw, 4.9rem); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero-emblem-wrap { display: grid; place-items: center; }
.hero-emblem { width: min(380px, 100%); filter: drop-shadow(0 30px 40px rgba(80, 0, 42, .45)); transform: rotate(-6deg); animation: bob 7s ease-in-out infinite; }
.band-checks { margin-top: 1.6rem; gap: .8rem; }
.band-checks li { font-size: 1.05rem; color: rgba(255, 255, 255, .92); }
.commercial-form-sec { background: var(--petal); }
.cform-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.cform-copy { position: sticky; top: calc(var(--header-h) + 30px); }
.cform-mascot { width: 200px; margin-top: 2rem; transform: rotate(-6deg); filter: drop-shadow(0 16px 20px rgba(80, 0, 42, .25)); }
.cform { margin-top: 0; padding: clamp(24px, 3.5vw, 40px); border-radius: var(--r-xl); background: #fff; border: 2px solid var(--line); box-shadow: var(--shadow); }
.checkset { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; border: 0; margin: 0; padding: 0; }
.checkset legend { font-weight: 800; font-size: .93rem; margin-bottom: .5rem; padding: 0; }
.check { position: relative; display: flex; align-items: center; gap: .6rem; padding: .7rem .85rem; border: 2px solid var(--line); border-radius: 14px; font-weight: 700; font-size: .95rem; cursor: pointer; transition: all .2s; }
.check input { width: 20px; height: 20px; margin: 0; accent-color: var(--pink); flex: none; }
.check:has(input:checked) { border-color: var(--pink); background: var(--petal); }

/* ------------------------------------------------------------------------------------------ thank-you */
.thanks { position: relative; overflow: hidden; overflow: clip; padding: clamp(40px, 6vw, 80px) 0 clamp(70px, 8vw, 110px); background: radial-gradient(80% 60% at 50% 0%, var(--blush) 0%, var(--petal) 45%, var(--cream) 100%); }
.thanks-bg { position: absolute; inset: 0; background-image: var(--stars); background-size: 200px; filter: invert(28%) sepia(92%) saturate(3500%) hue-rotate(310deg); opacity: .08; pointer-events: none; }
.thanks-wrap { position: relative; max-width: 760px; text-align: center; }
.thanks-mascot { width: 190px; margin: 0 auto -18px; position: relative; z-index: 2; transform: rotate(-5deg); filter: drop-shadow(0 18px 22px rgba(80, 0, 42, .3)); animation: bob 6s ease-in-out infinite; }
.thanks-card { position: relative; padding: clamp(30px, 5vw, 52px) clamp(22px, 5vw, 56px); border-radius: var(--r-xl); background: #fff; border: 2px solid var(--line); box-shadow: var(--shadow); }
.thanks-card h1 { font-size: clamp(2.2rem, 1.4rem + 3vw, 3.5rem); line-height: 1.02; margin-bottom: 1rem; }
.thanks-card h1 span { color: var(--pink); }
.thanks-summary { display: inline-block; margin-bottom: 1rem; padding: .5rem 1rem; border-radius: 999px; background: var(--petal); border: 2px dashed #F5B3D3; font-weight: 800; color: var(--pink-deep); }
.thanks-lede { font-size: 1.15rem; color: var(--ink-2); max-width: 48ch; margin: 0 auto; }
.thanks-note { margin-top: 1rem; font-weight: 700; color: #8A4308; }
.thanks-cta { margin-top: 1.6rem; }
.next-steps { display: grid; gap: .8rem; margin-top: 2rem; text-align: left; }
.next-steps li { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 1.2rem; border-radius: 18px; background: var(--petal); }
.ns-num { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--pink); color: #fff; font-family: var(--display); font-size: 1.2rem; box-shadow: 0 3px 0 var(--pink-deep); }
.next-steps p { color: var(--ink-2); font-size: .98rem; }
.thanks-actions { display: grid; gap: 14px; margin-top: 18px; text-align: left; }
.thanks-mini { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1.1rem 1.3rem; border-radius: 22px; background: #fff; border: 2px solid var(--line); }
.thanks-mini p { font-size: .92rem; color: var(--ink-2); }
.thanks-mini-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--blush); color: var(--pink); }
.thanks-mini-icon .i { width: 24px; height: 24px; }
.thanks-mini--refer { grid-template-columns: auto 1fr; }
.thanks-mini--refer .copyrow { grid-column: 1 / -1; }
.thanks-review, .thanks-home { text-align: center; margin-top: .6rem; }

/* ------------------------------------------------------------------------------------------ legal */
.legal { padding: clamp(48px, 6vw, 90px) 0 clamp(70px, 8vw, 110px); background: var(--cream); }
.legal-wrap { max-width: 780px; }
.legal h1 { font-size: clamp(2.4rem, 1.6rem + 3vw, 3.6rem); }
.legal-updated { color: var(--ink-3); font-weight: 700; margin: .6rem 0 2rem; }
.legal h2 { font-size: 1.6rem; margin: 2.4rem 0 .8rem; }
.legal p, .legal li { color: var(--ink-2); }
.legal p + p { margin-top: .9rem; }
.legal ul { list-style: none; display: grid; gap: .7rem; }
.legal li { position: relative; padding-left: 1.4rem; }
.legal li::before { content: ''; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); }
.legal strong { color: var(--ink); }
.legal li ul { margin: .6rem 0 .6rem; gap: .35rem; }
.legal li li::before { width: 6px; height: 6px; background: #FF8CC6; }
.legal-short { margin: 0 0 1.8rem; padding: 1.2rem 1.4rem; border-radius: 20px; border: 2px solid #F5B3D3; background: linear-gradient(135deg, var(--petal), var(--blush)); }
.legal-short-h { font-family: var(--display); font-size: 1.3rem; color: var(--pink-deep); margin-bottom: .7rem; }
.legal-short ul { gap: .5rem; }
.legal h2[id], .legal [id] { scroll-margin-top: 110px; }

/* ------------------------------------------------------------------------------------------ 404 */
.nf { position: relative; overflow: hidden; overflow: clip; color: #fff; padding: clamp(60px, 8vw, 120px) 0; background: radial-gradient(90% 70% at 88% 8%, #FF67B3 0%, rgba(255, 103, 179, 0) 60%), var(--pink); }
.nf-wrap { position: relative; display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 5vw, 70px); align-items: center; }
.nf-mascot { width: clamp(180px, 22vw, 280px); transform: rotate(-8deg); filter: drop-shadow(0 22px 28px rgba(80, 0, 42, .4)); animation: bob 6s ease-in-out infinite; }
.nf-code { font-family: var(--display); font-size: clamp(4rem, 3rem + 5vw, 8rem); line-height: 1; color: var(--ink); opacity: .9; }
.nf h1 { font-size: clamp(2.2rem, 1.4rem + 3vw, 3.8rem); margin: .4rem 0 1rem; text-shadow: 0 5px 0 rgba(120, 8, 64, .25); }
.nf-lede { font-size: 1.2rem; max-width: 40ch; color: #fff; }

/* ------------------------------------------------------------------------------------------ brand kit */
.bk-hero { position: relative; overflow: hidden; overflow: clip; color: #fff; padding: clamp(48px, 6vw, 90px) 0; background: radial-gradient(90% 70% at 88% 8%, #FF67B3 0%, rgba(255, 103, 179, 0) 60%), var(--pink); }
.bk-hero-inner { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.bk-hero h1 { font-size: clamp(2.6rem, 1.5rem + 4vw, 5rem); margin: 1rem 0; text-shadow: 0 5px 0 rgba(120, 8, 64, .25); }
.bk-hero-emblem { width: min(320px, 100%); justify-self: center; transform: rotate(-6deg); filter: drop-shadow(0 24px 30px rgba(80, 0, 42, .4)); }
.bk-sec { padding: clamp(60px, 7vw, 100px) 0; }
.bk-sec--alt { background: var(--petal); }
.bk-head { max-width: 760px; margin-bottom: 2.4rem; }
.bk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bk-card { margin: 0; border-radius: var(--r-lg); background: #fff; border: 2px solid var(--line); overflow: hidden; display: flex; flex-direction: column; }
.bk-card--wide { grid-column: span 3; }
.bk-swatch { display: grid; place-items: center; padding: clamp(24px, 4vw, 48px); min-height: 220px; }
.bk-card--wide .bk-swatch { min-height: 0; }
.bk-swatch img { max-height: 240px; width: auto; max-width: 100%; }
.bk-card--wide .bk-swatch img { max-height: 150px; }
.bk-swatch--white { background: #fff; background-image: linear-gradient(45deg, #FBF3F7 25%, transparent 25%), linear-gradient(-45deg, #FBF3F7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #FBF3F7 75%), linear-gradient(-45deg, transparent 75%, #FBF3F7 75%); background-size: 24px 24px; background-position: 0 0, 0 12px, 12px -12px, -12px 0; }
.bk-swatch--night { background: var(--night); }
.bk-swatch--pink { background: var(--pink); }
.bk-swatch--petal { background: var(--petal); }
.bk-card figcaption { display: flex; flex-wrap: wrap; align-items: center; gap: .3rem 1rem; padding: 1rem 1.3rem; border-top: 2px solid var(--line); font-size: .93rem; }
.bk-card figcaption strong { font-size: 1rem; }
.bk-card figcaption span { color: var(--ink-3); flex: 1; }
.bk-card figcaption a { font-weight: 850; text-decoration: none; background: var(--blush); padding: .3rem .75rem; border-radius: 999px; font-size: .85rem; }
.bk-card figcaption a:hover { background: var(--pink); color: #fff; }
.bk-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.bk-rules { margin: 1.6rem 0; }
.bk-dl { display: flex; flex-wrap: wrap; gap: .8rem; }
.bk-mascots img { width: min(380px, 100%); margin-inline: auto; transform: rotate(4deg); filter: drop-shadow(0 24px 30px rgba(80, 0, 42, .25)); }
.bk-colors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bk-color { width: 100%; display: grid; gap: .2rem; text-align: left; padding: 0 0 1rem; border: 2px solid var(--line); border-radius: var(--r-lg); background: #fff; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s; }
.bk-color:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.bk-chip { display: block; height: 110px; background: var(--c); margin-bottom: .8rem; border-bottom: 2px solid var(--line); }
.bk-color strong, .bk-color code, .bk-color small { padding-inline: 1rem; }
.bk-color code { font-weight: 800; color: var(--pink-deep); font-size: .95rem; }
.bk-color small { color: var(--ink-3); line-height: 1.35; }
.bk-type { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bk-type-card { padding: clamp(24px, 3.5vw, 40px); border-radius: var(--r-lg); background: #fff; border: 2px solid var(--line); display: grid; gap: 1rem; align-content: start; }
.bk-type-sample { font-size: 1.6rem; font-weight: 800; line-height: 1.25; }
.bk-type-sample--display { font-family: var(--display); font-weight: 400; font-size: 3rem; line-height: 1; color: var(--pink); }
.bk-type-card a { font-weight: 850; }
.bk-lines { display: grid; gap: 12px; }
.bk-lines li { display: grid; gap: .15rem; padding: 1.1rem 1.3rem; border-radius: 18px; background: var(--petal); border: 2px solid var(--line); }
.bk-lines strong { font-family: var(--display); font-weight: 400; font-size: 1.35rem; line-height: 1.15; }
.bk-lines span { color: var(--ink-3); font-size: .88rem; font-weight: 700; }
.bk-print { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bk-print .bk-swatch { flex: 1; }
.bk-print .bk-swatch img { max-height: 380px; }
a[href^="tel:"] { white-space: nowrap; }

/* ------------------------------------------------------------------------------------------ reveal */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal.is-in:hover { transition-duration: .3s; }

/* ------------------------------------------------------------------------------------------ keyframes */
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes twinkle { 0%, 100% { transform: scale(1) rotate(0); opacity: 1; } 50% { transform: scale(.6) rotate(45deg); opacity: .7; } }
@keyframes live { 0% { box-shadow: 0 0 0 0 rgba(141, 255, 196, .7); } 70% { box-shadow: 0 0 0 9px rgba(141, 255, 196, 0); } 100% { box-shadow: 0 0 0 0 rgba(141, 255, 196, 0); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes stepIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
@keyframes bump { 0% { transform: scale(1); } 40% { transform: scale(1.14) rotate(-2deg); } 100% { transform: scale(1); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(30px) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes chatIn { from { opacity: 0; transform: translateY(16px) scale(.9); } }
@keyframes msgIn { from { opacity: 0; transform: translateY(8px) scale(.96); } }
@keyframes pop { from { transform: scale(0); } }
@keyframes pillIn { from { opacity: 0; transform: translateY(30px); } }
@keyframes nudge { 0%, 88%, 100% { rotate: 0deg; } 91% { rotate: -6deg; } 94% { rotate: 5deg; } 97% { rotate: -3deg; } }
@keyframes wobble { 0%, 100% { transform: rotate(10deg); } 50% { transform: rotate(4deg) scale(1.03); } }
@keyframes tick { from { rotate: -6deg; } to { rotate: 6deg; } }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 20px); } }
@keyframes pinDrop { from { transform: translateY(-60px); opacity: 0; } }
@keyframes pulseRing { from { transform: scale(.4); opacity: 1; } to { transform: scale(2.4); opacity: 0; } }

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

/* ------------------------------------------------------------------------------------------ responsive */
@media (max-width: 1279px) { .nav-extra { display: none; } }
@media (max-width: 1180px) {
  .nav a { padding-inline: .6rem; font-size: .95rem; }
  .plans { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
  .sprinkles { grid-template-columns: 1fr; }
}
@media (max-width: 1060px) {
  .nav { display: none; }
  .nav-toggle { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-side { max-width: 620px; width: 100%; margin-inline: auto; padding-top: 62px; }
  .hero-mascot { width: 150px; top: 0; right: 26px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .band-grid, .compare-grid, .meter-grid, .area-grid, .faq-grid { grid-template-columns: 1fr; }
  .faq-grid .section-head { position: static; }
  .faq-mascot { display: none; }
  .share-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .area-map { max-width: 320px; }
}
@media (max-width: 860px) {
  .announce-detail { display: none; }
  .steps { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { display: none; }
  .sprinkles-list { grid-template-columns: 1fr; }
  .band-card:nth-child(even) { margin: 0; }
  .modal--wheel .wheel-layout { grid-template-columns: 1fr; }
  .wheel-stage { padding: 40px 20px 28px; }
  .wheel { width: min(280px, 80vw); }
  .wheel-hub { width: 72px; height: 72px; }
  .wheel-pointer { top: 18px; }
}
@media (max-width: 760px) {
  :root { --header-h: 66px; }
  body { font-size: 17px; padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .wrap { width: min(100% - 32px, var(--wrap)); }
  .header-inner { gap: .8rem; }
  .brand-tag { display: none; }
  .brand-badge { width: 44px; height: 44px; }
  .wordmark { height: 23px; }
  .header-phone { display: none; }
  .header-cta { display: none; }
  .announce-inner { justify-content: flex-start; font-size: .84rem; gap: .5rem .7rem; }
  .announce-icon { display: none; }
  .announce-timer { display: none; }
  .announce-cta { padding: .38em .8em; }
  .hero { padding-top: 30px; }
  .hero-title { margin-top: 1rem; }
  .hero-points { font-size: .96rem; gap: .55rem 1rem; }
  .hero-side { padding-top: 52px; }
  .hero-mascot { width: 116px; top: 0; right: 14px; }
  .quote-home .quote-title { padding-right: 104px; max-width: none; font-size: 1.5rem; }
  .qk-more { display: none; }
  .eyebrow { font-size: .82rem; padding: .45rem .85rem; }
  .hero-lede { font-size: 1.05rem; }
  .pricing-controls { flex-direction: column; gap: .6rem; }
  .seg--light { display: grid; width: 100%; max-width: 340px; grid-template-columns: repeat(4, 1fr); }
  .seg--light span { padding: 0; }
  .seg-word { display: none; }
  .chat.is-early .chat-launch { transform: scale(0); pointer-events: none; }
  .quote { border-radius: 28px; }
  .qfoot { grid-template-columns: 1fr; grid-template-areas: 'price' 'nav' 'fine' 'err'; }
  .qfoot .qnav { flex-direction: row; }
  .qfoot .qnav [data-next], .qfoot .qnav [data-submit] { flex: 1; }
  .freq b { font-size: .92rem; }
  /* On the last step the checkout button gets the whole row and Back sits under it. */
  .quote.is-final .qnav { flex-direction: column-reverse; align-items: stretch; gap: .2rem; }
  .quote.is-final .qnav [data-back] { align-self: center; min-height: 44px; }
  .qgrid { grid-template-columns: 1fr; }
  .opts { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr; }
  .plan--featured { order: -1; }
  .plan:not(.plan--featured):not(.plan--onetime) .checks { display: none; }
  .seg--light span { padding: 0 .75rem; font-size: .92rem; }
  .features { grid-template-columns: 1fr; }
  .compare-table th, .compare-table td { padding: .8rem .75rem; font-size: .92rem; }
  .compare-table tbody td:last-child::before { display: none; }
  .band-cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .share-card--refer { padding-right: clamp(22px, 5vw, 42px); padding-top: 84px; }
  .share-badge { width: 100px; height: 100px; font-size: .98rem; right: 16px; top: -34px; outline-width: 5px; }
  .cta-grid { grid-template-columns: 1fr; text-align: center; }
  .cta-mascot { margin-inline: auto; width: 170px; }
  .cta-actions { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .quote-on-screen .mobilebar { transform: translateY(110%); }
  .mobilebar { transition: transform .35s var(--ease); }
  .mobilebar { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: auto auto 1fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 -10px 30px -12px rgba(42, 10, 33, .3); border-top: 1px solid var(--line); }
  .mobilebar-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-width: 64px; height: 54px; border-radius: 16px; background: var(--petal); color: var(--ink); font-size: .74rem; font-weight: 850; text-decoration: none; }
  .mobilebar-btn .i { width: 22px; height: 22px; color: var(--pink); }
  .mobilebar-cta { display: flex; align-items: center; justify-content: center; gap: .45rem; height: 54px; border: 0; text-decoration: none; border-radius: 16px; background: var(--pink); color: #fff; font-weight: 900; font-size: 1.05rem; box-shadow: 0 4px 0 var(--pink-deep); }
  .mobilebar-cta .i { width: 1.2em; height: 1.2em; fill: rgba(255, 255, 255, .3); }
  .chat { right: 14px; bottom: calc(88px + env(safe-area-inset-bottom)); }
  .chat-launch { width: 56px; height: 56px; }
  .chat-panel { max-height: calc(100dvh - 190px); }
  .spin-pill { display: none !important; }
  .peek { bottom: calc(96px + env(safe-area-inset-bottom)); }
  .peek-btn img { width: 132px; }
  .peek-bubble { width: 150px; font-size: .85rem; }
  .peek-close { left: 92px; top: 118px; }
  .toast { bottom: calc(92px + env(safe-area-inset-bottom)); border-radius: 20px; }
  .modal { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 26px; }
  .modal-quote-slot, .wheel-layout { max-height: calc(100dvh - 16px); border-radius: 26px; }
}
@media (max-width: 1060px) {
  .hero-grid--sub { grid-template-columns: 1fr; }
  .hero-emblem-wrap { display: none; }
  .cform-grid { grid-template-columns: 1fr; }
  .cform-copy { position: static; }
  .cform-mascot { display: none; }
}
@media (max-width: 760px) {
  .checkset { grid-template-columns: 1fr; }
  .thanks-mini { grid-template-columns: auto 1fr; }
  .thanks-mini > .btn { grid-column: 1 / -1; }
  .nf-wrap { grid-template-columns: 1fr; text-align: center; }
  .nf-mascot { margin-inline: auto; width: 170px; }
  .nf .cta-actions { justify-content: center; }
  .nf-lede { margin-inline: auto; }
}
@media (max-width: 960px) {
  .bk-hero-inner, .bk-split, .bk-type { grid-template-columns: 1fr; }
  .bk-hero-emblem { display: none; }
  .bk-grid, .bk-print { grid-template-columns: 1fr 1fr; }
  .bk-card--wide { grid-column: span 2; }
  .bk-colors { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .bk-grid, .bk-print { grid-template-columns: 1fr; }
  .bk-card--wide { grid-column: auto; }
}
@media (max-width: 400px) {
  .compare-table th, .compare-table td { padding: .7rem .55rem; font-size: .86rem; }
  .hero-title { font-size: 3rem; }
  .freq { grid-template-columns: 1fr; }
  .freq span { min-height: 50px; }
}
