:root {
  --ink: #231f20;
  --ink-soft: #49464a;
  --indigo: #2e3092;
  --indigo-deep: #171a5b;
  --indigo-soft: #e9eafb;
  --paper: #ffffff;
  --canvas: #f4f6fa;
  --line: #d9dce6;
  --silver: #a7aab7;
  --accent: #b8c4ff;
  --max: 1240px;
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(18, 20, 54, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--indigo); color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-150%); padding: .7rem 1rem; background: white; border: 2px solid var(--indigo); color: var(--indigo); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; min-height: 82px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(35,31,32,.1); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; backdrop-filter: blur(18px); }
.brand { text-decoration: none; display: inline-flex; align-items: center; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; }
.brand-monogram { width: 40px; height: 40px; object-fit: contain; }
.brand-wordmark { width: 148px; height: auto; }
.desktop-nav { height: 82px; display: flex; justify-content: flex-end; align-items: stretch; }
.nav-group { position: relative; display: flex; align-items: center; }
.nav-link { height: 100%; padding: 0 12px; display: flex; align-items: center; color: #343237; font-size: .78rem; font-weight: 700; letter-spacing: .015em; text-decoration: none; }
.nav-link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 3px; background: var(--indigo); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-group:hover .nav-link::after, .nav-group:focus-within .nav-link::after { transform: scaleX(1); }
.mega-panel { visibility: hidden; opacity: 0; position: absolute; top: calc(100% - 1px); left: 0; width: 330px; padding: 22px; background: var(--ink); color: white; box-shadow: var(--shadow); transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; }
.nav-group:nth-last-child(-n+2) .mega-panel { left: auto; right: 0; }
.nav-group:hover .mega-panel, .nav-group:focus-within .mega-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-label { margin: 0 0 12px; color: var(--accent); font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mega-panel a { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.16); color: white; font-size: .87rem; line-height: 1.25; text-decoration: none; }
.mega-panel a:hover, .mega-panel a:focus-visible { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-link { color: var(--indigo); font-size: .72rem; font-weight: 800; text-decoration: none; }
.header-cta { padding: .65rem .9rem; background: var(--indigo); color: white; font-size: .75rem; font-weight: 750; text-decoration: none; }
.header-cta:hover, .header-cta:focus-visible { background: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 82px 0 0; padding: 24px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); overflow-y: auto; }
.mobile-menu details { border-bottom: 1px solid var(--line); }
.mobile-menu summary { padding: 17px 0; list-style: none; font-family: var(--display); font-size: 1.35rem; font-weight: 600; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: "+"; float: right; color: var(--indigo); font-family: var(--sans); font-size: 1.2rem; font-weight: 400; }
.mobile-menu details[open] summary::after { content: "–"; }
.mobile-menu details a { display: block; padding: 7px 0 7px 18px; color: var(--ink-soft); font-size: .9rem; text-decoration: none; }
.mobile-menu .mobile-overview { color: var(--indigo); font-weight: 800; }
.mobile-contact { margin: 24px 0; padding: 13px 18px !important; background: var(--indigo); color: white !important; text-align: center; font-weight: 800; }

main { min-height: 60vh; }
.eyebrow { margin: 0 0 18px; color: var(--indigo); font-size: .69rem; font-weight: 850; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.18rem; border: 1px solid var(--indigo); background: var(--indigo); color: white; font-size: .78rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; transition: background .18s, color .18s, border-color .18s; }
.button:hover, .button:focus-visible { background: var(--ink); border-color: var(--ink); }
.button-light { background: white; border-color: white; color: var(--indigo-deep); }
.button-light:hover, .button-light:focus-visible { background: var(--accent); border-color: var(--accent); color: var(--indigo-deep); }
.text-link { color: var(--indigo); font-size: .8rem; font-weight: 800; text-decoration: none; }
.text-link span, .text-link i { display: inline-block; transition: transform .18s; }
.text-link:hover span, .text-link:hover i { transform: translateX(5px); }
.text-link.light { color: white; }

.home-hero { position: relative; overflow: hidden; background: var(--canvas); }
.hero-grid { width: min(var(--max), calc(100% - 48px)); min-height: 670px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; }
.home-hero-copy { padding: 88px 40px 88px 0; }
.home-hero-copy h1 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(4.2rem, 8.6vw, 8.3rem); font-weight: 500; letter-spacing: -.065em; line-height: .82; }
.home-subhead { max-width: 720px; margin: 38px 0 0; color: var(--ink-soft); font-size: clamp(1.15rem, 2vw, 1.48rem); line-height: 1.45; }
.home-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-visual { position: relative; height: 100%; min-height: 610px; background: var(--indigo-deep); display: grid; place-items: center; isolation: isolate; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.hero-visual::before { width: 560px; height: 560px; }
.hero-visual::after { width: 390px; height: 390px; }
.decision-orbit { position: relative; width: 440px; height: 440px; color: white; }
.decision-orbit strong { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); color: white; font-family: var(--display); font-size: 2.2rem; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; text-align: center; }
.decision-orbit span { position: absolute; color: var(--accent); font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.decision-orbit span:nth-child(1) { top: 0; left: 45%; }
.decision-orbit span:nth-child(2) { top: 23%; right: 0; }
.decision-orbit span:nth-child(3) { bottom: 18%; right: 2%; }
.decision-orbit span:nth-child(4) { bottom: 0; left: 42%; }
.decision-orbit span:nth-child(5) { bottom: 20%; left: 0; }
.decision-orbit span:nth-child(6) { top: 23%; left: 0; }
.capability-strip { position: relative; z-index: 2; width: min(var(--max), calc(100% - 48px)); margin: -42px auto 0; padding: 24px 32px; background: white; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.capability-strip span { color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.capability-strip span + span { border-left: 1px solid var(--line); }

.home-intro, .home-problems, .home-method, .home-industries, .home-insights { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.home-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.home-intro h2, .section-heading h2, .home-method h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4.8vw, 4.9rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.home-intro p:not(.eyebrow) { max-width: 780px; margin: 30px 0 0; color: var(--ink-soft); font-size: 1.15rem; }
.home-problems { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-top: 40px; }
.home-problems ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.home-problems li { border-bottom: 1px solid var(--line); }
.home-problems li a { padding: 22px 0; display: grid; grid-template-columns: minmax(180px,.8fr) 1fr auto; align-items: center; gap: 22px; text-decoration: none; }
.home-problems li span { font-family: var(--display); font-size: 1.28rem; font-weight: 600; }
.home-problems li small { color: var(--ink-soft); font-size: .86rem; }
.home-problems li i { color: var(--indigo); font-style: normal; }
.home-problems li a:hover span, .home-problems li a:focus-visible span { color: var(--indigo); }
.home-practices { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.section-heading.light .eyebrow { color: var(--accent); }
.pillar-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.pillar { min-height: 400px; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.2); color: white; display: flex; flex-direction: column; text-decoration: none; }
.pillar:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.pillar > span { color: var(--accent); font-size: .69rem; font-weight: 800; }
.pillar h3 { margin: 90px 0 20px; font-family: var(--display); font-size: 2rem; font-weight: 500; line-height: 1; }
.pillar p { margin: 0; color: #cfced2; font-size: .9rem; }
.pillar i { margin-top: auto; color: var(--accent); font-style: normal; font-size: 1.25rem; }
.pillar:hover, .pillar:focus-visible { background: var(--indigo); }
.home-method { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.home-method > ol { margin: 0; padding: 0; list-style: none; }
.home-method li { padding: 24px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 55px 180px 1fr; gap: 22px; align-items: baseline; }
.home-method li:last-child { border-bottom: 1px solid var(--line); }
.home-method li span { color: var(--indigo); font-size: .7rem; font-weight: 800; }
.home-method li strong { font-family: var(--display); font-size: 1.35rem; }
.home-method li p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.home-industries { padding-top: 20px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.industry-links { border-top: 1px solid var(--ink); }
.industry-links a { padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: 1.35rem; font-weight: 600; text-decoration: none; }
.industry-links a span { color: var(--indigo); font-family: var(--sans); font-size: .9rem; }
.industry-links a:hover { color: var(--indigo); }
.home-insights { padding-top: 40px; }
.home-insights > .section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.home-insights > .section-heading .eyebrow { grid-column: 1 / -1; }
.insight-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.insight-card { min-height: 345px; padding: 28px; background: var(--canvas); display: flex; flex-direction: column; }
.insight-card > p { margin: 0; color: var(--indigo); font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.insight-card h3 { margin: 55px 0 16px; font-family: var(--display); font-size: 1.7rem; line-height: 1.05; }
.insight-card > span { color: var(--ink-soft); font-size: .86rem; }
.insight-card a { margin-top: auto; color: var(--indigo); font-size: .78rem; font-weight: 800; text-decoration: none; }
.insight-card i { font-style: normal; }

.breadcrumbs { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; color: #6f6d74; font-size: .7rem; }
.breadcrumbs a { text-decoration: none; text-transform: capitalize; }
.breadcrumbs a[aria-current="page"] { color: var(--indigo); }
.page-hero { width: min(var(--max), calc(100% - 48px)); min-height: 530px; margin: 0 auto; padding: 75px 0 90px; display: grid; grid-template-columns: 1.45fr .55fr; gap: 90px; align-items: end; }
.page-hero h1 { max-width: 950px; margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 6.5vw, 6.5rem); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
.hero-lede { max-width: 820px; margin: 34px 0 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-points { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.hero-points li { padding: 7px 10px; background: var(--indigo-soft); color: var(--indigo-deep); font-size: .72rem; font-weight: 750; }
.hero-aside { min-height: 300px; padding: 28px; background: var(--indigo-deep); color: white; display: flex; flex-direction: column; }
.hero-aside > p { margin: 0; color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-aside > strong { margin: 65px 0 28px; font-family: var(--display); font-size: 1.65rem; font-weight: 500; line-height: 1.2; }
.hero-aside > span { margin-top: auto; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.2); color: #d4d4dc; font-size: .72rem; }
.content-section, .faq-section { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.section-tint { background: var(--canvas); }
.content-section .section-heading h2, .faq-section .section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.1rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.section-body > p { max-width: 800px; margin: 0 0 22px; color: var(--ink-soft); font-size: 1rem; }
.section-body > p:first-child { color: var(--ink); font-size: 1.08rem; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; columns: 2; column-gap: 40px; }
.check-list li { break-inside: avoid; position: relative; padding: 10px 0 10px 25px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .88rem; }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--indigo); }
.card-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.content-card { min-height: 220px; padding: 24px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; }
.section-body > .card-grid:first-child { margin-top: 0; }
.content-card .card-index { color: var(--indigo); font-size: .68rem; font-weight: 850; }
.content-card h3 { margin: 45px 0 12px; font-family: var(--display); font-size: 1.45rem; line-height: 1.08; }
.content-card p { margin: 0; color: var(--ink-soft); font-size: .83rem; }
.content-card a { margin-top: auto; padding-top: 18px; }
.section-tint .content-card { background: var(--paper); }
.process-rail { margin: 10px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-rail li { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; gap: 20px; }
.process-rail li > span { color: var(--indigo); font-size: .7rem; font-weight: 850; }
.process-rail h3 { margin: 0; font-family: var(--display); font-size: 1.25rem; }
.process-rail p { margin: 6px 0 0; color: var(--ink-soft); font-size: .86rem; }
blockquote { margin: 36px 0 0; padding: 28px 0 28px 30px; border-left: 4px solid var(--indigo); color: var(--indigo-deep); font-family: var(--display); font-size: 1.7rem; line-height: 1.25; }
.faq-section { background: white; }
.cal-section { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: var(--canvas); display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.cal-section .section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.1rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.cal-body > p:first-child { max-width: 780px; margin: 0 0 25px; color: var(--ink-soft); }
.cal-status { color: var(--ink-soft); font-size: .78rem; }
.cal-inline { width: 100%; min-height: 720px; margin: 24px 0; overflow: auto; background: white; border: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; font-family: var(--display); font-size: 1.18rem; font-weight: 600; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--indigo); font-family: var(--sans); font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 750px; margin: 0 0 24px; color: var(--ink-soft); font-size: .9rem; }
.related-section { padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: var(--canvas); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.related-grid a { min-height: 210px; padding: 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; text-decoration: none; }
.related-grid a:nth-child(4n+1) { border-left: 1px solid var(--line); }
.related-grid a:nth-child(n+5) { border-top: 1px solid var(--line); }
.related-grid span { color: var(--indigo); font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.related-grid strong { margin-top: 50px; font-family: var(--display); font-size: 1.25rem; line-height: 1.15; }
.related-grid i { margin-top: auto; color: var(--indigo); font-style: normal; }
.related-grid a:hover { background: white; }
.executive-cta { padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: var(--indigo); color: white; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.executive-cta .eyebrow { color: var(--accent); }
.executive-cta h2 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.executive-cta p:not(.eyebrow) { max-width: 720px; margin: 25px 0 0; color: #dcddf6; font-size: .95rem; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }

.collection-hero { min-height: 460px; }
.directory { padding: 20px max(24px, calc((100vw - var(--max)) / 2)) 110px; background: var(--canvas); }
.directory-card { min-height: 190px; padding: 28px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 65px 1fr auto; gap: 30px; align-items: start; text-decoration: none; }
.directory-card:first-child { border-top: 1px solid var(--ink); }
.directory-card > span { color: var(--indigo); font-size: .7rem; font-weight: 850; }
.directory-card p { margin: 0; color: var(--indigo); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.directory-card h2 { margin: 12px 0 10px; font-family: var(--display); font-size: 2.1rem; line-height: 1; }
.directory-card small { max-width: 820px; display: block; color: var(--ink-soft); font-size: .86rem; }
.directory-card > i { color: var(--indigo); font-size: 1.2rem; font-style: normal; }
.directory-card:hover h2 { color: var(--indigo); }
.article-page .page-hero { min-height: 620px; }
.article-page .page-hero h1 { font-size: clamp(3rem, 5.4vw, 5.6rem); }
.article-page .content-section .section-body > p:first-child::first-letter { float: left; padding: .05em .08em 0 0; color: var(--indigo); font-family: var(--display); font-size: 4.1rem; line-height: .8; }
.english-hero { min-height: 660px; }
.not-found { width: min(900px, calc(100% - 48px)); min-height: 65vh; margin: 0 auto; padding: 120px 0; display: flex; flex-direction: column; justify-content: center; }
.not-found h1 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.not-found > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); font-size: 1.1rem; }

.site-footer { padding: 75px max(24px, calc((100vw - var(--max)) / 2)) 25px; background: var(--ink); color: white; }
.footer-lead { padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.footer-lead .brand-monogram { width: 52px; height: 52px; }
.footer-lead .brand-wordmark { width: 190px; }
.footer-lead > p { margin: 0; font-family: var(--display); font-size: 2.1rem; line-height: 1.1; text-align: right; }
.footer-lead > p span { color: var(--accent); }
.footer-grid { padding: 55px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-label { margin: 0 0 16px; color: var(--accent); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { padding: 5px 0; color: #d5d4d7; font-size: .78rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: auto 1fr; gap: 45px; color: #aaa9ad; font-size: .68rem; }
.footer-bottom p:last-child { text-align: right; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

@media (max-width: 1120px) {
  .site-header { gap: 18px; }
  .brand-wordmark { width: 122px; }
  .nav-link { padding: 0 8px; font-size: .7rem; }
  .desktop-nav { justify-content: center; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .72fr; }
  .decision-orbit { transform: scale(.78); }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar:nth-child(2) { border-right: 1px solid rgba(255,255,255,.2); }
  .pillar:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 900px) {
  .site-header { min-height: 72px; padding: 0 24px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-actions { gap: 8px; }
  .menu-toggle { display: block; }
  .mobile-menu { inset: 72px 0 auto; height: calc(100vh - 72px); height: calc(100dvh - 72px); }
  .hero-grid { width: 100%; min-height: auto; grid-template-columns: 1fr; }
  .home-hero-copy { width: min(100% - 48px, var(--max)); margin: 0 auto; padding: 82px 0 72px; }
  .home-hero-copy h1 { font-size: clamp(4rem, 16vw, 7rem); }
  .hero-visual { min-height: 480px; }
  .capability-strip { margin: 0; width: 100%; grid-template-columns: repeat(3, 1fr); box-shadow: none; }
  .capability-strip span { padding: 6px; }
  .capability-strip span + span { border-left: 0; }
  .home-intro, .home-problems, .home-method, .home-industries { grid-template-columns: 1fr; gap: 42px; padding: 88px 0; }
  .home-problems { padding-top: 0; }
  .home-insights > .section-heading { grid-template-columns: 1fr; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 280px; }
  .page-hero { min-height: auto; padding: 65px 0 75px; grid-template-columns: 1fr; gap: 55px; }
  .hero-aside { min-height: 260px; }
  .content-section, .faq-section, .cal-section { grid-template-columns: 1fr; gap: 45px; padding-top: 80px; padding-bottom: 80px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid a:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .related-grid a:nth-child(n+3) { border-top: 1px solid var(--line); }
  .executive-cta { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header { padding: 0 16px; }
  .brand-wordmark { width: 116px; }
  .brand-monogram { width: 34px; height: 34px; }
  .language-link { padding: 8px; }
  .home-hero-copy, .home-intro, .home-problems, .home-method, .home-industries, .home-insights, .breadcrumbs, .page-hero { width: calc(100% - 36px); }
  .home-hero-copy { padding-top: 65px; }
  .home-hero-copy h1 { font-size: 4.15rem; line-height: .86; }
  .home-subhead { margin-top: 28px; font-size: 1.05rem; }
  .home-actions { align-items: stretch; flex-direction: column; }
  .home-actions .button { width: 100%; }
  .hero-visual { min-height: 400px; overflow: hidden; }
  .hero-visual::before { width: 430px; height: 430px; }
  .hero-visual::after { width: 300px; height: 300px; }
  .decision-orbit { transform: scale(.68); }
  .capability-strip { padding: 20px 12px; gap: 10px; }
  .capability-strip span { font-size: .58rem; }
  .home-intro h2, .section-heading h2, .home-method h2 { font-size: 2.8rem; }
  .home-problems li a { grid-template-columns: 1fr auto; }
  .home-problems li small { grid-column: 1 / -1; grid-row: 2; }
  .home-practices { padding: 80px 18px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 310px; border-left: 1px solid rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.2); }
  .pillar:first-child { border-top: 0; }
  .pillar h3 { margin-top: 55px; }
  .home-method li { grid-template-columns: 40px 1fr; }
  .home-method li p { grid-column: 2; }
  .home-insights { padding-top: 20px; }
  .page-hero h1 { font-size: 3.35rem; }
  .hero-lede { font-size: 1rem; }
  .content-section, .faq-section, .cal-section, .related-section, .executive-cta, .directory { padding-left: 18px; padding-right: 18px; }
  .cal-inline { min-height: 620px; }
  .check-list { columns: 1; }
  .card-grid { grid-template-columns: 1fr; }
  .content-card { min-height: 190px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a, .related-grid a:nth-child(3) { min-height: 160px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .related-grid strong { margin-top: 30px; }
  .directory-card { min-height: 170px; grid-template-columns: 40px 1fr auto; gap: 10px; }
  .directory-card h2 { font-size: 1.55rem; }
  .footer-lead { align-items: flex-start; flex-direction: column; }
  .footer-lead > p { font-size: 1.7rem; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; gap: 5px; }
  .footer-bottom p:last-child { text-align: left; }
}

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