:root {
    --navy: #071a3a;
    --navy-2: #0d274e;
    --blue: #123c7a;
    --yellow: #ffca05;
    --yellow-deep: #e9b600;
    --ink: #111820;
    --muted: #606973;
    --line: #d9dde1;
    --paper: #f3f1eb;
    --white: #fff;
    --radius: 2px;
    --container: min(1180px, calc(100% - 40px));
    --display: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--yellow); color: var(--navy); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--navy); color: #c9d4e5; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-inner a { color: var(--white); text-decoration: none; }
.utility-inner a:hover { color: var(--yellow); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,26,58,.12); backdrop-filter: blur(12px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { flex: 0 0 auto; }
.brand img { width: 198px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 3px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.header-call { min-width: 170px; padding: 12px 16px; color: var(--white); background: var(--navy); text-decoration: none; line-height: 1.25; transition: background .2s ease; }
.header-call span { display: block; color: #c9d4e5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.header-call strong { font-size: 14px; }
.header-call:hover { background: var(--blue); }
.nav-toggle { display: none; width: 46px; height: 42px; margin-left: auto; border: 0; background: var(--navy); padding: 10px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }

.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 3px; margin: 0 10px 3px 0; background: var(--yellow); }
.eyebrow-dark { color: var(--yellow); }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: var(--display); font-weight: 900; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(48px, 7vw, 92px); }
h2 { font-size: clamp(38px, 5vw, 64px); }
h3 { font-size: 25px; }
.hero-lead { max-width: 660px; margin: 0; color: #3c4651; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid transparent; border-radius: var(--radius); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--navy); }
.button-primary:hover { background: var(--yellow-deep); }
.button-light { border-color: rgba(255,255,255,.32); color: var(--white); }
.button-light:hover { border-color: var(--yellow); color: var(--yellow); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--yellow); padding-bottom: 3px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link-light { color: var(--white); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }

.home-hero { position: relative; overflow: hidden; padding: 72px 0 0; background: linear-gradient(108deg, #f7f5f0 0 56%, #e6e9eb 56%); }
.home-hero::before { content: ""; position: absolute; top: 0; left: calc(50% - 120px); width: 1px; height: 100%; background: rgba(7,26,58,.08); }
.home-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; min-height: 600px; }
.home-hero-copy { position: relative; z-index: 2; padding: 30px 0 52px; }
.home-hero h1 { max-width: 700px; margin-bottom: 28px; }
.hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 56px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts div { min-width: 0; }
.hero-facts dt { color: var(--navy); font-family: var(--display); font-size: 20px; font-weight: 900; line-height: 1.1; }
.hero-facts dd { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; height: 590px; align-self: end; }
.hero-photo-main { position: absolute; right: 0; bottom: 0; width: 72%; height: 100%; overflow: hidden; background: var(--navy); }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.04); }
.hero-photo-secondary { position: absolute; left: 0; bottom: 38px; z-index: 2; width: 40%; height: 310px; border: 8px solid var(--paper); overflow: hidden; }
.hero-photo-secondary img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; right: 0; top: 0; z-index: 3; width: 190px; min-height: 96px; display: flex; align-items: center; gap: 12px; padding: 15px; background: var(--yellow); color: var(--navy); }
.hero-stamp strong { font: 900 28px/1 var(--display); }
.hero-stamp span { border-left: 1px solid rgba(7,26,58,.3); padding-left: 12px; font-size: 10px; font-weight: 800; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.hero-ticker { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--white); background: var(--navy); padding-inline: 28px; font: 800 13px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.hero-ticker i { width: 5px; height: 5px; background: var(--yellow); transform: rotate(45deg); }

.section { padding: 108px 0; }
.section-muted { background: var(--paper); }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(12,1fr); border-top: 1px solid var(--line); }
.service-card { position: relative; grid-column: span 6; min-height: 260px; display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; padding: 36px 30px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .25s, color .25s; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:last-child { grid-column: span 12; min-height: 190px; }
.service-card:hover { background: var(--navy); }
.service-card:hover h3, .service-card:hover p, .service-card:hover .service-number, .service-card:hover .service-arrow { color: var(--white); }
.service-number { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 0 0 14px; font-size: 34px; transition: color .25s; }
.service-card p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; transition: color .25s; }
.service-arrow { align-self: start; color: var(--navy); font-size: 24px; transition: color .25s, transform .25s; }
.service-card:hover .service-arrow { transform: translate(4px,-4px); }

