:root {
  --orange: #c85a26;
  --orange-dark: #a94418;
  --orange-soft: #f8e6dc;
  --brown: #3e2b29;
  --brown-2: #59413d;
  --teal: #5b93a4;
  --teal-dark: #376f7f;
  --teal-soft: #e5f0f2;
  --gold: #e3bd22;
  --gold-dark: #b99108;
  --gold-soft: #faf3cf;
  --ink: #262322;
  --text: #3f3b39;
  --muted: #6f6a66;
  --bg: #f8f6f2;
  --bg-alt: #f1eee8;
  --surface: #ffffff;
  --surface-2: #fbfaf8;
  --line: #e6e0d8;
  --line-strong: #d5cdc3;
  --success: #3f8c72;
  --danger: #bd4a3d;
  --shadow-sm: 0 12px 35px rgba(62, 43, 41, 0.07);
  --shadow: 0 26px 70px rgba(62, 43, 41, 0.11);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1220px;
}


* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; color-scheme: light only; background: var(--bg); }
body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 6%, color-mix(in srgb, var(--orange) 6%, transparent), transparent 28%),
    radial-gradient(circle at 93% 20%, color-mix(in srgb, var(--teal) 7%, transparent), transparent 26%),
    var(--bg);
  color: var(--text);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--gold); color: #241c12; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 {
  color: var(--ink);
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.032em;
}
p { color: var(--text); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section:nth-of-type(even) { }
.mono { font-family: "Roboto Mono", monospace; }

.skip-link {
  position: fixed; left: 18px; top: -90px; z-index: 1000;
  padding: 12px 18px; border-radius: 8px; background: var(--brown); color: #fff;
  font-weight: 700; text-decoration: none; transition: top .2s ease;
}
.skip-link:focus { top: 18px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--orange), var(--gold), var(--teal)); }

/* Shared typography and controls */
.section-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  color: var(--teal-dark); font-family: "Libre Franklin", sans-serif; font-size: .72rem;
  font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
}
.section-kicker::before { width: 22px; height: 2px; background: var(--orange); content: ""; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading h2, .split-intro h2, .blueprint-home-copy h2, .case-study-copy h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.section-heading p { max-width: 690px; margin-top: 16px; font-size: 1.05rem; }
.section-heading.centered p { margin-inline: auto; }
.heading-with-link { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; }

.button {
  position: relative; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px;
  padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; cursor: pointer;
  font-family: "Libre Franklin", sans-serif; font-size: .91rem; font-weight: 700; text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(200, 90, 38, .24); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(200, 90, 38, .3); }
.button-secondary { border-color: var(--line-strong); background: var(--surface); color: var(--ink); }
.button-secondary:hover { border-color: var(--teal); color: var(--teal-dark); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .82rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-weight: 700; text-decoration: none; }
.text-link span, article a span { transition: transform .2s ease; }
.text-link:hover span, article a:hover span { transform: translateX(4px); }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px color-mix(in srgb, var(--success) 14%, transparent); }

/* Header */
.top-service-bar { border-bottom: 1px solid color-mix(in srgb, #fff 16%, transparent); background: var(--brown); color: #f8f2ee; }
.top-service-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; font-size: .73rem; }
.top-service-inner > span { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.top-service-inner > div { display: flex; gap: 24px; opacity: .78; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: var(--line); background: color-mix(in srgb, var(--bg) 90%, transparent); box-shadow: 0 12px 34px rgba(62,43,41,.08); backdrop-filter: blur(18px); }
.nav-shell { position: relative; display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand picture { display: block; }
.brand img { width: 260px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; padding: 31px 0; color: var(--text); font-size: .9rem; font-weight: 600; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 50%; bottom: 20px; left: 50%; height: 2px; background: var(--orange); content: ""; transition: inset .22s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--orange); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; left: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.mobile-menu { display: none; }

/* Homepage hero */
.hero-home { position: relative; overflow: hidden; padding: 84px 0 80px; }
.hero-home::before { position: absolute; right: -120px; top: 20px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--gold) 14%, transparent), transparent 67%); content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr); align-items: center; gap: 62px; }
.hero-copy h1 { max-width: 680px; font-size: clamp(3.2rem, 6vw, 5.9rem); line-height: 1.02; }
.hero-lead { max-width: 680px; margin-top: 24px; color: var(--text); font-size: clamp(1.04rem, 1.4vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; color: var(--muted); font-size: .82rem; }
.hero-assurance span { display: flex; align-items: center; gap: 7px; }
.hero-assurance i { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); font-size: .65rem; font-style: normal; font-weight: 800; }
.hero-dashboard { --rotate-x: 0deg; --rotate-y: 0deg; position: relative; min-height: 540px; transform: perspective(1100px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)); transform-style: preserve-3d; transition: transform .16s ease; }
.dashboard-map-card { position: absolute; inset: 36px 26px 44px 50px; overflow: hidden; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--ink); font-size: .82rem; }
.dashboard-heading > div { display: flex; align-items: center; gap: 10px; }
.dashboard-heading small { color: var(--muted); font-family: "Roboto Mono", monospace; font-size: .56rem; letter-spacing: .1em; }
.world-network { position: relative; height: 275px; margin-top: 18px; overflow: hidden; border-radius: 13px; background: linear-gradient(145deg, var(--surface-2), var(--bg-alt)); }
.world-network::before { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 34px 34px; content: ""; opacity: .55; }
.continent { position: absolute; display: block; border-radius: 46% 54% 55% 45%; background: color-mix(in srgb, var(--teal) 14%, var(--surface)); filter: blur(.2px); transform: rotate(var(--r, 0deg)); }
.c1 { left: 11%; top: 25%; width: 95px; height: 72px; --r: -9deg; }.c2 { left: 29%; top: 47%; width: 52px; height: 95px; --r: 18deg; }.c3 { left: 43%; top: 20%; width: 82px; height: 61px; --r: 5deg; }.c4 { left: 57%; top: 36%; width: 138px; height: 88px; --r: -5deg; }.c5 { right: 8%; top: 59%; width: 61px; height: 45px; --r: 7deg; }
.route { position: absolute; display: block; height: 90px; border-top: 2px dashed color-mix(in srgb, var(--teal) 50%, transparent); border-radius: 50%; transform: rotate(var(--r)); }
.route-one { left: 18%; top: 31%; width: 250px; --r: 9deg; }.route-two { left: 37%; top: 37%; width: 230px; --r: -16deg; }.route-three { left: 25%; top: 53%; width: 310px; --r: 5deg; }
.map-node { position: absolute; width: 11px; height: 11px; border: 3px solid var(--surface); border-radius: 50%; background: var(--orange); box-shadow: 0 4px 12px rgba(62,43,41,.25); }
.mn1 { left: 17%; top: 38%; }.mn2 { left: 38%; top: 35%; background: var(--teal); }.mn3 { left: 55%; top: 56%; background: var(--gold); }.mn4 { right: 16%; top: 38%; background: var(--brown); }.mn5 { left: 31%; bottom: 19%; background: var(--orange); }
.recovery-chart { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(9px); }
.chart-head { display: flex; justify-content: space-between; gap: 12px; font-size: .68rem; }.chart-head strong { color: var(--success); }
.chart-bars { display: flex; height: 68px; align-items: end; gap: 12px; margin-top: 12px; border-bottom: 1px solid var(--line); }
.chart-bars i { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: var(--teal); }.chart-bars i:nth-child(2n) { background: var(--orange); }.chart-bars i:nth-child(3n) { background: var(--gold); }
.readiness-score-card, .response-status-card, .risk-heatmap-card { position: absolute; z-index: 3; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow-sm); }
.readiness-score-card { left: 0; top: 88px; width: 155px; padding: 16px; }
.readiness-score-card > span, .risk-heatmap-card > span { color: var(--muted); font-size: .65rem; font-weight: 700; }
.score-ring { display: grid; width: 86px; height: 86px; margin: 13px auto; place-content: center; border-radius: 50%; background: radial-gradient(circle at center, var(--surface) 55%, transparent 56%), conic-gradient(var(--teal) 0 66%, var(--gold) 66% 82%, var(--orange) 82% 92%, var(--line) 92%); text-align: center; }
.score-ring strong { color: var(--ink); font-size: 1.25rem; }.score-ring small { display: block; color: var(--muted); font-size: .55rem; }
.readiness-score-card ul { display: grid; gap: 6px; list-style: none; color: var(--muted); font-size: .56rem; }
.readiness-score-card li { display: flex; align-items: center; gap: 7px; }.readiness-score-card li i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }.readiness-score-card li:nth-child(2) i { background: var(--gold); }.readiness-score-card li:nth-child(3) i { background: var(--orange); }.readiness-score-card li:nth-child(4) i { background: var(--brown); }
.response-status-card { right: 0; top: 180px; width: 208px; padding: 16px; }
.response-status-card > div { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .62rem; }.response-status-card > div span { color: var(--ink); font-weight: 700; }
.response-status-card ul { display: grid; gap: 10px; margin-top: 14px; list-style: none; }
.response-status-card li { display: grid; grid-template-columns: 19px 1fr auto; align-items: center; gap: 7px; font-size: .58rem; }.response-status-card li i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; font-style: normal; font-weight: 800; }.response-status-card li .ok { background: var(--teal-soft); color: var(--teal-dark); }.response-status-card li .watch { background: var(--gold-soft); color: var(--gold-dark); }.response-status-card li .risk { background: var(--orange-soft); color: var(--orange-dark); }.response-status-card li strong { color: var(--muted); font-weight: 600; }
.risk-heatmap-card { left: 24px; bottom: 0; width: 175px; padding: 15px; }
.heatmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 10px; }.heatmap i { height: 19px; border-radius: 4px; background: var(--gold-soft); }.heatmap i:nth-child(2n) { background: var(--orange-soft); }.heatmap i:nth-child(3n) { background: color-mix(in srgb, var(--orange) 45%, var(--surface)); }.heatmap i:nth-child(5n) { background: color-mix(in srgb, var(--gold) 55%, var(--surface)); }

