@font-face {
  font-family: Manrope;
  src: url('/assets/manrope.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --paper: #141713;
  --ink: #f0f2e9;
  --muted: #afb5a9;
  --quiet: #889080;
  --line: #353b31;
  --accent: #d1ee93;
  font-family: Manrope, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--accent); }
a, input, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
p, h1, h2, h3 { margin: 0; }
p { line-height: 1.7; }
.page { width: min(1248px, calc(100% - 96px)); margin: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-180%); padding: 12px; background: var(--accent); color: var(--paper); z-index: 10; }
.skip-link:focus { transform: none; }
header { display: flex; justify-content: space-between; align-items: center; padding: 32px 0; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 23px; font-weight: 750; letter-spacing: -1px; text-decoration: none; }
.mark { width: 22px; height: 22px; border: 2px solid var(--accent); border-radius: 50%; background: linear-gradient(135deg, transparent 45%, var(--accent) 46%, var(--accent) 54%, transparent 55%); }
nav { display: flex; gap: 32px; }
nav a { font-size: 14px; font-weight: 600; text-decoration: none; padding: 10px 0; }
.intro { display: grid; grid-template-columns: 1.35fr 1fr; gap: 48px; align-items: end; padding: 70px 0 54px; }
.eyebrow { color: var(--accent); font-size: 10px; font-weight: 750; letter-spacing: 2px; margin-bottom: 23px; }
h1 { font-size: clamp(48px, 6.1vw, 84px); line-height: 1.06; letter-spacing: -.066em; font-weight: 550; }
h1 span { color: var(--muted); }
.intro-detail { max-width: 380px; padding-bottom: 5px; justify-self: end; }
.intro-detail > p:first-child { color: var(--muted); font-size: 15px; }
.download { display: inline-flex; justify-content: space-between; align-items: center; gap: 45px; padding: 17px 22px; background: var(--accent); color: var(--paper); border-radius: 5px; font-weight: 750; font-size: 14px; text-decoration: none; margin-top: 24px; transition: background 160ms; }
.download:hover { background: #e1f5bc; color: var(--paper); }
.download span { font-size: 20px; line-height: 1; }
.download-note { color: var(--quiet); font-size: 11px; margin-top: 11px; }
.demo { margin: 0; }
.demo-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.demo-heading p { font-size: 13px; color: var(--muted); }
.toggle { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; position: relative; min-height: 44px; font-size: 13px; font-weight: 650; }
.toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch { width: 37px; height: 22px; background: var(--line); border-radius: 20px; display: block; transition: background 180ms; }
.switch::before { content: ''; display: block; width: 16px; height: 16px; margin: 3px; background: var(--ink); border-radius: 50%; transition: transform 180ms; }
.toggle input:checked + .switch { background: var(--accent); }
.toggle input:checked + .switch::before { transform: translateX(15px); background: var(--paper); }
.toggle input:focus-visible + .switch { outline: 2px solid var(--accent); outline-offset: 5px; }
.picture { position: relative; overflow: hidden; border-radius: 7px; aspect-ratio: 2.4; background: #31392b; }
.picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; display: block; }
.scrim { position: absolute; inset: 0; background: linear-gradient(#000c, transparent 55%), linear-gradient(transparent 25%, #000d), #0004; transition: opacity 240ms ease-out; }
.demo:has(input:checked) .scrim { opacity: 0; }
.demo-top { position: absolute; top: 25px; left: 29px; right: 29px; display: flex; justify-content: space-between; gap: 12px; align-items: center; color: #fff; font-size: 13px; font-weight: 650; text-shadow: 0 1px 5px #000; }
.picture-state { font-size: 11px; font-weight: 500; background: #141713d9; padding: 6px 11px; border-radius: 3px; text-shadow: none; }
.state-clear { display: none; }
.demo:has(input:checked) .state-clear { display: block; }
.demo:has(input:checked) .state-dim { display: none; }
.demo-controls { position: absolute; bottom: 25px; left: 29px; right: 29px; color: #fff; text-shadow: 0 1px 4px #000; }
.control-row { display: flex; align-items: center; gap: 19px; margin-bottom: 17px; font-size: 11px; font-weight: 650; }
.control-spacer { flex: 1; }
.play-icon { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid #fff; filter: drop-shadow(0 1px 2px #0008); }
.duration { opacity: .8; }
.cc { border: 1px solid currentColor; padding: 0 3px; border-radius: 2px; line-height: 1.3; }
.fullscreen-icon { font-size: 22px; }
.progress { height: 3px; background: #ffffff59; border-radius: 2px; }
.progress span { display: block; width: 25%; height: 100%; background: #fff; }
figcaption { margin-top: 12px; font-size: 11px; color: var(--quiet); }
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 64px; padding: 38px 0 44px; border-bottom: 1px solid var(--line); }
.services h2 { font-size: 17px; font-weight: 650; margin-bottom: 8px; }
.services p { color: var(--muted); font-size: 13px; }
.services .service-note { grid-column: 1 / -1; font-size: 11px; color: var(--quiet); }
.service-note a { white-space: nowrap; }
.install-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 84px 0; scroll-margin-top: 25px; }
.install-intro h2 { font-size: clamp(34px, 4vw, 48px); font-weight: 550; line-height: 1.16; letter-spacing: -.045em; }
.install-intro > p:not(.eyebrow) { font-size: 13px; color: var(--muted); margin: 22px 0; }
.text-link { display: inline-block; padding: 8px 0; color: var(--accent); font-size: 13px; font-weight: 650; }
.text-link span { margin-left: 22px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 23px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; border: 0; }
.steps li:last-child { padding-bottom: 0; }
.step-number { font-size: 11px; color: var(--accent); padding-top: 5px; }
.steps h3 { font-size: 16px; font-weight: 650; margin-bottom: 9px; }
.steps p { font-size: 13px; color: var(--muted); }
code { font-size: .93em; overflow-wrap: anywhere; color: var(--ink); }
strong { color: var(--ink); font-weight: 650; }
.questions { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 44px 0 80px; border-top: 1px solid var(--line); }
.questions h2 { font-size: 27px; font-weight: 550; letter-spacing: -1px; }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 19px 30px 19px 0; font-size: 13px; font-weight: 600; position: relative; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 0; font-size: 18px; top: 14px; color: var(--accent); }
details[open] summary::after { content: '−'; }
details p { font-size: 13px; color: var(--muted); padding: 0 24px 22px 0; }
footer { display: grid; grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid var(--line); padding: 35px 0 30px; }
footer .wordmark { font-size: 19px; }
footer p { font-size: 12px; color: var(--quiet); margin-top: 5px; }
.footer-links { display: flex; gap: 30px; font-size: 12px; }
.footer-links a { padding: 10px 0; text-decoration: none; }
footer .fine-print { grid-column: 1 / -1; font-size: 10px; margin-top: 32px; }

@media (max-width: 800px) {
  .page { width: calc(100% - 48px); }
  header { padding: 22px 0; }
  .intro { grid-template-columns: 1fr; gap: 27px; padding: 43px 0 30px; }
  h1 { font-size: clamp(44px, 8.5vw, 67px); }
  .intro-detail { justify-self: start; max-width: 420px; }
  .eyebrow { margin-bottom: 17px; }
  .picture { aspect-ratio: 1.65; }
  .demo-top { top: 17px; left: 18px; right: 18px; font-size: 11px; }
  .picture-state { font-size: 9px; padding: 4px 7px; }
  .demo-controls { bottom: 20px; left: 18px; right: 18px; }
  .services { gap: 22px; }
  .install-section, .questions { grid-template-columns: 1fr; gap: 34px; padding: 50px 0; }
  .install-intro h2 br { display: none; }
  .install-intro > p:not(.eyebrow) { margin: 16px 0 10px; }
}
@media (max-width: 480px) {
  .page { width: calc(100% - 36px); }
  nav { gap: 20px; }
  .wordmark { font-size: 20px; }
  .intro { padding-top: 34px; }
  .intro-detail > p:first-child { font-size: 14px; }
  .download { width: 100%; }
  .demo-top > span:first-child { display: none; }
  .demo-top { justify-content: flex-end; }
  .services { grid-template-columns: 1fr; padding: 30px 0; }
  .services h2 { margin-bottom: 4px; }
  .services .service-note { font-size: 10px; }
  .footer-links { flex-direction: column; gap: 3px; align-items: flex-end; }
  .footer-links a { padding: 6px 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
