/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */

@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings,normal);
    font-variation-settings: var(--default-font-variation-settings,normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings,normal);
    font-variation-settings: var(--default-mono-font-variation-settings,normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple],[size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color:color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type=button],[type=reset],[type=submit]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden=until-found])) {
    display: none!important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .relative {
    position: relative;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .table {
    display: table;
  }

  .italic {
    font-style: italic;
  }
}

@font-face {
  font-family: DysLex;
  src: url(dyslex-regular.otf)format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DysLex;
  src: url(dyslex-italic.otf)format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: DysLex;
  src: url(dyslex-bold.otf)format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DysLex;
  src: url(dyslex-bold-italic.otf)format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --cream: #f7f1e7;
  --paper: #fffdf8;
  --navy: #142a43;
  --coral: #f36f56;
  --peach: #f6c9b8;
  --sage: #bfcdbb;
  --muted: #667282;
  --line: #142a432b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--navy);
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.site-header {
  z-index: 20;
  background: #f7f1e7eb;
  border-bottom: 1px solid #142a4314;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 104px;
  padding: 24px clamp(24px,4vw,64px);
  display: grid;
  position: relative;
}

.brand {
  flex-direction: column;
  width: max-content;
  line-height: 1;
  display: inline-flex;
}

.brand-name {
  letter-spacing: -.04em;
  font-family: DysLex,Georgia,serif;
  font-size: 2.45rem;
}

.brand-byline {
  letter-spacing: .04em;
  margin-top: 6px;
  font-size: .88rem;
}

nav {
  justify-content: center;
  gap: clamp(24px,4vw,58px);
  font-size: .95rem;
  font-weight: 600;
  display: flex;
}

nav a {
  position: relative;
}

nav a:after {
  content: "";
  background: var(--coral);
  height: 2px;
  transition: right .18s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 100%;
}

nav a:hover:after {
  right: 0;
}

.button {
  border: 2px solid #0000;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 26px;
  font-size: .98rem;
  font-weight: 700;
  transition: transform .18s,background .18s,color .18s,box-shadow .18s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 10px 28px #f36f5633;
}

.button-primary:hover {
  background: #e75e47;
  box-shadow: 0 14px 32px #f36f5645;
}

.button-outline {
  border-color: var(--navy);
  background: 0 0;
}

.button-outline:hover {
  background: var(--navy);
  color: var(--cream);
}

.header-cta {
  border-color: var(--coral);
  min-height: 52px;
  color: var(--coral);
}

.header-cta:hover {
  border-color: var(--navy);
}

.hero {
  grid-template-columns: minmax(0,.95fr) minmax(480px,1.05fr);
  align-items: center;
  gap: clamp(50px,7vw,110px);
  min-height: calc(100vh - 104px);
  padding: clamp(64px,9vh,110px) clamp(24px,4vw,64px) 54px;
  display: grid;
  overflow: hidden;
}

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

.eyebrow {
  color: var(--coral);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: .9rem;
  font-weight: 800;
}

.hero h1,
.section h2,
.closing-section h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-family: Georgia,Times New Roman,serif;
  font-weight: 400;
  line-height: .98;
}

.hero h1 {
  font-size: clamp(4.7rem,7.3vw,7.3rem);
}

.hero h1 span {
  color: var(--coral);
}

.hero-intro {
  color: #31445a;
  max-width: 590px;
  margin: 34px 0 0;
  font-size: clamp(1.08rem,1.35vw,1.32rem);
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  display: flex;
}

.hero-proof {
  color: var(--muted);
  margin: 20px 0 0;
  font-size: .88rem;
  font-weight: 700;
}

.letter-collage {
  aspect-ratio: 1/.88;
  width: min(100%,690px);
  margin-inline: auto;
  position: relative;
}

.paper {
  background: var(--paper);
  border: 1px solid #142a4314;
  position: absolute;
  box-shadow: 0 22px 70px #142a431c;
}

.paper-top {
  z-index: 3;
  width: 61%;
  height: 53%;
  padding: 38% 7% 0;
  top: 9%;
  right: 7%;
}

.paper-bottom {
  z-index: 4;
  width: 72%;
  height: 46%;
  bottom: 2%;
  left: 6%;
}

.peach-circle {
  z-index: 1;
  aspect-ratio: 1;
  background: var(--peach);
  border-radius: 50%;
  width: 36%;
  position: absolute;
  top: 0;
  right: 0;
}

.sage-block {
  z-index: 2;
  background: var(--sage);
  width: 34%;
  height: 39%;
  position: absolute;
  top: 29%;
  left: 0;
}

.glyph {
  font-family: DysLex,serif;
  line-height: 1;
  position: absolute;
}

.glyph-a {
  color: var(--navy);
  font-size: clamp(11rem,23vw,21rem);
  top: -18%;
  right: -1%;
}

.glyph-g {
  color: var(--coral);
  font-size: clamp(9rem,19vw,17rem);
  top: -43%;
  left: 4%;
}

.glyph-e {
  color: #91a58f;
  font-size: clamp(8rem,16vw,14rem);
  top: 1%;
  right: 4%;
}

.reading-lines {
  z-index: 4;
  color: var(--navy);
  font-family: DysLex,sans-serif;
  font-size: clamp(.8rem,1.35vw,1.13rem);
  display: grid;
  position: relative;
}

.reading-lines span {
  border-bottom: 1px solid #f36f566b;
  padding: 7px 0 5px;
}

.ruled-lines {
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  width: 29%;
  height: 42px;
  position: absolute;
  bottom: 13%;
  left: 8%;
}

.ruled-lines:after {
  content: "";
  border-top: 2px solid var(--navy);
  position: absolute;
  top: 12px;
  left: 0;
  right: 20%;
}

.coral-bar {
  z-index: 6;
  background: var(--coral);
  width: 25%;
  height: 4%;
  position: absolute;
  bottom: 22%;
  left: 5%;
}

.navy-dot {
  z-index: 7;
  aspect-ratio: 1;
  background: var(--navy);
  border-radius: 50%;
  width: 8%;
  position: absolute;
  bottom: 8%;
  right: 5%;
}

.quick-examples {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr);
  gap: 7vw;
  padding: 76px clamp(24px,6vw,92px);
  display: grid;
}

