/* ============================================================
   HOW IT WORKS — REDESIGNED SCENES
   Playful 3D-feel, subtle motion. Loaded LAST so it wins.
   Each scene lives inside .how__scene > .bts wrapper.
   ============================================================ */

/* hide old scene elements if they still exist in cache */
.scene__phone,
.scene__van,
.scene__washer,
.scene__pack,
.scene__deliver,
.scene__house,
.scene__road,
.scene__cloud,
.scene__steam,
.scene__puff{ display: none !important; }

/* Disable existing dramatic motion */
.bts-card{ animation: none !important; }

/* ---------- SHARED WRAPPER ---------- */
.bts{
  position: relative;
  width: 86%;
  max-width: 520px;
  aspect-ratio: 1/1;
  z-index: 2;
  filter: drop-shadow(0 40px 60px rgba(11,23,51,.18));
}
.bts svg{ width:100%; height:100%; display:block; overflow:visible; }

/* ---------- SHARED MOTION (subtle) ---------- */
@keyframes btsFloat{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-8px); }
}
@keyframes btsBreathe{
  0%, 100%{ transform: scale(1); }
  50%{ transform: scale(1.025); }
}
@keyframes btsDrift{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(14px); }
}
@keyframes btsGlowPulse{
  0%, 100%{ opacity: .55; transform: scale(1); }
  50%{ opacity: 1; transform: scale(1.08); }
}
@keyframes btsRotateSlow{
  to{ transform: rotate(360deg); }
}
@keyframes btsSparkle{
  0%, 100%{ opacity: 0; transform: scale(.4); }
  50%{ opacity: 1; transform: scale(1); }
}
@keyframes btsRise{
  0%{ transform: translateY(0); opacity: 0; }
  20%{ opacity: 1; }
  100%{ transform: translateY(-90px); opacity: 0; }
}
@keyframes btsRingPulse{
  0%{ transform: scale(.5); opacity: .9; }
  100%{ transform: scale(2.4); opacity: 0; }
}

/* ---------- SCENE 1 — BOOKING (isometric phone) ---------- */
.bts-phone{ animation: btsFloat 5s ease-in-out infinite; }
.bts-phone-glow{
  position: absolute; inset: 8% 6%;
  background: radial-gradient(circle at 50% 60%, rgba(91,199,195,.35) 0%, transparent 60%);
  filter: blur(20px);
  z-index: 1; pointer-events: none;
}
.bts-phone-tap{
  position: absolute; left: 50%; bottom: 14%;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(91,199,195,.4);
  transform: translate(-50%, 0);
  animation: btsRingPulse 1.8s ease-out infinite;
  z-index: 4; pointer-events: none;
}

/* ---------- SCENE 2 — PICKUP (van + house, isometric) ---------- */
.bts-pickup-van{ animation: btsFloat 4.5s ease-in-out infinite; transform-origin: center; }
.bts-pickup-house{ animation: btsFloat 6s ease-in-out infinite .8s; }
.bts-pickup-cloud{ animation: btsDrift 9s ease-in-out infinite alternate; }
.bts-pickup-cloud-b{ animation: btsDrift 13s ease-in-out infinite alternate-reverse; }
.bts-pickup-tree{ transform-origin: 50% 95%; animation: btsBreathe 5s ease-in-out infinite; }

/* ---------- SCENE 3 — WASH (isometric washer) ---------- */
.bts-washer-machine{ animation: btsFloat 5s ease-in-out infinite; }
/* Drum lives inside a <g transform="translate(130 222)"> so its children are centered around (0,0).
   transform-origin: 0 0 (SVG default) makes the rotation pivot around the drum center. */
.bts-washer-drum{ transform-origin: 0 0; animation: btsRotateSlow 18s linear infinite; }
.bts-washer-led{ animation: btsGlowPulse 2.6s ease-in-out infinite; transform-origin: center; }
.bts-washer-suds{ animation: btsBreathe 3.4s ease-in-out infinite; transform-origin: center bottom; }
.bts-washer-steam{
  position: absolute; top: 8%; width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  filter: blur(4px);
  animation: btsRise 4s ease-in-out infinite;
  z-index: 3;
}
.bts-washer-steam.s1{ left: 30%; }
.bts-washer-steam.s2{ left: 50%; animation-delay: 1s; }
.bts-washer-steam.s3{ left: 68%; animation-delay: 2s; }

