:root {
  --ink: #17231d;
  --ink-soft: #51615a;
  --paper: #f4f3ed;
  --surface: #fffefa;
  --line: #d9ded8;
  --green: #b9f04b;
  --green-dark: #204e38;
  --mint: #e5f5d2;
  --shadow: 0 26px 70px rgba(28, 48, 38, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(185, 240, 75, .16), transparent 28rem),
    var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, textarea, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 40px));
  height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.brand > span:last-child > span { color: #6b8e19; }
.brand-mark { width: 28px; height: 28px; display: flex; align-items: end; gap: 3px; padding: 6px; border-radius: 9px; background: var(--ink); transform: rotate(-2deg); }
.brand-mark span { display: block; width: 4px; border-radius: 3px; background: var(--green); }
.brand-mark span:nth-child(1) { height: 7px; }
.brand-mark span:nth-child(2) { height: 14px; }
.brand-mark span:nth-child(3) { height: 10px; }
.site-header > nav { display: flex; gap: 28px; font-size: 14px; color: var(--ink-soft); }
.site-header > nav a:hover { color: var(--ink); }
.header-cta { justify-self: end; padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 600; transition: .2s ease; }
.header-cta:hover { color: white; background: var(--ink); transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.62); cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; display: block; margin: 3px auto; border-radius: 2px; background: var(--ink); transition: .2s ease; }
.mobile-nav { position: absolute; top: 66px; right: 0; width: min(280px, calc(100vw - 28px)); padding: 10px; flex-direction: column; gap: 3px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: 12px 13px; border-radius: 9px; color: var(--ink-soft); font-size: 14px; }
.mobile-nav a:hover { color: var(--ink); background: var(--mint); }

