/* ===========================================================
   Kids as Creatives — brand stylesheet
   Palette pulled from their logo: rust, coral, sky, gold on cream.
   =========================================================== */

:root {
  --rust: #C85A2B;
  --coral: #E58A6F;
  --sky: #7FC0DC;
  --sky-deep: #4FA3C7;
  --gold: #F2B33D;
  --gold-deep: #E89B1E;
  --ink: #211C18;
  --ink-soft: #5b524b;
  --cream: #FDF6EA;
  --cream-2: #FBEEDB;
  --paper: #ffffff;
  --shadow: 0 18px 50px -20px rgba(33, 28, 24, 0.35);
  --radius: 26px;
  --font-display: 'Fredoka', system-ui, sans-serif;
  --font-body: 'Nunito', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.section-title { font-size: clamp(1.9rem, 4.5vw, 3rem); color: var(--ink); }
.eyebrow {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--rust);
  margin-bottom: 0.6rem;
}
.eyebrow--center { text-align: center; }
.hl { position: relative; white-space: nowrap; }
.hl--gold { color: var(--rust); }
.hl--gold::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: 6%; height: 38%;
  background: var(--gold); opacity: 0.45; border-radius: 8px; z-index: -1; transform: rotate(-1.5deg);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  padding: 0.85rem 1.6rem; border-radius: 100px; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  border: 2.5px solid var(--ink);
}
.btn--book { background: var(--gold); color: var(--ink); box-shadow: 4px 5px 0 var(--ink); }
.btn--book:hover { transform: translate(-2px, -2px); box-shadow: 6px 7px 0 var(--ink); }
.btn--book:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); box-shadow: 4px 5px 0 transparent; }
.btn--ghost:hover { background: var(--paper); transform: translate(-2px, -2px); box-shadow: 4px 5px 0 var(--ink); }
.btn--full { width: 100%; }
.btn--lg { font-size: 1.15rem; padding: 1.05rem 2.2rem; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.7rem clamp(1rem, 4vw, 3rem);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.nav.scrolled { background: rgba(253, 246, 234, 0.92); backdrop-filter: blur(10px); box-shadow: 0 6px 24px -16px rgba(33,28,24,.4); }
.nav__logo { height: 54px; transition: transform .3s ease; }
.nav__brand:hover .nav__logo { transform: rotate(-4deg) scale(1.04); }
.nav__links { display: flex; align-items: center; gap: 1.6rem; }
.nav__links a { font-family: var(--font-display); font-weight: 500; font-size: 1rem; transition: color .2s ease; }
.nav__links a:not(.btn):hover { color: var(--rust); }
.nav__book { padding: 0.55rem 1.3rem; font-size: 0.95rem; }
.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: transform .3s ease, opacity .3s ease; transform-origin: center; }
/* Hamburger morphs to an X while the drawer is open */
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
/* Dim scrim behind the mobile drawer */
.nav__scrim { position: fixed; inset: 0; z-index: 99; background: rgba(33, 28, 24, .55);
  opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.nav__scrim.show { opacity: 1; pointer-events: auto; }

/* ---------- Blobs (decorative paint splats) ---------- */
.blob { position: absolute; border-radius: 45% 55% 52% 48% / 55% 45% 55% 45%; filter: blur(2px); opacity: .5; z-index: 0; animation: float 9s ease-in-out infinite; }
.blob--gold { background: var(--gold); }
.blob--sky { background: var(--sky); }
.blob--coral { background: var(--coral); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-26px) rotate(8deg); } }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 7.5rem clamp(1rem,4vw,3rem) 5rem; overflow: hidden; background:
  radial-gradient(circle at 80% 0%, var(--cream-2), var(--cream) 60%); }
