:root {
  --ink: #101114;
  --muted: #6b6c73;
  --line: #e7e7ea;
  --soft: #f5f5f7;
  --soft-blue: #eef4ff;
  --blue: #1769e0;
  --nav-height: 64px;
  --max: 1180px;
  --shadow-phone: 0 50px 110px rgba(15, 24, 46, .18), 0 15px 34px rgba(15, 24, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: var(--nav-height); border-bottom: 1px solid transparent; background: rgba(255,255,255,.78); backdrop-filter: saturate(180%) blur(22px); -webkit-backdrop-filter: saturate(180%) blur(22px); transition: border-color .25s ease, background .25s ease; }
.site-header.is-scrolled { border-color: rgba(0,0,0,.07); background: rgba(255,255,255,.92); }
.nav-shell { width: min(calc(100% - 48px), var(--max)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 720; letter-spacing: -.02em; }
.brand-mark { width: 29px; height: 29px; color: var(--ink); flex: none; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #35363a; font-size: 13px; font-weight: 560; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { padding: 9px 14px; border-radius: 999px; background: var(--ink); color: #fff !important; }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }

main { overflow: clip; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 13px; font-weight: 720; letter-spacing: .01em; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border-radius: 999px; font-size: 14px; font-weight: 680; }
.button-dark { background: var(--ink); color: #fff; }

.hero { min-height: 100vh; padding: 144px 24px 76px; background: linear-gradient(180deg, #fff 0%, #fff 70%, #fafbfe 100%); }
.hero-copy { width: min(820px, 100%); margin: 0 auto; text-align: center; }
.hero h1 { margin: 0; font-size: clamp(54px, 7.2vw, 92px); line-height: .98; letter-spacing: -.066em; font-weight: 760; }
.hero-intro { width: min(650px, 100%); margin: 26px auto 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; letter-spacing: -.02em; }
.hero-actions { margin-top: 28px; display: flex; justify-content: center; align-items: center; gap: 18px; }
.launch-note { color: var(--muted); font-size: 14px; }

.hero-product { position: relative; width: min(980px, 100%); height: 720px; margin: 44px auto 0; }
.hero-halo { position: absolute; left: 50%; top: 48%; width: 720px; height: 520px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(86,142,255,.18) 0%, rgba(172,204,255,.09) 45%, transparent 73%); filter: blur(10px); }
.phone-frame { position: relative; background: #090a0d; border: 1px solid rgba(255,255,255,.14); border-radius: 54px; padding: 9px; box-shadow: var(--shadow-phone); }
.phone-island { position: absolute; z-index: 7; left: 50%; top: 18px; width: 95px; height: 26px; transform: translateX(-50%); border-radius: 999px; background: #050506; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 45px; background: #fff; }
.hero-phone { position: absolute; z-index: 5; left: 50%; top: 12px; width: 336px; height: 690px; transform: translateX(-50%); }
.hero-screen > img { width: 100%; height: 100%; object-fit: cover; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.02) 42%, rgba(0,0,0,.82) 100%); }
.screen-header { position: absolute; z-index: 2; top: 55px; left: 22px; right: 22px; display: flex; justify-content: space-between; color: #fff; font-size: 12px; font-weight: 720; text-shadow: 0 1px 8px rgba(0,0,0,.25); }
.hero-question { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.hero-question > span { color: var(--blue); font-size: 11px; font-weight: 760; }
.hero-question h2 { margin: 7px 0 13px; font-size: 18px; line-height: 1.22; letter-spacing: -.035em; }
.hero-option { padding: 10px 12px; margin-top: 7px; border-radius: 12px; background: #f1f2f4; font-size: 12px; font-weight: 620; }
.hero-option.active { color: #145ebd; background: #e9f2ff; box-shadow: inset 0 0 0 1px #9cc1f6; }
.product-panel { position: absolute; z-index: 4; width: 250px; padding: 22px; border: 1px solid rgba(21, 27, 44, .08); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 28px 70px rgba(23, 38, 72, .12); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.product-panel p, .product-panel small { margin: 0; color: var(--muted); font-size: 12px; }
.product-panel strong { display: block; margin-top: 7px; font-size: 24px; letter-spacing: -.04em; }
.coverage-panel { left: 70px; top: 150px; transform: rotate(-3deg); }
.coverage-line { height: 6px; margin: 18px 0 10px; overflow: hidden; border-radius: 999px; background: #e9ebef; }
.coverage-line span { display: block; width: 21%; height: 100%; border-radius: inherit; background: var(--blue); }
.passport-panel { right: 54px; bottom: 112px; display: flex; align-items: center; gap: 16px; transform: rotate(3deg); }
.passport-seal { width: 72px; height: 72px; flex: none; display: grid; place-items: center; border: 2px dashed #b94c43; border-radius: 50%; color: #a23f38; font-size: 21px; font-weight: 820; transform: rotate(-8deg); }
.passport-panel strong { font-size: 20px; }
.hero-summary { width: min(900px, 100%); margin: 10px auto 0; padding-top: 34px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; color: var(--muted); font-size: 14px; }
.hero-summary strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 28px; letter-spacing: -.04em; }

.landmark { position: relative; min-height: 94vh; display: flex; align-items: flex-end; overflow: hidden; background: #111; }
.landmark-media { position: absolute; inset: -6%; will-change: transform; }
.landmark-media img { width: 100%; height: 100%; object-fit: cover; }
.landmark-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 20%, rgba(0,0,0,.74) 100%); }
.landmark-copy { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 0 0 9vh; color: #fff; }
.landmark-copy h2 { width: min(760px, 100%); margin: 0; font-size: clamp(44px, 6.5vw, 78px); line-height: 1; letter-spacing: -.055em; }
.landmark-copy > p:last-child { width: min(590px, 100%); margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.5; }


.play-section { padding: 145px 24px 155px; background: #fff; }
.play-heading { width: min(780px, 100%); margin: 0 auto 76px; text-align: center; }
.play-heading h2 { margin: 0; font-size: clamp(44px, 5.7vw, 70px); line-height: 1; letter-spacing: -.055em; }
.play-heading > p:last-child { margin: 22px auto 0; color: var(--muted); font-size: 19px; }
.play-sequence { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; align-items: start; }
.sequence-item { min-width: 0; text-align: center; }
.sequence-device { width: min(100%, 310px); height: 630px; margin: 0 auto 30px; }
.device-view-static { position: absolute; inset: 0; }
.sequence-number { color: var(--blue); font-size: 12px; font-weight: 800; }
.sequence-item > h3 { margin: 9px 0 0; font-size: 24px; letter-spacing: -.04em; }
.sequence-item > p { margin: 10px auto 0; max-width: 280px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.country-view img { width: 100%; height: 100%; object-fit: cover; }
.device-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 30%, rgba(0,0,0,.72) 100%); }
.country-label { position: absolute; left: 24px; right: 24px; bottom: 104px; color: #fff; text-align: left; }
.country-label span { display: block; margin-bottom: 4px; font-size: 13px; opacity: .78; }
.country-label strong { font-size: 34px; letter-spacing: -.045em; }
.country-view button { position: absolute; left: 24px; right: 24px; bottom: 30px; height: 48px; border: 0; border-radius: 999px; background: #fff; color: var(--ink); font-weight: 720; }
.quiz-view { padding: 64px 22px 24px; background: #f7f8fa; text-align: left; }
.quiz-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 700; }
.quiz-flag { margin: 54px 0 22px; font-size: 62px; text-align: center; }
.quiz-label { margin: 0; color: var(--blue); font-size: 12px; font-weight: 760; }
.quiz-view h3 { margin: 8px 0 26px; font-size: 27px; line-height: 1.15; letter-spacing: -.04em; }
.quiz-answer { padding: 15px 16px; margin-top: 10px; border-radius: 15px; background: #fff; box-shadow: 0 6px 18px rgba(15, 24, 40, .05); font-size: 14px; font-weight: 650; }
.quiz-answer.correct { color: #145ebd; background: #e9f2ff; box-shadow: inset 0 0 0 1px #9cc1f6; }
.stamp-view { padding: 78px 26px 30px; text-align: center; background: #f4efe5; }
.stamp-kicker { color: #8d7554; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.large-stamp { position: relative; width: 186px; height: 186px; margin: 56px auto 38px; display: grid; place-items: center; border: 4px double #b94c43; border-radius: 50%; color: #a23f38; transform: rotate(-7deg); }
.large-stamp::before, .large-stamp::after { content: ""; position: absolute; inset: 13px; border: 1px dashed currentColor; border-radius: 50%; }
.large-stamp span { font-size: 58px; font-weight: 850; }
.large-stamp small { position: absolute; bottom: 42px; font-size: 12px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.stamp-view h3 { margin: 0; font-size: 27px; letter-spacing: -.04em; }
.stamp-view > p:not(.stamp-kicker) { color: #7d7467; }
.stamp-progress { height: 7px; margin-top: 30px; border-radius: 999px; background: rgba(90,76,55,.13); overflow: hidden; }
.stamp-progress span { display: block; width: 6.1%; height: 100%; border-radius: inherit; background: #b94c43; }

.passport-section { padding: 150px 24px; background: var(--soft); }
.passport-layout { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.passport-copy h2 { margin: 0; font-size: clamp(44px, 5.6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.passport-copy > p:last-of-type { margin: 24px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.passport-copy ul { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; color: #3f4045; font-size: 15px; }
.passport-copy li { position: relative; padding-left: 22px; }
.passport-copy li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.passport-visual { perspective: 1200px; }
.passport-book-open { position: relative; min-height: 430px; padding: 42px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 34px; background: linear-gradient(145deg, #eadbb9, #d9c39a); box-shadow: 0 34px 80px rgba(65, 53, 32, .16); transform: rotateY(-5deg) rotateX(2deg); transition: transform .3s ease; }
.passport-page { min-height: 340px; padding: 28px; background: #fffdf8; box-shadow: inset 0 0 0 1px rgba(90,70,40,.08); }
.left-page { border-radius: 15px 0 0 15px; }
.right-page { border-radius: 0 15px 15px 0; }
.passport-page > p { margin: 0; color: #8d7554; font-size: 10px; font-weight: 820; letter-spacing: .12em; }
.passport-fold { position: absolute; z-index: 3; top: 42px; bottom: 42px; left: 50%; width: 22px; transform: translateX(-50%); background: linear-gradient(90deg, rgba(80,60,30,.09), rgba(255,255,255,.85), rgba(80,60,30,.09)); }
.stamp-grid { margin: 30px 0 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.stamp-grid span { aspect-ratio: 1; display: grid; place-items: center; border: 2px dashed #b94c43; border-radius: 50%; color: #a23f38; font-weight: 820; transform: rotate(-6deg); }
.stamp-grid span:nth-child(even) { border-color: #2d5c92; color: #2d5c92; transform: rotate(7deg); }
.stamp-grid .empty { border-color: #ddd7c9; color: transparent; }
.passport-page small { color: #8a8276; font-size: 11px; }
.passport-page > strong { display: block; margin-top: 4px; font-size: 24px; letter-spacing: -.04em; }
.passport-hero-stamp { position: relative; width: 164px; height: 164px; margin: 46px auto 38px; display: grid; place-items: center; border: 3px double #b94c43; border-radius: 50%; color: #a23f38; transform: rotate(-8deg); }
.passport-hero-stamp span { font-size: 50px; font-weight: 850; }
.passport-hero-stamp small { position: absolute; bottom: 34px; color: inherit; font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.passport-meta { padding-top: 18px; border-top: 1px solid #e9e3d7; display: flex; justify-content: space-between; gap: 16px; color: #7d766c; font-size: 10px; }

.world-section { padding: 150px 24px 165px; background: #fff; }
.world-heading { width: min(760px, 100%); margin: 0 auto 74px; text-align: center; }
.world-heading h2 { margin: 0; font-size: clamp(44px, 5.8vw, 70px); line-height: 1; letter-spacing: -.055em; }
.world-heading > p:last-child { width: min(600px, 100%); margin: 22px auto 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.world-gallery { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 330px); gap: 22px; }
.world-card { position: relative; margin: 0; overflow: hidden; border-radius: 30px; background: #ddd; }
.world-card-large { grid-row: 1 / span 2; }
.world-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.world-card:hover img { transform: scale(1.035); }
.world-card::after { content: ""; position: absolute; inset: 46% 0 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.62)); }
.world-card figcaption { position: absolute; z-index: 2; left: 26px; bottom: 24px; color: #fff; }
.world-card figcaption span { display: block; margin-bottom: 3px; font-size: 12px; opacity: .76; }
.world-card figcaption strong { font-size: 25px; letter-spacing: -.04em; }

.studio { padding: 150px 24px; background: #111216; color: #fff; }
.studio-layout { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: start; }
.studio .eyebrow { color: #8eb7ff; }
.studio h2 { margin: 0; font-size: clamp(44px, 5.6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.studio-copy { padding-top: 42px; }
.studio-copy p { margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.55; }
.studio-copy p:last-child { color: #fff; font-weight: 650; }

.follow { padding: 145px 24px; background: #edf4ff; }
.follow-inner { width: min(800px, 100%); margin: 0 auto; text-align: center; }
.follow h2 { margin: 0; font-size: clamp(44px, 6.2vw, 76px); line-height: 1; letter-spacing: -.058em; }
.follow > .follow-inner > p:last-of-type { width: min(560px, 100%); margin: 24px auto 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.social-links { margin-top: 34px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.social-links a { padding: 12px 17px; border-radius: 999px; background: #fff; box-shadow: 0 10px 26px rgba(31, 69, 126, .08); font-size: 14px; font-weight: 680; transition: transform .2s ease, box-shadow .2s ease; }
.social-links a:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(31, 69, 126, .12); }

.site-footer { padding: 34px 24px; background: #fff; }
.footer-inner { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; color: var(--muted); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 720; }
.footer-brand .brand-mark { width: 26px; height: 26px; }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner p { margin: 0; text-align: right; }

.reveal { opacity: 1; transform: none; }

/* Shared utility for secondary pages */
.plain-page { min-height: 100vh; padding: 150px 24px 90px; }
.plain-shell { width: min(760px,100%); margin: 0 auto; }
.plain-page h1 { margin: 0; font-size: clamp(48px,8vw,82px); line-height: .98; letter-spacing: -.06em; }
.plain-page .lead { margin: 26px 0 0; color: var(--muted); font-size: 21px; line-height: 1.55; }
.plain-card { margin-top: 58px; padding: 32px; border-radius: 26px; background: var(--soft); }
.plain-card h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.04em; }
.plain-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.plain-card a, .back-link { color: var(--blue); font-weight: 650; }
.back-link { display: inline-flex; margin-top: 42px; }

@media (max-width: 960px) {
  .coverage-panel { left: 0; }
  .passport-panel { right: 0; }
  .passport-layout { gap: 42px; }
  .passport-book-open { min-height: 390px; padding: 32px; }
  .passport-page { min-height: 326px; padding: 22px; }
  .passport-fold { top: 32px; bottom: 32px; }
  .studio-layout { gap: 55px; }
}

@media (max-width: 760px) {
  :root { --nav-height: 58px; }
  .nav-shell { width: min(calc(100% - 28px), var(--max)); }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: var(--nav-height) 0 auto; padding: 22px; display: grid; gap: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav .nav-cta { margin-top: 12px; padding: 12px 16px; border-bottom: 0; text-align: center; }

  .hero { padding: 118px 18px 64px; }
  .hero h1 { font-size: clamp(46px, 14vw, 64px); }
  .hero-intro { font-size: 18px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .hero-product { height: 620px; margin-top: 34px; }
  .hero-halo { width: 480px; height: 430px; }
  .hero-phone { width: 285px; height: 584px; top: 15px; }
  .phone-frame { border-radius: 46px; padding: 8px; }
  .phone-screen { border-radius: 38px; }
  .phone-island { top: 16px; width: 82px; height: 23px; }
  .coverage-panel { left: -8px; top: 92px; width: 190px; padding: 16px; }
  .coverage-panel strong { font-size: 20px; }
  .passport-panel { right: -12px; bottom: 65px; width: 196px; padding: 15px; }
  .passport-seal { width: 56px; height: 56px; font-size: 17px; }
  .hero-summary { grid-template-columns: 1fr; gap: 18px; }
  .hero-summary span { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .hero-summary span:last-child { border-bottom: 0; }

  .landmark { min-height: 78vh; }
  .landmark-copy { width: min(calc(100% - 36px), var(--max)); padding-bottom: 7vh; }
  .landmark-copy h2 { font-size: 47px; }
  .landmark-copy > p:last-child { font-size: 18px; }

  .play-section { padding: 100px 18px 110px; }
  .play-heading { margin-bottom: 52px; }
  .play-sequence { grid-template-columns: 1fr; gap: 68px; }
  .sequence-device { width: 292px; height: 595px; }

  .passport-section { padding: 100px 18px; }
  .passport-layout { grid-template-columns: 1fr; gap: 55px; }
  .passport-book-open { min-height: 325px; padding: 24px 18px; transform: rotateX(1deg); }
  .passport-page { min-height: 276px; padding: 17px; }
  .passport-fold { top: 24px; bottom: 24px; width: 16px; }
  .stamp-grid { gap: 8px; margin: 22px 0; }
  .passport-hero-stamp { width: 118px; height: 118px; margin: 40px auto 28px; }
  .passport-hero-stamp span { font-size: 38px; }
  .passport-hero-stamp small { bottom: 22px; font-size: 9px; }
  .passport-meta { font-size: 8px; }

  .world-section { padding: 105px 18px; }
  .world-heading { margin-bottom: 50px; }
  .world-gallery { grid-template-columns: 1fr; grid-template-rows: 520px 280px 280px; gap: 16px; }
  .world-card-large { grid-row: auto; }

  .studio { padding: 105px 18px; }
  .studio-layout { grid-template-columns: 1fr; gap: 20px; }
  .studio-copy { padding-top: 12px; }
  .studio-copy p { font-size: 18px; }

  .follow { padding: 105px 18px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-inner nav { justify-content: center; }
  .footer-inner p { text-align: center; }
}

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