/* =====================================================================
   Eastside Drycleaners & Laundromat - stylesheet
   Edit the variables in :root below to restyle the whole site.
   ===================================================================== */

:root {
  /* Brand colours - fresh, clean blue + aqua (reads hygienic & fresh) */
  --navy:      #07263b;   /* deep ink navy */
  --blue-800:  #0a5694;
  --blue-700:  #0c6ab0;
  --blue-600:  #0e84d4;   /* primary */
  --blue-500:  #2b9fe6;
  --aqua-500:  #1fc3df;
  --aqua-400:  #39cfea;   /* fresh accent */
  --aqua-200:  #9fe3f2;
  --sky-100:   #e3f4fd;
  --sky-50:    #eef8fe;
  --foam:      #f4fbff;

  --ink:       #07263b;   /* headings */
  --body:      #3a5566;   /* paragraphs */
  --muted:     #6a8595;   /* secondary text */
  --line:      #dcebf4;   /* borders */
  --bg:        #ffffff;
  --bg-soft:   #f4fbff;
  --white:     #ffffff;

  --font-head: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --maxw: 1160px;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 26px;
  --shadow-sm: 0 1px 2px rgba(7,38,59,.06), 0 6px 18px rgba(7,38,59,.06);
  --shadow-md: 0 12px 32px rgba(7,38,59,.12);
  --shadow-lg: 0 26px 60px rgba(7,38,59,.18);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset / base ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.14; font-weight: 700; letter-spacing: -.02em; }
ul { list-style: none; padding: 0; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: 92px 0; position: relative; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-600); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: var(--aqua-400); }
.section-head { max-width: 680px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.95rem, 4vw, 2.8rem); }
.section-head p { margin-top: 14px; font-size: 1.07rem; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 600; font-size: .98rem;
  padding: 14px 24px; border-radius: 999px; cursor: pointer; border: 1px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--blue-600); color: #fff; box-shadow: 0 10px 24px rgba(14,132,212,.34); }
