:root {
  color-scheme: light;
  --paper: #fff7ec;
  --paper-deep: #eee4d3;
  --surface: #fffdf7;
  --ink: #1d1712;
  --muted: #655d55;
  --soft: #766d65;
  --line: rgba(29, 23, 18, 0.18);
  --mint: #70dfbd;
  --mint-soft: #dff6ec;
  --coral: #ff9b72;
  --coral-soft: #ffe2d4;
  --butter: #ffd86a;
  --butter-soft: #fff0ad;
  --sky: #c7e8ed;
  --lavender: #bea6e9;
  --teal: #123d35;
  --teal-deep: #0b251f;
  --site-width: 1120px;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --clay-shadow: 0 7px 0 rgba(29, 23, 18, 0.14), 0 24px 60px rgba(29, 23, 18, 0.1);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.55 var(--sans);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header,
.hero-inner,
.section,
.play-inner,
.promise-inner,
.site-footer {
  width: min(var(--site-width), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
}

.home-page .site-header {
  position: fixed;
  top: 16px;
  right: 0;
  left: 0;
  min-height: 60px;
  padding: 8px 9px 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(10, 27, 22, 0.79);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .brand {
  color: #fff;
}

.home-page .site-footer .brand {
  color: var(--ink);
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  filter: drop-shadow(0 7px 9px rgba(0, 0, 0, 0.18));
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-header nav {
  margin-left: auto;
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.home-page .site-header nav a {
  color: rgba(255, 255, 255, 0.74);
}

.site-header nav a:hover,
.site-footer nav a:hover {
  color: var(--ink);
}

.home-page .site-header nav a:hover {
  color: #fff;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  background: var(--butter);
  color: var(--ink);
  box-shadow: inset 0 -3px 0 rgba(29, 23, 18, 0.12);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.header-action:hover {
  transform: translateY(-1px) rotate(-0.5deg);
}

.header-action:active {
  transform: translateY(2px);
  box-shadow: inset 0 -1px 0 rgba(29, 23, 18, 0.12);
}

.hero {
  position: relative;
  height: 86svh;
  min-height: 640px;
  max-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: var(--teal-deep);
}

.hero-backdrop,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  z-index: -2;
  background: url("/assets/hero-diorama.jpg") center / cover no-repeat;
  transform: scale(1.01);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 18, 15, 0.9) 0%, rgba(7, 18, 15, 0.72) 38%, rgba(7, 18, 15, 0.12) 72%, rgba(7, 18, 15, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 18, 15, 0.08) 0%, rgba(7, 18, 15, 0.04) 52%, rgba(7, 18, 15, 0.58) 100%);
}

.hero-inner {
  position: relative;
  height: 100%;
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(540px, 52%);
  color: #fff;
  transform: translateY(-42%);
}

.eyebrow,
.paper-note > span {
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: var(--butter);
  text-transform: none;
}

.hero h1 {
  max-width: 540px;
  margin-bottom: 18px;
  font: 700 68px/1.05 var(--display);
}

.lede {
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.38;
}

.actions,
.plan-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.actions {
  margin-top: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: 0 4px 0 var(--ink);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.button:hover {
  transform: translateY(-2px) rotate(-0.4deg);
  box-shadow: 0 6px 0 var(--ink), 0 13px 24px rgba(29, 23, 18, 0.15);
}

.button:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 var(--ink);
}

.button.primary {
  background: var(--mint);
}

.button.primary:hover {
  background: #82e8c8;
}

.button.secondary {
  background: var(--surface);
}

.text-link {
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.light-link {
  color: rgba(255, 255, 255, 0.86);
}

.hero-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 850;
}

.hero-moment {
  position: absolute;
  right: 0;
  bottom: 54px;
  width: 490px;
  height: 286px;
}

.hero-lookup {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 265px;
  padding: 17px 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fffdf7;
  color: var(--ink);
  box-shadow: 0 6px 0 rgba(29, 23, 18, 0.72), 0 20px 42px rgba(0, 0, 0, 0.22);
  transform: rotate(1.5deg);
}

.hero-lookup::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: #fbf7ee;
  transform: rotate(45deg);
}

.lookup-word {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.hero-lookup strong {
  margin-top: 2px;
  color: var(--teal);
  font-size: 20px;
}

.hero-lookup p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-subtitles {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 100%;
  text-align: center;
}

.hero-subtitles p {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(5, 10, 9, 0.88);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
}

.hero-subtitles p:first-child {
  font-size: 20px;
  font-weight: 950;
}

.hero-subtitles p + p {
  margin-top: 4px;
  color: #b9f4de;
  font-size: 14px;
  font-weight: 850;
}

.hero-subtitles mark {
  border-radius: 3px;
  background: rgba(112, 223, 189, 0.32);
  color: inherit;
}

.section {
  padding-top: 112px;
}

.section h2,
.play-section h2,
.promise-band h2,
.legal-card h1 {
  margin-bottom: 14px;
  font: 700 62px/0.98 var(--display);
}

.demo-heading {
  width: min(640px, 74%);
  margin-left: 4%;
}

.demo-heading > p:last-child,
.play-heading > p:last-child,
.plans-heading > p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.product-frame {
  position: relative;
  width: 94%;
  margin: 54px auto 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--ink);
  border-radius: 8px;
  isolation: isolate;
  background: var(--teal-deep);
  box-shadow: 0 9px 0 rgba(29, 23, 18, 0.16), 0 34px 82px rgba(29, 23, 18, 0.16);
  transform: rotate(-0.35deg);
}

.demo-scene,
.demo-shade {
  position: absolute;
  inset: 0;
}

.demo-scene {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: scene-drift 18s ease-in-out infinite alternate;
}

.demo-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 18, 15, 0.16), transparent 40%, rgba(5, 10, 9, 0.76) 100%),
    linear-gradient(90deg, rgba(5, 10, 9, 0.22), transparent 38%, rgba(5, 10, 9, 0.08));
}

