:root {
  color-scheme: light;
  --ink: oklch(24% 0.035 255);
  --muted: oklch(49% 0.025 250);
  --line: oklch(89% 0.016 245);
  --paper: oklch(98% 0.006 225);
  --surface: oklch(100% 0.004 230);
  --navy: oklch(35% 0.16 256);
  --navy-deep: oklch(25% 0.13 256);
  --red: oklch(58% 0.23 27);
  --green: oklch(61% 0.17 150);
  --amber: oklch(76% 0.15 75);
  --radius: 8px;
  --shadow: 0 16px 44px oklch(20% 0.04 255 / 0.12);
  --text-nav: 0.9rem;
  --text-button: 0.875rem;
  --text-label: 0.875rem;
  --text-body: 1rem;
  --text-page-title: clamp(3.15rem, 4.25vw, 4.35rem);
  font-family: "Avenir Next", Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: var(--text-body);
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.icon-sprite { position: absolute; overflow: hidden; }
.rs-icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--navy-deep);
  color: var(--surface);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid oklch(90% 0.012 250 / 0.8);
  background: oklch(99% 0.004 230 / 0.94);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(1460px, calc(100% - 28px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 168px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.site-nav a { color: var(--ink); font-size: var(--text-nav); font-weight: 600; line-height: 1; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--navy); }
.mobile-account-link { display: none; }
.nav-actions { display: flex; gap: 10px; }
.menu-button { display: none; }

.button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: var(--text-button);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms cubic-bezier(.22,1,.36,1), background-color 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible {
  outline: 3px solid oklch(72% 0.13 250 / 0.45);
  outline-offset: 2px;
}
.button-primary { background: var(--red); color: var(--surface); }
.button-primary:hover { background: oklch(52% 0.22 27); }
.button-secondary { border-color: var(--line); background: var(--surface); color: var(--navy); }
.button-quiet { background: oklch(94% 0.02 250); color: var(--navy); }
.button-ghost { border-color: oklch(78% .04 250); background: transparent; color: var(--surface); }
.button[disabled] { opacity: .52; cursor: not-allowed; transform: none; }

.hero { position: relative; min-height: min(704px, calc(100vh - 66px)); display: flex; align-items: center; overflow: hidden; background: var(--surface); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 6px; background: linear-gradient(90deg, var(--navy) 0 72%, var(--red) 72% 100%); }
.hero-copy { position: relative; z-index: 2; width: min(1460px, calc(100% - 108px)); margin: 0 auto; padding: 74px min(57%, 820px) 64px 0; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero h1, .page-hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--navy-deep);
  font-size: var(--text-page-title);
  line-height: .96;
  letter-spacing: 0;
}
.hero-lead { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin: 22px 0 0; color: var(--muted); font-size: .78rem; }
.hero-product-image { position: absolute; z-index: 1; right: max(36px, calc((100vw - 1460px) / 2)); bottom: 38px; width: min(48vw, 760px); max-width: none; filter: drop-shadow(0 32px 44px oklch(20% 0.05 255 / .16)); }
.store-release { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.store-release > span { color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.store-badges { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.store-badges img { width: auto; height: 40px; }
.hero-points { max-width: 620px; margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-points > div { min-height: 118px; padding: 14px 18px; border-left: 1px solid var(--line); }
.hero-points > div:first-child { padding-left: 0; border-left: 0; }
.hero-points strong { display: block; margin-top: 10px; color: var(--navy); font-size: .92rem; line-height: 1.2; }
.point-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid oklch(75% .04 250); border-radius: 50%; color: var(--navy); font-size: 1.08rem; }

.benefit-strip { background: var(--navy-deep); color: var(--surface); }
.benefit-inner { width: min(1300px, calc(100% - 72px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-inner > div { min-height: 154px; padding: 28px 30px; display: grid; align-items: center; grid-template-columns: 52px 1fr; gap: 18px; border-right: 1px solid oklch(52% 0.09 255 / .42); }
.benefit-inner > div:first-child { padding-left: 0; }
.benefit-inner > div:last-child { border-right: 0; }
.benefit-inner p { margin: 0; }
.benefit-inner .benefit-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid oklch(73% .05 250); border-radius: 50%; color: var(--surface); font-size: 1.25rem; }
.benefit-inner strong, .benefit-inner small { display: block; }
.benefit-inner strong { font-size: 1.1rem; }
.benefit-inner small { margin-top: 5px; color: oklch(77% 0.03 245); font-size: .74rem; line-height: 1.65; text-transform: uppercase; }

.section { padding: clamp(72px, 10vw, 132px) 0; }
.section-tight { padding: 64px 0; }
.section-ink { background: var(--navy-deep); color: var(--surface); }
.section-red { background: var(--red); color: var(--surface); }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { margin: 0; color: inherit; font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1; letter-spacing: 0; }
.section-heading p { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.1rem; }
.section-ink .section-heading p { color: oklch(80% 0.025 245); }
.section-heading.centered { max-width: 760px; margin-right: auto; margin-left: auto; display: block; text-align: center; }
.section-heading.centered h2 { font-size: clamp(2rem, 3.6vw, 3.4rem); }

.feature-rail { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 74px .8fr 1.2fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; }
.feature-number { color: var(--red); font-weight: 800; }
.feature-row h3 { margin: 0; color: var(--navy); font-size: 1.28rem; }
.feature-row p { margin: 0; color: var(--muted); max-width: 650px; }

.section-product { padding-bottom: 0; background: oklch(96% .015 250); }
.product-band { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(38px, 7vw, 96px); align-items: center; overflow: hidden; }
.product-copy { padding-bottom: 70px; }
.safety-image { padding: 26px 26px 0; background: oklch(96% 0.01 245); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.safety-image img { max-height: 720px; margin: 0 auto; object-fit: contain; }
.product-copy h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2.2rem, 4.6vw, 4.8rem); line-height: 1; }
.product-copy > p { color: var(--muted); font-size: 1.1rem; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { padding: 13px 0; border-bottom: 1px solid var(--line); display: flex; gap: 12px; }
.check-list li::before { content: "✓"; color: var(--green); font-weight: 900; }

.workspace-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid oklch(50% 0.08 255); }
.workspace-panel { min-height: 420px; padding: clamp(32px, 5vw, 64px); display: flex; flex-direction: column; align-items: flex-start; }
.workspace-panel + .workspace-panel { border-left: 1px solid oklch(50% 0.08 255); background: oklch(30% 0.13 256); }
.workspace-label { margin: 0 0 24px; color: var(--red); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.workspace-panel h3 { margin: 0; max-width: 500px; font-size: clamp(2rem, 3vw, 3.6rem); line-height: 1; }
.workspace-panel ul { width: 100%; margin: 28px 0 34px; padding: 0; list-style: none; color: oklch(80% 0.025 245); }
.workspace-panel li { padding: 10px 0; border-bottom: 1px solid oklch(50% 0.08 255); }
.workspace-panel .button { margin-top: auto; }
.launch-section { background: var(--surface); }
.launch-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; }
.launch-inner h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; }
.launch-inner p:not(.eyebrow) { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 1.1rem; }
.launch-actions { display: flex; gap: 10px; }

.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--red); font-size: .86rem; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; }

.how-section { background: oklch(96% .012 250); }
.how-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.how-grid::before { content: ""; position: absolute; top: 62px; left: 14%; right: 14%; border-top: 3px dashed var(--navy); opacity: .8; }
.how-step { position: relative; z-index: 1; text-align: center; }
.how-icon { width: 124px; height: 124px; margin: 0 auto 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--navy); box-shadow: var(--shadow); font-size: 2.2rem; }
.how-step h3 { margin: 0; color: var(--navy); font-size: 1rem; }
.how-step h3 span { color: var(--red); }
.how-step p { max-width: 320px; margin: 10px auto 0; color: var(--muted); font-size: .9rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-card > img { width: 100%; height: 220px; border-bottom: 1px solid var(--line); object-fit: cover; }
.feature-card > img:first-child { background: oklch(95% .012 250); }
.feature-card > img.feature-contain { object-fit: contain; object-position: center top; }
.feature-card > div { padding: 22px; }
.feature-card h3 { margin: 0; color: var(--navy); font-size: 1.08rem; line-height: 1.25; }
.feature-card p { min-height: 100px; margin: 12px 0 18px; color: var(--muted); font-size: .9rem; }

.workspace-icon { width: 42px; height: 42px; margin-bottom: 24px; display: grid; place-items: center; border: 1px solid oklch(62% .07 255); border-radius: var(--radius); font-size: 1.2rem; }
.workspace-panel > p:not(.workspace-label) { max-width: 530px; color: oklch(80% .025 245); }

.trust-section { background: oklch(96% .012 250); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.trust-grid article { min-height: 172px; padding: 24px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); }
.trust-grid strong { display: block; margin-top: 18px; color: var(--navy); font-size: .85rem; }
.trust-grid p { margin: 6px 0 0; color: var(--muted); font-size: .82rem; }

.journal-section { background: var(--surface); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.journal-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.journal-card-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.journal-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.journal-card:hover .journal-card-image img { transform: scale(1.02); }
.journal-card-body { padding: 24px; }
.journal-card-body h2, .journal-card-body h3 { margin: 0; color: var(--navy); font-size: 1.3rem; line-height: 1.2; }
.journal-card-body h2 a, .journal-card-body h3 a { text-decoration: none; }
.journal-card-body > p:not(.eyebrow) { margin: 12px 0 20px; color: var(--muted); }

.final-cta { background: var(--navy-deep); color: var(--surface); }
.final-cta-inner { min-height: 470px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.final-cta h2 { max-width: 500px; margin: 0; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1; }
.final-cta p:not(.eyebrow) { max-width: 520px; color: oklch(80% .025 245); }
.final-cta img { width: 100%; height: 330px; border: 1px solid oklch(48% .07 255); border-radius: var(--radius); object-fit: cover; }

.journal-hero { padding: 96px 0 72px; background: var(--navy-deep); color: var(--surface); }
.journal-hero h1 { max-width: 900px; margin: 0; font-size: var(--text-page-title); line-height: .96; }
.journal-hero p:not(.eyebrow) { max-width: 700px; margin: 22px 0 0; color: oklch(80% .025 245); font-size: 1.15rem; }
.article-page { padding-bottom: 100px; }
.article-header { max-width: 980px; padding-top: 84px; text-align: center; }
.article-back { display: inline-flex; margin-bottom: 28px; color: var(--navy); font-weight: 800; text-decoration: none; }
.article-header h1 { margin: 0; color: var(--navy-deep); font-size: var(--text-page-title); line-height: .98; }
.article-deck { max-width: 760px; margin: 24px auto 0; color: var(--muted); font-size: 1.2rem; }
.article-meta { margin-top: 24px; display: flex; justify-content: center; gap: 12px 24px; color: var(--muted); font-size: .84rem; }
.article-cover { margin-top: 54px; }
.article-cover img { width: 100%; max-height: 680px; border-radius: var(--radius); object-fit: cover; }
.article-layout { max-width: 980px; margin-top: 62px; display: grid; grid-template-columns: minmax(0, 680px) 240px; gap: 60px; align-items: start; }
.article-body h2 { margin: 2.2em 0 .6em; color: var(--navy-deep); font-size: 1.8rem; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin-top: 2em; color: var(--navy); }
.article-body p, .article-body li { color: oklch(36% .025 250); font-size: 1.05rem; line-height: 1.8; }
.article-body li { margin-bottom: 8px; }
.article-aside { position: sticky; top: 100px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: oklch(96% .012 250); }
.article-aside strong { color: var(--navy); }
.article-aside p { color: var(--muted); font-size: .86rem; }
.article-aside .button { width: 100%; font-size: .82rem; }

.page-hero { padding: clamp(72px, 8vw, 112px) 0 70px; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: var(--text-page-title); }
.page-hero p { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 1.15rem; }
.content-grid { display: grid; grid-template-columns: 240px minmax(0, 740px); gap: 60px; }
.content-nav { position: sticky; top: 104px; align-self: start; }
.content-nav a { display: block; padding: 8px 0; color: var(--muted); text-decoration: none; font-weight: 650; }
.prose h2 { margin: 2.4em 0 .5em; color: var(--navy-deep); font-size: 1.75rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2em; color: var(--navy); }
.prose p, .prose li { color: oklch(38% 0.025 250); }
.prose .notice { padding: 20px; border: 1px solid oklch(78% 0.12 75); background: oklch(96% 0.05 85); border-radius: var(--radius); color: var(--ink); }

.directory-tools { display: flex; gap: 12px; margin-bottom: 28px; }
.directory-tools input, .directory-tools select { min-height: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 0 14px; color: var(--ink); }
.directory-tools input { flex: 1; }
.business-list { border-top: 1px solid var(--line); }
.business-row { display: grid; grid-template-columns: 1fr 180px 150px; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.business-row h2 { margin: 0; font-size: 1.2rem; color: var(--navy); }
.business-row p { margin: 5px 0 0; color: var(--muted); font-size: .92rem; }
.tag { display: inline-flex; width: fit-content; padding: 4px 8px; border-radius: 999px; background: oklch(94% 0.025 250); color: var(--navy); font-size: .75rem; font-weight: 750; }

.form-shell { max-width: 720px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: var(--text-label); font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid oklch(83% 0.02 250);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  padding: 11px 13px;
}
.field textarea { min-height: 150px; resize: vertical; }
.field-hint { margin: 0; color: var(--muted); font-size: .78rem; }
.form-status { min-height: 24px; margin-top: 14px; color: var(--muted); font-weight: 650; }
.form-status[data-state="success"] { color: var(--green); }
.form-status[data-state="error"] { color: var(--red); }
.honeypot { position: absolute; left: -9999px; }

.site-footer { padding: 54px 0 30px; background: oklch(20% 0.06 256); color: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 34px; }
.footer-brand img { width: 180px; }
.footer-brand p { max-width: 340px; color: oklch(76% 0.025 245); font-size: .9rem; }
.footer-column strong { display: block; margin-bottom: 12px; }
.footer-column a { display: block; padding: 4px 0; color: oklch(76% 0.025 245); text-decoration: none; font-size: .9rem; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid oklch(42% 0.05 255); color: oklch(68% 0.025 245); font-size: .82rem; display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 900px) {
  .nav-shell { min-height: 64px; }
  .site-nav, .nav-actions .button-secondary { display: none; }
  .menu-button { margin-left: auto; display: inline-flex; width: 44px; height: 44px; border: 0; border-radius: 50%; align-items: center; justify-content: center; background: oklch(94% 0.02 250); color: var(--navy); }
  .site-nav[data-open="true"] { position: absolute; top: 64px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 20px 22px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav[data-open="true"] a { min-height: 46px; display: flex; align-items: center; font-size: 1rem; }
  .site-nav[data-open="true"] .mobile-account-link { color: var(--navy); }
  .site-nav[data-open="true"] .mobile-account-link:first-of-type { margin-top: 8px; border-top: 1px solid var(--line); }
  .hero { min-height: 780px; align-items: flex-start; }
  .hero-copy { width: min(100% - 48px, 760px); padding: 62px 0 370px; }
  .hero-product-image { right: 50%; bottom: 0; width: min(720px, 92vw); transform: translateX(50%); }
  .benefit-inner { grid-template-columns: 1fr 1fr; }
  .benefit-inner > div { border-bottom: 1px solid oklch(52% 0.09 255 / .42); }
  .section-heading, .product-band, .content-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; }
  .product-band { gap: 12px; }
  .product-copy { padding-bottom: 10px; }
  .content-nav { position: static; display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .workspace-grid { grid-template-columns: 1fr; }
  .workspace-panel + .workspace-panel { border-left: 0; border-top: 1px solid oklch(50% 0.08 255); }
  .launch-inner { grid-template-columns: 1fr; align-items: start; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article, .trust-grid article:last-child { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .final-cta-inner { grid-template-columns: 1fr; padding: 70px 0; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .nav-shell, .shell, .benefit-inner { width: min(100% - 28px, 1180px); }
  .brand img { width: 148px; }
  .nav-actions .button-primary { display: none; }
  .hero { min-height: auto; flex-direction: column; align-items: stretch; }
  .hero h1, .page-hero h1 { font-size: 2.75rem; }
  .hero-copy { order: 2; padding-top: 22px; padding-bottom: 30px; }
  .hero-product-image { position: relative; order: 1; right: auto; bottom: auto; width: 100%; max-height: 210px; margin-top: 14px; object-fit: contain; transform: none; filter: none; }
  .hero-actions .button { width: 100%; }
  .store-badges img { height: 34px; }
  .hero-points, .hero-note { display: none; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-points > div { min-height: auto; padding: 13px 0; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-points strong { margin-top: 0; }
  .benefit-inner { grid-template-columns: 1fr; }
  .benefit-inner > div { min-height: 96px; padding: 18px 0; border-right: 0; }
  .feature-row { grid-template-columns: 42px 1fr; gap: 14px; }
  .feature-row p { grid-column: 2; }
  .how-grid { grid-template-columns: 1fr; gap: 34px; }
  .how-grid::before { display: none; }
  .how-step { display: grid; grid-template-columns: 72px 1fr; column-gap: 16px; text-align: left; }
  .how-icon { width: 72px; height: 72px; margin: 0; grid-row: 1 / 3; font-size: 1.5rem; }
  .how-step p { max-width: none; margin: 8px 0 0; }
  .feature-grid, .journal-grid { grid-template-columns: 1fr; }
  .feature-card p { min-height: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:last-child { min-height: auto; border-right: 0; }
  .final-cta img { height: 240px; }
  .journal-hero { padding: 66px 0 54px; }
  .journal-hero h1 { font-size: 2.75rem; }
  .article-header { padding-top: 54px; text-align: left; }
  .article-header h1 { font-size: 2.6rem; }
  .article-deck { font-size: 1.05rem; }
  .article-meta { justify-content: flex-start; flex-direction: column; gap: 4px; }
  .article-cover { width: 100%; margin-top: 36px; }
  .article-cover img { border-radius: 0; }
  .article-layout { margin-top: 42px; }
  .business-row { grid-template-columns: 1fr; gap: 10px; }
  .directory-tools, .footer-bottom { flex-direction: column; }
  .launch-actions { align-items: stretch; flex-direction: column; }
  .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}

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