/*
Theme Name: HSEPool
Theme URI: https://hsepool.nl/
Author: SiteJob
Author URI: https://sitejob.nl/
Description: Lichtgewicht maatwerkthema voor de publieke HSEPool-website.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hsepool
Tags: custom-logo, custom-menu, featured-images, wide-blocks, accessibility-ready
*/

:root {
  --navy: #09282a;
  --navy-2: #0e3638;
  --ink: #102b2d;
  --ink-soft: #4c6060;
  --green: #83dd8d;
  --green-strong: #54c86f;
  --green-pale: #eaf8e9;
  --cream: #f5f3eb;
  --paper: #fffef9;
  --white: #ffffff;
  --line: #dbe2dc;
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(8, 42, 43, 0.12);
  --radius-lg: 30px;
  --radius: 20px;
  --shell: min(1200px, calc(100vw - 48px));
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(84px, 9vw, 136px); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; background: white; color: var(--navy); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, .logo-copy strong { font-family: "Manrope", "DM Sans", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3.3rem, 6vw, 6.15rem); line-height: 0.98; letter-spacing: -0.065em; font-weight: 700; }
h1 em { display: block; color: var(--green-strong); font-style: normal; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.04; letter-spacing: -0.052em; font-weight: 700; }
h3 { line-height: 1.2; letter-spacing: -0.028em; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #2c6d59; font-size: 0.77rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--green-strong); }
.light-eyebrow { color: #b6d6ce; }
.mini-label { margin-bottom: 14px; color: #387860; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; transition: 180ms ease; }
.site-header.scrolled { background: rgba(255, 254, 249, 0.94); border-bottom: 1px solid rgba(15, 55, 55, 0.08); box-shadow: 0 8px 30px rgba(8, 40, 40, 0.05); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 92px; align-items: center; gap: 36px; }
.logo { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.logo-mark { display: grid; width: 44px; height: 44px; place-items: center; color: var(--navy); }
.logo-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.2; }
.logo-mark svg circle { stroke-width: 1.2; opacity: 0.3; }
.logo-copy strong { display: block; font-size: 1.32rem; line-height: 1; letter-spacing: -0.055em; }
.logo-copy strong span { color: #4faf6b; }
.logo-copy small { display: block; margin-top: 5px; color: #617271; font-size: 0.59rem; font-weight: 700; letter-spacing: 0.045em; }
.main-nav { display: flex; margin-left: auto; align-items: center; }
.main-nav > ul { display: flex; margin: 0; padding: 0; align-items: center; gap: clamp(18px, 2vw, 31px); list-style: none; }
.main-nav a, .text-link { position: relative; color: #294344; font-size: 0.88rem; font-weight: 650; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--green-strong); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.menu-button { display: none; padding: 8px; border: 0; background: none; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: 180ms ease; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 0.92rem; font-weight: 800; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 0.82rem; }
.button-dark { color: white; background: var(--navy); box-shadow: 0 11px 24px rgba(8, 42, 43, 0.16); }
.button-dark:hover { background: #144143; }
.button-primary { color: #082b27; background: var(--green); box-shadow: 0 15px 32px rgba(75, 190, 104, 0.25); }
.button-primary:hover { background: #98e6a0; }
.button-ghost { border-color: #bcc9c2; color: var(--ink); background: rgba(255,255,255,.58); }
.button-white { color: var(--navy); background: white; }
.button-outline-light { border-color: rgba(255,255,255,.4); color: white; }

.hero { position: relative; overflow: clip; padding-top: 92px; background: radial-gradient(circle at 6% 30%, rgba(116, 219, 135, 0.14), transparent 26rem), linear-gradient(145deg, var(--cream), #f8f8f2 62%, #eef4ef); }
.hero::after { position: absolute; z-index: 0; right: -120px; bottom: 80px; width: 380px; height: 380px; border: 1px solid rgba(15, 70, 60, .1); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 730px; grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr); align-items: center; gap: clamp(44px, 6vw, 90px); padding-block: 70px 56px; }
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.hero-intro { max-width: 590px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.35vw, 1.23rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 13px 24px; margin: 0; padding: 0; color: #49605b; font-size: 0.84rem; font-weight: 650; list-style: none; }
.check { display: inline-grid; width: 19px; height: 19px; margin-right: 6px; place-items: center; border-radius: 50%; color: #23613e; background: #d9f2dc; font-size: 0.72rem; }
.hero-visual { position: relative; min-width: 0; }
.photo-frame { position: relative; height: 570px; overflow: hidden; border-radius: 150px 24px 24px 24px; box-shadow: var(--shadow); }
.photo-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4, 32, 33, .58)); }
.availability-card { position: absolute; right: 24px; bottom: 26px; left: 24px; display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 17px; color: white; background: rgba(9, 39, 40, .84); backdrop-filter: blur(14px); }
.avatar { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #163a30; background: var(--green); font-size: .8rem; font-weight: 900; }
.availability-copy { display: grid; line-height: 1.35; }
.availability-copy small { color: #a9c7bf; font-size: .67rem; }
.availability-copy strong { font-family: "Manrope"; font-size: .9rem; }
.availability-copy span { margin-top: 3px; color: #d4e5e0; font-size: .69rem; }
.availability-copy i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #86df91; box-shadow: 0 0 0 4px rgba(134,223,145,.12); }
.verified { display: grid; width: 25px; height: 25px; margin-left: auto; place-items: center; border-radius: 50%; color: #0b4330; background: var(--green); font-size: .75rem; font-weight: 900; }
.image-label { position: absolute; top: 27px; left: 25px; display: grid; gap: 3px; padding: 12px 15px; border-radius: 12px; color: white; background: rgba(7, 37, 39, .76); backdrop-filter: blur(12px); }
.image-label span { color: #9fdcae; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.image-label strong { font-size: .72rem; font-weight: 600; }
.proof-bar { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; border-top: 1px solid rgba(17, 66, 58, .14); }
.proof-bar > div { min-height: 112px; padding: 24px 28px; border-right: 1px solid rgba(17, 66, 58, .14); }
.proof-bar > div:first-child { padding-left: 0; }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { font-family: "Manrope"; font-size: 1.32rem; letter-spacing: -.04em; }
.proof-bar span { color: #637572; font-size: .75rem; }
.proof-note { display: flex; flex-direction: column; justify-content: center; border-right: 0 !important; }
.proof-note span { color: #438162; font-weight: 700; }
.proof-note strong { margin-top: 3px; font-size: 1rem; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:not(.eyebrow) { max-width: 600px; color: var(--ink-soft); font-size: 1.02rem; }
.split-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > div { max-width: 700px; }
.split-heading > p { max-width: 370px !important; margin-bottom: 8px; }
.audience { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-card { position: relative; min-height: 520px; overflow: hidden; padding: clamp(34px, 4vw, 58px); border-radius: var(--radius-lg); }
.client-card { border: 1px solid var(--line); background: linear-gradient(150deg, #f0f7f0, #fbfcf6); }
.professional-card { color: white; background: radial-gradient(circle at 100% 0, rgba(112, 216, 132, .2), transparent 22rem), var(--navy); }
.card-number { position: absolute; top: 30px; right: 32px; color: rgba(16, 43, 45, .15); font-family: "Manrope"; font-size: 4.5rem; font-weight: 800; letter-spacing: -.08em; }
.professional-card .card-number { color: rgba(255,255,255,.12); }
.audience-icon { display: grid; width: 58px; height: 58px; margin-bottom: 54px; place-items: center; border-radius: 17px; color: var(--navy); background: var(--green); }
.audience-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.audience-card h3 { max-width: 500px; margin-bottom: 18px; font-size: clamp(1.7rem, 2.6vw, 2.45rem); }
.audience-card > p:not(.mini-label) { max-width: 520px; color: #61716f; }
.professional-card .mini-label { color: #83dd8d; }
.professional-card > p:not(.mini-label), .professional-card li { color: #bad0ca; }
.audience-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 40px; padding: 0; list-style: none; }
.audience-card li { padding: 8px 12px; border: 1px solid rgba(13, 67, 54, .15); border-radius: 999px; color: #365d51; font-size: .73rem; font-weight: 700; }
.professional-card li { border-color: rgba(255,255,255,.14); }
.arrow-link { display: inline-flex; align-items: center; gap: 13px; color: #123c35; font-weight: 800; }
.arrow-link span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #dff2df; transition: transform 160ms ease; }
.arrow-link:hover span { transform: translateX(4px); }
.arrow-link.light { color: white; }
.arrow-link.light span { color: var(--navy); background: var(--green); }

.assignments { background: #f1f4ef; }
.assignment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.assignment-card { display: flex; min-height: 410px; flex-direction: column; padding: 28px; border: 1px solid #dce3dd; border-radius: var(--radius); background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.assignment-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.assignment-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 34px; }
.category { color: #38735b; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fresh { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px; border-radius: 999px; color: #26603f; background: var(--green-pale); font-size: .66rem; font-weight: 800; }
.fresh i { width: 6px; height: 6px; border-radius: 50%; background: #51bd66; }
.fresh.neutral { color: #66736f; background: #edf1ee; }
.assignment-card h3 { margin-bottom: 7px; font-size: 1.55rem; }
.location { margin-bottom: 24px; color: #72817d; font-size: .87rem; }
.assignment-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-block: 20px; border-block: 1px solid #e5e9e6; }
.assignment-meta span { font-size: .75rem; font-weight: 700; }
.assignment-meta small { display: block; margin-bottom: 4px; color: #87938f; font-size: .62rem; font-weight: 600; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 20px 0; }
.tag-row span { padding: 6px 9px; border-radius: 6px; color: #536862; background: #f0f4f1; font-size: .65rem; font-weight: 700; }
.assignment-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 4px; color: #266a50; font-size: .82rem; font-weight: 800; }
.assignment-card > a span { font-size: 1.1rem; }
.center-action { display: grid; margin-top: 42px; place-items: center; }
.center-action p { margin: 13px 0 0; color: #73807d; font-size: .76rem; }
.center-action p a { color: #286b50; text-decoration: underline; }

.how { color: white; background: radial-gradient(circle at 8% 80%, rgba(122, 220, 139, .13), transparent 27rem), var(--navy); }
.how-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); }
.how-intro { position: sticky; top: 140px; align-self: start; }
.how-intro h2 { max-width: 500px; }
.how-intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 34px; color: #abc3bd; font-size: 1.04rem; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 42px 0; border-top: 1px solid var(--line-dark); }
.steps-list li:last-child { border-bottom: 1px solid var(--line-dark); }
.step-index { color: var(--green); font-family: "Manrope"; font-size: 1.2rem; font-weight: 800; }
.steps-list h3 { margin-bottom: 10px; font-size: 1.45rem; }
.steps-list p { max-width: 530px; margin: 0; color: #aac0ba; }

.knowledge { background: var(--paper); }
.knowledge .split-heading { align-items: center; }
.knowledge-grid { display: grid; grid-template-columns: 1.32fr .68fr; gap: 20px; }
.featured-article { display: grid; overflow: hidden; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #f5f7f1; }
.article-art { position: relative; display: flex; min-height: 430px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 32px; color: white; background: radial-gradient(circle at 0 0, rgba(132, 221, 142, .38), transparent 20rem), #123c3e; }
.article-art::after { position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; border: 35px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.art-label { position: absolute; top: 27px; left: 27px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-art strong { position: relative; z-index: 1; font-family: "Manrope"; font-size: 5rem; line-height: .8; letter-spacing: -.08em; }
.article-art-image { padding: 0; }
.article-art-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-art-image::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,32,33,.3)); content: ""; }
.art-lines { position: absolute; top: 100px; right: 20px; left: 20px; display: grid; gap: 17px; transform: rotate(-17deg); }
.art-lines i { height: 1px; background: rgba(131,221,141,.3); }
.article-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4vw, 56px); }
.article-meta { display: flex; gap: 16px; margin-bottom: 26px; color: #667973; font-size: .68rem; font-weight: 700; }
.article-copy h3 { margin-bottom: 18px; font-size: clamp(1.65rem, 2.5vw, 2.25rem); }
.article-copy p { color: #60716e; }
.article-copy a { margin-top: 18px; color: #24694f; font-weight: 800; }
.article-list { display: grid; gap: 12px; }
.compact-article { display: flex; min-height: 132px; align-items: center; justify-content: space-between; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform 160ms ease, border-color 160ms ease; }
.compact-article:hover { transform: translateX(4px); border-color: #9ebfac; }
.article-type { color: #3b7a60; font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.compact-article h3 { margin: 7px 0; font-size: 1rem; }
.compact-article p { margin: 0; color: #81908c; font-size: .66rem; }
.round-arrow { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #23634b; background: var(--green-pale); }

.final-cta { padding-block: 32px; background: var(--paper); }
.cta-inner { display: flex; min-height: 380px; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(45px, 6vw, 78px); border-radius: var(--radius-lg); color: white; background: radial-gradient(circle at 80% 10%, rgba(131,221,141,.3), transparent 28rem), var(--navy); }
.cta-inner > div:first-child { max-width: 650px; }
.cta-inner h2 { margin-bottom: 14px; }
.cta-inner p:not(.eyebrow) { max-width: 580px; margin: 0; color: #b9ccc7; }
.cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }

.site-footer { padding-top: 92px; color: #bed0cb; background: #061d1f; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 65px; padding-bottom: 80px; }
.footer-logo { margin-bottom: 24px; color: white; }
.footer-logo .logo-mark { color: var(--green); }
.footer-brand p { max-width: 330px; color: #879f99; }
.footer-grid h2 { margin-bottom: 22px; color: white; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a, .footer-grid span { color: #8fa69f; font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #68807a; font-size: .68rem; }
.footer-bottom div { display: flex; gap: 25px; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

/* Nova-managed editorial pages */
.content-main, .archive-main, .author-page { padding-top: 92px; }
.resource-header, .archive-hero, .author-hero { padding-block: clamp(84px, 9vw, 128px) clamp(52px, 6vw, 82px); background: radial-gradient(circle at 8% 20%, rgba(116,219,135,.15), transparent 25rem), linear-gradient(145deg, var(--cream), #f8faf5); }
.resource-header-inner { max-width: 980px; margin-left: max(24px, calc((100vw - 1200px) / 2)); }
.resource-header h1, .archive-hero h1, .author-hero h1 { max-width: 1050px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.5vw, 5.5rem); }
.resource-intro, .archive-intro, .author-bio { max-width: 780px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.7; }
.resource-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 34px; margin-top: 38px; color: #405754; }
.byline-author { display: flex; align-items: center; gap: 12px; padding-right: 32px; border-right: 1px solid #cbd8d0; }
.byline-photo, .byline-photo img { display: block; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.byline-author span:last-child, .byline-detail { display: grid; line-height: 1.3; }
.byline-author small, .byline-detail small { color: #748680; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.byline-author strong, .byline-detail time { font-size: .86rem; font-weight: 800; }
.resource-updated { margin-top: 28px; color: #657772; font-size: .86rem; }
.resource-banner { height: clamp(210px, 30vw, 390px); margin-top: clamp(34px, 4vw, 58px); overflow: hidden; border-radius: 24px; box-shadow: 0 24px 60px rgba(8,42,43,.1); }
.resource-banner img { width: 100%; height: 100%; object-fit: cover; }
.resource-body { max-width: 840px; padding-block: clamp(64px, 8vw, 112px); }
.entry-content { color: #263f40; font-size: 1.08rem; line-height: 1.82; }
.entry-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.entry-content > .alignwide { max-width: 1040px; margin-left: 50%; transform: translateX(-50%); }
.entry-content h2 { margin-top: 2.25em; margin-bottom: .65em; font-size: clamp(2rem, 3.4vw, 3.1rem); }
.entry-content h3 { margin-top: 2em; margin-bottom: .6em; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.entry-content a { color: #21694d; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .17em; }
.entry-content blockquote { margin-block: 2.2em; padding: 28px 32px; border-left: 5px solid var(--green-strong); border-radius: 0 16px 16px 0; background: #f1f7f0; font-family: "Manrope"; font-size: 1.2rem; }
.entry-content img { height: auto; border-radius: 18px; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content li { margin-bottom: .55em; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 14px 40px rgba(8,42,43,.06); }
.inline-cta > div { display: grid; }
.inline-cta strong { font-family: "Manrope"; font-size: 1.08rem; }
.inline-cta span { color: var(--ink-soft); font-size: .86rem; }
.inline-cta .button { flex: 0 0 auto; min-height: 46px; }
.resource-sources { margin-top: 66px; padding-top: 40px; border-top: 1px solid var(--line); }
.resource-sources h2 { font-size: 1.65rem; }
.resource-sources li { margin-bottom: 10px; }
.resource-sources a { color: #21694d; text-decoration: underline; }
.resource-final-cta { margin-bottom: 80px; color: white; background: var(--navy); }
.resource-final-cta-inner { display: flex; min-height: 290px; align-items: center; justify-content: space-between; gap: 40px; padding-block: 55px; }
.resource-final-cta h2 { max-width: 650px; margin: 0; font-size: clamp(2.15rem, 4vw, 3.7rem); }
.author-card { display: grid; max-width: 900px; grid-template-columns: 112px 1fr; gap: 30px; margin-bottom: 100px; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: #f5f7f1; }
.author-card-photo { width: 112px; height: 112px; align-self: start; }
.author-card-photo img, .author-hero-photo img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.author-card h2 { margin-bottom: 4px; font-size: 1.65rem; }
.author-role { margin-bottom: 12px; color: #347052; font-weight: 800; }
.author-card p:not(.mini-label):not(.author-role) { color: var(--ink-soft); }
.author-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.author-card .author-links a { color: #21694d; font-size: .86rem; font-weight: 800; }
.product-overview { padding-top: 86px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { display: flex; min-height: 260px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.product-card h3 { font-size: 1.35rem; }
.product-card p { color: var(--ink-soft); }
.product-card .arrow-link { margin-top: auto; }
.archive-hero .shell { max-width: 1200px; }
.archive-content, .author-publications { padding-block: clamp(72px, 8vw, 112px); }
.content-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
.content-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.content-card-image { display: block; height: 230px; overflow: hidden; background: var(--navy); }
.content-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.content-card:hover .content-card-image img { transform: scale(1.025); }
.content-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--green); font-family: "Manrope"; font-size: 1.25rem; font-weight: 800; background: radial-gradient(circle at 15% 15%, rgba(131,221,141,.25), transparent 13rem), var(--navy); }
.content-card-copy { display: flex; min-height: 330px; flex-direction: column; padding: 28px; }
.content-card-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: #71817d; font-size: .68rem; font-weight: 700; }
.content-card-meta span { color: #347052; letter-spacing: .07em; text-transform: uppercase; }
.content-card h2 { margin-bottom: 13px; font-size: 1.45rem; letter-spacing: -.035em; }
.content-card p { color: var(--ink-soft); font-size: .9rem; }
.content-card-author { margin: auto 0 16px; color: #60736e; font-size: .75rem; font-weight: 700; }
.content-card .arrow-link { font-size: .83rem; }
.empty-state { padding: 70px; border: 1px dashed #b9c8bf; border-radius: 20px; text-align: center; background: #f7f8f3; }
.empty-state h2 { font-size: 2rem; }
.author-hero-inner { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: clamp(34px, 6vw, 80px); }
.author-hero-photo { width: 180px; height: 180px; }
.author-hero h1 { margin-bottom: 10px; }
.author-hero .author-links { margin-top: 28px; }

@media (max-width: 900px) {
  .content-card-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .resource-header-inner { margin-inline: auto; }
}

@media (max-width: 1100px) {
  .main-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 0.92fr; gap: 36px; }
  h1 { font-size: clamp(3rem, 6vw, 4.8rem); }
  .photo-frame { height: 520px; }
  .assignment-grid { grid-template-columns: 1fr 1fr; }
  .assignment-card:last-child { display: none; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .article-list { grid-template-columns: repeat(3, 1fr); }
  .compact-article { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 700px); }
  .section { padding-block: 80px; }
  .site-header { background: rgba(255, 254, 249, 0.94); backdrop-filter: blur(14px); }
  .header-inner { min-height: 76px; }
  .logo-copy small, .header-actions { display: none; }
  .menu-button { display: block; margin-left: auto; cursor: pointer; }
  .main-nav { position: absolute; top: 67px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { padding: 13px 12px; border-radius: 10px; }
  .main-nav a:hover { background: #f2f6f2; }
  .hero { padding-top: 76px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 66px 32px; }
  .hero-copy { max-width: none; }
  .hero-visual { margin-top: 12px; }
  .photo-frame { height: 490px; border-radius: 100px 22px 22px 22px; }
  .proof-bar { grid-template-columns: repeat(3, 1fr); }
  .proof-note { display: none !important; }
  .proof-bar > div { padding: 20px 12px; }
  .audience-grid, .how-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .how-intro { position: static; }
  .assignment-grid { grid-template-columns: 1fr; }
  .assignment-card:last-child { display: flex; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .featured-article { grid-template-columns: 1fr; }
  .article-art { min-height: 300px; }
  .article-list { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; flex-direction: row; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .content-main, .archive-main, .author-page { padding-top: 76px; }
  .resource-final-cta-inner, .inline-cta { align-items: flex-start; flex-direction: column; }
  .resource-final-cta .cta-actions { width: 100%; }
}

@media (max-width: 540px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  h2 { font-size: 2.45rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .photo-frame { height: 430px; border-radius: 72px 18px 18px 18px; }
  .photo-frame > img { object-position: 62% center; }
  .image-label { right: 18px; left: 18px; }
  .availability-card { right: 14px; bottom: 14px; left: 14px; padding: 13px; }
  .proof-bar { grid-template-columns: 1fr; padding-block: 12px; }
  .proof-bar > div { min-height: auto; padding: 13px 0 !important; border-right: 0; border-bottom: 1px solid rgba(17,66,58,.12); }
  .proof-bar > div:last-child { border-bottom: 0; }
  .proof-bar strong, .proof-bar span { display: inline; }
  .proof-bar strong { margin-right: 8px; font-size: 1.05rem; }
  .audience-card { padding: 31px 24px; border-radius: 23px; }
  .audience-icon { margin-bottom: 42px; }
  .card-number { font-size: 3.5rem; }
  .assignment-meta { grid-template-columns: 1fr 1fr; }
  .steps-list li { grid-template-columns: 52px 1fr; }
  .featured-article { border-radius: 22px; }
  .article-copy { padding: 30px 24px 34px; }
  .cta-inner { padding: 38px 25px; border-radius: 23px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 24px; }
  .content-card-grid, .product-grid { grid-template-columns: 1fr; }
  .resource-byline { align-items: flex-start; flex-direction: column; }
  .byline-author { width: 100%; padding: 0 0 16px; border-right: 0; border-bottom: 1px solid #cbd8d0; }
  .resource-banner { width: calc(100% - 32px); height: 220px; border-radius: 17px; }
  .resource-body { width: min(100% - 40px, 760px); }
  .entry-content { font-size: 1rem; }
  .author-card { width: min(100% - 32px, 900px); grid-template-columns: 72px 1fr; gap: 18px; padding: 24px 20px; }
  .author-card-photo { width: 72px; height: 72px; }
  .author-hero-inner { grid-template-columns: 1fr; }
  .author-hero-photo { width: 120px; height: 120px; }
  .inline-cta { width: min(100% - 32px, 1200px); }
}

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