.demo-meta {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(5, 10, 9, 0.62);
  color: #fff;
  backdrop-filter: blur(12px);
}

.demo-meta strong {
  font-size: 14px;
}

.demo-meta span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 800;
}

.demo-pill {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(11, 12, 15, 0.82);
  color: #e8ecf3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  font: 600 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0.01em;
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 150ms ease;
}

.demo-pill:hover,
.demo-pill:focus-visible {
  opacity: 1;
}

.demo-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4fd1b5;
  box-shadow: 0 0 7px rgba(79, 209, 181, 0.75);
}

.product-demo.is-off .demo-pill-dot {
  border: 1.5px solid #808a9c;
  background: transparent;
  box-shadow: none;
}

.demo-play,
.demo-save,
.demo-close,
.demo-target,
.demo-translation {
  font: inherit;
  cursor: pointer;
}

.demo-explanation {
  position: absolute;
  bottom: 146px;
  left: 50%;
  z-index: 4;
  width: min(420px, calc(100% - 28px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(13, 14, 17, 0.97);
  color: #edf0f5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  font: 400 13px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  text-align: left;
  transform: translateX(-50%);
  animation: explanation-in 180ms ease-out;
}

.demo-explanation[hidden] {
  display: none;
}

.demo-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px 0;
}

.demo-panel-head strong {
  font-size: 17px;
  font-weight: 700;
}

.demo-panel-body {
  display: grid;
  gap: 8px;
  padding: 5px 14px 12px;
}

.demo-panel-translation {
  color: #a9dcc9;
  font-size: 15px;
}

.demo-panel-explanation {
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #d4dae4;
  font-size: 13px;
  line-height: 1.55;
}

.demo-close {
  padding: 2px 5px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #7d8698;
  font-size: 17px;
  line-height: 1;
}

.demo-close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #edf0f5;
}

.demo-panel-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 2px;
}

.demo-panel-actions button {
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: transparent;
  color: #d4dae4;
  font: 600 12.5px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  cursor: pointer;
}

.demo-panel-actions button:disabled {
  opacity: 0.5;
  cursor: default;
}

.demo-panel-actions .demo-save:hover:not(:disabled) {
  border-color: rgba(79, 209, 181, 0.7);
  background: rgba(79, 209, 181, 0.12);
  color: #fff;
}

.demo-panel-actions .demo-save.is-active {
  border-color: rgba(79, 209, 181, 0.5);
  color: #4fd1b5;
}

.demo-usage {
  margin-left: auto;
  color: #929cad;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.demo-subtitles {
  position: absolute;
  bottom: 58px;
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(760px, 86%);
  transform: translateX(-50%);
  transition: opacity 160ms ease, visibility 160ms;
}

.demo-subtitle-box {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  padding: 10px 14px 11px;
  border-radius: 12px;
  background: rgba(8, 9, 11, 0.76);
  color: #fff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.38);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.24;
  text-align: center;
}

