:root {
  --forest: #0a5141;
  --forest-dark: #063b31;
  --green: #1a9c70;
  --mint: #baf3d6;
  --mint-light: #edfff5;
  --cream: #fff9eb;
  --sand: #f7dda5;
  --gold: #dba443;
  --gold-light: #ffe9ad;
  --ink: #173f36;
  --muted: #5f786e;
  --white: #ffffff;
  --line: rgba(15, 80, 64, 0.15);
  --page-width: 1240px;
  --header-height: 84px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font); font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p, figure, ol { margin-top: 0; }
.page-width { width: min(calc(100% - 48px), var(--page-width)); margin-inline: auto; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 10px; color: var(--white); background: var(--forest-dark); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: var(--header-height); border-bottom: 1px solid transparent; transition: height 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { height: 70px; border-color: rgba(15, 73, 60, 0.1); background: rgba(255, 252, 242, 0.88); box-shadow: 0 10px 28px rgba(20, 77, 57, 0.09); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; height: 100%; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest-dark); font-size: 22px; font-weight: 850; letter-spacing: -0.05em; }
.brand img { width: 48px; height: 48px; border: 2px solid rgba(255, 255, 255, 0.84); border-radius: 50%; box-shadow: 0 8px 18px rgba(8, 83, 62, 0.16); }
.primary-navigation { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.primary-navigation a { position: relative; color: #416458; font-size: 14px; font-weight: 720; }
.primary-navigation a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 10px; background: var(--green); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 190ms ease; }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; min-height: 46px; padding: 0 19px; border-radius: 999px; color: var(--white); background: var(--forest); box-shadow: 0 12px 24px rgba(8, 72, 55, 0.18); font-size: 14px; font-weight: 780; transition: background-color 180ms ease, transform 180ms ease; }
.header-cta span { margin-left: 9px; font-size: 17px; }
.header-cta:hover, .header-cta:focus-visible { background: var(--green); transform: translateY(-2px); }
.menu-toggle { display: none; width: 45px; height: 45px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, 0.75); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 9px; background: var(--forest-dark); transition: transform 180ms ease; }

