:root {
  --ink: #031d35;
  --navy: #081f34;
  --navy-2: #102f49;
  --blue: #1767d2;
  --blue-bright: #0876ef;
  --mist: #f4f7fa;
  --line: #cad6e2;
  --muted: #59708a;
  --white: #fff;
  --orange: #ef791d;
  --green: #1cc89a;
  --shadow: 0 18px 36px rgba(3, 29, 53, 0.1);
  --shell: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 128px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
p { line-height: 1.75; }
.shell { width: min(calc(100% - 64px), var(--shell)); 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 { min-height: 44px; position: fixed; top: 8px; left: 8px; z-index: 1000; display: flex; align-items: center; transform: translateY(-140%); padding: 10px 16px; background: white; color: var(--ink); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 80; top: 0; }
.topbar { height: 35px; color: #d9e7f4; background: var(--navy); font-size: 12px; }
.topbar__inner { height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar strong { color: white; }
.nav-wrap { height: 77px; position: relative; z-index: 50; background: white; box-shadow: 0 3px 15px rgba(2, 22, 40, 0.07); }
.nav { height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; column-gap: 30px; }
.brand { display: flex; align-items: center; justify-self: start; flex: 0 0 auto; }
.brand__logo { width: 150px; height: auto; }
.main-nav { display: flex; align-self: stretch; align-items: center; justify-self: center; gap: 24px; font-size: 13px; color: #233e58; }
.main-nav a { height: 100%; display: flex; align-items: center; position: relative; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; transform: scaleX(0); background: var(--blue); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.mobile-nav-label, .mobile-nav-actions { display: none; }
.nav-actions { display: flex; justify-self: end; gap: 8px; }
.nav-actions .btn--small { padding-inline: 15px; }
.nav-toast { position: fixed; z-index: 100; top: 126px; left: 50%; transform: translate(-50%, -10px); padding: 10px 18px; border: 1px solid #b8c9da; border-radius: 5px; color: var(--ink); background: white; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease; font-size: 13px; }
.nav-toast.show { transform: translate(-50%, 0); opacity: 1; }
.menu-toggle { display: none; width: 43px; height: 43px; margin-left: auto; border: 1px solid var(--line); background: white; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transform-origin: center; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] { border-color: var(--navy); background: var(--navy); }
.menu-toggle[aria-expanded="true"] > span:not(.sr-only) { background: white; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 26px; border: 1px solid transparent; border-radius: 7px; box-shadow: none; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .geo-mode-table:focus-visible { outline: 3px solid #ffb66f; outline-offset: 3px; }
.btn--small { min-height: 46px; padding-inline: 20px; font-size: 14px; }
.btn--blue { color: white; background: var(--blue); }
.btn--blue:hover { background: #0f5fc4; }
.btn--white { color: var(--ink); background: white; border-color: #dce5ed; }
.btn--outline { color: var(--ink); background: white; border-color: #b8c9da; }
.btn--dark { color: white; background: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.home-hero { height: 621px; position: relative; overflow: hidden; color: white; background: var(--navy); }
.home-hero__photo { position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: url("images/factory-team.webp") center right/cover no-repeat; }
.home-hero__photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(8,31,52,.55) 28%, rgba(8,31,52,0) 62%); }
.home-hero__inner { height: 100%; display: flex; align-items: center; position: relative; z-index: 1; }
.home-hero__copy { width: 50%; margin-top: -5px; }
.eyebrow { margin-bottom: 20px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.eyebrow--light { color: #8dbcf8; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 10px 4px 0; background: var(--orange); }
.home-hero h1 { margin-bottom: 26px; font-size: 52px; line-height: 1.08; letter-spacing: -.04em; }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: #e3edf7; font-size: 17px; }
.hero-note { margin: 20px 0 0; padding-left: 14px; border-left: 2px solid #7794ae; color: #b9cee1; font-size: 13px; }
.proof-strip { height: 98px; border-bottom: 1px solid #e8edf2; background: white; }
.proof-grid { height: 100%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid div { padding: 0 24px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid b, .proof-grid span { display: block; }
.proof-grid b { margin-bottom: 7px; font-size: 15px; }
.proof-grid span { color: var(--muted); font-size: 13px; }

.section { padding: 94px 0; }
.section h2 { margin-bottom: 22px; font-size: 41px; line-height: 1.16; letter-spacing: -.035em; }
.kicker { margin-bottom: 15px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.kicker--light { color: #72adff; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr); align-items: end; gap: 90px; margin-bottom: 41px; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; }
.paths { height: 739px; }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #b9c8d7; border-bottom: 1px solid #b9c8d7; }
.path-card { min-height: 380px; display: flex; flex-direction: column; padding: 38px 34px 30px; border-right: 1px solid #b9c8d7; }
.path-card:last-child { border-right: 0; }
.path-card--featured { color: white; background: var(--navy); box-shadow: var(--shadow); }
.card-index { margin-bottom: 25px; color: #8ea5bb; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.path-card--featured .card-index { color: #77aef2; }
.path-card h3 { margin-bottom: 24px; font-size: 22px; }
.card-link { min-height: 35px; margin-bottom: 14px; color: #0067db; font-size: 13px; font-weight: 700; }
.path-card--featured .card-link { color: #7bb6ff; }
.path-card p:not(.card-index) { margin-bottom: 25px; color: var(--muted); font-size: 13px; }
.path-card--featured p:not(.card-index) { color: #bdd1e2; }
.path-card > .text-link:last-child { margin-top: auto; }
.text-link { color: #0067db; font-size: 13px; font-weight: 700; }
.text-link--white { color: white; }

.rebuild { height: 563px; display: flex; align-items: center; background: var(--mist); }
.rebuild__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, .88fr); gap: 150px; align-items: center; }
.rebuild__grid > div:first-child > p:last-child { color: var(--muted); font-size: 16px; }
.need-card { padding: 38px 34px 30px 36px; border-left: 3px solid var(--orange); background: white; box-shadow: var(--shadow); }
.need-card h3 { font-size: 20px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); color: #405b75; }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #068a66; font-weight: 900; }
.method { height: 496px; display: flex; align-items: center; padding-block: 65px; color: white; background: var(--navy); }
.method h2 { margin-bottom: 11px; }
.section-intro { color: #b9cee1; font-size: 16px; }
.method-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 45px; }
.method-grid article { padding: 0 38px; border-right: 1px solid #3a546b; }
.method-grid article:first-child { padding-left: 0; }
.method-grid article:last-child { border-right: 0; }
.method-grid span { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid #64809a; border-radius: 50%; color: #7eb5fb; font-size: 12px; font-weight: 800; }
.method-grid h3 { margin-bottom: 12px; font-size: 19px; }
.method-grid p { margin: 0; color: #b8cde0; font-size: 13px; }
.training-feature { height: 665px; display: flex; align-items: center; padding-block: 93px; }
.feature-card { height: 478px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 478px); overflow: hidden; padding: 0; box-shadow: var(--shadow); }
.feature-card__copy { min-height: 0; padding: 65px 80px; color: white; background: var(--blue); }
.feature-card h2 { font-size: 36px; }
.feature-card__copy > p:not(.eyebrow) { color: #e6f0ff; }
.feature-card img { width: 100%; height: 478px; min-height: 0; object-fit: cover; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 23px 0 28px; }
.tag-row span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.45); font-size: 13px; }
.inquiry { height: auto; min-height: 650px; display: flex; align-items: center; padding-block: 70px; color: white; background: var(--navy); }
.inquiry-layout { display: grid; grid-template-columns: minmax(320px, .62fr) minmax(0, 1.38fr); gap: 90px; align-items: center; }
.inquiry__intro h2 { margin-bottom: 16px; font-size: 40px; line-height: 1.15; }
.inquiry__intro > p:not(.kicker) { max-width: 480px; margin-bottom: 18px; color: #c3d3e1; }
.inquiry__intro > span { padding-left: 13px; border-left: 2px solid var(--orange); color: #8faabe; font-size: 12px; }
.inquiry-form { padding: 30px; border: 1px solid #36516a; background: #102d46; box-shadow: 0 20px 38px rgba(0,0,0,.14); }
.inquiry-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.inquiry-form label { display: grid; gap: 7px; color: #dfe9f2; font-size: 12px; font-weight: 700; }
.inquiry-form input, .inquiry-form select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid #617a90; border-radius: 0; color: var(--ink); background: white; }
.inquiry-form__actions { display: flex; align-items: center; gap: 15px; margin-top: 20px; }
.inquiry-form .form-status { color: #72e0bd; }
.cta-band { height: 250px; display: flex; align-items: center; color: white; background: var(--blue); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { margin-bottom: 7px; font-size: 36px; }
.cta-band p { margin: 0; color: #dceaff; }
.footer { height: 266px; padding: 47px 0 28px; color: #aec4d7; background: #071522; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 150px; }
.footer h2 { margin-bottom: 17px; color: white; font-size: 19px; }
.footer h3 { margin-bottom: 16px; color: white; font-size: 15px; }
.footer p, .footer a, .footer span { display: block; margin: 0; color: #9eb6ca; font-size: 13px; line-height: 1.75; }
.footer a:hover { color: white; }
.copyright { margin-top: 36px; padding-top: 22px; border-top: 1px solid #263a4b; font-size: 12px; }

/* Course page */
.course-hero { height: 561px; position: relative; overflow: hidden; color: white; background: var(--navy); }
.course-hero__image { position: absolute; inset: 0 0 0 46%; background: url("images/workshop-team.webp") center/cover no-repeat; }
.course-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 48%, rgba(8,31,52,.76) 62%, rgba(8,31,52,0) 84%); }
.course-hero__inner { height: 100%; display: flex; align-items: center; position: relative; z-index: 2; }
.course-hero__copy { width: 50%; }
.course-hero h1 { margin-bottom: 22px; font-size: 56px; line-height: 1.08; letter-spacing: -.04em; }
.course-hero__copy > p:not(.eyebrow) { max-width: 645px; color: #e5eef6; font-size: 17px; }
.course-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.course-facts span { padding: 9px 13px; border: 1px solid #62809a; color: #c6d8e8; font-size: 13px; line-height: 1.4; }
.course-hero__badge { position: absolute; z-index: 3; right: 28px; bottom: 26px; padding: 12px 18px; color: var(--ink); background: white; font-size: 13px; font-weight: 700; }
.course-fit { height: 524px; }
.course-intro { max-width: 820px; margin-bottom: 38px; color: var(--muted); font-size: 16px; }
.fit-layout { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(360px, .9fr); gap: 42px; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fit-grid div { min-height: 70px; display: flex; align-items: center; padding: 16px 20px 16px 50px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
.fit-grid div::before { content: "✓"; position: absolute; left: 22px; color: #098461; font-weight: 900; }
.warning { padding: 28px 30px; border-left: 3px solid var(--orange); background: #fff6ed; }
.warning h3 { margin-bottom: 12px; font-size: 19px; }
.warning p { margin: 0; color: #6c5441; font-size: 13px; }
.deliverables { height: 492px; background: var(--mist); }
.deliverable-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 40px; }
.deliverable-grid article { min-height: 185px; padding: 28px 20px; border-top: 3px solid var(--blue); background: white; box-shadow: 0 12px 22px rgba(3,29,53,.06); }
.deliverable-grid span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 18px; color: var(--blue); background: #eaf2fc; font-weight: 800; }
.deliverable-grid h3 { margin-bottom: 8px; font-size: 17px; }
.deliverable-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.weeks { height: 536px; padding-block: 77px; color: white; background: var(--navy); }
.week-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid #50667a; border-left: 1px solid #50667a; }
.week-grid article { min-height: 180px; padding: 32px 26px; border-right: 1px solid #50667a; border-bottom: 1px solid #50667a; }
.week-grid span { display: block; margin-bottom: 20px; color: #76b3ff; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.week-grid h3 { margin-bottom: 10px; font-size: 19px; }
.week-grid p { margin: 0; color: #c0d1df; font-size: 13px; }
.onsite { height: 450px; padding-block: 70px; }
.onsite-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); gap: 56px; align-items: stretch; }
.onsite-grid > div,
.onsite aside {
  min-width: 0;
  min-height: 310px;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(3, 29, 53, .08);
}
.onsite-grid > div { border: 1px solid var(--line); border-top: 4px solid var(--blue); background: white; }
.onsite-grid > div > p:not(.kicker) { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.onsite .kicker { margin-bottom: 10px; }
.onsite h2 { margin-bottom: 14px; }
.onsite aside { position: relative; overflow: hidden; border-top: 4px solid var(--orange); color: white; background: var(--navy); }
.onsite aside::after { content: ""; width: 170px; height: 170px; position: absolute; right: -95px; bottom: 40px; border: 1px solid rgba(255,255,255,.14); transform: rotate(20deg); }
.onsite aside h3 { max-width: 360px; margin-bottom: 15px; font-size: 22px; line-height: 1.35; }
.onsite aside p { max-width: 430px; margin: 0; color: #d1deea; font-size: 14px; }
.time-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.time-grid span, .time-grid strong { display: grid; place-items: center; min-height: 86px; padding: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; font-size: 12px; line-height: 1.7; }
.time-grid span { color: #405b75; background: var(--mist); }
.time-grid strong { position: relative; color: white; background: var(--blue); box-shadow: 0 10px 22px rgba(23, 103, 210, .2); }
.acceptance { height: 761px; background: var(--mist); }
.table-wrap { margin-top: 35px; overflow-x: auto; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; background: white; text-align: left; font-size: 13px; }
th { padding: 20px; color: white; background: var(--navy); }
td { padding: 19px 20px; border-bottom: 1px solid var(--line); }
td:first-child { width: 30%; color: #0067db; font-weight: 700; }
.exclusions { height: 360px; padding-block: 60px; background: var(--mist); }
.exclusions-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 120px; align-items: stretch; }
.exclusions-grid > div,
.exclusions .warning {
  min-height: 240px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(3, 29, 53, .05);
}
.exclusions-grid > div { border-top: 3px solid var(--blue); background: var(--white); }
.exclusions .warning { border-left: 0; border-top: 3px solid var(--orange); }
.exclusions .kicker { margin-bottom: 10px; }
.exclusions h2 { margin-bottom: 18px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-row span { padding: 10px 13px; border: 1px solid var(--line); color: #415d76; background: #eef3f7; font-size: 12px; }
.faq { height: 717px; }
.faq .shell { display: block; }
.faq h2 { margin-bottom: 0; }
.faq-list { display: grid; gap: 12px; margin-top: 30px; }
.faq-list details { border: 1px solid var(--line); background: white; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.faq-list details[open] { border-color: #a9bfd4; background: var(--mist); box-shadow: 0 10px 22px rgba(3,29,53,.05); }
.faq-list summary { display: grid; grid-template-columns: 48px minmax(0, 1fr) 28px; align-items: center; gap: 18px; min-height: 72px; padding: 18px 24px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 15px; letter-spacing: .04em; }
.faq-list summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #b9c9d8; border-radius: 50%; color: var(--blue); font-size: 18px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; color: white; border-color: var(--blue); background: var(--blue); }
.faq-list p { margin: 0; padding: 0 70px 22px 90px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.application { height: auto; min-height: 730px; display: flex; align-items: center; background: var(--mist); }
.application-card { display: grid; grid-template-columns: .72fr 1.55fr; padding: 0; background: white; box-shadow: var(--shadow); }
.application-card__intro { padding: 55px 42px; color: white; background: var(--navy); }
.application-card__intro h2 { font-size: 32px; }
.application-card__intro p { color: #c8d7e4; }
.application-card__intro hr { margin: 30px 0; border: 0; border-top: 1px solid #53697c; }
.application-form { padding: 45px 40px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 15px; }
.application-form label { display: grid; gap: 7px; color: #203d57; font-size: 12px; font-weight: 700; }
.application-form input:not([type="checkbox"]), .application-form select { width: 100%; height: 45px; padding: 0 14px; border: 1px solid #b9c9d8; border-radius: 0; color: #4d6479; background: white; }
.application-form > label { margin-top: 18px; }
.application-form .consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; padding: 13px; background: var(--mist); font-weight: 400; line-height: 1.55; }
.consent input { margin-top: 3px; }
.application-form .btn { margin-top: 18px; }
.form-status { display: inline-block; margin: 0 0 0 15px; color: #087b5f; font-size: 13px; }
.form-note { margin: 12px 0 0; color: #6d8295; font-size: 11px; line-height: 1.6; }
.inquiry-form .form-note { color: #91a9bc; }
.lead-form { min-width: 0; }
.form__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 16px; }
.form__row { min-width: 0; display: grid; align-content: start; gap: 7px; }
.form__row--wide { grid-column: 1 / -1; }
.lead-form .form__row label { display: block; color: #203d57; font-size: 12px; font-weight: 800; line-height: 1.45; }
.lead-form .form__row label span { color: #d95532; }
.lead-form .form__row input, .lead-form .form__row select, .lead-form .form__row textarea { width: 100%; min-width: 0; border: 1px solid #b9c9d8; border-radius: 4px; color: #243f57; background: white; font: inherit; font-size: 16px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.lead-form .form__row input, .lead-form .form__row select { height: 48px; padding: 0 13px; }
.lead-form .form__row textarea { min-height: 112px; padding: 13px; resize: vertical; line-height: 1.6; }
.lead-form .form__row input::placeholder, .lead-form .form__row textarea::placeholder { color: #8497a8; opacity: 1; }
.lead-form .form__row input:focus, .lead-form .form__row select:focus, .lead-form .form__row textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,103,210,.14); }
.lead-form .form__row [aria-invalid="true"] { border-color: #c84033; background: #fff9f8; }
.form__err, .form__ok { margin: 0; font-size: 12px; line-height: 1.55; }
.form__err { color: #b62f27; }
.form__ok, .form__submit-error { margin-top: 14px; padding: 12px 14px; border-radius: 4px; }
.form__ok { color: #086b53; border: 1px solid #9ddcc9; background: #e9f8f3; }
.form__submit-error { color: #a52d25; border: 1px solid #e7b1ab; background: #fff0ee; }
.lead-form > .btn { width: 100%; margin-top: 20px; }
.lead-form [hidden] { display: none !important; }
.lead-form[aria-busy="true"] { cursor: progress; }
.lead-form [type="submit"]:disabled { cursor: wait; opacity: .72; transform: none; }
.inquiry-form .form__row label { color: #e6eef5; }
.inquiry-form .form__row label span { color: #ff9b61; }
.inquiry-form .form__err { color: #ffb7ae; }
.inquiry-form .form__ok { color: #c8f5e7; border-color: #347f6b; background: #143e38; }
.inquiry-form .form__submit-error { color: #ffd1cc; border-color: #845047; background: #442b2a; }
.footer--course { height: 195px; padding-block: 39px 23px; }
.footer--course .copyright { margin-top: 35px; }

/* About page */
.about-hero { min-height: 650px; display: flex; align-items: stretch; overflow: hidden; color: white; background: var(--navy); }
.about-hero__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 0; align-items: stretch; }
.about-hero__copy { align-self: center; max-width: 570px; padding: 64px 58px 64px 0; position: relative; z-index: 2; }
.about-hero__year { margin: 0 0 -10px; color: transparent; -webkit-text-stroke: 1px rgba(117, 179, 255, .58); font-size: 104px; font-weight: 900; line-height: .9; letter-spacing: -.07em; }
.about-hero h1 { margin: 0 0 24px; font-size: 52px; line-height: 1.1; letter-spacing: -.045em; }
.about-hero__copy > p:not(.eyebrow):not(.about-hero__year) { max-width: 550px; margin-bottom: 28px; color: #d6e3ef; font-size: 16px; }
.about-hero__media { min-width: 0; min-height: 650px; margin: 0; position: relative; overflow: hidden; }
.about-hero__media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(8,31,52,.28) 18%, rgba(8,31,52,.03) 55%), linear-gradient(180deg, transparent 65%, rgba(3,29,53,.72) 100%); }
.about-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.about-hero__media figcaption { position: absolute; z-index: 2; right: 24px; bottom: 18px; color: rgba(255,255,255,.76); font-size: 11px; }
.about-facts { min-height: 104px; border-bottom: 1px solid #dce5ed; background: white; }
.about-facts__grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.about-facts__grid > div { display: grid; align-content: center; gap: 6px; padding: 18px 28px; border-right: 1px solid var(--line); }
.about-facts__grid > div:first-child { padding-left: 0; }
.about-facts__grid > div:last-child { border-right: 0; }
.about-facts strong { color: var(--blue); font-size: 22px; letter-spacing: -.02em; }
.about-facts span { color: var(--muted); font-size: 13px; }
.about-origin { background: var(--mist); }
.origin-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 8px 0 0; padding: 0; border-top: 2px solid #afc3d6; list-style: none; }
.origin-timeline li { min-width: 0; padding: 32px 28px 8px 0; position: relative; }
.origin-timeline li::before { content: ""; width: 13px; height: 13px; position: absolute; top: -8px; left: 0; border: 3px solid var(--mist); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.origin-timeline li:not(:last-child) { margin-right: 28px; }
.origin-timeline span { display: block; margin-bottom: 18px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.origin-timeline h3 { margin-bottom: 10px; font-size: 19px; }
.origin-timeline p { margin: 0; color: var(--muted); font-size: 14px; }
.about-attitude { color: white; background: var(--navy); }
.attitude-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: stretch; }
.attitude-quote { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 46px; border-top: 4px solid var(--orange); background: var(--navy-2); }
.attitude-quote blockquote { margin: 0; font-size: 46px; font-weight: 800; line-height: 1.3; letter-spacing: -.04em; }
.attitude-principles { display: grid; }
.attitude-principles article { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; align-items: start; padding: 26px 0; border-bottom: 1px solid #40586d; }
.attitude-principles article:first-child { border-top: 1px solid #40586d; }
.attitude-principles span { color: #75b1ff; font-size: 13px; font-weight: 900; }
.attitude-principles h3 { margin-bottom: 7px; font-size: 21px; }
.attitude-principles p { margin: 0; color: #c6d5e2; font-size: 14px; }
.capabilities-layout { display: grid; grid-template-columns: minmax(350px, .72fr) minmax(0, 1.28fr); gap: 48px; align-items: stretch; }
.capabilities-intro { min-width: 0; height: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden; padding: 46px 44px 40px; border: 1px solid #c4d2df; border-top: 4px solid var(--blue); background: linear-gradient(145deg, #f8fafc 0%, #edf3f8 100%); }
.capabilities-intro::after { content: "64"; position: absolute; right: -10px; bottom: 52px; color: transparent; -webkit-text-stroke: 1px rgba(23, 103, 210, .16); font-size: 150px; font-weight: 900; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
.about-capabilities h2 { margin-bottom: 20px; }
.capability-legend { display: grid; gap: 9px; margin-top: auto; padding-top: 30px; position: relative; z-index: 1; border-top: 1px solid #c4d2df; }
.capability-legend span { display: flex; align-items: center; gap: 12px; color: #49627b; font-size: 13px; }
.capability-legend b { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--blue); }
.capability-index { height: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border: 1px solid #aebfd0; list-style: none; }
.capability-index li { min-height: 145px; display: grid; grid-template-columns: 40px minmax(0, 1fr) 38px; gap: 14px; align-items: center; padding: 20px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-index li:nth-child(2n) { border-right: 0; }
.capability-index li:nth-last-child(-n + 2) { border-bottom: 0; }
.capability-index li > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.capability-index h3 { margin-bottom: 5px; font-size: 18px; }
.capability-index p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.capability-index li > b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #b7c8d7; color: var(--blue); font-size: 13px; }
.about-evolution { color: white; background: #0c2942; }
.evolution-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; align-items: end; }
.evolution-heading h2 { margin-bottom: 0; }
.evolution-heading p { margin: 0 0 5px; color: #c6d6e4; }
.evolution-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border-top: 1px solid #4b6276; border-bottom: 1px solid #4b6276; }
.evolution-grid article { min-height: 240px; padding: 36px 36px 28px; border-right: 1px solid #4b6276; }
.evolution-grid article:first-child { padding-left: 0; }
.evolution-grid article:last-child { padding-right: 0; border-right: 0; }
.evolution-grid span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 34px; color: white; background: var(--blue); font-weight: 900; }
.evolution-grid h3 { margin-bottom: 9px; font-size: 21px; }
.evolution-grid p { margin: 0; color: #bfd0de; font-size: 14px; }
.about-team { background: var(--mist); }
.team-roster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.team-roster article { min-width: 0; position: relative; overflow: hidden; background: white; box-shadow: 0 14px 26px rgba(3,29,53,.07); text-align: center; }
.team-roster img { width: 100%; height: auto; aspect-ratio: 222 / 290; object-fit: contain; object-position: center bottom; background: #eef1f4; filter: saturate(.86); transition: filter .2s ease, transform .25s ease; }
.team-roster article:hover img { filter: saturate(1); transform: scale(1.015); }
.team-roster article > div { padding: 18px 18px 20px; border-top: 3px solid var(--blue); }
.team-roster h3 { margin-bottom: 4px; font-size: 19px; }
.team-roster p { margin: 0; color: var(--muted); font-size: 13px; }
.about-culture { background: white; }
.culture-frame { min-height: 580px; display: grid; grid-template-columns: 1.45fr .55fr; padding: 0; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.culture-frame > img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; object-position: center; }
.culture-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 46px; color: white; }
.culture-copy h2 { font-size: 38px; }
.culture-copy p { margin-bottom: 0; color: #c7d6e3; font-size: 14px; }
.about-contact { padding: 82px 0; color: white; background: var(--blue); }
.about-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.about-contact h2 { margin-bottom: 18px; font-size: 43px; line-height: 1.15; letter-spacing: -.035em; }
.about-contact__grid > div > p:not(.kicker) { max-width: 520px; margin: 0; color: #dceaff; }
.contact-directory { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.42); border-left: 1px solid rgba(255,255,255,.42); font-style: normal; }
.contact-directory > * { min-width: 0; min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); transition: background .18s ease; }
.contact-directory a:hover { background: rgba(255,255,255,.12); }
.contact-directory span { color: #bdd9ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.contact-directory strong { overflow-wrap: anywhere; font-size: 18px; line-height: 1.5; }
.footer--about { height: auto; min-height: 330px; }

/* Operation hosting page */
.operation-hero { min-height: 660px; display: flex; align-items: center; overflow: hidden; position: relative; color: white; background: var(--navy); }
.operation-hero::before { content: ""; position: absolute; inset: 0 0 0 52%; background: linear-gradient(135deg, rgba(23,103,210,.18), transparent 54%), repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 88px); }
.operation-hero__layout { min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr); align-items: center; gap: 88px; position: relative; z-index: 1; padding-block: 64px; }
.operation-hero__copy { max-width: 740px; }
.operation-hero h1 { margin-bottom: 24px; font-size: 54px; line-height: 1.08; letter-spacing: -.045em; }
.operation-lead { max-width: 700px; margin-bottom: 22px; color: #d8e6f2; font-size: 17px; }
.operation-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.operation-tags span { padding: 8px 12px; border: 1px solid #4d687f; color: #c6d9e9; font-size: 12px; line-height: 1; }
.operation-console { border: 1px solid #49637b; background: #0d2941; box-shadow: 0 30px 60px rgba(0,0,0,.23); }
.operation-console__head, .operation-console__foot { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 22px; border-bottom: 1px solid #38536a; color: #a9bfd2; font-size: 11px; letter-spacing: .08em; }
.operation-console__head b { color: #6eaaff; font-size: 10px; }
.operation-console__core { min-height: 94px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 23px 22px 19px; background: var(--blue); }
.operation-console__core span { color: #d8e9ff; font-size: 11px; }
.operation-console__core strong { font-size: 21px; }
.operation-console__lane { min-height: 84px; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 0 22px; border-bottom: 1px solid #38536a; }
.operation-console__lane > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #557087; border-radius: 50%; color: #75b3ff; font-size: 11px; font-weight: 800; }
.operation-console__lane div { display: grid; gap: 6px; }
.operation-console__lane b { font-size: 15px; }
.operation-console__lane small { color: #9eb7cb; font-size: 11px; }
.operation-console__lane em { padding: 6px 8px; border: 1px solid #49637b; color: #b9cee0; font-size: 10px; font-style: normal; }
.operation-console__foot { border-bottom: 0; border-top: 2px solid var(--orange); }
.operation-console__foot b { color: white; font-size: 11px; }

.operation-fit { padding-block: 88px; }
.operation-fit__grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(380px, .72fr); gap: 22px; }
.fit-panel { min-height: 430px; padding: 40px; border: 1px solid var(--line); }
.fit-panel--primary { color: white; background: var(--navy); }
.fit-panel--review { background: var(--mist); }
.fit-panel h3 { margin-bottom: 26px; font-size: 26px; }
.fit-panel--primary .card-index { color: #78b4ff; }
.operation-checklist, .review-list { margin: 0; padding: 0; list-style: none; }
.operation-checklist li { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1fr); gap: 24px; padding: 20px 0; border-top: 1px solid #36516a; }
.operation-checklist b { font-size: 16px; }
.operation-checklist span { color: #bdd0df; font-size: 13px; line-height: 1.7; }
.review-list { display: grid; gap: 3px; }
.review-list li { min-height: 64px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 14px; padding: 10px 0; border-top: 1px solid var(--line); }
.review-list li > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.review-list p { margin: 0; color: var(--muted); font-size: 13px; }
.review-list b { margin-right: 7px; color: var(--ink); }
.fit-boundary { grid-column: 1 / -1; min-height: 76px; display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: 30px; padding: 18px 26px; border-left: 3px solid var(--orange); background: #fff5eb; }
.fit-boundary span { font-weight: 800; }
.fit-boundary p { margin: 0; color: #765943; font-size: 13px; }

.operation-scope { background: var(--mist); }
.scope-index { border-top: 1px solid #b7c8d7; }
.scope-row { min-height: 178px; display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.45fr) minmax(230px, .6fr); align-items: center; gap: 36px; padding: 26px 30px; border-right: 1px solid #b7c8d7; border-bottom: 1px solid #b7c8d7; border-left: 1px solid #b7c8d7; background: white; }
.scope-row__title { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 13px; }
.scope-row__title > span { grid-row: 1 / span 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 900; }
.scope-row__title p { margin: 1px 0 6px; color: #7890a5; font-size: 10px; font-weight: 900; letter-spacing: .1em; line-height: 1.2; }
.scope-row__title h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.scope-row__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.scope-row__actions span { padding: 8px 10px; border: 1px solid #cbd7e2; color: #405c75; background: #f8fafc; font-size: 11px; line-height: 1.3; }
.scope-row__output { margin: 0; padding-left: 20px; border-left: 2px solid var(--orange); color: var(--muted); font-size: 12px; }
.scope-row__output b { display: block; margin-bottom: 5px; color: var(--ink); }
.scope-row--blue { color: white; border-color: #3581e4; background: var(--blue); }
.scope-row--dark { color: white; border-color: #405a70; background: var(--navy); }
.scope-row--blue .scope-row__title > span, .scope-row--dark .scope-row__title > span { border-color: rgba(255,255,255,.35); color: white; }
.scope-row--blue .scope-row__title p, .scope-row--dark .scope-row__title p { color: #bcd6f6; }
.scope-row--blue .scope-row__actions span, .scope-row--dark .scope-row__actions span { border-color: rgba(255,255,255,.3); color: #edf6ff; background: rgba(255,255,255,.06); }
.scope-row--blue .scope-row__output, .scope-row--dark .scope-row__output { color: #d4e4f3; }
.scope-row--blue .scope-row__output b, .scope-row--dark .scope-row__output b { color: white; }

.operation-cadence { color: white; background: var(--navy); }
.operation-cadence__heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: end; gap: 90px; }
.operation-cadence__heading p { margin-bottom: 22px; color: #b9cee0; font-size: 14px; }
.cadence-flow { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 50px; border-top: 1px solid #496278; border-bottom: 1px solid #496278; }
.cadence-flow article { min-height: 215px; position: relative; padding: 34px 30px 28px; border-right: 1px solid #496278; }
.cadence-flow article:first-child { border-left: 1px solid #496278; }
.cadence-flow article::after { content: "→"; position: absolute; z-index: 2; top: 41px; right: -12px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--navy); background: var(--orange); font-size: 12px; }
.cadence-flow article:last-child::after { content: "↻"; }
.cadence-flow span { display: block; margin-bottom: 30px; color: #73b2ff; font-size: 12px; font-weight: 900; }
.cadence-flow h3 { margin-bottom: 12px; font-size: 18px; }
.cadence-flow p { margin: 0; color: #b9cee0; font-size: 12px; }

.responsibility { background: white; }
.responsibility-matrix { border: 1px solid var(--line); box-shadow: 0 16px 34px rgba(3,29,53,.07); }
.responsibility-matrix__head, .responsibility-matrix__row { display: grid; grid-template-columns: .42fr 1fr 1fr; }
.responsibility-matrix__head { min-height: 62px; align-items: center; color: white; background: var(--navy); }
.responsibility-matrix__head > * { height: 100%; display: flex; align-items: center; padding: 0 24px; border-right: 1px solid #405a70; }
.responsibility-matrix__head > *:last-child { border-right: 0; }
.responsibility-matrix__row { min-height: 90px; border-top: 1px solid var(--line); }
.responsibility-matrix__row > * { min-width: 0; display: flex; align-items: center; margin: 0; padding: 20px 24px; border-right: 1px solid var(--line); font-size: 13px; line-height: 1.65; }
.responsibility-matrix__row > *:last-child { border-right: 0; }
.responsibility-matrix__row span { color: var(--blue); background: #f4f8fc; font-weight: 800; }
.responsibility-matrix__row p { color: #48627a; }
.responsibility-matrix__row p:last-child { background: #fbfcfd; }

.operation-reporting { padding: 88px 0; color: white; background: var(--blue); }
.reporting-layout { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); align-items: center; gap: 80px; }
.reporting-copy h2 { margin-bottom: 20px; font-size: 38px; line-height: 1.2; }
.reporting-copy > p:not(.kicker) { margin: 0; color: #dceaff; font-size: 14px; }
.reporting-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.38); border-left: 1px solid rgba(255,255,255,.38); }
.reporting-grid article { min-height: 170px; padding: 28px; border-right: 1px solid rgba(255,255,255,.38); border-bottom: 1px solid rgba(255,255,255,.38); }
.reporting-grid span { display: block; margin-bottom: 22px; color: #c4ddff; font-size: 11px; font-weight: 900; }
.reporting-grid h3 { margin-bottom: 8px; font-size: 17px; }
.reporting-grid p { margin: 0; color: #dceaff; font-size: 12px; }

.operation-boundaries { background: #fff7ef; }
.boundary-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); align-items: center; gap: 100px; }
.operation-boundaries h2 { max-width: 760px; margin-bottom: 0; }
.boundary-statement { padding: 30px 34px; border-left: 4px solid var(--orange); background: white; box-shadow: 0 16px 30px rgba(94,58,27,.08); }
.boundary-statement strong { display: block; margin-bottom: 12px; font-size: 19px; }
.boundary-statement p { margin: 0; color: #745b47; font-size: 13px; }
.operation-faq { height: auto; }
.operation-inquiry { height: auto; min-height: 560px; padding-block: 60px; }
.operation-inquiry .inquiry-problem { display: grid; gap: 7px; margin-top: 16px; color: #dfe9f2; font-size: 12px; font-weight: 700; }

/* Case library */
.cases-hero { min-height: 660px; overflow: hidden; color: white; background: var(--navy); }
.cases-hero__grid { min-height: 660px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr); align-items: center; gap: 82px; padding-block: 54px; }
.cases-hero__copy { max-width: 700px; position: relative; z-index: 2; }
.cases-hero h1 { margin-bottom: 24px; font-size: 54px; line-height: 1.08; letter-spacing: -.045em; }
.cases-hero__copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 30px; color: #d8e6f2; font-size: 17px; }
.cases-hero__visual { min-height: 540px; position: relative; }
.cases-hero__visual::before { content: ""; position: absolute; inset: 46px 74px 44px 46px; border: 1px solid #36516a; background: #0e2a42; }
.cases-hero__shot { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.55); background: white; box-shadow: 0 24px 48px rgba(0,0,0,.26); }
.cases-hero__shot img { width: 100%; height: calc(100% - 38px); object-fit: cover; object-position: top; }
.cases-hero__shot figcaption { height: 38px; display: flex; align-items: center; padding: 0 13px; color: #405c75; background: white; font-size: 11px; font-weight: 700; }
.cases-hero__shot--primary { z-index: 3; inset: 70px 30% 40px 11%; }
.cases-hero__shot--secondary { z-index: 2; width: 40%; height: 330px; top: 0; right: 0; transform: rotate(1.6deg); }
.cases-hero__shot--tertiary { z-index: 4; width: 40%; height: 275px; right: 0; bottom: 3px; transform: rotate(-1.2deg); }
.cases-proof b { font-size: 16px; }

.cases-library { padding-block: 100px; }
#library, .cases-inquiry { scroll-margin-top: 120px; }
.cases-library__heading { max-width: 900px; margin-bottom: 38px; }
.cases-library__heading h2 { margin-bottom: 16px; }
.cases-library__heading > p:last-child { max-width: 780px; margin: 0; color: var(--muted); }
.case-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.case-filters button { min-height: 43px; padding: 0 17px; border: 1px solid #b9c9d8; border-radius: 7px; color: #405c75; background: white; cursor: pointer; font-size: 13px; font-weight: 700; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.case-filters button:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-1px); }
.case-filters button.active { color: white; border-color: var(--blue); background: var(--blue); }
.case-filters button:focus-visible { outline: 3px solid #ffb66f; outline-offset: 3px; }
.case-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.case-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: white; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.case-card--wide, .case-card--compact, .case-card--half { grid-column: auto; }
.case-card:hover { border-color: #91aac0; box-shadow: 0 18px 34px rgba(3,29,53,.1); transform: translateY(-3px); }
.case-card[hidden] { display: none; }
.case-card__media { aspect-ratio: 4 / 3; height: auto; display: block; overflow: hidden; position: relative; border-bottom: 1px solid var(--line); background: #e7edf2; }
.case-card--wide .case-card__media, .case-card--compact .case-card__media { height: auto; }
.case-card__media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); pointer-events: none; }
.case-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.case-card:hover .case-card__media img { transform: scale(1.025); }
.case-card__body { min-height: 158px; display: flex; flex-direction: column; padding: 18px 20px 20px; }
.case-card__body > span { margin-bottom: 8px; color: var(--blue); font-size: 11px; font-weight: 800; }
.case-card__body h3 { margin-bottom: 7px; font-size: 20px; }
.case-card__body p { margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.case-card__body a { margin-top: auto; color: #075fbd; font-size: 12px; font-weight: 800; }
.case-card__body a:hover { text-decoration: underline; text-underline-offset: 4px; }
.case-empty { margin-top: 24px; padding: 30px; border-left: 3px solid var(--orange); background: #fff6ed; color: #6c5441; }

.case-services { color: white; background: var(--navy); }
.case-services__heading { max-width: 880px; margin-bottom: 44px; }
.case-services__heading h2 { margin-bottom: 14px; }
.case-services__heading > p:last-child { max-width: 720px; margin: 0; color: #b9cee0; }
.case-service-lanes { display: grid; grid-template-columns: 1.12fr .88fr; border-top: 1px solid #496278; border-left: 1px solid #496278; }
.case-service-lanes article { min-height: 178px; display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: start; gap: 24px; padding: 32px; border-right: 1px solid #496278; border-bottom: 1px solid #496278; }
.case-service-lanes article:nth-child(2), .case-service-lanes article:nth-child(3) { background: #0e2a42; }
.case-service-lanes article > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #5c778e; color: #7db8ff; font-size: 20px; font-weight: 900; }
.case-service-lanes h3 { margin-bottom: 10px; font-size: 21px; }
.case-service-lanes p { max-width: 640px; margin: 0; color: #bad0e0; font-size: 13px; }

.industry-index { background: var(--mist); }
.industry-index h2 { max-width: 780px; }
.industry-index__intro { max-width: 790px; margin-bottom: 42px; color: var(--muted); }
.industry-groups { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 34px; }
.industry-groups > div { min-height: 142px; padding: 24px 0 20px; border-top: 2px solid #aebfce; }
.industry-groups > div:nth-child(1), .industry-groups > div:nth-child(5) { border-top-color: var(--blue); }
.industry-groups h3 { margin-bottom: 10px; font-size: 17px; }
.industry-groups p { margin: 0; color: var(--muted); font-size: 13px; }

.case-evidence { background: white; }
.case-evidence__layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: start; gap: 100px; }
.case-evidence__layout > div > p:last-child { max-width: 610px; margin: 0; color: var(--muted); }
.case-evidence__list { margin: 0; border-top: 1px solid var(--line); }
.case-evidence__list > div { min-height: 106px; display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 30px; padding: 22px 12px; border-bottom: 1px solid var(--line); }
.case-evidence__list dt { color: var(--blue); font-weight: 800; }
.case-evidence__list dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.cases-inquiry { height: auto; min-height: 650px; padding-block: 70px; }

@media (max-width: 1180px) {
  .cases-hero__grid { grid-template-columns: minmax(0, .82fr) minmax(490px, 1.18fr); gap: 42px; }
  .cases-hero h1 { font-size: 47px; }
  .cases-hero__shot--primary { left: 5%; }
  .case-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .case-evidence__layout { gap: 55px; }
  .industry-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .cases-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 26px; }
  .cases-hero h1 { font-size: 42px; }
  .cases-hero__visual { min-height: 500px; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-card--wide, .case-card--compact, .case-card--half { grid-column: auto; }
  .case-card__media, .case-card--wide .case-card__media, .case-card--compact .case-card__media { height: auto; }
  .case-service-lanes { grid-template-columns: 1fr 1fr; }
  .industry-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .cases-hero, .cases-hero__grid { min-height: 0; }
  .cases-hero__grid { grid-template-columns: 1fr; gap: 35px; padding-block: 52px 46px; }
  .cases-hero__copy { max-width: 650px; }
  .cases-hero h1 { font-size: clamp(37px, 10vw, 48px); }
  .cases-hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .cases-hero__visual { min-height: 510px; }
  .cases-library { padding-block: 64px; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .case-card--wide, .case-card--compact, .case-card--half { grid-column: auto; }
  .case-card__media, .case-card--wide .case-card__media, .case-card--compact .case-card__media { height: auto; }
  .case-card__body { min-height: 154px; padding: 17px 18px 19px; }
  .case-service-lanes { grid-template-columns: 1fr; }
  .case-service-lanes article:nth-child(3) { background: var(--navy); }
  .case-service-lanes article:nth-child(4) { background: #0e2a42; }
  .case-evidence__layout { grid-template-columns: 1fr; gap: 36px; }
  .case-evidence__list > div { grid-template-columns: 145px minmax(0, 1fr); }
  .cases-inquiry { min-height: 0; padding-block: 54px; }
}

@media (max-width: 560px) {
  .cases-hero__visual { min-height: 405px; }
  .cases-hero__visual::before { inset: 35px 42px 35px 28px; }
  .cases-hero__shot--primary { inset: 58px 27% 28px 4%; }
  .cases-hero__shot--secondary { width: 39%; height: 238px; }
  .cases-hero__shot--tertiary { width: 42%; height: 205px; }
  .cases-hero__shot figcaption { height: 32px; padding-inline: 8px; font-size: 9px; }
  .cases-hero__shot img { height: calc(100% - 32px); }
  .case-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 18px; scrollbar-width: thin; }
  .case-filters button { flex: 0 0 auto; }
  .case-grid { grid-template-columns: 1fr; }
  .industry-groups { grid-template-columns: 1fr; }
  .industry-groups > div { min-height: 0; }
  .case-evidence__list > div { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .case-card, .case-card__media img, .case-filters button, .reveal { animation: none; transition: none; transform: none; }
  html { scroll-behavior: auto; }
}

.reveal { animation: fade-up .65s ease both; }
@keyframes fade-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* Comprehensive coaching page */
.coaching-hero { min-height: 650px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.coaching-hero__grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr); align-items: center; gap: 90px; padding-block: 58px; }
.coaching-hero__copy { position: relative; z-index: 2; }
.coaching-hero h1 { max-width: 760px; margin-bottom: 25px; font-size: 58px; line-height: 1.06; letter-spacing: -.045em; }
.coaching-hero__copy > p:not(.eyebrow):not(.coaching-boundary) { max-width: 680px; margin-bottom: 29px; color: #d6e4ef; font-size: 17px; }
.coaching-boundary { max-width: 680px; margin: 22px 0 0; padding-left: 14px; border-left: 2px solid var(--orange); color: #a9c0d3; font-size: 12px; }
.system-orbit { width: 520px; height: 520px; position: relative; justify-self: end; isolation: isolate; }
.system-orbit::before, .system-orbit::after { content: ""; position: absolute; inset: 50%; z-index: -2; transform: translate(-50%, -50%); border-radius: 50%; }
.system-orbit::before { width: 430px; height: 430px; border: 1px solid rgba(141,188,248,.2); }
.system-orbit::after { width: 290px; height: 290px; border: 1px dashed rgba(141,188,248,.25); }
.system-orbit__ring { width: 365px; height: 365px; position: absolute; top: 78px; left: 78px; z-index: -1; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; animation: orbit-pulse 5s ease-in-out infinite; }
.system-orbit__ring::before, .system-orbit__ring::after { content: ""; position: absolute; background: rgba(255,255,255,.16); }
.system-orbit__ring::before { width: 1px; height: 100%; left: 50%; }
.system-orbit__ring::after { width: 100%; height: 1px; top: 50%; }
.system-orbit__core { width: 196px; height: 196px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 162px; left: 162px; z-index: 2; border: 1px solid #5792d9; border-radius: 50%; background: #0d2d47; box-shadow: 0 0 0 14px rgba(23,103,210,.08), 0 24px 50px rgba(0,0,0,.2); text-align: center; }
.system-orbit__core small { margin-bottom: 10px; color: #77b2fa; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.system-orbit__core strong { font-size: 25px; }
.system-orbit__core span { margin-top: 9px; color: #a9bfd2; font-size: 11px; }
.system-orbit__node { width: 188px; min-height: 96px; display: grid; grid-template-columns: 34px 1fr; align-content: center; position: absolute; z-index: 3; padding: 18px 20px; border: 1px solid #385f81; background: #0c2941; box-shadow: 0 14px 32px rgba(0,0,0,.16); }
.system-orbit__node > span { grid-row: 1 / span 2; align-self: center; color: #6daafb; font-size: 11px; font-weight: 900; }
.system-orbit__node strong { font-size: 15px; }
.system-orbit__node small { margin-top: 5px; color: #9fb7ca; font-size: 10px; white-space: nowrap; }
.system-orbit__node--position { top: 0; left: 166px; border-top: 3px solid var(--orange); }
.system-orbit__node--site { top: 212px; right: 0; border-top: 3px solid #72adff; }
.system-orbit__node--growth { bottom: 0; left: 166px; border-top: 3px solid var(--green); }
.system-orbit__node--ops { top: 212px; left: 0; border-top: 3px solid #d4e3f0; }
@keyframes orbit-pulse { 0%, 100% { transform: scale(.985); opacity: .7; } 50% { transform: scale(1.02); opacity: 1; } }

.coaching-signal { border-bottom: 1px solid var(--line); background: white; }
.coaching-signal__grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.coaching-signal__grid > div { display: flex; flex-direction: column; justify-content: center; padding: 20px 26px; border-right: 1px solid var(--line); }
.coaching-signal__grid > div:first-child { padding-left: 0; }
.coaching-signal__grid > div:last-child { border-right: 0; }
.coaching-signal b { margin-bottom: 7px; font-size: 15px; }
.coaching-signal span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.breakpoints { background: var(--mist); }
.breakpoint-list { border-top: 1px solid #aebfce; }
.breakpoint-list article { min-height: 105px; display: grid; grid-template-columns: 58px minmax(0, 1fr) 120px; align-items: center; gap: 28px; padding: 20px 0; border-bottom: 1px solid #bdcad5; }
.breakpoint-list article > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #9cb0c3; border-radius: 50%; color: var(--blue); font-size: 11px; font-weight: 900; }
.breakpoint-list h3 { margin: 0 0 5px; font-size: 20px; }
.breakpoint-list p { margin: 0; color: var(--muted); font-size: 13px; }
.breakpoint-list article > b { justify-self: end; padding: 8px 12px; border-left: 2px solid var(--orange); color: #405c74; font-size: 12px; }

.systems { color: white; background: var(--navy); }
.systems__intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); align-items: end; gap: 80px; margin-bottom: 45px; }
.systems__intro h2 { margin-bottom: 0; }
.systems__intro > p { margin-bottom: 2px; color: #b8cede; font-size: 15px; }
.systems-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #405a70; }
.system-panel { min-height: 0; display: grid; grid-template-columns: 1fr; align-content: start; gap: 34px; padding: 42px; border-right: 1px solid #405a70; border-bottom: 1px solid #405a70; background: #0b263d; }
.system-panel:nth-child(2n) { border-right: 0; }
.system-panel:nth-last-child(-n + 2) { border-bottom: 0; }
.system-panel--site, .system-panel--ops { background: #102f49; }
.system-panel__head { padding-top: 14px; border-top: 3px solid #6daafb; }
.system-panel--position .system-panel__head { border-top-color: var(--orange); }
.system-panel--growth .system-panel__head { border-top-color: var(--green); }
.system-panel--ops .system-panel__head { border-top-color: #d4e3f0; }
.system-panel__head > span { display: block; margin-bottom: 22px; color: #82b7f4; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.system-panel__head h3 { margin-bottom: 14px; font-size: 29px; }
.system-panel__head p { margin: 0; color: #b9cedf; font-size: 13px; }
.system-panel ol { margin: 0; padding: 0; list-style: none; counter-reset: panel-list; }
.system-panel li { min-height: 70px; display: grid; align-content: center; position: relative; padding: 13px 0 13px 42px; border-bottom: 1px solid #3a546a; counter-increment: panel-list; }
.system-panel li:last-child { border-bottom: 0; }
.system-panel li::before { content: counter(panel-list, decimal-leading-zero); position: absolute; top: 17px; left: 0; color: #6faaf1; font-size: 10px; font-weight: 900; }
.system-panel li b, .system-panel li span { display: block; }
.system-panel li b { margin-bottom: 5px; font-size: 14px; }
.system-panel li span { color: #a9c0d2; font-size: 12px; line-height: 1.55; }

.channels { background: #fff; }
.channels-layout { display: grid; grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr); gap: 90px; align-items: start; }
.channels-principle { position: sticky; top: 140px; padding-right: 20px; }
.channels-principle > p:not(.kicker) { color: var(--muted); }
.channel-rule { margin-top: 32px; padding: 24px; border-left: 3px solid var(--blue); background: var(--mist); }
.channel-rule span, .channel-rule b, .channel-rule i { display: block; }
.channel-rule span { margin-bottom: 15px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.channel-rule b { font-size: 14px; }
.channel-rule i { height: 22px; padding-left: 4px; color: #8ba0b4; font-size: 14px; font-style: normal; }
.channel-list { display: grid; gap: 12px; }
.channel-list details { border: 1px solid var(--line); background: white; }
.channel-list details[open] { border-color: #83a9cf; box-shadow: 0 15px 30px rgba(3,29,53,.07); }
.channel-list summary { min-height: 86px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto 28px; align-items: center; gap: 17px; padding: 19px 24px; cursor: pointer; list-style: none; }
.channel-list summary::-webkit-details-marker { display: none; }
.channel-list summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #9db2c5; border-radius: 50%; color: var(--blue); font-size: 18px; }
.channel-list details[open] summary::after { content: "−"; color: white; border-color: var(--blue); background: var(--blue); }
.channel-list summary > span { color: var(--blue); font-size: 11px; font-weight: 900; }
.channel-list summary strong { font-size: 18px; }
.channel-list summary small { color: var(--muted); font-size: 11px; }
.channel-list ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0 34px 27px 83px; list-style: none; }
.channel-list li { position: relative; padding: 9px 0 9px 18px; border-top: 1px solid #e1e8ee; color: #476078; font-size: 12px; line-height: 1.6; }
.channel-list li::before { content: ""; width: 5px; height: 5px; position: absolute; top: 17px; left: 0; background: var(--blue); }

.working-model { color: white; background: var(--navy); }
.working-model__heading { max-width: 900px; }
.working-model__heading h2 { margin-bottom: 15px; }
.working-model__heading > p:last-child { color: #b7cddd; }
.work-rail { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 48px; border-top: 1px solid #567086; }
.work-rail article { min-height: 265px; position: relative; padding: 42px 28px 24px; border-right: 1px solid #40596e; }
.work-rail article:last-child { border-right: 0; }
.work-rail article::before { content: ""; width: 13px; height: 13px; position: absolute; top: -7px; left: 28px; border: 3px solid var(--navy); border-radius: 50%; background: #77b2fa; box-shadow: 0 0 0 1px #77b2fa; }
.work-rail span { display: block; margin-bottom: 22px; color: #77b2fa; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.work-rail h3 { margin-bottom: 12px; font-size: 21px; }
.work-rail p { color: #b7ccdc; font-size: 13px; }
.work-rail b { display: block; margin-top: 20px; padding-top: 15px; border-top: 1px solid #40596e; color: #e6f0f8; font-size: 12px; }

.responsibilities { background: var(--mist); }
.responsibilities-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(340px, .6fr); gap: 55px; align-items: stretch; }
.responsibility-table { margin-top: 34px; border-top: 1px solid #aebdca; border-left: 1px solid #aebdca; background: white; box-shadow: 0 14px 32px rgba(3,29,53,.06); }
.responsibility-table > div { display: grid; grid-template-columns: 120px 1fr 1fr; }
.responsibility-table > div > * { min-height: 78px; display: flex; align-items: center; margin: 0; padding: 16px 20px; border-right: 1px solid #bac8d4; border-bottom: 1px solid #bac8d4; color: #405b73; font-size: 12px; line-height: 1.6; }
.responsibility-table > div > b { color: var(--ink); font-size: 13px; }
.responsibility-table__head > * { min-height: 54px !important; color: white !important; background: var(--navy); font-weight: 800; }
.outputs-panel { padding: 45px 38px; color: white; background: var(--blue); box-shadow: var(--shadow); }
.outputs-panel__label { display: block; margin-bottom: 21px; color: #cfe2ff; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.outputs-panel h3 { margin-bottom: 25px; font-size: 25px; line-height: 1.35; }
.outputs-panel ul { margin: 0; padding: 0; list-style: none; }
.outputs-panel li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 13px; }
.outputs-panel li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; }
.outputs-panel > p { margin: 26px 0 0; color: #d8e8ff; font-size: 12px; }

.team-proof { color: white; background: #0b263d; }
.team-proof__layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr); gap: 45px; align-items: stretch; }
.team-proof__story { min-width: 0; }
.team-proof__story > p:not(.kicker) { max-width: 760px; color: #b9cedf; }
.team-proof__story > img { width: 100%; aspect-ratio: 1400 / 671; margin-top: 28px; object-fit: cover; border: 1px solid #405b71; }
.team-portraits { min-width: 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 1px; }
.team-portraits figure { min-width: 0; position: relative; overflow: hidden; margin: 0; border: 1px solid #405b71; background: #153750; }
.team-portraits img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(.88); }
.team-portraits figcaption { position: absolute; right: 10px; bottom: 9px; padding: 6px 9px; color: var(--ink); background: rgba(255,255,255,.92); font-size: 11px; font-weight: 800; }
.team-portraits figcaption span { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 600; }

.fit-boundaries { background: white; }
.fit-boundaries__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); gap: 0; border: 1px solid var(--line); box-shadow: var(--shadow); }
.fit-panel { padding: 48px 52px; }
.fit-panel ul { margin: 28px 0 0; padding: 0; list-style: none; }
.fit-panel li { position: relative; padding: 15px 0 15px 31px; border-bottom: 1px solid var(--line); color: #405b73; font-size: 14px; line-height: 1.65; }
.fit-panel li::before { content: "✓"; position: absolute; left: 0; color: #078464; font-weight: 900; }
.fit-panel--no { color: white; background: var(--navy); }
.fit-panel--no > span { display: block; margin-bottom: 16px; color: #f2a66b; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.fit-panel--no h3 { margin-bottom: 6px; font-size: 26px; line-height: 1.35; }
.fit-panel--no li { color: #c2d4e1; border-bottom-color: #40596e; }
.fit-panel--no li::before { content: "—"; color: #f2a66b; }

.coaching-faq { background: var(--mist); }
.coaching-faq__layout { display: grid; grid-template-columns: 1fr; gap: 42px; align-items: start; }
.coaching-faq__layout > div:first-child { max-width: 780px; position: static; }
.coaching-faq__layout > div:first-child > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.coaching-faq .faq-list { width: 100%; margin-top: 0; }

.coaching-apply { background: white; }
.coaching-apply__card { display: grid; grid-template-columns: minmax(340px, .68fr) minmax(0, 1.32fr); padding: 0; box-shadow: var(--shadow); }
.coaching-apply__intro { padding: 58px 48px; color: white; background: var(--navy); }
.coaching-apply__intro h2 { margin-bottom: 20px; font-size: 37px; }
.coaching-apply__intro > p:not(.kicker) { color: #c0d2df; }
.coaching-apply__intro > div { display: grid; gap: 9px; margin-top: 34px; padding-top: 25px; border-top: 1px solid #4a6276; }
.coaching-apply__intro > div b { margin-bottom: 5px; color: white; font-size: 13px; }
.coaching-apply__intro > div span { position: relative; padding-left: 18px; color: #a9c0d2; font-size: 12px; }
.coaching-apply__intro > div span::before { content: ""; width: 5px; height: 5px; position: absolute; top: 6px; left: 0; background: var(--orange); }
.coaching-form .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer--coaching { height: auto; }

@media (min-width: 1440px) {
  .nav { column-gap: 40px; }
  .main-nav { gap: 34px; font-size: 14px; }
  .nav-actions { gap: 10px; }
  .nav-actions .btn--small { padding-inline: 20px; }
  .home-hero__photo { width: 52%; }
  .home-hero__copy { width: 50%; }
  .home-hero h1 { font-size: 58px; }
  .hero-lead { font-size: 18px; }
  .section h2 { font-size: 44px; }
  .path-card h3 { font-size: 24px; }
  .feature-card h2 { font-size: 40px; }
  .course-hero h1 { font-size: 60px; }
  .about-hero h1 { font-size: 58px; }
  .about-hero__year { font-size: 114px; }
}

@media (max-width: 1180px) {
  .section-heading--split { grid-template-columns: 1.4fr .8fr; gap: 45px; }
  .rebuild__grid { grid-template-columns: 1fr 1fr; gap: 60px; }
  .method-grid article { padding-inline: 22px; }
  .feature-card__copy { padding-inline: 50px; }
  .footer-grid { gap: 60px; }
  .fit-layout { grid-template-columns: 1.55fr 1fr; gap: 28px; }
  .onsite-grid { gap: 45px; }
  .exclusions-grid { gap: 55px; }
  .application-card { grid-template-columns: .85fr 1.3fr; }
  .inquiry { height: auto; min-height: 650px; }
  .inquiry-layout { grid-template-columns: .62fr 1.38fr; gap: 45px; }
  .inquiry-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-hero__grid { grid-template-columns: .88fr 1.12fr; }
  .about-hero__copy { padding-right: 40px; }
  .attitude-layout { gap: 58px; }
  .capabilities-layout { gap: 32px; }
  .capabilities-intro { padding-inline: 34px; }
  .evolution-heading { gap: 60px; }
  .culture-frame { grid-template-columns: 1.25fr .75fr; }
  .about-contact__grid { gap: 50px; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 14px; font-size: 11px; }
  .nav { column-gap: 16px; }
  .nav-actions .btn--outline { display: none; }
  .home-hero__copy { width: 50%; }
  .home-hero h1 { font-size: 46px; }
  .about-hero h1 { font-size: 46px; }
  .about-hero__year { font-size: 94px; }
}

@media (max-width: 920px) and (min-width: 821px) {
  .rebuild, .onsite, .exclusions { height: auto; min-height: 0; }
  .rebuild__grid, .onsite-grid, .exclusions-grid { grid-template-columns: 1fr; gap: 28px; }
  .onsite-grid > div, .onsite aside { min-height: 0; }
  .exclusions-grid > div, .exclusions .warning { min-height: 0; }
  .need-card, .onsite aside, .exclusions .warning { padding-block: 22px; }
  .method-grid article { padding-inline: 16px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 119px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  body.menu-open::before { content: ""; position: fixed; z-index: 70; inset: 103px 0 0; background: rgba(3, 29, 53, .68); backdrop-filter: blur(3px); }
  .topbar__inner span { display: none; }
  .nav-wrap, .nav { height: 68px; }
  .nav { display: flex; }
  .brand__copy b { font-size: 16px; }
  .menu-toggle { width: 44px; height: 44px; display: block; }
  .nav-actions { display: none; }
  .main-nav { position: fixed; z-index: 79; inset: 103px 0 auto; width: 100%; max-height: calc(100dvh - 103px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-self: stretch; align-self: auto; gap: 10px; overflow-y: auto; overscroll-behavior: contain; padding: 17px 16px 22px; border-top: 1px solid #e5ebf0; transform: translateY(-14px) scale(.985); transform-origin: top center; visibility: hidden; opacity: 0; pointer-events: none; background: white; box-shadow: 0 24px 45px rgba(3,29,53,.2); transition: transform .22s ease, opacity .22s ease, visibility 0s linear .22s; }
  .main-nav.open { transform: translateY(0) scale(1); visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
  .mobile-nav-label { grid-column: 1 / -1; min-height: 30px; display: flex; align-items: center; justify-content: space-between; color: #7890a5; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
  .mobile-nav-label::after { content: "07 LINKS"; color: #a4b4c3; font-size: 10px; letter-spacing: .1em; }
  .main-nav > a { height: auto; min-height: 58px; padding: 0 14px; border: 1px solid #dce5ed; background: white; font-size: 15px; font-weight: 700; }
  .main-nav > a:hover { background: var(--mist); }
  .main-nav > a.active { color: white; border-color: var(--navy); background: var(--navy); }
  .main-nav > a:last-of-type { grid-column: 1 / -1; }
  .main-nav > a::after { left: 14px; right: auto; bottom: 8px; width: 24px; }
  .mobile-nav-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; padding-top: 16px; border-top: 1px solid #e3eaf0; }
  .mobile-nav-actions .btn { width: 100%; min-height: 48px; padding-inline: 10px; font-size: 14px; }
  .mobile-nav-actions .btn::after { display: none; }
  .home-hero { height: auto; min-height: max(640px, calc(100svh - 103px)); padding: 50px 0 54px; }
  .home-hero__photo { inset: auto 0 0 42%; width: 58%; height: 36%; opacity: .32; }
  .home-hero__photo::before { background: linear-gradient(90deg, var(--navy), rgba(8,31,52,.1)); }
  .home-hero__copy { width: 100%; }
  .home-hero h1 { font-size: clamp(37px, 10vw, 48px); }
  .hero-lead { margin-bottom: 24px; font-size: 15px; }
  .proof-strip { height: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .proof-grid div { min-height: 86px; padding: 14px !important; border: 0; border-bottom: 1px solid #e7edf2; }
  .proof-grid div:nth-child(odd) { border-right: 1px solid #e7edf2; }
  .proof-grid div:nth-last-child(-n + 2) { border-bottom: 0; }
  .section { padding: 58px 0; }
  .paths, .rebuild, .method, .training-feature, .course-fit, .deliverables, .weeks, .onsite, .acceptance, .exclusions, .faq, .application { height: auto; min-height: 0; }
  .inquiry, .cta-band, .footer, .footer--course { height: auto; }
  .section h2 { font-size: 32px; line-height: 1.18; }
  .kicker { margin-bottom: 11px; }
  .section-heading--split, .rebuild__grid, .onsite-grid, .exclusions-grid { grid-template-columns: 1fr; gap: 24px; }
  .section-heading--split { margin-bottom: 30px; }
  .section-heading--split > p { font-size: 14px; }
  .onsite-grid > div, .onsite aside { min-height: 0; }
  .exclusions-grid > div, .exclusions .warning { min-height: 0; }
  .path-grid { grid-template-columns: 1fr 1fr; }
  .path-card { border-bottom: 1px solid #b9c8d7; }
  .method-grid { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .method-grid article:nth-child(2n) { border-right: 0; }
  .feature-card { height: auto; grid-template-columns: 1fr; grid-template-rows: auto auto; overflow: visible; }
  .feature-card__copy { padding: 40px 30px; }
  .feature-card img { height: 380px; object-fit: cover; }
  .inquiry { padding: 58px 0; }
  .inquiry-layout { grid-template-columns: 1fr; gap: 26px; }
  .faq h2 { margin-bottom: 0; }
  .faq-list { margin-top: 26px; }
  .cta-band { padding: 48px 0; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .course-hero { height: auto; min-height: max(620px, calc(100svh - 103px)); padding: 50px 0 54px; }
  .course-hero__image { inset: auto 0 0 28%; height: 52%; opacity: .48; }
  .course-hero::after { background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 52%, rgba(8,31,52,.82) 74%, rgba(8,31,52,.28) 100%); }
  .course-hero__inner { align-items: flex-start; }
  .course-hero__copy { width: 100%; }
  .course-hero h1 { font-size: 46px; }
  .course-hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .course-hero__badge { display: none; }
  .fit-layout { grid-template-columns: 1fr; }
  .deliverable-grid { grid-template-columns: repeat(2, 1fr); }
  .week-grid { grid-template-columns: 1fr 1fr; }
  .application-card { grid-template-columns: 1fr; }
  .inquiry-form input, .inquiry-form select, .application-form input:not([type="checkbox"]), .application-form select { font-size: 16px; }
  .consent input { width: 20px; height: 20px; flex: 0 0 auto; }
  .about-hero { min-height: 0; }
  .about-hero__grid { width: 100%; grid-template-columns: 1fr; grid-template-rows: auto 310px; }
  .about-hero__copy { width: min(calc(100% - 32px), var(--shell)); max-width: none; margin-inline: auto; padding: 48px 0 40px; }
  .about-hero__media { min-height: 310px; }
  .about-hero__media::before { background: linear-gradient(180deg, var(--navy) 0%, rgba(8,31,52,.1) 35%, rgba(3,29,53,.45) 100%); }
  .about-hero__media img { object-position: center; }
  .about-facts__grid { grid-template-columns: 1fr 1fr; padding: 10px 0; }
  .about-facts__grid > div { min-height: 84px; padding: 14px !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-facts__grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .about-facts__grid > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .origin-timeline { grid-template-columns: 1fr; margin-left: 6px; border-top: 0; border-left: 2px solid #afc3d6; }
  .origin-timeline li { padding: 3px 0 29px 28px; }
  .origin-timeline li:not(:last-child) { margin-right: 0; }
  .origin-timeline li::before { top: 3px; left: -8px; }
  .origin-timeline span { margin-bottom: 8px; }
  .attitude-layout, .capabilities-layout, .evolution-heading, .about-contact__grid { grid-template-columns: 1fr; gap: 32px; }
  .capabilities-intro { height: auto; min-height: 0; display: block; overflow: visible; padding: 0; border: 0; background: transparent; }
  .capabilities-intro::after { display: none; }
  .capability-legend { margin-top: 30px; padding-top: 0; border-top: 0; }
  .capability-index { height: auto; display: block; grid-template-columns: none; grid-template-rows: none; }
  .attitude-quote { min-height: 330px; padding: 34px; }
  .attitude-quote blockquote { font-size: 38px; }
  .capability-index li, .capability-index li:nth-child(2n), .capability-index li:nth-last-child(-n + 2) { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-index li:last-child { border-bottom: 0; }
  .evolution-grid { grid-template-columns: 1fr; }
  .evolution-grid article { min-height: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 18px; padding: 24px 0; border-right: 0; border-bottom: 1px solid #4b6276; }
  .evolution-grid article:last-child { border-bottom: 0; }
  .evolution-grid span { grid-row: 1 / span 2; margin: 0; }
  .evolution-grid h3 { margin-top: 5px; }
  .evolution-grid p { grid-column: 2; }
  .team-roster { grid-template-columns: repeat(2, 1fr); }
  .culture-frame { width: min(calc(100% - 32px), var(--shell)); min-height: 0; grid-template-columns: 1fr; }
  .culture-frame > img { min-height: 0; aspect-ratio: 1400 / 671; }
  .culture-copy { padding: 40px 30px; }
  .about-contact { padding: 58px 0; }
  .contact-directory > * { min-height: 105px; }
}

@media (max-width: 520px) {
  .topbar { font-size: 11px; }
  .brand__logo { width: 132px; }
  .home-hero { min-height: max(680px, calc(100svh - 103px)); }
  .home-hero h1 { font-size: clamp(36px, 10vw, 40px); }
  .hero-note { margin-top: 16px; font-size: 12px; }
  .button-row .btn { width: 100%; }
  .method-grid, .fit-grid, .form-grid { grid-template-columns: 1fr; }
  .path-grid, .deliverable-grid, .week-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    margin-inline: -16px;
    padding: 0 16px 12px;
    border: 0;
  }
  .path-grid::-webkit-scrollbar, .deliverable-grid::-webkit-scrollbar, .week-grid::-webkit-scrollbar, .time-grid::-webkit-scrollbar { display: none; }
  .path-card { min-height: 330px; flex: 0 0 min(84vw, 330px); padding: 30px 26px 26px; border: 1px solid #b9c8d7; scroll-snap-align: start; }
  .path-card p:not(.card-index) { font-size: 14px; }
  .deliverable-grid { margin-top: 28px; }
  .deliverable-grid article { min-height: 190px; flex: 0 0 76vw; scroll-snap-align: start; }
  .week-grid { margin-top: 30px; }
  .week-grid article { min-height: 220px; flex: 0 0 80vw; border: 1px solid #50667a; scroll-snap-align: start; }
  .method-grid { margin-top: 28px; }
  .method-grid article { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 14px; padding: 20px 0; border-right: 0; border-bottom: 1px solid #3a546b; }
  .method-grid article:last-child { border-bottom: 0; }
  .method-grid span { grid-column: 1; grid-row: 1 / span 2; margin: 0; }
  .method-grid h3 { grid-column: 2; margin: 2px 0 7px; }
  .method-grid p { grid-column: 2; }
  .feature-card__copy { padding: 34px 22px; }
  .feature-card h2 { font-size: 29px; }
  .feature-card img { height: 270px; object-position: center; }
  .feature-card__copy .btn { width: 100%; }
  .cta-band h2 { font-size: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .course-hero h1 { font-size: 42px; }
  .fit-grid div { min-height: 64px; }
  .time-grid { display: flex; gap: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .time-grid span, .time-grid strong { min-height: 72px; flex: 0 0 112px; scroll-snap-align: start; }
  .onsite-grid > div, .onsite aside { padding: 28px 24px; }
  .table-wrap { overflow: visible; box-shadow: none; }
  .table-wrap table, .table-wrap tbody, .table-wrap tr, .table-wrap td { display: block; width: 100%; }
  .table-wrap thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .table-wrap tr { margin-bottom: 10px; padding: 16px 18px; border: 1px solid var(--line); background: white; }
  .table-wrap td { padding: 0; border: 0; }
  .table-wrap td:first-child { width: auto; margin-bottom: 7px; font-size: 13px; }
  .table-wrap td:last-child { color: #405b75; font-size: 14px; line-height: 1.65; }
  .faq-list { gap: 9px; }
  .faq-list summary { grid-template-columns: 36px minmax(0, 1fr) 26px; gap: 12px; min-height: 66px; padding: 15px 14px; font-size: 16px; }
  .faq-list summary::after { width: 26px; height: 26px; }
  .faq-list p { padding: 0 44px 18px 62px; font-size: 14px; }
  .application-form { padding: 34px 22px; }
  .application-card__intro { padding: 42px 26px; }
  .inquiry-form { padding: 25px 20px; }
  .inquiry-fields { grid-template-columns: 1fr; }
  .inquiry-form__actions { align-items: flex-start; flex-direction: column; }
  .inquiry-form__actions .btn, .application-form .btn { width: 100%; }
  .form-status { margin: 0; }
  .form__fields { grid-template-columns: 1fr; }
  .form__row--wide { grid-column: auto; }
  .lead-form .form__row textarea { min-height: 132px; }
  .text-link, .card-link, .footer a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer { padding: 40px 0 24px; }
  .copyright { margin-top: 26px; }
  .about-hero__grid { grid-template-rows: auto 250px; }
  .about-hero__copy { padding-top: 40px; }
  .about-hero h1 { font-size: 39px; }
  .about-hero__year { margin-bottom: -5px; font-size: 78px; }
  .about-hero__copy > p:not(.eyebrow):not(.about-hero__year) { font-size: 14px; }
  .about-hero__media { min-height: 250px; }
  .about-hero__media figcaption { right: 14px; bottom: 12px; }
  .about-facts strong { font-size: 18px; }
  .attitude-quote { min-height: 280px; padding: 28px 24px; }
  .attitude-quote blockquote { font-size: 34px; }
  .attitude-principles article { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; padding: 22px 0; }
  .capability-index { display: flex; gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; margin-inline: -16px; padding: 0 16px 12px; border-top: 0; }
  .capability-index::-webkit-scrollbar, .team-roster::-webkit-scrollbar { display: none; }
  .capability-index li { min-height: 235px; flex: 0 0 82vw; grid-template-columns: 1fr 38px; align-content: start; gap: 18px; padding: 26px 24px; border: 1px solid var(--line); background: white; scroll-snap-align: start; }
  .capability-index li > span { grid-column: 1; }
  .capability-index li > div { grid-column: 1 / -1; }
  .capability-index li > b { grid-column: 2; grid-row: 1; }
  .capability-index h3 { font-size: 19px; }
  .team-roster { display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; margin-inline: -16px; padding: 0 16px 14px; }
  .team-roster article { flex: 0 0 72vw; scroll-snap-align: start; }
  .culture-frame > img { min-height: 250px; object-fit: cover; }
  .culture-copy h2 { font-size: 31px; }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-directory > * { min-height: 92px; }
  .about-contact h2 { font-size: 34px; }
}

@media (max-width: 1180px) {
  .operation-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(450px, .92fr); gap: 48px; }
  .operation-hero h1 { font-size: 48px; }
  .scope-row { grid-template-columns: minmax(230px, .72fr) minmax(0, 1.35fr) minmax(210px, .65fr); gap: 24px; padding-inline: 24px; }
  .cadence-flow article { padding-inline: 22px; }
  .reporting-layout { gap: 52px; }
}

@media (max-width: 820px) {
  .operation-hero { min-height: 0; }
  .operation-hero::before { inset: 52% 0 0; }
  .operation-hero__layout { min-height: 0; grid-template-columns: 1fr; gap: 38px; padding-block: 52px 58px; }
  .operation-hero__copy { max-width: none; }
  .operation-hero h1 { font-size: 46px; }
  .operation-lead { font-size: 15px; }
  .operation-console { max-width: 620px; width: 100%; }
  .operation-fit, .operation-scope, .operation-cadence, .responsibility, .operation-boundaries, .operation-faq { height: auto; min-height: 0; }
  .operation-fit__grid { grid-template-columns: 1fr; }
  .fit-panel { min-height: 0; padding: 34px 28px; }
  .fit-boundary { grid-column: auto; grid-template-columns: 160px minmax(0, 1fr); }
  .scope-row { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .scope-row__output { padding-left: 16px; }
  .operation-cadence__heading { grid-template-columns: 1fr; gap: 0; }
  .cadence-flow { grid-template-columns: 1fr; border-bottom: 0; }
  .cadence-flow article { min-height: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 18px; padding: 24px 24px; border-right: 1px solid #496278; border-bottom: 1px solid #496278; border-left: 1px solid #496278; }
  .cadence-flow article::after { content: "↓"; top: auto; right: auto; bottom: -12px; left: 28px; }
  .cadence-flow article:last-child::after { content: "↻"; }
  .cadence-flow span { grid-row: 1 / span 2; margin: 4px 0 0; }
  .cadence-flow h3 { margin-bottom: 7px; }
  .cadence-flow p { grid-column: 2; }
  .responsibility-matrix__head { display: none; }
  .responsibility-matrix__row { grid-template-columns: 1fr 1fr; }
  .responsibility-matrix__row > * { align-items: flex-start; padding: 18px; border-bottom: 0; }
  .responsibility-matrix__row > span { grid-column: 1 / -1; min-height: 52px; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .responsibility-matrix__row p { display: block; position: relative; padding-top: 48px; }
  .responsibility-matrix__row p::before { position: absolute; top: 16px; left: 18px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
  .responsibility-matrix__row p:nth-child(2)::before { content: "神灯负责"; }
  .responsibility-matrix__row p:nth-child(3)::before { content: "企业负责"; }
  .reporting-layout { grid-template-columns: 1fr; gap: 34px; }
  .boundary-layout { grid-template-columns: 1fr; gap: 30px; }
  .operation-inquiry { min-height: 0; padding-block: 58px; }
}

@media (max-width: 520px) {
  .operation-hero__layout { padding-block: 44px 52px; }
  .operation-hero h1 { font-size: 39px; }
  .operation-hero .button-row .btn { width: 100%; }
  .operation-tags span { flex: 1 1 calc(50% - 4px); text-align: center; }
  .operation-console__head, .operation-console__foot { padding-inline: 16px; }
  .operation-console__core { min-height: 82px; align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px 16px; }
  .operation-console__core strong { font-size: 18px; }
  .operation-console__lane { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding: 14px 16px; }
  .operation-console__lane em { grid-column: 2; width: max-content; }
  .operation-console__foot { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 13px; }
  .operation-checklist li { grid-template-columns: 1fr; gap: 7px; }
  .fit-panel { padding: 30px 22px; }
  .fit-panel h3 { font-size: 23px; }
  .fit-boundary { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .scope-row { padding: 24px 20px; }
  .scope-row__actions span { padding: 8px 9px; }
  .cadence-flow { margin-top: 34px; }
  .responsibility-matrix__row { grid-template-columns: 1fr; }
  .responsibility-matrix__row p { border-right: 0; border-bottom: 1px solid var(--line); }
  .responsibility-matrix__row p:last-child { border-bottom: 0; }
  .reporting-copy h2 { font-size: 31px; }
  .reporting-grid article { min-height: 160px; padding: 22px 18px; }
  .reporting-grid span { margin-bottom: 17px; }
  .boundary-statement { padding: 26px 24px; }
}

@media (max-width: 1180px) {
  .coaching-hero__grid { grid-template-columns: minmax(0, 1fr) 470px; gap: 35px; }
  .coaching-hero h1 { font-size: 50px; }
  .system-orbit { transform: scale(.9); transform-origin: right center; }
  .system-panel { grid-template-columns: 1fr; min-height: 0; }
  .channels-layout { gap: 55px; }
  .responsibilities-layout { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 34px; }
  .team-proof__layout { grid-template-columns: 1fr; }
  .team-portraits { min-height: 560px; }
}

@media (max-width: 920px) and (min-width: 821px) {
  .coaching-hero { min-height: 610px; }
  .coaching-hero__grid { min-height: 610px; grid-template-columns: minmax(0, 1fr) 400px; gap: 18px; }
  .coaching-hero h1 { font-size: 44px; }
  .system-orbit { transform: scale(.75); }
  .channels-layout, .responsibilities-layout, .fit-boundaries__grid, .coaching-faq__layout, .coaching-apply__card { grid-template-columns: 1fr; }
  .channels-principle, .coaching-faq__layout > div:first-child { position: static; }
  .work-rail { grid-template-columns: repeat(3, 1fr); border-left: 1px solid #40596e; }
  .work-rail article { border-bottom: 1px solid #40596e; }
  .work-rail article::before { display: none; }
}

@media (max-width: 820px) {
  .coaching-hero { min-height: 0; }
  .coaching-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 38px; padding-block: 52px; }
  .coaching-hero h1 { font-size: clamp(40px, 10vw, 49px); }
  .coaching-hero__copy > p:not(.eyebrow):not(.coaching-boundary) { font-size: 15px; }
  .system-orbit { width: 460px; height: 460px; justify-self: center; transform: scale(.92); transform-origin: center; }
  .system-orbit__ring { width: 325px; height: 325px; top: 67px; left: 67px; }
  .system-orbit__core { width: 176px; height: 176px; top: 142px; left: 142px; }
  .system-orbit__node--position, .system-orbit__node--growth { left: 136px; }
  .system-orbit__node--site, .system-orbit__node--ops { top: 183px; }
  .coaching-signal__grid { grid-template-columns: 1fr 1fr; }
  .coaching-signal__grid > div { min-height: 88px; padding: 16px !important; border-bottom: 1px solid var(--line); }
  .coaching-signal__grid > div:nth-child(2n) { border-right: 0; }
  .coaching-signal__grid > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .systems__intro { grid-template-columns: 1fr; gap: 18px; }
  .systems-grid { grid-template-columns: 1fr; }
  .system-panel, .system-panel:nth-child(2n), .system-panel:nth-last-child(-n + 2) { min-height: 0; grid-template-columns: minmax(190px, .75fr) minmax(0, 1.25fr); padding: 34px; border-right: 0; border-bottom: 1px solid #405a70; }
  .system-panel:last-child { border-bottom: 0; }
  .channels-layout, .responsibilities-layout, .fit-boundaries__grid, .coaching-faq__layout, .coaching-apply__card { grid-template-columns: 1fr; gap: 32px; }
  .channels-principle, .coaching-faq__layout > div:first-child { position: static; padding-right: 0; }
  .channel-rule { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .channel-rule span { grid-column: 1 / -1; }
  .channel-rule i { display: none; }
  .channel-rule b { min-height: 58px; display: flex; align-items: center; padding: 9px; border: 1px solid var(--line); background: white; font-size: 11px; }
  .channel-list summary { grid-template-columns: 38px minmax(0, 1fr) 28px; }
  .channel-list summary small { grid-column: 2; }
  .channel-list summary::after { grid-column: 3; grid-row: 1 / span 2; }
  .work-rail { grid-template-columns: 1fr; margin: 38px 0 0 7px; border-top: 0; border-left: 1px solid #567086; }
  .work-rail article { min-height: 0; padding: 8px 0 32px 34px; border-right: 0; }
  .work-rail article::before { top: 7px; left: -7px; border-color: var(--navy); }
  .work-rail span { margin-bottom: 10px; }
  .work-rail b { margin-top: 14px; padding-top: 11px; }
  .outputs-panel { padding: 38px 32px; }
  .team-portraits { min-height: 520px; }
  .fit-panel { padding: 40px 34px; }
  .coaching-apply__intro { padding: 45px 34px; }
  .footer--coaching { height: auto; }
}

@media (max-width: 520px) {
  .coaching-hero__grid { gap: 25px; padding: 42px 0 48px; }
  .coaching-hero h1 { font-size: 39px; }
  .coaching-hero .button-row .btn { width: 100%; }
  .coaching-boundary { font-size: 11px; }
  .system-orbit { width: 342px; height: 366px; transform: none; }
  .system-orbit::before { width: 306px; height: 306px; }
  .system-orbit::after { width: 200px; height: 200px; }
  .system-orbit__ring { width: 238px; height: 238px; top: 65px; left: 52px; }
  .system-orbit__core { width: 142px; height: 142px; top: 113px; left: 100px; }
  .system-orbit__core strong { font-size: 20px; }
  .system-orbit__core span { font-size: 9px; }
  .system-orbit__node { width: 126px; min-height: 73px; grid-template-columns: 25px 1fr; padding: 10px 11px; }
  .system-orbit__node strong { font-size: 12px; }
  .system-orbit__node small { font-size: 8px; }
  .system-orbit__node--position { top: 0; left: 108px; }
  .system-orbit__node--site { top: 148px; right: 0; }
  .system-orbit__node--growth { bottom: 0; left: 108px; }
  .system-orbit__node--ops { top: 148px; left: 0; }
  .coaching-signal b { font-size: 13px; }
  .coaching-signal span { font-size: 11px; }
  .breakpoint-list article { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 18px 0; }
  .breakpoint-list article > span { width: 34px; height: 34px; }
  .breakpoint-list h3 { font-size: 17px; }
  .breakpoint-list p { font-size: 12px; }
  .breakpoint-list article > b { grid-column: 2; justify-self: start; padding: 5px 9px; }
  .system-panel, .system-panel:nth-child(2n), .system-panel:nth-last-child(-n + 2) { grid-template-columns: 1fr; gap: 22px; padding: 29px 22px; }
  .system-panel__head { padding-top: 11px; }
  .system-panel__head > span { margin-bottom: 15px; }
  .system-panel__head h3 { font-size: 25px; }
  .system-panel li { min-height: 62px; }
  .channel-rule { grid-template-columns: 1fr 1fr; }
  .channel-list summary { min-height: 80px; gap: 9px; padding: 15px 13px; }
  .channel-list summary strong { font-size: 15px; }
  .channel-list summary small { font-size: 10px; }
  .channel-list ul { grid-template-columns: 1fr; padding: 0 18px 20px 59px; }
  .responsibility-table { box-shadow: none; }
  .responsibility-table__head { display: none !important; }
  .responsibility-table > div { grid-template-columns: 64px minmax(0, 1fr); }
  .responsibility-table > div > * { min-height: 0; padding: 14px 13px; }
  .responsibility-table > div > b { grid-row: 1 / span 2; }
  .responsibility-table > div > span:first-of-type::before { content: "神灯："; color: var(--blue); font-weight: 800; }
  .responsibility-table > div > span:last-of-type::before { content: "企业："; color: var(--orange); font-weight: 800; }
  .outputs-panel { padding: 32px 24px; }
  .team-proof__story > img { min-height: 240px; object-fit: cover; }
  .team-portraits { min-height: 0; display: flex; gap: 11px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; margin-inline: -16px; padding: 0 16px 12px; }
  .team-portraits::-webkit-scrollbar { display: none; }
  .team-portraits figure, .team-portraits figure:nth-child(n) { min-height: 310px; flex: 0 0 70vw; scroll-snap-align: start; }
  .fit-panel { padding: 34px 24px; }
  .fit-panel--no h3 { font-size: 23px; }
  .coaching-faq__layout { gap: 18px; }
  .coaching-apply__intro { padding: 38px 25px; }
  .coaching-apply__intro h2 { font-size: 31px; }
  .coaching-form .form-grid { grid-template-columns: 1fr; }
  .footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-grid a { width: 100%; }
}

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

/* GEO service page */
.geo-hero { min-height: 700px; display: flex; align-items: center; position: relative; overflow: hidden; color: white; background: var(--navy); }
.geo-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background: radial-gradient(circle at 76% 50%, rgba(23,103,210,.72), transparent 31%), linear-gradient(110deg, transparent 0 57%, rgba(255,255,255,.035) 57% 58%, transparent 58%); }
.geo-hero__layout { min-height: 700px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); align-items: center; gap: 70px; position: relative; z-index: 1; }
.geo-hero__copy { padding: 70px 0; }
.geo-hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(48px, 4.3vw, 70px); line-height: 1.05; letter-spacing: -.055em; }
.geo-hero__lead { max-width: 660px; margin-bottom: 28px; color: #d2e0ec; font-size: 17px; }
.geo-hero__principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.geo-hero__principles span { padding: 8px 11px; border: 1px solid #4c6880; color: #d2e2ef; font-size: 12px; }
.geo-hero .hero-note { max-width: 650px; }

.geo-signal { width: min(100%, 650px); aspect-ratio: 1.18; justify-self: end; isolation: isolate; position: relative; border: 1px solid rgba(255,255,255,.13); overflow: hidden; background: rgba(2,22,40,.5); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.geo-signal::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 50%, rgba(23,103,210,.2) 0 18%, rgba(8,31,52,.08) 44%, transparent 67%); box-shadow: inset 0 0 80px rgba(87,157,255,.04); }
.geo-signal::after { content: ""; position: absolute; z-index: 5; inset: 0; pointer-events: none; box-shadow: inset 0 0 45px rgba(2,16,29,.4); }
.geo-signal__grid { position: absolute; z-index: 0; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; }
.geo-signal__ring, .geo-signal__scan { position: absolute; z-index: 1; left: 50%; top: 50%; aspect-ratio: 1; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); will-change: transform; }
.geo-signal__ring { border: 1px solid rgba(111,177,255,.28); }
.geo-signal__ring::after { content: ""; width: 8px; height: 8px; position: absolute; left: 50%; top: -4px; border-radius: 50%; background: #8fc2ff; box-shadow: 0 0 16px 3px rgba(88,158,255,.55); }
.geo-signal__ring--outer { width: 82%; animation: geo-orbit-spin 22s linear infinite; }
.geo-signal__ring--mid { width: 62%; border-color: rgba(255,255,255,.16); animation: geo-orbit-spin 16s linear infinite reverse; }
.geo-signal__ring--inner { width: 42%; border-color: rgba(239,121,29,.34); animation: geo-orbit-spin 11s linear infinite; }
.geo-signal__scan { width: 86%; opacity: .7; border: 1px solid rgba(111,177,255,.06); background: conic-gradient(from 20deg, transparent 0 76%, rgba(95,164,252,.04) 83%, rgba(95,164,252,.24) 99.5%, transparent 100%); animation: geo-orbit-spin 7s linear infinite; }
.geo-signal__core { width: 190px; min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; z-index: 3; left: 50%; top: 50%; border: 1px solid #5ca4fc; transform: translate(-50%, -50%); text-align: center; background: linear-gradient(155deg, rgba(15,59,94,.96), rgba(5,29,50,.9)); box-shadow: 0 0 42px rgba(23,103,210,.32); }
.geo-signal__halo { position: absolute; z-index: -1; inset: -20px; border: 1px dashed rgba(111,177,255,.27); border-radius: 18px; animation: geo-core-halo 4.8s ease-in-out infinite; }
.geo-signal__core::before { content: ""; width: 10px; height: 10px; margin-bottom: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 8px rgba(239,121,29,.14); animation: geo-core-dot 2.4s ease-in-out infinite; }
.geo-signal__core small { color: #79b6ff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.geo-signal__core strong { margin: 8px 0; font-size: 24px; }
.geo-signal__core span { color: #b9cee0; font-size: 11px; }
.geo-signal__node { min-width: 112px; display: grid; gap: 4px; position: absolute; z-index: 2; padding: 12px 15px; border: 1px solid #4b6680; background: rgba(8,31,52,.88); backdrop-filter: blur(10px); box-shadow: 0 8px 20px rgba(0,0,0,.18); animation: geo-node-float 4.6s ease-in-out infinite; will-change: translate; }
.geo-signal__node::before { content: ""; width: 7px; height: 7px; position: absolute; left: -4px; top: 50%; border-radius: 50%; transform: translateY(-50%); background: #72adff; box-shadow: 0 0 10px rgba(114,173,255,.8); animation: geo-node-led 2s ease-in-out infinite; }
.geo-signal__node b { font-size: 13px; }
.geo-signal__node span { color: #9fb5c8; font-size: 10px; }
.geo-signal__node--site { left: 7%; top: 12%; }
.geo-signal__node--content { right: 7%; top: 11%; animation-delay: -.9s; }
.geo-signal__node--source { right: 3%; top: 50%; transform: translateY(-50%); animation-delay: -1.8s; }
.geo-signal__node--answer { right: 10%; bottom: 9%; animation-delay: -2.7s; }
.geo-signal__node--review { left: 7%; bottom: 11%; animation-delay: -3.6s; }
.geo-signal__pulse { width: 8px; height: 8px; position: absolute; z-index: 2; border: 1px solid #8fc2ff; border-radius: 50%; box-shadow: 0 0 12px rgba(88,158,255,.8); }
.geo-signal__pulse::after { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(143,194,255,.7); border-radius: 50%; animation: geo-signal-pulse 2.4s ease-out infinite; }
.geo-signal__pulse--1 { left: 15%; top: 44%; }
.geo-signal__pulse--2 { right: 13%; top: 52%; }
.geo-signal__pulse--3 { left: 50%; bottom: 3%; }
.geo-signal__pulse--2::after { animation-delay: -.8s; }
.geo-signal__pulse--3::after { animation-delay: -1.6s; }
@keyframes geo-orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes geo-core-halo { 0%, 100% { transform: scale(.96); opacity: .36; } 50% { transform: scale(1.04); opacity: .9; } }
@keyframes geo-core-dot { 0%, 100% { transform: scale(.86); opacity: .72; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes geo-node-float { 0%, 100% { translate: 0 -3px; } 50% { translate: 0 5px; } }
@keyframes geo-node-led { 0%, 100% { opacity: .65; box-shadow: 0 0 7px rgba(114,173,255,.55); } 50% { opacity: 1; box-shadow: 0 0 14px 2px rgba(114,173,255,.8); } }
@keyframes geo-signal-pulse { 0% { transform: scale(1); opacity: .85; } 100% { transform: scale(5); opacity: 0; } }

.geo-proof-strip { border-bottom: 1px solid #e5ebf0; background: white; }
.geo-proof-grid { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.geo-proof-grid div { min-height: 54px; display: flex; flex-direction: column; justify-content: center; padding: 0 30px; border-right: 1px solid var(--line); }
.geo-proof-grid div:first-child { padding-left: 0; }
.geo-proof-grid div:last-child { border: 0; }
.geo-proof-grid b { margin-bottom: 7px; font-size: 15px; }
.geo-proof-grid span { color: var(--muted); font-size: 12px; }

.geo-shift { padding-bottom: 80px; background: var(--mist); }
.geo-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.geo-compare__lane { min-width: 0; padding: 34px 36px; border: 1px solid var(--line); border-top: 4px solid #8a9baa; background: white; }
.geo-compare__lane--new { border-top-color: var(--blue); }
.geo-compare__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.geo-compare__head span { color: #74899d; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.geo-compare__lane--new .geo-compare__head span { color: var(--blue); }
.geo-compare__head h3 { margin: 0; font-size: 25px; }
.geo-route { display: flex; align-items: center; margin: 34px 0 30px; }
.geo-route span { min-width: 76px; min-height: 42px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); color: #324f68; background: var(--mist); text-align: center; font-size: 11px; font-weight: 700; }
.geo-route i { height: 1px; flex: 1; position: relative; background: #aab9c7; }
.geo-route i::after { content: ""; width: 6px; height: 6px; position: absolute; right: 0; top: 50%; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: translateY(-50%) rotate(45deg); }
.geo-compare__lane--new .geo-route i { color: var(--blue); background: var(--blue); }
.geo-compare dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.geo-compare dl div { padding-top: 15px; border-top: 1px solid var(--line); }
.geo-compare dt { margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }
.geo-compare dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.geo-common-base { display: flex; align-items: center; gap: 9px; margin: 22px 0 40px; padding: 18px 22px; color: white; background: var(--navy); }
.geo-common-base strong { margin-right: auto; font-size: 14px; }
.geo-common-base span { padding: 8px 10px; border: 1px solid #466178; color: #c7d8e5; font-size: 11px; }
.geo-common-base em { margin-left: 8px; color: #8bbdff; font-size: 11px; font-style: normal; font-weight: 800; }
.geo-research { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.geo-research a { min-height: 185px; display: flex; flex-direction: column; padding: 25px 23px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.geo-research small { color: #71879a; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.geo-research strong { margin: 12px 0 6px; color: var(--blue); font-size: 32px; line-height: 1; }
.geo-research span { color: #405c74; font-size: 12px; line-height: 1.55; }
.geo-research b { margin-top: auto; padding-top: 15px; color: var(--ink); font-size: 10px; }
.geo-source-note { margin: 15px 0 0; color: #6f8294; font-size: 11px; line-height: 1.65; }

.geo-diagnosis { padding: 0; color: white; background: var(--navy); }
.geo-diagnosis__layout { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; }
.geo-report { align-self: center; margin-right: 70px; border: 1px solid #61778a; background: white; box-shadow: 24px 26px 0 #0f3858, 0 28px 56px rgba(0,0,0,.2); color: var(--ink); }
.geo-report__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; color: white; background: var(--blue); }
.geo-report__top span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.geo-report__top b { font-size: 16px; }
.geo-report__question { display: grid; gap: 9px; padding: 30px 28px; border-bottom: 1px solid var(--line); }
.geo-report__question small { color: var(--muted); font-size: 11px; }
.geo-report__question strong { max-width: 470px; font-size: 21px; line-height: 1.45; }
.geo-report__tracks { display: grid; gap: 14px; padding: 28px; }
.geo-report__tracks i { width: var(--w); height: 12px; display: block; position: relative; background: #dce7f2; }
.geo-report__tracks i::after { content: ""; width: 62%; height: 100%; display: block; background: var(--blue); }
.geo-report__foot { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.geo-report__foot span { min-height: 70px; display: grid; place-items: center; padding: 10px; border-right: 1px solid var(--line); color: #526a80; text-align: center; font-size: 10px; font-weight: 700; }
.geo-report__foot span:last-child { border: 0; }
.geo-diagnosis__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 0 70px 70px; border-left: 1px solid #40596f; }
.geo-diagnosis__copy h2 { max-width: 650px; margin-bottom: 20px; font-size: 42px; line-height: 1.15; letter-spacing: -.04em; }
.geo-diagnosis__copy > p:not(.kicker) { max-width: 700px; color: #c5d5e2; font-size: 14px; }
.geo-diagnosis__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 25px 0; padding: 0; list-style: none; border-top: 1px solid #496074; border-left: 1px solid #496074; }
.geo-diagnosis__list li { min-height: 124px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 22px; border-right: 1px solid #496074; border-bottom: 1px solid #496074; }
.geo-diagnosis__list li > span { color: #76b4ff; font-size: 11px; font-weight: 900; }
.geo-diagnosis__list b { font-size: 14px; }
.geo-diagnosis__list p { margin: 7px 0 0; color: #aec2d2; font-size: 11px; line-height: 1.65; }

.geo-services { background: white; }
.geo-service-index { border-top: 1px solid var(--line); }
.geo-service-index article { min-height: 150px; display: grid; grid-template-columns: 74px minmax(280px, 1.35fr) minmax(330px, .65fr); align-items: center; gap: 26px; padding: 25px 28px 25px 0; border-bottom: 1px solid var(--line); transition: background .18s ease, padding-left .18s ease; }
.geo-service-index article:hover { padding-left: 18px; background: var(--mist); }
.geo-service-index article > span { align-self: stretch; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--blue); font-size: 13px; font-weight: 900; }
.geo-service-index h3 { margin-bottom: 8px; font-size: 22px; }
.geo-service-index p { max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; }
.geo-service-index ul { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.geo-service-index li { padding: 8px 10px; border: 1px solid var(--line); color: #47627a; background: white; font-size: 10px; }

.geo-method { color: white; background: var(--navy); }
.geo-method h2 { max-width: 800px; }
.geo-method .section-intro { max-width: 780px; color: #bcd0df; }
.geo-pipeline { display: grid; grid-template-columns: repeat(5, 1fr); margin: 46px 0 0; padding: 0; list-style: none; border-top: 1px solid #50677b; border-left: 1px solid #50677b; }
.geo-pipeline li { min-height: 280px; display: flex; flex-direction: column; padding: 28px 24px 24px; border-right: 1px solid #50677b; border-bottom: 1px solid #50677b; }
.geo-pipeline li > span { margin-bottom: 26px; color: #78b5ff; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.geo-pipeline h3 { min-height: 48px; margin-bottom: 12px; font-size: 19px; }
.geo-pipeline p { margin: 0; color: #b7cad9; font-size: 12px; line-height: 1.7; }
.geo-pipeline small { margin-top: auto; padding-top: 18px; color: #83baff; font-size: 10px; font-weight: 800; }
.geo-responsibility { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #50677b; border-top: 0; }
.geo-responsibility > div { min-height: 94px; display: flex; align-items: center; gap: 9px; padding: 20px 24px; }
.geo-responsibility > div + div { border-left: 1px solid #50677b; }
.geo-responsibility b { margin-right: auto; font-size: 13px; }
.geo-responsibility span { padding: 7px 9px; border: 1px solid #577187; color: #bed0de; font-size: 10px; }

.geo-scenarios { background: var(--mist); }
.geo-scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.geo-scenario-grid article { min-height: 370px; display: flex; flex-direction: column; padding: 31px 28px; border: 1px solid var(--line); border-top: 4px solid var(--blue); background: white; }
.geo-scenario-grid article > span { margin-bottom: 24px; color: #73889b; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.geo-scenario-grid h3 { margin-bottom: 14px; font-size: 21px; }
.geo-scenario-grid p { color: var(--muted); font-size: 13px; }
.geo-question-chain { display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0 23px; }
.geo-question-chain i { padding: 8px 9px; color: #285270; background: #eaf2fa; font-size: 10px; font-style: normal; }
.geo-scenario-grid strong { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.65; }

.geo-modes { background: white; }
.geo-modes h2 { margin-bottom: 14px; }
.geo-mode-table { margin-top: 35px; overflow-x: auto; box-shadow: var(--shadow); }
.geo-mode-table th:first-child { min-width: 140px; }
.geo-mode-table th:nth-child(2) { min-width: 190px; }
.geo-mode-table th:nth-child(3), .geo-mode-table th:nth-child(4) { min-width: 250px; }
.geo-mode-table th:last-child { min-width: 200px; }
.geo-mode-table td { vertical-align: top; line-height: 1.65; }
.geo-mode-table td:first-child { width: auto; }
.geo-mode-note { margin: 15px 0 0; padding-left: 14px; border-left: 2px solid var(--orange); color: #687e91; font-size: 11px; }

.geo-proof { color: white; background: #0d2d47; }
.geo-proof__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.geo-proof__copy h2 { font-size: 40px; }
.geo-proof__copy > p:not(.kicker) { color: #bdd0de; font-size: 14px; }
.geo-proof__copy ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.geo-proof__copy li { padding-left: 27px; position: relative; color: #d6e1e9; font-size: 13px; }
.geo-proof__copy li::before { content: "✓"; position: absolute; left: 0; color: #79b8ff; font-weight: 900; }
.geo-answer-sample { border: 1px solid #5a7185; background: white; color: var(--ink); box-shadow: 18px 20px 0 rgba(23,103,210,.18); }
.geo-answer-sample__bar { min-height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; color: #b8cad7; background: var(--navy); }
.geo-answer-sample__bar > span { width: 8px; height: 8px; border-radius: 50%; background: #557086; }
.geo-answer-sample__bar b { margin-left: auto; font-size: 10px; letter-spacing: .08em; }
.geo-answer-sample__body { padding: 26px; }
.geo-answer-sample__question, .geo-answer-sample__answer, .geo-answer-sample__sources { padding: 20px; border: 1px solid var(--line); }
.geo-answer-sample__answer, .geo-answer-sample__sources { margin-top: 12px; }
.geo-answer-sample small { display: block; margin-bottom: 9px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.geo-answer-sample__question strong { font-size: 17px; line-height: 1.5; }
.geo-answer-sample__answer p { margin: 0; color: #456077; font-size: 13px; }
.geo-answer-sample__answer strong { color: var(--ink); }
.geo-answer-sample__sources { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.geo-answer-sample__sources small { flex: 0 0 100%; }
.geo-answer-sample__sources span { padding: 8px 9px; color: #315470; background: #eaf2fa; font-size: 10px; }

.geo-boundaries { background: var(--mist); }
.geo-boundary-board { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.geo-boundary-board article { min-height: 315px; padding: 29px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.geo-boundary-board article > span { display: block; margin-bottom: 26px; padding-bottom: 15px; border-bottom: 3px solid var(--blue); font-size: 15px; font-weight: 800; }
.geo-boundary-board__risk > span { border-color: var(--orange) !important; }
.geo-boundary-board ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.geo-boundary-board li { padding-left: 20px; position: relative; color: #4f687d; font-size: 12px; line-height: 1.65; }
.geo-boundary-board li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: .65em; border-radius: 50%; background: var(--blue); }
.geo-boundary-board__risk li::before { background: var(--orange); }

.geo-faq { height: auto; min-height: 0; background: white; }
.geo-faq .faq-list { grid-template-columns: 1fr 1fr; align-items: start; }
.geo-faq .faq-list details { break-inside: avoid; }

.geo-contact { color: white; background: var(--navy); }
.geo-contact__layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; }
.geo-contact__intro { padding: 55px 60px 55px 0; }
.geo-contact__intro h2 { margin-bottom: 20px; font-size: 42px; line-height: 1.15; }
.geo-contact__intro > p:not(.kicker):not(.geo-contact__trust) { max-width: 600px; color: #bfd1de; font-size: 14px; }
.geo-contact__deliverables { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 33px; border-top: 1px solid #4b6377; border-left: 1px solid #4b6377; }
.geo-contact__deliverables div { min-height: 140px; display: flex; flex-direction: column; padding: 18px; border-right: 1px solid #4b6377; border-bottom: 1px solid #4b6377; }
.geo-contact__deliverables span { color: #79b8ff; font-size: 10px; font-weight: 900; }
.geo-contact__deliverables b { margin: 16px 0 8px; font-size: 14px; }
.geo-contact__deliverables p { margin: 0; color: #aec2d2; font-size: 10px; line-height: 1.6; }
.geo-contact__trust { margin: 22px 0 0; padding-left: 14px; border-left: 2px solid #6aaeff; color: #9fb7c9; font-size: 11px; }
.geo-lead-form { padding: 42px 45px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.geo-lead-form__head { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.geo-lead-form__head h3 { margin-bottom: 7px; font-size: 24px; }
.geo-lead-form__head p { margin: 0; color: var(--muted); font-size: 12px; }
.geo-lead-form__head > strong { align-self: flex-start; padding: 8px 10px; color: var(--blue); background: #eaf2fc; font-size: 11px; }
.geo-lead-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.geo-lead-form label { display: grid; gap: 7px; color: #203d57; font-size: 12px; font-weight: 700; }
.geo-lead-form input, .geo-lead-form select, .geo-lead-form textarea { width: 100%; border: 1px solid #b9c9d8; border-radius: 0; color: #334f67; background: white; font: inherit; }
.geo-lead-form input, .geo-lead-form select { height: 47px; padding: 0 13px; }
.geo-lead-form textarea { min-height: 104px; padding: 13px; resize: vertical; }
.geo-lead-form__wide { grid-column: 1 / -1; }
.geo-lead-form .consent { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0; padding: 12px; background: var(--mist); color: #5c7286; font-size: 11px; font-weight: 400; line-height: 1.55; }
.geo-lead-form .consent input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 1px; }
.geo-lead-form__note { margin: 12px 0 0; color: #74899b; font-size: 10px; line-height: 1.6; }
.footer--geo { height: auto; min-height: 340px; }

@media (max-width: 1180px) {
  .geo-hero__layout { grid-template-columns: .92fr 1.08fr; gap: 35px; }
  .geo-signal { max-width: 560px; }
  .geo-research { grid-template-columns: 1fr 1fr; }
  .geo-report { margin-right: 45px; }
  .geo-diagnosis__copy { padding-left: 45px; }
  .geo-service-index article { grid-template-columns: 64px 1fr; }
  .geo-service-index ul { grid-column: 2; justify-content: flex-start; }
  .geo-pipeline li { padding-inline: 18px; }
  .geo-responsibility > div { flex-wrap: wrap; }
  .geo-proof__layout { gap: 55px; }
  .geo-contact__intro { padding-right: 38px; }
  .geo-lead-form { padding-inline: 35px; }
}

@media (max-width: 920px) {
  .geo-hero__layout { grid-template-columns: 1fr; padding: 70px 0; }
  .geo-hero__copy { padding: 0; }
  .geo-signal { width: 100%; max-width: none; justify-self: stretch; }
  .geo-proof-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .geo-proof-grid div { min-height: 76px; padding: 12px 20px; border-bottom: 1px solid var(--line); }
  .geo-proof-grid div:nth-child(2) { border-right: 0; }
  .geo-proof-grid div:nth-last-child(-n + 2) { border-bottom: 0; }
  .geo-compare { grid-template-columns: 1fr; }
  .geo-diagnosis__layout { grid-template-columns: 1fr; padding: 65px 0; }
  .geo-report { margin: 0 40px 55px 0; }
  .geo-diagnosis__copy { padding: 45px 0 0; border-top: 1px solid #40596f; border-left: 0; }
  .geo-pipeline { grid-template-columns: 1fr 1fr; }
  .geo-pipeline li { min-height: 240px; }
  .geo-pipeline li:last-child { grid-column: 1 / -1; min-height: 0; }
  .geo-responsibility { grid-template-columns: 1fr; }
  .geo-responsibility > div + div { border-top: 1px solid #50677b; border-left: 0; }
  .geo-scenario-grid { grid-template-columns: 1fr; }
  .geo-scenario-grid article { min-height: 0; }
  .geo-proof__layout { grid-template-columns: 1fr; }
  .geo-boundary-board { grid-template-columns: 1fr; }
  .geo-boundary-board article { min-height: 0; }
  .geo-faq .faq-list { grid-template-columns: 1fr; }
  .geo-contact__layout { grid-template-columns: 1fr; }
  .geo-contact__intro { padding: 15px 0 45px; }
}

@media (max-width: 820px) {
  .geo-hero { min-height: 0; }
  .geo-hero__layout { min-height: 0; padding: 54px 0 62px; }
  .geo-hero h1 { font-size: clamp(40px, 10.5vw, 55px); }
  .geo-hero__lead { font-size: 15px; }
  .geo-signal { aspect-ratio: 1.05; }
  .geo-compare__lane { padding: 28px 22px; }
  .geo-common-base { flex-wrap: wrap; }
  .geo-common-base strong { flex: 0 0 100%; }
  .geo-research a { min-height: 165px; }
  .geo-diagnosis__copy h2, .geo-contact__intro h2 { font-size: 32px; }
  .geo-service-index article { min-height: 0; gap: 18px; padding-right: 0; }
  .geo-service-index article:hover { padding-left: 0; }
  .geo-service-index article > span { padding: 0 14px 0 0; }
  .geo-service-index h3 { font-size: 19px; }
  .geo-pipeline { margin-top: 32px; }
  .geo-responsibility > div { align-items: flex-start; }
  .geo-responsibility b { flex: 0 0 100%; }
  .geo-mode-table { box-shadow: none; }
  .geo-answer-sample { box-shadow: 10px 12px 0 rgba(23,103,210,.18); }
  .geo-lead-form { padding: 34px 24px; }
  .geo-lead-form input, .geo-lead-form select, .geo-lead-form textarea { font-size: 16px; }
}

@media (max-width: 520px) {
  .geo-hero__principles { display: grid; grid-template-columns: 1fr 1fr; }
  .geo-hero__principles span:last-child { grid-column: 1 / -1; }
  .geo-signal { aspect-ratio: .86; }
  .geo-signal__core { width: 160px; min-height: 126px; }
  .geo-signal__core strong { font-size: 20px; }
  .geo-signal__node { min-width: 95px; padding: 9px 11px; }
  .geo-signal__node--site { left: 4%; top: 8%; }
  .geo-signal__node--content { right: 3%; top: 8%; }
  .geo-signal__node--source { right: 1%; top: 62%; }
  .geo-signal__node--answer { right: 6%; bottom: 5%; }
  .geo-signal__node--review { left: 4%; bottom: 6%; }
  .geo-proof-grid { grid-template-columns: 1fr; }
  .geo-proof-grid div { min-height: 68px; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .geo-proof-grid div:last-child { border-bottom: 0 !important; }
  .geo-route { overflow-x: auto; padding-bottom: 5px; }
  .geo-route span { min-width: 88px; flex: 0 0 88px; }
  .geo-route i { min-width: 20px; }
  .geo-compare dl { grid-template-columns: 1fr; }
  .geo-research { display: flex; gap: 12px; overflow-x: auto; margin-inline: -16px; padding: 0 16px 12px; border: 0; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .geo-research::-webkit-scrollbar { display: none; }
  .geo-research a { flex: 0 0 76vw; border: 1px solid var(--line); scroll-snap-align: start; }
  .geo-report { margin-right: 12px; box-shadow: 10px 12px 0 #0f3858; }
  .geo-report__question { padding: 23px 20px; }
  .geo-report__question strong { font-size: 17px; }
  .geo-report__tracks { padding: 22px 20px; }
  .geo-diagnosis__list { grid-template-columns: 1fr; }
  .geo-diagnosis__list li { min-height: 0; }
  .geo-service-index article { grid-template-columns: 44px 1fr; }
  .geo-service-index article > span { align-self: stretch; }
  .geo-service-index p { font-size: 12px; }
  .geo-service-index ul { grid-column: 1 / -1; padding-left: 62px; }
  .geo-pipeline { grid-template-columns: 1fr; }
  .geo-pipeline li, .geo-pipeline li:last-child { min-height: 0; grid-column: auto; padding: 24px; }
  .geo-pipeline h3 { min-height: 0; }
  .geo-pipeline small { margin-top: 18px; }
  .geo-responsibility > div { padding: 18px; }
  .geo-scenario-grid { display: flex; gap: 12px; overflow-x: auto; margin-inline: -16px; padding: 0 16px 12px; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .geo-scenario-grid::-webkit-scrollbar { display: none; }
  .geo-scenario-grid article { flex: 0 0 84vw; scroll-snap-align: start; }
  .geo-proof__copy h2 { font-size: 31px; }
  .geo-answer-sample__body { padding: 15px; }
  .geo-answer-sample__question, .geo-answer-sample__answer, .geo-answer-sample__sources { padding: 16px; }
  .geo-boundary-board { border-left: 0; }
  .geo-boundary-board article { border-left: 1px solid var(--line); }
  .geo-faq .faq-list summary { font-size: 15px; }
  .geo-contact__deliverables { grid-template-columns: 1fr; border-left: 0; }
  .geo-contact__deliverables div { min-height: 0; display: grid; grid-template-columns: 36px 1fr; padding: 17px 0; border-right: 0; }
  .geo-contact__deliverables div span { grid-row: 1 / span 2; }
  .geo-contact__deliverables div b { margin: 0 0 5px; }
  .geo-contact__deliverables div p { grid-column: 2; }
  .geo-lead-form { margin-inline: -16px; }
  .geo-lead-form__grid { grid-template-columns: 1fr; }
  .geo-lead-form__wide { grid-column: auto; }
  .geo-lead-form__head { align-items: flex-start; }
  .geo-lead-form .btn { width: 100%; }
}

/* 2026 capability expansion and unified global footer */
.capability-overview { height: auto; background: #edf3f8; }
.capability-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 30px; border: 1px solid #b8c9d8; background: white; }
.capability-stats > div { min-height: 112px; display: flex; align-items: baseline; gap: 11px; padding: 26px 24px; border-right: 1px solid var(--line); }
.capability-stats > div:last-child { border-right: 0; }
.capability-stats strong { color: var(--blue); font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.capability-stats span { color: #536b80; font-size: 12px; }
.capability-map-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #b8c9d8; border-left: 1px solid #b8c9d8; }
.capability-map-grid a { min-height: 206px; display: flex; flex-direction: column; padding: 25px 24px; border-right: 1px solid #b8c9d8; border-bottom: 1px solid #b8c9d8; background: white; transition: color .18s ease, background .18s ease, transform .18s ease; }
.capability-map-grid a:hover { color: white; background: var(--blue); transform: translateY(-3px); }
.capability-map-grid a > span { margin-bottom: 28px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.capability-map-grid a:hover > span, .capability-map-grid a:hover p { color: #dceaff; }
.capability-map-grid h3 { margin-bottom: 10px; font-size: 18px; line-height: 1.4; }
.capability-map-grid p { margin: auto 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.capability-note, .service-level-note { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center; margin-top: 24px; padding: 18px 22px; border-left: 3px solid var(--orange); background: #fff7ee; }
.capability-note strong, .service-level-note strong { font-size: 14px; }
.capability-note span, .service-level-note span { color: #6f5c4b; font-size: 12px; line-height: 1.7; }

.website-capabilities { height: auto; color: white; background: #0c2941; }
.website-capabilities .section-heading--split > p { color: #b9ccdc; }
.capability-module-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #496177; border-left: 1px solid #496177; }
.capability-module-grid article { min-height: 220px; padding: 28px 26px; border-right: 1px solid #496177; border-bottom: 1px solid #496177; }
.capability-module-grid article > span { display: block; margin-bottom: 32px; color: #76b4ff; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.capability-module-grid h3 { margin-bottom: 12px; font-size: 20px; }
.capability-module-grid p { margin: 0; color: #b9ccdc; font-size: 12px; line-height: 1.75; }
.scope-disclaimer { margin: 22px 0 0; padding-left: 15px; border-left: 2px solid var(--orange); color: #aebfd0; font-size: 11px; line-height: 1.75; }
.geo-foundation .scope-disclaimer, .service-levels .scope-disclaimer { color: #617589; }

.geo-foundation { height: auto; background: #eef4f8; }
.foundation-stack { border-top: 1px solid #b8c8d7; }
.foundation-stack article { min-height: 122px; display: grid; grid-template-columns: 58px minmax(0, 1fr) 155px; align-items: center; gap: 26px; padding: 21px 24px 21px 0; border-bottom: 1px solid #b8c8d7; }
.foundation-stack article > span { align-self: stretch; display: grid; place-items: center; border-right: 1px solid #b8c8d7; color: var(--blue); font-size: 11px; font-weight: 900; }
.foundation-stack h3 { margin-bottom: 7px; font-size: 19px; }
.foundation-stack p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.foundation-stack b { justify-self: end; padding: 9px 11px; border: 1px solid #b8c8d7; color: #34536c; background: white; font-size: 10px; }

.service-levels { height: auto; background: #edf3f8; }
.service-level-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-level-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #bdccd9; border-top: 4px solid var(--blue); background: white; box-shadow: 0 12px 28px rgba(3, 29, 53, .06); }
.service-level-grid article:nth-child(2) { border-top-color: var(--orange); }
.service-level-grid__head { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.service-level-grid__head span { color: var(--blue); font-size: 11px; font-weight: 900; }
.service-level-grid__head h3 { margin: 0; font-size: 20px; }
.metric-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
.metric-pair b { color: var(--blue); font-size: 28px; letter-spacing: -.03em; }
.metric-pair small { display: block; margin-top: 5px; color: #657b8f; font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: 0; }
.service-chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.service-chip-list span { padding: 9px 11px; color: #31536e; background: #eaf2fa; font-size: 11px; font-weight: 700; }
.service-level-grid article > p { margin: auto 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.coaching-capability-bridge { padding: 62px 0; border-bottom: 1px solid #d5e0e8; background: #eef4f8; }
.coaching-capability-bridge__grid { display: grid; grid-template-columns: 1.35fr repeat(3, .65fr); border-top: 1px solid #b8c9d8; border-left: 1px solid #b8c9d8; }
.coaching-capability-bridge__grid > div { min-height: 190px; padding: 25px; border-right: 1px solid #b8c9d8; border-bottom: 1px solid #b8c9d8; background: white; }
.coaching-capability-bridge__grid > div:first-child { color: white; background: var(--navy); }
.coaching-capability-bridge h2 { margin: 0; font-size: 27px; line-height: 1.3; letter-spacing: -.035em; }
.coaching-capability-bridge__grid > div > span { display: inline-grid; place-items: center; min-width: 38px; min-height: 30px; margin-bottom: 22px; color: var(--blue); background: #eaf2fa; font-size: 11px; font-weight: 900; }
.coaching-capability-bridge h3 { margin-bottom: 10px; font-size: 17px; line-height: 1.45; }
.coaching-capability-bridge__grid > div > p:not(.kicker) { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.footer, .footer--course, .footer--about, .footer--coaching, .footer--geo { height: auto; min-height: 0; padding: 58px 0 26px; background: #061724; }
.footer-grid { grid-template-columns: minmax(300px, 1.55fr) repeat(3, minmax(135px, .55fr)); gap: clamp(34px, 5vw, 88px); }
.footer-brand p { max-width: 490px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.footer .footer-badges span { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 10px; border: 1px solid #355067; color: #bfd1df; font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { min-height: 29px; display: inline-flex; align-items: center; transition: color .18s ease, transform .18s ease; }
.footer-grid a:hover { transform: translateX(3px); }
.footer .footer-cta { margin-top: 8px; color: #81baff; font-weight: 700; }
.footer .copyright, .footer--course .copyright { margin-top: 42px; padding-top: 22px; color: #7891a6; }

@media (max-width: 1180px) {
  .capability-map-grid { grid-template-columns: repeat(2, 1fr); }
  .coaching-capability-bridge__grid { grid-template-columns: 1fr 1fr; }
  .coaching-capability-bridge__grid > div:first-child { grid-column: 1 / -1; min-height: 0; }
  .coaching-capability-bridge__grid > div:last-child { grid-column: 1 / -1; min-height: 0; }
  .footer-grid { grid-template-columns: 1.25fr repeat(3, .6fr); gap: 35px; }
}

@media (max-width: 920px) {
  .capability-stats { grid-template-columns: 1fr 1fr; }
  .capability-stats > div:nth-child(2) { border-right: 0; }
  .capability-stats > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .capability-module-grid { grid-template-columns: 1fr 1fr; }
  .service-level-grid { grid-template-columns: 1fr; }
  .service-level-grid article { min-height: 0; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid > .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .capability-overview, .website-capabilities, .geo-foundation, .service-levels { padding-block: 68px; }
  .capability-map-grid a { min-height: 185px; }
  .foundation-stack article { grid-template-columns: 46px 1fr; padding-right: 0; }
  .foundation-stack b { grid-column: 2; justify-self: start; }
  .capability-note, .service-level-note { grid-template-columns: 1fr; gap: 7px; }
  .coaching-capability-bridge { padding: 50px 0; }
  .footer, .footer--course, .footer--about, .footer--coaching, .footer--geo { padding-top: 48px; }
}

@media (max-width: 560px) {
  .capability-stats { grid-template-columns: 1fr 1fr; }
  .capability-stats > div { min-height: 88px; flex-direction: column; align-items: flex-start; gap: 6px; padding: 18px; }
  .capability-stats strong { font-size: 31px; }
  .capability-map-grid, .capability-module-grid, .coaching-capability-bridge__grid { grid-template-columns: 1fr; }
  .capability-map-grid a, .capability-module-grid article { min-height: 0; }
  .capability-map-grid a > span, .capability-module-grid article > span { margin-bottom: 20px; }
  .coaching-capability-bridge__grid > div:first-child, .coaching-capability-bridge__grid > div:last-child { grid-column: auto; }
  .coaching-capability-bridge__grid > div { min-height: 0; }
  .foundation-stack article { gap: 16px; }
  .foundation-stack p { font-size: 11px; }
  .metric-pair { grid-template-columns: 1fr; }
  .service-level-grid article { padding: 24px 20px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; }
  .footer-grid > div.footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .footer-grid > div:last-child h3 { grid-column: 1 / -1; }
  .footer .copyright { margin-top: 36px; line-height: 1.8; }
}
