@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #09232a;
  --ink-2: #16383f;
  --night: #061a20;
  --night-2: #0b272e;
  --paper: #f5f1e8;
  --cream: #fffaf0;
  --white: #fff;
  --muted: #64767a;
  --line: rgba(9, 35, 42, .13);
  --coral: #ff5c45;
  --orange: #ff8a3d;
  --aqua: #7fe1d1;
  --lime: #d7f36a;
  --radius: 30px;
  --shadow: 0 30px 80px rgba(3, 24, 29, .18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; }
em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 12px 18px; border-radius: 10px; background: var(--white); color: var(--night); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, transform .35s; }
.site-nav.is-scrolled { border-color: rgba(255,255,255,.09); background: rgba(5, 23, 29, .83); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.navbar { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; height: 50px; overflow: hidden; text-decoration: none; }
.brand-wordmark { gap: 10px; color: white; font: 800 18px "Manrope", sans-serif; letter-spacing: -.045em; }
.brand-wordmark strong > span { color: #ff7a45; }
.brand-logo-tile { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 13px; background: white; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.brand-logo-tile img { width: 36px; height: 30px; display: block; object-fit: contain; }
.brand-logo-tile-large { width: 46px; height: 46px; flex-basis: 46px; border-radius: 14px; }
.brand-logo-tile-large img { width: 40px; height: 34px; }
.brand-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, var(--coral), var(--orange)); color: white; font: 800 17px "Manrope", sans-serif; transform: rotate(-6deg); }
.logo { width: 170px; height: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 700; }
.nav-links a { position: relative; text-decoration: none; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--aqua); transform: scaleX(0); transition: transform .25s; }
.nav-links > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--white); color: var(--night); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; }
.menu-toggle span { width: 18px; height: 1px; display: block; margin: 5px auto; background: white; transition: transform .25s; }

