@font-face {
  font-family: "Neutra Text";
  src: url("assets/fonts/neutra.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutra Text";
  src: url("assets/fonts/neutra-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Michroma";
  src: url("assets/fonts/michroma.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --accent: #fc6600;
  --accent-ink: #ffffff;
  --color-1: #363636;
  --color-2: #8c8c8c;
  --color-3: #e8e8e8;
  --bg: #f5f5f5;
  --wheel-1: #f5f5f5;
  --wheel-2: #e8e8e8;
  --border-1: #ffffff;
  --border-2: #bdbdbd;
  --shadow: #adadad;
  --panel: rgba(255,255,255,.68);
  --header: rgba(245,245,245,.82);
  --grid: rgba(54,54,54,.07);
  --display-font: "Neutra Text", "Helvetica Neue", Arial, sans-serif;
  --body-font: "Neutra Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  --tech-font: "Michroma", ui-monospace, monospace;
}

[data-theme="dark"] {
  color-scheme: dark;
  --accent: #b2ff01;
  --accent-ink: #121212;
  --color-1: #f8f8f8;
  --color-2: #707070;
  --color-3: #2d2d2d;
  --bg: #1c1c1b;
  --wheel-1: #242424;
  --wheel-2: #1c1c1b;
  --border-1: #434343;
  --border-2: #1c1c1b;
  --shadow: #000000;
  --panel: rgba(36,36,36,.78);
  --header: rgba(28,28,27,.84);
  --grid: rgba(248,248,248,.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-1);
  background: var(--bg);
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--accent); color: var(--accent-ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 30; top: 0; left: 0; right: 0;
  height: 76px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid var(--color-3);
  background: var(--header); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.04em; font-size: 20px; }
.brand img { border-radius: 11px; box-shadow: 0 6px 18px color-mix(in srgb, var(--shadow) 28%, transparent); }
nav { display: flex; gap: 34px; color: var(--color-2); font-size: 14px; font-weight: 650; }
nav a, .footer-links a { transition: color .2s ease; }
nav a:hover, .footer-links a:hover { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle { width: 40px; height: 40px; border: 1px solid var(--color-3); border-radius: 50%; background: var(--panel); color: var(--color-1); display: grid; place-items: center; cursor: pointer; }
.theme-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle .moon, [data-theme="dark"] .theme-toggle .sun { display: none; }
[data-theme="dark"] .theme-toggle .moon { display: block; }
.mini-cta { background: var(--color-1); color: var(--bg); padding: 11px 17px; border-radius: 999px; font-size: 13px; font-weight: 750; }

.hero {
  min-height: 820px; padding: 146px clamp(24px, 6vw, 96px) 80px;
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(40px, 7vw, 120px); align-items: center;
  background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 56px 56px; overflow: hidden;
}
.hero-copy { max-width: 720px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--color-2); font-family: var(--tech-font); font-size: 10px; font-weight: 400; letter-spacing: .08em; }
.eyebrow span { width: 8px; height: 8px; display: inline-block; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 16%, transparent); }
h1, h2 { font-family: var(--display-font); text-transform: uppercase; letter-spacing: -.068em; line-height: .92; margin: 0; font-weight: 900; }
h1 { font-size: clamp(58px, 7.2vw, 112px); }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0; color: var(--color-2); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.75; }
.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: 9px; border-radius: 999px; font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 12px 30px color-mix(in srgb, var(--accent) 28%, transparent); }
.button.primary svg { width: 18px; height: 18px; fill: currentColor; }
.button.secondary { border: 1px solid var(--border-2); background: var(--panel); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--color-2); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--color-2); }

