/* ============================================================
   Airlink International U.A.E. — Travel & Logistics since 1976
   Design system — corporate navy on white, hi-vis orange CTA
   ============================================================ */

:root{
  --bg:#FFFFFF;
  --surface:#F4F7FB;
  --surface-2:#EAF1F9;
  --text:#0E2235;
  --muted:#5A6B7B;
  --primary:#0C3372;      /* logo deep navy */
  --primary-700:#0A2A5E;
  --primary-900:#071D44;
  --secondary:#1E78C8;    /* sky blue */
  --secondary-200:#7FB4E4;
  --accent:#F08A24;       /* hi-vis CTA */
  --accent-600:#D9761A;
  --border:#D9E2EC;
  --border-strong:#C4D2E2;
  --focus:#1E78C8;
  --ink-shadow: 12, 51, 114;

  --maxw:1240px;
  --gutter: clamp(20px, 5vw, 64px);

  --r-sm:8px; --r-md:14px; --r-lg:22px; --r-xl:30px;
  --shadow-sm: 0 1px 2px rgba(14,34,53,.06), 0 2px 6px rgba(14,34,53,.05);
  --shadow-md: 0 8px 24px rgba(14,34,53,.10), 0 2px 6px rgba(14,34,53,.06);
  --shadow-lg: 0 24px 60px rgba(12,51,114,.18), 0 8px 20px rgba(14,34,53,.10);
  --shadow-cta: 0 10px 26px rgba(240,138,36,.36);

  --ff-head:"Figtree", system-ui, sans-serif;
  --ff-body:"Inter", system-ui, sans-serif;
  --ff-logo:"Cinzel", Georgia, serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--ff-body);
  color:var(--text);
  background:var(--bg);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
::selection{ background:var(--secondary); color:#fff; }

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

h1,h2,h3,h4{ font-family:var(--ff-head); color:var(--primary); margin:0; line-height:1.08; letter-spacing:-.02em; font-weight:700; }
h1{ font-size:clamp(2.3rem, 5.4vw, 4rem); font-weight:800; }
h2{ font-size:clamp(1.8rem, 3.8vw, 2.85rem); }
h3{ font-size:clamp(1.18rem, 2vw, 1.5rem); }
p{ margin:0; text-wrap:pretty; }

.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gutter); }
.section{ padding-block: clamp(56px, 8vw, 112px); }
.eyebrow{
  font-family:var(--ff-head); font-weight:700; font-size:.8rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--secondary);
  display:inline-flex; align-items:center; gap:.6em;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--accent); display:inline-block; border-radius:2px; }
.lead{ font-size:clamp(1.05rem,1.7vw,1.28rem); color:var(--muted); line-height:1.6; }
.center{ text-align:center; }
.center .eyebrow{ justify-content:center; }
.muted{ color:var(--muted); }

