:root {
  --ink: #271b31;
  --muted: #69616f;
  --royal-deep: #3e1f5d;
  --royal: #7851a9;
  --royal-bright: #8b6ab0;
  --gold: #d4af37;
  --gold-soft: #f4e7b2;
  --paper: #fbfafc;
  --paper-deep: #f4eff7;
  --white: #ffffff;
  --line: rgba(62, 31, 93, 0.14);
  --shadow: 0 16px 44px rgba(62, 31, 93, 0.1);
  --radius: 12px;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  margin: 0;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.skip-link {
  background: var(--gold);
  color: var(--royal-deep);
  font-weight: 800;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}
.skip-link:focus { top: 16px; }

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 74px;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 64px);
  position: sticky;
  top: 0;
  z-index: 40;
}
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; }
.brand-logo { height: auto; width: clamp(222px, 20vw, 278px); }
.footer-brand-logo { width: min(100%, 318px); }
.nav { align-items: center; display: flex; gap: 2px; }
.nav a { border-radius: 999px; color: #4c3a58; font-size: .84rem; font-weight: 700; padding: 9px 11px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--royal); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--gold); }
.nav .nav-cta { background: var(--royal-deep); color: var(--white); margin-left: 8px; padding-inline: 17px; }
.nav .nav-cta:hover { background: var(--royal); color: var(--white); }
.menu-button { display: none; }

.hero {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  isolation: isolate;
  min-height: min(700px, calc(100vh - 74px));
  overflow: hidden;
  padding: clamp(76px, 9vw, 112px) clamp(20px, 6vw, 76px) 58px;
  position: relative;
}
.hero::before {
  background: none;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}
.hero-grid {
  margin: 0 auto;
  max-width: 1240px;
}
.hero::after { border: 1px solid rgba(212,175,55,.45); border-radius: 50%; content: ""; height: clamp(280px, 38vw, 520px); position: absolute; right: clamp(-210px, -10vw, -70px); top: clamp(80px, 9vw, 120px); width: clamp(280px, 38vw, 520px); z-index: -1; }
.hero-copy { max-width: 850px; }
.eyebrow {
  color: var(--royal);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 6.4vw, 6.1rem); line-height: .97; margin-bottom: 28px; max-width: 930px; }
h2 { font-size: clamp(2.15rem, 4vw, 4.1rem); line-height: 1.02; margin-bottom: 18px; }
h3 { font-size: 1.15rem; line-height: 1.25; }
.hero-lead { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; max-width: 760px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: .92rem;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--royal); box-shadow: 0 12px 30px rgba(90,35,137,.18); color: var(--white); }
.button.secondary { border-color: rgba(90,35,137,.25); color: var(--royal); }
.button.dark { background: var(--royal-deep); color: var(--white); }
.button.light { background: var(--white); color: var(--royal-deep); }
.arrow { font-size: 1.15em; line-height: 1; }

.signal-bar { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin: 52px auto 0; max-width: 1240px; }
.signal-bar div { border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; letter-spacing: .06em; padding: 17px 12px 0 0; text-transform: uppercase; }

.section { padding: clamp(68px, 8vw, 104px) clamp(20px, 6vw, 76px); }
.section + .section { border-top: 0; }
.section-inner { margin: 0 auto; max-width: 1240px; }
.section-heading { display: grid; gap: 36px; grid-template-columns: 1fr 1fr; margin-bottom: 38px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1rem; line-height: 1.68; max-width: 600px; padding-top: 6px; }
.paper { background: var(--paper); }
.white { background: var(--white); }
.tint { background: var(--white); }

.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 26px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.service-number { color: var(--royal); font-family: var(--serif); font-size: 1.2rem; margin-bottom: 34px; }
.service-card h3 { font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.1rem); font-weight: 500; margin-bottom: 16px; }
.service-card p { color: var(--muted); line-height: 1.62; }
.service-card .text-link { margin-top: auto; }
.text-link { align-items: center; color: var(--royal); display: inline-flex; font-size: .9rem; font-weight: 850; gap: 8px; padding-top: 20px; }

