:root {
  --navy: #1E3A5F;
  --navy-deep: #102A45;
  --green: #2E7D5A;
  --green-deep: #205E43;
  --gold: #C8A75A;
  --gold-light: #E6D29C;
  --slate: #5E6B73;
  --cream: #F5F2EA;
  --cream-dark: #E9E3D6;
  --white: #FFFFFF;
  --ink: #17212A;
  --line: rgba(30, 58, 95, .16);
  --shadow: 0 24px 80px rgba(16, 42, 69, .13);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shell: min(1240px, calc(100vw - 48px));
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 156px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--navy-deep); }
.shell { width: var(--shell); margin-inline: auto; }
.shell > *, .hero__grid > *, .section-heading--split > *, .contact-grid > *, .footer-grid > * { min-width: 0; }
p, h1, h2, h3, a, li, span { overflow-wrap: break-word; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--navy); padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.announcement { background: var(--gold); color: var(--navy-deep); font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.announcement__inner { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 28px; }
.announcement a { border-bottom: 1px solid currentColor; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245, 242, 234, .91); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 35px rgba(16, 42, 69, .08); background: rgba(255, 255, 255, .94); }
.nav-shell { min-height: 148px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; min-width: 148px; }
.brand__logo { width: 148px; height: 148px; object-fit: contain; object-position: left center; }
.brand__fallback { display: flex; flex-direction: column; line-height: 1; color: var(--navy); text-transform: uppercase; }
.brand__fallback strong { font-family: var(--serif); font-size: 1.8rem; letter-spacing: .12em; }
.brand__fallback span { margin-top: 7px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .28em; }
.brand__logo:not([src=""]):not(.is-missing) + .brand__fallback { display: none; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: var(--navy); font-size: .82rem; font-weight: 700; }
.primary-nav > a:not(.button) { position: relative; padding: 12px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--navy); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--white); transition: transform .25s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; background: var(--green); color: var(--white); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(46, 125, 90, .22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(46, 125, 90, .28); }
.button--small { min-height: 44px; padding-inline: 20px; }
.button--gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 12px 30px rgba(200, 167, 90, .24); }
.button--gold:hover, .button--gold:focus-visible { background: var(--gold-light); box-shadow: 0 18px 38px rgba(200, 167, 90, .30); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.text-link--light { color: var(--white); }

.hero { position: relative; overflow: clip; min-height: calc(100vh - 118px); padding: clamp(76px, 9vw, 130px) 0 32px; background: var(--navy-deep); color: var(--white); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 80% 16%, rgba(200, 167, 90, .22), transparent 30%), radial-gradient(circle at 12% 78%, rgba(46, 125, 90, .24), transparent 28%), linear-gradient(135deg, #102A45 0%, #1E3A5F 62%, #183652 100%); }
.hero__mesh { position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: center; gap: clamp(42px, 7vw, 100px); }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .71rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow--dark { color: var(--green); }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(3.45rem, 6.35vw, 6.8rem); line-height: .95; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--gold); font-weight: 600; }
.hero__lead { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.03rem, 1.45vw, 1.28rem); line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero__proof span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.74); font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero__bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 72px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.54); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero__bottom p { margin: 0; color: var(--gold-light); }

