/* Zanzibar Freelance Guide — trust / personal-service landing page.
   Palette: clean white + trust teal/blue + warm dhow-sunset accent.
   Signature: a clean, static "A day with Yussuf" section — a large feature
   image + a responsive grid of 4 sharp experience cards. No scroll/JS effects
   beyond CSS scroll-reveals; honours prefers-reduced-motion. */
:root {
  --teal: #0e8f93;          /* trust teal — Indian Ocean */
  --teal-dark: #0a6f72;
  --blue: #14557a;          /* deep cool blue */
  --teal-soft: #e3f4f4;
  --teal-tint: #f1faf9;
  --sun: #f3a13b;           /* warm dhow-sunset accent (sparingly) */
  --ink: #16252e;
  --paper: #f5f8f9;
  --line: #e2eaec;
  --muted: #5a6b73;
  --wa: #1daa50;
  --wa-dark: #168a40;
  --radius: 20px;
  --radius-sm: 14px;
  --shadow: 0 22px 55px rgba(20,85,122,.14);
  --head: "Plus Jakarta Sans", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--head); line-height: 1.14; letter-spacing: -.01em; }
h2 { font-size: clamp(1.65rem, 4vw, 2.5rem); font-weight: 800; }
::selection { background: var(--teal); color: #fff; }

.kicker { font-weight: 700; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--teal); margin-bottom: .9rem; }
.kicker--invert { color: rgba(255,255,255,.82); }

