@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-variable.woff2") format("woff2-variations");
}

:root {
  --navy: #0b2545;
  --navy-deep: #071c34;
  --blue: #124a9c;
  --blue-hover: #0d3d82;
  --green: #0c7258;
  --green-hover: #095d49;
  --orange: #f36c21;
  --orange-text: #b8440e;
  --ink: #182230;
  --muted: #526170;
  --line: #dce4ec;
  --line-strong: #c5d0da;
  --surface: #ecf2f5;
  --paper: #f6f3ec;
  --white: #fff;
  --danger: #a4160a;
  --max: 1240px;
  --text: 740px;
  --font: "Manrope", sans-serif;
  --font-editorial: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --header-height: 74px;
  --focus: 0 0 0 3px rgba(18, 74, 156, .25);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(18, 74, 156, .14);
}
body.menu-open { overflow: hidden; }
main { min-height: 55vh; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .19em; }
a:hover { color: var(--blue); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 {
  margin: 0;
  color: var(--navy);
  font-weight: 750;
  line-height: 1.12;
  text-wrap: balance;
}
h1 { max-width: 930px; font-size: clamp(2.45rem, 5.1vw, 4.4rem); letter-spacing: -.052em; }
h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); letter-spacing: -.038em; }
h3 { font-size: clamp(1.16rem, 1.8vw, 1.45rem); letter-spacing: -.02em; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
section[id], div[id], h2[id], h3[id] { scroll-margin-top: calc(var(--header-height) + 24px); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.section--navy :focus-visible, .final-cta :focus-visible, .site-footer :focus-visible { outline-color: var(--white); }
.icon-sprite { position: absolute; overflow: hidden; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.peo-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.peo-container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 16px; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { color: var(--white); transform: translateY(0); }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 720;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
}
.button--primary { color: var(--white); background: var(--green); border-color: var(--green); }
.button--primary:hover { color: var(--white); background: var(--green-hover); border-color: var(--green-hover); }
.button--secondary { color: var(--navy); background: var(--white); border-color: #9eafbd; }
.button--secondary:hover { color: var(--blue); background: #f8fafc; border-color: var(--blue); }
.button--quiet { color: var(--navy); background: transparent; border-color: transparent; }
.button--quiet:hover { color: var(--blue); background: var(--surface); }
.button--light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--navy); background: #edf3f7; border-color: #edf3f7; }
.button:disabled { cursor: wait; opacity: .7; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .9rem; font-weight: 720; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link .peo-icon { width: 17px; height: 17px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(197, 208, 218, .85); background: rgba(255, 255, 255, .98); }
.site-header__inner { display: flex; min-height: var(--header-height); align-items: center; gap: 24px; }
.site-brand { width: 142px; flex: 0 0 142px; text-decoration: none; }
.site-brand img { width: 142px; height: auto; }
.desktop-nav { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: center; gap: 2px; }
.desktop-nav > a, .desktop-nav > .nav-dropdown > button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 5px;
  padding: 9px 9px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #33475a;
  background: transparent;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 680;
  text-decoration: none;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
}
.desktop-nav > a:hover, .desktop-nav > .nav-dropdown > button:hover { color: var(--blue); background: var(--surface); }
.desktop-nav > a[aria-current="page"], .desktop-nav > .nav-dropdown > button.is-current { color: var(--blue); border-bottom-color: var(--blue); }
.desktop-nav .peo-icon, .access-dropdown .peo-icon { width: 14px; height: 14px; }
.nav-dropdown { position: relative; }
.nav-dropdown > button[aria-expanded="true"] .peo-icon { rotate: 180deg; }
.nav-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  left: 0;
  width: 250px;
  padding: 8px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(11, 37, 69, .12);
}
.nav-panel--wide { display: grid; width: 540px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.nav-panel--wide > div + div { border-left: 1px solid var(--line); padding-left: 6px; }
.nav-panel--right { right: 0; left: auto; }
.nav-panel a { display: block; padding: 9px 10px; border-radius: 5px; color: #34485a; font-size: .8rem; text-decoration: none; }
.nav-panel a:hover, .nav-panel a:focus-visible { color: var(--blue); background: var(--surface); }
.nav-panel__title { padding: 8px 10px 5px; color: var(--muted); font-size: .7rem; font-weight: 800; }
.site-header__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 4px; }
.site-header__actions > .button { white-space: nowrap; }
.site-header__actions .access-dropdown > .button { min-height: 48px; padding-inline: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--navy); background: var(--white); cursor: pointer; }
.menu-toggle .peo-icon { width: 22px; height: 22px; }
.mobile-menu { position: fixed; z-index: 90; inset: var(--header-height) 0 0; overflow-y: auto; overscroll-behavior: contain; padding: 18px 0 calc(30px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--white); }
.mobile-menu nav { display: grid; }
.mobile-menu__close { width: 44px; height: 44px; justify-self: end; margin-bottom: 8px; padding: 0; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--navy); background: var(--white); cursor: pointer; }
.mobile-menu__close .peo-icon { width: 22px; height: 22px; margin: 10px; }
.mobile-menu a { min-height: 44px; padding: 9px 8px; border-bottom: 1px solid #edf1f4; color: #34485a; font-size: .9rem; text-decoration: none; }
.mobile-menu a[aria-current="page"] { color: var(--blue); font-weight: 750; }
.mobile-menu__group { margin-top: 16px; padding: 7px 8px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.mobile-menu__cta { margin-top: 22px; }
.mobile-menu__cta .button { width: 100%; color: var(--white); }

.home-hero { padding: clamp(62px, 8vw, 112px) 0 clamp(72px, 9vw, 126px); overflow: hidden; border-bottom: 1px solid var(--line); }
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(410px, .82fr); align-items: center; gap: clamp(48px, 7vw, 96px); }
.home-hero__lead { max-width: 760px; margin-top: 26px; color: #344657; font-size: clamp(1.08rem, 1.5vw, 1.24rem); line-height: 1.65; }
.home-hero__support { max-width: 710px; margin-top: 14px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.signal-list { display: flex; flex-wrap: wrap; gap: 9px 24px; margin-top: 30px; color: #45586a; font-size: .8rem; list-style: none; }
.signal-list li { display: flex; align-items: center; gap: 7px; }
.signal-list .peo-icon { color: var(--green); }
.ecosystem { padding: 22px; border: 1px solid #aebdca; border-top: 4px solid var(--orange); border-radius: 10px; background: #f7f9fb; box-shadow: 0 8px 24px rgba(11, 37, 69, .1); }
.ecosystem__header { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line-strong); }
.ecosystem__header img { width: 40px; height: 40px; }
.ecosystem__header div { display: grid; min-width: 0; }
.ecosystem__header strong { color: var(--navy); font-size: .92rem; }
.ecosystem__header span { color: var(--muted); font-size: .8rem; }
.ecosystem__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 10px; padding: 14px 0; }
.ecosystem__module { display: flex; min-width: 0; align-items: flex-start; gap: 12px; padding: 18px; border: 1px solid var(--line-strong); border-radius: 7px; background: var(--white); }
.ecosystem__module > .peo-icon { width: 25px; height: 25px; flex: 0 0 25px; color: var(--blue); }
.ecosystem__module h2 { display: block; margin: 0; color: var(--navy); font-size: .9rem; line-height: 1.35; }
.ecosystem__module p { margin-top: 6px; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.ecosystem__module ul { margin-top: 18px; color: #d4e0e9; font-size: .78rem; line-height: 1.55; list-style: none; }
.ecosystem__module li { padding: 6px 0; border-top: 1px solid rgba(255,255,255,.18); }
.ecosystem__module--primary { background: var(--navy); border-color: var(--navy); }
.ecosystem__module--primary > .peo-icon { color: #81d5bd; }
.ecosystem__module--primary h2 { color: var(--white); }
.ecosystem__module--primary p { color: #c4d1dc; }
.ecosystem__secondary { display: grid; gap: 10px; }
.ecosystem__footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line-strong); color: #526575; font-size: .78rem; font-weight: 700; }
.ecosystem__footer span + span::before { margin-right: 12px; color: var(--orange-text); content: "→"; }

.section { padding: clamp(72px, 8vw, 108px) 0; }
.section--muted { background: var(--surface); }
.section--navy { color: #c7d4df; background: var(--navy-deep); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading p { margin-top: 18px; color: var(--muted); font-size: 1.02rem; }
.section-heading--split { display: grid; max-width: none; grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr); align-items: end; gap: 72px; }
.section-heading--split > p { margin: 0; }
.section-heading--light p { color: #b9c8d5; }

.offer-lines { border-top: 1px solid var(--line-strong); }
.offer-lines article { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 28px; padding: 36px 0; border-bottom: 1px solid var(--line-strong); }
.offer-lines__number { color: var(--orange-text); font-size: .76rem; font-weight: 800; }
.offer-lines article > div { display: grid; grid-template-columns: minmax(210px, .75fr) minmax(260px, 1fr) minmax(230px, .8fr); align-items: start; gap: 28px; }
.offer-lines article p { color: var(--muted); }
.offer-lines ul { display: flex; flex-wrap: wrap; gap: 4px 18px; color: #415364; font-size: .82rem; list-style: none; }
.offer-lines li::before { margin-right: 7px; color: var(--green); content: "—"; }
.offer-lines .text-link { align-self: end; grid-column: 3; }

.platform-list { border-top: 1px solid rgba(255,255,255,.22); }
.platform-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.platform-list article > div { display: grid; grid-template-columns: 160px 240px minmax(0, 1fr); align-items: center; gap: 28px; }
.platform-list article > div > span { color: #79d2b8; font-size: .7rem; font-weight: 760; }
.platform-list p { color: #b9c8d5; font-size: .9rem; }
.platform-list .text-link { color: var(--white); }

.process { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); gap: clamp(56px, 9vw, 126px); }
.process .section-heading { margin: 0; }
.process ol { border-top: 1px solid var(--line-strong); list-style: none; }
.process li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line-strong); }
.process li > span { color: var(--orange-text); font-size: .75rem; font-weight: 800; }
.process li p { margin: 9px 0 12px; color: var(--muted); }
.process li strong { color: var(--green); font-size: .78rem; }

.benefits { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; }
.benefits .section-heading { margin: 0; }
.benefits__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.benefits__grid article { min-height: 160px; padding: 23px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.benefits__grid h3 { font-size: 1.05rem; }
.benefits__grid p { margin-top: 10px; color: var(--muted); font-size: .85rem; }

.authority__grid { display: grid; grid-template-columns: .75fr 1fr; gap: 90px; }
.authority__grid > div p { margin-top: 22px; color: #b9c8d5; }
.authority__grid ul { border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.authority__grid li { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.authority__grid strong { color: var(--white); }
.authority__grid span { color: #b9c8d5; }

.faq-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); align-items: start; gap: clamp(56px, 9vw, 120px); }
.faq-layout .section-heading { position: sticky; top: calc(var(--header-height) + 28px); margin: 0; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 { font-size: .98rem; line-height: 1.45; }
.faq-symbol { position: relative; width: 20px; height: 20px; flex: 0 0 20px; }
.faq-symbol::before, .faq-symbol::after { position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; background: var(--blue); content: ""; }
.faq-symbol::after { rotate: 90deg; transition: rotate 160ms ease; }
.faq-item[open] .faq-symbol::after { rotate: 0deg; }
.faq-answer { max-width: 700px; padding: 0 38px 22px 0; color: var(--muted); }

.contact-section { background: var(--white); }
.contact-layout { display: grid; grid-template-columns: 350px minmax(0, 1fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.contact-intro > p { margin-top: 18px; color: var(--muted); }
.contact-intro ol { margin-top: 28px; border-top: 1px solid var(--line); list-style: none; }
.contact-intro ol li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #455767; font-size: .85rem; }
.contact-intro ol span { color: var(--orange-text); font-weight: 800; }
.contact-intro ol h3 { font-size: .87rem; line-height: 1.4; }
.contact-intro ol p { margin-top: 2px; color: var(--muted); font-size: .76rem; }
.contact-alternative { font-size: .86rem; }
.form-shell { padding: clamp(25px, 4vw, 44px); border: 1px solid var(--line-strong); background: var(--white); box-shadow: 0 6px 18px rgba(11, 37, 69, .07); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.field { min-width: 0; margin-bottom: 18px; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .82rem; font-weight: 720; }
.field label span { color: #687887; font-size: .75rem; font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #6d7f8e;
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
}
.field select { appearance: auto; }
.field textarea { min-height: 132px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #65727d; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--blue); outline: 3px solid var(--blue); outline-offset: 2px; box-shadow: none; }
.field [aria-invalid="true"], .checkbox-field input[aria-invalid="true"] { border-color: var(--danger); }
.field-help { display: block; margin-top: 5px; color: #657583; font-size: .78rem; }
.field-error { display: block; min-height: 1.2em; margin-top: 4px; color: var(--danger); font-size: .78rem; }
.checkbox-field { display: flex; min-height: 44px; align-items: flex-start; gap: 0; color: #3e5060; font-size: .8rem; }
.checkbox-field label { padding-left: 10px; cursor: pointer; }
.checkbox-field input { width: 20px; height: 20px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--green); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-field { min-height: 72px; max-width: 100%; margin: 6px 0 18px; }
.turnstile-field .cf-turnstile { max-width: 100%; }
.form-submit { margin-top: 18px; }
.form-required { margin-top: 10px; color: #5f6d78; font-size: .78rem; }
.form-status { margin-bottom: 20px; padding: 13px 15px; border-left: 4px solid var(--green); color: #145d4b; background: #e7f5f1; font-size: .84rem; }
.form-status[data-state="error"] { border-color: var(--danger); color: #842018; background: #fff0ee; }
.form-status a { color: inherit; font-weight: 750; }
.noscript-note { margin-top: 15px; color: var(--danger); font-size: .8rem; }

.breadcrumbs { padding-top: 17px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; color: #63727f; font-size: .72rem; list-style: none; }
.breadcrumbs li + li::before { margin-right: 7px; color: #9aa8b3; content: "/"; }
.breadcrumbs a { text-decoration: none; }
.page-hero { padding: clamp(58px, 7vw, 92px) 0 clamp(66px, 8vw, 106px); border-bottom: 1px solid var(--line); background: var(--surface); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: end; gap: clamp(48px, 8vw, 100px); }
.page-hero__grid--single { grid-template-columns: minmax(0, 920px); }
.page-hero h1 { font-size: clamp(2.35rem, 4.5vw, 4rem); }
.page-hero__grid > div > p { max-width: 780px; margin-top: 24px; color: var(--muted); font-size: 1.08rem; }
.hero-note { padding: 22px; border-top: 4px solid var(--orange); background: var(--white); }
.hero-note strong { color: var(--navy); font-size: .9rem; }
.hero-note p { margin-top: 9px; color: var(--muted); font-size: .82rem; }
.service-groups { border-top: 1px solid var(--line-strong); }
.service-groups > article { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr); gap: 70px; padding: 42px 0; border-bottom: 1px solid var(--line-strong); }
.service-groups > article > div > span { display: block; margin-bottom: 25px; color: var(--orange-text); font-size: .75rem; font-weight: 800; }
.service-groups > article > div > p { margin-top: 18px; color: var(--muted); }
.service-groups ul { border-top: 1px solid var(--line); list-style: none; }
.service-groups li a { display: grid; grid-template-columns: minmax(190px, .65fr) minmax(0, 1fr); gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.service-groups li strong { color: var(--navy); }
.service-groups li span { color: var(--muted); font-size: .86rem; }

.detail-layout, .two-column, .problem-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: clamp(54px, 9vw, 120px); }
.audience-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(44px, 7vw, 90px); }
.audience-layout article > h2 { margin-bottom: 24px; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.detail-layout > div > p, .two-column > div > p, .problem-layout > div > p { margin-top: 20px; color: var(--muted); }
.check-list, .plain-list, .problem-list { border-top: 1px solid var(--line-strong); list-style: none; }
.check-list li { display: flex; min-height: 58px; align-items: center; gap: 12px; border-bottom: 1px solid var(--line-strong); color: #405363; }
.check-list .peo-icon { color: var(--green); }
.plain-list li, .problem-list li { padding: 15px 0; border-bottom: 1px solid var(--line-strong); color: #405363; }
.plain-list li::before, .problem-list li::before { margin-right: 10px; color: var(--green); content: "—"; }
.legal-callout { padding: 17px 19px; border-left: 3px solid var(--orange); background: #fff7f1; color: #624832 !important; font-size: .84rem; }
.boundary { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 80px; }
.boundary p { margin-top: 17px; color: var(--muted); }
.boundary > div:last-child { padding: 24px; border-top: 3px solid var(--orange); background: var(--white); }
.boundary > div:last-child h3 { font-size: 1.05rem; }
.platform-workflow { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1fr); gap: clamp(56px, 9vw, 120px); }
.platform-workflow > div p { margin-top: 18px; color: var(--muted); }
.platform-workflow ol { border-top: 1px solid var(--line-strong); list-style: none; }
.platform-workflow li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line-strong); }
.platform-workflow li > span { color: var(--orange-text); font-size: .72rem; font-weight: 800; }
.platform-workflow li p { margin-top: 6px; color: var(--muted); font-size: .86rem; }
.channel-purpose { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); gap: clamp(56px, 9vw, 120px); }
.channel-purpose > div p { margin-top: 20px; color: #b9c8d5; }
.channel-purpose ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); list-style: none; }
.channel-purpose li { min-height: 110px; padding: 20px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.channel-purpose li span, .channel-purpose li strong { display: block; }
.channel-purpose li span { margin-bottom: 14px; color: #79d2b8; font-size: .72rem; }
.channel-purpose li strong { color: var(--white); }
.deliverables { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); gap: clamp(56px, 9vw, 120px); }
.deliverables > div p { margin-top: 20px; color: #b9c8d5; }
.deliverables ol { border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.deliverables li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.deliverables li > span { color: #79d2b8; font-size: .75rem; font-weight: 800; }
.deliverables li p { margin-top: 7px; color: #b9c8d5; }

.problem-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--line-strong); }
.problem-list li { padding: 16px 18px; border-right: 1px solid var(--line-strong); }
.capability-list { border-top: 1px solid var(--line-strong); }
.capability-list article { display: grid; grid-template-columns: 50px 240px minmax(0, 1fr); align-items: baseline; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line-strong); }
.capability-list article > span { color: var(--orange-text); font-size: .72rem; font-weight: 800; }
.capability-list article p { color: var(--muted); }
.method { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1fr); gap: 90px; }
.method > div p { margin-top: 20px; color: #b9c8d5; }
.method ol { border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.method li { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.method strong { color: var(--white); }
.method span { color: #b9c8d5; }

.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 90px; }
.story > div p { margin-top: 20px; color: var(--muted); }
.story-statement { margin: 0; padding: 28px; border-left: 4px solid var(--orange); color: var(--navy); background: var(--surface); font-size: 1.2rem; font-weight: 720; line-height: 1.5; }
.principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.principles article { min-height: 190px; padding: 25px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.principles article > span { color: var(--orange-text); font-size: .72rem; font-weight: 800; }
.principles h3 { margin-top: 27px; }
.principles p { margin-top: 10px; color: var(--muted); }

.resource-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.resource-index article { min-height: 230px; padding: 27px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.resource-index h3 { font-size: 1.35rem; }
.resource-index h3 a { text-decoration: none; }
.resource-index > article > p { margin: 15px 0 21px; color: var(--muted); }
.resource-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: var(--muted); font-size: .72rem; }
.resource-meta span { color: var(--orange-text); font-weight: 800; }
.resource-author { font-size: .78rem; font-weight: 700; }
.resource-sources { display: grid; gap: 3px; margin: 18px 0; padding-top: 15px; border-top: 1px solid var(--line); font-size: .75rem; }
.resource-sources span { color: var(--muted); font-weight: 750; }
.resource-sources a { color: var(--blue); }

.blog-hero { padding: clamp(54px, 8vw, 98px) 0 clamp(48px, 7vw, 82px); border-bottom: 1px solid var(--line-strong); background: var(--paper); }
.blog-hero h1 { font-family: var(--font-editorial); font-weight: 700; }
.blog-hero p { max-width: 760px; margin-top: 24px; color: #3f4f5e; font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.blog-section { padding-top: 0; }
.blog-list { border-top: 1px solid var(--line-strong); }
.blog-entry { display: grid; grid-template-columns: minmax(250px, 350px) minmax(0, 1fr); gap: clamp(32px, 6vw, 78px); padding: clamp(34px, 5vw, 60px) 0; border-bottom: 1px solid var(--line-strong); }
.blog-entry__media { align-self: start; border: 1px solid var(--line); background: var(--paper); text-decoration: none; }
.blog-entry__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.blog-entry__body { align-self: center; max-width: 760px; }
.blog-entry__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 18px; color: var(--muted); font-size: .74rem; }
.blog-entry__meta span:first-child { color: var(--orange-text); font-weight: 800; }
.blog-entry h2 { font-family: var(--font-editorial); font-size: clamp(1.7rem, 3vw, 2.55rem); font-weight: 700; letter-spacing: -.03em; }
.blog-entry h2 a { text-decoration: none; }
.blog-entry__body > p { max-width: 680px; margin: 17px 0 22px; color: var(--muted); }

.article-page { padding-bottom: clamp(70px, 9vw, 120px); }
.article-header { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .76fr); align-items: center; gap: clamp(48px, 8vw, 104px); padding-top: clamp(48px, 7vw, 84px); padding-bottom: clamp(50px, 8vw, 96px); }
.article-header__copy { max-width: 780px; }
.article-section { margin-bottom: 20px; color: var(--orange-text); font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.article-header h1 { font-family: var(--font-editorial); font-size: clamp(2.5rem, 5.2vw, 4.6rem); font-weight: 700; letter-spacing: -.045em; }
.article-deck { max-width: 690px; margin-top: 24px; color: #3f4f5e; font-family: var(--font-editorial); font-size: clamp(1.22rem, 2.1vw, 1.55rem); line-height: 1.45; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; padding-top: 19px; border-top: 1px solid var(--line-strong); color: var(--muted); font-size: .78rem; }
.article-meta span { color: var(--navy); font-weight: 750; }
.article-figure { margin: 0; border: 1px solid var(--line); background: var(--paper); }
.article-figure img { width: 100%; max-height: 570px; object-fit: contain; }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(220px, 290px); justify-content: space-between; gap: clamp(56px, 9vw, 116px); padding-top: clamp(52px, 8vw, 94px); border-top: 1px solid var(--line-strong); }
.article-content { color: #293744; font-family: var(--font-editorial); font-size: clamp(1.08rem, 1.5vw, 1.2rem); line-height: 1.78; }
.article-content > :first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.45em; }
.article-content h2, .article-content h3 { max-width: 720px; margin: 2em 0 .7em; font-family: var(--font); font-weight: 760; }
.article-content h2 { font-size: clamp(1.55rem, 2.6vw, 2.15rem); letter-spacing: -.03em; }
.article-content h3 { font-size: clamp(1.22rem, 2vw, 1.5rem); }
.article-content ul, .article-content ol { margin: 0 0 1.6em; padding-left: 1.35em; }
.article-content li { margin: .48em 0; padding-left: .22em; }
.article-content li::marker { color: var(--orange-text); font-family: var(--font); font-weight: 750; }
.article-content li ul { margin: .55em 0 0; }
.article-content blockquote { margin: 2.2em 0; padding: 24px 28px; border-left: 4px solid var(--orange); background: var(--paper); color: var(--navy); font-size: 1.13em; }
.article-content blockquote p:last-child { margin-bottom: 0; }
.article-content hr { height: 1px; margin: 2.6em 0; border: 0; background: var(--line-strong); }
.article-content a { color: var(--blue); }
.article-checklist { line-height: 2; }
.article-aside { align-self: start; position: sticky; top: calc(var(--header-height) + 34px); }
.article-source { display: grid; gap: 8px; margin-bottom: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--line-strong); color: var(--muted); font-size: .78rem; }
.article-source span { color: var(--navy); font-weight: 760; }
.article-source a { color: var(--blue); }
.article-aside nav { border-top: 1px solid var(--line-strong); }
.article-aside nav a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line-strong); color: var(--navy); font-size: .82rem; font-weight: 720; text-decoration: none; }
.article-aside nav a:hover { color: var(--blue); }
.article-aside nav .peo-icon { width: 16px; height: 16px; color: var(--blue); }

.answer-section { padding-block: 52px; border-bottom: 1px solid var(--line); background: #fff9f5; }
.answer-section .peo-container { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); align-items: baseline; gap: 80px; }
.answer-section h2 { font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
.answer-section p { color: var(--muted); }
.related-section { border-top: 1px solid var(--line); }
.related-layout { display: grid; grid-template-columns: minmax(0, .6fr) minmax(0, 1fr); gap: 80px; }
.related-layout > div:first-child p { margin-top: 16px; color: var(--muted); }
.related-links { border-top: 1px solid var(--line-strong); }
.related-links a { display: grid; grid-template-columns: minmax(170px, .65fr) minmax(0, 1fr) 20px; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line-strong); text-decoration: none; }
.related-links strong { color: var(--navy); }
.related-links span { color: var(--muted); font-size: .84rem; }
.related-links .peo-icon { color: var(--blue); }

.legal-page { padding-top: 58px; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin: 2.1em 0 .65em; font-size: 1.65rem; }
.legal-content h2:first-of-type { margin-top: 1.2em; }
.legal-content p { color: #3f4f5e; }
.legal-content code { padding: 2px 5px; border: 1px solid var(--line); border-radius: 4px; color: var(--navy); background: var(--surface); font-size: .9em; overflow-wrap: anywhere; }
.legal-version { padding: 17px 19px; border-left: 4px solid var(--orange); background: #fff7f1; }

.final-cta { padding: 58px 0; color: var(--white); background: var(--blue); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.final-cta h2 { max-width: 780px; color: var(--white); font-size: clamp(1.75rem, 3vw, 2.55rem); }
.final-cta p { max-width: 760px; margin-top: 13px; color: #dbe7f4; }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 60px 0 0; color: #b8c6d1; background: var(--navy-deep); }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 46px; }
.site-footer__brand img { width: 145px; filter: brightness(0) invert(1); }
.site-footer__brand p { max-width: 310px; margin: 17px 0 12px; color: #aebdca; font-size: .82rem; }
.site-footer__brand > a { color: var(--white); font-size: .8rem; }
.site-footer h2 { margin-bottom: 17px; color: var(--white); font-size: .8rem; letter-spacing: .02em; }
.site-footer ul { list-style: none; }
.site-footer li { margin: 9px 0; font-size: .78rem; }
.site-footer a { color: #d4dfe7; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 50px; padding: 20px 0 calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.14); }
.site-footer__bottom p { color: #91a3b3; font-size: .72rem; }
.footer-link { display: inline-flex; min-height: 44px; align-items: center; padding: 4px 0; border: 0; color: #d4dfe7; background: transparent; cursor: pointer; font-size: .72rem; text-decoration: underline; text-underline-offset: 3px; }
.footer-link:hover { color: var(--white); }

.consent-banner { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 15px max(24px, calc((100vw - var(--max)) / 2)) calc(15px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-strong); background: var(--white); box-shadow: 0 -4px 14px rgba(7, 28, 52, .09); }
.consent-banner__copy { min-width: 0; }
.consent-banner h2 { font-size: .95rem; }
.consent-banner p { display: inline; color: var(--muted); font-size: .8rem; line-height: 1.45; text-wrap: pretty; }
.consent-banner a { display: inline; margin-left: 8px; color: var(--blue); font-size: .74rem; }
.consent-banner__actions { display: flex; gap: 8px; }
.consent-banner__actions .button { min-width: 112px; min-height: 44px; padding-inline: 22px; font-size: .8rem; }

/* Home — dirección editorial-operativa */
body[data-page="/"] main { background: var(--paper); }
body[data-page="/"] h1,
body[data-page="/"] .home-channel h2,
body[data-page="/"] .home-section-head h2,
body[data-page="/"] .home-method h2,
body[data-page="/"] .home-outcomes h2,
body[data-page="/"] .contact-intro h2 { font-family: var(--font-editorial); font-weight: 700; }
.section-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--orange-text);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.section-kicker--dark { color: #ff8a49; }

.home-hero {
  padding: 0;
  overflow: visible;
  border: 0;
  background: var(--paper);
}
.home-hero__grid {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .78fr);
  align-items: center;
  gap: clamp(64px, 8vw, 116px);
  padding-block: clamp(80px, 8vw, 108px);
}
.home-hero__copy h1 {
  max-width: 760px;
  font-size: clamp(4rem, 6vw, 4.75rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}
.home-hero__lead {
  max-width: 650px;
  margin-top: 32px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.45;
}
.home-hero__support { max-width: 650px; margin-top: 22px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.home-index { align-self: center; border-top: 1px solid var(--navy); }
.home-index > span { display: block; padding: 18px 0 14px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-index a {
  position: relative;
  display: grid;
  min-height: 88px;
  align-content: center;
  padding: 16px 38px 16px 0;
  border-top: 1px solid var(--line-strong);
  color: var(--navy);
  text-decoration: none;
}
.home-index strong { font-size: .96rem; }
.home-index small { margin-top: 5px; color: var(--muted); font-size: .76rem; }
.home-index .peo-icon { position: absolute; top: 34px; right: 0; color: var(--orange-text); }
.home-index a:hover strong { color: var(--blue); }
.home-hero__closing { padding-block: 22px; border-top: 2px solid var(--navy); color: var(--muted); font-size: .8rem; font-weight: 650; }

.home-channel { padding: clamp(82px, 8vw, 108px) 0; color: #c4d4de; background: var(--navy-deep); }
.home-channel__grid { display: grid; grid-template-columns: minmax(0, .76fr) minmax(520px, 1.08fr); align-items: center; gap: clamp(58px, 8vw, 112px); }
.home-channel h2 { max-width: 540px; color: var(--white); font-size: clamp(2.55rem, 4.2vw, 3.35rem); letter-spacing: -.035em; line-height: 1.08; }
.home-channel__copy > p { max-width: 500px; margin-top: 26px; font-size: 1.04rem; line-height: 1.75; }
.home-channel__copy .home-channel__note { color: #9eb2c4; font-size: .78rem; line-height: 1.65; }
.home-channel .hero-actions { align-items: center; }
.home-channel .text-link { color: var(--white); }
.channel-surface { padding: 30px; border: 1px solid #2e4a63; border-radius: 8px; background: #09213b; }
.channel-surface > span { color: #ff8a49; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.channel-surface > h3 { margin: 9px 0 24px; color: var(--white); font-size: clamp(1.35rem, 2vw, 1.6rem); }
.channel-action {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px;
  border-top: 1px solid #2e4a63;
  color: var(--white);
  background: var(--navy-deep);
  text-decoration: none;
}
.channel-action:last-of-type { border-bottom: 1px solid #2e4a63; }
.channel-action > div { display: flex; min-width: 0; align-items: flex-start; gap: 15px; }
.channel-action > div > .peo-icon { width: 22px; height: 22px; margin-top: 2px; color: #88d6c0; }
.channel-action span { display: grid; }
.channel-action strong { font-size: .94rem; }
.channel-action small { margin-top: 5px; color: #b8c9d6; font-size: .77rem; line-height: 1.5; }
.channel-action > .peo-icon { flex: 0 0 auto; color: #ff8a49; }
.channel-action:hover { color: var(--white); background: #0b2948; }
.channel-action:hover > .peo-icon { translate: 2px 0; }
.channel-surface__note { margin-top: 20px; color: #9eb2c4; font-size: .72rem; }

.home-routes,
.home-platforms,
.home-services,
.home-method,
.home-outcomes,
.home-faq { padding: clamp(82px, 8vw, 108px) 0; }
.home-routes,
.home-services { background: var(--white); }
.home-platforms,
.home-method { background: var(--paper); }
.home-faq { background: var(--surface); }
.home-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr); align-items: end; gap: clamp(48px, 7vw, 96px); margin-bottom: 58px; }
.home-section-head h2 { max-width: 700px; font-size: clamp(2.45rem, 4.2vw, 3.15rem); letter-spacing: -.035em; line-height: 1.08; }
.home-section-head > p { max-width: 520px; padding-bottom: 6px; color: var(--muted); }

.route-list { border-top: 2px solid var(--navy); }
.route-row {
  display: grid;
  grid-template-columns: 140px minmax(220px, .8fr) minmax(270px, 1fr) minmax(190px, .65fr) 22px;
  align-items: start;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-strong);
  color: inherit;
  text-decoration: none;
}
.route-row > span { color: var(--orange-text); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.route-row > strong { color: var(--navy); font-size: 1.15rem; line-height: 1.45; }
.route-row > p { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.route-row > small { color: var(--muted); font-size: .72rem; line-height: 1.55; }
.route-row > .peo-icon { color: var(--orange-text); }
.route-row:hover > strong { color: var(--blue); }

.platform-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 2px solid var(--navy); }
.platform-pair article { min-height: 240px; padding: 34px 50px 8px 0; }
.platform-pair article + article { padding-right: 0; padding-left: 60px; border-left: 1px solid var(--line-strong); }
.platform-pair h3 { font-size: 1.5rem; }
.platform-pair p { max-width: 510px; margin: 18px 0 32px; color: var(--muted); }

.service-index { border-top: 2px solid var(--navy); }
.service-index a { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1fr) 22px; gap: 30px; padding: 23px 0; border-bottom: 1px solid var(--line-strong); color: inherit; text-decoration: none; }
.service-index strong { color: var(--navy); }
.service-index span { color: var(--muted); font-size: .88rem; }
.service-index .peo-icon { color: var(--orange-text); }
.service-index a:hover strong { color: var(--blue); }

.home-method__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(560px, 1fr); gap: clamp(64px, 9vw, 128px); }
.home-method h2 { font-size: clamp(2.4rem, 4vw, 3.05rem); letter-spacing: -.035em; line-height: 1.08; }
.home-method__grid > div > p { max-width: 500px; margin-top: 24px; color: var(--muted); }
.home-method ol { border-top: 1px solid var(--line-strong); list-style: none; }
.home-method li { display: grid; grid-template-columns: 44px minmax(0, 1fr) 150px; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line-strong); }
.home-method li > span { color: var(--orange-text); font-size: .72rem; font-weight: 800; }
.home-method li h3 { font-size: 1.22rem; }
.home-method li p { margin-top: 7px; color: var(--muted); font-size: .86rem; }
.home-method li > strong { color: var(--green); font-size: .72rem; line-height: 1.45; }

.home-outcomes { color: #c4d4de; background: var(--navy-deep); }
.home-outcomes__grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(520px, 1fr); gap: clamp(64px, 9vw, 128px); }
.home-outcomes h2 { color: var(--white); font-size: clamp(2.5rem, 4vw, 3.05rem); letter-spacing: -.035em; line-height: 1.08; }
.home-outcomes__grid > div > p { max-width: 530px; margin-top: 26px; color: #c4d4de; }
.home-outcomes__grid > div > small { display: block; margin-top: 42px; color: #ff8a49; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.home-outcomes ul { border-top: 1px solid #2e4a63; list-style: none; }
.home-outcomes li { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid #2e4a63; color: var(--white); font-weight: 650; }
.home-outcomes li .peo-icon { color: #ff8a49; }

.home-faq__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; border: 0; }
.home-faq__list .faq-item { align-self: start; border-top: 1px solid var(--line-strong); background: var(--white); }
.home-faq__list .faq-item:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line-strong); }
.home-faq__list .faq-item summary { min-height: 68px; padding: 16px 18px; }
.home-faq__list .faq-answer { padding: 0 44px 20px 18px; font-size: .9rem; }

.contact-section--home { padding-block: clamp(82px, 8vw, 108px); }
.contact-section--home .contact-layout { grid-template-columns: minmax(0, .72fr) minmax(0, 1.25fr); gap: clamp(46px, 7vw, 100px); }
.contact-section--home .contact-intro h2 { font-size: clamp(2.55rem, 4vw, 3.15rem); letter-spacing: -.035em; }
.contact-next { margin-top: 34px; padding: 26px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.contact-next strong { color: var(--navy); font-size: .92rem; }
.contact-next p { margin-top: 8px; color: var(--ink); font-size: .9rem; }
.contact-section--home .form-shell { padding: clamp(28px, 4vw, 42px); background: var(--paper); box-shadow: none; }

@media (max-width: 1180px) {
  :root { --header-height: 76px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-header__inner { justify-content: space-between; }
  .home-hero__grid { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr); gap: 44px; }
  .route-row { grid-template-columns: 110px minmax(190px, .8fr) minmax(250px, 1fr) minmax(160px, .55fr) 20px; gap: 20px; }
  .site-footer__grid { gap: 30px; }
}

@media (max-width: 960px) {
  .home-hero__grid, .page-hero__grid, .section-heading--split, .process, .benefits, .authority__grid, .faq-layout, .contact-layout, .detail-layout, .two-column, .problem-layout, .boundary, .deliverables, .method, .story, .answer-section .peo-container, .related-layout, .platform-workflow, .channel-purpose { grid-template-columns: 1fr; }
  .home-hero__grid, .page-hero__grid, .process, .benefits, .authority__grid, .faq-layout, .contact-layout, .detail-layout, .two-column, .problem-layout, .boundary, .deliverables, .method, .story, .platform-workflow, .channel-purpose { gap: 46px; }
  .section-heading--split { align-items: start; gap: 18px; }
  .offer-lines article > div { grid-template-columns: minmax(190px, .75fr) minmax(0, 1fr); }
  .offer-lines article ul { grid-column: 1 / -1; }
  .offer-lines .text-link { grid-column: 2; }
  .platform-list article > div { grid-template-columns: 140px 220px minmax(0, 1fr); gap: 18px; }
  .faq-layout .section-heading { position: static; }
  .home-channel__grid, .home-section-head, .home-method__grid, .home-outcomes__grid, .contact-section--home .contact-layout { grid-template-columns: 1fr; }
  .home-channel__grid, .home-method__grid, .home-outcomes__grid, .contact-section--home .contact-layout { gap: 48px; }
  .home-section-head { align-items: start; gap: 22px; }
  .route-row { grid-template-columns: 110px minmax(190px, .85fr) minmax(0, 1fr) 20px; }
  .route-row > small { display: none; }
  .service-groups > article { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-header { grid-template-columns: 1fr; }
  .article-header__copy { max-width: 860px; }
  .article-figure { max-width: 720px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--line-strong); }
  .article-aside nav a { align-items: flex-start; border-right: 1px solid var(--line-strong); padding: 18px; }
}

@media (max-width: 720px) {
  .peo-container { width: min(calc(100% - 40px), var(--max)); }
  .site-brand, .site-brand img { width: 128px; }
  .site-header__actions > .button, .access-dropdown { display: none; }
  .home-hero { padding-top: 0; }
  .home-hero__grid { min-height: 0; padding-block: 48px 30px; }
  .home-hero h1, .page-hero h1 { font-size: clamp(2.65rem, 12vw, 3.25rem); }
  .home-hero__lead { margin-top: 24px; font-size: 1.2rem; }
  .home-hero__support { margin-top: 18px; font-size: .94rem; }
  .home-index { margin-top: 22px; }
  .home-hero__closing { padding-block: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .signal-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
  .ecosystem { padding: 16px; }
  .ecosystem__grid { grid-template-columns: 1fr; }
  .ecosystem__module { padding: 16px; }
  .ecosystem__footer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: center; }
  .ecosystem__footer span + span::before { display: block; margin: 0 0 4px; content: "↓"; }
  .section { padding-block: 64px; }
  .home-channel, .home-routes, .home-platforms, .home-services, .home-method, .home-outcomes, .home-faq { padding-block: 72px; }
  .home-channel h2, .home-section-head h2, .home-method h2, .home-outcomes h2 { font-size: 2.25rem; }
  .channel-surface { padding: 20px; }
  .channel-action { padding: 17px 16px; }
  .channel-action > div > .peo-icon { display: none; }
  .route-row { grid-template-columns: minmax(0, 1fr) 20px; gap: 9px 16px; padding: 26px 0; }
  .route-row > span, .route-row > strong, .route-row > p { grid-column: 1; }
  .route-row > .peo-icon { grid-column: 2; grid-row: 2; }
  .route-row > small { display: none; }
  .platform-pair { grid-template-columns: 1fr; }
  .platform-pair article { min-height: 0; padding: 30px 0 36px; }
  .platform-pair article + article { padding: 36px 0; border-top: 1px solid var(--line-strong); border-left: 0; }
  .service-index a { grid-template-columns: minmax(0, 1fr) 20px; gap: 6px 16px; padding: 22px 0; }
  .service-index strong, .service-index span { grid-column: 1; }
  .service-index .peo-icon { grid-column: 2; grid-row: 1 / span 2; }
  .home-method li { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .home-method li > strong { grid-column: 2; }
  .home-outcomes__grid > div > small { margin-top: 30px; }
  .home-faq__list { grid-template-columns: 1fr; gap: 0; }
  .home-faq__list .faq-item { border-bottom: 0; }
  .home-faq__list .faq-item:last-child { border-bottom: 1px solid var(--line-strong); }
  .contact-section--home .contact-layout { gap: 42px; }
  .section-heading { margin-bottom: 34px; }
  .offer-lines article { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 28px 0; }
  .offer-lines article > div { grid-template-columns: 1fr; gap: 13px; }
  .offer-lines article ul, .offer-lines .text-link { grid-column: 1; }
  .platform-list article { grid-template-columns: 1fr; gap: 16px; }
  .platform-list article > div { grid-template-columns: 1fr; gap: 7px; }
  .benefits__grid, .principles, .resource-index, .problem-list, .audience-layout, .channel-purpose ol { grid-template-columns: 1fr; }
  .blog-entry { grid-template-columns: 1fr; gap: 26px; }
  .blog-entry__media { max-width: 540px; }
  .article-header { gap: 38px; padding-top: 44px; }
  .article-header h1 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .article-layout { gap: 48px; }
  .article-aside nav { grid-template-columns: 1fr; border-left: 0; }
  .article-aside nav a { border-right: 0; padding-inline: 0; }
  .benefits__grid article { min-height: 130px; }
  .authority__grid li { grid-template-columns: 1fr; gap: 5px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: 1; }
  .service-groups li a { grid-template-columns: 1fr; gap: 4px; }
  .capability-list article { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; }
  .capability-list article p { grid-column: 2; }
  .method li { grid-template-columns: 1fr; gap: 4px; }
  .related-links a { grid-template-columns: minmax(0, 1fr) 20px; gap: 5px 12px; }
  .related-links span { grid-column: 1; }
  .related-links .peo-icon { grid-column: 2; grid-row: 1 / span 2; }
  .final-cta__inner { align-items: stretch; flex-direction: column; gap: 28px; }
  .final-cta .button { width: 100%; }
  .consent-banner { grid-template-columns: 1fr; gap: 16px; }
  .consent-banner__actions { display: grid; grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .peo-container { width: min(calc(100% - 40px), var(--max)); }
  .site-header__inner { gap: 10px; }
  .home-hero h1, .page-hero h1 { font-size: 2.65rem; }
  .home-hero__lead { font-size: 1.2rem; }
  .signal-list { grid-template-columns: 1fr; }
  .ecosystem__header { align-items: flex-start; }
  .ecosystem__header span { font-size: .78rem; }
  .ecosystem__footer { grid-template-columns: 1fr; text-align: left; }
  .ecosystem__footer span + span::before { display: inline; margin-right: 8px; content: "→"; }
  .offer-lines article { grid-template-columns: 1fr; }
  .offer-lines__number { margin-bottom: -4px; }
  .process li, .deliverables li { grid-template-columns: 36px minmax(0, 1fr); gap: 9px; }
  .form-shell { margin-inline: -8px; padding: 22px 12px; }
  .contact-section--home .form-shell { margin-inline: 0; padding: 22px 18px; }
  .page-hero { padding-block: 48px 58px; }
  .hero-note { padding: 18px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .consent-banner { padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); }
  .consent-banner__actions { grid-template-columns: 1fr; }
}

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

@media print {
  .site-header, .site-footer, .consent-banner, .final-cta, .button, .contact-section { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .peo-container { width: 100%; }
  a { color: #000 !important; text-decoration: underline !important; }
}