.demo-target,
.demo-translation {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.demo-target {
  font-size: 18px;
  font-weight: 650;
}

.demo-target:hover mark {
  background: rgba(255, 216, 106, 0.72);
}

.demo-target mark {
  border-radius: 3px;
  background: rgba(112, 223, 189, 0.42);
  color: inherit;
  transition: background-color 140ms ease;
}

.demo-translation {
  color: #b9d9f4;
  font-size: 14px;
  font-weight: 450;
}

.demo-translation span {
  display: inline-block;
  filter: blur(5px);
  opacity: 0.78;
  transition: filter 180ms ease, opacity 180ms ease;
}

.demo-translation.is-visible span {
  filter: none;
  opacity: 1;
}

.demo-subtitle-box:hover .demo-translation span {
  filter: none;
  opacity: 1;
}

.product-demo.is-off .demo-subtitles,
.product-demo.is-off .demo-explanation {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.demo-player {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.84);
}

.demo-play {
  min-width: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
}

.demo-progress {
  height: 5px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.28);
}

.demo-progress span {
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: var(--mint);
  animation: demo-progress 18s linear infinite;
}

.demo-player time {
  font-size: 10px;
  font-weight: 800;
}

.product-demo.is-paused .demo-scene,
.product-demo.is-paused .demo-progress span {
  animation-play-state: paused;
}

.product-demo.is-replaying .demo-scene {
  animation: replay-pulse 620ms ease-out;
}

.product-demo.is-replaying .demo-progress span {
  animation: replay-progress 780ms ease-out;
}

.demo-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 38px;
  width: 90%;
  margin: 54px auto 0;
  padding: 34px 0 12px;
  border-top: 1px solid var(--line);
}

.demo-facts article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: start;
}

.demo-facts article > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--butter);
  box-shadow: inset 0 -4px 0 rgba(29, 23, 18, 0.08);
  font-size: 11px;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.demo-facts h3 {
  min-height: 46px;
  margin: 5px 0 4px;
  font-size: 20px;
  line-height: 1.15;
}

.demo-facts p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--muted);
}

.play-section {
  margin-top: 120px;
  padding: 132px 0 150px;
  overflow: hidden;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  background: var(--mint-soft);
}

.play-heading {
  max-width: 610px;
  margin-left: 2%;
}

.quiet-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: 74px;
  width: 94%;
  margin: 60px auto 0;
}

.quiet-panel {
  width: min(430px, 100%);
  padding: 15px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 8px 0 rgba(29, 23, 18, 0.16), 0 28px 58px rgba(29, 23, 18, 0.14);
  transform: rotate(-1deg);
}

.quiet-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  background: var(--teal-deep);
  color: #fff;
}

.quiet-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.quiet-brand img {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.quiet-brand > span {
  display: grid;
}

.quiet-brand strong {
  font-size: 18px;
  line-height: 1.1;
}

.quiet-brand small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
}

.quiet-switch {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
  height: 30px;
  padding: 3px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: var(--mint);
  box-shadow: inset 0 -3px 0 rgba(29, 23, 18, 0.14);
}

.quiet-switch i {
  width: 20px;
  height: 20px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--surface);
}

.quiet-track {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.quiet-track span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiet-track strong {
  font-size: 17px;
}

.quiet-ready {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 13px 2px 1px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.quiet-ready span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 3px rgba(112, 223, 189, 0.24);
}

.quiet-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.paper-note {
  position: relative;
  z-index: 2;
  width: auto;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--clay-shadow);
}

.paper-note::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 72px;
  height: 25px;
  background: rgba(255, 216, 106, 0.62);
  transform: translateX(-50%) rotate(-2deg);
}

.paper-note > span {
  display: block;
  margin-bottom: 9px;
  color: var(--teal);
}

.paper-note h3 {
  margin-bottom: 7px;
  font: 700 29px/1 var(--display);
}

.paper-note p {
  margin: 0;
  color: var(--muted);
}

.note-peek {
  grid-column: 1 / -1;
  background: var(--butter-soft);
  transform: rotate(-1deg);
}

.note-replay {
  background: var(--coral-soft);
  transform: translateY(8px) rotate(0.7deg);
}

.note-save {
  background: #ebe7fa;
  transform: rotate(-0.5deg);
}

.promise-band {
  margin-top: -18px;
  padding: 118px 0 108px;
  background: var(--teal-deep);
  color: #fff;
}

.promise-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.72fr);
  gap: 110px;
}

.promise-inner article:nth-child(2) {
  margin-top: 102px;
}

.promise-band .eyebrow {
  color: var(--butter);
}

.promise-band h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 56px;
}

.promise-inner article:nth-child(2) h2 {
  font-size: 42px;
}

