:root {
  --paper: #f4e7cf;
  --paper-deep: #e8d4b2;
  --paper-pale: #fff8ea;
  --ink: #11100e;
  --soft-ink: #322e29;
  --muted: #746a5d;
  --orange: #ff5a1f;
  --red: #d81e05;
  --blue: #2f6f8f;
  --yellow: #f6b91b;
  --white: #fffdf7;
  --line: 3px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --shadow-small: 4px 4px 0 var(--ink);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --max: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.nav {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: var(--line);
  background: rgba(244, 231, 207, .94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: .045em;
}

.nav-brand img {
  width: 38px;
  height: 38px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  box-shadow: 2px 2px 0 var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
}

.nav-links a:not(.nav-cta) {
  background-image: linear-gradient(var(--orange), var(--orange));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size .2s var(--ease);
}

.nav-links a:not(.nav-cta):hover {
  background-size: 100% 2px;
}

.nav-links .nav-cta {
  display: block;
  padding: 8px 14px 7px;
  border: 2px solid var(--ink);
  background: var(--orange);
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}

.nav-links .nav-cta:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, .85fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  min-height: min(820px, calc(100svh - 68px));
  padding: clamp(64px, 8vw, 112px) max(20px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(17, 16, 14, .1) 1.15px, transparent 1.3px) 0 0 / 13px 13px,
    var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  width: 44vw;
  height: 44vw;
  min-width: 580px;
  min-height: 580px;
  right: -12vw;
  top: -17vw;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 15px var(--paper), 0 0 0 18px var(--ink);
}

.hero-copy,
.interface-stage {
  position: relative;
  z-index: 2;
}

.kicker,
.eyebrow,
.card-label {
  margin: 0 0 16px;
  color: var(--red);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 520px;
  color: var(--ink);
}

.kicker span {
  color: var(--orange);
}

.hero h1,
.section-intro h2,
.details-heading h2,
.android-callout h2,
.pricing-copy h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .88;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(62px, 7.7vw, 112px);
}

.hero h1 em {
  position: relative;
  z-index: 1;
  color: var(--orange);
  font-style: normal;
  text-shadow: 3px 3px 0 var(--ink);
  -webkit-text-stroke: 2px var(--ink);
}

.hero-lede {
  max-width: 570px;
  margin: 28px 0 0;
  color: var(--soft-ink);
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.38;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px 20px 12px;
  border: var(--line);
  box-shadow: var(--shadow-small);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}

.button-primary {
  background: var(--ink);
  color: var(--white);
}

.button-primary span {
  color: var(--orange);
  font-size: 20px;
  line-height: 0;
}

.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.text-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.text-link span {
  color: var(--orange);
}

.format-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.format-list li {
  padding: 5px 10px 4px;
  border: 1.5px solid var(--ink);
  background: rgba(255, 248, 234, .6);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 800;
}

.interface-stage {
  min-height: 590px;
  transform: translateX(28px);
}

.burst-word {
  position: absolute;
  z-index: 0;
  right: -70px;
  top: 14px;
  color: rgba(17, 16, 14, .09);
  font-family: var(--display);
  font-size: 170px;
  letter-spacing: .02em;
  line-height: 1;
  transform: rotate(8deg);
}

.desktop-frame,
.phone-frame {
  position: absolute;
  border: var(--line);
  background: #0b0b0c;
  box-shadow: 14px 14px 0 rgba(17, 16, 14, .95);
}

.desktop-frame {
  z-index: 1;
  width: min(650px, 50vw);
  right: -35px;
  top: 54px;
  transform: rotate(2.5deg);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
  border-bottom: 2px solid var(--ink);
  background: #2b2929;
}

.window-bar > span {
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  background: var(--orange);
}

.window-bar > span:nth-child(2) {
  background: var(--yellow);
}

.window-bar > span:nth-child(3) {
  background: #54a563;
}

.window-bar b {
  margin-left: auto;
  color: #8d8984;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: .15em;
}

