/* Tatscale — marketing site
   Tokens: bg #0E0E10 · accent #7C5CFF · Inter (UI) · JetBrains Mono (numbers/labels) */

:root {
  --bg: #0E0E10;
  --surface: #141417;
  --surface-2: #1A1A1F;
  --line: #24242A;
  --line-2: #303038;
  --text: #EDEDEF;
  --muted: #9A9AA5;
  --faint: #6B6B75;
  --accent: #7C5CFF;
  --accent-hi: #9277FF;
  --accent-ink: #FFFFFF;

  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --wrap: 1120px;
  --gutter: clamp(20px, 4vw, 40px);
  --r: 10px;
  --ease: cubic-bezier(.2, .7, .2, 1);                 /* hover / colour */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);          /* entering, press */
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);      /* moving on screen */
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.55 var(--sans);
  font-feature-settings: "cv11", "ss01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -0.022em; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
.mono { font-family: var(--mono); font-feature-settings: "zero" 0; letter-spacing: 0; }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--accent); color: #fff; padding: 8px 12px; border-radius: 6px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  padding-top: env(safe-area-inset-top, 0px);
  background: rgba(14, 14, 16, .72);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease);
}
.nav.is-scrolled { border-bottom-color: var(--line); }
.nav__inner { height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; font-size: 15px; letter-spacing: -0.01em; }
.nav__links { display: flex; gap: 4px; }
.nav__links a { text-decoration: none; color: var(--muted); font-size: 14px; padding: 6px 10px; border-radius: 6px; transition: color .15s, background-color .15s; }
.nav__links a:hover { color: var(--text); background: var(--surface-2); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(48px, 7vw, 88px); overflow: clip; }
.grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center top;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 30%, transparent 75%);
}
.hero__copy { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em;
  padding: 5px 10px; border: 1px solid var(--line-2); border-radius: 999px; background: rgba(20,20,23,.6);
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero h1 { margin-top: 22px; font-size: clamp(40px, 6.6vw, 76px); line-height: 1.02; letter-spacing: -0.04em; max-width: 14ch; }
.lede { margin-top: 20px; font-size: clamp(17px, 1.7vw, 19px); color: var(--muted); max-width: 40ch; }
.cta { margin-top: 32px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cta__note { font-size: 12px; color: var(--faint); }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  height: 48px; padding: 0 22px;
  background: var(--accent); color: var(--accent-ink);
  font: 600 15px/1 var(--sans); letter-spacing: -0.005em; text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 8px 24px -8px rgba(124, 92, 255, .55);
  transition: background-color .15s var(--ease), transform 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .btn:hover { background: var(--accent-hi); } }
.btn:active { transform: scale(0.97); }
.btn__icon { width: 16px; height: 16px; }

.hero__device { position: relative; margin-top: clamp(40px, 5vw, 64px); margin-bottom: 0; }
.ipad {
  position: relative;
  padding: clamp(8px, 1.2vw, 14px);
  background: linear-gradient(180deg, #1C1C21, #121215);
  border: 1px solid var(--line-2);
  border-radius: clamp(18px, 2.6vw, 32px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 40px 120px -40px rgba(124, 92, 255, .35), 0 30px 80px -30px rgba(0,0,0,.8);
}
.ipad img { width: 100%; aspect-ratio: 4 / 3; border-radius: clamp(10px, 1.6vw, 20px); }
.hero__device figcaption { margin-top: 14px; text-align: center; font-size: 12px; color: var(--faint); }

/* ---------- Spec strip ---------- */
.specs { margin-top: clamp(56px, 8vw, 96px); border-block: 1px solid var(--line); }
.specs__row { margin-block: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.specs__row > div { padding: 26px 20px; border-left: 1px solid var(--line); }
.specs__row > div:first-child { border-left: 0; padding-left: 0; }
.specs dt { font-size: clamp(22px, 2.4vw, 28px); font-weight: 500; color: var(--text); letter-spacing: -0.02em; }
.specs dd { margin: 6px 0 0; font-size: 13px; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding-block: clamp(72px, 10vw, 128px); }
.section + .section { border-top: 1px solid var(--line); }
.label { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.label span { color: var(--accent); }
.section h2 { margin-top: 14px; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -0.03em; }

/* Pitch */
.pitch__inner { display: grid; grid-template-columns: 1fr; }
.pitch__body { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); }
.pitch__body p { font-size: clamp(17px, 1.7vw, 20px); line-height: 1.5; color: var(--muted); }
.pitch__fix { color: var(--text) !important; padding-left: 20px; border-left: 2px solid var(--accent); }

/* Features */
.features {
  list-style: none; margin: 40px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
}
.features li {
  padding: 26px 24px 28px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--surface);
  transition: background-color .2s var(--ease);
}
.features li:hover { background: var(--surface-2); }
.features__k { display: inline-block; font-size: 11px; color: var(--accent-hi); padding: 3px 7px; border: 1px solid rgba(124,92,255,.35); border-radius: 5px; background: rgba(124,92,255,.08); }
.features h3 { margin-top: 18px; font-size: 16px; letter-spacing: -0.01em; }
.features p { margin-top: 6px; font-size: 14.5px; color: var(--muted); line-height: 1.5; }

/* Workflow */
.flow { margin-top: 40px; display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: start; }
.flow__steps { display: flex; flex-direction: column; gap: 6px; position: relative; }
.flow__step {
  appearance: none; text-align: left; font: inherit; color: inherit; cursor: pointer;
  display: grid; grid-template-columns: 34px 1fr; column-gap: 8px; row-gap: 2px;
  padding: 14px 16px; border-radius: var(--r);
  position: relative; z-index: 1;
  background: transparent; border: 0;
  transition: background-color .15s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .flow__step[aria-selected="false"]:hover { background: rgba(255,255,255,.02); }
}
.flow__ind {
  position: absolute; inset: 0; pointer-events: none;
  background: var(--surface-2);
  border-radius: var(--r);
  clip-path: inset(0 0 100% 0 round var(--r));
  transition: clip-path 250ms var(--ease-in-out);
}
.flow__ind.is-instant { transition: none; }
html:not(.js) .flow__step[aria-selected="true"] { background: var(--surface); }
.flow__n { grid-row: span 2; font-size: 12px; color: var(--faint); padding-top: 3px; transition: color 250ms var(--ease); }
.flow__step[aria-selected="true"] .flow__n { color: var(--accent); }
.flow__t { font-weight: 600; font-size: 15px; }
.flow__d { font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.flow__stage {
  position: relative; border: 1px solid var(--line); border-radius: 14px; background: var(--surface);
  padding: clamp(10px, 1.4vw, 16px); min-height: 100%;
}
.flow__panel { transition: opacity 200ms var(--ease-out), transform 200ms var(--ease-out); }
@starting-style { .flow__panel { opacity: 0; transform: translateY(4px); } }
.js .flow__stage:not(.is-ready) .flow__panel:not(:first-child) { display: none; }
.flow__stage:not(.is-ready) .flow__panel + .flow__panel { margin-top: 16px; }

.shot { margin: 0; }
.shot img { width: 100%; border-radius: 8px; }
.shot__bar { margin-bottom: 10px; border: 1px solid var(--line); }
.shot figcaption { margin-top: 12px; font-size: 12px; color: var(--faint); padding-inline: 4px; }

.shot--split { display: grid; grid-template-columns: minmax(0, 300px) 1fr; gap: clamp(20px, 3vw, 36px); align-items: center; }
.shot--split figcaption { margin: 0; font-size: 15px; color: var(--text); }
.shot--split figcaption > .mono:first-child { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.outs { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 14px; }
.outs li { color: var(--muted); font-size: 14.5px; line-height: 1.5; padding-left: 14px; border-left: 1px solid var(--line-2); }
.outs strong { display: block; color: var(--text); font-weight: 600; font-size: 15px; }
.outs__rule { display: inline-block; margin-top: 20px; font-size: 12px; color: var(--accent-hi); padding: 4px 8px; border: 1px dashed rgba(124,92,255,.5); border-radius: 5px; }

.import {
  aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden;
  display: grid; grid-template-rows: 1fr auto;
  background-color: var(--bg);
  background-image:
    linear-gradient(to right, rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 32px 32px;
}
.import__main { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 64px); padding: clamp(20px, 3vw, 40px); flex-wrap: wrap; }
.import__src { display: grid; gap: 14px; justify-items: start; }
.import__h { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.files { list-style: none; margin: 0; padding: 0; display: flex; gap: 12px; }
.file {
  position: relative; width: clamp(78px, 8vw, 104px); aspect-ratio: 3 / 4;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 6px 18px 6px 6px;
}
.file::after { content: ""; position: absolute; top: -1px; right: -1px; width: 18px; height: 18px; border-left: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); border-radius: 0 0 0 5px; background: var(--bg); }
.file .mono { font-size: clamp(13px, 1.3vw, 16px); font-weight: 500; color: var(--text); }
.file small { font-size: 11px; color: var(--accent-hi); }
.file--photo { width: clamp(104px, 11vw, 136px); aspect-ratio: 1; border-radius: 6px; }
.file--photo::after { display: none; }
.file--photo .mono { font-size: 13px; color: var(--muted); }
.import__notes { margin: 0; padding: 14px clamp(20px, 3vw, 40px); list-style: none; display: flex; flex-wrap: wrap; gap: 8px 28px; border-top: 1px solid var(--line); background: rgba(20,20,23,.8); }
.import__notes li { color: var(--muted); font-size: 14px; padding-left: 16px; position: relative; }
.import__notes li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 1px; background: var(--accent); }

/* Roadmap */
.split { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: start; }
.soon {
  margin-top: 40px;
  display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center;
  padding: clamp(12px, 1.6vw, 20px); padding-right: clamp(20px, 5vw, 64px);
  border-radius: 16px;
  border: 1px dashed var(--line-2);
  background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(255,255,255,.015) 10px 11px), var(--surface);
}
.soon__tag { display: inline-block; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; padding: 4px 8px; border: 1px solid var(--line-2); border-radius: 5px; }
.soon h3 { margin-top: 18px; font-size: clamp(24px, 2.6vw, 30px); letter-spacing: -0.025em; }
.soon__intro { margin-top: 8px; color: var(--muted); font-size: 16.5px; }
.soon__list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 18px; }
.soon__list li { display: grid; gap: 2px; padding-left: 16px; border-left: 1px solid var(--line-2); color: var(--muted); font-size: 15px; line-height: 1.5; }
.soon__list strong { color: var(--text); font-weight: 600; font-size: 15.5px; }
.soon__k { justify-self: start; margin-bottom: 6px; font-size: 11px; color: var(--accent-hi); padding: 2px 7px; border: 1px solid rgba(124,92,255,.35); border-radius: 5px; background: rgba(124,92,255,.08); }
.soon__note { margin-top: 28px; color: var(--faint); font-size: 14px; }
.soon a { color: var(--text); text-decoration-color: var(--accent); text-underline-offset: 3px; }

.morph { margin: 0; }
.morph__stage {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: 10px; background: #0A0A0B;
  cursor: ew-resize; touch-action: pan-y;
  user-select: none; -webkit-user-select: none; -webkit-touch-callout: none;
  view-timeline: --morph block;
}
.morph__stage:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.morph__stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; -webkit-user-drag: none; }
.morph__stencil { clip-path: inset(0 0 0 50%); }
.morph__divider { position: absolute; inset: 0; pointer-events: none; transform: translateX(50%); }
.morph__divider::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: -1px; width: 2px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(124, 92, 255, .7);
}
.morph__grip {
  position: absolute; left: 0; top: 50%; width: 36px; height: 36px; margin: -18px 0 0 -18px;
  display: grid; place-items: center; border-radius: 50%;
  background: var(--accent); color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.22);
}
.morph__grip svg { width: 18px; height: 18px; }
.morph.is-settling .morph__stencil { transition: clip-path 200ms var(--ease-out); }
.morph.is-settling .morph__divider { transition: transform 200ms var(--ease-out); }
.morph__tag { position: absolute; top: 12px; font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; padding: 4px 8px; border-radius: 5px; pointer-events: none; }
.morph__tag--photo { left: 12px; color: #fff; background: rgba(14,14,16,.62); }
.morph__tag--stencil { right: 12px; color: #2B1F66; background: rgba(244,242,238,.9); }

.morph__meta { margin-top: 14px; display: grid; gap: 10px; }
.morph__palette { display: flex; align-items: center; gap: 12px; }
.morph__label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.swatches { list-style: none; margin: 0; padding: 0; flex: 1; display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.swatches li { display: grid; gap: 5px; }
.swatch { display: block; height: 26px; border-radius: 5px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.swatches .mono { font-size: 10px; color: var(--faint); }
.morph__credit { font-size: 11px; color: var(--faint); }

/* FAQ */
.faq__more { margin-top: 18px; color: var(--muted); font-size: 14.5px; }
.faq__more a, .faq__list a { color: var(--text); text-decoration-color: var(--accent); text-underline-offset: 3px; }
.faq__list { border-top: 1px solid var(--line); }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 2px; font-weight: 500; font-size: 16.5px;
  transition: color .15s;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: "+"; font-family: var(--mono); font-size: 18px; color: var(--faint); flex: none;
  transition: transform 200ms var(--ease-out), color .15s var(--ease);
}
.faq__list details[open]:not([data-closing]) summary::after { transform: rotate(45deg); color: var(--accent); }
.faq__list summary:hover { color: #fff; }
.faq__list details > div { padding: 0 2px; display: grid; gap: 10px; max-width: 64ch; }
.faq__list details > div > :last-child { margin-bottom: 22px; }
.faq__list details p { color: var(--muted); font-size: 15.5px; }
.faq__list strong { color: var(--text); font-weight: 600; }

/* Footer */
.foot { border-top: 1px solid var(--line); padding-block: 40px 28px; }
.foot__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.foot__brand p { margin-top: 10px; font-size: 12px; color: var(--faint); }
.foot__links { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.foot__links a { text-decoration: none; color: var(--muted); font-size: 14px; transition: color .15s; }
.foot__links a:hover { color: var(--text); }
.foot__legal { margin-top: 32px; font-size: 11.5px; color: var(--faint); }

/* ---------- Motion ----------
   Scroll-linked where the browser supports view() timelines: position drives the motion,
   so it reverses when you scroll back. Elsewhere main.js falls back to a one-shot reveal. */

/* Groups: children arrive one after another, once */
.js [data-stagger] > * {
  opacity: 0; transform: translateY(12px);
  transition: opacity 300ms var(--ease-out), transform 300ms var(--ease-out), background-color .2s var(--ease);
  transition-delay: calc(var(--i, 0) * 50ms), calc(var(--i, 0) * 50ms), 0ms;
}
.js [data-stagger].is-in > * { opacity: 1; transform: none; }

/* Fallback one-shot reveal (no scroll timelines) */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out); }
.js .reveal.is-in { opacity: 1; transform: none; }

@keyframes scrub-in  { from { opacity: 0; transform: translateY(56px); } }
@keyframes scrub-out { to   { opacity: 0; transform: translateY(-32px); } }
@keyframes hero-out  { to   { opacity: 0; transform: translateY(-64px); } }
@keyframes device-settle { from { transform: perspective(2400px) rotateX(18deg) scale(0.93); } }
@keyframes morph-clip { from { clip-path: inset(0 0 0 96%); } to { clip-path: inset(0 0 0 50%); } }
@keyframes morph-line { from { transform: translateX(96%); } to { transform: translateX(50%); } }

@supports (animation-timeline: view()) {
  [data-scrub] {
    animation: scrub-in var(--ease-out) both, scrub-out linear forwards;
    animation-timeline: view(), view();
    animation-range: entry 0% entry 40vh, exit calc(100% - 14vh) exit 100%;
  }
  [data-scrub="in"] {
    animation: scrub-in var(--ease-out) both;
    animation-timeline: view();
    animation-range: entry 0% entry 40vh;
  }
  [data-scrub="out"] {
    animation: scrub-out linear forwards;
    animation-timeline: view();
    animation-range: exit calc(100% - 14vh) exit 100%;
  }

  .hero__copy {
    animation: hero-out linear both;
    animation-timeline: scroll(root block);
    animation-range: 0px 60vh;
  }
  .ipad {
    transform-origin: 50% 100%;
    animation: device-settle linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 45%;
  }

  .morph:not(.is-manual) .morph__stencil {
    animation: morph-clip linear both;
    animation-timeline: --morph;
    animation-range: entry 40% cover 45%;
  }
  .morph:not(.is-manual) .morph__divider {
    animation: morph-line linear both;
    animation-timeline: --morph;
    animation-range: entry 40% cover 45%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-scrub], .hero__copy, .ipad, .morph__stencil, .morph__divider { animation: none !important; }
  .js [data-stagger] > *, .js .reveal { transform: none; transition: opacity 200ms ease; transition-delay: 0ms; }
  .flow__panel { transform: none; transition: opacity 150ms ease; }
  .flow__ind, .morph.is-settling .morph__stencil, .morph.is-settling .morph__divider { transition: none; }
  .btn:active { transform: none; }
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .flow, .split { grid-template-columns: 1fr; }
  .flow__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .flow__step { grid-template-columns: 1fr; }
  .flow__n { grid-row: auto; padding-top: 0; }
  .flow__step { align-content: start; row-gap: 4px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .soon { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding-right: clamp(20px, 3vw, 32px); }
  .morph__palette { flex-direction: column; align-items: stretch; gap: 8px; }
  .swatches { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- Phone ---------- */
@media (max-width: 720px) {
  .nav__links a:not(:last-child) { display: none; }
  .specs__row { grid-template-columns: 1fr 1fr; }
  .specs__row > div { padding: 20px 16px; border-left: 0; }
  .specs__row > div:nth-child(even) { border-left: 1px solid var(--line); }
  .specs__row > div:nth-child(odd) { padding-left: 0; }
  .specs__row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pitch__body { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .flow__steps { grid-template-columns: repeat(2, 1fr); }
  .shot--split { grid-template-columns: 1fr; }
  .shot--split img { max-width: 260px; margin-inline: auto; }
  .import { grid-template-columns: 1fr; aspect-ratio: auto; }
  .soon { grid-template-columns: 1fr; padding: 12px 12px 24px; }
  .soon__copy { padding-inline: 8px; }
  .foot__inner { flex-direction: column; }
}
