:root {
  --navy: #031a36;
  --navy-deep: #020e20;
  --navy-mid: #09264b;
  --gold: #d6a644;
  --gold-light: #f1c66f;
  --white: #ffffff;
  --ink: #1e2a38;
  --muted: #5c6670;
  --pale: #f3f6fa;
  --line: #d8dee7;
  --cream: #f7f5f1;
  --display: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
  --gutter: clamp(1.25rem, 4vw, 5rem);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--display); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { max-width: 1800px; margin: 0 auto; overflow: hidden; background: var(--cream); }
.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; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 1.35rem var(--gutter); color: var(--white); }
.brand { display: block; width: 168px; line-height: 0; }
.brand img, .footer-brand img { width: 100%; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.1vw, 2.25rem); font-size: .79rem; font-weight: 700; letter-spacing: .035em; }
.site-nav > a:not(.nav-cta) { opacity: .72; transition: opacity .2s ease; }
.site-nav > a:hover, .site-nav > a.active { opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: .75rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.48); transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--white); color: var(--navy); }
.nav-cta span { font-size: 1.15rem; line-height: 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }

.hero { position: relative; min-height: min(850px, 92vh); overflow: hidden; background: var(--navy-deep); color: var(--white); padding: clamp(9.5rem, 14vw, 13.5rem) var(--gutter) 4.5rem; }
.hero-home { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(350px, .97fr); align-items: center; gap: 3rem; }
.hero-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 5.5rem 5.5rem; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.4) 52%, transparent 100%); }
.hero-orbit { position: absolute; width: min(90vw, 1050px); height: min(90vw, 1050px); border: 1px solid rgba(214,166,68,.26); border-radius: 50%; top: -34%; right: -19%; }
.hero-orbit::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(214,166,68,.13); border-radius: inherit; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .overline { margin: 0; font-family: var(--mono); font-size: .67rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: var(--gold-light); display: flex; align-items: center; gap: .65rem; }
.eyebrow span { display: block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 860px; margin: 1.65rem 0; font-size: clamp(3.5rem, 7vw, 7.8rem); line-height: .95; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 510px; margin-bottom: 2.1rem; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.7; }
.button-row { display: flex; align-items: center; gap: 1.65rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 2.4rem; min-height: 3.5rem; padding: .9rem 1.1rem 0.9rem 1.25rem; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.2rem; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-outline { border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: .75rem; border-bottom: 1px solid currentColor; padding-bottom: .35rem; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: var(--white); }

.hero-structure { position: relative; z-index: 1; justify-self: end; width: min(43vw, 610px); height: min(42vw, 560px); margin-right: clamp(0rem, 3vw, 5rem); transform: perspective(1000px) rotateY(-8deg) rotateX(3deg); }
.structure-panel { position: absolute; bottom: 0; width: 31%; border: 1px solid rgba(255,255,255,.26); background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.01)); box-shadow: inset 0 1px rgba(255,255,255,.13); }
.panel-one { left: 0; height: 43%; }
.panel-two { left: 34.5%; height: 71%; }
.panel-three { right: 0; height: 95%; background: linear-gradient(135deg, rgba(214,166,68,.85), rgba(214,166,68,.1)); }
.structure-panel::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.12); }
.structure-axis { position: absolute; left: -7%; bottom: 10%; width: 112%; height: 1px; background: var(--gold); transform: rotate(-22deg); transform-origin: left center; box-shadow: 0 0 0 9px rgba(214,166,68,.08); }
.structure-label { position: absolute; color: rgba(255,255,255,.5); font-family: var(--mono); font-size: .6rem; letter-spacing: .14em; }
.label-top { top: -6%; right: 0; }.label-bottom { left: -8%; bottom: -7%; }
.hero-foot { position: absolute; z-index: 3; bottom: 2rem; left: var(--gutter); display: flex; gap: clamp(1rem, 4vw, 4.5rem); color: rgba(255,255,255,.55); font-family: var(--mono); font-size: .63rem; letter-spacing: .07em; text-transform: uppercase; }
.hero-foot span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 1rem 2px 0; border-radius: 50%; background: var(--gold); }