.app-shell {
  display: grid;
  grid-template-columns: 88px 1fr;
  height: 390px;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 17px 13px;
  border-right: 1px solid #353438;
  background: #18171a;
}

.mini-brand {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border: 1px solid #000;
  background: var(--orange);
  color: var(--ink);
  font-family: var(--display);
  font-size: 20px;
  transform: skew(-5deg);
}

.side-line {
  width: 56px;
  height: 6px;
  border-radius: 4px;
  background: #4c4a4f;
}

.side-line.short {
  width: 38px;
}

.side-line.active {
  background: #0a84ff;
}

.side-spacer {
  flex: 1;
}

.app-library {
  padding: 24px;
  overflow: hidden;
  background: #09090a;
}

.app-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 19px;
}

.app-heading small {
  display: block;
  color: #8c888b;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .16em;
}

.app-heading strong {
  display: block;
  color: #f7f5f0;
  font-size: 18px;
  line-height: 1.15;
}

.app-heading > span {
  color: #77747a;
  font-size: 9px;
}

.cover-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 12px;
}

.cover,
.meta-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  padding: 10px 8px;
  border: 1.5px solid #050505;
  color: var(--white);
  text-shadow: 1px 1px 0 #000;
}

.cover::before,
.meta-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, .28) 1px, transparent 1.15px);
  background-size: 7px 7px;
}

.cover b,
.cover small,
.meta-cover b,
.meta-cover small {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  letter-spacing: .06em;
  line-height: .9;
}

.cover b {
  font-size: clamp(12px, 1.35vw, 18px);
}

.cover small {
  align-self: end;
  font-size: 11px;
}

.cover-orbit {
  background:
    radial-gradient(circle at 70% 32%, var(--paper) 0 16%, transparent 17%),
    linear-gradient(135deg, transparent 52%, var(--ink) 53%),
    var(--red);
}

.cover-signal {
  background:
    linear-gradient(73deg, transparent 43%, var(--paper) 44% 55%, transparent 56%),
    radial-gradient(circle at 52% 50%, var(--orange) 0 13%, transparent 14%),
    var(--blue);
}

.cover-tide {
  background: repeating-radial-gradient(ellipse at 10% 100%, var(--blue) 0 9px, var(--ink) 10px 15px, var(--paper) 16px 20px);
}

.cover-ember {
  background:
    linear-gradient(30deg, var(--ink) 0 44%, transparent 45%),
    linear-gradient(-30deg, var(--yellow) 0 49%, var(--red) 50%);
}

.cover-static {
  background:
    repeating-linear-gradient(75deg, transparent 0 12px, rgba(255,255,255,.36) 13px 16px),
    var(--red);
}

.cover-after {
  background:
    radial-gradient(circle at 50% 38%, var(--paper) 0 22%, transparent 23%),
    linear-gradient(var(--blue) 0 48%, var(--ink) 49%);
}

.phone-frame {
  z-index: 3;
  width: 218px;
  height: 454px;
  left: 3px;
  bottom: 12px;
  padding: 12px 9px 14px;
  border-radius: 31px;
  transform: rotate(-6deg);
}

.phone-speaker {
  width: 56px;
  height: 8px;
  margin: 0 auto 9px;
  border-radius: 99px;
  background: #29282c;
}

.reader-page {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 42% 1fr;
  gap: 5px;
  height: 396px;
  padding: 5px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--paper-pale);
}

.comic-panel,
.demo-panel {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
}

.comic-panel::after,
.demo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(17,16,14,.2) .8px, transparent 1px);
  background-size: 6px 6px;
  pointer-events: none;
}

.panel-sky {
  grid-column: 1 / -1;
  background: linear-gradient(150deg, var(--blue) 0 52%, var(--paper) 53%);
}

.panel-sky span {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 18px;
  top: 17px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
}

.panel-city {
  background: var(--red);
}

.panel-city span,
.panel-city i {
  position: absolute;
  bottom: -12px;
  width: 48px;
  height: 160px;
  border: 3px solid var(--ink);
  background: var(--ink);
  transform: rotate(10deg);
}

