@charset "UTF-8";
/* eu. infopoint — Farben. Stil. Wohlgefühl. */

:root {
  color-scheme: light;
  --paper: #f8f6f0;
  --paper-deep: #f0ede4;
  --white: #fffdf8;
  --ink: #243d34;
  --ink-deep: #19332a;
  --body: #3f4942;
  --muted: #687068;
  --line: #dcded2;
  --line-dark: #c4cbbe;
  --teal: #326954;
  --teal-soft: #e8eee5;
  --coral: #b95840;
  --coral-soft: #f0d8cc;
  --yellow-soft: #ede6bc;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --content: 1320px;
  --gutter: clamp(22px, 4.35vw, 72px);
  --radius: 3px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--body); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: var(--coral-soft); color: var(--ink-deep); }
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
svg { flex-shrink: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea, summary, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { opacity: .55; cursor: not-allowed; }
input, select, textarea { min-width: 0; max-width: 100%; }
input[type="search"] { -webkit-appearance: none; appearance: none; }
button, input, textarea, select { border-radius: var(--radius); }
input[type="checkbox"], input[type="radio"] { accent-color: var(--teal); }
figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
h1 { font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: 1.03; }
h2 { font-size: clamp(2.15rem, 3.6vw, 3.35rem); line-height: 1.1; }
h3 { font-size: 1.65rem; line-height: 1.18; }
p { margin-bottom: 1.25em; }
ul, ol { padding-left: 1.3em; }
hr { height: 1px; margin: 36px 0; border: 0; background: var(--line); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - var(--gutter) * 2), var(--content)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.visually-hidden, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-180%); font-weight: 600; }
.skip-link:focus { transform: translateY(0); }
.muted { color: var(--muted); }
.divider { height: 1px; background: var(--line); border: 0; }
.section { padding-block: clamp(54px, 7vw, 104px); }
.section + .section { padding-top: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.section-heading > div { max-width: 760px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > .text-link { flex-shrink: 0; margin-bottom: 7px; }
.section-heading p:not(.eyebrow) { max-width: 610px; margin: 16px 0 0; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--teal); font-family: var(--sans); font-size: .66rem; font-weight: 700; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: block; flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.eyebrow--plain::before { display: none; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 15px; min-height: 44px; color: var(--ink); font-size: .78rem; font-weight: 600; line-height: 1.5; }
.text-link > span[aria-hidden] { font-size: 1.25rem; font-weight: 400; transition: transform .2s var(--ease); }
.text-link:hover { color: var(--teal); }
.text-link:hover > span[aria-hidden] { transform: translate(2px, -2px); }
.inline-link { text-decoration: underline; text-decoration-color: var(--line-dark); }
.inline-link:hover { text-decoration-color: var(--coral); }

/* Header */
.topbar { min-height: 34px; background: var(--ink-deep); color: #f2f1e7; }
.topbar > .container { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; font-size: .63rem; letter-spacing: .07em; }
.topbar a { color: #d0dcce; }
.topbar a:hover { color: white; text-decoration: underline; }
.topbar :focus-visible, .spotlight :focus-visible { outline-color: var(--paper); }
.site-header { background: var(--paper); }
.header-main { display: flex; align-items: center; gap: 28px; min-height: 109px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; color: var(--ink); }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; background: var(--coral); color: white; font-family: var(--serif); font-size: 2rem; line-height: 1; letter-spacing: -.11em; padding: 0 4px 3px 0; }
.brand-word { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.brand-tagline { display: block; margin-top: 8px; font-family: var(--sans); font-size: .53rem; font-weight: 500; letter-spacing: .095em; line-height: 1; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 2.3vw, 34px); margin-left: auto; }
.site-nav a { position: relative; display: flex; align-items: center; min-height: 44px; color: var(--ink); font-size: .75rem; font-weight: 600; white-space: nowrap; }
.site-nav a::after { position: absolute; content: ""; height: 1px; left: 0; right: 0; bottom: 6px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .2s var(--ease); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a:focus-visible { outline-offset: -2px; }
.header-search { display: grid; place-items: center; width: 44px; height: 44px; margin-left: 9px; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--ink); flex-shrink: 0; transition: background .2s ease; }
.header-search svg { width: 17px; height: 17px; }
.header-search:hover { background: var(--teal-soft); }

/* Home / editorial features */
.hero { display: grid; grid-template-columns: 1fr .99fr; align-items: center; gap: clamp(34px, 5.3vw, 78px); padding-block: clamp(40px, 4.6vw, 70px) clamp(48px, 5.5vw, 82px); }
.hero-copy { min-width: 0; padding-block: 12px; }
.hero .eyebrow { margin-bottom: 26px; }
.hero h1 { max-width: 11.7ch; margin: 0 0 25px; font-size: clamp(3.7rem, 5.85vw, 5.8rem); letter-spacing: -.058em; line-height: 1.015; }
.hero h1 em { color: var(--teal); font-weight: 400; }
.hero-dek { max-width: 400px; margin-bottom: 28px; color: var(--muted); font-size: .97rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 14px 21px; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: var(--white); font-family: var(--sans); font-size: .76rem; font-weight: 600; line-height: 1.5; text-align: center; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s var(--ease); }
.button > span[aria-hidden] { margin-left: auto; font-size: 1.15rem; line-height: 1; }
.button:hover { border-color: var(--teal); background: var(--teal); color: white; transform: translateY(-1px); }
.button--secondary { background: transparent; border-color: var(--line-dark); color: var(--ink); }
.button--secondary:hover { background: var(--teal-soft); border-color: var(--teal); color: var(--ink); }
.button--light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button--light:hover { background: white; border-color: white; color: var(--ink); }
.button--small { min-height: 44px; padding: 10px 16px; font-size: .72rem; }
.hero-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 15px; margin-top: 28px; font-size: .67rem; }
.hero-tags > span { color: var(--muted); }
.hero-tags a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--line-dark); text-underline-offset: 4px; }
.hero-tags a:hover { text-decoration-color: var(--coral); }
.hero-media { position: relative; align-self: stretch; min-width: 0; min-height: 450px; max-height: 650px; overflow: hidden; background: #e7dfd0; }
.hero-media > img, .hero-media > picture, .hero-media > picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-media > img, .hero-media > picture { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgb(21 38 26 / .6)); pointer-events: none; }
.hero-media figcaption { position: absolute; z-index: 1; bottom: 29px; left: 29px; right: 29px; display: flex; flex-direction: column; gap: 7px; color: white; font-size: .68rem; line-height: 1.65; }
.hero-caption-label { font-family: var(--serif); font-size: 1.7rem; line-height: 1.2; letter-spacing: -.03em; }
.hero-note { position: absolute; z-index: 2; top: 25px; right: 24px; display: flex; align-items: center; justify-content: center; width: 106px; height: 106px; border-radius: 50%; background: var(--paper); color: var(--ink); box-shadow: 0 0 0 6px rgb(248 246 240 / .25); font-family: var(--serif); font-size: 1.15rem; font-style: italic; line-height: 1.1; text-align: center; transform: rotate(9deg); }
.hero-media--landscape { aspect-ratio: 16 / 10; align-self: center; min-height: 0; }
.editorial-strip { display: flex; align-items: center; gap: 24px; padding-block: 25px; border-block: 1px solid var(--line-dark); }
.editorial-strip > span { flex-shrink: 0; color: var(--ink); font-family: var(--serif); font-size: 1.3rem; letter-spacing: -.035em; }
.editorial-strip > p { margin: 0; color: var(--muted); font-size: .75rem; }
.editorial-strip > .text-link { margin-left: auto; flex-shrink: 0; font-size: .71rem; }
.feature-grid, .card-grid, .category-grid, .service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.feature-grid { grid-template-columns: 1.18fr 1fr 1fr; }
.card-grid { row-gap: 47px; }
.card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-card { min-width: 0; }
.card-image { display: block; position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--paper-deep); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.story-card:hover .card-image img { transform: scale(1.035); }
.card-body { padding-top: 20px; }
.card-kicker { display: inline-block; margin: 0 0 10px; color: var(--teal); font-size: .61rem; line-height: 1.5; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
a.card-kicker:hover { text-decoration: underline; }
.card-title { margin: 0 0 11px; font-size: clamp(1.43rem, 2vw, 1.85rem); line-height: 1.19; letter-spacing: -.035em; }
.card-title a:hover { color: var(--teal); }
.story-card--lead .card-title { font-size: clamp(1.55rem, 2.15vw, 2.05rem); }
.card-excerpt { margin: 0 0 16px; color: var(--muted); font-size: .78rem; line-height: 1.75; }
.card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 0; margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.6; }
.card-meta > * + *::before { content: "·"; padding-inline: 9px; color: #969b90; }
.category-grid { gap: 22px; }
.category-card { display: flex; position: relative; align-items: end; min-height: 400px; overflow: hidden; background: var(--ink); color: white; }
.category-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(16 34 24 / .02) 20%, rgb(16 34 24 / .75) 100%); }
.category-card:hover > img { transform: scale(1.045); }
.category-card-content { position: relative; z-index: 1; width: 100%; padding: 32px; }
.category-number { display: block; margin-bottom: 12px; color: #f2f2e8; font-size: .61rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.category-card h3 { max-width: 9ch; margin: 0 0 11px; color: white; font-size: 2.45rem; letter-spacing: -.035em; line-height: 1.06; }
.category-card p { max-width: 26ch; margin: 0; color: #f0f0e8; font-size: .75rem; line-height: 1.7; }
.category-arrow { position: absolute; right: 27px; bottom: 29px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgb(255 255 255 / .5); border-radius: 50%; color: white; font-size: 1.2rem; }
.season-section { padding-block: clamp(58px, 7vw, 100px); background: #eeeee4; }
.season-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.season-card { display: flex; flex-direction: column; min-width: 0; padding: 27px 24px 22px; border: 1px solid rgb(36 61 52 / .1); background: #f4ebd7; transition: transform .25s var(--ease), border-color .25s ease; }
.season-card:hover { transform: translateY(-4px); border-color: rgb(36 61 52 / .35); }
.season-card--spring { background: #f4ebd7; }
.season-card--summer { background: #e5e9ed; }
.season-card--autumn { background: #ecddcf; }
.season-card--winter { background: #e2e6e5; }
.season-label { margin-bottom: 6px; color: #5f6359; font-size: .6rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.season-card h3 { margin-bottom: 20px; font-size: 2.3rem; }
.season-palette { display: flex; flex-wrap: wrap; gap: 6px; margin-block: 4px 20px; }
.swatch { display: block; flex: 1 1 24px; width: 38px; min-width: 24px; max-width: 65px; height: 43px; background: var(--swatch, var(--coral-soft)); border: 1px solid rgb(36 61 52 / .06); }
.season-card p { margin-bottom: 14px; color: #596256; font-size: .72rem; line-height: 1.7; }
.season-card .text-link { justify-content: space-between; gap: 8px; margin-top: auto; font-size: .65rem; }
.spotlight { display: grid; grid-template-columns: 1fr 1fr; margin-block: clamp(60px, 7vw, 104px); background: var(--ink); color: #e8eee5; overflow: hidden; }
.spotlight-media { min-height: 420px; }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; }
.spotlight-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 5vw, 72px); }
.spotlight-copy .eyebrow { color: #d3ddcc; }
.spotlight-copy .eyebrow::before { background: #db927b; }
.spotlight-copy h2 { max-width: 13ch; margin-bottom: 21px; color: var(--paper); font-size: clamp(2.4rem, 4vw, 3.7rem); letter-spacing: -.045em; }
.spotlight-copy > p:not(.eyebrow, .spotlight-note) { max-width: 380px; margin-bottom: 25px; color: #d8e0d4; font-size: .82rem; line-height: 1.8; }
.spotlight-note { margin: 17px 0 0; color: #c4d2c1; font-size: .6rem; }
.service-grid { gap: 22px; }
.service-card { padding: 32px; border: 1px solid var(--line); }
.service-card h3 { margin-bottom: 14px; font-size: 1.85rem; }
.service-card > p:not(.eyebrow) { margin-bottom: 18px; color: var(--muted); font-size: .8rem; }
.service-card .eyebrow { margin-bottom: 14px; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; margin-bottom: 25px; color: var(--teal); font-size: 1.6rem; }
.service-icon svg { width: 32px; height: 32px; }

/* Topic landing pages and search */
.page-header { padding-block: 32px 50px; }
.page-header .eyebrow { margin-top: 38px; }
.page-header h1 { max-width: 920px; margin-bottom: 22px; }
.page-intro { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.page-header--center { text-align: center; }
.page-header--center h1, .page-header--center .page-intro { margin-inline: auto; }
.page-header--center .eyebrow { justify-content: center; }
.page-header--center .search-form { margin-inline: auto; }
.page-header + .section { padding-top: 0; }
.breadcrumb { color: var(--muted); font-size: .66rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 0; padding: 0; margin: 0; list-style: none; }
.breadcrumb li { display: inline-flex; align-items: center; }
.breadcrumb li + li::before { content: "/"; margin-inline: 10px; color: #a0a698; }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: #6b7065; }
.search-form { display: flex; align-items: stretch; width: 100%; max-width: 660px; min-height: 57px; margin-block: 28px 12px; padding: 5px; border: 1px solid var(--line-dark); background: var(--white); }
.search-form:focus-within { border-color: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.search-form input { flex: 1 1 auto; width: 100%; min-width: 0; padding: 11px 15px; border: 0; background: transparent; color: var(--ink); outline: 0; font-size: .82rem; }
.search-form input::placeholder { color: #777d72; opacity: 1; }
.search-form input:focus-visible { outline: 2px solid var(--teal); outline-offset: -3px; }
.search-form button { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; min-width: 46px; min-height: 44px; gap: 10px; padding: 10px 15px; border: 0; background: var(--ink); color: white; font-size: .75rem; }
.search-form button:hover { background: var(--teal); }
.search-form button svg { width: 18px; height: 18px; }
.hero .search-form { margin-top: 27px; }
.topic-chips, .filter-bar { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.topic-chips { margin-top: 28px; }
.chip, .filter-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 15px; border: 1px solid var(--line-dark); border-radius: 50px; background: transparent; color: var(--ink); font-size: .71rem; line-height: 1.5; }
.chip:hover, .filter-button:hover { border-color: var(--teal); background: var(--teal-soft); }
.chip.is-active, .filter-button.is-active, .filter-button[aria-pressed="true"], .chip[aria-current="page"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.results-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-block: 6px 30px; padding-block: 20px; border-block: 1px solid var(--line); }
.results-count { margin: 0; color: var(--muted); font-size: .76rem; }
.search-results { max-width: 1030px; margin-bottom: 50px; }
.search-result { display: grid; grid-template-columns: 200px minmax(0, 1fr) 32px; align-items: center; gap: 28px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.search-result:first-child { padding-top: 4px; }
.search-result-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-deep); }
.search-result-image img { width: 100%; height: 100%; object-fit: cover; }
.search-result h2 { margin-bottom: 10px; font-size: 1.8rem; line-height: 1.2; }
.search-result h2 a:hover { color: var(--teal); }
.search-result p:not(.card-kicker) { margin-bottom: 12px; color: var(--muted); font-size: .79rem; line-height: 1.7; }
.search-result .card-kicker { margin-bottom: 8px; }
.search-result-arrow { display: grid; place-items: center; min-width: 44px; min-height: 44px; color: var(--teal); font-size: 1.4rem; }
.search-result mark { padding: 0 .05em; background: var(--yellow-soft); color: var(--ink); }
.empty-state { padding: 65px 24px; margin-block: 24px 60px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { margin-bottom: 16px; font-size: 2.3rem; }
.empty-state p { max-width: 500px; margin: 0 auto; color: var(--muted); }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-block: 44px; }
.pagination a, .pagination button, .pagination > span { display: grid; place-items: center; min-width: 44px; height: 44px; padding-inline: 10px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: .8rem; }
.pagination [aria-current="page"] { border-color: var(--ink); background: var(--ink); color: white; }
.pagination a:hover, .pagination button:hover { border-color: var(--ink); }

/* Article shell and reading typography */
.article-header { padding-top: 32px; }
.article-header-copy { max-width: 900px; margin: 49px auto 42px; text-align: center; }
.article-header-copy > .eyebrow { justify-content: center; margin-bottom: 23px; }
.article-header h1 { max-width: 900px; margin: 0 auto 24px; font-size: clamp(2.7rem, 4.7vw, 4.75rem); line-height: 1.08; letter-spacing: -.048em; }
.article-dek { max-width: 680px; margin: 0 auto 26px; color: var(--muted); font-size: 1.01rem; line-height: 1.8; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 15px; color: var(--muted); font-size: .65rem; }
.article-meta > span + span:not(.author-mark)::before { content: "·"; display: inline-block; margin-right: 15px; color: #9a9f92; }
.article-meta > .author-mark + span::before { display: none; }
.author-mark { display: inline-grid; place-items: center; flex-shrink: 0; width: 32px; height: 32px; background: var(--teal-soft); color: var(--ink); font-family: var(--serif); font-size: 1.23rem; line-height: 1; letter-spacing: -.08em; padding-right: 3px; }
.article-hero { max-width: 1120px; margin-inline: auto; }
.article-hero img { width: 100%; max-height: 580px; aspect-ratio: 16 / 8.3; object-fit: cover; }
.article-hero figcaption { padding-top: 10px; color: var(--muted); font-size: .62rem; text-align: right; }
.article-layout { display: grid; grid-template-columns: 215px minmax(0, 730px); justify-content: center; gap: clamp(45px, 7vw, 105px); padding-block: 57px 20px; }
.article-sidebar { position: sticky; top: 30px; align-self: start; min-width: 0; }
.toc { padding-top: 6px; }
.toc-title { padding-bottom: 16px; margin-bottom: 17px; border-bottom: 1px solid var(--line-dark); color: var(--ink); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.toc ol, .toc ul { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc li a { display: block; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.toc li a:hover, .toc li a[aria-current="true"] { color: var(--teal); text-decoration: underline; }
.toc li a::before { content: counter(toc, decimal-leading-zero) " "; margin-right: 9px; color: #9ba393; font-size: .6rem; }
.toc li li { padding-left: 22px; }
.toc li ol, .toc li ul { margin-top: 12px; }
.sidebar-promo { display: block; padding: 22px; margin-top: 35px; border: 1px solid var(--line); background: var(--teal-soft); }
.sidebar-promo .eyebrow { margin-bottom: 12px; font-size: .53rem; }
.sidebar-promo strong { display: block; margin-bottom: 12px; color: var(--ink); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.15; }
.sidebar-promo > span:last-child { color: var(--teal); font-size: .64rem; font-weight: 600; }
.sidebar-promo:hover { border-color: var(--teal); }
.article-body, .prose { min-width: 0; color: var(--body); font-size: 1rem; line-height: 1.9; overflow-wrap: break-word; }
.article-body > :first-child, .prose > :first-child { margin-top: 0; }
.article-body h2, .prose h2 { margin-top: 48px; margin-bottom: 19px; font-size: 2.3rem; line-height: 1.2; letter-spacing: -.035em; }
.article-body h3, .prose h3 { margin-top: 34px; margin-bottom: 14px; font-size: 1.6rem; line-height: 1.3; }
.article-body h4, .prose h4 { margin-top: 28px; margin-bottom: 10px; font-size: 1rem; }
.article-body h2[id], .article-body h3[id], .prose h2[id] { scroll-margin-top: 30px; }
.article-body p, .prose p { margin-bottom: 21px; }
.article-body a:not(.button, .text-link, .chip), .prose a:not(.button, .text-link) { color: var(--teal); text-decoration: underline; text-decoration-color: #a6b8a3; text-decoration-thickness: 1px; }
.article-body a:hover, .prose a:hover { text-decoration-color: var(--coral); }
.article-body strong, .prose strong { color: var(--ink); font-weight: 650; }
.article-body > ul, .article-body > ol, .prose > ul, .prose > ol { margin-block: 18px 28px; padding-left: 22px; }
.article-body li, .prose li { margin-bottom: 9px; padding-left: 5px; }
.article-body li::marker, .prose li::marker { color: var(--teal); }
.article-body figure { margin-block: 35px; }
.article-body figure img { width: 100%; }
.article-body figcaption { padding-top: 9px; color: var(--muted); font-size: .69rem; line-height: 1.6; }
.article-body blockquote, .prose blockquote { padding: 8px 0 8px 28px; margin-block: 36px; border-left: 2px solid var(--coral); color: var(--ink); font-family: var(--serif); font-size: 1.75rem; font-style: italic; line-height: 1.45; letter-spacing: -.025em; }
.article-body blockquote p, .prose blockquote p { margin-bottom: 13px; }
.article-body blockquote cite, .prose blockquote cite { display: block; color: var(--muted); font-family: var(--sans); font-size: .69rem; font-style: normal; line-height: 1.6; letter-spacing: 0; }
.article-lead { color: var(--ink); font-family: var(--serif); font-size: 1.45rem; line-height: 1.6; letter-spacing: -.018em; }
.article-summary { padding: 27px 30px; margin-bottom: 35px; background: var(--teal-soft); }
.article-summary .eyebrow { margin-bottom: 13px; }
.article-summary ul { padding-left: 19px; margin: 0; }
.article-summary li { padding-left: 2px; margin-bottom: 9px; font-size: .86rem; line-height: 1.75; }
.article-summary li:last-child { margin-bottom: 0; }
.callout, .notice { padding: 25px 28px; margin-block: 30px; border-left: 3px solid var(--teal); background: var(--teal-soft); }
.callout-title { margin-bottom: 10px !important; color: var(--ink); font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.callout p:last-child, .notice p:last-child { margin-bottom: 0; }
.callout p:not(.callout-title), .notice { font-size: .87rem; line-height: 1.8; }
.notice--warning { border-color: var(--coral); background: #f4e7dd; }
.table-wrap { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; margin-block: 27px 35px; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: .78rem; line-height: 1.7; }
th, td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--teal-soft); color: var(--ink); font-weight: 600; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody tr:nth-child(even) { background: rgb(255 253 248 / .5); }
table caption { padding: 12px 18px; color: var(--muted); font-size: .72rem; text-align: left; }
.faq { margin-top: 45px; }
.faq details { border-bottom: 1px solid var(--line-dark); }
.faq details:first-of-type { border-top: 1px solid var(--line-dark); }
.faq summary { position: relative; padding: 20px 35px 20px 0; list-style: none; color: var(--ink); font-size: .92rem; font-weight: 600; line-height: 1.6; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 17px; right: 5px; color: var(--teal); font-size: 1.3rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 28px 14px 0; font-size: .89rem; }
.faq details > p { padding-right: 28px; font-size: .89rem; }
.article-sources { padding-top: 25px; margin-top: 44px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; line-height: 1.8; overflow-wrap: anywhere; }
.article-sources h2 { margin-top: 0; font-family: var(--sans); font-size: .75rem; font-weight: 650; letter-spacing: 0; }
.article-sources ol { padding-left: 17px; }
.author-box { display: flex; align-items: flex-start; gap: 20px; padding: 27px; margin-top: 40px; border: 1px solid var(--line); }
.author-box .author-mark { width: 46px; height: 46px; font-size: 1.8rem; }
.author-box h3 { margin: 0 0 9px; font-family: var(--sans); font-size: .78rem; font-weight: 650; letter-spacing: 0; }
.author-box p { margin-bottom: 0; color: var(--muted); font-size: .75rem; line-height: 1.8; }
.related-section { padding-top: 67px; }
.related-section .section-heading { padding-top: 38px; border-top: 1px solid var(--line); }
.prose { padding-bottom: 65px; }
.prose .table-wrap { width: 100%; }
.number-list { padding: 0; list-style: none; counter-reset: step; }
.number-list > li { position: relative; padding-left: 45px; margin-block: 22px; counter-increment: step; }
.number-list > li::before { position: absolute; left: 0; top: 2px; content: counter(step, decimal-leading-zero); color: var(--coral); font-family: var(--serif); font-size: 1.3rem; }
.check-list { padding: 0; list-style: none; }
.check-list > li { position: relative; padding-left: 27px; }
.check-list > li::before { position: absolute; left: 0; content: "✓"; color: var(--teal); }

/* Tools / quizzes / calculators */
.tool-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 42px; padding-bottom: 70px; }
.tool-panel, .quiz-form, .calculator-form { min-width: 0; padding: clamp(24px, 3.5vw, 45px); border: 1px solid var(--line-dark); background: var(--white); }
.tool-panel .quiz-form, .tool-panel .calculator-form { padding: 0; border: 0; background: transparent; }
.tool-panel h2, .quiz-form h2, .calculator-form h2 { margin-bottom: 15px; font-size: 2.15rem; }
.tool-panel > p, .quiz-form > p, .calculator-form > p { color: var(--muted); font-size: .85rem; }
.tool-aside { padding: 28px; background: var(--teal-soft); }
.tool-aside h2 { margin-bottom: 16px; font-size: 1.65rem; }
.tool-aside p, .tool-aside li { color: #596556; font-size: .78rem; line-height: 1.8; }
.tool-aside p:last-child { margin-bottom: 0; }
.tool-aside ul { margin-bottom: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-field { display: flex; flex-direction: column; align-items: stretch; gap: 8px; margin-bottom: 22px; }
.form-grid .form-field { margin-bottom: 0; }
.form-field label { color: var(--ink); font-size: .8rem; font-weight: 600; line-height: 1.55; }
.form-field input:not([type="radio"], [type="checkbox"]), .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line-dark); background: white; color: var(--ink); font-size: .85rem; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #879581; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--teal); }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"] { border-color: #a13e2b; }
.field-hint { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.6; }
.form-error { margin: 8px 0; color: #a13e2b; font-size: .77rem; font-weight: 500; }
fieldset { min-width: 0; padding: 0; margin: 0 0 30px; border: 0; }
legend { width: 100%; padding: 0; margin-bottom: 15px; color: var(--ink); font-size: .94rem; font-weight: 600; line-height: 1.6; }
.quiz-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.quiz-option { display: flex; align-items: flex-start; gap: 12px; min-height: 62px; padding: 17px; border: 1px solid var(--line); background: var(--paper); color: var(--body); font-size: .78rem; line-height: 1.65; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.quiz-option:hover { border-color: var(--teal); background: var(--teal-soft); }
.quiz-option:has(input:checked) { border-color: var(--teal); background: var(--teal-soft); box-shadow: inset 0 0 0 1px var(--teal); color: var(--ink); }
.quiz-option:has(input:focus-visible) { outline: 3px solid var(--coral); outline-offset: 3px; }
.quiz-option input { flex-shrink: 0; width: 16px; height: 16px; margin: 3px 0 0; }
.quiz-option strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .81rem; font-weight: 600; }
.quiz-option small { display: block; color: var(--muted); font-size: .7rem; }
.quiz-progress { height: 4px; margin-block: 22px 28px; overflow: hidden; background: var(--paper-deep); }
.quiz-progress > span { display: block; width: var(--progress, 0%); height: 100%; background: var(--teal); transition: width .3s var(--ease); }
progress { width: 100%; height: 7px; accent-color: var(--teal); }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.form-actions .button { min-width: 150px; }
.tool-result, .color-result { padding: 30px; margin-top: 28px; border: 1px solid #b8c8b0; background: var(--teal-soft); }
.result-label { margin-bottom: 12px; color: var(--teal); font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.result-title { margin-bottom: 16px; color: var(--ink); font-family: var(--serif); font-size: 2.5rem; line-height: 1.15; letter-spacing: -.035em; }
.result-text { color: #53614f; font-size: .86rem; line-height: 1.85; }
.result-text:last-child { margin-bottom: 0; }
.result-score { display: block; margin-block: 12px; color: var(--ink); font-family: var(--serif); font-size: 3.5rem; line-height: 1.1; letter-spacing: -.04em; }
.result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.result-grid > div { padding: 20px; background: rgb(255 253 248 / .6); }
.result-grid .result-score { font-size: 2.4rem; }
.tag, .badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; background: var(--teal-soft); color: var(--teal); font-size: .59rem; font-weight: 600; line-height: 1.4; letter-spacing: .03em; }
.tag { border: 1px solid var(--line); background: transparent; color: var(--muted); }
.advertisement { position: relative; padding: 18px 0; margin-block: 28px; border-block: 1px solid var(--line); }
.ad-label { display: block; margin-bottom: 9px; color: var(--muted); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.advertisement:empty { display: none; }
.error-page { max-width: 700px; padding-block: 100px 120px; text-align: center; }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { margin-bottom: 25px; }
.error-page p { color: var(--muted); }
.error-page .button { margin-top: 15px; }

/* Footer */
.site-footer { margin-top: 30px; background: #eaece3; border-top: 1px solid #dde1d5; }
.footer-top { display: grid; grid-template-columns: 1.65fr 1fr 1fr 1fr; gap: 45px; padding-block: 62px 52px; }
.footer-brand .brand { margin-bottom: 22px; }
.footer-brand > p { max-width: 290px; margin-bottom: 0; color: #68735f; font-size: .74rem; line-height: 1.85; }
.footer-column h2 { margin: 7px 0 19px; color: var(--ink); font-family: var(--sans); font-size: .64rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.footer-column a { display: inline-block; color: #5d6956; font-size: .73rem; line-height: 1.7; }
.footer-column a:hover { color: var(--ink); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 27px; min-height: 75px; padding-block: 20px; border-top: 1px solid #cdd4c4; color: #677260; font-size: .62rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a:hover { color: var(--ink); text-decoration: underline; }
.back-to-top { margin-left: auto; color: var(--ink); }

/* Wide desktop refinement */
@media (min-width: 1600px) {
  .hero { gap: 85px; }
  .hero h1 { font-size: 6.05rem; }
  .hero-media { min-height: 600px; }
}

/* Compact desktop / tablet */
@media (max-width: 1120px) {
  :root { --gutter: 36px; }
  .header-main { gap: 22px; }
  .site-nav { gap: 20px; }
  .site-nav a { font-size: .69rem; }
  .brand-word { font-size: 1.75rem; }
  .brand-tagline { font-size: .47rem; }
  .hero { gap: 35px; }
  .hero h1 { font-size: clamp(3.3rem, 5.9vw, 4.5rem); }
  .hero-media { min-height: 485px; }
  .hero-actions { gap: 7px 18px; }
  .hero-actions .button { gap: 14px; padding-inline: 17px; }
  .hero-actions .text-link { font-size: .72rem; }
  .editorial-strip { gap: 20px; }
  .editorial-strip > span { font-size: 1.2rem; }
  .editorial-strip > p { max-width: 320px; font-size: .7rem; }
  .editorial-strip > .text-link { max-width: 180px; }
  .feature-grid, .card-grid { gap: 23px; row-gap: 38px; }
  .category-card { min-height: 350px; }
  .category-card-content { padding: 24px; }
  .category-card h3 { font-size: 2.1rem; }
  .category-card p { max-width: 23ch; font-size: .7rem; }
  .category-arrow { right: 20px; bottom: 25px; width: 30px; height: 30px; }
  .season-grid { gap: 12px; }
  .season-card { padding: 23px 18px 17px; }
  .season-card h3 { font-size: 2rem; }
  .season-card .text-link { font-size: .6rem; }
  .spotlight-media { min-height: 400px; }
  .article-layout { grid-template-columns: 180px minmax(0, 700px); gap: 45px; }
  .tool-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 25px; }
  .footer-top { gap: 30px; }
}

@media (max-width: 900px) {
  .header-main { flex-wrap: wrap; min-height: 0; padding-top: 23px; gap: 17px; }
  .brand { margin-bottom: 4px; }
  .header-search { margin-left: auto; margin-bottom: 4px; }
  .site-nav { order: 3; justify-content: flex-start; gap: 30px; width: calc(100% + 4px); margin-left: -2px; padding-inline: 2px; padding-bottom: 6px; overflow-x: auto; scrollbar-width: none; }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a { font-size: .72rem; }
  .hero { gap: 30px; padding-top: 35px; }
  .hero h1 { font-size: clamp(3.05rem, 6.3vw, 3.7rem); }
  .hero-dek { font-size: .87rem; }
  .hero-media { min-height: 465px; }
  .hero-note { width: 86px; height: 86px; top: 22px; right: 20px; font-size: 1rem; }
  .hero-media figcaption { left: 22px; right: 22px; bottom: 22px; font-size: .61rem; }
  .hero-caption-label { font-size: 1.45rem; }
  .hero .eyebrow { font-size: .58rem; }
  .hero-tags { gap: 8px 12px; font-size: .6rem; }
  .editorial-strip { flex-wrap: wrap; gap: 6px 20px; padding-block: 20px; }
  .editorial-strip > p { order: 3; flex-basis: 100%; max-width: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid > .story-card:first-child { grid-column: span 2; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 26px; }
  .feature-grid > .story-card:first-child .card-body { padding-top: 0; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { gap: 15px; }
  .category-card { min-height: 325px; }
  .category-card-content { padding: 22px 18px; }
  .category-card h3 { font-size: 1.85rem; }
  .category-card p { font-size: .65rem; }
  .category-arrow { display: none; }
  .season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .season-card { padding: 26px; }
  .season-card .text-link { font-size: .7rem; }
  .season-palette .swatch { max-width: none; }
  .spotlight { grid-template-columns: .85fr 1fr; }
  .spotlight-copy { padding: 35px; }
  .spotlight-copy h2 { font-size: 2.6rem; }
  .service-grid { gap: 15px; }
  .service-card { padding: 22px; }
  .service-card h3 { font-size: 1.55rem; }
  .article-layout { grid-template-columns: minmax(0, 730px); gap: 28px; padding-top: 35px; }
  .article-sidebar { display: block; position: static; }
  .toc { position: static; padding: 22px 25px; border: 1px solid var(--line); }
  .toc-title { margin-bottom: 14px; padding-bottom: 12px; }
  .toc ol, .toc ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 25px; }
  .toc li ol, .toc li ul { display: block; }
  .sidebar-promo { display: none; }
  .article-header-copy { margin-top: 37px; }
  .article-hero img { aspect-ratio: 16 / 9; }
  .tool-layout { grid-template-columns: minmax(0, 1fr); }
  .tool-aside { max-width: none; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; row-gap: 35px; }
  .footer-brand { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
  .footer-brand .brand { margin-bottom: 0; }
  .footer-brand > p { text-align: right; }
}

/* Mobile */
@media (max-width: 640px) {
  :root { --gutter: 22px; }
  body { font-size: 15px; }
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.25rem; }
  .topbar { min-height: 29px; }
  .topbar > .container { min-height: 29px; justify-content: center; font-size: .57rem; }
  .topbar a { display: none; }
  .header-main { padding-top: 21px; gap: 15px; }
  .brand-mark { width: 38px; height: 38px; font-size: 1.8rem; }
  .brand-word { font-size: 1.8rem; }
  .brand-tagline { margin-top: 7px; font-size: .47rem; }
  .header-search { width: 44px; height: 44px; }
  .site-nav { gap: 25px; padding-bottom: 4px; }
  .site-nav a { min-height: 44px; font-size: .67rem; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 31px; padding-block: 36px 35px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 22px; font-size: .59rem; }
  .hero h1 { max-width: 12ch; margin-bottom: 21px; font-size: clamp(3.1rem, 11.6vw, 4.3rem); line-height: 1.03; letter-spacing: -.055em; }
  .hero-dek { max-width: 350px; margin-bottom: 23px; font-size: .88rem; line-height: 1.8; }
  .hero-actions { margin-top: 22px; gap: 9px 18px; }
  .hero-actions .button { min-height: 49px; font-size: .71rem; }
  .hero-actions .text-link { font-size: .69rem; }
  .hero-tags { margin-top: 22px; font-size: .59rem; }
  .hero-media { aspect-ratio: 16 / 13; min-height: 0; max-height: none; }
  .hero-media--landscape { aspect-ratio: 16 / 10; }
  .hero-media figcaption { left: 23px; right: 23px; bottom: 23px; font-size: .62rem; }
  .hero-caption-label { font-size: 1.55rem; }
  .hero-note { top: 21px; right: 20px; width: 86px; height: 86px; }
  .editorial-strip { gap: 5px 12px; padding-block: 20px; }
  .editorial-strip > span { flex-basis: 100%; font-size: 1.25rem; }
  .editorial-strip > p { order: initial; flex-basis: 100%; font-size: .7rem; }
  .editorial-strip > .text-link { max-width: none; min-height: 34px; margin-left: 0; font-size: .65rem; }
  .section { padding-block: 50px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 11px; margin-bottom: 26px; }
  .section-heading h2 { max-width: 16ch; font-size: 2.22rem; }
  .section-heading .eyebrow { margin-bottom: 16px; }
  .section-heading > .text-link { margin-bottom: 0; min-height: 34px; font-size: .7rem; }
  .section-heading p:not(.eyebrow) { font-size: .83rem; }
  .feature-grid, .card-grid, .card-grid--two, .category-grid, .service-grid { grid-template-columns: minmax(0, 1fr); gap: 33px; }
  .feature-grid > .story-card:first-child { grid-column: auto; display: block; }
  .feature-grid > .story-card:first-child .card-body { padding-top: 19px; }
  .card-body { padding-top: 18px; }
  .card-title, .story-card--lead .card-title { font-size: 1.75rem; }
  .card-kicker { margin-bottom: 10px; font-size: .59rem; }
  .card-excerpt { margin-bottom: 13px; font-size: .8rem; }
  .card-meta { font-size: .62rem; }
  .category-grid { gap: 18px; }
  .category-card { min-height: 330px; }
  .category-card-content { padding: 27px; }
  .category-card h3 { max-width: 11ch; font-size: 2.5rem; }
  .category-card p { max-width: 27ch; font-size: .75rem; }
  .category-number { font-size: .6rem; }
  .category-arrow { display: grid; width: 35px; height: 35px; right: 25px; bottom: 27px; }
  .season-section { padding-block: 49px; }
  .season-grid { gap: 12px; }
  .season-card { padding: 21px 17px 15px; }
  .season-label { font-size: .53rem; letter-spacing: .085em; }
  .season-card h3 { margin-bottom: 15px; font-size: 1.95rem; }
  .season-palette { gap: 4px; margin-bottom: 15px; }
  .swatch { flex-basis: 15px; min-width: 15px; height: 36px; }
  .season-card p { font-size: .65rem; }
  .season-card .text-link { align-items: flex-start; gap: 5px; min-height: 36px; font-size: .57rem; }
  .season-card .text-link > span[aria-hidden] { margin-top: -3px; font-size: 1.1rem; }
  .spotlight { grid-template-columns: minmax(0, 1fr); margin-block: 50px; }
  .spotlight-media { min-height: 0; aspect-ratio: 16 / 10; }
  .spotlight-media img { width: 100%; height: 100%; }
  .spotlight-copy { padding: 33px 28px 37px; }
  .spotlight-copy h2 { max-width: 14ch; font-size: 2.65rem; }
  .spotlight-copy > p:not(.eyebrow, .spotlight-note) { font-size: .8rem; }
  .spotlight-note { font-size: .54rem; }
  .service-grid { gap: 15px; }
  .service-card { padding: 28px; }
  .service-card h3 { font-size: 1.8rem; }
  .service-icon { margin-bottom: 17px; }
  .page-header { padding-block: 23px 35px; }
  .page-header .eyebrow { margin-top: 30px; margin-bottom: 17px; }
  .page-header h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 10.2vw, 3.5rem); overflow-wrap: break-word; }
  .page-intro { font-size: .88rem; }
  .breadcrumb { font-size: .59rem; }
  .breadcrumb li + li::before { margin-inline: 7px; }
  .search-form { min-height: 55px; margin-top: 24px; }
  .search-form input { padding-inline: 11px; font-size: .75rem; }
  .search-form button { padding-inline: 12px; font-size: .7rem; }
  .topic-chips { gap: 7px; margin-top: 23px; }
  .chip, .filter-button { min-height: 44px; padding: 8px 12px; font-size: .66rem; }
  .results-toolbar { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 25px; }
  .results-count { font-size: .71rem; }
  .search-result { grid-template-columns: 95px minmax(0, 1fr); align-items: flex-start; gap: 16px; padding-block: 22px; }
  .search-result-image { aspect-ratio: 1; }
  .search-result h2 { margin-bottom: 8px; font-size: 1.4rem; }
  .search-result p:not(.card-kicker) { font-size: .73rem; }
  .search-result .card-kicker { font-size: .53rem; }
  .search-result .card-meta { font-size: .56rem; }
  .search-result-arrow { display: none; }
  .empty-state { padding: 43px 20px; }
  .empty-state h2 { font-size: 1.9rem; }
  .empty-state p { font-size: .84rem; }
  .article-header { padding-top: 23px; }
  .article-header-copy { margin-block: 32px 30px; text-align: left; }
  .article-header-copy > .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
  .article-header h1 { margin-bottom: 20px; font-size: clamp(2.55rem, 9.8vw, 3.35rem); line-height: 1.08; overflow-wrap: break-word; }
  .article-dek { margin-bottom: 21px; font-size: .9rem; line-height: 1.8; }
  .article-meta { justify-content: flex-start; gap: 7px 10px; font-size: .58rem; }
  .article-meta > span + span:not(.author-mark)::before { margin-right: 10px; }
  .article-meta .author-mark { width: 27px; height: 27px; font-size: 1.1rem; }
  .article-hero img { aspect-ratio: 16 / 11; }
  .article-hero figcaption { font-size: .55rem; text-align: left; }
  .article-layout { gap: 25px; padding-top: 28px; }
  .toc { padding: 21px; }
  .toc ol, .toc ul { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .toc li a { font-size: .71rem; }
  .article-body, .prose { font-size: 1rem; line-height: 1.85; }
  .article-body h2, .prose h2 { margin-top: 36px; margin-bottom: 17px; font-size: 1.95rem; }
  .article-body h3, .prose h3 { margin-top: 27px; font-size: 1.5rem; }
  .article-body p, .prose p { margin-bottom: 19px; }
  .article-lead { font-size: 1.3rem; }
  .article-summary { padding: 23px; margin-bottom: 28px; }
  .article-summary li { font-size: .8rem; }
  .article-body blockquote, .prose blockquote { padding-left: 21px; font-size: 1.48rem; }
  .callout, .notice { padding: 22px; }
  .callout p:not(.callout-title), .notice { font-size: .82rem; }
  th, td { padding: 12px 14px; min-width: 115px; }
  table { font-size: .72rem; }
  .faq summary { font-size: .83rem; }
  .faq details > div, .faq details > p { font-size: .82rem; }
  .author-box { gap: 15px; padding: 21px; }
  .author-box .author-mark { width: 37px; height: 37px; font-size: 1.5rem; }
  .author-box h3 { font-size: .73rem; }
  .author-box p { font-size: .7rem; }
  .article-sources { font-size: .69rem; }
  .related-section { padding-top: 35px; }
  .related-section .section-heading { padding-top: 30px; }
  .prose { padding-bottom: 40px; }
  .tool-layout { gap: 22px; padding-bottom: 45px; }
  .tool-panel, .quiz-form, .calculator-form { padding: 23px; }
  .tool-panel h2, .quiz-form h2, .calculator-form h2 { font-size: 1.85rem; }
  .tool-panel > p, .quiz-form > p, .calculator-form > p { font-size: .8rem; }
  .form-grid, .quiz-options { grid-template-columns: minmax(0, 1fr); }
  .form-grid { gap: 20px; }
  .form-field label { font-size: .76rem; }
  .form-field input:not([type="radio"], [type="checkbox"]), .form-field select, .form-field textarea { font-size: 16px; }
  legend { font-size: .88rem; }
  .quiz-option { min-height: 59px; padding: 15px; }
  .form-actions { gap: 10px; }
  .form-actions .button { flex: 1 1 auto; min-width: 120px; }
  .tool-result, .color-result { padding: 24px; }
  .result-title { font-size: 2.2rem; }
  .result-text { font-size: .8rem; }
  .result-grid { gap: 12px; }
  .result-grid > div { padding: 15px; }
  .result-grid .result-score { font-size: 2rem; }
  .tool-aside { padding: 25px; }
  .site-footer { margin-top: 15px; }
  .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 33px 22px; padding-block: 42px 35px; }
  .footer-brand { display: block; }
  .footer-brand .brand { margin-bottom: 20px; }
  .footer-brand > p { max-width: none; font-size: .7rem; text-align: left; }
  .footer-column h2 { margin-bottom: 15px; font-size: .61rem; }
  .footer-column ul { gap: 9px; }
  .footer-column a { font-size: .68rem; }
  .footer-bottom { align-items: flex-start; gap: 15px; padding-block: 23px; font-size: .58rem; }
  .footer-bottom > p { flex-basis: 100%; }
  .footer-bottom nav { gap: 15px; }
  .back-to-top { margin-left: auto; }
  .error-page { padding-block: 65px 80px; }
}

@media (max-width: 419px) {
  :root { --gutter: 19px; }
  .site-nav { gap: 21px; }
  .site-nav a { font-size: .63rem; }
  .hero h1 { font-size: clamp(2.8rem, 12.1vw, 3.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .text-link { min-height: 39px; }
  .hero-tags { gap: 7px 11px; font-size: .56rem; }
  .hero-tags > span { flex-basis: 100%; }
  .hero-media { aspect-ratio: 1.1; }
  .hero-note { width: 77px; height: 77px; font-size: .91rem; }
  .hero-media figcaption { left: 19px; right: 19px; bottom: 20px; font-size: .58rem; }
  .hero-caption-label { font-size: 1.4rem; }
  .section-heading h2 { font-size: 2.05rem; }
  .season-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .season-card { padding: 25px; }
  .season-card h3 { font-size: 2.1rem; }
  .season-palette { gap: 6px; }
  .season-card p { font-size: .72rem; }
  .season-card .text-link { font-size: .67rem; }
  .season-label { font-size: .58rem; }
  .swatch { height: 42px; }
  .spotlight-copy { padding: 28px 23px 32px; }
  .spotlight-copy h2 { font-size: 2.35rem; }
  .spotlight-note { font-size: .52rem; }
  .article-meta .author-mark { display: none; }
  .article-meta > .author-mark + span::before { display: none; }
  .search-result { grid-template-columns: 75px minmax(0, 1fr); gap: 13px; }
  .search-result h2 { font-size: 1.28rem; }
  .search-result p:not(.card-kicker) { font-size: .69rem; }
  .search-result .card-meta > * + *::before { padding-inline: 5px; }
  .tool-panel, .quiz-form, .calculator-form { padding: 20px; }
  .result-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-bottom nav { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .story-card:hover .card-image img, .category-card:hover > img, .season-card:hover, .button:hover, .text-link:hover > span[aria-hidden] { transform: none; }
}

@media print {
  :root { --paper: white; --ink: black; --body: #222; --muted: #444; --gutter: 0px; }
  html, body { background: white; font-size: 11pt; }
  .container { width: 100%; max-width: none; }
  .skip-link, .topbar, .site-nav, .header-search, .article-sidebar, .related-section, .site-footer, .hero-actions, .hero-tags, .search-form, .filter-bar, .pagination, .advertisement, .form-actions, .sidebar-promo, .article-actions { display: none !important; }
  .header-main { min-height: 0; padding-block: 0 15pt; margin-bottom: 20pt; border-color: #ccc; }
  .brand-mark { background: #333 !important; color: white !important; print-color-adjust: exact; }
  .brand-word { font-size: 22pt; }
  .brand-tagline { font-size: 6pt; }
  .article-header { padding-top: 0; }
  .article-header-copy { max-width: none; margin: 20pt 0; text-align: left; }
  .article-header-copy > .eyebrow, .article-meta { justify-content: flex-start; }
  .article-header h1, h1 { font-size: 32pt; }
  .article-dek { max-width: none; font-size: 12pt; }
  .article-hero { max-width: 160mm; }
  .article-hero img { max-height: 80mm; aspect-ratio: 16 / 9; }
  .article-layout { display: block; padding-top: 24pt; }
  .article-body, .prose { font-size: 11pt; line-height: 1.65; }
  .article-body h2, .prose h2 { margin-top: 24pt; font-size: 21pt; }
  .article-body h3, .prose h3 { font-size: 15pt; }
  h1, h2, h3, h4 { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
  figure, table, .callout, .article-summary, .author-box { break-inside: avoid; }
  .article-summary, .callout, .notice { border: 1px solid #bbb; background: white; padding: 14pt; }
  .article-body a, .prose a { color: black; text-decoration: underline; }
  .article-sources a::after { content: " (" attr(href) ")"; font-size: 8pt; overflow-wrap: anywhere; }
  .faq details > div, .faq details > p { display: block !important; }
  .faq summary::after { display: none; }
  .table-wrap { overflow: visible; }
  .hero, .spotlight, .feature-grid, .card-grid, .category-grid, .service-grid, .tool-layout { display: block; }
  .hero-media { position: relative; min-height: 0; height: 80mm; max-width: 140mm; }
  .hero-note { display: none; }
  .story-card { break-inside: avoid; margin-bottom: 20pt; }
  .story-card .card-image { max-width: 85mm; }
}