.practice-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.practice-card { background: var(--white); border: 1px solid var(--line); border-top: 2px solid var(--gold); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 420px; padding: clamp(26px, 3vw, 36px); }
.practice-number, .practice-intro > .practice-number { color: var(--royal); font-family: var(--serif); font-size: 1.35rem; }
.practice-card h3 { font-family: var(--serif); font-size: clamp(1.65rem, 2.3vw, 2.3rem); font-weight: 500; margin: 36px 0 14px; }
.practice-card p { color: var(--muted); line-height: 1.65; }
.practice-card > strong { color: var(--royal-deep); font-size: .88rem; line-height: 1.5; margin-top: 24px; }
.practice-links { border-top: 1px solid var(--line); margin-top: 24px; }
.practice-links a { align-items: center; border-bottom: 1px solid var(--line); color: var(--royal); display: flex; font-size: .87rem; font-weight: 800; gap: 16px; justify-content: space-between; padding: 14px 0; }
.section-action { display: flex; justify-content: flex-end; margin-top: 20px; }

.output-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.output-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); min-height: 128px; padding: 20px; }
.output-card span { color: var(--royal); font-family: var(--serif); }
.output-card h3 { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; margin: 20px 0 0; }

.audience-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.audience-card { background: var(--white); border: 1px solid var(--line); border-top: 2px solid var(--royal); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 315px; padding: 26px; }
.audience-card .audience-label { color: var(--royal); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.audience-card h3 { font-family: var(--serif); font-size: clamp(1.35rem, 1.8vw, 1.7rem); font-weight: 500; max-width: 590px; }
.audience-card > p:not(.audience-label) { color: var(--muted); line-height: 1.65; max-width: 620px; }
.audience-card .text-link { margin-top: auto; }

.sector-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sector-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 290px; padding: 26px; transition: box-shadow .25s ease, transform .25s ease; }
.sector-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.sector-card > span:first-child { color: var(--royal); font-family: var(--serif); }
.sector-card h3 { font-family: var(--serif); font-size: clamp(1.4rem, 1.8vw, 1.75rem); font-weight: 500; margin: 32px 0 14px; }
.sector-card p { color: var(--muted); line-height: 1.62; max-width: 620px; }
.sector-card .text-link { margin-top: auto; }

.delivery-grid { display: grid; gap: clamp(48px, 7vw, 90px); grid-template-columns: .85fr 1.15fr; }
.delivery-column + .delivery-column { border-left: 1px solid var(--line); padding-left: clamp(40px, 6vw, 76px); }
.compact-heading { margin-bottom: 32px; }
.compact-heading h2 { font-size: clamp(2rem, 3.3vw, 3.5rem); }
.compact-heading > p:last-child { color: var(--muted); line-height: 1.65; max-width: 540px; }
.steps { counter-reset: process; display: grid; gap: 0; grid-template-columns: 1fr; }
.step { border-top: 1px solid var(--line); padding: 24px 10px 0 0; }
.step::before { color: var(--royal); content: "0" counter(process); counter-increment: process; display: block; font-family: var(--serif); font-size: 1.05rem; margin-bottom: 20px; }
.step h3 { font-size: 1.1rem; }
.step p { color: var(--muted); line-height: 1.58; }

.format-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.format-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); min-height: 235px; padding: clamp(26px, 3vw, 34px); }
.format-card > span { color: var(--royal); font-family: var(--serif); }
.format-card h3 { font-family: var(--serif); font-size: clamp(1.4rem, 1.8vw, 1.85rem); font-weight: 500; margin: 34px 0 12px; }
.format-card p { color: var(--muted); line-height: 1.62; }

.standards { display: grid; gap: 18px; grid-template-columns: .9fr 1.1fr; }
.standards-lead { background: var(--white); border: 1px solid rgba(212,175,55,.8); border-radius: var(--radius); color: var(--ink); padding: clamp(32px, 4vw, 48px); }
.standards-lead h2 { font-size: clamp(2.2rem, 3.5vw, 3.7rem); }
.standards-lead p { line-height: 1.65; max-width: 520px; }
.standards-list { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px clamp(24px, 4vw, 46px); }
.standard { border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 36px 1fr; padding: 23px 0; }
.standard:last-child { border-bottom: 0; }
.standard span { color: var(--royal); font-family: var(--serif); }
.standard h3 { margin-bottom: 7px; }
.standard p { color: var(--muted); line-height: 1.55; margin: 0; }

