:root {
  --ink: #effaf4;
  --muted: #a8bbb4;
  --dark: #071311;
  --panel: #10211e;
  --panel-soft: #152a26;
  --line: rgba(226, 250, 237, .16);
  --green: #55c08a;
  --teal: #45c1b1;
  --gold: #dda845;
  --coral: #df6f73;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--dark); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
body::before { content: ''; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 15% 10%, rgba(45, 151, 112, .22), transparent 30%), radial-gradient(circle at 90% 24%, rgba(77, 113, 182, .16), transparent 28%), linear-gradient(155deg, #071311, #091815 58%, #07110f); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: .65rem 1rem; background: var(--ink); color: var(--dark); transform: translateY(-140%); border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: .8rem clamp(1rem, 4vw, 4.5rem); background: rgba(7, 19, 17, .82); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-orb { width: 38px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 30deg, #dba340, #dd737d, #9669da, #5a84d9, #48c2af, #66c181, #dba340); box-shadow: 0 0 28px rgba(69, 193, 177, .32); position: relative; }
.brand-orb::after { content: ''; position: absolute; width: 28%; aspect-ratio: 1; border-radius: 50%; top: 18%; right: 13%; background: rgba(234, 255, 242, .72); }
.brand strong { display: block; font: 700 1.22rem/1.1 var(--serif); font-style: italic; }
.brand small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a, .site-footer a { color: var(--muted); text-decoration: none; font-size: .91rem; font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible, .site-footer a:hover { color: var(--ink); }
.menu-button { display: none; border: 1px solid var(--line); background: var(--panel); color: var(--ink); padding: .65rem .9rem; border-radius: 999px; }
.section-shell { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; padding-block: clamp(3.75rem, 6vw, 6rem); }
.hero { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3rem, 5vw, 5rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--green); text-transform: uppercase; letter-spacing: .17em; font-weight: 800; font-size: .76rem; }
h1, h2, h3, h4 { margin-top: 0; color: var(--ink); }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.04; }
h1 { max-width: 720px; margin-bottom: 1.2rem; font-size: clamp(3rem, 5vw, 4.8rem); }
h2 { margin-bottom: 1.1rem; font-size: clamp(2.5rem, 4.5vw, 4.35rem); }
h3 { line-height: 1.25; }
.lead { max-width: 680px; color: #bed0c9; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .75rem 1.2rem; border-radius: 999px; font-weight: 800; text-decoration: none; }
.button.primary { color: #06110f; background: linear-gradient(110deg, var(--teal), var(--green)); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.05); }
.policy-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 2.4rem 0 0; }
.policy-meta div { padding: 1rem; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 16px; }
.policy-meta dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.policy-meta dd { margin: .25rem 0 0; font-weight: 800; font-size: .92rem; }
.phone-showcase { margin: 0; }
.phone-showcase img, .screenshot-button img { border-radius: 28px; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.hero-phone { width: min(390px, 100%); justify-self: center; }
.hero-screen-scroll { position: relative; max-height: 520px; overflow-y: scroll; overscroll-behavior: contain; border: 1px solid rgba(255,255,255,.22); border-radius: 30px; background: #08110f; box-shadow: 0 28px 70px rgba(0,0,0,.48); scrollbar-width: auto; scrollbar-color: var(--teal) rgba(255,255,255,.09); }
.hero-screen-scroll::-webkit-scrollbar, .screenshot-button::-webkit-scrollbar { width: 12px; }
.hero-screen-scroll::-webkit-scrollbar-track, .screenshot-button::-webkit-scrollbar-track { background: rgba(255,255,255,.08); border-radius: 99px; }
.hero-screen-scroll::-webkit-scrollbar-thumb, .screenshot-button::-webkit-scrollbar-thumb { background: linear-gradient(var(--teal), var(--green)); border: 3px solid #13231f; border-radius: 99px; }
.hero-screen-scroll img { width: 100%; height: auto; border: 0; border-radius: 28px; box-shadow: none; }
.hero-phone figcaption { margin-top: .75rem; color: var(--muted); font-size: .8rem; text-align: center; }
.scroll-indicator { position: sticky; z-index: 3; bottom: 12px; display: flex; width: max-content; max-width: calc(100% - 24px); align-items: center; gap: .55rem; margin: -52px auto 12px; padding: .55rem .8rem; color: #071311; background: rgba(205, 247, 224, .94); border: 1px solid rgba(255,255,255,.68); border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.34); font-size: .72rem; font-weight: 900; letter-spacing: .02em; pointer-events: none; backdrop-filter: blur(10px); }
.scroll-indicator strong { font-size: 1rem; line-height: 1; }
.promise-band { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1440px; margin: 0 auto; border-block: 1px solid var(--line); background: rgba(255,255,255,.03); }
.promise-band div { padding: 1.5rem; border-right: 1px solid var(--line); }
.promise-band div:last-child { border-right: 0; }
.promise-band strong { display: block; margin-bottom: .35rem; color: var(--green); }
.promise-band span { display: block; color: var(--muted); font-size: .87rem; line-height: 1.45; }
.section-heading { max-width: 900px; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-heading.narrow { max-width: 760px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.legal-section { border-bottom: 1px solid var(--line); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: clamp(2rem, 7vw, 6rem); }
.legal-toc { position: sticky; top: 105px; align-self: start; display: grid; gap: .65rem; padding: 1.2rem; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 18px; }
.legal-toc strong { margin-bottom: .35rem; color: var(--green); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.legal-toc a { color: var(--muted); text-decoration: none; font-size: .84rem; line-height: 1.35; }
.legal-toc a:hover { color: var(--ink); }
.legal-copy > section { margin-bottom: 3.8rem; }
.legal-copy h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.1rem); font-weight: 500; }
.legal-copy h4 { margin: 1.8rem 0 .4rem; font-size: 1rem; color: var(--green); }
.legal-copy p, .legal-copy li { color: #bdcec7; }
.legal-copy li + li { margin-top: .5rem; }
.notice { margin: 1.5rem 0; padding: 1.2rem 1.3rem; border-left: 3px solid var(--gold); background: rgba(221,168,69,.09); border-radius: 0 14px 14px 0; color: #e8ddc6; }
.feature-section { overflow: hidden; }
.platform-toggle { display: inline-flex; padding: .3rem; margin-top: 1rem; background: var(--panel); border: 1px solid var(--line); border-radius: 999px; }
.platform-toggle button { border: 0; border-radius: 999px; padding: .65rem 1.2rem; color: var(--muted); background: transparent; font-weight: 800; cursor: pointer; }
.platform-toggle button.active { background: var(--green); color: var(--dark); }
.feature-rows { display: grid; gap: clamp(4rem, 7vw, 6rem); }
.feature-row { display: grid; grid-template-columns: 1fr minmax(270px, 420px); align-items: center; gap: clamp(2rem, 8vw, 8rem); }
.feature-row.reverse { grid-template-columns: minmax(270px, 420px) 1fr; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-copy { max-width: 560px; }
.feature-number { color: var(--green); font: italic 1rem var(--serif); }
.feature-copy h3 { margin: .5rem 0 1rem; font: 500 clamp(2rem, 4vw, 3.3rem)/1.06 var(--serif); }
.feature-copy p, .feature-copy li { color: var(--muted); }
.feature-copy ul { columns: 2; padding-left: 1.2rem; }
.screenshot-button { position: relative; width: 100%; max-height: 650px; overflow-y: scroll; overscroll-behavior: contain; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: #08110f; cursor: zoom-in; scrollbar-width: auto; scrollbar-color: var(--teal) rgba(255,255,255,.09); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.screenshot-button img { width: 100%; height: auto; border: 0; border-radius: 28px; box-shadow: none; }
.screenshot-button .scroll-indicator { cursor: ns-resize; }
.screen-gallery { margin-top: clamp(5rem, 10vw, 10rem); padding-top: clamp(3rem, 6vw, 6rem); border-top: 1px solid var(--line); }
.screen-gallery .section-heading h3 { margin-bottom: .7rem; font: 500 clamp(2rem, 4vw, 3.3rem)/1.08 var(--serif); }
.screen-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: start; }
.screen-gallery-grid article { padding: 1rem; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 22px; }
.screen-gallery-grid h4 { margin-bottom: .35rem; font: 500 1.45rem var(--serif); }
.screen-gallery-grid p { min-height: 4.5rem; margin-top: 0; color: var(--muted); font-size: .86rem; }
.screen-gallery-grid .screenshot-button { max-height: 520px; border-radius: 24px; }
.screen-gallery-grid .screenshot-button img { border-radius: 24px; }
.wearable-section { border-top: 1px solid var(--line); }
.wearable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.wearable-grid article { min-height: 240px; padding: clamp(1.4rem, 3vw, 2.2rem); background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); border: 1px solid var(--line); border-radius: 24px; }
.wearable-grid h3 { margin: 1.2rem 0 .6rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.wearable-grid p { color: var(--muted); }
.status { display: inline-flex; padding: .28rem .6rem; border-radius: 999px; font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; white-space: nowrap; }
.status.available { color: #bff4d3; background: rgba(85,192,138,.15); }
.status.unavailable { color: #ffd0d2; background: rgba(223,111,115,.15); }
.status.concept { color: #f5dfaf; background: rgba(221,168,69,.14); }
.status-section { border-top: 1px solid var(--line); }
.status-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; }
table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.025); }
th, td { padding: 1rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--green); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
td { color: var(--muted); font-size: .9rem; }
td:first-child { color: var(--ink); font-weight: 800; }
tr:last-child td { border-bottom: 0; }
.terms-section { border-top: 1px solid var(--line); }
.terms-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.terms-grid section { padding: 1.5rem; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 20px; }
.terms-grid section > span { color: var(--green); font: italic .85rem var(--serif); }
.terms-grid h3 { margin: .5rem 0 .7rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.terms-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; padding: 2rem clamp(1rem, 4vw, 4.5rem); border-top: 1px solid var(--line); background: #050d0c; }
.site-footer > p { color: var(--muted); text-align: center; font-size: .8rem; }
.site-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 1rem; }
.image-dialog { width: min(920px, calc(100% - 2rem)); max-height: 92vh; overflow-y: auto; padding: 3.5rem 1rem 1rem; background: #071311; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); scrollbar-color: var(--teal) rgba(255,255,255,.09); }
.image-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.image-dialog img { width: min(620px, 100%); margin: auto; border-radius: 22px; }
.dialog-close { position: absolute; top: .75rem; right: .75rem; padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); color: var(--ink); cursor: pointer; }

@media (max-width: 860px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 1rem; display: none; min-width: 220px; padding: 1rem; background: #0c1c19; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,.4); }
  .site-nav.open { display: grid; }
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-copy { max-width: 700px; }
  .hero-phone { width: min(420px, 100%); margin-top: .5rem; }
  .promise-band { grid-template-columns: repeat(2, 1fr); }
  .promise-band div:nth-child(2) { border-right: 0; }
  .promise-band div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; grid-template-columns: repeat(2, 1fr); }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 2rem; }
  .feature-row.reverse .feature-copy { order: initial; }
  .screenshot-button { max-width: 440px; justify-self: center; }
  .screen-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer .brand, .site-footer nav { justify-content: center; }
}

@media (max-width: 590px) {
  .section-shell { width: min(100% - 1.25rem, 1180px); padding-block: 3.5rem; }
  .policy-meta, .wearable-grid, .terms-grid, .screen-gallery-grid { grid-template-columns: 1fr; }
  .screen-gallery-grid p { min-height: 0; }
  .promise-band { grid-template-columns: 1fr; }
  .promise-band div { border-right: 0; border-bottom: 1px solid var(--line); }
  .legal-toc { grid-template-columns: 1fr; }
  .feature-copy ul { columns: 1; }
  .feature-rows { gap: 4rem; }
  .hero-screen-scroll { max-height: 440px; }
  .scroll-indicator { bottom: 10px; font-size: .68rem; }
  h1 { font-size: clamp(2.8rem, 16vw, 4.3rem); }
  h2 { font-size: clamp(2.35rem, 13vw, 3.6rem); }
}

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

@media print {
  :root { color-scheme: light; }
  body { background: #fff; color: #111; font-size: 10pt; }
  body::before, .site-header, .hero, .promise-band, .feature-section, .wearable-section, .status-section, .site-footer, .image-dialog { display: none !important; }
  .section-shell { width: 100%; padding: 0; }
  .legal-section { border: 0; page-break-before: always; }
  .legal-section:first-of-type { page-break-before: auto; }
  .legal-layout { display: block; }
  .legal-toc { display: none; }
  h2, h3, h4, .legal-copy p, .legal-copy li, .terms-grid p { color: #111; }
  .terms-grid { display: block; }
  .terms-grid section { break-inside: avoid; margin-bottom: .5rem; border-color: #ccc; background: #fff; }
}
