/* APEX Team Building — design system v2 "modern app"
   Brand: navy base + five logo accents (pink/blue/orange/green/purple)
   Type: Montserrat (display) / Open Sans (body) */

:root {
  --navy: #1B2B5E;
  --navy-deep: #111E45;
  --navy-ink: #0A1230;
  --pink: #E91E8C;
  --blue: #2196F3;
  --orange: #FF6B2B;
  --green: #43A047;
  --purple: #7B1FA2;
  --sky: #9BCBFF;
  --paper: #F5F6FB;
  --cloud: #E9EDF7;
  --white: #FFFFFF;
  --ink: #131F47;
  --body: #3E4763;
  --muted: #66708D;
  --line: #DFE4F2;
  --font-display: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --r: 22px;
  --r-sm: 14px;
  --shadow: 0 10px 34px rgba(13, 22, 51, .08);
  --shadow-lg: 0 28px 70px rgba(13, 22, 51, .18);
  --ease: cubic-bezier(.2, .8, .25, 1);
  --spring: cubic-bezier(.34, 1.4, .44, 1);
  --ribbon: linear-gradient(90deg, var(--pink) 0 20%, var(--blue) 0 40%, var(--orange) 0 60%, var(--green) 0 80%, var(--purple) 0 100%);
  --grad-hot: linear-gradient(115deg, var(--pink), var(--orange));
  --grad-cool: linear-gradient(115deg, var(--blue), var(--purple));
}

@view-transition { navigation: auto; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--body);
  background: var(--white);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--navy); color: var(--white); }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.08; letter-spacing: -.025em; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

[id] { scroll-margin-top: 110px; }

/* ---------- signature motifs ---------- */

.ribbon { height: 6px; background: var(--ribbon); }

.dots { display: inline-flex; gap: 8px; }
.dots i { width: 10px; height: 10px; border-radius: 50%; }
.dots i:nth-child(1) { background: var(--pink); }
.dots i:nth-child(2) { background: var(--blue); }
.dots i:nth-child(3) { background: var(--orange); }
.dots i:nth-child(4) { background: var(--green); }
.dots i:nth-child(5) { background: var(--purple); }
html.js .dots i { animation: dotPop 3.2s var(--spring) infinite; }
html.js .dots i:nth-child(2) { animation-delay: .15s; }
html.js .dots i:nth-child(3) { animation-delay: .3s; }
html.js .dots i:nth-child(4) { animation-delay: .45s; }
html.js .dots i:nth-child(5) { animation-delay: .6s; }
@keyframes dotPop { 0%, 12%, 100% { transform: scale(1); } 6% { transform: scale(1.5); } }

