:root {
  --navy: #071743;
  --navy-2: #0d2b64;
  --navy-3: #123b78;
  --gold: #b57521;
  --gold-bright: var(--gold);
  --gold-soft: color-mix(in srgb, var(--gold) 18%, white);
  --ink: #111a2e;
  --muted: #626b7c;
  --warm: #f8f5f0;
  --line: #dde2eb;
  --white: #ffffff;
  --teal: #0b8d8b;
  --blue: #1c5dd8;
  --shadow-sm: 0 8px 28px rgba(7, 23, 67, .08);
  --shadow-lg: 0 24px 70px rgba(7, 23, 67, .16);
  --radius: 18px;
  --radius-sm: 11px;
  --shell-max: 1440px;
  --shell-gutter: 48px;
  --shell: min(var(--shell-max), calc(100% - var(--shell-gutter)));
  --header-height: 82px;
  --font-sans: Calibri, "Aptos", "Segoe UI", Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --type-h1: clamp(2.475rem, 4.5vw, 4.86rem);
  --type-h2: clamp(1.89rem, 3.06vw, 3.42rem);
  --type-h3: clamp(1.3rem, 1.55vw, 1.5rem);
  --type-h4: 1.18rem;
  --type-h5: 1rem;
  --type-body: 1rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
html.has-initial-hash { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-sans); line-height: 1.55; font-size: 17px; overflow-x: hidden; }
body.has-modal { overflow: hidden; }
img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
p { margin: 0 0 1.1rem; color: var(--muted); font-size: var(--type-body); }
h1, h2, h3, h4, h5 { margin: 0; color: var(--navy); line-height: 1.09; }
h1 { font-size: var(--type-h1); letter-spacing: -.035em; }
h2 { font-size: var(--type-h2); letter-spacing: -.025em; }
h3 { font-size: var(--type-h3); }
h4 { font-size: var(--type-h4); }
h5 { font-size: var(--type-h5); }

