/* ==========================================================================
   SNM International Limited — main stylesheet
   Palette, type scale and component styling replicated from snmint.com
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Fonts — self-hosted, identical files to the original site.
      Teko and Rubik are variable fonts, so one file covers every weight.
      Self-hosted rather than loaded from Google so the site renders the
      same everywhere, with no third-party request and nothing to block.
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/teko-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/teko-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/rubik-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/rubik-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   1. Design tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand colours (lifted from the original Elementor global kit) */
  --green-dark:  #004F21;
  --green-mid:   #00A600;
  --green-neon:  #00FF6B;
  --navy:        #1E3040;
  --navy-veil:   rgba(30, 48, 64, 0.77);
  --steel:       #244C6F;
  --charcoal:    #2A2A2A;
  --muted:       #6C6C6C;
  --grey-50:     #F6F6F6;
  --grey-200:    #E2E2E2;
  --white:       #FFFFFF;

  --font-display: "Teko", "Arial Narrow", sans-serif;
  --font-body:    "Rubik", "Helvetica Neue", Arial, sans-serif;

  --container: 1180px;
  --gutter: 1.25rem;

  --shadow-card: 0 0 10px rgba(0, 0, 0, 0.5);
  --shadow-soft: 0 12px 34px rgba(30, 48, 64, 0.12);

  --header-h: 92px;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img,
svg,
video { display: block; max-width: 100%; height: auto; }

a { color: var(--green-dark); text-decoration: none; transition: color 0.25s var(--ease); }
a:hover { color: var(--green-mid); }

ul, ol { margin: 0; padding: 0; list-style: none; }

/* --------------------------------------------------------------------------
   3. Typography
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1;
  color: var(--charcoal);
}

h1 { font-size: clamp(2.3rem, 7vw, 6rem); }
h2 { font-size: clamp(2rem, 5.5vw, 3.3rem); line-height: 0.95; }
h3 { font-size: clamp(1.6rem, 3.6vw, 3rem); }
h4 { font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.2; color: var(--steel); }
h5 { font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 0.9; }
h6 { font-family: var(--font-body); font-size: 1rem; font-weight: 500; color: var(--green-dark); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

/* Small all-caps label that sits above every section title */
.eyebrow {
  display: block;
  margin: 0 0 0.35em;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--green-dark);
}

.lead { font-size: clamp(1rem, 1.4vw, 1.2rem); letter-spacing: 1px; }

/* On dark backgrounds */
.on-dark,
.on-dark p { color: rgba(255, 255, 255, 0.86); }
.on-dark h1,
.on-dark h2,
.on-dark h3,
.on-dark h4,
.on-dark h5 { color: var(--white); }
.on-dark .eyebrow { color: var(--green-neon); }

/* --------------------------------------------------------------------------
   4. Layout helpers
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding: clamp(3rem, 7vw, 6rem) 0; }
.section--tight { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.section--light { background: var(--grey-50); }

.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.section-head { max-width: 760px; }
.section-head--center { margin-inline: auto; text-align: center; }

/* Dark image backdrop shared by every overlay section */
.backdrop {
  position: relative;
  isolation: isolate;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
}
.backdrop > * { position: relative; }
.backdrop--fixed { background-attachment: fixed; }

/* Touch devices (iOS especially) render background-attachment:fixed badly —
   the image zooms to the full page height and jitters while scrolling. */
@media (hover: none), (pointer: coarse) {
  .backdrop--fixed { background-attachment: scroll; }
}

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border: 2px solid var(--green-dark);
  background: var(--green-dark);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.3vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s var(--ease), background-color 0.3s var(--ease),
              color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.btn .ico { width: 20px; height: 20px; flex: 0 0 auto; }
.btn:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--green-dark);
  transform: translateY(-4px);
}

.btn--outline { background: transparent; border-color: var(--white); color: var(--white); }
.btn--outline:hover { background: var(--white); color: var(--green-dark); }

.btn--ghost {
  padding: 0;
  border: 0;
  background: none;
  color: var(--green-dark);
  letter-spacing: 1.6px;
}
.btn--ghost:hover { background: none; color: var(--green-mid); transform: translateX(4px); }

/* --------------------------------------------------------------------------
   6. Icons
   -------------------------------------------------------------------------- */
.ico { width: 1em; height: 1em; fill: currentColor; flex: 0 0 auto; }