/* inline stroke icons */
.ic, .ic-sm, .qi { flex-shrink: 0; }
.ic { width: 22px; height: 22px; }
.ic-sm { width: 16px; height: 16px; }
svg.qi { width: 22px; height: 22px; color: var(--sky); }
.bt-ic .ic { width: 26px; height: 26px; }
.info-icon .ic { color: var(--navy); }
.quiz-chip { display: inline-flex; align-items: center; gap: 8px; }
.quiz-chip .ic-sm { color: var(--sky); }
.quiz-back { display: inline-flex; align-items: center; gap: 7px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-size: 12px; font-weight: 800;
  letter-spacing: .24em; text-transform: uppercase;
  color: color-mix(in srgb, var(--blue) 68%, #0A1230);
}
.eyebrow::before { content: ''; width: 34px; height: 4px; border-radius: 3px; background: var(--ribbon); }
.on-dark .eyebrow { color: var(--sky); }

.h-hi { position: relative; white-space: nowrap; z-index: 0; }
.h-hi::after {
  content: ''; position: absolute; left: -2%; right: -2%; bottom: .04em; height: .32em;
  background: var(--hi, var(--orange)); opacity: .4; border-radius: 4px; z-index: -1;
  transform: skewX(-12deg);
}

.grad-word {
  background: linear-gradient(100deg, #FF8FCB, var(--orange) 45%, #FFC46B);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: gradShift 6s ease-in-out infinite alternate;
}
@keyframes gradShift { to { background-position: 100% 0; } }

/* aurora backdrop — layered drifting glows for dark sections */
.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.aurora i { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5; }
.aurora i:nth-child(1) { width: 620px; height: 620px; top: -220px; right: -140px; background: radial-gradient(circle, rgba(33, 150, 243, .75), transparent 65%); animation: aur 13s ease-in-out infinite alternate; }
.aurora i:nth-child(2) { width: 520px; height: 520px; bottom: -240px; left: -160px; background: radial-gradient(circle, rgba(233, 30, 140, .55), transparent 65%); animation: aur 17s ease-in-out infinite alternate-reverse; }
.aurora i:nth-child(3) { width: 420px; height: 420px; top: 30%; left: 42%; background: radial-gradient(circle, rgba(123, 31, 162, .5), transparent 65%); animation: aur 21s ease-in-out infinite alternate; }
@keyframes aur { to { transform: translate(60px, 40px) scale(1.12); } }

.gridlines {
  position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 78%);
}

/* ---------- nav: floating glass pill ---------- */

.nav {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 100;
  width: min(1180px, calc(100% - 28px));
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(19, 31, 71, .08);
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(13, 22, 51, .10);
  transition: box-shadow .3s, background .3s;
}
.nav.scrolled { background: rgba(255, 255, 255, .94); box-shadow: 0 14px 44px rgba(13, 22, 51, .16); }
.nav-inner {
  padding: 0 12px 0 22px; height: 66px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo img { height: 46px; width: auto; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
  font-family: var(--font-display); font-size: 12.5px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; text-decoration: none; color: var(--ink);
  padding: 10px 16px; border-radius: 999px; transition: background .2s, color .2s;
}
.nav-links a:hover { background: rgba(19, 31, 71, .07); }
.nav-links a[aria-current="page"]:not(.nav-cta) { background: rgba(19, 31, 71, .08); box-shadow: inset 0 -2px 0 var(--pink); }
.nav-cta {
  background: var(--grad-hot); color: var(--white) !important; padding: 12px 24px !important;
  box-shadow: 0 6px 18px rgba(233, 30, 140, .35);
  transition: transform .2s var(--spring), box-shadow .2s !important;
}
.nav-cta:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 12px 26px rgba(233, 30, 140, .45); background: var(--grad-hot); }

.nav-burger {
  display: none; background: none; border: 0; cursor: pointer; padding: 12px;
  flex-direction: column; gap: 5px; border-radius: 999px;
}
.nav-burger span { width: 22px; height: 2.5px; border-radius: 2px; background: var(--navy); transition: transform .3s, opacity .3s; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 920px) {
  .nav { border-radius: 26px; }
  .nav-burger { display: flex; order: 3; margin-left: auto; }
  .nav-links {
    position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    gap: 4px; background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(19, 31, 71, .08); border-radius: 22px;
    box-shadow: 0 24px 50px rgba(13, 22, 51, .2); padding: 12px;
    display: none;
  }
  .nav-links.open { display: flex; animation: menuIn .3s var(--spring); }
  @keyframes menuIn { from { opacity: 0; transform: translateY(-10px) scale(.98); } }
  .nav-links a { padding: 14px 18px; border-radius: 14px; }
  .nav-cta { text-align: center; margin-top: 6px; }
}

/* ---------- buttons: pills ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 13.5px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none; cursor: pointer;
  padding: 17px 34px; border-radius: 999px; border: 0;
  transition: transform .25s var(--spring), box-shadow .25s;
}
.btn::after { content: '→'; font-size: 15px; transition: transform .25s var(--spring); }
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(4px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-solid { background: var(--grad-hot); color: var(--white); box-shadow: 0 10px 26px rgba(233, 30, 140, .35); }
.btn-solid:hover { box-shadow: 0 16px 36px rgba(233, 30, 140, .45); }
.btn-navy { background: var(--navy); color: var(--white); box-shadow: 0 10px 26px rgba(27, 43, 94, .3); }
.btn-navy:hover { box-shadow: 0 16px 36px rgba(27, 43, 94, .4); }
.btn-white { background: var(--white); color: var(--navy); box-shadow: 0 10px 30px rgba(0, 0, 0, .22); }
.btn-ghost {
  background: rgba(255, 255, 255, .07); color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, .35);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.btn-ghost:hover { border-color: rgba(255, 255, 255, .8); background: rgba(255, 255, 255, .12); }
.btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }

/* ---------- hero (home) ---------- */

.hero {
  position: relative; padding: 190px 0 130px; color: var(--white); overflow: hidden;
  background: radial-gradient(140% 120% at 50% -20%, var(--navy) 0%, var(--navy-ink) 74%);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero-chip {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px; padding: 9px 18px; margin-bottom: 26px;
  font-family: var(--font-display); font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.hero-chip .dots i { width: 7px; height: 7px; }
.hero h1 {
  font-size: clamp(42px, 6.4vw, 82px); font-weight: 900; color: var(--white);
  margin-bottom: 26px; letter-spacing: -.03em; line-height: 1.02;
}
.hero p.lead { font-size: 19px; font-weight: 300; color: rgba(255, 255, 255, .78); max-width: 500px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 34px; font-size: 13.5px; color: rgba(255, 255, 255, .6); }

@keyframes heroRise { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
html.js .hero-chip, html.js .hero h1, html.js .hero .lead,
html.js .hero-actions, html.js .hero-note { animation: heroRise .85s var(--ease) both; }
html.js .hero h1 { animation-delay: .08s; }
html.js .hero .lead { animation-delay: .18s; }
html.js .hero-actions { animation-delay: .28s; }
html.js .hero-note { animation-delay: .38s; }

/* hero photo bento */
.hero-bento { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.hb {
  border-radius: var(--r); overflow: hidden; position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .4);
  transition: transform .4s var(--spring);
}
.hb:hover { transform: translateY(-6px) scale(1.02); z-index: 2; }
.hb img { width: 100%; height: 100%; object-fit: cover; }
.hb-tall { grid-row: 1 / 3; min-height: 420px; }
.hb-sq { aspect-ratio: 4 / 3; }
.hb-cap {
  position: absolute; left: 12px; bottom: 12px;
  background: rgba(10, 18, 48, .55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; padding: 7px 15px;
  font-family: var(--font-display); font-size: 10.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--white);
  display: inline-flex; align-items: center; gap: 8px;
}
.hb-cap::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--sc, var(--orange)); }
.hb-glass {
  border-radius: var(--r); display: flex; flex-direction: column; justify-content: center; gap: 2px;
  padding: 22px 24px; background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.hb-glass b {
  font-family: var(--font-display); font-size: 38px; font-weight: 900; line-height: 1;
  background: linear-gradient(115deg, var(--sky), #fff); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}
.hb-glass span {
  font-family: var(--font-display); font-size: 10.5px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .72); margin-top: 8px;
}
html.js .hb-tall { animation: heroRise .9s var(--ease) .3s both; }
html.js .hb-sq { animation: heroRise .9s var(--ease) .45s both; }
html.js .hb-glass { animation: heroRise .9s var(--ease) .6s both; }

@media (max-width: 920px) {
  .hero { padding: 150px 0 90px; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hb-tall { min-height: 320px; }
}

/* scroll parallax: bento drifts gently as the hero scrolls away (Chromium; harmless elsewhere) */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .hero-bento {
      animation: bentoDrift linear both;
      animation-timeline: scroll(root);
      animation-range: 0 90vh;
    }
    @keyframes bentoDrift { to { transform: translateY(70px); } }
    .hero-inner > div:first-child {
      animation: heroDrift linear both;
      animation-timeline: scroll(root);
      animation-range: 0 90vh;
    }
    @keyframes heroDrift { to { transform: translateY(34px); opacity: .35; } }
  }
}

/* FAQ answer fade-in */
.faq-item[open] .faq-a { animation: rise .4s var(--ease); }
.act:hover .act-time { transform: translateX(3px); }
.act-time { transition: transform .3s var(--spring); }

/* ---------- marquee ---------- */

.marquee {
  background: var(--navy-ink); color: var(--white); overflow: hidden; padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .08); border-bottom: 1px solid rgba(255, 255, 255, .08);
  position: relative;
}
.marquee-track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.marquee-seq { display: flex; align-items: center; flex-shrink: 0; }
.marquee-seq span {
  font-family: var(--font-display); font-size: 17px; font-weight: 900; letter-spacing: .12em;
  text-transform: uppercase; white-space: nowrap; padding: 0 30px; color: var(--white);
}
.marquee-seq span.ghost { color: transparent; -webkit-text-stroke: 1.2px rgba(255, 255, 255, .55); }
.marquee-seq i { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ---------- sections ---------- */

.sec { padding: 110px 0; }
.sec-paper { background: var(--paper); }
.sec-navy { background: var(--navy-ink); color: var(--white); position: relative; overflow: hidden; }
.sec-head { max-width: 680px; margin-bottom: 64px; position: relative; }
.sec-head h2 { font-size: clamp(32px, 4.4vw, 52px); font-weight: 900; margin: 16px 0 18px; }
.sec-navy .sec-head h2, .sec-navy h2, .sec-navy h3 { color: var(--white); }
.sec-head p { font-size: 17.5px; color: var(--muted); font-weight: 300; }
.sec-navy .sec-head p { color: rgba(255, 255, 255, .66); }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head::after {
  content: ''; display: block; height: 4px; width: 78px; border-radius: 2px;
  background: var(--ribbon); margin-top: 22px;
  transition: width .9s var(--ease) .25s;
}
.sec-head.center::after { margin-left: auto; margin-right: auto; }
html.js .sec-head.rv:not(.in)::after { width: 0; }

/* ---------- bento (what we do + stats) ---------- */

.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 18px; }
.bt {
  border-radius: var(--r); padding: 30px; position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow);
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .35s var(--spring), box-shadow .35s;
}
.bt:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.bt-w2 { grid-column: span 2; }
.bt-h2 { grid-row: span 2; }
.bt h3 { font-size: 21px; font-weight: 800; margin-bottom: 10px; }
.bt p { font-size: 14.5px; }
.bt .bt-ic {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: var(--bc, var(--blue)); color: var(--white); font-size: 22px;
  box-shadow: 0 10px 22px rgba(13, 22, 51, .2); margin-bottom: auto;
  transition: transform .35s var(--spring);
}
.bt:hover .bt-ic { transform: scale(1.12) rotate(-8deg); }
.bt-photo { padding: 0; }
.bt-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.bt-photo:hover img { transform: scale(1.06); }
.bt-photo .bt-tag {
  position: relative; align-self: flex-start; margin: 0 0 18px 22px;
  background: rgba(10, 18, 48, .55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; padding: 7px 15px;
  font-family: var(--font-display); font-size: 10.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--white);
}
.bt-stat { background: var(--navy-ink); border: 0; justify-content: center; align-items: flex-start; }
.bt-stat::before {
  content: ''; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 24px 24px;
}
.bt-stat b {
  position: relative; font-family: var(--font-display); font-size: clamp(38px, 3.6vw, 54px);
  font-weight: 900; line-height: 1; background: linear-gradient(115deg, var(--sky), #fff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.bt-stat .stat-range { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.25; letter-spacing: -.01em; }
.bt-stat .stat-bar { position: relative; width: 36px; height: 5px; border-radius: 3px; margin: 14px 0 10px; }
.bt-stat span {
  position: relative; font-family: var(--font-display); font-size: 11px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .72);
}
@media (max-width: 1100px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bt { min-height: 170px; }
  .bt-w2, .bt-h2 { grid-column: auto; grid-row: auto; }
  .bt-photo { min-height: 230px; }
}

/* ---------- category cards (services) ---------- */

.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card {
  display: flex; flex-direction: column; text-decoration: none; background: var(--white);
  border-radius: var(--r); overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow); position: relative;
  transition: transform .4s var(--spring), box-shadow .4s;
}
.cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.cat-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--cloud); }
.cat-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.cat-card:hover .cat-media img { transform: scale(1.08); }
.cat-media::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--cc, var(--blue)); }
.cat-body { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.cat-tag {
  font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: color-mix(in srgb, var(--cc, var(--blue)) 68%, #0A1230);
}
.cat-body h3 { font-size: 21px; font-weight: 800; }
.cat-body p { font-size: 14px; flex: 1; }
.cat-link {
  font-family: var(--font-display); font-size: 12.5px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: color-mix(in srgb, var(--cc, var(--blue)) 68%, #0A1230); margin-top: 12px;
  display: inline-flex; align-items: center; gap: 8px;
}
.cat-link::after {
  content: '→'; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: color-mix(in srgb, var(--cc, var(--blue)) 12%, transparent);
  transition: transform .3s var(--spring), background .3s;
}
.cat-card:hover .cat-link::after { transform: translateX(5px); background: color-mix(in srgb, var(--cc, var(--blue)) 22%, transparent); }
.cat-media.illus { display: grid; place-items: center; background: linear-gradient(135deg, var(--cc, var(--blue)), var(--navy)); }
.cat-media.illus svg { width: 42%; height: auto; opacity: .95; }
@media (max-width: 920px) { .cats { grid-template-columns: 1fr; } }
@media (min-width: 921px) and (max-width: 1100px) { .cats { grid-template-columns: 1fr 1fr; } }

/* ---------- activity cards (detail pages) ---------- */

.acts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.act {
  display: flex; background: var(--white); border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: transform .35s var(--spring), box-shadow .35s;
}
.act:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.act-media { width: 215px; flex-shrink: 0; background: var(--cloud); position: relative; overflow: hidden; }
.act-media img { width: 100%; height: 100%; object-fit: cover; min-height: 210px; transition: transform .6s var(--ease); }
.act:hover .act-media img { transform: scale(1.07); }
.act-media.illus { display: grid; place-items: center; background: linear-gradient(150deg, var(--ac, var(--blue)), var(--navy)); min-height: 210px; }
.act-media.illus svg { width: 50%; height: auto; transition: transform .4s var(--spring); }
.act:hover .act-media.illus svg { transform: scale(1.12) rotate(-4deg); }
.act-body { padding: 28px 28px 26px; display: flex; flex-direction: column; }
.act-time {
  display: inline-flex; align-self: flex-start; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 10.5px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--white);
  background: color-mix(in srgb, var(--ac, var(--navy)) 62%, #0A1230);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.act-body h3 { font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.act-body p { font-size: 14px; }
.act-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.act-chips .act-time { margin-bottom: 0; }
.act-price {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 10.5px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: color-mix(in srgb, var(--ac, var(--navy)) 68%, #0A1230);
  border: 1.5px solid color-mix(in srgb, var(--ac, var(--navy)) 45%, transparent);
  background: color-mix(in srgb, var(--ac, var(--navy)) 8%, transparent);
  padding: 5px 13px; border-radius: 999px;
}
@media (max-width: 920px) {
  .acts { grid-template-columns: 1fr; }
  .act { flex-direction: column; }
  .act-media { width: 100%; aspect-ratio: 16 / 9; }
}

/* ---------- page hero (interior pages) ---------- */

.page-hero {
  position: relative; padding: 200px 0 110px; color: var(--white); overflow: hidden;
  background: var(--navy-ink);
}
.page-hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .32; }
.page-hero-tint {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(10, 18, 48, .96) 28%, rgba(10, 18, 48, .5) 75%, rgba(10, 18, 48, .82));
}
.page-hero::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 70px;
  background: var(--white); border-radius: 100% 100% 0 0 / 100% 100% 0 0; z-index: 1;
}
.sec-paper-first .page-hero::after { background: var(--paper); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(38px, 5.6vw, 68px); font-weight: 900; color: var(--white); margin: 18px 0 20px; max-width: 760px; letter-spacing: -.03em; }
.page-hero p { font-size: 18px; font-weight: 300; color: rgba(255, 255, 255, .78); max-width: 560px; }
html.js .page-hero .eyebrow, html.js .page-hero h1, html.js .page-hero p { animation: heroRise .8s var(--ease) both; }
html.js .page-hero h1 { animation-delay: .1s; }
html.js .page-hero p { animation-delay: .2s; }

/* ---------- how it works ---------- */

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.step { position: relative; padding: 0 26px 0 0; }
.step::before {
  content: ''; position: absolute; top: 27px; left: 62px; right: 8px; height: 3px;
  background: repeating-linear-gradient(90deg, var(--line) 0 10px, transparent 10px 18px);
}
html.js .step::before { animation: dashMove 1.2s linear infinite; background-size: 18px 3px; }
@keyframes dashMove { to { background-position: 18px 0; } }
.step:last-child::before { display: none; }
.step-dot {
  width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 19px; font-weight: 900; color: var(--white);
  background: var(--stc, var(--blue)); box-shadow: 0 12px 26px rgba(13, 22, 51, .24);
  margin-bottom: 22px; position: relative; z-index: 1;
  transition: transform .35s var(--spring), border-radius .35s;
}
.step:hover .step-dot { transform: scale(1.14) rotate(-8deg); border-radius: 50%; }
.step h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.step p { font-size: 14px; }
@media (max-width: 920px) {
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .step::before { display: none; }
}

/* ---------- quiz ---------- */

@property --arc { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.quiz {
  max-width: 700px; margin: 0 auto; position: relative;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px; padding: 44px 44px 38px;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}
.quiz::before {
  content: ''; position: absolute; inset: -1.5px; border-radius: 29px; padding: 1.5px;
  background: conic-gradient(from var(--arc),
    var(--pink), var(--blue), var(--orange), var(--green), var(--purple), var(--pink));
  opacity: .55; pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: arcSpin 9s linear infinite;
}
@keyframes arcSpin { to { --arc: 360deg; } }
@media (max-width: 560px) { .quiz { padding: 28px 20px 24px; } }
.quiz-progress { display: flex; gap: 8px; margin-bottom: 40px; }
.quiz-progress i { height: 6px; flex: 1; border-radius: 3px; background: rgba(255, 255, 255, .14); transition: background .4s, transform .4s; }
.quiz-progress i.done { transform: scaleY(1.15); }
.quiz-progress i.done:nth-child(1) { background: var(--pink); }
.quiz-progress i.done:nth-child(2) { background: var(--blue); }
.quiz-progress i.done:nth-child(3) { background: var(--orange); }
.quiz-progress i.done:nth-child(4) { background: var(--green); }
.quiz-progress i.done:nth-child(5) { background: var(--purple); }
.quiz-step { display: none; }
.quiz-step.active { display: block; animation: rise .5s var(--spring); }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.quiz-q { font-family: var(--font-display); font-size: 27px; font-weight: 800; color: var(--white); margin-bottom: 6px; letter-spacing: -.02em; }
.quiz-sub { font-size: 15px; color: rgba(255, 255, 255, .6); margin-bottom: 28px; }
.quiz-opts { display: flex; flex-direction: column; gap: 12px; }
.quiz-opt {
  display: flex; align-items: center; gap: 15px; text-align: left; cursor: pointer;
  background: rgba(255, 255, 255, .05); border: 1.5px solid rgba(255, 255, 255, .16);
  border-radius: 16px; padding: 17px 22px; color: rgba(255, 255, 255, .92);
  font-family: var(--font-body); font-size: 15px;
  transition: border-color .2s, background .2s, transform .25s var(--spring);
}
.quiz-opt:hover { border-color: var(--sky); background: rgba(155, 203, 255, .12); transform: translateX(6px) scale(1.01); }
.quiz-opt .qi { font-size: 21px; flex-shrink: 0; }
.quiz-back {
  background: none; border: 0; color: rgba(255, 255, 255, .55); cursor: pointer;
  font-family: var(--font-body); font-size: 14px; margin-top: 26px; padding: 6px; border-radius: 8px;
}
.quiz-back:hover { color: var(--white); }
.quiz-result { text-align: center; }
.quiz-result h3 { font-size: 30px; font-weight: 900; color: var(--white); margin-bottom: 14px; letter-spacing: -.02em; }
.quiz-result .quiz-summary { font-size: 16px; color: rgba(255, 255, 255, .78); max-width: 540px; margin: 0 auto 28px; }
.quiz-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 20px; }
.quiz-chip {
  background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px; padding: 11px 18px; font-family: var(--font-display);
  font-size: 13px; font-weight: 700; color: var(--white);
}
.quiz-alts { font-size: 13.5px; color: rgba(255, 255, 255, .65); max-width: 480px; margin: 0 auto 32px; }
.quiz-alts strong { color: rgba(255, 255, 255, .92); }
.quiz-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }

/* ---------- quote band ---------- */

.quote { text-align: center; padding: 120px 0; position: relative; background: var(--paper); overflow: hidden; }
.quote::before, .quote::after {
  content: ''; position: absolute; width: 340px; height: 340px; border-radius: 50%;
  filter: blur(80px); opacity: .16; pointer-events: none;
}
.quote::before { background: var(--pink); top: -120px; left: -80px; }
.quote::after { background: var(--blue); bottom: -140px; right: -80px; }
.quote blockquote {
  font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 44px); font-weight: 900;
  color: var(--ink); max-width: 860px; margin: 0 auto 24px; line-height: 1.25; position: relative;
  letter-spacing: -.02em;
}
.quote blockquote::before {
  content: '\201C'; position: absolute; top: -.52em; left: 50%; transform: translateX(-50%);
  font-size: 3em; line-height: 1; background: var(--ribbon); -webkit-background-clip: text;
  background-clip: text; color: transparent; opacity: .85;
}
.quote cite {
  font-style: normal; font-family: var(--font-display); font-size: 12px; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
}
.quote .dots { margin-top: 28px; }

