:root {
  --ink: #061b2a;
  --ink-2: #0b263b;
  --ink-soft: #173750;
  --gold: #c9954e;
  --gold-bright: #e0ad5b;
  --cream: #f4f1eb;
  --paper: #fbfaf8;
  --text: #112434;
  --muted: #64717a;
  --line: rgba(10, 35, 52, .14);
  --radius: 2px;
  --shell: min(1200px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin: 0 auto; }
.section-dark { background: var(--ink); color: #fff; }
.section-light { background: var(--paper); }
.section-warm { background: var(--cream); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .12); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(6, 27, 42, .96); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.nav-wrap { height: 84px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.site-header .brand { padding: 7px 12px 7px 10px; background: #fff; color: var(--ink); box-shadow: 0 7px 22px rgba(0, 0, 0, .14); }
.site-header .brand-name { color: var(--ink); }
.brand-logo { display: block; width: 53px; height: 34px; overflow: hidden; flex: 0 0 53px; }
.brand-logo img { display: block; width: 74px; max-width: none; height: auto; transform: translate(-12px, -8px); }
.brand-name { font-family: Manrope, sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -.85px; color: #fff; }
.brand-name span { font-weight: 800; }
.brand-footer .brand-logo { background: #fff; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 23px; flex: 1; }
.main-nav a { color: rgba(255, 255, 255, .75); font-size: 14px; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-bright); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--gold-bright); transform: translateY(-2px); }
.button span { font-size: 17px; line-height: 1; }
.button-small { min-height: 39px; padding: 0 16px; font-size: 11px; gap: 12px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: #fff; transition: transform .2s ease; }

.hero { min-height: 760px; position: relative; padding: 158px 0 86px; overflow: hidden; background: radial-gradient(circle at 3% 30%, #143853 0, transparent 35%), var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .7; background: linear-gradient(90deg, rgba(6, 27, 42, .45) 15%, transparent 55%), repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgba(255,255,255,.035) 20%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 42px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; color: var(--gold-bright); font-family: Manrope, sans-serif; font-size: 11px; letter-spacing: .14em; font-weight: 800; }
.eyebrow::before { content: ""; display: block; width: 31px; height: 1px; background: currentColor; }
.eyebrow-gold { color: #b57a31; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Manrope, sans-serif; letter-spacing: -0.055em; font-weight: 700; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(47px, 5vw, 75px); line-height: 1.02; }
h1 em, h2 em { color: var(--gold); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 545px; margin-bottom: 35px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.text-link:hover { color: var(--gold-bright); }
.hero-proof { display: flex; gap: 35px; margin-top: 74px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-proof > div { max-width: 195px; }
.hero-proof strong { display: block; color: var(--gold-bright); font-family: Manrope, sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.hero-proof span { display: block; margin-top: 5px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.4; }
.hero-art { width: min(650px, 100%); height: 520px; justify-self: end; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.17); background: #081523; isolation: isolate; }
.hero-art::after { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 90% 12%, #244762, transparent 45%), #081523; }
.hero-kicker { position: absolute; top: 22px; left: 28px; right: 28px; z-index: 2; display: flex; align-items: center; gap: 9px; font-family: Manrope, sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: #fff; }
.hero-kicker span { width: 29px; height: 1px; background: var(--gold); }
.hero-kicker b { color: var(--gold); }
.art-slice { position: absolute; z-index: 1; top: 65px; bottom: 0; width: 27%; border-left: 2px solid rgba(255,255,255,.82); background-size: cover; background-repeat: no-repeat; filter: saturate(.86); clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%); transition: transform .3s ease, filter .3s ease; }
.art-slice::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,17,27,.06) 22%, rgba(4,17,27,.82) 92%); }
.art-slice:hover { z-index: 2; transform: translateY(-10px); filter: saturate(1.06); }
.art-slice span { position: absolute; z-index: 1; left: 17%; right: 12%; bottom: 54px; font-family: Manrope, sans-serif; font-size: 10px; line-height: 1.18; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; color: #fff; }
.slice-server { left: -1%; background-image: url("assets/sector-it-digital.png"); background-position: 78% center; }
.slice-commercial { left: 23%; background-image: url("assets/sector-commercial.png"); background-position: 79% center; }
.slice-finance { left: 48%; background-image: url("assets/sector-finance-audit.png"); background-position: 81% center; }
.slice-industry { left: 73%; width: 28%; background-image: url("assets/sector-industry.png"); background-position: 83% center; }
.hero-scroll { position: absolute; z-index: 2; bottom: 28px; left: max(40px, calc((100vw - 1200px) / 2)); display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.hero-scroll span { width: 38px; height: 1px; background: var(--gold); }

.candidates { padding: 130px 0; overflow: hidden; }
.candidates-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(55px, 10vw, 150px); align-items: center; }
.candidates-copy h2 { max-width: 650px; }
.candidates-copy > p:not(.eyebrow) { max-width: 555px; margin: 29px 0 34px; color: #50606b; font-size: 16px; line-height: 1.7; }
.candidate-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.candidate-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); }
.candidate-photo { grid-column: 1 / -1; height: 270px; position: relative; background: linear-gradient(90deg, rgba(5, 22, 35, .72), transparent 52%), url("assets/sector-support-functions.png") 75% center / cover no-repeat; }
.candidate-photo::after { content: "CANDIDATS"; position: absolute; top: 24px; left: 25px; color: var(--gold-bright); font-family: Manrope, sans-serif; font-size: 10px; letter-spacing: .18em; font-weight: 800; }
.candidate-point { min-height: 155px; padding: 20px 23px; border-top: 1px solid var(--line); }
.candidate-point:nth-of-type(3) { border-left: 1px solid var(--line); }
.candidate-point:last-child { grid-column: 1 / -1; min-height: auto; }
.candidate-point span { color: var(--gold); font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; }
.candidate-point p { max-width: 245px; margin: 11px 0 0; color: #3c4e5a; font-size: 13px; line-height: 1.52; }

.intro { padding: 132px 0 66px; }
.intro-grid { display: grid; grid-template-columns: 90px 1.25fr .75fr; gap: 25px; }
.section-number { color: var(--gold); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
h2 { margin-bottom: 0; font-size: clamp(36px, 4.2vw, 59px); line-height: 1.1; }
.intro-heading h2 { max-width: 620px; }
.intro-text { padding-top: 74px; }
.intro-text p { max-width: 355px; color: #43525d; font-size: 16px; line-height: 1.7; }
.dark-link { margin-top: 18px; color: var(--ink); }

.services { padding: 50px 0 135px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 372px; padding: 26px 34px 31px; position: relative; border-left: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.service-card:last-child { border-right: 1px solid var(--line); }
.service-card:hover { background: var(--ink); color: #fff; }
.service-index { color: var(--gold); font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; }
.service-icon { height: 86px; margin: 36px 0 19px; position: relative; color: var(--gold); }
.service-icon::before, .service-icon::after { content: ""; position: absolute; border: 1px solid currentColor; }
.icon-search::before { left: 9px; top: 7px; width: 42px; height: 42px; border-radius: 50%; }
.icon-search::after { width: 30px; height: 1px; border-width: 1px 0 0; transform: rotate(45deg); left: 47px; top: 50px; }
.icon-evaluate::before { width: 55px; height: 35px; left: 5px; top: 9px; border-radius: 3px; }
.icon-evaluate::after { width: 45px; height: 1px; left: 15px; top: 57px; border-width: 1px 0 0; box-shadow: 0 -12px 0 -0.25px var(--gold), 0 -24px 0 -0.25px var(--gold); }
.icon-support::before { width: 53px; height: 53px; left: 5px; top: 3px; border-radius: 50%; }
.icon-support::after { height: 36px; width: 1px; left: 31px; top: 12px; border-width: 0 1px 0 0; box-shadow: 12px 0 0 -0.25px var(--gold), -12px 0 0 -0.25px var(--gold); }
.service-card h3 { margin-bottom: 11px; font-family: Manrope, sans-serif; font-size: 23px; letter-spacing: -.04em; }
.service-card p { max-width: 295px; color: #59666e; font-size: 14px; line-height: 1.63; transition: color .25s ease; }
.service-card:hover p { color: rgba(255,255,255,.7); }
.service-card a { position: absolute; bottom: 27px; color: var(--gold); font-size: 13px; font-weight: 700; }
.service-card a span { margin-left: 8px; font-size: 16px; }

.sectors { padding: 125px 0 80px; overflow: hidden; background: radial-gradient(circle at 12% 15%, #123a57 0, transparent 27%), var(--ink); }
.sectors-top { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.sectors h2 { max-width: 650px; }
.sectors-intro { margin: 0; padding-bottom: 7px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.65; }
.sector-rail { display: flex; width: max-content; min-width: 100%; padding-left: max(40px, calc((100vw - 1200px) / 2)); padding-right: 40px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.sector { position: relative; width: clamp(225px, 19.7vw, 290px); height: 378px; padding: 34px 27px; border-right: 1px solid rgba(255,255,255,.16); overflow: hidden; background: linear-gradient(180deg, transparent 22%, rgba(0,0,0,.52)), var(--ink); transition: width .35s ease; }
.sector:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.sector::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .38; background: center / cover no-repeat; transition: opacity .35s ease, transform .5s ease; }
.sector:hover::before { opacity: .75; transform: scale(1.06); }
.sector > * { position: relative; z-index: 1; }
.sector-it::before { background-image: url("assets/sector-it-digital.png"); background-position: 77% center; }
.sector-sales::before { background-image: url("assets/sector-commercial.png"); background-position: 78% center; }
.sector-finance::before { background-image: url("assets/sector-finance-audit.png"); background-position: 80% center; }
.sector-hr::before { background-image: url("assets/sector-support-functions.png"); background-position: 78% center; }
.sector-industrial::before { background-image: url("assets/sector-industry.png"); background-position: 80% center; }
.sector-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--gold); color: var(--gold-bright); font-size: 22px; }
.sector h3 { margin: 153px 0 7px; font-family: Manrope, sans-serif; font-size: 18px; letter-spacing: -.03em; }
.sector p { max-width: 205px; margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.45; }
.sector-arrow { position: absolute; right: 27px; bottom: 27px; color: var(--gold); font-size: 23px; }
.sector-foot { display: flex; align-items: center; justify-content: center; gap: 19px; padding-top: 38px; color: rgba(255,255,255,.77); font-size: 14px; text-align: center; }
.sector-foot p { margin: 0; }
.sector-foot span { width: 55px; height: 1px; background: var(--gold); }

.approach { padding: 138px 0; }
.approach-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(50px, 9vw, 145px); align-items: center; }
.approach-visual { position: relative; height: 650px; overflow: hidden; background: var(--ink); }
.approach-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(3,16,27,.1), rgba(3,16,27,.72)); }
.approach-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 75% center; filter: saturate(.72) contrast(1.05); }
.visual-badge { position: absolute; z-index: 2; left: 30px; bottom: 30px; display: flex; align-items: center; gap: 15px; }
.visual-badge span { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: Manrope, sans-serif; font-weight: 800; font-style: italic; }
.visual-badge p { margin: 0; color: #fff; font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.2; }
.approach-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 38px; color: #50606b; font-size: 16px; line-height: 1.7; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; }
.process-list h3 { margin: 0 0 3px; font-family: Manrope, sans-serif; font-size: 16px; letter-spacing: -.03em; }
.process-list p { margin: 0; color: #66737a; font-size: 13px; }

.team { padding: 0; overflow: hidden; background: #061b2a; }
.team-grid { display: grid; grid-template-columns: .87fr 1.13fr; min-height: 660px; }
.team-visual { position: relative; min-height: 540px; background: linear-gradient(180deg, rgba(5, 21, 33, .22), rgba(5, 21, 33, .78)), url("assets/sector-commercial.png") 74% center / cover no-repeat; }
.team-quote { position: absolute; z-index: 1; left: 33px; right: 33px; bottom: 34px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.35); }
.team-quote span { display: block; height: 33px; color: var(--gold); font-family: Georgia, serif; font-size: 52px; line-height: .8; }
.team-quote p { max-width: 275px; margin: 13px 0 0; color: #fff; font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.28; }
.team-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 0 80px clamp(45px, 7.4vw, 110px); }
.team-copy h2 { max-width: 650px; }
.team-copy > p:not(.eyebrow) { max-width: 560px; margin: 27px 0 38px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.team-principles { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 640px; margin: 0 0 34px; border-top: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.team-principles div { min-height: 126px; padding: 17px 16px 15px 0; border-right: 1px solid rgba(255,255,255,.19); }
.team-principles div + div { padding-left: 16px; }
.team-principles div:last-child { border-right: 0; }
.team-principles span { color: var(--gold-bright); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; }
.team-principles p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }

.commitments { padding: 130px 0 110px; }
.commitments-head { display: flex; justify-content: space-between; align-items: end; gap: 80px; }
.commitments-head h2 { max-width: 770px; }
.commitments-head .eyebrow { margin-bottom: 15px; min-width: 200px; }
.commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 74px; border-top: 1px solid var(--line); }
.commitment-grid article { min-height: 218px; padding: 28px 23px 25px 0; border-right: 1px solid var(--line); }
.commitment-grid article + article { padding-left: 24px; }
.commitment-grid article:last-child { border-right: 0; }
.commitment-grid span { display: grid; width: 33px; height: 33px; place-items: center; color: var(--gold); border: 1px solid currentColor; font-size: 17px; }
.commitment-grid h3 { margin: 27px 0 8px; font-family: Manrope, sans-serif; font-size: 17px; letter-spacing: -.035em; }
.commitment-grid p { max-width: 230px; margin: 0; color: #5e696f; font-size: 13px; line-height: 1.55; }

.contact { padding: 128px 0; background: linear-gradient(125deg, #061b2a 53%, #0c2b41); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact h2 { font-size: clamp(38px, 4.4vw, 63px); }
.contact-copy > p:not(.eyebrow) { max-width: 395px; margin: 30px 0 0; color: rgba(255,255,255,.69); line-height: 1.7; }
.contact-form { padding: 35px; background: #fff; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 22px; color: #273947; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid #d7dbdc; outline: 0; background: transparent; padding: 8px 0 10px; color: var(--ink); font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border-color .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form ::placeholder { color: #9aa3a8; }
.contact-form .button { margin-top: 5px; }
.form-status { min-height: 18px; margin: 15px 0 0; color: #49616d; font-size: 13px; }

.site-footer { padding: 0 0 23px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 37px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-top > p { margin: 0; color: rgba(255,255,255,.7); font-family: Manrope, sans-serif; font-size: 14px; line-height: 1.35; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; color: rgba(255,255,255,.42); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 46px, 720px); }
  .main-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { min-height: auto; padding: 135px 0 76px; }
  .hero-grid, .candidates-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 640px; }
  .hero-art { justify-self: stretch; width: 100%; height: 450px; }
  .hero-proof { margin-top: 50px; }
  .hero-scroll { display: none; }
  .intro { padding-top: 100px; }
  .intro-grid { grid-template-columns: 55px 1fr; }
  .intro-text { grid-column: 2; padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-icon { margin: 26px 0 13px; height: 60px; }
  .sectors-top { grid-template-columns: 1fr; gap: 20px; }
  .approach-visual { height: 470px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-visual { min-height: 430px; }
  .team-copy { padding: 74px 0; }
  .commitments-head { display: block; }
  .commitments-head .eyebrow { margin-bottom: 27px; }
  .commitment-grid { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .commitment-grid article:nth-child(2) { border-right: 0; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { border-bottom-color: rgba(255,255,255,.1); }
  .nav-wrap { height: 68px; gap: 12px; }
  .brand-name { font-size: 17px; }
  .site-header .brand { padding: 6px 9px 6px 8px; }
  .brand-logo { width: 43px; height: 29px; flex-basis: 43px; }
  .brand-logo img { width: 63px; transform: translate(-10px, -7px); }
  .nav-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: flex; visibility: hidden; opacity: 0; position: fixed; inset: 68px 0 auto; height: calc(100dvh - 68px); padding: 38px 30px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 25px; background: var(--ink); transform: translateY(-10px); transition: visibility .2s, opacity .2s, transform .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { font-family: Manrope, sans-serif; color: #fff; font-size: 30px; font-weight: 700; letter-spacing: -.05em; }
  .menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { padding-top: 118px; }
  .eyebrow { margin-bottom: 17px; font-size: 9px; }
  h1 { font-size: clamp(42px, 12vw, 57px); }
  h2 { font-size: 36px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .hero-proof { display: block; margin-top: 42px; }
  .hero-proof > div + div { margin-top: 14px; }
  .hero-art { height: 370px; margin-top: 5px; }
  .hero-kicker { top: 16px; left: 17px; right: 15px; gap: 6px; font-size: 8px; }
  .art-slice { top: 52px; }
  .art-slice span { bottom: 70px; font-size: 9px; }
  .intro { padding: 74px 0 35px; }
  .intro-grid { grid-template-columns: 1fr; gap: 15px; }
  .intro-text { grid-column: 1; }
  .section-number { margin: 0; }
  .intro-text p { font-size: 15px; }
  .candidates { padding: 75px 0; }
  .candidates-copy > p:not(.eyebrow) { margin: 20px 0 26px; font-size: 14px; }
  .candidate-points { grid-template-columns: 1fr; margin-top: 6px; }
  .candidate-photo { height: 235px; }
  .candidate-point { min-height: auto; padding: 18px; }
  .candidate-point:nth-of-type(3) { border-left: 0; }
  .candidate-point:last-child { grid-column: auto; }
  .services { padding: 35px 0 75px; }
  .service-card { min-height: 270px; padding: 22px 22px 25px; }
  .service-card h3 { font-size: 20px; }
  .sectors { padding: 75px 0 54px; }
  .sectors-top { margin-bottom: 35px; }
  .sectors-intro { font-size: 14px; }
  .sector-rail { padding-left: 18px; }
  .sector { width: 249px; height: 340px; padding: 25px 20px; }
  .sector h3 { margin-top: 133px; font-size: 17px; }
  .sector-arrow { right: 20px; bottom: 20px; }
  .sector-foot { padding-top: 25px; font-size: 12px; }
  .sector-foot span { display: none; }
  .approach { padding: 78px 0; }
  .approach-grid { gap: 42px; }
  .approach-visual { height: 330px; }
  .approach-copy > p:not(.eyebrow) { margin: 20px 0 28px; font-size: 14px; }
  .team-visual { min-height: 340px; }
  .team-quote { left: 20px; right: 20px; bottom: 21px; }
  .team-quote p { font-size: 16px; }
  .team-copy { padding: 64px 0; }
  .team-copy > p:not(.eyebrow) { margin: 20px 0 28px; font-size: 14px; }
  .team-principles { grid-template-columns: 1fr; }
  .team-principles div, .team-principles div + div { min-height: auto; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.19); }
  .team-principles div:last-child { border-bottom: 0; }
  .commitments { padding: 75px 0 62px; }
  .commitment-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .commitment-grid article, .commitment-grid article + article { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact { padding: 75px 0; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { align-items: flex-start; flex-direction: column; padding: 30px 0; }
  .footer-bottom { flex-direction: column; font-size: 9px; }
}

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