.panel-city span {
  left: -4px;
}

.panel-city i {
  right: -10px;
  height: 120px;
  transform: rotate(-8deg);
}

.panel-sun {
  background: var(--yellow);
}

.panel-sun span {
  position: absolute;
  width: 140px;
  height: 140px;
  left: -42px;
  bottom: -48px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
}

.page-number {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  padding: 3px 6px;
  background: rgba(0,0,0,.8);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.price-sticker {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  right: 18px;
  bottom: 4px;
  padding: 22px;
  border: var(--line);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: var(--shadow-small);
  text-align: center;
  transform: rotate(7deg);
}

.price-sticker::before,
.price-sticker::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -13px;
  border: 3px dashed var(--ink);
  border-radius: 50%;
}

.price-sticker strong {
  display: block;
  font-family: var(--display);
  font-size: 29px;
  line-height: .9;
}

.price-sticker small {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1;
}

.manifesto-strip {
  overflow: hidden;
  border-block: var(--line);
  background: var(--ink);
  color: var(--paper);
}

.manifesto-strip > div {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  width: max-content;
  min-width: 100%;
  padding: 17px 24px 14px;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(17px, 2vw, 25px);
  letter-spacing: .04em;
}

.manifesto-strip i {
  color: var(--orange);
  font-style: normal;
}

.reader-section {
  padding-block: clamp(100px, 12vw, 160px);
}

.section-intro {
  max-width: 720px;
}

.section-intro h2,
.details-heading h2 {
  font-size: clamp(50px, 7vw, 92px);
}

.section-intro > p:last-child {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--soft-ink);
  font-family: var(--serif);
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.45;
}

.reader-demo {
  display: grid;
  grid-template-columns: minmax(420px, 1.1fr) minmax(340px, .9fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
  margin-top: 70px;
}

.reader-canvas {
  position: relative;
  min-height: 570px;
  padding: 22px;
  border: var(--line);
  background: #070708;
  box-shadow: 13px 13px 0 var(--orange), 16px 16px 0 var(--ink);
  transform: rotate(-1.5deg);
}

.demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  color: #dedbdd;
  font-size: 10px;
  letter-spacing: .03em;
}

.demo-toolbar span {
  color: #8b888c;
}

.demo-page {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 44% 1fr;
  gap: 7px;
  height: 466px;
  padding: 7px;
  background: var(--paper-pale);
}

.demo-one {
  grid-row: 1 / -1;
  background:
    linear-gradient(120deg, transparent 0 48%, var(--ink) 49% 53%, transparent 54%),
    var(--orange);
}

.demo-two {
  background:
    radial-gradient(circle at 70% 30%, var(--paper-pale) 0 16%, var(--ink) 17% 19%, transparent 20%),
    var(--blue);
}

.demo-three {
  background: var(--yellow);
}

.demo-three span,
.demo-three i {
  position: absolute;
  bottom: -18px;
  width: 85px;
  border: 3px solid var(--ink);
  background: var(--red);
}

.demo-three span {
  left: 18px;
  height: 180px;
  transform: rotate(-8deg);
}

.demo-three i {
  right: -15px;
  height: 130px;
  transform: rotate(11deg);
}

.speech {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 48px;
  right: 22px;
  top: 28px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-pale);
}

.speech::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  bottom: -10px;
  border-right: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  background: var(--paper-pale);
  transform: skew(20deg) rotate(25deg);
}

.demo-progress {
  height: 3px;
  margin: 17px 8px 0;
  background: #37363a;
}

.demo-progress span {
  display: block;
  width: 58%;
  height: 100%;
  background: #0a84ff;
}

.reader-modes {
  display: grid;
}

.reader-modes article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 2px solid var(--ink);
}

.reader-modes article:first-child {
  border-top: 2px solid var(--ink);
}

.mode-number {
  color: var(--orange);
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
}

.reader-modes h3,
.bento-card h3,
.details-grid h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: -.015em;
}