.system-visual { position: relative; aspect-ratio: 1; max-width: 590px; width: 100%; margin-inline: auto; }
.system-visual__glow { position: absolute; inset: 20%; border-radius: 50%; background: rgba(200, 167, 90, .16); filter: blur(45px); }
.system-lines { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(255,255,255,.22); stroke-width: 1.2; stroke-dasharray: 3 8; animation: spin 34s linear infinite; }
.system-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 104px; aspect-ratio: 1; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(16,42,69,.78); color: var(--white); box-shadow: 0 16px 35px rgba(0,0,0,.2); backdrop-filter: blur(12px); cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.system-node span { display: block; color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .1em; }
.system-node strong { display: block; font-size: .76rem; }
.system-node:hover, .system-node:focus-visible, .system-node.is-active { transform: scale(1.08); border-color: var(--gold); background: var(--green); }
.system-node--center { top: 50%; left: 50%; width: 148px; transform: translate(-50%, -50%); background: var(--gold); color: var(--navy-deep); }
.system-node--center:hover, .system-node--center:focus-visible, .system-node--center.is-active { transform: translate(-50%, -50%) scale(1.06); background: var(--gold-light); }
.system-node--center span { color: var(--navy); }
.system-node--people { top: 7%; left: 9%; }
.system-node--process { top: 7%; right: 9%; }
.system-node--technology { right: 9%; bottom: 7%; }
.system-node--performance { bottom: 7%; left: 9%; }
.system-caption { position: absolute; right: -10%; bottom: 42%; z-index: 3; width: 185px; padding: 14px 16px; border-left: 2px solid var(--gold); background: rgba(16,42,69,.82); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.system-caption[hidden] { display: none; }
.system-caption span { color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.system-caption p { margin: 6px 0 0; color: rgba(255,255,255,.72); font-size: .7rem; line-height: 1.55; }
@keyframes spin { to { transform: rotate(360deg); } }

.outcome-strip { overflow: hidden; background: var(--gold); color: var(--navy-deep); }
.marquee { overflow: hidden; }
.marquee__track { display: flex; width: max-content; align-items: center; gap: 28px; padding: 18px 0; animation: marquee 28s linear infinite; font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.5rem); font-weight: 700; white-space: nowrap; }
.marquee__track i { color: var(--green); font-size: .55em; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.help-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 9vw, 130px); align-items: start; }
.help-intro { position: sticky; top: 128px; }
.help-intro h2 { margin: 0; color: var(--navy-deep); font: 700 clamp(2.8rem, 5vw, 5.2rem)/1.02 var(--serif); letter-spacing: -.045em; }
.help-intro > p:last-child { color: var(--slate); }
.help-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.help-card { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.help-card span { color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.help-card h3 { margin: 42px 0 12px; color: var(--navy-deep); font: 700 clamp(1.45rem, 2.3vw, 2.15rem)/1.1 var(--serif); }
.help-card p { margin: 0; color: var(--slate); font-size: .85rem; }

.section { padding: clamp(84px, 10vw, 148px) 0; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--navy { background: var(--navy-deep); color: var(--white); }
.section--gold { background: var(--gold); color: var(--navy-deep); }
.section-heading { max-width: 840px; margin-bottom: 58px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .6fr); max-width: none; align-items: end; gap: clamp(40px, 9vw, 120px); }
.section-heading h2, .founder-copy h2, .approach-intro h2, .contact-copy h2, .insight-dialog h2 { margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: 1.03; letter-spacing: -.045em; }
.section--navy h2, .contact-section h2 { color: var(--white); }
.section-heading > p, .section-heading--split > p { margin: 0; color: var(--slate); font-size: 1rem; line-height: 1.8; }
.section--navy .section-heading > p { color: rgba(255,255,255,.7); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 430px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); overflow: hidden; transition: background .35s ease, box-shadow .35s ease, transform .35s ease; }
.service-card::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 160px; height: 160px; border: 36px solid rgba(200,167,90,.28); border-radius: 50%; transform: scale(.3); opacity: 0; transition: transform .4s ease, opacity .4s ease; }
.service-card:hover { z-index: 2; background: var(--navy); color: var(--white); transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1); opacity: 1; }
.service-card__top { display: flex; justify-content: space-between; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.service-card:hover .service-card__top { color: var(--gold-light); }
.service-card h3 { max-width: 290px; margin: 68px 0 18px; color: var(--navy-deep); font-family: var(--serif); font-size: 2rem; line-height: 1.06; }
.service-card:hover h3 { color: var(--white); }
.service-card p { color: var(--slate); font-size: .91rem; }
.service-card:hover p { color: rgba(255,255,255,.78); }
.service-card ul { position: relative; z-index: 1; margin: 24px 0 0; padding: 0; list-style: none; color: var(--slate); font-size: .75rem; font-weight: 700; }
.service-card li { margin-top: 7px; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--gold); }
.service-card:hover ul { color: rgba(255,255,255,.86); }