.cta-panel { align-items: end; background: var(--white); border: 1px solid rgba(120,81,169,.26); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(62,31,93,.07); color: var(--ink); display: grid; gap: 40px; grid-template-columns: 1.3fr .7fr; overflow: hidden; padding: clamp(34px, 5vw, 58px); position: relative; }
.cta-panel::after { border: 1px solid rgba(212,175,55,.42); border-radius: 50%; content: ""; height: 300px; position: absolute; right: -120px; top: -180px; width: 300px; }
.cta-panel h2 { max-width: 850px; }
.cta-panel p { color: var(--muted); line-height: 1.65; max-width: 620px; }
.cta-panel .actions { justify-content: flex-end; position: relative; z-index: 1; }
.cta-panel .button.light { background: var(--royal); color: var(--white); }

.page-hero { background: var(--white); border-bottom: 1px solid var(--line); color: var(--ink); padding: 34px clamp(20px, 6vw, 76px) clamp(68px, 8vw, 96px); }
.page-hero-inner { margin: 0 auto; max-width: 1240px; }
.breadcrumbs { color: var(--muted); font-size: .78rem; margin-bottom: clamp(48px, 7vw, 78px); }
.breadcrumbs a:hover { color: var(--royal); }
.page-hero h1 { font-size: clamp(2.9rem, 5.5vw, 5.3rem); max-width: 1000px; }
.page-hero .hero-lead { max-width: 780px; }
.page-kicker { border-top: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin-top: 38px; padding-top: 18px; }
.page-kicker span { color: var(--muted); font-size: .86rem; }

.cta-panel .eyebrow, .dark-panel .eyebrow { color: var(--royal); }

.content-grid { display: grid; gap: clamp(38px, 6vw, 78px); grid-template-columns: .72fr 1.28fr; }
.content-aside { align-self: start; position: sticky; top: 110px; }
.content-aside p { color: var(--muted); line-height: 1.62; }
.content-main { display: grid; gap: 14px; }
.deliverable { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); display: grid; gap: 20px; grid-template-columns: 44px 1fr; padding: 22px; }
.deliverable > span { align-items: center; background: var(--white); border: 1px solid rgba(90,35,137,.28); border-radius: 50%; color: var(--royal); display: inline-flex; font-family: var(--serif); height: 42px; justify-content: center; width: 42px; }
.deliverable h3 { margin-bottom: 8px; }
.deliverable p { color: var(--muted); line-height: 1.58; margin: 0; }

.trigger-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.trigger-card { background: var(--white); border: 1px solid var(--line); border-top: 2px solid var(--gold); border-radius: var(--radius); min-height: 180px; padding: 24px; }
.trigger-card span { color: var(--royal); font-family: var(--serif); }
.trigger-card p { color: var(--ink); font-family: var(--serif); font-size: 1.16rem; line-height: 1.4; margin: 28px 0 0; }

.split { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3.5vw, 36px); }
.panel.dark-panel { background: var(--white); border-color: rgba(90,35,137,.32); color: var(--ink); }
.panel h3 { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; }
.panel p, .panel li { color: var(--muted); line-height: 1.6; }
.dark-panel p, .dark-panel li { color: var(--muted); }
.clean-list { display: grid; gap: 11px; list-style: none; margin: 22px 0 0; padding: 0; }
.clean-list li { border-top: 1px solid var(--line); padding-top: 11px; }
.dark-panel .clean-list li { border-color: var(--line); }