/* Home metrics */
.home-metrics-wrap { position: relative; z-index: 4; padding-bottom: 28px; }
.home-metrics { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-sm); }
.home-metrics > div { display: flex; min-height: 120px; align-items: center; gap: 16px; padding: 24px 26px; border-right: 1px solid var(--line); }
.home-metrics > div:last-child { border-right: 0; }
.metric-icon { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; font-size: .78rem; font-weight: 800; }
.metric-icon.orange { background: var(--orange); }.metric-icon.teal { background: var(--teal); }.metric-icon.gold { background: var(--gold); color: var(--brown); }.metric-icon.brown { background: var(--brown); }
.home-metrics p { display: grid; gap: 2px; }.home-metrics strong { color: var(--ink); font-family: "Merriweather", serif; font-size: 1.45rem; }.home-metrics small { color: var(--muted); font-size: .72rem; line-height: 1.4; }

/* Homepage service cards */
.section-services-home { padding-top: 90px; }
.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-service-card { display: flex; min-height: 310px; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 10px 30px rgba(62,43,41,.04); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.home-service-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--orange) 40%, var(--line)); box-shadow: var(--shadow-sm); }
.service-symbol { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; font-size: .72rem; font-weight: 800; }
.service-symbol.orange { background: var(--orange-soft); color: var(--orange-dark); }.service-symbol.teal { background: var(--teal-soft); color: var(--teal-dark); }.service-symbol.gold { background: var(--gold-soft); color: var(--gold-dark); }.service-symbol.brown { background: color-mix(in srgb, var(--brown) 12%, var(--surface)); color: var(--brown); }
.home-service-card h3 { margin-top: 24px; font-size: 1.28rem; }
.home-service-card p { margin-top: 13px; color: var(--muted); font-size: .92rem; }
.home-service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; color: var(--orange); font-size: .82rem; font-weight: 700; text-decoration: none; }
.home-service-card:nth-child(2) a, .home-service-card:nth-child(5) a { color: var(--teal-dark); }.home-service-card:nth-child(3) a, .home-service-card:nth-child(6) a { color: var(--gold-dark); }

