:root {
  --ink: #102a48;
  --ink-deep: #081d34;
  --ink-soft: #294967;
  --gold: #ba8b39;
  --gold-pale: #d8b26b;
  --paper: #faf9f5;
  --warm: #f1eee7;
  --text: #40546a;
  --line: rgba(16, 42, 72, .17);
  --line-light: rgba(255, 255, 255, .2);
  --body: "DM Sans", Arial, sans-serif;
  --display: "DM Serif Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; white-space: nowrap; clip: rect(0, 0, 0, 0); }
.skip-link:focus { z-index: 99; top: 16px; left: 16px; width: auto; height: auto; padding: 11px 16px; color: var(--paper); background: var(--ink); clip: auto; }
.section-shell, .header-shell, .footer-shell, .footer-meta { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }

.site-header { position: relative; z-index: 10; height: 102px; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; width: 105px; height: 76px; overflow: hidden; }
.brand img { width: 100%; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 42px); font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.site-nav > a:not(.header-cta) { position: relative; color: #43566b; }
.site-nav > a:not(.header-cta)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .24s ease; }
.site-nav > a:not(.header-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 15px; color: var(--paper); background: var(--ink); transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: var(--gold); transform: translateY(-2px); }
.nav-toggle { display: none; }

.hero { background: var(--paper); }
.hero-layout { display: grid; grid-template-columns: minmax(360px, .87fr) minmax(520px, 1.13fr); width: min(1440px, 100%); min-height: 688px; margin-inline: auto; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 550px; padding: 90px 65px 76px max(40px, calc((100vw - 1180px) / 2)); }
.kicker, .section-label { display: flex; align-items: center; gap: 11px; margin: 0; color: #788391; font-size: 10px; font-weight: 700; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.kicker span { width: 28px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 500px; margin: 22px 0 25px; color: var(--ink); font-family: var(--display); font-size: clamp(57px, 5.75vw, 86px); font-weight: 400; letter-spacing: -.047em; line-height: .97; }
h1 em, h2 em, blockquote em { color: var(--gold); font-style: italic; font-weight: inherit; }
.hero-intro { max-width: 450px; margin-bottom: 33px; color: var(--text); font-size: 15px; line-height: 1.82; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 51px; padding: 0 19px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: transform .24s ease, background .24s ease, color .24s ease; }
.button:hover { transform: translateY(-3px); }
.button-ink { color: var(--paper); background: var(--ink); }.button-ink:hover { background: var(--gold); }
.button-gold { color: var(--ink-deep); background: var(--gold-pale); }.button-gold:hover { background: #ecd08d; }
.quiet-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-footnote { display: flex; gap: 17px; margin-top: 76px; color: #7d8792; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.hero-footnote span + span::before { margin-right: 17px; color: var(--gold); content: "•"; }
.hero-visual { position: relative; min-height: 530px; margin: 0; overflow: hidden; background: var(--ink-deep); }.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(6,20,38,.18), transparent 40%), linear-gradient(0deg, rgba(6,20,38,.52), transparent 35%); pointer-events: none; }.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; display: block; }.image-index { position: absolute; z-index: 1; top: 30px; right: 34px; color: rgba(255,255,255,.8); font-family: var(--display); font-size: 29px; }.hero-visual figcaption { position: absolute; z-index: 1; bottom: 30px; left: 34px; display: grid; gap: 6px; color: #fff; }.hero-visual figcaption span { color: var(--gold-pale); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.hero-visual figcaption strong { max-width: 250px; font-family: var(--display); font-size: 25px; font-weight: 400; line-height: 1.08; }

.statement { padding-top: 142px; padding-bottom: 130px; }.section-label > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(186,139,57,.65); border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: 12px; }.section-label p { margin: 0; }.statement-grid { display: grid; grid-template-columns: 1.2fr .56fr; gap: 100px; align-items: end; margin-top: 37px; }h2 { margin-bottom: 0; font-family: var(--display); font-size: clamp(43px, 4.5vw, 66px); font-weight: 400; letter-spacing: -.047em; line-height: 1.02; }.statement h2 { max-width: 720px; }.statement-copy { padding-bottom: 5px; }.statement-copy p { margin-bottom: 27px; color: var(--text); font-size: 15px; line-height: 1.86; }.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 106px; border-top: 1px solid var(--line); }.principles article { padding-top: 23px; }.principles article > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .12em; }.principles h3 { margin: 32px 0 10px; font-size: 14px; font-weight: 700; letter-spacing: -.01em; }.principles p { max-width: 250px; margin: 0; color: var(--text); font-size: 13px; line-height: 1.75; }