/* ---------- CTA band ---------- */

.cta-band {
  position: relative; padding: 120px 0; text-align: center; color: var(--white);
  overflow: hidden; background: var(--navy-ink);
}
.cta-photo { position: absolute; inset: 0; background-size: cover; background-position: center 35%; opacity: .18; }
.cta-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 300px at 12% 110%, rgba(233, 30, 140, .35), transparent 70%),
    radial-gradient(560px 300px at 88% -10%, rgba(33, 150, 243, .35), transparent 70%);
}
.cta-band h2 { position: relative; font-size: clamp(32px, 4.4vw, 54px); font-weight: 900; color: var(--white); margin-bottom: 18px; letter-spacing: -.025em; }
.cta-band p { position: relative; font-size: 17px; color: rgba(255, 255, 255, .72); max-width: 540px; margin: 0 auto 40px; }
.cta-band .btn { position: relative; }

/* ---------- values (about) ---------- */

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value {
  background: var(--white); border-radius: var(--r); border: 1px solid var(--line);
  padding: 32px 28px; box-shadow: var(--shadow); position: relative; overflow: hidden;
  transition: transform .35s var(--spring), box-shadow .35s;
}
.value::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--vc, var(--blue)); }
.value:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.value h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.value p { font-size: 14px; }
@media (max-width: 920px) { .values { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; }
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; } }