.quick-examples-heading h2 {
  letter-spacing: -.05em;
  max-width: 560px;
  margin: 0;
  font-family: Georgia,Times New Roman,serif;
  font-size: clamp(2.7rem,4.4vw,4.7rem);
  font-weight: 400;
  line-height: 1.04;
}

.quick-examples-heading .text-link {
  margin-top: 30px;
}

.quick-example-list {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3,1fr);
  display: grid;
}

.quick-example-list article {
  border-right: 1px solid var(--line);
  padding: 24px 26px 18px;
}

.quick-example-list article:last-child {
  border-right: 0;
}

.quick-example-list article>span {
  color: var(--coral);
  font-size: .75rem;
  font-weight: 800;
}

.quick-example-list h3 {
  margin: 64px 0 16px;
  font-size: 1.18rem;
}

.quick-example-list p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

.trust-strip {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3,1fr);
  margin: 0 clamp(24px,4vw,64px);
  padding: 34px 0;
  display: grid;
}

.trust-strip>div {
  border-right: 1px solid var(--line);
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 clamp(18px,3vw,44px);
  display: flex;
}

.trust-strip>div:last-child {
  border-right: 0;
}

.trust-strip p {
  margin: 0;
  font-weight: 700;
}

.trust-icon {
  aspect-ratio: 1;
  background: var(--peach);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 62px;
  font-family: DysLex,sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  display: inline-flex;
}

.trust-strip>div:nth-child(2) .trust-icon {
  background: var(--sage);
}

.section {
  padding: 120px clamp(24px,6vw,92px);
}

.section-kicker {
  border-bottom: 1px solid var(--line);
  letter-spacing: .11em;
  text-transform: uppercase;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  font-size: .77rem;
  font-weight: 800;
  display: flex;
}

.story-section {
  background: var(--paper);
}

.story-grid {
  grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr);
  gap: 9vw;
  margin-top: 72px;
  display: grid;
}

.story-grid h2,
.audience-section>h2 {
  font-size: clamp(3.5rem,6.2vw,6.8rem);
}

.story-copy {
  color: #415065;
  font-size: 1.17rem;
  line-height: 1.75;
}

.story-copy p:first-child {
  margin-top: 8px;
}

.font-stage {
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 22px;
  margin-top: 86px;
  display: grid;
}

.sample-card {
  border: 1px solid var(--line);
  background: var(--cream);
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 34px;
  display: flex;
}

.sample-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
}