/* Trust band */
.brand-trust-section { padding: 36px 0; border-block: 1px solid var(--line); background: var(--surface-2); }
.brand-trust { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; }
.brand-trust > div:first-child > span { color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.brand-trust > div:first-child p { margin-top: 8px; color: var(--muted); font-size: .86rem; }
.framework-badges { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.framework-badges span { display: grid; min-height: 76px; place-content: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); text-align: center; }
.framework-badges strong { color: var(--ink); font-family: "Merriweather", serif; font-size: .9rem; }.framework-badges small { margin-top: 2px; color: var(--muted); font-size: .54rem; text-transform: uppercase; }

/* Blueprint */
.section-blueprint-home { background: var(--bg-alt); }
.blueprint-home-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.blueprint-home-copy > p { max-width: 600px; margin-top: 20px; color: var(--muted); font-size: 1.02rem; }
.blueprint-home-list { display: grid; margin: 34px 0; }
.blueprint-home-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line-strong); }
.blueprint-home-list > div > span { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .74rem; font-weight: 700; }
.blueprint-home-list p { display: grid; gap: 4px; }.blueprint-home-list strong { color: var(--ink); }.blueprint-home-list small { color: var(--muted); font-size: .83rem; }
.continuity-model { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.model-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 46px 46px; opacity: .5; }
.continuity-model::before, .continuity-model::after { position: absolute; left: 50%; top: 50%; width: 370px; height: 370px; border: 1px dashed color-mix(in srgb, var(--teal) 50%, transparent); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.continuity-model::after { width: 230px; height: 230px; border-color: color-mix(in srgb, var(--orange) 48%, transparent); }
.model-center { position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; width: 180px; height: 180px; place-content: center; border-radius: 50%; background: var(--brown); color: #fff; text-align: center; transform: translate(-50%, -50%); box-shadow: 0 22px 50px rgba(62,43,41,.28); }
.model-center span { color: var(--gold); font-family: "Merriweather", serif; font-size: 1.8rem; }.model-center strong { font-family: "Merriweather", serif; font-size: 1rem; }.model-center small { margin-top: 6px; color: #d9cbc3; font-size: .58rem; }
.model-item { position: absolute; z-index: 4; display: grid; min-width: 170px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: var(--shadow-sm); }
.model-item i { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .62rem; font-style: normal; }.model-item strong { color: var(--ink); margin-top: 4px; }.model-item small { color: var(--muted); font-size: .68rem; }.mi-one { left: 6%; top: 10%; }.mi-two { right: 6%; top: 16%; }.mi-three { left: 8%; bottom: 12%; }.mi-four { right: 7%; bottom: 10%; }

/* Case study */
.case-study-feature { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-sm); }
.case-study-visual { position: relative; min-height: 490px; overflow: hidden; background: linear-gradient(145deg, var(--brown), #6c4030); }
.case-study-visual::before { position: absolute; inset: 0; background: radial-gradient(circle at 70% 24%, rgba(227,189,34,.35), transparent 20%), linear-gradient(120deg, transparent 45%, rgba(255,255,255,.05) 46% 47%, transparent 48%); content: ""; }
.factory-lines { position: absolute; inset: 70px 55px; display: flex; align-items: end; gap: 18px; }
.factory-lines span { flex: 1; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(180deg, rgba(91,147,164,.7), rgba(255,255,255,.03)); }.factory-lines span:nth-child(1) { height: 62%; }.factory-lines span:nth-child(2) { height: 84%; background: linear-gradient(180deg, rgba(227,189,34,.7), rgba(255,255,255,.03)); }.factory-lines span:nth-child(3) { height: 48%; }.factory-lines span:nth-child(4) { height: 76%; background: linear-gradient(180deg, rgba(200,90,38,.75), rgba(255,255,255,.03)); }
.case-metric { position: absolute; right: 32px; bottom: 32px; display: grid; width: 180px; padding: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(12px); }.case-metric strong { font-family: "Merriweather", serif; font-size: 2.2rem; }.case-metric span { font-size: .72rem; opacity: .8; }
.case-study-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.case-study-copy > p { margin-top: 20px; color: var(--muted); }.case-study-copy .check-list { margin: 28px 0; }
.check-list { display: grid; gap: 10px; list-style: none; }.check-list li { position: relative; padding-left: 24px; color: var(--text); }.check-list li::before { position: absolute; left: 0; top: .32em; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); content: "✓"; font-size: .58rem; font-weight: 900; }

/* Insights */
.insights-home-section { background: var(--bg-alt); }
.resource-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-preview { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); transition: transform .25s ease, box-shadow .25s ease; }.resource-preview:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.resource-preview-art { position: relative; display: grid; height: 210px; place-items: center; overflow: hidden; color: #fff; }.resource-preview-art::before, .resource-preview-art::after { position: absolute; content: ""; }.resource-preview-art span { position: relative; z-index: 2; display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-family: "Merriweather", serif; font-size: 1.4rem; backdrop-filter: blur(5px); }
.cyber-art { background: linear-gradient(145deg, #315d68, #5b93a4); }.cyber-art::before { inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 18px 18px; }.meeting-art { background: linear-gradient(145deg, #8a421f, var(--orange)); }.meeting-art::before { width: 250px; height: 250px; border: 30px solid rgba(255,255,255,.08); border-radius: 50%; }.road-art { background: linear-gradient(145deg, #9f830b, var(--gold)); }.road-art::before { bottom: -90px; width: 150px; height: 320px; border: 4px dashed rgba(255,255,255,.5); transform: perspective(300px) rotateX(45deg); }
.resource-preview > div:last-child { padding: 25px; }.resource-preview small { color: var(--teal-dark); font-size: .6rem; font-weight: 800; letter-spacing: .08em; }.resource-preview h3 { margin-top: 11px; font-size: 1.2rem; }.resource-preview p { margin-top: 10px; color: var(--muted); font-size: .86rem; }.resource-preview a { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--orange); font-size: .8rem; font-weight: 700; text-decoration: none; }
.coming-soon { display: inline-block; margin-top: 18px; padding: 6px 10px; border-radius: 999px; background: var(--bg-alt); color: var(--muted); font-size: .66rem; font-weight: 700; }

/* Expertise */
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.expertise-grid article { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.expertise-grid article > span { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .7rem; }.expertise-grid h3 { margin-top: 44px; font-size: 1.35rem; }.expertise-grid p { margin-top: 12px; color: var(--muted); font-size: .9rem; }
.expertise-grid .expertise-cta { display: flex; flex-direction: column; background: var(--teal-soft); }.expertise-cta a { display: inline-flex; gap: 8px; margin-top: auto; color: var(--teal-dark); font-weight: 700; text-decoration: none; }

/* Process */
.section-process { background: var(--surface); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-line::before { position: absolute; left: 8%; right: 8%; top: 32px; height: 1px; background: var(--line-strong); content: ""; }
.process-step { position: relative; z-index: 2; display: grid; gap: 22px; padding: 0 14px; text-align: center; }
.process-step > span { display: grid; width: 64px; height: 64px; margin-inline: auto; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface); color: var(--orange); font-family: "Roboto Mono", monospace; font-weight: 700; box-shadow: var(--shadow-sm); }
.process-step strong { color: var(--ink); font-family: "Merriweather", serif; font-size: 1.1rem; }.process-step p { margin-top: 8px; color: var(--muted); font-size: .85rem; }

/* FAQ */
.home-faq, .section-faq { background: var(--bg-alt); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.accordion { border-top: 1px solid var(--line-strong); }
.accordion-item { border-bottom: 1px solid var(--line-strong); }
.accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; font-weight: 700; }
.accordion-item button i { color: var(--orange); font-size: 1.35rem; font-style: normal; transition: transform .2s ease; }.accordion-item.is-open button i { transform: rotate(45deg); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.accordion-content > * { overflow: hidden; }.accordion-item.is-open .accordion-content { grid-template-rows: 1fr; }.accordion-content p { padding: 0 30px 22px 0; color: var(--muted); }

/* Contact blocks and form */
.contact-section { background: var(--brown); }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.contact-intro { padding-top: 35px; }.contact-intro .section-kicker { color: #9fd0dc; }.contact-intro h2 { color: #fff; font-size: clamp(2.3rem, 4vw, 3.7rem); }.contact-intro > p { max-width: 520px; margin-top: 18px; color: #d8cbc5; }
.contact-benefits { display: grid; gap: 12px; margin-top: 30px; color: #f4ebe7; }.contact-benefits span { display: flex; align-items: center; gap: 10px; }.contact-benefits i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(91,147,164,.25); color: #b6e5ee; font-style: normal; font-size: .7rem; }
.contact-panel, .contact-panel-large { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 25px; }.form-heading > span { color: var(--teal-dark); font-size: .62rem; font-weight: 800; letter-spacing: .13em; }.form-heading h2 { margin-top: 8px; font-size: 1.65rem; }.form-heading p { margin-top: 7px; color: var(--muted); font-size: .82rem; }
.contact-form { display: grid; gap: 22px; }.contact-form-compact .secure-form-bar, .contact-form-compact .form-section-label, .contact-form-compact .field:nth-child(3), .contact-form-compact .field:nth-child(4), .contact-form-compact .field:nth-child(5), .contact-form-compact .field:nth-child(6), .contact-form-compact .field-full { display: none; }
.contact-form-compact .form-grid { grid-template-columns: 1fr 1fr; }.contact-form-compact textarea { min-height: 125px; }
.secure-form-bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); }.secure-lock { color: var(--orange); }.secure-form-bar div { display: grid; }.secure-form-bar strong { color: var(--ink); font-size: .78rem; }.secure-form-bar small { color: var(--muted); font-size: .62rem; }.secure-state { display: flex; align-items: center; gap: 7px; color: var(--success); font-family: "Roboto Mono", monospace; font-size: .58rem; }
.form-section-label { display: flex; align-items: center; gap: 12px; padding-top: 8px; border-top: 1px solid var(--line); }.form-section-label > span { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .66rem; }.form-section-label div { display: grid; }.form-section-label strong { color: var(--ink); font-size: .83rem; }.form-section-label small { color: var(--muted); font-size: .67rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }.field-full { grid-column: 1 / -1; }.field label { color: var(--ink); font-size: .76rem; font-weight: 700; }.field label span { color: var(--orange); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 10px; outline: 0; background: var(--surface); color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 48px; padding: 0 14px; }.contact-form textarea { min-height: 170px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px color-mix(in srgb, var(--teal) 14%, transparent); }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }.choice-card input { position: absolute; opacity: 0; pointer-events: none; }.choice-card span { display: grid; min-height: 54px; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-2); color: var(--muted); cursor: pointer; font-size: .66rem; text-align: center; }.choice-card input:checked + span { border-color: var(--orange); background: var(--orange-soft); color: var(--orange-dark); }
.field-meta, .form-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.field-meta { color: var(--muted); font-size: .62rem; }.consent-row { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: var(--muted); font-size: .72rem; }.consent-row input { width: 17px; height: 17px; margin-top: 2px; }.consent-row a { color: var(--orange); }.form-submit-row small { color: var(--muted); font-size: .65rem; }.button-send i { font-style: normal; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-error { color: var(--danger); font-size: .68rem; }.alert { display: grid; gap: 2px; padding: 14px; border-radius: 10px; font-size: .76rem; }.alert-success { background: color-mix(in srgb, var(--success) 13%, var(--surface)); color: var(--success); }.alert-error { background: color-mix(in srgb, var(--danger) 12%, var(--surface)); color: var(--danger); }

/* Inner page hero */
.page-hero, .article-hero, .legal-hero { position: relative; overflow: hidden; padding: 104px 0 90px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--surface-2), var(--bg-alt)); }
.page-hero::after, .article-hero::after { position: absolute; right: -140px; top: -160px; width: 460px; height: 460px; border: 1px solid color-mix(in srgb, var(--orange) 20%, transparent); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px color-mix(in srgb, var(--teal) 5%, transparent), 0 0 0 160px color-mix(in srgb, var(--gold) 4%, transparent); }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.page-hero h1, .article-hero h1, .legal-hero h1 { max-width: 850px; font-size: clamp(3rem, 5.6vw, 5.2rem); }
.page-hero p, .article-hero p, .legal-hero p { max-width: 700px; margin-top: 20px; color: var(--muted); font-size: 1.08rem; }
.page-hero-card, .contact-summary { position: relative; z-index: 2; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--surface) 92%, transparent); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.page-hero-card > span, .contact-summary > div { color: var(--teal-dark); font-size: .66rem; font-weight: 800; letter-spacing: .1em; }.page-hero-card > strong { display: block; margin-top: 18px; color: var(--ink); font-family: "Merriweather", serif; font-size: 1.55rem; }.page-hero-card p { margin-top: 12px; font-size: .9rem; }

/* Existing About page */
.content-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.sticky-heading { align-self: start; position: sticky; top: 130px; }.sticky-heading h2 { font-size: clamp(2.1rem, 4vw, 3.35rem); }.long-copy { display: grid; gap: 24px; }.long-copy p { color: var(--muted); font-size: 1.08rem; }
.section-values { background: var(--bg-alt); }.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.value-grid article, .capability-cards article, .service-model-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }.value-grid article > span, .capability-cards article > span, .service-model-grid article > span { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .65rem; }.value-grid h3, .capability-cards h3, .service-model-grid h3 { margin-top: 28px; font-size: 1.2rem; }.value-grid p, .capability-cards p, .service-model-grid p { margin-top: 12px; color: var(--muted); font-size: .86rem; }
.section-operating-model { background: var(--surface); }.operating-model-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }.operating-model-visual { position: relative; min-height: 500px; }.model-core { position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; width: 170px; height: 170px; place-content: center; border-radius: 50%; background: var(--brown); color: #fff; text-align: center; transform: translate(-50%, -50%); }.model-core span { color: var(--gold); font-size: 1.7rem; font-weight: 900; }.model-core strong { font-family: "Merriweather", serif; font-size: .92rem; }.model-ring { position: absolute; left: 50%; top: 50%; border: 1px dashed var(--line-strong); border-radius: 50%; transform: translate(-50%, -50%); }.model-ring-one { width: 310px; height: 310px; }.model-ring-two { width: 440px; height: 440px; }.model-node { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: var(--shadow-sm); }.model-node i { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .58rem; font-style: normal; }.model-node strong { color: var(--ink); font-size: .75rem; }.model-node-one { left: 4%; top: 15%; }.model-node-two { right: 4%; top: 20%; }.model-node-three { left: 3%; bottom: 14%; }.model-node-four { right: 5%; bottom: 10%; }
.capability-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.section-metrics { background: var(--bg-alt); }.metrics-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 45px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }.metrics-shell h2 { font-size: 2.1rem; }.metrics-shell p { margin-top: 14px; color: var(--muted); }.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.metric-grid div { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); }.metric-grid strong { color: var(--orange); font-family: "Merriweather", serif; }.metric-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; }