.form {
  display: flex; flex-direction: column; gap: 18px;
  background: var(--white); border: 1px solid var(--line); border-radius: 26px;
  padding: 36px; box-shadow: var(--shadow-lg);
}
@media (max-width: 560px) { .form { padding: 24px 18px; } }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label {
  font-family: var(--font-display); font-size: 11.5px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--navy);
}
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 15.5px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 14px;
  padding: 14px 18px; transition: border-color .2s, background .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); background: var(--white);
  box-shadow: 0 0 0 4px rgba(33, 150, 243, .14);
}
.field textarea { min-height: 130px; resize: vertical; }
.form-status { display: none; border-radius: 14px; padding: 16px 20px; font-size: 15px; }
.form-status.ok { display: block; background: #E8F5E9; border: 1.5px solid var(--green); color: #1B5E20; }
.form-status.err { display: block; background: #FDEBEE; border: 1.5px solid var(--pink); color: #8E1052; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.info-item { display: flex; gap: 18px; margin-bottom: 24px; }
.info-icon {
  width: 52px; height: 52px; border-radius: 16px; flex-shrink: 0; display: grid; place-items: center;
  font-size: 20px; background: var(--paper); border: 1px solid var(--line);
}
.info-label {
  font-family: var(--font-display); font-size: 11px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; color: color-mix(in srgb, var(--blue) 68%, #0A1230); margin-bottom: 3px;
}
.info-value { font-size: 15px; color: var(--ink); font-weight: 600; line-height: 1.6; }
.info-value a { color: var(--ink); text-decoration: none; }
.info-value a:hover { color: var(--blue); }

/* ---------- footer ---------- */

.footer { background: var(--navy-ink); color: rgba(255, 255, 255, .7); position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--ribbon); }
.footer-main {
  position: relative;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 44px; padding: 78px 0 54px;
}
.footer-brand img { height: 62px; width: auto; margin-bottom: 16px; background: var(--white); padding: 7px; border-radius: 14px; }
.footer-brand p { font-size: 14px; max-width: 270px; }
.footer h3 {
  font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255, 255, 255, .66); margin-bottom: 18px;
}
.footer ul { list-style: none; }
.footer ul a {
  display: inline-block; font-size: 14px; color: rgba(255, 255, 255, .72);
  text-decoration: none; padding: 4px 0; transition: color .2s, transform .25s var(--spring);
}
.footer ul a:hover { color: var(--white); transform: translateX(4px); }
.footer-contact li { font-size: 13.5px; padding: 4px 0; }
.footer-contact a { color: rgba(255, 255, 255, .72); text-decoration: none; }
.footer-contact a:hover { color: var(--white); }
.footer-base {
  position: relative; border-top: 1px solid rgba(255, 255, 255, .1); padding: 26px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-base small { font-size: 12.5px; color: rgba(255, 255, 255, .62); }
.footer-tag {
  font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; background: var(--ribbon); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}
@media (max-width: 920px) { .footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-main { grid-template-columns: 1fr; } }

/* ---------- hero finder pill (search-bar pattern) ---------- */

.finder-pill {
  display: flex; align-items: center; gap: 16px; text-decoration: none;
  background: var(--white); border-radius: 999px; padding: 9px 9px 9px 26px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35); max-width: 460px;
  transition: transform .3s var(--spring), box-shadow .3s;
}
.finder-pill:hover { transform: translateY(-3px); box-shadow: 0 26px 60px rgba(0, 0, 0, .45); }
.finder-pill .fp-text { flex: 1; }
.finder-pill .fp-q { display: block; font-family: var(--font-display); font-size: 14.5px; font-weight: 800; color: var(--ink); }
.finder-pill .fp-sub { display: block; font-size: 12.5px; color: var(--muted); }
.finder-pill .fp-go {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
  background: var(--grad-hot); color: var(--white); font-size: 20px;
  box-shadow: 0 8px 20px rgba(233, 30, 140, .4); transition: transform .3s var(--spring);
}
.finder-pill:hover .fp-go { transform: scale(1.1) rotate(-8deg); }

/* ---------- FAQ accordion ---------- */

.faq { display: flex; flex-direction: column; gap: 14px; max-width: 780px; }
.faq-item {
  background: var(--white); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow); overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px;
  padding: 22px 26px; font-family: var(--font-display); font-size: 16px; font-weight: 800;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; margin-left: auto; width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; font-size: 20px; font-weight: 700; color: var(--navy);
  background: var(--paper); border: 1px solid var(--line);
  transition: transform .3s var(--spring), background .3s, color .3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--navy); color: var(--white); }