.reader-modes h3 {
  font-size: 22px;
  line-height: 1.1;
}

.reader-modes p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.library-section {
  padding-block: clamp(100px, 12vw, 160px);
  border-block: var(--line);
  background:
    linear-gradient(rgba(17,16,14,.08) 1px, transparent 1px) 0 0 / 100% 24px,
    linear-gradient(90deg, rgba(17,16,14,.08) 1px, transparent 1px) 0 0 / 24px 100%,
    var(--paper-deep);
}

.library-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 450px);
  align-items: end;
  gap: 50px;
}

.library-lede {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.48;
}

.bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 70px;
}

.bento-card {
  position: relative;
  min-height: 390px;
  padding: clamp(26px, 3.3vw, 42px);
  overflow: hidden;
  border: var(--line);
  background: var(--paper-pale);
  box-shadow: var(--shadow);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.bento-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 var(--ink);
}

.bento-card h3 {
  max-width: 530px;
  font-size: clamp(27px, 3.2vw, 42px);
  line-height: 1.02;
}

.bento-card > div > p:last-child,
.bento-card > p:not(.card-label) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--soft-ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.bento-wide {
  grid-column: 1 / -1;
}

.metadata-card,
.cloud-card {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
}

.metadata-card {
  background: var(--ink);
  color: var(--white);
}

.metadata-card .card-label {
  color: var(--orange);
}

.metadata-card > div > p:last-child {
  color: #bbb2a6;
}

.metadata-stack {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 23px;
  align-items: center;
  padding: 22px;
  border: 2px solid #5b5752;
  background: #1d1c1d;
  transform: rotate(1.5deg);
}

.meta-cover {
  min-width: 130px;
}

.meta-cover b {
  font-size: 24px;
}

.metadata-stack dl {
  margin: 0;
}

.metadata-stack dl div {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #454247;
  font-size: 12px;
}

.metadata-stack dt {
  color: #89848a;
}

.metadata-stack dd {
  margin: 0;
  color: #f3f0ec;
  font-weight: 700;
}

.metadata-stack dd span {
  color: #0a84ff;
}

.list-card {
  background: var(--orange);
}

.list-card .card-label {
  color: var(--ink);
}

.order-list {
  display: grid;
  gap: 9px;
  margin-top: 34px;
}

.order-list > span {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 2px solid var(--ink);
  background: var(--paper-pale);
  font-size: 13px;
  font-weight: 800;
}

.order-list > span > b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
}

.order-list > span > i {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.order-list .gap {
  border-style: dashed;
  background: transparent;
}

.order-list .gap i {
  color: var(--ink);
  font-weight: 900;
}

.privacy-card {
  background:
    radial-gradient(rgba(255,255,255,.17) 1px, transparent 1.2px) 0 0 / 11px 11px,
    var(--blue);
  color: var(--white);
}

.privacy-card .card-label {
  color: var(--paper);
}

.privacy-card > p:not(.card-label) {
  color: #ecf3f5;
}

.privacy-seal {
  position: absolute;
  right: -8px;
  bottom: 28px;
  padding: 10px 18px;
  border-block: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  transform: rotate(-5deg);
}

.privacy-seal span {
  color: #54a563;
}

.cloud-card {
  background: var(--yellow);
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-grid li {
  min-height: 92px;
  padding: 16px;
  border: 2px solid var(--ink);
  background: var(--paper-pale);
  box-shadow: 3px 3px 0 var(--ink);
}

.source-grid b,
.source-grid small {
  display: block;
}

.source-grid b {
  text-transform: uppercase;
  font-size: 14px;
}

.source-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.details-section {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr);
  gap: clamp(50px, 8vw, 110px);
  padding-block: clamp(100px, 12vw, 160px);
}

.details-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.details-grid article {
  min-height: 270px;
  padding: 28px;
  border: var(--line);
  background: var(--paper-pale);
}

.details-grid article:nth-child(2),
.details-grid article:nth-child(3) {
  background: var(--ink);
  color: var(--white);
}

.details-grid article > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 52px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--orange);
  font-size: 27px;
  font-weight: 800;
}

