@font-face { font-family: "CoffeeFallback"; src: local("Georgia"); font-display: swap; }

:root {
  --ink: #17201a;
  --forest: #173b2a;
  --forest-2: #214b36;
  --cream: #f4efdf;
  --paper: #fbfaf5;
  --sand: #ded3b9;
  --orange: #b2471f;
  --orange-light: #f1a47e;
  --line: rgba(23, 32, 26, .16);
  --muted: #626a63;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", CoffeeFallback, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--paper); background: var(--orange); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; background: var(--forest); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: -.04em; line-height: 1; text-decoration: none; }
.brand em { color: var(--orange); font-style: normal; }
.site-header .brand em, .site-footer .brand em { color: var(--orange-light); }
.brand-mark { position: relative; width: 29px; height: 29px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark::before, .brand-mark::after, .brand-mark span::before { content: ""; position: absolute; width: 6px; height: 13px; border: 1px solid currentColor; border-radius: 50%; transform: rotate(32deg); }
.brand-mark::before { left: 7px; top: 7px; }
.brand-mark::after { right: 7px; top: 7px; transform: rotate(-32deg); }
.brand-mark span::before { left: -3px; top: -6px; transform: rotate(90deg) scale(.72); opacity: .55; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--orange); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button i { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }

.eyebrow { display: inline-block; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: #f1a47e; }
.hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: var(--forest); }
.hero::after { content: ""; position: absolute; right: -100px; bottom: -250px; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(48px, 7vw, 100px); padding-block: 72px 88px; }
.hero-copy h1 { max-width: 650px; margin: 22px 0 28px; font-family: var(--serif); font-size: clamp(58px, 6.7vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.hero-copy h1 em { color: var(--sand); font-style: italic; font-weight: 400; }
.hero-copy > p { max-width: 530px; margin: 0; color: rgba(255,255,255,.7); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--forest); color: #fff; background: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-2); }
.button-cream { border-color: var(--cream); color: var(--forest); background: var(--cream); }
.button-cream:hover { background: #fff; }
.button-small { min-height: 40px; padding: 8px 14px; }
.link-arrow { display: inline-flex; align-items: center; gap: 20px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.link-arrow span { color: var(--orange); font-size: 18px; transition: transform .2s ease; }
.link-arrow:hover span { transform: translateX(4px); }
.light-link { color: #fff; }
.light-link span { color: var(--orange-light); }
.hero-photo { position: relative; margin: 0; }
.hero-photo::before { content: ""; position: absolute; z-index: -1; top: -25px; right: 24px; width: 60%; height: calc(100% + 50px); border: 1px solid rgba(255,255,255,.16); }
.hero-photo img { width: 100%; height: 490px; object-fit: cover; filter: saturate(.83) contrast(1.02); }
.hero-photo figcaption { position: absolute; right: 20px; bottom: 18px; max-width: 230px; padding: 12px 15px; color: rgba(255,255,255,.75); background: rgba(14,36,25,.84); font-size: 11px; letter-spacing: .04em; backdrop-filter: blur(8px); }
.hero-stamp { position: absolute; z-index: 3; bottom: 42px; left: max(24px, calc((100vw - 1180px) / 2 - 62px)); width: 82px; height: 82px; display: grid; grid-template-columns: 1fr 1fr; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: rotate(-12deg); }
.hero-stamp > span { font-family: var(--serif); font-size: 30px; }
.hero-stamp small { font-size: 7px; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }

.intro-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.intro-strip .shell { min-height: 265px; display: grid; grid-template-columns: .35fr 1fr .85fr; align-items: center; gap: 52px; }
.intro-strip .shell > p { align-self: start; margin: 72px 0 0; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.intro-strip h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 54px); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.intro-strip .shell > div > p { color: var(--muted); }
.section { padding-block: 105px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-head h2 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 64px); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 24px; }
.article-card { min-width: 0; }
.card-image { position: relative; display: block; aspect-ratio: 1.42; overflow: hidden; background: var(--sand); }
.card-image::after { content: "Lire"; position: absolute; right: 18px; bottom: 18px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--cream); font-size: 9px; font-weight: 800; letter-spacing: .08em; opacity: 0; transform: translateY(10px); text-transform: uppercase; transition: .25s ease; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.6,.2,1); }
.article-card:hover .card-image img { transform: scale(1.035); }
.article-card:hover .card-image::after { opacity: 1; transform: none; }
.card-body { padding-top: 20px; }
.card-body h3 { margin: 10px 0; font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.card-body h3 a { text-decoration: none; }
.card-body h3 a:hover { color: var(--forest-2); }
.card-body > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.card-meta { display: flex; gap: 20px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.card-meta span + span::before { content: "•"; margin-right: 20px; color: var(--orange); }

.method-band { color: #fff; background: var(--forest); }
.method-grid { min-height: 710px; display: grid; grid-template-columns: 1fr 1fr; }
.method-photo { position: relative; align-self: stretch; margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); }
.method-photo img { width: 100%; height: 100%; min-height: 710px; object-fit: cover; filter: saturate(.75); }
.method-photo > span { position: absolute; bottom: 30px; left: 30px; padding: 10px 14px; background: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.method-copy { align-self: center; padding: 80px 0 80px clamp(55px, 8vw, 120px); }
.method-copy h2 { margin: 18px 0 24px; font-family: var(--serif); font-size: clamp(52px, 5.5vw, 76px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.method-copy > p { max-width: 470px; margin-bottom: 32px; color: rgba(255,255,255,.7); }
.method-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 60px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.method-copy dl div { display: flex; flex-direction: column; }
.method-copy dt { font-family: var(--serif); font-size: 30px; }
.method-copy dd { margin: 4px 0 0; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-section { padding-bottom: 130px; }
.topic-grid { border-top: 1px solid var(--line); }
.topic-grid a { display: grid; grid-template-columns: 80px 1fr 40px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.topic-grid a:hover { padding-inline: 12px; color: var(--orange); }
.topic-grid span { color: var(--orange); font-size: 10px; font-weight: 800; }
.topic-grid strong { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.03em; }
.topic-grid i { font-size: 24px; font-style: normal; }

.page-hero { color: #fff; background: var(--forest); }
.page-hero .shell { padding-block: 88px 98px; }
.page-hero.compact .shell { max-width: 910px; margin-left: max(24px, calc((100vw - 1180px) / 2)); }
.page-hero h1 { max-width: 900px; margin: 18px 0 20px; font-family: var(--serif); font-size: clamp(58px, 7vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.page-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; }
.guide-library { padding-top: 64px; }
.filters { display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; align-items: end; gap: 32px 55px; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.filters > label { grid-column: 1; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.search-box { position: relative; grid-column: 1; }
.search-box span { position: absolute; top: 50%; left: 15px; font-size: 25px; transform: translateY(-55%); }
.search-box input { width: 100%; min-height: 52px; padding: 10px 16px 10px 47px; border: 1px solid var(--line); outline: 0; background: #fff; }
.search-box input:focus { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(23,59,42,.12); }
.filter-buttons { grid-row: 1 / span 2; grid-column: 2; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-buttons button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 50px; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.filter-buttons button:hover, .filter-buttons button.active { border-color: var(--forest); color: #fff; background: var(--forest); }
.results-count { margin: 0 0 32px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-card[hidden] { display: none; }
.empty-state { padding: 55px; border: 1px dashed var(--line); text-align: center; }

.article-top { color: #fff; background: var(--forest); }
.article-top-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 7vw, 100px); align-items: center; padding-block: 58px 72px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 45px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.article-heading h1 { margin: 17px 0 24px; font-family: var(--serif); font-size: clamp(50px, 5.5vw, 76px); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.article-heading > p { max-width: 650px; color: rgba(255,255,255,.68); font-size: 17px; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.author-avatar { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-family: var(--serif); font-size: 21px; }
.article-byline div { display: flex; flex-direction: column; }
.article-byline strong { font-size: 12px; }
.article-byline div span { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.article-top figure { margin: 0; }
.article-top figure img { width: 100%; aspect-ratio: 1.08; object-fit: cover; }
.article-top figcaption { margin-top: 8px; color: rgba(255,255,255,.42); font-size: 9px; text-align: right; }
.reading-progress { position: fixed; z-index: 60; top: 77px; left: 0; width: 100%; height: 2px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--orange); }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); justify-content: center; gap: 80px; padding-block: 82px 30px; }
.article-aside { position: sticky; top: 120px; align-self: start; }
.article-aside > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.article-aside nav { display: flex; flex-direction: column; margin: 16px 0 25px; border-top: 1px solid var(--line); }
.article-aside nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.35; text-decoration: none; }
.article-aside nav a:hover { color: var(--orange); }
.article-aside > a { display: flex; justify-content: space-between; padding: 13px 0; color: var(--forest); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.article-aside > a b { color: var(--orange); }
.article-content { min-width: 0; font-family: var(--serif); font-size: 19px; line-height: 1.78; }
.article-content .article-lead { margin: 0 0 44px; padding-bottom: 37px; border-bottom: 1px solid var(--line); font-size: 25px; line-height: 1.5; }
.article-content h2 { margin: 55px 0 18px; color: var(--forest); font-family: var(--serif); font-size: 37px; font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.article-content p { margin: 0 0 24px; }
.article-content ul, .article-content ol { margin: 20px 0 30px; padding-left: 28px; }
.article-content li { margin: 8px 0; padding-left: 6px; }
.article-content a { color: var(--forest-2); }
.article-content .tip, .article-content .disclosure { margin: 38px 0; padding: 24px 28px; border-left: 3px solid var(--orange); background: var(--cream); font-family: var(--sans); font-size: 14px; line-height: 1.65; }
.article-content .disclosure { border-color: var(--forest); }
.table-wrap { margin: 30px 0; overflow-x: auto; }
.article-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 13px; line-height: 1.45; }
.article-content th, .article-content td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { color: #fff; background: var(--forest); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.article-content tbody tr:nth-child(even) { background: rgba(222,211,185,.23); }
.article-faq { margin-top: 70px; }
.article-faq details { border-top: 1px solid var(--line); font-family: var(--sans); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary span { color: var(--orange); font-size: 20px; transition: transform .2s ease; }
.article-faq details[open] summary span { transform: rotate(45deg); }
.article-faq details p { padding: 0 35px 22px 0; color: var(--muted); font-size: 15px; }
.article-note { margin-top: 65px; padding: 28px; border: 1px solid var(--line); background: #fff; font-family: var(--sans); font-size: 13px; }
.article-note > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.article-note p { margin: 10px 0; }
.article-note a { font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.related { padding-top: 65px; }

.calculator-hero { position: relative; overflow: hidden; }
.calculator-hero::after { content: "1:16"; position: absolute; right: 6vw; bottom: -45px; color: rgba(255,255,255,.055); font-family: var(--serif); font-size: 210px; letter-spacing: -.08em; line-height: 1; }
.calculator-section { padding-block: 85px; background: var(--cream); }
.calculator-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.calculator-card { padding: 42px; color: #fff; background: var(--forest); box-shadow: 14px 14px 0 var(--sand); }
.calc-step { margin-bottom: 30px; }
.calc-step label, .calc-step > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.calc-step select, .number-field { width: 100%; min-height: 52px; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); color: #fff; background: transparent; font-family: var(--serif); font-size: 25px; }
.calc-step select { appearance: none; padding: 5px 34px 5px 0; background-image: linear-gradient(45deg, transparent 50%, #fff 50%),linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 15px) 23px,calc(100% - 9px) 23px; background-size: 6px 6px; background-repeat: no-repeat; }
.calc-step select option { color: var(--ink); background: #fff; }
.number-field { display: flex; align-items: center; }
.number-field input { min-width: 0; flex: 1; border: 0; outline: 0; color: #fff; background: transparent; font-family: var(--serif); font-size: 29px; }
.number-field span { color: rgba(255,255,255,.5); font-size: 14px; }
.range { width: 100%; margin-top: 18px; accent-color: var(--orange); }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.25); }
.segmented button { padding: 9px 5px; border: 0; border-right: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.65); background: transparent; font-size: 11px; cursor: pointer; }
.segmented button:last-child { border-right: 0; }
.segmented button.active { color: var(--forest); background: var(--cream); }
.calc-result { margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.25); }
.calc-result > span { color: #f1a47e; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.calc-result > strong { display: block; margin-top: 7px; font-family: var(--serif); font-size: 76px; font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.calc-result > strong b { font-weight: 400; }
.calc-result > p { margin: 7px 0 20px; color: rgba(255,255,255,.6); }
.calc-result > div { display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.14); }
.calc-result small { color: rgba(255,255,255,.5); }
.calculator-help h2 { margin: 17px 0 24px; font-family: var(--serif); font-size: clamp(50px, 5vw, 68px); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.calculator-help > p { color: var(--muted); }
.calculator-help dl { margin: 35px 0; border-top: 1px solid var(--line); }
.calculator-help dl div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.calculator-help dt { font-weight: 750; }
.calculator-help dd { margin: 0; color: var(--muted); font-size: 14px; }
.calc-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.calc-notes > div { padding-top: 20px; border-top: 1px solid var(--line); }
.calc-notes span { color: var(--orange); font-size: 10px; font-weight: 800; }
.calc-notes h2 { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.calc-notes p { color: var(--muted); font-size: 14px; }

.prose-page { max-width: 830px; padding-block: 80px 120px; font-family: var(--serif); font-size: 19px; }
.prose-page h2 { margin: 48px 0 15px; color: var(--forest); font-size: 36px; font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.prose-page p { margin: 0 0 20px; }
.prose-page li { margin-bottom: 8px; }
.prose-page a { color: var(--forest-2); }
.prose-page .small { color: var(--muted); font-family: var(--sans); font-size: 12px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-bottom: 60px; padding: 42px; background: var(--cream); }
.contact-card h2 { margin-top: 0; font-size: 29px; }
.contact-email { display: flex; justify-content: space-between; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: 17px; font-weight: 700; text-decoration: none; }
.credits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 38px 0; }
.credits-grid article { background: #fff; box-shadow: 0 5px 22px rgba(23,32,26,.08); }
.credits-grid img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.credits-grid article div { display: flex; flex-direction: column; padding: 17px; font-family: var(--sans); }
.credits-grid span { color: var(--muted); font-size: 11px; }
.credits-grid a { margin-top: 9px; font-size: 11px; font-weight: 750; text-decoration: none; text-transform: uppercase; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found > span { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.not-found h1 { margin: 10px 0; font-family: var(--serif); font-size: 70px; font-weight: 400; letter-spacing: -.05em; }

.site-footer { padding-top: 80px; color: #fff; background: #10291d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 80px; padding-bottom: 60px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid > div:first-child p { max-width: 410px; color: rgba(255,255,255,.55); }
.footer-grid h2 { margin: 0 0 18px; color: #ef9d75; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin: 4px 0; color: rgba(255,255,255,.68); font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: #fff !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.cookie-notice { position: fixed; z-index: 100; right: 22px; bottom: 22px; left: 22px; max-width: 920px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 23px; border: 1px solid rgba(255,255,255,.2); color: #fff; background: rgba(16,41,29,.97); box-shadow: 0 14px 50px rgba(0,0,0,.25); }
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { font-family: var(--serif); font-size: 19px; }
.cookie-notice p { margin: 4px 0 0; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.5; }
.cookie-actions { display: flex; align-items: center; gap: 14px; }
.text-button { border: 0; color: rgba(255,255,255,.7); background: transparent; font-size: 10px; text-decoration: underline; cursor: pointer; }

/* 2026 editorial interface */
:root {
  --ink: #18221c;
  --forest: #143d2c;
  --forest-2: #20543d;
  --cream: #f1e9d9;
  --paper: #fffdf8;
  --sand: #d8c8a9;
  --orange: #c64e27;
  --orange-light: #f4a17c;
  --line: rgba(24, 34, 28, .14);
}

:where(a, button, input, select, summary):focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.site-header { border-color: var(--line); color: var(--ink); background: rgba(255,253,248,.96); box-shadow: 0 8px 30px rgba(20,61,44,.05); backdrop-filter: blur(14px); }
.nav-shell { min-height: 74px; }
.brand { gap: 12px; }
.site-header .brand em { color: var(--orange); }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy > span { line-height: .82; }
.brand-copy small { color: var(--muted); font-family: var(--sans); font-size: 7px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.site-nav { gap: 25px; }
.site-nav a { color: #465149; font-size: 11px; letter-spacing: .11em; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--forest); }
.site-nav a[aria-current="page"]::after { bottom: -12px; background: var(--orange); }
.site-nav .nav-tool { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid var(--forest); color: #fff; background: var(--forest); }
.site-nav .nav-tool:hover, .site-nav .nav-tool[aria-current="page"] { color: #fff; background: var(--forest-2); }
.site-nav .nav-tool[aria-current="page"]::after { display: none; }

.hero { min-height: 720px; color: var(--ink); background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 50%; background: var(--cream); }
.hero::after { right: -180px; bottom: -330px; border-color: rgba(20,61,44,.1); box-shadow: 0 0 0 90px rgba(20,61,44,.025), 0 0 0 180px rgba(20,61,44,.018); }
.hero-grid { grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 6vw, 94px); padding-block: 68px 84px; }
.hero-copy { position: relative; z-index: 2; }
.hero-overline { display: flex; align-items: center; gap: 18px; }
.hero-overline > span:last-child { padding-left: 18px; border-left: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-copy h1 { margin-block: 28px 30px; font-size: clamp(66px, 7vw, 102px); line-height: .84; }
.hero-copy h1 em { color: var(--orange); }
.hero-copy > p { max-width: 500px; color: var(--muted); font-size: 17px; }
.hero-actions { margin-top: 34px; }
.hero-proof { max-width: 510px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--forest); font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.hero-proof span { margin-top: 6px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.hero-photo { align-self: stretch; margin-right: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); }
.hero-photo::before { z-index: 1; top: 18px; right: auto; bottom: 18px; left: -18px; width: 1px; height: auto; border: 0; background: var(--orange); }
.hero-photo img { height: 100%; min-height: 560px; filter: saturate(.85) contrast(1.03); }
.hero-photo figcaption { right: 28px; bottom: 28px; max-width: 275px; padding: 18px 20px; color: rgba(255,255,255,.82); background: rgba(17,46,34,.9); }
.hero-photo figcaption span { display: block; margin-bottom: 5px; color: var(--orange-light); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-photo-label { position: absolute; top: 26px; left: 24px; padding: 8px 12px; color: var(--forest); background: rgba(255,253,248,.92); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-stamp { bottom: 36px; left: max(20px, calc((100vw - 1180px) / 2 - 78px)); border-color: rgba(20,61,44,.28); color: var(--forest); }

.intro-strip { border: 0; color: #fff; background: var(--forest); }
.intro-strip .shell { min-height: 290px; }
.intro-strip .shell > p { color: var(--orange-light); }
.intro-strip .shell > p span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.58); font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: 0; }
.intro-strip h2 { color: #fff; }
.intro-strip .shell > div > p { color: rgba(255,255,255,.68); }
.section-intro { max-width: 330px; }
.section-intro > p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }

.home-guides { padding-block: 120px; }
.cards-grid { gap: 26px 22px; }
.article-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.article-card:hover { border-color: rgba(20,61,44,.28); box-shadow: 0 18px 42px rgba(20,61,44,.09); transform: translateY(-3px); }
.card-image { aspect-ratio: 1.35; }
.card-image::after { right: 16px; bottom: 16px; color: #fff; background: var(--orange); }
.card-number { position: absolute; z-index: 2; top: 14px; left: 14px; min-width: 34px; padding: 6px 8px; color: var(--forest); background: rgba(255,253,248,.94); font-family: var(--serif); font-size: 15px; line-height: 1; text-align: center; }
.card-body { padding: 22px 22px 20px; }
.card-body h3 { font-size: 28px; }
.article-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr .75fr; min-height: 430px; }
.article-card-featured .card-image { height: 100%; aspect-ratio: auto; }
.article-card-featured .card-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 70px); }
.article-card-featured .card-body h3 { margin-block: 16px; font-size: clamp(36px, 4vw, 54px); }
.article-card-featured .card-body > p { font-size: 15px; }
.article-card-featured .card-meta { margin-top: 26px; }

.method-band { background: #102f23; }
.method-grid { min-height: 740px; }
.method-photo img { min-height: 740px; filter: saturate(.82) contrast(1.05); }
.method-copy { position: relative; }
.method-copy::before { content: "1:16"; position: absolute; top: 22px; right: 0; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: 112px; line-height: 1; }

.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; border: 0; }
.topic-grid a { min-height: 170px; grid-template-columns: 1fr 30px; grid-template-rows: auto 1fr; align-items: end; padding: 22px; border: 1px solid var(--line); background: var(--cream); transition: color .2s ease, background .2s ease, transform .2s ease; }
.topic-grid a:hover { padding: 22px; color: #fff; background: var(--forest); transform: translateY(-3px); }
.topic-grid span { align-self: start; color: #983516; }
.topic-grid strong { align-self: end; font-size: 28px; }
.topic-grid i { grid-row: 2; grid-column: 2; }

.page-hero { position: relative; overflow: hidden; background: #123827; }
.page-hero::before { content: ""; position: absolute; top: -210px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015); }
.page-hero .shell { padding-block: 84px 92px; }
.page-hero.compact .shell { max-width: var(--shell); margin-inline: auto; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 260px; align-items: end; gap: 70px; }
.page-hero h1 { margin-block: 20px 24px; font-size: clamp(62px, 7vw, 96px); }
.page-hero-stat { padding: 26px 0 5px; border-top: 1px solid rgba(255,255,255,.22); }
.page-hero-stat strong { display: block; color: var(--orange-light); font-family: var(--serif); font-size: 58px; font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.page-hero-stat span { display: block; margin-top: 12px; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.55; }
.guide-library { padding-top: 0; }
.filters { position: relative; z-index: 4; margin-top: -30px; padding: 26px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 40px rgba(20,61,44,.08); }
.search-box input { border-color: var(--line); background: #fff; }
.filter-buttons button { padding-inline: 16px; background: #fff; }
.results-count { margin-top: 38px; }

.article-top { color: var(--ink); background: var(--cream); }
.article-top-grid { align-items: stretch; padding-block: 62px 76px; }
.article-heading { align-self: center; }
.breadcrumbs { color: #68736b; }
.article-heading .eyebrow { color: var(--orange); }
.article-heading > p { color: var(--muted); }
.article-byline div span { color: #6b756e; }
.author-avatar { border-color: rgba(20,61,44,.3); color: var(--forest); }
.article-top figure { position: relative; align-self: stretch; }
.article-top figure::before { content: ""; position: absolute; top: -14px; right: -14px; width: 45%; height: 45%; border-top: 1px solid var(--orange); border-right: 1px solid var(--orange); }
.article-top figure img { position: relative; height: 100%; min-height: 500px; aspect-ratio: auto; }
.article-top figcaption { color: #667169; }
.article-layout { padding-top: 94px; }
.article-aside { padding: 22px; border: 1px solid var(--line); background: #fff; }
.article-content .article-lead { color: var(--forest); }

.calculator-hero::after { right: 2vw; bottom: -60px; }
.calculator-section { background: #f3ecdf; }
.calculator-card { box-shadow: 16px 16px 0 var(--orange); }
.credits-grid article { border: 1px solid var(--line); box-shadow: none; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.68); }

/* Espresso lounge direction */
:root {
  --ink: #211a17;
  --forest: #35231e;
  --forest-2: #53372f;
  --cream: #eee4db;
  --paper: #fbf8f4;
  --sand: #cfb9aa;
  --orange: #7d3045;
  --orange-light: #efbeca;
  --line: rgba(46, 31, 26, .14);
  --muted: #6d625d;
}

body { background: var(--paper); }
.site-header { border-color: rgba(255,255,255,.11); color: #fff; background: rgba(38,25,21,.97); box-shadow: 0 10px 35px rgba(33,21,17,.14); }
.site-header .brand em { color: var(--orange-light); }
.site-header .brand-copy small { color: rgba(255,255,255,.55); }
.site-nav a { color: rgba(255,255,255,.72); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav a[aria-current="page"]::after { background: var(--orange-light); }
.site-nav .nav-tool { border-color: var(--cream); border-radius: 999px; color: var(--forest); background: var(--cream); }
.site-nav .nav-tool:hover, .site-nav .nav-tool[aria-current="page"] { color: var(--forest); background: #fff; }
.button { border-color: var(--orange); border-radius: 999px; background: var(--orange); }
.button:hover { background: #682439; }
.button-cream { border-color: var(--cream); color: var(--forest); background: var(--cream); }

.hero { min-height: 760px; padding-block: 34px; color: var(--ink); background: #ded2c8; }
.hero::before { inset: 0; background: radial-gradient(circle at 15% 15%, rgba(255,255,255,.72), transparent 34%), linear-gradient(115deg, #e8ddd4, #d4c4b8); }
.hero::after { display: none; }
.hero-grid { min-height: 690px; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; padding-block: 0; }
.hero-copy { z-index: 3; grid-row: 1; grid-column: 1 / 7; align-self: center; margin-block: 42px; padding: clamp(38px, 5vw, 70px); border: 1px solid rgba(46,31,26,.11); border-radius: 24px; background: rgba(251,248,244,.96); box-shadow: 0 28px 70px rgba(50,31,25,.18); }
.hero-overline { justify-content: space-between; }
.hero-copy h1 { margin-block: 34px 28px; font-size: clamp(60px, 6vw, 88px); line-height: .88; }
.hero-copy h1 em { color: var(--orange); }
.hero-actions { gap: 24px; }
.hero-proof { margin-top: 44px; }
.hero-proof strong { color: var(--orange); }
.hero-photo { z-index: 1; grid-row: 1; grid-column: 5 / -1; align-self: stretch; margin: 0 calc((100vw - min(1180px, calc(100vw - 48px))) / -2) 0 0; overflow: hidden; border-radius: 28px 0 0 28px; box-shadow: 0 28px 70px rgba(50,31,25,.2); }
.hero-photo::before { display: none; }
.hero-photo img { min-height: 690px; }
.hero-photo figcaption { border-radius: 14px; background: rgba(43,27,22,.92); }
.hero-photo figcaption span { color: var(--orange-light); }
.hero-photo-label { border-radius: 999px; color: var(--forest); }
.hero-stamp { bottom: 16px; left: max(24px, calc((100vw - 1180px) / 2 - 35px)); border-color: rgba(53,35,30,.3); color: var(--forest); background: rgba(251,248,244,.72); backdrop-filter: blur(8px); }

.intro-strip { background: var(--orange); }
.intro-strip .shell { min-height: 270px; }
.intro-strip .shell > p { color: var(--orange-light); }
.intro-strip .shell > div > p { color: rgba(255,255,255,.76); }
.home-guides { padding-block: 115px; }
.article-card { border: 0; border-radius: 18px; box-shadow: 0 8px 30px rgba(48,30,25,.08); }
.article-card:hover { border-color: transparent; box-shadow: 0 22px 50px rgba(48,30,25,.15); transform: translateY(-5px); }
.card-image { border-radius: 18px 18px 0 0; }
.card-number { border-radius: 999px; color: var(--orange); }
.card-body { padding: 24px 24px 22px; }
.article-card-featured { overflow: hidden; border-radius: 24px; background: #f0e5dc; }
.article-card-featured .card-image { border-radius: 0; }
.card-image::after { background: var(--orange); }

.method-band { margin-inline: 20px; overflow: hidden; border-radius: 28px; background: #2b1c18; }
.method-photo { margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / -2 + 20px); }
.method-copy::before { color: rgba(255,255,255,.035); }
.topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.topic-grid a { min-height: 140px; border: 0; border-radius: 18px; background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); }
.topic-grid a:hover { color: #fff; background: var(--orange); box-shadow: none; }
.topic-grid span { color: var(--orange); }

.page-hero { margin: 18px; border-radius: 24px; background: var(--orange); }
.page-hero::before { border-color: rgba(255,255,255,.12); }
.page-hero-stat strong { color: var(--orange-light); }
.filters { border: 0; border-radius: 18px; box-shadow: 0 18px 45px rgba(48,30,25,.12); }
.search-box input { border-radius: 999px; }
.filter-buttons button { border-radius: 999px; }

.article-top { margin: 18px; overflow: hidden; border-radius: 24px; background: #eee3d8; }
.article-top figure::before { border-color: var(--orange); }
.article-top figure img { border-radius: 18px; }
.article-aside { border: 0; border-radius: 16px; box-shadow: 0 10px 30px rgba(48,30,25,.08); }
.article-content .article-lead, .article-content h2 { color: var(--forest); }
.article-content .tip, .article-content .disclosure { border-radius: 0 14px 14px 0; }
.article-note { border: 0; border-radius: 16px; box-shadow: 0 10px 30px rgba(48,30,25,.07); }
.calculator-card { border-radius: 20px; background: var(--forest); box-shadow: 14px 14px 0 var(--orange); }
.site-footer { margin: 20px 20px 0; border-radius: 28px 28px 0 0; background: #211512; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-block: 45px; }
  .hero-copy { grid-row: 1; grid-column: 1; margin: 0; }
  .hero-photo { grid-row: 2; grid-column: 1; margin: 0; border-radius: 22px; }
  .hero-copy h1 { font-size: 64px; }
  .hero-photo img { height: 430px; }
  .intro-strip .shell { grid-template-columns: .2fr 1fr 1fr; gap: 32px; }
  .method-copy { padding-left: 55px; }
  .article-layout { grid-template-columns: 190px minmax(0, 650px); gap: 50px; }
  .calculator-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 680px); }
  .nav-shell { min-height: 68px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 68px 0 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; gap: 0; padding: 35px 24px; background: var(--forest); transform: translateX(100%); transition: transform .25s ease, visibility 0s linear .25s; }
  .menu-open .site-nav { visibility: visible; transform: none; transition-delay: 0s; }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.82); font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
  .site-nav .nav-tool { min-height: auto; margin-top: 18px; padding: 16px 18px; border: 1px solid var(--cream); color: var(--forest); background: var(--cream); font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .site-nav a[aria-current="page"]::after { display: none; }
  .hero { min-height: auto; }
  .hero::before { inset: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 55px 75px; }
  .hero-copy { grid-row: 1; grid-column: 1; margin: 0; }
  .hero-copy h1 { font-size: clamp(52px, 14vw, 78px); }
  .hero-photo { grid-row: 2; grid-column: 1; margin: 0; border-radius: 22px; }
  .hero-photo img { height: 480px; min-height: 0; }
  .hero-stamp { display: none; }
  .intro-strip .shell { grid-template-columns: 1fr; gap: 20px; padding-block: 55px; }
  .intro-strip .shell > p { margin: 0; }
  .section { padding-block: 75px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .article-card-featured { grid-template-columns: 1fr; }
  .article-card-featured .card-image { min-height: 380px; }
  .article-card-featured .card-body { padding: 36px; }
  .method-grid { width: 100%; grid-template-columns: 1fr; }
  .method-band { margin-inline: 10px; }
  .method-photo { height: 460px; margin: 0; }
  .method-photo img { min-height: 460px; }
  .method-copy { width: var(--shell); margin-inline: auto; padding: 65px 0; }
  .page-hero.compact .shell { margin-inline: auto; }
  .page-hero, .article-top { margin: 10px; }
  .filters { grid-template-columns: 1fr; }
  .filters > label, .search-box, .filter-buttons { grid-column: 1; grid-row: auto; }
  .filter-buttons { justify-content: flex-start; }
  .article-top-grid { grid-template-columns: 1fr; }
  .breadcrumbs { margin-bottom: 28px; }
  .article-top figure img { max-height: 520px; }
  .article-layout { grid-template-columns: 1fr; max-width: 720px; }
  .article-aside { display: none; }
  .reading-progress { top: 67px; }
  .calculator-grid { grid-template-columns: 1fr; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-hero-stat { max-width: 320px; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .calc-notes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .site-footer { margin-inline: 10px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 30px); }
  .hero-grid { gap: 45px; padding-top: 45px; }
  .hero { padding-block: 0; }
  .hero-copy { padding: 34px 26px; border-radius: 18px; }
  .hero-copy h1 { font-size: 53px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-photo img { height: 370px; }
  .hero-overline { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-overline > span:last-child { padding-left: 0; border-left: 0; }
  .hero-proof { gap: 10px; margin-top: 42px; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 7px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-head h2 { font-size: 43px; }
  .cards-grid { grid-template-columns: 1fr; }
  .article-card-featured { display: block; min-height: 0; }
  .article-card-featured .card-image { min-height: 280px; }
  .article-card-featured .card-body { padding: 25px 22px; }
  .article-card-featured .card-body h3 { font-size: 34px; }
  .card-body h3 { font-size: 29px; }
  .method-copy dl { gap: 10px; }
  .method-copy dt { font-size: 24px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid a { min-height: 145px; grid-template-columns: 1fr 25px; grid-template-rows: auto 1fr; padding: 20px; }
  .topic-grid a:hover { padding: 20px; }
  .topic-grid strong { font-size: 25px; }
  .page-hero .shell { padding-block: 65px 72px; }
  .page-hero h1 { font-size: 53px; }
  .page-hero p { font-size: 16px; }
  .article-heading h1 { font-size: 49px; }
  .article-top-grid { padding-top: 42px; }
  .article-top figure img { min-height: 330px; }
  .article-content { font-size: 18px; }
  .article-content .article-lead { font-size: 22px; }
  .article-content h2 { font-size: 33px; }
  .article-layout { padding-top: 55px; }
  .calculator-card { padding: 30px 24px; box-shadow: 8px 8px 0 var(--orange); }
  .calc-result > strong { font-size: 65px; }
  .calculator-help dl div { grid-template-columns: 1fr; gap: 4px; }
  .prose-page { padding-block: 55px 85px; font-size: 18px; }
  .contact-card, .credits-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .cookie-notice { grid-template-columns: 1fr; gap: 15px; }
  .cookie-actions { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, .cookie-notice, .article-aside, .related, .reading-progress { display: none !important; }
  body { color: #000; background: #fff; }
  .article-top { color: #000; background: #fff; }
  .article-heading > p, .article-byline div span, .breadcrumbs { color: #333; }
  .article-layout { display: block; padding-top: 30px; }
}