.faq-item .faq-a { padding: 0 26px 24px; font-size: 15px; color: var(--body); }

/* ---------- floating quick-enquire CTA (injected by main.js) ---------- */

.quick-cta {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  background: var(--navy); color: var(--white);
  font-family: var(--font-display); font-size: 12.5px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 15px 24px; border-radius: 999px;
  box-shadow: 0 14px 38px rgba(13, 22, 51, .4);
  transition: transform .25s var(--spring), box-shadow .25s, opacity .3s;
  opacity: 0; pointer-events: none; transform: translateY(14px);
}
.quick-cta.show { opacity: 1; pointer-events: auto; transform: none; }
.quick-cta:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 20px 46px rgba(13, 22, 51, .5); }
.quick-cta::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--green); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(67, 160, 71, .25); } }

/* ---------- breadcrumbs (interior pages) ---------- */

.crumbs {
  display: flex; align-items: center; gap: 10px; margin-bottom: 22px;
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  letter-spacing: .04em;
}
.crumbs a { color: rgba(255, 255, 255, .6); text-decoration: none; transition: color .2s; }
.crumbs a:hover { color: var(--white); }
.crumbs .sep { color: rgba(255, 255, 255, .3); }
.crumbs [aria-current] { color: var(--sky); }

/* ---------- category count chip ---------- */

