:root {
  --ink: #20323b;
  --muted: #6c7b82;
  --brand: #e8734f;
  --brand-dark: #c9573a;
  --mint: #58b7a2;
  --mint-dark: #2c8e7d;
  --sky: #76b8e8;
  --sunshine: #f4c95d;
  --lavender: #a895d8;
  --background: #f8faf9;
  --warm: #fff5ed;
  --surface: #ffffff;
  --border: #e3eae8;
  --radius-lg: 24px;
  --shadow-soft: 0 18px 50px rgba(32, 50, 59, 0.08);
  --shadow-card: 0 8px 26px rgba(32, 50, 59, 0.07);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: #f9c2af; color: var(--ink); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 14px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--ink); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 90px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 40px; height: 40px; color: var(--brand); flex: 0 0 auto; }
.brand-name { font-size: 1.28rem; }
.mark-letter { fill: #fff; }
.mark-nest { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: .91rem; font-weight: 700; }
.site-nav a:not(.button), .footer-links a { color: var(--muted); transition: color .2s ease; }
.site-nav a:not(.button):hover, .footer-links a:hover { color: var(--brand-dark); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-coral { background: var(--brand); color: #fff; box-shadow: 0 12px 24px rgba(232, 115, 79, .22); }
.button-coral:hover { background: var(--brand-dark); box-shadow: 0 15px 28px rgba(201, 87, 58, .23); }
.button-light { background: #fff; color: var(--ink); box-shadow: 0 12px 26px rgba(20, 31, 37, .12); }
.button-light:hover { background: var(--warm); }
.button-small { min-height: 43px; padding: 0 17px; font-size: .84rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: .92rem; font-weight: 800; }
.text-link span { color: var(--brand); transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 2px; color: var(--ink); }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; border-radius: 2px; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; min-height: 790px; overflow: clip; padding-top: 172px; background: linear-gradient(135deg, #fbfbf9 0%, #f8faf9 58%, #f1f7f5 100%); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 520px; z-index: -3; background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.9), transparent 34%), radial-gradient(circle at 3% 42%, rgba(244,201,93,.12), transparent 28%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(410px, .9fr); align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 26px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 19px; color: var(--brand-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(232,115,79,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; line-height: 1.04; }
h1 { max-width: 630px; margin-bottom: 25px; font-size: clamp(3.55rem, 6.2vw, 6.25rem); font-weight: 850; }
h1 em, h2 em { color: var(--brand); font-style: normal; }
.hero-lede { max-width: 500px; margin-bottom: 31px; color: var(--muted); font-size: 1.08rem; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 54px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px 25px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.proof-item { display: flex; align-items: center; gap: 8px; }
.proof-icon { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 8px; font-size: .74rem; font-weight: 900; }
.mint-icon { background: #dff2ed; color: var(--mint-dark); }
.sky-icon { background: #e3f1fb; color: #468bb9; }
.sun-icon { background: #fff1c9; color: #aa7b16; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 575px; }
.hero-visual::before { content: ""; position: absolute; width: 490px; height: 490px; border: 1px solid rgba(232,115,79,.15); border-radius: 50%; transform: rotate(-14deg); }
.hero-visual::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px dashed rgba(88,183,162,.22); border-radius: 45% 55% 50% 50%; transform: rotate(26deg); }
.hero-orbit { position: absolute; border-radius: 50%; filter: blur(.2px); pointer-events: none; }
.orbit-one { top: 170px; right: -100px; width: 240px; height: 240px; background: rgba(118,184,232,.12); }
.orbit-two { bottom: 55px; left: -70px; width: 180px; height: 180px; background: rgba(244,201,93,.12); }
.phone-shadow { position: absolute; bottom: 19px; width: 265px; height: 42px; border-radius: 50%; background: rgba(32,50,59,.18); filter: blur(18px); transform: rotate(-7deg); }
.phone { position: relative; z-index: 2; width: 282px; padding: 9px; border: 1px solid #1a2930; border-radius: 38px; background: #17252b; box-shadow: 18px 30px 60px rgba(32,50,59,.28), -8px 12px 25px rgba(32,50,59,.12); transform: rotate(5deg); }
.phone::after { content: ""; position: absolute; top: 145px; right: -3px; width: 3px; height: 58px; border-radius: 0 4px 4px 0; background: #30424a; }
.phone-speaker { position: absolute; z-index: 4; top: 16px; left: 50%; width: 76px; height: 19px; border-radius: 30px; background: #17252b; transform: translateX(-50%); }
.phone-screen { position: relative; min-height: 555px; overflow: hidden; border-radius: 29px; background: var(--background); }
.phone-status { display: flex; justify-content: space-between; padding: 13px 16px 4px; font-size: .52rem; font-weight: 800; }
.phone-topbar { display: flex; align-items: center; justify-content: space-between; padding: 17px 16px 16px; }
.phone-topbar > div { display: grid; gap: 4px; }
.phone-kicker { color: var(--muted); font-size: .52rem; font-weight: 700; }
.phone-topbar strong { max-width: 165px; font-size: .84rem; letter-spacing: -.04em; line-height: 1.18; }
.phone-avatar, .mini-avatar { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 11px; background: #d9ebe4; color: var(--mint-dark); font-size: .58rem; font-weight: 900; }
.phone-heading { display: flex; justify-content: space-between; padding: 2px 16px 8px; font-size: .64rem; font-weight: 900; }
.phone-more { color: var(--brand-dark); font-size: .52rem; }
.phone-booking-card { display: flex; align-items: center; gap: 10px; margin: 0 13px 12px; padding: 11px; border: 1px solid var(--border); border-radius: 14px; background: #fff; box-shadow: 0 6px 13px rgba(32,50,59,.05); }
.phone-date { display: grid; width: 34px; place-items: center; padding: 6px 3px; border-radius: 9px; background: var(--warm); color: var(--brand-dark); }
.phone-date b { font-size: .44rem; letter-spacing: .06em; }
.phone-date strong { font-size: 1.03rem; line-height: 1.2; }
.phone-booking-main { display: grid; min-width: 0; gap: 2px; }
.phone-chip { color: var(--brand-dark); font-size: .43rem; font-weight: 900; text-transform: uppercase; }
.phone-booking-main strong { overflow: hidden; font-size: .7rem; letter-spacing: -.03em; text-overflow: ellipsis; white-space: nowrap; }
.phone-booking-main > span:last-child { color: var(--muted); font-size: .48rem; }
.booking-check { display: grid; width: 18px; height: 18px; margin-left: auto; place-items: center; border-radius: 7px; background: #dff2ed; color: var(--mint-dark); font-size: .62rem; font-weight: 900; }
.phone-pass-card { margin: 0 13px 15px; padding: 13px; border-radius: 14px; background: var(--ink); color: #fff; box-shadow: 0 8px 15px rgba(32,50,59,.15); }
.pass-card-top, .pass-card-foot { display: flex; justify-content: space-between; gap: 8px; }
.pass-card-top { color: #d9e1e2; font-size: .52rem; font-weight: 800; }
.pass-dots { color: var(--brand); letter-spacing: 2px; }
.phone-pass-card > strong { display: block; margin: 10px 0 7px; font-size: 1.36rem; letter-spacing: -.05em; }
.phone-pass-card > strong small { color: #cad4d6; font-size: .5rem; font-weight: 600; letter-spacing: 0; }
.pass-meter { height: 4px; overflow: hidden; border-radius: 5px; background: #415258; }
.pass-meter span { display: block; width: 70%; height: 100%; border-radius: inherit; background: var(--brand); }
.pass-card-foot { margin-top: 8px; color: #aebdc1; font-size: .44rem; }
.pass-card-foot span:last-child { color: #fff; }
.phone-section-title { padding: 0 16px 8px; font-size: .67rem; font-weight: 900; }
.phone-mini-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 13px; }
.phone-mini-cards > div { display: grid; grid-template-columns: 25px 1fr; align-items: center; column-gap: 6px; padding: 8px; border: 1px solid var(--border); border-radius: 11px; background: #fff; }
.phone-mini-cards b { font-size: .52rem; letter-spacing: -.02em; }
.phone-mini-cards small { grid-column: 2; color: var(--muted); font-size: .43rem; }
.mini-card-icon { display: grid; width: 25px; height: 25px; grid-row: span 2; place-items: center; border-radius: 8px; font-size: .7rem; font-weight: 900; }
.coral-mini { background: var(--warm); color: var(--brand); }
.mint-mini { background: #e3f3ef; color: var(--mint-dark); }
.phone-tabbar { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4,1fr); padding: 9px 7px 10px; border-top: 1px solid var(--border); background: rgba(255,255,255,.95); }
.phone-tabbar span { display: grid; justify-items: center; gap: 2px; color: #9aa8ab; font-size: .42rem; font-weight: 700; }
.phone-tabbar span.active { color: var(--brand-dark); }
.phone-tabbar i { font-style: normal; font-size: .78rem; line-height: 1; }
.visual-label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 8px 12px 8px 8px; border: 1px solid rgba(32,50,59,.07); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-card); color: var(--ink); font-size: .68rem; font-weight: 800; backdrop-filter: blur(8px); }
.label-child { top: 73px; left: 30px; }
.label-checkin { right: 3px; bottom: 91px; }
.label-check { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #dff2ed; color: var(--mint-dark); }
.visual-spark { position: absolute; z-index: 3; color: var(--brand); font-size: 1.6rem; }
.spark-one { top: 91px; right: 58px; }
.spark-two { bottom: 127px; left: 59px; color: var(--mint); font-size: 2.4rem; }

.activity-section { background: var(--surface); }
.section-intro { margin-bottom: 45px; }
.split-intro { display: grid; grid-template-columns: 1.1fr .62fr; align-items: end; gap: 90px; }
.section-intro h2, .center-intro h2, .pass-copy h2, .safety-copy h2, .app-copy h2, .cta-inner h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4vw, 4.3rem); font-weight: 850; }
.split-intro > p { max-width: 360px; margin: 0 0 4px; color: var(--muted); line-height: 1.65; }
.activity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.activity-card { position: relative; min-height: 390px; overflow: hidden; padding: 19px; border-radius: var(--radius-lg); transition: transform .25s ease, box-shadow .25s ease; }
.activity-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.card-coral { background: #fff0e8; }.card-sky { background: #edf6fc; }.card-mint { background: #eaf7f3; }.card-lavender { background: #f3effb; }
.activity-top { display: flex; align-items: center; justify-content: space-between; }
.category-pill { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: .6rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.activity-arrow { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(32,50,59,.12); border-radius: 50%; color: var(--ink); font-size: .9rem; }
.activity-art { position: relative; height: 160px; margin: 14px -4px 8px; }
.activity-art svg { position: absolute; right: 22px; bottom: 12px; width: 120px; height: 92px; overflow: visible; }
.activity-art svg circle, .activity-art svg path { fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.7; }
.activity-art svg circle { fill: rgba(255,255,255,.5); }
.art-sun { position: absolute; top: 11px; left: 27px; width: 51px; height: 51px; border: 1px solid rgba(232,115,79,.15); border-radius: 50%; background: rgba(244,201,93,.48); }
.art-arc { position: absolute; top: 17px; left: 24px; width: 150px; height: 90px; border-top: 2px solid var(--brand); border-radius: 50%; transform: rotate(-17deg); }
.art-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--mint); }
.dot-a { top: 44px; right: 23px; }.dot-b { top: 4px; right: 77px; background: var(--brand); }.dot-c { right: 36px; bottom: 33px; background: var(--brand); }
.art-cloud { position: absolute; width: 64px; height: 25px; border-radius: 50%; background: rgba(255,255,255,.62); }
.cloud-a { top: 27px; left: 16px; }.cloud-b { top: 72px; right: 11px; width: 50px; height: 19px; }.cloud-c { top: 23px; left: 26px; }
.art-star { position: absolute; top: 0; right: 39px; color: var(--brand); font-size: 1.2rem; }
.art-shape { position: absolute; display: block; border-radius: 10px; transform: rotate(25deg); }
.shape-a { top: 28px; left: 28px; width: 55px; height: 55px; background: rgba(168,149,216,.42); }.shape-b { top: 74px; right: 40px; width: 26px; height: 26px; background: var(--sunshine); }.shape-c { top: 12px; right: 29px; width: 21px; height: 21px; background: var(--mint); }
.activity-card h3 { margin-bottom: 9px; font-size: 1.45rem; }
.activity-card p { min-height: 48px; margin-bottom: 20px; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.activity-meta { display: flex; gap: 7px; color: var(--ink); font-size: .7rem; font-weight: 800; }
.activity-meta span { padding-right: 7px; border-right: 1px solid rgba(32,50,59,.2); }.activity-meta span:last-child { border: 0; }

.steps-section { background: var(--warm); }
.center-intro { max-width: 650px; margin: 0 auto 61px; text-align: center; }
.center-intro .eyebrow { justify-content: center; }
.center-intro h2 { margin-bottom: 15px; }.center-intro > p:last-child { margin: 0; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr; align-items: start; }
.step { text-align: center; }.step-number { margin-bottom: 18px; color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .11em; }
.step-icon { display: grid; width: 67px; height: 67px; margin: 0 auto 21px; place-items: center; border-radius: 22px; font-size: 1.55rem; font-weight: 900; }
.step-icon-coral { background: #f8c2af; color: var(--brand-dark); }.step-icon-mint { background: #bee5db; color: var(--mint-dark); }.step-icon-sun { background: #f9df8e; color: #916c18; }
.step h3 { margin-bottom: 10px; font-size: 1.35rem; }.step p { max-width: 225px; margin: 0 auto; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.step-connector { height: 1px; margin-top: 109px; background: repeating-linear-gradient(90deg, rgba(32,50,59,.3), rgba(32,50,59,.3) 4px, transparent 4px, transparent 8px); }

.pass-section { overflow: hidden; background: var(--ink); color: #fff; }
.pass-grid { display: grid; grid-template-columns: .75fr 1.1fr; align-items: center; gap: 90px; }
.eyebrow-light { color: #f4ad96; }.pass-copy h2 { max-width: 500px; margin-bottom: 22px; }.pass-copy > p:not(.eyebrow) { max-width: 435px; margin-bottom: 30px; color: #b9c8ca; line-height: 1.7; }
.pass-visual { position: relative; min-height: 350px; padding: 10px 0 29px; }
.pass-card-large { position: relative; z-index: 1; min-height: 280px; overflow: hidden; padding: 33px 36px; border-radius: 26px; background: linear-gradient(125deg, #2c444d, #20323b 70%); box-shadow: 20px 25px 0 rgba(88,183,162,.22), 0 25px 55px rgba(0,0,0,.25); }
.pass-card-large::before, .pass-card-large::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; pointer-events: none; }.pass-card-large::before { right: -90px; bottom: -150px; width: 360px; height: 360px; }.pass-card-large::after { right: -15px; bottom: -82px; width: 210px; height: 210px; }
.pass-card-brand, .pass-card-details { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.pass-card-brand { position: relative; z-index: 1; color: #d8e2e3; font-size: .8rem; font-weight: 800; }.small-mark { width: 35px; height: 35px; color: var(--brand); }.pass-card-mark { color: rgba(255,255,255,.38); font-size: .72rem; letter-spacing: .1em; }
.pass-card-value { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; margin: 42px 0 27px; }.pass-card-value strong { font-size: 4.8rem; letter-spacing: -.1em; line-height: .8; }.pass-card-value span { color: #c5d1d2; font-size: .9rem; line-height: 1.4; }.pass-card-value small { color: #8fa2a6; font-size: .68rem; }
.pass-card-line { position: relative; z-index: 1; height: 1px; margin-bottom: 16px; background: rgba(255,255,255,.14); }.pass-card-details { position: relative; z-index: 1; color: #91aaa9; font-size: .68rem; font-weight: 700; }.pass-card-details span:first-child::before, .pass-card-details span:last-child::before { margin-right: 6px; color: var(--mint); content: "✓"; }.pass-note { position: absolute; right: 10px; bottom: -2px; margin: 0; color: #8fa2a6; font-size: .7rem; }.pass-note span { margin-right: 6px; color: var(--sunshine); }

.safety-section { background: var(--surface); }.safety-grid { display: grid; grid-template-columns: .88fr 1fr; align-items: center; gap: 130px; }.safety-art { position: relative; min-height: 400px; }.safety-circle { position: absolute; display: grid; place-items: center; border-radius: 50%; }.circle-back { top: 30px; left: 15%; width: 330px; height: 330px; background: #eaf7f3; }.circle-back::before, .circle-back::after { content: ""; position: absolute; border: 1px solid rgba(88,183,162,.3); border-radius: 50%; }.circle-back::before { inset: 35px; }.circle-back::after { inset: 68px; }.circle-front { z-index: 1; top: 92px; left: 23%; width: 210px; height: 210px; background: var(--mint); box-shadow: 0 22px 35px rgba(44,142,125,.18); color: #fff; }.shield { display: grid; width: 63px; height: 73px; place-items: center; clip-path: polygon(50% 0, 90% 14%, 87% 62%, 50% 100%, 13% 62%, 10% 14%); background: #fff; color: var(--mint-dark); font-size: 1.7rem; font-weight: 900; }.shield-label { margin-top: -3px; text-align: center; font-size: .73rem; font-weight: 800; line-height: 1.35; }.safety-star { position: absolute; z-index: 2; color: var(--brand); font-size: 1.5rem; }.star-one { top: 61px; left: 11%; }.star-two { right: 10%; bottom: 47px; color: var(--sunshine); font-size: 3rem; }.safety-copy h2 { max-width: 600px; margin-bottom: 21px; }.safety-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 33px; color: var(--muted); line-height: 1.68; }.trust-list { display: grid; gap: 19px; }.trust-row { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; }.trust-check { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; background: #e3f3ef; color: var(--mint-dark); font-size: .8rem; font-weight: 900; }.trust-row strong { display: block; margin-bottom: 2px; font-size: .9rem; }.trust-row p { margin: 0; color: var(--muted); font-size: .8rem; }

.app-section { background: #f1f7f5; }.app-grid { display: grid; grid-template-columns: .93fr 1fr; align-items: center; gap: 105px; }.app-copy h2 { max-width: 620px; margin-bottom: 20px; }.app-copy > p:not(.eyebrow) { max-width: 490px; margin-bottom: 28px; color: var(--muted); line-height: 1.68; }.app-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin-bottom: 32px; }.app-capabilities span { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: .78rem; font-weight: 800; }.app-capabilities i { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 8px; background: #fff; color: var(--brand-dark); font-size: .72rem; font-style: normal; }.app-showcase { position: relative; min-height: 430px; }.mini-phone { position: absolute; width: 219px; padding: 8px; border-radius: 29px; background: #17252b; box-shadow: 16px 22px 36px rgba(32,50,59,.2); }.mini-phone-screen { min-height: 400px; overflow: hidden; padding: 18px 12px; border-radius: 22px; background: var(--background); }.mini-phone-back { top: 47px; left: 12%; transform: rotate(-8deg); opacity: .85; }.mini-phone-front { z-index: 2; top: 0; right: 8%; transform: rotate(7deg); }.mini-phone-title { margin: 16px 3px; font-size: .85rem; font-weight: 900; }.mini-qr { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; width: 145px; height: 145px; margin: 45px auto 25px; padding: 10px; border-radius: 14px; background: #fff; }.mini-qr span { background: var(--ink); }.mini-qr span:nth-child(2), .mini-qr span:nth-child(5), .mini-qr span:nth-child(8) { background: var(--brand); }.mini-qr-caption { text-align: center; color: var(--muted); font-size: .65rem; line-height: 1.4; }.mini-status { display: flex; justify-content: space-between; margin-bottom: 25px; font-size: .54rem; font-weight: 800; }.mini-profile-head { display: flex; align-items: center; gap: 8px; margin: 0 4px 19px; }.large-avatar { width: 39px; height: 39px; border-radius: 13px; }.mini-profile-head div { display: grid; gap: 2px; }.mini-profile-head small { color: var(--muted); font-size: .52rem; }.mini-profile-head strong { font-size: .86rem; }.mini-profile-card { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; padding: 11px 9px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }.mini-profile-card > div { display: grid; flex: 1; gap: 2px; }.mini-profile-card b { font-size: .62rem; }.mini-profile-card small { color: var(--muted); font-size: .48rem; }.mini-profile-card > span:last-child { color: var(--brand-dark); font-size: .8rem; }.leo-avatar { background: #e5def5; color: #725ca8; }.mini-safe { display: flex; align-items: center; gap: 7px; margin-top: 17px; padding: 11px 8px; border-radius: 11px; background: #e3f3ef; }.mini-safe > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 7px; background: #fff; color: var(--mint-dark); font-size: .65rem; font-weight: 900; }.mini-safe div { display: grid; gap: 2px; }.mini-safe b { font-size: .56rem; }.mini-safe small { color: var(--muted); font-size: .43rem; }

.cta-section { padding: 96px 0 108px; background: var(--brand); color: #fff; }.cta-inner { position: relative; text-align: center; }.cta-inner .eyebrow { justify-content: center; }.cta-inner h2 { margin-bottom: 14px; font-size: clamp(2.65rem, 5vw, 5.2rem); }.cta-inner > p:not(.eyebrow) { margin-bottom: 27px; color: #ffe0d6; }.cta-scribble { position: absolute; top: -30px; right: 16%; color: #f6aa91; font-size: 2.2rem; transform: rotate(13deg); }.cta-section .button-light:hover { color: var(--brand-dark); }
.site-footer { background: #fff; }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 112px; }.footer-brand .brand-mark { width: 34px; height: 34px; }.footer-brand .brand-name { font-size: 1.1rem; }.footer-tagline { margin: 0; color: var(--muted); font-size: .84rem; }.footer-links { display: flex; justify-content: flex-end; gap: 22px; font-size: .76rem; font-weight: 800; }.footer-bottom { display: flex; justify-content: space-between; padding: 17px 0 22px; border-top: 1px solid var(--border); color: #9aa8ab; font-size: .68rem; }

:focus-visible { outline: 3px solid rgba(232,115,79,.62); outline-offset: 4px; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr .86fr; gap: 25px; }.hero-copy { padding-bottom: 0; }.hero-visual { transform: scale(.88); transform-origin: center right; margin-left: -50px; }.activity-grid { grid-template-columns: repeat(2, 1fr); }.activity-card { min-height: 370px; }.split-intro { gap: 45px; }.pass-grid, .app-grid { gap: 55px; }.safety-grid { gap: 70px; }.app-showcase { transform: scale(.9); transform-origin: center; margin-right: -25px; }
}

@media (max-width: 760px) {
  .shell { width: min(var(--shell), calc(100% - 36px)); }.section-pad { padding: 78px 0; }.header-inner { min-height: 78px; }.menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 72px; right: 18px; left: 18px; display: grid; gap: 0; padding: 10px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-soft); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.site-nav a:not(.button) { padding: 13px 12px; }.site-nav .nav-cta { margin: 7px 0 1px; }
  .hero { min-height: auto; padding-top: 132px; padding-bottom: 70px; }.hero-grid { grid-template-columns: 1fr; gap: 22px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero-lede { margin-right: auto; margin-left: auto; }.hero-actions { justify-content: center; margin-bottom: 37px; }.hero-proof { justify-content: center; gap: 13px 18px; }.hero-orbit.orbit-one { top: 160px; right: 0; width: 180px; height: 180px; }.hero-orbit.orbit-two { left: 0; width: 130px; height: 130px; }.hero-visual { min-height: 535px; margin: 0; transform: scale(.86); transform-origin: center top; }.hero-visual::before { width: 410px; height: 410px; }.hero-visual::after { width: 350px; height: 350px; }.label-child { left: calc(50% - 180px); }.label-checkin { right: calc(50% - 175px); }
  .split-intro { grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }.split-intro > p { max-width: 500px; }.section-intro h2, .center-intro h2, .pass-copy h2, .safety-copy h2, .app-copy h2, .cta-inner h2 { font-size: clamp(2.25rem, 11vw, 3.7rem); }.activity-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.activity-card { min-height: 345px; padding: 14px; border-radius: 19px; }.activity-art { height: 130px; margin-top: 10px; }.activity-art svg { right: 2px; bottom: 3px; width: 102px; }.activity-card h3 { font-size: 1.22rem; }.activity-card p { min-height: 74px; font-size: .77rem; }.activity-meta { font-size: .63rem; }
  .center-intro { margin-bottom: 40px; }.steps-grid { grid-template-columns: 1fr; gap: 29px; }.step-connector { width: 1px; height: 30px; margin: -10px auto; background: repeating-linear-gradient(180deg, rgba(32,50,59,.3), rgba(32,50,59,.3) 4px, transparent 4px, transparent 8px); }.step p { max-width: 280px; }
  .pass-grid, .safety-grid, .app-grid { grid-template-columns: 1fr; gap: 45px; }.pass-copy { text-align: center; }.pass-copy .eyebrow, .pass-copy > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }.pass-visual { min-height: 330px; }.pass-card-large { padding: 26px 24px; }.pass-card-value { margin-top: 34px; }.pass-card-value strong { font-size: 4rem; }.pass-note { right: 0; font-size: .64rem; }.safety-art { min-height: 330px; width: min(100%, 390px); margin: 0 auto; transform: scale(.86); transform-origin: center; }.safety-copy { text-align: center; }.safety-copy .eyebrow { justify-content: center; }.safety-copy > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }.trust-row { text-align: left; }.app-copy { text-align: center; }.app-copy .eyebrow { justify-content: center; }.app-copy > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }.app-capabilities { text-align: left; }.app-showcase { min-height: 410px; margin: -10px auto 0; transform: scale(.83); }.cta-section { padding: 76px 0 85px; }.cta-scribble { right: 9%; }
  .footer-top { grid-template-columns: 1fr; gap: 14px; padding: 30px 0 26px; }.footer-tagline { margin-left: 2px; }.footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 9px 18px; }.footer-bottom { display: grid; gap: 7px; font-size: .64rem; }
}

@media (max-width: 420px) {
  h1 { font-size: 3.35rem; }.hero-actions { gap: 19px; }.hero-actions .button { padding: 0 17px; }.hero-actions .text-link { font-size: .82rem; }.hero-visual { margin-right: -26px; margin-left: -26px; transform: scale(.77); }.activity-card { min-height: 354px; }.activity-card p { min-height: 83px; }.category-pill { font-size: .54rem; }.activity-arrow { width: 26px; height: 26px; }.pass-card-brand { font-size: .68rem; }.pass-card-details { font-size: .6rem; }.app-capabilities { gap: 13px 7px; }.app-capabilities span { font-size: .7rem; }.app-showcase { margin-right: -44px; margin-left: -44px; transform: scale(.72); }.footer-bottom span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.app-download { display: grid; justify-items: start; gap: 12px; }
.app-download-meta { margin: 0; max-width: 500px; color: var(--muted); font-size: .77rem; line-height: 1.55; }
.app-download-meta strong { color: var(--ink); }

.policy-page { min-height: calc(100vh - 190px); background: var(--surface); }
.policy-card { max-width: 820px; margin: 0 auto; padding: clamp(28px, 5vw, 62px); border: 1px solid var(--border); border-radius: 30px; background: #fff; box-shadow: var(--shadow-soft); }
.policy-card h1 { margin-bottom: 8px; }
.policy-card h2 { margin: 31px 0 9px; font-size: 1.3rem; }
.policy-card p { max-width: 700px; color: var(--muted); line-height: 1.75; }
.policy-card .eyebrow { color: var(--brand); }
.policy-effective { margin: 0 0 28px; font-size: .78rem; font-weight: 800; }
.policy-card a:not(.button) { color: var(--brand-dark); font-weight: 800; }
.policy-card .button { margin-top: 13px; }

@media (max-width: 760px) {
  .app-download { justify-items: center; }
}
