/* Served from here, not Google Fonts, so a visit makes no request to anyone
   else (privacy policy). Latin only; Open Font License, beside the files. */
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400 600; font-display: swap; src: url(/dash/fonts/ibm-plex-sans.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: italic; font-weight: 400; font-display: swap; src: url(/dash/fonts/ibm-plex-sans-italic.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url(/dash/fonts/ibm-plex-mono-400.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url(/dash/fonts/ibm-plex-mono-500.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 600; font-display: swap; src: url(/dash/fonts/ibm-plex-mono-600.woff2) format("woff2"); }

  /* Dash's own two palettes, lifted from Theme.swift. Light is the default on
     the page — the screenshots are dark, and dark on dark was a lot of dark. */
  :root {
    --ground: #EDF1F4; --panel: #FFFFFF; --sunk: #E2E9ED; --line: #C6D2DA; --line-soft: #DDE5EA;
    --text: #10171D; --text2: #41525E; --muted: #788893;
    --miss: #A8412C; --good: #3F7A34; --over: #B5741A;
    --brass: #96690C; --verdigris: #0B6D7F; --copper: #A24C31; --moss: #456F31; --steel: #2F638F; --plum: #6C3E85;
    --on-hue: #FFFFFF; --bezel: #1b2229; --bezel-line: #38434d; --scrim: rgba(255, 255, 255, 0.85);
    --display: -apple-system, "SF Pro Display", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    --body: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    --mono: "IBM Plex Mono", "SF Mono", Menlo, Consolas, monospace;
    --wide: 1180px; --prose: 64ch;
    color-scheme: light;
  }
  :root[data-theme="dark"] {
    --ground: #0A0F14; --panel: #101821; --sunk: #0D141B; --line: #22303B; --line-soft: #19222B;
    --text: #DBE6ED; --text2: #93A5B2; --muted: #5C6E7B;
    --miss: #C4543C; --good: #74C05B; --over: #E0A040;
    --brass: #E0AE4B; --verdigris: #4FBACB; --copper: #E0855F; --moss: #8FC06B; --steel: #7BB2E0; --plum: #BA8CD1;
    --on-hue: #0A0F14; --bezel: #05080b; --bezel-line: #2a3540; --scrim: rgba(16, 24, 33, 0.85);
    color-scheme: dark;
  }
  .theme { display: inline-flex; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 0.2rem; }
  .theme button { border: 0; background: transparent; color: var(--text2); padding: 0.3rem 0.65rem; border-radius: 999px; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
  .theme button:hover { color: var(--text); }
  .theme button[aria-pressed="true"] { background: var(--text); color: var(--ground); }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--ground);
    color: var(--text);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
  img { max-width: 100%; height: auto; display: block; }
  a { color: var(--brass); text-decoration-thickness: 1px; text-underline-offset: 3px; }
  a:focus-visible, button:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
  h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.05; margin: 0; text-wrap: pretty; letter-spacing: -0.01em; }
  h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 700; letter-spacing: -0.03em; }
  h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); letter-spacing: -0.02em; }
  h3 { font-size: 1.2rem; font-weight: 700; }
  p { margin: 0; }
  .prose > * + * { margin-top: 1em; }
  .prose { max-width: var(--prose); }
  .prose.wide { max-width: none; }   /* the overview's story runs the width of the iPad above it */
  .prose p { color: var(--text2); }
  .prose strong { color: var(--text); font-weight: 600; }
  .mono, .eyebrow, .tally, .hours, .caption, .unit { font-family: var(--mono); }
  .eyebrow {
    font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
    display: inline-flex; gap: 0.9em; align-items: center;
  }
  .eyebrow b { color: var(--brass); font-weight: 600; }
  .caption { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.02em; margin-top: 0.7rem; }
  .wrap { width: min(var(--wide), 100% - 2.5rem); margin-inline: auto; }
  section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
  .head { display: grid; gap: 0.9rem; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
  .head .eyebrow { margin-bottom: 0.2rem; }
  .lede { font-size: 1.15rem; color: var(--text2); max-width: none; }

  /* Screenshots sit in the app's own panel colour with its hairline, not a fake device. */
  .shot { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
  .shot img { width: 100%; }
  figure { margin: 0; }
  figcaption.caption { display: block; }
  figure > figcaption.caption, .shot + .caption, .device + .caption { text-align: center; }

  /* ---------- tabs: one group of sections at a time ----------
     Without JavaScript every section shows and the tab links are anchors;
     with it, the body carries data-tab and only that group is visible. */
  .tabs { display: flex; flex-wrap: wrap; gap: 0.2rem; font-size: 0.9rem; }
  .tabs a { color: var(--text2); text-decoration: none; padding: 0.45rem 0.8rem; border-radius: 8px; border: 1px solid transparent; white-space: nowrap; }
  .tabs a:hover { color: var(--text); background: var(--panel); }
  .tabs a[aria-current="page"] { color: var(--text); background: var(--panel); border-color: var(--line); font-weight: 600; }
  @media (max-width: 720px) { .tabs { font-size: 0.82rem; } .tabs a { padding: 0.4rem 0.55rem; } }

  /* ---------- top bar ---------- */
  .bar { display: flex; align-items: center; justify-content: space-between; padding-block: 1.1rem; border-bottom: 1px solid var(--line-soft); }
  .brand { display: flex; align-items: center; gap: 0.7rem; font-family: var(--display); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.01em; color: var(--text); text-decoration: none; }
  .brand img { width: 30px; height: 30px; border-radius: 7px; }
  .bar nav { display: flex; gap: 1.4rem; font-size: 0.86rem; }
  .bar nav a { color: var(--text2); text-decoration: none; }
  .bar nav a:hover { color: var(--text); }
  @media (max-width: 720px) { .bar { flex-wrap: wrap; gap: 0.6rem; } .bar > div { flex-wrap: wrap; } }

  /* ---------- hero ---------- */
  .hero { padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: 0; border: 0; }
  .hero .wrap { display: grid; gap: 1.6rem; }
    .hero .lede { font-size: 1.22rem; max-width: none; }
  .platforms { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; font-family: var(--mono); font-size: 0.78rem; color: var(--muted); letter-spacing: 0.06em; }
  .platforms span::before { content: "▮"; color: var(--brass); margin-right: 0.55em; font-size: 0.7em; vertical-align: 1px; }
  .hero-shot { margin-top: clamp(1.4rem, 4vw, 2.6rem); }
  .hero-shot + .lede { margin-top: 2.4rem; }   /* the one-breath version, under the iPad */
  .hero-shot figcaption { text-align: center; }

  /* ---------- the clock, a detail only Dash would have ---------- */
  .clock { font-family: var(--mono); font-weight: 500; font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
  .clock small { display: block; font-size: 0.72rem; letter-spacing: 0.14em; color: var(--muted); font-weight: 400; margin-bottom: 0.45rem; }

  /* ---------- carousel: scroll-snap, no library ----------
     The next slide peeks in from the right so it reads as a strip rather than
     one picture; arrows sit inside the frame and never hide. */
  .carousel { position: relative; }
  .carousel .track { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 2px 0 2px; }
  .carousel .track::-webkit-scrollbar { display: none; }
  .carousel .track > figure { flex: 0 0 100%; scroll-snap-align: start; }
  .carousel .track > figure:last-child { margin-right: 12%; }
  .carousel.centred { max-width: 860px; margin-inline: auto; }
  .carousel .dots { display: flex; gap: 0.5rem; justify-content: center; align-items: center; margin-top: 0.9rem; }
  .carousel .dots button { width: 10px; height: 10px; border-radius: 3px; border: 0; padding: 0; background: var(--line); cursor: pointer; transition: background 0.2s, transform 0.2s; }
  .carousel .dots button[aria-current="true"] { background: var(--brass); transform: scaleX(2.4); }
  .carousel .dots .count { font-family: var(--mono); font-size: 0.7rem; color: var(--muted); letter-spacing: 0.08em; margin-left: 0.6rem; }
  .carousel .arrow { position: absolute; top: 38%; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--scrim); color: var(--text); font-family: var(--mono); font-size: 1.25rem; line-height: 1; cursor: pointer; display: grid; place-items: center; backdrop-filter: blur(6px); box-shadow: 0 4px 14px rgba(0,0,0,0.18); }
  .carousel .arrow.prev { left: 10px; } .carousel .arrow.next { right: 10px; }
  .carousel .arrow:hover { border-color: var(--brass); color: var(--brass); }

  /* ---------- device frames: enough edge to say which device, no more ---------- */
  .device { position: relative; background: var(--bezel); border: 1px solid var(--bezel-line); box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
  .device img, .device video { display: block; width: 100%; }
  .device.ipad { border-radius: 18px; padding: 14px; }
  .device.ipad img, .device.ipad video { border-radius: 8px; }
  .device.iphone { border-radius: 40px; padding: 12px; }
  .device.iphone img { border-radius: 30px; }
  .device.iphone::after { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 28%; height: 20px; border-radius: 12px; background: var(--bezel); }
  .device.watch { border-radius: 26%; padding: 10px; }
  .device.watch img { border-radius: 22%; }
  .device.watch::before { content: ""; position: absolute; right: -7px; top: 30%; width: 6px; height: 22%; border-radius: 3px; background: var(--bezel-line); }
  .device.watch::after { content: ""; position: absolute; right: -5px; top: 58%; width: 4px; height: 12%; border-radius: 2px; background: var(--bezel-line); }
  .device.mac { border-radius: 12px 12px 0 0; padding: 12px 12px 0; border-bottom: 0; }
  .device.mac img { border-radius: 6px 6px 0 0; }
  .device.mac + .foot { height: 14px; border-radius: 0 0 14px 14px; background: linear-gradient(#2a333c, var(--bezel)); border: 1px solid var(--bezel-line); border-top: 0; margin: 0 -2%; }
  .device.mac + .foot::after { content: ""; display: block; width: 18%; height: 4px; margin: 0 auto; border-radius: 0 0 4px 4px; background: var(--bezel); }

  /* ---------- the hero ---------- */
  .hero .device.ipad { overflow: hidden; }
  /* The wall in the hero is a twelve-second loop; the still is its first frame, so nothing jumps when it starts.
     A few words ride along the bottom, timed to what is happening (site.js). */
  .device video { height: auto; }
  .hero .device.ipad video { aspect-ratio: 1920 / 1324; background: #0A0F14; }
  .loop { position: relative; }
  .loop .cue { position: absolute; left: 50%; bottom: 4%; transform: translateX(-50%); margin: 0; max-width: 92%;
    font-family: var(--body); font-weight: 600; font-size: clamp(0.8rem, 1.7vw, 1.2rem); line-height: 1.3; white-space: nowrap;
    color: #10171D; background: #EDF1F4; border-radius: 999px; padding: 0.5em 1.2em; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
    opacity: 0; transition: opacity 0.35s; pointer-events: none; }
  .loop .cue.on { opacity: 1; }

  /* ---------- CSS grid rows: the page's own boxes ---------- */
  .row {
    display: grid; grid-template-columns: minmax(150px, 190px) 1fr; gap: 1.2rem; align-items: center;
    background: var(--panel); border: 1px solid var(--line); border-left-width: 3px; border-radius: 12px; padding: 0.95rem 1.1rem;
  }
  .row.met { border-left-color: var(--good); }
  .row .name { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
  .row .tally { font-size: 1.45rem; font-weight: 600; line-height: 1.1; margin-top: 0.15rem; font-variant-numeric: tabular-nums; }
  .row .tally small { font-size: 0.78rem; color: var(--muted); font-weight: 400; }
  .row .tally.over { color: var(--over); }
  .row .run { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; color: var(--muted); margin-top: 0.3rem; text-transform: uppercase; }
  .boxes { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
  .box {
    flex: 0 0 auto; width: 46px; height: 58px; border-radius: 6px; border: 1.5px solid var(--line); background: var(--sunk);
    display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding-bottom: 5px;
    font-family: var(--mono); font-size: 0.62rem; color: var(--muted); position: relative;
  }
  .box.f { background: var(--h); border-color: var(--h); color: var(--on-hue); font-weight: 600; }
  .box.f::before { content: ""; width: 12px; height: 12px; border-radius: 3px; background: var(--on-hue); opacity: 0.45; position: absolute; top: 12px; }
  .box.m { border-color: var(--miss); color: var(--miss); }
  .box.m::before { content: "✕"; position: absolute; top: 12px; font-size: 1rem; color: var(--miss); }
  .box.l { border-color: var(--h); }
  .box.o { background: var(--over); border-color: var(--over); color: var(--on-hue); font-weight: 600; }
  .box.o::before { content: ""; width: 12px; height: 12px; border-radius: 3px; background: var(--on-hue); opacity: 0.45; position: absolute; top: 12px; }
  .box .amt { position: absolute; top: 8px; font-size: 0.68rem; font-weight: 600; }
  .box.f .amt, .box.o .amt { color: var(--on-hue); }
  .box.f.amt-box::before, .box.o.amt-box::before { display: none; }
  .row[data-hue="brass"] { --h: var(--brass); } .row[data-hue="brass"] .name { color: var(--brass); }
  .row[data-hue="verdigris"] { --h: var(--verdigris); } .row[data-hue="verdigris"] .name { color: var(--verdigris); }
  .row[data-hue="copper"] { --h: var(--copper); } .row[data-hue="copper"] .name { color: var(--copper); }
  .row[data-hue="moss"] { --h: var(--moss); } .row[data-hue="moss"] .name { color: var(--moss); }
  .row[data-hue="steel"] { --h: var(--steel); } .row[data-hue="steel"] .name { color: var(--steel); }
  .row[data-hue="plum"] { --h: var(--plum); } .row[data-hue="plum"] .name { color: var(--plum); }
  @media (max-width: 640px) { .row { grid-template-columns: 1fr; gap: 0.7rem; } }

  /* ---------- layouts ---------- */
  .two { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; align-items: start; }
  .split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.6rem, 4vw, 3.5rem); align-items: start; }
  .split.flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
  @media (max-width: 860px) { .split, .split.flip { grid-template-columns: 1fr; } }
  .sticky { position: sticky; top: 1.5rem; }

  /* definition-style lists: label column in mono, like the app's editor */
  .spec { display: grid; grid-template-columns: max-content 1fr; gap: 0.55rem 1.4rem; margin-top: 1.4rem; max-width: var(--prose); }
  .spec dt { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brass); padding-top: 0.25rem; }
  .spec dd { margin: 0; color: var(--text2); }
  .spec dd strong { color: var(--text); font-weight: 600; }
  @media (max-width: 520px) { .spec { grid-template-columns: 1fr; gap: 0.15rem 0; } .spec dd { margin-bottom: 0.7rem; } }

  /* three kinds of grid */
  .kinds { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-top: 1.8rem; }
  .kind { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 1.2rem 1.25rem; display: grid; gap: 0.6rem; align-content: start; }
  .kind .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
  .kind h3 { font-size: 1.1rem; }
  .kind p { color: var(--text2); font-size: 0.95rem; }
  .kind .boxes { margin-top: 0.4rem; }
  .kind .box { width: 30px; height: 38px; font-size: 0.55rem; }
  .kind .box::before { width: 8px; height: 8px; top: 8px; }
  .kind .box.m::before { font-size: 0.7rem; top: 7px; }

  /* units strip */
  .units { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }
  .unit { font-size: 0.8rem; padding: 0.35rem 0.7rem; border: 1px solid var(--line); border-radius: 6px; color: var(--text2); background: var(--sunk); }
  .unit b { color: var(--text); font-weight: 600; }

  /* devices */
  .devices { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; margin-top: 1.8rem; }
  .device { border-top: 1px solid var(--line); padding-top: 1rem; display: grid; gap: 0.5rem; align-content: start; }
  .device .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); }
  .device p { color: var(--text2); font-size: 0.95rem; }
  .shots-3 { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 1.05fr) minmax(0, 1fr); gap: 1.2rem; align-items: end; margin-top: 2rem; }
  .shots-3 .watch { background: #000; border-radius: 22%/18%; border-color: #2a2a2a; }
  @media (max-width: 860px) { .shots-3 { grid-template-columns: 1fr 1fr; } .shots-3 > :first-child { grid-column: 1 / -1; } }

  /* devices carousel: text beside the framed screen, one device per slide */
  .dev-carousel .track > figure { flex: 0 0 100%; }
  .dev-carousel .track > figure:last-child { margin-right: 0; }
  .dev { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); grid-template-rows: auto auto; gap: 0.8rem clamp(1.5rem, 4vw, 3.5rem); align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: clamp(1.2rem, 3vw, 2.4rem); }
  .dev .dev-text { display: grid; gap: 0.6rem; align-content: center; }
  .dev .dev-text .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); }
  .dev .dev-text h3 { font-size: 1.5rem; }
  .dev .dev-text p { color: var(--text2); }
  .dev .dev-text p + p { margin-top: 0.4rem; }
  .dev .dev-shot { display: flex; justify-content: center; align-items: center; min-height: 320px; }
  .dev .dev-shot > * { width: 100%; }
  .dev .dev-shot .device.iphone { max-width: 250px; }
  .dev .dev-shot .device.watch { max-width: 230px; }
  .dev .dev-shot .device.mac, .dev .dev-shot .device.ipad { max-width: 100%; }
  .dev figcaption { grid-column: 2; margin-top: 0; }
  .dev-carousel .arrow { top: 45%; }
  .dev-carousel .arrow.prev { left: -21px; } .dev-carousel .arrow.next { right: -21px; }
  @media (max-width: 1240px) { .dev-carousel .arrow.prev { left: 6px; } .dev-carousel .arrow.next { right: 6px; } .dev { padding-inline: 3.2rem; } }
  @media (max-width: 800px) { .dev { grid-template-columns: 1fr; } .dev figcaption { grid-column: 1; } .dev .dev-shot { min-height: 0; } }

  /* the overview: no rules between its parts, and the reasons sit close under the story */
  #story { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
  #around { padding-top: 0; padding-bottom: clamp(2.5rem, 5vw, 4rem); }
  #price { padding-top: clamp(1.5rem, 3vw, 2.5rem); }

  /* pictures one under another, at a comfortable width */
  .stack { max-width: 960px; margin-inline: auto; display: grid; gap: 1.6rem; }
  .stack figure { margin: 0 !important; }

  /* the overview's reasons to open the other tabs */
  .reasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  @media (max-width: 900px) { .reasons { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 520px) { .reasons { grid-template-columns: 1fr; } }
  .reason { display: grid; gap: 0.45rem; align-content: start; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 1.2rem 1.25rem; text-decoration: none; color: var(--text2); transition: border-color 0.15s; }
  .reason:hover { border-color: var(--brass); }
  .reason .k { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); }
  .reason strong { font-family: var(--display); font-size: 1.15rem; color: var(--text); letter-spacing: -0.01em; }
  .reason span:last-child { font-size: 0.95rem; }

  /* devices: one per row, text beside the framed screen */
  .devs { display: grid; gap: 1rem; }
  .devs .dev figcaption { text-align: center; }

  /* use cases: a wall of the page's own rows */
  .wall { display: grid; gap: 0.8rem; margin-top: 2rem; }
  .case { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.6rem; }
  .case .shot img { width: 100%; height: auto; }
  .case .why { display: grid; grid-template-columns: max-content 1fr; gap: 0.3rem 1rem; padding: 0 0.3rem; font-size: 0.88rem; color: var(--text2); align-items: baseline; }
  .case .why b { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
  .case .why strong { color: var(--text); font-weight: 600; }

  /* where your data goes: three steps, each opt-in */
  .steps { list-style: none; margin: 0 0 2.4rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; counter-reset: step; }
  .steps li { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 1.1rem 1.2rem; display: grid; gap: 0.45rem; align-content: start; position: relative; }
  .steps li::before { counter-increment: step; content: counter(step); position: absolute; top: 1rem; right: 1.1rem; font-family: var(--mono); font-size: 0.72rem; color: var(--muted); }
  .steps .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); }
  .steps strong { font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--text); }
  .steps span:not(.k) { color: var(--text2); font-size: 0.95rem; }
  .steps li:first-child { border-left: 3px solid var(--good); }
  @media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }

  /* sync diagram: three devices, one grid each way */
  .sync { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-top: 1.8rem; }
  .node { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 1rem; display: grid; gap: 0.5rem; }
  .node .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
  .node ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.3rem; }
  .node li { font-family: var(--mono); font-size: 0.8rem; display: flex; align-items: center; gap: 0.5rem; color: var(--text2); }
  .node li::before { content: ""; width: 9px; height: 9px; border-radius: 2px; background: var(--dot, var(--line)); flex: 0 0 auto; }
  .node li.cloud::after { content: "iCloud"; margin-left: auto; font-size: 0.62rem; letter-spacing: 0.1em; color: var(--verdigris); }
  .node li.guest::after { content: "shared · read"; margin-left: auto; font-size: 0.62rem; letter-spacing: 0.1em; color: var(--plum); }
  @media (max-width: 720px) { .sync { grid-template-columns: 1fr; } }

  /* pricing / data */
  .facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 1.8rem; }
  .fact { border-top: 1px solid var(--line); padding-top: 1rem; }
  .fact .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
  .fact p { color: var(--text2); font-size: 0.95rem; margin-top: 0.4rem; }
  .fact p + p { margin-top: 0.7rem; }
  .fact p strong { color: var(--text); font-weight: 600; }
  .tbc { display: inline-block; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; padding: 0.15rem 0.45rem; border: 1px dashed var(--over); color: var(--over); border-radius: 4px; vertical-align: 2px; }

  /* Apple's own badge artwork, served from here, not their CDN — the privacy
     policy says a visit loads nothing from anyone else. */
  .store-badge { display: inline-flex; line-height: 0; }
  .store-badge img { display: block; height: auto; }

  .cta { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--brass); color: var(--on-hue); font-weight: 600; padding: 0.8rem 1.25rem; border-radius: 9px; text-decoration: none; font-size: 0.98rem; }
  .cta:hover { filter: brightness(1.06); }
  .cta.ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
  .ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; justify-content: center; }
  #price + #summary { padding-top: 0; }   /* the button, then the summary, without a second section's worth of air */

  /* The rule sits on the wrap, not on <footer>, so it lines up with the one
     under the header bar instead of running the full width of the window. */
  footer { padding-block: 0 0.5rem; font-size: 0.85rem; color: var(--muted); }
  footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line-soft); padding-top: 0.45rem; margin-top: 1.6rem; }
  footer a { color: var(--text2); }