.hero .blob--gold { width: 320px; height: 320px; top: -60px; right: 4%; }
.hero .blob--sky { width: 220px; height: 220px; bottom: 8%; left: -60px; animation-delay: -3s; }
.hero .blob--coral { width: 150px; height: 150px; top: 38%; right: 44%; animation-delay: -5s; opacity:.35; }
.hero__inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 700; }
.hero__sub { font-size: 1.18rem; color: var(--ink-soft); margin: 1.4rem 0 2rem; max-width: 30ch; }
.hero__cta { display: flex; flex-direction: column; align-items: stretch; gap: .9rem; max-width: 460px; }
.hero__cta .btn { width: 100%; padding: 1.2rem 2rem; font-size: 1.2rem; min-height: 62px; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.4rem; }
.hero__trust li { font-weight: 700; font-size: 0.95rem; display: flex; align-items: center; gap: 0.5rem; }
.hero__trust span { font-size: 1.3rem; }
.hero__media { position: relative; }
.hero__photo { border-radius: 38% 38% 42% 42% / 8% 8% 8% 8%; overflow: hidden; border: 5px solid var(--ink); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero__photo img { width: 100%; height: 540px; object-fit: cover; }
.hero__doodle { position: absolute; bottom: -34px; left: -40px; width: 170px; transform: rotate(-8deg); animation: float 7s ease-in-out infinite; }
.hero__badge {
  position: absolute; top: -22px; right: -10px; background: var(--sky); color: var(--ink);
  border: 3px solid var(--ink); border-radius: 18px; padding: 0.7rem 1rem; font-family: var(--font-display);
  font-size: 0.95rem; line-height: 1.1; text-align: center; box-shadow: 4px 4px 0 var(--ink); transform: rotate(5deg);
}
.hero__badge strong { font-size: 1.15rem; color: var(--rust); }

/* wave divider */
.wave-divider { position: absolute; bottom: -1px; left: 0; right: 0; height: 60px; background: var(--paper);
  -webkit-mask: radial-gradient(28px at 50% 0, #0000 98%, #000) repeat-x 0 0 / 56px 100%;
  mask: radial-gradient(28px at 50% 0, #0000 98%, #000) repeat-x 0 0 / 56px 100%; }

/* ---------- Intro ---------- */
.intro { background: var(--paper); padding: 4.5rem clamp(1rem,4vw,3rem) 4rem; }
.intro__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.intro__inner p { font-size: 1.18rem; color: var(--ink-soft); margin-top: 1.2rem; }

/* ---------- Section heads ---------- */
.section-head { max-width: 900px; margin: 0 auto 2.8rem; text-align: center; }

/* ---------- Experiences ---------- */
.experiences { padding: 5rem clamp(1rem,4vw,3rem); }
.exp-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.exp-card { background: var(--paper); border: 3px solid var(--ink); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s ease; }
.exp-card:hover { transform: translateY(-8px); }
.exp-card__media { position: relative; height: 280px; overflow: hidden; }
.exp-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.exp-card:hover .exp-card__media img { transform: scale(1.06); }
.tag { position: absolute; top: 1rem; left: 1rem; font-family: var(--font-display); font-weight: 600; font-size: .8rem;
  padding: .35rem .9rem; border-radius: 100px; border: 2px solid var(--ink); }
.tag--coral { background: var(--coral); color: var(--ink); }
.tag--sky { background: var(--sky); color: var(--ink); }
.exp-card__body { padding: 1.7rem 1.8rem 2rem; }
.exp-card__body h3 { font-size: 1.7rem; margin-bottom: .6rem; }
.exp-card__body p { color: var(--ink-soft); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.1rem 0 1.3rem; }
.chips li { background: var(--cream-2); border-radius: 100px; padding: .3rem .85rem; font-size: .82rem; font-weight: 700; }
.link-arrow { font-family: var(--font-display); font-weight: 600; color: var(--rust); transition: gap .2s ease; display: inline-flex; }
.link-arrow:hover { letter-spacing: .02em; }

/* ---------- Packages ---------- */
.packages { padding: 4rem clamp(1rem,4vw,3rem) 5rem; background: var(--paper); }
.pkg-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 2rem; align-items: start; }
.pkg { border: 3px solid var(--ink); border-radius: var(--radius); padding: 2.2rem; position: relative; box-shadow: var(--shadow); }
.pkg--feature { background: linear-gradient(160deg, var(--cream) 0%, var(--cream-2) 100%); }
.pkg__ribbon { position: absolute; top: -16px; left: 2.2rem; background: var(--rust); color: #fff; font-family: var(--font-display);
  font-weight: 600; font-size: .8rem; padding: .35rem 1rem; border-radius: 100px; border: 2px solid var(--ink); }
.pkg h3 { font-size: 1.8rem; margin-bottom: .3rem; }
.pkg__price { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--rust); margin-bottom: .6rem; }
.pkg__desc { color: var(--ink-soft); margin-bottom: 1.3rem; }
.pkg__list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1rem; margin-bottom: 1.6rem; }
.pkg__list li { position: relative; padding-left: 1.6rem; font-weight: 600; font-size: .95rem; }
.pkg__list li::before { content: "🎨"; position: absolute; left: 0; font-size: .9rem; }
.pkg--addon { background: var(--sky); }
.pkg__addon-tag { position: absolute; top: -16px; right: 2.2rem; background: var(--ink); color: #fff; font-family: var(--font-display);
  font-weight: 600; font-size: .8rem; padding: .35rem 1rem; border-radius: 100px; }
.pkg__addon-foot { display: flex; align-items: center; gap: .8rem; background: rgba(255,255,255,.55); border-radius: 16px; padding: .9rem 1.1rem; margin-top: 1rem; }
.pkg__addon-foot span { font-size: 1.8rem; }
.pkg__addon-foot p { font-weight: 700; }

/* ---------- Meet Dai ---------- */
.dai { padding: 5rem clamp(1rem,4vw,3rem); }
.dai__inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.dai__photo { position: relative; }
.dai__photo img { width: 100%; border-radius: var(--radius); border: 4px solid var(--ink); box-shadow: var(--shadow); position: relative; z-index: 2; }
.dai__blob { width: 260px; height: 260px; bottom: -40px; left: -40px; opacity: .5; }
.dai__copy p { color: var(--ink-soft); margin-top: 1rem; }

/* ---------- Gallery ---------- */
.gallery { padding: 4rem clamp(1rem,4vw,3rem) 5rem; background: var(--paper); }
.gallery__grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery__grid figure { border-radius: 20px; overflow: hidden; border: 3px solid var(--ink); aspect-ratio: 3/4; box-shadow: var(--shadow); }
.gallery__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__grid figure:hover img { transform: scale(1.08); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; margin: 4rem clamp(1rem,4vw,3rem); padding: clamp(3rem,6vw,5rem) 2rem; background: var(--gold);
  border: 4px solid var(--ink); border-radius: 40px; overflow: hidden; text-align: center; box-shadow: var(--shadow); }
.cta-band .blob--coral { width: 240px; height: 240px; top: -80px; left: -40px; opacity: .4; }
.cta-band .blob--gold { width: 200px; height: 200px; bottom: -70px; right: -30px; background: var(--gold-deep); opacity:.5; }
.cta-band__inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.cta-band h2 { font-size: clamp(2rem,5vw,3.2rem); color: var(--ink); }
.cta-band p { font-size: 1.15rem; color: var(--ink); opacity: .85; margin: 1rem 0 2rem; }
.cta-band .btn--book { background: var(--paper); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--cream); padding: 4rem clamp(1rem,4vw,3rem) 2rem; }
.footer__inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.footer__logo { height: 70px; background: var(--cream); border-radius: 16px; padding: 8px; margin-bottom: 1rem; }
.footer__brand p { color: rgba(253,246,234,.7); max-width: 28ch; }
.footer__col h4 { font-size: 1.1rem; margin-bottom: 1rem; color: var(--gold); }
.footer__col a:not(.btn) { display: block; color: var(--cream); margin-bottom: .5rem; transition: color .2s; }
.footer__col a:not(.btn):hover { color: var(--gold); }
.footer__book { color: var(--ink); display: inline-flex; width: auto; margin-top: .6rem; }
.footer__area { color: rgba(253,246,234,.6); margin-top: .5rem; }
.footer__social { display: flex; flex-wrap: wrap; gap: .6rem 1rem; margin-bottom: 1.2rem; }
.footer__book { display: inline-flex; }
.footer__legal { text-align: center; color: rgba(253,246,234,.5); margin-top: 3rem; font-size: .85rem; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Hero pill + nav call ---------- */
.hero__pill { display: inline-flex; align-items: center; gap: .4rem; background: var(--paper); border: 2px solid var(--ink);
  border-radius: 100px; padding: .4rem 1rem; font-family: var(--font-display); font-weight: 600; font-size: .85rem;
  margin-bottom: 1rem; box-shadow: 3px 3px 0 var(--ink); }
.nav__call { font-family: var(--font-display); font-weight: 600; color: var(--rust) !important; }
.section-sub { color: var(--ink-soft); font-size: 1.1rem; margin-top: .8rem; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--paper); padding: 0 clamp(1rem,4vw,3rem) 1rem; }
.trust-strip__inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem;
  background: var(--ink); border-radius: 24px; padding: 1.6rem; }