.hero { position: relative; min-height: 920px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--night); color: var(--white); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { z-index: -4; background: url('/assets/adventravels-hero.webp') center / cover no-repeat; animation: heroScale 18s ease-in-out infinite alternate; }
.hero-shade { z-index: -3; background: linear-gradient(90deg, rgba(4,20,25,.96) 0%, rgba(4,20,25,.78) 40%, rgba(4,20,25,.16) 74%, rgba(4,20,25,.35) 100%), linear-gradient(0deg, rgba(4,20,25,.88), transparent 38%); }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(20px); opacity: .55; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; left: -230px; top: 10%; background: rgba(255,92,69,.35); animation: orbFloat 9s ease-in-out infinite; }
.hero-glow-two { width: 300px; height: 300px; right: 16%; bottom: 7%; background: rgba(127,225,209,.18); animation: orbFloat 11s ease-in-out infinite reverse; }
.hero-layout { min-height: 920px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .75fr); align-items: center; gap: 64px; padding-top: 100px; padding-bottom: 100px; }
.hero-copy { max-width: 780px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--coral); font: 800 12px/1.2 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--aqua); }
.hero h1 { margin-top: 24px; font: 800 clamp(62px, 7.5vw, 112px)/.91 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em { display: inline-block; color: #ff735f; letter-spacing: -.045em; }
.hero-lead { max-width: 690px; margin-top: 32px; color: rgba(255,255,255,.78); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font: 800 14px "Manrope", sans-serif; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--coral); box-shadow: 0 18px 42px rgba(255,92,69,.28); color: white; }
.button-primary:hover { box-shadow: 0 23px 52px rgba(255,92,69,.4); }
.button-ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: white; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(215,243,106,.55); animation: pulse 2s infinite; }
.member-note { display: flex; align-items: center; gap: 18px; margin-top: 38px; color: rgba(255,255,255,.64); font-size: 13px; }
.member-note strong { color: white; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 38px; height: 38px; display: grid; place-items: center; margin-left: -8px; border: 2px solid var(--night); border-radius: 50%; background: #17434b; color: var(--aqua); font-size: 10px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #cf6b58; color: white; }.avatar-stack span:nth-child(3) { background: #d9ad4b; color: var(--night); }.avatar-stack span:last-child { background: var(--cream); color: var(--night); }

.hero-ui { position: relative; width: min(100%, 470px); min-height: 590px; justify-self: end; perspective: 1000px; }
.float-card { border: 1px solid rgba(255,255,255,.2); background: rgba(7,28,34,.76); box-shadow: 0 28px 70px rgba(0,0,0,.25); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transition: transform .2s ease-out; }
.event-card { position: absolute; top: 50%; right: 10px; width: min(100%, 390px); overflow: hidden; border-radius: 32px; transform: translateY(-50%) rotate(2deg); }
.event-card-top { height: 175px; display: flex; align-items: flex-start; justify-content: space-between; padding: 20px; background: linear-gradient(180deg, transparent 10%, rgba(5,26,32,.68)), url('/assets/adventravels-hero.webp') 72% 44% / 170% no-repeat; }
.event-date { width: 58px; height: 66px; display: grid; place-items: center; padding: 7px 0; border-radius: 16px; background: var(--cream); color: var(--night); line-height: 1; }.event-date strong { font-size: 25px; }.event-date small { font-size: 9px; font-weight: 800; }
.event-status { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: rgba(6,26,32,.72); font-size: 10px; font-weight: 800; }.event-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.event-card-body { padding: 25px; }
.event-type { color: var(--aqua); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.event-card h2 { margin-top: 9px; font: 700 27px/1.08 "Manrope", sans-serif; letter-spacing: -.035em; }
.event-details { display: flex; flex-wrap: wrap; gap: 10px 15px; margin-top: 18px; color: rgba(255,255,255,.65); font-size: 11px; }.event-details b { color: var(--coral); }
.capacity-row { display: flex; align-items: center; margin-top: 23px; }.capacity-row > span { display: flex; flex: 1; justify-content: space-between; gap: 10px; font-size: 11px; }.capacity-row small { color: var(--coral); font-weight: 800; }
.mini-avatars { display: flex; margin-right: 10px; }.mini-avatars i { width: 25px; height: 25px; margin-left: -6px; border: 2px solid #0c2a31; border-radius: 50%; background: #d59e73; }.mini-avatars i:nth-child(2){background:#7fc5bd}.mini-avatars i:nth-child(3){background:#e46b58}
.capacity-track { height: 5px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }.capacity-track span { width: 80%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--aqua), var(--lime)); animation: loadCapacity 1.4s 1s both; }
.event-card button { width: 100%; height: 48px; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 0 18px; border: 0; border-radius: 14px; background: var(--coral); color: white; font-weight: 800; pointer-events: none; }
.trust-float, .weather-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 18px; animation: cardFloat 5s ease-in-out infinite; }
.trust-float { top: 45px; left: 0; }.weather-float { right: -18px; bottom: 48px; animation-delay: -2s; }
.trust-float strong, .weather-float strong { display: block; font-size: 12px; }.trust-float small, .weather-float small { display: block; margin-top: 2px; color: rgba(255,255,255,.58); font-size: 9px; }
.trust-check { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--night); font-weight: 900; }.weather-float > span { color: #ffd56f; font-size: 25px; }
.hero-marquee { position: absolute; right: 0; bottom: 0; left: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); background: rgba(4,20,25,.42); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 17px 0; color: rgba(255,255,255,.78); font: 700 11px "Manrope", sans-serif; letter-spacing: .18em; animation: marquee 28s linear infinite; }.marquee-track i { color: var(--coral); font-style: normal; }