/* --------------------------------------------------------------------------
   7. Header
   -------------------------------------------------------------------------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 20px;
  background: var(--green-dark);
  color: var(--white);
}
.skip-link:focus { left: 0; color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  box-shadow: 0 2px 14px rgba(30, 48, 64, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-block: 10px;
}

.brand { flex: 0 0 auto; display: block; }
.brand img { width: clamp(120px, 15vw, 190px); }

.header-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  min-width: 0;
}

.header-tagline {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.1vw, 2.1875rem); /* 35px at desktop */
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: var(--green-mid);
  text-align: right;
}

.header-phone {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.6vw, 1.4375rem); /* 23px */
  font-weight: 500;
  color: var(--green-dark);
  white-space: nowrap;
}
.header-phone .ico { width: 1.1em; height: 1.1em; }

/* Primary navigation */
.main-nav > ul { display: flex; align-items: center; }
.main-nav a {
  display: block;
  padding: 18px 20px;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.3125rem); /* 21px */
  font-weight: 600;
  color: var(--green-dark);
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  height: 2px;
  background: var(--green-mid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }

/* Mobile toggle */
.nav-toggle {
  display: none;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 10px;
  border: 0;
  background: none;
  color: var(--green-dark);
  cursor: pointer;
}
.nav-toggle .ico { width: 30px; height: 30px; }
.nav-toggle .ico--close { display: none; }
.nav-toggle[aria-expanded="true"] .ico--open { display: none; }
.nav-toggle[aria-expanded="true"] .ico--close { display: block; }

/* --------------------------------------------------------------------------
   8. Hero (home)
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 90vh;
  /* svh keeps the hero from jumping as mobile browser chrome shows/hides */
  min-height: 90svh;
  padding: clamp(4rem, 10vw, 7rem) 0;
  background: #101416 url("../images/hero-machining.gif") center center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.35);
}

.hero-kicker {
  margin: 0 0 0.25em;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 1.2;
  color: var(--white);
}

.hero-title {
  margin: 0;
  font-size: clamp(2.3rem, 7vw, 6rem);
  line-height: 0.9;
  color: var(--white);
  text-transform: uppercase;
}
.hero-title .accent { color: var(--green-neon); }

.hero .btn { margin-top: 35px; }

/* --------------------------------------------------------------------------
   9. Statement + contact card (home)
   -------------------------------------------------------------------------- */
.statement-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.statement-row h3 { color: var(--charcoal); }

.info-card {
  margin-top: -5em;
  padding: clamp(1.75rem, 3vw, 3rem);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.info-list { display: grid; gap: 1.35rem; }

.info-item { display: flex; align-items: flex-start; gap: 1rem; }
.info-item .ico {
  width: 26px;
  height: 26px;
  margin-top: 4px;
  color: var(--green-dark);
}
.info-item p { margin: 0; font-size: 1rem; line-height: 1.5; }
.info-item a { color: var(--muted); }
.info-item a:hover { color: var(--green-dark); }

.info-card .btn { margin-top: 1.75rem; }

/* --------------------------------------------------------------------------
   10. Full-width image band
   -------------------------------------------------------------------------- */
/* 364px desktop / 240px mobile — the original's spacer heights */
.image-band {
  height: clamp(240px, 28vw, 364px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Half-width variant used on the About page */
.image-band--half { width: 50%; }

/* --------------------------------------------------------------------------
   11. About block with dark-green stat panel
   -------------------------------------------------------------------------- */
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  /* Matches the outer edges to the .container gutter on wide screens
     while the green panel still bleeds to the edge of the viewport. */
  --bleed: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
}

.stat-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: clamp(2rem, 5vw, 4rem);
  padding-left: var(--bleed);
  background: var(--green-dark);
  color: var(--white);
}
.stat-panel .ico { width: 56px; height: 56px; color: var(--green-neon); }

.about-copy { padding: clamp(2rem, 5vw, 4rem); padding-right: var(--bleed); }
.about-copy h2 { color: var(--charcoal); }
.about-copy h2 + p { margin-bottom: 1.6em; }

/* Counter typography (shared) */
.counter {
  display: flex;
  align-items: flex-start;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
}
.counter .super {
  font-size: 0.45em;
  font-weight: 400;
  padding-left: 5px;
  transform: translateY(0.35em);
}
.counter-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  color: var(--white);
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   12. Certifications
   -------------------------------------------------------------------------- */
.cert-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); }
.cert-row > * { height: clamp(170px, 20vw, 260px); }
.cert-row .cert-logo { display: flex; align-items: center; justify-content: center; padding: 1.5rem; background: var(--grey-50); }
.cert-row .cert-logo img { max-height: 100%; width: auto; object-fit: contain; }
.cert-row .cert-photo img { width: 100%; height: 100%; object-fit: cover; }

