:root {
  --ink: #10242b;
  --muted: #5d6d70;
  --navy: #082f49;
  --navy-deep: #06263b;
  --green: #3d8b38;
  --green-bright: #65aa45;
  --sage: #e8f0e5;
  --cream: #f8f5ed;
  --white: #ffffff;
  --line: #dce5e3;
  --shadow: 0 24px 70px rgba(8, 47, 73, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fcfdfb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: #fff; }
.skip-link:focus { transform: none; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  width: min(1240px, calc(100% - 32px));
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo { display: block; width: 128px; height: auto; mix-blend-mode: multiply; }
.footer-brand .brand-logo { width: 118px; }
.brand strong, .footer-brand strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 15px; letter-spacing: .12em; }
.brand small, .footer-brand small { display: block; margin-top: 2px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-buy):hover { color: var(--green); }
.nav-buy { padding: 13px 19px; border-radius: 99px; background: var(--navy); color: #fff; }
.nav-buy:hover { background: var(--green); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--navy); padding: 12px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px 70px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 96px;
}
.hero::before { content: ""; position: absolute; inset: 0 50% 32% -100vw; z-index: -1; background: linear-gradient(110deg, var(--cream), #fff); border-radius: 0 0 120px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--green); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-weight: 600; letter-spacing: -.035em; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(48px, 6.5vw, 82px); line-height: .98; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; }
h3 { color: var(--navy); font-size: 22px; }
.hero-intro { max-width: 620px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border-radius: 8px; text-decoration: none; font-weight: 800; box-shadow: 0 10px 24px rgba(8,47,73,.12); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--green); }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 6px; }
.trust-list { display: flex; gap: 0; padding: 0; margin: 46px 0 0; list-style: none; }
.trust-list li { min-width: 126px; padding-right: 25px; margin-right: 25px; border-right: 1px solid var(--line); }
.trust-list li:last-child { border: 0; }
.trust-list strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 22px; }
.trust-list span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: linear-gradient(145deg, #dfeedd, #bcd5b5); box-shadow: inset 0 0 0 1px rgba(61,139,56,.08); z-index: -3; }
.visual-orbit { position: absolute; border: 1px solid rgba(8,47,73,.12); border-radius: 50%; z-index: -2; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 350px; height: 350px; border-style: dashed; }
.product-photo {
  position: relative;
  z-index: 1;
  width: min(340px, 78%);
  height: auto;
  border-radius: 9px;
  box-shadow: 0 32px 38px rgba(8,47,73,.20);
  transform: rotate(-2deg);
}
.product-tub { position: relative; width: 255px; height: 365px; filter: drop-shadow(0 36px 25px rgba(8,47,73,.22)); transform: rotate(-3deg); }
.tub-lid { position: absolute; top: 0; left: -5px; width: 265px; height: 55px; border-radius: 22px 22px 10px 10px; background: linear-gradient(90deg,#e7e9e7,#fff 45%,#d8dddc); box-shadow: inset 0 -8px 10px rgba(8,47,73,.08); }
.tub-lid span { position: absolute; inset: 13px 0 auto; height: 2px; background: rgba(8,47,73,.10); box-shadow: 0 8px 0 rgba(8,47,73,.08), 0 16px 0 rgba(8,47,73,.06); }
.tub-body { position: absolute; inset: 45px 0 0; overflow: hidden; border-radius: 13px 13px 35px 35px; background: linear-gradient(90deg,#e9eceb,#fff 24%,#fff 72%,#dfe4e2); box-shadow: inset 0 -15px 18px rgba(8,47,73,.08); text-align: center; }
.tub-body::before { content: ""; position: absolute; inset: 35px 12px 24px; border-radius: 4px; background: linear-gradient(#fff 0 62%, var(--navy) 62% 83%, var(--green) 83%); box-shadow: 0 2px 8px rgba(8,47,73,.1); }
.label-top, .label-rule, .label-name, .label-detail, .label-seal, .label-weight { position: absolute; z-index: 1; left: 50%; transform: translateX(-50%); }
.label-top { top: 61px; color: var(--navy); font-family: Georgia, serif; font-size: 13px; font-weight: 800; letter-spacing: .14em; white-space: nowrap; }
.label-rule { top: 86px; width: 80px; height: 2px; background: var(--green); }
.label-name { top: 103px; color: var(--navy); font-family: Georgia, serif; font-size: 27px; line-height: .92; font-weight: 700; }
.label-detail { top: 165px; color: #66787b; font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.label-seal { top: 205px; display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; background: var(--green); color: #fff; font-family: Georgia, serif; font-size: 19px; font-weight: 700; }
.label-seal small { display: block; font-family: ui-sans-serif, system-ui; font-size: 6px; letter-spacing: .08em; }
.label-weight { bottom: 31px; color: #fff; font-weight: 900; letter-spacing: .08em; }
.ingredient-chip { position: absolute; padding: 12px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--muted); box-shadow: 0 12px 30px rgba(8,47,73,.12); backdrop-filter: blur(7px); font-size: 13px; }
.ingredient-chip b { color: var(--navy); }
.chip-one { top: 95px; right: 2px; }
.chip-two { bottom: 86px; left: 10px; }
.leaf { position: absolute; width: 52px; height: 84px; border-radius: 100% 0 100% 0; background: var(--green); opacity: .82; z-index: -1; }
.leaf-one { left: 55px; top: 120px; transform: rotate(-25deg); }
.leaf-two { right: 50px; bottom: 120px; transform: rotate(150deg) scale(.75); }

.calculator-card { grid-column: 1 / -1; margin-top: 10px; padding: 35px 40px 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.calculator-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 26px; }
.calculator-heading h2 { margin: 0; font-size: 32px; }
.calculator-heading .eyebrow { margin-bottom: 10px; }
.calculator-price { text-align: right; }
.calculator-price small { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calculator-price strong { color: var(--navy); font-family: Georgia, serif; font-size: 28px; }
.weight-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.weight-row label { color: var(--navy); font-weight: 800; }
.weight-input { display: flex; align-items: center; border: 1px solid #cbd9d6; border-radius: 8px; background: #fff; }
.weight-input:focus-within { outline: 3px solid rgba(101,170,69,.2); border-color: var(--green); }
.weight-input input { width: 78px; padding: 10px 0 10px 14px; border: 0; outline: 0; color: var(--navy); font-size: 18px; font-weight: 800; }
.weight-input span { padding-right: 13px; color: var(--muted); font-size: 13px; font-weight: 800; }
.weight-slider { width: 100%; margin: 22px 0 0; accent-color: var(--green); }
.range-labels { display: flex; justify-content: space-between; color: #829090; font-size: 10px; }
.calculator-results { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; margin-top: 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.calculator-results > div { padding: 18px; background: #fff; }
.calculator-results small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.calculator-results strong { color: var(--navy); font-family: Georgia, serif; font-size: 22px; }
.calculator-results .highlight-result { background: var(--navy); }
.calculator-results .highlight-result small { color: #b9d3d7; }
.calculator-results .highlight-result strong { color: #fff; }
.duration-note { margin: 14px 0 4px; color: var(--green); font-weight: 800; }
.assumption-note { margin: 5px 0 0; color: #738083; font-size: 11px; line-height: 1.5; }
.calculator-error { margin: 8px 0 0; color: #a02f2f; font-size: 13px; font-weight: 700; }
.calculator-results[aria-hidden="true"] { opacity: .3; }

.inside-section { padding-top: 110px; padding-bottom: 110px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.split-heading h2 { max-width: 650px; margin-bottom: 0; }
.split-heading > p { max-width: 490px; margin-bottom: 8px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.ingredient-grid { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 18px; }
.ingredient-card, .analysis-card { min-height: 285px; padding: 30px; border-radius: 16px; }
.ingredient-card { display: flex; flex-direction: column; justify-content: space-between; background: var(--sage); }
.parsley-card { background: var(--cream); }
.ingredient-number { color: var(--navy); font-family: Georgia, serif; font-size: 70px; line-height: 1; }
.ingredient-card p { margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.card-kicker { margin-bottom: 8px !important; color: var(--green) !important; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ingredient-card h3, .analysis-card h3 { margin-bottom: 8px; }
.analysis-card { background: var(--navy); color: #fff; }
.analysis-card h3 { color: #fff; }
.analysis-card dl { margin: 20px 0 14px; }
.analysis-card dl > div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.analysis-card dt { color: #c8d9dc; }
.analysis-card dd { margin: 0; font-weight: 800; }
.analysis-card .iodine-row { margin-top: 5px; padding: 12px 10px; border: 0; border-radius: 7px; background: rgba(101,170,69,.25); }
.analysis-note { margin-bottom: 0; color: #c8d9dc; font-size: 11px; line-height: 1.5; }
.value-panel { display: grid; grid-template-columns: .86fr 1.14fr; gap: 65px; margin-top: 70px; padding: 58px; border-radius: 24px; background: var(--navy-deep); color: #fff; }
.eyebrow-light { color: #8bc66b; }
.value-panel h2 { color: #fff; }
.value-copy > p:not(.eyebrow) { color: #c6d7da; font-size: 16px; line-height: 1.65; }
.value-price { display: flex; gap: 16px; align-items: center; margin-top: 28px; }
.value-price strong { font-family: Georgia, serif; font-size: 43px; }
.value-price span { color: #c6d7da; font-size: 12px; line-height: 1.4; }
.pack-chart { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.04); }
.bar-row { margin-bottom: 21px; }
.bar-label { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 8px; font-size: 13px; }
.bar-label b { color: #a8d28f; }
.bar-track { height: 9px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.11); }
.bar-track span { display: block; height: 100%; min-width: 4px; border-radius: inherit; background: #7d9da4; }
.bar-row small { display: block; margin-top: 5px; color: #9fb5ba; font-size: 10px; }
.featured-bar { margin-top: 27px; }
.featured-bar .bar-label { font-weight: 900; }
.featured-bar .bar-track { height: 13px; }
.featured-bar .bar-track span { background: var(--green-bright); }
.comparison-note { margin: 18px 0 0; color: #9fb5ba; font-size: 10px; }

.guidance-section { padding-top: 100px; padding-bottom: 60px; }
.guidance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.guidance-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.guidance-copy .button { margin-top: 15px; }
.feeding-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 20px 50px rgba(8,47,73,.09); }
.feeding-table-wrap table { width: 100%; border-collapse: collapse; }
.feeding-table-wrap caption { padding: 22px 26px; background: var(--navy); color: #fff; text-align: left; font-family: Georgia, serif; font-size: 25px; font-weight: 700; }
.feeding-table-wrap th, .feeding-table-wrap td { padding: 17px 26px; border-bottom: 1px solid var(--line); text-align: left; }
.feeding-table-wrap th { color: var(--muted); background: #f7faf9; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.feeding-table-wrap td:last-child { color: var(--navy); font-family: Georgia, serif; font-size: 20px; font-weight: 700; }
.feeding-table-wrap td b, .feeding-table-wrap td span { display: block; }
.feeding-table-wrap td span { margin-top: 2px; color: var(--muted); font-size: 12px; }
.feeding-table-wrap > p { margin: 0; padding: 15px 26px; color: var(--muted); background: #f7faf9; font-size: 10px; line-height: 1.5; }
.safety-panel { display: grid; grid-template-columns: auto 1fr; gap: 24px; margin-top: 80px; padding: 36px; border: 1px solid #e6d9b8; border-radius: 18px; background: #fffaf0; }
.safety-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 2px solid #b98123; border-radius: 50%; color: #9c6916; font-family: Georgia, serif; font-size: 25px; font-weight: 800; }
.safety-panel h3 { margin-bottom: 16px; }
.safety-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 35px; margin: 0; padding-left: 19px; color: #586568; font-size: 13px; line-height: 1.55; }

.learn-section { padding-top: 90px; padding-bottom: 80px; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.guide-card { display: flex; flex-direction: column; min-height: 285px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.guide-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(8,47,73,.1); }
.guide-card span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.guide-card h3 { margin: 18px 0 10px; font-family: Georgia, serif; font-size: 25px; line-height: 1.12; }
.guide-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.guide-card b { margin-top: auto; color: var(--navy); font-size: 13px; }
.featured-guide { background: var(--navy); }
.featured-guide h3, .featured-guide b { color: #fff; }
.featured-guide p { color: #c8d9dc; }
.all-guides-link { margin: 28px 0 0; text-align: right; }

.article-hero { padding: 70px 0 58px; background: linear-gradient(120deg, var(--cream), #fff); }
.article-shell { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.article-wide { width: min(1080px, calc(100% - 40px)); }
.breadcrumb { margin-bottom: 30px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--green); text-underline-offset: 3px; }
.article-hero h1 { max-width: 900px; font-size: clamp(43px, 6vw, 72px); }
.article-standfirst { max-width: 780px; margin-bottom: 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.article-body { padding-top: 58px; padding-bottom: 80px; font-size: 17px; line-height: 1.78; }
.article-body h2 { margin-top: 55px; font-size: clamp(30px, 4vw, 43px); }
.article-body h3 { margin-top: 34px; }
.article-body p, .article-body li { color: #405255; }
.article-body a { color: var(--green); font-weight: 700; text-underline-offset: 4px; }
.article-summary, .article-callout { margin: 0 0 38px; padding: 28px 30px; border-radius: 14px; background: var(--sage); }
.article-summary h2, .article-callout h2 { margin-top: 0; font-size: 29px; }
.article-callout { margin-top: 40px; background: #fff8e9; border: 1px solid #eadbb9; }
.article-table-wrap { overflow-x: auto; margin: 32px 0; border: 1px solid var(--line); border-radius: 14px; }
.article-table { width: 100%; min-width: 650px; border-collapse: collapse; background: #fff; font-size: 14px; line-height: 1.5; }
.article-table th, .article-table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th { background: var(--navy); color: #fff; }
.article-table tr:last-child td { border-bottom: 0; }
.article-cta { margin-top: 55px; padding: 34px; border-radius: 18px; background: var(--navy); color: #fff; }
.article-cta h2 { margin-top: 0; color: #fff; }
.article-cta p { color: #c8d9dc; }
.article-cta .button { color: #fff; background: var(--green); }
.source-list { padding-top: 25px; border-top: 1px solid var(--line); font-size: 13px; }
.source-list li { margin-bottom: 8px; }
.guide-hub { padding-top: 70px; padding-bottom: 90px; }
.guide-hub .guide-grid { grid-template-columns: repeat(3, 1fr); }
.article-nav { display: flex; }

.site-footer { width: min(1240px, calc(100% - 32px)); margin: 50px auto 0; padding: 28px 0 38px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--muted); font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer > a { color: var(--navy); font-weight: 800; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 68px; left: 16px; right: 16px; z-index: 30; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: flex; }
  .article-nav { position: static; display: flex; flex-direction: row; width: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .article-nav a { padding: 10px; }
  .site-nav a { padding: 14px; }
  .nav-buy { margin-top: 4px; text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero::before { inset: 0 -20px 65% -20px; border-radius: 0 0 60px 60px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-visual { min-height: 450px; }
  .calculator-card { margin-top: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }
  .analysis-card { grid-column: 1 / -1; }
  .value-panel, .guidance-grid { grid-template-columns: 1fr; gap: 45px; }
  .guide-grid, .guide-hub .guide-grid { grid-template-columns: 1fr 1fr; }
  .guidance-grid { gap: 50px; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .brand strong { font-size: 13px; }
  h1 { font-size: 47px; }
  h2 { font-size: 37px; }
  .hero { gap: 20px; padding-bottom: 70px; }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .trust-list li { min-width: auto; flex: 1; padding-right: 10px; margin-right: 10px; }
  .trust-list strong { font-size: 18px; }
  .hero-visual { min-height: 390px; transform: scale(.88); margin: -25px -25px; }
  .hero-visual::before { width: 340px; height: 340px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 310px; height: 310px; }
  .product-photo { width: min(330px, 84%); }
  .chip-one { right: 12px; top: 65px; }
  .chip-two { left: 8px; bottom: 60px; }
  .calculator-card { padding: 25px 18px 20px; border-radius: 16px; }
  .calculator-heading { align-items: start; }
  .calculator-heading h2 { font-size: 26px; }
  .calculator-price strong { font-size: 23px; }
  .calculator-results { grid-template-columns: 1fr 1fr; }
  .inside-section, .guidance-section { padding-top: 80px; padding-bottom: 70px; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .analysis-card { grid-column: auto; }
  .ingredient-card, .analysis-card { min-height: 250px; }
  .value-panel { margin-top: 45px; padding: 30px 20px; }
  .pack-chart { padding: 20px 16px; }
  .safety-panel { grid-template-columns: 1fr; padding: 26px 22px; }
  .safety-panel ul { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; text-align: center; }
  .guide-grid, .guide-hub .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 230px; }
  .article-hero { padding-top: 45px; }
  .article-hero h1 { font-size: 43px; }
  .article-standfirst { font-size: 17px; }
  .article-nav a:not(.nav-buy) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