/* ---------- SCENE 4 — PACK (folded stack + bag) ---------- */
.bts-pack-stack{ animation: btsFloat 5s ease-in-out infinite; transform-origin: center; }
.bts-pack-bag{ animation: btsFloat 5s ease-in-out infinite 1s; transform-origin: center; }
.bts-pack-tag{
  position: absolute; top: 14%; right: 8%;
  background: #fff; padding: 8px 14px; border-radius: 99px;
  font-family: var(--font-display); font-style: italic; font-size: 13px;
  font-weight: 500; color: var(--ink);
  box-shadow: 0 12px 30px -10px rgba(11,23,51,.2), 0 2px 0 rgba(91,199,195,.3);
  transform: rotate(-6deg);
  animation: btsFloat 4s ease-in-out infinite .5s;
  z-index: 5;
}
.bts-pack-tag::before{
  content:'✦'; color: var(--brand-2); margin-right: 4px;
}
.bts-pack-spark{
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  box-shadow: 0 0 14px rgba(255,255,255,.9);
  animation: btsSparkle 3s ease-in-out infinite;
  z-index: 4;
}
.bts-pack-spark.p1{ top: 22%; left: 18%; }
.bts-pack-spark.p2{ top: 60%; left: 84%; width: 6px; height: 6px; animation-delay: 1s; }
.bts-pack-spark.p3{ top: 78%; left: 12%; width: 10px; height: 10px; animation-delay: 2s; }

/* ---------- SCENE 5 — DELIVER (doorstep) ---------- */
.bts-deliver-door{ animation: btsFloat 6s ease-in-out infinite; }
.bts-deliver-bag{ animation: btsFloat 4s ease-in-out infinite .8s; transform-origin: center bottom; }
.bts-deliver-plant{ transform-origin: 50% 95%; animation: btsBreathe 5s ease-in-out infinite; }
.bts-deliver-bell{ transform-origin: center; animation: btsBreathe 2s ease-in-out infinite; }
.bts-deliver-ring{
  position: absolute;
  width: 36px; height: 36px;
  border: 2px solid var(--brand-2);
  border-radius: 50%;
  pointer-events: none;
  animation: btsRingPulse 2.4s ease-out infinite;
}
.bts-deliver-ring.r1{ top: 18%; right: 22%; }
.bts-deliver-ring.r2{ top: 18%; right: 22%; animation-delay: .8s; }
.bts-deliver-ring.r3{ top: 18%; right: 22%; animation-delay: 1.6s; }

/* ============================================================
   JOURNEY STOP ICONS — gentle breathing on the SVG inside the card
   (don't animate the card itself — would fight the hover transform)
   ============================================================ */
.jstop__art svg{
  transform-origin: center;
  animation: btsBreathe 5s ease-in-out infinite;
}
.jstop--2 .jstop__art svg{ animation-delay: .8s; }
.jstop--3 .jstop__art svg{ animation-delay: 1.6s; }
.jstop--4 .jstop__art svg{ animation-delay: 2.4s; }

/* Pause the breathing on hover so the card's hover transform reads cleanly. */
.jstop:hover .jstop__art svg{ animation-play-state: paused; }

/* ============================================================
   SERVICES — fine-print note under grid
   ============================================================ */
