/* Composition of the supplied September 15 reference. Text and controls are HTML;
   transparent illustrations can extend to section edges without becoming backgrounds. */
:root {
  --paper: #faf6ed;
  --navy: #082c40;
  --mint: #dceae0;
}
body {
  background: var(--paper);
}
.section-inner,
.plans-inner {
  max-width: 1180px;
}
.scene h2 {
  font-size: 46px;
  line-height: 1.02;
}
.kicker {
  font-size: 10px;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}
.lead {
  font-size: 18px;
  line-height: 1.4;
}
.margin-note,
.proof-vignette > span,
.sample-vignette > span {
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.025em;
  transform: rotate(-7deg);
}
.site-header {
  position: relative;
  z-index: 5;
  min-height: 76px;
  max-width: 1180px;
  padding: 17px 40px;
  border: 0;
}
.site-header .wordmark {
  font-size: 27px;
}
.site-header nav {
  gap: 34px;
  font-size: 13px;
}
.header-cta {
  background: #082c40;
  color: #fffaf0;
  border: 0;
  font-size: 13px;
  padding: 12px 21px;
}
.button {
  min-height: 46px;
  padding: 13px 21px;
  font-size: 14px;
  border-radius: 6px;
}
.text-link {
  font-size: 14px;
}
.hero {
  background: var(--paper);
  isolation: isolate;
  overflow: clip;
}
.hero .section-inner {
  display: block;
  min-height: 560px;
  padding: 44px 40px 50px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 40%;
  max-width: 420px;
}
.hero h1 {
  font-size: 65px;
  line-height: 0.97;
  letter-spacing: -0.05em;
  text-wrap: initial;
}
.hero .lead {
  font-size: 17px;
  max-width: 350px;
  margin-top: 22px;
}
.hero-actions {
  gap: 22px;
  margin-top: 25px;
  flex-wrap: nowrap;
}
.quiet-link {
  font-size: 12px;
  white-space: nowrap;
}
.hero .secondary {
  font-size: 12px;
  margin-top: 17px;
  line-height: 1.4;
}
.hero-collage {
  position: absolute;
  right: calc((1180px - 100vw) / 2 - 12px);
  bottom: 0;
  width: min(67vw, 1000px);
  height: 100%;
  max-height: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.hero-visual {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.hero-visual .scene-art {
  object-fit: contain;
  object-position: right bottom;
}
.hero-collage::before,
.orbit-label,
.art-caption,
.sun-mark,
.curiosity-strip {
  display: none;
}
.floating-note {
  left: 24%;
  top: 17%;
  bottom: auto;
  width: 130px;
  padding: 18px 15px;
  border: 1px solid #e1d8c4;
  background: #fffdf5;
  transform: rotate(-12deg);
  box-shadow: 4px 5px 0 #19354112;
}
.floating-note p {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
}
.floating-note::before {
  content: "✳";
  color: #ed624e;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.hero-margin {
  position: absolute;
  left: 43%;
  top: 20px;
  width: 100px;
  color: #40575b;
  z-index: 2;
}
.edge-foliage {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  width: 170px;
  height: 320px;
  z-index: 0;
}
.edge-foliage img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  left: 0;
  bottom: -15px;
}
.hero-foliage {
  left: 0;
  bottom: -10px;
  width: 120px;
  height: 300px;
}
.hero-foliage img {
  width: 100%;
  height: 100%;
  left: 0;
}
.proof {
  margin: 0;
  border-radius: 0;
  background: linear-gradient(
    180deg,
    var(--paper),
    var(--mint) 45px,
    var(--mint) calc(100% - 45px),
    var(--paper)
  );
  isolation: isolate;
}
.proof .section-inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 65px;
  padding: 65px 40px 48px;
  min-height: 540px;
  z-index: 1;
}
.proof h2 {
  font-size: 44px;
}
.proof .lead {
  margin-top: 20px;
  max-width: 340px;
  font-size: 17px;
}
.proof .text-link {
  margin-top: 18px;
}
.proof-copy {
  padding-bottom: 175px;
}
.proof-vignette {
  position: absolute;
  left: -55px;
  bottom: 16px;
  margin: 0;
  width: 590px;
  max-width: none;
  height: 210px;
  align-items: flex-end;
  gap: 8px;
}
.proof-vignette .spot-art {
  width: 430px;
  height: 215px;
  object-fit: contain;
  object-position: left bottom;
  filter: none;
}
.proof-vignette > span {
  align-self: flex-end;
  margin-bottom: 25px;
  color: #365f51;
  font-size: 12px;
}
.evidence-stack {
  padding: 0;
}
.stack-label {
  font-size: 9px;
  margin: 0 0 17px;
}
.evidence-card {
  padding: 23px 20px;
  min-height: 99px;
  gap: 16px;
  box-shadow: 5px 6px 0 #42694b18;
}
.evidence-card h3 {
  font-size: 27px;
}
.evidence-card p {
  font-size: 13px;
  margin-top: 7px;
  line-height: 1.4;
}
.evidence-card:nth-of-type(2) {
  margin-top: 14px;
  transform: rotate(-0.8deg);
  background: #f6cf75;
}
.evidence-card:nth-of-type(3) {
  margin-top: 14px;
  transform: rotate(-1.5deg);
  background: #c7daf3;
}
.source-footnote {
  font-size: 11px;
  margin-top: 24px;
}
.proof-foliage {
  right: 0;
  bottom: 25px;
  transform: scaleX(-1);
}
.proof-margin {
  position: absolute;
  right: 2.5%;
  top: 130px;
  color: #4c6c60;
  width: 100px;
}
.how {
  background: var(--paper);
}
.how .section-inner {
  padding: 36px 40px 76px;
}
.how h2 {
  font-size: 43px;
}
.how-copy .lead {
  font-size: 16px;
  max-width: 305px;
  margin: 0;
}
.steps {
  margin-top: 32px;
  gap: 20px;
}
.step,
.step-two,
.step-three {
  transform: none;
  padding: 20px 21px 21px;
  border-radius: 5px;
}
.step:hover,
.step-two:hover,
.step-three:hover {
  transform: translateY(-4px);
}
.step-art {
  height: 140px;
  margin: -20px -21px 15px;
  border-radius: 4px 4px 30% 4px;
  background: #f8f3e6;
}
.step-art .scene-art {
  width: 760px;
  height: 476px;
}
.step-one .step-art .scene-art {
  left: -25px;
  top: -4px;
}
.step-two .step-art .scene-art {
  left: -190px;
  top: -95px;
}
.step-three .step-art .scene-art {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.step-top {
  margin-bottom: 10px;
}
.step-number {
  font-size: 28px;
}
.step-top .line-icon {
  width: 25px;
  height: 25px;
}
.step h3 {
  font-size: 31px;
  margin-bottom: 12px;
}
.step p {
  font-size: 14px;
  line-height: 1.4;
  min-height: 60px;
}
.topic-chips,
.step-detail,
.saved-note {
  margin-top: 16px;
}
.topic-chips span {
  font-size: 10px;
  padding: 3px 9px;
}
.saved-note {
  font-size: 10px;
  margin-top: 18px;
  padding: 7px 8px;
}
.how-link {
  display: none;
}
.sample {
  background: var(--navy);
  overflow: visible;
  isolation: isolate;
}
.sample::before {
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: radial-gradient(ellipse at 92% 60%, #26606b20, transparent 65%);
}
.sample::after {
  left: 4%;
  bottom: auto;
  top: 120px;
  font-size: 50px;
  opacity: 1;
}
.sample .section-inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
  padding: 48px 40px 42px;
  min-height: 520px;
  z-index: 1;
}
.sample-copy {
  display: block;
  padding-bottom: 190px;
}
.sample h2 {
  font-size: 43px;
  max-width: 370px;
}
.sample .lead {
  font-size: 16px;
  margin-top: 20px;
}
.sample-vignette {
  position: absolute;
  left: -35px;
  bottom: -1px;
  width: 510px;
  max-width: none;
  height: 215px;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.sample-vignette .spot-art {
  width: 365px;
  height: 205px;
  object-fit: contain;
  object-position: left bottom;
}
.sample-vignette > span {
  display: block;
  font-size: 12px;
  align-self: flex-end;
  margin-bottom: 40px;
  color: #c6d8cf;
}
.reading-stage {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}
.reading-stage-label {
  font-size: 8px;
  margin-bottom: 14px;
}
.paper-preview {
  padding: 23px 24px 16px;
  transform: rotate(1.5deg);
  box-shadow:
    7px 8px 0 #aec7bc,
    14px 16px 0 #527c7e;
}
.paper-topline {
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.paper-preview h3 {
  font-size: 28px;
}
.paper-highlight {
  font-size: 14px;
  line-height: 1.35;
  margin-top: 15px;
}
.reading-tabs {
  margin-top: 18px;
  gap: 10px;
}
.reading-tabs button {
  font-size: 11px;
  min-height: 44px;
}
.reading-panel {
  min-height: 118px;
  font-size: 13px;
  padding-top: 18px;
}
.paper-bottom {
  padding-top: 9px;
}
.reading-stamp {
  width: 74px;
  height: 74px;
  right: -22px;
  top: -25px;
  font-size: 10px;
  outline-width: 4px;
}
.sample-foliage {
  right: 0;
  bottom: 0;
  width: 150px;
  height: 220px;
  transform: scaleX(-1);
  opacity: 0.85;
}
.sample-margin {
  position: absolute;
  right: 2.5%;
  top: 190px;
  color: #c4d4d3;
  font-size: 12px;
}
.section-curve {
  position: absolute;
  left: 0;
  width: 100%;
  height: 32px;
  fill: var(--navy);
  pointer-events: none;
  z-index: 2;
}
.curve-top {
  top: -31px;
}
.curve-bottom {
  bottom: -31px;
}
.plans {
  background: var(--paper);
}
.plans-inner {
  position: relative;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 45px;
  padding: 76px 40px 62px;
}
.plans h2 {
  font-size: 41px;
}
.plans .lead {
  font-size: 16px;
}
.plans-copy::after {
  font-size: 61px;
  margin-top: 17px;
}
.plans-caption {
  position: absolute;
  margin-top: 25px;
  margin-left: 100px;
  color: #526468;
}
.plan {
  padding: 19px 20px 20px;
  border-radius: 6px;
}
.researcher {
  transform: none;
}
.plan h3 {
  font-size: 27px;
  margin: 8px 0 15px;
  padding-bottom: 13px;
}
.plan-art {
  width: 130px;
  height: 74px;
}
.plan-feature {
  font-size: 13px;
  margin-bottom: 12px;
  padding-left: 18px;
}
.plan-label {
  font-size: 8px;
  min-height: 23px;
}
.plan .plan-feature:last-of-type {
  margin-bottom: 20px;
}
.plan-button {
  min-height: 43px;
  font-size: 12px;
  padding: 10px 13px;
}
.cta {
  border-top: 0;
}
.cta::before {
  display: none;
}
.cta .section-curve {
  fill: #052340;
}
.plans-foliage {
  right: 0;
  bottom: 0;
  width: 130px;
  height: 230px;
  transform: scaleX(-1);
}
footer {
  border-color: #ffffff12;
}
@media (min-width: 1600px) {
  .hero-collage {
    right: calc((1180px - 100vw) / 2);
  }
  .hero .section-inner {
    min-height: 600px;
  }
}
@media (max-width: 1390px) {
  .hero-margin,
  .proof-margin,
  .sample-margin {
    display: none;
  }
  .proof-foliage {
    width: 110px;
  }
  .hero-foliage {
    width: 75px;
  }
  .sample-foliage {
    width: 85px;
  }
}
@media (max-width: 1180px) {
  .site-header {
    padding-inline: 42px;
  }
  .hero .section-inner {
    padding-inline: 55px;
    min-height: 540px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-collage {
    right: -10px;
    width: 64vw;
    height: calc(64vw * 0.667);
    bottom: 0;
  }
  .hero-copy {
    width: 42%;
  }
  .hero-actions {
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero-foliage {
    opacity: 0.65;
    width: 50px;
  }
  .proof .section-inner {
    gap: 50px;
    padding-inline: 55px;
  }
  .proof h2 {
    font-size: 39px;
  }
  .proof-vignette {
    left: 0;
    width: 480px;
  }
  .proof-vignette .spot-art {
    width: 335px;
    height: 185px;
  }
  .proof-vignette > span {
    font-size: 11px;
  }
  .proof-foliage {
    width: 55px;
  }
  .how .section-inner {
    padding-inline: 55px;
  }
  .how h2 {
    font-size: 38px;
  }
  .how-copy .lead {
    max-width: 240px;
    font-size: 15px;
  }
  .sample .section-inner {
    gap: 45px;
    padding-inline: 55px;
  }
  .sample h2 {
    font-size: 38px;
  }
  .sample-vignette {
    left: 10px;
    width: 430px;
  }
  .sample-vignette .spot-art {
    width: 290px;
    height: 190px;
  }
  .sample-vignette > span {
    font-size: 10px;
  }
  .paper-preview {
    padding: 20px 20px 15px;
  }
  .paper-preview h3 {
    font-size: 25px;
  }
  .reading-panel {
    min-height: 130px;
  }
  .plans-inner {
    display: grid;
    padding-inline: 55px;
    gap: 32px;
  }
  .plans-copy {
    display: block;
    margin: 0;
  }
  .plans-copy .kicker {
    margin: 0 0 20px;
  }
  .plans h2 {
    font-size: 37px;
  }
  .plans .lead {
    font-size: 15px;
  }
  .plans-caption {
    position: static;
    margin: 24px 0 0;
    font-size: 12px;
  }
  .plan-grid {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .hero h1 {
    font-size: 53px;
  }
  .hero .section-inner {
    min-height: 560px;
    padding-top: 28px;
    padding-bottom: 55px;
  }
  .hero-collage {
    width: 68vw;
    height: calc(68vw * 0.667);
    bottom: 4px;
    right: -45px;
  }
  .floating-note {
    width: 105px;
    padding: 12px;
    top: 8%;
    left: 36%;
  }
  .floating-note p {
    font-size: 11px;
  }
  .proof .section-inner {
    gap: 35px;
    padding-inline: 38px;
  }
  .proof h2 {
    font-size: 35px;
  }
  .evidence-card {
    padding: 21px 16px;
    gap: 12px;
  }
  .evidence-card h3 {
    font-size: 23px;
  }
  .evidence-card p {
    font-size: 12px;
  }
  .evidence-card .line-icon {
    width: 26px;
    height: 26px;
  }
  .proof-vignette {
    width: 390px;
  }
  .proof-vignette .spot-art {
    width: 285px;
  }
  .proof-vignette > span {
    font-size: 10px;
  }
  .how .section-inner {
    padding-inline: 38px;
  }
  .how h2 {
    font-size: 35px;
  }
  .how-copy .lead {
    font-size: 14px;
    max-width: 220px;
  }
  .steps {
    gap: 13px;
  }
  .step {
    padding: 17px;
  }
  .step-art {
    margin: -17px -17px 15px;
    height: 125px;
  }
  .step-art .scene-art {
    width: 670px;
    height: 420px;
  }
  .step-two .step-art .scene-art {
    left: -175px;
    top: -80px;
  }
  .step-three .step-art .scene-art {
    width: 100%;
    height: 100%;
  }
  .step h3 {
    font-size: 27px;
  }
  .step p {
    font-size: 13px;
    min-height: 75px;
  }
  .step-detail {
    font-size: 10px;
  }
  .saved-note {
    font-size: 9px;
  }
  .sample .section-inner {
    padding-inline: 38px;
    gap: 32px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .sample h2 {
    font-size: 34px;
  }
  .sample .lead {
    font-size: 15px;
  }
  .sample-copy {
    display: block;
  }
  .sample-vignette {
    width: 330px;
  }
  .sample-vignette .spot-art {
    width: 265px;
    height: 175px;
  }
  .sample-vignette > span {
    display: none;
  }
  .sample-foliage {
    width: 40px;
  }
  .paper-preview {
    padding: 21px 18px 15px;
  }
  .paper-preview h3 {
    font-size: 24px;
  }
  .reading-tabs button {
    font-size: 10px;
  }
  .reading-panel {
    min-height: 145px;
  }
  .plans-inner {
    display: block;
    padding-inline: 38px;
  }
  .plans-copy {
    margin-bottom: 28px;
  }
  .plans-caption {
    display: none;
  }
  .plan-grid {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .site-header {
    padding: 18px 24px;
    min-height: 72px;
  }
  .site-header .wordmark {
    font-size: 23px;
  }
  .header-cta {
    font-size: 12px;
    padding: 11px 16px;
  }
  .hero .section-inner {
    padding: 25px 24px 0;
    min-height: 0;
  }
  .hero-copy {
    width: 100%;
    max-width: 420px;
  }
  .hero h1 {
    font-size: clamp(48px, 11vw, 62px);
  }
  .hero .lead {
    font-size: 16px;
    max-width: 325px;
    margin-top: 20px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 22px;
  }
  .hero .secondary {
    font-size: 12px;
  }
  .hero-collage {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 48px);
    height: auto;
    aspect-ratio: 1.5;
    max-height: none;
    margin: 12px -24px -8px;
  }
  .hero-visual {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  }
  .floating-note {
    width: 95px;
    left: 9%;
    top: 12%;
    padding: 11px;
  }
  .floating-note p {
    font-size: 10px;
  }
  .floating-note::before {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .hero-foliage {
    display: none;
  }
  .plans-foliage {
    display: none;
  }
  .hero-collage::before {
    display: none;
  }
  .proof .section-inner {
    display: block;
    padding: 48px 24px 50px;
    min-height: 0;
  }
  .proof-copy {
    padding: 0;
  }
  .proof h2 {
    font-size: 36px;
  }
  .proof .lead {
    font-size: 16px;
  }
  .proof-vignette {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin: 5px 0 20px;
    gap: 7px;
  }
  .proof-vignette .spot-art {
    width: 75%;
    height: auto;
    aspect-ratio: 2;
  }
  .proof-vignette > span {
    width: 25%;
    flex: 1;
    font-size: 10px;
    margin-bottom: 8px;
    transform: rotate(-5deg);
  }
  .proof-foliage {
    display: none;
  }
  .evidence-stack {
    margin-top: 12px;
    padding: 0 4px;
  }
  .evidence-card {
    padding: 21px 17px;
    min-height: 100px;
  }
  .evidence-card h3 {
    font-size: 24px;
  }
  .evidence-card p {
    font-size: 13px;
  }
  .source-footnote {
    font-size: 10px;
  }
  .how .section-inner {
    padding: 18px 24px 65px;
  }
  .how-copy {
    display: block;
  }
  .how h2 {
    font-size: 35px;
  }
  .how-copy .lead {
    font-size: 16px;
    max-width: 360px;
    margin-top: 20px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 26px;
  }
  .step {
    padding: 21px;
  }
  .step-art {
    margin: -21px -21px 18px;
    height: 150px;
  }
  .step-art .scene-art {
    width: 760px;
    height: 476px;
  }
  .step-two .step-art .scene-art {
    left: -185px;
    top: -100px;
  }
  .step-three .step-art .scene-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .step h3 {
    font-size: 32px;
  }
  .step p {
    font-size: 16px;
    min-height: 0;
  }
  .step-detail,
  .saved-note {
    font-size: 11px;
  }
  .sample .section-inner {
    display: block;
    padding: 35px 24px 52px;
    min-height: 0;
  }
  .sample h2 {
    font-size: 36px;
  }
  .sample-copy {
    padding: 0;
  }
  .sample .lead {
    font-size: 16px;
  }
  .sample-vignette {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin: 9px 0 30px;
    gap: 12px;
  }
  .sample-vignette .spot-art {
    width: 73%;
    height: auto;
    aspect-ratio: 2;
  }
  .sample-vignette > span {
    display: block;
    flex: 1;
    min-width: 0;
    font-size: 10px;
    margin-bottom: 10px;
    transform: rotate(-5deg);
  }
  .reading-stage {
    margin: 0;
  }
  .reading-stage-label {
    font-size: 7px;
  }
  .paper-preview {
    padding: 22px 18px 16px;
    box-shadow:
      5px 6px 0 #aec7bc,
      10px 12px 0 #527c7e;
  }
  .paper-preview h3 {
    font-size: 26px;
  }
  .paper-highlight {
    font-size: 14px;
  }
  .reading-tabs button {
    font-size: 11px;
  }
  .reading-panel {
    font-size: 14px;
    min-height: 150px;
  }
  .reading-stamp {
    width: 63px;
    height: 63px;
    right: -5px;
    top: -25px;
    font-size: 8px;
  }
  .sample-foliage {
    display: none;
  }
  .plans-inner {
    padding: 65px 24px 45px;
  }
  .plans h2 {
    font-size: 36px;
  }
  .plans .lead {
    font-size: 16px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .plan {
    padding: 23px;
  }
  .plan h3 {
    font-size: 31px;
  }
  .plan-feature {
    font-size: 16px;
  }
  .plan-button {
    min-height: 48px;
    font-size: 14px;
  }
  .plans-copy::after {
    display: none;
  }
  .section-curve {
    height: 23px;
  }
  .curve-top {
    top: -22px;
  }
  .curve-bottom {
    bottom: -22px;
  }
}

/* A shared frame keeps artwork and copy together on wide displays. */
.brand-logo {
  display: block;
  width: 54px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}
.wordmark {
  gap: 9px;
}
.cta-brand .brand-logo {
  width: 62px;
  height: 54px;
}
.faq {
  background: var(--paper);
  padding-bottom: 42px;
}
.faq-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  padding: 50px 40px 65px;
}
.faq h2 {
  font-size: 44px;
  line-height: 1.05;
}
.faq-intro > p:not(.kicker) {
  max-width: 370px;
  margin: 22px 0;
  font-size: 17px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  padding-right: 16px;
}
.faq details p {
  font-size: 16px;
  line-height: 1.55;
  padding-top: 14px;
  max-width: 64ch;
}
@media (min-width: 961px) {
  .site-header {
    height: 88px;
    min-height: 88px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero .section-inner {
    min-height: calc(100svh - 88px);
  }
}
@media (min-width: 1181px) {
  :root {
    --content-width: 1480px;
  }
  .site-header,
  .section-inner,
  .plans-inner {
    max-width: var(--content-width);
  }
  .site-header {
    padding-inline: 56px;
  }
  .site-header nav,
  .header-cta {
    font-size: 15px;
  }
  .hero .section-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
    align-items: center;
    gap: 28px;
    padding: 32px 56px 44px;
    min-height: calc(100svh - 88px);
  }
  .hero-copy {
    width: 100%;
    max-width: 490px;
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(64px, 4.4vw, 78px);
  }
  .hero .lead {
    font-size: 19px;
    max-width: 400px;
    margin-top: 26px;
  }
  .hero .secondary {
    font-size: 14px;
    margin-top: 23px;
  }
  .hero-actions {
    margin-top: 28px;
    gap: 26px;
  }
  .hero .quiet-link {
    font-size: 14px;
  }
  .hero-collage {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: clamp(510px, 65svh, 740px);
    align-self: center;
  }
  .hero-visual .scene-art {
    object-position: center;
  }
  .hero-margin {
    left: 46%;
    top: 18px;
    font-size: 12px;
  }
  .floating-note {
    left: 7%;
    top: 19%;
    width: 140px;
  }
  .proof .section-inner,
  .how .section-inner,
  .sample .section-inner,
  .plans-inner,
  .faq-inner {
    padding-left: 56px;
    padding-right: 56px;
  }
  .proof .section-inner {
    gap: 90px;
    padding-top: 78px;
    padding-bottom: 65px;
  }
  .proof h2,
  .how h2,
  .sample h2,
  .plans h2,
  .faq h2 {
    font-size: 49px;
  }
  .proof .lead,
  .how-copy .lead,
  .sample .lead,
  .plans .lead {
    font-size: 19px;
  }
  .proof-vignette {
    left: 10px;
    bottom: 20px;
  }
  .proof-margin {
    right: 12px;
    font-size: 11px;
    width: 85px;
  }
  .evidence-card {
    padding: 25px;
  }
  .evidence-card p {
    font-size: 16px;
  }
  .source-footnote {
    font-size: 13px;
  }
  .how .section-inner {
    padding-top: 55px;
    padding-bottom: 95px;
  }
  .steps {
    gap: 26px;
    margin-top: 36px;
  }
  .step-art {
    height: 180px;
  }
  .step p {
    font-size: 17px;
  }
  .topic-chips span,
  .saved-note,
  .step-detail {
    font-size: 12px;
  }
  .sample .section-inner {
    gap: 85px;
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .sample h2 {
    max-width: 420px;
  }
  .plan-feature {
    font-size: 16px;
  }
  .plan-button {
    font-size: 14px;
  }
}
@media (min-width: 2200px) {
  :root {
    --content-width: 1680px;
  }
  .hero h1 {
    font-size: 88px;
  }
  .hero-copy {
    max-width: 560px;
  }
  .hero .lead {
    font-size: 21px;
    max-width: 450px;
  }
  .hero-collage {
    height: clamp(650px, 64svh, 850px);
  }
}
@media (max-width: 960px) {
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-intro > p:not(.kicker) {
    max-width: 560px;
  }
}
@media (max-width: 700px) {
  .brand-logo {
    width: 42px;
    height: 38px;
  }
  .site-header .wordmark {
    gap: 6px;
  }
  .faq-inner {
    padding: 35px 24px 45px;
  }
  .faq h2 {
    font-size: 36px;
  }
  .faq summary {
    font-size: 18px;
  }
  .faq details p {
    font-size: 16px;
  }
}
@media (min-width: 1181px) {
  .hero .section-inner {
    padding-bottom: 0;
  }
  .hero-copy {
    padding-bottom: 35px;
  }
  .hero-collage {
    width: calc(100% + max(0px, (100vw - var(--content-width)) / 2) + 80px);
    height: max(560px, calc(100svh - 120px));
    margin-left: -24px;
    align-self: end;
  }
  .hero-visual .scene-art {
    object-position: right bottom;
  }
  .floating-note {
    left: 9%;
    top: 20%;
  }
  .hero-margin {
    left: 42%;
    top: 25px;
  }
  .proof-copy {
    padding-bottom: 0;
  }
  .proof-vignette {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% + 80px);
    height: auto;
    margin: 22px -40px -42px;
    display: block;
  }
  .proof-vignette .spot-art {
    width: 100%;
    height: auto;
    aspect-ratio: 2;
  }
  .proof-vignette > span {
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 11px;
    margin: 0;
  }
  .proof .section-inner {
    align-items: center;
  }
  .proof-margin {
    display: none;
  }
}
@media (min-width: 1181px) {
  .hero-copy {
    max-width: 560px;
  }
  .hero h1 {
    font-size: clamp(68px, 4.8vw, 92px);
  }
  .hero .lead {
    font-size: 21px;
    max-width: 470px;
  }
  .hero .secondary {
    font-size: 16px;
  }
  .hero .button {
    font-size: 16px;
    min-height: 52px;
    padding: 15px 24px;
  }
  .hero .quiet-link {
    font-size: 16px;
  }
}
@media (min-width: 2200px) {
  .hero h1 {
    font-size: 100px;
  }
  .hero .lead {
    font-size: 23px;
  }
}
/* Give the open-reading section the same visual weight as the hero. */
@media (min-width: 961px) {
  .sample .section-inner { grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
  .sample-copy { padding-bottom: 0; }
  .sample h2 { font-size: clamp(44px, 3.15vw, 60px); max-width: 540px; }
  .sample .lead { font-size: 21px; line-height: 1.45; margin-top: 24px; }
  .sample-vignette { position: relative; left: auto; bottom: auto; width: 100%; height: auto; margin: 24px 0 0; display: block; }
  .sample-vignette .spot-art { width: 100%; height: auto; aspect-ratio: 2; }
  .sample-vignette > span { margin: 10px 12px 0 0; font-size: 14px; text-align: right; transform: rotate(-4deg); }
  .reading-stage-label { font-size: 10px; margin-bottom: 20px; }
  .paper-preview { padding: 30px 30px 24px; }
  .paper-preview h3 { font-size: 34px; }
  .paper-highlight { font-size: 17px; line-height: 1.45; margin-top: 20px; }
  .reading-tabs { margin-top: 24px; }
  .reading-tabs button { font-size: 14px; min-height: 52px; }
  .reading-panel { font-size: 16px; line-height: 1.55; min-height: 154px; padding-top: 22px; }
  .paper-bottom { padding-top: 18px; }
  .paper-bottom a, .paper-bottom button { font-size: 14px; }
  .reading-stamp { width: 85px; height: 85px; font-size: 11px; }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .sample .section-inner { gap: 35px; }
  .sample .lead { font-size: 18px; }
  .paper-preview { padding: 24px 22px 20px; }
  .paper-preview h3 { font-size: 29px; }
  .reading-tabs button { font-size: 12px; }
  .sample-vignette > span { font-size: 12px; }
}
@media (min-width: 961px) {
  .sample::after { top: 18px; font-size: 42px; }
}
@media (min-width: 961px) and (max-width: 1800px) {
  .sample-margin { display: none; }
}