.section-padding { padding: clamp(5rem, 9vw, 10rem) var(--gutter); }
.intro { display: grid; grid-template-columns: 1fr minmax(0, 2.1fr) minmax(180px, .8fr); gap: 3rem; align-items: start; border-bottom: 1px solid var(--line); }
.section-kicker { display: flex; align-items: center; gap: .75rem; color: var(--muted); font-family: var(--mono); font-size: .63rem; letter-spacing: .08em; }.section-kicker span { color: var(--gold); }
.intro-copy h2, .difference h2, .contact-cta h2, .split-intro h2 { margin: 1.25rem 0 0; font-size: clamp(2.3rem, 4vw, 4.9rem); line-height: 1.05; letter-spacing: -.06em; font-weight: 700; }
.intro-aside { margin: 4.1rem 0 0; color: var(--muted); font-size: .87rem; line-height: 1.75; }
.credentials-strip { display: grid; grid-template-columns: minmax(145px, .72fr) repeat(3, 1fr); gap: 1px; padding: 0 var(--gutter); background: var(--line); border-bottom: 1px solid var(--line); }.credentials-strip > * { min-height: 122px; margin: 0; padding: 1.6rem 1.3rem; background: var(--cream); }.credentials-strip .overline { align-self: stretch; color: var(--muted); }.credentials-strip div { display: flex; flex-direction: column; justify-content: space-between; }.credentials-strip strong { max-width: 235px; font-size: .86rem; line-height: 1.35; letter-spacing: -.02em; }.credentials-strip span { color: var(--gold); font-family: var(--mono); font-size: .63rem; letter-spacing: .08em; }
.public-sector { background: var(--pale); }.public-sector-head { display: flex; justify-content: space-between; align-items: center; }.public-sector-copy { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .55fr); gap: 7rem; padding: clamp(3.5rem, 7vw, 7rem) 0 3rem; }.public-sector h2 { margin: 0; font-size: clamp(2.45rem, 4.4vw, 5.1rem); line-height: 1; letter-spacing: -.07em; }.public-sector-copy > p { max-width: 370px; margin: .55rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.8; }.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }.audience-card { min-height: 305px; padding: 2rem; background: var(--pale); }.audience-card h3 { max-width: 430px; margin: 2.75rem 0 1.25rem; font-size: clamp(1.45rem, 2.2vw, 2.35rem); line-height: 1.08; letter-spacing: -.05em; }.audience-card ul { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .78rem; }.audience-card li::before { content: "•"; margin-right: .45rem; color: var(--gold); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-top: 0; padding-bottom: 0; background: var(--line); }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 2rem; overflow: hidden; background: var(--cream); transition: color .35s ease, background .35s ease; }.service-card:hover { background: var(--navy); color: var(--white); }.service-card:hover p:not(.overline) { color: rgba(255,255,255,.7); }
.card-number { color: var(--gold); font-family: var(--mono); font-size: .68rem; }.card-icon { position: relative; width: 115px; height: 96px; margin: auto 0 3rem; color: var(--gold); }.card-icon i { position: absolute; display: block; border: 1px solid currentColor; }.icon-source i:nth-child(1) { width: 68px; height: 68px; left: 0; bottom: 0; }.icon-source i:nth-child(2) { width: 58px; height: 58px; left: 35px; top: 0; }.icon-source i:nth-child(3) { width: 23px; height: 23px; right: 0; bottom: 0; background: currentColor; }.icon-build i:nth-child(1) { width: 100%; height: 1px; top: 18px; border: 0; background: currentColor; transform: rotate(-38deg); }.icon-build i:nth-child(2) { width: 1px; height: 100%; left: 53px; border: 0; background: currentColor; }.icon-build i:nth-child(3) { width: 75px; height: 75px; right: 0; bottom: 0; transform: rotate(45deg); }.icon-advise i:nth-child(1) { width: 78px; height: 78px; left: 0; bottom: 0; border-radius: 50%; }.icon-advise i:nth-child(2) { width: 45px; height: 45px; right: 0; top: 0; border-radius: 50%; }.icon-advise i:nth-child(3) { width: 1px; height: 94px; left: 52px; border: 0; background: currentColor; transform: rotate(37deg); }
.service-card h3 { max-width: 310px; margin: .65rem 0 .7rem; font-size: clamp(1.7rem, 2.4vw, 2.75rem); line-height: 1.05; letter-spacing: -.055em; }.service-card p:not(.overline) { max-width: 370px; margin-bottom: 0; color: var(--muted); font-size: .88rem; line-height: 1.75; transition: color .35s ease; }.card-arrow { position: absolute; right: 2rem; bottom: 2rem; display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.25rem; }