.hero-stage { position: relative; max-width: 430px; width: 100%; justify-self: center; padding: 24px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.shot-carousel { position: relative; z-index: 2; width: 100%; padding: 18px; border: 1px solid var(--border-1); border-radius: 30px; background: var(--panel); box-shadow: 0 28px 80px color-mix(in srgb, var(--shadow) 30%, transparent), inset 0 0 0 1px var(--color-3); backdrop-filter: blur(20px); }
.carousel-header { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--color-2); font-family: var(--tech-font); font-size: 8px; letter-spacing: .06em; }
.carousel-header > div:first-child { display: flex; align-items: center; gap: 8px; }
.carousel-buttons { display: flex; gap: 7px; }
.carousel-buttons button { width: 34px; height: 34px; border: 1px solid var(--color-3); border-radius: 50%; background: var(--bg); color: var(--color-1); cursor: pointer; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.carousel-buttons button:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-1px); }
.carousel-viewport { overflow: hidden; border-radius: 22px; touch-action: pan-y; }
.carousel-track { display: flex; transition: transform .55s cubic-bezier(.22,.75,.22,1); will-change: transform; }
.carousel-slide { position: relative; min-width: 100%; margin: 0; display: grid; justify-items: center; }
.carousel-slide img { display: block; width: auto; max-width: 100%; object-fit: cover; background: var(--wheel-2); }
.iphone-carousel .carousel-slide img { height: clamp(420px, 64vh, 620px); aspect-ratio: 941 / 1672; border-radius: 20px; }
.carousel-slide figcaption { position: absolute; left: 13px; bottom: 13px; padding: 8px 10px; border-radius: 999px; background: rgba(15,15,15,.76); color: #f8f8f8; backdrop-filter: blur(8px); font-family: var(--tech-font); font-size: 7px; letter-spacing: .06em; }
.placeholder-label { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 8px 10px; border-radius: 999px; background: var(--accent); color: var(--accent-ink); font-family: var(--tech-font); font-size: 7px; letter-spacing: .04em; }
.carousel-dots { min-height: 34px; display: flex; align-items: end; justify-content: center; gap: 7px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: var(--color-3); cursor: pointer; transition: width .3s ease, background .3s ease; }
.carousel-dots button.active { width: 25px; background: var(--accent); }
.signal { position: absolute; z-index: 0; border: 1px solid var(--accent); border-radius: 50%; opacity: .18; }
.signal-a { inset: -35px; }.signal-b { inset: -85px; opacity: .08; }

.marquee { overflow: hidden; background: var(--accent); color: var(--accent-ink); padding: 14px 0; transform: rotate(-1deg) scale(1.02); }
.marquee div { display: flex; width: max-content; gap: 22px; align-items: center; animation: marquee 32s linear infinite; font-family: var(--display-font); font-weight: 900; font-size: 13px; letter-spacing: .12em; }
.marquee b { font-size: 7px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px clamp(24px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.15fr; gap: 32px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
h2 { font-size: clamp(50px, 6vw, 88px); }
.section-heading > p:last-child { color: var(--color-2); line-height: 1.8; max-width: 520px; justify-self: end; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-card { min-height: 350px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--color-3); border-radius: 26px; background: var(--panel); overflow: hidden; }
.feature-card h3 { margin: auto 0 10px; font-family: var(--display-font); text-transform: uppercase; font-size: 30px; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: var(--color-2); line-height: 1.75; max-width: 520px; }
.feature-index { color: var(--color-2); font-family: var(--tech-font); font-size: 9px; }
.accent-card { background: var(--accent); color: var(--accent-ink); border-color: transparent; }
.accent-card p, .accent-card .feature-index { color: color-mix(in srgb, var(--accent-ink) 72%, transparent); }
.dark-card { background: #262626; color: #f8f8f8; border-color: #3a3a3a; }
.dark-card p, .dark-card .feature-index { color: #9a9a9a; }
.haptic-visual { display: flex; align-items: center; justify-content: center; gap: 12px; height: 150px; }
.haptic-visual i { width: 2px; height: 55px; border-radius: 9px; background: currentColor; opacity: .26; }.haptic-visual i:nth-child(2){height:94px}.haptic-visual i:nth-child(3){height:68px}.haptic-visual b { width: 50px; height: 50px; border: 11px solid currentColor; border-radius: 50%; margin-left: 8px; }
.ramp-visual { height: 150px; display: flex; align-items: center; gap: 15px; justify-content: center; font: 900 34px/1 var(--display-font); }
.ramp-visual i { width: 42%; height: 46px; border-top: 5px solid var(--accent); transform: skewY(-11deg); }
.gap-visual { height: 150px; display:flex; align-items:center; justify-content:center; gap:13px; }.gap-visual i{width:40px;height:9px;border-radius:99px;background:var(--accent)}.gap-visual i.muted{background:var(--color-3)}
.tap-visual { height:150px; display:flex; align-items:center; justify-content:center; gap:28px; }.tap-visual span{width:86px;height:86px;border:1px solid #555;border-radius:50%;display:grid;place-items:center;font-weight:850;font-size:13px}.tap-visual b{font:900 66px/1 var(--display-font);color:#b2ff01}

.practice-section { margin: 0 clamp(12px, 2vw, 30px); padding: 110px clamp(24px, 5vw, 76px); border-radius: 38px; background: #252525; color: #f8f8f8; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); }
.eyebrow.light { color: #8b8b8b; }.practice-intro h2 { color:#f8f8f8; }.practice-intro h2 em { color:#b2ff01; }
.mode-list article { min-height: 128px; display: grid; grid-template-columns: 42px 1fr auto; gap: 20px; align-items: center; border-top: 1px solid #424242; }
.mode-list article:last-child { border-bottom: 1px solid #424242; }
.mode-list article > span { color:#767676; font: 9px var(--tech-font); }.mode-list h3{margin:0 0 7px;font:900 25px var(--display-font);text-transform:uppercase}.mode-list p{margin:0;color:#8d8d8d;font-size:16px}.mode-list b{color:#b2ff01;font:9px var(--tech-font);letter-spacing:.08em}

.watch-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 9vw, 150px); min-height: 780px; }
.watch-copy > p:not(.eyebrow) { color: var(--color-2); line-height: 1.8; max-width: 580px; font-size: 18px; }
.watch-copy ul { list-style: none; padding: 0; margin: 36px 0 0; border-top: 1px solid var(--color-3); }
.watch-copy li { padding: 18px 0; border-bottom: 1px solid var(--color-3); font-weight: 700; }.watch-copy li span{display:inline-block;width:46px;color:var(--accent);font:9px var(--tech-font)}
.watch-preview { width: min(100%, 470px); justify-self: center; padding: 28px; background-image: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 62%); }
.watch-carousel .carousel-slide img {
  width: min(100%, 350px);
  /* Override the HTML height attribute so the image scales with its width. */
  height: auto;
  max-height: 350px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 26%;
}

.faq-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); gap: clamp(40px, 6vw, 100px); border-top: 1px solid var(--color-3); scroll-margin-top: 76px; }
.faq-intro h2 { font-size: clamp(40px, 4.4vw, 66px); line-height: 1; }
.faq-intro > p:not(.eyebrow) { max-width: 370px; margin: 26px 0 20px; color: var(--color-2); line-height: 1.75; font-size: 18px; }
.faq-contact { display: inline-block; line-height: 1.6; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.faq-contact:hover { color: var(--accent); }
.faq-list { min-width: 0; border-top: 1px solid var(--color-3); }
.faq-list details { border-bottom: 1px solid var(--color-3); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; padding: 24px 0; list-style: none; cursor: pointer; font-size: 20px; font-weight: 700; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; flex: 0 0 24px; width: 24px; height: 24px; color: var(--accent); }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; background: currentColor; border-radius: 1px; }
.faq-toggle::before { left: 4px; top: 11px; width: 16px; height: 2px; }
.faq-toggle::after { top: 4px; left: 11px; width: 2px; height: 16px; }
.faq-list details[open] .faq-toggle::after { display: none; }
.faq-list details > p { margin: 0; padding: 0 44px 26px 0; color: var(--color-2); line-height: 1.8; font-size: 17px; overflow-wrap: anywhere; }
.faq-list p a { color: var(--color-1); text-decoration: underline; text-underline-offset: 3px; }
.faq-list summary:focus-visible, .faq-contact:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 4px; }
@media (max-width: 980px) { .faq-section { grid-template-columns: 1fr; gap: 36px; } .faq-intro > p:not(.eyebrow) { max-width: 560px; } }
@media (max-width: 640px) { .faq-section { scroll-margin-top: 66px; } .faq-list summary { font-size: 18px; gap: 14px; } .faq-list details > p { padding-right: 0; font-size: 16px; } }

.final-cta { padding: 120px 24px 130px; text-align:center; border-top:1px solid var(--color-3); background-image:radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--accent) 13%,transparent),transparent 32%); }
.final-cta img { border-radius:22px; box-shadow:0 18px 50px rgba(0,0,0,.25); }.final-cta p{font-size:11px;letter-spacing:.16em;color:var(--color-2);font-weight:850;margin:25px 0 18px}.final-cta h2{margin-bottom:34px}
footer { padding: 34px clamp(24px, 6vw, 96px); display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;border-top:1px solid var(--color-3);color:var(--color-2);font-size:13px; }.footer-brand{color:var(--color-1)}footer>p{justify-self:end}.footer-links{display:flex;gap:22px}footer small{justify-self:end}

.legal-page { padding-top: 76px; }
.legal-language-nav { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 36px; }
.legal-content section[id] { scroll-margin-top: 100px; }
.legal-content h3 { margin: 28px 0 12px; font-size: 20px; line-height: 1.4; }
.legal-content p, .legal-content li, .legal-content a { overflow-wrap: anywhere; }
.legal-content .legal-language-title { margin-bottom: 28px; }
.legal-hero { padding: 90px clamp(24px, 8vw, 130px) 55px; border-bottom: 1px solid var(--color-3); background-image: linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);background-size:56px 56px; }
.legal-hero h1 { font-size: clamp(52px, 7vw, 96px); }.legal-hero p{color:var(--color-2);margin-top:22px}.legal-content { width:min(820px,calc(100% - 48px));margin:0 auto;padding:70px 0 120px; }.legal-content h2{font-size:25px;letter-spacing:-.035em;line-height:1.25;text-transform:none;margin:50px 0 14px}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:var(--color-2);line-height:1.85}.legal-content li+li{margin-top:7px}.language-divider{margin:80px 0 60px;border:0;border-top:1px solid var(--color-3)}.legal-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal-label{color:var(--accent);font-family:var(--tech-font);font-weight:400;letter-spacing:.08em;font-size:9px}