.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(76px, 8vw, 124px) 0; }
.section--warm { background: var(--warm); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy h2, .section--navy h3, .section--navy p { color: inherit; }
.section--navy p { opacity: .72; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 15px; color: #fff; background: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.eyebrow--light { color: var(--gold); }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading p { margin-top: 18px; font-size: 1.07rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr); gap: 56px; align-items: end; max-width: none; }
.section-heading--split > p { margin: 0; }
.section-heading__copy { align-self: end; }
.section-heading__copy p { margin: 0; }
.section-heading__copy p + p { margin-top: 12px; }
.section-heading--light h2, .section-heading--light p { color: var(--white); }

[data-icon], .icon-orbit, .process-line__icon { display: inline-grid; place-items: center; flex: 0 0 auto; }
[data-icon] svg { width: 1em; height: 1em; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.icon-orbit { width: 58px; height: 58px; color: var(--navy); background: var(--gold-soft); border: 1px solid rgba(181,117,33,.24); border-radius: 50%; }
.icon-orbit svg { width: 26px; height: 26px; }
.icon-orbit--large { width: 82px; height: 82px; }
.icon-orbit--large svg { width: 36px; height: 36px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(7,23,67,.18); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(181,117,33,.45); outline-offset: 3px; }
.button--gold { color: var(--navy); background: var(--gold); }
.button--navy { color: #fff; background: var(--navy); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.button--wide { width: 100%; }
.button--small { min-height: 42px; padding: 10px 16px; font-size: .9rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.text-link:hover { color: var(--gold); }

.topbar { background: #0b7287; color: #fff; font-size: .88rem; }
.topbar__inner { min-height: 39px; display: flex; gap: 24px; align-items: center; }
.topbar__inner > span { display: inline-flex; align-items: center; gap: 7px; }
.topbar__emails { margin-right: auto; }
.topbar a:hover { text-decoration: underline; }
.topbar__linkedin { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 3px; background: rgba(255,255,255,.14); font-weight: 900; }
.site-header { position: sticky; z-index: 100; top: 0; min-height: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,23,67,.1); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(7,23,67,.1); }
.site-header__inner { min-height: var(--header-height); display: flex; align-items: center; gap: 28px; }
.brand { width: 126px; height: 66px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 70px; height: 70px; object-fit: contain; transform: scale(1.55); }
.site-nav { position: relative; z-index: 200; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 28px); margin-left: auto; font-size: .92rem; font-weight: 700; }
.site-nav > a, .nav-dropdown > button { position: relative; padding: 29px 0 27px; color: var(--ink); background: none; border: 0; white-space: nowrap; }
.site-nav > a::after, .nav-dropdown > button::after { position: absolute; left: 0; bottom: 18px; width: 0; height: 2px; content: ""; background: var(--gold-bright); transition: width .2s; }
.site-nav > a:hover::after, .site-nav > a.is-active::after, .nav-dropdown > button:hover::after { width: 100%; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { display: flex; align-items: center; gap: 4px; }
.nav-dropdown__menu { position: absolute; top: calc(100% - 8px); left: -34px; width: 355px; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(10px); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg); transition: .2s; }
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown.is-open .nav-dropdown__menu { visibility: visible; opacity: 1; transform: none; }
.nav-dropdown__menu a { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 13px; border-radius: 8px; }
.nav-dropdown__menu a:hover { background: var(--warm); }
.nav-dropdown__menu > a > [data-icon] { width: 38px; height: 38px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.nav-dropdown__menu strong, .nav-dropdown__menu small { display: block; }
.nav-dropdown__menu small { margin-top: 2px; color: var(--muted); font-weight: 400; }
.header-call { display: flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; white-space: nowrap; }
.header-call > [data-icon] { width: 42px; height: 42px; color: #fff; background: var(--navy); border: 5px solid #dce8e8; border-radius: 50%; }
.header-call small { display: block; margin-bottom: -1px; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 3px auto; background: var(--navy); }

.hero { position: relative; height: min(720px, calc(100vh - 121px)); min-height: 610px; color: #fff; background: var(--navy); overflow: hidden; }
.hero__slides, .hero__slide { position: absolute; inset: 0; }
.hero__slide { visibility: hidden; opacity: 0; transition: opacity .7s ease, visibility .7s; }
.hero__slide.is-active { visibility: visible; opacity: 1; }
.hero__slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,42,.91) 0%, rgba(3,14,42,.7) 45%, rgba(3,14,42,.18) 100%); }
.hero__content { position: relative; z-index: 2; display: flex; min-height: 100%; align-items: flex-start; justify-content: center; flex-direction: column; }
.hero__content h1 { max-width: 760px; color: #fff; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.hero__content p { max-width: 670px; margin: 25px 0 30px; color: rgba(255,255,255,.82); font-size: 1.18rem; }
.hero__dots { position: absolute; z-index: 3; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 11px; transform: translateX(-50%); }
.hero__dots button { width: 11px; height: 11px; padding: 0; background: rgba(255,255,255,.42); border: 2px solid rgba(255,255,255,.78); border-radius: 50%; box-shadow: 0 2px 7px rgba(0,0,0,.18); transition: background-color .2s, border-color .2s, transform .2s; }
.hero__dots button:hover { background: rgba(255,255,255,.8); transform: scale(1.12); }
.hero__dots button.is-active { background: var(--gold-bright); border-color: var(--gold-bright); transform: scale(1.18); }
.hero__dots button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.about-showcase { overflow: hidden; background: radial-gradient(circle at 50% 52%, color-mix(in srgb, var(--gold) 8%, transparent) 0 23%, transparent 43%), var(--warm); }
.about-showcase__heading { max-width: 1080px; margin: 0 auto clamp(42px, 5vw, 68px); text-align: center; }
.about-showcase__heading .eyebrow { justify-content: center; }
.about-showcase__heading .eyebrow::after { width: 30px; height: 2px; content: ""; background: currentColor; }
.about-showcase__heading h2 { font-size: clamp(2.55rem, 4.3vw, 4.35rem); }
.about-showcase__heading p { margin: 14px 0 0; color: var(--ink); font-size: clamp(1.1rem, 1.7vw, 1.45rem); letter-spacing: .015em; }
.about-showcase__body { position: relative; display: grid; grid-template-columns: minmax(225px, .78fr) minmax(360px, 1.18fr) minmax(240px, .86fr); gap: clamp(34px, 5vw, 72px); align-items: center; }
.about-showcase__body::before { position: absolute; z-index: 0; left: 50%; top: 50%; width: min(72vw, 850px); aspect-ratio: 1; content: ""; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(255,255,255,.64) 0 42%, rgba(181,117,33,.06) 63%, transparent 69%); border-radius: 50%; pointer-events: none; }
.about-showcase__body > * { position: relative; z-index: 1; }
.about-showcase__rule { width: 46px; height: 2px; display: block; margin-bottom: 25px; background: var(--gold); }
.about-showcase__intro h3 { margin-bottom: 24px; font-size: clamp(1.75rem, 2.55vw, 2.55rem); line-height: 1.12; }
.about-showcase__intro p, .about-showcase__narrative > p { margin: 0; color: #424c60; font-size: clamp(.98rem, 1.18vw, 1.08rem); line-height: 1.72; }
.about-showcase__narrative { display: grid; gap: 24px; }
.about-showcase__narrative .about-showcase__rule { margin: 1px 0 0; }
.about-brand-panel { position: relative; min-height: 485px; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 27%, #164286, var(--navy) 62%); border-radius: 0 62px 0 0; box-shadow: 0 28px 55px rgba(7,23,67,.25); }
.about-brand-panel::after { position: absolute; inset: auto -80px -90px auto; width: 340px; height: 340px; content: ""; border: 1px solid rgba(181,117,33,.55); transform: rotate(20deg); }
.about-brand-panel__frame { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 44px 20px 24px; }
.about-brand-panel__frame > img { width: min(78%, 285px); margin-bottom: 34px; filter: brightness(0) invert(1); mix-blend-mode: screen; }
.about-brand-panel__principles { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); padding: 16px 8px; border: 1px solid rgba(255,255,255,.32); }
.about-brand-panel__principles > div { display: grid; justify-items: center; gap: 7px; padding: 0 7px; border-right: 1px solid rgba(255,255,255,.3); text-align: center; }
.about-brand-panel__principles > div:last-child { border-right: 0; }
.about-brand-panel__principles [data-icon] { width: 30px; height: 30px; color: var(--gold); }
.about-brand-panel__principles [data-icon] svg { width: 25px; height: 25px; }
.about-brand-panel__principles strong { color: #fff; font-size: .78rem; }
.about-brand-panel__frame > p { margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: .68rem; font-weight: 700; letter-spacing: .25em; line-height: 1.65; text-align: center; text-transform: uppercase; }
.about-story__more { margin-top: 1px; }
.about-story__more summary { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); cursor: pointer; font-weight: 900; list-style: none; }
.about-story__more summary::-webkit-details-marker { display: none; }
.about-story__more summary [data-icon] { width: 20px; height: 20px; transition: transform .2s; }
.about-story__more[open] summary [data-icon] { transform: rotate(90deg); }
.about-story__more summary:focus-visible { outline: 3px solid rgba(181,117,33,.35); outline-offset: 5px; }
.about-story__more-copy { display: grid; gap: 14px; margin-top: 22px; padding: 22px; background: rgba(255,255,255,.72); border-left: 3px solid var(--gold); }
.about-story__more-copy p { margin: 0; font-size: .94rem; line-height: 1.68; }
.about-story__more-copy .text-link { margin-top: 4px; }
.about-purpose-cards { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(38px, 5vw, 64px); padding-top: 4px; border-top: 1px solid var(--line); }
.about-purpose-cards article { display: grid; grid-template-columns: 102px 1fr; gap: 28px; align-items: center; padding: 34px 42px 8px 18px; }
.about-purpose-cards article:first-child { border-right: 1px solid var(--line); }
.about-purpose-cards article:last-child { padding-left: 60px; }
.about-purpose-cards__icon { width: 92px; height: 92px; color: var(--gold); background: color-mix(in srgb, var(--gold) 9%, white); border-radius: 50%; }
.about-purpose-cards__icon svg { width: 44px; height: 44px; }
.about-purpose-cards__label { display: block; margin-bottom: 12px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.about-purpose-cards p { margin: 0; font-size: 1rem; line-height: 1.55; }
.about-purpose-cards p strong { color: var(--navy); }

.values-section { padding-block: 78px; }
.value-strip { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.value-strip article { min-height: 172px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; padding: 24px 18px; text-align: center; border-right: 1px solid var(--line); }
.value-strip article:last-child { border-right: 0; }
.value-strip h3 { font-size: 1rem; }
.value-strip article:hover .icon-orbit { color: #fff; background: var(--navy); }

.companies-section { overflow: hidden; }
.companies-section::before { position: absolute; inset: 0; content: ""; opacity: .13; background-image: linear-gradient(115deg, transparent 60%, rgba(255,255,255,.15) 60% 61%, transparent 61%), radial-gradient(circle at 86% 40%, #22539a, transparent 26%); }
.company-pair { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.company-panel { position: relative; min-height: 390px; padding: 45px; overflow: hidden; color: var(--navy); background: #fff; border-radius: var(--radius); }
.company-panel--gold { background: #fff8ee; }
.company-panel__index { position: absolute; top: 16px; right: 26px; color: rgba(7,23,67,.1); font-size: 6rem; font-weight: 900; line-height: 1; }
.company-panel__mark { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 25px; overflow: hidden; }
.company-panel__mark img { width: 70px; transform: scale(1.5); }
.company-panel h3 { max-width: 520px; font-size: clamp(1.7rem, 2.6vw, 2.6rem); }
.company-panel p { max-width: 560px; margin: 20px 0 32px; }
.company-panel a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.company-panel--gold a { color: var(--gold); }

.founder-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: clamp(54px, 8vw, 110px); align-items: center; }
.founder-copy > h3 { margin: 10px 0 28px; color: var(--gold); font-size: 1.3rem; }
.founder-copy > p { text-align: justify; }
.founder-credentials { display: flex; flex-wrap: wrap; gap: 10px; margin: 27px 0; }
.founder-credentials span { padding: 9px 13px; color: var(--navy); background: var(--gold-soft); border-radius: 999px; font-size: .85rem; font-weight: 800; }
.founder-portrait { position: relative; margin: 0; overflow: hidden; background: #ece9e5; border: 6px solid var(--navy); border-radius: 42px 42px 10px 42px; box-shadow: var(--shadow-lg); }
.founder-portrait img { width: 100%; aspect-ratio: 4 / 4.8; object-fit: cover; object-position: center top; }
.founder-portrait figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 20px 24px; color: #fff; background: var(--navy); }
.founder-portrait strong { font-family: var(--font-serif); font-size: 1.5rem; }
.founder-portrait span { color: var(--gold); }
.founder-read-more { margin-top: 9px; }
.founder-dialog { width: min(850px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; color: var(--ink); background: transparent; border: 0; overflow: visible; }
.founder-dialog::backdrop { background: rgba(3,14,42,.76); backdrop-filter: blur(6px); }
.founder-dialog__surface { position: relative; max-height: calc(100dvh - 32px); display: flex; overflow: hidden; flex-direction: column; background: #fff; border-top: 5px solid var(--gold); border-radius: 18px; box-shadow: 0 34px 100px rgba(3,14,42,.38); }
.founder-dialog__close { position: absolute; z-index: 2; top: 17px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 1.7rem; line-height: 1; }
.founder-dialog__close:hover, .founder-dialog__close:focus-visible { color: var(--navy); background: var(--gold-soft); outline-color: var(--gold); }
.founder-dialog__header { display: grid; grid-template-columns: 96px 1fr; gap: 24px; align-items: center; padding: 28px 76px 28px 34px; color: #fff; background: linear-gradient(120deg, var(--navy), #12377c); }
.founder-dialog__header img { width: 96px; height: 96px; object-fit: cover; object-position: center top; border: 3px solid rgba(255,255,255,.8); border-radius: 50%; }
.founder-dialog__header .eyebrow { margin-bottom: 8px; color: var(--gold-bright); }
.founder-dialog__header h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.founder-dialog__header p { margin: 5px 0 0; color: rgba(255,255,255,.78); font-weight: 700; }
.founder-dialog__content { padding: 32px 38px 22px; overflow-y: auto; overscroll-behavior: contain; }
.founder-dialog__content p { margin: 0 0 18px; color: #4d586d; line-height: 1.76; text-align: left; }
.founder-dialog__content p:last-child { margin-bottom: 0; }
.founder-dialog__qualification { padding: 16px 18px; color: var(--navy) !important; background: var(--gold-soft); border-left: 3px solid var(--gold); font-weight: 800; }
.founder-dialog__footer { padding: 18px 38px 24px; background: #fbf8f3; border-top: 1px solid var(--line); }

.industries-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .55fr); gap: 30px; align-items: start; }
.industries-main { min-width: 0; }
.industry-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 12px; }
.industry-tabs button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 64px; padding: 10px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; }
.industry-tabs button.is-active { color: #fff; background: var(--navy); border-color: var(--navy); }
.industry-panel { display: none; min-height: 540px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.industry-panel.is-active { display: block; }
.industry-panel__intro { display: grid; grid-template-columns: 82px 1fr; gap: 22px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.industry-panel__intro h3 { margin-bottom: 8px; font-size: 2rem; }
.industry-panel__intro p { margin: 0; }
.industry-rail { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin-top: 12px; overflow: visible; }
.industry-chip { width: 100%; min-height: 58px; display: grid; grid-template-columns: 36px minmax(0,1fr) auto 20px; gap: 10px; align-items: center; padding: 9px 3px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; transition: color .2s, background-color .2s, padding .2s; }
.industry-chip:hover, .industry-chip:focus-visible { padding-inline: 8px; color: var(--navy); background: #fbf7f1; outline: none; }
.industry-chip__icon { width: 34px; height: 34px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.industry-chip__icon svg { width: 18px; height: 18px; }
.industry-chip__name { min-width: 0; font-weight: 800; }
.industry-chip small { color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.industry-chip__arrow { color: var(--gold-bright); font-size: 1.05rem; }
.industry-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; color: var(--ink); background: transparent; border: 0; overflow: visible; }
.industry-dialog::backdrop { background: rgba(3,14,42,.72); backdrop-filter: blur(5px); }
.industry-dialog__surface { position: relative; padding: 42px; background: #fff; border-top: 5px solid var(--gold-bright); border-radius: 16px; box-shadow: 0 30px 90px rgba(3,14,42,.3); }
.industry-dialog__close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); background: #f5f7fb; border: 1px solid var(--line); border-radius: 50%; font-size: 1.65rem; line-height: 1; }
.industry-dialog__close:hover, .industry-dialog__close:focus-visible { color: #fff; background: var(--navy); outline: 3px solid var(--gold-soft); }
.industry-dialog__icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 22px; color: var(--gold-bright); background: var(--gold-soft); border-radius: 50%; }
.industry-dialog__icon svg { width: 34px; height: 34px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.industry-dialog__category { display: block; margin-bottom: 8px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.industry-dialog h3 { padding-right: 42px; font-size: clamp(1.8rem, 5vw, 2.7rem); }
.industry-dialog p { margin: 18px 0 24px; font-size: 1.03rem; line-height: 1.75; }
.industry-dialog__link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 900; }
.industry-dialog__link span { color: var(--gold-bright); }
.industry-highlight { position: sticky; top: 110px; padding: 34px; color: #fff; background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.industry-highlight h3 { margin-bottom: 25px; color: #fff; font-size: 2rem; }
.industry-highlight ul { margin: 0 0 28px; padding: 0; list-style: none; }
.industry-highlight li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); }
.industry-highlight li strong, .industry-highlight li span { display: block; }
.industry-highlight li span { margin-top: 4px; color: rgba(255,255,255,.68); font-size: .9rem; }

.experience-ribbon { color: #fff; background: linear-gradient(90deg, var(--navy), #0e316d); }
.experience-ribbon > .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.experience-ribbon article { min-height: 126px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 22px; border-right: 1px solid rgba(255,255,255,.16); }
.experience-ribbon article:last-child { border-right: 0; }
.experience-ribbon article > [data-icon] { width: 52px; height: 52px; color: var(--gold-bright); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.experience-ribbon strong, .experience-ribbon small { display: block; }
.experience-ribbon strong { color: var(--gold); font-size: 1.5rem; line-height: 1.1; }
.experience-ribbon small { margin-top: 4px; color: rgba(255,255,255,.72); }
.experience-ribbon--light { color: var(--navy); background: #f7efe4; }
.experience-ribbon--light article { border-color: rgba(7,23,67,.12); }
.experience-ribbon--light small { color: var(--muted); }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.why-grid article { min-height: 190px; display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid article:nth-child(4n) { border-right: 0; }
.why-grid article:nth-last-child(-n+4) { border-bottom: 0; }
.why-grid article > [data-icon] { width: 46px; height: 46px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.why-grid h3 { font-size: 1rem; }
.why-grid p { margin: 8px 0 0; font-size: .88rem; }

.story-preview__grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 60px; align-items: center; }
.story-preview__copy h2 { color: #fff; }
.story-preview__copy p { margin: 20px 0 30px; }
.story-preview__gallery { display: grid; grid-template-columns: 1.1fr .9fr 1fr; grid-template-rows: 190px 190px; gap: 10px; }
.story-preview__gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.story-preview__gallery img:first-child { grid-row: 1 / 3; }
.story-preview__gallery img:last-child { grid-column: 2 / 4; }
.cta-section { padding-block: 72px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 54px; background: #fff8ed; border: 1px solid #ead4b4; border-radius: var(--radius); }
.cta-panel h2 { max-width: 800px; }
.cta-panel p { margin: 12px 0 0; }
.cta-panel--dark { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.cta-panel--dark h2, .cta-panel--dark p { color: #fff; }
.cta-panel--dark p { opacity: .72; }

.site-footer { padding: 70px 0 0; color: rgba(255,255,255,.76); background: #04112e; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; gap: 50px; }
.site-footer h5 { margin-bottom: 18px; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.footer-brand img { width: 92px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 310px; margin-top: 20px; color: rgba(255,255,255,.62); }
.linkedin-link { display: inline-flex !important; align-items: center; gap: 10px; }
.linkedin-link > span { display: grid; width: 28px; height: 28px; place-items: center; background: #147db3; border-radius: 4px; font-weight: 900; }
.site-footer address { margin-bottom: 16px; font-size: .9rem; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding: 20px 0; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.12); font-size: .83rem; }
.back-to-top { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: 46px; height: 46px; display: grid; place-items: center; visibility: hidden; opacity: 0; color: #fff; background: var(--navy); border: 0; border-radius: 50%; box-shadow: var(--shadow-sm); transition: .2s; }
.back-to-top.is-visible { visibility: visible; opacity: 1; }

.page-hero { position: relative; padding: clamp(95px, 10vw, 150px) 0; color: #fff; background: var(--navy); overflow: hidden; }
.page-hero::before, .company-hero::before { position: absolute; inset: 0; content: ""; opacity: .25; background-image: linear-gradient(120deg, transparent 50%, rgba(255,255,255,.12) 50% 51%, transparent 51%), radial-gradient(circle at 80% 30%, #2d64a9, transparent 24%); }
.page-hero__inner { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.page-hero__inner h1 { color: #fff; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.page-hero__inner p { max-width: 720px; margin: 25px 0 0; color: rgba(255,255,255,.74); font-size: 1.12rem; }
.page-hero__quicklinks { display: grid; gap: 12px; }
.page-hero__quicklinks a { display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: center; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; }
.page-hero__quicklinks [data-icon] { grid-row: 1 / 3; width: 54px; height: 54px; color: var(--gold-bright); background: rgba(255,255,255,.08); border-radius: 50%; }
.page-hero__quicklinks strong, .page-hero__quicklinks small { display: block; }
.page-hero__quicklinks small { color: rgba(255,255,255,.62); }
.page-hero--stories .page-hero__inner, .page-hero--learning .page-hero__inner, .page-hero--contact .page-hero__inner { grid-template-columns: 1fr; }

/* About page */
.about-page-hero { position: relative; min-height: 630px; display: grid; align-items: center; padding: clamp(90px, 10vw, 145px) 0; color: #fff; background: var(--navy); overflow: hidden; }
.about-page-hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(112deg, transparent 0 58%, rgba(255,255,255,.045) 58% 58.2%, transparent 58.2%), radial-gradient(circle at 84% 38%, #174a91 0, rgba(23,74,145,.15) 32%, transparent 55%); }
.about-page-hero::after { position: absolute; right: -170px; top: -250px; width: 680px; height: 680px; content: ""; border: 1px solid rgba(181,117,33,.42); transform: rotate(34deg); }
.about-page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.7fr); gap: clamp(55px, 9vw, 130px); align-items: center; }
.about-page-hero__grid > * { min-width: 0; }
.about-page-hero__copy h1 { max-width: 780px; color: #fff; }
.about-page-hero__copy h1 span { color: var(--gold); }
.about-page-hero__copy > p { max-width: 700px; margin: 28px 0 34px; color: rgba(255,255,255,.74); font-size: 1.15rem; }
.about-page-hero__nav { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.about-page-hero__nav a { position: relative; padding-bottom: 7px; color: #fff; font-size: .86rem; font-weight: 800; }
.about-page-hero__nav a::after { position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; content: ""; background: var(--gold-bright); transition: width .2s; }
.about-page-hero__nav a:hover::after { width: 100%; }
.about-page-hero__identity { position: relative; min-height: 390px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 48px 38px 36px; background: #fff; border-top: 5px solid var(--gold-bright); box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.about-page-hero__identity::before { position: absolute; left: -20px; bottom: -20px; width: 95px; height: 95px; content: ""; border-left: 2px solid var(--gold-bright); border-bottom: 2px solid var(--gold-bright); }
.about-page-hero__logo { width: 250px; height: 185px; display: grid; place-items: center; overflow: hidden; }
.about-page-hero__logo img { width: 230px; transform: scale(1.22); }
.about-page-hero__pillars { display: flex; align-items: center; justify-content: center; gap: 0; margin: 18px 0; color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-page-hero__pillars span { padding: 0 12px; border-right: 1px solid var(--gold); }
.about-page-hero__pillars span:last-child { border-right: 0; }
.about-page-hero__identity p { max-width: 300px; margin: 0; color: var(--muted); text-align: center; font-size: .9rem; }
.about-overview__grid { display: grid; grid-template-columns: minmax(310px,.75fr) minmax(0,1.25fr); gap: clamp(52px, 9vw, 135px); align-items: start; }
.about-overview .section-heading { position: sticky; top: 130px; margin-bottom: 0; }
.about-overview__copy { padding-top: 5px; }
.about-overview__copy p { color: #3f495d; font-size: 1.06rem; line-height: 1.85; text-align: justify; }
.about-overview__copy p:first-child { color: var(--navy); font-size: 1.18rem; font-weight: 700; }
.about-capability-line { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-capability-line article { min-height: 126px; display: grid; grid-template-columns: 52px 1fr; gap: 17px; align-items: center; padding: 24px 30px; border-right: 1px solid var(--line); }
.about-capability-line article:last-child { border-right: 0; }
.about-capability-line [data-icon] { width: 52px; height: 52px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.about-capability-line strong, .about-capability-line small { display: block; }
.about-capability-line strong { color: var(--navy); }
.about-capability-line small { margin-top: 4px; color: var(--muted); }
.about-purpose__layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(52px, 9vw, 130px); align-items: start; }
.about-purpose__heading { position: sticky; top: 130px; }
.about-purpose__heading p { margin-top: 22px; font-size: 1.05rem; }
.about-purpose__stack { display: grid; gap: 18px; }
.about-purpose__stack article { position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 26px; min-height: 250px; align-items: start; padding: 42px 52px; background: #fff; border-left: 5px solid var(--navy); box-shadow: var(--shadow-sm); overflow: hidden; }
.about-purpose__stack article:last-child { border-left-color: var(--gold-bright); }
.about-purpose__number { position: absolute; right: 24px; top: 10px; color: rgba(7,23,67,.06); font-size: 6.5rem; font-weight: 900; line-height: 1; }
.about-purpose__icon { position: relative; z-index: 1; width: 74px; height: 74px; color: #fff; background: var(--navy); border-radius: 50%; }
.about-purpose__stack article:last-child .about-purpose__icon { background: var(--gold); }
.about-purpose__stack small { position: relative; z-index: 1; display: block; margin: 2px 0 8px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-purpose__stack h3 { position: relative; z-index: 1; max-width: 610px; font-size: clamp(1.55rem,2.3vw,2.25rem); }
.about-purpose__stack p { position: relative; z-index: 1; max-width: 650px; margin: 16px 0 0; }
.about-values .section-heading p { margin-inline: auto; }
.about-page .founder-section { background: #fff; }

.service-nav { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 45px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-nav a { min-height: 155px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; padding: 18px; text-align: center; border-right: 1px solid var(--line); font-size: .85rem; font-weight: 800; }
.service-nav a:last-child { border-right: 0; }
.service-nav a > span:first-child { color: var(--gold); font-size: .72rem; }
.service-nav a > i { font-style: normal; font-size: 1.8rem; }
.service-nav a:hover { color: #fff; background: var(--navy); }
.service-groups { display: grid; gap: 34px; }
.service-group { display: grid; grid-template-columns: 280px 1fr; gap: 30px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.service-group > header { position: sticky; top: 120px; height: max-content; }
.service-group__number { display: block; margin-bottom: 24px; color: var(--gold); font-size: .83rem; font-weight: 800; letter-spacing: .15em; }
.service-group > header .icon-orbit { margin-bottom: 20px; }
.service-group > header h2 { font-size: 2rem; }
.service-accordion { display: grid; gap: 10px; }
.accordion { overflow: hidden; background: #fbfbfc; border: 1px solid var(--line); border-radius: 10px; }
.accordion > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; color: var(--navy); background: transparent; border: 0; text-align: left; font-weight: 800; }
.accordion > button i { font-style: normal; transition: transform .2s; }
.accordion.is-open > button i { transform: rotate(45deg); }
.accordion__content { display: none; padding: 0 22px 24px; }
.accordion.is-open .accordion__content { display: block; }
.accordion__content h3 { margin: 20px 0 10px; font-size: 1rem; }
.check-list { columns: 2; gap: 28px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; break-inside: avoid; padding: 7px 0 7px 26px; color: var(--muted); }
.check-list li::before { position: absolute; left: 0; top: 12px; width: 14px; height: 14px; display: grid; place-items: center; content: "✓"; color: var(--gold); border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; font-weight: 900; }
.check-list--compact { columns: 1; font-size: .88rem; }
.service-objective { margin: 22px 0 0; padding: 15px 18px; background: var(--warm); border-left: 3px solid var(--gold); }
.service-objective strong { display: block; color: var(--navy); }
.corporate-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.corporate-service { --tone: var(--navy); padding: 28px 24px; background: #fff; border: 1px solid color-mix(in srgb, var(--tone) 48%, #fff); border-radius: 16px; }
.corporate-service--teal { --tone: var(--teal); }
.corporate-service--blue { --tone: var(--blue); }
.corporate-service--gold { --tone: var(--gold-bright); }
.corporate-service__head { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: start; min-height: 90px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.corporate-service__head > span { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--tone); border-radius: 50%; font-size: 1.4rem; font-weight: 900; }
.corporate-service__head h3 { color: var(--tone); font-size: 1.12rem; line-height: 1.4; }
.corporate-service__head sup { font-size: .6em; }
.corporate-service > p { min-height: 88px; margin: 18px 0; }
.corporate-service .check-list li::before { color: var(--tone); }
.process-line { display: grid; grid-template-columns: repeat(9, 1fr); margin: 0; padding: 0; list-style: none; }
.process-line li { position: relative; padding: 0 9px; text-align: center; }
.process-line li:not(:last-child)::after { position: absolute; top: 43px; left: calc(50% + 43px); width: calc(100% - 86px); height: 1px; content: ""; background: var(--gold); }
.process-line__icon { width: 86px; height: 86px; margin: 0 auto 18px; color: var(--navy); background: #fff; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 8px 20px rgba(7,23,67,.08); }
.process-line__icon svg { width: 34px; height: 34px; }
.process-line h3 { min-height: 48px; font-size: .86rem; }
.process-line p { font-size: .78rem; }

#lifecycle, #engagement { scroll-margin-top: calc(var(--header-height) + 18px); }
.lifecycle-infinity { display: grid; grid-template-columns: minmax(0,1fr) 86px minmax(0,1fr); gap: 8px; align-items: center; }
.lifecycle-orbit { --orbit-tone: var(--navy); position: relative; min-height: 660px; }
.lifecycle-orbit--advisory { --orbit-tone: var(--gold-bright); }
.lifecycle-orbit::before { position: absolute; inset: 92px 72px; content: ""; border: 30px solid color-mix(in srgb, var(--orbit-tone) 13%, #fff); border-radius: 50%; box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--orbit-tone) 52%, #fff), 0 0 0 2px color-mix(in srgb, var(--orbit-tone) 42%, #fff); }
.lifecycle-orbit::after { position: absolute; inset: 137px 117px; content: ""; border: 1px dashed color-mix(in srgb, var(--orbit-tone) 55%, #fff); border-radius: 50%; }
.lifecycle-orbit__center { position: absolute; z-index: 2; left: 50%; top: 50%; width: 210px; height: 210px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 25px; transform: translate(-50%,-50%); background: #fff; border: 2px solid color-mix(in srgb, var(--orbit-tone) 70%, #fff); border-radius: 50%; box-shadow: 0 16px 38px rgba(7,23,67,.12); text-align: center; }
.lifecycle-orbit__center small { color: var(--orbit-tone); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lifecycle-orbit__center strong { margin-top: 9px; color: var(--navy); font-family: var(--font-serif); font-size: 1.45rem; line-height: 1.15; text-transform: uppercase; }
.lifecycle-orbit__steps { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.lifecycle-orbit__steps li { position: absolute; z-index: 3; width: 178px; min-height: 72px; display: grid; grid-template-columns: 34px 1fr; gap: 9px; align-items: start; padding: 9px 10px; transform: translate(-50%,-50%); background: rgba(255,255,255,.97); border: 1px solid color-mix(in srgb, var(--orbit-tone) 35%, #fff); border-radius: 10px; box-shadow: 0 8px 24px rgba(7,23,67,.08); }
.lifecycle-orbit__steps li:nth-child(even) { --step-tone: var(--gold-bright); }
.lifecycle-orbit__steps li:nth-child(odd) { --step-tone: var(--navy); }
.lifecycle-orbit__steps li:nth-child(1) { left: 50%; top: 5%; }
.lifecycle-orbit__steps li:nth-child(2) { left: 80%; top: 16%; }
.lifecycle-orbit__steps li:nth-child(3) { left: 84%; top: 39%; }
.lifecycle-orbit__steps li:nth-child(4) { left: 82%; top: 70%; }
.lifecycle-orbit__steps li:nth-child(5) { left: 66%; top: 94%; }
.lifecycle-orbit__steps li:nth-child(6) { left: 34%; top: 94%; }
.lifecycle-orbit__steps li:nth-child(7) { left: 18%; top: 70%; }
.lifecycle-orbit__steps li:nth-child(8) { left: 16%; top: 39%; }
.lifecycle-orbit__steps li:nth-child(9) { left: 20%; top: 16%; }
.lifecycle-orbit__number { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--step-tone); border-radius: 50%; font-size: .76rem; font-weight: 900; }
.lifecycle-orbit__steps strong { display: block; color: var(--navy); font-size: .74rem; line-height: 1.25; text-transform: uppercase; }
.lifecycle-orbit__steps small { display: block; margin-top: 3px; color: var(--muted); font-size: .61rem; line-height: 1.3; }
.lifecycle-bridge { position: relative; z-index: 5; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: var(--gold); }
.lifecycle-bridge [data-icon] { width: 48px; height: 48px; }
.lifecycle-bridge [data-icon]:last-child { transform: rotate(180deg); }
.lifecycle-bridge small { color: var(--navy); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; writing-mode: vertical-rl; }

.company-hero { position: relative; min-height: 610px; display: grid; align-items: center; color: #fff; background: linear-gradient(110deg, #04112f 0%, var(--navy-2) 65%, #234f87 100%); overflow: hidden; }
.company-hero__grid { position: relative; display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: center; }
.company-hero__copy h1 { max-width: 850px; color: #fff; }
.company-hero__copy p { max-width: 750px; margin: 26px 0 30px; color: rgba(255,255,255,.72); font-size: 1.14rem; }
.company-hero__actions { display: flex; gap: 12px; }
.company-hero__mark { display: grid; aspect-ratio: 1; place-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.company-hero__mark img { width: 78%; filter: brightness(0) invert(1); }
.company-hero--solutions { background: linear-gradient(110deg, #071743 0%, #0f376e 60%, var(--gold) 135%); }
.company-overview-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 120px); }
.company-overview-copy > p { font-size: 1.06rem; text-align: justify; }
.three-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.three-principles article { padding-top: 22px; border-top: 2px solid var(--gold); }
.three-principles [data-icon] { width: 46px; height: 46px; margin-bottom: 16px; color: var(--navy); background: var(--gold-soft); border-radius: 50%; }
.three-principles h3 { font-size: 1rem; }
.three-principles p { margin-top: 8px; font-size: .88rem; }
.leader-list { display: grid; gap: 44px; }
.leader-profile { display: grid; grid-template-columns: 320px 1fr; gap: 48px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.leader-profile--reverse { grid-template-columns: 1fr 320px; }
.leader-profile--reverse figure { order: 2; }
.leader-profile figure { margin: 0; overflow: hidden; background: #e9e4df; border-radius: 14px; }
.leader-profile figure img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center top; }
.leader-profile__body h3 { margin-bottom: 20px; font-family: var(--font-serif); font-size: 2.5rem; }
.leader-profile__body > p { text-align: justify; }
.expertise-columns { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.expertise-columns h4 { margin-bottom: 10px; color: var(--navy); }
.expertise-columns .check-list { columns: 2; }
.project-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.project-table { width: 100%; border-collapse: collapse; min-width: 840px; }
.project-table th { padding: 17px 20px; color: #fff; background: var(--navy); text-align: left; }
.project-table td { padding: 15px 20px; border-bottom: 1px solid var(--line); }
.project-table tbody tr:nth-child(even) { background: #f8f9fb; }
.project-table tbody tr:last-child td { border-bottom: 0; }
.project-table td:first-child { color: var(--navy); font-weight: 800; }
.compact-steps { display: grid; grid-template-columns: repeat(9, 1fr); margin: 0; padding: 0; counter-reset: compact-step; list-style: none; }
.compact-steps li { position: relative; min-height: 125px; display: flex; align-items: center; justify-content: center; padding: 45px 10px 10px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); counter-increment: compact-step; }
.compact-steps li::before { position: absolute; top: 10px; left: 50%; width: 29px; height: 29px; display: grid; place-items: center; content: counter(compact-step); transform: translateX(-50%); color: var(--navy); background: var(--gold-bright); border-radius: 50%; font-weight: 900; }
.compact-steps li:last-child { border-right: 0; }
.compact-steps span { color: #fff; font-size: .86rem; font-weight: 800; }
.presence-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.india-map { display: grid; place-items: center; }
.india-map svg { width: min(100%, 480px); filter: drop-shadow(0 20px 30px rgba(7,23,67,.14)); }
.presence-copy h2 { margin-bottom: 20px; }
.feature-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid var(--line); }
.feature-list li > [data-icon] { width: 48px; height: 48px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.feature-list strong { color: var(--navy); }
.feature-list p { margin: 4px 0 0; }
.engagement-flow { display: grid; grid-template-columns: repeat(8, 1fr); margin: 0; padding: 0; list-style: none; }
.engagement-flow li { position: relative; display: flex; align-items: center; flex-direction: column; gap: 14px; text-align: center; }
.engagement-flow li:not(:last-child)::after { position: absolute; top: 39px; left: calc(50% + 39px); width: calc(100% - 78px); height: 2px; content: ""; background: var(--gold); }
.engagement-flow [data-icon] { width: 78px; height: 78px; color: var(--navy); background: #fff; border: 2px solid var(--gold); border-radius: 50%; }
.engagement-flow strong { font-size: .82rem; }
.engagement-model { display: grid; grid-template-columns: minmax(390px,.85fr) 1.15fr; gap: clamp(44px,7vw,96px); align-items: center; padding: clamp(30px,5vw,64px); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 50px rgba(7,23,67,.08); }
.engagement-model__wheel { position: relative; width: min(100%, 470px); aspect-ratio: 1; margin-inline: auto; }
.engagement-model__wheel::before { position: absolute; inset: 43px; content: ""; background: conic-gradient(from -22.5deg, var(--gold-bright) 0 11%, #fff 11% 12.5%, var(--navy) 12.5% 23.5%, #fff 23.5% 25%, var(--gold-bright) 25% 36%, #fff 36% 37.5%, var(--navy) 37.5% 48.5%, #fff 48.5% 50%, var(--gold-bright) 50% 61%, #fff 61% 62.5%, var(--navy) 62.5% 73.5%, #fff 73.5% 75%, var(--gold-bright) 75% 86%, #fff 86% 87.5%, var(--navy) 87.5% 98.5%, #fff 98.5% 100%); border-radius: 50%; box-shadow: 0 14px 34px rgba(7,23,67,.12); }
.engagement-model__wheel::after { position: absolute; inset: 103px; content: ""; background: #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.engagement-model__center { position: absolute; z-index: 3; inset: 124px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.engagement-model__center small { color: var(--gold); font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.engagement-model__center strong { margin: 9px 0; color: var(--navy); font-family: var(--font-serif); font-size: 1.75rem; line-height: 1; text-transform: uppercase; }
.engagement-model__center span { color: var(--muted); font-size: .67rem; line-height: 1.45; }
.engagement-model__wheel ol { position: absolute; z-index: 4; inset: 0; margin: 0; padding: 0; list-style: none; }
.engagement-model__wheel li { position: absolute; width: 66px; height: 66px; display: grid; place-items: center; transform: translate(-50%,-50%); color: var(--navy); background: #fff; border: 3px solid var(--gold-bright); border-radius: 50%; box-shadow: 0 8px 20px rgba(7,23,67,.13); }
.engagement-model__wheel li:nth-child(even) { border-color: var(--navy); }
.engagement-model__wheel li:nth-child(1) { left: 50%; top: 6%; }
.engagement-model__wheel li:nth-child(2) { left: 81%; top: 19%; }
.engagement-model__wheel li:nth-child(3) { left: 94%; top: 50%; }
.engagement-model__wheel li:nth-child(4) { left: 81%; top: 81%; }
.engagement-model__wheel li:nth-child(5) { left: 50%; top: 94%; }
.engagement-model__wheel li:nth-child(6) { left: 19%; top: 81%; }
.engagement-model__wheel li:nth-child(7) { left: 6%; top: 50%; }
.engagement-model__wheel li:nth-child(8) { left: 19%; top: 19%; }
.engagement-model__wheel li > span { width: 31px; height: 31px; }
.engagement-model__wheel li b { position: absolute; right: -5px; top: -7px; color: var(--gold); font-size: .65rem; }
.engagement-model__details { display: grid; margin: 0; padding: 0; list-style: none; }
.engagement-model__details li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.engagement-model__details li:last-child { border-bottom: 0; }
.engagement-model__details > li > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-size: .76rem; font-weight: 900; }
.engagement-model__details li:nth-child(odd) > span { background: var(--gold-bright); }
.engagement-model__details strong { color: var(--navy); font-size: .88rem; text-transform: uppercase; }
.engagement-model__details p { margin: 3px 0 0; font-size: .78rem; line-height: 1.45; }
.company-stories__feature { display: grid; grid-template-columns: 1.4fr .6fr; overflow: hidden; background: var(--navy); border-radius: var(--radius); }
.company-stories__feature img { width: 100%; height: 460px; object-fit: cover; }
.company-stories__feature > div { display: flex; justify-content: center; flex-direction: column; padding: 44px; color: #fff; }
.company-stories__feature span { color: var(--gold-bright); font-weight: 800; text-transform: uppercase; }
.company-stories__feature h3 { margin: 15px 0; color: #fff; font-size: 2rem; }
.company-stories__feature p { color: rgba(255,255,255,.68); }

.capability-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.capability-list span { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--warm); border-radius: 8px; }
.capability-list b { color: var(--gold); font-size: .75rem; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.expertise-block { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); }
.expertise-block > h3 { margin: 18px 0 8px; font-size: 1.8rem; }
.expertise-block .feature-list li { grid-template-columns: 1fr; }
.achievement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.achievement-grid article { padding: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.achievement-grid [data-icon] { width: 58px; height: 58px; margin-bottom: 22px; color: var(--gold-bright); background: rgba(255,255,255,.08); border-radius: 50%; }
.achievement-grid strong { display: block; color: var(--gold-bright); font-size: 2rem; }
.achievement-grid p { margin: 10px 0 0; }
.product-quadrants { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.product-quadrants article { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); }
.product-quadrants article:last-child { border-right: 0; }
.product-quadrants span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 24px; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 900; }
.product-quadrants h3 { margin-bottom: 12px; }
.story-mosaic { display: grid; grid-template-columns: 1.15fr .8fr .95fr; grid-template-rows: 250px 250px; gap: 10px; }
.story-mosaic figure { position: relative; margin: 0; overflow: hidden; border-radius: 8px; }
.story-mosaic figure:first-child { grid-row: 1 / 3; }
.story-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.story-mosaic figure:hover img { transform: scale(1.04); }
.story-mosaic figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; color: #fff; background: rgba(7,23,67,.8); border-radius: 4px; font-size: .8rem; }

.story-feature { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.story-feature img { width: 100%; max-height: 720px; object-fit: cover; }
.story-feature figcaption { position: absolute; left: 28px; bottom: 28px; padding: 20px 24px; color: #fff; background: rgba(7,23,67,.88); border-left: 4px solid var(--gold-bright); }
.story-feature strong, .story-feature span { display: block; }
.story-feature strong { font-family: var(--font-serif); font-size: 1.6rem; }
.story-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.story-gallery button { position: relative; height: 300px; padding: 0; overflow: hidden; border: 0; border-radius: 10px; background: var(--navy); }
.story-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.story-gallery span { position: absolute; inset: auto 0 0; padding: 14px; color: #fff; background: linear-gradient(transparent, rgba(7,23,67,.92)); text-align: left; font-weight: 800; }
.story-gallery button:hover img { transform: scale(1.04); }
.lightbox { width: min(1000px, calc(100% - 32px)); padding: 0; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(3,10,28,.88); }
.lightbox img { max-height: 85vh; margin: auto; border-radius: 10px; }
.lightbox button { position: fixed; top: 22px; right: 28px; width: 46px; height: 46px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 2rem; }

.learning-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.learning-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.learning-pillars article { padding: 28px; border: 1px solid var(--line); border-radius: 12px; }
.learning-pillars [data-icon] { width: 52px; height: 52px; margin-bottom: 20px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.learning-pillars h3 { margin-bottom: 10px; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-details h2 { margin-bottom: 22px; }
.contact-details address { color: var(--muted); }
.contact-link-list { display: grid; gap: 10px; margin: 32px 0; }
.contact-link-list a { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 10px; }
.contact-link-list [data-icon] { width: 48px; height: 48px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.contact-link-list small, .contact-link-list strong { display: block; }
.contact-link-list small { color: var(--muted); }
.engagement-summary { margin-top: 38px; padding: 28px; color: #fff; background: var(--navy); border-radius: var(--radius); }
.engagement-summary ol { margin: 5px 0 0; padding-left: 20px; }
.engagement-summary li { padding: 6px 0; }
.contact-form-card { padding: clamp(28px, 4vw, 48px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.contact-form-card h2 { margin-bottom: 12px; }
.contact-form-card form { display: grid; gap: 17px; margin-top: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form-card label, .admin-card label { display: grid; gap: 7px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.contact-form-card input, .contact-form-card select, .contact-form-card textarea, .admin-card input, .admin-card textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #ccd3df; border-radius: 7px; font-weight: 400; }
.contact-form-card textarea, .admin-card textarea { resize: vertical; }
.local-note { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0 0; padding: 12px 14px; color: #694713; background: #fff5dd; border: 1px solid #ebd094; border-radius: 8px; font-size: .82rem; }
.local-note code { overflow-wrap: anywhere; }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-status { min-height: 24px; font-weight: 800; }
.form-status.is-success { color: #167343; }
.form-status.is-error { color: #b42318; }
.map-section iframe { width: 100%; height: 460px; display: block; border: 0; filter: saturate(.75) contrast(1.02); }

.admin-page { background: var(--warm); }
.admin-header { color: #fff; background: var(--navy); }
.admin-header > .shell { min-height: 108px; display: flex; align-items: center; gap: 22px; }
.admin-header img { width: 64px; filter: brightness(0) invert(1); }
.admin-header h1 { color: #fff; font-size: 2rem; }
.admin-header span { color: var(--gold); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.admin-header .button { margin-left: auto; background: #fff; color: var(--navy); }
.admin-layout { display: grid; grid-template-columns: 280px 1fr; gap: 34px; align-items: start; }
.admin-layout > aside { position: sticky; top: 24px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.admin-group { margin-bottom: 36px; }
.admin-group > h2 { margin-bottom: 16px; font-size: 1.8rem; }
.admin-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.admin-card { display: grid; gap: 14px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.admin-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; }
.admin-card__icon { width: 38px; height: 38px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.admin-card__icon svg { width: 20px; height: 20px; }
.admin-message { margin-bottom: 20px; padding: 14px 18px; border-radius: 8px; font-weight: 800; }
.admin-message--success { color: #126238; background: #e4f5eb; }
.admin-message--error { color: #93261c; background: #fde7e5; }

.services-intro { position: relative; padding: 76px 0 64px; background: linear-gradient(120deg, #fff 0 58%, #f4f7fb 58% 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.services-intro::after { position: absolute; right: -110px; top: -160px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(7,23,67,.08); transform: rotate(34deg); }
.services-intro__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 430px; gap: 80px; align-items: center; }
.services-intro__copy h1 { max-width: 760px; margin-top: 15px; font-size: clamp(3rem, 5vw, 5.4rem); }
.services-intro__copy h1 span { color: var(--gold-bright); }
.services-intro__copy p { max-width: 740px; margin-top: 22px; font-size: 1.08rem; }
.service-family-tabs { display: grid; gap: 12px; }
.service-family-tabs button { width: 100%; display: grid; grid-template-columns: 54px 1fr 24px; gap: 15px; align-items: center; padding: 18px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 34px rgba(7,23,67,.08); text-align: left; transition: border-color .2s, transform .2s, box-shadow .2s; }
.service-family-tabs button:hover, .service-family-tabs button:focus-visible { transform: translateY(-2px); border-color: var(--gold); box-shadow: 0 14px 38px rgba(7,23,67,.12); }
.service-family-tabs button.is-active { color: #fff; background: var(--navy); border-color: var(--navy); }
.service-family-tabs button > [data-icon] { width: 54px; height: 54px; color: var(--gold-bright); background: var(--gold-soft); border-radius: 50%; }
.service-family-tabs button.is-active > [data-icon] { background: rgba(255,255,255,.12); }
.service-family-tabs button > span:nth-child(2) { display: grid; gap: 3px; }
.service-family-tabs strong { font-size: 1rem; }
.service-family-tabs small { color: var(--muted); }
.service-family-tabs button.is-active small { color: rgba(255,255,255,.66); }
.service-family-tabs i { width: 22px; height: 22px; }

.service-family-panel { padding: 78px 0 92px; }
.js .service-family-panel { display: none; }
.js .service-family-panel.is-active { display: block; }
.service-display-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.service-display-heading > h2 { color: var(--navy); font-family: var(--font-sans); font-size: clamp(2rem, 3.2vw, 3.3rem); font-weight: 700; line-height: 1.1; }
.service-display-heading > h2 span { color: var(--gold-bright); }
.service-display-heading p { max-width: 390px; margin: 0; text-align: right; }

.advisory-card-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; padding-top: 34px; align-items: stretch; }
.advisory-card { --card-tone: var(--navy); min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 34px rgba(7,23,67,.08); overflow: visible; }
.advisory-card--gold { --card-tone: var(--gold); }
.advisory-card__head { position: relative; z-index: 1; min-height: 122px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 42px 18px 20px; color: #fff; background: var(--card-tone); border-radius: 11px 11px 0 0; text-align: center; }
.advisory-card__head::after { position: absolute; left: 50%; bottom: -18px; content: ""; transform: translateX(-50%); border-top: 18px solid var(--card-tone); border-right: 52px solid transparent; border-left: 52px solid transparent; }
.advisory-card__head h3 { color: inherit; font-family: var(--font-sans); line-height: 1.2; text-transform: uppercase; }
.advisory-card__number { position: absolute; right: 14px; top: 14px; color: rgba(255,255,255,.52); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.advisory-card__icon { position: absolute; z-index: 2; left: 50%; top: -31px; width: 66px; height: 66px; display: grid; place-items: center; transform: translateX(-50%); color: #fff; background: var(--card-tone); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 7px 20px rgba(7,23,67,.2); }
.advisory-card__icon svg { width: 31px; height: 31px; }
.advisory-card__image { height: 150px; display: block; background-color: #dce3ec; background-image: url('../img/services/service-board-reference.png'); background-repeat: no-repeat; background-size: 500% auto; background-position-y: 51%; }
.advisory-card__image--1 { background-position-x: 0%; }
.advisory-card__image--2 { background-position-x: 25%; }
.advisory-card__image--3 { background-position-x: 50%; }
.advisory-card__image--4 { background-position-x: 75%; }
.advisory-card__image--5 { background-position-x: 100%; }
.advisory-card__items { display: grid; align-content: start; gap: 2px; padding: 12px 9px 15px; border-radius: 0 0 11px 11px; }
.service-item-trigger { width: 100%; min-height: 58px; display: grid; grid-template-columns: 35px 1fr 15px; gap: 9px; align-items: center; padding: 7px 8px; color: var(--navy); background: transparent; border: 0; border-radius: 8px; text-align: left; font-size: .78rem; font-weight: 700; line-height: 1.35; }
.service-item-trigger:hover, .service-item-trigger:focus-visible { background: #f3f6fa; }
.service-item-trigger.is-active { color: var(--navy); background: color-mix(in srgb, var(--card-tone) 12%, #fff); box-shadow: inset 3px 0 var(--card-tone); }
.service-item-trigger__icon { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--card-tone); border-radius: 50%; }
.service-item-trigger__icon svg { width: 18px; height: 18px; }
.service-item-trigger i { width: 15px; height: 15px; color: var(--card-tone); opacity: 0; transform: translateX(-5px); transition: .2s; }
.service-item-trigger:hover i, .service-item-trigger.is-active i { opacity: 1; transform: none; }

.service-detail-stage { margin-top: 38px; scroll-margin-top: 125px; }
.js .service-detail { display: none; }
.js .service-detail.is-active { display: block; animation: service-detail-in .35s ease both; }
@keyframes service-detail-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.service-detail { padding: clamp(28px, 4vw, 52px); background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--navy); border-radius: 0 0 16px 16px; box-shadow: 0 18px 54px rgba(7,23,67,.09); }
.service-detail__header { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.service-detail__header small { display: block; margin-bottom: 5px; color: var(--gold); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-detail__header h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
.service-detail__header sup { font-size: .45em; }
.service-detail__icon, .service-detail__number { flex: 0 0 64px; width: 64px; height: 64px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; }
.service-detail__icon svg { width: 30px; height: 30px; }
.service-detail__number { font-size: 1.45rem; font-weight: 900; }
.service-detail__intro { max-width: 990px; margin: 26px 0 32px; color: var(--navy); font-size: 1.05rem; line-height: 1.8; }
.service-detail__body { display: grid; grid-template-columns: 1fr 330px; gap: 58px; align-items: start; }
.service-detail__body h3 { margin-bottom: 14px; font-size: 1.02rem; }
.service-detail__list { columns: 2; }
.service-detail__objective { padding: 26px; color: #fff; background: var(--navy); border-radius: 12px; }
.service-detail__objective > span { color: var(--gold-bright); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-detail__objective p { margin: 12px 0 20px; color: rgba(255,255,255,.75); }
.service-detail__objective a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; }
.service-detail__objective i { width: 18px; height: 18px; }

.corporate-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.corporate-product { --product-tone: var(--navy); min-width: 0; display: flex; align-items: stretch; flex-direction: column; padding: 28px 24px 22px; color: var(--navy); background: #fff; border: 1px solid color-mix(in srgb, var(--product-tone) 45%, #fff); border-radius: 15px; text-align: left; transition: transform .2s, box-shadow .2s; }
.corporate-product:hover, .corporate-product:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(7,23,67,.1); }
.corporate-product.is-active { box-shadow: inset 0 0 0 2px var(--product-tone), 0 16px 38px rgba(7,23,67,.1); }
.corporate-product--teal { --product-tone: var(--teal); }
.corporate-product--blue { --product-tone: var(--blue); }
.corporate-product--gold { --product-tone: var(--gold); }
.corporate-product__title { min-height: 96px; display: grid; grid-template-columns: 52px 1fr; gap: 13px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.corporate-product__title b { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--product-tone); border-radius: 50%; font-size: 1.35rem; }
.corporate-product__title strong { color: var(--product-tone); font-size: 1.02rem; line-height: 1.4; }
.corporate-product__title sup { font-size: .55em; }
.corporate-product__description { min-height: 92px; padding: 20px 0; color: var(--navy); line-height: 1.6; }
.corporate-product__items { display: grid; gap: 0; }
.corporate-product__items > span { position: relative; padding: 8px 0 8px 25px; color: var(--muted); font-size: .83rem; }
.corporate-product__items > span::before { position: absolute; left: 0; top: 11px; width: 14px; height: 14px; display: grid; place-items: center; content: "✓"; color: var(--product-tone); border: 1px solid currentColor; border-radius: 50%; font-size: .56rem; font-weight: 900; }
.corporate-product__action { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; color: var(--product-tone); font-size: .82rem; font-weight: 900; }
.corporate-product__action i { width: 18px; height: 18px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 1488px) {
  .founder-grid { grid-template-columns: minmax(0, 1.2fr) minmax(390px, .62fr); gap: 120px; }
  .founder-portrait { width: min(100%, 480px); justify-self: end; }
  .industries-layout { grid-template-columns: minmax(0, 1.48fr) minmax(340px, .52fr); gap: 42px; }
  .story-preview__grid { grid-template-columns: .68fr 1.32fr; gap: 90px; }
  .about-page-hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(390px, .58fr); }
  .about-overview__grid, .about-purpose__layout { gap: 150px; }
  .company-hero__grid { grid-template-columns: minmax(0, 1.25fr) minmax(360px, .5fr); gap: 110px; }
  .company-overview-grid { grid-template-columns: minmax(340px, .65fr) minmax(0, 1.35fr); gap: 140px; }
  .leader-profile { grid-template-columns: 350px minmax(0, 1fr); gap: 64px; }
  .leader-profile--reverse { grid-template-columns: minmax(0, 1fr) 350px; }
  .presence-grid { gap: 120px; }
  .services-intro__grid { grid-template-columns: minmax(0, 1fr) 460px; gap: 110px; }
  .service-detail__body { grid-template-columns: minmax(0, 1fr) 380px; gap: 72px; }
  .contact-grid { grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr); gap: 100px; }
  .site-footer__grid { gap: 72px; }
}

@media (max-width: 1160px) {
  :root { --shell: min(100% - 32px, 1040px); }
  .site-header__inner { gap: 16px; }
  .site-nav { gap: 15px; font-size: .84rem; }
  .header-call span:last-child { display: none; }
  .header-call > [data-icon] { width: 44px; height: 44px; }
  .value-strip { grid-template-columns: repeat(3, 1fr); }
  .value-strip article:nth-child(3) { border-right: 0; }
  .value-strip article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(2n) { border-right: 0; }
  .why-grid article:nth-child(-n+6) { border-bottom: 1px solid var(--line); }
  .why-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .corporate-service-grid { grid-template-columns: repeat(2, 1fr); }
  .services-intro__grid { grid-template-columns: 1fr 380px; gap: 45px; }
  .advisory-card-grid { grid-template-columns: repeat(5, minmax(238px, 1fr)); padding: 34px 2px 18px; overflow-x: auto; scroll-snap-type: x proximity; }
  .advisory-card { scroll-snap-align: start; }
  .corporate-product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: repeat(3, 1fr); gap: 32px 0; }
  .process-line li:not(:last-child)::after { display: none; }
  .lifecycle-infinity { grid-template-columns: 1fr; }
  .lifecycle-orbit { width: min(100%, 820px); margin-inline: auto; }
  .lifecycle-bridge { flex-direction: row; margin: 10px 0; }
  .lifecycle-bridge small { writing-mode: initial; }
  .lifecycle-bridge [data-icon]:first-child { transform: rotate(90deg); }
  .lifecycle-bridge [data-icon]:last-child { transform: rotate(-90deg); }
  .engagement-model { grid-template-columns: minmax(360px,.8fr) 1.2fr; gap: 42px; }
  .compact-steps { grid-template-columns: repeat(3, 1fr); gap: 1px; }
  .compact-steps li { border-bottom: 1px solid rgba(255,255,255,.15); }
  .engagement-flow { grid-template-columns: repeat(4, 1fr); gap: 28px 0; }
  .engagement-flow li:not(:last-child)::after { display: none; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .topbar { display: none; }
  .site-header__inner { position: relative; }
  .brand { margin-right: auto; }
  .menu-toggle { display: block; }
  .header-call { order: 2; }
  .menu-toggle { order: 3; }
  .site-nav { position: fixed; z-index: 1000; top: var(--header-height); left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 0 0 12px 12px; box-shadow: var(--shadow-lg); }
  .site-nav.is-open { display: flex; }
  .site-nav > a, .nav-dropdown > button { width: 100%; padding: 13px 10px; text-align: left; }
  .site-nav > a::after, .nav-dropdown > button::after { display: none; }
  .nav-dropdown__menu { position: static; width: 100%; display: none; visibility: visible; opacity: 1; transform: none; border: 0; box-shadow: none; }
  .nav-dropdown.is-open .nav-dropdown__menu { display: grid; }
  .hero { height: 650px; min-height: 0; }
  .founder-grid, .industries-layout, .story-preview__grid, .page-hero__inner, .company-hero__grid, .company-overview-grid, .presence-grid, .learning-grid, .contact-grid, .about-page-hero__grid, .about-overview__grid, .about-purpose__layout { grid-template-columns: 1fr; }
  .about-showcase__body { grid-template-columns: minmax(0, .82fr) minmax(340px, 1.18fr); }
  .about-showcase__narrative { grid-column: 1 / -1; grid-template-columns: 1fr 2px 1fr; align-items: start; }
  .about-showcase__narrative .about-showcase__rule { width: 2px; height: 100%; min-height: 76px; margin: 0; }
  .about-story__more { grid-column: 1 / -1; }
  .about-brand-panel { min-height: 455px; }
  .about-purpose-cards article { grid-template-columns: 80px 1fr; padding-inline: 12px 28px; }
  .about-purpose-cards article:last-child { padding-left: 34px; }
  .about-purpose-cards__icon { width: 72px; height: 72px; }
  .about-purpose-cards__icon svg { width: 34px; height: 34px; }
  .company-pair { grid-template-columns: 1fr; }
  .industry-highlight { position: static; }
  .experience-ribbon > .shell { grid-template-columns: 1fr 1fr; }
  .experience-ribbon article:nth-child(2) { border-right: 0; }
  .experience-ribbon article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .story-preview__grid { gap: 35px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .page-hero__inner { gap: 40px; }
  .about-page-hero { min-height: 0; }
  .about-page-hero__grid { gap: 54px; }
  .about-page-hero__identity { width: min(100%, 560px); min-height: 340px; }
  .about-overview .section-heading, .about-purpose__heading { position: static; }
  .about-capability-line { grid-template-columns: 1fr; }
  .about-capability-line article { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-capability-line article:last-child { border-bottom: 0; }
  .services-intro__grid { grid-template-columns: 1fr; gap: 34px; }
  .service-family-tabs { grid-template-columns: 1fr 1fr; }
  .service-display-heading { align-items: start; flex-direction: column; }
  .service-display-heading p { text-align: left; }
  .service-detail__body { grid-template-columns: 1fr; gap: 30px; }
  .engagement-model { grid-template-columns: 1fr; }
  .engagement-model__wheel { width: min(100%, 470px); }
  .service-nav { grid-template-columns: repeat(3, 1fr); }
  .service-nav a { border-bottom: 1px solid var(--line); }
  .service-group { grid-template-columns: 1fr; }
  .service-group > header { position: static; }
  .company-hero { min-height: 680px; }
  .company-hero__mark { display: none; }
  .leader-profile, .leader-profile--reverse { grid-template-columns: 260px 1fr; }
  .leader-profile--reverse figure { order: 0; }
  .expertise-grid { grid-template-columns: 1fr; }
  .product-quadrants { grid-template-columns: 1fr 1fr; }
  .product-quadrants article:nth-child(2) { border-right: 0; }
  .product-quadrants article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .company-stories__feature { grid-template-columns: 1fr; }
  .company-stories__feature img { height: 420px; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-layout > aside { position: static; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --header-height: 72px; --type-h1: 2.475rem; --type-h2: 1.962rem; --type-h3: 1.3rem; --type-h4: 1.14rem; --type-h5: 1rem; --type-body: 1rem; }
  .section { padding-block: 70px; }
  .services-intro { padding: 56px 0 48px; background: #fff; }
  .services-intro__copy h1 { font-size: 2.7rem; }
  .service-family-tabs { grid-template-columns: 1fr; }
  .service-family-panel { padding: 62px 0 72px; }
  .service-display-heading { margin-bottom: 34px; }
  .service-display-heading > h2 { font-size: 2rem; }
  .advisory-card-grid { grid-template-columns: repeat(5, minmax(265px, 86vw)); margin-right: -14px; }
  .corporate-product-grid { grid-template-columns: 1fr; }
  .service-detail { padding: 24px 20px; }
  .service-detail__header { align-items: flex-start; }
  .service-detail__icon, .service-detail__number { flex-basis: 52px; width: 52px; height: 52px; }
  .service-detail__header h2 { font-size: 1.75rem; }
  .service-detail__list { columns: 1; }
  .lifecycle-orbit { min-height: auto; padding: 0; }
  .lifecycle-orbit::before, .lifecycle-orbit::after { display: none; }
  .lifecycle-orbit__center { position: static; width: 100%; height: auto; min-height: 150px; transform: none; border-radius: 16px; }
  .lifecycle-orbit__steps { position: static; display: grid; gap: 9px; margin-top: 14px; }
  .lifecycle-orbit__steps li, .lifecycle-orbit__steps li:nth-child(n) { position: static; width: 100%; min-height: 0; transform: none; }
  .lifecycle-orbit__steps strong { font-size: .78rem; }
  .lifecycle-orbit__steps small { font-size: .68rem; }
  .lifecycle-bridge { margin: 22px 0; }
  .engagement-model { padding: 28px 18px; }
  .engagement-model__wheel { width: min(100%, 330px); }
  .engagement-model__wheel::before { inset: 31px; }
  .engagement-model__wheel::after { inset: 73px; }
  .engagement-model__center { inset: 86px; }
  .engagement-model__center strong { font-size: 1.25rem; }
  .engagement-model__center span { display: none; }
  .engagement-model__wheel li { width: 50px; height: 50px; border-width: 2px; }
  .engagement-model__wheel li > span { width: 24px; height: 24px; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.18rem; }
  .brand { width: 74px; height: 58px; }
  .brand img { width: 58px; height: 58px; }
  .header-call { margin-left: auto; }
  .hero { height: 600px; }
  .hero__content { justify-content: flex-end; padding-bottom: 90px; }
  .hero__content h1 { font-size: 2.6rem; }
  .hero__content p { font-size: 1rem; }
  .about-showcase__heading h2 br { display: none; }
  .about-showcase__body { grid-template-columns: 1fr; gap: 34px; }
  .about-showcase__body::before { width: 150vw; top: 45%; }
  .about-showcase__intro { max-width: 520px; }
  .about-showcase__intro h3 br { display: none; }
  .about-brand-panel { min-height: 430px; }
  .about-showcase__narrative { grid-column: auto; grid-template-columns: 1fr; }
  .about-showcase__narrative .about-showcase__rule { width: 46px; height: 2px; min-height: 0; }
  .about-story__more { grid-column: auto; }
  .about-purpose-cards { grid-template-columns: 1fr; }
  .about-purpose-cards article, .about-purpose-cards article:last-child { grid-template-columns: 72px 1fr; gap: 20px; padding: 28px 0; }
  .about-purpose-cards article:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-purpose-cards__icon { width: 66px; height: 66px; }
  .about-purpose-cards__icon svg { width: 31px; height: 31px; }
  .value-strip { grid-template-columns: 1fr 1fr; }
  .value-strip article:nth-child(3) { border-right: 1px solid var(--line); }
  .value-strip article:nth-child(2n) { border-right: 0; }
  .value-strip article:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .company-panel { min-height: auto; padding: 32px 26px; }
  .founder-portrait figcaption { align-items: flex-start; flex-direction: column; }
  .founder-dialog { width: min(100% - 20px, 850px); max-height: calc(100dvh - 20px); }
  .founder-dialog__surface { max-height: calc(100dvh - 20px); border-radius: 13px; }
  .founder-dialog__header { grid-template-columns: 68px 1fr; gap: 16px; padding: 24px 62px 24px 22px; }
  .founder-dialog__header img { width: 68px; height: 68px; }
  .founder-dialog__header h2 { font-size: 1.75rem; }
  .founder-dialog__content { padding: 24px 22px 16px; }
  .founder-dialog__content p { font-size: .95rem; line-height: 1.68; }
  .founder-dialog__footer { padding: 17px 22px 21px; }
  .industry-tabs { grid-template-columns: 1fr 1fr; }
  .industry-panel { padding: 24px; }
  .industry-panel__intro { grid-template-columns: 1fr; }
  .industry-rail { grid-template-columns: 1fr; }
  .industry-dialog__surface { padding: 34px 24px 28px; }
  .experience-ribbon > .shell { grid-template-columns: 1fr; }
  .experience-ribbon article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .why-grid article:last-child { border-bottom: 0 !important; }
  .story-preview__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 170px); }
  .story-preview__gallery img:first-child { grid-row: auto; }
  .story-preview__gallery img:last-child { grid-column: auto; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 32px 26px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; }
  .page-hero { padding-block: 88px; }
  .about-page-hero { padding: 78px 0 86px; }
  .about-page-hero__copy h1 { font-size: 2.55rem; }
  .about-page-hero__copy > p { font-size: 1rem; }
  .about-page-hero__identity { min-height: 290px; padding: 32px 20px 28px; }
  .about-page-hero__logo { width: 240px; height: 190px; }
  .about-page-hero__logo img { width: 205px; transform: none; }
  .about-page-hero__pillars { max-width: 100%; flex-wrap: wrap; gap: 7px; font-size: .65rem; }
  .about-page-hero__pillars span { padding: 0 8px; }
  .about-capability-line article { padding-inline: 12px; }
  .about-purpose__stack article { grid-template-columns: 1fr; min-height: 0; padding: 34px 26px; }
  .about-purpose__icon { width: 62px; height: 62px; }
  .service-nav { grid-template-columns: 1fr 1fr; }
  .service-nav a { min-height: 130px; }
  .check-list, .expertise-columns .check-list { columns: 1; }
  .corporate-service-grid { grid-template-columns: 1fr; }
  .process-line { grid-template-columns: 1fr; gap: 16px; }
  .process-line h3 { min-height: 0; }
  .company-hero { min-height: 620px; }
  .company-hero__actions { align-items: stretch; flex-direction: column; }
  .three-principles { grid-template-columns: 1fr; }
  .leader-profile, .leader-profile--reverse { grid-template-columns: 1fr; padding: 20px; }
  .leader-profile figure img { min-height: 380px; max-height: 480px; }
  .compact-steps, .engagement-flow { grid-template-columns: 1fr 1fr; }
  .company-stories__feature img { height: 300px; }
  .capability-list, .learning-pillars { grid-template-columns: 1fr; }
  .achievement-grid { grid-template-columns: 1fr; }
  .product-quadrants { grid-template-columns: 1fr; }
  .product-quadrants article { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 200px); }
  .story-mosaic figure:first-child { grid-row: auto; }
  .story-gallery { grid-template-columns: 1fr 1fr; }
  .story-gallery button { height: 220px; }
  .form-grid { grid-template-columns: 1fr; }
  .admin-header > .shell { flex-wrap: wrap; padding-block: 18px; }
  .admin-header .button { width: 100%; margin-left: 0; }
  .admin-cards { grid-template-columns: 1fr; }
}

/* Public-site typography normalization: one predictable size for each semantic level. */
body:not(.admin-page) h1 { font-size: var(--type-h1) !important; }
body:not(.admin-page) h2 { font-size: var(--type-h2) !important; }
body:not(.admin-page) h3 { font-size: var(--type-h3) !important; }
body:not(.admin-page) h4 { font-size: var(--type-h4) !important; }
body:not(.admin-page) h5 { font-size: var(--type-h5) !important; }
body:not(.admin-page) p { font-size: var(--type-body) !important; }

@media (max-width: 420px) {
  .story-gallery { grid-template-columns: 1fr; }
  .story-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(6, 220px); }
  .compact-steps, .engagement-flow { grid-template-columns: 1fr; }
  .industry-tabs { grid-template-columns: 1fr; }
}

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