.details-grid h3 {
  font-size: 21px;
  line-height: 1.1;
}

.details-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.details-grid article:nth-child(2) p,
.details-grid article:nth-child(3) p {
  color: #aaa39a;
}

.android-callout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(280px, .65fr);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(100px, 12vw, 160px);
  padding: clamp(36px, 5vw, 64px);
  border: var(--line);
  background: var(--red);
  color: var(--white);
  box-shadow: var(--shadow);
}

.android-callout .eyebrow {
  color: var(--paper);
}

.android-callout h2 {
  font-size: clamp(38px, 5.5vw, 70px);
  text-shadow: 3px 3px 0 var(--ink);
}

.android-callout > p {
  margin: 0 0 5px;
  color: #ffe1d5;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
}

.android-sticker {
  position: absolute;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  right: 34px;
  top: -44px;
  border: var(--line);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: var(--shadow-small);
  font-family: var(--display);
  font-size: 31px;
  transform: rotate(9deg);
}

.pricing-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 740px;
  border-block: var(--line);
}

.pricing-copy,
.pricing-poster {
  padding: clamp(60px, 9vw, 130px) max(24px, calc((100vw - var(--max)) / 2));
}

.pricing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(40px, 7vw, 100px);
  background: var(--ink);
  color: var(--white);
}

.pricing-copy .eyebrow {
  color: var(--orange);
}

.pricing-copy h2 {
  font-size: clamp(70px, 9vw, 130px);
}

.pricing-copy > p:not(.eyebrow, .platform-line) {
  max-width: 480px;
  margin: 28px 0 0;
  color: #b7aea2;
  font-family: var(--serif);
  font-size: 21px;
}

.price-row {
  display: flex;
  align-items: end;
  gap: 18px;
  margin-top: 38px;
}

.price-row strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(82px, 11vw, 150px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: .75;
}

.price-row sup {
  vertical-align: top;
  font-size: .36em;
}

.price-row span {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
}

.platform-line {
  margin: 34px 0 0;
  color: #8e8982;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.platform-line i {
  margin-inline: 8px;
  color: var(--orange);
  font-style: normal;
}

.pricing-poster {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-left: var(--line);
  background:
    radial-gradient(rgba(17,16,14,.2) 1.4px, transparent 1.6px) 0 0 / 13px 13px,
    var(--orange);
}

.pricing-poster::before,
.pricing-poster::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 34px;
  background: var(--ink);
}

.pricing-poster::before {
  top: 60px;
  right: -150px;
  transform: rotate(22deg);
}

.pricing-poster::after {
  left: -130px;
  bottom: 70px;
  transform: rotate(-18deg);
}

.poster-small,
.pricing-poster strong {
  position: relative;
  z-index: 1;
}

.poster-small {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px 6px;
  border: 2px solid var(--ink);
  background: var(--paper);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  transform: rotate(-2deg);
}

.pricing-poster strong {
  font-family: var(--display);
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: .78;
  text-shadow: 4px 4px 0 var(--paper);
  -webkit-text-stroke: 2px var(--paper);
}

.poster-burst {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 155px;
  height: 155px;
  right: 10%;
  bottom: 9%;
  border: var(--line);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: var(--shadow-small);
  text-align: center;
  font-family: var(--display);
  font-size: 38px;
  line-height: .82;
  transform: rotate(8deg);
}

.site-footer {
  display: grid;
  grid-template-columns: .5fr 1.2fr .6fr;
  gap: 40px;
  padding: 70px max(20px, calc((100vw - var(--max)) / 2)) 40px;
  background: var(--paper);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: .04em;
}

.footer-brand img {
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 6px;
}

.footer-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--soft-ink);
  font-family: var(--serif);
  font-size: 17px;
}

.footer-copy .attribution {
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.55;
}

.site-footer nav {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 8px;
}