.sample-card p {
  margin: 50px 0 0;
  font-size: clamp(1.9rem,2.8vw,3.35rem);
  line-height: 1.3;
}

.standard-sample p {
  font-family: Georgia,serif;
}

.dyslex-sample {
  background: var(--navy);
  color: var(--cream);
}

.dyslex-sample p {
  font-family: DysLex,sans-serif;
}

.sample-arrow {
  color: var(--coral);
  align-self: center;
  font-size: 2rem;
}

.sample-note {
  max-width: 760px;
  color: var(--muted);
  margin: 24px 0 0 auto;
  font-size: .9rem;
  line-height: 1.7;
}

.word-section {
  background: var(--cream);
}

.word-heading {
  grid-template-columns: minmax(0,1.2fr) minmax(300px,.55fr);
  align-items: end;
  gap: 8vw;
  margin-top: 70px;
  display: grid;
}

.word-heading .eyebrow {
  margin-bottom: 22px;
}

.word-heading h2 {
  font-size: clamp(3.7rem,6.2vw,6.8rem);
}

.word-heading>p {
  color: var(--muted);
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.word-example-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3,1fr);
  margin-top: 76px;
  display: grid;
}

.word-example-grid article {
  border-right: 1px solid var(--line);
  padding: 28px 30px 34px;
}

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

.word-example-grid h3 {
  margin: 54px 0 34px;
  font-family: DysLex,sans-serif;
  font-size: clamp(2.3rem,3.4vw,3.8rem);
  font-weight: 400;
}

.example-row {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.example-row>span {
  color: var(--muted);
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .7rem;
  font-weight: 800;
  display: block;
}

.example-row p {
  margin: 0;
  line-height: 1.65;
}

.example-result {
  color: var(--navy);
}

.example-result>span {
  color: var(--coral);
}

.word-steps {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: clamp(18px,3vw,42px);
  margin-top: 50px;
  padding: 24px 30px;
  font-weight: 700;
  display: flex;
}

.word-steps b {
  color: var(--coral);
  font-size: 1.3rem;
}

.benefits-section {
  background: var(--navy);
  color: var(--cream);
}

.section-kicker.light {
  border-color: #f7f1e738;
}

.benefits-heading {
  grid-template-columns: 1.2fr .6fr;
  align-items: end;
  gap: 80px;
  margin-top: 72px;
  display: grid;
}

.benefits-heading h2 {
  font-size: clamp(3.7rem,6.4vw,7rem);
}

.benefits-heading>p {
  color: #ced5db;
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.benefit-grid {
  border-top: 1px solid #f7f1e738;
  grid-template-columns: repeat(4,1fr);
  margin-top: 88px;
  display: grid;
}

.benefit-grid article {
  border-right: 1px solid #f7f1e738;
  padding: 30px 28px 10px;
}

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

.benefit-number {
  color: var(--peach);
  font-size: .78rem;
}

.benefit-glyph {
  min-height: 170px;
  color: var(--sage);
  align-items: center;
  font-family: DysLex,sans-serif;
  font-size: clamp(4.5rem,7vw,7.5rem);
  display: flex;
}

.benefit-grid article:nth-child(2n) .benefit-glyph {
  color: var(--coral);
}

.benefit-grid h3 {
  margin: 0 0 15px;
  font-size: 1.25rem;
}

.benefit-grid p {
  color: #c6d0d8;
  margin: 0;
}

.audience-section {
  background: var(--cream);
}

.audience-section>h2 {
  max-width: 890px;
  margin-top: 74px;
}

.audience-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3,1fr);
  margin-top: 80px;
  display: grid;
}

.audience-grid article {
  border-right: 1px solid var(--line);
  flex-direction: column;
  min-height: 340px;
  padding: 28px 36px;
  display: flex;
}

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

.audience-index {
  color: var(--coral);
  font-size: .82rem;
}

.audience-grid h3 {
  margin: auto 0 16px;
  font-family: DysLex,sans-serif;
  font-size: clamp(2.5rem,4vw,4.3rem);
  font-weight: 400;
}