.sectors { padding-bottom: 130px; }.section-title-row { display: grid; grid-template-columns: 1fr 310px; gap: 80px; align-items: end; margin: 36px 0 64px; }.section-title-row h2 { max-width: 740px; }.section-title-row > p { margin: 0 0 4px; color: var(--text); font-size: 14px; line-height: 1.8; }.sector-list { border-top: 1px solid var(--line); }.sector-item { display: grid; grid-template-columns: 90px minmax(300px, 1fr) 93px; gap: 30px; align-items: center; min-height: 157px; padding: 25px 0; border-bottom: 1px solid var(--line); transition: padding .24s ease, background .24s ease; }.sector-item:hover { padding-right: 12px; padding-left: 12px; background: var(--warm); }.sector-number { align-self: start; padding-top: 5px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.sector-item h3 { margin-bottom: 7px; font-family: var(--display); font-size: clamp(27px, 2.5vw, 36px); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }.sector-item p { max-width: 560px; margin-bottom: 0; color: var(--text); font-size: 13px; line-height: 1.7; }.sector-item a { justify-self: end; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.sector-item a span { margin-left: 10px; color: var(--gold); font-size: 16px; }

.feature-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 708px; color: #fff; background: var(--ink-deep); }.feature-image { position: relative; min-height: 530px; margin: 0; overflow: hidden; }.feature-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,20,37,.47), transparent 42%); }.feature-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }.feature-image figcaption { position: absolute; z-index: 1; bottom: 30px; left: max(40px, calc((100vw - 1180px) / 2)); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.feature-copy { display: flex; flex-direction: column; justify-content: center; max-width: 540px; padding: 85px 60px 85px 90px; }.section-label-light { color: rgba(255,255,255,.62); }.section-label-light > span { border-color: rgba(216,178,107,.66); color: var(--gold-pale); }.feature-copy h2 { margin: 35px 0 23px; color: #fff; font-size: clamp(42px, 4vw, 58px); }.feature-copy > p { max-width: 440px; margin-bottom: 32px; color: rgba(255,255,255,.69); font-size: 14px; line-height: 1.85; }.feature-list { display: grid; gap: 12px; margin: 0 0 36px; padding: 0; list-style: none; }.feature-list li { padding-bottom: 11px; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.85); font-size: 12px; }.feature-list li::before { margin-right: 11px; color: var(--gold-pale); content: "—"; }

.approach { padding-top: 132px; padding-bottom: 125px; }.approach-top { display: flex; justify-content: space-between; align-items: start; }.approach-mark { position: relative; top: -25px; color: var(--warm); font-family: var(--display); font-size: 160px; line-height: .7; letter-spacing: -.13em; user-select: none; }.approach-mark span { color: var(--gold-pale); }.approach-heading { display: grid; grid-template-columns: 1.1fr .53fr; gap: 105px; align-items: end; margin-top: 24px; }.approach-heading h2 { max-width: 660px; }.approach-heading p { margin: 0 0 5px; color: var(--text); font-size: 14px; line-height: 1.82; }.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin: 89px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }.process-list > li { display: grid; grid-template-columns: 44px 1fr; gap: 9px; }.process-list > li > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.process-list h3 { margin: -5px 0 14px; font-family: var(--display); font-size: 25px; font-weight: 400; line-height: 1.04; }.process-list p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.75; }