.trust-item { text-align: center; color: var(--cream); }
.trust-item strong { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--gold); }
.trust-item span { font-size: .85rem; color: rgba(253,246,234,.75); }

/* ---------- How it works ---------- */
.how { padding: 5rem clamp(1rem,4vw,3rem) 2rem; }
.how__grid { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
.how__step { background: var(--paper); border: 3px solid var(--ink); border-radius: var(--radius); padding: 2rem 1.7rem; text-align: center; box-shadow: var(--shadow); }
.how__num { width: 54px; height: 54px; margin: 0 auto 1rem; display: grid; place-items: center; background: var(--gold);
  border: 3px solid var(--ink); border-radius: 50%; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; }
.how__step h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.how__step p { color: var(--ink-soft); }
.how__cta { text-align: center; margin-top: 2.4rem; }

/* ---------- Social proof ---------- */
.social-proof { padding: 4rem clamp(1rem,4vw,3rem); background: var(--paper); text-align: center; }
.social-proof__inner { max-width: 680px; margin: 0 auto; }
.social-proof__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.8rem; }

/* ---------- Service areas ---------- */
.areas { padding: 4rem clamp(1rem,4vw,3rem) 5rem; }
.areas__grid { max-width: 880px; margin: 0 auto; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.areas__grid li { background: var(--cream-2); border: 2px solid var(--ink); border-radius: 100px; padding: .5rem 1.2rem;
  font-family: var(--font-display); font-weight: 500; font-size: .95rem; transition: transform .2s, background .2s; }
.areas__grid li:hover { transform: translateY(-3px); background: var(--gold); }
.areas__note { text-align: center; margin-top: 1.8rem; color: var(--ink-soft); }
.areas__note a { color: var(--rust); font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { padding: 4rem clamp(1rem,4vw,3rem) 5rem; background: var(--paper); }
.faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq__item { background: var(--cream); border: 3px solid var(--ink); border-radius: 18px; padding: 0 1.4rem; overflow: hidden; }
.faq__item summary { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; padding: 1.1rem 0; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.6rem; color: var(--rust); transition: transform .25s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 0 1.2rem; color: var(--ink-soft); }

/* ---------- CTA band extras ---------- */
.cta-band__urgency { display: inline-block; background: var(--ink); color: var(--cream); font-family: var(--font-display);
  font-weight: 600; font-size: .85rem; padding: .4rem 1rem; border-radius: 100px; margin-bottom: 1rem; }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.cta-band__btns .btn--ghost { border-color: var(--ink); }

/* ---------- Footer bottom + powered by ---------- */
.footer__bottom { max-width: 1080px; margin: 3rem auto 0; padding-top: 1.6rem; border-top: 1px solid rgba(253,246,234,.15);
  display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; justify-content: space-between; align-items: center; }
.footer__legal { color: rgba(253,246,234,.55); font-size: .85rem; margin: 0; }
.footer__legal a { color: rgba(253,246,234,.75); text-decoration: underline; }
.footer__legal a:hover { color: var(--gold); }
.footer__powered { font-size: .85rem; color: rgba(253,246,234,.6); }
.footer__powered strong { color: var(--gold); font-family: var(--font-display); }

/* ---------- Per-section CTAs ---------- */
.section-cta { text-align: center; margin-top: 2.5rem; }
.dai__cta { margin-top: 1.8rem; }
.social-proof__book { margin-top: 1.4rem; }
.faq__cta { max-width: 760px; margin: 2.2rem auto 0; text-align: center; }
.faq__cta > p { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; margin-bottom: 1rem; }
.faq__cta-btns { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90; display: none; text-align: center;
  background: var(--gold); color: var(--ink); border: 3px solid var(--ink); border-radius: 100px; padding: .95rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; box-shadow: 0 8px 24px -6px rgba(33,28,24,.5);
  transform: translateY(140%); transition: transform .35s ease; }
.sticky-cta.show { transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero__inner, .dai__inner { grid-template-columns: 1fr; }
  /* Copy (incl. CTA) first so the button sits above the fold; photo below. */
  .hero { padding-top: 5rem; padding-bottom: 2.5rem; }
  .hero__inner { gap: 2rem; }
  .hero__media { order: 2; max-width: 380px; margin: .5rem auto 0; }
  .hero__photo img { height: 320px; }
  .hero__sub { margin: 1rem 0 1.5rem; font-size: 1.08rem; }
  .hero__trust { margin-top: 1.5rem; }
  .hero__doodle { width: 120px; bottom: -22px; left: -16px; }
  /* Big, full-width, thumb-friendly CTAs on mobile (SCC/AMPC style) */
  .hero__cta { flex-direction: column; align-items: stretch; gap: .8rem; }
  .hero__cta .btn { width: 100%; padding: 1.15rem 1.5rem; font-size: 1.2rem; min-height: 60px; }
  .cta-band__btns { flex-direction: column; align-items: stretch; }
  .cta-band__btns .btn { width: 100%; min-height: 60px; }
  .how__cta .btn, .social-proof__btns .btn { width: 100%; min-height: 56px; }
  .social-proof__btns { flex-direction: column; }
  .exp-grid, .pkg-grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  /* Keep the scrolled-header blur OFF on mobile: backdrop-filter makes .nav the
     containing block for the fixed drawer below, collapsing it to header height.
     The rgba background on .nav.scrolled still gives a near-opaque header. */
  .nav.scrolled { backdrop-filter: none; }
  .nav__links { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); flex-direction: column; align-items: flex-start;
    justify-content: center; gap: 1.6rem; padding: 2rem; background: var(--cream); box-shadow: var(--shadow);
    z-index: 100; transform: translateX(100%); transition: transform .35s ease; }
  .nav__links.open { transform: translateX(0); }
  .nav__links a { font-size: 1.3rem; }
  .nav__toggle { display: flex; z-index: 101; }
  .pkg__list { grid-template-columns: 1fr; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .how__grid { grid-template-columns: 1fr; }
  .nav__call { display: none; }
  .sticky-cta { display: block; }
}
@media (max-width: 480px) {
  .gallery__grid { grid-template-columns: 1fr; }
  .hero__badge { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .blob, .hero__doodle { animation: none; }
  html { scroll-behavior: auto; }
}