.audience-grid p {
  max-width: 330px;
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

.research-section {
  background: var(--sage);
  grid-template-columns: minmax(320px,.75fr) 1.25fr;
  gap: 9vw;
  display: grid;
}

.research-intro h2 {
  font-size: clamp(3.7rem,6vw,6.5rem);
}

.research-intro>p:last-child {
  max-width: 530px;
  margin-top: 30px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.research-list {
  border-top: 1px solid #142a4347;
  align-self: center;
}

.research-list a {
  border-bottom: 1px solid #142a4347;
  grid-template-columns: .65fr 1.3fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  transition: padding .18s,color .18s;
  display: grid;
}

.research-list a:hover {
  color: #8f3a2d;
  padding-left: 14px;
}

.research-list span {
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 700;
}

.research-list strong {
  font-family: Georgia,serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.faq-section {
  background: var(--cream);
  grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr);
  gap: 9vw;
  display: grid;
}

.faq-intro h2 {
  margin: 0;
  font-size: clamp(3.4rem,5.5vw,6rem);
}

.faq-intro>p:last-child {
  max-width: 500px;
  color: var(--muted);
  margin-top: 28px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.faq-list {
  border-top: 1px solid var(--line);
  align-self: center;
}

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

.faq-list summary {
  cursor: pointer;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 22px 0;
  list-style: none;
  display: grid;
}

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

.faq-list summary>span {
  color: var(--coral);
  font-size: .75rem;
  font-weight: 800;
}

.faq-list summary>strong {
  font-size: 1.08rem;
}

.faq-list summary>b {
  border: 1px solid var(--navy);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 1.1rem;
  transition: transform .18s;
  display: inline-flex;
}

.faq-list details[open] summary>b {
  transform: rotate(45deg);
}

.faq-list details>p {
  max-width: 730px;
  color: var(--muted);
  margin: 0;
  padding: 0 52px 28px 60px;
  line-height: 1.75;
}

.pricing-section {
  background: var(--paper);
  grid-template-columns: .7fr 1.3fr;
  gap: 8vw;
  display: grid;
}

.pricing-copy h2 {
  font-size: clamp(3.8rem,5.9vw,6.3rem);
}

.pricing-copy>p:not(.eyebrow) {
  max-width: 450px;
  color: var(--muted);
  margin-top: 28px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.text-link {
  border-bottom: 1px solid var(--navy);
  gap: 10px;
  margin-top: 30px;
  font-weight: 700;
  display: inline-flex;
}

.pricing-cards {
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  display: grid;
}

.pricing-cards article {
  border: 1px solid var(--line);
  background: var(--cream);
  flex-direction: column;
  padding: 38px;
  display: flex;
}

.pricing-cards article:first-child {
  background: var(--navy);
  color: var(--cream);
}

.plan-label {
  color: var(--coral);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 800;
}

.pricing-cards h3 {
  margin: 38px 0 8px;
  font-family: DysLex,sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
}

.pricing-cards p {
  color: #778392;
  min-height: 48px;
  margin: 0;
}

.pricing-cards article:first-child p {
  color: #cad1d7;
}

.pricing-cards ul {
  gap: 12px;
  margin: 35px 0 50px;
  padding: 0;
  list-style: none;
  display: grid;
}

.pricing-cards li:before {
  content: "✓";
  color: var(--coral);
  margin-right: 10px;
}

.pricing-cards .button {
  width: 100%;
  margin-top: auto;
}

.pricing-cards article:first-child .button-outline {
  border-color: var(--cream);
}

.contact-section {
  background: var(--sage);
  grid-template-columns: minmax(320px,.75fr) 1.25fr;
  gap: 9vw;
  display: grid;
}

.contact-intro h2 {
  font-size: clamp(3.4rem,5.5vw,6rem);
}

.contact-intro>p:last-child {
  max-width: 480px;
  margin-top: 28px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.contact-card {
  align-self: center;
  padding: clamp(32px,4vw,52px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
}

.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}

.form-field {
  margin-bottom: 22px;
}

.form-field label {
  font-weight: 700;
  font-size: .92rem;
  display: block;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 14px 16px;
  font: inherit;
  background: var(--cream);
  color: var(--navy);
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus-visible,
.form-field textarea:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 2px;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-actions {
  align-items: center;
  gap: 20px;
  margin-top: 12px;
  display: flex;
}

.form-status {
  color: var(--muted);
  margin: 0;
  font-size: .9rem;
  font-weight: 700;
}

.closing-section {
  text-align: center;
  background: var(--cream);
  padding: 130px 24px;
}

.closing-section h2 {
  max-width: 1120px;
  margin-inline: auto;
  font-size: clamp(3.6rem,7vw,7.6rem);
  line-height: 1.15;
}

.closing-section .dyslex-display {
  letter-spacing: -.02em;
  font-family: DysLex,sans-serif;
}

.closing-section>p:not(.eyebrow) {
  color: var(--muted);
  margin: 28px 0;
  font-size: 1.1rem;
}

footer {
  background: var(--navy);
  color: var(--cream);
  grid-template-columns: .6fr 1fr auto;
  align-items: end;
  gap: 48px;
  padding: 60px clamp(24px,6vw,92px);
  display: grid;
}

.footer-brand .brand-name {
  font-size: 2.1rem;
}

footer>p {
  color: #c4ced5;
  max-width: 420px;
  margin: 0;
}

.footer-links {
  color: #c4ced5;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  font-size: .82rem;
  display: flex;
}

.footer-links a:hover {
  color: var(--coral);
}

@media (width<=1100px) {
  .site-header {
    grid-template-columns: 180px 1fr auto;
  }

  nav {
    gap: 22px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr .95fr;
  }

  .trust-strip {
    margin-inline: 24px;
  }

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

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

  .benefit-grid article:nth-child(-n+2) {
    border-bottom: 1px solid #f7f1e738;
  }

  .research-section,
  .pricing-section,
  .word-heading,
  .quick-examples,
  .faq-section,
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (width<=760px) {
  .site-header {
    grid-template-columns: 1fr;
    min-height: 84px;
  }

  .brand-name {
    font-size: 2rem;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(3.3rem,15vw,5rem);
    line-height: 1.06;
  }

  .letter-collage {
    margin-top: 34px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .quick-examples {
    gap: 48px;
    padding: 64px 24px;
  }

  .quick-examples-heading h2 {
    font-size: clamp(2.8rem,12vw,4rem);
    line-height: 1.08;
  }

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

  .quick-example-list article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 8px 30px;
  }

  .quick-example-list article:last-child {
    border-bottom: 0;
  }

  .quick-example-list h3 {
    margin-top: 24px;
  }

  .trust-strip>div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
    padding-block: 24px;
  }

  .trust-strip>div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 84px 24px;
  }

  .section-kicker {
    flex-direction: column;
    gap: 8px;
  }

  .story-grid,
  .benefits-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .font-stage {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sample-arrow {
    transform: rotate(90deg);
  }

  .sample-card {
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .sample-card p {
    letter-spacing: 0;
    margin-top: 42px;
    font-size: clamp(1.65rem,7vw,2.25rem);
    line-height: 1.48;
  }

  .dyslex-sample p {
    word-spacing: .12em;
    line-height: 1.62;
  }

  .word-heading {
    margin-top: 48px;
  }

  .word-heading h2 {
    font-size: clamp(3.1rem,13vw,4.8rem);
    line-height: 1.06;
  }

  .word-example-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .word-example-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .word-example-grid h3 {
    margin: 30px 0 24px;
  }

  .word-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 25px 22px;
  }

  .word-steps b {
    margin-left: 4px;
    transform: rotate(90deg);
  }

  .benefit-grid,
  .audience-grid,
  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .benefit-grid article,
  .benefit-grid article:nth-child(2),
  .audience-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-grid article {
    border-color: #f7f1e738;
  }

  .research-list a {
    grid-template-columns: 1fr auto;
  }

  .research-list a span {
    grid-column: 1/-1;
  }

  .faq-section {
    gap: 48px;
  }

  .faq-intro h2 {
    font-size: clamp(2.9rem,12vw,4.2rem);
    line-height: 1.08;
  }

  .faq-list summary {
    grid-template-columns: 30px 1fr auto;
    gap: 10px;
  }

  .faq-list details>p {
    padding: 0 4px 26px 40px;
  }

  .contact-intro h2 {
    font-size: clamp(2.9rem,12vw,4.2rem);
    line-height: 1.08;
  }

  .contact-card {
    padding: 28px 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .closing-section {
    padding: 90px 24px;
  }

  .closing-section h2 {
    letter-spacing: 0;
    word-spacing: .08em;
    max-width: 640px;
    font-size: clamp(2.45rem,10.8vw,3.7rem);
    line-height: 1.45;
  }

  .closing-section>p:not(.eyebrow) {
    max-width: 430px;
    margin: 28px auto;
    line-height: 1.7;
  }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  *,
  :before,
  :after {
    transition: none!important;
  }
}
