:root {
  --bg: #05070f;
  --panel: #0d1424;
  --panel-2: #111a2e;
  --line: #1e2b45;
  --text: #e6edf7;
  --muted: #8b9ab5;
  --cyan: #38bdf8;
  --green: #22c55e;
  --yellow: #facc15;
  --violet: #c084fc;
  --pink: #f472b6;
  --ink: #071119;
  --paper: #f3f6f7;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 16px; color: var(--ink); background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(139, 154, 181, .16);
}
.nav-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 0 28px rgba(56, 189, 248, .15); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: .91rem; letter-spacing: .16em; }
.brand small { margin-top: 7px; color: var(--muted); font-size: .69rem; letter-spacing: .06em; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); color: #b8c4d7; font-size: .79rem; font-weight: 650; }
nav a { transition: color .2s ease; }
nav a:hover { color: white; }
.nav-support { padding: 11px 18px; color: var(--text); border: 1px solid rgba(230, 237, 247, .28); border-radius: 999px; }
.nav-support:hover { border-color: var(--cyan); }

.hero { position: relative; min-height: 890px; padding: 170px 0 0; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 73% 31%, rgba(56, 189, 248, .10), transparent 25%), radial-gradient(circle at 84% 15%, rgba(192, 132, 252, .08), transparent 30%), var(--bg); }
.hero::after { content: ""; position: absolute; z-index: -3; inset: auto 0 0; height: 28%; background: linear-gradient(to bottom, transparent, #05070f 70%); }
.stars { position: absolute; z-index: -3; inset: 0; opacity: .48; background-image: radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 1.4px), radial-gradient(circle, rgba(56,189,248,.55) 0 1px, transparent 1.4px); background-size: 77px 77px, 119px 119px; background-position: 13px 21px, 43px 9px; mask-image: linear-gradient(to bottom, black 0%, transparent 72%); }
.aurora-ribbon { position: absolute; z-index: -2; width: 760px; height: 620px; right: -120px; top: 80px; filter: blur(55px); opacity: .23; border-radius: 50%; transform: rotate(-18deg); }
.aurora-ribbon-one { background: conic-gradient(from 170deg, transparent, var(--green), var(--cyan), transparent 42%); animation: breathe 9s ease-in-out infinite alternate; }
.aurora-ribbon-two { right: 4%; top: -300px; opacity: .16; background: conic-gradient(from 120deg, transparent 30%, var(--violet), var(--pink), transparent 66%); animation: breathe 12s 1s ease-in-out infinite alternate-reverse; }
@keyframes breathe { to { transform: rotate(-8deg) scale(1.12) translate3d(-20px, 22px, 0); opacity: .31; } }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: clamp(50px, 7vw, 108px); }
.hero-copy { padding-bottom: 80px; }
.status-pill { width: fit-content; margin: 0 0 36px; padding: 9px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(34, 197, 94, .3); border-radius: 999px; color: #badac8; background: rgba(34, 197, 94, .07); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status-pill span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.eyebrow { margin: 0 0 20px; color: var(--green); font-size: .73rem; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.cyan { color: #0a799f; }
.violet { color: var(--violet); }
.pink { color: var(--pink); }
.green-text { color: #50e781; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.5rem, 6.25vw, 6rem); line-height: .94; }
.lede { max-width: 670px; margin-bottom: 36px; color: #aebbd0; font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 4px; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #03130a; background: #68e890; }
.button-primary:hover { background: #8bf2a9; }
.button-quiet { color: var(--text); border-color: rgba(230,237,247,.25); background: rgba(13,20,36,.42); }
.button-quiet:hover { border-color: var(--cyan); }
.distribution-note { margin: 24px 0 0; color: #6f7d96; font-size: .77rem; line-height: 1.5; }
.distribution-note span { margin-right: 8px; color: var(--cyan); font-size: .45rem; vertical-align: 2px; }
.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.app-mark { position: relative; width: min(88%, 480px); filter: drop-shadow(0 35px 70px rgba(0,0,0,.6)); }
.app-mark::before { content: ""; position: absolute; inset: 8%; z-index: -1; background: linear-gradient(135deg, var(--green), var(--cyan), var(--violet)); filter: blur(45px); opacity: .26; }
.app-mark img { position: relative; z-index: 2; width: 100%; border-radius: 25%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.orbit { position: absolute; z-index: 3; border: 1px solid rgba(139,154,181,.3); border-radius: 50%; pointer-events: none; }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.orbit-one { inset: -7%; transform: rotate(20deg); }
.orbit-one::after { right: 7%; top: 18%; }
.orbit-two { inset: 10% -17%; transform: rotate(-33deg); opacity: .5; }
.orbit-two::after { left: 4%; bottom: 23%; background: var(--violet); box-shadow: 0 0 14px var(--violet); }
.condition-panel { position: absolute; z-index: 5; right: 0; bottom: 5px; width: min(94%, 440px); padding: 17px; border: 1px solid rgba(139,154,181,.24); background: rgba(8,13,25,.86); box-shadow: 0 25px 70px rgba(0,0,0,.5); backdrop-filter: blur(18px); }
.condition-head { padding-bottom: 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; color: #dce6f5; border-bottom: 1px solid rgba(139,154,181,.16); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.condition-head small { color: #64728b; font-size: .58rem; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.condition-grid { display: grid; grid-template-columns: 1fr 1fr; }
.condition-grid > div { padding: 16px 12px 13px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; border-right: 1px solid rgba(139,154,181,.12); border-bottom: 1px solid rgba(139,154,181,.12); }
.condition-grid > div:nth-child(even) { border-right: 0; }
.condition-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.condition-grid span { grid-row: 1 / 3; color: var(--cyan); font-family: Georgia, serif; font-size: 1rem; }
.condition-grid strong { font-size: .72rem; }
.condition-grid small { margin-top: 4px; color: #71809a; font-size: .63rem; }
.hero-foot { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #52617a; border-top: 1px solid rgba(139,154,181,.13); font-size: .61rem; font-weight: 800; letter-spacing: .17em; }
.hero-foot i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: #344157; }

.section { padding: 120px 0; }
.story { color: #15222b; background: var(--paper); }
.split-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 130px); align-items: start; }
.split-heading h2, .section-heading h2, .view-copy h2, .status-grid h2, .support-box h2 { margin-bottom: 0; font-size: clamp(3.1rem, 5.7vw, 5.8rem); line-height: .96; }
.intro-copy { max-width: 650px; color: #495c68; font-size: 1.07rem; line-height: 1.78; }
.intro-copy p:last-child { margin-bottom: 0; }
.intro-copy strong { color: #132a34; }
.name-card { margin-top: 84px; padding: 42px clamp(25px, 5vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr auto 1.1fr; align-items: center; gap: 28px; color: var(--text); background: #071119; box-shadow: 18px 18px 0 #dce5e7; }
.name-part { display: grid; gap: 9px; }
.name-part span { font-family: Georgia, serif; font-size: clamp(1.4rem, 2.5vw, 2.25rem); letter-spacing: -.03em; }
.name-part small { color: #7a899e; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.name-card b { color: #536176; font-size: 1.6rem; font-weight: 300; }
.name-part.result span { color: #6aea94; }

.method { background: #080c17; }
.section-heading { max-width: 790px; }
.section-heading > p:last-child { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.steps { margin-top: 76px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.steps article { min-height: 330px; padding: 31px 28px; border-right: 1px solid var(--line); }
.steps article:first-child { border-left: 1px solid var(--line); }
.step-top { margin-bottom: 58px; display: flex; justify-content: space-between; align-items: center; color: #5d6d87; font-family: Georgia, serif; }
.steps h3 { margin-bottom: 16px; font-family: Georgia, serif; font-size: 1.42rem; font-weight: 400; }
.steps p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.signal { position: relative; width: 36px; height: 36px; display: block; border: 1px solid #42506a; border-radius: 50%; }
.signal-sun { border-color: #facc15; box-shadow: inset 0 0 0 8px #080c17, inset 0 0 0 18px #facc15; }
.signal-oval::after { content: ""; position: absolute; inset: 7px 2px; border: 2px solid var(--green); border-radius: 50%; transform: rotate(-25deg); }
.signal-cloud::before, .signal-cloud::after { content: ""; position: absolute; bottom: 9px; background: var(--cyan); border-radius: 12px; }
.signal-cloud::before { left: 7px; width: 23px; height: 9px; }
.signal-cloud::after { left: 11px; bottom: 12px; width: 12px; height: 12px; }
.signal-moon::after { content: ""; position: absolute; inset: 6px 8px 6px 6px; border-radius: 50%; background: var(--violet); box-shadow: 6px -1px 0 #080c17; }
.science-note { margin-top: 74px; padding: 42px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: end; color: #0a1a21; background: linear-gradient(115deg, #9eedb7, #69d7e9); }
.science-note > div { position: relative; padding-left: 76px; }
.note-mark { position: absolute; left: 0; top: -5px; font-family: Georgia, serif; font-size: 4.8rem; line-height: 1; }
.science-note .eyebrow { margin-bottom: 9px; color: #135a50; }
.science-note h3 { margin: 0; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.science-note > p { margin: 0; color: #17434a; font-size: .95rem; line-height: 1.75; }

.view-section { background: linear-gradient(180deg, #080c17, #0a1020); }
.view-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.view-copy h2 { max-width: 560px; }
.view-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 36px; color: var(--muted); line-height: 1.75; }
.tick-list { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; color: #c6d2e4; font-size: .9rem; }
.tick-list span { width: 26px; display: inline-block; color: var(--cyan); font-weight: 800; }
.signal-board { min-height: 570px; padding: 35px; border: 1px solid #273652; background: linear-gradient(145deg, rgba(17,26,46,.95), rgba(7,11,21,.98)); box-shadow: 24px 24px 0 #05070f; }
.board-head { display: flex; align-items: center; justify-content: space-between; }
.board-head > div { display: grid; gap: 8px; }
.board-head small, .board-head > span, .sample-label { color: #62718b; font-size: .6rem; font-weight: 800; letter-spacing: .16em; }
.board-head strong { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.board-head > span { padding: 7px 10px; color: #72e99a; border: 1px solid rgba(34,197,94,.3); }
.board-chart { position: relative; height: 250px; margin: 44px 0 25px; overflow: hidden; border: 1px solid rgba(139,154,181,.14); background-image: linear-gradient(rgba(139,154,181,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(139,154,181,.07) 1px, transparent 1px); background-size: 42px 42px; }
.horizon { position: absolute; left: 0; right: 0; bottom: 28%; height: 1px; background: #485570; }
.trace { position: absolute; left: -4%; width: 110%; height: 100px; border-radius: 50%; transform: rotate(-5deg); }
.trace-one { bottom: 8%; border-top: 3px solid var(--green); filter: drop-shadow(0 0 8px rgba(34,197,94,.45)); }
.trace-two { bottom: -5%; border-top: 2px solid var(--cyan); transform: rotate(8deg); opacity: .8; }
.marker { position: absolute; width: 9px; height: 9px; border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,255,255,.08); }
.marker-one { left: 39%; top: 44%; }
.marker-two { right: 18%; top: 34%; }
.board-readings { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(139,154,181,.16); }
.board-readings > div { position: relative; padding: 19px 10px 20px 18px; display: grid; gap: 8px; border-right: 1px solid rgba(139,154,181,.16); }
.board-readings > div:last-child { border: 0; }
.board-readings small { color: #697892; font-size: .53rem; font-weight: 800; letter-spacing: .12em; }
.board-readings strong { font-size: .75rem; }
.swatch { position: absolute; left: 0; top: 21px; width: 4px; height: 18px; }
.green { background: var(--green); }
.blue { background: var(--cyan); }
.violet-bg { background: var(--violet); }
.sample-label { margin: 18px 0 0; text-align: right; }

.sources { color: #14212a; background: #e8edef; }
.split-heading.compact { align-items: end; }
.split-heading.compact h2 { max-width: 720px; font-size: clamp(3rem, 5vw, 5rem); }
.split-heading.compact > p { margin: 0; }
.source-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c5d0d4; }
.source-grid article { min-height: 330px; padding: 35px; display: flex; flex-direction: column; border-right: 1px solid #c5d0d4; }
.source-grid article:last-child { border: 0; }
.source-no { color: #0a799f; font-family: Georgia, serif; font-size: 1.05rem; }
.source-grid h3 { margin: 55px 0 18px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.22; }
.source-grid p { color: #526670; font-size: .88rem; line-height: 1.68; }
.source-grid a { margin-top: auto; color: #076c91; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.source-grid a:hover { text-decoration: underline; }
.source-caveat { margin: 25px 0 0; color: #687a83; font-size: .72rem; line-height: 1.6; }
.source-caveat a { color: #076c91; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

.status-section { background: #071119; }
.status-grid { display: grid; grid-template-columns: .63fr 1.37fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.status-icon-wrap { position: relative; display: grid; place-items: center; }
.status-icon-wrap::before { content: ""; position: absolute; inset: -17%; border: 1px solid #24304a; border-radius: 50%; }
.status-icon-wrap::after { content: ""; position: absolute; inset: -3%; border: 1px dashed rgba(56,189,248,.35); border-radius: 50%; animation: rotate 28s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.status-icon-wrap img { width: min(100%, 260px); border-radius: 50%; }
.status-icon-wrap > span { position: absolute; right: -8%; bottom: 6%; padding: 12px; color: #092119; background: #6de594; font-size: .56rem; font-weight: 900; line-height: 1.3; letter-spacing: .12em; }
.status-grid h2 { max-width: 820px; }
.status-grid > div:last-child > p:not(.eyebrow):not(.no-download) { max-width: 750px; margin: 27px 0 40px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.status-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.status-facts > div { padding: 24px 18px 24px 0; display: grid; gap: 8px; border-right: 1px solid var(--line); }
.status-facts > div:not(:first-child) { padding-left: 22px; }
.status-facts > div:last-child { border: 0; }
.status-facts strong { color: var(--cyan); font-family: Georgia, serif; font-size: 2.1rem; font-weight: 400; }
.status-facts span { color: #75849c; font-size: .7rem; line-height: 1.4; }
.no-download { margin: 27px 0 0; color: #a8b5c8; font-size: .78rem; }
.no-download span { margin-right: 9px; color: var(--green); }

.store-section { color: #14212a; background: var(--paper); }
.store-heading { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.store-heading h2 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 5.7vw, 5.8rem); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.publisher-card { min-width: 365px; padding: 22px 24px; display: grid; gap: 8px; border-left: 4px solid #159e4c; background: #e4eee8; }
.publisher-card span { color: #5c6f68; font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.publisher-card strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.publisher-card a { width: fit-content; color: #08779d; font-size: .78rem; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.store-grid { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #c8d3d6; }
.store-card { min-height: 410px; padding: clamp(30px, 4vw, 48px); display: flex; flex-direction: column; background: #edf2f3; }
.store-card + .store-card { border-left: 1px solid #c8d3d6; }
.store-card-top { margin-bottom: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.store-symbol { width: 46px; height: 46px; display: grid; place-items: center; color: white; border-radius: 13px; background: #071119; font-family: Georgia, serif; font-size: 1.2rem; }
.google-store .store-symbol { color: #68e890; }
.store-state { padding: 8px 11px; color: #0d6332; border: 1px solid #88cda3; background: #dff2e5; font-size: .58rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.store-state.planned { color: #5b4974; border-color: #c5b3dd; background: #eee7f6; }
.store-card > p:not(.store-copy) { margin-bottom: 7px; color: #65767e; font-size: .57rem; font-weight: 850; letter-spacing: .17em; }
.store-card h3 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 400; letter-spacing: -.035em; }
.store-copy { max-width: 550px; color: #53666f; font-size: .9rem; line-height: 1.7; }
.store-link-placeholder { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #687a82; border-top: 1px solid #c4cfd2; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.store-link-placeholder strong { color: #182c35; }
.price-note { max-width: 920px; margin: 25px 0 0; color: #687a83; font-size: .76rem; line-height: 1.65; }
.price-note strong { color: #20343d; }

.support-cta { padding: 80px 0; color: #071119; background: linear-gradient(110deg, #5ade87, #56cfe3 62%, #a98cf4); }
.support-box { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.support-box .eyebrow { color: #154d43; }
.support-box h2 { max-width: 760px; }
.support-box p:last-child { margin: 22px 0 0; color: #1d5257; }
.support-actions { display: grid; gap: 18px; }
.button-light { color: #071119; background: white; }
.support-actions > a:not(.button) { text-align: center; font-size: .75rem; font-weight: 800; }
.support-actions > a:not(.button):hover { text-decoration: underline; }

.site-footer { padding: 58px 0; color: var(--text); background: #03050b; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 45px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 52px; height: 52px; border-radius: 15px; }
.footer-brand div { display: grid; gap: 7px; }
.footer-brand strong { font-size: .75rem; letter-spacing: .17em; }
.footer-brand small, .footer-grid > p span { color: #5f6e86; font-size: .7rem; }
.footer-links { display: flex; gap: 25px; color: #9ba9be; font-size: .72rem; }
.footer-links a:hover { color: white; }
.footer-grid > p { margin: 0; color: #8190a7; font-size: .7rem; line-height: 1.6; text-align: right; }

/* Support and privacy pages */
.inner-page { color: #15222b; background: var(--paper); }
.inner-page .site-header { position: relative; color: var(--text); background: var(--bg); }
.inner-hero { position: relative; padding: 105px 0 85px; overflow: hidden; color: var(--text); background: radial-gradient(circle at 78% -20%, rgba(56,189,248,.22), transparent 38%), radial-gradient(circle at 94% 48%, rgba(192,132,252,.16), transparent 30%), var(--bg); }
.inner-hero::after { content: ""; position: absolute; right: 8%; top: -80%; width: 380px; height: 630px; border: 1px solid rgba(56,189,248,.18); border-radius: 50%; transform: rotate(-28deg); }
.inner-hero h1 { max-width: 920px; font-size: clamp(3.6rem, 7vw, 6.5rem); }
.inner-hero .lede { max-width: 700px; margin-bottom: 0; }
.breadcrumbs { margin-bottom: 38px; color: #72809a; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs a { color: var(--cyan); }
.page-content { padding: 95px 0 120px; }
.content-layout { display: grid; grid-template-columns: 270px minmax(0, 780px); gap: clamp(60px, 10vw, 145px); align-items: start; }
.side-nav { position: sticky; top: 28px; padding: 22px 0; border-block: 1px solid #cbd5d8; }
.side-nav p { margin-bottom: 14px; color: #74858d; font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.side-nav a { padding: 10px 0; display: block; color: #344b57; font-size: .82rem; }
.side-nav a:hover { color: #08799e; }
.prose h2 { margin: 68px 0 22px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 400; letter-spacing: -.035em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 32px 0 10px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.prose p, .prose li { color: #4b606a; font-size: .97rem; line-height: 1.78; }
.prose strong { color: #152b35; }
.prose a { color: #08779d; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 21px; }
.notice { margin: 32px 0; padding: 24px 26px; border-left: 4px solid #19a954; background: #e5f3e9; }
.notice strong { display: block; margin-bottom: 6px; }
.notice p { margin: 0; }
.contact-cards { margin: 30px 0 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-card { min-height: 160px; padding: 25px; display: flex; flex-direction: column; color: var(--text) !important; text-decoration: none !important; background: #071119; }
.contact-card:hover { background: #102136; }
.contact-card span { color: var(--cyan); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { margin-top: auto; color: white; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.contact-card small { margin-top: 8px; color: #8391a8; }
.faq { border-top: 1px solid #cbd5d8; }
.faq details { border-bottom: 1px solid #cbd5d8; }
.faq summary { padding: 23px 42px 23px 0; position: relative; cursor: pointer; color: #162d37; font-family: Georgia, serif; font-size: 1.16rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: #0b84aa; font-family: "Segoe UI", sans-serif; font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 45px 24px 0; }
.meta-line { color: #7b8a91 !important; font-size: .77rem !important; }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid, .split-heading, .view-grid, .status-grid, .support-box { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { min-height: 630px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(3) { border-left: 1px solid var(--line); }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .source-grid { grid-template-columns: 1fr; }
  .source-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid #c5d0d4; }
  .science-note { grid-template-columns: 1fr; gap: 30px; }
  .status-icon-wrap { max-width: 330px; margin: 0 auto 30px; }
  .store-heading { grid-template-columns: 1fr; }
  .publisher-card { min-width: 0; max-width: 520px; }
  .support-actions { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { grid-column: 1 / -1; text-align: left; }
  .content-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 55px; }
}

@media (max-width: 720px) {
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .nav-shell { min-height: 75px; }
  .brand img { width: 39px; height: 39px; }
  .brand small { display: none; }
  nav { gap: 12px; }
  nav a:not(.nav-support) { display: none; }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.8rem); }
  .section { padding: 85px 0; }
  .hero-visual { min-height: 510px; }
  .app-mark { width: min(84%, 390px); }
  .condition-panel { left: 0; right: auto; bottom: 5px; width: 100%; }
  .hero-foot { padding: 24px 0; flex-wrap: wrap; justify-content: flex-start; }
  .hero-foot i { margin: 0 4px; }
  .name-card { grid-template-columns: 1fr; gap: 19px; box-shadow: 9px 9px 0 #dce5e7; }
  .name-card b { transform: rotate(90deg); width: fit-content; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:nth-child(3) { min-height: 280px; border: 0; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
  .step-top { margin-bottom: 40px; }
  .science-note { padding: 30px 24px; }
  .science-note > div { padding-left: 0; }
  .note-mark { position: static; display: block; margin-bottom: 12px; }
  .signal-board { min-height: 510px; padding: 24px 18px; box-shadow: 10px 10px 0 #05070f; }
  .board-readings { grid-template-columns: 1fr; }
  .board-readings > div { border: 0; border-bottom: 1px solid rgba(139,154,181,.16); }
  .status-facts { grid-template-columns: 1fr; }
  .status-facts > div, .status-facts > div:not(:first-child) { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .status-facts > div:last-child { border-bottom: 0; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card { min-height: 375px; }
  .store-card + .store-card { border-left: 0; border-top: 1px solid #c8d3d6; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-grid > p { grid-column: auto; }
  .inner-hero { padding: 78px 0 68px; }
  .content-layout { grid-template-columns: 1fr; gap: 45px; }
  .side-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .side-nav p { grid-column: 1 / -1; }
  .contact-cards { grid-template-columns: 1fr; }
}

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