.difference { background: var(--navy); color: var(--white); }.difference-top { display: flex; align-items: center; justify-content: space-between; }.difference-top .section-kicker { color: rgba(255,255,255,.55); }.difference-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr); gap: 6rem; align-items: end; padding: clamp(5rem, 8vw, 9rem) 0 4rem; }.difference h2 { margin: 0; }.difference-copy { max-width: 390px; color: rgba(255,255,255,.7); font-size: .96rem; line-height: 1.75; }.difference-copy .text-link { margin-top: 1.65rem; color: var(--gold-light); }.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }.principles article { min-height: 210px; padding: 1.65rem 2rem 0 0; border-right: 1px solid rgba(255,255,255,.18); }.principles article + article { padding-left: 2rem; }.principles article:last-child { border-right: 0; }.principles span { color: var(--gold); font-family: var(--mono); font-size: .64rem; }.principles h3 { margin: 2rem 0 .6rem; font-size: 1.1rem; }.principles p { color: rgba(255,255,255,.6); font-size: .82rem; line-height: 1.7; }

.capability-band { position: relative; display: grid; min-height: 710px; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: var(--gold); color: var(--navy-deep); }.capability-content { align-self: center; padding: 5rem var(--gutter) 5rem 0; }.capability-content h2 { margin: 1.5rem 0 2.5rem; font-size: clamp(2.5rem, 4.6vw, 5.4rem); line-height: .99; letter-spacing: -.07em; }.capability-content h2 em { color: var(--navy); }.capability-art { position: relative; min-height: 500px; overflow: hidden; }.capability-art::before, .capability-art::after { content: ""; position: absolute; border: 1px solid rgba(3,26,54,.65); transform: rotate(44deg); }.capability-art::before { width: 80%; aspect-ratio: 1; left: -12%; top: 10%; }.capability-art::after { width: 50%; aspect-ratio: 1; left: 37%; bottom: -12%; }.capability-art span { position: absolute; display: block; border: 1px solid rgba(3,26,54,.68); }.capability-art span:nth-child(1) { width: 67%; height: 47%; left: 8%; bottom: 0; }.capability-art span:nth-child(2) { width: 36%; height: 78%; left: 39%; bottom: 0; }.capability-art span:nth-child(3) { width: 18%; height: 30%; left: 62%; bottom: 50%; background: var(--navy); }.capability-art span:nth-child(4) { width: 125%; height: 1px; left: -10%; top: 49%; border: 0; background: var(--navy); transform: rotate(-24deg); }

.contact-cta { background: var(--cream); }.contact-cta > .overline { color: var(--muted); }.contact-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; padding: 2rem 0 3.2rem; border-bottom: 1px solid var(--ink); }.contact-cta h2 { margin: 0; }.round-link { display: grid; flex: 0 0 auto; width: clamp(72px, 9vw, 126px); height: clamp(72px, 9vw, 126px); place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: clamp(2.2rem, 4vw, 4rem); transition: transform .25s ease, background .25s ease; }.round-link:hover { transform: rotate(45deg); background: var(--gold); color: var(--navy); }.contact-meta { display: flex; gap: 2.5rem; padding-top: 1rem; font-family: var(--mono); font-size: .69rem; }.contact-meta a:hover { color: var(--gold); }