.industries .section-heading { margin-bottom: 48px; }
.industry-tabs { display: grid; grid-template-columns: .42fr 1fr; min-height: 620px; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.industry-tabs__controls { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); border-right: 1px solid var(--line); }
.industry-tabs__controls button { width: 100%; min-height: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--navy); text-align: left; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.7rem); cursor: pointer; transition: background .25s ease, color .25s ease; }
.industry-tabs__controls button:last-child { border-bottom: 0; }
.industry-tabs__controls button span { font-family: var(--sans); font-size: .67rem; font-weight: 800; letter-spacing: .1em; }
.industry-tabs__controls button:hover, .industry-tabs__controls button:focus-visible, .industry-tabs__controls button[aria-selected="true"] { background: var(--navy); color: var(--white); }
.industry-panel { min-height: 620px; display: grid; grid-template-rows: 1fr auto; background: var(--navy-deep); color: var(--white); }
.industry-panel[hidden] { display: none; }
.industry-panel__art { position: relative; min-height: 330px; overflow: hidden; background: var(--green); }
.industry-panel__art span { position: absolute; color: rgba(255,255,255,.9); font-family: var(--serif); font-size: clamp(5rem, 12vw, 10rem); line-height: 1; }
.industry-panel__art--healthcare { background: radial-gradient(circle at center, rgba(255,255,255,.16) 0 1px, transparent 2px) 0 0 / 24px 24px, linear-gradient(135deg, var(--green), var(--navy)); }
.industry-panel__art--healthcare span:nth-child(1) { top: 9%; left: 10%; }
.industry-panel__art--healthcare span:nth-child(2) { top: 9%; right: 10%; }
.industry-panel__art--healthcare span:nth-child(3) { bottom: 6%; left: 29%; }
.industry-panel__art--healthcare span:nth-child(4) { right: 28%; bottom: 6%; }
.industry-panel__art--hospitality { background: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px) 0 0 / 72px 72px, linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px) 0 0 / 72px 72px, linear-gradient(135deg, #987334, var(--gold) 52%, var(--green)); }
.industry-panel__art--hospitality span { color: var(--navy-deep); font-family: var(--sans); font-weight: 400; }
.industry-panel__art--hospitality span:nth-child(1) { top: 3%; left: 8%; font-size: clamp(7rem, 15vw, 12rem); }
.industry-panel__art--hospitality span:nth-child(2) { top: 12%; right: 11%; font-size: clamp(4rem, 9vw, 7rem); }
.industry-panel__art--hospitality span:nth-child(3) { bottom: 0; left: 34%; font-size: clamp(5rem, 11vw, 9rem); }
.industry-panel__art--hospitality span:nth-child(4) { right: 2%; bottom: -13%; font-size: clamp(8rem, 17vw, 14rem); }
.industry-panel__art--startups { background: repeating-linear-gradient(135deg, var(--navy) 0 28px, var(--green) 28px 56px); }
.industry-panel__art--startups span:nth-child(1) { left: 9%; bottom: 4%; }
.industry-panel__art--startups span:nth-child(2) { left: 38%; bottom: 19%; }
.industry-panel__art--startups span:nth-child(3) { right: 8%; top: 3%; }
.industry-panel__copy { padding: 42px; }
.industry-panel__copy h3 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: 1.02; }
.industry-panel__copy > p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.tag-list span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .67rem; font-weight: 700; text-transform: uppercase; }

