/*
Theme Name: Birthday Adventure Box
Theme URI: https://birthdayadventurebox.example
Author: Birthday Adventure Box
Author URI: https://birthdayadventurebox.example
Description: A vibrant, fully Customizer-editable one-page theme for a kids' "party experience in a box" business. Every section — hero, adventures, the Host Deck, the envelope system, the 90-minute timeline, pricing ladder, reviews and FAQ — is editable from Appearance → Customize. Visual direction: modern kids museum, not cartoon birthday aisle.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: birthday-adventure-box
Tags: one-page, custom-colors, custom-menu, featured-images, full-width-template, e-commerce, blog
*/

:root {
  --cream: #FFF8EF;
  --cream-deep: #FBEEDD;
  --kraft: #F3E7CE;
  --ink: #2E2A5E;
  --ink-soft: #6F699B;
  --coral: #FF6B6B;
  --coral-deep: #F0514F;
  --pink: #FF7EB6;
  --yellow: #FFD23F;
  --sky: #4DA9F0;
  --mint: #2EC4B6;
  --purple: #9B6DFF;
  --orange: #FF9F43;
  --green: #2E9E5B;
  --white: #ffffff;

  --f-display: 'Fredoka', system-ui, -apple-system, sans-serif;
  --f-body: 'Nunito', system-ui, -apple-system, sans-serif;

  --r: 22px;
  --r-sm: 14px;
  --r-lg: 32px;
  --maxw: 1180px;

  --sh-soft: 0 16px 36px -20px rgba(46, 42, 94, .35);
  --sh-card: 0 22px 50px -28px rgba(46, 42, 94, .45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { font-family: var(--f-body); color: var(--ink); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 600; line-height: 1.1; color: var(--ink); letter-spacing: -.01em; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul, ol { list-style: none; }
.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; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; padding: .8em 1.5em; border-radius: 100px; border: none; cursor: pointer; text-align: center; transition: transform .12s ease, box-shadow .12s ease, background .2s; white-space: nowrap; }
.btn--primary { background: var(--coral); color: #fff; box-shadow: 0 6px 0 0 var(--coral-deep); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 0 0 var(--coral-deep); }
.btn--primary:active { transform: translateY(4px); box-shadow: 0 2px 0 0 var(--coral-deep); }
.btn--dark { background: var(--ink); color: #fff; box-shadow: 0 6px 0 0 #1d1942; }
.btn--dark:hover { transform: translateY(-2px); box-shadow: 0 8px 0 0 #1d1942; }
.btn--dark:active { transform: translateY(4px); box-shadow: 0 2px 0 0 #1d1942; }
.btn--ghost { background: #fff; color: var(--ink); box-shadow: 0 0 0 2.5px var(--ink) inset; }
.btn--ghost:hover { transform: translateY(-2px); background: var(--cream-deep); }
.btn--lg { font-size: 1.12rem; padding: .95em 1.8em; }
.btn--small { font-size: .9rem; padding: .58em 1.05em; }
.btn--block { width: 100%; }

.kicker { display: inline-block; font-family: var(--f-display); font-weight: 600; color: var(--coral); text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; margin-bottom: .8rem; }
.kicker--light { color: var(--yellow); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,248,239,.82); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid rgba(46,42,94,.07); }
.nav__inner { max-width: var(--maxw); margin: 0 auto; padding: .6rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: .6rem; }
.logo__mark { display: grid; place-items: center; transition: transform .3s; }
.logo:hover .logo__mark { transform: rotate(-8deg) scale(1.05); }
.logo__lockup { display: flex; flex-direction: column; line-height: 1; }
.logo__lockup small { font-family: var(--f-display); font-weight: 600; letter-spacing: .26em; font-size: .58rem; color: var(--ink-soft); margin-bottom: 2px; }
.logo__text { font-family: var(--f-display); font-weight: 700; font-size: 1.32rem; color: var(--ink); }
.logo__text span { color: var(--coral); }
.logo--light .logo__lockup small { color: rgba(255,255,255,.6); }
.logo--light .logo__text { color: #fff; }
.logo--light .logo__text span { color: var(--yellow); }
.nav__links { display: flex; align-items: center; gap: 1.6rem; }
.nav__links > a:not(.btn) { font-weight: 700; color: var(--ink); font-size: .98rem; position: relative; }
.nav__links > a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -5px; height: 3px; width: 0; background: var(--yellow); border-radius: 3px; transition: width .25s; }
.nav__links > a:not(.btn):hover::after { width: 100%; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: .3s; }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Hero */
.hero { position: relative; padding: clamp(2rem, 6vw, 4.5rem) 1.5rem 7rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(60% 50% at 82% 0%, rgba(155,109,255,.16), transparent 60%), radial-gradient(50% 50% at 6% 28%, rgba(77,169,240,.16), transparent 60%), linear-gradient(180deg, var(--cream-deep), var(--cream)); }
.hero__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center; }
.eyebrow { display: inline-block; background: #fff; color: var(--ink); font-weight: 800; font-size: .9rem; padding: .5em 1em; border-radius: 100px; box-shadow: var(--sh-soft); margin-bottom: 1.3rem; }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); font-weight: 700; }
.hero h1 .hl { color: var(--coral); position: relative; }
.hero h1 .hl::after { content: ""; position: absolute; left: -1%; right: -1%; bottom: 6%; height: 20%; background: var(--yellow); border-radius: 100px; z-index: -1; opacity: .9; }
.hero__sub { font-size: clamp(1.05rem, 1.5vw, 1.18rem); color: var(--ink-soft); margin: 1.4rem 0 2rem; max-width: 38ch; font-weight: 600; }
.hero__sub strong { color: var(--ink); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.3rem; margin-top: 2.1rem; font-size: .95rem; color: var(--ink-soft); font-weight: 600; }
.hero__trust li { position: relative; padding-left: 1.3rem; }
.hero__trust li::before { content: "✦"; position: absolute; left: 0; color: var(--purple); }
.hero__trust strong { color: var(--ink); font-weight: 800; }
.hero__art { position: relative; display: grid; place-items: center; min-height: 400px; }
.art-blob { position: absolute; width: 112%; aspect-ratio: 1; border-radius: 46% 54% 58% 42% / 52% 46% 54% 48%; background: conic-gradient(from 90deg, #FFE08A, #FFB0CE, #B9A3FF, #9CD8FF, #FFE08A); filter: blur(2px); opacity: .5; animation: morph 14s ease-in-out infinite, spin 44s linear infinite; z-index: -1; }
@keyframes morph { 0%,100% { border-radius: 46% 54% 58% 42% / 52% 46% 54% 48%; } 50% { border-radius: 58% 42% 44% 56% / 44% 58% 42% 56%; } }
@keyframes spin { to { transform: rotate(360deg); } }
.giftbox { filter: drop-shadow(0 24px 30px rgba(46,42,94,.22)); animation: floaty 5.5s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
.tbadge { position: absolute; width: 60px; height: 60px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-size: 1.85rem; box-shadow: var(--sh-card); animation: bob 6s ease-in-out infinite; z-index: 2; }
.tb1 { top: 9%; left: 13%; animation-delay: 0s; }
.tb2 { top: 5%; right: 14%; animation-delay: 1.1s; }
.tb3 { top: 42%; left: 1%; width: 52px; height: 52px; font-size: 1.55rem; animation-delay: .5s; }
.tb4 { top: 38%; right: 1%; width: 52px; height: 52px; font-size: 1.55rem; animation-delay: 1.6s; }
.tb5 { top: -1%; left: 45%; width: 54px; height: 54px; font-size: 1.6rem; animation-delay: .8s; }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-14px) rotate(3deg); } }
.hero__confetti { position: absolute; inset: 0; pointer-events: none; z-index: -1; }
.hero__confetti span { position: absolute; opacity: .8; animation: drift 9s ease-in-out infinite; }
.dot { width: 14px; height: 14px; border-radius: 50%; }
.tri { width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 16px solid var(--orange); }
.sq { width: 14px; height: 14px; border-radius: 3px; }
.d1 { top: 16%; left: 44%; background: var(--coral); }
.d2 { top: 24%; left: 60%; background: var(--mint); animation-delay: 1s; }
.d3 { top: 70%; left: 40%; background: var(--purple); animation-delay: 2s; }
.d4 { top: 80%; left: 56%; background: var(--yellow); animation-delay: .5s; }
.d5 { top: 12%; left: 30%; background: var(--sky); animation-delay: 1.5s; }
.d6 { top: 58%; left: 90%; background: var(--pink); animation-delay: 2.5s; }
.t1 { top: 32%; left: 86%; animation-delay: 1.3s; }
.s1 { top: 20%; left: 12%; background: var(--pink); animation-delay: .3s; }
.s2 { top: 74%; left: 78%; background: var(--sky); animation-delay: 1.8s; }
@keyframes drift { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-22px) rotate(180deg); } }
.wave { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; }
.wave svg { width: 100%; height: 90px; }

/* Stat bar */
.stats { background: #fff; }
.stats__inner { max-width: var(--maxw); margin: 0 auto; padding: 1.6rem 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.stat { display: flex; flex-direction: column; gap: .15rem; }
.stat__num { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.4rem, 3vw, 2rem); color: var(--coral); }
.stat__label { font-weight: 700; color: var(--ink-soft); font-size: .92rem; }

/* Section scaffold */
.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem; }
.section__head { text-align: center; max-width: 740px; margin: 0 auto 3rem; }
.section__head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.section__head p { color: var(--ink-soft); font-size: 1.1rem; margin-top: 1rem; font-weight: 600; }
.section__head strong { color: var(--ink); }

/* Pitch */
.pitch { text-align: center; }
.pitch__inner { max-width: 880px; margin: 0 auto; }
.pitch h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); }
.pitch__inner > p { color: var(--ink-soft); font-size: 1.15rem; font-weight: 600; margin: 1.2rem auto 2.5rem; max-width: 70ch; }
.pitch__inner > p strong { color: var(--ink); }
.pitch__contrast { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.4rem; align-items: stretch; text-align: left; }
.pitch__col { border-radius: var(--r); padding: 1.6rem 1.7rem; }
.pitch__col h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.pitch__col p { font-weight: 700; }
.pitch__col--no { background: #fff; box-shadow: var(--sh-soft); color: var(--ink-soft); }
.pitch__col--no h3 { color: var(--ink-soft); }
.pitch__col--yes { background: var(--ink); color: #fff; box-shadow: var(--sh-card); }
.pitch__col--yes h3 { color: var(--yellow); }
.pitch__arrow { display: grid; place-items: center; font-size: 2rem; color: var(--coral); font-weight: 700; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.step { position: relative; background: #fff; border-radius: var(--r-lg); padding: 2.4rem 1.8rem 2rem; text-align: center; box-shadow: var(--sh-card); border: 2px solid #fff; transition: transform .2s, border-color .2s; }
.step:hover { transform: translateY(-6px); border-color: var(--yellow); }
.step__num { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--f-display); font-weight: 700; display: grid; place-items: center; font-size: 1.05rem; }
.step__icon { width: 84px; height: 84px; margin: .5rem auto 1.2rem; border-radius: 26px; display: grid; place-items: center; font-size: 2.6rem; background: color-mix(in srgb, var(--c) 16%, #fff); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c) 30%, #fff); }
.step h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.step p { color: var(--ink-soft); font-weight: 600; }

/* Envelope system */
.env-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.env { position: relative; background: #fff; border-radius: var(--r); padding: 1.8rem 1.6rem 1.6rem; box-shadow: var(--sh-card); border-top: 5px solid var(--c, var(--coral)); overflow: hidden; transition: transform .2s; }
.env:hover { transform: translateY(-5px); }
.env::after { content: ""; position: absolute; top: 0; right: 0; border-width: 0 28px 28px 0; border-style: solid; border-color: transparent color-mix(in srgb, var(--c, var(--coral)) 18%, #fff) transparent transparent; }
.env__num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--c, var(--coral)); color: #fff; font-family: var(--f-display); font-weight: 700; font-size: 1.25rem; margin-bottom: .9rem; }
.env h3 { font-size: 1.3rem; margin-bottom: .35rem; }
.env p { color: var(--ink-soft); font-weight: 600; font-size: .98rem; }
.env:nth-child(1) { --c: var(--coral); }
.env:nth-child(2) { --c: var(--orange); }
.env:nth-child(3) { --c: var(--yellow); }
.env:nth-child(4) { --c: var(--mint); }
.env:nth-child(5) { --c: var(--purple); }
.env:nth-child(6) { --c: var(--sky); }

/* Host deck */
.hostdeck { position: relative; background: linear-gradient(160deg, #383073, var(--ink) 60%, #221d4d); color: #fff; overflow: hidden; }
.hostdeck::before { content: ""; position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 12% 20%, rgba(255,210,63,.16), transparent 26%), radial-gradient(circle at 88% 80%, rgba(77,169,240,.2), transparent 28%); }
.hostdeck__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem; display: grid; grid-template-columns: .95fr 1.05fr; gap: 3rem; align-items: center; }
.hostdeck__copy h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); }
.hostdeck__copy > p { color: rgba(255,255,255,.8); font-weight: 600; font-size: 1.1rem; margin-top: 1rem; }
.hostdeck__tag { color: var(--yellow) !important; font-family: var(--f-display); font-weight: 600; font-size: 1.2rem !important; margin: 1.2rem 0 1.8rem !important; }
.deck { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.deck__card { display: flex; align-items: center; gap: .8rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: var(--r-sm); padding: .85rem 1rem; font-family: var(--f-display); font-weight: 500; font-size: .98rem; transition: transform .18s, background .18s; }
.deck__card span { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 8px; background: var(--coral); color: #fff; font-weight: 700; font-size: .82rem; }
.deck__card:hover { transform: translateY(-3px) rotate(-1.5deg); background: rgba(255,255,255,.13); }
.deck__card:nth-child(2n) span { background: var(--purple); }
.deck__card:nth-child(3n) span { background: var(--mint); }

/* Timeline */
.timeline { position: relative; max-width: 760px; margin: 0 auto; }
.tl-row { display: grid; grid-template-columns: 78px 1fr; gap: 1.4rem; align-items: start; position: relative; padding-bottom: 1.7rem; }
.tl-row::before { content: ""; position: absolute; left: 38px; top: 26px; height: 100%; border-left: 2px dashed #DCCAF2; }
.tl-row--last { padding-bottom: 0; }
.tl-row--last::before { display: none; }
.tl-time { position: relative; z-index: 1; background: var(--ink); color: #fff; font-family: var(--f-display); font-weight: 600; font-size: .85rem; padding: .45rem 0; border-radius: 100px; text-align: center; box-shadow: 0 0 0 4px var(--cream); }
.tl-body { padding-top: .1rem; }
.tl-body h3 { font-size: 1.2rem; }
.tl-body p { color: var(--ink-soft); font-weight: 600; margin-top: .15rem; }

/* Adventures */
.filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2.4rem; }
.filter { font-family: var(--f-display); font-weight: 600; font-size: .98rem; background: #fff; color: var(--ink); border: 2px solid transparent; padding: .55em 1.2em; border-radius: 100px; cursor: pointer; transition: .2s; box-shadow: var(--sh-soft); }
.filter:hover { border-color: var(--coral); }
.filter.is-active { background: var(--ink); color: #fff; }
.theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.card { background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-card); transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-8px); box-shadow: 0 30px 55px -28px rgba(46,42,94,.55); }
.card--soon { opacity: .92; }
.card__art { position: relative; aspect-ratio: 5 / 4; display: grid; place-items: center; background: linear-gradient(150deg, var(--g1), var(--g2)); overflow: hidden; }
.card__art::before, .card__art::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.2); }
.card__art::before { width: 88px; height: 88px; top: -28px; right: -18px; }
.card__art::after { width: 58px; height: 58px; bottom: -20px; left: -10px; background: rgba(255,255,255,.15); }
.card__emoji { font-size: 3.5rem; filter: drop-shadow(0 6px 8px rgba(0,0,0,.2)); transition: transform .3s; z-index: 1; }
.card:hover .card__emoji { transform: scale(1.12) rotate(-6deg); }
.tag { position: absolute; top: .8rem; left: .8rem; z-index: 2; font-family: var(--f-display); font-weight: 600; font-size: .72rem; padding: .3em .7em; border-radius: 100px; letter-spacing: .02em; }
.tag--now { background: #fff; color: var(--green); }
.tag--love { background: var(--yellow); color: var(--ink); }
.tag--soon { background: rgba(46,42,94,.62); color: #fff; backdrop-filter: blur(2px); }
.card__body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { font-size: 1.28rem; line-height: 1.1; }
.card__sub { color: var(--coral); font-family: var(--f-display); font-weight: 500; font-size: .92rem; margin-top: .1rem; }
.card__role { font-size: .85rem; color: var(--ink-soft); font-weight: 600; margin: .55rem 0 .7rem; }
.card__role strong { color: var(--ink); }
.card__acts { display: flex; flex-direction: column; gap: .35rem; padding-top: .7rem; border-top: 1px dashed #EADFF2; }
.card__acts li { display: flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 700; color: var(--ink); }
.card__acts li span { font-size: 1rem; }
.card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; }
.price { font-family: var(--f-display); font-weight: 700; font-size: 1.3rem; color: var(--ink); }
.price--lg { font-size: 2.4rem; }

/* Spotlight */
.spotlight__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.spotlight__copy h2 { font-size: clamp(1.8rem, 3.8vw, 2.8rem); }
.spotlight__pos { color: var(--ink-soft); font-size: 1.12rem; font-weight: 600; margin: 1rem 0 1.4rem; }
.spotlight__chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.6rem; }
.chip { background: #fff; border: 2px solid var(--cream-deep); border-radius: 100px; padding: .5em 1em; font-weight: 700; font-size: .92rem; box-shadow: var(--sh-soft); }
.chip b { color: var(--coral); }
.spotlight__flow-label { font-family: var(--f-display); font-weight: 600; margin-bottom: .7rem; }
.spotlight__flow { counter-reset: flow; display: grid; gap: .5rem; margin-bottom: 1.8rem; }
.spotlight__flow li { counter-increment: flow; position: relative; padding-left: 2.4rem; font-weight: 700; }
.spotlight__flow li::before { content: counter(flow); position: absolute; left: 0; top: -1px; width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: #fff; font-family: var(--f-display); font-weight: 700; font-size: .82rem; display: grid; place-items: center; }
.spotlight__cta { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.spotlight__meta { display: block; color: var(--ink-soft); font-weight: 700; font-size: .9rem; margin-top: .2rem; }
.spotlight__art { position: relative; aspect-ratio: 1; border-radius: var(--r-lg); background: linear-gradient(150deg, #8FE0A0, #2E9E5B); box-shadow: var(--sh-card); display: grid; place-items: center; overflow: hidden; }
.spotlight__art::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.18) 2px, transparent 2px); background-size: 26px 26px; opacity: .5; }
.dig-tape { position: absolute; top: 26px; left: -42px; transform: rotate(-32deg); background: var(--yellow); color: var(--ink); font-family: var(--f-display); font-weight: 700; letter-spacing: .2em; font-size: .85rem; padding: .4rem 3.4rem; box-shadow: var(--sh-soft); }
.spotlight__emoji { font-size: 8rem; filter: drop-shadow(0 14px 18px rgba(0,0,0,.25)); z-index: 1; animation: floaty 6s ease-in-out infinite; }
.fossil { position: absolute; font-size: 2.2rem; background: rgba(255,255,255,.92); width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--sh-card); animation: bob 5s ease-in-out infinite; }
.f1 { top: 16%; right: 12%; animation-delay: 0s; }
.f2 { bottom: 16%; left: 10%; animation-delay: 1s; }
.f3 { bottom: 22%; right: 14%; width: 50px; height: 50px; font-size: 1.7rem; animation-delay: 1.6s; }
.f4 { top: 22%; left: 12%; width: 50px; height: 50px; font-size: 1.7rem; animation-delay: .6s; }

/* Get / Provide / No need */
.gpn { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.gpn__col { background: #fff; border-radius: var(--r-lg); padding: 1.9rem 1.8rem; box-shadow: var(--sh-card); border-top: 5px solid var(--ink); }
.gpn__col--get { border-top-color: var(--mint); }
.gpn__col--provide { border-top-color: var(--orange); }
.gpn__col--no { border-top-color: var(--coral); }
.gpn__col h3 { display: flex; align-items: center; gap: .6rem; font-size: 1.35rem; margin-bottom: 1.1rem; }
.gpn__ic { width: 34px; height: 34px; flex: none; border-radius: 50%; display: grid; place-items: center; font-size: 1rem; font-weight: 800; }
.gpn__col--get .gpn__ic { background: color-mix(in srgb, var(--mint) 18%, #fff); color: var(--mint); }
.gpn__col--provide .gpn__ic { background: color-mix(in srgb, var(--orange) 20%, #fff); }
.gpn__col--no .gpn__ic { background: color-mix(in srgb, var(--coral) 18%, #fff); color: var(--coral); }
.gpn__col ul { display: flex; flex-direction: column; gap: .6rem; }
.gpn__col li { font-weight: 700; padding-left: .1rem; }
.gpn__col--get li { position: relative; padding-left: 1.5rem; }
.gpn__col--get li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 800; }
.gpn__col--no li { color: var(--ink-soft); text-decoration: line-through; text-decoration-color: rgba(255,107,107,.45); }

/* Pricing ladder */
.ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; align-items: stretch; }
.tier { position: relative; background: #fff; border-radius: var(--r-lg); padding: 2rem 1.5rem; box-shadow: var(--sh-card); display: flex; flex-direction: column; border: 3px solid transparent; }
.tier--featured { border-color: var(--coral); }
.tier--premium { background: linear-gradient(165deg, #fff, var(--cream-deep)); }
.tier__badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--coral); color: #fff; font-family: var(--f-display); font-weight: 600; font-size: .8rem; padding: .35em 1.1em; border-radius: 100px; white-space: nowrap; }
.tier__name { font-size: 1.32rem; line-height: 1.12; }
.tier__for { color: var(--ink-soft); font-weight: 700; font-size: .92rem; margin: .25rem 0 .9rem; }
.tier__price { font-family: var(--f-display); font-weight: 700; }
.tier__price span { font-size: 2.7rem; color: var(--ink); }
.tier__price small { font-size: 1.3rem; }
.tier__serves { color: var(--ink-soft); font-weight: 700; margin: .1rem 0 1.2rem; font-size: .95rem; }
.tier ul { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.6rem; flex: 1; }
.tier li { font-weight: 600; color: var(--ink); font-size: .96rem; }
.tier li::first-letter { color: var(--mint); }
.pricing__note { text-align: center; margin-top: 2rem; font-weight: 600; color: var(--ink-soft); max-width: 820px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.pricing__note b { color: var(--ink); }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.review { background: #fff; border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--sh-card); }
.stars { color: var(--yellow); font-size: 1.25rem; letter-spacing: 2px; margin-bottom: .8rem; }
.review blockquote { font-size: 1.13rem; font-weight: 700; color: var(--ink); line-height: 1.5; }
.review figcaption { display: flex; align-items: center; gap: .8rem; margin-top: 1.3rem; font-weight: 800; }
.avatar { width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--a); color: #fff; display: grid; place-items: center; font-family: var(--f-display); font-weight: 600; }
.review figcaption small { display: block; color: var(--ink-soft); font-weight: 700; font-size: .85rem; }

/* CTA band */
.cta-band { padding: 1.5rem; }
.cta-band__inner { max-width: var(--maxw); margin: 0 auto; border-radius: var(--r-lg); background: linear-gradient(130deg, var(--coral), var(--pink) 55%, var(--purple)); padding: clamp(2.5rem, 5vw, 4rem); color: #fff; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.cta-band__inner::before { content: "🎉🎈🎁"; position: absolute; font-size: 7rem; opacity: .12; top: -10px; right: 10px; letter-spacing: 10px; white-space: nowrap; }
.cta-band__copy h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.cta-band__copy p { font-weight: 700; margin-top: .8rem; font-size: 1.08rem; opacity: .95; }
.cta-band__copy strong { color: var(--yellow); }
.signup { display: flex; flex-wrap: wrap; gap: .7rem; position: relative; }
.signup input { flex: 1; min-width: 200px; font-family: var(--f-body); font-weight: 700; font-size: 1rem; padding: .9em 1.3em; border-radius: 100px; border: none; color: var(--ink); box-shadow: 0 8px 20px -8px rgba(0,0,0,.3); }
.signup input:focus { outline: 3px solid var(--yellow); }
.signup__msg { width: 100%; font-weight: 800; margin-top: .3rem; min-height: 1.2em; }

/* FAQ */
.accordion { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: .9rem; }
.acc { background: #fff; border-radius: var(--r); box-shadow: var(--sh-soft); overflow: hidden; border: 2px solid transparent; transition: border-color .2s; }
.acc.is-open { border-color: var(--yellow); }
.acc__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--f-display); font-weight: 600; font-size: 1.12rem; color: var(--ink); padding: 1.2rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.acc__ic { font-size: 1.6rem; color: var(--coral); flex: none; transition: transform .3s; line-height: 1; }
.acc.is-open .acc__ic { transform: rotate(45deg); }
.acc__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.acc__a p { padding: 0 1.4rem 1.3rem; color: var(--ink-soft); font-weight: 600; }

/* Footer */
.footer { background: var(--ink); color: rgba(255,255,255,.8); padding: 4rem 1.5rem 2rem; }
.footer__top { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__brand p { margin: 1rem 0 1.3rem; font-weight: 600; max-width: 34ch; }
.socials { display: flex; gap: .6rem; }
.socials a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; font-size: 1.2rem; transition: .2s; }
.socials a:hover { background: var(--coral); transform: translateY(-3px); }
.footer__col h4 { color: #fff; font-size: 1.1rem; margin-bottom: 1rem; }
.footer__col a { display: block; padding: .35rem 0; font-weight: 700; transition: color .2s; }
.footer__col a:hover { color: var(--yellow); }
.footer__bottom { max-width: var(--maxw); margin: 1.5rem auto 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; font-weight: 600; font-size: .92rem; }
.footer__legal a:hover { color: var(--yellow); }

/* WP-specific */
.bab-admin-note { max-width: 760px; margin: 4rem auto; padding: 2rem; background: #fff; border-radius: var(--r); box-shadow: var(--sh-soft); text-align: center; }
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor, .sticky, .screen-reader-text { /* required WP classes */ }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

/* Responsive */
@media (max-width: 1000px) { .theme-grid { grid-template-columns: repeat(2, 1fr); } .ladder { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__copy { order: 2; } .hero__art { order: 1; min-height: 340px; }
  .hero__sub { margin-left: auto; margin-right: auto; }
  .hero__cta, .hero__trust { justify-content: center; }
  .env-grid { grid-template-columns: repeat(2, 1fr); }
  .hostdeck__inner { grid-template-columns: 1fr; gap: 2rem; }
  .spotlight__inner { grid-template-columns: 1fr; gap: 2rem; }
  .spotlight__art { max-width: 440px; margin: 0 auto; width: 100%; }
  .gpn { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .cta-band__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav__links { position: fixed; inset: 66px 0 auto 0; flex-direction: column; gap: 1.2rem; background: var(--cream); padding: 2rem 1.5rem; box-shadow: var(--sh-card); transform: translateY(-150%); transition: transform .35s ease; align-items: stretch; text-align: center; }
  .nav__links.is-open { transform: translateY(0); }
  .nav__toggle { display: flex; }
  .nav__cta { margin-top: .5rem; }
  .steps, .review-grid { grid-template-columns: 1fr; }
  .pitch__contrast { grid-template-columns: 1fr; } .pitch__arrow { transform: rotate(90deg); }
  .env-grid { grid-template-columns: 1fr; } .deck { grid-template-columns: 1fr; }
  .ladder { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}
@media (max-width: 460px) {
  .theme-grid { grid-template-columns: 1fr; }
  .hero__trust { flex-direction: column; gap: .6rem; align-items: center; }
  .spotlight__cta { flex-direction: column; align-items: flex-start; }
}

/* JS-driven */
@keyframes pop { 0% { transform: scale(.92); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .reveal { opacity: 1 !important; transform: none !important; } }