.about-feature { background: var(--navy); color: #d8e1ee; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.about-media { position: relative; padding-left: 45px; }
.about-media::before { content: ""; position: absolute; left: 0; bottom: -32px; width: 58%; height: 72%; border: 1px solid rgba(255,202,5,.45); }
.about-media img { position: relative; z-index: 1; width: 100%; height: 560px; object-fit: cover; filter: saturate(.7); }
.about-media p { position: relative; z-index: 2; width: calc(100% - 40px); margin: -78px 0 0 40px; padding: 24px 28px; background: var(--yellow); color: var(--navy); font-size: 13px; }
.about-copy h2 { color: var(--white); }
.about-copy > p:not(.eyebrow) { max-width: 580px; font-size: 17px; }
.about-copy .button { margin-top: 20px; }

.amber-grid { display: grid; grid-template-columns: 370px 1fr; gap: 90px; align-items: center; }
.amber-grid figure { margin: 0; background: var(--paper); padding: 18px 18px 14px; transform: rotate(-1.5deg); box-shadow: 0 25px 70px rgba(7,26,58,.12); }
.amber-grid figure img { width: 100%; height: 430px; object-fit: cover; }
.amber-grid figcaption, .page-hero-image figcaption, .amber-hero figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.amber-grid h2 { max-width: 700px; }
.amber-grid p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 17px; }
.amber-grid .text-link { margin-top: 20px; }

.coverage-section { padding: 90px 0; background: var(--paper); border-top: 1px solid var(--line); }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.coverage-grid h2 { margin-bottom: 0; }
.city-list { display: flex; flex-wrap: wrap; gap: 10px; }
.city-list span { padding: 12px 16px; background: var(--white); border: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 800; }

