/* ==========================================================================
   GEIM — Pure Marketing bespoke theme
   Palette and type lifted from the current geim.co.uk build.
   ========================================================================== */

:root {
  --navy: #003751;
  --navy-deep: #023045;
  --navy-mid: #054b69;
  --blue: #0d688e;
  --pink: #d71149;
  --green: #22a861;
  --green-dark: #198754;
  --ice: #effaff;
  --ink: #0d1b24;
  --muted: #55666f;
  --line: #d7e6ee;
  --white: #fff;

  --wrap: 1240px;
  --gutter: 24px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 2px 10px rgba(0, 55, 81, .07);
  --shadow: 0 18px 44px rgba(0, 55, 81, .12);
  --shadow-lg: 0 30px 70px rgba(0, 55, 81, .18);

  --header-h: 84px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Anek Bangla", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pink); }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; font-weight: 600; line-height: 1.05; color: var(--navy); letter-spacing: -.01em; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--navy); color: #fff; padding: 12px 20px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-narrow { max-width: 900px; }
.section { padding: clamp(56px, 7vw, 104px) 0; }
.section-tight { padding: clamp(40px, 5vw, 72px) 0; }
.section-ice { background: var(--ice); }
.section-navy { background: var(--navy); color: rgba(255, 255, 255, .86); }
.section-navy h1, .section-navy h2, .section-navy h3, .section-navy h4, .section-navy h5, .section-navy h6 { color: #fff; }
.section-navy a { color: #9fe0ff; }

.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---------- type ---------- */
.eyebrow {
  display: inline-block;
  font-size: 15px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pink); margin-bottom: 18px;
}
.section-navy .eyebrow, .hero .eyebrow { color: #ff86a8; }

.display { font-size: clamp(2.6rem, 6.2vw, 6.25rem); line-height: 1; font-weight: 600; }
.h1 { font-size: clamp(2.3rem, 4.8vw, 4.55rem); line-height: 1.02; }
.h2 { font-size: clamp(1.9rem, 3.4vw, 3.1rem); line-height: 1.06; }
.h3 { font-size: clamp(1.45rem, 2.2vw, 2.28rem); line-height: 1.12; }
.h4 { font-size: clamp(1.2rem, 1.5vw, 1.5rem); line-height: 1.2; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.55; color: var(--muted); }
.section-navy .lead, .hero .lead { color: rgba(255, 255, 255, .88); }
.measure { max-width: 68ch; }
br.bd { display: block; content: ""; }

/* ---------- buttons ---------- */
/* Square, not pill — matching the current site. */
.btn {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 17px 24px; border-radius: 2px; border: 1.5px solid transparent;
  font-weight: 500; font-size: 17px; line-height: 1.25; text-decoration: none;
  cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); color: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--ice); color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); color: #fff; }
.btn-pink { background: var(--pink); color: #fff; }
.btn-pink:hover { background: #b30d3c; color: #fff; }
.btn-ghost { border-color: currentColor; color: var(--navy); background: transparent; }
.btn-ghost:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.hero .btn-ghost, .section-navy .btn-ghost { color: #fff; }
.hero .btn-ghost:hover, .section-navy .btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn .arrow, .btn-arrow { font-size: 1.05em; line-height: 1; flex: 0 0 auto; }
.centre-cta { display: flex; justify-content: center; margin-top: clamp(34px, 4vw, 56px); }

/* ---------- the recurring section header pattern ---------- */
.section-head { margin-bottom: 0; }
.section-head .h2 { max-width: 20ch; margin-bottom: clamp(26px, 3vw, 44px); }
.section-head::after {
  content: ""; display: block; height: 1px; background: rgba(0, 55, 81, .22);
}
.section-navy .section-head::after, .hero .section-head::after { background: rgba(255, 255, 255, .28); }

.section-lede {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px);
  padding: clamp(30px, 3.5vw, 52px) 0 clamp(30px, 4vw, 56px);
}
.eyebrow-link {
  color: var(--pink); font-size: clamp(1.05rem, 1.4vw, 1.35rem); font-weight: 500;
  margin: 0; display: flex; align-items: center; gap: 10px;
}
.lede { font-size: clamp(1.05rem, 1.35vw, 1.28rem); line-height: 1.5; }
.section-navy .lede { color: rgba(255, 255, 255, .92); }
.section-ice .lede { color: var(--navy); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; text-decoration: none; color: var(--pink);
}
.link-arrow::after { content: "→"; transition: transform .18s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background .25s ease, box-shadow .25s ease;
  background: var(--navy);
}
body.has-dark-hero .site-header { background: transparent; }

/* Sit below the WordPress admin bar when it's showing. */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
body.has-dark-hero .site-header.is-stuck,
.site-header.is-stuck { background: var(--navy); box-shadow: 0 6px 26px rgba(0, 26, 40, .28); }
.site-header .wrap { display: flex; align-items: center; gap: 28px; max-width: 1440px; }

.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; text-decoration: none; }
.brand img { max-height: 46px; width: auto; }
.brand-text { color: #fff; font-weight: 600; line-height: 1.1; font-size: 15px; max-width: 190px; }

.primary-nav { margin-inline: auto; }
.nav-list, .sub-menu { list-style: none; margin: 0; padding: 0; }
.nav-list { display: flex; align-items: center; gap: 26px; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  color: #fff; text-decoration: none; font-weight: 500; font-size: 16px;
  padding: 10px 0; display: inline-block;
}
.nav-list > li > a:hover, .nav-list > li.current-menu-item > a { color: #8fe3ff; }
.nav-list .menu-item-has-children > a::after,
.nav-list .has-children > a::after { content: "⌄"; margin-left: 6px; font-size: 14px; position: relative; top: -3px; }

.sub-menu {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 10px);
  min-width: 292px; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 10px; opacity: 0; visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-list > li:hover > .sub-menu,
.nav-list > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sub-menu li { list-style: none; }
.sub-menu a {
  display: block; padding: 10px 14px; border-radius: 9px;
  color: var(--navy); text-decoration: none; font-size: 15.5px; font-weight: 500;
}
.sub-menu a:hover { background: var(--ice); color: var(--pink); }

.header-actions { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.header-phone { color: #fff; font-weight: 600; font-size: 15.5px; text-decoration: underline; white-space: nowrap; }
.header-phone:hover { color: #8fe3ff; }
.header-cta { padding: 13px 22px; }
.header-cta-short { display: none; }

.nav-toggle {
  display: none; width: 46px; height: 46px; flex: 0 0 46px; border: 0; border-radius: 10px;
  background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; position: relative;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { transition: transform .2s ease, background .2s ease, top .2s ease; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; display: flex; align-items: center;
  min-height: min(92vh, 860px);
  padding: calc(var(--header-h) + 60px) 0 80px;
  color: #fff; background: var(--navy-deep); overflow: hidden;
}
.hero--compact { min-height: 0; padding: calc(var(--header-h) + 72px) 0 72px; }
.hero--center { min-height: 0; padding: calc(var(--header-h) + 56px) 0 76px; text-align: center; }
.hero--center .hero-title {
  max-width: none; margin: 0 auto;
  font-size: clamp(34px, 5.7vw, 82px); font-weight: 600; line-height: 1.04; letter-spacing: -.015em;
}
.hero-media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(2, 40, 60, .92) 0%, rgba(2, 40, 60, .72) 45%, rgba(2, 40, 60, .45) 100%);
}
.hero .wrap { position: relative; z-index: 2; }
.hero h1, .hero h2 { color: #fff; }
.hero-title { max-width: 21ch; margin-bottom: 28px; }
.hero--compact .hero-title { max-width: 24ch; }
.hero-sub { font-size: clamp(1.15rem, 2.1vw, 2.3rem); font-weight: 600; line-height: 1.15; margin-bottom: 26px; max-width: 26ch; }
.hero-intro { max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* ---------- ticker ---------- */
.ticker { background: var(--ice); padding: 34px 0; overflow: hidden; }
.ticker-track {
  display: flex; gap: 48px; width: max-content;
  animation: geim-marquee 38s linear infinite;
}
.ticker-item {
  font-size: clamp(2rem, 4.4vw, 3.6rem); font-weight: 600; letter-spacing: .01em;
  color: transparent; -webkit-text-stroke: 1px rgba(0, 55, 81, .3);
  white-space: nowrap; text-transform: uppercase;
}
@keyframes geim-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---------- generic content blocks ---------- */
.block + .block { margin-top: clamp(44px, 5vw, 76px); }
.block-head { max-width: 74ch; margin-bottom: 26px; }
.block-body { font-size: 17.5px; }
.block-body ul { padding-left: 0; list-style: none; }
.block-body ul li {
  position: relative; padding-left: 34px; margin-bottom: 14px;
}
.block-body ul li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 18px; height: 2px; background: var(--pink); border-radius: 2px;
}
.block-cta { margin-top: 26px; }

.split { display: grid; gap: clamp(32px, 5vw, 72px); grid-template-columns: 1.05fr .95fr; align-items: center; }
.split-media img { width: 100%; object-fit: contain; }
.split-media-first { grid-template-columns: .9fr 1.1fr; padding-top: clamp(30px, 3.5vw, 52px); }

/* ---------- cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 28px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card h3, .card h4 { margin-bottom: 12px; }
.card p { color: var(--muted); font-size: 16.5px; }
.card .link-arrow { margin-top: auto; padding-top: 20px; }

.card-icon {
  width: 54px; height: 54px; border-radius: 14px; margin-bottom: 20px;
  display: grid; place-items: center;
  background: var(--ice); color: var(--navy);
  font-size: 22px; font-weight: 700;
}
.card-num {
  display: inline-grid; place-items: center; width: 46px; height: 46px;
  border-radius: 50%; background: var(--pink); color: #fff;
  font-weight: 700; font-size: 18px; margin-bottom: 18px;
}

/* service cards with the photograph from the current site */
.card-with-media { padding: 0; overflow: hidden; }
.card-with-media > *:not(.card-media) { padding-inline: 26px; }
.card-with-media > h3, .card-with-media > h4 { padding-top: 24px; }
.card-with-media > .link-arrow { padding-bottom: 26px; }
.card-media { display: block; aspect-ratio: 695 / 484; background: var(--ice); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card-with-media:hover .card-media img { transform: scale(1.04); }

/* ---------- homepage service cards: photo background, green arrow ---------- */
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.service-card {
  position: relative; display: block; overflow: hidden;
  min-height: 366px; text-decoration: none; color: #fff;
  border: 1px solid rgba(255, 255, 255, .35); background: var(--navy-deep);
}
.service-card-media { position: absolute; inset: 0; z-index: 0; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(2, 40, 60, .78) 0%, rgba(2, 40, 60, .62) 45%, rgba(2, 40, 60, .86) 100%);
  transition: background .3s ease;
}
.service-card:hover .service-card-media img { transform: scale(1.05); }
.service-card:hover::after { background: linear-gradient(180deg, rgba(2, 40, 60, .68) 0%, rgba(2, 40, 60, .5) 45%, rgba(2, 40, 60, .84) 100%); }
.service-card-inner {
  position: relative; z-index: 2; display: flex; flex-direction: column; height: 100%;
  min-height: 366px; padding: 22px 26px 26px; gap: 20px;
}
.service-card-top { display: flex; align-items: flex-start; gap: 20px; }
.service-card-go {
  flex: 0 0 auto; width: 62px; height: 62px; background: var(--green);
  display: grid; place-items: center; font-size: 22px; line-height: 1; color: #fff;
  transition: background .2s ease;
}
.service-card:hover .service-card-go { background: var(--green-dark); }
.service-card-title { color: #fff; font-weight: 500; padding-top: 4px; }
.service-card-body { margin-top: auto; font-size: 16.5px; line-height: 1.5; color: rgba(255, 255, 255, .92); }
.service-card-body p { margin: 0; }

/* ---------- "why choose" — illustration left, stacked features right ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 64px); align-items: start; }
.why-media img { width: 100%; height: auto; }
.why-list { display: flex; flex-direction: column; gap: clamp(26px, 3vw, 40px); }
.why-item h3 { margin-bottom: 8px; font-weight: 700; }
.why-item p { color: var(--navy); font-size: 16.5px; line-height: 1.55; margin: 0; }
.why-icon { display: block; width: 40px; height: 40px; margin-bottom: 14px; }
.why-icon img { width: 100%; height: 100%; object-fit: contain; }

/* ---------- full-bleed callout band ---------- */
.cta-band {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  padding: clamp(80px, 11vw, 168px) 0;
}
.cta-band-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(2, 40, 60, .55); }
.cta-band .wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 32px; }
.cta-band .h2 { color: #fff; max-width: 22ch; margin: 0; }

/* ---------- locations map + trust strip ---------- */
.loc-map { margin: clamp(20px, 3vw, 42px) 0 clamp(30px, 4vw, 58px); }
.loc-map img { width: 100%; height: auto; }
.trust-strip { border-top: 1px solid rgba(255, 255, 255, .28); padding-top: clamp(26px, 3vw, 42px); text-align: center; }
.trust-line { font-size: 16px; color: rgba(255, 255, 255, .92); margin-bottom: 26px; }
.trust-figure { color: var(--pink); }
.trust-logos { width: 100%; max-width: 1100px; margin: 0 auto; height: auto; }

.feature-icon { display: block; width: 46px; height: 46px; margin-bottom: 18px; }
.feature-icon img { width: 100%; height: 100%; object-fit: contain; }

.feature { padding: 4px 0; }
.feature h4 { margin-bottom: 10px; }
.feature p { color: var(--muted); font-size: 16.5px; }
.section-navy .feature p { color: rgba(255, 255, 255, .8); }
.feature-rule { height: 3px; width: 46px; background: var(--pink); border-radius: 2px; margin-bottom: 18px; }

/* ---------- steps ---------- */
.steps { counter-reset: step; display: grid; gap: 22px; }
.step {
  display: grid; grid-template-columns: 62px 1fr; gap: 22px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 26px;
}
.step::before {
  counter-increment: step; content: counter(step);
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--navy); color: #fff; font-weight: 700; font-size: 18px;
}
.step h4 { margin-bottom: 6px; }
.step p { color: var(--muted); margin: 0; font-size: 16.5px; }

/* ---------- band / callout ---------- */
.band {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius-lg); color: #fff;
  padding: clamp(36px, 5vw, 64px);
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between;
}
.band h2, .band h3 { color: #fff; margin: 0; max-width: 22ch; }

.trust-band { text-align: center; }
.trust-band strong { color: var(--navy); }

/* ---------- locations ---------- */
.locations { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.location-group h4 { margin-bottom: 12px; font-size: 1.15rem; }
.location-group ul { list-style: none; padding: 0; margin: 0; column-count: 1; }
.location-group li { padding: 5px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 16px; }

/* ---------- documents ---------- */
.doc-card { border-left: 4px solid var(--pink); background: #fff; }

/* ---------- FAQ — boxed accordion, matched to the live pages ---------- */
.faq-section { background: #fff; padding: clamp(48px, 6vw, 84px) 0 clamp(56px, 7vw, 96px); }
.faq-wrap { max-width: 950px; margin: 0 auto; padding: 0 var(--gutter); }
.faq-head { text-align: center; margin-bottom: 34px; }
.faq-title {
  font-size: clamp(30px, 3.5vw, 50px); font-weight: 600; color: var(--navy);
  letter-spacing: -.01em; margin: 0;
}
.faq-item { background: #fff; border: 1px solid #333; margin-bottom: 14px; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 20px 56px 20px 20px; position: relative;
  font-size: clamp(17px, 1.75vw, 25px); font-weight: 600; color: #333; line-height: 1.25;
}
.faq-q::after {
  content: ""; position: absolute; right: 24px; top: 50%;
  width: 11px; height: 11px; border-right: 2px solid #333; border-bottom: 2px solid #333;
  transform: translateY(-70%) rotate(45deg); transition: transform .2s ease;
}
.faq-item.is-open .faq-q::after { transform: translateY(-30%) rotate(225deg); }
.faq-a { display: none; padding: 0 24px 24px 20px; color: #333; font-size: 16px; font-weight: 600; line-height: 1.55; }
.faq-item.is-open .faq-a { display: block; }

/* ---------- promo tiles ---------- */
.promos-band { background: var(--navy); padding: clamp(48px, 6vw, 86px) 0 clamp(30px, 4vw, 54px); }
.promos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.promo {
  background: var(--navy-mid); border-radius: 10px;
  padding: clamp(26px, 3vw, 40px) clamp(26px, 3vw, 44px);
  color: #fff; text-decoration: none;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transition: background .2s ease;
}
.promo:hover { background: var(--blue); color: #fff; }
.promo-text { display: flex; flex-direction: column; }
.promo .eyebrow { color: var(--pink); margin-bottom: 8px; letter-spacing: .06em; text-transform: none; font-size: 17px; }
.promo-title { color: #fff; font-weight: 600; line-height: 1.1; }
.promo-go {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, .55);
  display: grid; place-items: center; font-size: 20px; line-height: 1;
  transition: background .2s ease, border-color .2s ease;
}
.promo:hover .promo-go { background: rgba(255, 255, 255, .14); border-color: #fff; }

/* ---------- team ---------- */
.team-card { text-align: left; }
.team-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 18px; background: var(--ice); }
.team-card h4 { margin-bottom: 2px; }
.team-role { color: var(--pink); font-weight: 600; font-size: 15.5px; margin-bottom: 10px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact-detail { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 0; }
.contact-detail .label { font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--pink); font-weight: 600; }
.contact-detail .value { font-size: 1.16rem; font-weight: 600; color: var(--navy); }
.contact-detail .value a { color: inherit; text-decoration: none; }
.contact-detail .value a:hover { color: var(--pink); }

.enquiry-form {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 3.5vw, 42px); box-shadow: var(--shadow-sm);
}
.form-row { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: 15px; color: var(--navy); }
.field input, .field select, .field textarea {
  font: inherit; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 11px;
  background: #fbfdfe; color: var(--ink); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: none; background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }
.form-consent { font-size: 14.5px; color: var(--muted); margin: 6px 0 20px; }
.hp-field { position: absolute; left: -9999px; }
.form-status { margin-top: 16px; font-weight: 600; }
.form-status.ok { color: var(--green-dark); }
.form-status.err { color: var(--pink); }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); color: #fff; }
.site-footer .wrap { padding-top: 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.7fr 1.2fr 1.05fr;
  gap: clamp(28px, 4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, .22);
  padding: clamp(38px, 4.5vw, 58px) 0 clamp(38px, 4.5vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.footer-label {
  color: var(--blue); font-size: 20px; font-weight: 500; line-height: 1.3;
  margin: 0 0 14px;
}
.footer-label-spaced { margin-top: 54px; }

.footer-brand { display: flex; flex-direction: column; }
.footer-logo { display: inline-block; margin-bottom: 26px; max-width: 240px; }
.footer-logo img { max-height: 58px; width: auto; }
.footer-note { color: #fff; font-size: 20px; line-height: 1.45; max-width: 22ch; margin: 0; }
.footer-note a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-copyright { margin: auto 0 0; padding-top: 40px; font-size: 15px; color: rgba(255, 255, 255, .85); }
.footer-legal {
  grid-column: 1 / -1;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-legal p { margin: 0; font-size: 13px; line-height: 1.7; color: rgba(255, 255, 255, .55); }
/* PM signature: white mono logo so it sits quietly on the navy footer. */
.footer-legal .pm-sig__logo { filter: brightness(0) invert(1); opacity: .7; }
.footer-legal .pm-sig:hover .pm-sig__logo { opacity: .95; }
.footer-brandword { color: var(--pink); }

.footer-col-services { border-left: 1px solid rgba(255, 255, 255, .22); padding-left: clamp(24px, 3vw, 46px); }
.footer-address { color: #fff; font-size: 24px; line-height: 1.35; margin: 0; }

.footer-services { list-style: none; padding: 0; margin: 0; }
.footer-services li { margin-bottom: 5px; }
.site-footer a { color: #fff; text-decoration: none; }
.footer-services a { font-size: 20px; line-height: 1.45; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.footer-services a:hover { color: #9fe0ff; }

.footer-col-contact { text-align: right; }
.footer-col-contact .footer-label { text-align: right; }
.footer-phone {
  display: block; font-size: clamp(1.55rem, 2.3vw, 2.25rem); font-weight: 500; color: #fff;
  text-decoration: underline; text-underline-offset: 6px; margin-bottom: 12px; line-height: 1.15;
  white-space: nowrap;
}
.footer-email { font-size: 20px; text-decoration: underline; text-underline-offset: 4px; }
.footer-phone:hover, .footer-email:hover { color: #9fe0ff; }

/* full-width outline strapline that closes the page */
.footer-marquee { overflow: hidden; padding: clamp(18px, 2.4vw, 34px) 0 clamp(22px, 3vw, 40px); }
.footer-marquee .ticker-track { animation-duration: 46s; }
.footer-marquee .ticker-item {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  -webkit-text-stroke: 1px rgba(255, 255, 255, .34);
  text-transform: none; padding-right: 48px;
}

/* ---------- floating whatsapp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .42);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.06); color: #fff; }
.wa-float svg { width: 30px; height: 30px; fill: currentColor; }

/* PM AI Dev assistant launcher (front end, editors only) */
.geim-ai-launch {
  position: fixed; right: 22px; bottom: 92px; z-index: 90;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: #fff; text-decoration: none;
  padding: 11px 18px; border-radius: 999px; font-size: 14.5px; font-weight: 600;
  box-shadow: var(--shadow);
}
.geim-ai-launch:hover { background: var(--pink); color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col-contact { grid-column: 1 / -1; text-align: left; }
  .footer-col-contact .footer-label { text-align: left; }
  .brand-text { display: none; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .split-media-first { grid-template-columns: 1fr; }
  .section-lede { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .promos { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .header-phone { display: none; }

  /* The header row has to fit the logo, the quote button and the menu button
   * on a ~360px screen. The brand is the flexible one: it shrinks first, so
   * the menu button can never be pushed off the right-hand edge. */
  .site-header .wrap { gap: 14px; }
  .brand { flex: 0 1 auto; min-width: 0; overflow: hidden; }
  .brand img { max-height: 40px; max-width: 100%; }
  .header-actions { gap: 10px; margin-left: auto; }
  .header-cta { padding: 11px 15px; font-size: 14.5px; }
  .header-cta .arrow { display: none; }

  .primary-nav {
    position: fixed; inset: var(--header-h) 0 0 0; background: var(--navy);
    padding: 24px var(--gutter) 60px; overflow-y: auto;
    transform: translateX(100%); transition: transform .25s ease; margin: 0;
  }
  body.nav-open .primary-nav { transform: translateX(0); }
  body.nav-open { overflow: hidden; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list > li { border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .nav-list > li > a { padding: 15px 0; font-size: 18px; width: 100%; }
  .sub-menu {
    position: static; transform: none; opacity: 1; visibility: visible;
    background: transparent; box-shadow: none; padding: 0 0 12px 12px; min-width: 0;
    display: none;
  }
  .nav-list > li.is-open > .sub-menu { display: block; }
  .sub-menu a { color: rgba(255, 255, 255, .82); padding: 9px 0; }
  .sub-menu a:hover { background: transparent; color: #fff; }
}

@media (max-width: 620px) {
  body { font-size: 16.5px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-col-services { border-left: 0; padding-left: 0; }
  .footer-label-spaced { margin-top: 34px; }
  .footer-copyright { padding-top: 24px; }
  .promo { flex-direction: row; }
  .step { grid-template-columns: 1fr; }
  .band { flex-direction: column; align-items: flex-start; }
  .header-cta { padding: 11px 16px; font-size: 15px; }
}

@media (max-width: 560px) {
  .brand img { max-height: 34px; }
  .header-cta { padding: 10px 13px; font-size: 13.5px; }
  .header-cta-full { display: none; }
  .header-cta-short { display: inline; }
}

/* ---------- print ---------- */
@media print {
  .site-header, .site-footer, .wa-float, .geim-ai-launch, .ticker { display: none !important; }
  .hero { min-height: 0; color: #000; padding: 20px 0; }
  .hero::after, .hero-media { display: none; }
  .hero h1, .hero h2, .hero .lead { color: #000; }
}


/* ==========================================================================
   Embedded-section styles — About / Meet the Team / Contact

   On the current geim.co.uk these sections are Wix "Embed HTML" blocks, each
   carrying its own stylesheet with a darker navy and a brighter red than the
   rest of the site. Those stylesheets were read off the live embeds and are
   reproduced here, scoped to `.emb` so they can't leak into the main design
   system.
   ========================================================================== */

.emb {
  --e-navy: #0a1f33;
  --e-navy-2: #0e2942;
  --e-navy-3: #122f4d;
  --e-red: #e1234a;
  --e-green: #1fa05a;
  --e-teal: #0e3a5c;
  --e-powder: #dbe7ee;
  --e-grey: #5c6f7c;
  --e-line: #e0e7ec;

  background: #fff;
  padding: 80px 56px;
  overflow-x: hidden;
  width: 100%;
}
.emb * { box-sizing: border-box; }
.emb-wrap { max-width: 1180px; width: 100%; margin: 0 auto; }
.emb h2, .emb h3, .emb h4 { color: var(--e-navy); letter-spacing: -.02em; }

.emb-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--e-red); font-size: 11px; letter-spacing: 2.5px;
  text-transform: uppercase; font-weight: 700; margin-bottom: 14px;
}
.emb-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--e-red); }

.emb-h2 { font-size: 40px; font-weight: 600; line-height: 1.08; margin: 0 0 16px; }
.emb-h3 { font-size: 34px; font-weight: 700; line-height: 1.15; margin: 0 0 16px; }
.emb-h4 { font-size: 24px; font-weight: 600; line-height: 1.25; margin: 0 0 12px; display: block; }
.emb-lede { font-size: 17px; line-height: 1.75; color: var(--e-teal); margin: 0; }

.emb-head { max-width: 760px; margin-bottom: 48px; }
.emb-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.emb-head-row h2 { margin: 0; max-width: 620px; }

.fig-unit { color: var(--e-red); }

.emb-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; font-size: 15px; font-weight: 700; text-decoration: none;
  border-radius: 0; border: 0; transition: background .22s ease, box-shadow .22s ease, color .22s ease;
}
.emb-btn-solid { background: var(--e-red); color: #fff; box-shadow: 0 4px 14px rgba(225, 35, 74, .25); }
.emb-btn-solid:hover { background: var(--e-navy); color: #fff; box-shadow: 0 10px 22px rgba(10, 31, 51, .18); }
.emb-btn-outline { background: transparent; color: var(--e-navy); border: 2px solid var(--e-navy); padding: 13px 28px; }
.emb-btn-outline:hover { background: var(--e-navy); color: #fff; }
.emb-link {
  flex-shrink: 0; color: var(--e-navy); font-size: 13px; font-weight: 700;
  letter-spacing: .3px; text-decoration: none;
  border-bottom: 2px solid var(--e-red); padding-bottom: 4px; white-space: nowrap;
}
.emb-link:hover { color: var(--e-red); }

/* ---------- jump links + proof bar (About) ---------- */
.emb-action-proof { padding: 52px 56px; }
.jump-links {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; flex-wrap: wrap; margin-bottom: 44px;
}
.jump-link {
  background: var(--e-navy); border: 1px solid var(--e-navy); color: #fff;
  padding: 20px 38px; font-size: 16px; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  text-decoration: none; min-width: 260px; max-width: 100%; transition: all .22s ease;
}
.jump-link:hover { background: var(--e-red); border-color: var(--e-red); color: #fff; transform: translateY(-2px); }

.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.proof-item { padding-right: 24px; border-right: 1px solid #e3e8ed; }
.proof-item:last-child { border-right: 0; }
.proof-label {
  font-size: 12px; color: var(--e-grey); font-weight: 600; margin-bottom: 14px;
  line-height: 1.45; text-transform: uppercase; letter-spacing: .9px;
}
.proof-value { font-size: 46px; font-weight: 600; line-height: 1; color: var(--e-navy); letter-spacing: -.03em; }

/* ---------- what we do (About) ---------- */
.emb-what { padding: 88px 56px; border-top: 1px solid #e7edf2; border-bottom: 1px solid #e7edf2; }
.emb-what .emb-lede { margin-bottom: 42px; }
.what-chips { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.what-chip {
  background: var(--e-navy); color: #fff; padding: 16px 24px; text-decoration: none;
  font-size: 15px; font-weight: 600; display: inline-flex; align-items: center; gap: 10px;
  max-width: 100%; transition: background .22s ease, box-shadow .22s ease;
}
.what-chip:hover { background: var(--e-red); color: #fff; box-shadow: 0 10px 24px rgba(225, 35, 74, .18); }

/* ---------- why choose GEIM (About) ---------- */
.emb-why .emb-head { max-width: 720px; }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.why-card { background: #fff; padding: 38px; position: relative; box-shadow: 0 8px 28px rgba(10, 31, 51, .08); min-width: 0; }
.why-card:nth-child(2) { margin-top: 40px; }
.why-card:nth-child(3) { margin-top: -20px; }
.why-card:nth-child(4) { margin-top: 20px; }
.why-num {
  position: absolute; top: -18px; left: 32px; width: 52px; height: 52px;
  background: var(--e-red); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; box-shadow: 0 4px 14px rgba(225, 35, 74, .3);
}
.why-card h3 { font-size: 24px; line-height: 1.25; margin: 22px 0 14px; font-weight: 600; }
.why-card p { font-size: 15px; line-height: 1.8; color: var(--e-teal); margin: 0; }
.why-line { width: 42px; height: 3px; background: var(--e-red); margin-top: 18px; }

.why-band {
  background: linear-gradient(135deg, #fff 0%, #f4f8fb 100%);
  padding: 42px 44px; display: flex; justify-content: space-between; align-items: center;
  gap: 32px; margin-top: 64px; border-top: 4px solid var(--e-red);
  box-shadow: 0 10px 34px rgba(10, 31, 51, .08);
}
.why-band h3 { font-size: 26px; font-weight: 600; margin: 0 0 6px; line-height: 1.18; }
.why-band p { font-size: 16px; color: var(--e-grey); margin: 0; line-height: 1.65; }
.why-band-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* ---------- proof tiles (About) ---------- */
.emb-proof { border-top: 1px solid var(--e-line); }
.emb-proof .emb-head { margin-bottom: 42px; }
.emb-proof .emb-lede { font-size: 18px; line-height: 1.65; }
.proof-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proof-tile {
  background: linear-gradient(135deg, #11304d 0%, #0a1f33 100%); color: #fff;
  padding: 42px 28px; text-align: center; position: relative; overflow: hidden;
}
.proof-tile::before {
  content: ''; position: absolute; top: -25px; right: -25px; width: 90px; height: 90px;
  border: 1px solid rgba(225, 35, 74, .3); border-radius: 50%;
}
.proof-big { font-size: 52px; font-weight: 700; line-height: 1; margin-bottom: 12px; color: var(--e-red); letter-spacing: -.03em; }
.proof-big .fig-unit { color: var(--e-red); }
.proof-lbl { font-size: 15px; font-weight: 600; line-height: 1.45; color: #fff; }

/* ---------- port coverage (About) ---------- */
.emb-coverage { padding: 0; }
.cov-split { display: grid; grid-template-columns: 1.1fr 1fr; }
.cov-image {
  position: relative; min-height: 520px; background: var(--e-navy);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.cov-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cov-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10, 31, 51, .52) 0%, rgba(225, 35, 74, .14) 100%);
}
.cov-stat {
  position: absolute; bottom: 34px; left: 34px; z-index: 2;
  background: var(--e-red); color: #fff; padding: 22px 28px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .35);
}
.cov-stat-big { font-size: 42px; font-weight: 700; line-height: 1; display: block; }
.cov-stat-big .fig-unit { color: #fff; }
.cov-stat-lbl { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 5px; font-weight: 600; display: block; }
.cov-content { padding: 68px 56px; display: flex; flex-direction: column; justify-content: center; }
.cov-content h2 { font-size: 34px; font-weight: 700; line-height: 1.15; margin: 0 0 18px; }
.cov-content .emb-lede { font-size: 16px; line-height: 1.7; margin: 0 0 18px; }
.cov-ports { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; margin: 18px 0 28px; list-style: none; padding: 0; }
.cov-ports li {
  font-size: 14px; padding: 8px 0 8px 18px; position: relative;
  color: var(--e-navy); font-weight: 600; border-bottom: 1px solid var(--e-line);
}
.cov-ports li::before { content: '\25B8'; color: var(--e-red); position: absolute; left: 0; font-weight: 700; }
.cov-content .emb-btn { align-self: flex-start; }

/* ---------- team teaser / how we work panel ---------- */
.emb-teamteaser, .emb-hww { padding: 90px 56px; }
.emb-teamteaser .emb-head, .emb-hww .emb-head { margin-bottom: 56px; }
.teaser-panel {
  display: grid; grid-template-columns: 1fr 1.3fr; background: #fff;
  box-shadow: 0 14px 40px rgba(10, 31, 51, .12); overflow: hidden;
}
.teaser-figure {
  min-height: 460px; position: relative; padding: 42px;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 76% 24%, rgba(225, 35, 74, .18) 0%, transparent 28%),
              linear-gradient(135deg, #0a1f33 0%, #143348 100%);
}
.teaser-figure::before {
  content: ''; position: absolute; width: 300px; height: 300px;
  border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%;
}
.teaser-figure::after {
  content: ''; position: absolute; width: 170px; height: 170px;
  border: 1px solid rgba(225, 35, 74, .22); border-radius: 50%;
}
.teaser-tag {
  position: absolute; top: 30px; left: 30px; z-index: 2;
  background: var(--e-red); color: #fff; padding: 8px 14px;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700;
}
.teaser-card {
  position: relative; z-index: 2; background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14); padding: 34px 38px; text-align: center; max-width: 310px;
}
.teaser-big { color: #fff; font-size: 56px; font-weight: 700; line-height: 1; letter-spacing: -.03em; margin-bottom: 10px; display: block; }
.teaser-small {
  color: rgba(255, 255, 255, .74); font-size: 13px; line-height: 1.55;
  text-transform: uppercase; letter-spacing: 1.4px; font-weight: 600; display: block;
}
.teaser-copy { padding: 70px 60px; display: flex; flex-direction: column; justify-content: center; }
.teaser-copy h3 { font-size: 34px; font-weight: 600; line-height: 1.15; margin: 0 0 18px; letter-spacing: -.015em; }
.teaser-copy p { font-size: 16px; color: var(--e-teal); line-height: 1.75; margin: 0 0 28px; }
.teaser-copy .emb-btn { align-self: flex-start; }

.caps {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin: 0 0 30px;
  font-size: 13px; font-weight: 600; letter-spacing: .3px; color: var(--e-navy);
}
.caps span { white-space: nowrap; }
.caps i { width: 5px; height: 5px; background: var(--e-red); display: inline-block; border-radius: 50%; }

/* ---------- meet the team cards ---------- */
.emb-team { padding: 0; }
.team-intro { padding: 80px 56px 16px; }
.team-intro .emb-wrap { max-width: 1168px; }
.team-band { background: var(--e-navy); padding: 48px 56px 72px; }
.team-band .emb-wrap { max-width: 1168px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.member {
  background: var(--e-navy-2); border-left: 3px solid transparent;
  display: grid; grid-template-columns: 168px 1fr; gap: 28px; padding: 32px 34px;
  align-items: start; transition: background .25s ease, border-color .25s ease;
}
.member:hover { background: var(--e-navy-3); border-left-color: var(--e-red); }
.member-photo img { width: 168px; height: 200px; object-fit: cover; object-position: center top; display: block; }
.member-name { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.015em; line-height: 1.05; }
.member-role {
  color: var(--e-red); font-size: 10.5px; letter-spacing: 1.7px; text-transform: uppercase;
  font-weight: 700; margin: 6px 0 13px;
}
.member-bio { font-size: 12.5px; line-height: 1.65; color: rgba(255, 255, 255, .74); margin: 0 0 14px; }
.member-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.member-tags .chip {
  font-size: 10px; font-weight: 700; letter-spacing: .3px; color: var(--e-powder);
  background: rgba(255, 255, 255, .06); padding: 4px 9px;
}
.member-cta {
  font-size: 11px; font-weight: 700; color: #fff; text-decoration: none; letter-spacing: .3px;
  background: var(--e-red); padding: 9px 15px; display: inline-block; transition: filter .2s ease;
}
.member:hover .member-cta { filter: brightness(1.12); }

/* ---------- numbered service cards (Team) ---------- */
.emb-svc { padding: 88px 56px; }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc-card {
  background: var(--e-navy); border-left: 3px solid transparent; padding: 30px 26px 26px;
  text-decoration: none; display: flex; flex-direction: column; min-height: 230px;
  transition: background .25s ease, border-color .25s ease;
}
.svc-card:hover { background: var(--e-navy-3); border-left-color: var(--e-red); }
.svc-num { color: rgba(255, 255, 255, .3); font-size: 12px; font-weight: 700; letter-spacing: 1px; margin-bottom: 18px; }
.svc-title { color: #fff; font-size: 19px; font-weight: 700; line-height: 1.2; letter-spacing: -.01em; margin: 0 0 10px; display: block; }
.svc-body { color: rgba(255, 255, 255, .7); font-size: 13px; line-height: 1.6; margin: 0 0 22px; flex-grow: 1; display: block; }
.svc-go { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .4px; display: inline-flex; align-items: center; gap: 8px; }
.svc-go .arr { color: var(--e-red); }

/* ---------- services band (Team) ---------- */
.emb-svclink { background: var(--e-navy); color: #fff; padding: 56px; }
.emb-svclink .emb-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.emb-svclink .svclink-text { max-width: 680px; }
.emb-svclink h2 { color: #fff; font-size: 28px; font-weight: 700; line-height: 1.15; letter-spacing: -.015em; margin: 0 0 10px; }
.emb-svclink .emb-lede { font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, .72); }
.emb-btn-white {
  flex-shrink: 0; background: transparent; color: #fff; border: 2px solid #fff;
  padding: 15px 28px; text-decoration: none; font-size: 14px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px; transition: all .22s ease;
}
.emb-btn-white:hover { background: #fff; color: var(--e-navy); }

/* ---------- routing CTA ---------- */
.emb-route { padding: 88px 56px; position: relative; overflow: hidden; }
.emb-route::before {
  content: ''; position: absolute; top: -70px; right: -70px; width: 340px; height: 340px;
  border: 1px solid rgba(225, 35, 74, .12); border-radius: 50%;
}
.emb-route::after {
  content: ''; position: absolute; top: 72px; right: 96px; width: 68px; height: 68px;
  background: var(--e-red); opacity: .08;
}
.emb-route .emb-wrap { position: relative; z-index: 2; }
.emb-route h2 { font-size: 46px; font-weight: 700; line-height: 1.08; margin: 0 0 16px; }
.emb-route .emb-lede { font-size: 18px; line-height: 1.7; color: var(--e-grey); max-width: 780px; margin: 0 0 42px; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.route-link {
  background: var(--e-navy); color: #fff; min-height: 74px; padding: 20px 24px;
  text-decoration: none; font-size: 16px; font-weight: 600; border: 1px solid var(--e-navy);
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  box-shadow: 0 8px 24px rgba(10, 31, 51, .10);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.route-link:hover { background: var(--e-red); border-color: var(--e-red); color: #fff; box-shadow: 0 14px 30px rgba(225, 35, 74, .18); }

/* ---------- accreditations ---------- */
.emb-accred {
  background: var(--e-navy); color: #fff; padding: 90px 56px;
  position: relative; overflow: hidden;
}
.emb-accred::before {
  content: ''; position: absolute; bottom: -120px; left: -120px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(225, 35, 74, .12) 0%, transparent 70%);
}
.emb-accred .emb-wrap { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.emb-accred h2 { color: #fff; font-size: 42px; font-weight: 600; line-height: 1.08; margin: 0 0 18px; }
.emb-accred .emb-lede { font-size: 17px; line-height: 1.8; color: rgba(255, 255, 255, .82); margin: 0; }
.emb-accred .emb-head { margin-bottom: 0; max-width: none; }
.accred-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.accred-item {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12);
  padding: 30px 18px; min-height: 190px; display: flex; flex-direction: column;
  justify-content: center; text-align: center; transition: all .22s ease;
}
.accred-item:hover { transform: translateY(-4px); border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .08); }
.accred-badge {
  width: 56px; height: 56px; margin: 0 auto 16px; background: var(--e-red); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px;
}
.accred-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.accred-desc { font-size: 11px; line-height: 1.55; color: rgba(255, 255, 255, .62); }

/* ---------- final CTA (About) ---------- */
.emb-final {
  background: var(--e-navy); color: #fff; padding: 80px 56px;
  position: relative; overflow: hidden;
}
.emb-final::before {
  content: ''; position: absolute; bottom: -90px; right: -90px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(225, 35, 74, .18) 0%, transparent 70%);
}
.emb-final .emb-wrap { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 2; }
.emb-final h2 { color: #fff; font-size: 42px; font-weight: 600; line-height: 1.08; margin: 0 0 14px; }
.emb-final .emb-lede { font-size: 17px; line-height: 1.75; color: rgba(255, 255, 255, .82); margin: 0; }
.emb-actions { display: flex; justify-content: flex-end; gap: 14px; flex-wrap: wrap; }
.emb-btn-call {
  background: transparent; border: 2px solid rgba(255, 255, 255, .9); color: #fff;
  padding: 16px 28px; text-decoration: none; font-size: 15px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px; transition: all .22s ease;
}
.emb-btn-call:hover { background: #fff; color: var(--e-navy); }
.emb-btn-green {
  background: var(--e-green); color: #fff; padding: 16px 28px; text-decoration: none;
  font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 22px rgba(31, 160, 90, .24); transition: background .22s ease, box-shadow .22s ease;
}
.emb-btn-green:hover { background: #178046; color: #fff; box-shadow: 0 12px 26px rgba(31, 160, 90, .32); }

/* ---------- contact ---------- */
.emb-contact { background: #eef3f7; padding: 40px 20px; }
.emb-contact .emb-wrap { max-width: 1200px; }
.form-panel { background: #fff; padding: 48px; }
.form-kicker {
  display: block; color: var(--e-red); font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 700; margin-bottom: 18px;
}
.form-panel h2 { font-size: 52px; line-height: 1.05; margin: 0 0 20px; font-weight: 700; letter-spacing: -.03em; }
.form-panel .emb-lede { color: #3b4f63; line-height: 1.7; margin-bottom: 32px; font-size: 16px; }
.form-slot-empty { border: 2px dashed #ccd7e1; background: #f5f8fb; padding: 28px; color: var(--e-grey); font-size: 15px; }
.form-slot-empty strong { display: block; color: var(--e-navy); margin-bottom: 8px; font-size: 16px; }
.form-slot-empty p { margin: 0; }
.form-slot-empty code { background: #fff; padding: 2px 6px; }

.emb-guide { padding: 60px 56px; }
.emb-guide .emb-wrap { max-width: 1200px; }
.emb-guide h2 { font-size: 34px; font-weight: 700; line-height: 1.15; margin: 0 0 24px; }
.emb-guide .emb-lede p { font-size: 16px; line-height: 1.7; color: #3b4f63; margin-bottom: 20px; }
.emb-guide .emb-btn { margin-top: 4px; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .cov-split { grid-template-columns: 1fr; }
  .cov-image { min-height: 340px; }
  .cov-content { padding: 48px 32px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .accred-grid { grid-template-columns: repeat(2, 1fr); }
  .emb-accred .emb-wrap { grid-template-columns: 1fr; gap: 36px; }
  .emb-final .emb-wrap { grid-template-columns: 1fr; }
  .emb-actions { justify-content: flex-start; }
}

@media (max-width: 980px) {
  .emb { padding: 56px 24px; }
  .emb-action-proof { padding: 46px 40px; }
  .emb-what, .emb-svc, .emb-route, .emb-teamteaser, .emb-hww, .emb-accred, .emb-final { padding: 56px 24px; }
  .emb-h2, .emb-route h2, .emb-accred h2, .emb-final h2 { font-size: 30px; }
  .form-panel h2 { font-size: 34px; }
  .proof-bar { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-value { font-size: 38px; }
  .why-cards { grid-template-columns: 1fr; }
  .why-card, .why-card:nth-child(2), .why-card:nth-child(3), .why-card:nth-child(4) { margin-top: 0; }
  .why-card { margin-top: 26px !important; }
  .why-band { flex-direction: column; align-items: flex-start; }
  .proof-tiles { grid-template-columns: 1fr; }
  .teaser-panel { grid-template-columns: 1fr; }
  .teaser-figure { min-height: 340px; }
  .teaser-copy { padding: 40px 32px; }
  .route-grid { grid-template-columns: 1fr; }
  .team-intro { padding: 56px 24px 8px; }
  .team-band { padding: 32px 24px 48px; }
  .team-grid { grid-template-columns: 1fr; gap: 18px; }
  .member { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; text-align: center; }
  .member-photo { display: flex; justify-content: center; }
  .member-photo img { width: 200px; height: 240px; }
  .member-tags { justify-content: center; }
  .emb-svclink { padding: 40px 24px; }
  .emb-svclink .emb-wrap { flex-direction: column; align-items: flex-start; gap: 24px; }
  .emb-head-row { flex-direction: column; align-items: flex-start; gap: 18px; }
}

@media (max-width: 640px) {
  .emb-action-proof { padding: 30px 14px 40px; }
  .jump-links { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 32px; }
  .jump-link { width: 100%; min-width: 0; font-size: 12px; padding: 13px 18px; }
  .proof-bar { grid-template-columns: 1fr; gap: 20px; }
  .proof-item { border-right: 0; padding-right: 0; }
  .svc-grid, .accred-grid { grid-template-columns: 1fr; }
  .cov-ports { grid-template-columns: 1fr; }
  .form-panel { padding: 28px 22px; }
  .emb-guide { padding: 40px 22px; }
  .what-chip { width: 100%; }
}

.member--nophoto { grid-template-columns: 1fr; }

/* ==========================================================================
   Service pages — matched to the live Wix layouts.

   Sections alternate white / navy, with photos placed per the sec_N_layout
   value. Typography follows the live pages: big 400-weight-looking headings
   (Anek 600 at reduced sizes reads the same), small semibold body copy.
   ========================================================================== */

.sv { padding: clamp(48px, 6vw, 88px) 0; }
.sv-wrap { max-width: 1180px; margin: 0 auto; padding: 0 var(--gutter); }
.sv-light { background: #fff; color: var(--ink); }
.sv-dark { background: var(--navy); color: #fff; }

.sv-h {
  font-size: clamp(30px, 4.4vw, 64px); font-weight: 600; line-height: 1.06;
  letter-spacing: -.015em; margin: 0 0 26px; color: var(--navy);
}
.sv-dark .sv-h { color: #fff; }
.sv-h-centre { text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; }

.sv-body p {
  font-size: 15px; font-weight: 600; line-height: 1.5; margin: 0 0 1em;
  color: var(--navy);
}
.sv-dark .sv-body p { color: #fff; }
.sv-sub { font-size: 17px; font-weight: 700; margin: 1.4em 0 .5em; color: inherit; }
.sv-dark .sv-sub { color: #fff; }

.sv-list { margin: 0 0 1.2em; padding-left: 1.4em; }
.sv-list li {
  font-size: 15px; font-weight: 600; line-height: 1.5; margin-bottom: .8em;
  color: var(--navy);
}
.sv-dark .sv-list li { color: #fff; }
.sv-lead { text-decoration: underline; text-underline-offset: 2px; }

.sv-cta { margin: 1.4em 0 0; }
.sv-cta a { color: var(--pink); font-size: 14px; font-weight: 700; }
.sv-dark .sv-cta a { color: #ff86a8; }

/* text + photo columns */
.sv-cols { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
.sv-cols-right, .sv-cols-trio { grid-template-columns: 1.1fr 493px; }
.sv-cols-left { grid-template-columns: 493px 1.1fr; }
.sv-cols-left .sv-copy { order: 2; }
.sv-cols-left .sv-media { order: 1; }
.sv-media img { width: 100%; height: auto; display: block; }

.sv-trio-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 44px;
}
.sv-trio-row img { width: 100%; height: auto; display: block; }

.sv-bottom-media { margin-top: 44px; text-align: center; }
.sv-bottom-media img { max-width: 1050px; width: 100%; margin: 0 auto; display: block; }

.sv-pair { padding: clamp(36px, 4.5vw, 64px) 0; }
.sv-pair-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.sv-pair-grid img { width: 100%; height: auto; display: block; }

/* why-choose cards band */
.sv-cards { text-align: center; }
.sv-lede-centre {
  max-width: 760px; margin: 0 auto 34px;
}
.sv-lede-centre p { font-size: 15px; font-weight: 600; line-height: 1.55; color: rgba(255, 255, 255, .92); margin: 0 0 1em; }
.why-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.why-tile { background: #335f73; padding: 32px 26px 34px; text-align: center; }
.why-tile-title { color: #fff; font-size: clamp(20px, 2.1vw, 30px); font-weight: 600; line-height: 1.15; margin: 0 0 16px; }
.why-tile-body p { color: rgba(255, 255, 255, .92); font-size: 13.5px; font-weight: 600; line-height: 1.5; margin: 0 0 .8em; }

/* closing band over a photo */
.sv-band { position: relative; padding: clamp(56px, 7vw, 96px) 0; text-align: center; overflow: hidden; background: var(--ice); }
.sv-band-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sv-band::after { content: ''; position: absolute; inset: 0; background: rgba(255, 255, 255, .55); }
.sv-band .sv-wrap { position: relative; z-index: 2; max-width: 820px; }
.sv-band-title { font-size: clamp(26px, 3.1vw, 45px); font-weight: 600; line-height: 1.12; color: var(--navy); margin: 0 0 18px; }
.sv-band-body p { font-size: 14px; font-weight: 600; line-height: 1.6; color: var(--navy); margin: 0 0 .6em; }

/* ---------- services hub ---------- */
.hub-top .sv-h { max-width: 1000px; }
.hub-lede { display: grid; grid-template-columns: 280px 1fr; gap: 40px; margin: 34px 0 48px; }
.hub-lede .eyebrow-link { color: var(--pink); font-weight: 700; font-size: 15px; display: flex; align-items: flex-start; gap: 8px; margin: 0; }
.hub-lede-copy p, .hub-loc-body p { font-size: 14.5px; font-weight: 600; line-height: 1.6; margin: 0 0 1em; }
.hub-top .hub-lede-copy p { color: #fff; }

.hub-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.hub-card {
  display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, .5);
  padding: 14px 14px 18px; text-decoration: none; background: transparent;
  transition: background .2s ease, border-color .2s ease;
}
.hub-card:hover { background: rgba(255, 255, 255, .05); border-color: #fff; }
.hub-card-head { display: flex; align-items: center; gap: 16px; padding: 8px 6px 14px; }
.hub-card-go {
  width: 44px; height: 44px; flex: 0 0 44px; background: var(--green); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 18px;
}
.hub-card-title { color: #fff; font-size: clamp(20px, 2.1vw, 30px); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; line-height: 1.15; }
.hub-card-media img { width: 100%; height: 360px; object-fit: cover; display: block; }
.hub-card-body { display: block; padding: 14px 6px 0; }
.hub-card-body p { color: rgba(255, 255, 255, .95); font-size: 13px; font-weight: 600; line-height: 1.55; margin: 0; }

.hub-loc { background: var(--ice); padding: clamp(56px, 7vw, 96px) 0; }
.hub-loc-head { margin-bottom: 20px; }
.hub-loc-title { font-size: clamp(34px, 5.7vw, 82px); font-weight: 600; line-height: 1.04; letter-spacing: -.015em; color: var(--navy); margin: 0 0 18px; }
.hub-loc-body p { color: var(--navy); }
.hub-group { margin-top: 48px; }
.hub-country { text-align: center; font-size: clamp(34px, 5.7vw, 82px); font-weight: 600; letter-spacing: -.015em; color: var(--navy); margin: 0 0 30px; }
.hub-pills { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1250px; margin: 0 auto; }
.hub-pill {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 48px; padding: 10px 12px; font-size: 14px; font-weight: 600;
}
.hub-pill-a { background: var(--pink); color: #fff; }
.hub-pill-b { background: #f4fbff; color: var(--navy); }
.hub-pill-c { background: var(--navy-deep); color: #fff; }

/* responsive */
@media (max-width: 1080px) {
  .sv-cols-right, .sv-cols-trio, .sv-cols-left { grid-template-columns: 1fr 380px; }
  .sv-cols-left { grid-template-columns: 380px 1fr; }
  .hub-card-media img { height: 280px; }
}
@media (max-width: 900px) {
  .sv-cols-right, .sv-cols-trio, .sv-cols-left { grid-template-columns: 1fr; }
  .sv-cols-left .sv-copy { order: 1; }
  .sv-cols-left .sv-media { order: 2; }
  .sv-trio-row { gap: 24px; }
  .sv-pair-grid { gap: 24px; }
  .why-cards-row { grid-template-columns: 1fr; }
  .hub-lede { grid-template-columns: 1fr; gap: 16px; }
  .hub-cards { grid-template-columns: 1fr; }
  .hub-pills { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .sv-pair-grid, .sv-trio-row { grid-template-columns: 1fr; }
  .hub-pills { grid-template-columns: 1fr 1fr; }
  .hub-card-media img { height: 210px; }
}

/* ==========================================================================
   Ninja Forms — Customs Quote Calculator, styled to match the live form.

   Scoped to the Contact page form slot. The live form's fields: option cards
   for service/urgency, square #ccd7e1 inputs in a two-column grid, small
   bold labels, red "Send enquiry →" button.
   ========================================================================== */

.form-slot .nf-form-cont { font-family: inherit; }
.form-slot .nf-form-content { padding: 0; }
.form-slot .nf-form-content nf-fields-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px;
}
.form-slot .nf-form-content nf-field { display: block; grid-column: 1 / -1; }
.form-slot .nf-form-content nf-field:has(> .gq-half) { grid-column: span 1; }
.form-slot .nf-field-container { margin-bottom: 18px; }

.form-slot .nf-field-label label,
.form-slot .nf-field-label .nf-label-span {
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: #0a1f33; margin-bottom: 8px; display: inline-block;
}
.form-slot .nf-field-description { font-size: 13px; color: #5c6f7c; margin: -2px 0 10px; }
.form-slot .nf-field-description p { margin: 0; }

.form-slot .gq-head {
  font-size: 26px; font-weight: 700; color: #0a1f33; letter-spacing: -.015em;
  margin: 26px 0 6px; padding-top: 26px; border-top: 1px solid #e4eaef;
}
.form-slot .gq-sub { font-size: 13px; color: #5c6f7c; margin: 0 0 4px; }

.form-slot .nf-field-element input[type="text"],
.form-slot .nf-field-element input[type="email"],
.form-slot .nf-field-element input[type="tel"],
.form-slot .nf-field-element input[type="date"],
.form-slot .nf-field-element textarea {
  width: 100%; background: #fff; border: 1px solid #ccd7e1; border-radius: 0;
  padding: 13px 14px; font: inherit; font-size: 15px; color: #0a1f33;
}
.form-slot .nf-field-element input:focus,
.form-slot .nf-field-element textarea:focus { outline: 2px solid #071d33; outline-offset: 0; border-color: #071d33; }
.form-slot .nf-field-element textarea { min-height: 110px; resize: vertical; }

/* option cards (service / urgency radios) */
.form-slot .gq-options .nf-field-element ul {
  list-style: none; margin: 4px 0 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.form-slot .gq-options .nf-field-element li { margin: 0; position: relative; }
.form-slot .gq-options .nf-field-element input[type="radio"] {
  position: absolute; opacity: 0; width: 1px; height: 1px;
}
.form-slot .gq-options .nf-field-element label {
  display: block; cursor: pointer; border: 1px solid #ccd7e1; background: #f5f8fb;
  padding: 14px 16px; font-size: 14px; font-weight: 600; color: #0a1f33;
  line-height: 1.4; margin: 0; text-transform: none; letter-spacing: 0;
  transition: all .15s ease;
}
.form-slot .gq-options .nf-field-element label:hover { border-color: #071d33; }
.form-slot .gq-options .nf-field-element input[type="radio"]:checked + label,
.form-slot .gq-options .nf-field-element input[type="radio"]:checked ~ label {
  background: #071d33; border-color: #071d33; color: #fff;
}
.form-slot .gq-options .nf-field-element input[type="radio"]:focus-visible + label { outline: 3px solid #e1234a; outline-offset: 2px; }

/* submit */
.form-slot input[type="button"].ninja-forms-field,
.form-slot .nf-field-element input[type="submit"],
.form-slot .submit-container input {
  background: #e1234a; color: #fff; border: 0; border-radius: 0; cursor: pointer;
  padding: 16px 30px; font: inherit; font-size: 15px; font-weight: 700;
  transition: background .2s ease, box-shadow .2s ease; width: auto;
}
.form-slot input[type="button"].ninja-forms-field:hover,
.form-slot .submit-container input:hover { background: #0a1f33; box-shadow: 0 10px 22px rgba(10, 31, 51, .18); }

/* validation + success */
.form-slot .nf-error .nf-field-element input,
.form-slot .nf-error .nf-field-element textarea { border-color: #e1234a; }
.form-slot .nf-error-msg { color: #e1234a; font-size: 12.5px; font-weight: 600; margin-top: 5px; }
.form-slot .nf-response-msg h3 { font-size: 26px; color: #0a1f33; margin: 0 0 10px; }
.form-slot .nf-response-msg p { font-size: 15px; color: #3b4f63; }

@media (max-width: 640px) {
  .form-slot .nf-form-content nf-fields-wrap { grid-template-columns: 1fr; }
  .form-slot .nf-form-content nf-field:has(> .gq-half) { grid-column: 1 / -1; }
  .form-slot .gq-options .nf-field-element ul { grid-template-columns: 1fr; }
}