/* Existing Services page */
.service-radar { position: relative; min-height: 450px; }.radar-ring { position: absolute; left: 50%; top: 50%; border: 1px dashed var(--line-strong); border-radius: 50%; transform: translate(-50%, -50%); }.r1 { width: 190px; height: 190px; }.r2 { width: 310px; height: 310px; }.r3 { width: 430px; height: 430px; }.radar-core { position: absolute; left: 50%; top: 50%; display: grid; width: 120px; height: 120px; place-items: center; border-radius: 50%; background: var(--brown); color: var(--gold); font-family: "Merriweather", serif; font-size: 1.7rem; transform: translate(-50%, -50%); }.radar-node { position: absolute; padding: 10px 14px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); font-size: .72rem; font-weight: 700; }.n1 { left: 3%; top: 20%; }.n2 { right: 5%; top: 17%; }.n3 { left: 2%; bottom: 16%; }.n4 { right: 4%; bottom: 13%; }
.service-detail-list { display: grid; gap: 26px; }.service-detail { display: grid; grid-template-columns: 70px 1fr 280px; gap: 32px; padding: 42px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 10px 35px rgba(62,43,41,.035); }.service-number { color: var(--orange); font-family: "Merriweather", serif; font-size: 2rem; }.service-detail h2 { font-size: 2.15rem; }.service-detail > div:nth-child(2) > p { margin-top: 14px; color: var(--muted); }.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 25px; }.detail-outcome { align-self: stretch; padding: 24px; border-radius: 13px; background: var(--bg-alt); }.detail-outcome span { color: var(--teal-dark); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }.detail-outcome strong { display: block; margin-top: 18px; color: var(--ink); font-family: "Merriweather", serif; font-size: 1rem; }
.section-service-model { background: var(--bg-alt); }.service-model-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.service-model-grid .check-list { margin-top: 20px; }.coverage-matrix { margin-top: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }.coverage-matrix > div { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); border-top: 1px solid var(--line); }.coverage-matrix > div:first-child { border-top: 0; background: var(--brown); color: #fff; }.coverage-matrix > div > * { padding: 15px 18px; border-right: 1px solid var(--line); }.coverage-matrix > div > *:last-child { border-right: 0; }.coverage-matrix strong { color: var(--ink); font-size: .78rem; }.coverage-matrix span { color: var(--muted); font-size: .72rem; }.matrix-head div { color: #fff; font-size: .67rem; font-weight: 700; text-transform: uppercase; }

/* Resource listing */
.resource-filter { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 35px; }.resource-filter > span { color: var(--ink); font-weight: 700; }.resource-filter > div { display: flex; flex-wrap: wrap; gap: 8px; }.resource-filter button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); cursor: pointer; font-size: .72rem; }.resource-filter button.active, .resource-filter button:hover { border-color: var(--orange); background: var(--orange-soft); color: var(--orange-dark); }
.resource-grid-new { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.resource-article { display: flex; min-height: 360px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }.resource-article[hidden] { display: none; }.resource-label { color: var(--teal-dark); font-size: .6rem; font-weight: 800; letter-spacing: .08em; }.resource-icon-mini, .resource-visual-mini { display: grid; width: 76px; height: 76px; margin-top: 27px; place-items: center; border-radius: 50%; background: var(--bg-alt); color: var(--orange); font-family: "Merriweather", serif; }.resource-visual-mini { grid-template-columns: auto auto auto; width: auto; max-width: 180px; padding: 0 18px; border-radius: 40px; }.resource-article h2 { margin-top: 25px; font-size: 1.35rem; }.resource-article p { margin-top: 12px; color: var(--muted); font-size: .88rem; }.resource-article a { display: inline-flex; gap: 8px; margin-top: auto; padding-top: 22px; color: var(--orange); font-weight: 700; text-decoration: none; }

/* Article and legal */
.article-hero-inner { position: relative; z-index: 2; max-width: 950px; }.back-link { display: inline-block; margin-bottom: 30px; color: var(--orange); font-weight: 700; text-decoration: none; }.article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }.article-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: .66rem; }
.article-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; }.article-toc { position: sticky; top: 125px; align-self: start; display: grid; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }.article-toc > span { color: var(--teal-dark); font-size: .6rem; font-weight: 800; letter-spacing: .09em; }.article-toc a { color: var(--muted); font-size: .76rem; text-decoration: none; }.article-toc a:hover { color: var(--orange); }
.prose { max-width: 830px; }.prose > * + * { margin-top: 20px; }.prose h2 { margin-top: 48px; font-size: 2rem; }.prose p, .prose li { color: var(--text); }.prose .lead { color: var(--ink); font-family: "Merriweather", serif; font-size: 1.28rem; line-height: 1.65; }.prose ul, .prose ol { padding-left: 22px; }.prose blockquote { padding: 24px 28px; border-left: 4px solid var(--orange); background: var(--orange-soft); color: var(--ink); font-family: "Merriweather", serif; }.article-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0; }.article-comparison > div { padding: 26px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }.article-comparison span, .article-callout span { color: var(--teal-dark); font-size: .6rem; font-weight: 800; letter-spacing: .08em; }.article-comparison strong, .article-callout strong { display: block; margin-top: 12px; color: var(--ink); font-family: "Merriweather", serif; }.article-comparison ul { margin-top: 18px; }.article-callout { margin: 34px 0; padding: 30px; border-radius: 15px; background: var(--teal-soft); }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 70px; }.legal-layout aside { position: sticky; top: 125px; align-self: start; display: grid; gap: 8px; }.legal-layout aside span { color: var(--muted); font-size: .65rem; }.legal-layout aside strong { color: var(--ink); }.legal-layout aside a { color: var(--orange); font-size: .76rem; }