.section { position: relative; padding: 130px 0; }
.experience-section { overflow: hidden; background: var(--paper); }
.section-intro { max-width: 900px; margin-bottom: 84px; text-align: center; }
.section-intro .eyebrow { justify-content: center; }
.section-intro h2, .moments-heading h2, .trust-copy h2, .join-card h2 { margin-top: 20px; font: 750 clamp(44px, 6vw, 76px)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.section-intro > p:last-child { max-width: 660px; margin: 24px auto 0; color: var(--muted); font-size: 18px; }
.journey-grid { display: grid; grid-template-columns: minmax(0, .87fr) minmax(430px, .75fr); align-items: center; gap: 90px; }
.journey-copy { display: grid; }
.journey-step { display: flex; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); opacity: .5; transition: opacity .35s, transform .35s; cursor: default; }.journey-step:first-child { border-top: 1px solid var(--line); }.journey-step.is-active, .journey-step:hover { opacity: 1; transform: translateX(8px); }
.step-number { padding-top: 4px; color: var(--coral); font: 800 12px "Manrope", sans-serif; }
.journey-step h3 { font: 750 clamp(24px, 3vw, 34px)/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }.journey-step p { max-width: 530px; margin-top: 10px; color: var(--muted); font-size: 16px; }
.phone-stage { position: relative; min-height: 720px; display: grid; place-items: center; isolation: isolate; }
.product-preview-label { position: absolute; z-index: 5; top: 16px; left: 50%; width: max-content; max-width: calc(100% - 24px); transform: translateX(-50%); display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(9,35,42,.12); border-radius: 999px; background: rgba(255,250,240,.88); box-shadow: 0 12px 30px rgba(9,35,42,.1); color: var(--ink-2); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.product-preview-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,92,69,.13); }
.phone-stage::before { content: ""; position: absolute; width: 500px; height: 500px; z-index: -2; border-radius: 50%; background: linear-gradient(145deg, #ffb18f, var(--coral) 60%, #e84738); box-shadow: 0 40px 100px rgba(255,92,69,.24); }
.phone-orbit { position: absolute; z-index: -1; border: 1px solid rgba(9,35,42,.13); border-radius: 50%; }.orbit-one { width: 610px; height: 610px; animation: spin 28s linear infinite; }.orbit-two { width: 700px; height: 700px; border-style: dashed; animation: spin 40s linear infinite reverse; }
.phone-shell { position: relative; width: 300px; height: 620px; overflow: hidden; border: 9px solid #09252c; border-radius: 48px; background: #f8f5ef; box-shadow: 0 45px 90px rgba(8,31,37,.34); transform: rotate(2deg); }
.phone-top { position: absolute; z-index: 10; top: 0; right: 0; left: 0; height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: var(--ink); font-size: 9px; font-weight: 800; }.phone-top i { width: 76px; height: 21px; position: absolute; top: 5px; left: calc(50% - 38px); border-radius: 99px; background: #09252c; }
.phone-screen { position: absolute; inset: 0; padding: 43px 18px 18px; opacity: 0; transform: translateX(25px) scale(.98); transition: opacity .45s, transform .45s; pointer-events: none; }.phone-screen.is-visible { opacity: 1; transform: none; }
.app-greeting span { display: block; color: var(--muted); font-size: 10px; }.app-greeting strong { display: block; margin-top: 3px; font: 800 20px/1.1 "Manrope"; letter-spacing: -.04em; }
.app-tabs { display: flex; gap: 15px; margin-top: 22px; border-bottom: 1px solid var(--line); color: #879598; font-size: 9px; font-weight: 700; }.app-tabs span { padding-bottom: 9px; }.app-tabs .active { border-bottom: 2px solid var(--coral); color: var(--ink); }
.app-event-image { height: 205px; margin-top: 16px; padding: 13px; border-radius: 22px; background: linear-gradient(0deg, rgba(7,27,33,.32), transparent), url('/assets/adventravels-hero.webp') 68% center / cover; }.app-event-image span { display: inline-block; padding: 6px 8px; border-radius: 8px; background: var(--cream); font-size: 7px; font-weight: 800; }
.app-event-content { padding: 15px 4px; }.app-event-content small { color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .1em; }.app-event-content h4 { margin-top: 5px; font: 800 19px/1.12 "Manrope"; letter-spacing: -.035em; }.app-event-content p { margin-top: 8px; color: var(--muted); font-size: 9px; }.app-event-content button { width: 100%; height: 38px; margin-top: 13px; border: 0; border-radius: 12px; background: var(--coral); color: white; font-size: 10px; font-weight: 800; }
.app-nav { position: absolute; right: 18px; bottom: 11px; left: 18px; display: flex; justify-content: space-around; padding-top: 8px; border-top: 1px solid var(--line); }.app-nav span { display: grid; place-items: center; color: var(--coral); font-size: 14px; }.app-nav small { color: var(--muted); font-size: 6px; }
.app-back { display: flex; gap: 55px; font-size: 10px; font-weight: 800; }.prepare-hero { height: 180px; display: flex; flex-direction: column; justify-content: flex-end; margin: 16px -18px 0; padding: 18px; background: linear-gradient(0deg, rgba(6,26,32,.85), transparent), url('/assets/adventravels-hero.webp') 70% center / cover; color: white; }.prepare-hero small { color: var(--aqua); font-size: 7px; font-weight: 800; }.prepare-hero h4 { margin-top: 4px; font: 800 19px/1.1 "Manrope"; }
.prepare-list { display: grid; gap: 6px; margin-top: 12px; }.prepare-list p { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 12px; background: white; }.prepare-list i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #fff0ec; color: var(--coral); font-style: normal; }.prepare-list small, .prepare-list strong { display: block; }.prepare-list small { color: var(--muted); font-size: 7px; }.prepare-list strong { font-size: 9px; }
.notice-card { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 11px; border-radius: 13px; background: var(--night); color: white; }.notice-card > span { color: var(--lime); }.notice-card strong,.notice-card small { display:block }.notice-card strong{font-size:9px}.notice-card small{color:rgba(255,255,255,.6);font-size:7px}
.qr-head { text-align: center; }.qr-head > span { font-size: 9px; font-weight: 800; }.qr-head strong { display: block; margin-top: 35px; font: 800 25px "Manrope"; }.qr-head p { margin-top: 5px; color: var(--muted); font-size: 9px; }
.qr-code { width: 190px; height: 190px; display: grid; place-items: center; margin: 25px auto 18px; padding: 16px; border-radius: 24px; background: white; box-shadow: 0 15px 40px rgba(9,35,42,.1); }.qr-code span { width: 100%; height: 100%; background: repeating-conic-gradient(#0b2930 0 25%, transparent 0 50%) 0 0 / 24px 24px; border: 12px solid white; outline: 7px solid #0b2930; outline-offset: -16px; }
.checkin-pill { display: flex; align-items: center; gap: 11px; padding: 12px; border-radius: 14px; background: #dff8e9; }.checkin-pill i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #29a86e; color: white; font-style: normal; }.checkin-pill strong,.checkin-pill small{display:block}.checkin-pill strong{font-size:9px}.checkin-pill small{color:var(--muted);font-size:7px}
.room-preview { margin-top: 13px; padding: 14px; border-radius: 15px; background: var(--night); color: white; }.room-preview span { float: right; color: var(--aqua); font-size: 7px; }.room-preview strong { font-size: 10px; }.room-preview p { margin-top: 8px; color: rgba(255,255,255,.65); font-size: 8px; }
.phone-badge { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); animation: cardFloat 5s ease-in-out infinite; }.phone-badge strong { font: 800 23px "Manrope"; }.phone-badge span { color: var(--muted); font-size: 9px; line-height: 1.2; }.phone-badge i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); font-style: normal; }.badge-left { left: 0; top: 150px; }.badge-right { right: -5px; bottom: 150px; animation-delay: -2s; }

.moments-section { overflow: hidden; background: var(--night); color: white; }
.moments-heading { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }.moments-heading > p { padding-bottom: 10px; color: rgba(255,255,255,.58); font-size: 17px; }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 430px 390px; gap: 20px; }
.bento-card { position: relative; overflow: hidden; padding: 38px; border-radius: var(--radius); }
.bento-photo { display: flex; align-items: flex-end; background: linear-gradient(0deg, rgba(5,24,29,.88), transparent 65%), url('/assets/adventravels-hero.webp') center / cover; }.bento-photo span { color: var(--aqua); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.bento-photo h3 { margin-top: 8px; font: 750 42px "Manrope"; letter-spacing: -.045em; }.bento-photo p { color: rgba(255,255,255,.67); }
.bento-coral { background: var(--coral); color: var(--night); }.bento-icon { width: 55px; height: 55px; display: grid; place-items: center; position: absolute; top: 30px; right: 30px; border: 1px solid rgba(6,26,32,.3); border-radius: 50%; font-size: 22px; }.bento-label { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.bento-coral h3, .bento-cream h3, .bento-map h3 { max-width: 480px; margin-top: 50px; font: 750 clamp(30px, 4vw, 48px)/1.08 "Manrope"; letter-spacing: -.05em; }
.interest-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 48px; }.interest-cloud span { padding: 9px 13px; border: 1px solid rgba(6,26,32,.28); border-radius: 99px; font-size: 11px; font-weight: 700; animation: chipDrift 5s ease-in-out infinite; }.interest-cloud span:nth-child(2n){animation-delay:-2s}.interest-cloud span:nth-child(3n){animation-delay:-3s}
.bento-cream { background: var(--cream); color: var(--ink); }.bento-cream h3 { margin-top: 24px; }.bento-cream ul { display: grid; margin-top: 42px; list-style: none; }.bento-cream li { display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); font-weight: 700; }.bento-cream li span { color: var(--coral); font-size: 10px; }
.bento-map { display: flex; align-items: flex-end; isolation: isolate; background: #b9ded6; color: var(--ink); }.bento-map > div:last-child { position: relative; z-index: 2; }.bento-map h3 { margin-top: 15px; }.bento-map a { display: inline-flex; gap: 12px; margin-top: 30px; font-weight: 800; text-decoration: none; }.map-lines { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(35deg, transparent 48%, #0d444d 49%, #0d444d 51%, transparent 52%), linear-gradient(-25deg, transparent 48%, #0d444d 49%, #0d444d 51%, transparent 52%); background-size: 110px 80px; transform: scale(1.4) rotate(8deg); }.map-pin { position: absolute; width: 20px; height: 20px; border: 5px solid var(--coral); border-radius: 50% 50% 50% 0; background: var(--cream); transform: rotate(-45deg); filter: drop-shadow(0 6px 8px rgba(9,35,42,.2)); animation: pinBounce 3s ease-in-out infinite; }.pin-one{top:20%;right:25%}.pin-two{top:42%;right:12%;animation-delay:-1s}.pin-three{top:24%;left:32%;animation-delay:-2s}

.trust-section { overflow: hidden; isolation: isolate; background: #0b2930; color: white; }
.trust-noise { position: absolute; inset: 0; z-index: -1; opacity: .22; background: radial-gradient(circle at 12% 20%, rgba(127,225,209,.22), transparent 28%), radial-gradient(circle at 85% 70%, rgba(255,92,69,.18), transparent 30%); }
.trust-layout { display: grid; grid-template-columns: 1fr .8fr; align-items: start; gap: 110px; }
.trust-copy { position: sticky; top: 130px; }.trust-copy h2 { font-size: clamp(42px, 5vw, 68px); }.trust-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 28px; color: rgba(255,255,255,.6); font-size: 18px; }.text-link { display: inline-flex; gap: 12px; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid var(--aqua); color: var(--aqua); font-weight: 800; text-decoration: none; }
.trust-points { display: grid; }.trust-point { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.13); }.trust-point:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }.trust-point > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--coral); font-size: 10px; font-weight: 800; }.trust-point h3 { font: 750 25px "Manrope"; }.trust-point p { margin-top: 9px; color: rgba(255,255,255,.56); }

.join-section { overflow: hidden; isolation: isolate; background: var(--paper); }
.join-card { position: relative; overflow: hidden; padding: 92px 40px; border-radius: 44px; background: var(--cream); box-shadow: 0 35px 100px rgba(9,35,42,.1); text-align: center; }.join-card::before { content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 0 100%, rgba(127,225,209,.25), transparent 30%), radial-gradient(circle at 100% 0, rgba(255,92,69,.2), transparent 32%); }.join-card > * { position: relative; }.join-mark { width: 92px; height: 76px; display: grid; place-items: center; margin: 0 auto 25px; }.join-mark img { width: 92px; height: 76px; object-fit: contain; }.join-card .eyebrow { justify-content: center; }.join-card h2 { font-size: clamp(44px, 6vw, 78px); }.join-card > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); font-size: 18px; }
.store-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }.store-button { min-width: 190px; display: flex; align-items: center; gap: 12px; padding: 12px 17px; border-radius: 14px; background: var(--night); color: white; text-align: left; }.store-button b { font-size: 22px; }.store-button span { display: grid; font: 800 15px/1.1 "Manrope"; }.store-button small { color: rgba(255,255,255,.58); font: 600 9px "DM Sans"; }
.join-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .45; }.orb-a { width: 190px; height: 190px; top: 50px; left: -80px; background: var(--coral); animation: orbFloat 8s ease-in-out infinite; }.orb-b { width: 130px; height: 130px; right: -40px; bottom: 40px; background: var(--aqua); animation: orbFloat 7s ease-in-out infinite reverse; }