.context-note { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--royal); color: #463752; line-height: 1.62; padding: 20px 22px; }
.context-note a { color: var(--royal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.context-stack { display: grid; gap: 12px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { cursor: pointer; font-weight: 800; list-style: none; padding-right: 30px; position: relative; }
.faq summary::after { color: var(--royal); content: "+"; font-size: 1.3rem; position: absolute; right: 0; top: -4px; }
.faq details[open] summary::after { content: "-"; }
.faq details p { color: var(--muted); line-height: 1.62; margin: 14px 0 0; max-width: 820px; }

.related-panel { align-items: start; display: grid; gap: clamp(40px, 7vw, 100px); grid-template-columns: .9fr 1.1fr; }
.related-panel > div:first-child > p:last-child { color: var(--muted); line-height: 1.65; max-width: 600px; }
.related-links { border-top: 1px solid var(--line); }
.related-link { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 1rem; font-weight: 800; gap: 20px; justify-content: space-between; padding: 20px 2px; }
.related-link:hover { color: var(--royal); }

.practice-section { scroll-margin-top: 84px; }
.practice-intro { display: grid; gap: 26px; grid-template-columns: 48px minmax(0, 760px); margin-bottom: 38px; }
.practice-intro h2 { margin-top: 8px; }
.practice-intro p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.practice-intro strong { color: var(--royal); }
.service-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.route-list { border-top: 1px solid var(--line); }
.route-list a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 40px 1fr auto; padding: 18px 0; }
.route-list a:hover p { color: var(--royal); }
.route-list span:first-child { color: var(--royal); font-family: var(--serif); }
.route-list p { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.65rem); margin: 0; transition: color .2s ease; }

.audience-detail-list { display: grid; }
.audience-detail { display: grid; gap: clamp(26px, 4vw, 54px); grid-template-columns: 52px minmax(0, 1.15fr) minmax(260px, .85fr); padding: clamp(46px, 6vw, 68px) 0; scroll-margin-top: 78px; }
.audience-detail + .audience-detail { border-top: 1px solid var(--line); }
.audience-index { color: var(--royal); font-family: var(--serif); font-size: 1.3rem; }
.audience-detail h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); }
.audience-detail > div:nth-child(2) > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.outcome-note { border-left: 3px solid var(--gold); display: grid; gap: 7px; margin-top: 28px; padding-left: 18px; }
.outcome-note span { color: var(--muted); line-height: 1.55; }
.region-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.region-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); min-height: 220px; padding: 28px; }
.region-card h3 { color: var(--royal-deep); font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.region-card p { color: var(--muted); line-height: 1.62; }

.sector-detail-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sector-detail { background: var(--white); border: 1px solid var(--line); border-top: 2px solid var(--gold); border-radius: var(--radius); padding: clamp(28px, 3.5vw, 40px); scroll-margin-top: 88px; }
.sector-detail > span { color: var(--royal); font-family: var(--serif); }
.sector-detail h2 { font-size: clamp(1.85rem, 3vw, 3rem); margin-top: 30px; }
.sector-detail > p { color: var(--muted); line-height: 1.68; }
.lens-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lens-card { border-top: 1px solid var(--line); padding: 24px 16px 0 0; }
.lens-card span { color: var(--royal); font-family: var(--serif); }
.lens-card h3 { margin-top: 30px; }
.lens-card p { color: var(--muted); line-height: 1.58; }

.brief-layout { display: grid; gap: 38px; grid-template-columns: .8fr 1.2fr; }
.brief-prep { display: grid; gap: 40px; grid-template-columns: .72fr 1.28fr; }
.prep-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.prep-grid article { border-top: 1px solid var(--line); padding-top: 20px; }
.prep-grid span { color: var(--royal); font-family: var(--serif); }
.prep-grid h3 { margin: 34px 0 10px; }
.prep-grid p { color: var(--muted); line-height: 1.55; }
.brief-copy p { color: var(--muted); line-height: 1.65; }
.brief-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(62,31,93,.07); display: grid; gap: 16px; padding: clamp(24px, 3.5vw, 36px); }
.form-row { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
label { color: #4c3a58; display: grid; font-size: .84rem; font-weight: 800; gap: 7px; }
input, select, textarea { background: var(--white); border: 1px solid #d6cee0; border-radius: 10px; color: var(--ink); min-height: 48px; padding: 11px 12px; width: 100%; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--royal); box-shadow: 0 0 0 3px rgba(90,35,137,.16); outline: none; }
.copy-status { color: var(--royal); font-size: .87rem; font-weight: 700; min-height: 22px; }
.privacy-note { background: var(--white); border: 1px solid #e2ca72; border-radius: 12px; color: #5c4513; font-size: .88rem; line-height: 1.55; padding: 14px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.system-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.system-card { background: var(--white); border: 1px solid var(--line); border-top: 2px solid var(--gold); border-radius: var(--radius); min-height: 245px; padding: clamp(24px, 3vw, 32px); }
.system-card > span { color: var(--royal); font-family: var(--serif); font-size: 1.1rem; }
.system-card h3 { font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2rem); font-weight: 500; margin: 34px 0 12px; }
.system-card p { color: var(--muted); line-height: 1.62; }
.system-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.method-note { align-items: start; background: var(--paper); border-left: 4px solid var(--gold); display: grid; gap: 16px; grid-template-columns: 170px 1fr; margin-top: 30px; padding: 22px 24px; }
.method-note strong { color: var(--royal-deep); }
.method-note p { color: var(--muted); line-height: 1.6; margin: 0; }
.method-note a, .privacy-copy a { color: var(--royal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.method-timeline { border-top: 1px solid var(--line); }
.method-stage { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: clamp(22px, 4vw, 52px); grid-template-columns: 52px minmax(0, 1.25fr) minmax(230px, .75fr); padding: 28px 0; }
.method-index { color: var(--royal); font-family: var(--serif); font-size: 1.15rem; }
.method-stage h3 { font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.9rem); font-weight: 500; margin-bottom: 9px; }
.method-stage p { color: var(--muted); line-height: 1.62; margin: 0; }
.method-output { border-left: 2px solid var(--gold); display: grid; gap: 7px; padding-left: 18px; }
.method-output strong { color: var(--royal); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.method-output span { color: var(--muted); line-height: 1.5; }
.governance-grid { display: grid; gap: 15px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.governance-card { border-top: 2px solid var(--gold); padding: 22px 14px 0 0; }
.governance-card > span { color: var(--royal); font-family: var(--serif); }
.governance-card h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; margin: 30px 0 10px; }
.governance-card p { color: var(--muted); line-height: 1.56; }
.tool-promo { align-items: center; background: var(--white); border: 1px solid rgba(120,81,169,.26); border-radius: var(--radius); box-shadow: var(--shadow); display: grid; gap: 38px; grid-template-columns: 1.25fr .75fr; padding: clamp(32px, 5vw, 56px); }
.tool-promo p { color: var(--muted); line-height: 1.65; max-width: 700px; }
.tool-promo .actions { justify-content: flex-end; margin-top: 0; }

.diagnostic-intro { display: grid; gap: clamp(34px, 6vw, 80px); grid-template-columns: .8fr 1.2fr; }
.diagnostic-intro > div:last-child > p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.diagnostic-layout { align-items: start; display: grid; gap: clamp(28px, 5vw, 60px); grid-template-columns: 1fr; }
.diagnostic-layout[data-complete] { grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); }
.diagnostic-form { display: grid; gap: 16px; max-width: 980px; }
.diagnostic-layout[data-complete] .diagnostic-form { max-width: none; }
.diagnostic-question { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); margin: 0; padding: clamp(22px, 3vw, 30px); }
.diagnostic-question legend { color: var(--ink); font-family: var(--serif); font-size: clamp(1.16rem, 1.6vw, 1.38rem); line-height: 1.42; padding: 0; width: 100%; }
.diagnostic-question legend span { color: var(--royal); display: block; font-family: var(--serif); font-size: .9rem; margin-bottom: 10px; }
.scale-options { display: grid; gap: 8px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 22px; }
.scale-options label { cursor: pointer; font-size: .78rem; font-weight: 700; position: relative; }
.scale-options input { height: 1px; min-height: 1px; opacity: 0; position: absolute; width: 1px; }
.scale-options label span { align-items: center; background: var(--white); border: 1px solid #d6cee0; border-radius: 10px; color: var(--muted); display: flex; justify-content: center; min-height: 58px; padding: 9px; text-align: center; transition: border .2s ease, background .2s ease, color .2s ease; }
.scale-options input:checked + span { background: var(--royal-deep); border-color: var(--royal-deep); color: var(--white); }
.scale-options input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.diagnostic-submit { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; padding-top: 8px; }
.diagnostic-status { color: var(--royal); font-size: .86rem; font-weight: 800; margin: 0; }
.diagnostic-result { background: var(--white); border: 1px solid rgba(120,81,169,.3); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 4vw, 40px); position: sticky; top: 94px; }
.diagnostic-result[hidden] { display: none; }
.score-ring { align-items: baseline; background: radial-gradient(circle at center, var(--white) 58%, transparent 59%), conic-gradient(var(--royal) var(--score, 0deg), var(--gold-soft) 0); border-radius: 50%; display: flex; height: 144px; justify-content: center; margin: 8px 0 24px; padding-top: 49px; width: 144px; }
.score-ring strong { color: var(--royal-deep); font-family: var(--serif); font-size: 2.4rem; font-weight: 500; }
.score-ring span { color: var(--muted); font-size: .8rem; }
.diagnostic-result h2 { font-size: clamp(2rem, 3vw, 3rem); }
.diagnostic-result > p:not(.eyebrow, .scope-note, .copy-status) { color: var(--muted); line-height: 1.62; }
.pillar-scores { border-top: 1px solid var(--line); display: grid; gap: 16px; margin-top: 24px; padding-top: 24px; }
.pillar-score > div { display: flex; font-size: .83rem; justify-content: space-between; margin-bottom: 8px; }
.pillar-score > div span { color: var(--muted); }
.pillar-score progress { accent-color: var(--royal); height: 8px; width: 100%; }
.recommendations { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 24px; }
.recommendations h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.recommendations ul { color: var(--muted); display: grid; gap: 12px; line-height: 1.58; padding-left: 20px; }
.scope-note { background: var(--paper); border-left: 3px solid var(--gold); color: var(--muted); font-size: .82rem; line-height: 1.55; margin-top: 24px; padding: 14px; }

.horizon-services { border-top: 1px solid var(--line); }
.horizon-service-list { display: grid; gap: 22px; }
.horizon-service-line { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 5vw, 56px); }
.horizon-service-line[data-primary-service="true"] { border-color: rgba(120, 81, 169, .42); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.horizon-service-heading { display: grid; gap: clamp(26px, 5vw, 64px); grid-template-columns: 76px 1fr; }
.horizon-service-heading > span { color: var(--royal); font-family: var(--serif); font-size: 1.35rem; }
.horizon-service-heading h2 { font-size: clamp(2.15rem, 4vw, 4rem); }
.horizon-service-heading > div > p:last-child { color: var(--muted); font-size: 1.04rem; line-height: 1.72; max-width: 820px; }
.horizon-service-detail { border-top: 1px solid var(--line); display: grid; gap: clamp(36px, 7vw, 90px); grid-template-columns: .82fr 1.18fr; margin-left: 140px; margin-top: 30px; padding-top: 30px; }
.horizon-service-detail strong { color: var(--royal-deep); display: block; font-size: .75rem; letter-spacing: .08em; margin-bottom: 14px; text-transform: uppercase; }
.horizon-service-detail p { color: var(--muted); line-height: 1.68; }
.horizon-service-detail .clean-list { column-gap: 30px; columns: 2; }
.horizon-service-detail .clean-list li { break-inside: avoid; }
.service-boundary { background: var(--paper); border-left: 3px solid var(--gold); font-size: .83rem; padding: 13px 15px; }

.insight-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.insight-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.insight-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 390px; padding: clamp(24px, 3vw, 34px); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.insight-card:hover { border-color: rgba(120, 81, 169, .44); box-shadow: var(--shadow); transform: translateY(-3px); }
.insight-card h2 { font-size: clamp(1.65rem, 2.4vw, 2.2rem); }
.insight-card > p { color: var(--muted); line-height: 1.65; }
.insight-meta { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: .72rem; font-weight: 750; gap: 12px; justify-content: space-between; margin-bottom: 42px; }
.insight-meta span:first-child { color: var(--royal); letter-spacing: .06em; text-transform: uppercase; }
.insight-card-footer { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: .76rem; justify-content: space-between; margin-top: auto; padding-top: 22px; }
.editorial-standard { align-items: start; display: grid; gap: clamp(46px, 8vw, 110px); grid-template-columns: .85fr 1.15fr; }
.editorial-points { border-top: 1px solid var(--line); }
.editorial-points article { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 42px 1fr; padding: 22px 0; }
.editorial-points strong { color: var(--royal); font-family: var(--serif); }
.editorial-points p { color: var(--muted); line-height: 1.65; margin: 0; }
.insight-hero .insight-meta { justify-content: flex-start; margin: 20px 0 26px; }
.article-layout { align-items: start; display: grid; gap: clamp(52px, 9vw, 120px); grid-template-columns: 1.35fr .65fr; }
.article-copy { max-width: 780px; }
.article-copy > p { color: #43384a; font-family: var(--serif); font-size: clamp(1.08rem, 1.5vw, 1.22rem); line-height: 1.82; }
.article-copy > p + p { margin-top: 26px; }
.article-aside { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(24px, 3vw, 34px); position: sticky; top: 96px; }
.article-aside ul { color: var(--muted); display: grid; gap: 16px; line-height: 1.6; padding-left: 20px; }
.article-aside .button { margin-top: 18px; }
.source-list { border-top: 1px solid var(--line); margin-top: 54px; padding-top: 36px; }
.source-list h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.source-list ol { list-style: none; margin: 28px 0 0; padding: 0; }
.source-list li { border-top: 1px solid var(--line); }
.source-list li:last-child { border-bottom: 1px solid var(--line); }
.source-list a { display: block; padding: 18px 0; }
.source-list a strong { display: block; line-height: 1.45; }
.source-list a span { color: var(--muted); display: block; font-size: .78rem; line-height: 1.55; margin-top: 7px; }
.source-list a:hover strong { color: var(--royal); }
.article-disclaimer { background: var(--paper); border-left: 3px solid var(--gold); color: var(--muted) !important; font-family: var(--sans) !important; font-size: .82rem !important; line-height: 1.62 !important; margin-top: 34px !important; padding: 15px 17px; }

.leadership-preview { align-items: center; display: grid; gap: clamp(42px, 8vw, 110px); grid-template-columns: minmax(250px, .72fr) 1.28fr; }
.leadership-preview > img { aspect-ratio: 1; border: 1px solid var(--line); border-radius: var(--radius); object-fit: cover; width: 100%; }
.leadership-preview > div > p:not(.eyebrow, .leadership-title) { color: var(--muted); font-size: 1.02rem; line-height: 1.72; max-width: 690px; }
.leadership-title { color: var(--royal); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.leadership-proof { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: auto 1fr; margin: 28px 0; padding: 19px 0; }
.leadership-proof strong { color: var(--royal-deep); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: 1; }
.leadership-proof span { color: var(--muted); font-size: .84rem; line-height: 1.55; }
.leadership-hero-grid { align-items: center; display: grid; gap: clamp(40px, 8vw, 110px); grid-template-columns: 1.3fr .7fr; }
.leadership-hero-grid h1 { max-width: 760px; }
.leader-photo { aspect-ratio: 1; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; width: 100%; }
.leadership-layout { align-items: start; display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: .62fr 1.38fr; }
.leader-bio h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.leader-bio p { color: var(--muted); font-size: 1.03rem; line-height: 1.78; }
.credential-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.credential-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); min-height: 280px; padding: 28px; }
.credential-card > span { color: var(--royal); font-family: var(--serif); }
.credential-card h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; margin-top: 34px; }
.credential-card p { color: var(--muted); line-height: 1.62; }
.point-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.point-grid article { background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: var(--radius); padding: clamp(26px, 4vw, 40px); }
.point-grid p { font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 1.9rem); line-height: 1.35; margin: 0; }

.contact-details { align-items: start; display: grid; gap: clamp(42px, 8vw, 110px); grid-template-columns: 1.1fr .9fr; }
.contact-details > div > p { color: var(--muted); line-height: 1.68; max-width: 620px; }
.contact-details dl { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); margin: 0; padding: 12px clamp(22px, 3vw, 32px); }
.contact-details dl div { border-bottom: 1px solid var(--line); padding: 18px 0; }
.contact-details dl div:last-child { border-bottom: 0; }
.contact-details dt { color: var(--royal); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { color: var(--ink); line-height: 1.6; margin: 7px 0 0; }
.contact-details dd a { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }

.privacy-layout { align-items: start; display: grid; gap: clamp(46px, 7vw, 96px); grid-template-columns: .8fr 1.2fr; }
.privacy-layout > aside { position: sticky; top: 104px; }
.privacy-layout > aside > p:last-child { color: var(--muted); line-height: 1.68; }
.privacy-copy { border-top: 1px solid var(--line); }
.privacy-copy section { border-bottom: 1px solid var(--line); padding: 0 0 30px; }
.privacy-copy section + section { padding-top: 30px; }
.privacy-copy h2 { font-size: clamp(1.45rem, 2.3vw, 2.1rem); }
.privacy-copy p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }

.site-footer { background: var(--white); border-top: 1px solid var(--line); color: var(--ink); padding: 54px clamp(20px, 6vw, 76px) 26px; }
.footer-grid { display: grid; gap: 42px; grid-template-columns: 1.15fr .72fr .95fr .95fr; margin: 0 auto 52px; max-width: 1240px; }
.footer-intro { max-width: 410px; }
.footer-intro p { color: var(--muted); line-height: 1.6; margin-top: 18px; }
.footer-col strong { color: var(--royal); display: block; font-size: .72rem; letter-spacing: .12em; margin-bottom: 16px; text-transform: uppercase; }
.footer-col a { color: var(--muted); display: block; font-size: .88rem; margin: 11px 0; }
.footer-col a:hover { color: var(--royal); }
.footer-contact p { color: var(--muted); font-size: .84rem; line-height: 1.6; }
.footer-col .back-to-top { color: var(--royal); font-weight: 800; margin-top: 24px; }
.footer-bottom { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: .76rem; gap: 24px; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding-top: 22px; }

.js [data-reveal] { opacity: 1; transform: translateY(18px); transition: transform .6s ease; }
.js [data-reveal][data-visible="true"] { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .site-header { flex-wrap: wrap; height: auto; min-height: 70px; }
  .nav { flex-basis: 100%; flex-wrap: wrap; order: 3; padding-bottom: 12px; }
  .js .site-header { flex-wrap: nowrap; height: 70px; }
  .js .menu-button { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); display: inline-flex; font-weight: 800; min-height: 42px; padding: 8px 13px; }
  .js .nav { align-items: stretch; background: var(--white); border-bottom: 1px solid var(--line); display: none; flex-direction: column; left: 0; padding: 14px 16px 20px; position: absolute; right: 0; top: 69px; }
  .js .nav[data-open] { display: flex; }
  .js .nav a { padding: 12px; }
  .js .nav .nav-cta { margin-left: 0; text-align: center; }
}