.page-hero { position: relative; overflow: hidden; background: var(--paper); }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg,var(--yellow) 0 32%,var(--navy) 32%); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .65fr; gap: 90px; min-height: 600px; align-items: center; }
.page-hero-copy { padding: 70px 0 86px; }
.page-hero h1 { margin-bottom: 28px; }
.page-hero-image { position: relative; align-self: stretch; margin: 0; padding-bottom: 36px; }
.page-hero-image img { width: 100%; height: calc(100% - 50px); min-height: 560px; object-fit: cover; }
.page-hero-image figcaption { margin-left: 16px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 56px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.service-detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: start; }
.prose h2 { max-width: 660px; }
.prose > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.8; }
.applications-card { padding: 42px; background: var(--navy); color: var(--white); box-shadow: 20px 20px 0 var(--yellow); }
.applications-card h2 { color: var(--white); font-size: 28px; letter-spacing: -.02em; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; }
.check-list li { position: relative; padding: 15px 0 15px 38px; border-top: 1px solid rgba(255,255,255,.16); font-size: 14px; }
.check-list li::before { content: "+"; position: absolute; left: 4px; top: 13px; color: var(--yellow); font-size: 20px; font-weight: 900; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gallery-item { position: relative; height: 440px; border: 0; padding: 0; overflow: hidden; background: var(--navy); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s, opacity .3s; }
.gallery-item span { position: absolute; left: 18px; bottom: 18px; min-width: 42px; padding: 8px; background: var(--yellow); color: var(--navy); font-size: 12px; font-weight: 900; }
.gallery-item:hover img { transform: scale(1.035); opacity: .88; }
.service-links-row { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.service-links-row a { display: flex; justify-content: space-between; gap: 20px; padding: 24px 18px 24px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 18px; font-weight: 800; text-decoration: none; }
.service-links-row a:nth-child(odd) { margin-right: 30px; }
.service-links-row a:hover { color: var(--blue); }
.lightbox { max-width: min(90vw,900px); max-height: 90vh; border: 0; padding: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(3,11,25,.9); backdrop-filter: blur(8px); }
.lightbox img { max-width: 90vw; max-height: 84vh; object-fit: contain; }
.lightbox button { position: absolute; right: 0; top: -48px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: var(--white); font-size: 28px; cursor: pointer; }

.page-hero-simple { background: var(--navy); }
.page-hero-simple h1 { color: var(--white); }
.page-hero-simple .hero-lead { color: #cbd5e4; }
.page-hero-simple .breadcrumbs { color: #aebbd0; }
.quote-panel { max-width: 470px; padding: 46px; background: var(--yellow); color: var(--navy); }
.quote-panel p { margin: 0 0 26px; font: 900 30px/1.2 var(--display); letter-spacing: -.03em; }
.quote-panel span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.story-copy h2 { max-width: 520px; }
.prose-large p { margin-top: 0; font-size: 18px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); }
.values-grid article { min-height: 290px; padding: 38px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border-right: 0; }
.values-grid span { color: var(--blue); font-size: 12px; font-weight: 800; }
.values-grid h2 { margin: 70px 0 16px; font-size: 32px; }
.values-grid p { color: var(--muted); font-size: 14px; }
.equipment-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.equipment-grid img { width: 100%; height: 510px; object-fit: cover; }
.equipment-grid > div p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 18px; }
.equipment-grid .button { margin-top: 20px; }

.contact-hero { padding: 80px 0 100px; background: var(--navy); }
.contact-hero h1 { margin: 0; color: var(--white); font-size: clamp(64px,10vw,130px); }
.breadcrumbs-light { color: #aebbd0; }
.breadcrumbs-light a { color: var(--white); }
.contact-details { padding: 0 0 110px; background: linear-gradient(90deg,var(--white) 0 62%,var(--paper) 62%); }
.contact-details-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 90px; align-items: start; }
.contact-primary { padding-top: 80px; }
.contact-primary > p { max-width: 680px; margin: 0 0 54px; color: var(--muted); font-size: 20px; }
.contact-big-link { position: relative; display: block; padding: 26px 56px 26px 0; border-top: 1px solid var(--line); color: var(--navy); font: 900 clamp(28px,4vw,48px)/1.1 var(--display); letter-spacing: -.035em; text-decoration: none; overflow-wrap: anywhere; }
.contact-big-link span { display: block; margin-bottom: 8px; color: var(--muted); font: 800 11px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.contact-big-link i { position: absolute; right: 8px; bottom: 25px; color: var(--blue); font-style: normal; }
.contact-big-link:hover { color: var(--blue); }
.address-card { margin-top: -42px; padding: 48px; background: var(--yellow); color: var(--navy); }
.address-card h2 { font-size: 34px; }
.address-card address { margin: 0 0 28px; font-style: normal; font-size: 18px; }
.address-card hr { margin: 38px 0; border: 0; border-top: 1px solid rgba(7,26,58,.25); }
.address-card p:last-child { margin-bottom: 0; }

.amber-hero { overflow: hidden; background: var(--paper); }
.amber-hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.1fr .65fr; gap: 90px; align-items: center; }
.amber-hero h1 { max-width: 760px; }
.amber-hero figure { align-self: stretch; margin: 0; padding: 0 0 30px; background: var(--navy); color: var(--white); }
.amber-hero figure img { width: 100%; height: 610px; object-fit: cover; filter: sepia(.2) saturate(.85); }
.amber-hero figcaption { margin-left: 22px; color: #cbd5e4; }

.contact-band { padding: 72px 0; background: var(--blue); color: var(--white); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band h2 { max-width: 720px; margin: 0; color: var(--white); font-size: clamp(36px,5vw,60px); }
.contact-band-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; flex: 0 0 auto; }
.site-footer { padding: 76px 0 24px; background: var(--navy); color: #b9c6d9; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; }
.footer-brand img { width: 180px; height: auto; padding: 5px; background: var(--white); }
.footer-brand p { max-width: 380px; }
.site-footer h2 { color: var(--white); font: 800 13px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer a { color: #dbe3ee; text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.site-footer address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom > p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.footer-legal button { border: 0; padding: 0; background: transparent; color: #dbe3ee; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.footer-legal button:hover { color: var(--yellow); }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 50; width: 44px; height: 44px; border: 0; background: var(--yellow); color: var(--navy); font-weight: 900; cursor: pointer; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s, transform .2s; }
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.error-page { min-height: 60vh; display: flex; align-items: center; padding: 100px 0; background: var(--paper); }
.error-page h1 { margin-bottom: 20px; }
.error-page .button { margin-top: 25px; }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 500; max-width: 1140px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; padding: 30px 34px; background: var(--white); border: 1px solid rgba(7,26,58,.18); box-shadow: 0 24px 80px rgba(3,11,25,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.025em; }
.cookie-banner p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cookie-banner p a { color: var(--navy); font-weight: 700; }
.cookie-kicker { margin: 0 0 6px !important; color: var(--blue) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.cookie-banner-actions { display: grid; grid-template-columns: repeat(2,minmax(150px,1fr)); gap: 10px; min-width: 380px; }
.cookie-button { min-height: 46px; border: 2px solid var(--navy); padding: 9px 15px; font-size: 12px; font-weight: 800; cursor: pointer; }
.cookie-button-primary { background: var(--navy); color: var(--white); }
.cookie-button-primary:hover { background: var(--blue); border-color: var(--blue); }
.cookie-button-secondary { background: var(--white); color: var(--navy); }
.cookie-button-secondary:hover { background: var(--paper); }
.cookie-settings-link { grid-column: 1 / -1; justify-self: center; border: 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 800; text-decoration: underline; cursor: pointer; }
.consent-dialog { width: min(660px,calc(100% - 30px)); max-height: min(760px,calc(100vh - 30px)); border: 0; padding: 0; color: var(--ink); background: var(--white); box-shadow: 0 24px 90px rgba(3,11,25,.35); }
.consent-dialog::backdrop { background: rgba(3,11,25,.76); backdrop-filter: blur(5px); }
.consent-dialog form { padding: 36px; }
.consent-dialog-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.consent-dialog h2 { margin-bottom: 0; font-size: 38px; }
.consent-dialog > form > p { color: var(--muted); font-size: 14px; }
.consent-close { flex: 0 0 auto; width: 40px; height: 40px; border: 1px solid var(--line); background: var(--white); color: var(--navy); font-size: 25px; line-height: 1; cursor: pointer; }
.consent-option { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 14px; padding: 20px; border: 1px solid var(--line); }
.consent-option > div { display: flex; flex-direction: column; }
.consent-option strong { color: var(--navy); font-size: 14px; }
.consent-option span { color: var(--muted); font-size: 12px; }
.consent-required { flex: 0 0 auto; color: var(--blue) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.consent-option input { position: absolute; opacity: 0; pointer-events: none; }
.consent-switch { position: relative; flex: 0 0 auto; width: 48px; height: 26px; border-radius: 20px; background: #aeb5bd; cursor: pointer; transition: background .2s; }
.consent-switch::after { content: ""; position: absolute; left: 4px; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--white); transition: transform .2s; }
.consent-option input:focus-visible + .consent-switch { outline: 3px solid rgba(18,60,122,.3); outline-offset: 2px; }
.consent-option input:checked + .consent-switch { background: var(--blue); }
.consent-option input:checked + .consent-switch::after { transform: translateX(22px); }
.consent-option.is-disabled { opacity: .55; }
.consent-option.is-disabled .consent-switch { cursor: not-allowed; }
.consent-unavailable { margin: 10px 0 0; padding: 9px 12px; background: #fff7d6; color: #6f5500 !important; font-size: 12px !important; }
.consent-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }

.legal-hero { padding: 82px 0 98px; background: var(--paper); border-bottom: 8px solid var(--yellow); }
.legal-hero h1 { max-width: 900px; margin-bottom: 28px; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 90px; align-items: start; }
.legal-index { position: sticky; top: 126px; display: flex; flex-direction: column; border-top: 4px solid var(--yellow); background: var(--paper); padding: 24px; }
.legal-index strong { margin-bottom: 16px; color: var(--navy); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.legal-index a, .legal-index button { border: 0; border-top: 1px solid var(--line); padding: 11px 0; background: transparent; color: var(--muted); font-size: 13px; text-align: left; text-decoration: none; cursor: pointer; }
.legal-index a:hover, .legal-index button:hover { color: var(--blue); }
.legal-content { max-width: 780px; }
.legal-content section { padding: 0 0 48px; margin: 0 0 48px; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.legal-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-content h2 { margin-bottom: 24px; font-size: 38px; letter-spacing: -.025em; line-height: 1.1; }
.legal-content h3 { margin: 32px 0 10px; color: var(--navy); font: 800 18px/1.3 var(--body); letter-spacing: 0; }
.legal-content p { color: #4f5963; }
.legal-content a { color: var(--blue); font-weight: 700; }
.legal-updated { margin-top: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-table-wrap { margin: 30px 0; overflow-x: auto; }
.legal-content table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 13px; }
.legal-content th, .legal-content td { border: 1px solid var(--line); padding: 15px; text-align: left; vertical-align: top; }
.legal-content th { background: var(--navy); color: var(--white); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.legal-content code { color: var(--navy); font-weight: 800; }

@media (max-width: 1060px) {
    .header-call { display: none; }
    .main-nav { gap: 20px; }
    .home-hero-grid { gap: 40px; }
    .hero-photo-secondary { width: 45%; }
    .about-grid, .service-detail-grid { gap: 60px; }
    .page-hero-grid { gap: 50px; }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 30px, 720px); }
    .utility-inner { justify-content: center; }
    .utility-inner a { display: none; }
    .header-inner { min-height: 76px; }
    .brand img { width: 168px; }
    .nav-toggle { display: block; }
    .main-nav { position: fixed; inset: 112px 0 auto; display: flex; max-height: 0; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; margin: 0; background: var(--navy); transition: max-height .3s ease; }
    .main-nav.is-open { max-height: calc(100vh - 112px); overflow-y: auto; }
    .main-nav a { padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--white); font-size: 18px; }
    .main-nav a::after { display: none; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .home-hero { padding-top: 30px; background: var(--paper); }
    .home-hero-grid { grid-template-columns: 1fr; min-height: auto; }
    .home-hero-copy { padding-bottom: 10px; }
    .hero-visual { height: 540px; }
    .hero-photo-main { width: 80%; }
    .hero-photo-secondary { width: 38%; }
    .hero-facts { margin-top: 42px; }
    .hero-ticker { width: 100%; overflow-x: auto; justify-content: flex-start; gap: 22px; }
    .section { padding: 80px 0; }
    .split-heading, .about-grid, .amber-grid, .coverage-grid, .service-detail-grid, .page-hero-grid, .story-grid, .equipment-grid, .contact-details-grid, .amber-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .service-card { grid-column: span 12; border-right: 0 !important; }
    .about-media { padding-left: 22px; }
    .about-media img { height: 500px; }
    .amber-grid { grid-template-columns: .75fr 1fr; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); }
    .gallery-item { height: 390px; }
    .page-hero-copy { padding-bottom: 10px; }
    .page-hero-image img { min-height: 500px; }
    .page-hero-image { max-height: 620px; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
    .values-grid article:last-child { border-bottom: 0; }
    .values-grid h2 { margin-top: 36px; }
    .contact-details { background: var(--white); }
    .address-card { margin-top: 0; }
    .amber-hero-grid { padding-top: 70px; }
    .amber-hero figure { max-width: 480px; }
    .contact-band-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-wrap: wrap; }
    .cookie-banner { grid-template-columns: 1fr; gap: 22px; }
    .cookie-banner-actions { min-width: 0; }
    .legal-layout { grid-template-columns: 1fr; gap: 45px; }
    .legal-index { position: static; }
}

@media (max-width: 560px) {
    h1 { font-size: clamp(45px,15vw,66px); }
    h2 { font-size: 40px; }
    .home-hero h1 { font-size: clamp(52px,15vw,70px); }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .button { width: 100%; }
    .hero-facts { grid-template-columns: 1fr; }
    .hero-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; align-items: center; }
    .hero-visual { height: 440px; }
    .hero-photo-main { width: 88%; }
    .hero-photo-secondary { width: 42%; height: 210px; border-width: 5px; }
    .hero-stamp { width: 170px; }
    .split-heading { gap: 22px; }
    .service-card { min-height: 0; grid-template-columns: 38px 1fr; padding: 28px 12px; }
    .service-card:last-child { min-height: 0; }
    .service-card h3 { font-size: 28px; }
    .service-arrow { display: none; }
    .about-media img { height: 430px; }
    .about-media p { width: calc(100% - 10px); margin-left: 10px; }
    .amber-grid { grid-template-columns: 1fr; }
    .amber-grid figure { max-width: 330px; }
    .page-hero-grid { gap: 20px; }
    .breadcrumbs { margin-bottom: 36px; }
    .applications-card { padding: 30px 24px; box-shadow: 10px 10px 0 var(--yellow); }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item { height: 430px; }
    .service-links-row { grid-template-columns: 1fr; }
    .service-links-row a:nth-child(odd) { margin-right: 0; }
    .quote-panel { padding: 32px 24px; }
    .values-grid article { padding: 28px; }
    .equipment-grid img { height: 430px; }
    .contact-hero { padding: 60px 0 80px; }
    .contact-hero h1 { font-size: clamp(58px,19vw,82px); }
    .contact-primary { padding-top: 60px; }
    .contact-big-link { font-size: 30px; }
    .address-card { padding: 34px 26px; }
    .amber-hero figure img { height: 520px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .footer-legal { justify-content: flex-start; }
    .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 24px 20px; }
    .cookie-banner-actions, .consent-dialog-actions { grid-template-columns: 1fr; }
    .cookie-settings-link { grid-column: auto; }
    .consent-dialog form { padding: 28px 20px; }
    .consent-dialog h2 { font-size: 32px; }
    .consent-option { padding: 16px; }
    .consent-option > div span { max-width: 220px; }
    .legal-hero { padding: 60px 0 75px; }
    .legal-content h2 { font-size: 32px; }
}

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