.quote-band { padding: 120px 40px; color: #fff; background: linear-gradient(115deg, #0a213c, #163d63); }.quote-shell { width: min(960px, 100%); margin: auto; }.quote-band .kicker { color: rgba(255,255,255,.62); }.quote-band .kicker span { background: var(--gold-pale); }blockquote { max-width: 890px; margin: 30px 0 0; font-family: var(--display); font-size: clamp(42px, 5.1vw, 71px); font-weight: 400; letter-spacing: -.047em; line-height: 1.03; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 117px; padding-top: 125px; padding-bottom: 116px; color: #fff; }.contact::before { position: absolute; content: ""; right: 0; left: 0; z-index: -1; height: 100%; background: var(--ink-deep); }.contact { position: relative; width: min(100%, 1440px); padding-right: max(40px, calc((100vw - 1180px) / 2)); padding-left: max(40px, calc((100vw - 1180px) / 2)); }.contact h2 { margin: 34px 0 23px; color: #fff; }.contact-intro > p:not(.location) { max-width: 380px; margin-bottom: 37px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.82; }.location { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--gold-pale); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.location i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-pale); }.enquiry-form { display: grid; gap: 26px; padding-top: 8px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }.enquiry-form label { color: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 8px; padding: 7px 0 13px; outline: none; border: 0; border-bottom: 1px solid var(--line-light); color: #fff; background: transparent; font-family: var(--body); font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: none; resize: vertical; }.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-bottom-color: var(--gold-pale); }.enquiry-form select option { color: var(--ink); }.enquiry-form textarea::placeholder { color: rgba(255,255,255,.35); }.form-actions { display: flex; align-items: center; gap: 20px; padding-top: 7px; }.form-status { margin: 0; color: var(--gold-pale); font-size: 12px; }

.site-footer { padding: 43px 0 23px; color: #dce2e7; background: #061526; }.footer-shell { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 75px; padding-bottom: 40px; }.footer-wordmark { display: grid; width: max-content; color: #fff; line-height: 1; text-transform: uppercase; }.footer-wordmark span { font-family: var(--display); font-size: 27px; letter-spacing: -.04em; text-transform: none; }.footer-wordmark small { margin-top: 5px; color: var(--gold-pale); font-size: 7px; font-weight: 700; letter-spacing: .42em; }.footer-links { display: flex; flex-wrap: wrap; gap: 25px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.footer-links a { color: rgba(255,255,255,.65); transition: color .2s ease; }.footer-links a:hover { color: var(--gold-pale); }.back-top { color: var(--gold-pale); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.back-top span { margin-left: 9px; font-size: 15px; }.footer-meta { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.39); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 980px) { .section-shell, .header-shell, .footer-shell, .footer-meta { width: min(100% - 48px, 720px); }.site-header { height: 85px; }.brand { width: 89px; height: 65px; }.site-nav { gap: 17px; font-size: 10px; }.header-cta { padding: 11px 12px; }.hero-layout { grid-template-columns: .82fr 1.18fr; }.hero-copy { padding-right: 35px; }.statement-grid, .approach-heading { gap: 54px; }.feature-copy { padding-left: 45px; }.contact { gap: 65px; padding-right: 48px; padding-left: 48px; }.feature-image figcaption { left: 36px; } }
@media (max-width: 760px) { .section-shell, .header-shell, .footer-shell, .footer-meta { width: min(100% - 40px, 590px); }.site-header { height: 76px; }.brand { width: 82px; height: 60px; }.nav-toggle { z-index: 12; display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; padding: 0; border: 1px solid var(--line); background: var(--paper); }.nav-toggle i { width: 17px; height: 1px; background: var(--ink); transition: transform .2s ease; }.nav-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }.nav-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }.site-nav { position: fixed; z-index: 11; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 29px; padding: 70px 40px; color: var(--paper); background: var(--ink-deep); font-family: var(--display); font-size: 34px; transform: translateX(100%); transition: transform .28s ease; }.site-nav.open { transform: translateX(0); }.site-nav > a:not(.header-cta) { color: #fff; }.header-cta { margin-top: 12px; font-family: var(--body); font-size: 10px; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: none; min-height: 530px; padding: 82px 30px 47px; }.hero-visual { min-height: 500px; }.hero-footnote { margin-top: 47px; }.statement, .sectors, .approach { padding-top: 86px; padding-bottom: 84px; }.statement-grid, .section-title-row, .approach-heading { grid-template-columns: 1fr; gap: 27px; margin-top: 30px; }.statement-copy { max-width: 480px; }.principles { grid-template-columns: 1fr; gap: 12px; margin-top: 63px; }.principles h3 { margin-top: 19px; }.section-title-row { margin-bottom: 40px; }.sector-item { grid-template-columns: 45px 1fr; gap: 16px; min-height: 0; padding: 27px 0; }.sector-item a { grid-column: 2; justify-self: start; margin-top: 2px; }.sector-item:hover { padding-right: 0; padding-left: 0; background: transparent; }.feature-section { grid-template-columns: 1fr; }.feature-image { min-height: 455px; }.feature-image figcaption { left: 20px; }.feature-copy { max-width: 590px; padding: 76px 20px 78px; }.approach-mark { top: 0; font-size: 100px; }.process-list { grid-template-columns: 1fr; gap: 29px; margin-top: 61px; }.quote-band { padding: 85px 20px; }.contact { grid-template-columns: 1fr; gap: 48px; padding: 83px 20px; }.contact-intro, .enquiry-form { width: min(100%, 550px); margin-inline: auto; }.footer-shell { grid-template-columns: 95px 1fr; gap: 24px; }.footer-links { justify-content: flex-end; gap: 15px; }.back-top { grid-column: 1 / -1; }.footer-meta { gap: 6px; flex-direction: column; }.footer-wordmark { width: 82px; } }
@media (max-width: 430px) { .section-shell, .header-shell, .footer-shell, .footer-meta { width: calc(100% - 32px); }.hero-copy { padding-right: 16px; padding-left: 16px; } h1 { font-size: 53px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }.hero-footnote { flex-wrap: wrap; gap: 8px 13px; }.hero-footnote span + span::before { margin-right: 13px; }.hero-visual figcaption { left: 20px; }.image-index { top: 20px; right: 20px; }.statement, .sectors, .approach { padding-top: 70px; padding-bottom: 70px; }.form-row { grid-template-columns: 1fr; gap: 26px; }.form-actions { align-items: flex-start; flex-direction: column; }.footer-shell { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.back-top { grid-column: auto; } }