.promise-band p:not(.eyebrow) {
  max-width: 510px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.promise-band a {
  color: var(--mint);
  font-weight: 900;
  text-underline-offset: 5px;
}

.plans-section {
  padding-top: 122px;
}

.plans-heading {
  max-width: 760px;
  margin-left: 7%;
}

.plans-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 30px;
  width: min(980px, 94%);
  margin: 54px auto 0;
}

.plan-sheet,
.legal-card {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--clay-shadow);
}

.plan-sheet {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 330px;
  padding: 30px;
}

.free-sheet {
  margin-top: 56px;
  background: var(--butter-soft);
  transform: rotate(-1.2deg);
}

.premium-sheet {
  min-height: 390px;
  background: var(--mint-soft);
  transform: rotate(0.8deg);
}

.plan-name {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.plan-name h3 {
  margin-bottom: 0;
  font: 700 34px/1 var(--display);
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin: 0;
  font-size: 52px;
  line-height: 0.9;
  font-weight: 950;
}

.price span {
  margin-left: 3px;
  color: var(--muted);
  font-size: 14px;
}

.plan-sheet > p:not(.price) {
  margin: 38px 0 28px;
  color: var(--muted);
  font-size: 17px;
}

.plan-sheet > .button,
.plan-actions {
  margin-top: auto;
}

.plan-actions .button {
  flex: 1 1 150px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: 84px;
  padding-top: 132px;
  padding-bottom: 34px;
}

.faq-heading h2 {
  font-size: 48px;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 20px 38px 20px 0;
  font-weight: 900;
  line-height: 1.4;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  font-size: 17px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  margin: -2px 40px 20px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.faq-list details p strong {
  color: var(--ink);
}

.faq-list details a {
  color: var(--teal-deep);
  font-weight: 850;
  text-underline-offset: 3px;
}

#product,
#features,
#pricing,
#faq {
  scroll-margin-top: 96px;
}

.home-install {
  margin-top: 24px;
}

.home-footer {
  padding: 72px 0 30px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.home-footer-inner,
.home-footer-meta {
  width: min(960px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.home-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
  gap: 84px;
  align-items: start;
}

.home-footer-about .brand {
  color: var(--ink);
}

.home-footer-about > p {
  max-width: 350px;
  margin: 18px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.footer-store-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 900;
  text-underline-offset: 4px;
}

.footer-store-link span {
  font-size: 17px;
  line-height: 1;
}

.home-footer-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 58px;
}

.home-footer-directory nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.home-footer-directory strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
}

.home-footer-directory a {
  width: fit-content;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.home-footer-directory a:hover {
  color: var(--ink);
}

.home-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 48px 0 32px;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 38px;
  height: 38px;
}

.site-footer > p {
  margin: 0;
  color: var(--muted);
}

.site-footer nav {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.legal-main {
  width: min(800px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.legal-card {
  padding: 38px;
}

.legal-card h1 {
  font-size: 52px;
}

.legal-card h2 {
  margin: 32px 0 8px;
  font: 900 22px/1.2 var(--sans);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.updated {
  color: var(--soft);
  font-weight: 800;
}

@keyframes scene-drift {
  from { transform: scale(1.015) translateX(-0.25%); }
  to { transform: scale(1.035) translateX(0.25%); }
}

@keyframes demo-progress {
  from { width: 34%; }
  to { width: 74%; }
}

@keyframes replay-progress {
  0% { width: 34%; }
  18% { width: 9%; }
  100% { width: 34%; }
}

@keyframes replay-pulse {
  0% { transform: scale(1.035); filter: brightness(1); }
  30% { transform: scale(1.055); filter: brightness(0.82); }
  100% { transform: scale(1.015); filter: brightness(1); }
}

@keyframes explanation-in {
  from { opacity: 0; transform: translate(-50%, 8px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 980px) {
  .hero h1 {
    font-size: 58px;
  }

  .hero-copy {
    width: min(500px, 56%);
  }

  .hero-moment {
    width: 405px;
  }

  .hero-lookup {
    width: 225px;
  }

  .quiet-layout {
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: 36px;
  }

  .quiet-notes {
    grid-template-columns: 1fr;
  }

  .note-peek {
    grid-column: auto;
  }

  .promise-inner {
    gap: 60px;
  }

  .home-footer-inner {
    grid-template-columns: minmax(230px, 0.8fr) minmax(340px, 1.2fr);
    gap: 48px;
  }

  .site-footer {
    grid-template-columns: auto 1fr;
  }

  .site-footer nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .site-header,
  .hero-inner,
  .section,
  .play-inner,
  .promise-inner,
  .site-footer,
  .legal-main {
    width: min(var(--site-width), calc(100% - 24px));
  }

  .home-footer {
    padding-top: 58px;
  }

  .home-footer-inner,
  .home-footer-meta {
    width: calc(100% - 32px);
  }

  .home-footer-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .home-footer-about > p {
    max-width: 430px;
  }

  .home-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-top: 46px;
  }

  .home-page .site-header {
    top: 10px;
    min-height: 56px;
    padding: 7px 7px 7px 9px;
  }

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .site-header nav {
    display: none;
  }

  .header-action {
    min-height: 38px;
    margin-left: auto;
    padding: 7px 12px;
  }

  .hero {
    height: 88svh;
    min-height: 620px;
    max-height: 740px;
  }

  .hero-backdrop {
    background-position: 61% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 18, 15, 0.85) 0%, rgba(7, 18, 15, 0.66) 48%, rgba(7, 18, 15, 0.78) 100%),
      linear-gradient(90deg, rgba(7, 18, 15, 0.5), rgba(7, 18, 15, 0.14));
  }

  .hero-copy {
    top: 94px;
    width: 100%;
    transform: none;
  }

  .hero h1 {
    max-width: 360px;
    margin-bottom: 13px;
    font-size: 45px;
  }

  .lede {
    max-width: 360px;
    font-size: 17px;
  }

  .actions {
    margin-top: 18px;
  }

  .hero-note {
    margin-top: 12px;
  }

  .hero-moment {
    right: 0;
    bottom: 24px;
    width: 100%;
    height: 176px;
  }

  .hero-lookup {
    top: 0;
    right: 0;
    width: 192px;
    padding: 11px 12px;
  }

  .hero-lookup strong {
    font-size: 16px;
  }

  .hero-lookup p {
    margin-top: 3px;
    font-size: 11px;
  }

  .hero-subtitles {
    bottom: 0;
  }

  .hero-subtitles p:first-child {
    font-size: 15px;
  }

  .hero-subtitles p + p {
    font-size: 12px;
  }

  .section {
    padding-top: 76px;
  }

  .section h2,
  .play-section h2,
  .promise-band h2 {
    font-size: 43px;
  }

  .demo-heading,
  .play-heading,
  .plans-heading {
    width: 100%;
    margin-left: 0;
  }

  .demo-heading > p:last-child,
  .play-heading > p:last-child,
  .plans-heading > p:last-child {
    font-size: 16px;
  }

  .product-frame {
    width: 100%;
    margin-top: 42px;
    aspect-ratio: 4 / 5;
    transform: none;
  }

  .demo-scene {
    object-position: 56% center;
  }

  .demo-meta {
    top: 12px;
    left: 12px;
  }

  .demo-pill {
    top: 12px;
    right: 12px;
  }

  .demo-explanation {
    bottom: 145px;
    width: calc(100% - 24px);
  }

  .demo-panel-explanation {
    font-size: 11.5px;
    line-height: 1.42;
  }

  .demo-subtitles {
    bottom: 55px;
    width: calc(100% - 24px);
  }

  .demo-target {
    font-size: 14px;
  }

  .demo-translation {
    font-size: 11px;
  }

  .demo-subtitle-box {
    padding: 8px 10px 9px;
  }

  .demo-player {
    right: 12px;
    bottom: 13px;
    left: 12px;
    gap: 8px;
  }

  .demo-facts {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-top: 40px;
    padding-top: 10px;
  }

  .demo-facts article {
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
  }

  .demo-facts h3 {
    min-height: 0;
  }

  .demo-facts article:nth-child(2),
  .demo-facts article:nth-child(3) {
    transform: none;
  }

  .play-section {
    margin-top: 76px;
    padding: 102px 0 110px;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
  }

  .quiet-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    width: 100%;
    margin-top: 42px;
  }

  .quiet-panel {
    justify-self: center;
    width: 100%;
    transform: none;
  }

  .quiet-notes {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .paper-note {
    width: 100%;
  }

  .note-peek,
  .note-replay,
  .note-save {
    transform: none;
  }

  .promise-band {
    margin-top: -8px;
    padding: 82px 0 74px;
  }

  .promise-inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .promise-inner article:nth-child(2) {
    margin-top: 0;
  }

  .promise-band .promise-inner article:nth-child(2) h2 {
    font-size: 38px;
  }

  .plans-section {
    padding-top: 82px;
  }

  .plans-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    width: 100%;
    margin-top: 38px;
  }

  .plan-sheet,
  .free-sheet,
  .premium-sheet {
    min-height: 0;
    margin-top: 0;
    padding: 24px;
    transform: none;
  }

  .plan-sheet > p:not(.price) {
    margin: 30px 0 26px;
  }

  .plan-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .plan-actions .button {
    flex: none;
  }

  .button {
    width: 100%;
  }

  .actions .text-link {
    width: auto;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 92px;
  }

  .faq-heading h2 {
    font-size: 42px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 58px;
  }

  .site-footer nav {
    grid-column: auto;
    justify-content: flex-start;
  }

  .legal-card {
    padding: 24px;
  }

  .legal-card h1 {
    font-size: 42px;
  }
}

@media (max-width: 720px) and (max-height: 700px) {
  .hero-copy {
    top: 80px;
  }

  .hero h1 {
    font-size: 41px;
  }

  .lede {
    font-size: 16px;
  }

  .hero-moment {
    height: 156px;
  }

  .hero-lookup p {
    display: none;
  }
}

@media (max-width: 360px) {
  .hero-copy {
    top: 76px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .lede {
    font-size: 15px;
    line-height: 1.35;
  }

  .actions {
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 14px;
  }

  .hero .actions .button {
    width: auto;
    min-height: 44px;
    padding: 9px 13px;
  }

  .hero-note {
    margin-top: 10px;
  }

  .hero-moment {
    bottom: 16px;
    height: 146px;
  }

  .hero-lookup {
    width: 178px;
    padding: 9px 10px;
  }

  .hero-subtitles p {
    padding: 6px 10px;
  }

  .product-frame {
    aspect-ratio: 3 / 4;
  }

  .demo-meta span {
    display: none;
  }

  .demo-pill {
    top: 10px;
    right: 10px;
    font-size: 11px;
  }

  .demo-explanation {
    bottom: 138px;
    width: calc(100% - 20px);
  }

  .demo-panel-head {
    padding: 10px 11px 0;
  }

  .demo-panel-body {
    gap: 6px;
    padding: 3px 11px 10px;
  }

  .demo-panel-explanation {
    padding-top: 6px;
    font-size: 11px;
    line-height: 1.42;
  }

  .demo-panel-actions button {
    padding: 4px 8px;
    font-size: 11px;
  }

  .demo-usage {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Marketing and guide pages */

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 18px;
}

.brand-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
}

.marketing-page .site-header {
  position: fixed;
  top: 16px;
  right: 0;
  left: 0;
  z-index: 20;
  min-height: 60px;
  padding: 8px 9px 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(10, 27, 22, 0.82);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.marketing-page .site-header .brand {
  color: #fff;
}

.marketing-page .site-header nav a {
  color: rgba(255, 255, 255, 0.74);
}

.marketing-page .site-header nav a:hover {
  color: #fff;
}

.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 70svh;
  min-height: 570px;
  max-height: 660px;
  overflow: hidden;
  isolation: isolate;
  background: var(--teal-deep) url("/assets/hero-diorama.jpg") center / cover no-repeat;
  color: #fff;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 18, 15, 0.92) 0%, rgba(7, 18, 15, 0.74) 44%, rgba(7, 18, 15, 0.2) 78%, rgba(7, 18, 15, 0.36) 100%),
    linear-gradient(180deg, rgba(7, 18, 15, 0.08), rgba(7, 18, 15, 0.64));
}

.page-hero--video {
  background-image: url("/assets/demo-scene.jpg");
  background-position: center 46%;
}

.page-hero--compare {
  background-position: center 35%;
}

.page-hero--trust {
  background-position: 65% center;
}

.page-hero-inner,
.band-inner,
.page-footer,
.crumbs {
  width: min(var(--site-width), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.page-hero-inner {
  padding-bottom: 72px;
}

.page-hero-copy {
  width: min(680px, 68%);
}

.hero-disclosure,
.source-note,
.mini-label {
  font-size: 12px;
  font-weight: 850;
}

.hero-disclosure {
  margin-bottom: 16px;
  color: var(--butter);
}

.page-hero h1 {
  max-width: 690px;
  margin-bottom: 18px;
  font: 700 68px/1.02 var(--display);
}

.page-hero .lede {
  max-width: 620px;
}

.page-hero .actions {
  margin-top: 26px;
}

.page-hero .hero-note {
  max-width: 580px;
}

.crumbs {
  padding-top: 98px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.crumbs a {
  color: var(--teal);
  text-underline-offset: 3px;
}

.content-band {
  padding: 104px 0;
}

.content-band.compact-band {
  padding-top: 72px;
  padding-bottom: 72px;
}

.content-band.mint-band {
  background: var(--mint-soft);
}

.content-band.butter-band {
  background: var(--butter-soft);
}

.content-band.coral-band {
  background: var(--coral-soft);
}

.content-band.dark-band {
  background: var(--teal-deep);
  color: #fff;
}

.editorial-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: start;
}

.editorial-intro h2,
.band-heading h2,
.guide-layout h2,
.install-banner h2 {
  margin-bottom: 16px;
  font: 700 56px/1 var(--display);
}

.editorial-intro > div:last-child > p,
.band-heading > p,
.prose-column p,
.prose-column li {
  color: var(--muted);
  font-size: 17px;
}

.dark-band .editorial-intro > div:last-child > p,
.dark-band .band-heading > p,
.dark-band .prose-column p,
.dark-band .source-note {
  color: rgba(255, 255, 255, 0.76);
}

.dark-band .eyebrow {
  color: var(--butter);
}

.prose-column a {
  color: var(--teal);
  font-weight: 850;
  text-underline-offset: 3px;
}

.band-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.band-heading.centered-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.band-heading.centered-heading > p {
  margin-right: auto;
  margin-left: auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid var(--line);
}

.proof-strip article {
  min-width: 0;
  padding: 28px 28px 28px 0;
}

.proof-strip article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.proof-strip strong {
  display: block;
  margin-bottom: 5px;
  font: 700 28px/1.1 var(--display);
}

.proof-strip p {
  margin: 0;
  color: var(--muted);
}

.feature-ledger {
  border-top: 2px solid var(--ink);
}

.feature-row {
  display: grid;
  grid-template-columns: 56px minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.feature-row > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--butter);
  font-size: 11px;
  font-weight: 950;
}

.feature-row h3 {
  margin: 4px 0 0;
  font: 700 30px/1.05 var(--display);
}

.feature-row p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.choice-grid,
.permission-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.choice-card,
.permission-card,
.platform-card {
  min-width: 0;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 5px 0 rgba(29, 23, 18, 0.14);
}

.choice-card:nth-child(2n),
.permission-card:nth-child(2n) {
  background: var(--butter-soft);
}

.choice-card:nth-child(3n),
.permission-card:nth-child(3n) {
  background: var(--coral-soft);
}

.choice-card h3,
.permission-card h3,
.platform-card h3 {
  margin-bottom: 8px;
  font: 700 29px/1.05 var(--display);
}

.choice-card p,
.permission-card p,
.platform-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.choice-card a,
.platform-card a {
  display: inline-block;
  margin-top: 17px;
  color: var(--teal);
  font-weight: 900;
  text-underline-offset: 4px;
}

.comparison-scroll {
  overflow-x: auto;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 7px 0 rgba(29, 23, 18, 0.13);
}

.comparison-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table--compact {
  min-width: 760px;
}

.table-hint {
  display: none;
}

.comparison-table th,
.comparison-table td {
  padding: 17px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table thead th {
  background: var(--teal-deep);
  color: #fff;
  font-size: 14px;
}

.comparison-table thead th:nth-child(2) {
  background: var(--mint);
  color: var(--ink);
}

.comparison-table tbody th {
  width: 190px;
  background: var(--paper-deep);
  font-size: 13px;
}

.comparison-table td {
  color: var(--muted);
  font-size: 14px;
}

.comparison-table td strong {
  color: var(--ink);
}

.table-mark {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border: 1px solid rgba(29, 23, 18, 0.28);
  border-radius: 999px;
  background: var(--mint-soft);
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 900;
}

.source-note {
  margin: 18px 0 0;
  color: var(--soft);
  line-height: 1.6;
}

.source-note a {
  color: var(--teal);
  text-underline-offset: 3px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.guide-player {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--teal-deep);
  box-shadow: var(--clay-shadow);
  transform: rotate(0.6deg);
}

.guide-player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-player::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5, 10, 9, 0.76));
}

.guide-subtitles {
  position: absolute;
  right: 16px;
  bottom: 42px;
  left: 16px;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.guide-subtitles span {
  max-width: 90%;
  padding: 6px 12px;
  border-radius: 7px;
  background: rgba(5, 10, 9, 0.88);
  color: #fff;
  font-weight: 850;
}

.guide-subtitles span + span {
  color: #b9f4de;
  font-size: 13px;
}

.step-list {
  counter-reset: guide-step;
  border-top: 2px solid var(--ink);
}

.step-list article {
  counter-increment: guide-step;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.step-list article::before {
  content: counter(guide-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--butter);
  font-size: 11px;
  font-weight: 950;
}

.step-list h3 {
  margin: 2px 0 5px;
  font-size: 20px;
}

.step-list p {
  margin: 0;
  color: var(--muted);
}

.install-banner {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background: var(--teal-deep);
  color: #fff;
}

.install-banner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(5vw, 30px);
  width: 220px;
  height: 220px;
  background: url("/assets/dubstack-logo-256.png") center / contain no-repeat;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.28));
  transform: translateY(-50%) rotate(4deg);
}

.install-banner .band-inner {
  position: relative;
  z-index: 1;
}

.install-banner-copy {
  max-width: 690px;
  padding-right: 160px;
}

.install-banner p:not(.hero-disclosure) {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.pricing-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--clay-shadow);
}

.pricing-panel.free-panel {
  margin-top: 42px;
  background: var(--butter-soft);
  transform: rotate(-0.5deg);
}

.pricing-panel.paid-panel {
  background: var(--mint-soft);
  transform: rotate(0.5deg);
}

.pricing-panel .price {
  justify-content: flex-start;
  margin: 15px 0 22px;
}

.pricing-panel ul {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.pricing-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.pricing-panel li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 950;
}

.pricing-panel .actions {
  margin-top: auto;
}

.pricing-panel .button {
  flex: 1 1 160px;
}

.split-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.split-note article {
  padding-top: 24px;
  border-top: 2px solid var(--ink);
}

.split-note h3 {
  font: 700 32px/1.05 var(--display);
}

.split-note p {
  color: var(--muted);
}

.page-footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) repeat(3, minmax(130px, 0.4fr));
  gap: 36px;
  padding: 64px 0 36px;
  border-top: 1px solid var(--line);
}