.services__note{
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   BRANDS WE CARE FOR — designer / couture trust strip
   ============================================================ */
.brands{
  position: relative;
  padding: 120px 0 100px;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(91,199,195,.08), transparent 70%),
    linear-gradient(180deg, transparent, rgba(91,199,195,.04));
}
.brands__head{
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.brands__head .eyebrow{
  display: inline-block;
  margin-bottom: 14px;
}
.brands__head h2{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.brands__head h2 em{
  font-style: italic;
  color: var(--brand-2);
}
.brands__head p{
  font-size: 17px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.brands__list{
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 32px;
}
.brands__list li{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0.02em;
  color: rgba(11, 23, 51, .72);
  padding: 10px 18px;
  border-radius: 999px;
  position: relative;
  transition: color .3s var(--ease), transform .3s var(--ease);
}
.brands__list li::after{
  content: '·';
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-2);
  font-size: 18px;
  opacity: .5;
}
.brands__list li:last-child::after{ display: none; }
.brands__list li:hover{
  color: var(--brand-2);
  transform: translateY(-2px);
}

@media (max-width: 720px){
  .brands{ padding: 80px 0 70px; }
  .brands__list{ gap: 10px 22px; }
  .brands__list li::after{ right: -16px; font-size: 14px; }
}

/* ============================================================
   FOOTER — social icons row
   ============================================================ */
.footer__social{
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer__social a{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.1);
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease);
}
.footer__social a:hover{
  background: var(--brand-2);
  color: #fff;
  border-color: var(--brand-2);
  transform: translateY(-3px);
}

/* ============================================================
   WATCH THE CRAFT — cinematic video showcase
   Premium portrait-frame video tiles with corner accents + mute toggle.
   ============================================================ */
.craft{
  position: relative;
  padding: 110px 0 130px;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(91,199,195,.08), transparent 70%),
    linear-gradient(180deg, #FBFCFC 0%, #F2F6F5 100%);
}
.craft__head{
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.craft__head .eyebrow{
  display: inline-block;
  margin-bottom: 14px;
}
.craft__head h2{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.craft__head h2 em{
  font-style: italic;
  color: var(--brand-2);
}
.craft__head p{
  font-size: 17px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.craft__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.craft__tile{
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: transform .5s var(--ease);
}
.craft__tile:hover{ transform: translateY(-6px); }

.craft__frame{
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  background: #0B1733;
  box-shadow:
    0 50px 100px -50px rgba(11,23,51,.45),
    0 20px 40px -30px rgba(11,23,51,.3),
    inset 0 0 0 1px rgba(255,255,255,.05);
  cursor: pointer;
  isolation: isolate;
}
.craft__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0B1733;
}

/* Decorative gold/turquoise corner accents — give the frame a "lens" feel */
.craft__corner{
  position: absolute;
  width: 26px; height: 26px;
  border: 2px solid rgba(255,255,255,.85);
  pointer-events: none;
  z-index: 2;
  transition: width .4s var(--ease), height .4s var(--ease), border-color .4s var(--ease);
}
.craft__corner--tl{ top: 14px;    left: 14px;    border-right: none; border-bottom: none; border-top-left-radius: 8px; }
.craft__corner--tr{ top: 14px;    right: 14px;   border-left: none;  border-bottom: none; border-top-right-radius: 8px; }
.craft__corner--bl{ bottom: 14px; left: 14px;    border-right: none; border-top: none;    border-bottom-left-radius: 8px; }
.craft__corner--br{ bottom: 14px; right: 14px;   border-left: none;  border-top: none;    border-bottom-right-radius: 8px; }
.craft__tile:hover .craft__corner{
  width: 34px;
  height: 34px;
  border-color: var(--brand);
}

/* Mute / unmute button — glassmorphic chip */
.craft__mute{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(11,23,51,.45);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  transition: background .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease);
}
.craft__mute svg{ width: 20px; height: 20px; }
.craft__mute:hover{
  background: var(--brand-2);
  border-color: var(--brand-2);
  transform: scale(1.06);
}
.craft__mute[data-muted="false"]{
  background: var(--brand-2);
  border-color: var(--brand-2);
}

/* Subtle scrim at the bottom of the frame so caption-area gradient blends */
.craft__frame::after{
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(11,23,51,.35));
  pointer-events: none;
  z-index: 1;
}

/* Caption row below each tile */
.craft__cap{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 4px;
}
.craft__num{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: var(--brand-2);
  letter-spacing: -.02em;
  min-width: 44px;
}
.craft__cap strong{
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  color: var(--ink);
  letter-spacing: -.01em;
  line-height: 1.25;
  margin-bottom: 4px;
}
.craft__cap em{
  display: block;
  font-style: normal;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.4;
}

.craft__foot{
  text-align: center;
  margin: 56px auto 0;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}

@media (max-width: 860px){
  .craft{ padding: 80px 0 80px; }
  .craft__grid{
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 620px;
  }
  .craft__head{ margin-bottom: 44px; }
  .craft__frame{ border-radius: 22px; }
  .craft__corner{ width: 20px; height: 20px; }
  .craft__corner--tl, .craft__corner--tr, .craft__corner--bl, .craft__corner--br{ top: 10px; left: 10px; }
  .craft__corner--tr{ left: auto; right: 10px; }
  .craft__corner--bl{ top: auto; bottom: 10px; }
  .craft__corner--br{ top: auto; bottom: 10px; left: auto; right: 10px; }
  .craft__mute{ width: 38px; height: 38px; top: 14px; right: 14px; }
  .craft__num{ font-size: 30px; }
}

/* ============================================================
   REVIEWS — Google reviews link
   ============================================================ */
.reviews__google-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(11,23,51,.08);
  color: var(--ink);
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 10px 30px -16px rgba(11,23,51,.18);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.reviews__google-link:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -16px rgba(11,23,51,.25);
}
.reviews__stars{
  color: #FFB400;
  letter-spacing: 1px;
  font-size: 13px;
}
.reviews__google-link strong{
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
}
.reviews__google-link svg{ color: var(--brand-2); }

