:root {
  color-scheme: dark;
  --canvas: #050505;
  --surface: #121212;
  --tile: #1b1b1b;
  --ink: #f0f0f0;
  --muted: #9e9e9e;
  --dim: #5c5c5c;
  --line: #282828;
  --line-strong: #454545;
  --shadow: rgba(0, 0, 0, 0.46);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }

.skip-link {
  position: absolute;
  z-index: 20;
  top: -5rem;
  left: 1rem;
  padding: .55rem .8rem;
  background: var(--ink);
  color: #080808;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, .94);
  backdrop-filter: blur(16px);
}
.nav, .page, .footer-inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.nav { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1rem; font-weight: 700; letter-spacing: -.025em; text-decoration: none; }
.brand-mark { display: grid; width: 28px; height: 18px; place-items: center; border: 1px solid #4e4e4e; border-radius: 8px 8px 11px 11px; background: #f0f0f0; }
.brand-mark::after { width: 6px; height: 6px; content: ""; border-radius: 50%; background: #101010; }
.nav-links, .footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1.3rem; }
.nav-links a, .footer-links a { color: var(--muted); font-size: .9rem; text-decoration: none; }
.nav-links a:hover, .footer-links a:hover { color: var(--ink); }

.page { padding-bottom: 6rem; }
.hero { display: grid; min-height: 690px; grid-template-columns: minmax(300px, .77fr) minmax(520px, 1.23fr); align-items: center; gap: 3rem; padding: 5rem 0 5.8rem; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.15rem; color: var(--muted); font-size: .77rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; text-wrap: balance; }
h1 { max-width: 620px; margin: 0; font-size: clamp(3.3rem, 6.6vw, 6rem); letter-spacing: -.075em; }
.lead { max-width: 31rem; margin: 1.65rem 0 0; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.35rem; margin-top: 2.15rem; }
.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; padding: .63rem 1rem; border: 1px solid var(--ink); border-radius: 9px; font-size: .93rem; font-weight: 650; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--ink); color: #090909; }
.button-primary:hover { background: #cfcfcf; }
.button-secondary { background: transparent; }
.text-link { color: var(--muted); font-size: .94rem; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--ink); }

