:root {
  --ink: #13211f;
  --ink-2: #1c2e2b;
  --dark: #0d1716;
  --dark-2: #12211f;
  --paper: #f4f1e9;
  --paper-2: #ebe6db;
  --white: #ffffff;
  --accent: #e7ad32;
  --accent-2: #f6c85f;
  --muted: #6b7774;
  --line: rgba(19, 33, 31, .15);
  --dark-line: rgba(255,255,255,.13);
  --radius: 22px;
  --shadow: 0 24px 60px rgba(12, 24, 22, .14);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--dark); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--dark); background: var(--white); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(13, 23, 22, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(13, 23, 22, .95); box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); min-width: 235px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--accent); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; }
.brand-mark .mark-line { stroke: var(--white); stroke-width: 2; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 15px; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 27px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 9px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--accent); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: var(--white); }
.nav-cta:hover { border-color: var(--accent); color: var(--accent-2); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; }
.menu-toggle span { width: 19px; height: 1.5px; margin: 4px auto; display: block; background: var(--white); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 760px; padding: 165px 0 0; overflow: hidden; background: radial-gradient(circle at 72% 32%, #1d332f 0, var(--dark) 38%), var(--dark); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 0, transparent 85%); }
.hero-grid { position: relative; z-index: 1; min-height: 510px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 19px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; display: inline-block; background: var(--accent); }
.eyebrow.dark { color: #60706c; }
h1,h2,h3,p { text-wrap: balance; }
h1,h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(48px, 6vw, 83px); }
h2 { font-size: clamp(42px, 5vw, 68px); }
h1 em,h2 em { color: var(--accent-2); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.hero-sub { max-width: 610px; margin: 13px 0 0; color: rgba(255,255,255,.55); font-size: 15px; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 51px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--dark); background: var(--accent); }
.button-primary:hover { background: var(--accent-2); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.2); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); }