/* Contact page */
.contact-summary > div { display: flex; align-items: center; gap: 10px; }.contact-summary > p { margin-top: 15px; font-size: .84rem; }.contact-summary ul { display: grid; margin-top: 18px; list-style: none; }.contact-summary li { display: grid; grid-template-columns: 80px 1fr; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); font-size: .78rem; }.contact-summary li > span { color: var(--muted); }.contact-summary address { font-style: normal; }
.contact-channel-section { padding: 0 0 34px; background: var(--bg-alt); }.contact-channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); transform: translateY(-30px); box-shadow: var(--shadow-sm); }.contact-channel-card { min-height: 240px; padding: 30px; border-right: 1px solid var(--line); text-decoration: none; transition: background .2s ease; }.contact-channel-card:last-child { border-right: 0; }.contact-channel-card:hover { background: var(--surface-2); }.channel-index { color: var(--teal-dark); font-family: "Roboto Mono", monospace; font-size: .62rem; }.contact-channel-card h2 { margin-top: 34px; font-size: 1.3rem; }.contact-channel-card p, .contact-channel-card address { margin-top: 10px; color: var(--muted); font-style: normal; font-size: .86rem; }.channel-action { display: inline-flex; gap: 8px; margin-top: 26px; color: var(--orange); font-size: .72rem; font-weight: 700; }.channel-action i { font-style: normal; }.contact-signal { display: none; }
.contact-page-section { background: var(--surface); }.contact-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }.contact-guidance h2 { font-size: 2.5rem; }.guidance-step { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid var(--line); }.guidance-step:first-of-type { margin-top: 30px; }.guidance-step > span { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .66rem; }.guidance-step strong { color: var(--ink); }.guidance-step p { margin-top: 4px; color: var(--muted); font-size: .82rem; }.privacy-note { margin-top: 28px; padding: 20px; border-radius: 12px; background: var(--bg-alt); }.privacy-note strong { color: var(--ink); }.privacy-note p { margin-top: 5px; color: var(--muted); font-size: .76rem; }.quick-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.quick-info-grid > div { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }.quick-info-grid strong { color: var(--ink); }.quick-info-grid p { margin-top: 6px; color: var(--muted); font-size: .78rem; }

