:root {
  --navy: #071b4a;
  --navy-2: #0b326f;
  --green: #08723d;
  --green-dark: #04562d;
  --orange: #ef7900;
  --ink: #13233e;
  --muted: #5b677a;
  --line: #d7dee8;
  --surface: #f5f8fb;
  --white: #fff;
  --shadow: 0 18px 45px rgba(7, 27, 74, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; transform: translateY(-160%); background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.development-bar { background: linear-gradient(90deg, #f5e5c6, #fff6e7); color: #523100; padding: 8px 20px; text-align: center; font-size: .88rem; border-bottom: 1px solid #edd8b3; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(7,27,74,.09); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; display: inline-flex; }
.brand-mark svg { width: 46px; height: 52px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy b, .footer-brand b { font-size: 1.65rem; color: var(--navy); letter-spacing: -.03em; }
.brand-copy b span, .footer-brand b span { color: var(--green); }
.brand-copy small { font-weight: 700; color: var(--navy); font-size: .72rem; margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .95rem; font-weight: 700; }
.site-nav a { text-decoration: none; color: var(--navy); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green); }
.nav-cta { background: var(--navy); color: #fff !important; padding: 11px 18px; border-radius: 999px; }
.nav-cta:hover { background: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; }
.hero { overflow: hidden; position: relative; background: radial-gradient(circle at 85% 20%, rgba(8,114,61,.17), transparent 30%), radial-gradient(circle at 15% 10%, rgba(11,50,111,.13), transparent 34%), linear-gradient(180deg, #f9fbfd 0%, #fff 100%); padding: 88px 0 74px; }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(8,114,61,.15); border-radius: 50%; right: -220px; bottom: -280px; box-shadow: 0 0 0 60px rgba(8,114,61,.03), 0 0 0 120px rgba(7,27,74,.025); }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { color: var(--navy); font-size: clamp(2.65rem, 6vw, 5.2rem); line-height: .99; letter-spacing: -.055em; margin: 0 0 24px; max-width: 900px; }
h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.04em; margin: 0 0 18px; }
h3 { color: var(--navy); line-height: 1.2; margin: 0 0 8px; }
.hero-lead { font-size: 1.17rem; color: #3e4d66; max-width: 760px; margin: 0 0 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; padding: 13px 22px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(7,27,74,.15); }
.button-primary { background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; }
.button-secondary { background: #fff; color: var(--navy); border-color: #b8c4d6; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; padding: 0; margin: 30px 0 0; font-size: .78rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .07em; }
.trust-strip li::before { content: "✓"; color: var(--green); margin-right: 6px; }
.hero-panel { background: rgba(255,255,255,.92); border: 1px solid rgba(7,27,74,.12); border-radius: 34px; padding: 34px; box-shadow: var(--shadow); }
.partner-orbit { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.partner { aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 14px; border: 8px solid #eef2f7; }
.partner span { font-size: 1.25rem; font-weight: 900; color: var(--navy); }
.partner small { font-size: .72rem; color: var(--muted); margin-top: 8px; }
.partner.human { background: linear-gradient(145deg, #fff, #eaf2ff); border-color: #d8e6fb; }
.partner.ai { background: linear-gradient(145deg, #fff, #e7f7ed); border-color: #c9ead6; }
.plus { font-weight: 900; color: var(--orange); font-size: 2rem; }
.outcome-card { margin-top: 24px; background: linear-gradient(135deg, var(--navy), #0d397e); color: #fff; border-radius: 20px; padding: 20px 22px; }
.outcome-card b { font-size: 1.1rem; }
.outcome-card p { margin: 4px 0 0; color: #d9e5ff; }
.section { padding: 92px 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.split-heading > p { font-size: 1.08rem; color: var(--muted); margin: 0 0 22px; }
.benefit-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.benefit-grid article { border: 1px solid var(--line); border-radius: 20px; padding: 28px; background: #fff; box-shadow: 0 10px 25px rgba(7,27,74,.06); }
.benefit-grid .number { color: var(--green); font-weight: 900; font-size: .8rem; letter-spacing: .1em; }
.benefit-grid h3 { font-size: 1.25rem; margin-top: 24px; }
.benefit-grid p { margin: 0; color: var(--muted); }
.infographic-section { background: var(--surface); }
.infographic-section.alternate { background: #fff; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.infographic-card { margin: 0; background: #fff; border: 1px solid #ccd5e2; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.infographic-card picture { display: block; background: #fff; }
.infographic-card img { width: 100%; height: auto; }
.infographic-card figcaption { min-height: 66px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 20px; border-top: 1px solid var(--line); font-weight: 800; color: var(--navy); }
.figure-actions { display: flex; gap: 18px; }
.text-button { appearance: none; border: 0; background: transparent; padding: 4px 0; color: var(--green); font-size: .9rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.innovation-section { background: linear-gradient(180deg, #f6fbf8 0%, #ffffff 100%); }
.innovation-points { margin: 0 auto 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.innovation-points article { background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 18px; padding: 24px; box-shadow: 0 10px 24px rgba(7,27,74,.05); }
.innovation-points h3 { font-size: 1.06rem; margin-bottom: 8px; }
.innovation-points p { margin: 0; color: var(--muted); }
.skills-section { background: linear-gradient(180deg, #fff 0%, #f7faf8 100%); }
.skills-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.skill-card { position: relative; min-height: 225px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 20px; padding: 26px 22px; box-shadow: 0 10px 24px rgba(7,27,74,.05); transition: transform .2s ease, box-shadow .2s ease; }
.skill-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(7,27,74,.11); }
.skill-card.compare { border-top-color: #236ab7; }
.skill-card.improve, .skill-card.approve { border-top-color: var(--orange); }
.skill-card.defend, .skill-card.assure { border-top-color: #713797; }
.skill-card.discover { border-top-color: #00988e; }
.skill-card.action { border-top-color: #087b73; }
.skill-no { position: absolute; right: 18px; top: 16px; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: .8rem; }
.skill-icon { font-size: 2.1rem; color: var(--green); line-height: 1; margin-bottom: 22px; }
.skill-card h3 { font-size: 1.17rem; text-transform: uppercase; letter-spacing: .01em; }
.skill-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.process-section { background: var(--navy); color: #fff; }
.process-section h2, .process-section h3 { color: #fff; }
.process-section .eyebrow { color: #8be2aa; }
.process-grid { list-style: none; padding: 0; margin: 50px 0 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; counter-reset: none; }
.process-grid li { position: relative; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.055); border-radius: 18px; padding: 22px 16px; }
.process-grid li::after { content: "→"; position: absolute; right: -13px; top: 35px; z-index: 2; color: #75c992; font-weight: 900; }
.process-grid li:last-child::after { display: none; }
.process-grid li > span { width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--navy); display: grid; place-items: center; font-weight: 900; margin-bottom: 40px; }
.process-grid h3 { font-size: 1.05rem; }
.process-grid p { font-size: .86rem; color: #c8d5ed; margin: 0; }
.control-banner { margin-top: 28px; background: #fff; color: var(--navy); text-align: center; border-radius: 14px; padding: 15px 20px; }
.use-cases { background: #fff; }
.use-case-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.use-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.use-case-grid article { border: 1px solid var(--line); border-radius: 16px; padding: 20px; display: flex; gap: 14px; align-items: center; min-height: 90px; }
.use-case-grid span { color: var(--green); font-weight: 900; font-size: .78rem; }
.use-case-grid h3 { margin: 0; font-size: 1rem; }
.governance-section { background: linear-gradient(135deg, #06183f, #0b3c51); color: #fff; }
.governance-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.governance-copy h2 { color: #fff; }
.governance-copy p:not(.eyebrow) { color: #ccdaeb; }
.governance-section .eyebrow { color: #9ce9b8; }
.button.light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); margin-top: 12px; }
.governance-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.governance-points article { padding: 22px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); border-radius: 18px; }
.governance-points b { font-size: 1.03rem; }
.governance-points p { color: #cbd8e8; font-size: .9rem; margin: 8px 0 0; }
.contact-section { background: #f5f8fb; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.direct-email a { color: var(--green); font-weight: 800; }
.contact-form { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 22px; padding: 28px; display: grid; gap: 10px; }
.contact-form label { color: var(--navy); font-weight: 800; font-size: .9rem; margin-top: 5px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #b8c3d3; border-radius: 10px; padding: 12px 13px; color: var(--ink); background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(8,114,61,.16); border-color: var(--green); }
.contact-form .button { margin-top: 8px; border: 0; }
.form-note { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
.statement-section { padding-top: 0; background: #f5f8fb; }
.statement-card { background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--green); border-radius: 18px; padding: 28px 32px; }
.statement-card h2 { font-size: clamp(1.55rem,3vw,2.4rem); }
.statement-card p { color: var(--muted); margin-bottom: 0; }
.site-footer { background: #041334; color: #d7e2f4; padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 44px; }
.footer-brand b { color: #fff; }
.footer-brand p { margin: 4px 0; font-weight: 700; }
.footer-brand small { color: #9fb1cd; }
.footer-grid h2 { color: #fff; font-size: .86rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 14px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: #c4d2e7; text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; color: #8fa4c4; }
.footer-bottom a { color: #cbd7e8; text-decoration: none; }
.lightbox { width: min(96vw, 1600px); max-width: none; border: 0; border-radius: 14px; padding: 0; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox img { width: 100%; height: auto; max-height: 90vh; object-fit: contain; }
.lightbox-close { position: fixed; right: 20px; top: 20px; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--navy); font-size: 1.8rem; line-height: 1; box-shadow: 0 4px 18px rgba(0,0,0,.3); }
.legal-page { background: #f5f8fb; min-height: 100vh; }
.legal-main { padding: 70px 0 100px; }
.legal-card { max-width: 850px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 42px; box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.2rem,5vw,4rem); }
.legal-card h2 { font-size: 1.45rem; margin-top: 34px; }
.legal-card p, .legal-card li { color: #46546b; }

.section-action { margin: -8px 0 34px; }
.centered-action { text-align: center; }
.page-hero { position: relative; overflow: hidden; padding: 88px 0 82px; background: radial-gradient(circle at 85% 20%, rgba(8,114,61,.22), transparent 32%), radial-gradient(circle at 12% 5%, rgba(11,50,111,.14), transparent 34%), linear-gradient(180deg, #f8fbfa 0%, #fff 100%); }
.page-hero::after { content: ""; position: absolute; right: -180px; bottom: -260px; width: 470px; height: 470px; border: 1px solid rgba(8,114,61,.16); border-radius: 50%; box-shadow: 0 0 0 65px rgba(8,114,61,.035), 0 0 0 130px rgba(7,27,74,.025); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.mechanism-hero h1 { max-width: 850px; }
.principle-card { background: linear-gradient(145deg, var(--navy), #0a3d63); color: #fff; border-radius: 28px; padding: 36px; box-shadow: var(--shadow); }
.principle-label { display: inline-block; color: #9ce9b8; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.principle-card blockquote { margin: 24px 0 18px; font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.08; font-weight: 900; letter-spacing: -.035em; }
.principle-card p { color: #d4e2ed; margin: 0; }
.mechanism-intro { background: #fff; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.comparison-card { position: relative; border: 1px solid var(--line); border-radius: 22px; padding: 30px; overflow: hidden; box-shadow: 0 12px 28px rgba(7,27,74,.06); }
.comparison-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--navy-2); }
.comparison-card.governed::before { background: var(--green); }
.comparison-card.governed { background: linear-gradient(145deg, #fff, #f2fbf6); }
.card-kicker { margin: 0 0 8px; color: var(--green); text-transform: uppercase; font-weight: 900; letter-spacing: .1em; font-size: .74rem; }
.comparison-card.traditional .card-kicker { color: var(--navy-2); }
.comparison-card h3 { font-size: 1.35rem; }
.comparison-card ol { margin: 20px 0; padding-left: 1.3rem; color: #46546b; }
.comparison-card li { margin-bottom: 10px; }
.comparison-outcome { border-top: 1px solid var(--line); padding-top: 18px; margin: 18px 0 0; color: var(--muted); font-weight: 700; }
.ai-adds-section { background: var(--surface); }
.capability-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.capability-grid article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px 18px; }
.capability-grid span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e5f5eb; color: var(--green); font-weight: 900; margin-bottom: 22px; }
.capability-grid h3 { font-size: 1.02rem; }
.capability-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.method-section { background: var(--navy); color: #fff; }
.method-section h2, .method-section h3 { color: #fff; }
.method-section .eyebrow { color: #9ce9b8; }
.method-timeline { list-style: none; padding: 0; margin: 46px auto 0; max-width: 980px; display: grid; gap: 16px; }
.method-timeline li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 18px; padding: 20px 24px; }
.method-timeline li > span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--navy); font-weight: 900; }
.method-timeline h3 { margin: 1px 0 5px; font-size: 1.12rem; }
.method-timeline p { margin: 0; color: #cbd8eb; }
.fields-section { background: #fff; }
.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.field-grid article { border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: linear-gradient(145deg, #fff, #f9fbfd); }
.field-grid article:last-child { grid-column: 2 / 3; }
.field-grid h3 { color: var(--green); font-size: 1.08rem; }
.field-grid p { margin: 0; color: var(--muted); }
.guardrails-section { background: linear-gradient(135deg, #071b4a, #0a3e50); color: #fff; }
.guardrails-section h2 { color: #fff; }
.guardrails-section .eyebrow { color: #9ce9b8; }
.results-section { background: var(--surface); }
.results-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.results-grid article { background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 18px; padding: 22px 18px; }
.results-grid h3 { font-size: 1rem; }
.results-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.innovation-cta-section { background: #fff; padding-bottom: 50px; }
.innovation-cta-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; background: linear-gradient(135deg, #edf8f1, #f5f8fd); border: 1px solid #cddfd5; border-radius: 26px; padding: 42px; box-shadow: 0 16px 36px rgba(7,27,74,.08); }
.innovation-cta-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.innovation-cta-card p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
.site-nav a.active { color: var(--green); }

@media (max-width: 980px) {
  .site-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .split-heading, .use-case-layout, .governance-layout, .contact-layout, .page-hero-grid, .innovation-cta-card { grid-template-columns: 1fr; gap: 42px; }
  .innovation-points { grid-template-columns: repeat(2, 1fr); }
  .capability-grid, .results-grid, .audit-components-grid, .audit-template-grid { grid-template-columns: repeat(2, 1fr); }
  .audit-findings-grid { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: repeat(2, 1fr); }
  .field-grid article:last-child { grid-column: auto; }
  .hero { padding-top: 62px; }
  .hero-panel { max-width: 650px; }
  .skills-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid li:nth-child(3)::after { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .development-bar { font-size: .78rem; }
  .header-inner { min-height: 72px; }
  .brand-mark, .brand-mark svg { width: 38px; }
  .brand-copy b { font-size: 1.4rem; }
  .brand-copy small { font-size: .62rem; }
  .site-nav { top: 72px; left: 12px; right: 12px; }
  .hero { padding: 48px 0 60px; }
  h1 { font-size: clamp(2.4rem, 13vw, 4rem); }
  .hero-lead { font-size: 1.02rem; }
  .button-row { flex-direction: column; }
  .button { width: 100%; }
  .trust-strip { gap: 8px 13px; }
  .hero-panel { padding: 22px; }
  .partner span { font-size: 1rem; }
  .partner small { display: none; }
  .section { padding: 66px 0; }
  .benefit-grid, .skills-grid, .use-case-grid, .governance-points, .footer-grid, .innovation-points, .comparison-grid, .capability-grid, .field-grid, .results-grid, .audit-components-grid, .audit-template-grid, .audit-findings-grid { grid-template-columns: 1fr; }
  .skill-card { min-height: 190px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li::after { content: "↓"; right: auto; left: 30px; top: auto; bottom: -18px; }
  .process-grid li:nth-child(3)::after { display: block; }
  .process-grid li:last-child::after { display: none; }
  .process-grid li > span { margin-bottom: 22px; }
  .infographic-card { border-radius: 12px; }
  .infographic-card figcaption { align-items: flex-start; flex-direction: column; }
  .figure-actions { width: 100%; justify-content: space-between; }
  .contact-form { padding: 20px; }
  .page-hero { padding: 54px 0 62px; }
  .principle-card { padding: 26px; }
  .method-timeline li { grid-template-columns: 44px 1fr; padding: 18px; gap: 14px; }
  .method-timeline li > span { width: 38px; height: 38px; }
  .innovation-cta-card { padding: 26px; }
  .statement-card { padding: 24px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.active { color: var(--green) !important; }
.inline-link { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.climate-hero h1 { max-width: 980px; }
.audit-components-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.audit-components-grid article, .audit-template-grid article, .audit-findings-grid article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.audit-components-grid article { border-top: 5px solid var(--navy); }
.audit-components-grid span, .audit-template-grid span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e8f0fc; color: var(--navy); font-weight: 900; margin-bottom: 18px; }
.audit-components-grid h3, .audit-template-grid h3, .audit-findings-grid h3 { font-size: 1.04rem; }
.audit-components-grid p, .audit-template-grid p, .audit-findings-grid p { margin: 0; color: var(--muted); }
.audit-template-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.audit-template-grid article { border-top: 5px solid var(--green); }
.audit-findings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.audit-findings-grid article { border-top: 5px solid var(--orange); }
.audit-findings-grid.emphasis article:nth-child(1) { border-top-color: var(--green); }
.audit-findings-grid.emphasis article:nth-child(2) { border-top-color: var(--navy-2); }
.audit-findings-grid.emphasis article:nth-child(3) { border-top-color: #cc2a2a; }
.resource-links { display: grid; gap: 12px; }
.climate-teaser-section { background: #f7faf8; padding-top: 10px; padding-bottom: 26px; }
