:root {
  color-scheme: dark;
  --canvas: #0c1014;
  --surface: #13191f;
  --surface-raised: #1b232b;
  --line: #303a43;
  --text: #f2f4ee;
  --muted: #a5afb8;
  --quiet: #8d99a3;
  --lime: #c3ec00;
  --lime-ink: #101410;
  --radius: 18px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height, 85px); }
body { margin: 0; background: var(--canvas); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a, button, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--lime); outline-offset: 6px; border-radius: 3px; }
::selection { background: var(--lime); color: var(--lime-ink); }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
[hidden] { display: none !important; }
button { font: inherit; color: inherit; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 30; left: 20px; top: 10px; padding: 14px 20px; background: var(--lime); color: var(--lime-ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Navigation remains available on small screens without a script or hidden menu. */
.site-header { position: sticky; top: 0; z-index: 10; background: rgb(12 16 20 / 94%); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; font-size: 21px; font-weight: 740; letter-spacing: -.035em; }
.brand img { width: 37px; height: 37px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { display: flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 550; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-status { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; font-size: 12px; border: 1px solid #414c55; padding: 0 15px; border-radius: 6px; transition: background .2s, border-color .2s; }
.nav-status:hover { background: var(--surface-raised); border-color: var(--muted); }
.eyebrow { color: var(--muted); font: 550 11px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .115em; }

/* The preview intentionally carries no forecast values or simulated app controls. */
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 58px; padding-block: 72px 70px; align-items: center; }

.hero h1 { font-size: clamp(60px, 6.25vw, 88px); line-height: .99; font-weight: 720; letter-spacing: -.065em; max-width: 640px; margin-block: 27px; text-wrap: initial; }
.hero h1 span { display: block; color: #a8b2b9; }
.hero-description { max-width: 505px; font-size: 19px; line-height: 1.6; color: var(--muted); }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 32px; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; background: var(--lime); color: var(--lime-ink); border-radius: 6px; font-size: 14px; font-weight: 700; transition: background .2s, transform .2s; }
.button:hover { background: #d1f63a; transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button span { font-size: 21px; font-weight: 400; }
.release-note { font-size: 12px; line-height: 1.6; }
.release-note > span { color: var(--quiet); }
.hero-trust { display: flex; gap: 19px; margin-top: 28px; font-size: 12px; color: var(--quiet); }
.hero-trust span + span { border-left: 1px solid var(--line); padding-left: 19px; }
.visual-heading { position: absolute; inset: 23px 24px auto; display: flex; justify-content: space-between; gap: 12px; color: var(--quiet); font: 10px/1.4 var(--mono); letter-spacing: .09em; }
.phone-placeholder { position: relative; width: 225px; aspect-ratio: 9 / 18.8; border: 5px solid #070b0e; border-radius: 38px; background: linear-gradient(145deg, #202a35, #10161c); box-shadow: 0 0 0 1px #4c5863, 0 25px 50px #0005; display: grid; place-items: center; margin-block: 60px; transform: rotate(-4deg); }
.phone-island { position: absolute; top: 10px; width: 70px; height: 20px; left: 50%; transform: translateX(-50%); background: #070b0e; border-radius: 12px; }
.phone-home { position: absolute; bottom: 10px; width: 68px; height: 3px; left: 50%; transform: translateX(-50%); background: #60707c; border-radius: 2px; }
.placeholder-content { display: grid; justify-items: center; text-align: center; padding: 24px; gap: 24px; }
.placeholder-content img { width: 52px; height: 52px; border-radius: 14px; }
.placeholder-content strong { font-size: 25px; line-height: 1.08; font-weight: 600; letter-spacing: -.035em; }
.placeholder-content > span { color: var(--muted); font: 11px/1.7 var(--mono); }

.intro { display: grid; grid-template-columns: .85fr 1.4fr; gap: 100px; padding-block: 46px 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro h2 { font-size: 32px; line-height: 1.14; letter-spacing: -.04em; font-weight: 600; }
.intro p { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 740px; }
.chapter-links { display: flex; flex-wrap: wrap; column-gap: 28px; margin-top: 16px; }
.chapter-links a { display: flex; align-items: center; gap: 11px; min-height: 44px; font-size: 12px; }
.chapter-links a > span:first-child { color: var(--quiet); font: 10px var(--mono); }
.chapter-links a > span:last-child { color: var(--muted); transition: transform .2s; }
.chapter-links a:hover > span:last-child { transform: translate(2px, -2px); }
.features { padding: 0; }
.feature { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: clamp(45px, 7vw, 108px); padding-block: 72px; }

.feature-reverse { grid-template-columns: 1.1fr 1fr; }
.feature-reverse .feature-copy { grid-column: 2; grid-row: 1; }
.feature-reverse .preview-panel { grid-column: 1; grid-row: 1; }
.chapter-number { margin-right: 14px; color: var(--text); }
.feature h2, .answers h2, .final h2 { font-size: clamp(38px, 3.8vw, 52px); line-height: 1.06; letter-spacing: -.05em; font-weight: 640; margin-top: 22px; }
.feature-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; margin-top: 22px; }
.feature-detail { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 22px; }
.feature-detail h3 { font-size: 15px; font-weight: 600; line-height: 1.5; }
.feature-detail p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-top: 8px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 12px; line-height: 1.6; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #57646e; margin-top: 16px; }
.text-link:hover { text-decoration-color: var(--text); }
.feature-copy > .boundary-note { font-size: 12px !important; line-height: 1.65; color: var(--quiet) !important; padding-left: 14px; border-left: 2px solid #4a5863; }
.preview-panel { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.panel-heading { display: flex; justify-content: space-between; gap: 20px; padding: 22px 24px; border-bottom: 1px solid var(--line); color: var(--muted); font: 10px/1.4 var(--mono); letter-spacing: .09em; }
.capture-placeholder { min-height: 295px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px 24px; position: relative; gap: 12px; background-image: linear-gradient(#ffffff03 1px, transparent 1px), linear-gradient(90deg, #ffffff03 1px, transparent 1px); background-size: 36px 36px; }
.viewfinder { display: block; width: 50px; height: 40px; margin-bottom: 17px; background: linear-gradient(#8a99a6, #8a99a6) left top / 12px 1px, linear-gradient(#8a99a6, #8a99a6) left top / 1px 12px, linear-gradient(#8a99a6, #8a99a6) right top / 12px 1px, linear-gradient(#8a99a6, #8a99a6) right top / 1px 12px, linear-gradient(#8a99a6, #8a99a6) left bottom / 12px 1px, linear-gradient(#8a99a6, #8a99a6) left bottom / 1px 12px, linear-gradient(#8a99a6, #8a99a6) right bottom / 12px 1px, linear-gradient(#8a99a6, #8a99a6) right bottom / 1px 12px; background-repeat: no-repeat; }
.capture-placeholder strong { font-size: clamp(20px, 2vw, 25px); line-height: 1.25; letter-spacing: -.025em; font-weight: 550; }
.capture-placeholder > span:not(.viewfinder) { color: var(--muted); font-size: 12px; line-height: 1.5; }
.capture-placeholder > .placeholder-label { font: 10px/1.5 var(--mono); padding: 7px 11px; border: 1px dashed #46515b; border-radius: 4px; margin-top: 16px; }
.preview-panel figcaption { padding: 18px 24px; color: var(--quiet); font-size: 11px; line-height: 1.5; border-top: 1px solid var(--line); }

/* A compact plan summary; the detailed comparison opens on demand. */
.plans { padding-block: 48px; }
.plans-overview { display: grid; grid-template-columns: .95fr 1fr 1fr; gap: 42px; }
.plans-intro h2 { font-size: 30px; line-height: 1.12; letter-spacing: -.04em; font-weight: 620; margin-top: 14px; }
.plans-intro > p:last-child, .plan-summary > p { font-size: 14px; line-height: 1.65; color: var(--muted); margin-top: 14px; }
.plan-summary { border-left: 1px solid var(--line); padding-left: 30px; }
.plan-summary h3 { display: flex; align-items: center; gap: 10px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; font-weight: 600; }
.plan-summary > .plan-capacity { font-size: 12px; color: var(--quiet); margin-top: 16px; }
.plans-shared { display: flex; align-items: center; gap: 9px; margin-top: 28px; font-size: 12px; line-height: 1.6; color: var(--quiet); }
.plan-icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; color: var(--muted); }
.plans-shared .plan-icon { width: 17px; height: 17px; }
.plan-details { border-top: 1px solid var(--line); margin-top: 14px; }
.plan-details summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; font-size: 13px; font-weight: 550; cursor: pointer; list-style: none; }
.plan-details summary::-webkit-details-marker { display: none; }
.plan-details summary span { font-size: 22px; font-weight: 400; transition: transform .25s; }
.plan-details[open] summary span { transform: rotate(45deg); }
.plan-details summary:hover { color: #355239; }
.plan-details summary:focus-visible { outline-color: #355239; outline-offset: 2px; }
.plan-comparison { border-top: 1px solid var(--line); }
.plan-comparison table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.plan-comparison th, .plan-comparison td { padding: 13px 18px; font-size: 13px; line-height: 1.5; vertical-align: top; border-bottom: 1px solid var(--line); }
.plan-comparison thead th { font-weight: 600; }
.plan-comparison thead th:first-child { width: 38%; }
.plan-comparison tbody th { font-weight: 500; }
.plan-comparison td { color: var(--muted); }
.plan-comparison tr:last-child th, .plan-comparison tr:last-child td { border-bottom: 0; }
.plans-note { font-size: 12px; line-height: 1.6; color: var(--quiet); margin-top: 18px; }

.answers { display: grid; grid-template-columns: .8fr 1.4fr; gap: 100px; padding-block: 28px 100px; }
.answers-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.7; margin-top: 23px; max-width: 260px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; position: relative; padding: 23px 35px 23px 0; font-size: 16px; line-height: 1.5; font-weight: 550; transition: color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: 22px; font-size: 23px; line-height: 1; color: var(--muted); font-weight: 350; }
.faq details[open] summary::after { content: "−"; }
.faq summary:hover { color: #c8d1d7; }
.faq p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: -5px 28px 25px 0; }
.availability { padding: 17px 23px; border: 1px solid #59656f; border-radius: 6px; font-size: 14px; font-weight: 600; }
@keyframes arrive { from { opacity: .5; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* Product scenes use three art directions, without simulated forecast data. */
.hero { padding-block: 56px 64px; grid-template-columns: 1.06fr 1fr; gap: 64px; }
.hero h1 { font-size: clamp(54px, 5.7vw, 80px); letter-spacing: -.055em; line-height: 1.02; margin-block: 25px 28px; }
.hero h1 .hero-line { color: var(--text); display: block; overflow: clip; padding-bottom: .08em; margin-bottom: -.08em; }
.hero h1 .hero-line:nth-child(2) { color: #dfc9b4; }
.hero h1 .hero-line:nth-child(3) { color: #a9b9c4; }
.hero-line > span { display: block; color: inherit !important; animation: line-rise .85s cubic-bezier(.16, 1, .3, 1) both; }
.hero-line:nth-child(2) > span { animation-delay: .12s; }
.hero-line:nth-child(3) > span { animation-delay: .24s; }
.hero-description { max-width: 510px; font-size: 17px; line-height: 1.7; }
.hero-description strong { font-weight: 450; color: #d6dde0; }
.hero-actions, .hero-trust { animation: arrive .8s .3s both; }
.hero-showcase { min-width: 0; border: 1px solid #46515c; border-radius: 20px; overflow: hidden; background: #151e29; box-shadow: 0 28px 70px #0003; }
.scene-stage { position: relative; touch-action: pan-y; }
.hero-scene { position: relative; }
.scene-art { min-height: 410px; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 70%, #41556c 0%, #1f2b3b 48%, #151e29 85%); }
.scene-orbit { position: absolute; border: 1px solid #6e81984d; border-radius: 50%; width: 340px; height: 340px; z-index: -1; }
.scene-orbit-two { width: 520px; height: 520px; border-style: dashed; border-color: #788a9f40; }
.visual-heading { z-index: 2; color: #b8c4cf; }
.phone-depth { transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .35s ease-out; }
.scene-art .phone-placeholder { width: 168px; margin-block: 51px 33px; border-radius: 29px; transform: rotate(-7deg); box-shadow: 0 0 0 1px #71808f, 18px 30px 45px #0005; }
.scene-art .phone-island { width: 56px; height: 16px; top: 8px; }
.scene-art .placeholder-content { gap: 22px; padding-inline: 15px; }
.scene-art .placeholder-content strong { font-size: 24px; line-height: 1.1; }
.scene-art .placeholder-content img { width: 41px; height: 41px; border-radius: 11px; }
.scene-art .placeholder-content > span { font-size: 9px; }
.scene-side-label { position: absolute; right: 21px; bottom: 28px; writing-mode: vertical-rl; font: 9px/1.5 var(--mono); letter-spacing: .12em; color: #b8c4cf; }
.scene-description { padding: 23px 27px 18px; background: #151e29; border-top: 1px solid #ffffff17; }
.scene-description h2 { min-height: 2.4em; font-size: 23px; font-weight: 550; line-height: 1.2; letter-spacing: -.025em; }
.scene-description p { color: #b3bfca; font-size: 13px; line-height: 1.65; margin-top: 8px; max-width: 400px; min-height: 43px; }
.scene-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 3px; font-size: 12px; text-decoration: underline; text-decoration-color: #768693; text-underline-offset: 4px; }
.scene-link > span { transition: transform .2s; }
.scene-link:hover > span { transform: translate(2px, -2px); }
.scene-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 18px; background: #10171f; border-top: 1px solid #455362; }
.scene-tabs button { min-height: 67px; border: 0; background: transparent; cursor: pointer; padding: 12px 4px; font-size: 12px; color: #afbbc6; position: relative; transition: color .2s, background .2s; }
.scene-tabs button span { margin-right: 8px; color: #96a6b4; font: 9px var(--mono); }
.scene-tabs button::before { content: ''; position: absolute; top: -1px; inset-inline: 8px; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.16, 1, .3, 1); }
.scene-tabs button[aria-selected="true"] { color: #f2f4ee; }
.scene-tabs button[aria-selected="true"]::before { transform: scaleX(1); }
.scene-tabs button:hover { background: #ffffff05; color: #fff; }
.scene-tabs button:focus-visible { outline-offset: -6px; }
.hero-scene:focus-visible { outline: 2px solid var(--lime); outline-offset: -6px; }
.scene-spots .scene-art { background: radial-gradient(ellipse at 20% 30%, #cbd4c2, #a6b5a6 64%, #869b8c); }
.scene-spots .scene-orbit { border-color: #50675a55; border-radius: 40% 60% 46% 54%; transform: rotate(-28deg); }
.scene-spots .scene-orbit-two { transform: rotate(32deg); }
.scene-spots .visual-heading, .scene-spots .scene-side-label { color: #344a3b; }
.scene-spots .phone-placeholder { transform: rotate(7deg); background: linear-gradient(145deg, #253b34, #10211b); }
.scene-light .scene-art { background: radial-gradient(ellipse at 50% 100%, #be8b64, #604743 44%, #242433 90%); }
.scene-light .scene-orbit { border-color: #ffd5a76b; }
.scene-light .scene-orbit-two { border-color: #ffd5a733; }
.scene-light .phone-placeholder { transform: rotate(-4deg); background: linear-gradient(150deg, #4c3c3e, #171d2a); }
.scene-light .visual-heading, .scene-light .scene-side-label { color: #f0d9cb; }

/* Full-width chapters create a deliberate change of scene. */
.intro { padding-block: 43px; border-bottom: 0; }
.intro h2 { max-width: 360px; }
.feature-band { position: relative; overflow: hidden; isolation: isolate; }
.feature-band .feature { position: relative; z-index: 1; padding-block: 105px; }
.weather-band { background: #141d28; border-top: 1px solid #36424f; }
.weather-band::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-25deg, transparent 0, transparent 118px, #788da20a 119px, transparent 120px); pointer-events: none; }
.weather-band .preview-panel { background: #1b2836; border-color: #526170; box-shadow: 0 24px 70px #060e1633; }
.weather-band .capture-placeholder { background-color: #213345; min-height: 340px; }
.spots-band, .plans-band { color-scheme: light; --canvas: #edf0e8; --surface: #f6f8f2; --surface-raised: #dde4d7; --text: #19271f; --muted: #4c6053; --quiet: #526659; --line: #b6c3b6; color: var(--text); background: var(--canvas); }
.spots-band { background: radial-gradient(ellipse at 10% 0%, #d6e0d2, transparent 65%), #edf0e8; }
.spots-band .preview-panel { border-color: #93a68f; box-shadow: 0 24px 60px #23382212; transform: rotate(-1.5deg); }
.spots-band .capture-placeholder { min-height: 350px; background: repeating-radial-gradient(ellipse at 25% 35%, transparent 0, transparent 40px, #839c8120 41px, transparent 42px), #dce5d6; }
.spots-band .placeholder-label { border-color: #81957e; background: #edf0e8d9; }
.spots-band .feature-copy > .boundary-note { border-color: #8e9e8a; }
.spots-band a:focus-visible, .plans-band a:focus-visible { outline-color: #355239; }
.light-band { --muted: #c6bdc2; --quiet: #bbb0b7; --line: #605059; background: radial-gradient(ellipse at 95% 100%, #674936 0%, transparent 65%), radial-gradient(ellipse at 0% 0%, #30394c, transparent 65%), #211e27; }
.light-band::before { content: ''; position: absolute; width: 680px; height: 680px; right: -180px; bottom: -480px; border: 1px solid #efc18c40; border-radius: 50%; box-shadow: 0 0 0 100px #ffdbae05, 0 0 0 200px #ffdbae03; }
.light-band .preview-panel { --muted: #e8dcd2; --quiet: #d7c7bf; background: #312a31; border-color: #886d66; box-shadow: 0 24px 70px #100b1133; }
.light-band .capture-placeholder { min-height: 340px; background: radial-gradient(ellipse at 50% 140%, #77563f, #443239 65%, #312a31); }
.light-band .placeholder-label { border-color: #9c837d; background: #312a3180; }
.light-band .viewfinder { filter: brightness(1.8); }
.plans-band { background: #e9ede5; border-block: 1px solid #b6c3b6; }
.answers { padding-top: 90px; }
@keyframes line-rise { from { opacity: 0; transform: translateY(105%); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1600px) { .hero { padding-block: 90px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .nav-shell { gap: 20px; }
  .nav-links { gap: 18px; }
  .nav-status { font-size: 11px; padding-inline: 10px; gap: 7px; }
  .hero { gap: 32px; }
  .hero h1 { font-size: 68px; }
  .hero-actions { flex-wrap: wrap; gap: 17px; }
  .phone-placeholder { width: 208px; }
  .intro { gap: 60px; }
  .chapter-links { column-gap: 20px; }
  .feature { gap: 45px; }
  .answers { gap: 55px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: var(--header-height, 107px); }
  .container { width: calc(100% - 40px); }
  .nav-shell { min-height: 106px; display: grid; grid-template-columns: 1fr auto; gap: 0 12px; padding-top: 9px; }
  .brand { font-size: 19px; }
  .brand img { width: 32px; height: 32px; border-radius: 9px; }
  .nav-status { border: 0; padding: 0; font-size: 11px; }
  .nav-links { grid-row: 2; grid-column: 1 / -1; justify-content: space-between; gap: 12px; }
  .nav-links a { font-size: 12px; }
  .hero { padding-block: 45px; gap: 26px; }
  .hero h1 { font-size: 54px; }
  .hero-description { font-size: 16px; }
  .phone-placeholder { width: 176px; border-radius: 32px; }
  .visual-heading { font-size: 9px; inset-inline: 15px; }
  .visual-heading span:last-child { display: none; }
  .placeholder-content { padding-inline: 18px; }
  .placeholder-content strong { font-size: 22px; }
  .hero-trust { gap: 12px; font-size: 11px; }
  .hero-trust span + span { padding-left: 12px; }
  .intro { grid-template-columns: 1fr; gap: 22px; padding-block: 35px; }
  .intro h2 { font-size: 30px; }
  .intro p { font-size: 16px; }
  .feature, .feature-reverse { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 50px; }
  .feature h2 { font-size: 35px; }
  .feature-copy > p:not(.eyebrow) { font-size: 14px; }
  .feature-detail p { font-size: 13px; }
  .panel-heading { padding-inline: 16px; font-size: 9px; }
  .panel-heading span:last-child { display: none; }
  .capture-placeholder { padding-inline: 16px; min-height: 315px; }
  .preview-panel figcaption { padding-inline: 16px; }
  .answers { gap: 38px; padding-block: 20px 60px; }
  .answers h2 { font-size: 42px; }
  .faq summary { font-size: 15px; }
  .availability { font-size: 12px; padding-inline: 16px; }
}
@media (max-width: 600px) {
  .hero { grid-template-columns: 1fr; gap: 35px; padding-block: 34px 38px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .hero h1 { font-size: clamp(46px, 11.8vw, 66px); max-width: 470px; margin-block: 23px 20px; }
  .hero-description { font-size: 16px; line-height: 1.65; max-width: 480px; }
  .hero-actions { flex-wrap: nowrap; gap: 18px; margin-top: 25px; }
  .button { padding-inline: 16px; gap: 17px; font-size: 13px; }
  .release-note { font-size: 10px; }
  .hero-trust { margin-top: 23px; }
  .visual-heading { inset: 18px 18px auto; }
  .visual-heading span:last-child { display: initial; }
  .phone-placeholder { width: 158px; margin-block: 45px 48px; border-radius: 28px; border-width: 4px; }
  .phone-island { height: 14px; width: 54px; top: 8px; }
  .placeholder-content { gap: 18px; padding: 16px 12px; }
  .placeholder-content img { width: 38px; height: 38px; border-radius: 10px; }
  .placeholder-content strong { font-size: 20px; }
  .placeholder-content > span { font-size: 9px; }
  .intro { padding-block: 32px; gap: 18px; }
  .intro h2 { font-size: 27px; }
  .intro p { font-size: 15px; }
  .chapter-links { gap: 0 21px; margin-top: 13px; }
  .chapter-links a { font-size: 11px; gap: 8px; }
  .features { padding-block: 0; }
  .feature, .feature-reverse { grid-template-columns: 1fr; padding-block: 46px; gap: 28px; }
  .feature-reverse .feature-copy, .feature-reverse .preview-panel { grid-column: auto; grid-row: auto; }
  .feature h2 { font-size: 39px; margin-top: 18px; }
  .feature-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 20px; }
  .feature-detail { margin-top: 22px; padding-top: 19px; }
  .feature-detail p { font-size: 14px; }
  .panel-heading { padding: 18px; }
  .panel-heading span:last-child { display: initial; }
  .capture-placeholder { min-height: 250px; padding-block: 30px; }
  .capture-placeholder strong { font-size: 22px; }
  .viewfinder { margin-bottom: 12px; }
  .preview-panel figcaption { padding: 16px 18px; }
  .plans-note { font-size: 11px; }
  .answers { grid-template-columns: 1fr; gap: 28px; padding-block: 12px 54px; }
  .answers h2 { font-size: 38px; margin-top: 17px; }
  .answers-heading > p:last-child { max-width: none; font-size: 14px; margin-top: 17px; }
  .faq summary { font-size: 15px; padding-block: 21px; }
  .faq p { font-size: 14px; margin-right: 12px; }
  .availability { font-size: 13px; padding-inline: 20px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .nav-links { gap: 8px; }
  .nav-links a { font-size: 10px; }
  .hero-actions { flex-wrap: wrap; }
  .hero h1 { font-size: 45px; }
  .chapter-links { column-gap: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

@media (max-width: 1100px) {
  .hero { gap: 38px; }
  .hero h1 { font-size: 64px; }
  .hero-description { font-size: 16px; }
  .scene-art { min-height: 390px; }
  .scene-art .phone-placeholder { width: 155px; }
  .scene-description { padding-inline: 22px; }
  .scene-description h2 { font-size: 21px; }
  .feature-band .feature { padding-block: 80px; }
}
@media (max-width: 800px) {
  .hero { gap: 28px; padding-block: 38px; }
  .hero h1 { font-size: 48px; }
  .hero-description { font-size: 15px; }
  .hero .eyebrow { font-size: 10px; }
  .scene-art { min-height: 340px; }
  .scene-art .phone-placeholder { width: 131px; border-radius: 25px; }
  .scene-art .placeholder-content { padding-inline: 10px; gap: 16px; }
  .scene-art .placeholder-content strong { font-size: 19px; }
  .scene-art .placeholder-content > span { font-size: 8px; }
  .scene-art .placeholder-content img { width: 34px; height: 34px; border-radius: 9px; }
  .scene-description { padding: 19px 19px 12px; }
  .scene-description h2 { font-size: 19px; }
  .scene-description p { font-size: 12px; min-height: 59px; }
  .scene-tabs { padding-inline: 8px; }
  .scene-tabs button { font-size: 11px; min-height: 60px; }
  .scene-tabs button span { display: none; }
  .scene-side-label { right: 12px; font-size: 8px; }
  .feature-band .feature { padding-block: 65px; }
  .answers { padding-top: 65px; }
}
@media (max-width: 600px) {
  .hero { gap: 32px; padding-block: 36px; }
  .hero h1 { font-size: clamp(40px, 11.8vw, 68px); letter-spacing: -.05em; margin-block: 24px; }
  .hero-description { font-size: 16px; }
  .hero-showcase { width: 100%; }
  .scene-art { min-height: 302px; }
  .scene-art .phone-placeholder { width: 124px; margin-block: 39px 28px; border-radius: 24px; }
  .scene-description { padding: 21px 22px 12px; }
  .scene-description h2 { font-size: 22px; }
  .scene-description p { min-height: 43px; font-size: 13px; }
  .scene-tabs { padding-inline: 14px; }
  .scene-tabs button { min-height: 61px; font-size: 12px; }
  .scene-tabs button span { display: inline; }
  .scene-art .visual-heading { inset: 16px 18px auto; font-size: 9px; }
  .scene-orbit-one { width: 230px; height: 230px; }
  .scene-orbit-two { width: 370px; height: 370px; }
  .feature-band .feature { padding-block: 54px; }
  .weather-band .capture-placeholder, .spots-band .capture-placeholder, .light-band .capture-placeholder { min-height: 280px; }
  .feature-reverse .preview-panel { transform: none; }
  .answers { padding-top: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  .phone-depth { transform: none; }
}

/* Restored from the previous landing: a gridded hero, editorial sections and a centered close. */
.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 20; background: var(--lime); transform: scaleX(var(--read-progress, 0)); transform-origin: left; pointer-events: none; }
.hero-backdrop { position: relative; isolation: isolate; overflow: hidden; background: #090d11; }
.hero-backdrop .hero { position: relative; z-index: 1; }
.hero-grid { position: absolute; inset: -85px 0; background-image: linear-gradient(#ffffff09 1px, transparent 1px), linear-gradient(90deg, #ffffff09 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, #0009 45%, transparent 95%); pointer-events: none; }
.hero-rings { position: absolute; right: 6%; top: 19%; width: 520px; height: 520px; border: 1px solid #ffffff12; border-radius: 50%; box-shadow: 0 0 0 80px #ffffff05, 0 0 0 160px #ffffff03; pointer-events: none; }
.hero-grid, .hero-rings { transform: translateY(var(--drift, 0px)); }
.hero-showcase { background: #151e29ed; box-shadow: 0 30px 90px #0005; }

.journal, .honesty { --paper: #eef1ec; --text: #101a20; --muted: #4e5b62; --quiet: #536169; --line: #b7bfba; color-scheme: light; color: var(--text); background: var(--paper); }
.journal { border-top: 1px solid #bbc5b7; padding-block: 104px 94px; }
.journal-top { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; margin-bottom: 60px; }
.journal-top > .eyebrow { padding-top: 10px; }
.journal h2 { font-size: clamp(52px, 6.2vw, 88px); font-weight: 650; line-height: .98; letter-spacing: -.06em; }
.journal-intro { max-width: 640px; font-size: 17px; line-height: 1.65; color: var(--muted); margin-top: 25px; }
.article-list { border-top: 1px solid #aeb8b0; }
.article-row { display: grid; grid-template-columns: 130px minmax(0, 1.25fr) minmax(0, 1fr) 105px; gap: 28px; align-items: start; padding: 30px 0; border-bottom: 1px solid #aeb8b0; transition: background .25s; }
.article-cluster, .article-status { font: 550 10px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--quiet); }
.article-cluster { display: flex; align-items: center; gap: 9px; padding-top: 3px; }
.article-cluster::before { content: ''; flex-shrink: 0; width: 5px; height: 5px; border: 1px solid #68786c; }
.article-row h3 { font-size: 26px; font-weight: 600; line-height: 1.14; letter-spacing: -.035em; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.article-row > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.article-status { text-align: right; color: #263b2b; padding-top: 3px; }
.article-row:hover { background: #dce3d733; }
.article-row:hover h3 { transform: translateX(5px); }
.journal-note { max-width: 700px; font-size: 12px; line-height: 1.65; color: var(--quiet); margin-top: 25px; }

.honesty { padding-block: 112px 118px; }
.honesty-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: start; }
.honesty h2 { font-size: clamp(70px, 7.9vw, 114px); font-weight: 680; letter-spacing: -.065em; line-height: .92; margin-top: 31px; }
.draw-underline { display: inline-block; position: relative; padding-bottom: .07em; }
.underline-stroke { position: absolute; inset: auto 0 0; height: 5px; background: var(--lime); transform-origin: left; }
.honesty-copy { padding-top: 44px; }
.honesty-copy > p { font-size: 20px; line-height: 1.55; letter-spacing: -.015em; }
.limits { margin: 34px 0 0; border-top: 1px solid var(--line); }
.limit { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.limit dt { color: var(--muted); font: 600 10px/1.6 var(--mono); text-transform: uppercase; padding-top: 3px; }
.limit dd { margin: 0; font-size: 14px; line-height: 1.6; }

.final { min-height: 720px; padding: 104px 24px; position: relative; display: grid; place-items: center; background: #070a0d; text-align: center; overflow: hidden; isolation: isolate; }
.cta-orbits { position: absolute; left: calc(50% - 310px); top: calc(50% - 310px); width: 620px; height: 620px; border: 1px solid #27343d; border-radius: 50%; box-shadow: 0 0 0 100px #ffffff04, 0 0 0 200px #ffffff02; pointer-events: none; transform: translateY(var(--drift, 0px)) scale(var(--aura-scale, 1)); }
.cta-orbits::after { content: ''; position: absolute; inset: -54px; border: 1px dashed #53677530; border-radius: inherit; }
.final-inner { position: relative; z-index: 1; width: min(880px, 100%); }
.final-inner > img { width: 82px; height: 82px; border-radius: 23px; margin: 0 auto 30px; }
.final h2 { font-size: clamp(58px, 6.5vw, 94px); font-weight: 680; letter-spacing: -.06em; line-height: .97; margin: 0; }
.cta-line { display: block; }
.final-inner > p { max-width: 580px; font-size: 17px; line-height: 1.6; color: #a5b0ba; margin: 27px auto 31px; }
.final .availability { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 0; border-radius: 7px; background: var(--lime); color: var(--lime-ink); font-size: 14px; font-weight: 700; }
.footer { background: #070a0d; border-top: 1px solid #27313a; }
.footer-inner { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 22px; }
.footer-name { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; }
.footer-meta { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 20px; font-size: 12px; color: #a5b0ba; }
.footer-meta a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.footer a:hover { color: #fff; }

@media (max-width: 1100px) {
  .nav-links { gap: 16px; }
  .article-row { grid-template-columns: 105px minmax(0, 1.2fr) minmax(0, 1fr) 82px; gap: 23px; }
  .article-row h3 { font-size: 23px; }
  .honesty-layout { gap: 65px; }
  .honesty h2 { font-size: 84px; }
  .honesty-copy > p { font-size: 19px; }
  .limit { grid-template-columns: 90px 1fr; gap: 18px; }
}
@media (max-width: 800px) {
  .nav-links { gap: 10px; }
  .hero-grid { background-size: 56px 56px; }
  .journal { padding-block: 65px; }
  .journal-top { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .journal h2 { font-size: 58px; }
  .article-row { grid-template-columns: 110px 1fr; gap: 13px 24px; }
  .article-row h3 { font-size: 25px; }
  .article-row > p { grid-column: 2; }
  .article-status { grid-column: 2; text-align: left; }
  .honesty { padding-block: 72px 80px; }
  .honesty-layout { gap: 38px; grid-template-columns: 1fr 1fr; }
  .honesty h2 { font-size: 64px; }
  .honesty-copy { padding-top: 35px; }
  .honesty-copy > p { font-size: 17px; }
  .limit { grid-template-columns: 1fr; gap: 7px; }
  .final { min-height: 660px; padding-block: 90px; }
  .footer-meta { gap: 4px; flex-direction: column; align-items: flex-end; }
}
@media (max-width: 600px) {
  .nav-links { gap: 8px; }
  .nav-links a { font-size: 11px; }
  .hero-grid { mask-image: linear-gradient(180deg, #000b, #0004 55%, transparent); }
  .hero-rings { top: 48%; right: -150px; width: 380px; height: 380px; }
  .journal { padding-block: 54px; }
  .journal-top { gap: 21px; }
  .journal h2 { font-size: clamp(44px, 11vw, 60px); }
  .journal-intro { font-size: 15px; margin-top: 21px; }
  .article-row { grid-template-columns: 1fr; gap: 13px; padding-block: 25px; }
  .article-row > p, .article-status { grid-column: auto; }
  .article-row h3 { font-size: 25px; }
  .article-row:hover h3 { transform: none; }
  .honesty { padding-block: 58px 64px; }
  .honesty-layout { grid-template-columns: 1fr; gap: 30px; }
  .honesty h2 { font-size: clamp(59px, 15vw, 80px); max-width: 450px; margin-top: 26px; }
  .honesty-copy { padding-top: 0; }
  .honesty-copy > p { font-size: 18px; }
  .limit { grid-template-columns: 100px 1fr; gap: 16px; }
  .final { min-height: 610px; padding: 78px 20px; }
  .final-inner > img { width: 66px; height: 66px; border-radius: 18px; margin-bottom: 28px; }
  .final h2 { font-size: clamp(43px, 11.5vw, 68px); }
  .final-inner > p { font-size: 15px; max-width: 380px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 22px; }
  .footer-meta { align-items: flex-start; gap: 0; }
}
@media (max-width: 359px) {
  .nav-links { gap: 6px; }
  .nav-links a { font-size: 10px; }
  .honesty h2 { font-size: 57px; }
  .limit { grid-template-columns: 1fr; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-grid, .hero-rings, .cta-orbits { transform: none; }
  .article-row:hover h3 { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress { display: none; }
}

@media (max-width: 1000px) {
  .plans-overview { grid-template-columns: 1fr 1fr; gap: 26px; }
  .plans-intro { grid-column: 1 / -1; max-width: 590px; }
  .plans-intro h2 br { display: none; }
  .plan-summary { padding-left: 0; border-left: 0; }
}
@media (max-width: 600px) {
  .plans { padding-block: 36px 24px; }
  .plans-overview { grid-template-columns: 1fr; gap: 22px; }
  .plans-intro h2 { font-size: 28px; }
  .plans-intro h2 br { display: initial; }
  .plan-summary { border-top: 1px solid var(--line); padding-top: 20px; }
  .plan-summary h3 { display: flex; align-items: center; gap: 10px; font-size: 20px; }
  .plan-summary > p { margin-top: 8px; }
  .plan-summary > .plan-capacity { margin-top: 10px; }
  .plans-shared { margin-top: 22px; }
  .plan-comparison th, .plan-comparison td { padding: 12px 7px; font-size: 12px; overflow-wrap: break-word; }
  .plan-comparison thead th:first-child { width: 34%; }
  .plan-comparison th:first-child { padding-left: 0; }
  .plan-comparison td:last-child, .plan-comparison thead th:last-child { padding-right: 0; }
}

.directory-button { display: flex; width: fit-content; max-width: 100%; align-items: center; gap: 12px; min-height: 44px; border: 1px solid #95a695; border-radius: 5px; padding: 8px 14px; margin-top: 14px; font-size: 12px; font-weight: 550; background: #ffffff40; transition: background .2s; }
.directory-button:hover { background: #fff9; }
.directory-button:focus-visible, .article-row h3 a:focus-visible { outline-color: #355239; }
.article-row h3 a { text-decoration: underline; text-decoration-color: #95a695; text-underline-offset: 5px; }
.article-row h3 a:hover { text-decoration-color: currentColor; }

/* Section navigation stays secondary to the app on small screens. */
@media (min-width: 801px) and (max-width: 1100px) {
  body:not(.directory-page) .site-header .nav-status { display: none; }
}
@media (max-width: 800px) {
  .nav-links { min-width: 0; overflow-x: auto; justify-content: flex-start; gap: 18px; scrollbar-width: thin; }
  .nav-links a { flex: 0 0 auto; white-space: nowrap; }
}