.btn--primary:hover { background: var(--blue-700); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(14,132,212,.42); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { transform: translateY(-2px); border-color: var(--aqua-400); box-shadow: var(--shadow-md); }
.btn--light { background: #fff; color: var(--blue-700); }
.btn--light:hover { background: var(--sky-50); transform: translateY(-2px); }
.btn--lg { padding: 16px 30px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 60; background: rgba(228,240,249,.88);
  backdrop-filter: saturate(170%) blur(14px); -webkit-backdrop-filter: saturate(170%) blur(14px);
  border-bottom: 1px solid var(--line); transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.header.scrolled { border-color: var(--line); box-shadow: 0 4px 24px rgba(7,38,59,.06); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 44px; height: 44px; }
.brand__name { font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: var(--ink); letter-spacing: -.02em; line-height: 1; font-style: italic; }
.brand__name span { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .18em; color: var(--blue-600); text-transform: uppercase; margin-top: 4px; font-style: normal; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-weight: 500; color: var(--body); font-size: .97rem; transition: color .2s var(--ease); }
.nav__links a:hover { color: var(--blue-700); }
.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__phone { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: .97rem; }
.nav__toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s var(--ease); }
.nav__toggle span + span { margin-top: 6px; }
.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); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 78px 0 90px; background: linear-gradient(180deg, var(--sky-50), #fff 70%); }
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero__bg::before, .hero__bg::after { content: ""; position: absolute; border-radius: 50%; filter: blur(72px); opacity: .5; }
.hero__bg::before { width: 540px; height: 540px; background: radial-gradient(circle, #7fe3f2, transparent 70%); top: -180px; right: -120px; }
.hero__bg::after  { width: 480px; height: 480px; background: radial-gradient(circle, #aed8f7, transparent 70%); bottom: -220px; left: -160px; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center; }
.hero__pill {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  color: var(--blue-700); font-weight: 600; font-size: .85rem; padding: 7px 15px; border-radius: 999px;
  font-family: var(--font-head); margin-bottom: 22px; box-shadow: var(--shadow-sm);
}
.hero__pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua-500); box-shadow: 0 0 0 4px rgba(31,195,223,.22); }
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); letter-spacing: -.03em; }
.hero h1 em { font-style: normal; color: var(--blue-600); }
.hero__lead { margin-top: 20px; font-size: 1.16rem; color: var(--body); max-width: 34ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__social { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.hero__avatars { display: flex; }
.hero__avatars span {
  width: 40px; height: 40px; border-radius: 50%; border: 3px solid #fff; margin-left: -12px;
  background: linear-gradient(135deg, var(--aqua-400), var(--blue-600)); color: #fff; font-family: var(--font-head);
  font-weight: 700; display: grid; place-items: center; font-size: .9rem; box-shadow: var(--shadow-sm);
}
.hero__avatars span:first-child { margin-left: 0; }
.hero__social b { font-family: var(--font-head); color: var(--ink); font-size: 1.05rem; display: block; }
.hero__social small { color: var(--muted); font-size: .86rem; }

/* Hero photo card with floating badges */
.hero__media { position: relative; }
.hero__photo { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.badge {
  position: absolute; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px); border: 1px solid var(--line); border-radius: 14px; padding: 11px 15px;
  box-shadow: var(--shadow-md); font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--ink);
  animation: floaty 5s ease-in-out infinite;
}
.badge .ic { width: 30px; height: 30px; border-radius: 9px; background: var(--sky-100); color: var(--blue-600); display: grid; place-items: center; flex: none; }
.badge--tl { top: 26px; left: -22px; }
.badge--br { bottom: 96px; right: -20px; animation-delay: 1.2s; }
.badge small { display: block; font-weight: 500; color: var(--muted); font-size: .76rem; }
.hero__stat {
  position: absolute; right: 22px; bottom: 22px; background: var(--navy); color: #fff; border-radius: 16px;
  padding: 16px 20px; box-shadow: var(--shadow-lg); text-align: left;
}
.hero__stat b { font-family: var(--font-head); font-size: 1.7rem; display: block; line-height: 1; }
.hero__stat small { color: var(--aqua-200); font-size: .8rem; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- Bubbles ---------- */
.bubbles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.bubble { position: absolute; bottom: -40px; border-radius: 50%; background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.9), rgba(57,207,234,.32) 60%, rgba(57,207,234,.08)); border: 1px solid rgba(255,255,255,.5); animation: rise linear infinite; opacity: 0; }
@keyframes rise {
  0% { transform: translateY(0) translateX(0) scale(.8); opacity: 0; }
  12% { opacity: .8; }
  80% { opacity: .55; }
  100% { transform: translateY(-118vh) translateX(24px) scale(1.05); opacity: 0; }
}

/* ---------- Breeze (flowing freshness lines) ---------- */
.breeze { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; opacity: .5; }
.breeze path { fill: none; stroke: var(--aqua-400); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 8 16; animation: drift 9s linear infinite; }
.breeze path:nth-child(2) { stroke: var(--blue-500); animation-duration: 13s; opacity: .7; }
.breeze path:nth-child(3) { stroke: var(--aqua-200); animation-duration: 17s; }
@keyframes drift { to { stroke-dashoffset: -240; } }

/* ---------- Trust strip ---------- */
.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trustbar__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 38px; padding: 24px 0; }
.trustbar__item { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 600; font-size: .92rem; font-family: var(--font-head); }
.trustbar__item svg { color: var(--aqua-500); }

/* ---------- Two pillars (dry cleaning + laundromat) ---------- */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pillar { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); min-height: 420px; display: flex; align-items: flex-end; }
.pillar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pillar:hover img { transform: scale(1.05); }
.pillar__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,38,59,.05) 30%, rgba(7,38,59,.82)); }
.pillar__body { position: relative; padding: 32px; color: #fff; }
.pillar__tag { display: inline-block; background: rgba(255,255,255,.18); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.3); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.pillar__body h3 { color: #fff; font-size: 1.55rem; margin-bottom: 8px; }
.pillar__body p { color: rgba(255,255,255,.88); font-size: .98rem; margin-bottom: 16px; }
.pillar__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pillar__chips span { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.26); color: #fff; font-size: .82rem; padding: 5px 11px; border-radius: 999px; }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #c8e6f7; }
.card__icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--aqua-400), var(--blue-600)); color: #fff; margin-bottom: 18px; box-shadow: 0 10px 20px rgba(14,132,212,.28); }
.card h3 { font-size: 1.16rem; margin-bottom: 8px; }
.card p { font-size: .97rem; color: var(--muted); }