/* CTA */
.section-cta { padding: 70px 0; }.cta-banner { position: relative; display: flex; min-height: 210px; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; padding: 45px 52px; border-radius: 20px; background: linear-gradient(110deg, var(--orange-dark), var(--orange)); color: #fff; box-shadow: 0 22px 50px rgba(200,90,38,.22); }.cta-banner::after { position: absolute; right: -50px; bottom: -140px; width: 420px; height: 260px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; content: ""; box-shadow: 0 0 0 50px rgba(255,255,255,.04), 0 0 0 100px rgba(255,255,255,.025); }.cta-banner .section-kicker { color: #ffe8dd; }.cta-banner .section-kicker::before { background: var(--gold); }.cta-banner h2 { position: relative; z-index: 2; max-width: 700px; color: #fff; font-size: 2.35rem; }.cta-banner .button { z-index: 2; border-color: #fff; background: #fff; color: var(--orange-dark); box-shadow: none; }

/* 404 */
.not-found { min-height: 70vh; display: grid; place-items: center; }.not-found-inner { max-width: 720px; text-align: center; }.not-found h1 { font-size: clamp(3rem, 8vw, 6rem); }.not-found p { margin-top: 18px; color: var(--muted); }.not-found .hero-actions { justify-content: center; }

/* Footer */
.site-footer { padding: 68px 0 22px; background: #2f2725; color: #eaddd7; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 55px; }.footer-brand { width: fit-content; }.footer-brand img { width: 230px; }.footer-intro p { max-width: 350px; margin-top: 20px; color: #c9bab3; font-size: .86rem; }.system-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #d9cbc5; font-size: .68rem; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-column h2 { margin-bottom: 8px; color: #fff; font-family: "Libre Franklin", sans-serif; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }.footer-column a { color: #c9bab3; font-size: .78rem; text-decoration: none; }.footer-column a:hover { color: var(--gold); }.footer-contact address { color: #c9bab3; font-size: .76rem; font-style: normal; line-height: 1.65; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #a99991; font-size: .68rem; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom a { text-decoration: none; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0ms); }
[data-reveal="left"] { transform: translateX(-24px); } [data-reveal="right"] { transform: translateX(24px); } [data-reveal="scale"] { transform: scale(.97); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1120px) {
  .desktop-nav { gap: 20px; }.brand img { width: 220px; }.nav-actions .button { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }.hero-copy h1 { font-size: clamp(3rem, 5.3vw, 4.7rem); }.hero-dashboard { min-height: 510px; }
  .home-metrics > div { padding: 20px 17px; }
  .service-detail { grid-template-columns: 60px 1fr; }.detail-outcome { grid-column: 2; }
  .service-model-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 34px), var(--container)); }.section { padding: 82px 0; }
  .top-service-inner > div, .desktop-nav { display: none; }.top-service-inner { justify-content: center; }.nav-actions .button { display: inline-flex; }.menu-toggle { display: block; }
  .mobile-menu { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }.mobile-menu.is-open { display: grid; gap: 5px; }.mobile-menu > a:not(.button) { padding: 12px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; text-decoration: none; }.mobile-menu .button { margin-top: 8px; }
  .hero-home { padding-top: 60px; }.hero-grid, .page-hero-grid, .blueprint-home-grid, .case-study-feature, .contact-shell, .faq-grid, .content-split, .operating-model-grid, .metrics-shell, .contact-page-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }.hero-copy .section-kicker { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-actions, .hero-assurance { justify-content: center; }.hero-dashboard { width: min(100%, 650px); margin-inline: auto; }
  .home-metrics { grid-template-columns: 1fr 1fr; }.home-metrics > div:nth-child(2) { border-right: 0; }.home-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .home-service-grid, .resource-preview-grid, .resource-grid-new { grid-template-columns: 1fr 1fr; }.brand-trust { grid-template-columns: 1fr; gap: 30px; }.framework-badges { grid-template-columns: repeat(5, 1fr); }
  .blueprint-home-grid { gap: 45px; }.continuity-model { min-height: 520px; }.case-study-visual { min-height: 400px; }.case-study-copy { padding: 45px; }
  .expertise-grid { grid-template-columns: 1fr 1fr; }.expertise-grid .expertise-cta { grid-column: 1 / -1; min-height: 210px; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 34px 18px; }.process-line::before { display: none; }
  .faq-grid { gap: 35px; }.sticky-heading, .article-toc, .legal-layout aside { position: static; }
  .value-grid { grid-template-columns: 1fr 1fr; }.operating-model-grid { gap: 30px; }.capability-cards { grid-template-columns: 1fr; }.metrics-shell { gap: 30px; }
  .article-layout, .legal-layout { grid-template-columns: 1fr; }.article-toc { display: none; }
  .contact-channel-grid { grid-template-columns: 1fr; transform: translateY(-20px); }.contact-channel-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }.contact-channel-card:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--container)); }.section { padding: 68px 0; }
  .top-service-bar { display: none; }.nav-shell { min-height: 76px; }.brand img { width: 184px; }.nav-actions .button { display: none; }.menu-toggle { width: 40px; height: 40px; }
  .hero-home { padding: 45px 0 55px; }.hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4.1rem); }.hero-lead { font-size: .98rem; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }.hero-assurance { display: grid; justify-content: start; text-align: left; }
  .hero-dashboard { min-height: 420px; margin-top: 20px; }.dashboard-map-card { inset: 20px 0 40px 18px; padding: 14px; }.world-network { height: 235px; }.readiness-score-card { left: 0; top: 52px; width: 125px; padding: 12px; }.score-ring { width: 68px; height: 68px; }.response-status-card { right: 0; top: 175px; width: 175px; padding: 12px; }.risk-heatmap-card { left: 12px; width: 145px; }.recovery-chart { right: 10px; bottom: 10px; left: 10px; }.chart-bars { height: 50px; }
  .home-metrics { grid-template-columns: 1fr; }.home-metrics > div { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }.home-metrics > div:last-child { border-bottom: 0; }
  .home-service-grid, .resource-preview-grid, .resource-grid-new, .expertise-grid, .value-grid, .service-model-grid { grid-template-columns: 1fr; }.home-service-card { min-height: 270px; }
  .framework-badges { grid-template-columns: 1fr 1fr; }.framework-badges span:last-child { grid-column: 1 / -1; }
  .continuity-model { min-height: 620px; }.model-center { width: 150px; height: 150px; }.continuity-model::before { width: 270px; height: 270px; }.continuity-model::after { width: 190px; height: 190px; }.model-item { min-width: 145px; padding: 14px; }.mi-one { left: 4%; top: 6%; }.mi-two { right: 4%; top: 25%; }.mi-three { left: 4%; bottom: 25%; }.mi-four { right: 4%; bottom: 6%; }
  .case-study-copy { padding: 34px 24px; }.case-study-visual { min-height: 340px; }.case-metric { right: 20px; bottom: 20px; width: 160px; }
  .heading-with-link { align-items: flex-start; flex-direction: column; }.expertise-grid .expertise-cta { grid-column: auto; }
  .process-line { grid-template-columns: 1fr; }.process-step { grid-template-columns: 64px 1fr; align-items: start; padding: 0; text-align: left; }.process-step > span { margin: 0; }.process-step p { max-width: 360px; }
  .contact-panel, .contact-panel-large { padding: 25px 19px; }.contact-form-compact .form-grid, .form-grid { grid-template-columns: 1fr; }.choice-grid { grid-template-columns: 1fr 1fr; }.form-submit-row, .field-meta { align-items: flex-start; flex-direction: column; }
  .page-hero, .article-hero, .legal-hero { padding: 72px 0 64px; }.page-hero h1, .article-hero h1, .legal-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }.page-hero-card { padding: 25px; }
  .operating-model-visual { min-height: 580px; }.model-ring-one { width: 250px; height: 250px; }.model-ring-two { width: 350px; height: 350px; }.model-node-one { left: 0; top: 8%; }.model-node-two { right: 0; top: 28%; }.model-node-three { left: 0; bottom: 27%; }.model-node-four { right: 0; bottom: 7%; }
  .metric-grid { grid-template-columns: 1fr; }.metrics-shell { padding: 28px 20px; }
  .service-detail { grid-template-columns: 1fr; padding: 28px 21px; }.detail-outcome { grid-column: auto; }.detail-columns { grid-template-columns: 1fr; }.service-radar { min-height: 390px; }.r3 { width: 330px; height: 330px; }.coverage-matrix { overflow-x: auto; }.coverage-matrix > div { min-width: 700px; }
  .resource-filter { align-items: flex-start; flex-direction: column; }.article-comparison { grid-template-columns: 1fr; }
  .quick-info-grid { grid-template-columns: 1fr; }.cta-banner { align-items: flex-start; flex-direction: column; padding: 35px 25px; }.cta-banner h2 { font-size: 1.9rem; }.cta-banner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

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