.cat-count {
  position: absolute; top: 12px; right: 12px; z-index: 1;
  background: rgba(10, 18, 48, .55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; padding: 6px 13px;
  font-family: var(--font-display); font-size: 10.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--white);
}

/* ---------- explore-more cross links (detail pages) ---------- */

.xlinks { display: flex; flex-wrap: wrap; gap: 12px; }
.xlink {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-family: var(--font-display); font-size: 12.5px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink);
  background: var(--white); border: 1.5px solid var(--line); border-radius: 999px;
  padding: 13px 22px; transition: transform .25s var(--spring), box-shadow .25s, border-color .25s;
}
.xlink::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--xc, var(--blue)); }
.xlink::after { content: '→'; transition: transform .25s var(--spring); }
.xlink:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--xc, var(--blue)); }
.xlink:hover::after { transform: translateX(3px); }

/* ---------- mobile: categories become a swipeable snap carousel ---------- */

@media (max-width: 920px) {
  .cats {
    display: flex; grid-template-columns: none; overflow-x: auto; gap: 16px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    margin: 0 -24px; padding: 6px 24px 18px; scrollbar-width: none;
  }
  .cats::-webkit-scrollbar { display: none; }
  .cats .cat-card { flex: 0 0 min(78%, 340px); scroll-snap-align: center; }
}

/* form controls pick up the brand accent */
:root { accent-color: var(--blue); }

/* ---------- reveal on scroll (gated on html.js so content shows without JS) ---------- */

html.js .rv { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
html.js .rv.in { opacity: 1; transform: none; }

/* ---------- scroll progress ribbon (injected by main.js) ---------- */

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 4px; width: 100%; z-index: 200;
  background: var(--ribbon); transform-origin: 0 50%; transform: scaleX(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.js .rv { opacity: 1; transform: none; }
}
.hero .aurora {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(216, 90, 48, 0.22), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(29, 158, 117, 0.18), transparent 55%),
    radial-gradient(circle at 65% 80%, rgba(212, 83, 126, 0.18), transparent 55%);
  background-repeat: no-repeat;
  animation: auroraDrift 18s ease-in-out infinite;
}

@keyframes auroraDrift {
  0%   { background-position: 0% 0%, 0% 0%, 0% 0%; }
  33%  { background-position: 8% 6%, -6% 8%, 5% -6%; }
  66%  { background-position: -6% 8%, 6% -6%, -5% 6%; }
  100% { background-position: 0% 0%, 0% 0%, 0% 0%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero .aurora {
    animation: none;
  }
}
