:root {
  --navy: #0b2942;
  --navy-2: #123b5d;
  --ink: #172c42;
  --muted: #4c6175;
  --line: #cbd6df;
  --paper: #f5f7f8;
  --white: #ffffff;
  --teal: #006b67;
  --teal-soft: #e5f2f0;
  --orange: #b94123;
  --orange-dark: #8e2f1a;
  --focus: #f4b000;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: var(--teal); text-underline-offset: 3px; }
a:hover { color: var(--orange-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 300; padding: .7rem 1rem; background: var(--focus); color: #122434; font-weight: 700; }
.skip-link:focus { top: 18px; }
.topbar { background: var(--navy); color: #eaf3f8; font-size: .82rem; }
.topbar .wrap { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__label { letter-spacing: .04em; text-transform: uppercase; }
.topbar a { color: #fff; font-weight: 700; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy); font-size: 1.06rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand span { display: block; }
.brand small { display: block; margin-top: .08rem; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 1.55rem; }
.nav a { color: var(--ink); font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav a:hover { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1rem; border: 2px solid var(--orange); background: var(--orange); color: #fff; font: inherit; font-size: .9rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: background .14s ease, border-color .14s ease; }
.button:hover { border-color: var(--orange-dark); background: var(--orange-dark); color: #fff; }
.button--secondary { border-color: #fff; background: #fff; color: var(--navy); }
.button--secondary:hover { border-color: #d9e4eb; background: #e8f0f3; color: var(--navy); }
.button--outline { border-color: #d5e0e7; background: transparent; color: var(--navy); }
.button--outline:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.hero { background: var(--navy); color: #fff; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: clamp(2rem, 7vw, 7rem); padding: clamp(4.25rem, 8vw, 7.25rem) 0; }
.kicker { margin: 0 0 1rem; color: #b8e4df; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 13ch; margin: 0; color: #fff; font-size: clamp(2.65rem, 5.3vw, 5rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 strong { color: #8fd8d1; }
.hero p { max-width: 59ch; margin: 1.45rem 0 0; color: #e5eef4; font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.hero-panel { align-self: end; border-left: 5px solid #82d1ca; background: #fff; color: var(--ink); }
.hero-panel h2 { margin: 0; padding: 1.25rem 1.35rem .75rem; color: var(--navy); font-size: 1rem; }
.hero-panel ul { margin: 0; padding: 0; list-style: none; }
.hero-panel li { padding: .9rem 1.35rem; border-top: 1px solid var(--line); font-size: .93rem; font-weight: 700; }
.hero-panel li span { display: block; margin-top: .12rem; color: var(--muted); font-size: .84rem; font-weight: 400; }
.section { padding: clamp(3.75rem, 7vw, 6.25rem) 0; }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy); color: #fff; }
.section--teal { background: var(--teal); color: #fff; }
.section-title { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .7fr); gap: 2.5rem; align-items: end; margin-bottom: 2.5rem; }
.section-title h2 { max-width: 17ch; margin: 0; color: var(--navy); font-size: clamp(2rem, 3.8vw, 3.3rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; }
.section-title p { margin: 0; color: var(--muted); line-height: 1.75; }
.section--navy .section-title h2, .section--teal .section-title h2 { color: #fff; }
.section--navy .section-title p, .section--teal .section-title p { color: #e1eff2; }
.eyebrow { margin: 0 0 .75rem; color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section--navy .eyebrow, .section--teal .eyebrow { color: #b8e4df; }
.intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 6rem); }
.intro__lead { margin: 0; color: var(--navy); font-size: clamp(1.38rem, 2.25vw, 1.9rem); font-weight: 700; line-height: 1.42; }
.intro__copy { color: var(--muted); line-height: 1.78; }
.intro__copy p:first-child { margin-top: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fff; }
.service { min-height: 235px; padding: 1.7rem; border-right: 1px solid var(--line); }
.service:last-child { border-right: 0; }
.service__number { display: inline-flex; align-items: center; justify-content: center; width: 33px; height: 33px; margin-bottom: 2.15rem; border: 2px solid var(--teal); border-radius: 50%; color: var(--teal); font-size: .75rem; font-weight: 800; }
.service h3 { margin: 0 0 .65rem; color: var(--navy); font-size: 1.22rem; line-height: 1.25; }
.service p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.68; }
.method { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.method article { padding: 1.55rem; border-top: 4px solid #8fd8d1; background: #fff; color: var(--ink); }
.method b { display: block; margin-bottom: 1.2rem; color: var(--teal); font-size: .82rem; letter-spacing: .08em; }
.method h3 { margin: 0 0 .65rem; color: var(--navy); font-size: 1.2rem; }
.method p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.68; }
.jobs { border-top: 1px solid var(--line); }
.job { display: grid; grid-template-columns: 48px minmax(0, 1.35fr) minmax(200px, .75fr) auto; align-items: center; gap: 1.5rem; min-height: 110px; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.job:hover { background: #edf4f5; }
.job__number { color: var(--teal); font-size: .88rem; font-weight: 800; text-align: center; }
.job h3 { margin: 0 0 .3rem; color: var(--navy); font-size: 1.15rem; line-height: 1.3; }
.job p { margin: 0; color: var(--muted); font-size: .9rem; }
.job__meta { color: var(--ink); font-size: .86rem; font-weight: 700; line-height: 1.6; }
.job__arrow { display: grid; width: 40px; height: 40px; place-items: center; border: 2px solid var(--teal); border-radius: 50%; color: var(--teal); font-size: 1.2rem; }
.job:hover .job__arrow { background: var(--teal); color: #fff; }
.contact-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2.1rem; border: 1px solid #83ccc5; background: #e4f1ef; color: var(--ink); }
.contact-callout h2 { margin: 0 0 .4rem; color: var(--navy); font-size: 1.65rem; }
.contact-callout p { margin: 0; color: #364d60; }
.site-footer { background: #071f32; color: #dceaf0; }
.site-footer .wrap { display: grid; grid-template-columns: 1.3fr .9fr .7fr; gap: 3.5rem; padding: 3.8rem 0 2.4rem; }
.footer-brand { color: #fff; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand small { color: #c5dbe4; }
.site-footer p, .site-footer address { margin: 1rem 0 0; color: #c9dce5; font-size: .92rem; font-style: normal; line-height: 1.75; }
.site-footer h2 { margin: .1rem 0 1rem; color: #fff; font-size: 1.05rem; }
.site-footer a { display: block; width: max-content; max-width: 100%; margin: .55rem 0; color: #fff; font-size: .92rem; }
.site-footer .footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid #315269; color: #b7ceda; font-size: .8rem; }
.page-hero { padding: clamp(3.8rem, 7vw, 6.2rem) 0; background: var(--navy); color: #fff; }
.page-hero h1 { max-width: 17ch; margin: 0; color: #fff; font-size: clamp(2.35rem, 4.6vw, 4rem); line-height: 1.08; letter-spacing: -.04em; }
.page-hero p { max-width: 66ch; margin: 1rem 0 0; color: #e1edf3; }
.breadcrumb { display: inline-block; margin-bottom: 1.2rem; color: #b8e4df; font-size: .9rem; font-weight: 700; }
.page-main { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.job-detail { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(2rem, 7vw, 5rem); }
.article h2 { margin: 0 0 .75rem; color: var(--navy); font-size: 1.5rem; }
.article section + section { margin-top: 2.25rem; }
.article p, .article li { color: var(--muted); line-height: 1.78; }
.article ul { padding-left: 1.25rem; }
.article li { margin: .65rem 0; }
.facts { align-self: start; padding: 1.5rem; border-top: 5px solid var(--orange); background: var(--paper); }
.facts h2 { margin: 0 0 1.2rem; color: var(--navy); font-size: 1.3rem; }
.facts dl { margin: 0; }
.facts dt { margin-top: 1.05rem; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.facts dd { margin: .2rem 0 0; color: var(--ink); font-weight: 700; }
.facts .button { width: 100%; margin-top: 1.6rem; }
.facts small { display: block; margin-top: .85rem; color: var(--muted); line-height: 1.5; }
.legal { max-width: 780px; }
.legal h2 { margin: 2.3rem 0 .6rem; color: var(--navy); font-size: 1.45rem; }
.legal p, .legal li { color: var(--muted); line-height: 1.78; }
.notice { margin-top: 2rem; padding: 1rem 1.15rem; border-left: 4px solid var(--orange); background: #fff4ef; color: #60301f; line-height: 1.65; }
.cookie-banner { position: fixed; z-index: 500; right: 20px; bottom: 20px; width: min(445px, calc(100vw - 40px)); padding: 1.25rem; border: 2px solid var(--navy); background: #fff; box-shadow: 0 14px 40px rgba(10, 35, 57, .25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 .55rem; color: var(--navy); font-size: 1.08rem; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.6; }
.cookie-banner__actions { display: flex; justify-content: flex-end; gap: .65rem; margin-top: 1rem; }
@media (max-width: 860px) { .hero .wrap, .intro, .section-title, .job-detail { grid-template-columns: 1fr; } .service-grid, .method { grid-template-columns: 1fr; } .service { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); } .service:last-child { border-bottom: 0; } .job { grid-template-columns: 40px minmax(0,1fr) auto; padding: 1rem 0; } .job__meta { display: none; } .site-footer .wrap { grid-template-columns: 1fr 1fr; gap: 2.25rem; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 590px) { .wrap { width: min(100% - 30px, 1180px); } .topbar__label { display: none; } .topbar .wrap { justify-content: center; } .site-header .wrap { min-height: 72px; } .brand img { width: 35px; height: 35px; } .brand { font-size: .92rem; } .brand small { font-size: .55rem; } .nav { gap: .75rem; } .nav > a:not(.button) { display: none; } .hero .wrap { padding: 4rem 0; } .hero-panel { margin-top: .6rem; } .section-title { gap: 1rem; } .job { grid-template-columns: 1fr auto; gap: .7rem; } .job__number { display: none; } .contact-callout { grid-template-columns: 1fr; padding: 1.5rem; } .site-footer .wrap { grid-template-columns: 1fr; } .footer-brand { grid-column: auto; } .site-footer .footer-bottom { display: block; } .site-footer .footer-bottom span { display: block; margin: .35rem 0; } }