.site-footer { display: grid; grid-template-columns: 1.1fr 1.25fr .65fr; gap: 3rem; padding: 3.5rem var(--gutter); background: var(--navy-deep); color: var(--white); }.footer-brand { width: 190px; align-self: start; }.site-footer p { max-width: 340px; margin-bottom: 2.5rem; color: rgba(255,255,255,.68); font-size: .83rem; line-height: 1.65; }.site-footer small { color: rgba(255,255,255,.38); font-family: var(--mono); font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; }.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; font-size: .74rem; font-weight: 700; }.footer-links a { transition: color .2s ease; }.footer-links a:hover { color: var(--gold-light); }

/* Inner pages */
.inner-page .site-header { position: absolute; }.inner-hero { position: relative; min-height: 680px; display: flex; align-items: end; padding: 10rem var(--gutter) 5.5rem; overflow: hidden; color: var(--white); background: var(--navy-deep); }.inner-hero > div:not(.inner-hero-pattern):not(.hero-index) { position: relative; z-index: 2; max-width: 780px; }.inner-hero h1 { margin-bottom: 1.25rem; }.inner-hero-pattern { position: absolute; inset: 0 0 0 47%; opacity: .82; }.inner-hero-pattern::before, .inner-hero-pattern::after { content: ""; position: absolute; border: 1px solid rgba(214,166,68,.65); }.procurement-pattern { background: linear-gradient(135deg, transparent 0 44%, rgba(214,166,68,.1) 44% 58%, transparent 58%), linear-gradient(45deg, transparent 0 52%, rgba(255,255,255,.11) 52% 72%, transparent 72%); }.procurement-pattern::before { width: 55%; height: 110%; right: 9%; top: -16%; transform: rotate(33deg); }.procurement-pattern::after { width: 80%; height: 37%; right: -14%; bottom: 12%; transform: rotate(-28deg); }.construction-pattern { background-image: linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px); background-size: 4rem 4rem; }.construction-pattern::before { inset: 5% 10%; border-width: 28px 1px 1px 28px; transform: perspective(400px) rotateY(-22deg); }.construction-pattern::after { width: 130%; height: 1px; right: -35%; top: 49%; border: 0; background: var(--gold); transform: rotate(-28deg); }.advisory-pattern { background: radial-gradient(circle at 55% 45%, rgba(214,166,68,.95) 0 3%, transparent 3.3%), radial-gradient(circle at 55% 45%, transparent 0 21%, rgba(214,166,68,.27) 21.4% 21.9%, transparent 22.2%), radial-gradient(circle at 55% 45%, transparent 0 39%, rgba(255,255,255,.13) 39.4% 39.8%, transparent 40.1%); }.advisory-pattern::before { width: 120%; height: 1px; top: 44%; left: -10%; border: 0; background: rgba(214,166,68,.75); transform: rotate(-24deg); }.advisory-pattern::after { width: 1px; height: 120%; left: 54%; top: -10%; border: 0; background: rgba(255,255,255,.22); transform: rotate(31deg); }.hero-index { position: absolute; right: var(--gutter); bottom: 2.5rem; z-index: 2; color: var(--gold); font-family: var(--mono); font-size: clamp(5rem, 12vw, 13rem); line-height: .75; opacity: .9; }
.split-intro { display: grid; grid-template-columns: .6fr 1.65fr .75fr; gap: 3rem; border-bottom: 1px solid var(--line); }.split-intro h2 { margin: 0; }.split-intro > p { margin: 1.1rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.8; }.offerings { padding-top: clamp(4.5rem, 7vw, 8rem); }.offering-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; padding-bottom: 3.2rem; }.offering-heading > p:last-child { max-width: 420px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.75; }.offering-list { border-top: 1px solid var(--ink); }.offering-list article { display: grid; grid-template-columns: 10% 37% 1fr; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }.offering-list article span { color: var(--gold); font-family: var(--mono); font-size: .65rem; }.offering-list h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.04em; }.offering-list p { max-width: 530px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }.process-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 13rem); background: var(--navy); color: var(--white); }.process-panel-copy h2 { margin: 1.5rem 0; font-size: clamp(2.8rem, 4.6vw, 5rem); line-height: .98; letter-spacing: -.07em; }.process-panel-copy p:not(.overline) { max-width: 440px; color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.75; }.process-panel ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }.process-panel li { display: grid; grid-template-columns: 16% 1fr; gap: .7rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }.process-panel li span { grid-row: span 2; color: var(--gold); font-family: var(--mono); font-size: .65rem; }.process-panel strong { font-size: 1.05rem; }.process-panel li p { margin: .25rem 0 0; color: rgba(255,255,255,.6); font-size: .8rem; line-height: 1.6; }
.sourcing-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 11rem); background: var(--gold); color: var(--navy-deep); }.sourcing-panel-copy h2 { margin: 1.25rem 0 1.4rem; font-size: clamp(2.55rem, 4.6vw, 5.2rem); line-height: .98; letter-spacing: -.07em; }.sourcing-panel-copy h2 em { color: var(--navy); }.sourcing-panel-copy p:not(.overline) { max-width: 450px; margin: 0; font-size: .9rem; line-height: 1.75; }.sourcing-panel-list { border-top: 1px solid rgba(3,26,54,.55); }.sourcing-panel-list > div { display: grid; grid-template-columns: 13% 1fr; gap: .5rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(3,26,54,.4); }.sourcing-panel-list span { grid-row: span 2; color: var(--navy); font-family: var(--mono); font-size: .65rem; }.sourcing-panel-list strong { font-size: 1.05rem; }.sourcing-panel-list p { margin: .3rem 0 0; font-size: .8rem; line-height: 1.6; }