.macbook { position: relative; width: min(100%, 710px); justify-self: end; padding: 0 2.8% 32px; }
.macbook-lid { position: relative; z-index: 2; padding: 10px 10px 12px; border: 1px solid #7f7f7f; border-radius: 19px 19px 6px 6px; background: #b8b8b5; box-shadow: 0 30px 54px var(--shadow), 0 1px 0 rgba(255,255,255,.34) inset; }
.macbook-screen { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid #282828; border-radius: 11px 11px 2px 2px; background: #0d0d0d; }
.hardware-notch { position: absolute; z-index: 4; top: 0; left: 50%; width: 128px; height: 28px; transform: translateX(-50%); border-radius: 0 0 11px 11px; background: #030303; }
.hardware-notch::after { position: absolute; top: 7px; left: 50%; width: 4px; height: 4px; content: ""; transform: translateX(-50%); border: 1px solid #545454; border-radius: 50%; }
.screen-menu { display: flex; height: 29px; align-items: center; gap: .75rem; padding: 0 .8rem; border-bottom: 1px solid #212121; color: #777; font-size: 8px; font-weight: 600; }
.screen-apple { color: #bdbdbd; font-size: 7px; }
.mimo-panel { position: absolute; z-index: 3; top: 0; left: 50%; display: flex; width: min(390px, 72%); height: 84px; align-items: flex-end; gap: 12px; padding: 0 14px 12px; transform: translateX(-50%); border: 1px solid #2d2d2d; border-top: 0; border-radius: 0 0 19px 19px; background: var(--surface); box-shadow: 0 14px 24px rgba(0,0,0,.32); color: white; }
.mimo-mark { width: 27px; height: 27px; flex: 0 0 auto; border-radius: 9px; background: #e8e8e8; }
.mimo-focus, .mimo-track { min-width: 0; }
.mimo-focus small, .mimo-track small { display: block; color: #888; font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.mimo-focus strong, .mimo-track strong { display: block; overflow: hidden; margin-top: 1px; color: #eeeeee; font-size: 12px; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.mimo-divider { width: 1px; height: 32px; flex: 0 0 auto; background: #404040; }
.mimo-track { flex: 1; }
.mimo-play { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border: 1px solid #505050; border-radius: 50%; color: #e6e6e6; font-size: 10px; }
.screen-task { position: absolute; top: 150px; left: 12%; display: flex; width: 76%; align-items: center; gap: 11px; padding: 13px; border: 1px solid #303030; border-radius: 10px; background: var(--tile); box-shadow: 0 12px 22px rgba(0,0,0,.18); color: #ececec; }
.task-check { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border: 1px solid #707070; border-radius: 50%; color: #d8d8d8; font-size: 11px; }
.screen-task div { min-width: 0; flex: 1; }
.screen-task strong, .screen-task span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.screen-task strong { font-size: 10px; }
.screen-task span { color: #979797; font-size: 8px; }
.screen-task small { color: #777; font-size: 8px; }
.screen-caption { position: absolute; bottom: 14%; left: 12%; margin: 0; color: #555; font-size: 8px; font-weight: 650; letter-spacing: .04em; }
.macbook-hinge { position: relative; z-index: 1; width: 25%; height: 6px; margin: 0 auto; border-radius: 0 0 5px 5px; background: #797976; }
.macbook-base { position: relative; z-index: 0; height: 18px; margin: -1px -2.5% 0; border: 1px solid #797976; border-radius: 3px 3px 14px 14px; background: #a8a8a5; box-shadow: 0 12px 18px rgba(0,0,0,.35); }
.macbook-base::after { position: absolute; top: 0; left: 50%; width: 20%; height: 4px; content: ""; transform: translateX(-50%); border-radius: 0 0 4px 4px; background: #727270; }

.section { padding: 4.5rem 0; }
.section-heading { max-width: 640px; margin-bottom: 2.4rem; }
.section-heading h2 { margin: 0; font-size: clamp(2.15rem, 4.2vw, 3.45rem); letter-spacing: -.06em; }
.section-heading p { max-width: 34rem; margin: .85rem 0 0; color: var(--muted); }
.feature-list { border-top: 1px solid var(--line-strong); }
.feature-row { display: grid; grid-template-columns: 74px minmax(190px, .75fr) minmax(240px, 1fr); align-items: baseline; gap: 1.5rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.feature-number { color: var(--muted); font-size: .83rem; font-variant-numeric: tabular-nums; }
.feature-row h3 { margin: 0; font-size: 1.27rem; letter-spacing: -.035em; }
.feature-row p { max-width: 31rem; margin: 0; color: var(--muted); }
.quiet-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; margin-top: 4.5rem; padding: 2.1rem 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.quiet-panel h2 { max-width: 540px; margin: 0; font-size: clamp(1.85rem, 3.4vw, 2.55rem); letter-spacing: -.055em; }
.quiet-panel p { max-width: 550px; margin: .55rem 0 0; color: var(--muted); }

.legal-page { max-width: 760px; padding-top: 5.3rem; }
.legal-kicker { color: var(--muted); font-size: .9rem; font-weight: 650; }
.legal-page h1 { margin: .5rem 0 1rem; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.legal-page > p { color: var(--muted); }
.legal-content { margin-top: 3rem; padding-top: 1.9rem; border-top: 1px solid var(--line-strong); }
.legal-content section { margin: 2.5rem 0; }
.legal-content h2 { margin: 0 0 .8rem; font-size: 1.35rem; letter-spacing: -.03em; }
.legal-content h3 { margin: 1.4rem 0 .4rem; font-size: 1.06rem; }
.legal-content p, .legal-content li { color: #c1c1c1; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: .2em; }
.support-card { margin-top: 2.4rem; padding: 1.3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-card p { margin: .25rem 0 0; color: var(--muted); }
.support-card a { font-weight: 700; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 1.5rem; color: var(--muted); font-size: .84rem; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 3.2rem; padding-top: 4.5rem; }
  .macbook { width: min(100%, 720px); justify-self: start; }
  .feature-row { grid-template-columns: 54px 1fr; gap: .75rem 1.4rem; }
  .feature-row p { grid-column: 2; }
}
@media (max-width: 640px) {
  .nav, .page, .footer-inner { width: min(100% - 30px, 1160px); }
  .nav { min-height: 64px; }
  .nav-links { gap: .8rem; }
  .nav-links a { font-size: .82rem; }
  .nav-links a:first-child { display: none; }
  .hero { min-height: 0; padding: 4rem 0 3.8rem; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .lead { font-size: 1.02rem; }
  .macbook { padding: 0 1.2% 22px; }
  .macbook-lid { padding: 6px 6px 8px; border-radius: 13px 13px 4px 4px; }
  .macbook-screen { border-radius: 8px 8px 1px 1px; }
  .hardware-notch { width: 86px; height: 19px; border-radius: 0 0 8px 8px; }
  .hardware-notch::after { top: 5px; width: 3px; height: 3px; }
  .screen-menu { height: 21px; gap: .48rem; padding: 0 .55rem; font-size: 6px; }
  .mimo-panel { width: 74%; height: 57px; gap: 7px; padding: 0 9px 8px; border-radius: 0 0 12px 12px; }
  .mimo-mark { width: 18px; height: 18px; border-radius: 6px; }
  .mimo-focus small, .mimo-track small { font-size: 5px; }
  .mimo-focus strong, .mimo-track strong { font-size: 8px; }
  .mimo-divider { height: 23px; }
  .mimo-play { width: 19px; height: 19px; font-size: 7px; }
  .screen-task { top: 102px; gap: 7px; padding: 8px; border-radius: 7px; }
  .task-check { width: 15px; height: 15px; font-size: 7px; }
  .screen-task strong { font-size: 7px; }
  .screen-task span, .screen-task small, .screen-caption { font-size: 5px; }
  .macbook-base { height: 12px; }
  .section { padding: 3.8rem 0; }
  .feature-row { grid-template-columns: 1fr; gap: .55rem; padding: 1.5rem 0; }
  .feature-row p { grid-column: auto; }
  .quiet-panel, .footer-inner { display: grid; grid-template-columns: 1fr; }
  .quiet-panel { gap: 1.25rem; margin-top: 3.5rem; }
  .footer-inner { padding: 1.5rem 0; }
  .footer-links { justify-content: flex-start; }
}