@media (max-width: 980px) {
  nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:132px; }
  .hero-stage { max-width:430px; }
  .section-heading,.practice-section,.watch-section { grid-template-columns:1fr; }
  .section-heading > p:last-child { justify-self:start; }
  .practice-section { gap:60px; }
  .watch-preview { order:-1; }
}
@media (max-width: 640px) {
  .site-header { height:66px;padding:0 16px}.site-header .brand span{font-size:18px}.site-header .brand img{width:37px;height:37px}.mini-cta{display:none}
  .hero { padding:116px 20px 74px;min-height:auto;gap:50px}.hero-lead{font-size:16px}.hero-stage{max-width:360px;padding:8px}.shot-carousel{padding:12px;border-radius:24px}.carousel-viewport{border-radius:17px}.iphone-carousel .carousel-slide img{height:min(66vh,540px)}.signal{display:none}
  .section{padding:90px 20px}.section-heading{margin-bottom:34px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:320px}
  .practice-section{margin:0 8px;padding:78px 22px;border-radius:28px}.mode-list article{grid-template-columns:34px 1fr}.mode-list b{display:none}
  .watch-section{gap:20px}.watch-preview{padding:8px}
  footer{grid-template-columns:1fr;text-align:left}footer>p,footer small{justify-self:start}.footer-links{flex-wrap:wrap}
  .legal-page{padding-top:66px}.legal-hero{padding:70px 24px 45px}
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.marquee div{animation:none}.button,.carousel-track{transition:none} }