.request-hero { min-height: 520px; }.request-pattern { background: linear-gradient(135deg, transparent 0 38%, rgba(214,166,68,.14) 38% 53%, transparent 53%), repeating-linear-gradient(90deg, transparent 0 76px, rgba(255,255,255,.08) 77px 78px); }.request-pattern::before { width: 68%; height: 68%; right: 5%; top: 12%; transform: rotate(45deg); }.request-pattern::after { width: 120%; height: 1px; right: -16%; bottom: 32%; border: 0; background: rgba(214,166,68,.65); transform: rotate(-24deg); }.request-section { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 9vw, 11rem); background: var(--cream); }.request-copy h2 { margin: 1.2rem 0 1.4rem; font-size: clamp(2.45rem, 4vw, 4.8rem); line-height: 1; letter-spacing: -.07em; }.request-copy > p:not(.overline) { max-width: 390px; color: var(--muted); font-size: .92rem; line-height: 1.8; }.request-direct { display: flex; flex-direction: column; gap: .6rem; margin-top: 2.75rem; font-family: var(--mono); font-size: .7rem; letter-spacing: .04em; }.request-direct span { color: var(--muted); text-transform: uppercase; }.request-direct a { width: fit-content; border-bottom: 1px solid var(--gold); padding-bottom: .2rem; }.request-form { align-self: start; padding: clamp(1.3rem, 3vw, 2.25rem); background: var(--pale); border: 1px solid var(--line); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.45rem 1.2rem; }.form-field { display: flex; flex-direction: column; gap: .7rem; color: var(--ink); font-family: var(--mono); font-size: .66rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }.form-field-wide { grid-column: span 2; }.form-field input, .form-field select, .form-field textarea { width: 100%; appearance: none; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: 500 .92rem/1.5 var(--sans); letter-spacing: 0; text-transform: none; }.form-field input, .form-field select { min-height: 2.8rem; }.form-field select { padding-right: 1.6rem; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }.form-field textarea { min-height: 132px; padding: .45rem 0; resize: vertical; }.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }.form-field ::placeholder { color: rgba(31,43,57,.48); }.form-action { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2.4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }.form-action .button { border: 0; cursor: pointer; }.form-action p, .form-status { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }.form-status { min-height: 1.4rem; margin-top: 1rem; color: var(--navy); }

