:root {
    --green: #0b5135;
    --green-dark: #063525;
    --green-soft: #e7f0e9;
    --lime: #9bcf3b;
    --ink: #17231d;
    --muted: #66736c;
    --ivory: #f6f3ea;
    --line: #dce3de;
    --white: #fff;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 166px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.7; }
h1, h2, h3, h4, h5, h6 { font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.035em; color: var(--ink); }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; }
.section-pad { padding: 54px 0; }
.section-tag, .eyebrow { display: inline-block; margin-bottom: 18px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-tag::before, .eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.section-tag.light { color: #b9dc76; }
h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.1; }

#spinner { opacity: 0; visibility: hidden; transition: .35s; z-index: 99999; }
#spinner.show { opacity: 1; visibility: visible; }
.spinner-border { width: 3rem; height: 3rem; }

.market-ticker-section { position: relative; z-index: 5; border-bottom: 1px solid var(--line); }
.site-header { transition: .3s ease; z-index: 1030; }
.utility-bar { padding: 9px 0; color: rgba(255,255,255,.76); background: var(--green-dark); font-size: 12px; letter-spacing: .02em; }
.utility-bar a:hover { color: #fff; }
.navbar { min-height: 156px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(18,58,41,.08); }
.navbar-brand { padding-top: 0; padding-bottom: 0; }
.navbar-brand img { width: 230px; height: 153px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.navbar .nav-link { position: relative; margin-left: 19px; padding: 30px 0 !important; color: #35443c !important; font-size: 14px; font-weight: 600; }
.navbar .nav-link::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transition: .25s; }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .nav-contact { margin-left: 30px; padding: 11px 19px !important; color: #fff !important; background: var(--green); border-radius: 3px; }
.navbar .nav-contact::after { display: none; }
.navbar .nav-contact:hover { background: var(--green-dark); }
.site-header.scrolled .utility-bar { display: none !important; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(8,44,29,.08); }

.hero { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 35%, rgba(106,168,83,.23), transparent 26%), linear-gradient(115deg, #052f22 0%, #0b5135 65%, #174d35 100%); }
.hero::before { content: ""; position: absolute; top: 0; right: -15%; width: 55%; height: 100%; border-left: 1px solid rgba(255,255,255,.1); transform: skewX(-13deg); background: rgba(255,255,255,.025); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: 8%; top: 25%; border: 1px solid rgba(185,220,118,.18); border-radius: 50%; animation: heroPulse 6s ease-in-out infinite; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000); }
.hero .row { padding-top: 210px; }
.hero-copy { padding-bottom: 15px; }
.hero .eyebrow { color: #b9dc76; }
.hero h1 { margin-bottom: 26px; color: #fff; font-size: clamp(50px, 6.3vw, 82px); line-height: 1.02; }
.hero h1 span { color: #b9dc76; }
.hero-lead { max-width: 700px; margin-bottom: 38px; color: rgba(255,255,255,.75); font-size: 20px; line-height: 1.65; }
.btn { border-radius: 3px; font-size: 14px; font-weight: 700; transition: .25s; }
.btn-lg { padding: 15px 24px; }
.btn-primary { color: #09281b; background: #b9dc76; border-color: #b9dc76; }
.btn-primary:hover { color: #09281b; background: #c9e58f; border-color: #c9e58f; transform: translateY(-2px); }
.hero-panel { margin-left: 50px; padding: 34px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.panel-label { display: block; margin-bottom: 20px; color: #b9dc76; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.lens-row { display: flex; gap: 18px; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.lens-row span { color: #b9dc76; font-family: "Manrope"; font-size: 12px; font-weight: 700; }
.lens-row p { margin: 0; color: #fff; font-size: 15px; font-weight: 500; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; gap: 13px; align-items: center; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { animation: cueBounce 1.8s ease-in-out infinite; }

.identity-strip { position: relative; z-index: 2; margin-top: -1px; background: var(--ivory); border-bottom: 1px solid #e2dfd5; }
.identity-item { padding: 27px 34px; border-right: 1px solid #dedacf; }
.identity-item:last-child { border-right: 0; }
.identity-item span { display: block; color: #8a928d; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.identity-item strong { color: var(--green-dark); font-family: "Manrope"; font-size: 16px; }

.about-section { background: #fff; }
.about-section h2 { max-width: 470px; }
.lead-copy { color: var(--ink); font-size: 23px; font-weight: 500; line-height: 1.55; }
.about-section p:not(.lead-copy) { color: var(--muted); }

.capabilities-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #f8faf7 0%, #eef4ef 100%); }
.capabilities-intro { margin: 0 0 3px 25px; color: var(--muted); font-size: 16px; }
.capability-orbit { position: absolute; border: 1px solid rgba(11,81,53,.08); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; top: -280px; right: -160px; }
.orbit-two { width: 260px; height: 260px; bottom: -150px; left: -100px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-card { position: relative; min-height: 310px; padding: 34px; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid rgba(11,81,53,.11); transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease; }
.capability-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 120px; height: 120px; background: var(--green-soft); border-radius: 50%; transition: .4s; }
.capability-card:hover { border-color: rgba(11,81,53,.3); box-shadow: 0 22px 55px rgba(11,81,53,.1); transform: translateY(-8px); }
.capability-card:hover::after { width: 155px; height: 155px; background: rgba(185,220,118,.23); }
.capability-featured { grid-row: span 2; min-height: 638px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(145deg, var(--green-dark), var(--green)); }
.capability-featured::after { width: 260px; height: 260px; right: -100px; bottom: -110px; background: rgba(185,220,118,.12); }
.capability-featured:hover::after { width: 300px; height: 300px; background: rgba(185,220,118,.16); }
.capability-icon { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; margin-bottom: 58px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: 20px; }
.capability-featured .capability-icon { color: #173421; background: #b9dc76; }
.card-index { position: absolute; top: 27px; right: 29px; color: #9ba8a0; font: 700 11px "Manrope"; }
.capability-featured .card-index { color: rgba(255,255,255,.4); }
.capability-card small { display: block; margin-bottom: 7px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.capability-featured small { color: #b9dc76; }
.capability-card h3 { position: relative; z-index: 1; font-size: 24px; }
.capability-card p { position: relative; z-index: 1; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.capability-featured h3 { color: #fff; font-size: 34px; }
.capability-featured p { color: rgba(255,255,255,.68); font-size: 16px; }
.capability-points { position: relative; z-index: 1; margin: 30px 0 0; padding: 0; list-style: none; }
.capability-points li { padding: 11px 0; color: rgba(255,255,255,.78); border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.capability-points li::before { content: "\f00c"; margin-right: 10px; color: #b9dc76; font-family: "Font Awesome 5 Free"; font-weight: 900; }

.sectors-section { background: var(--green-dark); }
.sectors-section h2 { max-width: 760px; }
.section-intro { margin: 0 0 4px 25px; color: rgba(255,255,255,.58); }
.sector-card { position: relative; min-height: 300px; padding: 34px 30px; overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); transition: .3s; }
.sector-card:hover { background: var(--green); transform: translateY(-7px); }
.sector-no { position: absolute; top: 22px; right: 25px; color: rgba(255,255,255,.25); font-size: 12px; font-weight: 700; }
.sector-card i { display: block; margin: 40px 0 48px; color: #b9dc76; font-size: 28px; }
.sector-card h3 { color: #fff; font-size: 23px; }
.sector-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }

.portfolio-section { padding: 54px 0; background: var(--green-dark); }
.portfolio-shell { overflow: hidden; background: #0a432f; border: 1px solid rgba(255,255,255,.1); }
.portfolio-copy { padding: 70px 58px; }
.portfolio-copy h2 { color: #fff; font-size: 48px; }
.portfolio-copy p { color: rgba(255,255,255,.6); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; color: #b9dc76; font-size: 13px; font-weight: 700; }
.text-link i { transition: transform .25s; }
.text-link:hover { color: #d1e99f; }
.text-link:hover i { transform: translateX(5px); }
.portfolio-visual { position: relative; min-height: 560px; overflow: hidden; background: radial-gradient(circle at center, rgba(185,220,118,.12), transparent 48%), #073525; }
.visual-center { position: absolute; top: 50%; left: 50%; z-index: 3; display: grid; width: 150px; height: 150px; place-content: center; color: #fff; background: var(--green); border: 1px solid rgba(185,220,118,.55); border-radius: 50%; text-align: center; transform: translate(-50%,-50%); box-shadow: 0 0 0 18px rgba(185,220,118,.04); }
.visual-center span { color: #b9dc76; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visual-center strong { font: 700 19px "Manrope"; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-a { width: 330px; height: 330px; animation: orbitSpin 28s linear infinite; }
.orbit-b { width: 480px; height: 480px; border-style: dashed; animation: orbitSpin 42s linear infinite reverse; }
.visual-node { position: absolute; z-index: 4; display: flex; gap: 10px; align-items: center; padding: 11px 16px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(5px); font-size: 12px; }
.visual-node i { color: #b9dc76; }
.node-a { top: 14%; left: 16%; }
.node-b { top: 20%; right: 11%; }
.node-c { bottom: 17%; left: 9%; }
.node-d { right: 13%; bottom: 13%; }

.strategy-section { background: #f9faf7; }
.sticky-copy { position: sticky; top: 130px; padding-right: 45px; }
.sticky-copy > p { color: var(--muted); font-size: 17px; }
.strategy-note { display: flex; gap: 18px; margin-top: 35px; padding: 24px; background: var(--green-soft); border-left: 3px solid var(--green); }
.strategy-note i { padding-top: 6px; color: var(--green); font-size: 22px; }
.strategy-note p { margin: 0; color: #496057; font-size: 14px; line-height: 1.55; }
.strategy-note strong { color: var(--ink); font-family: "Manrope"; font-size: 16px; }
.process-list { counter-reset: process; }
.process-step { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.process-step:first-child { padding-top: 5px; }
.process-step > span { display: grid; width: 60px; height: 60px; place-items: center; color: var(--green); background: #fff; border: 1px solid var(--line); border-radius: 50%; font-family: "Manrope"; font-weight: 700; }
.process-step small { color: #829087; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.process-step h3 { margin: 7px 0 10px; font-size: 25px; }
.process-step p { max-width: 580px; margin: 0; color: var(--muted); font-size: 15px; }

.principles { padding: 0 0 54px; background: #f9faf7; }
.principles .container { background: var(--green); }
.principle-heading { padding: 55px 45px; background: #0a442f; }
.principle-heading h2 { color: #fff; font-size: 42px; }
.principle { min-height: 230px; padding: 38px; border-left: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.principle i { margin-bottom: 30px; color: #b9dc76; font-size: 24px; }
.principle h3 { color: #fff; font-size: 20px; }
.principle p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; }

.stewardship-section { overflow: hidden; background: #fff; }
.stewardship-art { position: relative; min-height: 520px; background: radial-gradient(circle at center, #eff5ef, #f9faf7 60%); }
.art-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(11,81,53,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 330px; height: 330px; animation: slowPulse 4s ease-in-out infinite; }
.ring-two { width: 450px; height: 450px; border-style: dashed; animation: orbitSpin 45s linear infinite; }
.art-core { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: 210px; height: 210px; place-items: center; align-content: center; color: #fff; background: linear-gradient(145deg, var(--green), var(--green-dark)); border-radius: 50%; text-align: center; transform: translate(-50%,-50%); box-shadow: 0 24px 50px rgba(11,81,53,.2); }
.art-core i { margin-bottom: 14px; color: #b9dc76; font-size: 30px; }
.art-core strong { font: 700 21px/1.25 "Manrope"; }
.art-label { position: absolute; z-index: 3; padding: 10px 16px; color: var(--green); background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(11,81,53,.08); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.label-one { top: 16%; left: 12%; }
.label-two { top: 35%; right: 4%; }
.label-three { bottom: 15%; left: 18%; }
.lead-copy-sm { color: #35473e; font-size: 19px; font-weight: 500; }
.oversight-list { margin-top: 32px; }
.oversight-list > div { display: flex; gap: 17px; padding: 20px 0; border-top: 1px solid var(--line); }
.oversight-list i { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: 11px; }
.oversight-list p { margin: 0; }
.oversight-list strong, .oversight-list span { display: block; }
.oversight-list strong { margin-bottom: 3px; font-family: "Manrope"; }
.oversight-list span { color: var(--muted); font-size: 13px; }

.leadership-section { background: #fff; }
.leadership-subheading { margin-bottom: 26px; padding-bottom: 14px; color: var(--green-dark); font-size: 22px; border-bottom: 1px solid var(--line); }
.leader-card { display: grid; grid-template-columns: 160px 1fr; min-height: 260px; height: 100%; overflow: hidden; background: transparent; transition: .3s; }
.leader-card:hover { transform: translateY(-3px); }
.leader-card img { width: 160px; height: 100%; min-height: 260px; object-fit: cover; object-position: center top; background: #edf1ed; filter: saturate(.8); }
.leader-card > div { padding: 28px; }
.leader-card span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.leader-card h3 { margin: 5px 0 1px; font-size: 21px; }
.leader-card small { color: #8b958f; font-size: 11px; }
.leader-card p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.careers-section { padding: 0 0 54px; background: #fff; }
.career-card { padding: 65px 70px; color: #fff; background: linear-gradient(120deg, #063525, #0b5135); }
.career-card h2 { max-width: 760px; color: #fff; font-size: clamp(34px, 4vw, 50px); }
.career-card p { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.63); }

.contact-section { background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #d8d9d2; border: 1px solid #d8d9d2; }
.contact-block { display: flex; gap: 20px; padding: 28px; background: #fff; transition: .25s; }
a.contact-block:hover { background: #f5f8f4; }
.contact-block.wide { grid-column: 1 / -1; }
.contact-block i { padding-top: 4px; color: var(--green); font-size: 20px; }
.contact-block span { color: #89918c; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-block p { margin: 4px 0 0; color: var(--ink); font-weight: 600; line-height: 1.55; }

.site-footer { position: relative; overflow: hidden; color: rgba(255,255,255,.6); background: #041b14; }
.footer-glow { position: absolute; width: 500px; height: 500px; right: -220px; top: -220px; background: rgba(88,150,64,.15); border-radius: 50%; filter: blur(40px); }
.footer-top { position: relative; display: flex; justify-content: space-between; align-items: end; padding: 75px 0 55px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-kicker { color: #b9dc76; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-top h2 { max-width: 700px; margin: 10px 0 0; color: #fff; font-size: clamp(35px,4vw,54px); }
.footer-cta { display: flex; gap: 30px; align-items: center; padding: 15px 0; color: #fff; border-bottom: 1px solid #b9dc76; font-weight: 700; }
.footer-cta i { transform: rotate(45deg); transition: .25s; }
.footer-cta:hover { color: #b9dc76; }
.footer-cta:hover i { transform: rotate(45deg) translateY(-4px); }
.footer-main { position: relative; display: grid; grid-template-columns: 1.5fr .65fr .8fr 1.25fr; gap: 55px; align-items: start; padding: 60px 0; }
.footer-logo { display: inline-flex; padding: 7px 14px; background: #fff; }
.footer-main img { width: 210px; height: 140px; object-fit: contain; object-position: left; mix-blend-mode: multiply; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-column h3 { margin-bottom: 13px; color: #fff; font-size: 14px; letter-spacing: 0; }
.footer-column a { color: rgba(255,255,255,.68); transition: .2s; }
.footer-column a:hover { color: #b9dc76; transform: translateX(3px); }
.footer-contact p { margin: 0 0 10px; font-size: 12px; }
.footer-contact a { display: flex; gap: 10px; align-items: center; }
.footer-contact i { width: 14px; color: #b9dc76; }
.footer-regulatory { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.footer-regulatory div { padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.08); }
.footer-regulatory div:last-child { border-right: 0; }
.footer-regulatory span, .footer-regulatory strong { display: block; }
.footer-regulatory span { margin-bottom: 4px; color: #8aa095; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-regulatory strong { color: rgba(255,255,255,.75); font-size: 11px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom a:hover { color: #b9dc76; }
.back-to-top { position: fixed; right: 25px; bottom: 25px; display: none; width: 46px; height: 46px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; z-index: 99; }

.reveal-up, .reveal-left, .reveal-right { opacity: 0; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal-up { transform: translateY(34px); }
.reveal-left { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-up.in-view, .reveal-left.in-view, .reveal-right.in-view { opacity: 1; transform: translate(0); }

@keyframes heroPulse { 0%,100% { transform: scale(.95); opacity: .45; } 50% { transform: scale(1.08); opacity: .9; } }
@keyframes cueBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
@keyframes orbitSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes slowPulse { 0%,100% { transform: translate(-50%,-50%) scale(.97); } 50% { transform: translate(-50%,-50%) scale(1.04); } }

@media (max-width: 991.98px) {
    .section-pad { padding: 54px 0; }
    .site-header { background: #fff; }
    .navbar { min-height: 134px; }
    .navbar-brand img { width: 190px; height: 127px; }
    .navbar-collapse { margin: 0 -12px; padding: 8px 24px 25px; background: #fff; border-top: 1px solid var(--line); }
    .navbar .nav-link { margin: 0; padding: 11px 0 !important; }
    .navbar .nav-link::after { display: none; }
    .navbar .nav-contact { display: inline-block; margin-top: 8px; padding: 11px 18px !important; }
    .hero { min-height: 720px; }
    .hero .row { padding-top: 150px; min-height: auto !important; }
    .section-intro { margin: 25px 0 0; }
    .capabilities-intro { margin: 25px 0 0; }
    .capability-grid { grid-template-columns: repeat(2, 1fr); }
    .capability-featured { grid-row: auto; min-height: 480px; grid-column: 1 / -1; }
    .portfolio-copy { padding: 55px 42px; }
    .sticky-copy { position: static; padding-right: 0; }
    .principle-heading { min-height: auto; }
    .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-contact { grid-column: 1 / -1; }
    html { scroll-padding-top: 140px; }
}

@media (max-width: 767.98px) {
    h2 { font-size: 36px; }
    .hero { min-height: 690px; }
    .hero h1 { font-size: 48px; }
    .hero-lead { font-size: 17px; }
    .hero .btn { width: 100%; }
    .identity-item { border-right: 0; border-bottom: 1px solid #dedacf; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability-featured { grid-column: auto; min-height: 520px; }
    .capability-card { min-height: 280px; }
    .portfolio-section { padding: 48px 0; }
    .portfolio-copy { padding: 45px 28px; }
    .portfolio-copy h2 { font-size: 36px; }
    .portfolio-visual { min-height: 500px; }
    .orbit-b { width: 390px; height: 390px; }
    .visual-node { font-size: 10px; padding: 9px 11px; }
    .node-a { left: 4%; }
    .node-b { right: 3%; }
    .node-c { left: 2%; }
    .node-d { right: 2%; }
    .process-step { grid-template-columns: 58px 1fr; gap: 15px; }
    .process-step > span { width: 48px; height: 48px; }
    .leader-card { grid-template-columns: 115px 1fr; }
    .leader-card img { width: 115px; min-height: 310px; }
    .leader-card > div { padding: 22px 18px; }
    .career-card { padding: 45px 28px; }
    .stewardship-art { min-height: 430px; }
    .ring-one { width: 270px; height: 270px; }
    .ring-two { width: 370px; height: 370px; }
    .art-core { width: 175px; height: 175px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-block.wide { grid-column: auto; }
    .footer-top { display: block; padding: 60px 0 45px; }
    .footer-cta { width: fit-content; margin-top: 25px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .footer-regulatory { grid-template-columns: 1fr; }
    .footer-regulatory div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .footer-bottom { display: block; }
    .footer-bottom span { display: block; margin: 5px 0; }
}

@media (max-width: 575.98px) {
    .section-pad { padding: 40px 0; }
    .utility-bar { font-size: 11px; }
    .utility-bar .d-flex { gap: 14px !important; }
    .navbar { min-height: 110px; }
    .navbar-brand img { width: 150px; height: 100px; }
    html { scroll-padding-top: 118px; }
    .hero { min-height: auto; padding-bottom: 60px; }
    .hero .row { padding-top: 130px; }
    .hero h1 { font-size: 36px; }
    .hero-lead { font-size: 15px; }
    .identity-item { padding: 20px; }
    h2 { font-size: 30px; }
    .capability-card { padding: 26px; min-height: auto; }
    .capability-featured { min-height: auto; padding: 30px; }
    .sector-card { padding: 26px 22px; min-height: auto; }
    .portfolio-copy { padding: 36px 22px; }
    .portfolio-copy h2 { font-size: 28px; }
    .portfolio-visual { min-height: 420px; }
    .orbit-a, .orbit-b { display: none; }
    .visual-node { position: static; margin: 8px; display: inline-flex; }
    .principle-heading { padding: 40px 26px; }
    .principle { min-height: auto; padding: 26px; }
    .leader-card { grid-template-columns: 1fr; }
    .leader-card img { width: 100%; height: 220px; min-height: 0; }
    .career-card { padding: 32px 22px; }
    .footer-main { grid-template-columns: 1fr; gap: 30px; }
    .footer-brand, .footer-contact, .footer-column { grid-column: 1 / -1; }
    .footer-top h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-up, .reveal-left, .reveal-right { opacity: 1; transform: none; }
}
