/* ThinkPeople Nexus / Corporate website 0.3.1
 * Supplied imagery is served locally. No downloaded fonts, frameworks or tracking dependencies.
 * All typography has system fallbacks; the supplied primary logo is used without redesign.
 */
:root {
  --ink: #0a1226;
  --ink-soft: #17243c;
  --gold: #c89244;
  --gold-dark: #855c24;
  --gold-light: #e2b979;
  --blue: #5b78b8;
  --paper: #f8f6f0;
  --white: #fffefa;
  --paper-deep: #efede6;
  --text: #424b56;
  --muted: #65707a;
  --line: #d8d8d0;
  --sans: 'Jost', 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --serif: 'EB Garamond', Georgia, 'Times New Roman', serif;
  --wrap: 1248px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button, input, select, textarea { font: inherit; }
button, summary, select { cursor: pointer; }
input, textarea, select { min-width: 0; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.section-wisdom :focus-visible, .section-contact :focus-visible, .site-footer :focus-visible { outline-color: var(--gold-light); }
::selection { background: #e6c691; color: var(--ink); }
p, h1, h2, h3 { margin-top: 0; }
p { margin-bottom: 1.2em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(56px, 5.5vw, 82px); line-height: 1.04; letter-spacing: -.042em; }
h2 { font-size: clamp(36px, 3.65vw, 54px); line-height: 1.15; letter-spacing: -.033em; }
h3 { font-size: 32px; line-height: 1.2; letter-spacing: -.023em; }
em { font-weight: 400; color: var(--gold-dark); }
.wrap { width: min(calc(100% - 112px), var(--wrap)); margin-inline: auto; }
.section { padding: 104px 0; scroll-margin-top: 0; }
.eyebrow { margin: 0 0 24px; font: 600 11px/1.5 var(--sans); letter-spacing: .18em; color: var(--gold-dark); }
.eyebrow-rule { display: inline-block; width: 30px; height: 1px; background: var(--gold-dark); vertical-align: middle; margin-right: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 10px; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 0; font-size: 14px; font-weight: 600; line-height: 1.5; text-decoration: none; transition: background-color .2s, color .2s, border-color .2s; }
.button > span { font-size: 20px; line-height: 1; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--ink-soft); }
.button-gold { background: var(--gold-light); color: var(--ink); }
.button-gold:hover { background: #edcc97; }
.button-outline { border-color: #768294; color: var(--paper); background: transparent; }
.button-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 29px; }
.text-link { display: inline-flex; gap: 18px; align-items: center; font-size: 14px; font-weight: 600; text-decoration: none; padding: 8px 0; border-bottom: 1px solid currentColor; line-height: 1.4; }
.text-link:hover { color: var(--gold-dark); }
.text-link > span { font-size: 18px; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(248,246,240,.98); border-bottom: 1px solid var(--line); }
.header-inner { height: 93px; display: flex; justify-content: space-between; align-items: center; gap: 35px; position: relative; }
.brand { display: flex; flex-direction: column; line-height: 1; text-decoration: none; width: max-content; flex-shrink: 0; }
.brand-top { font: 600 18px/1.25 var(--sans); letter-spacing: .105em; }
.brand-bottom { display: flex; align-items: center; gap: 13px; font: 400 13px/1.8 var(--sans); letter-spacing: .42em; }
.brand-line { display: block; width: 66px; height: 1px; background: var(--gold-dark); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.main-nav > a { text-decoration: none; padding-block: 14px; position: relative; white-space: nowrap; }
.main-nav > a:not(.nav-cta)::after { position: absolute; content: ''; height: 1px; background: var(--gold-dark); left: 0; right: 0; bottom: 8px; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover::after, .main-nav > a[aria-current]::after { transform: scaleX(1); }
.main-nav .nav-cta { border: 1px solid var(--ink); padding: 10px 16px; min-width: 116px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 600; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; border: 1px solid var(--line); padding: 9px 13px; min-height: 44px; background: transparent; color: var(--ink); gap: 12px; font-size: 13px; align-items: center; }
.menu-bars { height: 10px; width: 18px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] .menu-bars { transform: rotate(-45deg); }
.hero { padding: 61px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.14fr 1fr; gap: 68px; align-items: center; }
.hero h1 { margin-bottom: 26px; }
.hero .eyebrow { font-size: 10px; margin-bottom: 24px; letter-spacing: .16em; }
.hero-lead { max-width: 525px; font-size: 17px; line-height: 1.75; color: var(--text); margin-bottom: 0; }
.hero-visual { padding-top: 7px; }
.nexus-plate { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; aspect-ratio: .94; min-height: 400px; }
.plate-kicker { position: absolute; z-index: 2; top: 26px; left: 28px; right: 28px; font-size: 8px; font-weight: 500; letter-spacing: .21em; padding-bottom: 18px; color: #bcc5d7; border-bottom: 1px solid #384153; }
.plate-drawing { position: absolute; inset: 67px 16px 98px; }
.plate-grid { position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(#8499b9 .65px, transparent .65px); background-size: 23px 23px; mask-image: radial-gradient(ellipse, black, transparent 72%); }
.orbital { border-radius: 50%; position: absolute; width: 63%; aspect-ratio: 1; left: 50%; top: 50%; pointer-events: none; }
.orbital-one { border: 1px solid #a7783f; transform: translate(-68%, -56%); }
.orbital-two { border: 1px solid #6c83b0; transform: translate(-31%, -56%); }
.orbital-three { border: 1px solid #5f6875; transform: translate(-50%, -35%); }
.axis { position: absolute; background: #697584; opacity: .28; }
.axis-v { height: 104%; width: 1px; top: -2%; left: 50%; }
.axis-h { width: 95%; height: 1px; top: 52%; left: 2.5%; }
.nexus-core { position: absolute; width: 200px; height: 112px; top: 51%; left: 50%; transform: translate(-50%, -40%); display: flex; align-items: center; flex-direction: column; justify-content: center; background: radial-gradient(ellipse, rgba(10,18,38,.98) 35%, rgba(10,18,38,0) 74%); }
.core-point { width: 6px; height: 6px; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 16px #c8924477; margin-bottom: 9px; }
.core-title { font: italic 36px/1.1 var(--serif); letter-spacing: -.03em; color: var(--paper); }
.core-caption { font-size: 6.5px; letter-spacing: .18em; margin-top: 13px; color: #c8cccf; }
.node { position: absolute; font: 15px/1.4 var(--serif); color: #dfdcd4; display: flex; align-items: center; gap: 7px; padding: 3px 8px; background: var(--ink); }
.node i { width: 4px; height: 4px; display: block; background: var(--gold-light); border-radius: 50%; }
.node-people { left: 8%; top: 16%; }
.node-knowledge { right: 5%; top: 16%; }
.node-knowledge i { background: #a0b8e7; }
.node-capability { bottom: 13%; left: 3%; }
.node-technology { bottom: 13%; right: 1%; }
.node-technology i { background: #a0b8e7; }
.coordinate { position: absolute; font: 6px/1.2 var(--sans); color: #95a1b9; letter-spacing: .16em; }
.coordinate-one { top: 7%; left: 23%; }
.coordinate-two { top: 7%; right: 13%; }
.coordinate-three { bottom: -7%; left: 50%; transform: translateX(-50%); }
.plate-footer { position: absolute; bottom: 24px; left: 28px; right: 28px; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid #384153; padding-top: 16px; font-size: 11px; line-height: 1.6; color: #bac2cd; }
.plate-footer strong { color: var(--paper); font-weight: 400; }
.plate-arrow { color: var(--gold-light); font-size: 30px; line-height: 1; }
.visual-caption { text-align: right; font-size: 10px; color: var(--muted); margin: 14px 0 0; letter-spacing: .03em; }
.hero-bottom { margin-top: 52px; padding: 29px 0 31px; display: grid; grid-template-columns: 1.04fr 1fr 1fr 1fr; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; }
.hero-bottom p { margin: 0; font-size: 13px; line-height: 1.6; }
.hero-bottom strong { font-weight: 600; }
.hero-bottom a { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.6; text-decoration: none; }
.hero-bottom a > span:first-child { color: var(--gold-dark); font-size: 10px; }
.hero-bottom a > span:last-child { font-size: 18px; margin-left: auto; }
.hero-bottom a:hover { color: var(--gold-dark); }
.two-col { display: grid; grid-template-columns: 1fr 1.03fr; gap: 96px; }
.prose p { color: var(--text); }
.prose .intro { color: var(--ink); font-size: 23px; font-family: var(--serif); line-height: 1.4; margin-bottom: 26px; }
.about-prose { padding-top: 39px; }
.definition { display: grid; grid-template-columns: .64fr 1.7fr .75fr; gap: 45px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 41px; align-items: start; }
.definition-label { font-size: 10px; letter-spacing: .14em; color: var(--gold-dark); font-weight: 600; padding-top: 7px; }
.definition-label span { float: right; }
.definition p { font: 24px/1.4 var(--serif); margin-bottom: 0; }
.definition .definition-outcome { font: 12px/1.9 var(--sans); color: var(--text); border-left: 1px solid var(--line); padding: 4px 0 4px 28px; }
.section-expertise { background: var(--paper-deep); }
.section-heading { display: flex; justify-content: space-between; gap: 70px; align-items: flex-end; margin-bottom: 51px; }
.section-heading h2 { margin-bottom: 0; }
.section-deck { font-size: 15px; color: var(--text); max-width: 352px; margin: 0 0 3px; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.practice-card { background: var(--white); padding: 28px 27px 24px; display: flex; flex-direction: column; border: 1px solid #dbdcd4; scroll-margin-top: 120px; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 42px; }
.card-number { font: 15px/1 var(--serif); color: var(--gold-dark); }
.card-symbol { font: 23px/1 var(--serif); color: var(--gold-dark); }
.card-field { font-size: 9px; letter-spacing: .11em; font-weight: 600; color: var(--gold-dark); margin-bottom: 17px; }
.practice-card h3 { font-size: 30px; margin-bottom: 20px; min-height: 74px; }
.practice-card p { font-size: 14px; line-height: 1.78; color: var(--text); }
.practice-card .card-field { font-size: 9px; color: var(--gold-dark); }
.practice-card .practice-name { font-size: 12px; line-height: 1.55; font-weight: 600; color: var(--ink); padding-bottom: 22px; border-bottom: 1px solid var(--line); min-height: 61px; margin-bottom: 22px; }
.practice-details { margin: 3px 0 24px; }
.practice-details summary, .website-notes summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
summary::-webkit-details-marker { display: none; }
.practice-details summary { font-size: 12px; color: var(--ink); min-height: 44px; font-weight: 600; border-bottom: 1px solid var(--line); }
.practice-details summary span { font-size: 20px; font-weight: 400; }
.practice-details[open] summary span, .website-notes[open] summary > span { transform: rotate(45deg); }
.details-copy { padding-top: 21px; }
.details-copy p { font-size: 13px; }
.practice-card .card-outcome { margin-top: auto; margin-bottom: 0; border-left: 2px solid var(--gold); padding: 0 0 0 13px; color: var(--ink); font-size: 13px; line-height: 1.6; }
.card-outcome span { display: block; font-size: 8px; font-weight: 600; color: var(--muted); letter-spacing: .1em; margin-bottom: 4px; }
.connected-note { margin-top: 46px; display: grid; grid-template-columns: 1fr 2fr; gap: 64px; padding: 28px 0 0; border-top: 1px solid #d0d2cc; }
.connected-note h3 { font-size: 28px; }
.connected-note p { color: var(--text); font-size: 14px; }
.connected-note p:last-child { margin-bottom: 0; }
.section-wisdom { color: var(--paper); background: var(--ink); position: relative; }
.section-wisdom .eyebrow { color: var(--gold-light); }
.section-wisdom em { color: var(--gold-light); }
.wisdom-heading { text-align: center; margin-bottom: 58px; }
.wisdom-heading h2 { font-size: clamp(38px,4vw,58px); margin-bottom: 22px; }
.wisdom-intro { color: #c3cbd8; font-size: 15px; }
.wisdom-grid { display: grid; grid-template-columns: 1fr 64px 1fr; align-items: stretch; }
.wisdom-card { padding: 29px 34px 31px; border-top: 1px solid #55627a; background: #101d32; }
.wisdom-card:last-child { border-top-color: var(--gold-light); background: #161f2f; }
.wisdom-label { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .16em; color: #b9c9e6; margin-bottom: 26px; }
.wisdom-card:last-child .wisdom-label { color: var(--gold-light); }
.wisdom-card h3 { font-size: 38px; margin-bottom: 12px; }
.wisdom-card p { color: #c8cfda; font-size: 15px; }
.wisdom-card .wisdom-question { font-family: var(--serif); font-size: 22px; color: var(--paper); margin-bottom: 24px; }
.wisdom-card .wisdom-foot { margin-bottom: 0; padding-top: 18px; border-top: 1px solid #3f4a5d; color: #e5e8ed; font-size: 12px; }
.wisdom-card:last-child .wisdom-foot { color: var(--gold-light); }
.wisdom-connector { display: grid; place-items: center; color: var(--gold-light); font-size: 33px; }
.stewardship-bridge { display: grid; grid-template-columns: .95fr 2fr; gap: 57px; border-bottom: 1px solid #3c485c; padding: 38px 0 34px; align-items: center; }
.stewardship-bridge h3 { color: var(--gold-light); font-size: 35px; margin: 0; }
.stewardship-bridge .eyebrow { font-size: 9px; color: #bec8d8; margin-bottom: 10px; }
.stewardship-bridge > p { font-size: 14px; color: #cbd2de; margin: 0; }
.wisdom-closing { font: 25px/1.55 var(--serif); text-align: center; margin: 35px 0 0; color: #c6cfdd; }
.wisdom-closing strong { font-weight: 400; color: var(--paper); }
.method-path { display: flex; gap: 25px; align-items: center; margin: 0 0 41px; padding: 23px 0; border-block: 1px solid var(--line); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.method-path i { font-style: normal; color: var(--gold-dark); font-size: 16px; }
.method-step { border-bottom: 1px solid var(--line); }
.method-step summary { display: grid; grid-template-columns: 55px 240px 1fr 30px; align-items: center; gap: 18px; padding: 26px 0; list-style: none; }
.step-number { color: var(--gold-dark); font: 14px/1 var(--serif); }
.step-name { font: 32px/1.2 var(--serif); letter-spacing: -.02em; }
.step-subtitle { color: var(--text); font-size: 15px; }
.step-toggle { width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; text-align: center; font: 23px/25px var(--serif); color: var(--gold-dark); }
.method-step[open] .step-toggle { transform: rotate(45deg); }
.method-copy { margin-left: 331px; padding-bottom: 21px; max-width: 690px; }
.method-copy p { color: var(--text); font-size: 15px; }
.section-example { background: var(--paper-deep); }
.example-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 95px; }
.example-tag { display: block; font-size: 8px; letter-spacing: .06em; color: var(--muted); margin: -10px 0 25px; }
.example-title h2 { font-size: clamp(36px,3.25vw,49px); }
.example-title > p:not(.eyebrow) { color: var(--text); font-size: 15px; }
.example-questions { padding-top: 43px; }
.example-questions > div:not(.example-answer) { display: flex; gap: 24px; border-top: 1px solid #cdd0c8; padding: 22px 0; }
.example-questions > div > span { color: var(--gold-dark); font-size: 10px; padding-top: 5px; }
.example-questions > div > p { margin: 0; font: 23px/1.4 var(--serif); }
.example-questions .example-answer { border-top: 1px solid #cdd0c8; margin-top: 1px; padding-top: 23px; }
.example-questions .example-answer p { font: 14px/1.8 var(--sans); margin-bottom: 1.1em; color: var(--text); }
.example-questions .example-answer p:first-child { font-weight: 600; color: var(--ink); }
.example-questions .example-answer p:last-child { margin-bottom: 0; }
.human-statement { margin-top: 33px; padding-left: 19px; border-left: 2px solid var(--gold); font: 19px/1.6 var(--serif); color: var(--text); }
.human-statement strong { font-weight: 400; color: var(--ink); }
.section-people .prose { padding-top: 39px; }
.take-forward { display: grid; grid-template-columns: 1fr 1.03fr; gap: 96px; border-top: 1px solid var(--line); margin-top: 47px; padding-top: 38px; }
.take-forward h3 { font-size: 36px; }
.take-forward p:not(.eyebrow) { color: var(--text); font-size: 15px; }
.take-forward p:last-child { margin-bottom: 0; }
.section-contact { background: var(--ink-soft); color: var(--paper); }
.section-contact .eyebrow, .section-contact em { color: var(--gold-light); }
.contact-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 104px; }
.contact-grid h2 { font-size: clamp(52px,5.25vw,77px); }
.contact-grid > div:first-child > p:not(.eyebrow) { color: #c4ccd8; font-size: 15px; }
.contact-grid > div:first-child > .contact-intro { font: 24px/1.4 var(--serif); color: var(--paper); margin: 29px 0 22px; }
.contact-grid > div:first-child > .contact-signature { font: italic 26px/1.4 var(--serif); color: var(--gold-light); margin-top: 38px; }
.contact-email { color: var(--gold-light); overflow-wrap: anywhere; }
.form-kicker { font-size: 10px; font-weight: 600; letter-spacing: .14em; color: var(--paper); margin: 0 0 18px; }
.enquiry-form-note { padding: 13px 16px; border-left: 2px solid var(--gold); background: #233149; color: #d2d8e1; font-size: 12px; line-height: 1.6; margin-bottom: 25px; }
fieldset { padding: 0; border: 0; margin: 0; min-width: 0; }
fieldset:disabled { opacity: .6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
label { display: block; color: #eceeea; font-size: 12px; font-weight: 500; margin-bottom: 18px; }
label > span { color: #b7c1d1; font-size: 10px; font-weight: 400; }
input, textarea, select { display: block; width: 100%; background: #202f46; color: #f5f4ed; border: 1px solid #67758b; border-radius: 0; padding: 12px 13px; font-size: 14px; font-weight: 400; line-height: 1.6; margin-top: 8px; }
input::placeholder, textarea::placeholder { color: #acb7c7; opacity: 1; }
input:hover, select:hover, textarea:hover { border-color: #a9b4c4; }
textarea { resize: vertical; min-height: 126px; }
select { min-height: 49px; }
.privacy-micro { color: #b6c1d1; font-size: 11px; line-height: 1.7; margin: -1px 0 24px; }
.contact-panel .button-gold { width: 100%; }
.enquiry-result { border-top: 1px solid #5c6a7f; margin-top: 28px; padding-top: 26px; }
.enquiry-result h3 { font-size: 28px; margin-bottom: 12px; }
.enquiry-result > p { font-size: 13px; color: #c8d1df; }
.enquiry-result textarea { font-size: 13px; background: #0e1b30; }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.result-actions .button { font-size: 12px; padding: 10px 14px; min-height: 44px; }
.form-status { min-height: 22px; font-size: 12px; color: var(--gold-light) !important; margin-bottom: 0; }
.notice { padding: 14px; border: 1px solid var(--gold); font-size: 13px; }
.site-footer { background: var(--ink); color: #bec7d5; padding: 50px 0 24px; }
.footer-main { display: flex; gap: 60px; align-items: center; border-bottom: 1px solid #364152; padding-bottom: 37px; }
.footer-brand { color: var(--paper); }
.footer-brand .brand-line { background: var(--gold-light); }
.footer-main p { font: 21px/1.45 var(--serif); margin: 0; }
.footer-main > .text-link { margin-left: auto; color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; padding-top: 21px; }
.website-notes { margin-top: 26px; border-top: 1px solid #364152; padding-top: 15px; font-size: 11px; scroll-margin-top: 110px; }
.website-notes summary { color: #aeb8c8; min-height: 38px; }
.website-notes summary > span { font-size: 20px; }
.website-notes > div { max-width: 880px; color: #b8c2d2; padding: 15px 0; }
.website-notes > div p { margin-bottom: 14px; }
@media (min-width: 1600px) {
  .hero-grid { gap: 95px; }
  h1 { font-size: 85px; }
  .hero-lead { font-size: 18px; }
}
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 72px); }
  .hero-grid { gap: 39px; }
  h1 { font-size: 65px; }
  .hero .eyebrow { font-size: 9px; }
  .hero .button-row { gap: 19px; }
  .hero .button { gap: 22px; font-size: 13px; }
  .hero .text-link { font-size: 12px; gap: 12px; }
  .hero-bottom { gap: 19px; }
  .hero-bottom a { font-size: 11px; }
  .main-nav { gap: 21px; }
  .two-col, .take-forward, .example-grid { gap: 59px; }
  .practice-grid { gap: 14px; }
  .practice-card { padding: 25px 21px; }
  .practice-card h3 { font-size: 27px; }
  .contact-grid { gap: 60px; }
  .definition { gap: 28px; }
  .definition p { font-size: 22px; }
}
@media (max-width: 960px) {
  html { scroll-padding-top: 100px; }
  .header-inner { min-height: 80px; height: auto; padding-block: 16px; flex-wrap: wrap; }
  .brand-top { font-size: 17px; }
  .brand-bottom { font-size: 12px; }
  .main-nav { width: 100%; flex-wrap: wrap; justify-content: space-between; }
  .menu-toggle { display: inline-flex; }
  .main-nav.nav-enhanced { display: none; position: absolute; left: -20px; right: -20px; width: auto; top: 100%; padding: 20px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 28px #0a122610; }
  .main-nav.nav-enhanced.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 7px; }
  .main-nav.nav-enhanced a { padding: 12px; }
  .main-nav .nav-cta { justify-content: space-between; }
  .section { padding: 80px 0; }
  .hero { padding-top: 47px; }
  .hero-grid { grid-template-columns: 1.12fr 1fr; gap: 28px; }
  h1 { font-size: clamp(50px,6.35vw,62px); }
  .hero-lead { font-size: 15px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .12em; }
  .eyebrow-rule { width: 15px; margin-right: 6px; }
  .nexus-plate { min-height: 370px; aspect-ratio: .82; }
  .plate-kicker { font-size: 6.5px; left: 18px; right: 18px; }
  .plate-drawing { inset: 60px 8px 93px; }
  .orbital { width: 64%; }
  .node { font-size: 12px; padding: 2px 5px; }
  .node-people, .node-knowledge { top: 22%; }
  .node-capability, .node-technology { bottom: 20%; }
  .core-title { font-size: 30px; }
  .core-caption { font-size: 5.5px; }
  .coordinate { display: none; }
  .plate-footer { left: 18px; right: 18px; font-size: 10px; }
  .visual-caption { font-size: 8px; }
  .hero-bottom { grid-template-columns: 1fr 1fr; gap: 23px 38px; }
  .hero-bottom a { font-size: 12px; }
  .two-col, .example-grid, .take-forward { gap: 38px; }
  h2 { font-size: 39px; }
  .prose .intro { font-size: 22px; }
  .prose p { font-size: 14px; }
  .definition { grid-template-columns: .62fr 2fr; }
  .definition .definition-outcome { grid-column: 2; padding: 0; border: 0; font-size: 11px; }
  .definition-outcome br { display: none; }
  .definition-outcome br::after { content: ' '; }
  .section-heading { gap: 38px; }
  .section-deck { max-width: 270px; font-size: 14px; }
  .practice-grid { grid-template-columns: 1fr; gap: 19px; }
  .practice-card { padding: 25px 28px; display: grid; grid-template-columns: 1fr 1.08fr; gap: 0 35px; }
  .card-top { grid-column: 1 / -1; margin-bottom: 20px; }
  .practice-card h3 { grid-column: 1; font-size: 31px; min-height: 0; }
  .practice-card .card-field { grid-column: 1; margin-bottom: 12px; }
  .practice-card .practice-name { grid-column: 1; grid-row: 4 / 6; align-self: start; min-height: 0; padding-bottom: 0; border: 0; }
  .practice-card > p:not([class]) { grid-column: 2; }
  .practice-card > p:nth-of-type(3) { grid-row: 2 / 4; }
  .practice-card > p:nth-of-type(4) { grid-row: 4 / 6; }
  .practice-details { grid-column: 2; grid-row: 6 / 8; margin-bottom: 0; }
  .practice-card .card-outcome { grid-column: 1; grid-row: 6; margin-top: 5px; align-self: start; }
  .connected-note { gap: 35px; }
  .connected-note h3 { font-size: 27px; }
  .wisdom-grid { grid-template-columns: 1fr 33px 1fr; }
  .wisdom-card { padding: 24px; }
  .wisdom-card h3 { font-size: 32px; }
  .wisdom-card p { font-size: 14px; }
  .wisdom-card .wisdom-question { font-size: 21px; }
  .wisdom-closing { font-size: 22px; }
  .stewardship-bridge { gap: 38px; }
  .method-step summary { grid-template-columns: 33px 180px 1fr 29px; gap: 14px; }
  .step-name { font-size: 29px; }
  .step-subtitle { font-size: 13px; }
  .method-copy { margin-left: 241px; }
  .method-copy p { font-size: 14px; }
  .example-title h2 { font-size: 38px; }
  .example-questions > div > p { font-size: 21px; }
  .contact-grid { grid-template-columns: .8fr 1fr; gap: 38px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { gap: 35px; }
  .footer-main p { font-size: 18px; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 92px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 74px; padding-block: 14px; }
  .brand-top { font-size: 16px; }
  .brand-bottom { font-size: 11px; }
  .brand-line { width: 61px; }
  .menu-toggle { min-height: 43px; font-size: 12px; }
  .main-nav.nav-enhanced { left: -10px; right: -10px; }
  .hero { padding-top: 35px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  h1 { font-size: clamp(45px,10.5vw,69px); line-height: 1.08; letter-spacing: -.04em; }
  .hero h1 { margin-bottom: 24px; }
  .hero .eyebrow { font-size: 8px; margin-bottom: 21px; letter-spacing: .10em; }
  .hero-lead { font-size: 15px; max-width: 510px; }
  .button-row { gap: 23px; }
  .hero .button-row { gap: 22px; margin-top: 26px; }
  .hero .button { padding: 13px 17px; gap: 19px; font-size: 12px; }
  .hero .text-link { font-size: 11px; gap: 11px; }
  .hero-visual { padding-top: 0; }
  .nexus-plate { min-height: 0; aspect-ratio: 1.12; }
  .plate-kicker { top: 20px; font-size: 7px; padding-bottom: 12px; }
  .plate-drawing { inset: 50px 13px 77px; }
  .orbital { width: 57%; }
  .node { font-size: 12px; }
  .node-people, .node-knowledge { top: 7%; }
  .node-capability, .node-technology { bottom: 5%; }
  .node-people { left: 7%; }
  .node-knowledge { right: 4%; }
  .node-capability { left: 3%; }
  .node-technology { right: 1%; }
  .core-title { font-size: 28px; }
  .core-caption { font-size: 5.5px; margin-top: 8px; }
  .core-point { margin-bottom: 8px; width: 4px; height: 4px; }
  .plate-footer { bottom: 16px; padding-top: 11px; font-size: 9px; }
  .plate-arrow { font-size: 25px; }
  .visual-caption { font-size: 9px; margin-top: 11px; }
  .hero-bottom { margin-top: 28px; padding: 21px 0; gap: 19px; grid-template-columns: 1fr; }
  .hero-bottom p { grid-column: 1; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .hero-bottom p br { display: none; }
  .hero-bottom p strong { margin-left: 4px; }
  .hero-bottom a { gap: 15px; font-size: 12px; padding: 3px 0; }
  .section { padding: 61px 0; }
  .eyebrow { font-size: 9px; margin-bottom: 22px; }
  h2 { font-size: 38px; }
  .two-col, .example-grid, .take-forward, .contact-grid { grid-template-columns: 1fr; gap: 26px; }
  .about-prose, .section-people .prose { padding-top: 0; }
  .prose .intro { font-size: 23px; margin-bottom: 21px; }
  .prose p { font-size: 15px; }
  .definition { grid-template-columns: 1fr; gap: 19px; margin-top: 24px; padding: 25px 0; }
  .definition-label { padding-top: 0; }
  .definition-label span { float: none; margin-left: 13px; }
  .definition p { font-size: 23px; }
  .definition .definition-outcome { grid-column: 1; font-size: 12px; }
  .definition-outcome br { display: block; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 23px; margin-bottom: 32px; }
  .section-deck { max-width: none; font-size: 15px; }
  .practice-grid { gap: 20px; }
  .practice-card { display: flex; flex-direction: column; padding: 24px; }
  .card-top { margin-bottom: 28px; }
  .practice-card h3 { font-size: 32px; }
  .practice-card .practice-name { border-bottom: 1px solid var(--line); padding-bottom: 19px; margin-bottom: 21px; font-size: 12px; }
  .practice-card p { font-size: 15px; }
  .practice-details { margin: 0 0 23px; }
  .practice-details summary { font-size: 13px; }
  .details-copy p { font-size: 14px; }
  .practice-card .card-outcome { margin-top: 0; font-size: 14px; }
  .connected-note { grid-template-columns: 1fr; gap: 2px; margin-top: 32px; }
  .connected-note h3 { font-size: 29px; }
  .connected-note p { font-size: 15px; }
  .wisdom-heading { text-align: left; margin-bottom: 33px; }
  .wisdom-heading h2 { font-size: 38px; }
  .wisdom-intro { font-size: 15px; }
  .wisdom-grid { grid-template-columns: 1fr; }
  .wisdom-card { padding: 26px 24px; }
  .wisdom-card h3 { font-size: 36px; }
  .wisdom-card p { font-size: 15px; }
  .wisdom-label { font-size: 8px; }
  .wisdom-card .wisdom-question { font-size: 22px; }
  .wisdom-connector { height: 50px; transform: rotate(90deg); font-size: 28px; }
  .stewardship-bridge { grid-template-columns: 1fr; gap: 20px; padding: 30px 0; }
  .stewardship-bridge h3 { font-size: 34px; }
  .stewardship-bridge > p { font-size: 15px; }
  .wisdom-closing { text-align: left; font-size: 23px; line-height: 1.5; margin-top: 29px; }
  .wisdom-closing strong { display: block; margin-top: 8px; }
  .wisdom-closing br { display: none; }
  .method-path { display: grid; grid-template-columns: 1fr 12px 1fr; gap: 12px 20px; font-size: 9px; margin-bottom: 16px; }
  .method-path > i:nth-of-type(2) { display: none; }
  .method-path > span:nth-of-type(3) { grid-column: 1; grid-row: 2; }
  .method-path > i:nth-of-type(3) { grid-column: 2; grid-row: 2; }
  .method-path > span:nth-of-type(4) { grid-column: 3; grid-row: 2; }
  .method-step summary { grid-template-columns: 23px 1fr 28px; gap: 9px 13px; padding: 22px 0; }
  .step-name { font-size: 30px; }
  .step-subtitle { grid-column: 2; grid-row: 2; font-size: 12px; }
  .step-toggle { grid-column: 3; grid-row: 1 / 3; }
  .method-copy { margin-left: 36px; padding-bottom: 13px; }
  .method-copy p { font-size: 14px; }
  .example-grid { gap: 0; }
  .example-title h2 { font-size: 38px; }
  .example-tag { font-size: 7px; margin-bottom: 23px; }
  .example-questions { padding-top: 16px; }
  .example-questions > div > p { font-size: 23px; }
  .example-questions .example-answer p { font-size: 15px; }
  .human-statement { font-size: 21px; margin-bottom: 7px; }
  .take-forward { margin-top: 26px; padding-top: 29px; gap: 5px; }
  .take-forward h3 { font-size: 32px; }
  .contact-grid { gap: 37px; }
  .contact-grid h2 { font-size: 62px; margin-bottom: 25px; }
  .contact-grid > div:first-child > .contact-intro { margin-top: 0; }
  .contact-grid > div:first-child > .contact-signature { font-size: 25px; margin-top: 27px; margin-bottom: 0; }
  .contact-email { margin-top: 20px; }
  .enquiry-form-note { font-size: 12px; }
  .form-row { grid-template-columns: 1fr; }
  input, select, textarea { font-size: 16px; }
  .site-footer { padding-top: 34px; }
  .footer-main { flex-wrap: wrap; gap: 25px; padding-bottom: 29px; }
  .footer-main p { width: 100%; order: 3; font-size: 23px; }
  .footer-main > .text-link { margin-left: auto; font-size: 11px; gap: 10px; }
  .footer-bottom { flex-direction: column; gap: 9px; font-size: 11px; }
  .website-notes { margin-top: 20px; }
  .website-notes summary { align-items: flex-start; font-size: 11px; gap: 25px; }
  .website-notes > div { font-size: 12px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .hero .eyebrow { font-size: 7px; }
  .hero .button-row { gap: 16px; }
  .hero .text-link { font-size: 10px; }
  .hero .button { font-size: 11px; padding: 12px 13px; gap: 15px; }
  .practice-card { padding: 22px 20px; }
  .node { font-size: 10px; }
  .plate-kicker { font-size: 6px; }
  .core-title { font-size: 26px; }
  h2, .wisdom-heading h2, .example-title h2 { font-size: 34px; }
  .method-path { gap: 10px 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  html { scroll-behavior: auto; }
  body { background: white; color: #111; font-size: 11pt; }
  .site-header { position: static; }
  .main-nav, .menu-toggle, .button-row, .nexus-plate, .visual-caption, .hero-bottom, .contact-panel, .footer-main > .text-link, .website-notes { display: none !important; }
  .wrap { width: 100%; }
  .section { padding: 28px 0; }
  .hero-grid, .two-col, .practice-grid, .wisdom-grid, .example-grid, .take-forward, .contact-grid { display: block; }
  h1 { font-size: 42pt; }
  h2 { font-size: 28pt; }
  .section-wisdom, .section-contact, .site-footer, .wisdom-card, .practice-card { color: #111; background: white; }
  .section-wisdom *, .section-contact *, .site-footer * { color: #111 !important; }
  .wisdom-card { border: 1px solid #aaa; padding: 18px; margin-bottom: 20px; }
  .wisdom-connector { display: none; }
  .practice-card { break-inside: avoid; margin-bottom: 18px; }
  .method-step { break-inside: avoid; }
  .method-step summary { grid-template-columns: 35px 180px 1fr 20px; }
  .method-copy { margin-left: 0; }
  .practice-details:not([open]) .details-copy, .method-step:not([open]) .method-copy { display: block; }
  .contact-signature { margin-top: 16px; }
  .footer-main, .footer-bottom { padding-block: 12px; }
}

/* Revision 0.3 — supplied brand assets and two distinct expressions of the practice.
   Images retain their full compositions; typography remains selectable HTML. */
html { scroll-padding-top: 148px; }
.site-header { background: #ffffff; }
.header-inner { height: 128px; gap: 24px; }
.brand-logo { display: block; width: 112px; max-width: 100%; height: auto; object-fit: contain; }
.main-nav { gap: 23px; font-size: 12px; }
.brand-hero { margin: 0; background: #020c19; color: var(--paper); }
.brand-hero-kicker { margin: 0 28px; padding: 25px 0 19px; border-bottom: 1px solid #344050; font: 500 8px/1.6 var(--sans); letter-spacing: .18em; color: #c0c9d6; }
.brand-hero-image { display: block; width: 100%; height: auto; }
.brand-hero-caption { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 0 28px; padding: 19px 0 24px; border-top: 1px solid #344050; color: #b8c2d1; font-size: 11px; line-height: 1.8; }
.brand-hero-caption strong { color: var(--paper); font-weight: 500; }
.brand-hero-caption > span:last-child { font-size: 28px; color: var(--gold-light); }
.footer-brand { padding: 9px; background: white; }
.footer-brand .brand-logo { width: 120px; }
.footer-section-links { width: min(calc(100% - 112px), var(--wrap)); margin: -4px auto 24px; display: flex; flex-wrap: wrap; gap: 30px; color: #d6dce6; }
.footer-section-links a { font-size: 12px; text-decoration: none; padding: 8px 0; border-bottom: 1px solid #4b586d; }
.footer-section-links a:hover { color: var(--gold-light); border-color: currentColor; }
.footer-section-links a span { margin-left: 14px; }

/* SHaiPING Malta — the national-facing experience, not a replacement master brand. */
.section-shaiping { background: var(--ink); color: var(--paper); }
.section-shaiping .eyebrow { color: var(--gold-light); }
.section-shaiping em { color: var(--gold-light); }
.section-shaiping :focus-visible { outline-color: var(--gold-light); }
.initiative-heading { margin-bottom: 45px; }
.initiative-heading .eyebrow { margin-bottom: 15px; }
.initiative-heading h2 { margin-bottom: 9px; font: 400 clamp(38px,4vw,58px)/1.15 var(--sans); letter-spacing: -.045em; }
.ai-accent { color: var(--gold-light); }
.initiative-byline { font-size: 12px; letter-spacing: .015em; color: #bac5d5; margin-bottom: 0; }
.initiative-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 50px; }
.initiative-copy h3 { font-size: 37px; line-height: 1.16; margin-bottom: 26px; }
.initiative-copy > p { color: #c2cbd7; font-size: 15px; line-height: 1.8; }
.initiative-copy .initiative-lead { color: var(--paper); font-size: 18px; line-height: 1.6; }
.initiative-copy .button { margin-top: 10px; }
.initiative-image { margin: 0; background: #020c19; }
.initiative-image img { display: block; width: 100%; height: auto; object-fit: contain; }
.initiative-image figcaption { margin: 0; padding: 18px 23px; border-top: 1px solid #263247; color: #c3cbd5; font-size: 11px; line-height: 1.6; }
.initiative-routes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 48px; }
.initiative-routes article { padding: 27px 26px 24px; border: 1px solid #354155; background: #111e32; }
.route-number { display: block; font: 500 10px/1.5 var(--sans); letter-spacing: .14em; color: var(--gold-light); margin-bottom: 22px; }
.initiative-routes h3 { font-size: 27px; line-height: 1.2; margin-bottom: 17px; }
.initiative-routes p { font-size: 14px; line-height: 1.85; color: #c3cedd; margin-bottom: 0; }
.index-note { margin-top: 48px; border-top: 1px solid #3b475b; padding-top: 35px; display: grid; grid-template-columns: .8fr 1.5fr; gap: 70px; }
.index-note .eyebrow { margin-bottom: 18px; font-size: 10px; }
.index-note h3 { font-size: 31px; line-height: 1.2; margin-bottom: 0; }
.index-note p { color: #c3cedd; font-size: 14px; }
.index-note .text-link { color: var(--gold-light); font-size: 12px; }
.index-note .text-link:hover { color: white; }
.initiative-relationship { border-top: 1px solid #3b475b; padding-top: 23px; margin: 30px 0 0; max-width: 100%; color: #b8c5d6; font-size: 12px; line-height: 1.85; }
.initiative-relationship strong { color: var(--paper); font-weight: 500; }

/* Corporate.HR — a leadership offer, not the corporate leadership/team section. */
.section-corporatehr { background: var(--paper); }
.corporate-grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 58px; }
.corporate-copy { grid-column: 2; grid-row: 1; }
.corporate-copy .eyebrow { margin-bottom: 16px; }
.corporate-copy h2 { font: 400 clamp(38px,3.75vw,54px)/1.2 var(--sans); letter-spacing: -.045em; margin-bottom: 25px; }
.hr-accent { color: var(--gold-dark); }
.corporate-copy h3 { font-size: 34px; margin-bottom: 26px; }
.corporate-copy > p { color: var(--text); font-size: 15px; line-height: 1.8; }
.corporate-copy .corporate-lead { color: var(--ink); font-size: 17px; line-height: 1.75; }
.corporate-copy > p:last-child { margin-bottom: 0; }
.corporate-image { margin: 0; grid-column: 1; grid-row: 1; background: #020c19; }
.corporate-image img { display: block; width: 100%; height: auto; object-fit: contain; }
.corporate-image figcaption { margin: 0; padding: 18px 23px; border-top: 1px solid #263247; color: #c3cbd5; font-size: 11px; line-height: 1.6; }
.leadership-invitation { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 30px 36px; background: var(--paper-deep); border-left: 2px solid var(--gold); margin-top: 49px; }
.leadership-invitation p { margin: 0; font: 400 34px/1.25 var(--serif); letter-spacing: -.024em; }
.leadership-invitation > span { font-size: 11px; color: var(--text); max-width: 165px; line-height: 1.8; }
.leadership-dialogue { display: grid; grid-template-columns: .8fr 1.5fr; gap: 70px; margin-top: 50px; }
.leadership-dialogue-intro .eyebrow { margin-bottom: 18px; font-size: 9px; }
.leadership-dialogue-intro h3 { font-size: 30px; line-height: 1.2; }
.leadership-dialogue-intro > p:last-child { color: var(--muted); font-size: 13px; max-width: 260px; }
.leadership-questions details { border-bottom: 1px solid var(--line); }
.leadership-questions details:first-child { border-top: 1px solid var(--line); }
.leadership-questions summary { display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 24px; padding: 23px 0; list-style: none; font: 400 24px/1.3 var(--serif); }
.leadership-questions summary::-webkit-details-marker { display: none; }
.leadership-questions summary::marker { content: ''; }
.question-toggle { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); font: 400 22px/1 var(--sans); color: var(--gold-dark); transition: transform .2s; }
.leadership-questions details[open] .question-toggle { transform: rotate(45deg); }
.leadership-questions details > div { padding: 0 56px 20px 0; font-size: 14px; line-height: 1.8; color: var(--text); }
.leadership-questions details > div > p { margin-bottom: 0; }
.corporate-engagement { display: grid; grid-template-columns: 1.4fr .8fr; gap: 70px; align-items: center; margin-top: 43px; border-top: 1px solid var(--line); padding-top: 34px; }
.corporate-engagement h3 { font-size: 31px; }
.corporate-engagement p { font-size: 14px; color: var(--text); }
.corporate-engagement p:last-child { margin-bottom: 0; }
.corporate-cta { border-left: 1px solid var(--line); padding-left: 35px; }
.corporate-cta p { color: var(--ink); font: 400 24px/1.4 var(--serif); margin-bottom: 24px; }
.corporate-cta .button { gap: 25px; font-size: 13px; }
.corporate-cta > span { display: block; color: var(--muted); font-size: 11px; margin-top: 16px; line-height: 1.7; }

@media (min-width: 1121px) and (max-width: 1260px) {
  .main-nav { gap: 17px; font-size: 11px; }
  .main-nav .nav-cta { min-width: 99px; padding-inline: 13px; }
  .brand-logo { width: 105px; }
}
@media (max-width: 1120px) {
  html { scroll-padding-top: 120px; }
  .header-inner { height: auto; min-height: 104px; padding-block: 8px; flex-wrap: wrap; gap: 14px; }
  .brand-logo { width: 86px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 16px; font-size: 12px; }
  .main-nav.nav-enhanced { display: none; position: absolute; left: 0; right: 0; width: auto; top: 100%; max-height: calc(100dvh - 118px); overflow-y: auto; padding: 18px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 28px #0a122610; }
  .main-nav.nav-enhanced.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 3px; }
  .main-nav.nav-enhanced a { padding: 10px 12px; min-height: 42px; }
  .main-nav .nav-cta { justify-content: space-between; }
  .initiative-grid { gap: 33px; }
  .initiative-copy h3 { font-size: 32px; }
  .corporate-grid { gap: 38px; }
  .corporate-copy h3 { font-size: 31px; }
}
@media (max-width: 960px) {
  .brand-hero-kicker { margin-inline: 20px; font-size: 7px; padding-top: 21px; }
  .brand-hero-caption { margin-inline: 20px; font-size: 10px; }
  .initiative-grid, .corporate-grid { grid-template-columns: 1fr; gap: 32px; }
  .initiative-copy { max-width: 620px; }
  .initiative-image { width: 100%; }
  .initiative-copy h3 { font-size: 37px; }
  .corporate-copy, .corporate-image { grid-column: auto; grid-row: auto; }
  .corporate-copy h3 { font-size: 36px; }
  .initiative-routes { gap: 16px; }
  .initiative-routes article { padding: 23px 20px; }
  .initiative-routes h3 { font-size: 25px; }
  .initiative-routes p { font-size: 13px; }
  .index-note, .leadership-dialogue { gap: 35px; }
  .corporate-engagement { gap: 35px; }
  .corporate-cta { padding-left: 25px; }
  .corporate-cta .button { gap: 16px; font-size: 12px; }
  .footer-section-links { width: min(calc(100% - 72px), var(--wrap)); }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 112px; }
  .header-inner { min-height: 96px; padding-block: 7px; }
  .brand-logo { width: 82px; }
  .hero { padding-top: 38px; }
  .brand-hero-kicker { padding: 19px 0 13px; }
  .brand-hero-caption { padding: 15px 0 18px; }
  .footer-brand { padding: 7px; }
  .footer-brand .brand-logo { width: 92px; }
  .footer-section-links { width: calc(100% - 40px); margin-top: 0; gap: 22px; }
  .initiative-heading { margin-bottom: 31px; }
  .initiative-heading h2 { font-size: 40px; }
  .initiative-byline { font-size: 11px; }
  .initiative-copy h3 { font-size: 34px; margin-bottom: 22px; }
  .initiative-copy .initiative-lead { font-size: 17px; }
  .initiative-copy > p { font-size: 15px; }
  .initiative-copy .button { font-size: 13px; }
  .initiative-grid { gap: 30px; }
  .initiative-image figcaption, .corporate-image figcaption { font-size: 10px; padding: 16px 18px; }
  .initiative-routes { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .initiative-routes article { padding: 24px; }
  .route-number { margin-bottom: 18px; font-size: 9px; }
  .initiative-routes h3 { font-size: 29px; }
  .initiative-routes p { font-size: 15px; line-height: 1.75; }
  .index-note { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; padding-top: 28px; }
  .index-note h3 { font-size: 30px; }
  .index-note p { font-size: 15px; }
  .initiative-relationship { font-size: 12px; margin-top: 26px; }
  .initiative-relationship strong { display: block; margin-bottom: 9px; }
  .corporate-grid { gap: 29px; }
  .corporate-copy h2 { font-size: 43px; margin-bottom: 22px; }
  .corporate-copy h3 { font-size: 32px; margin-bottom: 24px; }
  .corporate-copy .corporate-lead { font-size: 16px; }
  .leadership-invitation { flex-direction: column; align-items: flex-start; gap: 20px; padding: 26px 24px; margin-top: 31px; }
  .leadership-invitation p { font-size: 30px; }
  .leadership-invitation > span { max-width: 250px; font-size: 11px; }
  .leadership-dialogue { grid-template-columns: 1fr; gap: 17px; margin-top: 36px; }
  .leadership-dialogue-intro h3 { font-size: 31px; margin-bottom: 16px; }
  .leadership-dialogue-intro > p:last-child { max-width: none; font-size: 14px; }
  .leadership-questions summary { font-size: 23px; gap: 18px; }
  .leadership-questions details > div { padding-right: 0; font-size: 15px; }
  .corporate-engagement { grid-template-columns: 1fr; gap: 30px; margin-top: 33px; padding-top: 28px; }
  .corporate-engagement h3 { font-size: 31px; }
  .corporate-engagement p { font-size: 15px; }
  .corporate-cta { border-left: 2px solid var(--gold); padding-left: 23px; }
  .corporate-cta p { font-size: 25px; }
  .corporate-cta .button { font-size: 13px; }
}
@media (max-width: 360px) {
  .footer-section-links { width: calc(100% - 32px); }
  .initiative-heading h2 { font-size: 36px; }
  .initiative-copy h3 { font-size: 30px; }
  .corporate-copy h3 { font-size: 29px; }
  .corporate-cta { padding-left: 19px; }
  .corporate-cta .button { font-size: 12px; padding-inline: 17px; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .question-toggle { transition: none; }
}
@media print {
  .site-header, .footer-section-links { display: none; }
  .section-shaiping { background: white; color: black; }
  .section-shaiping p, .section-shaiping h2, .section-shaiping h3, .section-shaiping em, .section-shaiping .eyebrow, .initiative-relationship strong { color: black; }
  .initiative-routes article { background: white; border-color: #aaa; }
  .initiative-image img, .corporate-image img { max-width: 450px; }
}

/* Preserve the shared section-label scale inside the Corporate.HR copy column. */
.corporate-copy > .eyebrow {
  font: 600 11px/1.5 var(--sans);
  letter-spacing: .18em;
  color: var(--gold-dark);
}
@media (max-width: 680px) {
  .corporate-copy > .eyebrow { font-size: 9px; }
}

/* v0.4 production corporate boilerplate */
.corporate-boilerplate{border-top:1px solid rgba(255,255,255,.14);padding-top:24px;margin-top:18px;padding-bottom:8px;font-size:.88rem;line-height:1.65;opacity:.88}
.corporate-boilerplate p{max-width:900px;margin:.25rem 0}
.corporate-boilerplate a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}
/* v0.5.1 — Thinking from the Nexus */
.section-thinking{background:var(--white)}.featured-thinking,.thinking-list-card{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:38px 0}.featured-thinking{max-width:900px}.featured-thinking h3{font-size:clamp(34px,4vw,54px);max-width:760px}.article-kicker{font-size:11px;letter-spacing:.14em;color:var(--gold-dark);font-weight:600}.thinking-signature{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-top:34px}.thinking-signature p{max-width:650px;margin:0}.thinking-index-hero,.article-hero{padding:150px 0 85px;background:var(--paper-deep)}.thinking-index-hero p,.article-deck{max-width:700px}.article-wrap{max-width:850px}.article-hero h1{font-size:clamp(48px,6vw,78px)}.article-body{padding-top:80px;padding-bottom:90px;font-family:var(--serif);font-size:21px;line-height:1.72}.article-body h2{margin-top:2em}.article-body blockquote{margin:1.7em 0;padding-left:28px;border-left:3px solid var(--gold);font-size:28px;line-height:1.4}.article-closing{margin-top:3em;font-size:26px}.article-source{font-family:var(--sans);font-size:14px;border-top:1px solid var(--line);padding-top:24px;margin-top:55px}.continue-thinking{background:var(--ink);color:var(--paper);padding:80px 0}.continue-thinking .eyebrow,.continue-thinking em{color:var(--gold-light)}.continue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:44px}.continue-grid a{background:var(--ink-soft);border:1px solid #3b4860;border-radius:3px;padding:30px 28px 26px;text-decoration:none;min-height:255px;display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease,background .2s ease}.continue-grid a:hover,.continue-grid a:focus-visible{transform:translateY(-3px);border-color:var(--gold-light);background:#1d2a42}.continue-grid span{font-size:10px;letter-spacing:.13em;color:var(--gold-light);font-weight:600}.continue-grid strong{font-family:var(--serif);font-size:25px;font-weight:400;line-height:1.28;margin-top:24px}.continue-grid small{font-family:var(--sans);font-size:13px;line-height:1.55;color:#c7ced9;margin-top:14px}.continue-grid b{margin-top:auto;padding-top:28px;font-family:var(--sans);font-size:14px;font-weight:600;letter-spacing:.02em;color:var(--paper)}.thinking-list-card{max-width:850px}.thinking-list-card h2{font-size:44px}@media(max-width:760px){.thinking-signature{display:block}.thinking-signature .text-link{display:inline-block;margin-top:24px}.continue-grid{grid-template-columns:1fr}.article-body{font-size:19px;padding-top:55px}.thinking-index-hero,.article-hero{padding:120px 0 60px}}
