:root {
  color-scheme:dark;
  --bg:#101310;
  --text:#f5f6ef;
  --muted:#adb3a8;
  --accent:#ff9b5e;
  --line:#30372e;
  --green:#b2df99;
  --state:var(--green);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  font-synthesis:none;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:35px;
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-size:17px;
  line-height:1.6;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer;
}
button:disabled {
  cursor:default;
  opacity:.55;
}
img {
  max-width:100%;
  height:auto;
}
button,a,summary {
  touch-action:manipulation;
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid var(--accent);
  outline-offset:5px;
}
::selection {
  background:var(--accent);
  color:var(--bg);
}
.wrap {
  width:min(1220px,calc(100% - 96px));
  margin-inline:auto;
}
.site-header {
  min-height:108px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-bottom:1px solid var(--line);
}
.wordmark {
  font-size:26px;
  font-weight:750;
  letter-spacing:-1.2px;
  display:inline-flex;
  align-items:center;
  line-height:1;
  white-space:nowrap;
}
.wordmark img {
  width:38px;
  height:38px;
  object-fit:contain;
  margin-right:9px;
}
.wordmark span:not(.wordmark-dot) {
  font-weight:420;
}
.wordmark-dot {
  color:var(--accent);
}
nav {
  display:flex;
  gap:30px;
  font-size:14px;
}
nav a {
  color:#c3c8bc;
}
nav a:hover,.text-link:hover {
  color:var(--accent);
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  background:var(--accent);
  color:#181b14;
  border:1px solid var(--accent);
  border-radius:6px;
  padding:15px 22px;
  font-size:15px;
  font-weight:650;
  min-height:50px;
  transition:background .18s,transform .18s;
}
.button:hover {
  background:#ffb784;
  transform:translateY(-2px);
}
.button.small {
  font-size:14px;
  min-height:42px;
  padding:9px 16px;
  gap:25px;
}
.hero {
  display:grid;
  grid-template-columns:1.13fr 1fr;
  align-items:center;
  gap:20px;
  min-height:660px;
  padding-block:72px 55px;
}
.eyebrow {
  font-size:12px;
  font-weight:650;
  letter-spacing:2px;
  color:var(--accent);
  margin:0 0 24px;
  display:flex;
  align-items:center;
  gap:10px;
}
.little-dot {
  width:7px;
  height:7px;
  background:var(--green);
  display:inline-block;
  flex-shrink:0;
  border-radius:50%;
}
h1,h2,h3,p {
  margin-top:0;
}
h1 {
  font-size:clamp(52px,5.15vw,74px);
  line-height:1.06;
  letter-spacing:-3.8px;
  margin-bottom:27px;
  font-weight:600;
}
em {
  font-style:normal;
  color:var(--accent);
}
.hero-intro {
  font-size:22px;
  letter-spacing:-.5px;
  margin-bottom:13px;
}
.hero-description {
  font-size:17px;
  color:var(--muted);
  max-width:440px;
  line-height:1.75;
  margin-bottom:28px;
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}
.text-link {
  font-size:14px;
  display:inline-flex;
  gap:16px;
  align-items:center;
}
.hero-note {
  font-size:12px;
  color:var(--muted);
  max-width:420px;
  margin:25px 0 0;
}
.hero-art {
  position:relative;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  isolation:isolate;
}
.hero-art::before {
  content:"";
  position:absolute;
  inset:8% -5%;
  background:radial-gradient(ellipse,#52633738,transparent 66%);
  z-index:-1;
}
.hero-fox {
  width:min(100%,510px);
  object-fit:contain;
}
.art-caption {
  font-size:11px;
  letter-spacing:2.3px;
  color:var(--muted);
  align-self:flex-end;
  margin-bottom:2px;
}
.art-footnote {
  font-size:12px;
  color:#c4cbba;
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:10px;
}
.feature-strip {
  border-block:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:22px;
  padding-block:25px;
  color:#c4cabd;
  font-size:13px;
}
.feature-strip span {
  display:flex;
  align-items:center;
  gap:13px;
}
.feature-strip span::before {
  content:"+";
  color:var(--accent);
  font-size:19px;
  font-weight:300;
}
.section {
  padding-block:104px;
}
h2 {
  font-size:clamp(36px,3.8vw,50px);
  line-height:1.12;
  letter-spacing:-2px;
  font-weight:550;
  margin-bottom:24px;
}
h3 {
  font-size:21px;
  font-weight:550;
  line-height:1.35;
  letter-spacing:-.6px;
}
.section-heading {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:100px;
  margin-bottom:43px;
}
.section-heading h2 {
  margin-bottom:0;
}
.section-heading>p {
  max-width:400px;
  color:var(--muted);
  font-size:16px;
  margin:0 0 4px;
}
.companion-layout {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:74px;
  align-items:center;
}
.preview-panel {
  border:1px solid #374032;
  background:#000;
  border-radius:16px;
  padding:26px 30px 20px;
  overflow:hidden;
  --state:var(--green);
}
.preview-panel[data-state=high] {
  --state:#ffd082;
}
.preview-panel[data-state=low] {
  --state:#ffaf92;
}
.preview-panel[data-state=urgent] {
  --state:#ff8b9c;
}
.preview-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:10px;
  letter-spacing:1.5px;
  color:#b5bcb0;
}
.demo-badge {
  font-size:9px;
  letter-spacing:.7px;
  border:1px solid #40473b;
  border-radius:3px;
  padding:3px 6px;
  white-space:nowrap;
}
.sample-reading {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:var(--state);
  line-height:1;
  padding-top:42px;
}
.sample-reading #sample-value {
  font-size:100px;
  font-weight:560;
  letter-spacing:-6px;
  font-variant-numeric:tabular-nums;
}
.sample-reading #sample-arrow {
  font-size:62px;
  font-weight:300;
}
.sample-reading .unit {
  font-size:12px;
  align-self:flex-end;
  margin-bottom:13px;
  color:#a3b099;
  letter-spacing:0;
}
.sample-label {
  text-align:center;
  font-size:13px;
  color:var(--state);
  margin:12px 0 0;
}
canvas {
  display:block;
  width:100%;
  height:auto;
  image-rendering:pixelated;
}
.preview-bottom {
  border-top:1px solid #262d22;
  display:flex;
  gap:12px;
  justify-content:space-between;
  padding-top:18px;
  font-size:11px;
  color:#c7cebe;
}
.preview-bottom span:last-child {
  color:var(--state);
  font-weight:650;
}
.scene-controls>p {
  font-size:16px;
  color:var(--muted);
}
.scene-controls h3 {
  margin-bottom:12px;
}
.state-options {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:27px 0 20px;
}
.state-options button {
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px;
  font-size:14px;
  border:1px solid var(--line);
  border-radius:6px;
  background:transparent;
  text-align:left;
  transition:border-color .2s,background .2s;
}
.state-options button[aria-pressed=true] {
  border-color:#8a987f;
  background:#222c1d;
}
.state-options button:hover {
  border-color:var(--accent);
}
.state-options button>span:last-child {
  margin-left:auto;
  color:var(--muted);
}
.state-dot {
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  flex-shrink:0;
}
.state-dot.good {
  background:var(--green);
}
.state-dot.high {
  background:#ffd082;
}
.state-dot.low {
  background:#ffaf92;
}
.state-dot.urgent {
  background:#ff8b9c;
}
.playback-controls {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.playback-controls button {
  font-size:13px;
  border:1px solid #444d3e;
  background:transparent;
  min-height:42px;
  padding:8px 13px;
  border-radius:5px;
}
.playback-controls button[aria-pressed=true] {
  color:var(--accent);
  border-color:var(--accent);
}
.scene-controls .scene-description {
  font-size:14px;
  color:#c5d0ba;
  margin:21px 0 12px;
  min-height:46px;
}
.scene-controls .fine-print {
  font-size:12px;
  line-height:1.6;
  margin-bottom:0;
  color:var(--muted);
}
.everyday {
  background:#1c2319;
  border-block:1px solid #343e2d;
}
.everyday h2 {
  max-width:700px;
}
.everyday-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:52px;
  margin-top:54px;
}
.feature-index {
  display:block;
  font-size:12px;
  color:#a9b59e;
  border-top:1px solid #485440;
  padding-top:23px;
  margin-bottom:25px;
}
.everyday-grid h3 {
  font-size:21px;
}
.everyday-grid p {
  font-size:15px;
  color:#b8c1b0;
  line-height:1.8;
  margin:0;
}
.setup {
  display:grid;
  grid-template-columns:.8fr 1fr;
  gap:90px;
  align-items:start;
  padding-bottom:70px;
}
.setup-intro h2 {
  font-size:58px;
  line-height:1.04;
}
.setup-intro>p:not(.eyebrow) {
  color:var(--muted);
  font-size:16px;
  max-width:315px;
}
.setup-steps {
  list-style:none;
  counter-reset:steps;
  margin:0;
  padding:0;
}
.setup-steps li {
  display:flex;
  gap:24px;
  padding-block:28px;
  border-top:1px solid var(--line);
}
.setup-steps li:first-child {
  padding-top:4px;
  border-top:0;
}
.step-number {
  border:1px solid #566148;
  border-radius:50%;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  color:var(--accent);
  font-size:13px;
}
.setup-steps h3 {
  margin:4px 0 10px;
}
.setup-steps p {
  font-size:15px;
  color:var(--muted);
  margin:0;
  line-height:1.8;
}
.requirements {
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:55px;
  border:1px solid #46513e;
  border-radius:6px;
  padding:30px 35px;
  background:#1b2117;
  scroll-margin-top:25px;
}
.requirements h3 {
  font-size:20px;
  max-width:260px;
  margin:0;
}
.requirements p {
  font-size:14px;
  color:#c4cdbb;
  margin:0;
}
.questions {
  display:grid;
  grid-template-columns:.8fr 1fr;
  gap:90px;
}
details {
  border-top:1px solid var(--line);
  padding:21px 0;
}
details:last-child {
  border-bottom:1px solid var(--line);
}
summary {
  cursor:pointer;
  list-style:none;
  font-size:17px;
  font-weight:500;
  display:flex;
  justify-content:space-between;
  gap:26px;
  line-height:1.5;
}
summary::-webkit-details-marker {
  display:none;
}
summary::after {
  content:"+";
  color:var(--accent);
  font-size:23px;
  line-height:1;
  flex-shrink:0;
}
details[open] summary::after {
  content:"−";
}
details p {
  font-size:15px;
  line-height:1.8;
  color:var(--muted);
  margin:17px 24px 0 0;
}
.closing {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  gap:35px;
  align-items:center;
  padding-block:34px;
}
.closing img {
  width:90px;
  height:90px;
  object-fit:contain;
}
.closing p {
  font-size:27px;
  line-height:1.25;
  letter-spacing:-.8px;
  margin:0;
}
.closing .button {
  margin-left:auto;
}
.site-footer {
  padding-block:38px 30px;
}
.footer-top {
  display:flex;
  gap:30px;
  align-items:center;
  margin-bottom:23px;
}
.footer-top>span {
  font-size:13px;
  color:var(--muted);
}
.footer-top>a:last-child {
  margin-left:auto;
  font-size:13px;
}
.site-footer>p {
  font-size:12px;
  color:var(--muted);
  max-width:850px;
  line-height:1.8;
  margin-bottom:14px;
}
.site-footer .copyright {
  font-size:11px;
  color:#9ca492;
}
.skip-link {
  position:absolute;
  left:20px;
  top:-100px;
  z-index:5;
  background:var(--accent);
  color:var(--bg);
  padding:12px 20px;
}
.skip-link:focus {
  top:15px;
}
.prose {
  max-width:760px;
  padding-block:80px;
}
.prose h1 {
  font-size:48px;
}
.prose h2 {
  font-size:27px;
  letter-spacing:-.5px;
  margin-top:35px;
}
.prose p,.prose li {
  color:var(--muted);
}
.prose a:not(.button) {
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(min-width:1500px) {
  .hero {
    min-height:730px;
  }
  .hero-fox {
    width:550px;
    max-width:110%;
  }
}
@media(max-width:1050px) {
  .wrap {
    width:calc(100% - 56px);
  }
  .site-header {
    gap:18px;
  }
  nav {
    gap:20px;
  }
  .hero {
    min-height:580px;
    gap:10px;
    padding-block:60px;
  }
  h1 {
    font-size:58px;
  }
  .hero-actions {
    gap:18px;
  }
  .hero-actions .text-link {
    font-size:13px;
  }
  .section-heading {
    gap:55px;
  }
  .companion-layout {
    gap:40px;
  }
  .preview-panel {
    padding:22px;
  }
  .sample-reading #sample-value {
    font-size:84px;
  }
  .sample-reading #sample-arrow {
    font-size:48px;
  }
  .everyday-grid {
    gap:30px;
  }
  .setup,.questions {
    gap:55px;
  }
  .feature-strip {
    font-size:12px;
    gap:14px;
  }
  .feature-strip span {
    gap:8px;
  }
}
@media(max-width:760px) {
  .wrap {
    width:calc(100% - 40px);
  }
  .site-header {
    min-height:85px;
    flex-wrap:wrap;
    padding-block:20px;
    gap:22px;
  }
  .wordmark {
    font-size:25px;
  }
  nav {
    order:3;
    width:100%;
    justify-content:space-between;
    gap:12px;
    font-size:13px;
  }
  .header-cta {
    margin-left:auto;
  }
  .hero {
    grid-template-columns:1fr;
    gap:35px;
    padding-block:45px 35px;
  }
  .hero-copy {
    max-width:560px;
  }
  .hero h1 {
    font-size:clamp(50px,10vw,72px);
    letter-spacing:-2.7px;
  }
  .hero-intro {
    font-size:21px;
  }
  .hero-description {
    font-size:16px;
  }
  .hero-note {
    font-size:12px;
  }
  .hero-art {
    max-width:420px;
    width:100%;
    justify-self:center;
  }
  .hero-fox {
    width:340px;
  }
  .art-caption {
    font-size:10px;
    align-self:center;
  }
  .art-footnote {
    font-size:11px;
  }
  .feature-strip {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    font-size:12px;
    padding-block:24px;
  }
  .section {
    padding-block:64px;
  }
  h2 {
    font-size:38px;
    letter-spacing:-1.6px;
  }
  .eyebrow {
    font-size:11px;
    letter-spacing:1.7px;
    margin-bottom:20px;
  }
  .section-heading {
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:30px;
  }
  .section-heading>p {
    max-width:100%;
  }
  .companion-layout {
    grid-template-columns:1fr;
    gap:32px;
  }
  .preview-panel {
    max-width:500px;
    width:100%;
    justify-self:center;
  }
  .sample-reading #sample-value {
    font-size:100px;
  }
  .sample-reading #sample-arrow {
    font-size:58px;
  }
  .scene-controls {
    max-width:500px;
    width:100%;
    justify-self:center;
  }
  .scene-controls .scene-description {
    min-height:0;
  }
  .everyday-grid {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:35px;
  }
  .feature-index {
    padding-top:18px;
    margin-bottom:16px;
  }
  .everyday-grid h3 {
    margin-bottom:12px;
  }
  .setup,.questions {
    grid-template-columns:1fr;
    gap:28px;
  }
  .setup-intro h2 {
    font-size:48px;
  }
  .setup-intro>p:not(.eyebrow) {
    max-width:450px;
  }
  .setup-steps li {
    padding-block:25px;
  }
  .setup-steps li:first-child {
    padding-top:20px;
    border-top:1px solid var(--line);
  }
  .requirements {
    grid-template-columns:1fr;
    gap:16px;
    padding:24px;
  }
  .requirements h3 {
    max-width:none;
  }
  .questions h2 {
    margin-bottom:0;
  }
  .closing {
    gap:18px;
    flex-wrap:wrap;
    padding-block:28px;
  }
  .closing p {
    font-size:24px;
  }
  .closing img {
    width:70px;
    height:70px;
  }
  .closing .button {
    margin:8px 0 0;
    width:100%;
  }
  .footer-top {
    flex-wrap:wrap;
    gap:18px;
  }
  .footer-top>span {
    margin-left:auto;
  }
  .footer-top>a:last-child {
    margin-left:0;
    flex-basis:100%;
  }
  .prose {
    padding-top:50px;
  }
  .prose h1 {
    font-size:38px;
    letter-spacing:-1.5px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
  .button:hover {
    transform:none;
  }
}