.section__head { max-width: 44rem; margin-bottom: 2.4rem; }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section__lead { color: var(--muted); margin-top: .7rem; font-size: 1.05rem; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header__in { max-width: 1180px; margin: 0 auto; padding: .65rem 1.25rem; display: flex; align-items: center; gap: 1.25rem; }
.brand { display: flex; align-items: center; gap: .65rem; }
.brand__mark { width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg, var(--teal), var(--blue)); color: #fff; font: 800 1.05rem var(--head); letter-spacing: .02em; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(14,143,147,.3); }
.brand__text { font: 800 1.16rem var(--head); color: var(--ink); line-height: 1.05; }
.brand__text em { font-style: normal; color: var(--teal); margin-left: .28em; }
.brand__text small { display: block; font: 600 .6rem var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.nav { display: flex; gap: 1.35rem; font-weight: 600; font-size: .92rem; margin-left: auto; }
.nav a { color: var(--ink); padding: .2rem 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 2px; background: var(--teal); transition: right .25s ease; }
.nav a:hover { color: var(--teal); }
.nav a:hover::after { right: 0; }
.header__actions { display: flex; align-items: center; gap: .8rem; }
.lang { display: flex; border: 1.5px solid var(--line); border-radius: 11px; overflow: hidden; }
.lang__btn { border: 0; background: #fff; font: 700 .78rem var(--body); padding: .38rem .62rem; cursor: pointer; color: var(--muted); }
.lang__btn.is-active { background: var(--teal); color: #fff; }
.nav-toggle { display: none; border: 0; background: none; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 22px; height: 2.5px; background: var(--ink); margin: 4.5px 0; border-radius: 2px; transition: .2s; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font: 700 .95rem var(--body); padding: .74rem 1.35rem; border-radius: 999px; transition: transform .12s, background .15s, box-shadow .15s, border-color .15s, color .15s; white-space: nowrap; cursor: pointer; }
.btn:active { transform: scale(.97); }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(29,170,80,.28); }
.btn--wa:hover { background: var(--wa-dark); }
.btn--teal { background: var(--teal); color: #fff; }
.btn--teal:hover { background: var(--teal-dark); }
.btn--ghost { border: 2px solid var(--line); color: var(--ink); background: #fff; }
.btn--ghost:hover { border-color: var(--teal); color: var(--teal); }
.btn--light { background: #fff; color: var(--teal); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.btn--light:hover { background: var(--teal-soft); }
.btn--lg { padding: .98rem 1.75rem; font-size: 1.02rem; }
.btn--sm { padding: .55rem 1rem; font-size: .85rem; box-shadow: none; }

/* Hero */
.hero { position: relative; background: linear-gradient(180deg, #fff 0%, var(--teal-tint) 100%); border-bottom: 1px solid var(--line); }
.hero__in { max-width: 1180px; margin: 0 auto; padding: clamp(2.6rem, 6vw, 4.6rem) 1.25rem clamp(3.4rem, 6vw, 5rem); display: grid; grid-template-columns: 1.04fr .96fr; gap: 3.4rem; align-items: center; }
.hero__title { font-size: clamp(2rem, 4.8vw, 3.15rem); font-weight: 800; }
.hero__title em { font-style: normal; color: var(--teal); }
.hero__sub { margin: 1.2rem 0 1.7rem; color: var(--muted); max-width: 33rem; font-size: 1.08rem; }
.hero__ctas { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero__trust { list-style: none; display: flex; gap: 1.8rem; flex-wrap: wrap; margin-top: 1.9rem; font-size: .85rem; color: var(--muted); }
.hero__trust strong { color: var(--ink); display: block; font: 800 1.05rem var(--head); }
.hero__media { position: relative; }
.hero__media > img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.hero__badge { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.96); backdrop-filter: blur(4px); border-radius: 999px; padding: .5rem 1rem .5rem .85rem; font-weight: 700; font-size: .82rem; display: flex; align-items: center; gap: .55rem; box-shadow: 0 10px 26px rgba(22,37,46,.16); }
.hero__badge-dot { width: 10px; height: 10px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.5); animation: pulse 2.2s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); } 70% { box-shadow: 0 0 0 9px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.hero__guide { position: absolute; bottom: -22px; right: -10px; width: 138px; background: #fff; border-radius: var(--radius-sm); padding: 7px 7px 0; box-shadow: 0 16px 40px rgba(20,85,122,.28); text-align: center; }
.hero__guide img { width: 100%; aspect-ratio: 3/3.4; object-fit: cover; object-position: top; border-radius: 9px; }
.hero__guide figcaption { padding: .5rem 0 .55rem; font: 700 .82rem var(--head); line-height: 1.2; }
.hero__guide figcaption span { display: block; font: 500 .68rem var(--body); color: var(--muted); }
.hero__scroll { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: .5rem; font: 700 .74rem var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
.hero__scroll svg { animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

/* Stats band */
.stats { max-width: 1180px; margin: -2.2rem auto 0; padding: 0 1.25rem; position: relative; z-index: 5; }
.stats__in { background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; text-align: center; box-shadow: var(--shadow); }
.stat { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: .05rem; min-width: 0; }
.stat__num { font: 800 clamp(1.9rem, 4.6vw, 2.6rem) var(--head); color: var(--teal); line-height: 1; letter-spacing: -.02em; }
.stat__suffix { font: 800 clamp(1.2rem, 3vw, 1.6rem) var(--head); color: var(--sun); }
.stat p { flex-basis: 100%; margin-top: .5rem; font-size: .82rem; color: var(--muted); font-weight: 600; }

/* ============================================================
   A DAY WITH YUSSUF — clean static feature + card grid
   ============================================================ */
.day { background: linear-gradient(180deg, #fff 0%, var(--teal-tint) 30%, #fff 100%); border-top: 1px solid var(--line); }
.day__in { max-width: 1180px; margin: 0 auto; padding: clamp(3.4rem, 7vw, 5rem) 1.25rem clamp(2.6rem, 5vw, 3.6rem); }
.day__intro { max-width: 46rem; margin: 0 auto; text-align: center; }
.day__intro h2 { margin-top: .1rem; }

/* large signature feature image */
.day__feature { margin: clamp(1.8rem, 4vw, 2.8rem) 0 clamp(2rem, 4.5vw, 3rem); }
.day__feature img { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

/* responsive grid of experience cards */
.day-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.day-card { overflow: hidden; display: flex; flex-direction: column; }
.day-card__media { aspect-ratio: 3/2; overflow: hidden; }
.day-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.day-card:hover .day-card__media img { transform: scale(1.05); }
.day-card__body { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.day-card__step { display: inline-block; font: 700 .72rem var(--head); letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin-bottom: .55rem; }
.day-card__body h3 { font-size: clamp(1.18rem, 2.2vw, 1.42rem); margin-bottom: .5rem; }
.day-card__body p { color: var(--muted); font-size: .98rem; flex: 1; }
.day-card__tour { display: inline-block; margin-top: .9rem; font: 700 .85rem var(--head); color: var(--blue); }
.day-card__wa { display: inline-flex; align-items: center; gap: .4rem; align-self: flex-start; margin-top: 1.1rem; font: 700 .85rem var(--head); color: var(--wa); }
.day-card__wa::before { content: ""; width: 16px; height: 16px; background: var(--wa); border-radius: 50%; flex: none; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2a10 10 0 0 0-8.6 15.1L2 22l5-1.3A10 10 0 1 0 12 2Zm5.5 14.1c-.2.7-1.3 1.3-1.9 1.4-.5.1-1.1.1-1.8-.1-.4-.1-1-.3-1.7-.6-3-1.3-4.9-4.3-5.1-4.5-.1-.2-1.2-1.6-1.2-3s.7-2.1 1-2.4c.2-.3.5-.3.7-.3h.5c.2 0 .4 0 .6.4s.7 1.7.8 1.8c.1.1.1.3 0 .5-.1.2-.2.3-.3.5l-.5.5c-.1.1-.3.3-.1.6.2.3.8 1.3 1.7 2.1 1.2 1 2.1 1.4 2.4 1.5.3.1.5.1.7-.1.2-.2.8-.9 1-1.2.2-.3.4-.3.7-.2.3.1 1.7.8 2 1 .3.2.5.2.6.4 0 .1 0 .7-.1 1.2Z'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2a10 10 0 0 0-8.6 15.1L2 22l5-1.3A10 10 0 1 0 12 2Zm5.5 14.1c-.2.7-1.3 1.3-1.9 1.4-.5.1-1.1.1-1.8-.1-.4-.1-1-.3-1.7-.6-3-1.3-4.9-4.3-5.1-4.5-.1-.2-1.2-1.6-1.2-3s.7-2.1 1-2.4c.2-.3.5-.3.7-.3h.5c.2 0 .4 0 .6.4s.7 1.7.8 1.8c.1.1.1.3 0 .5-.1.2-.2.3-.3.5l-.5.5c-.1.1-.3.3-.1.6.2.3.8 1.3 1.7 2.1 1.2 1 2.1 1.4 2.4 1.5.3.1.5.1.7-.1.2-.2.8-.9 1-1.2.2-.3.4-.3.7-.2.3.1 1.7.8 2 1 .3.2.5.2.6.4 0 .1 0 .7-.1 1.2Z'/></svg>") center/contain no-repeat; }
.day-card__wa:hover { color: var(--wa-dark); }

.day__outro { text-align: center; margin: clamp(2.2rem, 5vw, 3.2rem) auto 0; }

@media (max-width: 720px) {
  .day-grid { grid-template-columns: 1fr; }
  .day__feature img { aspect-ratio: 4/3; }
}

/* Trust */
.trust { max-width: 1180px; margin: 0 auto; padding: clamp(3.2rem, 7vw, 4.8rem) 1.25rem; }
.trust .section__head { max-width: 46rem; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.card { background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); }
.trust-card { padding: 1.7rem 1.5rem; }
.trust-card__ic { display: inline-flex; width: 50px; height: 50px; border-radius: 15px; background: var(--teal-soft); color: var(--teal); align-items: center; justify-content: center; margin-bottom: 1rem; }
.trust-card h3 { font-size: 1.08rem; margin-bottom: .5rem; }
.trust-card p { font-size: .92rem; color: var(--muted); }

/* Tours */
.tours { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tours__in { max-width: 1180px; margin: 0 auto; padding: clamp(3.2rem, 7vw, 4.8rem) 1.25rem; }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.tour { overflow: hidden; display: flex; flex-direction: column; }
.tour__media { aspect-ratio: 3/2; overflow: hidden; }
.tour__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour:hover .tour__media img { transform: scale(1.06); }
.tour__body { padding: 1.35rem 1.4rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.tour__body h3 { font-size: 1.14rem; margin-bottom: .45rem; }
.tour__body p { font-size: .9rem; color: var(--muted); flex: 1; }
.tour__foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: 1.1rem; flex-wrap: wrap; }
.tour__price { font: 800 1.15rem var(--head); color: var(--ink); }
.tour__price small { font: 600 .72rem var(--body); color: var(--muted); }
.tour__price--ask { font-size: .98rem; color: var(--teal); }
.tours__note { text-align: center; max-width: 48rem; margin: 2.2rem auto 0; color: var(--muted); font-size: .92rem; }

/* How it works (dark teal band) */
.how { background: linear-gradient(135deg, var(--blue) 0%, var(--teal-dark) 100%); color: #fff; }
.how__in { max-width: 1180px; margin: 0 auto; padding: clamp(3.2rem, 7vw, 4.8rem) 1.25rem; }
.how .section__head h2 { color: #fff; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.step { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 1.9rem 1.6rem; position: relative; }
.step__no { display: inline-flex; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--teal); font: 800 1.25rem var(--head); align-items: center; justify-content: center; margin-bottom: 1rem; }
.step h3 { font-size: 1.16rem; margin-bottom: .45rem; }
.step p { color: rgba(255,255,255,.84); font-size: .94rem; }
.how__cta { text-align: center; margin-top: 2.4rem; }

/* Reviews */
.reviews { background: #fff; }
.reviews__in { max-width: 1180px; margin: 0 auto; padding: clamp(3.2rem, 7vw, 4.8rem) 1.25rem; }
.rating-badge { display: inline-flex; align-items: center; gap: .6rem; background: var(--ink); color: #fff; border-radius: 999px; padding: .45rem 1.1rem; margin-bottom: 1rem; }
.rating-badge strong { color: #ffd166; font-size: 1.05rem; }
.rating-badge span { font-size: .82rem; font-weight: 600; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.rev { padding: 1.6rem 1.6rem; display: flex; flex-direction: column; }
.rev__stars { color: var(--sun); letter-spacing: .12em; font-size: 1rem; margin-bottom: .8rem; }
.rev blockquote { font-size: 1rem; line-height: 1.6; flex: 1; }
.rev figcaption { margin-top: 1.1rem; font-size: .85rem; font-weight: 700; color: var(--muted); }
.reviews__note { text-align: center; color: var(--muted); font-size: .82rem; margin-top: 1.7rem; }

/* Contact */
.contact { background: var(--teal-tint); border-top: 1px solid var(--line); }
.contact__in { max-width: 1180px; margin: 0 auto; padding: clamp(3.2rem, 7vw, 4.8rem) 1.25rem; display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.6rem; align-items: start; }
.contact__copy > p { color: var(--muted); max-width: 34rem; margin-bottom: 1.6rem; }
.contact__cards { display: grid; gap: .8rem; max-width: 30rem; }
.contact__row { display: flex; align-items: center; gap: 1rem; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: .9rem 1.1rem; transition: transform .15s, box-shadow .15s, border-color .15s; }
.contact__row:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(20,85,122,.12); border-color: var(--teal); }
.contact__ic { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--teal-soft); color: var(--teal); display: flex; align-items: center; justify-content: center; }
.contact__row.wa .contact__ic { background: rgba(29,170,80,.12); color: var(--wa); }
.contact__txt strong { display: block; font: 700 .98rem var(--head); }
.contact__txt span { font-size: .88rem; color: var(--muted); }
.contact__side { padding: 1.9rem 1.8rem; }
.contact__side h3 { font-size: 1.18rem; color: var(--blue); margin-bottom: .5rem; }
.contact__addr { font-weight: 600; }
.contact__hours { margin-top: .7rem; color: var(--muted); font-size: .94rem; }
.contact__hours strong { color: var(--ink); }
.contact__small { margin-top: .7rem; color: var(--muted); font-size: .88rem; }
.contact__side .btn { margin-top: 1.2rem; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--teal) 0%, var(--blue) 100%); color: #fff; text-align: center; padding: clamp(3.2rem, 7vw, 4.6rem) 1.25rem; }
.cta-band h2 { margin-bottom: .6rem; }
.cta-band p { opacity: .92; margin-bottom: 1.7rem; max-width: 38rem; margin-left: auto; margin-right: auto; }

/* Footer */
.footer { background: var(--ink); color: #aebcc4; font-size: .9rem; }
.footer__in { max-width: 1180px; margin: 0 auto; padding: 3rem 1.25rem 2rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
.footer__brand { font: 800 1.3rem var(--head); color: #fff; margin-bottom: .6rem; }
.footer__brand em { font-style: normal; color: var(--teal); }
.footer h4 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .7rem; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__legal { border-top: 1px solid rgba(255,255,255,.12); max-width: 1180px; margin: 0 auto; padding: 1.1rem 1.25rem 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .78rem; color: #7d8a92; }
.footer__demo { font-style: italic; }

/* FAB */
.wa-fab { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: none; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(0,0,0,.3); }

/* Responsive */
@media (max-width: 980px) {
  .trust-grid, .tour-grid, .rev-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .hero__in, .contact__in { grid-template-columns: 1fr; gap: 2.2rem; }
  .hero__guide { width: 120px; bottom: -18px; right: 12px; }
  .stats__in { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
}
@media (max-width: 720px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; gap: 0; padding: .4rem 0; box-shadow: 0 16px 30px rgba(0,0,0,.08); }
  .nav.is-open { display: flex; }
  .nav a { padding: .85rem 1.5rem; border-top: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav-toggle { display: block; }
  .header__actions .btn--wa { display: none; }
  .wa-fab { display: flex; }
  .footer__in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .trust-grid, .tour-grid, .rev-grid, .steps { grid-template-columns: 1fr; }
  .footer__in { grid-template-columns: 1fr; }
  .hero__trust { gap: 1.2rem; }
}

/* ============ WOW EFFECTS (vanilla, reduced-motion safe) ============ */
/* scroll progress bar */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 70; background: linear-gradient(90deg, var(--teal), var(--sun)); transition: width .1s linear; }
/* scroll-reveal stagger */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
/* headline shimmer on accent word */
.hero__title em { background: linear-gradient(100deg, var(--teal) 30%, #7fd6d8 50%, var(--teal) 70%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shimmer 6s linear infinite; }
@keyframes shimmer { to { background-position: -220% 0; } }
/* stats pop */
.stats.in .stat__num { animation: pop .6s ease backwards; }
.stats.in .stat:nth-child(2) .stat__num { animation-delay: .08s; }
.stats.in .stat:nth-child(3) .stat__num { animation-delay: .16s; }
.stats.in .stat:nth-child(4) .stat__num { animation-delay: .24s; }
@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
/* card lift */
.card { transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(20,85,122,.16); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__title em { animation: none; -webkit-text-fill-color: var(--teal); }
  .hero__badge-dot, .stats.in .stat__num, .hero__scroll svg { animation: none; }
  .tour:hover .tour__media img, .day-card:hover .day-card__media img { transform: none; }
  .btn, .card, .contact__row { transition: none; }
}
