:root {
  --ink: #152326;
  --ink-soft: #405054;
  --forest: #102a2c;
  --forest-2: #173a3c;
  --forest-3: #245154;
  --paper: #f4efe5;
  --paper-2: #fbf8f1;
  --white: #fffef9;
  --brass: #c99a4a;
  --brass-light: #e6c785;
  --rust: #a75437;
  --sage: #9db2a4;
  --line: #d8d0c1;
  --line-dark: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(16, 42, 44, 0.12);
  --shadow-small: 0 10px 30px rgba(16, 42, 44, 0.09);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: 1180px;
  --narrow: 780px;
  --radius: 18px;
  --radius-small: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-2);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: rgba(167, 84, 55, .45); text-underline-offset: .18em; }
a:hover { text-decoration-color: currentColor; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--brass-light); color: var(--forest); }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; border-radius: 3px; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.shell.narrow, .narrow { width: min(calc(100% - 40px), var(--narrow)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.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; left: 18px; top: 12px; padding: 10px 16px;
  background: var(--white); color: var(--forest); border-radius: 6px;
  transform: translateY(-150%); box-shadow: var(--shadow-small);
}
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, h4 { margin: 0; color: var(--forest); font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin: 0; }
.eyebrow {
  margin: 0 0 18px; color: var(--rust); font-size: .75rem; font-weight: 800;
  letter-spacing: .14em; line-height: 1.2; text-transform: uppercase;
}
.eyebrow-light { color: var(--brass-light); }
.text-link { color: var(--rust); font-size: .88rem; font-weight: 800; text-decoration: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px;
  border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 800;
  letter-spacing: .01em; text-decoration: none; transition: transform .2s ease, background .2s ease, border .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: var(--white); }
.button-primary:hover { background: var(--forest-2); }
.button-quiet { border-color: var(--line); background: rgba(255, 255, 255, .48); color: var(--forest); }
.button-quiet:hover { border-color: var(--forest-3); background: var(--white); }
.button-brass { background: var(--brass-light); color: var(--forest); }
.button-brass:hover { background: #f0d99f; }

/* Header */
.site-header {
  position: sticky; z-index: 100; top: 0; height: 74px; background: rgba(251, 248, 241, .93);
  border-bottom: 1px solid rgba(16, 42, 44, .09); backdrop-filter: blur(18px);
}
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); font-family: var(--serif); font-size: 1.15rem; font-weight: 600; text-decoration: none; }
.brand img { flex: 0 0 42px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.desktop-nav a { position: relative; color: var(--ink-soft); font-size: .78rem; font-weight: 760; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--rust); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--forest); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.search-link { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); }
.search-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: grid; width: 42px; height: 42px; cursor: pointer; list-style: none; place-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 50%; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 17px; height: 1.5px; background: var(--forest); }
.mobile-nav nav { position: absolute; right: 0; top: 52px; display: grid; max-height: calc(100vh - 72px); min-width: 245px; padding: 12px; overflow-y: auto; overscroll-behavior: contain; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-nav nav a { padding: 10px 12px; border-radius: 7px; color: var(--forest); font-size: .9rem; font-weight: 700; text-decoration: none; }
.mobile-nav nav a:hover { background: var(--paper); }

/* Home hero */
.hero { overflow: hidden; }
.home-hero { position: relative; min-height: 620px; background: var(--paper); border-bottom: 1px solid var(--line); }
.home-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(16,42,44,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,42,44,.035) 1px, transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-grid { position: relative; display: grid; min-height: 620px; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); align-items: center; gap: 52px; }
.hero-copy { position: relative; z-index: 2; padding: 54px 0; }
.hero-copy h1 { max-width: 800px; }
.hero-copy h1 em { color: var(--rust); font-style: italic; }
.hero-deck { max-width: 660px; margin-top: 26px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.16rem, 2vw, 1.45rem); line-height: 1.55; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 8px 26px; padding: 0; margin: 32px 0 0; color: var(--ink-soft); font-size: .75rem; font-weight: 700; list-style: none; }
.trust-strip li { position: relative; padding-left: 16px; }
.trust-strip li::before { position: absolute; left: 0; top: .67em; width: 6px; height: 6px; background: var(--brass); border-radius: 50%; content: ""; }
.hero-watch { position: relative; display: grid; min-height: 620px; place-items: center; }
.watch-shadow { position: absolute; width: 390px; height: 390px; background: rgba(16,42,44,.14); border-radius: 50%; filter: blur(54px); transform: translate(35px, 22px); }
.watch-case { position: absolute; z-index: 3; display: grid; width: 330px; height: 330px; padding: 19px; place-items: center; background: linear-gradient(135deg, #d9ba78, #8d672c 48%, #eed69e 76%, #8b642a); border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(255,255,255,.45), 0 35px 60px rgba(16,42,44,.28); transform: rotate(-8deg); }
.watch-case::after { position: absolute; right: -25px; width: 25px; height: 58px; background: repeating-linear-gradient(to bottom, #9d7639 0 4px, #d4b16b 4px 8px); border-radius: 0 9px 9px 0; content: ""; }
.watch-dial { position: relative; width: 100%; height: 100%; overflow: hidden; background: radial-gradient(circle at 45% 35%, #31595a, #123033 58%, #091d1e); border: 2px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: inset 0 0 34px rgba(0,0,0,.55); }
.watch-dial::before { position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.watch-dial::after { position: absolute; left: 50%; top: 32%; color: rgba(255,255,255,.8); content: "ENJOY"; font-family: var(--serif); font-size: 12px; letter-spacing: .22em; transform: translateX(-50%); }
.dial-mark { position: absolute; z-index: 2; background: var(--brass-light); border-radius: 3px; }
.m12, .m6 { left: calc(50% - 3px); width: 6px; height: 24px; }
.m12 { top: 15px; }.m6 { bottom: 15px; }
.m3, .m9 { top: calc(50% - 3px); width: 24px; height: 6px; }
.m3 { right: 15px; }.m9 { left: 15px; }
.hand { position: absolute; z-index: 4; left: 50%; bottom: 50%; border-radius: 6px; transform-origin: 50% 100%; }
.hand.hour { width: 7px; height: 70px; margin-left: -3.5px; background: #f4e5bd; transform: rotate(304deg); }
.hand.minute { width: 5px; height: 104px; margin-left: -2.5px; background: #f4e5bd; transform: rotate(38deg); }
.hand.second { width: 2px; height: 115px; margin-left: -1px; background: #d6633f; transform: rotate(168deg); }
.pin { position: absolute; z-index: 6; left: calc(50% - 8px); top: calc(50% - 8px); width: 16px; height: 16px; background: var(--brass-light); border: 4px solid var(--forest); border-radius: 50%; }
.watch-strap { position: absolute; z-index: 1; left: calc(50% - 75px); width: 150px; height: 230px; background: linear-gradient(90deg, #152e2f, #264c4e 50%, #102526); border: 2px solid rgba(255,255,255,.08); box-shadow: 0 20px 30px rgba(16,42,44,.18); transform: rotate(-8deg); }
.watch-strap::after { position: absolute; inset: 10px; border-right: 1px dashed rgba(230,199,133,.35); border-left: 1px dashed rgba(230,199,133,.35); content: ""; }
.strap-top { top: -20px; border-radius: 50px 50px 18px 18px; }
.strap-bottom { bottom: -18px; border-radius: 18px 18px 50px 50px; }
.watch-caption { position: absolute; z-index: 5; right: 0; bottom: 80px; padding: 12px 16px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; color: var(--forest); font-family: var(--serif); font-size: .95rem; line-height: 1.3; box-shadow: var(--shadow-small); transform: rotate(2deg); }
.hero-editorial { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-editorial img { display: block; width: 100%; height: auto; aspect-ratio: 1.9 / 1; object-fit: cover; }
.hero-editorial figcaption { padding: 10px 14px; background: var(--white); color: var(--ink-soft); font-size: .82rem; line-height: 1.4; }

/* Home sections */
.section-heading { max-width: 760px; margin-bottom: 42px; }
.split-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading h2 { max-width: 720px; }
.pathways { background: var(--white); }
.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pathway-card { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.pathway-card:hover { position: relative; z-index: 2; background: var(--paper); transform: translateY(-5px); }
.card-number { color: var(--rust); font-family: var(--mono); font-size: .72rem; }
.pathway-card h3 { margin-top: 55px; font-size: 2rem; }
.pathway-card p { min-height: 78px; margin: 13px 0 18px; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.feature-band { background: var(--paper-2); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-card { min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-small); transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.article-card a { display: flex; min-height: 285px; flex-direction: column; padding: 28px; text-decoration: none; }
.article-section { margin-bottom: 30px; color: var(--rust); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-card h2, .article-card h3 { font-size: 1.52rem; line-height: 1.15; }
.article-card p { margin: 14px 0 22px; color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }
.article-meta { margin-top: auto; color: #526266; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.article-grid.compact { grid-template-columns: repeat(3, 1fr); }
.article-grid.compact .article-card a { min-height: 240px; }
.tools-band { background: var(--forest); color: rgba(255,255,255,.75); }
.tools-band h2 { margin-bottom: 24px; color: var(--white); }
.tools-band p:not(.eyebrow) { max-width: 540px; }
.tools-split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.tool-list { border-top: 1px solid var(--line-dark); }
.tool-list a { display: grid; grid-template-columns: 38px 1fr 20px; gap: 15px; align-items: start; padding: 20px 6px; border-bottom: 1px solid var(--line-dark); color: var(--white); text-decoration: none; }
.tool-list a > span { color: var(--brass-light); font-family: var(--mono); font-size: .72rem; }
.tool-list strong { display: block; font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
.tool-list small { display: block; margin-top: 4px; color: rgba(255,255,255,.57); font-size: .72rem; line-height: 1.4; }
.tool-list b { color: var(--brass-light); font-weight: 400; }
.framework-band { background: var(--white); }
.framework-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.framework-copy p:not(.eyebrow) { margin: 24px 0; color: var(--ink-soft); }
.value-stack-mini { padding: 0; margin: 0; list-style: none; }
.value-stack-mini li { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; min-height: 68px; padding: 12px 20px; border-top: 1px solid var(--line); }
.value-stack-mini li:last-child { border-bottom: 1px solid var(--line); }
.value-stack-mini span { color: var(--rust); font-family: var(--mono); font-size: .7rem; }
.value-stack-mini strong { color: var(--forest); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.value-stack-mini small { color: var(--ink-soft); }
.resource-cta { background: var(--paper); }
.resource-panel { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; padding: 55px 60px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.resource-panel h2 { max-width: 760px; font-size: clamp(2rem, 3vw, 3rem); }
.resource-panel p:not(.eyebrow) { max-width: 760px; margin-top: 18px; color: var(--ink-soft); }

/* Article and page */
.article-hero, .simple-hero, .hub-hero, .tool-hero { background: var(--paper); border-bottom: 1px solid var(--line); }
.article-hero-inner { max-width: 920px; padding-top: 70px; padding-bottom: 75px; margin-left: max(20px, calc((100vw - var(--shell))/2)); }
.article-hero h1 { max-width: 1000px; font-size: clamp(3rem, 6vw, 5.7rem); }
.article-deck { max-width: 760px; margin-top: 25px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.3rem; line-height: 1.5; }
.breadcrumbs { display: flex; overflow: hidden; align-items: center; gap: 8px; margin-bottom: 45px; color: #526266; font-size: .72rem; white-space: nowrap; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.byline { display: flex; align-items: center; gap: 12px; margin-top: 35px; }
.byline-mark { display: grid; width: 38px; height: 38px; place-items: center; background: var(--forest); border-radius: 50%; color: var(--brass-light); font-family: var(--serif); font-size: .68rem; }
.byline strong, .byline span { display: block; }
.byline strong { color: var(--forest); font-size: .78rem; }
.byline div > span { margin-top: 2px; color: #526266; font-size: .875rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 270px; justify-content: space-between; gap: 80px; padding-top: 70px; padding-bottom: 100px; }
.article-aside { position: relative; min-width: 0; }
.toc-card { position: sticky; top: 100px; max-height: calc(100vh - 130px); overflow-y: auto; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.toc-card .toctitle { margin-bottom: 12px; color: var(--forest); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.toc-card ul { padding: 0; margin: 0; list-style: none; }
.toc-card ul ul { display: block; padding: 6px 0 0 12px; }
.toc-card li + li { margin-top: 8px; }
.toc-card a { display: block; color: var(--ink-soft); font-size: .73rem; line-height: 1.35; text-decoration: none; }
.toc-card a:hover { color: var(--rust); }
.mini-cta { display: block; margin-top: 14px; padding: 18px; background: var(--forest); border-radius: 10px; color: var(--white); text-decoration: none; }
.mini-cta span, .mini-cta strong { display: block; }
.mini-cta span { color: var(--brass-light); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.mini-cta strong { margin-top: 7px; font-family: var(--serif); font-size: .95rem; font-weight: 500; line-height: 1.3; }
.prose { min-width: 0; color: #28383b; font-family: var(--serif); font-size: 1.08rem; line-height: 1.78; }
.prose > :first-child { margin-top: 0; }
.prose h2 { padding-top: 36px; margin: 48px 0 18px; font-size: clamp(2rem, 3.2vw, 2.75rem); scroll-margin-top: 90px; }
.prose h3 { padding-top: 20px; margin: 34px 0 12px; font-size: 1.55rem; scroll-margin-top: 90px; }
.prose h4 { margin: 28px 0 8px; font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.prose p { margin: 0 0 1.15em; }
.prose a { color: #7f402b; }
.prose strong { color: var(--forest); }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.4em; }
.prose li { padding-left: .25em; margin: .42em 0; }
.prose blockquote { padding: 24px 28px; margin: 32px 0; background: var(--paper); border-left: 4px solid var(--brass); color: var(--forest); font-size: 1.12rem; }
.prose blockquote p:last-child { margin-bottom: 0; }
.prose hr { height: 1px; margin: 50px 0; background: var(--line); border: 0; }
.prose code { padding: .1em .32em; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; font-family: var(--mono); font-size: .82em; }
.prose pre { overflow-x: auto; padding: 20px; background: var(--forest); border-radius: 10px; color: var(--white); }
.table-scroll { margin: 32px 0 40px; overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; outline-offset: 3px; }
.table-scroll:focus { outline: 3px solid rgba(167,84,55,.45); }
.table-scroll-hint { display: block; padding: 7px 12px; background: var(--paper); color: var(--ink-soft); font-size: .78rem; }
.prose table { width: 100%; margin: 0; border-spacing: 0; border-collapse: collapse; font-family: var(--sans); font-size: .82rem; line-height: 1.45; }
.prose th, .prose td { min-width: 135px; padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--forest); color: var(--white); font-size: .7rem; letter-spacing: .03em; }
.prose tr:nth-child(even) td { background: rgba(244,239,229,.55); }
.source-list { padding-top: 15px; margin-top: 70px; border-top: 1px solid var(--line); }
.source-list h2 { font-size: 2rem; }
.source-status { margin: 12px 0 18px; color: var(--ink-soft); font-family: var(--sans); font-size: .78rem; }
.source-list ol { font-family: var(--sans); font-size: .75rem; line-height: 1.5; }
.source-list li { margin: .4rem 0; }
.share-panel { display: grid; grid-template-columns: 1fr auto; gap: 16px 24px; align-items: center; padding: 24px; margin-top: 42px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; font-family: var(--sans); }
.share-panel strong { color: var(--forest); font-family: var(--serif); font-size: 1.18rem; font-weight: 600; }
.share-panel > div:first-child p { margin: 5px 0 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.45; }
.share-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.share-status { grid-column: 1 / -1; min-height: 1.2em; margin: 0; color: #526266; font-size: .7rem; }
.embed-fallback { max-width: 860px; margin: 18px auto 0; padding: 14px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-family: var(--sans); }
.embed-fallback summary { color: var(--forest); cursor: pointer; font-size: .76rem; font-weight: 780; }
.embed-fallback label { display: block; margin: 14px 0 6px; color: var(--forest); font-size: .7rem; font-weight: 780; }
.embed-fallback textarea { width: 100%; padding: 10px 12px; resize: vertical; background: var(--paper-2); border: 1px solid #cfc7b9; border-radius: 7px; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .66rem; line-height: 1.5; }
.embed-fallback p { margin: 8px 0 0; color: var(--ink-soft); font-size: .66rem; line-height: 1.45; }
.correction-note { padding: 24px; margin-top: 50px; background: #edf2ed; border: 1px solid #ccd8cf; border-radius: 10px; font-family: var(--sans); font-size: .8rem; }
.correction-note p { margin: 4px 0 0; }
.article-hero-visual { margin: 0 0 42px; }
.article-hero-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow-small); }
.article-hero-visual figcaption { margin-top: 10px; color: var(--ink-soft); font-family: var(--sans); font-size: .7rem; line-height: 1.5; }
.tool-export { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--line); }
.tool-export p { max-width: 390px; margin: 0; color: var(--ink-soft); font-family: var(--sans); font-size: .72rem; line-height: 1.5; }
.related { background: var(--paper); border-top: 1px solid var(--line); }
.simple-hero .narrow, .tool-hero .narrow { padding-top: 65px; padding-bottom: 70px; }
.simple-hero h1, .tool-hero h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
.simple-hero .narrow > p:last-child, .tool-hero .narrow > p:not(.eyebrow) { max-width: 700px; margin-top: 22px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.25rem; }
.page-layout { padding-top: 70px; padding-bottom: 100px; }
.hub-hero .shell { padding-top: 78px; padding-bottom: 80px; }
.hub-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 6.5vw, 6rem); }
.hub-hero .shell > p:last-child { max-width: 720px; margin-top: 24px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.25rem; }
.hub-grid { grid-template-columns: repeat(3, 1fr); }
.hub-grid .featured-card { grid-column: span 2; }
.hub-grid .featured-card h2 { max-width: 620px; font-size: 2.35rem; }
.empty-state { padding: 60px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; text-align: center; }
.empty-state p { margin-top: 15px; color: var(--ink-soft); }

/* Tools */
.tool-hero { background: var(--forest); color: rgba(255,255,255,.76); }
.tool-hero h1 { color: var(--white); }
.tool-hero .eyebrow { color: var(--brass-light); }
.tool-hero .breadcrumbs, .tool-hero .breadcrumbs a { color: rgba(255,255,255,.55); }
.tool-hero .narrow > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.tool-promise { display: inline-flex; padding: 7px 12px; margin-top: 24px; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--brass-light); font-size: .68rem; font-weight: 750; }
.tool-reviewed { display: block; margin-top: 10px; color: rgba(255,255,255,.72); font-size: .875rem; }
.tool-layout { display: grid; grid-template-columns: minmax(0, 660px) minmax(0, 400px); justify-content: space-between; gap: 80px; padding-top: 70px; padding-bottom: 110px; }
.tool-app { align-self: start; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.tool-app h2 { margin-bottom: 8px; font-family: var(--sans); font-size: 1.25rem; font-weight: 800; letter-spacing: 0; }
.tool-intro { margin-bottom: 24px; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label, .field > span, fieldset legend { color: var(--forest); font-size: .72rem; font-weight: 780; }
.field small { color: #5f6d71; font-size: .875rem; line-height: 1.45; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 46px; padding: 10px 12px; background: var(--paper-2); border: 1px solid #cfc7b9; border-radius: 8px; color: var(--forest);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-3); outline: 3px solid rgba(36,81,84,.15); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a23328; box-shadow: 0 0 0 2px rgba(162,51,40,.12); }
.field input:disabled, .field select:disabled { cursor: not-allowed; color: #617174; opacity: .8; }
.field-error { min-height: 1.25em; margin: 0; color: #8e2d24; font-size: .875rem; font-weight: 650; line-height: 1.4; }
.field-error[hidden] { display: none; }
.input-affix { position: relative; }
.input-affix span { position: absolute; left: 12px; top: 50%; color: #718083; transform: translateY(-50%); }
.input-affix input { padding-left: 31px; }
.tool-actions { display: flex; gap: 10px; margin-top: 22px; }
.tool-actions button { cursor: pointer; }
.tool-result { padding: 24px; margin-top: 28px; background: var(--forest); border-radius: 12px; color: rgba(255,255,255,.72); }
.tool-result[hidden] { display: none; }
.tool-result h3 { color: var(--white); font-family: var(--sans); font-size: .83rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.result-label { display: block; margin-top: 12px; color: rgba(255,255,255,.72); font-size: .875rem; font-weight: 700; }
.result-big { margin: 8px 0; color: var(--brass-light); font-family: var(--serif); font-size: 2.6rem; line-height: 1; }
.result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.result-cell { padding: 12px; background: rgba(255,255,255,.07); border-radius: 7px; }
.result-cell span, .result-cell strong { display: block; }
.result-cell span { color: rgba(255,255,255,.55); font-size: .64rem; }
.result-cell strong { margin-top: 3px; color: var(--white); font-size: .88rem; }
.tool-disclaimer { margin-top: 17px; color: rgba(255,255,255,.72); font-size: .875rem; line-height: 1.5; }
.tool-context { margin: 16px 0 0; color: rgba(255,255,255,.82); font-size: .875rem; line-height: 1.5; }
.tool-explainer { font-size: .98rem; }
.tool-method { padding: 12px 14px; margin: -6px 0 22px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; }
.tool-method summary { cursor: pointer; color: var(--forest); font-size: .875rem; font-weight: 800; }
.tool-method p { margin: 10px 0 0; color: var(--ink-soft); font-size: .875rem; line-height: 1.5; }
.tool-no-script { padding: 18px; margin-top: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.tool-no-script h3 { color: var(--forest); font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.tool-no-script p { margin: 9px 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.tool-print-summary { display: none; }
.choice-grid { display: grid; gap: 9px; }
.choice-card { position: relative; display: grid; grid-template-columns: 20px 1fr; gap: 10px; padding: 13px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.choice-card input { margin-top: 4px; }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { color: var(--forest); font-size: .76rem; }
.choice-card small { margin-top: 2px; color: var(--ink-soft); font-size: .78rem; line-height: 1.4; }
.recommendation-list { display: grid; gap: 9px; margin-top: 16px; }
.recommendation { padding: 13px; background: rgba(255,255,255,.07); border-radius: 7px; }
.recommendation strong { display: block; color: var(--white); font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.recommendation p { margin-top: 4px; font-size: .875rem; line-height: 1.5; }
.recommendation-reasons { color: rgba(255,255,255,.76); font-weight: 650; }
.checklist-group { min-width: 0; padding: 0; margin: 0; border: 0; }
.checklist-group + .checklist-group { margin-top: 24px; }
.checklist-group legend { padding: 0; margin-bottom: 10px; font-size: .875rem; }
.checklist { display: grid; gap: 8px; }
.checklist label { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 11px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 7px; color: var(--forest); font-size: .9rem; line-height: 1.45; cursor: pointer; }
.checklist input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--forest-2); }
.worksheet-progress { margin-top: 22px; }
.worksheet-progress > label { display: block; color: var(--forest); font-size: .875rem; font-weight: 780; }
.worksheet-progress progress { display: block; width: 100%; height: 12px; margin: 10px 0 7px; accent-color: var(--rust); }
.progress-label { margin: 0; color: var(--ink-soft); font-size: .875rem; line-height: 1.4; }
.printable-resource .interactive-checklist-item { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; margin-left: 0; list-style: none; }
.printable-resource .interactive-checklist-item input, .printable-resource .interactive-checklist-cell input { width: 18px; height: 18px; margin: 4px 0 0; accent-color: var(--forest-2); }
.printable-resource .interactive-checklist-item label { cursor: pointer; }
.printable-resource .interactive-checklist-cell { text-align: center; vertical-align: middle; }

/* Visuals */
.visual-stage { padding: 65px 0 100px; }
.visual-stage figure { padding: 22px; margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.visual-stage figure img { width: 100%; height: auto; }
.visual-stage figcaption { padding: 15px 8px 0; color: var(--ink-soft); font-size: .72rem; }
.article-visual { margin: 48px 0; }
.article-visual a { display: block; border-radius: var(--radius); box-shadow: var(--shadow-small); overflow: hidden; }
.article-visual img { width: 100%; height: auto; }
.article-visual figcaption { margin-top: 12px; color: var(--ink-soft); font-family: var(--sans); font-size: .78rem; line-height: 1.5; }
.visual-actions { display: flex; gap: 10px; margin-top: 22px; }
.visual-notes { max-width: 760px; margin-top: 45px; }
.visual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.visual-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease; }
.visual-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.visual-card a { text-decoration: none; }
.visual-card img { width: 100%; aspect-ratio: 1.58; object-fit: cover; background: var(--paper); border-bottom: 1px solid var(--line); }
.visual-card div { padding: 25px; }
.visual-card h2 { font-size: 1.7rem; }
.visual-card p { margin: 12px 0 16px; color: var(--ink-soft); font-size: .82rem; }

/* Search and 404 */
.search-box { position: relative; display: block; margin-top: 32px; }
.search-box input { width: 100%; height: 60px; padding: 0 54px 0 20px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; color: var(--forest); box-shadow: var(--shadow-small); }
.search-box kbd { position: absolute; right: 16px; top: 50%; padding: 2px 7px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; transform: translateY(-50%); }
.search-results-section { min-height: 450px; padding: 55px 0 100px; }
.no-script-message { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.contact-composer { padding: 26px; margin: 42px 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-composer > p { margin-bottom: 22px; color: var(--ink-soft); }
.contact-status { min-height: 1.5em; margin: 14px 0 0; color: var(--forest); font-weight: 700; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.mobile-toc { display: none; }
.search-status { margin-bottom: 20px; color: var(--ink-soft); font-size: .78rem; }
.search-results { display: grid; gap: 10px; }
.search-result { display: block; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 9px; text-decoration: none; }
.search-result:hover { border-color: var(--forest-3); }
.search-result span { color: var(--rust); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.search-result strong { display: block; margin: 5px 0; color: var(--forest); font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.search-result p { color: var(--ink-soft); font-size: .75rem; }
.not-found { min-height: 68vh; display: grid; place-items: center; background: var(--paper); text-align: center; }
.not-found h1 { font-size: clamp(3rem, 7vw, 6rem); }
.not-found p { max-width: 580px; margin: 24px auto 0; color: var(--ink-soft); }
.not-found .button-row { justify-content: center; }

/* Footer */
.site-footer { padding: 68px 0 20px; background: #0b1f21; color: rgba(255,255,255,.63); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 330px; margin-top: 18px; font-family: var(--serif); font-size: 1rem; }
.footer-brand .fine-print { color: rgba(255,255,255,.68); font-family: var(--sans); font-size: .67rem; }
.footer-grid h2 { margin: 3px 0 16px; color: var(--brass-light); font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; width: fit-content; margin: 8px 0; font-size: .76rem; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-newsletter { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: 60px; align-items: end; padding-top: 38px; margin-top: 48px; border-top: 1px solid var(--line-dark); }
.footer-newsletter h2 { color: var(--white); font-size: clamp(1.7rem, 3vw, 2.5rem); }
.footer-newsletter > div > p:last-child { max-width: 500px; margin-top: 12px; font-size: .78rem; }
.newsletter-form label { display: block; margin-bottom: 8px; color: var(--white); font-size: .72rem; font-weight: 800; }
.newsletter-form > div { display: flex; gap: 8px; }
.newsletter-form input { min-width: 0; flex: 1; min-height: 48px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; background: #fffef9; color: var(--forest); }
.newsletter-disclosure { margin-top: 9px; color: rgba(255,255,255,.72); font-size: .65rem; line-height: 1.5; }
.newsletter-disclosure a { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; margin-top: 55px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.68); font-size: .65rem; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 56px 0 22px; }
  .hero-editorial { max-width: 720px; }
  .pathway-grid { grid-template-columns: repeat(2, 1fr); }
  .tools-split, .framework-grid { grid-template-columns: 1fr; gap: 55px; }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .article-aside { display: none; }
  .mobile-toc { display: block; padding: 14px; margin: 0 0 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
  .mobile-toc summary { cursor: pointer; color: var(--forest); font-weight: 800; }
  .mobile-toc .toc { margin-top: 14px; }
  .tool-layout { grid-template-columns: 1fr; gap: 55px; }
  .tool-app { max-width: 700px; }
  .footer-grid { grid-template-columns: 2fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .shell, .shell.narrow, .narrow { width: min(calc(100% - 28px), var(--shell)); }
  .section-pad { padding: 68px 0; }
  .site-header { height: 66px; }
  .brand { font-size: 1.02rem; }
  .brand img { width: 38px; height: 38px; }
  .hero-grid { min-height: auto; gap: 10px; }
  .home-hero { min-height: auto; }
  .hero-copy { padding: 44px 0 14px; }
  .hero-copy h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .hero-deck { font-size: 1.1rem; }
  .hero-editorial { max-height: 190px; border-radius: 12px; }
  .hero-editorial img { height: 148px; object-position: center right; }
  .hero-editorial figcaption { padding: 6px 10px; font-size: .72rem; }
  .watch-caption { right: 4%; bottom: 65px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 230px; }
  .pathway-card h3 { margin-top: 35px; }
  .pathway-card p { min-height: 0; }
  .split-heading { display: block; }
  .split-heading .text-link { display: inline-block; margin-top: 18px; }
  .article-grid, .article-grid.compact, .hub-grid { grid-template-columns: 1fr; }
  .article-card a { min-height: 230px; }
  .hub-grid .featured-card { grid-column: auto; }
  .hub-grid .featured-card h2 { font-size: 1.55rem; }
  .resource-panel { grid-template-columns: 1fr; gap: 30px; padding: 34px 25px; }
  .article-hero-inner { padding-top: 45px; padding-bottom: 55px; margin-inline: auto; }
  .article-hero h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .article-deck { font-size: 1.08rem; }
  .article-layout { padding-top: 45px; padding-bottom: 70px; }
  .prose { font-size: 1.02rem; }
  .prose h2 { font-size: 2rem; }
  .simple-hero .narrow, .tool-hero .narrow, .hub-hero .shell { padding-top: 45px; padding-bottom: 55px; }
  .simple-hero h1, .tool-hero h1, .hub-hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .breadcrumbs { margin-bottom: 32px; }
  .field-grid, .result-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .tool-app { padding: 22px 18px; }
  .tool-layout { padding-top: 40px; padding-bottom: 75px; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-stage figure { padding: 8px; }
  .visual-actions { flex-direction: column; }
  .share-panel { grid-template-columns: 1fr; }
  .share-status { grid-column: auto; }
  .share-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-newsletter { grid-template-columns: 1fr; gap: 24px; }
  .newsletter-form > div { align-items: stretch; flex-direction: column; }
  .footer-bottom { display: grid; gap: 8px; }
}

@media print {
  .site-header, .site-footer, .article-aside, .breadcrumbs, .related, .button-row, .visual-actions, .share-panel, .tool-actions, .tool-export, .mobile-toc { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .article-hero, .simple-hero, .tool-hero { background: #fff; }
  .article-layout, .page-layout, .tool-layout { display: block; padding: 0; }
  .shell, .shell.narrow, .narrow { width: auto; max-width: none; }
  .prose a { color: inherit; text-decoration: none; }
  .prose a[href^="http"]::after { content: " (" attr(href) ")"; font-family: var(--sans); font-size: 8pt; }
  .tool-app { padding: 0; border: 0; box-shadow: none; }
  .tool-app > form, .tool-app > .tool-result, .tool-app > .tool-export, .tool-explainer { display: none !important; }
  .tool-print-summary { display: block !important; padding: 0; color: #000; }
  .tool-print-summary h2 { margin: 0 0 10pt; color: #000; font-family: var(--serif); font-size: 20pt; }
  .tool-print-summary p { max-width: 100%; color: #000; line-height: 1.45; }
  .tool-print-summary dl { display: grid; grid-template-columns: minmax(150px, .7fr) 1.3fr; gap: 5pt 14pt; margin: 14pt 0; }
  .tool-print-summary dt { font-weight: 700; }
  .tool-print-summary dd { margin: 0; }
  @page { margin: 18mm; }
}

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