/* ============================================================
   DOWNLOAD THE APP — premium pre-footer pitch
   Dark navy split section with phone mockup, badges, WhatsApp CTA.
   ============================================================ */
.app{
  position: relative;
  padding: 130px 0 140px;
  background:
    linear-gradient(135deg, #0B1733 0%, #14233F 60%, #0E1A38 100%);
  color: #fff;
  overflow: hidden;
}
.app__bg{
  position: absolute; inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.app__blob{
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .25;
}
.app__blob--a{
  width: 460px; height: 460px;
  top: -120px; right: -80px;
  background: radial-gradient(circle, rgba(91,199,195,.7), transparent 70%);
}
.app__blob--b{
  width: 380px; height: 380px;
  bottom: -100px; left: -100px;
  background: radial-gradient(circle, rgba(125,218,214,.4), transparent 70%);
}
.app__grid{
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(70% 60% at 50% 50%, #000, transparent 85%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 50%, #000, transparent 85%);
}

.app__inner{
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  z-index: 2;
}

.app__copy .eyebrow{
  color: var(--brand);
  display: inline-block;
  margin-bottom: 14px;
}
.app__copy .eyebrow::before{ background: var(--brand); }
.app__copy h2{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  color: #fff;
}
.app__copy h2 em{
  font-style: italic;
  color: var(--brand);
}
.app__lede{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,.78);
  margin: 0 0 32px;
  max-width: 520px;
}

/* Feature bullets */
.app__features{
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  max-width: 520px;
}
.app__features li{
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
  color: rgba(255,255,255,.88);
  line-height: 1.4;
}
.app__feat-ico{
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand);
  color: #0B1733;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

/* App store badges */
.app__badges{
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.app__badge{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 22px;
  background: #000;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  min-width: 200px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
  border: 1px solid rgba(255,255,255,.1);
}
.app__badge:hover{
  transform: translateY(-3px);
  background: #0B1733;
  border-color: rgba(91,199,195,.5);
  box-shadow: 0 24px 50px -20px rgba(0,0,0,.7);
}
.app__badge-ico{ width: 30px; height: 30px; flex-shrink: 0; }
.app__badge-text{ display: flex; flex-direction: column; line-height: 1; }
.app__badge-text small{
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .82;
  font-style: normal;
  margin-bottom: 4px;
}
.app__badge-text strong{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.01em;
}

.app__lang{
  font-size: 13px;
  color: rgba(255,255,255,.5);
  font-style: italic;
  margin: 0 0 32px;
}

/* Primary action row — Call to book + Book online + WhatsApp */
.app__primary-cta{
  display: flex;
  align-items: center;
  gap: 16px 22px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
.app__schedule{
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.app__schedule:hover{
  background: var(--brand-2);
  border-color: var(--brand-2);
  color: #fff;
}
.app__whatsapp{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s var(--ease);
}
.app__whatsapp:hover{ color: var(--brand); }

/* Trust bullets (merged from old final CTA) */
.app__bullets{
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
}
.app__bullets li{
  font-size: 14px;
  color: rgba(255,255,255,.78);
  letter-spacing: .01em;
}

/* "Or grab the app" divider */
.app__divider{
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 8px 0 28px;
  max-width: 520px;
}
.app__divider span{
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}
.app__divider em{
  font-style: normal;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: rgba(255,255,255,.55);
  letter-spacing: .03em;
  white-space: nowrap;
}

/* Phone visual */
.app__visual{
  position: relative;
  display: grid;
  place-items: center;
}
.app__phone{
  position: relative;
  width: 100%;
  max-width: 340px;
  transform: rotate(-4deg);
  transition: transform .6s var(--ease);
}
.app__phone:hover{ transform: rotate(-2deg) translateY(-6px); }
.app__phone svg{ width: 100%; height: auto; display: block; }

/* Floating notification chip */
.app__notif{
  position: absolute;
  top: 12%;
  left: -32px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255,255,255,.95);
  color: #0B1733;
  border-radius: 16px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: rotate(4deg);
  z-index: 3;
  animation: btsFloat 4s ease-in-out infinite;
}
.app__notif-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-2);
  box-shadow: 0 0 0 4px rgba(91,199,195,.25);
  animation: btsGlowPulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
.app__notif strong{
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -.01em;
  line-height: 1;
  margin-bottom: 3px;
}
.app__notif em{
  display: block;
  font-style: normal;
  font-size: 11px;
  color: var(--muted);
  line-height: 1;
}

@media (max-width: 900px){
  .app{ padding: 90px 0 100px; }
  .app__inner{
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .app__features{
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .app__lede{ margin-left: auto; margin-right: auto; }
  .app__badges{ justify-content: center; }
  .app__primary-cta{ justify-content: center; }
  .app__bullets{ justify-content: center; }
  .app__divider{ margin-left: auto; margin-right: auto; }
  .app__visual{ order: -1; }
  .app__phone{
    max-width: 240px;
    transform: rotate(-3deg);
  }
  .app__notif{ left: -16px; padding: 10px 14px; }
}
@media (max-width: 540px){
  .app__notif{ left: -8px; }
  .app__badge{ min-width: 0; flex: 1 1 auto; }
}

/* ============================================================
   SERVICES GRID — 5 columns desktop (2 rows of 5)
   Override the original 3-column layout from styles.css. Tighten
   card internals so things read at the narrower width.
   ============================================================ */
.services__grid{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 22px !important;
}

/* Tighten card internals for narrower 5-col cards */
.service__media{ aspect-ratio: 1/1; }
.service__price{
  padding: 7px 12px;
  font-size: 12px;
  right: 10px; top: 10px;
}
.service__price small{ font-size: 10px; }
.service__body{
  padding: 18px 18px 22px;
  gap: 10px;
}
.service__body h3{
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.service__body p{
  font-size: 13.5px;
  line-height: 1.45;
}
.service__body ul{
  font-size: 12.5px;
  gap: 4px;
}
.service__body ul li{ padding-left: 18px; }
.service__body ul li::before{
  width: 10px; height: 5px;
  border-left-width: 1.8px;
  border-bottom-width: 1.8px;
  top: .5em;
}
.service__body .link{
  font-size: 13px;
  margin-top: auto;
}

/* Responsive: gracefully degrade columns at smaller widths */
@media (max-width: 1280px){
  .services__grid{ grid-template-columns: repeat(4, 1fr) !important; }
}
@media (max-width: 1024px){
  .services__grid{ grid-template-columns: repeat(3, 1fr) !important; }
  .service__body h3{ font-size: 22px; }
  .service__body p{ font-size: 14.5px; }
  .service__body ul{ font-size: 13.5px; }
}
@media (max-width: 720px){
  .services__grid{ grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px){
  .services__grid{ grid-template-columns: 1fr !important; }
}

/* ============================================================
   JOURNEY STAGE — taller card so the whole animation fits in viewport
   (also helps with the pinned ScrollTrigger setup in script-rebuild.js)
   ============================================================ */
.journey__stage{
  height: min(82vh, 720px) !important;
}
@media (max-width: 900px){
  .journey__stage{ height: min(72vh, 560px) !important; }
}

/* ============================================================
   PRIMARY NAV — wp_nav_menu output + mega-menu panels
   ============================================================ */

/* Reset list styling so the WP menu sits inline in the nav. */
.nav__menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav__menu .menu-item{ position: relative; }
.nav__menu .menu-item > a{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 14px;
  border-radius: 99px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.nav__menu .menu-item > a:hover,
.nav__menu .has-mega:hover > a{
  background: rgba(11,23,51,.04);
  color: var(--brand-2);
}
.nav__menu .caret{
  width: 10px;
  height: 10px;
  transition: transform .25s var(--ease);
}
.nav__menu .has-mega:hover .caret,
.nav__menu .has-mega:focus-within .caret{
  transform: rotate(180deg);
}

/* ============================================================
   MEGA MENU PANEL — HUTS-style: rounded card with icon+title+desc rows
   ============================================================ */
.has-mega .sub-mega{
  position: fixed;
  top: 100px;                              /* nudged by .nav.is-scrolled override below */
  left: 50%;
  width: min(880px, 92vw);
  background: #FAF6EF;                     /* warm cream like reference */
  border: 1px solid rgba(11,23,51,.06);
  border-radius: 28px;
  box-shadow:
    0 40px 80px -30px rgba(11,23,51,.32),
    0 12px 30px -12px rgba(11,23,51,.16);
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  z-index: 99;
}
/* Invisible bridge between the parent menu item and the floating card so the mouse
   can travel without losing :hover. */
.has-mega .sub-mega::before{
  content: '';
  position: absolute;
  top: -20px; left: 0; right: 0; height: 24px;
  background: transparent;
}
.has-mega:hover .sub-mega,
.has-mega:focus-within .sub-mega,
.has-mega .sub-mega:hover{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.sub-mega__inner{
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sub-mega__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 14px;
}
.sub-mega__list .menu-item{ margin: 0; }

/* Each sub-item is a flex row: icon box + text */
.sub-mega__list a{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px;
  border-radius: 16px;
  text-decoration: none;
  background: transparent;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.sub-mega__list a:hover{
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -10px rgba(11,23,51,.16);
}

/* Icon container — soft mint pill with line-art icon inside */
.mm-icon{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(11,23,51,.06);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--brand-2);
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .3s var(--ease);
}
.mm-icon svg{
  width: 26px;
  height: 26px;
  display: block;
}
.sub-mega__list a:hover .mm-icon{
  background: var(--brand-2);
  color: #fff;
  border-color: var(--brand-2);
  transform: rotate(-3deg) scale(1.04);
}

/* Title + description text block */
.mm-text{
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding-top: 2px;
}
.mm-text strong{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -.005em;
  line-height: 1.15;
}
.mm-text em{
  font-style: normal;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.45;
  letter-spacing: 0;
}
.sub-mega__list a:hover .mm-text strong{ color: var(--brand-2); }

/* When the dropdown has lots of items (Service Areas with 14), widen + 3 cols still works */
.sub-mega__list:has(li:nth-child(10)){
  gap: 4px 12px;
}
.has-mega .sub-mega:has(.sub-mega__list li:nth-child(10)){
  width: min(960px, 92vw);
}

/* Scrolled nav state — narrower top offset */
.nav.is-scrolled ~ * .has-mega .sub-mega,
.nav.is-scrolled .has-mega .sub-mega{
  top: 84px;
}

/* Position fine-tuning by viewport size */
@media (min-width: 1280px){
  .has-mega .sub-mega{ top: 116px; }
  .nav.is-scrolled .has-mega .sub-mega{ top: 88px; }
}

/* MOBILE: inside the slide-in drawer, render menu as a stacked accordion-ish list */
.mobile-menu__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.mobile-menu__list > .menu-item > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  color: var(--ink);
  text-decoration: none;
  background: transparent;
  transition: background .2s var(--ease);
}
.mobile-menu__list > .menu-item > a:hover{
  background: rgba(91,199,195,.08);
}
.mobile-menu__list .sub-mega{
  position: static;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border: 0;
  padding: 0 0 8px 14px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
}
.mobile-menu__list .sub-mega__inner{ padding: 0; }
.mobile-menu__list .sub-mega__list{
  grid-template-columns: 1fr;
  gap: 2px;
}
.mobile-menu__list .sub-mega__list a{
  font-size: 15px;
  padding: 9px 12px;
  color: var(--muted);
}
.mobile-menu__list .sub-mega__list a:hover{ color: var(--brand-2); }
.mobile-menu__list .caret{ opacity: .5; }
.mobile-menu__cta{ margin-top: 16px; align-self: flex-start; }

/* ---------- responsive ---------- */
@media (max-width: 900px){
  .bts{ width: 92%; }
}