/* ---------- How it works ---------- */
.how { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.how__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.how__media img { width: 100%; height: 460px; object-fit: cover; }
.steps { display: grid; gap: 14px; }
.step { display: flex; gap: 18px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.step:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.step__num { flex: none; font-family: var(--font-head); font-weight: 800; font-size: 1rem; width: 44px; height: 44px; border-radius: 12px; background: var(--sky-100); color: var(--blue-700); display: grid; place-items: center; }
.step h3 { font-size: 1.08rem; margin-bottom: 4px; }
.step p { font-size: .94rem; color: var(--muted); }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat { text-align: center; color: #fff; padding: 14px; }
.stat b { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 2.8rem); display: block; line-height: 1; background: linear-gradient(120deg, #fff, var(--aqua-200)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat span { color: #b8d6e6; font-size: .92rem; margin-top: 8px; display: block; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.price-card--feature { background: linear-gradient(160deg, var(--blue-600), var(--blue-800)); color: #fff; border: 0; box-shadow: var(--shadow-lg); }
.price-card--feature h3, .price-card--feature .amt { color: #fff; }
.price-card .head { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.price-card .head .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--sky-100); color: var(--blue-600); display: grid; place-items: center; flex: none; }
.price-card--feature .head .ic { background: rgba(255,255,255,.18); color: #fff; }
.price-card h3 { font-size: 1.22rem; }
.price-card .sub { font-size: .9rem; color: var(--muted); margin: 2px 0 22px; }
.price-card--feature .sub { color: rgba(255,255,255,.85); }
.price-list li { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-top: 1px solid var(--line); font-size: .98rem; }
.price-card--feature .price-list li { border-color: rgba(255,255,255,.18); }
.price-list li:first-child { border-top: 0; }
.price-list .amt { font-family: var(--font-head); font-weight: 700; color: var(--ink); }
.price-card--feature .price-list .amt { color: #fff; }
.price-note { margin-top: 18px; font-size: .85rem; color: var(--muted); }
.price-card--feature .price-note { color: rgba(255,255,255,.82); }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow-sm); }
.review__stars { color: #f5a623; letter-spacing: 2px; font-size: 1.05rem; }
.review p { color: var(--ink); font-size: 1.02rem; line-height: 1.6; }
.review__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review__avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--aqua-400), var(--blue-600)); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; }
.review__who b { font-family: var(--font-head); color: var(--ink); font-size: .95rem; display: block; }
.review__who span { font-size: .82rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; margin-bottom: 14px; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--ink); padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__q .icon { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--sky-100); color: var(--blue-600); display: grid; place-items: center; transition: transform .3s var(--ease); font-size: 1.2rem; }
.faq__item[aria-expanded="true"] .icon { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq__a p { padding: 0 22px 22px; color: var(--muted); font-size: .98rem; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.contact__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.contact__row { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); }
.contact__row:first-of-type { border-top: 0; }
.contact__row .ic { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--sky-100); color: var(--blue-600); display: grid; place-items: center; }
.contact__row b { font-family: var(--font-head); color: var(--ink); display: block; font-size: .95rem; }
.contact__row a, .contact__row span { color: var(--body); font-size: .97rem; }
.contact__row a:hover { color: var(--blue-700); }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 10px 0; border-top: 1px solid var(--line); font-size: .97rem; }
.hours tr:first-child td { border-top: 0; }
.hours td:last-child { text-align: right; font-family: var(--font-head); font-weight: 600; color: var(--ink); }
.hours .closed { color: var(--muted); font-weight: 500; }
.map-embed { border: 0; width: 100%; height: 100%; min-height: 280px; border-radius: var(--radius); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--blue-600), var(--blue-800)); border-radius: 28px; padding: 60px; text-align: center; color: #fff; box-shadow: var(--shadow-lg); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.4rem); }
.cta-band p { color: rgba(255,255,255,.92); margin: 12px auto 26px; max-width: 54ch; }
.cta-band .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: #b8d2e0; padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer .brand__name { color: #fff; }
.footer p { font-size: .95rem; margin-top: 16px; max-width: 32ch; color: #93b3c4; }
.footer h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { color: #93b3c4; font-size: .95rem; transition: color .2s var(--ease); }
.footer__links a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .86rem; color: #7ea2b5; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .hero__media { max-width: 540px; }
  .pillars { grid-template-columns: 1fr; }
  .cards, .reviews { grid-template-columns: repeat(2, 1fr); }
  .how { grid-template-columns: 1fr; gap: 32px; }
  .how__media { order: -1; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .nav__links, .nav__phone { display: none; }
  .nav__toggle { display: block; }
  .header.open .nav__links { display: flex; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); padding: 18px 22px; gap: 4px; box-shadow: var(--shadow-md); }
  .header.open .nav__links a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .pricing, .contact { grid-template-columns: 1fr; }
  .cards, .reviews, .footer__grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 70px; }
  .hero__photo { height: 360px; }
  .how__media img { height: 320px; }
  .badge { font-size: .82rem; padding: 9px 12px; }
  .badge--tl { left: 6px; top: 14px; }
  .badge--br { right: 6px; bottom: 70px; }
  .badge small { font-size: .72rem; }
  .hero__stat { right: 14px; bottom: 14px; padding: 12px 15px; }
  .hero__stat b { font-size: 1.4rem; }
  .cta-band { padding: 40px 24px; }
}
@media (max-width: 420px) {
  .badge--tl { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .bubble, .breeze path, .badge { animation: none !important; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
