@font-face {
  font-family: "Material Icons";
  src: url("/releases/105f5a504364465baa97/assets/fonts/MaterialIcons-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  color-scheme: light;
  --paper: #fbf8f4;
  --paper-deep: #f6eee7;
  --ink: #11100f;
  --muted: #655e58;
  --line: #e6d8ce;
  --accent: #d94e12;
  --accent-soft: #f4d5c3;
  --serif: "Source Serif 4", Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.landing-page { overflow-x: hidden; }
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.skip { position: absolute; left: -10000px; top: 1rem; }
.skip:focus { left: 1rem; z-index: 100; padding: .7rem 1rem; background: white; }
.shell { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

#features, #how, #for-you, #about { scroll-margin-top: 104px; }

h1, h2, h3 { font-family: var(--serif); color: var(--ink); }
h1, h2 { font-weight: 530; letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(2.25rem, 4.2vw, 4.25rem); line-height: 1.01; }
h3 { margin: 0; font-weight: 560; }
p { margin: 0; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(251, 248, 244, .94);
}
.site-header.is-scrolled { position: sticky; top: 0; border-color: var(--line); backdrop-filter: blur(18px); }
.main-nav { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.75rem; font-weight: 590; line-height: 1; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; }
.nav-center { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); margin: 0 auto; }
.nav-center a, .nav-actions a, .footer-nav a { font-size: .91rem; text-decoration: none; }
.nav-center a:hover, .login-link:hover, .footer-nav a:hover { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 30px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: .82rem 1.55rem;
  border: 1px solid var(--ink);
  border-radius: 9px;
  background: var(--ink);
  color: var(--paper);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: #2a2724; }
.button-small { min-height: 43px; padding: .62rem 1.3rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: .7rem 0; font-size: .92rem; font-weight: 600; text-decoration: none; }
.text-link span { color: var(--accent); font-size: 1.35em; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); cursor: pointer; }

.hero-section { position: relative; min-height: 1010px; padding-top: 78px; isolation: isolate; }
.hero-engraving {
  position: absolute;
  inset: -5px 0 auto;
  z-index: -1;
  height: 810px;
  background-image: url("/releases/105f5a504364465baa97/assets/images/roman-garden-hero.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: min(1774px, 146vw) auto;
  opacity: .74;
}
.hero-copy { position: relative; text-align: center; }
.hero-emblem { color: var(--accent); font-size: 42px; margin-bottom: 24px; }
.hero-copy h1 { margin: 0; font-size: clamp(4rem, 6.5vw, 5.85rem); line-height: .93; }
.hero-copy > p { margin-top: 22px; color: #292623; font-size: 1.04rem; line-height: 1.48; }
.actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.hero-actions { justify-content: center; margin-top: 27px; }

.phone-stage { position: relative; height: 520px; margin-top: 105px; display: flex; justify-content: center; align-items: flex-end; }
.phone {
  position: absolute;
  overflow: hidden;
  border: 4px solid #151515;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  background: rgba(251, 248, 244, .98);
  box-shadow: 0 18px 45px rgba(70, 46, 28, .12);
}
.phone::before { content: ""; position: absolute; top: 8px; left: 50%; width: 56px; height: 7px; transform: translateX(-50%); border-radius: 20px; background: #181716; }
.phone-main { z-index: 3; bottom: 0; width: 294px; height: 500px; }
.phone-side { z-index: 1; bottom: 0; width: 252px; height: 430px; opacity: .72; }
.phone-left { left: calc(50% - 340px); }
.phone-right { right: calc(50% - 340px); }
.phone-status { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 17px 19px 7px; font-size: 9px; font-weight: 750; }
.phone-status .material-icons { font-size: 12px; }
.phone-content { padding: 16px 24px 24px; font-size: 11px; }
.phone-content h3 { margin: 10px 0 2px; font-size: 1.65rem; line-height: 1.02; letter-spacing: -.025em; }
.phone-content h4 { margin: 18px 0 8px; font-family: var(--sans); font-size: 11px; }
.phone-kicker { color: #5b5651; font-size: 10px; }
.phone-greeting { display: flex; align-items: center; gap: 6px; color: #6c645d; font-size: 12px; }
.phone-greeting .material-icons { color: var(--accent); font-size: 17px; }
.pronunciation { color: #8b8178; }
.tiny-label { display: block; margin: 22px 0 6px; color: #8d847e; font-size: 9px; }
.chips { display: flex; gap: 5px; }
.chips span { padding: 3px 7px; border-radius: 10px; background: var(--paper-deep); font-size: 8px; }
.goal-card { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; }
.goal-card span:first-child { display: flex; flex-direction: column; color: #7c736c; }
.goal-card strong { color: var(--ink); font-size: 17px; }
.goal-ring { display: grid; width: 36px; height: 36px; place-items: center; border: 3px solid var(--accent-soft); border-right-color: var(--accent); border-radius: 50%; color: var(--ink); }
.phone-button, .phone-subbutton { display: flex; align-items: center; justify-content: center; min-height: 43px; margin-top: 18px; border-radius: 8px; text-decoration: none; }
.phone-button { background: var(--ink); color: var(--paper); font-weight: 700; }
.phone-subbutton { margin-top: 8px; border: 1px solid var(--line); color: #5d5751; }
.week-row { display: flex; justify-content: space-between; }
.week-row i { width: 16px; height: 16px; border: 1px solid var(--accent-soft); border-radius: 50%; }
.week-row i:nth-child(-n+4) { background: var(--accent); }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 24px; }
.mini-stats span, .focus-card { padding: 10px; border: 1px solid var(--line); border-radius: 9px; color: #857b73; font-size: 8px; }
.mini-stats strong, .focus-card strong { display: block; color: var(--ink); font-size: 11px; }
.focus-card { margin-top: 8px; }

.feature-section { position: relative; z-index: 4; padding: 58px 0 42px; background: var(--paper); box-shadow: 0 -42px 48px 24px var(--paper); text-align: center; }
.feature-section h2 { font-size: clamp(2.1rem, 3.3vw, 3.25rem); }
.feature-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 28px; text-align: left; }
.feature-card { position: relative; isolation: isolate; min-width: 0; min-height: 196px; overflow: hidden; padding: 28px 22px 20px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .45); }
.feature-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: .3; }
.feature-curated::before { background-image: url("/releases/105f5a504364465baa97/assets/images/feature-curated-words-v2.webp"); }
.feature-explanations::before { background-image: url("/releases/105f5a504364465baa97/assets/images/feature-smart-explanations-v2.webp"); }
.feature-personalized::before { background-image: url("/releases/105f5a504364465baa97/assets/images/feature-personalized-v2.webp"); }
.feature-habit::before { background-image: url("/releases/105f5a504364465baa97/assets/images/feature-daily-habit-v2.webp"); }
.feature-progress::before { background-image: url("/releases/105f5a504364465baa97/assets/images/feature-track-progress-v2.webp"); }
.feature-language::before { background-image: url("/releases/105f5a504364465baa97/assets/images/feature-any-language-v2.webp"); }
.feature-card > .material-icons { color: var(--accent); font-size: 32px; }
.feature-card h3 { margin-top: 23px; font-family: var(--sans); font-size: .95rem; font-weight: 730; }
.feature-card p { margin-top: 9px; color: var(--muted); font-size: .82rem; line-height: 1.45; }

.how-section { min-height: 520px; display: grid; grid-template-columns: 1.1fr 1.2fr; overflow: hidden; margin-top: 12px; border-radius: 15px; background: rgba(255, 255, 255, .25); }
.how-copy { padding: 48px 24px 38px 40px; }
.eyebrow { margin: 0 0 13px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.how-copy h2 { font-size: clamp(2.35rem, 2.9vw, 3.25rem); }
.step-list { display: grid; gap: 20px; margin: 32px 0 0; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; }
.step-list > li > .material-icons { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 23px; }
.step-list h3 { font-family: var(--sans); font-size: .9rem; font-weight: 750; }
.step-list p { max-width: 355px; margin-top: 5px; color: var(--muted); font-size: .81rem; }
.explanation-demo { position: relative; min-height: 520px; }
.explanation-phone { position: absolute; bottom: 0; left: 7%; width: 276px; height: 510px; overflow: hidden; border: 5px solid #181818; border-bottom: 0; border-radius: 34px 34px 0 0; background: var(--paper); }
.explain-card { margin-top: 18px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; }
.explain-card small { font-weight: 750; }
.explain-card p { margin-top: 7px; color: #39342f; font-size: 10px; line-height: 1.45; }
.callout { position: absolute; left: 58%; width: 205px; font-size: .78rem; }
.callout strong, .callout span { display: block; }
.callout span { margin-top: 3px; color: var(--muted); }
.callout::before { content: ""; position: absolute; top: 8px; right: calc(100% + 18px); width: 68px; border-top: 2px solid var(--accent); }
.callout-one { top: 112px; }
.callout-two { top: 242px; }
.callout-three { top: 382px; }

.habit-section { position: relative; z-index: 4; padding: 54px 64px 24px; background: var(--paper); box-shadow: 0 -38px 46px 22px var(--paper); }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading-row h2 { font-size: clamp(2.65rem, 4vw, 4rem); }
.section-heading-row p:last-child { margin-top: 9px; color: var(--muted); }
.progress-panel { display: grid; grid-template-columns: 1fr 1.55fr 1.2fr; margin-top: 26px; border: 1px solid var(--line); border-radius: 12px; }
.progress-panel > div { position: relative; min-height: 106px; padding: 19px 28px; }
.progress-panel > div + div { border-left: 1px solid var(--line); }
.progress-panel span { display: block; font-size: .78rem; }
.progress-stat strong, .progress-total strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.flame { position: absolute; right: 28px; bottom: 24px; color: var(--accent); font-size: 32px; }
.week-progress > div { display: flex; gap: clamp(10px, 2vw, 26px); margin-top: 19px; }
.week-progress i { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #8f857d; font-size: 10px; font-style: normal; }
.week-progress i:nth-child(-n+4) { border-color: var(--accent); background: var(--accent); color: white; box-shadow: 0 5px 12px rgba(217, 78, 18, .2); }
.progress-total small { display: block; color: var(--muted); font-size: .72rem; }
.percent-ring { position: absolute; right: 28px; top: 18px; display: grid !important; width: 60px; height: 60px; place-items: center; border: 4px solid var(--accent-soft); border-right-color: var(--accent); border-bottom-color: var(--accent); border-radius: 50%; font-weight: 800; }

.closing-section { position: relative; min-height: 250px; overflow: hidden; display: flex; justify-content: flex-end; margin-top: 24px; margin-bottom: 16px; border-radius: 15px; }
.closing-art { position: absolute; inset: 0; background: url("/releases/105f5a504364465baa97/assets/images/roman-garden-hero.webp") center 58% / cover no-repeat; box-shadow: inset 0 0 48px 28px var(--paper); opacity: .58; }
.closing-copy { position: relative; width: 56%; padding: 36px 56px; background: rgba(251, 248, 244, .91); }
.closing-copy h2 { font-size: clamp(2.35rem, 3.2vw, 3.35rem); }
.closing-copy p { max-width: 480px; margin-top: 10px; color: #39342f; font-size: .9rem; }
.closing-copy .actions { margin-top: 22px; }

.site-footer { padding: 0 0 28px; }
.footer-main { display: flex; align-items: center; min-height: 82px; gap: 34px; }
.footer-brand { font-size: 1.4rem; }
.footer-brand .brand-mark { width: 27px; height: 27px; }
.footer-tagline { color: var(--muted); font-size: .76rem; }
.footer-nav { display: flex; gap: clamp(20px, 3.4vw, 52px); margin-left: auto; }
.footer-nav a { font-size: .76rem; }
.footer-legal { display: flex; gap: 22px; padding-top: 18px; color: var(--muted); font-size: .72rem; }
.footer-legal span { margin-right: auto; }

/* Pricing page */
.pricing-page { background: var(--paper); }
.pricing-hero { position: relative; overflow: hidden; padding: 94px 0 54px; text-align: center; }
.pricing-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("/releases/105f5a504364465baa97/assets/images/roman-garden-hero.webp") center 28% / 1500px auto no-repeat; opacity: .18; }
.pricing-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(3.8rem, 7vw, 6.6rem); line-height: .92; letter-spacing: -.045em; }
.pricing-hero > .shell > p { max-width: 620px; margin: 24px auto 0; color: var(--muted); font-size: 1.05rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 72px; }
.price-card { position: relative; min-height: 420px; padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .55); }
.price-card-featured { border-color: var(--accent); box-shadow: 0 22px 60px rgba(83, 52, 31, .1); }
.price-badge { position: absolute; top: 22px; right: 22px; padding: 5px 9px; border-radius: 999px; background: var(--accent); color: white; font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.price-card h2 { margin: 6px 0 0; font-size: 2.4rem; }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: 22px; }
.price strong { font-family: var(--serif); font-size: 3.1rem; font-weight: 560; line-height: 1; }
.price span { color: var(--muted); }
.price-note { min-height: 44px; margin-top: 10px; color: var(--muted); font-size: .82rem; }
.price-list { display: grid; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; }
.price-list li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: #3d3732; font-size: .9rem; }
.price-list .material-icons { color: var(--accent); font-size: 19px; }
.price-card .button { width: 100%; }
.pricing-fineprint { width: min(840px, calc(100% - 40px)); margin: -42px auto 70px; color: var(--muted); font-size: .76rem; text-align: center; }
.pricing-faq { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 90px; }
.pricing-faq h2 { margin-bottom: 26px; text-align: center; }
.pricing-faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.pricing-faq summary { cursor: pointer; font-weight: 750; }
.pricing-faq details p { margin-top: 10px; color: var(--muted); }

/* Shared legal and support pages */
body:not(.landing-page) > header { border-bottom: 1px solid var(--line); }
body:not(.landing-page) > header nav { min-height: 74px; display: flex; align-items: center; gap: 1.25rem; }
body:not(.landing-page) > header .brand { margin-right: auto; }
.nav-link { color: var(--muted); text-decoration: none; }
.legal { width: min(780px, calc(100% - 2rem)); margin: 0 auto; padding: 4rem 0 6rem; }
.legal h1 { margin: .7rem 0 1.25rem; font-size: clamp(2.8rem, 8vw, 5rem); line-height: 1; }
.legal h2 { margin-top: 2.6rem; font-size: 1.8rem; }
.legal h3 { margin-top: 2rem; font-size: 1.3rem; }
.legal p, .legal li { color: #443d38; }
.notice { border-left: 4px solid var(--accent); padding: .8rem 1rem; background: rgba(255, 255, 255, .4); }
form { display: grid; gap: 1rem; max-width: 700px; }
label { display: grid; gap: .35rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: .85rem; background: rgba(255,255,255,.6); color: var(--ink); font: inherit; }
textarea { min-height: 180px; resize: vertical; }
.honeypot { position: absolute; left: -10000px; }
.form-status { min-height: 1.5rem; }
body:not(.landing-page) > footer { border-top: 1px solid var(--line); padding: 2.5rem 0; color: var(--muted); }
.footer-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-row span { margin-right: auto; }

@media (max-width: 1100px) {
  .shell { width: min(940px, calc(100% - 40px)); }
  .nav-center { gap: 20px; }
  .nav-actions { gap: 18px; }
  .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .how-section { grid-template-columns: 1fr 1.15fr; }
  .how-copy { padding: 48px 34px; }
  .callout { left: 60%; width: 155px; }
  .callout::before { width: 42px; }
  .habit-section { padding-left: 20px; padding-right: 20px; }
  .week-progress > div { gap: 9px; }
}

@media (max-width: 820px) {
  .shell { width: min(680px, calc(100% - 32px)); }
  .main-nav { min-height: 72px; }
  .brand { font-size: 1.5rem; }
  .menu-toggle { display: inline-block; margin-left: auto; }
  .nav-actions .login-link { display: none; }
  .nav-actions { gap: 0; }
  .nav-actions .button { min-height: 39px; padding: .55rem .9rem; }
  .nav-center { position: absolute; top: 72px; left: 16px; right: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 0 18px 45px rgba(50,30,20,.12); }
  .nav-center.is-open { display: flex; }
  .nav-center a { padding: 11px 12px; }
  .hero-section { min-height: 900px; padding-top: 70px; }
  .hero-engraving { height: 720px; background-size: 1240px auto; }
  .hero-copy h1 { font-size: clamp(3.8rem, 12vw, 5rem); }
  .phone-stage { height: 430px; margin-top: 105px; }
  .phone-main { width: 250px; height: 430px; }
  .phone-side { width: 220px; height: 360px; }
  .phone-left { left: calc(50% - 270px); }
  .phone-right { right: calc(50% - 270px); }
  .phone-content { padding: 13px 20px 20px; }
  .feature-section { padding-top: 52px; }
  .how-section { grid-template-columns: 1fr; }
  .explanation-demo { min-height: 600px; }
  .explanation-phone { left: 10%; }
  .callout { left: 55%; }
  .progress-panel { grid-template-columns: 1fr; }
  .progress-panel > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .closing-copy { width: 68%; padding: 38px; }
  .footer-main { align-items: flex-start; flex-wrap: wrap; padding: 22px 0; }
  .footer-nav { width: 100%; margin-left: 0; flex-wrap: wrap; }
  .pricing-hero { padding-top: 72px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 430px); }
  .main-nav { gap: 12px; }
  .brand-mark { width: 30px; height: 30px; }
  .nav-actions .button { font-size: .78rem; }
  .hero-section { min-height: 830px; padding-top: 54px; }
  .hero-engraving { height: 620px; background-size: 1080px auto; background-position: center 20px; opacity: .55; }
  .hero-emblem { margin-bottom: 18px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 16vw, 4.2rem); }
  .hero-copy > p { font-size: .91rem; }
  .hero-actions { gap: 16px; }
  .phone-stage { height: 380px; margin-top: 80px; }
  .phone-main { width: 230px; height: 380px; }
  .phone-side { display: none; }
  .phone-main .goal-card { margin-top: 20px; }
  .phone-main .phone-subbutton { display: none; }
  .feature-section { padding-top: 46px; }
  .feature-section h2 { font-size: 2.25rem; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
  .feature-card { min-height: 192px; padding: 22px 17px 17px; }
  .feature-card h3 { margin-top: 15px; }
  .how-copy { padding: 38px 24px; }
  .how-copy h2 { font-size: 2.65rem; }
  .explanation-demo { min-height: 530px; }
  .explanation-phone { left: 50%; width: 252px; height: 500px; transform: translateX(-50%); }
  .callout { display: none; }
  .habit-section { padding: 58px 0 24px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .section-heading-row h2 { font-size: 2.75rem; }
  .section-heading-row .button { width: 100%; }
  .progress-panel { margin-top: 24px; }
  .week-progress > div { justify-content: space-between; }
  .closing-section { min-height: 380px; align-items: flex-end; }
  .closing-art { background-position: center; }
  .closing-copy { width: 100%; padding: 30px 24px; background: rgba(251, 248, 244, .9); }
  .closing-copy h2 { font-size: 2.55rem; }
  .footer-tagline { display: none; }
  .footer-nav { gap: 18px; }
  .footer-legal { flex-wrap: wrap; }
  .footer-legal span { width: 100%; }
  .pricing-hero h1 { font-size: clamp(3.3rem, 16vw, 4.6rem); }
  .pricing-grid { grid-template-columns: 1fr; width: min(100% - 24px, 430px); }
  .price-card { min-height: 0; padding: 30px 24px; }
  .pricing-fineprint, .pricing-faq { width: min(100% - 32px, 430px); }
  .pricing-page > header .nav-link { display: none; }
  .pricing-page > header nav { gap: 12px; }
  .pricing-page > header .button { min-height: 39px; padding: .55rem .9rem; font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .text-link span { transition: none; }
}