@media (max-width: 1040px) {
  .section-heading, .content-grid, .brief-layout, .brief-prep, .related-panel, .delivery-grid, .diagnostic-intro, .privacy-layout, .tool-promo, .leadership-layout, .contact-details, .article-layout, .editorial-standard { grid-template-columns: 1fr; }
  .delivery-column + .delivery-column { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 52px; }
  .hero { min-height: auto; }
  .service-grid, .practice-grid, .audience-grid, .sector-grid, .format-grid, .trigger-grid, .region-grid, .output-grid, .system-grid, .credential-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .practice-card:last-child, .format-card:last-child, .trigger-card:last-child, .region-card:last-child { grid-column: 1 / -1; }
  .lens-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .governance-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .audience-detail { grid-template-columns: 48px 1fr; }
  .audience-detail .related-links { grid-column: 2; }
  .content-aside { position: static; }
  .privacy-layout > aside { position: static; }
  .article-aside { position: static; }
  .tool-promo .actions { justify-content: flex-start; }
  .footer-grid { gap: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-header { height: 70px; padding-inline: 16px; }
  .brand-logo { width: 214px; }
  .hero { padding-inline: 18px; }
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .signal-bar { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .section { padding-inline: 18px; }
  .service-grid, .steps, .standards, .cta-panel, .split, .page-kicker, .brief-layout, .form-row, .practice-grid, .audience-grid, .sector-grid, .format-grid, .trigger-grid, .region-grid, .sector-detail-grid, .lens-grid, .prep-grid, .output-grid, .system-grid, .governance-grid, .diagnostic-layout, .leadership-preview, .leadership-hero-grid, .credential-grid, .point-grid, .insight-grid, .horizon-service-heading, .horizon-service-detail { grid-template-columns: 1fr; }
  .practice-card:last-child, .format-card:last-child, .trigger-card:last-child, .region-card:last-child { grid-column: auto; }
  .service-card { min-height: 290px; }
  .practice-card { min-height: 0; }
  .audience-detail { grid-template-columns: 1fr; }
  .audience-detail .related-links { grid-column: auto; }
  .practice-intro { grid-template-columns: 1fr; }
  .route-list a { grid-template-columns: 34px 1fr auto; }
  .cta-panel .actions { justify-content: flex-start; }
  .page-hero { padding-inline: 18px; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 5rem); }
  .method-note, .method-stage { grid-template-columns: 1fr; }
  .method-output { margin-left: 0; }
  .scale-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .diagnostic-result { position: static; }
  .insight-card { min-height: 0; }
  .horizon-service-detail { margin-left: 0; }
  .horizon-service-detail .clean-list { columns: 1; }
  .leadership-hero-grid .leader-photo { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .footer-grid .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .brand-logo { width: 194px; }
  .actions, .button, .form-actions { width: 100%; }
  .service-grid, .output-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid .footer-col:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
