:root {
  --paper: #fff;
  --paper-soft: #f7f9fc;
  --ink: #26428b;
  --ink-deep: #17316f;
  --ink-soft: #5a6b8c;
  --rule: #e4edf6;
  --hairline: #dce7f2;
  --cherry: #b93432;
  --cherry-deep: #8f2525;
  --margin: #d98583;
  --shadow: rgba(29, 55, 112, .14);
  --body: "Source Sans 3", Arial, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --hand: "Caveat", "Segoe Script", "Bradley Hand", cursive;
  --shell: min(1180px, calc(100vw - 64px));
  --header: 72px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

:target { scroll-margin-top: calc(var(--header) + 24px); }

body {
  margin: 0;
  color: var(--ink-deep);
  background: var(--paper);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img { display: block; width: auto; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input { font: inherit; }

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

h1, h2, h3 {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .98;
}

h1 { font-size: clamp(3.6rem, 8vw, 7rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
h3 { font-size: clamp(1.6rem, 2.8vw, 2.35rem); }

.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--header);
  border-bottom: 1px solid var(--hairline);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
}

.nav-row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand, .footer-brand { font-family: var(--display); font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.site-header nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 32px); font-size: .91rem; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { text-decoration: underline; }
.nav-cta { padding: 9px 17px; border-radius: 999px; color: #fff; background: var(--ink); }
.site-header nav .nav-cta:hover, .site-header nav .nav-cta:focus-visible { color: #fff; background: var(--ink-deep); text-decoration: none; }
.nav-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-weight: 700; }

.eyebrow {
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow.light, .light { color: rgba(255,255,255,.76); }
.lede { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.62; }
.handwritten { font-family: var(--hand); font-size: 1.55rem; line-height: 1.1; }
.text-link { font-weight: 700; text-decoration-thickness: 1px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.button--red { color: #fff; background: var(--cherry); }
.button--red:hover, .button--red:focus-visible { background: var(--cherry-deep); }
.button--blue { color: #fff; background: var(--ink); }
.button--blue:hover, .button--blue:focus-visible { background: var(--ink-deep); }
.button--paper { color: var(--ink); background: #fff; }
.button--paper:hover, .button--paper:focus-visible { box-shadow: 0 0 0 3px rgba(255,255,255,.32); }

.ruled-section {
  position: relative;
  background-color: var(--paper);
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 35px, var(--rule) 35px, var(--rule) 36px);
}
.ruled-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(28px, calc((100vw - 1320px) / 2));
  width: 1px;
  background: var(--margin);
  content: "";
  pointer-events: none;
}
.plain-section { padding-block: clamp(84px, 10vw, 148px); }
.section-break { color: #fff; }
.section-break h2, .section-break h3, .section-break a { color: #fff; }
.section-break--blue { background: var(--ink); }
.section-break--red { background: var(--cherry-deep); }

.hero { padding-block: clamp(84px, 10vw, 145px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .82fr); align-items: center; gap: clamp(56px, 8vw, 118px); }
.hero h1 { max-width: 760px; margin-bottom: 30px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .lede { max-width: 690px; }
.trust-line { margin-top: 16px; color: var(--ink-soft); font-size: .95rem; }
.paper-photo { position: relative; margin: 0; padding: 12px 12px 48px; border: 1px solid var(--hairline); background: #fff; box-shadow: 12px 14px 0 var(--rule), 0 24px 50px var(--shadow); transform: rotate(1deg); }
.paper-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 42%; filter: saturate(1.04) brightness(1.01) sepia(.04); }
.paper-photo figcaption { position: absolute; bottom: 7px; left: 20px; font-family: var(--hand); font-size: 1.55rem; }

.starter-preview { padding-block: clamp(74px, 8vw, 116px); }
.starter-preview-grid { display: grid; grid-template-columns: .8fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.starter-preview h2 { color: #fff; }
.starter-preview-grid > div:first-child > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.82); }
.prompt-paper { position: relative; padding: clamp(36px, 5vw, 62px); color: var(--ink-deep); background: repeating-linear-gradient(to bottom, #fff 0, #fff 35px, var(--rule) 35px, var(--rule) 36px); box-shadow: 12px 12px 0 rgba(0,0,0,.18); transform: rotate(-.7deg); }
.prompt-paper::before { position: absolute; top: 0; bottom: 0; left: 38px; width: 1px; background: var(--margin); content: ""; }
.prompt-paper > * { position: relative; z-index: 1; }
.prompt-paper blockquote { margin: 12px 0 34px; font-family: var(--display); font-size: clamp(1.9rem, 3.5vw, 3.3rem); line-height: 1.08; }
.prompt-count { color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.product-grid, .house-grid, .founder-grid, .about-grid, .product-details { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(60px, 9vw, 132px); }
.product-copy h2, .house-grid h2, .founder-grid h2 { margin-bottom: 22px; }
.product-deck { color: var(--ink); font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.25; }
.product-pages { position: relative; min-height: 450px; }
.product-pages article { position: absolute; width: min(410px, 83%); min-height: 310px; padding: 40px; border: 1px solid var(--hairline); background: repeating-linear-gradient(to bottom, #fff 0, #fff 35px, var(--rule) 35px, var(--rule) 36px); box-shadow: 10px 12px 0 var(--rule); }
.product-pages article:first-child { top: 0; left: 0; transform: rotate(-2deg); }
.product-pages article:last-child { right: 0; bottom: 0; transform: rotate(2deg); }
.product-pages article span { color: var(--ink-soft); font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.product-pages article h3, .product-pages article h2 { margin: 28px 0 18px; font-size: clamp(1.7rem, 2.4vw, 2.45rem); }
.product-pages article p { color: var(--ink-soft); }

.this-tuesday { padding-block: clamp(88px, 10vw, 140px); }
.note-grid { display: grid; grid-template-columns: 260px minmax(0, 720px); justify-content: center; gap: clamp(60px, 9vw, 120px); }
.date-stamp { width: 190px; height: 230px; padding: 25px; border: 1px solid var(--hairline); background: #fff; box-shadow: 8px 10px 0 var(--rule); text-align: center; transform: rotate(-1deg); }
.date-stamp span, .date-stamp small { display: block; color: var(--ink-soft); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.date-stamp strong { display: block; margin: 8px 0; color: var(--cherry); font-family: var(--display); font-size: 6rem; line-height: 1; }
.note-grid h2 { max-width: 680px; }
.note-grid article > p:not(.eyebrow):not(.prompt-line) { max-width: 660px; color: var(--ink-soft); }
.prompt-line { padding: 18px 0 18px 20px; border-left: 3px solid var(--cherry); font-family: var(--display); font-size: 1.25rem; }
.prompt-line span { display: block; margin-bottom: 4px; color: var(--cherry); font-family: var(--body); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--ink); }
.story-card { display: flex; min-height: 360px; flex-direction: column; padding: 34px 34px 28px; border-bottom: 1px solid var(--hairline); }
.story-card + .story-card { border-left: 1px solid var(--hairline); }
.story-card h2, .story-card h3 { font-size: clamp(1.8rem, 2.7vw, 2.65rem); line-height: 1.05; }
.story-card p:not(.eyebrow) { color: var(--ink-soft); }
.story-card a { margin-top: auto; font-weight: 700; }

.brand-strip { padding-block: clamp(72px, 8vw, 108px); }
.brand-strip h2 { max-width: 1050px; margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); }

.house-note { align-self: center; max-width: 440px; padding: 44px; border: 1px solid var(--hairline); color: var(--ink); background: #fff; box-shadow: 10px 12px 0 var(--rule); transform: rotate(1deg); }
.house-note p { margin-bottom: 14px; font-family: var(--hand); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; }
.house-note span { color: var(--cherry); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.founder { padding-block: clamp(88px, 10vw, 140px); }
.founder-grid > div:last-child { max-width: 700px; padding-top: 12px; color: var(--ink-soft); }

.site-footer { padding-block: 56px; border-top: 1px solid var(--hairline); background: var(--paper-soft); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 48px; align-items: start; }
.footer-grid p { max-width: 440px; color: var(--ink-soft); }
.footer-grid nav { display: grid; gap: 8px; font-size: .92rem; }
.footer-grid small { grid-column: 1 / -1; color: var(--ink-soft); }
.footer-prompt .button { margin-top: 8px; }

.tuesday-shell { min-height: calc(100vh - var(--header)); padding-block: clamp(56px, 7vw, 96px); }
.tuesday-grid { display: grid; grid-template-columns: .7fr 1.15fr; align-items: start; gap: clamp(58px, 9vw, 130px); }
.tuesday-intro h1 { max-width: 520px; font-size: clamp(3.2rem, 6vw, 5.7rem); }
.tuesday-intro > p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); }
.intent-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.intent-chips a { padding: 8px 14px; border: 1px solid var(--hairline); border-radius: 999px; background: #fff; font-size: .9rem; text-decoration: none; }
.intent-chips a[aria-current="page"], .intent-chips a:hover { border-color: var(--ink); background: var(--paper-soft); }
.prompt-card { position: relative; min-height: 500px; padding: clamp(38px, 5vw, 60px); border: 1px solid var(--hairline); background: rgba(255,255,255,.96); box-shadow: 12px 14px 0 var(--rule); }
.prompt-card::before { position: absolute; top: 0; bottom: 0; left: 36px; width: 1px; background: var(--margin); content: ""; }
.prompt-card > * { position: relative; z-index: 1; }
.prompt-card blockquote { max-width: 720px; margin: 34px 0 32px; font-family: var(--display); font-size: clamp(2.25rem, 4.1vw, 4.1rem); line-height: 1.02; }
.prompt-permission { max-width: 650px; color: var(--ink-soft); }
.prompt-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.weekly-invite { margin-top: 32px; }
.weekly-invite h2 { max-width: 740px; font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.04; }
.weekly-invite > p:not(.eyebrow) { max-width: 700px; color: var(--ink-soft); }

.signup-form { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--ink); }
.signup-form > label, .waitlist-form > label { display: block; margin-bottom: 8px; font-size: .82rem; font-weight: 700; }
.form-row { display: flex; gap: 12px; }
.form-row input { min-width: 0; flex: 1; height: 52px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink-deep); background: #fff; }
.form-note { margin: 10px 0 0; color: var(--ink-soft); font-size: .86rem; }
.form-status { min-height: 1.5em; margin: 8px 0 0; color: var(--cherry); font-weight: 700; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.journal-hero { padding-block: clamp(86px, 10vw, 145px); }
.journal-hero-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: clamp(70px, 10vw, 140px); align-items: center; }
.journal-hero h1 { max-width: 850px; }
.season-slip { padding: 36px; border: 1px solid var(--hairline); background: #fff; box-shadow: 10px 12px 0 var(--rule); transform: rotate(1deg); }
.season-slip > p:not(.eyebrow) { font-family: var(--hand); font-size: 2rem; line-height: 1.05; }
.starter-route { padding-block: 80px; }
.starter-route-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.starter-route-grid h2 { color: #fff; }
.starter-route-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.starter-route-links { display: grid; grid-template-columns: 1fr 1fr; }
.starter-route-links a { padding: 20px; border: 1px solid rgba(255,255,255,.35); text-decoration: none; }
.starter-route-links a:hover { color: var(--ink); background: #fff; }
.journal-list { padding-block: clamp(88px, 10vw, 150px); }
.archive-strip { padding-block: 100px; }
.timeline { margin: 48px 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.timeline li { display: grid; grid-template-columns: 110px 1fr 120px; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--hairline); }
.timeline time, .timeline span { color: var(--ink-soft); font-size: .82rem; text-transform: uppercase; }
.timeline a { font-family: var(--display); font-size: 1.25rem; font-weight: 600; }

.article-shell, .legal-shell { width: min(860px, calc(100vw - 48px)); margin-inline: auto; padding-block: clamp(72px, 9vw, 130px); }
.article-header { margin-bottom: 70px; }
.article-header h1 { max-width: 820px; font-size: clamp(3.4rem, 7vw, 6.6rem); }
.this-tuesday-page .article-header h1 { max-width: 880px; font-size: clamp(3.2rem, 5.5vw, 5rem); }
.standfirst { max-width: 720px; color: var(--ink-soft); font-size: 1.35rem; }
.article-body { max-width: 720px; margin-inline: auto; }
.article-body p { margin-bottom: 28px; }
.article-body h2 { margin: 70px 0 24px; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.article-body blockquote { margin: 54px -60px; padding: 36px 46px; border: 1px solid var(--hairline); background: var(--paper-soft); font-family: var(--display); font-size: 1.55rem; line-height: 1.35; }
.article-body blockquote span { display: block; margin-bottom: 10px; color: var(--cherry); font-family: var(--body); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.dropcap::first-letter { float: left; margin: .08em .09em 0 0; color: var(--cherry); font-family: var(--display); font-size: 4.8rem; line-height: .76; }
.article-offer { margin: 70px -60px 0; padding: 42px 46px; border: 1px solid var(--ink); }
.article-offer h2 { margin-top: 0; }
.contextual-offer { background: var(--paper-soft); }
.useful-list { margin: 0; padding: 0; list-style: none; }
.useful-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid var(--hairline); }
.useful-list li > span { color: var(--cherry); font-family: var(--hand); font-size: 1.65rem; }
.useful-list h2 { margin: 0 0 8px; font-size: 2rem; }
.useful-list p { color: var(--ink-soft); }
.save-slip { margin: 60px 0 0; padding: 36px; border: 1px solid var(--hairline); box-shadow: 8px 10px 0 var(--rule); }
.save-slip p { font-family: var(--hand); font-size: 1.65rem; }
.read-do-keep { padding-block: 62px; }
.rdk-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.rdk-grid > div { min-height: 150px; padding: 26px; border: 1px solid rgba(255,255,255,.3); }
.rdk-grid span { display: block; margin-bottom: 15px; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.rdk-grid a { font-family: var(--display); font-size: 1.35rem; text-decoration: none; }

.product-hero, .house-hero, .about-hero, .contact-shell, .thanks-shell { padding-block: clamp(90px, 11vw, 160px); }
.product-hero-grid, .house-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 9vw, 130px); align-items: center; }
.product-hero h1, .house-hero h1 { font-size: clamp(4rem, 8vw, 7.5rem); }
.launch-note { margin-top: 32px; padding: 16px 20px; border-left: 3px solid var(--cherry); color: var(--ink-soft); background: rgba(255,255,255,.8); }
.product-pages--large { min-height: 570px; }
.product-pages--large article { min-height: 380px; }
.product-details ul { margin: 0; padding: 0; list-style: none; }
.product-details li { padding: 14px 0; border-bottom: 1px solid var(--hairline); }
.centered { max-width: 940px; padding-block: 84px; text-align: center; }
.centered h2 { color: #fff; }

.house-prompts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.house-prompts article { min-height: 310px; padding: 34px; border: 1px solid var(--hairline); box-shadow: 8px 10px 0 var(--rule); }
.house-prompts span { color: var(--cherry); font-family: var(--hand); font-size: 1.8rem; }
.house-prompts h2 { margin-top: 30px; font-size: 2rem; }
.waitlist-section { padding-block: 90px; }
.waitlist-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.waitlist-grid h2 { color: #fff; }
.waitlist-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.waitlist-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 26px; padding: 0; border: 0; }
.waitlist-form legend { margin-bottom: 12px; font-weight: 700; }
.waitlist-form fieldset label { padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); }
.waitlist-form > label { color: #fff; }

.about-grid > div:last-child { max-width: 690px; }
.legal-shell h1 { margin-bottom: 70px; }
.legal-shell h2 { margin: 55px 0 18px; font-size: 2.2rem; }
.legal-shell p { color: var(--ink-soft); }
.contact-shell .shell, .thanks-shell .shell { max-width: 900px; }

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

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 740px); }
  .site-header { height: auto; min-height: 64px; }
  .nav-row { min-height: 64px; flex-wrap: wrap; padding-block: 12px; }
  .site-header nav { display: flex; width: 100%; padding: 8px 0 14px; flex-wrap: wrap; }
  .js .nav-toggle { display: block; }
  .js .site-header nav { display: none; }
  .js .site-header nav[data-open] { display: flex; }
  .hero-grid, .starter-preview-grid, .product-grid, .house-grid, .founder-grid, .tuesday-grid, .journal-hero-grid, .starter-route-grid, .product-hero-grid, .house-hero-grid, .about-grid, .product-details, .waitlist-grid { grid-template-columns: 1fr; }
  .hero-photo { width: min(560px, 92%); margin-inline: auto; }
  .product-pages { min-height: 500px; }
  .card-grid, .house-prompts { grid-template-columns: 1fr; }
  .story-card + .story-card { border-left: 0; }
  .story-card { min-height: 0; padding-inline: 0; }
  .note-grid { grid-template-columns: 180px 1fr; gap: 42px; }
  .date-stamp { width: 160px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px; }
  .article-body blockquote, .article-offer { margin-inline: 0; }
  .rdk-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 17px; }
  h1 { font-size: clamp(3rem, 17vw, 4.7rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.6rem); }
  .ruled-section::before { left: 14px; }
  .hero, .journal-hero, .product-hero, .house-hero, .about-hero { padding-block: 72px; }
  .tuesday-shell { padding-block: 40px; }
  .tuesday-grid { gap: 34px; }
  .tuesday-intro h1 { max-width: none; margin-bottom: 18px; font-size: 3.2rem; line-height: .95; }
  .tuesday-intro > p:not(.eyebrow) { margin-bottom: 0; font-size: .96rem; line-height: 1.55; }
  .hero-grid { gap: 52px; }
  .button-row, .prompt-actions { align-items: stretch; flex-direction: column; }
  .button-row .button, .prompt-actions .button, .prompt-actions .text-link { width: 100%; text-align: center; }
  .prompt-paper { padding: 34px 26px 34px 48px; }
  .product-pages { min-height: 560px; }
  .product-pages article { width: 90%; padding: 30px; }
  .section-heading { align-items: start; flex-direction: column; }
  .note-grid { grid-template-columns: 1fr; }
  .date-stamp { width: 150px; height: 190px; }
  .date-stamp strong { font-size: 4.7rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > nav { grid-column: auto; }
  .prompt-card { min-height: 0; padding: 36px 24px 38px 50px; }
  .prompt-card::before { left: 28px; }
  .prompt-card blockquote { margin-top: 34px; }
  .form-row { flex-direction: column; }
  .form-row input, .form-row .button { width: 100%; }
  .intent-chips { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; margin-top: 22px; }
  .intent-chips a { padding-inline: 8px; text-align: center; }
  .starter-route-links { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 70px 1fr; }
  .timeline li span { display: none; }
  .article-shell, .legal-shell { width: calc(100vw - 34px); }
  .article-header h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .useful-list li { grid-template-columns: 42px 1fr; }
  .product-pages--large { min-height: 620px; }
  .waitlist-form fieldset { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