/* v6: permanent light enterprise theme */
.top-service-bar {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #fff8f2, #f5f8f8);
  color: var(--brown);
}
.top-service-inner > div { color: var(--muted); opacity: 1; }
.site-header { background: rgba(248, 246, 242, .94); backdrop-filter: blur(18px); }
.site-header.is-scrolled { background: rgba(255, 255, 255, .95); }

.site-footer {
  padding: 68px 0 22px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #f4f1eb 0%, #ebe6dd 100%);
  color: var(--text);
}
.footer-intro p,
.footer-contact address,
.footer-column a { color: var(--muted); }
.footer-column h2 { color: var(--brown); }
.footer-column a:hover,
.footer-bottom a:hover { color: var(--orange); }
.system-pill { border-color: var(--line-strong); background: rgba(255,255,255,.58); color: var(--text); }
.footer-bottom { border-top-color: var(--line-strong); color: var(--muted); }
.footer-consultation { margin-top: 8px; color: var(--orange) !important; font-weight: 700; }

/* Detailed services */
.service-detail { scroll-margin-top: 125px; }
.service-detail-copy { min-width: 0; }
.service-detail .detail-intro { max-width: 760px; margin-top: 14px; color: var(--muted); }
.service-detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.service-detail-meta > div {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface-2);
}
.service-detail-meta span {
  display: block;
  color: var(--teal-dark);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.service-detail-meta strong { display: block; margin-top: 7px; color: var(--ink); font-size: .78rem; line-height: 1.45; }
.detail-section-title { margin: 26px 0 12px; color: var(--ink); font-family: "Libre Franklin", sans-serif; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.detail-outcome .button { width: 100%; margin-top: 22px; }
.service-audience-grid,
.industry-grid,
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-audience-grid article,
.industry-grid article,
.deliverable-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(62,43,41,.04);
}
.service-audience-grid span,
.industry-grid span,
.deliverable-grid span { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .65rem; font-weight: 700; }
.service-audience-grid h3,
.industry-grid h3,
.deliverable-grid h3 { margin-top: 16px; font-size: 1.25rem; }
.service-audience-grid p,
.industry-grid p,
.deliverable-grid p { margin-top: 10px; color: var(--muted); font-size: .88rem; }

/* Resource library and articles */
.resource-article { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.resource-article:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.resource-article .resource-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: auto; padding-top: 22px; }
.resource-article .resource-actions a { margin-top: 0; padding-top: 0; }
.resource-article .resource-actions a.download-link { color: var(--teal-dark); }
.article-meta-strip { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; color: var(--muted); font-size: .78rem; }
.article-meta-strip span { display: inline-flex; align-items: center; gap: 7px; }
.article-meta-strip i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.article-summary-box {
  margin: 30px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(135deg, var(--surface), var(--teal-soft));
}
.article-summary-box h2 { margin: 0; font-size: 1.35rem; }
.article-summary-box ul { margin-top: 17px; }
.article-step-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.article-step-grid > div { padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.article-step-grid span { color: var(--orange); font-family: "Roboto Mono", monospace; font-size: .65rem; font-weight: 700; }
.article-step-grid h3 { margin-top: 9px; font-size: 1.05rem; }
.article-step-grid p { margin-top: 9px; font-size: .9rem; }
.article-download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 38px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--gold-soft);
}
.article-download-card h3 { font-size: 1.2rem; }
.article-download-card p { margin-top: 7px; color: var(--muted); font-size: .88rem; }
.article-download-card .button { flex: 0 0 auto; }
.article-related { margin-top: 60px; padding-top: 38px; border-top: 1px solid var(--line); }
.article-related h2 { margin: 0 0 22px; font-size: 1.55rem; }
.related-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-resource-grid a { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); font-weight: 700; text-decoration: none; }
.related-resource-grid a:hover { border-color: var(--orange); color: var(--orange); }

/* Detailed about and contact */
.approach-timeline { display: grid; gap: 14px; }
.approach-timeline > div { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.approach-timeline > div > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-family: "Roboto Mono", monospace; font-size: .7rem; font-weight: 700; }
.approach-timeline h3 { font-size: 1.15rem; }
.approach-timeline p { margin-top: 7px; color: var(--muted); font-size: .88rem; }
.contact-expectations { display: grid; gap: 12px; margin-top: 30px; }
.contact-expectations > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.contact-expectations > div > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; }
.contact-expectations strong { color: var(--ink); }
.contact-expectations p { margin-top: 3px; color: var(--muted); font-size: .84rem; }
.form-grid .field-third { grid-column: span 1; }
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: .68rem; }

@media (max-width: 900px) {
  .service-detail-meta,
  .service-audience-grid,
  .industry-grid,
  .deliverable-grid { grid-template-columns: 1fr 1fr; }
  .related-resource-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .service-detail-meta,
  .service-audience-grid,
  .industry-grid,
  .deliverable-grid,
  .article-step-grid,
  .related-resource-grid { grid-template-columns: 1fr; }
  .article-download-card { align-items: flex-start; flex-direction: column; }
  .article-download-card .button { width: 100%; }
  .approach-timeline > div { grid-template-columns: 48px 1fr; padding: 18px; }
}