.hero { width: min(950px, calc(100% - 40px)); padding: 92px 0 58px; margin: 0 auto; text-align: center; }
.eyebrow, .section-kicker { color: var(--green-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(185,240,75,.2); }
.hero h1 { margin: 22px 0 24px; font: 800 clamp(54px, 8vw, 100px)/.91 Manrope, sans-serif; letter-spacing: -.075em; }
.hero h1 em { color: var(--green-dark); font-style: normal; }
.hero > p { width: min(620px, 100%); margin: 0 auto; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.hero-proof { display: flex; justify-content: center; gap: 32px; margin-top: 38px; color: var(--ink-soft); font-size: 13px; }
.hero-proof strong { color: var(--ink); font-size: 15px; }

.tool-shell { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: 32px; border: 1px solid rgba(23,35,29,.12); border-radius: 32px; background: rgba(255,254,250,.86); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.tool-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; padding: 0 4px 26px; }
.tool-heading h2 { margin: 7px 0 0; font: 800 clamp(30px, 4vw, 46px)/1.05 Manrope, sans-serif; letter-spacing: -.05em; }
.privacy-chip { display: flex; align-items: center; gap: 7px; padding: 9px 12px; color: var(--green-dark); background: var(--mint); border-radius: 999px; font-size: 12px; font-weight: 600; }
.privacy-chip svg { width: 15px; fill: currentColor; }
.controls { display: grid; grid-template-columns: minmax(240px, 1fr) auto auto; gap: 20px 24px; align-items: end; padding: 20px; border: 1px solid var(--line); border-bottom: 0; border-radius: 18px 18px 0 0; background: #f8f8f3; }
.control-label, .target-control > span, .language-control > span, .focus-control > span { display: block; margin-bottom: 8px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.purpose-control, .focus-control { grid-column: 1 / -1; }
.purpose-options { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; }
.purpose-option { min-height: 62px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink-soft); background: rgba(255,255,255,.7); cursor: pointer; text-align: left; transition: .18s ease; }
.purpose-option:hover { border-color: #9caaa1; background: white; }
.purpose-option.active { color: white; border-color: var(--ink); background: var(--ink); }
.purpose-option strong, .purpose-option span { display: block; }
.purpose-option strong { color: inherit; font-size: 13px; }
.purpose-option span { margin-top: 3px; color: inherit; opacity: 1; font-size: 10px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.segment { padding: 8px 13px; border: 0; border-radius: 7px; color: var(--ink-soft); background: transparent; cursor: pointer; font-size: 13px; font-weight: 600; }
.segment.active { color: white; background: var(--ink); }
.segment:disabled { cursor: default; }
.control-disabled { opacity: .43; }
.target-control select, .language-control select { min-width: 150px; height: 39px; padding: 0 34px 0 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: 13px; outline: none; }
.focus-control small { margin-left: 5px; color: #647169; font-size: 9px; letter-spacing: .03em; }
.focus-control input { width: 100%; height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); background: white; font-size: 13px; }
.focus-control input:focus, .target-control select:focus, .language-control select:focus { border-color: #87978e; box-shadow: 0 0 0 3px rgba(32,78,56,.08); }

.workspace { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 0 0 18px 18px; overflow: hidden; background: var(--surface); }
.editor-panel { min-width: 0; height: 500px; display: grid; grid-template-rows: auto 1fr auto; background: var(--surface); }
.result-panel { grid-template-rows: auto 1fr auto auto; border-left: 1px solid var(--line); }
.panel-topline { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel-topline h3 { margin: 0; font-size: 13px; font-weight: 700; }
.result-heading { display: flex; align-items: center; gap: 9px; }
.result-state { padding: 4px 7px; border-radius: 999px; color: var(--green-dark); background: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.result-state.fallback, .result-state.error { color: #784d13; background: #ffedc8; }
.result-state.stale, .result-state.edited { color: #4d5d55; background: #e9ece9; }
.result-state.working { animation: statePulse 1s infinite alternate; }
@keyframes statePulse { to { opacity: .48; } }
.panel-actions { display: flex; align-items: center; gap: 7px; }
.text-button, .icon-button { border: 0; color: var(--green-dark); background: transparent; cursor: pointer; }
.text-button { font-size: 12px; font-weight: 700; }
.icon-button { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; }
.icon-button:hover:not(:disabled) { background: var(--mint); }
.icon-button:disabled { opacity: .28; cursor: default; }
.icon-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
textarea { width: 100%; min-height: 0; padding: 22px; resize: none; border: 0; outline: none; color: var(--ink); background: transparent; font-size: 16px; line-height: 1.75; }
textarea::placeholder { color: #9da59f; }
.panel-footer { height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #59675f; font-size: 11px; }
.upload-button { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); cursor: pointer; font-weight: 600; }
.upload-button:hover { color: var(--ink); }
.upload-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.result-scroll { min-height: 0; overflow-y: auto; }
.result { min-height: 100%; padding: 22px; font-size: 16px; line-height: 1.75; }
.result[contenteditable="true"] { outline: none; }
.result[contenteditable="true"]:focus { box-shadow: inset 0 0 0 2px rgba(32,78,56,.12); }
.result p { margin: 0; }
.result p + p { margin-top: 13px; }
.result h4 { margin: 18px 0 7px; font: 700 13px Manrope, sans-serif; color: var(--green-dark); text-transform: uppercase; letter-spacing: .06em; }
.result h4:first-child { margin-top: 0; }
.result ul { margin: 0; padding-left: 22px; }
.result li { padding-left: 5px; margin-bottom: 12px; }
.result.empty { display: grid; place-items: center; color: #66736c; text-align: center; }
.empty-state { max-width: 260px; }
.empty-state p { margin-top: 14px; color: var(--ink-soft); font-weight: 600; }
.empty-state span { display: block; margin-top: 4px; font-size: 12px; }
.empty-icon { width: 54px; height: 54px; margin: auto; display: grid; place-items: center; border-radius: 17px; background: var(--mint); }
.empty-icon svg { width: 34px; fill: none; stroke: var(--green-dark); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.result-footer { justify-content: flex-end; gap: 16px; }
.result-tools { padding: 10px 16px; display: flex; flex-wrap: wrap; gap: 7px; border-top: 1px solid var(--line); }
.result-tools[hidden] { display: none; }
.result-tools button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-dark); background: white; cursor: pointer; font-size: 10px; font-weight: 700; }
.result-tools button:hover:not(:disabled) { border-color: #9ca9a1; background: var(--mint); }
.evidence { margin: 0 18px 20px; padding: 17px; border: 1px solid #dce4dc; border-radius: 14px; background: #f6faef; }
.evidence[hidden] { display: none; }
.evidence > h4 { margin: 0; font: 700 12px Manrope, sans-serif; }
.evidence-note { margin: 4px 0 12px; color: #718078; font-size: 10px; line-height: 1.5; }
.evidence details { border-top: 1px solid #dce4dc; border-bottom: 0; }
.evidence summary { padding: 10px 26px 10px 0; color: var(--ink-soft); font-size: 11px; font-weight: 600; line-height: 1.45; }
.evidence summary::after { top: 6px; right: 2px; font-size: 18px; }
.evidence blockquote { margin: 0 0 11px; padding: 10px 12px; border-left: 3px solid var(--green); color: var(--ink); background: white; font-size: 11px; line-height: 1.55; }
.mobile-action-row { display: none; }
.action-row { display: flex; justify-content: center; padding: 18px 0 2px; }
.summarize-button { min-width: 168px; height: 46px; padding: 0 17px 0 21px; display: flex; justify-content: center; align-items: center; gap: 10px; border: 0; border-radius: 999px; color: var(--ink); background: var(--green); box-shadow: 0 8px 24px rgba(34,62,47,.22); cursor: pointer; font-size: 13px; font-weight: 800; transition: .2s ease; }
.summarize-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(34,62,47,.28); }
.summarize-button:disabled { filter: grayscale(1); opacity: .45; cursor: default; }
.summarize-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.summarize-button.loading svg { animation: nudge .65s infinite alternate; }
@keyframes nudge { to { transform: translateX(3px); } }
.tool-note { margin: 10px 0 -4px; color: #748078; text-align: center; font-size: 11px; }

.benefits { width: min(1120px, calc(100% - 40px)); margin: 150px auto 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.benefits h2, .use-cases h2, .faq h2 { margin: 14px 0 22px; font: 800 clamp(40px, 5vw, 64px)/1.02 Manrope, sans-serif; letter-spacing: -.06em; }
.benefits-intro > p { max-width: 430px; color: var(--ink-soft); line-height: 1.7; }
.benefit-grid { border-top: 1px solid #cbd1cc; }
.benefit-grid article { display: grid; grid-template-columns: 48px 160px 1fr; gap: 12px; align-items: start; padding: 28px 0; border-bottom: 1px solid #cbd1cc; }
.benefit-grid span { color: #839087; font-size: 11px; }
.benefit-grid h3 { margin: 0; font: 700 16px Manrope, sans-serif; }
.benefit-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.use-cases { width: min(1120px, calc(100% - 40px)); margin: 150px auto 0; text-align: center; }
.use-case-row { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #cad1cb; border-radius: 22px; overflow: hidden; text-align: left; }
.use-case-row > div { min-height: 220px; padding: 27px; border-right: 1px solid #cad1cb; background: rgba(255,255,255,.3); }
.use-case-row > div:last-child { border-right: 0; }
.case-icon { width: 40px; height: 40px; margin-bottom: 50px; display: grid; place-items: center; border-radius: 12px; color: var(--green-dark); background: var(--mint); font-size: 20px; }
.use-case-row strong { display: block; font: 700 17px Manrope, sans-serif; }
.use-case-row p { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.faq { width: min(1040px, calc(100% - 40px)); margin: 150px auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid #cbd1cc; }
details { border-bottom: 1px solid #cbd1cc; }
summary { padding: 23px 40px 23px 0; position: relative; cursor: pointer; list-style: none; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 24px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -6px 40px 23px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.closing-cta { padding: 70px 30px; color: white; background: var(--ink); text-align: center; }
.closing-cta p { margin: 0 0 18px; color: #aebbb4; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.closing-cta a { display: inline-block; font: 800 clamp(34px, 5vw, 62px) Manrope, sans-serif; letter-spacing: -.06em; }
.closing-cta a span { color: var(--green); }
footer { min-height: 120px; padding: 30px max(24px, calc((100% - 1120px)/2)); display: flex; align-items: center; gap: 24px; color: var(--ink-soft); background: #e9eae3; font-size: 12px; }
.footer-brand { margin-right: auto; color: var(--ink); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; }
.footer-nav a:hover { color: var(--ink); }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 24px; transform: translate(-50%, 20px); padding: 11px 16px; border-radius: 999px; color: white; background: var(--ink); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .25s ease; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Resources and policy pages */
.inner-page { min-height: calc(100vh - 196px); }
.page-hero { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 104px 0 70px; }
.page-hero.compact { padding-bottom: 48px; }
.page-hero h1 { max-width: 900px; margin: 17px 0 22px; font: 800 clamp(50px, 7vw, 88px)/.96 Manrope, sans-serif; letter-spacing: -.07em; }
.page-hero > p { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.resource-main { padding: 84px 0 130px; }
.resource-browser { width: min(1160px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 64px; align-items: start; }
.resource-sidebar { position: sticky; top: 24px; padding: 24px 18px 18px; border: 1px solid #cbd2cc; border-radius: 20px; background: rgba(255,255,255,.46); box-shadow: 0 12px 36px rgba(28,48,38,.05); }
.sidebar-label { display: block; padding: 0 10px 13px; color: #7b8880; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.resource-sidebar nav { display: block; }
.resource-sidebar nav a { min-height: 43px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; color: var(--ink-soft); font-size: 13px; }
.resource-sidebar nav a:hover { color: var(--ink); background: rgba(229,245,210,.58); }
.resource-sidebar nav a.active { color: var(--ink); background: var(--mint); font-weight: 700; }
.resource-sidebar nav b { color: #94a098; font-size: 10px; font-weight: 600; }
.resource-sidebar nav a.active b { color: var(--green-dark); }
.sidebar-note { margin-top: 18px; padding: 16px 12px 2px; border-top: 1px solid #d7dcd8; }
.sidebar-note span { padding: 4px 7px; border-radius: 999px; color: var(--green-dark); background: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sidebar-note p { margin: 10px 0 0; color: #748078; font-size: 11px; line-height: 1.55; }
.feed-header { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.feed-header .section-kicker { grid-column: 1 / -1; }
.feed-header h1 { margin: 10px 0 0; font: 800 clamp(48px, 6vw, 76px)/1 Manrope, sans-serif; letter-spacing: -.065em; }
.feed-header p { max-width: 340px; margin: 0 0 8px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; text-align: right; }
.article-search { height: 52px; margin-top: 34px; padding: 0 16px; display: flex; align-items: center; gap: 11px; border: 1px solid #cbd2cc; border-radius: 13px; background: rgba(255,255,255,.55); transition: .2s ease; }
.article-search:focus-within { border-color: #7e9185; box-shadow: 0 0 0 4px rgba(32,78,56,.08); background: white; }
.article-search svg { width: 19px; fill: none; stroke: #718078; stroke-width: 1.7; stroke-linecap: round; }
.article-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.article-search input::placeholder { color: #929c96; }
.article-search kbd { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #d2d7d3; border-radius: 6px; color: #7d8982; background: #f3f4ef; font: 11px "DM Sans", sans-serif; }
.feed-accent { height: 3px; margin: 22px 0 10px; border-radius: 99px; background: linear-gradient(90deg, var(--green-dark), var(--green) 58%, #e8ef75); }
.article-row { min-height: 160px; padding: 26px 6px; display: grid; grid-template-columns: 28px minmax(0,1fr) 82px; gap: 16px; align-items: start; border-bottom: 1px solid #cfd5d0; transition: .2s ease; }
.article-row:hover { padding-left: 13px; padding-right: 13px; border-radius: 12px; background: rgba(255,255,255,.5); }
.article-arrow { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--mint); font-size: 12px; transition: .2s ease; }
.article-row:hover .article-arrow { color: var(--ink); background: var(--green); transform: rotate(8deg); }
.article-category { color: var(--green-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-row h2 { margin: 7px 0 9px; font: 700 clamp(18px, 2.2vw, 24px)/1.25 Manrope, sans-serif; letter-spacing: -.035em; }
.article-row p { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.article-meta { padding-top: 27px; color: #7f8b84; font-size: 10px; text-align: right; white-space: nowrap; }
.search-empty { min-height: 360px; padding: 50px 20px; place-items: center; align-content: center; text-align: center; border-bottom: 1px solid #cfd5d0; }
.search-empty:not([hidden]) { display: grid; }
.search-empty span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: var(--green-dark); background: var(--mint); font-size: 25px; }
.search-empty h2 { margin: 17px 0 6px; font: 700 21px Manrope, sans-serif; }
.search-empty p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: #758179; font-size: 12px; }
.breadcrumb a:hover { color: var(--ink); }
.category-layout { width: min(1120px, calc(100% - 40px)); margin: 0 auto 130px; display: grid; grid-template-columns: 250px 1fr; gap: 70px; }
.category-nav { position: sticky; top: 24px; align-self: start; padding: 20px; display: block; border: 1px solid #cad1cb; border-radius: 18px; background: rgba(255,255,255,.4); }
.category-nav > span { display: block; margin-bottom: 13px; color: #7a867f; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.category-nav a { display: block; padding: 9px 11px; border-radius: 9px; color: var(--ink-soft); font-size: 13px; }
.category-nav a:hover, .category-nav a.active { color: var(--ink); background: var(--mint); font-weight: 700; }
.article-list-header { padding-bottom: 22px; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid #cad1cb; }
.article-list-header h2 { margin: 0; font: 800 26px Manrope, sans-serif; letter-spacing: -.04em; }
.article-list-header span { color: #78847d; font-size: 12px; }
.empty-library { min-height: 320px; display: grid; place-items: center; text-align: center; border-bottom: 1px solid #cad1cb; }
.empty-library div { max-width: 420px; }
.empty-library span { width: 54px; height: 54px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 16px; color: var(--green-dark); background: var(--mint); font-size: 24px; }
.empty-library h3 { margin: 0 0 8px; font: 700 20px Manrope, sans-serif; }
.empty-library p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.policy-wrap { width: min(820px, calc(100% - 40px)); margin: 0 auto 130px; }
.policy-meta { margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid #cad1cb; color: #758179; font-size: 12px; }
.policy-content h2 { margin: 46px 0 14px; font: 800 25px Manrope, sans-serif; letter-spacing: -.035em; }
.policy-content h3 { margin: 26px 0 10px; font: 700 17px Manrope, sans-serif; }
.policy-content p, .policy-content li { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.policy-content ul { padding-left: 22px; }
.policy-content a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-header > nav { display: none; }
  .site-header:not(:has(.menu-toggle)) { height: auto; min-height: 76px; padding: 15px 0; grid-template-columns: 1fr; }
  .site-header:not(:has(.menu-toggle)) > nav { width: 100%; padding-bottom: 2px; display: flex; gap: 20px; overflow-x: auto; scrollbar-width: none; }
  .site-header:not(:has(.menu-toggle)) > nav::-webkit-scrollbar { display: none; }
  .site-header:not(:has(.menu-toggle)) .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav:not([hidden]) { display: flex; }
  .hero { padding-top: 70px; }
  .controls { grid-template-columns: 1fr 1fr; }
  .purpose-options { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .format-control { grid-column: 1 / -1; }
  .target-control select, .language-control select { width: 100%; }
  .workspace { grid-template-columns: 1fr; }
  .editor-panel { height: 390px; }
  .result-panel { height: 480px; border-left: 0; border-top: 1px solid var(--line); }
  .mobile-action-row { min-height: 78px; display: flex; align-items: center; justify-content: center; border-top: 1px solid var(--line); background: #f8f8f3; }
  .action-row { display: none; }
  .benefits, .faq { grid-template-columns: 1fr; gap: 42px; }
  .benefit-grid article { grid-template-columns: 40px 130px 1fr; }
  .use-case-row { grid-template-columns: 1fr 1fr; }
  .use-case-row > div:nth-child(2) { border-right: 0; }
  .use-case-row > div:nth-child(-n+2) { border-bottom: 1px solid #cad1cb; }
  .resource-browser { grid-template-columns: 1fr; gap: 28px; }
  .resource-sidebar { position: static; padding: 12px; overflow-x: auto; scrollbar-width: none; }
  .resource-sidebar::-webkit-scrollbar { display: none; }
  .sidebar-label, .sidebar-note { display: none; }
  .resource-sidebar nav { width: max-content; display: flex; gap: 4px; }
  .resource-sidebar nav a { gap: 10px; white-space: nowrap; }
  .category-layout { grid-template-columns: 1fr; gap: 32px; }
  .category-nav { position: static; display: flex; flex-wrap: wrap; gap: 5px; }
  .category-nav > span { width: 100%; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 28px); grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .hero { width: calc(100% - 28px); padding: 54px 0 42px; text-align: left; }
  .hero h1 { font-size: clamp(49px, 16vw, 72px); }
  .hero > p { font-size: 16px; }
  .hero-proof { justify-content: flex-start; flex-wrap: wrap; gap: 12px 22px; }
  .tool-shell { width: calc(100% - 16px); padding: 14px; border-radius: 24px; }
  .tool-heading { align-items: flex-start; flex-direction: column; padding-top: 10px; }
  .controls { grid-template-columns: 1fr; gap: 16px; padding: 15px; }
  .purpose-options { grid-template-columns: 1fr 1fr; }
  .format-control, .purpose-control, .focus-control { grid-column: auto; }
  .target-control select, .language-control select { width: 100%; }
  .editor-panel { height: 360px; }
  .result-panel { height: 500px; }
  .panel-topline { padding: 0 14px; }
  .result { padding: 18px; }
  .evidence { margin: 0 14px 16px; }
  .benefits, .use-cases, .faq { width: calc(100% - 32px); margin-top: 100px; }
  .benefit-grid article { grid-template-columns: 32px 1fr; }
  .benefit-grid article p { grid-column: 2; }
  .use-cases { text-align: left; }
  .use-case-row { grid-template-columns: 1fr; }
  .use-case-row > div { min-height: 180px; border-right: 0; border-bottom: 1px solid #cad1cb; }
  .use-case-row > div:last-child { border-bottom: 0; }
  .case-icon { margin-bottom: 30px; }
  .faq { margin-bottom: 100px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; }
  .footer-brand { margin-right: 0; }
  .footer-nav { gap: 11px 18px; }
  .page-hero { width: calc(100% - 32px); padding: 72px 0 44px; }
  .page-hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .category-layout { width: calc(100% - 24px); }
  .article-list-header { align-items: flex-start; flex-direction: column; gap: 7px; }
  .resource-main { padding: 50px 0 90px; }
  .resource-browser { width: calc(100% - 24px); }
  .feed-header { display: block; }
  .feed-header p { margin-top: 12px; text-align: left; }
  .article-search { margin-top: 26px; }
  .article-row { grid-template-columns: 26px minmax(0,1fr); min-height: 0; padding: 23px 2px; }
  .article-row:hover { padding-left: 7px; padding-right: 7px; }
  .article-meta { grid-column: 2; padding-top: 2px; text-align: left; }
}

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