@font-face { font-family: "Nunito"; src: url("./assets/nunito-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Nunito"; src: url("./assets/nunito-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Nunito"; src: url("./assets/nunito-800.ttf") format("truetype"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Nunito"; src: url("./assets/nunito-900.ttf") format("truetype"); font-weight: 900; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #f4f8ff;
  --muted: #aab9d7;
  --night: #050b1c;
  --panel: #0c1834;
  --panel-2: #101f42;
  --cyan: #4cc9f0;
  --cyan-soft: #9feaff;
  --violet: #b78cff;
  --pink: #ff72bd;
  --gold: #ffd166;
  --green: #7defc7;
  --line: rgba(255,255,255,.13);
  --shadow: 0 30px 80px rgba(0,0,0,.42);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: radial-gradient(circle at 12% 18%, rgba(76,201,240,.10), transparent 27rem), radial-gradient(circle at 85% 38%, rgba(183,140,255,.10), transparent 30rem), var(--night); font-family: "Nunito", ui-rounded, system-ui, sans-serif; font-weight: 600; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: 10px; transform: translateY(-150%); padding: 10px 16px; border-radius: 12px; background: #fff; color: #071126; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 24px rgba(76,201,240,.28); }
.site-header nav, footer nav { display: flex; align-items: center; gap: 25px; }
.site-header nav > a:not(.nav-play) { color: #d2ddf2; font-size: 14px; font-weight: 800; }
.site-header nav > a:not(.nav-play):hover { color: #fff; }
.nav-play, .mobile-play { padding: 10px 18px; border: 1px solid rgba(159,234,255,.5); border-radius: 999px; color: #071126; background: linear-gradient(135deg, var(--cyan-soft), var(--cyan)); font-size: 14px; font-weight: 900; box-shadow: 0 9px 30px rgba(76,201,240,.22); }
.mobile-play { display: none; }

.hero { position: relative; min-height: min(860px, 94vh); display: grid; align-items: center; overflow: hidden; isolation: isolate; background: #061127; }
.hero-media { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3,9,24,.98) 0%, rgba(3,9,24,.92) 28%, rgba(3,9,24,.44) 58%, rgba(3,9,24,.12) 100%), linear-gradient(0deg, var(--night), transparent 27%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, var(--night)); pointer-events: none; }
.hero-content { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 145px 0 105px; }
.hero-copy { width: min(680px, 58%); }
.eyebrow { margin: 0 0 13px; color: var(--cyan-soft); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; text-wrap: balance; }
h1 { max-width: 670px; margin-bottom: 22px; font-size: clamp(3rem, 6.5vw, 6.1rem); font-weight: 900; letter-spacing: -.065em; }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4.3vw, 4.25rem); font-weight: 900; letter-spacing: -.052em; }
h3 { margin-bottom: 12px; font-size: 1.35rem; font-weight: 900; letter-spacing: -.025em; }
.lead { max-width: 640px; margin-bottom: 30px; color: #d3def2; font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border: 1px solid var(--line); border-radius: 16px; font-weight: 900; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #071126; border-color: transparent; background: linear-gradient(135deg, var(--gold), #ffb703); box-shadow: 0 16px 42px rgba(255,183,3,.23); }
.button.primary:hover { box-shadow: 0 20px 52px rgba(255,183,3,.32); }
.button.secondary { background: rgba(13,27,58,.58); backdrop-filter: blur(12px); }
.button.secondary:hover { border-color: rgba(255,255,255,.38); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 28px 0 0; padding: 0; color: #b7c5df; font-size: 13px; font-weight: 800; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust li::before { content: "✓"; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #071126; background: var(--green); font-size: 11px; font-weight: 900; }

.discovery-bar { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); width: min(1080px, calc(100% - 40px)); margin: -58px auto 0; padding: 24px 18px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, rgba(17,35,73,.94), rgba(8,19,44,.96)); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.discovery-bar div { display: grid; gap: 1px; padding: 5px 24px; border-right: 1px solid var(--line); }
.discovery-bar div:last-child { border-right: 0; }
.discovery-bar strong { color: var(--gold); font-size: 1.55rem; font-weight: 900; }
.discovery-bar span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.section { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 118px 0; }
.section-heading { max-width: 650px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { color: var(--muted); font-size: 1.05rem; }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.intro-copy { color: #bdc9df; font-size: 1.08rem; }
.intro-copy p + p { margin-top: 20px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-top: 20px; }
.feature-grid article { position: relative; min-height: 270px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17,36,75,.82), rgba(8,19,42,.82)); box-shadow: 0 22px 55px rgba(0,0,0,.19); }
.feature-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -95px; border-radius: 50%; background: radial-gradient(circle, rgba(76,201,240,.17), transparent 67%); }
.feature-grid article:nth-child(2)::after { background: radial-gradient(circle, rgba(255,114,189,.17), transparent 67%); }
.feature-grid article:nth-child(3)::after { background: radial-gradient(circle, rgba(255,209,102,.17), transparent 67%); }
.feature-grid article:nth-child(4)::after { background: radial-gradient(circle, rgba(125,239,199,.17), transparent 67%); }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border: 1px solid rgba(159,234,255,.26); border-radius: 16px; color: var(--cyan-soft); background: rgba(76,201,240,.09); font-size: 25px; }
.feature-index { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.feature-grid article > p:last-child { max-width: 500px; margin-bottom: 0; color: var(--muted); }

.world-showcase { display: grid; grid-template-columns: 1.2fr .8fr; width: min(1320px, calc(100% - 32px)); margin: 90px auto 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: #0b1731; box-shadow: var(--shadow); }
.world-media { min-height: 650px; }
.world-media img { width: 100%; height: 100%; object-fit: cover; }
.world-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 84px); }
.world-copy > p:not(.eyebrow) { color: var(--muted); }
.world-copy ul { display: grid; gap: 13px; margin: 8px 0 30px; padding: 0; list-style: none; }
.world-copy li { display: flex; gap: 11px; color: #d0dcf0; }
.world-copy li::before { content: "✦"; color: var(--gold); }
.world-copy .button { align-self: flex-start; }

.gallery-section { padding-bottom: 80px; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 13px; margin-top: 50px; }
.gallery figure { position: relative; grid-column: span 1; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.gallery figure.gallery-wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: rgba(5,11,28,.72); backdrop-filter: blur(9px); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.family-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.family-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.family-points { display: grid; gap: 12px; margin-top: 28px; }
.family-points article { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.family-points strong { color: var(--cyan-soft); font-weight: 900; }
.family-points span { color: var(--muted); }
.mission-card { overflow: hidden; border: 1px solid rgba(255,209,102,.25); border-radius: 34px; background: radial-gradient(circle at 50% 10%, rgba(255,209,102,.18), transparent 48%), linear-gradient(145deg, #152349, #0b1530); box-shadow: var(--shadow); }
.mission-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; mix-blend-mode: screen; }
.mission-card > div { display: grid; gap: 9px; padding: 0 30px 30px; }
.mission-card span { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mission-card strong { font-size: 1.35rem; font-weight: 900; line-height: 1.25; }
.mission-card a { color: var(--cyan-soft); font-weight: 900; }

.steps { padding-top: 70px; }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 45px 0 0; padding: 0; list-style: none; }
.steps li { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(14,29,61,.65); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 45px; border-radius: 50%; color: #071126; background: var(--gold); font-weight: 900; }
.steps strong { display: block; margin-bottom: 8px; font-size: 1.15rem; font-weight: 900; }
.steps p { margin: 0; color: var(--muted); font-size: .95rem; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; }
.faq-grid { display: grid; gap: 12px; }
.faq-grid article { padding: 25px 27px; border: 1px solid var(--line); border-radius: 20px; background: rgba(13,27,57,.66); }
.faq-grid h3 { margin-bottom: 7px; font-size: 1.05rem; }
.faq-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.play-band { display: flex; align-items: center; justify-content: space-between; gap: 50px; width: min(1160px, calc(100% - 40px)); margin: 40px auto 110px; padding: clamp(36px, 5vw, 64px); overflow: hidden; border: 1px solid rgba(159,234,255,.28); border-radius: 34px; background: radial-gradient(circle at 92% 10%, rgba(183,140,255,.24), transparent 30%), radial-gradient(circle at 5% 90%, rgba(76,201,240,.18), transparent 35%), linear-gradient(135deg, #112652, #0b1734); box-shadow: var(--shadow); }
.play-band h2 { max-width: 700px; margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.55rem); }
.play-band p:not(.eyebrow) { margin: 0; color: var(--muted); }
.play-band .button { flex: 0 0 auto; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 44px; border-top: 1px solid var(--line); }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
footer nav a { color: #c8d5eb; font-size: 13px; font-weight: 800; }
footer nav a:hover { color: #fff; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .mobile-play { display: inline-flex; }
  .hero { min-height: 810px; align-items: end; }
  .hero-media { object-position: 64% center; opacity: .75; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,9,24,.98), rgba(3,9,24,.45)), linear-gradient(0deg, var(--night) 0%, transparent 55%); }
  .hero-copy { width: min(680px, 78%); }
  .intro, .faq { grid-template-columns: 1fr; gap: 25px; }
  .world-showcase { grid-template-columns: 1fr; }
  .world-media { min-height: 450px; }
  .family-section { grid-template-columns: 1fr; }
  .mission-card { max-width: 630px; }
}

@media (max-width: 720px) {
  .site-header { width: min(100% - 28px, 1240px); padding: 13px 0; }
  .brand { font-size: 16px; }
  .brand img { width: 39px; height: 39px; }
  .hero { min-height: 760px; }
  .hero-content { width: min(100% - 28px, 1240px); padding: 120px 0 70px; }
  .hero-copy { width: 100%; }
  .hero-media { object-position: 69% center; opacity: .57; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,9,24,.92), rgba(3,9,24,.42)), linear-gradient(0deg, var(--night) 3%, rgba(3,9,24,.55) 64%, rgba(3,9,24,.22)); }
  h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 8px 16px; }
  .discovery-bar { grid-template-columns: repeat(2, 1fr); margin-top: -28px; padding: 13px; }
  .discovery-bar div { padding: 12px; }
  .discovery-bar div:nth-child(2) { border-right: 0; }
  .discovery-bar div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { width: min(100% - 28px, 1160px); padding: 82px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; padding: 27px; }
  .feature-icon { margin-bottom: 24px; }
  .world-showcase { width: min(100% - 20px, 1320px); margin-top: 50px; border-radius: 26px; }
  .world-media { min-height: 300px; }
  .world-copy { padding: 34px 25px 40px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 9px; }
  .gallery figure.gallery-wide { grid-column: span 2; }
  .family-section { gap: 38px; }
  .family-points article { grid-template-columns: 1fr; gap: 5px; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li { min-height: 190px; }
  .steps li > span { margin-bottom: 28px; }
  .play-band { align-items: stretch; flex-direction: column; width: min(100% - 28px, 1160px); margin-bottom: 80px; padding: 34px 25px; }
  .play-band .button { width: 100%; }
  footer { grid-template-columns: 1fr; width: min(100% - 28px, 1240px); }
  footer nav { gap: 20px; }
}

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