.site-footer nav a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.copyright {
  grid-column: 1 / -1;
  margin: 25px 0 0;
  padding-top: 25px;
  border-top: 2px solid var(--ink);
  color: var(--muted);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

/* Privacy page */
.privacy-main {
  width: min(calc(100% - 40px), 760px);
  margin: 0 auto;
  padding: 90px 0 120px;
}

.privacy-main .tag {
  margin: 0 0 20px;
  color: var(--red);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.privacy-main h1 {
  margin: 0 0 32px;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(60px, 10vw, 110px);
  letter-spacing: .01em;
  line-height: .9;
}

.privacy-main .lede {
  margin: 0 0 55px;
  padding: 24px;
  border: var(--line);
  background: var(--paper-pale);
  box-shadow: var(--shadow-small);
  color: var(--soft-ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
}

.privacy-main h2 {
  margin: 42px 0 10px;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: -.01em;
}

.privacy-main h2::before {
  content: "◆";
  margin-right: 10px;
  color: var(--orange);
  font-size: 12px;
}

.privacy-main p {
  margin: 0;
  color: var(--soft-ink);
}

.privacy-main p + p {
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr);
  }

  .interface-stage {
    min-height: 520px;
    transform: none;
  }

  .desktop-frame {
    width: 520px;
  }

  .app-shell {
    height: 330px;
  }

  .phone-frame {
    width: 190px;
    height: 402px;
  }

  .reader-page {
    height: 344px;
  }

  .price-sticker {
    right: 4px;
  }
}

@media (max-width: 900px) {
  .nav-hide-sm {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 72px 82px;
  }

  /* Single-column layout: the circle belongs to the mockup at the bottom
     of the hero, not floating behind the copy. */
  .hero::before {
    top: auto;
    bottom: -120px;
    right: -220px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(64px, 13vw, 110px);
  }

  .interface-stage {
    min-height: 580px;
    margin: 0 auto;
    width: min(100%, 680px);
  }

  .desktop-frame {
    width: min(620px, 88vw);
    right: -30px;
  }

  .app-shell {
    height: 380px;
  }

  .phone-frame {
    width: 205px;
    height: 432px;
  }

  .reader-page {
    height: 374px;
  }

  .reader-demo,
  .library-heading,
  .details-section,
  .android-callout {
    grid-template-columns: 1fr;
  }

  .reader-canvas {
    width: min(100%, 650px);
  }

  .library-heading {
    align-items: start;
  }

  .metadata-card,
  .cloud-card {
    grid-template-columns: 1fr;
  }

  .details-heading {
    position: static;
  }

  .android-callout {
    align-items: start;
  }

  .android-callout > p {
    max-width: 620px;
  }

  .pricing-section {
    grid-template-columns: 1fr;
  }

  .pricing-copy,
  .pricing-poster {
    padding-inline: max(24px, calc((100vw - 760px) / 2));
  }

  .pricing-poster {
    min-height: 660px;
    border-top: var(--line);
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: .6fr 1.4fr;
  }

  .site-footer nav {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: repeat(4, auto);
    margin-top: 18px;
  }
}

@media (max-width: 680px) {
  .section-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav {
    min-height: 62px;
    padding-inline: 14px;
  }

  .nav-brand {
    gap: 8px;
    font-size: 21px;
  }

  .nav-brand img {
    width: 34px;
    height: 34px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links > li:first-child {
    display: none;
  }

  .nav-links .nav-cta {
    padding: 7px 10px 6px;
    font-size: 10px;
  }

  .hero {
    padding: 58px 14px 68px;
  }

  /* Keep the decorative circle away from the copy on phones: anchor it
     to the bottom of the hero, hugging the interface mockup, instead of
     floating at 36% where its ring crosses the lede and buttons. */
  .hero::before {
    top: auto;
    bottom: -18vw;
    right: -40vw;
    min-width: 480px;
    min-height: 480px;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .hero h1 em {
    text-shadow: 2px 2px 0 var(--ink);
    -webkit-text-stroke: 1.5px var(--ink);
  }

  .kicker {
    align-items: flex-start;
    font-size: 10px;
  }

  .hero-lede {
    font-size: 20px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .interface-stage {
    min-height: 430px;
    margin-top: 10px;
  }

  .burst-word {
    font-size: 100px;
  }

  .desktop-frame {
    width: 430px;
    right: -105px;
    top: 42px;
  }

  .window-bar {
    height: 25px;
  }

  .app-shell {
    grid-template-columns: 60px 1fr;
    height: 285px;
  }

  .app-sidebar {
    gap: 10px;
    padding: 12px 9px;
  }

  .mini-brand {
    width: 24px;
    height: 24px;
    font-size: 17px;
  }

  .side-line {
    width: 38px;
  }

  .side-line.short {
    width: 25px;
  }

  .app-library {
    padding: 16px;
  }

  .app-heading {
    margin-bottom: 12px;
  }

  .cover-grid {
    gap: 9px 8px;
  }

  .phone-frame {
    left: 3px;
    bottom: 0;
    width: 150px;
    height: 315px;
    padding: 9px 6px 10px;
    border-radius: 23px;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .phone-speaker {
    width: 42px;
    height: 6px;
    margin-bottom: 6px;
  }

  .reader-page {
    height: 270px;
    border-radius: 13px;
  }

  .price-sticker {
    right: 0;
    bottom: -15px;
    width: 94px;
    height: 94px;
    padding: 15px;
  }

  .price-sticker strong {
    font-size: 21px;
  }

  .price-sticker small {
    font-size: 6px;
  }

  .manifesto-strip > div {
    justify-content: flex-start;
    animation: ticker 24s linear infinite;
  }

  .section-intro h2,
  .details-heading h2 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .reader-demo {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .reader-canvas {
    min-height: 430px;
    padding: 14px;
    box-shadow: 8px 8px 0 var(--orange), 11px 11px 0 var(--ink);
  }

  .demo-page {
    height: 340px;
  }

  .reader-modes article {
    grid-template-columns: 44px 1fr;
    gap: 13px;
  }

  .bento {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .bento-wide {
    grid-column: auto;
  }

  .bento-card {
    min-height: 0;
  }

  .metadata-stack {
    grid-template-columns: 105px 1fr;
    gap: 14px;
    padding: 14px;
  }

  .meta-cover {
    min-width: 0;
  }

  .metadata-stack dl div {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 7px 0;
  }

  .source-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .details-grid {
    grid-template-columns: 1fr;
  }

  .details-grid article:nth-child(3) {
    background: var(--paper-pale);
    color: var(--ink);
  }

  .details-grid article:nth-child(3) p {
    color: var(--muted);
  }

  .android-callout {
    gap: 24px;
  }

  .android-sticker {
    width: 70px;
    height: 70px;
    right: 15px;
    top: -34px;
    font-size: 25px;
  }

  .pricing-section {
    min-height: 0;
  }

  .pricing-copy,
  .pricing-poster {
    padding: 75px 20px;
  }

  .pricing-copy h2 {
    font-size: clamp(62px, 20vw, 95px);
  }

  .price-row strong {
    font-size: clamp(84px, 28vw, 130px);
  }

  .platform-line {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 7px;
  }

  .platform-line i {
    margin: 0;
  }

  .pricing-poster {
    min-height: 520px;
  }

  .pricing-poster strong {
    font-size: clamp(76px, 23vw, 118px);
  }

  .poster-burst {
    width: 115px;
    height: 115px;
    font-size: 29px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 20px;
  }

  .site-footer nav {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, auto);
  }

  .copyright {
    grid-column: auto;
  }

  .privacy-main {
    padding-block: 65px 90px;
  }
}

@keyframes ticker {
  to {
    transform: translateX(-42%);
  }
}

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

  .manifesto-strip > div {
    animation: none;
  }

  .button,
  .bento-card,
  .nav-links .nav-cta {
    transition: none;
  }
}