/* --------------------------------------------------------------------------
   13. Stats strip (dark, 3 counters)
   -------------------------------------------------------------------------- */
.stats-strip { padding: clamp(3rem, 6vw, 6rem) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.stat { display: flex; flex-direction: column; gap: 0.5rem; }
.stat .ico { width: 52px; height: 52px; color: var(--green-neon); }

/* --------------------------------------------------------------------------
   14. Service cards
   -------------------------------------------------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.service-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.75rem, 3vw, 2rem) clamp(1.5rem, 3.5vw, 3rem);
  border: 2px solid var(--green-dark);
  background: var(--white);
  overflow: hidden;
  transition: transform 0.35s var(--ease);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--green-dark);
  transform: translateY(101%);
  transition: transform 0.4s var(--ease);
}
.service-card:hover { transform: translateY(-6px); }
.service-card:hover::before { transform: translateY(0); }

.service-card .card-icon { width: 50px; height: 50px; color: var(--green-dark); transition: color 0.35s var(--ease); }
.service-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.2;
  color: var(--green-dark);
  transition: color 0.35s var(--ease);
}
.service-card p { margin: 0; font-size: 0.95rem; color: var(--muted); transition: color 0.35s var(--ease); }
.service-card .btn--ghost { margin-top: auto; padding-top: 0.5rem; }

.service-card:hover .card-icon,
.service-card:hover h3,
.service-card:hover .btn--ghost { color: var(--white); }
.service-card:hover p { color: var(--grey-50); }

/* --------------------------------------------------------------------------
   15. CTA + contact form
   -------------------------------------------------------------------------- */
.cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.form-card { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--white); box-shadow: var(--shadow-soft); }
.form-card h3 { color: var(--charcoal); }

.contact-form { display: grid; gap: 1rem; }
.field { display: grid; gap: 0.35rem; }
.field label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--charcoal);
}
.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--grey-200);
  border-radius: 0;
  background: var(--grey-50);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.5;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green-dark);
  box-shadow: 0 0 0 3px rgba(0, 79, 33, 0.12);
}
.field input:user-invalid,
.field textarea:user-invalid { border-color: #c0392b; }

/* Honeypot — hidden from people, visible to bots */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note { margin: 0; font-size: 0.8rem; color: var(--muted); }
.form-status { margin: 0; padding: 0.75rem 1rem; font-size: 0.9rem; display: none; }
.form-status.is-ok { display: block; background: #e8f5ec; color: #04612c; }
.form-status.is-error { display: block; background: #fdecea; color: #a12a1c; }

/* --------------------------------------------------------------------------
   16. Clients carousel
   -------------------------------------------------------------------------- */
.carousel { position: relative; }
.carousel-viewport { overflow: hidden; }
.carousel-track {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  transition: transform 0.55s var(--ease);
  will-change: transform;
}
.carousel-slide {
  flex: 0 0 calc((100% - 4 * clamp(1rem, 2vw, 2rem)) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--grey-200);
}
.carousel-slide img { max-height: 90px; width: auto; object-fit: contain; filter: grayscale(1); opacity: 0.75; transition: filter 0.3s var(--ease), opacity 0.3s var(--ease); }
.carousel-slide:hover img { filter: grayscale(0); opacity: 1; }

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--green-dark);
  color: var(--white);
  cursor: pointer;
  transition: background-color 0.25s var(--ease);
}
.carousel-btn:hover { background: var(--green-mid); }
.carousel-btn .ico { width: 20px; height: 20px; }
.carousel-btn--prev { left: -12px; }
.carousel-btn--next { right: -12px; }

/* --------------------------------------------------------------------------
   17. Page banner (inner pages)
   -------------------------------------------------------------------------- */
.page-banner {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55vh;
  min-height: 55svh;
  padding: clamp(3rem, 8vw, 6rem) 0;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.page-banner h1 {
  margin: 0 0 0.3em;
  font-size: clamp(2rem, 8vw, 7.6rem);
  color: var(--white);
}

.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.6rem; font-size: 0.9rem; }
.breadcrumb a,
.breadcrumb span { color: var(--white); }
.breadcrumb a:hover { color: var(--green-neon); }
.breadcrumb .sep { width: 14px; height: 14px; fill: var(--white); }

/* --------------------------------------------------------------------------
   18. Service detail rows
   -------------------------------------------------------------------------- */
.svc-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.svc-row + .svc-row { margin-top: clamp(3rem, 6vw, 5rem); }
.svc-row--flip .svc-media { order: -1; }

.svc-media img { width: 100%; height: clamp(260px, 36vw, 440px); object-fit: cover; }
.svc-copy h2 { color: var(--charcoal); }

/* --------------------------------------------------------------------------
   19. Two-column "who we are / what we do" panels
   -------------------------------------------------------------------------- */
.panel-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); align-items: stretch; }
.panel { display: flex; flex-direction: column; gap: 1rem; }
.panel h3 { color: var(--charcoal); }
.panel-hours { font-size: 0.9rem; }
.panel-cta { display: flex; align-items: center; gap: 0.9rem; margin-top: auto; padding-top: 1rem; }
.panel-cta .ico { width: 34px; height: 34px; color: var(--green-dark); }
.panel-cta .label { display: block; font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 1.6px; color: var(--green-dark); text-transform: uppercase; line-height: 1.1; }
.panel-cta .num { display: block; font-family: var(--font-body); font-size: 1.1rem; font-weight: 500; color: var(--charcoal); }
/* Centre column photo. The source is 1000x750, so it is shown at its own
   4:3 ratio and centred between the two text columns — never stretched to
   the height of whichever column happens to be tallest. */