.hero { position: relative; min-height: 920px; padding: calc(var(--header-height) + 72px) 0 88px; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 92% 14%, rgba(255, 220, 134, 0.56) 0 8%, transparent 28%), radial-gradient(circle at 5% 70%, rgba(147, 243, 199, 0.35) 0 4%, transparent 27%), linear-gradient(135deg, #fffaf0 0%, #f6ffe9 47%, #e4f8ce 100%); }
.hero::before { position: absolute; z-index: -1; inset: 0; opacity: 0.38; background-image: radial-gradient(rgba(19, 114, 83, 0.24) 1.3px, transparent 1.3px); background-size: 30px 30px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 35%, transparent 67%, #000); }
.hero-sun { position: absolute; z-index: -1; top: 120px; right: -110px; width: 490px; height: 490px; border: 1px solid rgba(211, 152, 51, 0.27); border-radius: 50%; box-shadow: inset 0 0 0 46px rgba(255, 232, 169, 0.14); }
.hero-leaf { position: absolute; z-index: -1; width: 120px; height: 230px; border-radius: 100% 0 100% 0; background: linear-gradient(150deg, rgba(69, 188, 130, 0.48), rgba(186, 243, 214, 0.06)); transform: rotate(32deg); }
.hero-leaf-one { top: 130px; left: -54px; }
.hero-leaf-two { right: 9%; bottom: 70px; width: 96px; height: 180px; background: linear-gradient(150deg, rgba(242, 185, 75, 0.42), rgba(255, 255, 255, 0.08)); transform: rotate(140deg); }
.hero-content { position: relative; z-index: 1; }
.hero-intro { max-width: 860px; margin: 0 auto 42px; text-align: center; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green); font-size: 11px; font-weight: 860; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 2px; border-radius: 9px; background: currentColor; }
.hero h1 { margin-bottom: 21px; color: var(--forest-dark); font-size: clamp(54px, 7.4vw, 96px); line-height: 0.91; letter-spacing: -0.075em; }
.hero h1 span { display: block; color: var(--green); }
.hero-description { max-width: 630px; margin: 0 auto 28px; color: #48685d; font-size: 17px; line-height: 1.75; }
.store-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.store-button { display: inline-flex; align-items: center; min-width: 180px; min-height: 58px; padding: 9px 18px; border: 1px solid transparent; border-radius: 16px; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.store-button svg { flex: 0 0 auto; width: 26px; height: 30px; margin-right: 11px; }
.store-button span { font-size: 20px; font-weight: 720; line-height: 1.05; letter-spacing: -0.035em; }
.store-button small { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 650; letter-spacing: 0.08em; }
.store-button-dark { color: var(--white); background: var(--forest-dark); box-shadow: 0 15px 27px rgba(5, 61, 48, 0.2); }
.store-button-light { border-color: rgba(9, 75, 59, 0.15); color: var(--forest-dark); background: rgba(255, 255, 255, 0.86); box-shadow: 0 13px 25px rgba(23, 86, 67, 0.09); }
.store-button-light .apple-icon, .store-button-outline .apple-icon { fill: currentColor; }
.store-button:hover, .store-button:focus-visible { box-shadow: 0 20px 35px rgba(5, 61, 48, 0.25); transform: translateY(-3px); }

.hero-banner { position: relative; width: 100%; margin: 0; padding: 11px 11px 39px; border: 1px solid rgba(10, 81, 65, 0.18); border-radius: 29px; background: rgba(255, 255, 255, 0.55); box-shadow: 0 32px 70px rgba(19, 89, 65, 0.16); backdrop-filter: blur(8px); }
.hero-banner::before { position: absolute; z-index: -1; top: 19px; right: 25px; bottom: 0; left: 25px; border-radius: 25px; background: rgba(16, 113, 80, 0.15); content: ""; filter: blur(25px); }
.hero-banner img { width: 100%; height: auto; border-radius: 20px; object-fit: contain; }
.hero-banner figcaption { position: absolute; bottom: 10px; left: 23px; display: flex; align-items: center; gap: 9px; margin: 0; color: var(--forest); font-size: 11px; font-weight: 780; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-banner figcaption span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(219, 164, 67, 0.18); }
.scroll-cue { position: absolute; right: 50%; bottom: 26px; display: flex; align-items: center; color: #557166; font-size: 10px; font-weight: 820; letter-spacing: 0.13em; text-transform: uppercase; transform: translateX(50%); }
.scroll-cue i { position: relative; width: 29px; height: 43px; margin-left: 11px; border: 1px solid rgba(12, 76, 59, 0.32); border-radius: 99px; }
.scroll-cue i::after { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 9px; background: var(--green); content: ""; transform: translateX(-50%); animation: scroll-dot 1.8s ease-in-out infinite; }
@keyframes scroll-dot { 0%, 100% { opacity: 0.25; transform: translate(-50%, 0); } 48% { opacity: 1; } 72% { opacity: 0; transform: translate(-50%, 15px); } }

.conversation-ribbon { position: relative; z-index: 4; overflow: hidden; color: var(--cream); background: var(--forest-dark); transform: rotate(0.8deg) scale(1.015); }
.conversation-track { display: flex; align-items: center; width: max-content; min-height: 64px; animation: ribbon-move 31s linear infinite; }
.conversation-track span { padding-inline: 27px; font-size: 11px; font-weight: 850; letter-spacing: 0.16em; }
.conversation-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
@keyframes ribbon-move { to { transform: translateX(-50%); } }

.room-guide { position: relative; padding: 142px 0; overflow: hidden; background: var(--cream); }
.room-guide::before { position: absolute; top: 10%; left: -130px; width: 360px; height: 360px; border: 1px solid rgba(28, 148, 108, 0.12); border-radius: 50%; content: ""; }
.room-layout { position: relative; display: grid; grid-template-columns: minmax(320px, 0.75fr) minmax(480px, 1.25fr); align-items: center; gap: 74px; }
.room-copy { position: relative; z-index: 2; }
.section-label { margin-bottom: 21px; color: var(--green); }
.room-copy h2, .welcome h2, .agreements h2 { margin-bottom: 24px; font-size: clamp(45px, 5.5vw, 76px); line-height: 1; letter-spacing: -0.066em; }
.room-intro { max-width: 430px; margin-bottom: 33px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.route-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.route-list li { position: relative; display: grid; grid-template-columns: 39px 1fr; gap: 14px; padding: 16px 2px; border-bottom: 1px solid var(--line); }
.route-list li::before { position: absolute; top: 0; left: 19px; width: 1px; height: 100%; background: rgba(27, 156, 112, 0.17); content: ""; }
.route-list li:first-child::before { top: 50%; height: 50%; }
.route-list li:last-child::before { height: 50%; }
.route-number { position: relative; z-index: 1; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(26, 156, 112, 0.3); border-radius: 50%; color: var(--green); background: var(--cream); font-size: 10px; font-weight: 850; }
.route-list h3 { margin-bottom: 2px; color: var(--forest-dark); font-size: 16px; line-height: 1.35; letter-spacing: -0.02em; }
.route-list p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.room-visual { position: relative; margin: 0; padding: 12px; border: 1px solid rgba(9, 80, 61, 0.14); border-radius: 31px; background: linear-gradient(145deg, #e2f9df, #fff5d4); box-shadow: 0 30px 55px rgba(15, 79, 59, 0.14); }
.room-visual::before { position: absolute; z-index: -1; top: 18px; right: 23px; bottom: 0; left: 23px; border-radius: 24px; background: rgba(23, 129, 94, 0.17); content: ""; filter: blur(28px); }
.room-shot-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; align-items: end; gap: 11px; }
.room-visual img { width: 100%; height: auto; border-radius: 21px; object-fit: cover; }
.room-shot { box-shadow: 0 12px 24px rgba(8, 73, 56, 0.12); }
.room-shot-friends { align-self: end; }
.room-shot-explorer { align-self: end; }

.welcome { position: relative; padding: 132px 0; overflow: hidden; color: var(--cream); background: linear-gradient(118deg, #063b31 0%, #0c6652 53%, #168662 100%); }
.welcome::before { position: absolute; top: -190px; right: -90px; width: 520px; height: 520px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 50%; content: ""; }
.welcome-glow { position: absolute; bottom: -200px; left: 11%; width: 520px; height: 520px; border-radius: 50%; background: rgba(255, 213, 121, 0.23); filter: blur(110px); }
.welcome-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(380px, 0.88fr) minmax(0, 1.12fr); align-items: center; gap: 80px; }
.welcome-art { position: relative; min-height: 450px; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255, 255, 255, 0.23); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 290px; height: 290px; border-style: dashed; animation: orbit-spin 24s linear infinite; }
@keyframes orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.mascot-frame { position: absolute; z-index: 2; top: 50%; left: 50%; width: 230px; height: 230px; padding: 12px; border: 1px solid rgba(255, 255, 255, 0.75); border-radius: 52% 48% 46% 54%; background: linear-gradient(145deg, #c4fad8, #70dba8); box-shadow: 0 25px 55px rgba(0, 27, 20, 0.31); transform: translate(-50%, -50%) rotate(-5deg); }
.mascot-frame img { width: 100%; height: 100%; border-radius: 49% 52% 54% 46%; }
.speech-bubble { position: absolute; z-index: 3; top: 19%; right: 8%; padding: 10px 15px; border-radius: 17px 17px 17px 4px; color: var(--forest-dark); background: var(--gold-light); box-shadow: 0 14px 26px rgba(0, 31, 22, 0.2); font-size: 18px; font-weight: 900; transform: rotate(8deg); }
.tiny-star { position: absolute; z-index: 2; color: var(--gold-light); font-size: 32px; }
.tiny-star-one { top: 14%; left: 12%; }
.tiny-star-two { right: 13%; bottom: 14%; font-size: 24px; }
.section-label-light { color: var(--gold-light); }
.welcome h2 { max-width: 690px; color: var(--white); }
.welcome-copy > p:not(.section-label) { max-width: 560px; margin-bottom: 32px; color: rgba(255, 255, 255, 0.72); font-size: 17px; }
.welcome .store-actions { justify-content: flex-start; }
.store-button-cream { color: var(--forest-dark); background: var(--gold-light); box-shadow: 0 16px 28px rgba(0, 34, 25, 0.24); }
.store-button-outline { border-color: rgba(255, 255, 255, 0.42); color: var(--white); background: rgba(255, 255, 255, 0.08); }

.agreements { padding: 108px 0 120px; background: #fffdf7; }
.agreements-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 47px; gap: 36px; }
.agreements-heading .section-label { margin-bottom: 0; }
.agreements h2 { margin-bottom: 0; color: var(--forest-dark); font-size: clamp(40px, 5vw, 65px); }
.agreement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.agreement-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 132px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--mint-light); transition: color 200ms ease, background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease; }
.agreement-count { display: grid; place-items: center; width: 46px; height: 46px; margin-right: 19px; border: 1px solid currentColor; border-radius: 50%; color: var(--green); font-size: 10px; font-weight: 850; }
.agreement-title { font-size: clamp(22px, 3vw, 30px); font-weight: 760; letter-spacing: -0.04em; }
.agreement-arrow { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--white); background: var(--forest-dark); font-size: 18px; }
.agreement-card:hover, .agreement-card:focus-visible { color: var(--white); background: var(--forest); box-shadow: 0 19px 38px rgba(7, 69, 53, 0.18); transform: translateY(-4px); }
.agreement-card:hover .agreement-count, .agreement-card:focus-visible .agreement-count { color: var(--white); }

.site-footer { color: rgba(255, 255, 255, 0.72); background: var(--forest-dark); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 116px; gap: 24px; }
.footer-brand { color: var(--white); }
.footer-brand img { width: 42px; height: 42px; }
.footer-inner p { margin: 0; font-size: 12px; }
.back-to-top { justify-self: end; font-size: 12px; font-weight: 760; }

[data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.65, 0.25, 1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { min-height: auto; padding-bottom: 94px; }
  .room-layout { grid-template-columns: minmax(290px, 0.8fr) minmax(420px, 1.2fr); gap: 42px; }
  .welcome-layout { gap: 42px; }
}

@media (max-width: 850px) {
  :root { --header-height: 76px; }
  .page-width { width: min(calc(100% - 36px), var(--page-width)); }
  .menu-toggle { position: relative; z-index: 102; 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); }
  .primary-navigation { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 84px 10vw; color: var(--white); background: rgba(4, 57, 46, 0.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease; }
  .primary-navigation.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-navigation a { color: var(--white); font-size: clamp(31px, 8vw, 53px); font-weight: 760; letter-spacing: -0.055em; }
  .header-cta { display: none; }
  .hero { padding-top: calc(var(--header-height) + 62px); }
  .hero-banner { margin-top: 10px; }
  .scroll-cue { display: none; }
  .room-guide { padding: 96px 0; }
  .room-layout, .welcome-layout { grid-template-columns: 1fr; gap: 60px; }
  .room-copy { max-width: 670px; }
  .room-visual { max-width: 760px; }
  .welcome { padding: 100px 0; }
  .welcome-art { order: 2; max-width: 600px; width: 100%; margin: 0 auto; }
  .welcome-copy { order: 1; }
  .agreement-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .page-width { width: min(calc(100% - 28px), var(--page-width)); }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .brand { font-size: 19px; }
  .brand img { width: 42px; height: 42px; }
  .hero { padding-top: 122px; padding-bottom: 70px; }
  .hero-intro { margin-bottom: 28px; }
  .eyebrow { margin-bottom: 14px; font-size: 9px; }
  .hero h1 { margin-bottom: 17px; font-size: clamp(45px, 14.5vw, 63px); }
  .hero-description { font-size: 15px; line-height: 1.68; }
  .store-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .store-button { min-width: 0; min-height: 55px; padding: 8px 10px; border-radius: 14px; }
  .store-button svg { width: 21px; height: 25px; margin-right: 7px; }
  .store-button span { font-size: 15px; }
  .store-button small { font-size: 7px; }
  .hero-banner { padding: 6px 6px 33px; border-radius: 18px; }
  .hero-banner img { border-radius: 13px; }
  .hero-banner figcaption { bottom: 8px; left: 13px; font-size: 7px; letter-spacing: 0.05em; }
  .hero-sun { top: 85px; right: -150px; width: 330px; height: 330px; }
  .conversation-track { min-height: 52px; }
  .conversation-track span { padding-inline: 17px; font-size: 8px; }
  .room-guide { padding: 76px 0; }
  .room-copy h2, .welcome h2, .agreements h2 { font-size: clamp(38px, 11.5vw, 53px); }
  .room-intro { font-size: 15px; }
  .route-list li { grid-template-columns: 34px 1fr; gap: 11px; padding: 13px 0; }
  .route-list li::before { left: 16px; }
  .route-number { width: 34px; height: 34px; font-size: 9px; }
  .route-list h3 { font-size: 14px; }
  .route-list p { font-size: 12px; }
  .room-visual { padding: 6px; border-radius: 19px; }
  .room-visual img { border-radius: 14px; }
  .welcome { padding: 78px 0; }
  .welcome-layout { gap: 42px; }
  .welcome-copy > p:not(.section-label) { font-size: 15px; }
  .welcome-art { min-height: 330px; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 205px; height: 205px; }
  .mascot-frame { width: 170px; height: 170px; padding: 8px; }
  .speech-bubble { top: 8%; right: 2%; padding: 7px 11px; font-size: 14px; }
  .tiny-star-one { top: 10%; left: 3%; }
  .tiny-star-two { right: 6%; bottom: 10%; }
  .agreements { padding: 76px 0 85px; }
  .agreements-heading { display: block; margin-bottom: 30px; }
  .agreements-heading .section-label { margin-bottom: 17px; }
  .agreement-card { min-height: 103px; padding: 18px; border-radius: 20px; }
  .agreement-count { width: 38px; height: 38px; margin-right: 13px; }
  .agreement-title { font-size: 20px; }
  .agreement-arrow { width: 38px; height: 38px; }
  .footer-inner { grid-template-columns: 1fr auto; min-height: 142px; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; padding-bottom: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