.hero-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.radar-card { position: relative; width: min(480px, 100%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; background: radial-gradient(circle, rgba(231,173,50,.08), transparent 58%); }
.radar-ring { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ring-1 { inset: 12%; }.ring-2 { inset: 25%; }.ring-3 { inset: 38%; }
.radar-card::before, .radar-card::after { content: ""; position: absolute; background: rgba(255,255,255,.09); }
.radar-card::before { width: 1px; top: 5%; bottom: 5%; left: 50%; }
.radar-card::after { height: 1px; left: 5%; right: 5%; top: 50%; }
.radar-sweep { position: absolute; inset: 50% 50% 50% 50%; width: 42%; height: 1px; transform-origin: left center; background: linear-gradient(90deg, var(--accent), transparent); animation: sweep 6s linear infinite; box-shadow: 0 0 18px rgba(231,173,50,.7); }
.radar-core { position: absolute; z-index: 2; inset: 39%; display: grid; place-items: center; border-radius: 50%; color: var(--accent); background: var(--dark); box-shadow: 0 0 50px rgba(231,173,50,.15); }
.radar-core svg { width: 62%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.radar-core .radar-cross { stroke: var(--white); stroke-width: 2; }
.signal { position: absolute; z-index: 3; padding: 8px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; color: rgba(255,255,255,.68); background: rgba(13,23,22,.84); backdrop-filter: blur(8px); font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.signal span { width: 6px; height: 6px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.signal-a { top: 17%; right: -4%; }.signal-b { bottom: 20%; right: 0; }.signal-c { bottom: 24%; left: -8%; }
.hero-lines { position: absolute; inset: -20%; border-radius: 50%; border: 1px dashed rgba(231,173,50,.12); animation: slowspin 30s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
@keyframes slowspin { to { transform: rotate(-360deg); } }
.service-strip { position: relative; z-index: 3; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.025); }
.strip-track { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow: hidden; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.strip-track i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2 { color: var(--ink); }
.section-heading h2 em { color: #8c6313; }
.section-heading > p:not(.eyebrow) { max-width: 620px; margin: 23px 0 0; color: var(--muted); font-size: 16px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.section-heading.split > p { margin: 0 0 5px; }

.services { position: relative; }
.services::after { content: ""; position: absolute; right: -150px; top: 80px; width: 360px; height: 360px; border: 1px solid rgba(19,33,31,.06); border-radius: 50%; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 342px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.38); overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(140,99,19,.35); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); border-color: transparent; background: var(--ink); }
.card-index { position: absolute; top: 27px; right: 28px; color: #9da5a1; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.featured .card-index { color: rgba(255,255,255,.42); }
.icon-box { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 18px; color: #8c6313; background: rgba(255,255,255,.45); }
.icon-box svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.featured .icon-box { color: var(--accent-2); border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.service-card h3 { margin: 59px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; line-height: 1.08; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(255,255,255,.56); }

.training { position: relative; overflow: hidden; background: linear-gradient(135deg, #0d1716, #132522); }
.training::before { content: ""; position: absolute; width: 520px; height: 520px; top: -280px; left: -180px; border-radius: 50%; border: 1px solid rgba(231,173,50,.13); }
.training-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.training-copy h2 { max-width: 600px; }
.large-copy { max-width: 620px; margin: 28px 0; color: rgba(255,255,255,.64); font-size: 18px; }
.training-badge { max-width: 620px; padding: 22px; display: flex; align-items: flex-start; gap: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); }
.badge-icon { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--dark); background: var(--accent); font-weight: 900; }
.training-badge small { display: block; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.training-badge strong { margin-top: 3px; display: block; font-size: 15px; line-height: 1.4; }
.training-panel { position: relative; min-height: 480px; border: 1px solid rgba(255,255,255,.11); border-radius: 26px; overflow: hidden; background: #101e1c; box-shadow: 0 30px 100px rgba(0,0,0,.25); }
.panel-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(3,1fr); }
.panel-grid span { border-right: 1px solid rgba(255,255,255,.045); border-bottom: 1px solid rgba(255,255,255,.045); }
.pulse-circle { position: absolute; width: 260px; height: 260px; left: calc(50% - 130px); top: calc(50% - 130px); display: grid; place-items: center; border: 1px solid rgba(231,173,50,.25); border-radius: 50%; }
.pulse-circle::before,.pulse-circle::after { content:""; position:absolute; border:1px solid rgba(231,173,50,.14); border-radius:50%; }
.pulse-circle::before { inset: 20%; }.pulse-circle::after { inset: 38%; }
.pulse-circle span { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 11px rgba(231,173,50,.08), 0 0 30px rgba(231,173,50,.5); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(1.25); box-shadow: 0 0 0 18px rgba(231,173,50,0), 0 0 34px rgba(231,173,50,.65); } }
.panel-label { position: absolute; padding: 11px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: rgba(255,255,255,.66); background: rgba(13,23,22,.9); font-size: 11px; }
.panel-label b { color: var(--accent); margin-right: 7px; }.label-1 { left: 7%; top: 12%; }.label-2 { right: 7%; top: 28%; }.label-3 { left: 12%; bottom: 12%; }

.sector-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-card { min-height: 235px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.24); transition: background .25s; }
.sector-card:hover { background: rgba(255,255,255,.62); }
.sector-card > span { color: #8c6313; font-size: 11px; font-weight: 800; }
.sector-card h3 { max-width: 190px; margin: auto 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; line-height: 1.1; }
.sector-line { width: 100%; height: 2px; background: linear-gradient(90deg,var(--accent),transparent); transform-origin: left; transform: scaleX(.18); transition: transform .3s; }
.sector-card:hover .sector-line { transform: scaleX(1); }

.profile { background: #ebe7dd; }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.profile-title { position: sticky; top: 120px; }
.profile-title h2 { font-size: clamp(42px,4.8vw,66px); }
.profile-symbol { width: 190px; height: 190px; margin-top: 52px; color: rgba(19,33,31,.28); }
.profile-symbol svg { width: 100%; height: 100%; fill:none; stroke:currentColor; stroke-width:1; }
.credentials { border-top: 1px solid rgba(19,33,31,.18); }
.credential { padding: 30px 0; display: grid; grid-template-columns: 56px 1fr; gap: 18px; border-bottom: 1px solid rgba(19,33,31,.18); }
.credential-no { color: #8c6313; font-size: 11px; font-weight: 800; }
.credential h3 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: 27px; font-weight: 400; line-height: 1.15; }
.credential p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.coverage { position: relative; padding: 95px 0; overflow: hidden; }
.coverage-pattern { position:absolute; inset:0; opacity:.19; background: radial-gradient(circle at 75% 50%, rgba(231,173,50,.4), transparent 18%), repeating-radial-gradient(circle at 75% 50%, transparent 0 45px, rgba(255,255,255,.11) 46px 47px); }
.coverage-inner { position: relative; z-index: 1; }
.coverage h2 { max-width: 890px; }
.text-link { margin-top: 28px; display: inline-flex; gap: 13px; align-items:center; color: var(--accent-2); font-size: 18px; font-weight: 800; border-bottom: 1px solid rgba(246,200,95,.35); }

.gallery-section { background: #f7f4ed; }
.gallery { columns: 4 245px; column-gap: 18px; }
.gallery-item { position: relative; width: 100%; margin: 0 0 18px; break-inside: avoid; display: block; border: 1px solid rgba(19,33,31,.24); border-radius: 17px; background: #d9d5cc; padding: 0; overflow: hidden; cursor: zoom-in; box-shadow: 0 11px 28px rgba(16,30,28,.11), 0 0 22px rgba(140,99,19,.08); transition: transform .28s, box-shadow .28s; }
.gallery-item::after { content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; box-shadow: inset 0 0 24px rgba(13,23,22,.12); }
.gallery-item:hover { transform: translateY(-4px); box-shadow: 0 17px 38px rgba(16,30,28,.18), 0 0 27px rgba(140,99,19,.12); }
.gallery-item img { width: 100%; height: auto; display: block; }
.gallery-item .zoom-cue { position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.4); border-radius:50%; color:#fff; background:rgba(13,23,22,.64); backdrop-filter:blur(5px); font-size:18px; opacity:0; transform:translateY(6px); transition:.25s; }
.gallery-item:hover .zoom-cue { opacity:1; transform:none; }

.lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 24px; border: 0; background: rgba(6,11,10,.94); color: #fff; overflow:hidden; }
.lightbox[hidden] { display: none !important; }
.lightbox.open { display: grid; grid-template-columns: 70px 1fr 70px; align-items:center; }
.lightbox figure { margin:0; min-width:0; height:calc(100vh - 48px); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; }
.lightbox img { max-width:100%; max-height:calc(100vh - 105px); width:auto; height:auto; object-fit:contain; border:1px solid rgba(255,255,255,.18); border-radius:12px; box-shadow:0 30px 90px rgba(0,0,0,.55); }
.lightbox figcaption { color:rgba(255,255,255,.55); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.lightbox-close,.lightbox-nav { border:0; color:#fff; background:transparent; cursor:pointer; }
.lightbox-close { position:absolute; z-index:2; top:18px; right:24px; width:46px; height:46px; border:1px solid rgba(255,255,255,.16); border-radius:50%; font-size:28px; line-height:1; }
.lightbox-nav { width:54px; height:54px; border:1px solid rgba(255,255,255,.14); border-radius:50%; font-size:40px; line-height:.8; justify-self:center; }
.lightbox-nav:hover,.lightbox-close:hover { border-color:var(--accent); color:var(--accent-2); }

.contact { padding: 105px 0; background: linear-gradient(120deg,#0d1716,#172a27); }
.contact-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:center; }
.contact h2 { max-width:760px; }
.contact-action { padding-left: 55px; border-left:1px solid rgba(255,255,255,.12); display:flex; flex-direction:column; align-items:flex-start; }
.contact-label { color:rgba(255,255,255,.42); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.phone-link { margin:8px 0 27px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(35px,5vw,52px); line-height:1; color:var(--accent-2); }
.site-footer { color: rgba(255,255,255,.5); background:#09100f; border-top:1px solid rgba(255,255,255,.07); }
.footer-inner { min-height:90px; display:flex; align-items:center; justify-content:space-between; gap:24px; font-size:11px; }
.footer-inner p { margin:0; }
.footer-inner p span { color:var(--accent); margin:0 5px; }
.footer-inner > div { display:flex; align-items:center; gap:18px; }
.footer-inner a { color:#fff; font-weight:800; }

.reveal { opacity: 1; transform: none; }
.reveal.in-view { animation: reveal-in .7s ease both; }
@keyframes reveal-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .menu-toggle { display:block; }
  .main-nav { position:fixed; inset:82px 0 auto; padding:26px 24px 32px; display:grid; gap:4px; background:rgba(13,23,22,.98); border-bottom:1px solid rgba(255,255,255,.1); transform:translateY(-130%); opacity:0; pointer-events:none; transition:.3s; }
  .main-nav.open { transform:none; opacity:1; pointer-events:auto; }
  .main-nav a { padding:13px 6px !important; font-size:15px; }
  .nav-cta { margin-top:8px; text-align:center; }
  .hero { padding-top:145px; }
  .hero-grid { min-height:auto; grid-template-columns:1fr; gap:30px; }
  .hero-copy { position:relative; z-index:3; }
  .hero-visual { min-height:390px; }
  .radar-card { width:min(390px,88vw); }
  .service-strip { margin-top:45px; }
  .strip-track { justify-content:flex-start; overflow-x:auto; scrollbar-width:none; }
  .strip-track::-webkit-scrollbar { display:none; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:260px; }
  .service-card h3 { margin-top:40px; }
  .training-grid { grid-template-columns:1fr; gap:50px; }
  .section-heading.split { grid-template-columns:1fr; gap:20px; }
  .sector-grid { grid-template-columns:repeat(2,1fr); }
  .profile-grid { grid-template-columns:1fr; gap:55px; }
  .profile-title { position:relative; top:0; }
  .profile-symbol { display:none; }
  .contact-grid { grid-template-columns:1fr; gap:45px; }
  .contact-action { padding:0; border:0; }
  .footer-inner { padding:25px 0; flex-direction:column; align-items:flex-start; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --radius:18px; }
  .section { padding:82px 0; }
  .header-inner { min-height:72px; }
  .main-nav { inset:72px 0 auto; }
  .brand { min-width:0; }
  .brand-copy small { display:none; }
  .brand-mark { width:34px; height:34px; }
  .hero { padding-top:124px; min-height:auto; }
  h1 { font-size:clamp(43px,13vw,61px); }
  h2 { font-size:clamp(38px,11vw,52px); }
  .hero-lead { font-size:18px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .button { width:100%; }
  .hero-visual { min-height:330px; margin-top:8px; }
  .radar-card { width:300px; }
  .signal { font-size:8px; padding:7px 9px; }.signal-a{right:-2%}.signal-b{right:-4%}.signal-c{left:-2%}
  .service-strip { margin-top:25px; }
  .strip-track { min-height:64px; }
  .section-heading { margin-bottom:38px; }
  .service-card { padding:26px; }
  .training-panel { min-height:390px; }
  .pulse-circle { width:210px; height:210px; left:calc(50% - 105px); top:calc(50% - 105px); }
  .panel-label { font-size:9px; max-width:150px; }.label-1{left:4%}.label-2{right:4%}.label-3{left:5%}
  .sector-grid { grid-template-columns:1fr; }
  .sector-card { min-height:180px; }
  .profile-grid { gap:36px; }
  .credential { grid-template-columns:42px 1fr; padding:25px 0; }
  .credential h3 { font-size:23px; }
  .coverage { padding:75px 0; }
  .gallery { columns:2 145px; column-gap:10px; }
  .gallery-item { margin-bottom:10px; border-radius:12px; }
  .gallery-item .zoom-cue { display:none; }
  .lightbox { padding:14px; }
  .lightbox.open { grid-template-columns:1fr; }
  .lightbox figure { height:calc(100vh - 28px); }
  .lightbox img { max-height:calc(100vh - 95px); }
  .lightbox-nav { position:absolute; bottom:24px; z-index:2; width:44px; height:44px; background:rgba(0,0,0,.42); }
  .lightbox-prev { left:20px; }.lightbox-next{right:20px;}
  .lightbox-close { top:13px; right:13px; background:rgba(0,0,0,.42); }
  .contact { padding:80px 0; }
  .footer-inner > div { flex-direction:column; align-items:flex-start; gap:5px; }
}