[data-reveal] { opacity: 1; transform: none; }.revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { padding-top: 1rem; }.brand { width: 145px; }.menu-toggle { position: relative; z-index: 21; display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; color: var(--white); }.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 1px; background: currentColor; transition: transform .2s ease; }.site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 6rem var(--gutter); background: var(--navy-deep); transform: translateX(100%); transition: transform .3s ease; font-size: 1.6rem; }.site-nav.open { transform: translateX(0); }.site-nav .nav-cta { margin-top: 1.5rem; font-size: .75rem; }.menu-toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-home { grid-template-columns: 1fr; min-height: 820px; }.hero-structure { width: min(75vw, 500px); height: min(55vw, 390px); margin: -2rem 4vw 2rem auto; }.hero-foot { flex-wrap: wrap; gap: .45rem 1rem; }.hero-foot span + span::before { margin-right: .65rem; }
  .intro, .split-intro { grid-template-columns: 1fr; gap: 1.5rem; }.intro-aside { margin: 0; max-width: 450px; }.credentials-strip { grid-template-columns: 1fr 1fr; }.credentials-strip .overline { grid-column: span 2; min-height: auto; padding-bottom: .8rem; }.public-sector-copy, .sourcing-panel { grid-template-columns: 1fr; gap: 2.5rem; }.audience-card { min-height: 275px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 410px; }.difference-layout, .capability-band, .process-panel { grid-template-columns: 1fr; }.difference-layout { gap: 2rem; }.principles { grid-template-columns: 1fr; }.principles article, .principles article + article { min-height: 0; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.capability-content { padding: 1rem var(--gutter) 5rem; }.capability-art { min-height: 380px; }.site-footer { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: span 2; flex-direction: row; flex-wrap: wrap; gap: .5rem 1.25rem; }
  .inner-hero { min-height: 620px; }.inner-hero-pattern { left: 32%; }.offering-heading { grid-template-columns: 1fr; gap: 1rem; }.offering-list article { grid-template-columns: 12% 1fr; }.offering-list p { grid-column: 2; }.process-panel { gap: 3.5rem; }.request-section { grid-template-columns: 1fr; gap: 3rem; }.request-copy > p:not(.overline) { max-width: 560px; }
}
@media (max-width: 560px) {
  .hero { min-height: 770px; padding-top: 8rem; }.hero-structure { width: 78vw; height: 250px; }.section-padding { padding-top: 4rem; padding-bottom: 4rem; }.difference-top, .public-sector-head { align-items: flex-start; flex-direction: column; gap: 1rem; }.audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: auto; }.contact-row { align-items: center; }.credentials-strip { grid-template-columns: 1fr; }.credentials-strip .overline { grid-column: auto; }.credentials-strip > * { min-height: 86px; }.site-footer { grid-template-columns: 1fr; gap: 2rem; }.footer-links { grid-column: auto; }.inner-hero { min-height: 590px; padding-top: 8rem; }.hero-index { right: 1rem; bottom: 1.5rem; }.offering-list article { grid-template-columns: 18% 1fr; }.process-panel li { grid-template-columns: 18% 1fr; }.request-hero { min-height: 500px; }.form-grid { grid-template-columns: 1fr; }.form-field-wide { grid-column: auto; }.form-action { align-items: flex-start; flex-direction: column; }.form-action .button { width: 100%; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; scroll-behavior: auto !important; } }