/* Protected enquiry dashboard */
.admin-login-card { max-width: 520px; margin: 0 auto; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-sm); }
.admin-login-card > p { margin: 10px 0 24px; color: var(--muted); }
.admin-login-card form { display: grid; gap: 18px; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.admin-toolbar p { margin-top: 7px; color: var(--muted); }
.admin-toolbar > div:last-child { display: flex; gap: 10px; }
.admin-records { display: grid; gap: 18px; }
.admin-record { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 10px 30px rgba(62,43,41,.04); }
.admin-record-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.admin-record-head span { color: var(--teal-dark); font-family: "Roboto Mono", monospace; font-size: .65rem; font-weight: 700; }
.admin-record-head h3 { margin-top: 7px; font-size: 1.35rem; }
.admin-record-head p, .admin-record-head small { display: block; margin-top: 5px; color: var(--muted); font-size: .78rem; }
.admin-record-head > div:last-child { text-align: right; }
.admin-record-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.admin-record-grid > div { padding: 14px; border-radius: 10px; background: var(--surface-2); }
.admin-record-grid dt { color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.admin-record-grid dd { margin-top: 5px; color: var(--ink); font-size: .8rem; }
.admin-message { margin-top: 18px; padding: 18px; border-radius: 11px; background: var(--bg-alt); }
.admin-message strong { color: var(--ink); }
.admin-message p { margin-top: 8px; white-space: normal; }
.admin-delivery { margin-top: 14px; color: var(--muted); font-size: .72rem; }
.admin-empty { padding: 50px; border: 1px dashed var(--line-strong); border-radius: 16px; text-align: center; }
.admin-empty p { margin-top: 8px; color: var(--muted); }
@media (max-width: 900px) { .admin-record-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .admin-toolbar, .admin-record-head { align-items: flex-start; flex-direction: column; }.admin-toolbar > div:last-child, .admin-toolbar form { width: 100%; }.admin-toolbar .button { width: 100%; }.admin-record-head > div:last-child { text-align: left; }.admin-record-grid { grid-template-columns: 1fr; } }

/* v7: compact spacing, contact readability and permanent light presentation */
html,
body { color-scheme: light only; }

/* Keep the visual rhythm detailed without creating oversized empty areas. */
.section { padding: 82px 0; }
.section-heading { margin-bottom: 36px; }
.section-heading p { margin-top: 13px; }
.page-hero,
.article-hero,
.legal-hero { padding: 78px 0 72px; }
.page-hero-grid { gap: 54px; }
.page-hero h1,
.article-hero h1,
.legal-hero h1 { font-size: clamp(2.8rem, 5vw, 4.65rem); }
.page-hero-card,
.contact-summary { padding: 28px; }

/* Contact page: the previous dark-section heading rules made this content white
   on a white background, which looked like a large blank space. */
.contact-page-section .contact-shell {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
}
.contact-page-section .contact-intro {
  position: sticky;
  top: 118px;
  align-self: start;
  padding-top: 0;
}
.contact-page-section .contact-intro .section-kicker { color: var(--teal-dark); }
.contact-page-section .contact-intro h2 {
  max-width: 540px;
  color: var(--ink);
  font-size: clamp(2rem, 3.4vw, 3rem);
}
.contact-page-section .contact-intro > p {
  max-width: 520px;
  margin-top: 16px;
  color: var(--muted);
}
.contact-channel-section { padding-bottom: 24px; }
.contact-channel-grid { transform: translateY(-22px); }
.contact-channel-card { min-height: 196px; padding: 26px; }
.contact-channel-card h2 { margin-top: 22px; }
.contact-panel-large { padding: 30px; }
.contact-form { gap: 18px; }
.form-heading { margin-bottom: 20px; }
.form-grid { gap: 14px; }
.contact-form textarea { min-height: 150px; }
.contact-expectations { margin-top: 24px; }
.privacy-note { margin-top: 22px; }
.quick-info-grid > div { padding: 19px; }

/* Detailed service page: retain all useful detail while reducing page length. */
.service-radar { min-height: 410px; }
.service-detail-list { gap: 18px; }
.service-detail {
  grid-template-columns: 54px minmax(0, 1fr) 250px;
  gap: 24px;
  padding: 32px;
}
.service-number { font-size: 1.7rem; }
.service-detail h2 { font-size: clamp(1.65rem, 2.4vw, 1.95rem); }
.service-detail .detail-intro { margin-top: 10px; line-height: 1.55; }
.service-detail-meta { margin-top: 18px; }
.service-detail-meta > div { padding: 14px; }
.detail-section-title { margin: 21px 0 9px; }
.detail-columns { gap: 18px; margin-top: 0; }
.check-list { gap: 8px; }
.check-list li { line-height: 1.5; }
.detail-outcome { padding: 20px; }
.detail-outcome strong { margin-top: 13px; }
.detail-outcome .button { margin-top: 18px; }
.service-audience-grid article,
.industry-grid article,
.deliverable-grid article,
.value-grid article,
.capability-cards article,
.service-model-grid article { padding: 23px; }
.service-audience-grid h3,
.industry-grid h3,
.deliverable-grid h3 { margin-top: 12px; }
.capability-cards { margin-top: 36px; }

/* Other page-level spacing reductions. */
.content-split { gap: 64px; }
.long-copy { gap: 18px; }
.operating-model-grid { gap: 52px; }
.metrics-shell { gap: 42px; padding: 36px; }
.resource-grid-new { gap: 18px; }
.resource-article { min-height: 330px; padding: 24px; }
.resource-icon-mini,
.resource-visual-mini { margin-top: 20px; }
.resource-article h2 { margin-top: 20px; }
.article-layout,
.legal-layout { gap: 52px; }
.prose h2 { margin-top: 38px; }
.article-related { margin-top: 46px; padding-top: 30px; }
.section-cta { padding: 54px 0; }
.cta-banner { min-height: 170px; padding: 38px 44px; }
.site-footer { padding: 52px 0 20px; }
.footer-bottom { margin-top: 38px; }

@media (max-width: 1120px) {
  .contact-page-section .contact-shell { grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr); gap: 34px; }
  .service-detail { grid-template-columns: 48px minmax(0, 1fr); }
  .service-detail .detail-outcome { grid-column: 2; }
}

@media (max-width: 900px) {
  .section { padding: 68px 0; }
  .page-hero,
  .article-hero,
  .legal-hero { padding: 64px 0 58px; }
  .contact-page-section .contact-shell { grid-template-columns: 1fr; gap: 34px; }
  .contact-page-section .contact-intro { position: static; }
  .contact-channel-grid { transform: translateY(-14px); }
  .service-detail { padding: 28px; }
}

@media (max-width: 640px) {
  .section { padding: 54px 0; }
  .section-heading { margin-bottom: 28px; }
  .page-hero,
  .article-hero,
  .legal-hero { padding: 54px 0 50px; }
  .page-hero h1,
  .article-hero h1,
  .legal-hero h1 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .page-hero-card,
  .contact-summary,
  .contact-panel,
  .contact-panel-large { padding: 22px 18px; }
  .contact-channel-card { min-height: auto; padding: 23px; }
  .contact-channel-card h2 { margin-top: 16px; }
  .contact-page-section .contact-intro h2 { font-size: 2.15rem; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .service-radar { min-height: 360px; }
  .service-detail { grid-template-columns: 1fr; gap: 16px; padding: 23px 18px; }
  .service-detail .detail-outcome { grid-column: auto; }
  .service-detail-meta { grid-template-columns: 1fr; }
  .detail-columns { grid-template-columns: 1fr; }
  .cta-banner { min-height: 0; padding: 30px 22px; }
  .site-footer { padding-top: 44px; }
}

/* Prevent visually hidden form controls from creating horizontal overflow. */
.choice-card { position: relative; }
.choice-card input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  inset: 50% auto auto 50%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.hp-field {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