.approach-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(58px, 10vw, 150px); }
.approach-intro { position: sticky; top: 130px; align-self: start; }
.approach-intro p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.68); }
.approach-intro .button { margin-top: 22px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-step { display: grid; grid-template-columns: 72px 1fr; gap: 26px; padding: 38px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-step:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-step__number { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.process-step h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 2.4rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.67); }

.shift-section .section-heading > p { color: rgba(16,42,69,.75); }
.shift-grid { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: stretch; border: 1px solid rgba(16,42,69,.25); }
.shift-grid article { min-height: 260px; padding: 34px; background: rgba(255,255,255,.18); }
.shift-grid article:nth-of-type(n+3) { border-top: 1px solid rgba(16,42,69,.25); }
.shift-grid article span { color: var(--green-deep); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.shift-grid article h3 { margin: 62px 0 12px; font-family: var(--serif); font-size: 2rem; line-height: 1.08; }
.shift-grid article p { margin: 0; color: rgba(16,42,69,.72); }
.shift-arrow { display: grid; place-items: center; border-right: 1px solid rgba(16,42,69,.25); border-left: 1px solid rgba(16,42,69,.25); color: var(--green); font-size: 2rem; }
.shift-arrow:nth-of-type(2) { border-top: 1px solid rgba(16,42,69,.25); }

.founder-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.founder-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: var(--navy-deep); color: var(--white); box-shadow: none; }
.founder-visual img { width: 100%; height: 620px; display: block; object-fit: cover; object-position: center 24%; }
.founder-visual figcaption { position: absolute; z-index: 1; right: 34px; bottom: 30px; left: 34px; color: var(--white); font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1.1; }
.founder-copy h2 { max-width: 780px; }
.founder-copy__lead { margin-top: 30px; color: var(--navy); font-size: 1.2rem; font-weight: 700; }
.founder-copy > p:not(.eyebrow) { color: var(--slate); }
.founder-copy blockquote { margin: 34px 0; padding: 24px 0 24px 28px; border-left: 3px solid var(--gold); color: var(--navy); font-family: var(--serif); font-size: 1.5rem; font-style: italic; }
.founder-copy blockquote p { margin: 0; }
.founder-copy blockquote cite { display: block; margin-top: 16px; color: var(--green-deep); font-family: var(--sans); font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.founder-links { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.insight-card { min-height: 410px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); background: var(--gold); color: var(--navy-deep); }
.insight-card + .insight-card { border-left: 0; }
.insight-card--green { background: var(--green); color: var(--white); }
.insight-card--navy { background: var(--navy); color: var(--white); }
.insight-card__meta { display: flex; justify-content: space-between; gap: 18px; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insight-card h3 { margin: auto 0 30px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.04; }
.insight-card__button { width: fit-content; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }

.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(50px, 10vw, 140px); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 26px 0; color: var(--navy); font-family: var(--serif); font-size: 1.3rem; font-weight: 700; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--green); font-family: var(--sans); font-size: 1.6rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 0 26px; color: var(--slate); }

.contact-section { padding: clamp(85px, 10vw, 145px) 0; background: var(--navy-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 125px); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.contact-details { display: grid; gap: 8px; margin-top: 34px; color: var(--gold-light); font-weight: 700; }
.contact-form { padding: 38px; background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.form-honeypot { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-span { grid-column: 1 / -1; }
.contact-form label { display: grid; gap: 8px; color: var(--navy); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-label__text { display: inline-block; width: fit-content; max-width: 100%; white-space: nowrap; }
.form-label__text [aria-hidden="true"] { display: inline; color: #B42318; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(30,58,95,.28); border-radius: 0; background: transparent; color: var(--ink); padding: 11px 0; outline: none; text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 2px 0 var(--green); }
.contact-form .is-invalid { border-color: #B42318; }
.privacy-consent { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 12px !important; margin-top: 22px; color: var(--slate) !important; font-size: .78rem !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.55; text-transform: none !important; }
.privacy-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); }
.privacy-consent input.is-invalid { outline: 2px solid #B42318; outline-offset: 2px; }
.privacy-consent a { color: var(--green); font-weight: 700; }
.form-note { margin: 22px 0 0; color: var(--slate); font-size: .68rem; line-height: 1.55; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.form-status { color: var(--green-deep); font-size: .76rem; font-weight: 700; }

.site-footer { padding: 70px 0 26px; background: #0B1F33; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 48px; }
.brand--footer .brand__logo { width: 180px; height: 180px; filter: brightness(0) invert(1); }
.brand--footer .brand__fallback { color: var(--white); }
.footer-brand p { max-width: 360px; color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: .8rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.6fr auto; align-items: start; gap: 30px; margin-top: 62px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .64rem; line-height: 1.6; }
.footer-legal { display: flex; gap: 18px; white-space: nowrap; }
.footer-legal a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 3px; }
.footer-legal a:hover { color: var(--gold); text-decoration-color: currentColor; }
.mobile-cta { display: none; }

.insight-dialog { width: min(720px, calc(100vw - 32px)); max-height: calc(100vh - 40px); padding: 48px; border: 0; background: var(--cream); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.35); }
.insight-dialog::backdrop { background: rgba(11,31,51,.78); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; top: 15px; right: 18px; border: 0; background: transparent; color: var(--navy); font-size: 2rem; cursor: pointer; }
.insight-dialog h2 { font-size: clamp(2.3rem, 5vw, 4rem); }
.insight-dialog [data-dialog-content] { margin: 28px 0; color: var(--slate); }
.insight-dialog ul { padding-left: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 980px); }
  .primary-nav { position: fixed; inset: 182px 0 0; z-index: 40; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 28px max(20px, calc((100vw - 980px) / 2)) 110px; overflow-y: auto; background: var(--cream); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { display: block; padding: 18px 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-family: var(--serif); font-size: 1.6rem; }
  .primary-nav .button { margin-top: 24px; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 880px; }
  .system-visual { max-width: 560px; }
  .hero__bottom { margin-top: 30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-tabs { grid-template-columns: 1fr; }
  .industry-tabs__controls { grid-template: 1fr / repeat(3, minmax(0, 1fr)); border-right: 0; border-bottom: 1px solid var(--line); }
  .industry-tabs__controls button { min-height: 120px; border-right: 1px solid var(--line); border-bottom: 0; }
  .approach-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .approach-intro { position: static; }
  .founder-visual { min-height: 500px; }
  .founder-visual img { height: 500px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card + .insight-card { border-top: 0; border-left: 1px solid var(--line); }
  .insight-card { min-height: 330px; }
  .faq-grid { grid-template-columns: 1fr; }
  .help-grid { grid-template-columns: 1fr; }
  .help-intro { position: static; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  body { padding-top: 120px; }
  html { scroll-padding-top: 128px; }
  .site-header { position: fixed; top: 0; right: 0; left: 0; }
  .announcement__inner { min-height: 40px; justify-content: space-between; gap: 12px; font-size: .59rem; }
  .nav-shell { min-height: 120px; }
  .brand { min-width: 0; }
  .brand__logo { width: 120px; height: 120px; }
  .brand--footer .brand__logo { width: 156px; height: 156px; }
  .brand__fallback strong { font-size: 1.45rem; }
  .primary-nav { inset: 120px 0 0; padding-inline: 20px; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 74px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__proof { gap: 7px; }
  .hero__bottom { display: none; }
  .system-visual { margin-top: 30px; }
  .system-node { width: 78px; }
  .system-node--center { width: 115px; }
  .system-caption { right: -2%; bottom: 36%; width: 150px; padding: 11px 12px; }
  .section { padding: 82px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .founder-copy h2, .approach-intro h2, .contact-copy h2 { font-size: clamp(2.55rem, 12vw, 4.2rem); }
  .service-grid { grid-template-columns: 1fr; }
  .help-cards { grid-template-columns: 1fr; }
  .help-card { min-height: 210px; }
  .service-card { min-height: 390px; }
  .industry-tabs__controls { grid-template: repeat(3, minmax(88px, auto)) / 1fr; }
  .industry-tabs__controls button { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .industry-panel, .industry-tabs { min-height: 0; }
  .industry-panel__copy { padding: 30px 24px; }
  .industry-panel__art { min-height: 260px; }
  .process-step { grid-template-columns: 48px 1fr; gap: 16px; }
  .shift-grid { grid-template-columns: 1fr; }
  .shift-arrow { min-height: 70px; border: 0; border-top: 1px solid rgba(16,42,69,.25); border-bottom: 1px solid rgba(16,42,69,.25); transform: rotate(90deg); }
  .shift-grid article:nth-of-type(n+3) { border-top: 0; }
  .founder-visual { min-height: 430px; }
  .founder-visual img { height: 430px; }
  .founder-visual figcaption { right: 24px; bottom: 22px; left: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .contact-form { padding: 28px 22px; }
  .contact-form input, .contact-form select, .contact-form textarea { min-height: 48px; font-size: 1rem; }
  .contact-form textarea { min-height: 140px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 45; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(245,242,234,.94); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-cta .button { width: 100%; }
  .site-footer { padding-bottom: 100px; }
  .insight-dialog { padding: 42px 24px 28px; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 24px); }
  .announcement__inner { justify-content: center; text-align: center; }
  .announcement__inner > span { display: none; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(2.75rem, 14.5vw, 4rem); }
  .hero__actions, .hero__actions .button { width: 100%; }
  .system-node { width: 70px; }
  .system-node strong { font-size: .64rem; }
  .system-node--center { width: 104px; }
  .system-caption { right: 0; bottom: 33%; width: 138px; }
  .section, .contact-section { padding-block: 68px; }
  .service-card { min-height: 0; padding: 28px 22px; }
  .service-card h3 { margin-top: 46px; }
  .industry-panel__art { min-height: 210px; }
  .process-step h3 { font-size: 2rem; }
  .founder-visual, .founder-visual img { min-height: 360px; height: 360px; }
  .contact-form { padding-inline: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .insight-dialog .button { width: 100%; }
}

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

.careers-hero { position: relative; overflow: clip; padding: clamp(68px, 8vw, 110px) 0; background: var(--navy-deep); color: var(--white); isolation: isolate; }
.careers-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 16% 20%, rgba(200, 167, 90, .22), transparent 28%), radial-gradient(circle at 84% 78%, rgba(46, 125, 90, .28), transparent 30%), linear-gradient(135deg, var(--navy-deep), var(--navy) 62%, #183652); }
.careers-hero__mesh { position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 78%); }
.careers-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .48fr); align-items: center; gap: clamp(42px, 7vw, 96px); }
.careers-hero__copy h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.05em; }
.careers-hero__copy p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.hiring-status-card { padding: clamp(30px, 4vw, 46px); border: 1px solid rgba(230, 210, 156, .42); background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 32px 90px rgba(0,0,0,.24); }
.hiring-status-card__label { display: inline-flex; margin-bottom: 30px; padding: 8px 12px; border-radius: 999px; background: rgba(46,125,90,.12); color: var(--green-deep); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hiring-status-card h2 { margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1; }
.hiring-status-card p { margin: 22px 0 30px; color: var(--slate); }
.careers-followup { padding: clamp(64px, 7vw, 96px) 0; background: linear-gradient(135deg, var(--green-deep), var(--navy-deep)); color: var(--white); }
.careers-followup__grid { display: grid; grid-template-columns: 1fr .48fr; gap: clamp(42px, 7vw, 92px); align-items: center; }
.careers-followup__panel h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.04em; }
.careers-followup__panel p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); }
.careers-followup__actions { display: grid; gap: 22px; justify-items: start; }

@media (max-width: 1080px) {
  .careers-hero__grid, .careers-followup__grid { grid-template-columns: 1fr; }
  .hiring-status-card { max-width: 680px; }
}

@media (max-width: 760px) {
  .careers-hero { padding: 58px 0 66px; }
  .careers-hero__grid { gap: 34px; }
}

/* Services overview and decision guide */
.service-card__link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-card__link span { transition: transform .2s ease; }
.service-card__link:hover span, .service-card__link:focus-visible span { transform: translateX(4px); }
.service-card:hover .service-card__link { color: var(--gold-light); }
.services-hero { position: relative; overflow: clip; padding: clamp(76px, 9vw, 132px) 0; background: var(--navy-deep); color: var(--white); isolation: isolate; }
.services-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 82% 22%, rgba(200,167,90,.25), transparent 28%), radial-gradient(circle at 12% 84%, rgba(46,125,90,.24), transparent 28%), linear-gradient(135deg, var(--navy-deep), var(--navy) 64%, #183652); }
.services-hero__mesh { position: absolute; z-index: -1; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 82%); }
.services-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .48fr); align-items: center; gap: clamp(52px, 9vw, 132px); }
.services-hero__copy h1 { max-width: 920px; margin: 0; font: 700 clamp(3.5rem, 6.5vw, 7rem)/.95 var(--serif); letter-spacing: -.055em; }
.services-hero__copy h1 em { display: block; color: var(--gold); font-weight: 600; }
.services-hero__copy > p:not(.eyebrow) { max-width: 760px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.services-hero__principle { padding: clamp(30px, 4vw, 48px); border: 1px solid rgba(230,210,156,.38); background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.services-hero__principle > span { color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.services-hero__principle strong { display: block; margin: 28px 0; font: 700 clamp(2rem, 3.2vw, 3.4rem)/1.08 var(--serif); }
.services-hero__principle p { margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; }
.service-finder { background: var(--cream); }
.finder-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.finder-card { position: relative; display: grid; min-height: 220px; padding: 32px 92px 32px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); transition: background .25s ease, color .25s ease; }
.finder-card > span { max-width: 520px; color: var(--slate); font-size: .9rem; }
.finder-card strong { align-self: end; color: var(--navy-deep); font: 700 clamp(1.45rem, 2.4vw, 2.2rem)/1.08 var(--serif); }
.finder-card i { position: absolute; top: 30px; right: 30px; color: var(--green); font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.finder-card:hover, .finder-card:focus-visible { background: var(--navy); color: var(--white); }
.finder-card:hover > span, .finder-card:focus-visible > span { color: rgba(255,255,255,.7); }
.finder-card:hover strong, .finder-card:focus-visible strong { color: var(--white); }
.finder-card:hover i, .finder-card:focus-visible i { color: var(--gold-light); }
.service-detail { scroll-margin-top: 92px; padding: clamp(82px, 10vw, 142px) 0; background: var(--cream); border-top: 1px solid var(--line); }
.service-detail--white { background: var(--white); }
.service-detail__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(52px, 10vw, 150px); }
.service-detail__intro { position: sticky; top: 128px; align-self: start; }
.service-detail__number { display: block; margin-bottom: 54px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.service-detail__intro h2 { max-width: 620px; margin: 0; color: var(--navy-deep); font: 700 clamp(2.8rem, 5vw, 5.4rem)/.98 var(--serif); letter-spacing: -.05em; }
.service-detail__intro > p:last-child { max-width: 590px; margin-top: 26px; color: var(--slate); }
.service-detail__content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 48px; }
.service-detail__content section { padding-top: 24px; border-top: 1px solid var(--line); }
.service-detail__content h3 { margin: 0 0 20px; color: var(--navy); font: 700 1.65rem/1.1 var(--serif); }
.service-detail__content ul { margin: 0; padding: 0; list-style: none; color: var(--slate); font-size: .88rem; }
.service-detail__content li { position: relative; margin-top: 13px; padding-left: 20px; }
.service-detail__content li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.service-detail__deliverables { grid-column: 1 / -1; }
.service-detail__deliverables > div { display: flex; flex-wrap: wrap; gap: 9px; }
.service-detail__deliverables span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(46,125,90,.06); color: var(--green-deep); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.service-detail__content > .text-link { grid-column: 1 / -1; justify-self: start; margin-top: 8px; }
.services-engagement .section-heading--split > p { color: rgba(255,255,255,.68); }
.engagement-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); list-style: none; }
.engagement-steps li { min-height: 290px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.engagement-steps span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.engagement-steps strong { display: block; margin: 76px 0 16px; font: 700 2rem/1 var(--serif); }
.engagement-steps p { margin: 0; color: rgba(255,255,255,.65); font-size: .84rem; }
.services-cta { padding: clamp(78px, 9vw, 124px) 0; background: var(--gold); }
.services-cta__grid { display: grid; grid-template-columns: 1.1fr .55fr; align-items: end; gap: clamp(50px, 10vw, 150px); }
.services-cta h2 { margin: 0; color: var(--navy-deep); font: 700 clamp(3rem, 5.5vw, 5.8rem)/.98 var(--serif); letter-spacing: -.05em; }
.services-cta__grid > div:last-child p { color: rgba(16,42,69,.76); }
.services-cta .button { margin-top: 20px; background: var(--navy-deep); color: var(--white); box-shadow: 0 12px 30px rgba(16,42,69,.22); }

@media (max-width: 1080px) {
  .services-hero__grid, .service-detail__grid, .services-cta__grid { grid-template-columns: 1fr; }
  .services-hero__principle { max-width: 650px; }
  .service-detail__intro { position: static; }
  .engagement-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .services-hero { padding: 62px 0 72px; }
  .services-hero__copy h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .finder-grid, .service-detail__content, .engagement-steps { grid-template-columns: 1fr; }
  .finder-card { min-height: 200px; padding: 26px 72px 26px 24px; }
  .finder-card i { top: 25px; right: 22px; }
  .service-detail { padding: 78px 0; }
  .service-detail__number { margin-bottom: 38px; }
  .service-detail__content { gap: 34px; }
  .service-detail__deliverables, .service-detail__content > .text-link { grid-column: auto; }
  .engagement-steps li { min-height: 230px; }
  .engagement-steps strong { margin-top: 52px; }
}

/* SEO landing pages */
.content-hero { position: relative; overflow: hidden; padding: clamp(82px, 10vw, 145px) 0; background: radial-gradient(circle at 82% 20%, rgba(200,167,90,.22), transparent 28%), linear-gradient(135deg, var(--navy-deep), var(--navy)); color: var(--white); }
.content-hero__inner { max-width: 980px; }
.content-hero h1 { max-width: 900px; margin: 0; font: 700 clamp(3.3rem, 6.5vw, 6.8rem)/.96 var(--serif); letter-spacing: -.05em; }
.content-hero p:not(.eyebrow) { max-width: 760px; margin: 28px 0; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.content-card { min-height: 300px; padding: clamp(28px, 4vw, 46px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.content-card > span { color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.content-card h2 { margin: 70px 0 18px; color: var(--navy-deep); font: 700 clamp(1.8rem, 3vw, 3rem)/1.05 var(--serif); }
.content-card:not(:has(> span)) h2 { margin-top: 20px; }
.content-card p { color: var(--slate); }
.content-cta { padding: clamp(76px, 9vw, 125px) 0; background: var(--gold); }
.content-cta h2 { margin: 0 0 30px; color: var(--navy-deep); font: 700 clamp(3rem, 6vw, 6rem)/.98 var(--serif); letter-spacing: -.05em; }
@media (max-width: 760px) { .content-hero { padding: 62px 0 72px; } .content-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); } .content-grid { grid-template-columns: 1fr; } .content-card { min-height: 260px; } }

/* Insights editorial library */
.insights-hero .content-hero__inner { max-width: 1050px; }
.featured-insight { padding: clamp(32px, 5vw, 58px); border-left: 5px solid var(--gold); background: var(--white); box-shadow: 0 28px 80px rgba(16,42,69,.09); }
.featured-insight__meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--green-deep); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.featured-insight__grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(42px, 8vw, 120px); padding-top: 50px; }
.featured-insight h2 { margin: 0; color: var(--navy-deep); font: 700 clamp(2.8rem, 5vw, 5.3rem)/1 var(--serif); letter-spacing: -.045em; }
.featured-insight__grid > div:last-child p { margin: 0 0 28px; color: var(--slate); font-size: 1rem; line-height: 1.8; }
.insights-library { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insights-library__card { display: flex; min-height: 430px; flex-direction: column; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.insights-library__card > div { display: flex; justify-content: space-between; gap: 16px; color: var(--green-deep); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.insights-library__card h3 { margin: 82px 0 18px; color: var(--navy-deep); font: 700 clamp(2rem, 3vw, 3rem)/1.05 var(--serif); }
.insights-library__card p { margin: 0; color: var(--slate); font-size: .84rem; }
.insights-library__card > a { width: fit-content; margin-top: auto; border-bottom: 1px solid currentColor; color: var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.insights-library__card--question { background: var(--green); color: var(--white); }
.insights-library__card--question > span { color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insights-library__card--question h3, .insights-library__card--question > a { color: var(--white); }
.insights-library__card--question p { color: rgba(255,255,255,.72); }
.insight-themes { padding: clamp(82px, 10vw, 140px) 0; background: var(--navy-deep); color: var(--white); }
.insight-themes__grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(50px, 10vw, 150px); }
.insight-themes h2 { margin: 0; font: 700 clamp(3rem, 5vw, 5.4rem)/1 var(--serif); letter-spacing: -.045em; }
.insight-themes ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.insight-themes li { padding: 22px 8px; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.76); font-size: .82rem; font-weight: 700; }
@media (max-width: 1080px) { .featured-insight__grid, .insight-themes__grid { grid-template-columns: 1fr; } .insights-library { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .featured-insight__meta { flex-direction: column; } .featured-insight__grid { padding-top: 36px; } .insights-library { grid-template-columns: 1fr; } .insights-library__card { min-height: 360px; padding: 26px; } .insights-library__card h3 { margin-top: 58px; } .insight-themes ul { grid-template-columns: 1fr; } }

/* Long-form insight articles */
.article-hero { padding: clamp(75px, 9vw, 130px) 0; background: var(--navy-deep); color: var(--white); }
.article-hero__inner { max-width: 980px; }
.article-hero__inner > a { display: inline-block; margin-bottom: 55px; color: var(--gold-light); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.article-hero h1 { margin: 0; font: 700 clamp(3.2rem, 6.5vw, 6.8rem)/.96 var(--serif); letter-spacing: -.05em; }
.article-hero p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.article-hero__inner > span { color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-body { max-width: 940px; padding-top: clamp(75px, 9vw, 125px); padding-bottom: clamp(75px, 9vw, 125px); }
.article-body__intro { margin-bottom: 55px; color: var(--green-deep); font: 700 clamp(1.8rem, 3vw, 2.8rem)/1.15 var(--serif); }
.article-body > section { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 42px 0; border-top: 1px solid var(--line); }
.article-body > section > span { color: var(--gold); font-size: .72rem; font-weight: 800; }
.article-body h2 { margin: 0 0 18px; color: var(--navy-deep); font: 700 clamp(2rem, 3.5vw, 3.2rem)/1.05 var(--serif); }
.article-body section p { margin: 0; color: var(--slate); line-height: 1.85; }
.article-body blockquote { margin: 55px 0 0; padding: 36px; border-left: 4px solid var(--gold); background: var(--cream); color: var(--navy-deep); font: 600 clamp(1.8rem, 3vw, 2.7rem)/1.2 var(--serif); }
.article-body blockquote p { margin: 0; }
.article-cta { padding: clamp(75px, 9vw, 115px) 0; background: var(--gold); }
.article-cta h2 { max-width: 900px; margin: 0 0 30px; color: var(--navy-deep); font: 700 clamp(3rem, 5.5vw, 5.5rem)/1 var(--serif); letter-spacing: -.045em; }
@media (max-width: 760px) { .article-body > section { grid-template-columns: 42px 1fr; gap: 15px; } .article-body blockquote { padding: 28px 22px; } }
