/* Design reminder: British editorial modernism; midnight, ivory, gilt rules; asymmetric report spreads; no hidden-by-default content. */
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500 600; font-display: swap; src: url("/fonts/cormorant-normal-500-600.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap; src: url("/fonts/cormorant-italic-500.woff2") format("woff2"); }
@font-face { font-family: "Source Sans 3"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/fonts/source-sans-400-700.woff2") format("woff2"); }
:root {
  --midnight: #14233f;
  --midnight-2: #1d3157;
  --ink: #172033;
  --slate: #495469;
  --ivory: #f6f3eb;
  --paper: #fffefa;
  --mist: #e9edf1;
  --gold: #b69343;
  --gold-text: #725716;
  --gold-light: #d6bd78;
  --oxblood: #782d3e;
  --rule: rgba(20, 35, 63, .17);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Source Sans 3", Arial, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: white; color: var(--midnight); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 254, 250, .96); border-bottom: 1px solid var(--rule); backdrop-filter: blur(14px); }
.header-inner { width: min(1460px, calc(100% - 3rem)); min-height: 86px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 52px; height: 52px; color: var(--midnight); flex: 0 0 auto; }
.brand-rule { width: 1px; height: 44px; background: var(--gold); }
.brand-copy { display: grid; gap: .08rem; line-height: 1; }
.brand-copy strong { font: 600 1.35rem/1 var(--serif); letter-spacing: .12em; text-transform: uppercase; color: var(--midnight); }
.brand-copy small { margin-top: .35rem; color: var(--slate); font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.site-header nav { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 1.55rem; list-style: none; margin: 0; padding: 0; }
.primary-menu a { position: relative; padding: .9rem 0; text-decoration: none; color: var(--midnight); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.primary-menu a::after { content: ""; position: absolute; left: 0; bottom: .55rem; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 200ms var(--ease-out); }
.primary-menu a:hover::after, .primary-menu a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; border: 0; background: transparent; color: var(--midnight); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 50px; padding: .8rem 1.25rem; border: 1px solid var(--midnight); text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; transition: transform 160ms var(--ease-out), background 200ms var(--ease-out), color 200ms var(--ease-out), border-color 200ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button-dark { background: var(--midnight); color: white; }
.button-dark:hover { background: var(--midnight-2); }
.button-line { color: var(--midnight); background: transparent; }
.button-line:hover { background: var(--midnight); color: white; }
.button-light { background: white; color: var(--midnight); border-color: white; }
.button-light:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button-gold { background: var(--gold-light); color: #111a29; border-color: var(--gold-light); }
.button-gold:hover { background: white; border-color: white; }
.header-cta { white-space: nowrap; }

.hero-section { min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); background: var(--ivory); border-bottom: 1px solid var(--rule); }
.hero-copy { align-self: center; width: min(760px, calc(100% - 5rem)); margin: 0 auto; padding: 6.5rem 1rem 6rem; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.4rem; color: var(--oxblood); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero-copy h1 { max-width: 740px; margin: 0; font: 500 clamp(4rem, 6.2vw, 7.4rem)/.87 var(--serif); letter-spacing: -.045em; color: var(--midnight); }
.hero-copy h1 em { display: block; color: var(--oxblood); font-weight: 500; }
.hero-lede { max-width: 710px; margin: 2.2rem 0 0; color: #38445a; font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.service-line { margin: 2.3rem 0 0; color: var(--slate); font-size: .78rem; font-weight: 600; letter-spacing: .075em; text-transform: uppercase; }
.service-line b { margin: 0 .4rem; color: var(--gold); }
.hero-visual { position: relative; min-height: 620px; overflow: hidden; border-left: 1px solid var(--rule); background: #e8e5da; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(246,243,235,.23), transparent 35%), linear-gradient(180deg, transparent 60%, rgba(20,35,63,.14)); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.visual-caption { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; padding: .7rem 1rem; border-left: 2px solid var(--gold); background: rgba(20, 35, 63, .92); color: white; font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }

.proof-rail { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-bottom: 1px solid var(--rule); }
.proof-rail > div { position: relative; min-height: 150px; padding: 2rem 2rem 1.8rem; border-right: 1px solid var(--rule); }
.proof-rail > div:last-child { border-right: 0; }
.proof-rail span { position: absolute; right: 1.2rem; top: .9rem; color: rgba(20,35,63,.62); font: 500 2.3rem/1 var(--serif); }
.proof-rail strong, .proof-rail small { display: block; }
.proof-rail strong { padding-right: 2rem; font: 600 1.45rem/1.1 var(--serif); color: var(--midnight); }
.proof-rail small { margin-top: .65rem; color: var(--slate); font-size: .8rem; }

.section-shell { width: min(1280px, calc(100% - 4rem)); margin: 0 auto; }
.decision-section { display: grid; grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr); gap: 6rem; padding-top: 8rem; padding-bottom: 8rem; }
.section-intro h2 { margin: 0; font: 500 clamp(3rem, 4.8vw, 5.4rem)/.95 var(--serif); letter-spacing: -.035em; color: var(--midnight); }
.section-intro > p:last-child { max-width: 610px; color: var(--slate); font-size: 1.05rem; }
.decision-list { border-top: 1px solid var(--midnight); }
.decision-list article { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 1.4rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.issue-number { color: var(--gold-text); font: 600 1rem var(--serif); }
.decision-list h3 { margin: 0; font: 600 1.8rem/1.15 var(--serif); color: var(--midnight); }
.decision-list p { max-width: 700px; margin: .6rem 0 0; color: var(--slate); }
.decision-list a { align-self: center; color: var(--oxblood); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.services-section { position: relative; padding: 8rem 0; background: var(--midnight); color: white; }
.services-section::before { content: ""; position: absolute; left: 4%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.08); }
.inverse .eyebrow, .services-section .eyebrow { color: var(--gold-light); }
.inverse h2 { color: white; max-width: 900px; }
.inverse > p:last-child { color: #c8d0dc; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.service-grid a { min-height: 270px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); color: white; text-decoration: none; transition: background 220ms var(--ease-out), transform 180ms var(--ease-out); }
.service-grid a:hover { background: rgba(255,255,255,.075); }
.service-grid a:active { transform: scale(.99); }
.service-grid span { color: var(--gold-light); font: 600 .9rem var(--serif); }
.service-grid h3 { max-width: 330px; margin: 1.4rem 0 .8rem; font: 600 2rem/1.05 var(--serif); }
.service-grid p { margin: 0; color: #c8d0dc; font-size: .95rem; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; margin-top: 1.5rem; color: var(--oxblood); text-decoration: none; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link:hover { text-decoration: underline; text-underline-offset: .35rem; }
.light-link { color: var(--gold-light); margin-top: 2rem; }

.work-section { padding-top: 8rem; padding-bottom: 8rem; }
.split-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: end; }
.split-intro > p { margin: 0 0 .5rem; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 2px solid var(--midnight); }
.work-grid article { padding: 2rem 2rem 2.4rem 0; border-right: 1px solid var(--rule); }
.work-grid article + article { padding-left: 2rem; }
.work-grid article:last-child { border-right: 0; }
.work-meta { display: flex; justify-content: space-between; color: var(--oxblood); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.work-meta b { color: rgba(20,35,63,.62); font: 500 2rem/1 var(--serif); }
.work-grid h3 { margin: 2rem 0 0; font: 600 2rem/1.12 var(--serif); color: var(--midnight); }
.work-org { color: var(--oxblood) !important; font-weight: 700; }
.work-grid p { color: var(--slate); }
.confidentiality-note { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; margin-top: 2rem; padding: 1.2rem 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.confidentiality-note strong { color: var(--midnight); font: 600 1.25rem var(--serif); }
.confidentiality-note p { margin: 0; color: var(--slate); font-size: .88rem; }

.principal-section { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 680px; background: var(--midnight); color: white; }
.principal-image { min-height: 680px; overflow: hidden; }
.principal-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.65) contrast(1.04); }
.principal-copy { align-self: center; max-width: 760px; padding: 5rem 7vw; }
.principal-copy .eyebrow { color: var(--gold-light); }
.principal-copy h2 { margin: 0; color: white; font: 500 clamp(3.2rem, 5vw, 5.8rem)/.92 var(--serif); letter-spacing: -.035em; }
.principal-name { margin: 2rem 0 1.4rem; color: var(--gold-light); font: 600 1.6rem var(--serif); }
.principal-name span { display: block; margin-top: .3rem; color: #c8d0dc; font: 600 .73rem var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.principal-copy > p:not(.eyebrow):not(.principal-name) { color: #d7dde6; }
.principal-copy .button { margin-top: 1.2rem; }

.method-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; padding-top: 8rem; padding-bottom: 8rem; }
.method-art { min-height: 570px; border: 1px solid var(--rule); overflow: hidden; background: var(--ivory); }
.crafted-diagram { position: relative; background: linear-gradient(135deg, #f8f5ed 0 62%, #ebe4d4 62%); overflow: hidden; }
.crafted-diagram::before { content: "GOVERNANCE / DECISION / DELIVERY"; position: absolute; left: 7%; top: 7%; color: var(--oxblood); font-size: .66rem; font-weight: 700; letter-spacing: .14em; }
.diagram-frame { position: absolute; border: 1px solid rgba(20,35,63,.34); }
.frame-a { inset: 18% 28% 24% 13%; }
.frame-b { inset: 30% 13% 13% 31%; border-color: rgba(182,147,67,.72); }
.frame-c { inset: 42% 38% 34% 24%; background: var(--midnight); }
.diagram-axis { position: absolute; left: 7%; right: 7%; top: 67%; height: 1px; background: var(--oxblood); transform: rotate(-8deg); transform-origin: left; }
.diagram-node { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(182,147,67,.14); }
.node-a { left: 18%; top: 56%; }
.node-b { left: 53%; top: 42%; }
.node-c { right: 18%; top: 31%; background: var(--oxblood); }
.crafted-diagram b { position: absolute; bottom: 7%; color: rgba(20,35,63,.38); font: 500 2.4rem/1 var(--serif); }
.crafted-diagram b:nth-last-child(3) { left: 10%; }
.crafted-diagram b:nth-last-child(2) { left: 45%; }
.crafted-diagram b:nth-last-child(1) { right: 12%; }
.method-copy h2 { margin: 0; font: 500 clamp(3.2rem, 4.6vw, 5.2rem)/.95 var(--serif); color: var(--midnight); }
.method-list { margin-top: 2.2rem; border-top: 1px solid var(--rule); }
.method-list div { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--rule); }
.method-list span { color: var(--gold-text); font: 600 1rem var(--serif); }
.method-list p { margin: 0; color: var(--slate); }
.method-list strong { color: var(--midnight); }

.insight-section { padding: 6rem 0; background: var(--ivory); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.insight-shell { display: grid; grid-template-columns: 1fr .8fr; gap: 6rem; align-items: center; }
.insight-copy h2 { margin: 0; font: 500 clamp(3.1rem, 4.8vw, 5.4rem)/.95 var(--serif); color: var(--midnight); }
.insight-copy > p:not(.eyebrow) { color: var(--slate); font-size: 1.05rem; }
.insight-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.insight-actions .text-link { margin-top: 0; }
.insight-copy small { display: block; margin-top: 1.2rem; color: var(--slate); }
.insight-art { min-height: 470px; overflow: hidden; border: 1px solid var(--rule); }
.boundary-diagram { position: relative; background: var(--midnight); overflow: hidden; }
.boundary-diagram::before { content: "STRATEGIC AUTHORITY / TRANSFER / IMPLEMENTATION"; position: absolute; left: 8%; top: 8%; color: var(--gold-light); font-size: .64rem; font-weight: 700; letter-spacing: .14em; }
.boundary-diagram span { position: absolute; border: 1px solid rgba(255,255,255,.24); transform: rotate(45deg); }
.boundary-diagram span:nth-child(1) { width: 330px; height: 330px; left: -40px; top: 88px; }
.boundary-diagram span:nth-child(2) { width: 230px; height: 230px; left: 100px; top: 135px; border-color: rgba(214,189,120,.72); }
.boundary-diagram span:nth-child(3) { width: 160px; height: 160px; right: -20px; top: 50px; }
.boundary-diagram span:nth-child(4) { width: 90px; height: 90px; right: 80px; bottom: 38px; border-color: rgba(120,45,62,.95); }
.boundary-diagram i { position: absolute; left: 12%; right: 10%; top: 54%; height: 1px; background: var(--gold); transform: rotate(-13deg); }
.boundary-diagram b { position: absolute; right: 22%; top: 49%; width: 15px; height: 15px; border-radius: 50%; background: var(--oxblood); box-shadow: 0 0 0 8px rgba(120,45,62,.26); }

.contact-cta { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 5rem; align-items: center; padding: 6rem max(2rem, calc((100vw - 1280px)/2)); background: var(--midnight); color: white; }
.contact-cta::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--oxblood); }
.contact-cta .eyebrow { color: var(--gold-light); }
.contact-cta h2 { margin: 0; font: 500 clamp(3rem, 4vw, 4.8rem)/.95 var(--serif); }
.contact-cta p:not(.eyebrow) { max-width: 670px; margin-bottom: 0; color: #f0dde2; }
.contact-actions { display: grid; gap: .65rem; justify-items: start; }
.contact-actions > a:not(.button) { color: white; font-size: .92rem; text-underline-offset: .25rem; }

.site-footer { padding: 4.5rem max(2rem, calc((100vw - 1280px)/2)) 2rem; background: #0e192d; color: #e8edf4; }
.site-footer .brand-mark { color: white; }
.footer-topline { display: flex; justify-content: space-between; gap: 4rem; align-items: center; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.22); }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: #d1d8e2; }
.footer-topline > p { max-width: 470px; margin: 0; color: #d1d8e2; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; padding: 3rem 0; }
.footer-links h2 { margin: 0 0 1rem; color: var(--gold-light); font: 600 .78rem var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; margin: .55rem 0; color: #e8edf4; text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: white; text-decoration: underline; text-underline-offset: .25rem; }
.footer-company { padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-company p { margin: 0; color: #c8d1df; font-size: .78rem; line-height: 1.7; }
.footer-company strong { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; color: #c8d1df; font-size: .76rem; }
.footer-bottom div { display: flex; gap: 1.4rem; }
.footer-bottom a { color: #e8edf4; }

/* Shared legacy-page corrections. Existing internal pages load this file after their original stylesheet. */
.reveal, .reveal-item { opacity: 1 !important; transform: none !important; }
footer .footer-legal-block p, footer .footer-bottom, footer .footer-bottom a { color: #dce3ec !important; }
footer .footer-bottom a:hover { color: #fff !important; }
footer .footer-col h2 { margin: 0 0 1rem; color: inherit; font: 600 .76rem var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.pillar-service-card h3 { margin: 0; font: inherit; }

/* Unified inner-page header/footer and editorial evidence furniture. */
body.legacy-page { background: var(--paper); font-family: var(--sans); }
body.legacy-page .site-header { font-family: var(--sans); }
body.legacy-page .site-header nav { max-width: none; width: auto; margin-left: auto; padding: 0; }
body.legacy-page .site-header .brand-copy { display: grid; }
body.legacy-page .site-header .brand-copy strong { margin: 0; }
body.legacy-page .site-header .brand-copy small { display: block; }
body.legacy-page .site-footer { font-family: var(--sans); }
body.legacy-page .site-footer a { color: #e8edf4; }
body.legacy-page .site-footer .brand-copy strong { color: white; }
body.legacy-page .site-footer .brand-copy small { color: #d1d8e2; }
body.legacy-page .site-footer .footer-links h2 { color: var(--gold-light); }
.inner-evidence-rail { display: grid; grid-template-columns: repeat(3, 1fr); margin: -1px 0 0; background: var(--midnight); color: white; }
.inner-evidence-rail > div { min-height: 120px; padding: 1.45rem 2rem; border-right: 1px solid rgba(255,255,255,.2); }
.inner-evidence-rail > div:last-child { border-right: 0; }
.inner-evidence-rail strong, .inner-evidence-rail span { display: block; }
.inner-evidence-rail strong { font: 600 1.35rem var(--serif); }
.inner-evidence-rail span { margin-top: .35rem; color: #cbd3df; font-size: .78rem; }

/* Services as a legal schedule rather than a generic card grid. */
body[data-page="services"] .service-pillar { display: grid; grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr); gap: 3rem; margin: 0; padding: 3rem 0; border-top: 1px solid var(--midnight); }
body[data-page="services"] .service-pillar:last-of-type { border-bottom: 1px solid var(--midnight); }
body[data-page="services"] .pillar-header { padding: 0; border: 0; }
body[data-page="services"] .pillar-header::before { display: none; }
body[data-page="services"] .pillar-header h2, body[data-page="services"] .pillar-header h3 { font: 600 2.25rem/1.05 var(--serif); color: var(--midnight); }
body[data-page="services"] .pillar-services { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
body[data-page="services"] .pillar-service-card { position: relative; min-height: 240px; padding: 2rem; border: 0; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); border-radius: 0; box-shadow: none; background: transparent; }
body[data-page="services"] .pillar-service-card::before { content: "§"; position: absolute; right: 1.2rem; top: 1rem; color: var(--gold); font: 500 1.5rem var(--serif); }
body[data-page="services"] .pillar-service-card:hover { background: var(--ivory); transform: none; box-shadow: none; }
body[data-page="services"] .pillar-service-card .service-icon { display: none; }
body[data-page="services"] .pillar-service-card h3 { max-width: 85%; margin: 0 0 1rem; color: var(--midnight); font: 600 1.7rem/1.08 var(--serif); }
body[data-page="services"] .pillar-service-card p { color: var(--slate); }
body[data-page="services"] .card-arrow { color: var(--midnight); }

/* Contact as instruction intake, with confidentiality and timing adjacent to action. */
body[data-page="contact"] .contact-grid { grid-template-columns: .72fr 1.28fr; gap: 5rem; align-items: start; }
body[data-page="contact"] .contact-info { padding-top: 1.5rem; }
body[data-page="contact"] .contact-form { position: relative; display: block !important; padding: 3rem; border: 1px solid var(--midnight); border-radius: 0; background: var(--ivory); box-shadow: 14px 14px 0 #e2d9c5; }
body[data-page="contact"] .contact-form::before { content: "INSTRUCTION INTAKE / NON-CONFIDENTIAL OUTLINE"; position: static !important; display: block; width: 100% !important; height: auto !important; margin: 0 0 2rem; padding: 0 0 1rem; border-bottom: 1px solid var(--gold); background: transparent !important; color: var(--oxblood); font-size: .68rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; }
body[data-page="contact"] .contact-form > form { display: block; }
body[data-page="contact"] .form-group input, body[data-page="contact"] .form-group select, body[data-page="contact"] .form-group textarea { border: 1px solid rgba(20,35,63,.32); border-radius: 0; background: white; }
body[data-page="contact"] .form-note { padding: 1rem; border-left: 2px solid var(--oxblood); background: white; color: #3f4a5e; }
body[data-page="contact"] .full-width-btn { background: var(--midnight); border-color: var(--midnight); }
body[data-page="contact"] .full-width-btn:hover { background: var(--midnight-2); }
.newsletter-section .btn-primary, body[data-page="services"] .page-cta .btn-primary { background: var(--midnight); border-color: var(--midnight); }
.newsletter-section .btn-primary:hover, body[data-page="services"] .page-cta .btn-primary:hover { background: var(--midnight-2); border-color: var(--midnight-2); }
.intake-assurance { margin: 2rem 0 0; border-top: 1px solid var(--rule); }
.intake-assurance div { display: grid; grid-template-columns: 34px 1fr; gap: .7rem; padding: 1rem 0; border-bottom: 1px solid var(--rule); }
.intake-assurance span { color: var(--gold-text); font: 600 .95rem var(--serif); }
.intake-assurance p { margin: 0; color: var(--slate); font-size: .88rem; }
body[data-page="case-studies"] .ci-client { color: #4b5669 !important; }
body[data-page="case-studies"] .case-number { color: #6e5317 !important; }

@media (max-width: 1180px) {
  .header-inner { width: min(100% - 2rem, 1460px); gap: 1.2rem; }
  .brand-copy small { display: none; }
  .primary-menu { gap: 1rem; }
  .header-cta { padding-inline: .9rem; }
  .decision-section, .method-section { gap: 4rem; }
}

@media (max-width: 980px) {
  body { font-size: 16px; }
  .header-inner { min-height: 76px; }
  .brand-mark { width: 46px; height: 46px; }
  .menu-button { display: inline-flex; align-items: center; gap: .7rem; min-height: 44px; padding: .5rem; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 22px; height: 2px; background: var(--midnight); content: ""; transition: transform 180ms var(--ease-out); }
  .menu-button i { position: relative; }
  .menu-button i::before { position: absolute; transform: translateY(-7px); }
  .menu-button i::after { position: absolute; transform: translateY(7px); }
  .menu-button[aria-expanded="true"] i { background: transparent; }
  .menu-button[aria-expanded="true"] i::before { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::after { transform: rotate(-45deg); }
  .primary-menu { position: fixed; inset: 76px 0 auto; display: none; max-height: calc(100vh - 76px); overflow: auto; padding: 1.5rem 2rem 2.5rem; background: var(--paper); border-bottom: 2px solid var(--gold); }
  .primary-menu.is-open { display: grid; }
  .primary-menu a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--rule); font: 600 1.55rem var(--serif); letter-spacing: 0; text-transform: none; }
  .primary-menu a::after { display: none; }
  .header-cta { display: none; }
  .hero-section { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { width: min(100% - 2rem, 760px); padding: 5rem 0 4rem; }
  .hero-copy h1 { font-size: clamp(4.3rem, 13vw, 7rem); }
  .hero-visual { min-height: 460px; border-left: 0; border-top: 1px solid var(--rule); }
  .proof-rail { grid-template-columns: 1fr 1fr; }
  .proof-rail > div:nth-child(2) { border-right: 0; }
  .proof-rail > div:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .decision-section { grid-template-columns: 1fr; gap: 3rem; padding-top: 6rem; padding-bottom: 6rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid article, .work-grid article + article { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .principal-section { grid-template-columns: 1fr; }
  .principal-image { min-height: 560px; max-height: 720px; }
  .principal-copy { max-width: none; padding: 5rem max(2rem, 8vw); }
  .method-section, .insight-shell { grid-template-columns: 1fr; gap: 3.5rem; }
  .method-art, .insight-art { min-height: 440px; }
  .contact-cta { grid-template-columns: 1fr; gap: 2rem; }
  body[data-page="services"] .service-pillar { grid-template-columns: 1fr; gap: 1.5rem; }
  body[data-page="contact"] .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 680px) {
  .header-inner { width: calc(100% - 1.2rem); }
  .brand { gap: .5rem; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-rule { height: 36px; }
  .brand-copy strong { font-size: 1.08rem; }
  .menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero-copy { width: calc(100% - 2rem); padding: 4rem 0 3.5rem; }
  .hero-copy h1 { font-size: clamp(3.6rem, 18vw, 5.7rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .service-line { line-height: 2; }
  .hero-visual { min-height: 330px; }
  .proof-rail { grid-template-columns: 1fr; }
  .proof-rail > div { min-height: 132px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .section-shell { width: calc(100% - 2rem); }
  .decision-section, .work-section, .method-section { padding-top: 5rem; padding-bottom: 5rem; }
  .section-intro h2, .principal-copy h2, .method-copy h2, .insight-copy h2 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .decision-list article { grid-template-columns: 38px 1fr; gap: 1rem; }
  .decision-list article > a { grid-column: 2; justify-self: start; }
  .services-section { padding: 5rem 0; }
  .service-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .service-grid a { min-height: 220px; }
  .split-intro { grid-template-columns: 1fr; gap: 1rem; }
  .work-grid { margin-top: 2.5rem; }
  .confidentiality-note { grid-template-columns: 1fr; gap: .4rem; }
  .principal-image { min-height: 430px; }
  .principal-copy { padding: 4rem 1.2rem; }
  .method-art, .insight-art { min-height: 320px; }
  .insight-section { padding: 5rem 0; }
  .contact-cta { padding: 5rem 1rem; }
  .site-footer { padding: 3.5rem 1rem 1.5rem; }
  .footer-topline { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .footer-bottom { flex-direction: column; }
  .inner-evidence-rail { grid-template-columns: 1fr; }
  .inner-evidence-rail > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  body[data-page="services"] .pillar-services { grid-template-columns: 1fr; }
  body[data-page="contact"] .contact-form { padding: 1.4rem; box-shadow: 8px 8px 0 #e2d9c5; }
}

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