.site-footer { padding: 70px 0 28px; background: var(--night); color: white; }.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }.footer-wordmark { width: max-content; display: inline-flex; align-items: center; gap: 11px; color: white; font: 800 22px/1 "Manrope",sans-serif; letter-spacing: -.045em; text-decoration: none; }.footer-wordmark strong span { color: #ff7a45; }.footer-wordmark .brand-symbol { flex: 0 0 38px; width: 38px; height: 38px; }.footer-brand p { margin-top: 16px; color: rgba(255,255,255,.48); line-height: 1.7; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px 28px; font-size: 13px; font-weight: 700; }.footer-links a { text-decoration: none; }.footer-links a:hover { color: var(--aqua); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }.reveal-delay { transition-delay: .14s; }.reveal.is-revealed { opacity: 1; transform: none; }

/* Legal pages */
.legal-body { background: var(--paper); }.legal-body .site-nav { position: sticky; background: rgba(6,26,32,.96); }.legal-body .brand { color: white; font: 800 18px "Manrope", sans-serif; text-decoration: none; }.legal-hero { padding: 120px 0 35px; background: var(--night); color: white; }.legal-shell,.legal-container{max-width:900px}.legal-kicker{color:var(--aqua);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.legal-hero h1{margin-top:14px;font:750 clamp(42px,6vw,68px)/1 "Manrope";letter-spacing:-.05em}.legal-updated{margin-top:16px;color:rgba(255,255,255,.52)}.legal-page{padding:50px 0 100px}.legal-container{padding:50px;border:1px solid var(--line);border-radius:28px;background:var(--cream);box-shadow:0 22px 65px rgba(9,35,42,.08)}.legal-container section+section{margin-top:30px;padding-top:28px;border-top:1px solid var(--line)}.legal-container h2{margin-bottom:10px;font:750 22px "Manrope";letter-spacing:-.025em}.legal-container p{color:#536a6f}.legal-container a{color:var(--coral);font-weight:800}.legal-body .site-footer{padding-top:55px}

@keyframes heroScale { to { transform: scale(1.035); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes orbFloat { 50% { transform: translate3d(20px,-18px,0) scale(1.07); } }
@keyframes cardFloat { 50% { transform: translateY(-9px) rotate(-1deg); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(215,243,106,0); } }
@keyframes loadCapacity { from { width: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes chipDrift { 50% { transform: translateY(-5px); } }
@keyframes pinBounce { 50% { transform: rotate(-45deg) translate(5px,-5px); } }

@media (max-width: 1020px) {
  .hero-layout { grid-template-columns: 1fr; padding-top: 160px; padding-bottom: 180px; }
  .hero-ui { width: 440px; min-height: 520px; justify-self: center; }
  .journey-grid,.trust-layout { grid-template-columns: 1fr; }.journey-grid { gap: 40px; }.phone-stage { order: -1; }.trust-copy { position: static; }.trust-layout { gap: 55px; }
  .bento-grid { grid-template-rows: 400px 360px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1220px); }.navbar { min-height: 72px; }.logo { width: 148px; }.menu-toggle { display: block; z-index: 2; }
  .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(5,23,29,.98); font-size: 22px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, visibility .25s, transform .25s; }.nav-links.is-open { opacity: 1; visibility: visible; transform: none; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-layout { min-height: auto; gap: 40px; padding: 130px 0 135px; }.hero-photo { background-position: 62% center; }.hero-shade { background: linear-gradient(90deg, rgba(4,20,25,.94), rgba(4,20,25,.48)), linear-gradient(0deg, rgba(4,20,25,.95), transparent 50%); }.hero h1 { font-size: clamp(51px, 15vw, 78px); }.hero-lead { font-size: 17px; }.hero-actions,.button { width: 100%; }.member-note { margin-top: 28px; }
  .hero-ui { width: 100%; min-height: 490px; }.event-card { right: 0; left: 0; width: min(360px, 92%); margin: auto; }.trust-float { top: 8px; left: -2px; }.weather-float { right: 0; bottom: 5px; }
  .section { padding: 90px 0; }.section-intro { margin-bottom: 48px; text-align: left; }.section-intro .eyebrow { justify-content: flex-start; }.section-intro h2,.moments-heading h2,.trust-copy h2,.join-card h2 { font-size: clamp(39px, 12vw, 56px); }.section-intro > p:last-child { margin-left: 0; }
  .journey-step { gap: 14px; padding: 24px 0; opacity: 1; }.journey-step.is-active { transform: none; }.journey-grid { grid-template-columns: minmax(0,1fr); }.phone-stage { min-height: 650px; }.phone-stage::before { width: 390px; height: 390px; }.phone-shell { width: 280px; height: 580px; }.orbit-one { width: 430px; height: 430px; }.orbit-two { width: 500px; height: 500px; }.phone-badge { display: none; }
  .moments-heading { grid-template-columns: 1fr; gap: 25px; }.bento-grid { grid-template-columns: 1fr; grid-template-rows: 410px auto auto 370px; }.bento-card { padding: 28px; }.bento-photo h3 { font-size: 35px; }.bento-coral h3,.bento-cream h3,.bento-map h3 { font-size: 35px; }.bento-coral,.bento-cream { min-height: 350px; }
  .trust-point { grid-template-columns: 45px 1fr; gap: 15px; }.join-card { padding: 70px 22px; border-radius: 30px; }.store-row,.store-button { width: 100%; }.footer-grid { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.footer-bottom { flex-direction: column; }.legal-container { padding: 28px 22px; border-radius: 20px; }.legal-body .nav-links { 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; }.reveal { opacity: 1; transform: none; }
}