.panel-media { display: flex; align-items: center; justify-content: center; align-self: center; }
.panel-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.pillar-list { display: grid; gap: 0.75rem; }
.pillar-list h3 { margin: 0; display: flex; align-items: baseline; gap: 0.6rem; font-size: clamp(1.3rem, 2.4vw, 2rem); color: var(--charcoal); }
.pillar-list .dot { color: var(--green-mid); }

/* --------------------------------------------------------------------------
   20. Gallery
   -------------------------------------------------------------------------- */
.gallery-grid { columns: 4; column-gap: 14px; }
.gallery-grid figure { margin: 0 0 14px; break-inside: avoid; }
.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--grey-200);
  cursor: zoom-in;
}
.gallery-item img { width: 100%; transition: transform 0.5s var(--ease), filter 0.4s var(--ease); }
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy-veil);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item .zoom {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}
.gallery-item .zoom .ico { width: 40px; height: 40px; fill: var(--white); }
.gallery-item:hover .zoom { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(16, 20, 22, 0.94);
}
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox-btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
  transition: background-color 0.25s var(--ease);
}
.lightbox-btn:hover { background: var(--green-dark); }
.lightbox-btn .ico { width: 22px; height: 22px; }
.lightbox-close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.lightbox-prev { left: clamp(0.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox-next { right: clamp(0.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox-count { position: absolute; bottom: clamp(1rem, 3vw, 2rem); left: 0; right: 0; text-align: center; color: rgba(255, 255, 255, 0.7); font-size: 0.85rem; }

/* --------------------------------------------------------------------------
   21. Contact page
   -------------------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-details h2 { color: var(--charcoal); }
.contact-details .info-list { margin-top: 1.75rem; }

.social-row { display: flex; gap: 0.75rem; margin-top: 1.75rem; }
.social-row a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--green-dark);
  color: var(--white);
  transition: background-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.social-row a:hover { background: var(--green-mid); color: var(--white); transform: translateY(-3px); }
.social-row .ico { width: 18px; height: 18px; }

.map-section { padding-bottom: clamp(2rem, 5vw, 4rem); }
.map-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}
.map-head h3 { margin: 0; color: var(--charcoal); font-size: clamp(1.35rem, 2.6vw, 2.1rem); }

.map-embed { position: relative; width: 100%; height: clamp(300px, 45vw, 480px); background: var(--grey-200); }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* --------------------------------------------------------------------------
   22. Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, 0.78); padding-top: clamp(3rem, 6vw, 6rem); }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 3rem); padding-bottom: clamp(2.5rem, 6vw, 6rem); }

.footer-brand img { width: clamp(150px, 38%, 220px); margin-bottom: 1.25rem; }
.footer-brand p { font-size: 0.9rem; }

.footer-col h4 { color: var(--white); margin-bottom: 0.65rem; }
.footer-rule { width: 60px; height: 3px; margin-bottom: 1.25rem; background: var(--green-mid); border: 0; }

.footer-links { display: grid; gap: 0.6rem; }
.footer-links a { display: inline-flex; align-items: center; gap: 0.55rem; color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; }
.footer-links a:hover { color: var(--green-neon); }
.footer-links .ico { width: 14px; height: 14px; color: var(--green-mid); }

.footer-contact { display: grid; gap: 0.85rem; }
.footer-contact li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.95rem; }
.footer-contact .ico { width: 16px; height: 16px; margin-top: 4px; color: var(--green-mid); }
.footer-contact a { color: rgba(255, 255, 255, 0.78); }
.footer-contact a:hover { color: var(--green-neon); }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.14); padding: 1.25rem 0; text-align: center; }
.footer-bottom p { margin: 0; font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); }

/* Floating call button (mobile) */
.call-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 18px;
  background: var(--green-dark);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 1.5px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}
.call-fab:hover { color: var(--white); background: var(--green-mid); }
.call-fab .ico { width: 18px; height: 18px; }

/* --------------------------------------------------------------------------
   23. Scroll reveal
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

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

/* --------------------------------------------------------------------------
   24. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .gallery-grid { columns: 3; }
  .carousel-slide { flex-basis: calc((100% - 3 * clamp(1rem, 2vw, 2rem)) / 4); }
  .carousel-btn--prev { left: 4px; }
  .carousel-btn--next { right: 4px; }
}

@media (max-width: 1024px) {
  :root { --header-h: 76px; }

  .header-phone { display: none; }

  .nav-toggle { display: block; }

  .header-main {
    position: static;
    align-items: flex-end;
  }
  .header-tagline { font-size: 1.15rem; }

  .main-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    background: var(--green-dark);
    transform: translateY(-120%);
    transition: transform 0.35s var(--ease);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
  }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav > ul { flex-direction: column; align-items: stretch; padding: 8px; }
  .main-nav a { padding: 12px 19px; font-size: 1rem; color: var(--white); }
  .main-nav a::after { display: none; }
  .main-nav a:hover,
  .main-nav a[aria-current="page"] { background: var(--white); color: var(--green-dark); }

  .about-split { grid-template-columns: 1fr; }
  .stat-panel { align-items: flex-start; }

  .panel-grid { grid-template-columns: 1fr 1fr; }
  .panel-media { grid-column: 1 / -1; order: -1; }
  .panel-media img { width: 100%; max-width: 620px; }

  .image-band--half { width: 100%; }

  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .call-fab { display: inline-flex; }
}

@media (max-width: 860px) {
  .statement-row,
  .cta-row,
  .contact-grid,
  .svc-row { grid-template-columns: 1fr; }

  .svc-row--flip .svc-media { order: 0; }
  .info-card { margin-top: 0; }
  .gallery-grid { columns: 2; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .carousel-slide { flex-basis: calc((100% - 2 * clamp(1rem, 2vw, 2rem)) / 3); }
}

@media (max-width: 600px) {
  .grid--2,
  .grid--3,
  .cert-row,
  .stats-grid,
  .services-grid,
  .panel-grid,
  .footer-grid { grid-template-columns: 1fr; }

  .header-tagline { display: none; }
  .brand img { width: 118px; }

  .cert-row .cert-logo { min-height: 130px; }
  .carousel-slide { flex-basis: calc((100% - 1 * clamp(1rem, 2vw, 2rem)) / 2); }
  .backdrop--fixed { background-attachment: scroll; }
  .hero { min-height: 78vh; }
  .page-banner { min-height: 38vh; }
  .map-head { flex-direction: column; align-items: flex-start; }
  .map-head .btn { width: 100%; justify-content: center; }
}

@media (max-width: 420px) {
  .gallery-grid { columns: 1; }
  .carousel-slide { flex-basis: 100%; }
}

/* --------------------------------------------------------------------------
   25. Print
   -------------------------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .call-fab, .carousel-btn, .lightbox { display: none !important; }
  body { color: #000; }
  .backdrop::before, .hero::before, .page-banner::before { display: none; }
}