/* ---------- Buttons ---------- */
.btn{
  --bg:var(--primary);
  display:inline-flex; align-items:center; justify-content:center; gap:.55em;
  font-family:var(--ff-head); font-weight:700; font-size:1rem;
  padding:.92em 1.55em; border-radius:999px; border:1.5px solid transparent;
  background:var(--bg); color:#fff; min-height:52px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;
  white-space:nowrap;
}
.btn svg{ width:1.1em; height:1.1em; }
.btn:hover{ transform:translateY(-2px); }
.btn--accent{ --bg:var(--accent); color:#241200; box-shadow:var(--shadow-cta); }
.btn--accent:hover{ --bg:var(--accent-600); }
.btn--primary:hover{ box-shadow:var(--shadow-md); }
.btn--ghost{ background:transparent; color:var(--primary); border-color:var(--border-strong); }
.btn--ghost:hover{ border-color:var(--primary); background:var(--surface); }
.btn--white{ background:#fff; color:var(--primary); }
.btn--white:hover{ box-shadow:var(--shadow-md); }
.btn--lineWhite{ background:transparent; color:#fff; border-color:rgba(255,255,255,.5); }
.btn--lineWhite:hover{ background:rgba(255,255,255,.12); border-color:#fff; }
.btn--sm{ min-height:44px; padding:.62em 1.1em; font-size:.92rem; }
.btn--lg{ font-size:1.08rem; padding:1.05em 1.9em; }

/* ---------- Header / nav ---------- */
.header{
  position:sticky; top:0; z-index:60;
  background:rgba(255,255,255,.82); backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
  transition:box-shadow .3s, background .3s;
}
.header.scrolled{ box-shadow:0 6px 24px rgba(14,34,53,.08); background:rgba(255,255,255,.94); }
.nav{ display:flex; align-items:center; gap:1.1rem; min-height:84px; }
.brand{ display:flex; align-items:center; gap:.7rem; flex-shrink:0; }
.brand__mark{ height:50px; width:auto; }
.brand__wordmark{ display:flex; flex-direction:column; line-height:1; }
.brand__name{ font-family:var(--ff-logo); font-weight:700; font-size:1.5rem; color:var(--primary); letter-spacing:.04em; }
.brand__sub{ font-family:var(--ff-body); font-weight:600; font-size:.56rem; letter-spacing:.34em; color:var(--secondary); text-transform:uppercase; margin-top:3px; }
.nav__links{ display:flex; align-items:center; gap:.35rem; margin-left:auto; }
.nav__link{
  font-family:var(--ff-head); font-weight:600; font-size:1rem; color:var(--text);
  padding:.55em .9em; border-radius:999px; position:relative; transition:color .2s, background .2s;
}
.nav__link:hover{ color:var(--primary); background:var(--surface); }
.nav__link.active{ color:var(--primary); }
.nav__link.active::after{
  content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:.18em;
  width:18px; height:3px; border-radius:3px; background:var(--accent);
}
.nav__cta{ margin-left:.6rem; display:flex; align-items:center; gap:.6rem; }
.nav__call{ display:inline-flex; align-items:center; gap:.45rem; font-family:var(--ff-head); font-weight:700; color:var(--primary); font-size:.96rem; padding:.5em .4em; white-space:nowrap; }
.nav__call svg{ width:18px; height:18px; color:var(--secondary); }
.nav__toggle{ display:none; }

/* mobile drawer */
.drawer{ position:fixed; inset:0; z-index:80; display:none; }
.drawer.open{ display:block; }
.drawer__scrim{ position:absolute; inset:0; background:rgba(7,29,68,.42); backdrop-filter:blur(2px); animation:fade .3s var(--ease); }
.drawer__panel{
  position:absolute; top:0; right:0; height:100%; width:min(86vw,360px);
  background:#fff; box-shadow:var(--shadow-lg); padding:24px 22px;
  display:flex; flex-direction:column; gap:.2rem; animation:slideIn .32s var(--ease);
  overflow-y:auto;
}
.drawer__head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:1rem; }
.drawer__close{ width:44px; height:44px; border-radius:12px; border:1px solid var(--border); background:#fff; display:grid; place-items:center; }
.drawer__link{ font-family:var(--ff-head); font-weight:600; font-size:1.18rem; color:var(--text); padding:.85em .4em; border-bottom:1px solid var(--border); display:flex; justify-content:space-between; align-items:center; }
.drawer__link.active{ color:var(--primary); }
.drawer__link.active::after{ content:""; width:8px; height:8px; border-radius:50%; background:var(--accent); }
.drawer__foot{ margin-top:auto; padding-top:1.4rem; display:grid; gap:.7rem; }
@keyframes slideIn{ from{ transform:translateX(100%);} to{ transform:translateX(0);} }
@keyframes fade{ from{opacity:0;} to{opacity:1;} }

/* ---------- Hero (home) ---------- */
.hero{ position:relative; background:var(--primary); overflow:hidden; }
.hero__grid{ display:grid; grid-template-columns: 1.05fr .95fr; min-height:min(86vh,720px); }
.hero__content{ position:relative; z-index:2; color:#fff; padding: clamp(48px,6vw,84px) var(--gutter) clamp(48px,6vw,84px); display:flex; flex-direction:column; justify-content:center; gap:1.4rem; max-width:760px; margin-left:auto; }
.hero__inner{ width:100%; max-width:620px; }
.hero__inner > *{ margin:0; }
.hero__inner .hero__eyebrow{ margin-bottom:1.2rem; }
.hero__inner .hero__lead{ margin-top:1.3rem; }
.hero__inner .hero__cta{ margin-top:1.7rem; }
.hero__inner .hero__tags{ margin-top:1.2rem; }
.hero__bg-deco{ position:absolute; inset:0; background:
   radial-gradient(900px 500px at 12% 0%, rgba(30,120,200,.42), transparent 60%),
   radial-gradient(700px 600px at 0% 100%, rgba(7,29,68,.6), transparent 55%);
   z-index:1; }
.hero__eyebrow{ color:var(--secondary-200); }
.hero__eyebrow::before{ background:var(--accent); }
.hero h1{ color:#fff; font-size:clamp(2.1rem,4.6vw,3.5rem); }
.hero__accent{ color:var(--accent); font-family:var(--ff-head); font-weight:800; letter-spacing:-.02em; line-height:1.08; font-size:clamp(2.1rem,4.6vw,3.5rem); margin-top:.15rem; }
.hero__lead{ color:#CFE0F2; font-size:clamp(1.05rem,1.6vw,1.3rem); max-width:34ch; }
.hero__cta{ display:flex; flex-wrap:wrap; gap:.85rem; margin-top:.4rem; }
.hero__tags{ display:flex; flex-wrap:wrap; gap:.5rem 1.3rem; margin-top:1.1rem; }
.hero__tag{ display:inline-flex; align-items:center; gap:.5rem; font-size:.92rem; color:#BFD3EA; font-weight:500; }
.hero__tag svg{ width:17px; height:17px; color:var(--accent); }
.hero__media{ position:relative; }
.hero__media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero__media::after{ content:""; position:absolute; inset:0; background:linear-gradient(100deg, var(--primary) 0%, rgba(12,51,114,.45) 22%, transparent 52%); }
.hero__badge{
  position:absolute; right:clamp(16px,3vw,40px); bottom:clamp(16px,3vw,40px); z-index:3;
  background:rgba(255,255,255,.95); backdrop-filter:blur(8px); border-radius:var(--r-md);
  padding:.85rem 1.1rem; box-shadow:var(--shadow-md); display:flex; align-items:center; gap:.8rem;
  font-family:var(--ff-head);
}
.hero__badge b{ color:var(--primary); font-size:1.9rem; font-weight:800; line-height:1; font-family:var(--ff-head); }
.hero__badge span{ font-size:.82rem; color:var(--muted); line-height:1.2; }

/* page sub-hero (division/about/contact tops) */
.subhero{ position:relative; background:var(--primary); color:#fff; overflow:hidden; }
.subhero__media{ position:absolute; inset:0; }
.subhero__media img{ width:100%; height:100%; object-fit:cover; }
.subhero__media::after{ content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,29,68,.92) 0%, rgba(10,42,94,.78) 42%, rgba(12,51,114,.34) 100%); }
.subhero__inner{ position:relative; z-index:2; padding-block: clamp(56px,8vw,108px); display:flex; flex-direction:column; gap:1.1rem; max-width:680px; }
.subhero h1{ color:#fff; }
.subhero p{ color:#CFE0F2; font-size:clamp(1.04rem,1.5vw,1.24rem); max-width:50ch; }
.subhero .eyebrow{ color:var(--secondary-200); }
.crumbs{ display:flex; gap:.5rem; align-items:center; font-size:.9rem; color:#9FBFE0; font-weight:500; }
.crumbs a:hover{ color:#fff; }
.crumbs .sep{ opacity:.6; }

/* ---------- Division split (3 doors) ---------- */
.doors{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.2rem; }
.door{
  position:relative; border-radius:var(--r-lg); overflow:hidden; min-height:380px;
  color:#fff; display:flex; flex-direction:column; justify-content:flex-end;
  padding:1.8rem; isolation:isolate; transition:transform .4s var(--ease), box-shadow .4s var(--ease);
  background:var(--primary-900); cursor:pointer; border:none; text-align:left; width:100%;
}
.door img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; transition:transform .7s var(--ease); }
.door::after{ content:""; position:absolute; inset:0; z-index:-1;
  background:linear-gradient(to top, rgba(7,29,68,.95) 0%, rgba(7,29,68,.55) 42%, rgba(7,29,68,.12) 100%); }
.door:hover{ transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.door:hover img{ transform:scale(1.06); }
.door__no{ font-family:var(--ff-head); font-weight:700; font-size:.82rem; letter-spacing:.16em; color:var(--accent); margin-bottom:.5rem; }
.door h3{ color:#fff; font-size:1.55rem; margin-bottom:.5rem; }
.door p{ color:#CFE0F2; font-size:.98rem; margin-bottom:1rem; }
.door__go{ display:inline-flex; align-items:center; gap:.5rem; font-family:var(--ff-head); font-weight:700; color:#fff; font-size:.98rem; }
.door__go svg{ width:18px; height:18px; transition:transform .3s var(--ease); }
.door:hover .door__go svg{ transform:translateX(5px); }

/* ---------- Trust strip ---------- */
.trust{ background:var(--primary); color:#fff; }
.trust__inner{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:1rem 2.4rem; padding-block:1.6rem; }
.trust__item{ display:inline-flex; align-items:center; gap:.6rem; font-family:var(--ff-head); font-weight:600; font-size:1rem; color:#DCE8F6; }
.trust__item svg{ width:20px; height:20px; color:var(--accent); flex-shrink:0; }
.trust__sep{ width:1px; height:24px; background:rgba(255,255,255,.18); }

/* ---------- Stat band (factual only) ---------- */
.stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.2rem; }
.stat{ text-align:center; padding:1.2rem .6rem; border-radius:var(--r-md); background:var(--surface); border:1px solid var(--border); }
.stat b{ font-family:var(--ff-head); font-weight:800; font-size:clamp(2rem,4vw,2.9rem); color:var(--primary); display:block; line-height:1; }
.stat span{ font-size:.92rem; color:var(--muted); font-weight:500; display:block; margin-top:.5rem; }

/* ---------- Service cards ---------- */
.svc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }
.svc{
  background:#fff; border:1px solid var(--border); border-radius:var(--r-lg); padding:1.6rem;
  display:flex; flex-direction:column; gap:.7rem; position:relative; overflow:hidden;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.svc::before{ content:""; position:absolute; left:0; top:0; height:100%; width:4px; background:var(--secondary); transform:scaleY(0); transform-origin:top; transition:transform .35s var(--ease); }
.svc:hover{ transform:translateY(-5px); box-shadow:var(--shadow-md); border-color:transparent; }
.svc:hover::before{ transform:scaleY(1); }
.svc__icon{ width:54px; height:54px; border-radius:14px; background:var(--surface-2); display:grid; place-items:center; color:var(--primary); margin-bottom:.2rem; }
.svc__icon svg{ width:26px; height:26px; }
.svc h3{ font-size:1.22rem; }
.svc p{ color:var(--muted); font-size:.98rem; }
.svc__list{ list-style:none; padding:0; margin:.3rem 0 0; display:flex; flex-direction:column; gap:.4rem; }
.svc__list li{ font-size:.92rem; color:var(--text); display:flex; gap:.55rem; align-items:flex-start; }
.svc__list svg{ width:16px; height:16px; color:var(--secondary); flex-shrink:0; margin-top:.25em; }

/* image-led feature rows */
.feature{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,5vw,4.5rem); align-items:center; }
.feature.rev .feature__media{ order:2; }
.feature__media{ border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-md); position:relative; aspect-ratio:4/3; }
.feature__media img{ width:100%; height:100%; object-fit:cover; }
.feature__body{ display:flex; flex-direction:column; gap:1rem; }
.chips{ display:flex; flex-wrap:wrap; gap:.5rem; }
.chip{ font-size:.86rem; font-weight:600; color:var(--primary); background:var(--surface-2); border:1px solid var(--border); border-radius:999px; padding:.4em .9em; font-family:var(--ff-head); }

/* check list */
.checks{ list-style:none; padding:0; margin:0; display:grid; gap:.7rem; }
.checks li{ display:flex; gap:.7rem; align-items:flex-start; font-size:1rem; }
.checks svg{ width:22px; height:22px; color:var(--secondary); flex-shrink:0; }

/* ---------- Milestones timeline ---------- */
.timeline{ position:relative; }
.tl-track{ display:flex; gap:1rem; overflow-x:auto; padding:.5rem .2rem 1.5rem; scroll-snap-type:x mandatory; scrollbar-width:thin; }
.tl-track::-webkit-scrollbar{ height:8px; }
.tl-track::-webkit-scrollbar-thumb{ background:var(--border-strong); border-radius:8px; }
.tl-item{ scroll-snap-align:start; flex:0 0 clamp(220px,26vw,290px); background:var(--surface); border:1px solid var(--border); border-radius:var(--r-md); padding:1.3rem; position:relative; transition:transform .3s, box-shadow .3s; }
.tl-item:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.tl-item .yr{ font-family:var(--ff-head); font-weight:800; font-size:1.6rem; color:var(--secondary); }
.tl-item.is-first .yr{ color:var(--accent); }
.tl-item h4{ font-family:var(--ff-head); color:var(--primary); font-size:1.05rem; margin:.4rem 0 .3rem; }
.tl-item p{ font-size:.92rem; color:var(--muted); }
.tl-hint{ display:flex; align-items:center; gap:.5rem; color:var(--muted); font-size:.86rem; margin-top:.3rem; }

/* ---------- Accreditations ---------- */
.accred{ display:grid; grid-template-columns:repeat(6,1fr); gap:1rem; }
.accred__item{ aspect-ratio:1/1; border:1px solid var(--border); border-radius:var(--r-md); background:#fff; display:grid; place-items:center; text-align:center; padding:1rem; transition:transform .3s, box-shadow .3s, border-color .3s; }
.accred__item:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); border-color:var(--secondary-200); }
.accred__abbr{ font-family:var(--ff-head); font-weight:800; font-size:1.45rem; color:var(--primary); letter-spacing:.02em; }
.accred__full{ font-size:.7rem; color:var(--muted); margin-top:.3rem; line-height:1.25; }

/* ---------- Quote / enquiry modal ---------- */
.modal{ position:fixed; inset:0; z-index:100; display:none; }
.modal.open{ display:block; }
.modal__scrim{ position:absolute; inset:0; background:rgba(7,29,68,.5); backdrop-filter:blur(4px); animation:fade .25s var(--ease); }
.modal__card{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:min(560px,calc(100vw - 32px)); max-height:calc(100vh - 40px); overflow-y:auto;
  background:#fff; border-radius:var(--r-lg); box-shadow:var(--shadow-lg); animation:pop .3s var(--ease);
}
@keyframes pop{ from{ transform:translate(-50%,-46%); opacity:0; } to{ transform:translate(-50%,-50%); opacity:1; } }
.modal__head{ background:var(--primary); color:#fff; padding:1.4rem 1.6rem; position:relative; overflow:hidden; }
.modal__head::after{ content:""; position:absolute; right:-30px; top:-40px; width:160px; height:160px; border-radius:50%; background:radial-gradient(circle,rgba(30,120,200,.5),transparent 70%); }
.modal__head h3{ color:#fff; position:relative; }
.modal__head p{ color:#BFD3EA; font-size:.92rem; margin-top:.3rem; position:relative; }
.modal__close{ position:absolute; top:14px; right:14px; width:40px; height:40px; border-radius:10px; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.1); color:#fff; display:grid; place-items:center; z-index:2; }
.modal__close:hover{ background:rgba(255,255,255,.2); }
.modal__body{ padding:1.5rem 1.6rem 1.7rem; }
.seg{ display:flex; gap:.4rem; background:var(--surface); border:1px solid var(--border); border-radius:999px; padding:.3rem; margin-bottom:1.2rem; }
.seg button{ flex:1; border:none; background:transparent; border-radius:999px; padding:.6em .5em; font-family:var(--ff-head); font-weight:600; font-size:.92rem; color:var(--muted); transition:.2s; min-height:42px; }
.seg button.active{ background:var(--primary); color:#fff; box-shadow:var(--shadow-sm); }
.field{ margin-bottom:1rem; }
.field label{ display:block; font-family:var(--ff-head); font-weight:600; font-size:.9rem; color:var(--text); margin-bottom:.4rem; }
.field label .req{ color:var(--accent); }
.input, .textarea, .select{
  width:100%; font-family:var(--ff-body); font-size:1rem; color:var(--text);
  padding:.8em .9em; border:1.5px solid var(--border-strong); border-radius:var(--r-sm); background:#fff;
  transition:border-color .2s, box-shadow .2s;
}
.input:focus,.textarea:focus,.select:focus{ outline:none; border-color:var(--secondary); box-shadow:0 0 0 3px rgba(30,120,200,.16); }
.input.err,.textarea.err,.select.err{ border-color:#d4452f; box-shadow:0 0 0 3px rgba(212,69,47,.14); }
.textarea{ resize:vertical; min-height:96px; }
.err-msg{ color:#c23a26; font-size:.82rem; margin-top:.35rem; font-weight:500; }
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:0 1rem; }
.form-foot{ font-size:.82rem; color:var(--muted); margin-top:.4rem; }
.modal__success{ text-align:center; padding:1rem 0 .5rem; }
.modal__success .tick{ width:72px; height:72px; border-radius:50%; background:#E7F4EC; color:#1F8A4D; display:grid; place-items:center; margin:0 auto 1rem; animation:pop .4s var(--ease); }
.modal__success .tick svg{ width:38px; height:38px; }

/* ---------- Offices / contact ---------- */
.offices{ display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
.office{ border:1px solid var(--border); border-radius:var(--r-md); padding:1.3rem 1.4rem; background:#fff; transition:.3s; }
.office:hover{ box-shadow:var(--shadow-sm); border-color:var(--secondary-200); }
.office .tag{ font-family:var(--ff-head); font-weight:700; font-size:.74rem; letter-spacing:.1em; text-transform:uppercase; color:var(--secondary); }
.office.hq .tag{ color:var(--accent); }
.office h4{ font-family:var(--ff-head); color:var(--primary); font-size:1.12rem; margin:.4rem 0; }
.office p{ color:var(--muted); font-size:.95rem; }
.office a{ color:var(--primary); font-weight:600; }
.map-ph{ border:2px dashed var(--border-strong); border-radius:var(--r-lg); background:
  repeating-linear-gradient(45deg, var(--surface), var(--surface) 14px, #fff 14px, #fff 28px);
  min-height:300px; display:grid; place-items:center; text-align:center; color:var(--muted); padding:2rem; }
.map-ph .pin{ width:54px;height:54px;border-radius:50%; background:#fff; box-shadow:var(--shadow-md); display:grid; place-items:center; margin:0 auto 1rem; color:var(--secondary); }
.map-ph code{ font-family:ui-monospace,SFMono-Regular,Menlo,monospace; background:#fff; border:1px solid var(--border); padding:.2em .5em; border-radius:6px; font-size:.85rem; color:var(--primary); }

.contact-rows{ display:grid; gap:.8rem; }
.crow{ display:flex; align-items:center; gap:1rem; padding:1rem 1.2rem; border:1px solid var(--border); border-radius:var(--r-md); background:#fff; transition:.25s; }
.crow:hover{ border-color:var(--secondary-200); box-shadow:var(--shadow-sm); }
.crow__ic{ width:48px; height:48px; border-radius:12px; background:var(--surface-2); color:var(--primary); display:grid; place-items:center; flex-shrink:0; }
.crow__ic svg{ width:22px; height:22px; }
.crow b{ font-family:var(--ff-head); color:var(--primary); display:block; font-size:1.02rem; }
.crow span{ color:var(--muted); font-size:.92rem; }

/* ---------- CTA band ---------- */
.cta-band{ position:relative; background:linear-gradient(120deg, var(--primary-900), var(--primary) 55%, var(--primary-700)); color:#fff; border-radius:var(--r-xl); overflow:hidden; padding:clamp(2.4rem,5vw,3.6rem); }
.cta-band::after{ content:""; position:absolute; right:-60px; top:-60px; width:280px; height:280px; border-radius:50%; background:radial-gradient(circle, rgba(30,120,200,.4), transparent 70%); }
.cta-band__inner{ position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap; }
.cta-band h2{ color:#fff; max-width:18ch; }
.cta-band p{ color:#CFE0F2; margin-top:.6rem; max-width:46ch; }
.cta-band__btns{ display:flex; gap:.8rem; flex-wrap:wrap; }

/* ---------- Footer ---------- */
.footer{ background:var(--primary-900); color:#C7D6E8; padding-top:clamp(48px,6vw,76px); }
.footer a:hover{ color:#fff; }
.footer__top{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1.3fr; gap:2.2rem; padding-bottom:2.6rem; border-bottom:1px solid rgba(255,255,255,.12); }
.footer__brand .brand__name{ color:#fff; }
.footer__brand .brand__sub{ color:var(--secondary-200); }
.footer__brand p{ margin-top:1rem; font-size:.95rem; line-height:1.6; max-width:34ch; color:#A9C0DA; }
.footer__col h5{ font-family:var(--ff-head); color:#fff; font-size:.82rem; letter-spacing:.12em; text-transform:uppercase; margin:0 0 1rem; }
.footer__col ul{ list-style:none; padding:0; margin:0; display:grid; gap:.6rem; }
.footer__col a, .footer__col li{ font-size:.95rem; color:#C7D6E8; }
.footer__contact div{ display:flex; gap:.6rem; align-items:flex-start; margin-bottom:.8rem; font-size:.95rem; }
.footer__contact svg{ width:18px; height:18px; color:var(--secondary-200); flex-shrink:0; margin-top:.2em; }
.socials{ display:flex; gap:.6rem; margin-top:1.2rem; }
.socials a{ width:42px; height:42px; border-radius:11px; border:1px solid rgba(255,255,255,.16); display:grid; place-items:center; transition:.25s; }
.socials a:hover{ background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.4); transform:translateY(-2px); }
.socials svg{ width:19px; height:19px; }
.footer__bottom{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; padding:1.6rem 0 2rem; font-size:.85rem; color:#88A2C0; }
.footer__bottom a{ color:#A9C0DA; }

/* ---------- Mobile sticky action bar ---------- */
.mbar{ position:fixed; left:0; right:0; bottom:0; z-index:55; display:none; grid-template-columns:1fr 1fr 1.3fr; gap:.5rem; padding:.55rem .7rem calc(.55rem + env(safe-area-inset-bottom)); background:rgba(255,255,255,.96); backdrop-filter:blur(12px); border-top:1px solid var(--border); box-shadow:0 -6px 20px rgba(14,34,53,.08); }
.mbar a, .mbar button{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.15rem; min-height:52px; border-radius:12px; font-family:var(--ff-head); font-weight:700; font-size:.78rem; border:1px solid var(--border); background:#fff; color:var(--primary); }
.mbar svg{ width:20px; height:20px; }
.mbar .mbar__quote{ background:var(--accent); color:#241200; border-color:transparent; }

/* reveal */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in{ opacity:1; transform:none; }

/* section heading block */
.shead{ max-width:640px; margin-bottom:clamp(2rem,4vw,3.2rem); display:flex; flex-direction:column; gap:.9rem; }
.shead.center{ margin-inline:auto; align-items:center; }
.alt{ background:var(--surface); }

.divider-note{ font-size:.84rem; color:var(--muted); background:var(--surface); border:1px solid var(--border); border-radius:var(--r-md); padding:.9rem 1.1rem; display:flex; gap:.6rem; align-items:flex-start; }
.divider-note svg{ width:18px; height:18px; color:var(--secondary); flex-shrink:0; margin-top:.15em; }

/* ============ Responsive ============ */
@media (max-width:1024px){
  .hero__grid{ grid-template-columns:1fr; }
  .hero__media{ min-height:300px; order:-1; }
  .hero__media::after{ background:linear-gradient(to top, var(--primary) 2%, rgba(12,51,114,.2) 60%); }
  .hero__content{ max-width:none; margin:0; }
  .footer__top{ grid-template-columns:1fr 1fr; gap:2rem 1.5rem; }
  .accred{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width:860px){
  .nav__links, .nav__cta .nav__call, .nav__cta .btn{ display:none; }
  .nav__toggle{ display:grid; place-items:center; width:46px; height:46px; border-radius:12px; border:1px solid var(--border); background:#fff; margin-left:auto; }
  .nav__cta{ margin-left:0; }
  .doors{ grid-template-columns:1fr; }
  .svc-grid{ grid-template-columns:1fr 1fr; }
  .stats{ grid-template-columns:1fr 1fr; }
  .feature{ grid-template-columns:1fr; gap:1.6rem; }
  .feature.rev .feature__media{ order:0; }
  .offices{ grid-template-columns:1fr; }
  .cta-band__inner{ flex-direction:column; align-items:flex-start; }
  .mbar{ display:grid; }
  body{ padding-bottom:74px; }
  .footer{ padding-bottom:0; }
}
@media (max-width:560px){
  body{ font-size:16px; }
  .nav{ min-height:70px; }
  .brand__mark{ height:40px; }
  .brand__name{ font-size:1.24rem; }
  .brand__sub{ font-size:.5rem; letter-spacing:.28em; }
  .svc-grid{ grid-template-columns:1fr; }
  .stats{ grid-template-columns:1fr 1fr; gap:.7rem; }
  .accred{ grid-template-columns:repeat(2,1fr); }
  .grid-2{ grid-template-columns:1fr; }
  .footer__top{ grid-template-columns:1fr; }
  .hero__cta .btn{ width:100%; }
  .cta-band__btns{ width:100%; }
  .cta-band__btns .btn{ flex:1; }
  .section{ padding-block:48px; }
}
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
  .reveal{ opacity:1; transform:none; }
}
/* tweak: disable scroll animations */
.no-anim .reveal{ opacity:1 !important; transform:none !important; transition:none !important; }
.no-anim .door img, .no-anim .svc, .no-anim .btn{ transition:none !important; }