.page-footer-brand p {
  max-width: 240px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.page-footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.page-footer nav strong {
  margin-bottom: 3px;
  font-size: 12px;
  text-transform: uppercase;
}

.page-footer nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.page-footer nav a:hover {
  color: var(--ink);
}

.fine-print {
  font-size: 12px;
  color: var(--soft);
}

@media (max-width: 980px) {
  .page-hero-copy {
    width: min(650px, 78%);
  }

  .editorial-intro {
    gap: 48px;
  }

  .choice-grid,
  .permission-grid,
  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-layout {
    gap: 42px;
  }

  .page-footer {
    grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(140px, 0.55fr));
  }

  .page-footer nav:last-child {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .marketing-page .site-header {
    top: 10px;
    width: calc(100% - 24px);
    min-height: 56px;
    padding: 7px 7px 7px 9px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .table-hint {
    display: block;
    margin: 0 0 9px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
  }

  .page-hero {
    height: 84svh;
    min-height: 610px;
    max-height: 720px;
    background-position: 59% center;
  }

  .page-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 18, 15, 0.76), rgba(7, 18, 15, 0.7) 54%, rgba(7, 18, 15, 0.88)),
      linear-gradient(90deg, rgba(7, 18, 15, 0.5), rgba(7, 18, 15, 0.08));
  }

  .page-hero-inner,
  .band-inner,
  .page-footer,
  .crumbs {
    width: calc(100% - 24px);
  }

  .page-hero-inner {
    padding-bottom: 48px;
  }

  .page-hero-copy {
    width: 100%;
  }

  .page-hero h1 {
    max-width: 370px;
    font-size: 47px;
  }

  .page-hero .lede {
    max-width: 370px;
    font-size: 17px;
  }

  .content-band {
    padding: 76px 0;
  }

  .editorial-intro,
  .guide-layout,
  .pricing-grid,
  .split-note {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .editorial-intro h2,
  .band-heading h2,
  .guide-layout h2,
  .install-banner h2 {
    font-size: 43px;
  }

  .proof-strip,
  .choice-grid,
  .permission-grid,
  .platform-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .proof-strip article,
  .proof-strip article + article {
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .feature-row p {
    grid-column: 2;
  }

  .guide-player {
    min-height: 330px;
    transform: none;
  }

  .install-banner {
    padding: 74px 0 220px;
  }

  .install-banner::after {
    top: auto;
    right: 50%;
    bottom: 20px;
    width: 170px;
    height: 170px;
    transform: translateX(50%) rotate(4deg);
  }

  .install-banner-copy {
    padding-right: 0;
  }

  .pricing-panel,
  .pricing-panel.free-panel,
  .pricing-panel.paid-panel {
    margin-top: 0;
    padding: 25px;
    transform: none;
  }

  .page-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-footer-brand {
    grid-column: 1 / -1;
  }

  .page-footer nav:last-child {
    grid-column: auto;
  }
}

@media (max-width: 390px) {
  .home-footer-directory {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .brand-copy small {
    font-size: 7px;
  }

  .marketing-page .header-action {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .page-hero h1 {
    font-size: 42px;
  }
}
