:root {
  --paper: #f2f0e9;
  --ink: #11110f;
  --muted: #65635d;
  --orange: #ff4f1f;
  --inverse-text: #f2f0e9;
  --line: rgba(17, 17, 15, 0.24);
  --grid-width: 1440px;
  --gutter: clamp(1rem, 3vw, 3rem);
  --sans: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--orange);
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.65rem 0.9rem;
  background: var(--orange);
  color: #fff;
  transform: translateY(-160%);
}

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

.site-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
  max-width: var(--grid-width);
  min-height: 5rem;
  margin: 0 auto;
  border-inline: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  grid-column: span 3;
  display: flex;
  align-items: center;
  gap: 0.3em;
  padding: 1rem var(--gutter);
  border-right: 1px solid var(--line);
  font-size: clamp(0.95rem, 1.5vw, 1.25rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-decoration: none;
}

.wordmark span:last-child {
  color: var(--orange);
}

.site-nav {
  grid-column: span 7;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.site-nav a {
  display: grid;
  min-height: 5rem;
  place-items: center;
  border-right: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover {
  background: var(--ink);
  color: var(--paper);
}

.edition {
  grid-column: span 2;
  display: grid;
  place-items: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
}

.lp-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto;
  min-height: min(880px, calc(100svh - 5rem));
  max-width: var(--grid-width);
  margin: 0 auto;
  border-inline: 1px solid var(--line);
  overflow: hidden;
}

.lp-hero::before,
.lp-hero::after {
  position: absolute;
  inset-block: 0;
  z-index: 0;
  width: 1px;
  background: var(--line);
  content: "";
  pointer-events: none;
}

.lp-hero::before {
  left: 25%;
}

.lp-hero::after {
  left: 66.666%;
}

.hero-index {
  grid-column: 1 / 4;
  align-self: start;
  padding: 1rem var(--gutter);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
}

.hero-kicker {
  grid-column: 4 / 9;
  align-self: start;
  margin: 0;
  padding: 1rem var(--gutter);
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-hero h1 {
  z-index: 2;
  grid-column: 1 / 9;
  align-self: center;
  display: grid;
  margin: clamp(3rem, 9vw, 8rem) 0 2rem;
  padding: 0 var(--gutter);
  font-size: clamp(5rem, 13.5vw, 12.5rem);
  font-weight: 900;
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.lp-hero h1 span {
  width: max-content;
}

.disrupted-word {
  position: relative;
  z-index: 4;
  color: var(--orange);
  transform: translateX(clamp(1rem, 7vw, 7rem)) rotate(-3deg);
}

.hero-summary {
  z-index: 3;
  grid-column: 1 / 6;
  align-self: end;
  padding: 1.4rem var(--gutter);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.hero-summary p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-art {
  position: absolute;
  z-index: 1;
  top: clamp(4rem, 9vw, 8rem);
  right: -5%;
  width: min(46vw, 650px);
  height: min(70vw, 740px);
  margin: 0;
  transform: rotate(1.5deg);
}

.hero-frame {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #d8d4ca;
  filter: saturate(0.82) contrast(1.05);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-frame-one {
  top: 0;
  left: 4%;
  width: 58%;
  height: 70%;
  transform: rotate(-5deg);
}

.hero-frame-two {
  right: 2%;
  bottom: 2%;
  width: 50%;
  height: 60%;
  transform: rotate(6deg);
}

.hero-cutout {
  position: absolute;
  z-index: 3;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.18));
}

.hero-cutout-friends {
  top: 18%;
  left: -5%;
  width: 66%;
  transform: rotate(-7deg);
}

.hero-cutout-cat {
  right: -8%;
  bottom: -3%;
  width: 54%;
  transform: rotate(7deg);
}

.hero-art figcaption {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 0.65rem 0.8rem;
  background: var(--orange);
  color: white;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.64rem;
  line-height: 1.5;
  transform: rotate(-2deg);
}

.text-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-hero > .text-cta {
  z-index: 4;
  grid-column: 9 / 13;
  align-self: end;
  border-left: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}

.lp-hero > .text-cta:hover {
  background: var(--orange);
  color: white;
}

.manifesto,
.showcase,
.how,
.access,
.privacy-callout {
  max-width: var(--grid-width);
  margin: 0 auto;
  border-inline: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.section-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: 16rem;
  border-bottom: 1px solid var(--line);
}

.section-header > span {
  grid-column: span 2;
  padding: 1rem var(--gutter);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
}

.section-header > p {
  grid-column: span 2;
  margin: 0;
  padding: 1rem;
  border-inline: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-header h2 {
  grid-column: span 8;
  align-self: end;
  max-width: 19ch;
  margin: 0;
  padding: 1rem var(--gutter) 1.8rem;
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  font-weight: 820;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.comparison-grid article {
  position: relative;
  min-height: 23rem;
  padding: 1.2rem;
  border-right: 1px solid var(--line);
}

.comparison-grid article:last-child {
  border-right: 0;
}

.comparison-name {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.comparison-grid p {
  max-width: 18rem;
  margin: 7rem 0 0;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.comparison-mark {
  position: absolute;
  right: 1rem;
  bottom: 0.2rem;
  color: var(--muted);
  font-size: 6rem;
  font-weight: 200;
  line-height: 1;
}

.comparison-answer {
  background: var(--orange);
  color: white;
}

.comparison-answer .comparison-mark {
  color: white;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: 48rem;
}

.showcase-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.showcase-grid figure > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
}

.showcase-large {
  grid-column: span 6;
  border-right: 1px solid var(--line);
}

.showcase-small {
  grid-column: span 3;
  border-left: 1px solid var(--line);
}

.showcase-cutout {
  position: absolute;
  z-index: 2;
  right: -4%;
  bottom: 5%;
  width: 52%;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.22));
  transform: rotate(4deg);
}

.showcase-grid figcaption {
  position: absolute;
  z-index: 3;
  inset-inline: 0;
  bottom: 0;
  display: grid;
  gap: 0.3rem;
  padding: 1rem;
  background: var(--ink);
  color: var(--paper);
}

.showcase-grid figcaption span:first-child {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.63rem;
}

.showcase-grid figcaption span:last-child {
  font-size: 0.95rem;
  font-weight: 700;
}

.showcase-note {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.showcase-note > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
}

.showcase-note p {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

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

.steps li {
  min-height: 25rem;
  padding: 1.2rem;
  border-right: 1px solid var(--line);
}

.steps li:last-child {
  border-right: 0;
}

.step-number {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
}

.steps h3 {
  margin: 8rem 0 1rem;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  letter-spacing: -0.07em;
}

.steps p {
  max-width: 23rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.access {
  background: var(--ink);
  color: var(--inverse-text);
}

.section-header-inverse {
  border-color: rgba(242, 240, 233, 0.26);
}

.section-header-inverse > p {
  border-color: rgba(242, 240, 233, 0.26);
  color: #aaa79f;
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.access-grid article {
  grid-column: span 5;
  min-height: 26rem;
  padding: 1.2rem;
  border-right: 1px solid rgba(242, 240, 233, 0.26);
}

.access-grid article > span {
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
}

.access-grid h3 {
  max-width: 8ch;
  margin: 7rem 0 1rem;
  font-size: clamp(2.2rem, 4.4vw, 4.8rem);
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.access-grid p {
  max-width: 25rem;
  color: #b8b5ad;
}

.availability {
  grid-column: span 2;
  display: flex;
  align-items: flex-end;
  gap: 0.65rem;
  padding: 1.2rem;
}

.availability p {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
}

.status-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.35rem rgba(255, 79, 31, 0.2);
}

.privacy-callout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: 32rem;
}

.privacy-index {
  grid-column: span 3;
  padding: 1rem var(--gutter);
  border-right: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
}

.privacy-callout h2 {
  grid-column: 4 / 13;
  align-self: end;
  max-width: 11ch;
  margin: 0;
  padding: 2rem var(--gutter);
  font-size: clamp(3.5rem, 8vw, 8.5rem);
  letter-spacing: -0.09em;
  line-height: 0.78;
}

.privacy-callout > p {
  grid-column: 4 / 9;
  margin: 0;
  padding: 1.5rem var(--gutter);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-weight: 650;
}

.privacy-callout > .text-cta {
  grid-column: 9 / 13;
  align-self: stretch;
  border-left: 0;
  background: var(--orange);
  color: white;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  max-width: var(--grid-width);
  min-height: 15rem;
  margin: 0 auto;
  border: 1px solid var(--line);
}

.footer-wordmark {
  grid-column: span 4;
  padding: 1rem var(--gutter);
  border-right: 1px solid var(--line);
  font-size: clamp(2.3rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.85;
}

.site-footer > p:not(.credits) {
  grid-column: span 4;
  margin: 0;
  padding: 1rem;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
}

.site-footer nav {
  grid-column: span 4;
  display: grid;
}

.site-footer nav a {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.credits {
  grid-column: 5 / 13;
  align-self: end;
  margin: 0;
  padding: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.66rem;
}

/* Privacy policy */

.policy-page .site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(12px);
}

.language-nav {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.language-nav a {
  display: grid;
  min-height: 5rem;
  place-items: center;
  border-left: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: none;
}

.policy-page main {
  max-width: var(--grid-width);
  margin: 0 auto;
  border-inline: 1px solid var(--line);
}

.policy-page .hero {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: 32rem;
  border-bottom: 1px solid var(--line);
}

.policy-page .eyebrow {
  grid-column: span 3;
  margin: 0;
  padding: 1rem var(--gutter);
  border-right: 1px solid var(--line);
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-page .hero h1 {
  grid-column: 4 / 13;
  align-self: end;
  margin: 0;
  padding: 1rem var(--gutter);
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.policy-page .hero-copy {
  grid-column: 4 / 9;
  margin: 0;
  padding: 1.5rem var(--gutter);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-weight: 650;
}

.policy-meta {
  grid-column: 9 / 13;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid var(--line);
}

.policy-meta div {
  padding: 1.5rem 1rem;
  border-right: 1px solid var(--line);
}

.policy-meta div:last-child {
  border-right: 0;
}

.policy-meta dt {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.policy-meta dd {
  margin: 0.4rem 0 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.principles article {
  min-height: 13rem;
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.principles article:last-child {
  border-right: 0;
}

.principle-number {
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
}

.principles h2 {
  margin: 3rem 0 0.4rem;
  font-size: 1.05rem;
}

.principles p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.policy-layout {
  display: grid;
  grid-template-columns: 3fr 9fr;
}

.contents {
  position: sticky;
  top: 5rem;
  align-self: start;
  max-height: calc(100svh - 5rem);
  padding: 1rem var(--gutter);
  border-right: 1px solid var(--line);
  overflow: auto;
}

.contents > p,
.language-label {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: contents;
}

.contents li {
  counter-increment: contents;
  border-top: 1px solid var(--line);
}

.contents a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.5rem;
  padding: 0.75rem 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-decoration: none;
}

.contents a::before {
  content: counter(contents, decimal-leading-zero);
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
}

.policy-content {
  min-width: 0;
  padding: clamp(3rem, 8vw, 8rem) clamp(1rem, 7vw, 7rem);
}

.article-heading {
  margin-bottom: 5rem;
}

.article-heading h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.82;
}

.policy-content section {
  scroll-margin-top: 7rem;
  margin-bottom: 4rem;
}

.policy-content h3 {
  margin: 0 0 1.5rem;
  padding-top: 0.8rem;
  border-top: 2px solid var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: -0.04em;
}

.policy-content h4 {
  margin: 2.2rem 0 0.5rem;
  font-size: 1rem;
}

.policy-content p,
.policy-content li {
  max-width: 48rem;
  color: #3f3e39;
  font-size: 0.98rem;
  line-height: 1.85;
}

.policy-content ul {
  padding-left: 1.3rem;
}

.notice {
  max-width: 48rem;
  margin: 1.5rem 0;
  padding: 1rem;
  border-left: 5px solid var(--orange);
  background: rgba(255, 79, 31, 0.08);
}

.notice p {
  margin: 0.3rem 0 0;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 48rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-list article {
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-list h4 {
  margin-top: 0;
}

.service-list p {
  font-size: 0.82rem;
  line-height: 1.55;
}

.service-list a {
  font-size: 0.72rem;
  font-weight: 750;
}

.policy-content hr {
  height: 1px;
  margin: 10rem 0;
  border: 0;
  background: var(--line);
}

.policy-page footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--grid-width);
  margin: 0 auto;
  padding: 1rem var(--gutter);
  border: 1px solid var(--line);
  font-size: 0.7rem;
}

.policy-page footer p {
  margin: 0;
  font-weight: 750;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: repeat(6, 1fr);
  }

  .wordmark {
    grid-column: span 2;
  }

  .site-nav {
    grid-column: span 4;
  }

  .edition {
    display: none;
  }

  .lp-hero {
    min-height: 790px;
  }

  .lp-hero h1 {
    grid-column: 1 / 13;
    align-self: start;
    margin-top: 5rem;
    font-size: clamp(4.7rem, 18vw, 9rem);
  }

  .hero-art {
    top: 17rem;
    right: -10%;
    width: min(68vw, 580px);
  }

  .hero-summary {
    grid-column: 1 / 8;
  }

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

  .comparison-grid article:nth-child(2) {
    border-right: 0;
  }

  .comparison-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .showcase-large {
    grid-column: span 8;
  }

  .showcase-note {
    grid-column: span 4;
  }

  .showcase-small {
    display: none;
  }

  .policy-layout {
    display: block;
  }

  .contents {
    position: static;
    max-height: none;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .site-header {
    display: flex;
    flex-wrap: wrap;
  }

  .wordmark {
    flex: 1;
    min-height: 4.25rem;
  }

  .site-nav {
    order: 2;
    flex-basis: 100%;
    border-top: 1px solid var(--line);
  }

  .site-nav a {
    min-height: 3rem;
    font-size: 0.62rem;
  }

  .language-nav {
    grid-column: auto;
    display: flex;
  }

  .language-nav a {
    min-height: 4.25rem;
    padding: 0 0.85rem;
  }

  .lp-hero {
    min-height: 700px;
  }

  .hero-index {
    grid-column: 1 / 4;
  }

  .hero-kicker {
    grid-column: 4 / 13;
  }

  .lp-hero h1 {
    margin-top: 4rem;
    font-size: clamp(3.8rem, 21vw, 6rem);
  }

  .disrupted-word {
    transform: translateX(0.35rem) rotate(-3deg);
  }

  .hero-art {
    top: 17rem;
    right: -20%;
    width: 85vw;
    height: 430px;
    opacity: 0.9;
  }

  .hero-summary {
    grid-column: 1 / 10;
    padding: 1rem;
  }

  .hero-summary p {
    font-size: 0.92rem;
  }

  .lp-hero > .text-cta {
    grid-column: 10 / 13;
    justify-content: center;
  }

  .lp-hero > .text-cta span:first-child {
    display: none;
  }

  .section-header {
    min-height: 13rem;
  }

  .section-header > span {
    grid-column: span 3;
  }

  .section-header > p {
    grid-column: span 9;
    border-right: 0;
  }

  .section-header h2 {
    grid-column: 1 / 13;
    border-top: 1px solid var(--line);
    font-size: 2.5rem;
  }

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

  .comparison-grid article {
    min-height: 16rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .comparison-grid p {
    margin-top: 4rem;
  }

  .comparison-grid article:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .showcase-grid {
    display: block;
    min-height: 0;
  }

  .showcase-large {
    min-height: 38rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .showcase-note {
    min-height: 16rem;
  }

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

  .steps li {
    min-height: 16rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps h3 {
    margin-top: 3rem;
  }

  .access-grid {
    display: block;
  }

  .access-grid article {
    min-height: 18rem;
    border-right: 0;
    border-bottom: 1px solid rgba(242, 240, 233, 0.26);
  }

  .access-grid h3 {
    margin-top: 4rem;
  }

  .availability {
    min-height: 5rem;
  }

  .privacy-callout {
    min-height: 28rem;
  }

  .privacy-index {
    grid-column: span 4;
  }

  .privacy-callout h2 {
    grid-column: 5 / 13;
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .privacy-callout > p {
    grid-column: 1 / 10;
    border-right: 1px solid var(--line);
  }

  .privacy-callout > .text-cta {
    grid-column: 10 / 13;
    padding-inline: 0.8rem;
  }

  .privacy-callout > .text-cta span:first-child {
    display: none;
  }

  .site-footer {
    display: block;
  }

  .footer-wordmark,
  .site-footer > p:not(.credits),
  .site-footer nav,
  .credits {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .policy-page .hero {
    min-height: 26rem;
  }

  .policy-page .eyebrow {
    grid-column: span 4;
  }

  .policy-page .hero h1 {
    grid-column: 5 / 13;
    font-size: clamp(3.5rem, 17vw, 5rem);
  }

  .policy-page .hero-copy {
    grid-column: 1 / 13;
    border-right: 0;
  }

  .policy-meta {
    grid-column: 1 / 13;
  }

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

  .principles article {
    min-height: 9rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles h2 {
    margin-top: 1.5rem;
  }

  .policy-content {
    padding: 4rem 1rem;
  }

  .article-heading h2 {
    font-size: 3.7rem;
  }

  .service-list {
    grid-template-columns: 1fr;
  }
}

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

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #11110f;
    --ink: #f2f0e9;
    --muted: #aaa79f;
    --line: rgba(242, 240, 233, 0.24);
  }

  .comparison-answer,
  .privacy-callout > .text-cta {
    color: white;
  }

  .access {
    background: #050504;
  }

  .policy-content p,
  .policy-content li {
    color: #d1cec5;
  }
}

@media print {
  .site-header,
  .contents,
  .policy-page footer {
    display: none;
  }

  .policy-page main {
    border: 0;
  }

  .policy-layout {
    display: block;
  }

  .policy-content {
    padding: 0;
  }

  .policy-content hr {
    break-before: page;
  }
}
