:root {
  --brand-blue: #20419a;
  --brand-blue-deep: #234aa3;
  --brand-blue-hover: #1560ad;
  --brand-blue-light: #5b7ec9;
  --brand-accent: #fbc809;
  --heading: #272727;
  --body-text: #727272;
  --muted-bg: #f3f3f3;
  --panel-grey: #f4f5f7;
  --card-surface: #ffffff;
  --card-border: #e8e8ea;
  --text-muted: #666666;
  --slider-card-title: clamp(1.65rem, 2.3vw, 1.9rem);
  --slider-card-year: clamp(2.85rem, 4.75vw, 3.75rem);
  --slider-card-lead: 0.82rem;
  --slider-card-body: 0.76rem;
  --slider-card-lead-color: #666666;
  --slider-card-body-color: #8a8a8a;
  --slider-card-line: 1.6;
  --topbar: #f0f0f0;
  --nav-muted: #595959;
  --container-max: 1200px;
  --header-height: 120px;
  /* Live .m8d-n is 2.5em on 14px html (=35px); rem keeps that size on our 17px body */
  --content-title: 2.1875rem;
  --content-rule-color: #ececec;
  --content-title-gap: 0.85em;
  --content-body-gap: 1.25em;
  --footer-legal-size: 12px;
  --footer-legal-line: 26px;
  --footer-legal-color: #595959;
  --footer-legal-tracking: 0.18em;
  --footer-social-size: 2.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
}

body {
  margin: 0;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--body-text);
  background: #fff;
}

p {
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avant Garde Book BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--heading);
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: var(--brand-blue);
  text-decoration: none;
}

a:hover {
  color: var(--brand-blue-hover);
}

/* Content prose links: colour alone is not enough for a11y.
   Scoped to body copy so cards/buttons/nav never inherit underlines. */
.site-main p a,
.site-main li a,
.site-main td a,
.site-main .news-article__content a,
.site-main .content-card__copy a,
.site-main .policy-content a,
.welcome-section .welcome-address a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.site-main p a:hover,
.site-main li a:hover,
.site-main td a:hover,
.site-main .news-article__content a:hover,
.site-main .content-card__copy a:hover,
.site-main .policy-content a:hover,
.welcome-section .welcome-address a:hover {
  text-decoration: underline;
}

.site-container {
  width: 88%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.site-env-bar {
  background: #000;
  color: #c8c8c8;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  padding: 0.55rem 0.75rem;
}

.site-navbar {
  min-height: var(--header-height);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site-logo {
  width: min(350px, 55vw);
  height: auto;
  display: block;
  aspect-ratio: 350 / 73;
}

.site-navbar .nav-link {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: 700;
  color: var(--nav-muted);
  padding: 0.65rem 1.25rem !important;
  border: 0;
  border-bottom: none !important;
  text-decoration: none;
  box-shadow: none;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active,
.site-navbar .nav-link.show,
.site-navbar .nav-link:focus,
.site-navbar .nav-link:focus-visible {
  color: var(--brand-blue);
  border: 0;
  border-bottom: none !important;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.site-navbar .nav-link i {
  margin-right: 0.4em;
  font-size: 1.2em;
  vertical-align: -0.1em;
}

@media (min-width: 992px) {
  .site-header {
    position: relative;
    z-index: 1030;
  }

  .site-navbar .navbar-nav {
    align-items: stretch;
  }

  .site-navbar .navbar-nav > .nav-item {
    display: flex;
    align-items: center;
  }

  .site-navbar .navbar-nav > .nav-item > .nav-link {
    position: relative;
    z-index: 2;
  }

  .site-navbar .nav-item.dropdown {
    position: relative;
  }

  .site-navbar .nav-item.dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-top: 0;
    overflow: visible;
    z-index: 1;
    transform: translateX(-50%) !important;
  }

  .site-navbar .nav-item.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: -1.5rem;
    right: -1.5rem;
    height: 0.75rem;
    background: transparent;
  }

  .site-navbar .nav-item.dropdown > .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -8px;
    left: var(--dropdown-pointer-left, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    filter: drop-shadow(0 -1px 0 #e5e5e5);
    pointer-events: none;
  }
}

.site-navbar .dropdown-menu {
  border-radius: 0;
  border-color: #e5e5e5;
  padding: 0.5rem 0 0.35rem;
  margin-top: 0;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.site-navbar .dropdown-item {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #666;
  padding: 0.55rem 1.1rem;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item.active,
.site-navbar .dropdown-item:active,
.site-navbar .dropdown-item:focus,
.site-navbar .dropdown-item:focus-visible {
  background: #f7f7f7;
  color: var(--brand-blue);
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.btn-brand {
  background: var(--brand-blue);
  border: 1px solid var(--brand-blue);
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.8rem 1.5rem;
}

.btn-brand:hover {
  background: var(--brand-accent);
  border-color: var(--brand-accent);
  color: var(--heading);
}

.btn-brand-outline {
  background: transparent;
  border: 1px solid var(--brand-blue);
  color: var(--brand-blue);
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.7rem 1.25rem;
}

.btn-brand-outline:hover {
  background: var(--brand-blue);
  color: #fff;
}

/* Home hero */
.home-intro {
  margin: 0;
}

.home-hero {
  position: relative;
  background: var(--brand-blue-deep);
  overflow-x: clip;
  overflow-y: visible;
  padding: 0.75rem 0 2rem;
}

.home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(35, 74, 163, 0.15);
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.home-hero__carousel {
  position: relative;
  width: 100%;
  /* Stage + controls stacked (controls must not overlay thumbs) */
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
}

@media (max-width: 767.98px) {
  .home-hero__carousel #fwdu3dcarDiv0 {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }
}

.home-hero__carousel #fwdu3dcarDiv0 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* Tall enough for 3D arc + reflection so thumbs aren't cramped / clipped high */
  height: 580px;
  min-height: 580px;
  max-height: 580px;
  opacity: 0;
  transition: opacity 0.35s ease;
  flex: 0 0 auto;
  overflow: hidden;
}

.home-hero__carousel.is-ready #fwdu3dcarDiv0 {
  opacity: 1;
}

.home-carousel__controls {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin: 0.35rem 0 0;
  padding: 0.15rem 0 0.35rem;
  height: 3.25rem;
  flex: 0 0 auto;
}

.home-carousel__nav {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  padding: 0;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  appearance: none;
  color: rgba(255, 255, 255, 0.9);
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-carousel__icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  pointer-events: none;
}

.home-carousel__nav:hover,
.home-carousel__nav:focus {
  color: #fff;
  transform: scale(1.08);
}

.page-home .fwdu3dcar-caption {
  display: none !important;
}

.page-home .fwdu3dcar-prev-button,
.page-home .fwdu3dcar-next-button,
.page-home .fwdu3dcar-large-prev-button,
.page-home .fwdu3dcar-large-next-button,
.page-home .fwdu3dcar-scrollbar {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Plugin ships Windows .cur files that macOS browsers render as a broken-image cursor. */
.page-home .home-hero__carousel #fwdu3dcarDiv0,
.page-home .home-hero__carousel #fwdu3dcarDiv0 * {
  cursor: grab !important;
}

.page-home .home-hero__carousel #fwdu3dcarDiv0 *:active {
  cursor: grabbing !important;
}

.page-home .home-carousel__nav,
.page-home .home-carousel__nav * {
  cursor: pointer !important;
}

.certs-strip {
  padding: 90px 0 65px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.page-about .certs-strip {
  border-bottom: 0;
}

.certs-strip__iso {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}

.certs-strip__badge {
  display: inline-block;
  line-height: 0;
}

.certs-strip__badge img {
  width: auto;
  height: 100px;
  max-width: 110px;
}

.certs-strip__sedex {
  display: inline-block;
  line-height: 0;
  margin-top: 2em;
}

.certs-strip__sedex img {
  width: auto;
  height: 72px;
  max-width: min(300px, 80vw);
}

.welcome-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  background-color: var(--brand-blue);
  color: #fff;
  text-align: center;
}

.welcome-section__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -25%;
  height: 150%;
  background-image: url("../img/world-map.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  will-change: transform;
}

.welcome-section__content,
.welcome-section__cta {
  position: relative;
  z-index: 1;
}

.welcome-section__title {
  margin: 0;
  color: #f3f3f3;
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.welcome-section__lead {
  margin: 0;
  color: #f3f3f3;
  font-size: 1.1em;
  line-height: 1.45;
  text-align: justify;
}

.welcome-section__rule {
  margin: 0;
  padding-top: 1.5em;
  border: 0;
}

.welcome-section__rule--after {
  padding-top: 1.5em;
  margin-bottom: 0;
}

.welcome-section__cta {
  margin-top: 0;
}

.welcome-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 280px;
  padding: 0.4em 1.75em;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.welcome-section__btn-text {
  display: inline-block;
  margin: 0.15em 0.25em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.welcome-section__btn:hover,
.welcome-section__btn:focus {
  background: #fff;
  border-color: #fff;
  color: var(--brand-blue);
}

.welcome-section__btn:hover .welcome-section__btn-text,
.welcome-section__btn:focus .welcome-section__btn-text {
  color: var(--brand-blue);
}

.welcome-section .welcome-address {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

.welcome-section .welcome-address a {
  color: #fff;
}

.welcome-section .welcome-address a:hover {
  color: #fff;
}

.welcome-section .welcome-address i {
  margin-right: 0.35em;
  font-size: 0.95em;
  vertical-align: -0.05em;
}

.news-tiles {
  background: var(--muted-bg);
  padding: 3.5rem 0 4rem;
}

.news-tiles__title {
  margin-bottom: 2rem;
  color: var(--brand-blue);
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 2.65rem);
  font-weight: 700;
}

.news-tiles__features {
  margin-bottom: 2.5rem;
}

.news-tiles__card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1em;
  height: 100%;
  min-height: 220px;
  padding: 22px;
  background: var(--brand-blue);
  color: #fff;
  box-shadow: 0 0.65em 1.5em rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.news-tiles__card:hover,
.news-tiles__card:focus-within {
  background: #fff;
  color: var(--brand-blue);
}

.news-tiles__card img {
  flex: 0 0 150px;
  width: 150px;
  max-width: 150px;
  height: auto;
  margin: 0;
  border: 1px solid #fff;
  object-fit: contain;
  background: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.news-tiles__card:hover img,
.news-tiles__card:focus-within img {
  border-color: var(--brand-blue);
}

.news-tiles__card h3 {
  margin: 0;
  flex: 1 1 auto;
  max-width: 275px;
  font-family: "Avant Garde Demi BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  color: inherit;
  position: relative;
  z-index: 1;
}

.news-tiles__card-link {
  color: inherit;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  text-decoration-line: none !important;
}

.news-tiles__card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.news-tiles__card-link:hover,
.news-tiles__card-link:focus,
.news-tiles__card-link:focus-visible,
.news-tiles__card-link:active,
.news-tiles__card-link:visited {
  color: inherit;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  text-decoration-line: none !important;
}

.news-tiles a,
.news-tiles a:hover,
.news-tiles a:focus,
.news-tiles a:active,
.news-tiles a:visited {
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  text-decoration-line: none !important;
}

.news-tiles__actions {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5em;
}

.news-tiles__actions-col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-tiles__actions-divider {
  margin: 0;
  padding: 1.5em 0 0;
  border: 0;
  width: 100%;
  max-width: 300px;
}

.news-tiles__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 0.5em 0.75em;
  border: 1px solid var(--brand-blue);
  border-radius: 0;
  background: #fff;
  color: var(--brand-blue);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-tiles__btn-text {
  margin: 4px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.news-tiles__btn:hover,
.news-tiles__btn:focus {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}

.news-tiles__btn i {
  margin: 4px;
  font-size: 1.1em;
  line-height: 1;
  width: auto;
  color: inherit;
}

@media (max-width: 767.98px) {
  .news-tiles__card {
    flex-direction: row;
    align-items: center;
    min-height: 0;
    padding: 1.25rem;
  }

  .news-tiles__card img {
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
  }

  .news-tiles__card h3 {
    max-width: none;
    font-size: 1.05rem;
  }

  .news-tiles__actions {
    flex-direction: column;
    gap: 0;
    padding-top: 3em;
  }

  .news-tiles__actions-col {
    flex: 1 1 auto;
    max-width: 100%;
    align-items: stretch;
  }

  .news-tiles__actions-divider,
  .news-tiles__btn {
    max-width: none;
  }

  .news-tiles__actions-col + .news-tiles__actions-col {
    padding-top: 1.5em;
  }
}

/* Shared panel cards (products, history, news, sectors) */
.content-card {
  background: #f5f5f5;
  border-radius: 18px;
  box-sizing: border-box;
}

.content-card__title {
  color: var(--brand-blue) !important;
  font-size: var(--slider-card-title);
  font-weight: 700;
  line-height: 1.15;
  text-align: center !important;
  margin: 0;
  padding: 0 1.5rem;
}

.content-card__copy {
  text-align: left;
  padding: 0 2rem 2.25rem;
}

.content-card__copy p {
  font-size: var(--slider-card-body);
  font-weight: 400;
  color: var(--slider-card-body-color);
  line-height: var(--slider-card-line);
  margin: 0 0 0.85rem;
}

.content-card__copy p:last-child {
  margin-bottom: 0;
}

.content-card__img {
  display: block;
  width: auto;
  max-width: 300px;
  height: auto;
  margin: 0 auto 1.35rem;
}

.news-card {
  background: #f5f5f5;
  border-radius: 18px;
  height: 100%;
  padding: 2rem 1.85rem;
  border: 0;
}

.news-card h3 {
  font-size: var(--slider-card-title);
  color: var(--brand-blue);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.news-card p {
  font-size: var(--slider-card-body);
  font-weight: 400;
  color: var(--slider-card-body-color);
  line-height: var(--slider-card-line);
  margin-bottom: 0;
}

.news-card__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto 1.25rem;
}

/* Latest News blog listing and article pages */
.page-news-list .news-blog,
.page-news-article .news-blog {
  background: #f3f3f3;
  padding: 2.5rem 0 4rem;
}

.page-news-article .news-blog {
  padding-top: 1.5rem;
  background: #fff;
}

.news-entry {
  display: flow-root;
  margin: 0 0 20px;
  background: #fff;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.news-entry:hover,
.news-entry:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.news-entry__media {
  float: left;
}

.news-entry__thumb {
  display: block;
  width: 140px;
  height: 140px;
  margin: 30px 22px 20px 28px;
  overflow: hidden;
  border: 6px solid #ececec;
  border-radius: 50%;
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.news-entry__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.news-entry__body {
  padding: 30px 30px 30px 0;
  overflow: hidden;
}

.news-entry__title {
  margin: 0 0 0.5rem;
  font-family: "Avant Garde Demi BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 600;
  color: var(--brand-blue);
}

.news-entry:hover .news-entry__title,
.news-entry:focus .news-entry__title {
  color: var(--brand-blue-hover);
}

.news-entry__excerpt {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--body-text);
}

.news-entry__more {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.9em;
  font-weight: 700;
  color: var(--brand-blue);
  text-decoration: none;
}

.news-entry__more i {
  font-size: 0.85em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.news-entry:hover .news-entry__more,
.news-entry:focus .news-entry__more {
  color: #1560ad;
}

.news-entry:hover .news-entry__more i,
.news-entry:focus .news-entry__more i {
  transform: translateX(2px);
}

.news-sidebar__figure {
  margin: 0;
}

.news-sidebar__figure img {
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
}

.page-news-article .news-sidebar__figure--article {
  margin: 0;
  line-height: 0;
}

.page-news-article .news-sidebar__figure--article img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  border: 6px solid #ececec;
  box-shadow: none;
  background: #fff;
}

.news-article {
  background: transparent;
  padding: 0;
}

.news-article__title {
  margin: 0 0 1.25rem;
  font-family: "Avant Garde Book BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--brand-blue);
  font-size: var(--content-title);
  font-weight: 400;
  line-height: 1.2;
}

.news-article__content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--body-text);
}

.news-article__content > :first-child {
  margin-top: 0;
}

.news-article__content p {
  margin-bottom: 1.1rem;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.news-article__content img {
  max-width: 100%;
  height: auto;
}

.news-article__content figure {
  margin: 0 0 1.5rem;
}

.news-article__content .wp-block-embed,
.news-article__content .x-resp-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.25rem 0;
  background: #111;
}

.news-article__content .wp-block-embed iframe,
.news-article__content .x-resp-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .news-entry__media {
    float: none;
  }

  .news-entry__thumb {
    width: 120px;
    height: 120px;
    max-height: none;
    margin: 1.5rem auto 1rem;
    border-radius: 50%;
  }

  .news-entry__thumb img {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 50%;
  }

  .news-entry__body {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .news-sidebar__figure img {
    max-width: 100%;
  }

  .page-news-article .news-sidebar__figure--article {
    max-width: 320px;
    margin: 0 auto 1.25rem;
  }
}

.quick-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  background: var(--brand-blue);
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  padding: 1.25rem;
  transition: background 0.2s ease;
}

.quick-tile:hover {
  background: var(--brand-accent);
  color: var(--heading) !important;
}

.page-hero {
  background: var(--brand-blue);
  padding: 30px 0;
  text-align: left;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #fff;
  font-weight: 700;
  text-align: left;
}

/* Sector hero — video background, copy left, image slides in from right */
.sector-hero {
  position: relative;
  overflow: hidden;
  padding: 65px 0;
  background: var(--brand-blue-deep);
}

.sector-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.sector-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(35, 74, 163, 0.2);
  pointer-events: none;
}

.sector-hero__inner {
  position: relative;
  z-index: 2;
}

.sector-hero__copy {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: justify;
}

.sector-hero__copy p {
  margin-bottom: 1rem;
}

.sector-hero__copy p:last-child {
  margin-bottom: 0;
}

.sector-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  padding: 0.575em 0.85em;
  border: 1px solid var(--brand-blue);
  border-radius: 0;
  background: #fff;
  color: var(--brand-blue);
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sector-hero__btn-text {
  display: inline-block;
  margin: 5px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: normal;
}

.sector-hero__btn:hover,
.sector-hero__btn:focus {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}

.sector-hero__media {
  text-align: center;
}

.sector-hero__image {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  transform: translate3d(60px, 0, 0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.sector-hero__image.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 991.98px) {
  .sector-hero {
    padding: 3rem 0;
  }

  .sector-hero__copy {
    font-size: 1.1em;
  }

  .sector-hero__btn {
    font-size: 1.5em;
  }

  .sector-hero__image {
    transform: translate3d(40px, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sector-hero__image {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.page-section {
  padding: 2.5rem 0;
  text-align: left;
}

.page-section.alt {
  background: var(--muted-bg);
}

.page-section h2,
.content-title {
  margin: 0 0 0;
  color: var(--brand-blue);
  text-align: left;
  font-size: var(--content-title);
  font-weight: 700;
  line-height: 1.4;
}

.content-rule {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 1;
  color: transparent;
}

.content-rule--heavy {
  border-top: 6px solid var(--content-rule-color);
  height: 0;
  margin-bottom: var(--content-title-gap);
}

.content-rule--after-title {
  padding-top: var(--content-body-gap);
}

.content-rule--section-gap {
  padding-top: 4em;
}

.content-block + .content-block {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* Deprecated: content uses full site-container width (not a centred 820px column) */
.content-narrow {
  max-width: none;
  margin: 0;
  text-align: left;
}

.section-heading {
  text-align: center;
  margin-bottom: 0.75rem;
}

.section-rule {
  border: 0;
  border-top: 1px solid #ddd;
  opacity: 1;
  width: 100%;
  margin: 0 auto 2rem;
}

.slide-rule {
  border: 0;
  border-top: 1px solid #ddd;
  opacity: 1;
  width: min(220px, 60%);
  margin: 0.85rem auto;
}

.slide-rule--top {
  margin-top: 0;
}

.about-aside {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.about-aside__img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  display: block;
}

.about-aside__btn {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 1.5rem;
}

.about-aside__btn:hover,
.about-aside__btn:focus {
  background: #fff;
  border-color: var(--brand-blue);
  color: var(--brand-blue);
}

.about-intro {
  background: #fff;
}

.about-intro p {
  color: var(--text-muted);
}

@media (min-width: 992px) {
  .about-intro .about-aside {
    margin-left: 0;
    margin-right: auto;
  }
}

.products-section {
  background: var(--panel-grey);
  padding: 3.25rem 0 3.5rem;
}

.products-section__title {
  color: var(--brand-blue) !important;
  text-align: center !important;
  font-size: clamp(2.35rem, 4.5vw, 3.15rem);
  font-weight: 700;
  margin: 0 0 2.75rem;
}

/* Shared card slider */
.card-slider {
  position: relative;
  width: min(1200px, 94%);
  margin: 0 auto;
  padding: 0 2.75rem;
}

.card-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  user-select: none;
  -webkit-user-select: none;
}

.card-slider__viewport::-webkit-scrollbar {
  display: none;
}

.card-slider__viewport.is-dragging {
  cursor: grabbing;
}

/* While mouse-dragging, disable snap so motion tracks 1:1 */
.card-slider__viewport.is-drag-scrolling {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.card-slider__track {
  display: flex;
  gap: 1.35rem;
}

.card-slider__card img {
  pointer-events: none;
}

.card-slider__card {
  flex: 0 0 auto;
  box-sizing: border-box;
  -webkit-user-drag: none;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

/* Slider card typography — shared scale for products; history years are larger */
.card-slider .product-card__title,
.card-slider .content-card__title {
  color: var(--brand-blue) !important;
  font-size: var(--slider-card-title);
  font-weight: 700;
  line-height: 1.1;
  text-align: center !important;
}

.card-slider .history-card__year {
  color: var(--brand-blue) !important;
  font-size: var(--slider-card-year);
  font-weight: 700;
  line-height: 1;
  text-align: center !important;
  margin: 0 0 1rem;
}

.card-slider .history-card__lead {
  color: var(--slider-card-lead-color);
  font-size: var(--slider-card-lead);
  font-weight: 700;
  line-height: var(--slider-card-line);
  margin: 0 0 0.6rem;
}

.card-slider .content-card__copy p,
.card-slider .history-card__text {
  color: var(--slider-card-body-color);
  font-size: var(--slider-card-body);
  font-weight: 400;
  line-height: var(--slider-card-line);
  margin: 0 0 0.45rem;
}

.card-slider--history .history-card__lead {
  font-size: 1rem;
}

.card-slider--history .history-card__text {
  font-size: 0.95rem;
}

.card-slider .content-card__copy p:last-child,
.card-slider .history-card__text:last-child {
  margin-bottom: 0;
}

/* Products cards — white cards on light grey panel */
.card-slider--products .product-card {
  background: var(--card-surface);
  border: 1px solid var(--card-border);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.product-card {
  padding: 2rem 0 0;
  text-align: center;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}

.product-card__title {
  min-height: 2.35em;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__img-wrap {
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.product-card__img {
  display: block;
  max-width: 230px;
  max-height: 145px;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  margin: 0;
}

.product-card__copy {
  margin-top: 0;
  flex: 1 1 auto;
  align-self: stretch;
}

.card-slider--products .content-card__copy p {
  font-size: 0.85rem;
}

/* Products slider nav — both buttons circular blue */
.card-slider--products .card-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.card-slider--products .card-slider__nav--prev {
  left: 0.15rem;
}

.card-slider--products .card-slider__nav--next {
  right: 0.15rem;
}

.card-slider--products .card-slider__nav:hover {
  background: var(--brand-blue-hover);
  color: #fff;
}

.history-section {
  background: var(--brand-blue);
  padding: 5rem 0 5.5rem;
  overflow: hidden;
}

.history-section__title {
  color: #fff !important;
  text-align: center !important;
  font-size: clamp(2rem, 3.5vw, 2.65rem);
  font-weight: 700;
  margin: 0 0 3rem;
}

/* History slider nav */
.card-slider--history .card-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.card-slider--history .card-slider__nav--prev {
  left: 0.15rem;
}

.card-slider--history .card-slider__nav--next {
  right: 0.15rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #1a357e;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  font-size: 1.25rem;
}

.card-slider--history .card-slider__nav:hover {
  color: var(--brand-blue-light);
}

.card-slider--history .card-slider__nav--next:hover {
  background: #fff;
  color: var(--brand-blue);
}

.card-slider--history .history-card {
  background: #ededed;
  text-align: center;
  min-height: 285px;
  padding: 2.1rem 1.65rem 1.85rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.history-card__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .card-slider {
    width: 94%;
  }
}

.iso-badges-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.iso-badges-section .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 1.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.iso-badge {
  display: inline-block;
  transition: transform 0.2s ease;
}

.iso-badge img {
  width: auto;
  max-width: 250px;
  height: auto;
  aspect-ratio: auto;
}

.iso-badge:hover {
  transform: translateY(-3px);
}

.staff-section h2.staff-section__title {
  margin: 0 0 2rem;
  color: var(--brand-blue);
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
}

.staff-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.staff-card__photo {
  width: min(290px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 6px solid #ececec;
  overflow: hidden;
  line-height: 0;
  background: #ececec;
}

.staff-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  transform: scale(1.04);
  transform-origin: center center;
}

.staff-card h3 {
  font-size: 1.35em;
  margin-bottom: 0.25rem;
  color: var(--body-text);
  font-weight: 700;
  text-decoration: none;
  border: 0;
}

.staff-card p {
  margin: 0;
  font-size: 1em;
  color: var(--body-text);
  text-decoration: none;
  border: 0;
}

.sector-panels {
  background: #fff;
  padding: 3rem 0 2.5rem;
}

.sector-panel {
  padding: 0 0 2.75rem;
  margin: 0;
}

.sector-panel:last-child {
  padding-bottom: 0;
}

.sector-panel__media {
  display: flex;
  align-items: flex-start;
}

.sector-panel__image {
  display: block;
  width: 100%;
  height: auto;
}

.sector-panel__body {
  border-top: 6px solid #ececec;
  padding-top: 1.15rem;
}

.sector-panel__body h2 {
  color: var(--brand-blue);
  font-size: var(--content-title);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.sector-panel__body p {
  font-size: 1.05em;
  font-weight: 400;
  color: #727272;
  line-height: 1.6;
  margin: 0 0 0.85rem;
}

.sector-panel__body p:last-child {
  margin-bottom: 0;
}

/* Bespoke polaroid flip board (matches live Cornerstone cards) */
.polaroid-section {
  background: var(--brand-blue);
  padding: 4rem 0 4.5rem;
}

.polaroid-board__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
  align-items: stretch;
}

.polaroid-card {
  perspective: 1000px;
  aspect-ratio: 1 / 1;
}

.polaroid-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.75s ease;
}

.polaroid-card:hover .polaroid-card__inner,
.polaroid-card:focus-within .polaroid-card__inner {
  transform: rotateY(180deg);
}

.polaroid-card__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0.35em 2em rgba(0, 0, 0, 0.15);
}

.polaroid-card__face--front {
  display: flex;
  flex-direction: column;
  padding: 0.85rem 0.85rem 0.65rem;
}

.polaroid-card__photo {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #eee;
  line-height: 0;
}

.polaroid-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
}

.polaroid-card__title {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.85rem 0.25rem 0.35rem;
  color: var(--brand-blue);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.polaroid-card__face--back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 1.5rem;
  transform: rotateY(180deg);
  text-align: center;
}

.polaroid-card__face--back p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #333;
}

.polaroid-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 1.75rem 1.5rem;
  background: #f3f3f3;
  box-shadow: 0 0.35em 2em rgba(0, 0, 0, 0.12);
  text-align: center;
}

.polaroid-middle__title {
  margin: 0 0 0.85rem;
  color: var(--brand-blue);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
}

.polaroid-middle__copy {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333;
}

@media (max-width: 991.98px) {
  .polaroid-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .polaroid-board__grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .polaroid-card__inner {
    transition: none;
  }
}

.sector-sub {
  background: #f5f5f5;
  border-radius: 18px;
  padding: 2rem 1.85rem;
  margin-bottom: 1.5rem;
}

.sector-sub h2 {
  color: var(--brand-blue);
  font-size: var(--slider-card-title);
  margin-bottom: 1rem;
}

.sector-sub p {
  font-size: var(--slider-card-body);
  font-weight: 400;
  color: var(--slider-card-body-color);
  line-height: var(--slider-card-line);
  margin-bottom: 0.75rem;
}

.sector-sub p:last-child {
  margin-bottom: 0;
}

.brands-section {
  background: #f3f3f3;
  padding: 6.5rem 0 7rem;
}

.brands-section__title {
  color: var(--brand-blue) !important;
  text-align: center !important;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  margin: 0 0 2.25rem;
}

.card-slider--brands .brand-card {
  min-height: 360px;
  padding: 1.75rem 0 0;
  text-align: left;
  background: #e7e7e7;
  border-color: #e7e7e7;
  box-shadow: none;
}

.card-slider--brands .brand-card__img-wrap {
  height: 90px;
  margin-bottom: 1rem;
  justify-content: flex-start;
  padding: 0 1.5rem;
}

.card-slider--brands .brand-card__img {
  max-width: 220px;
  max-height: 70px;
  margin: 0;
}

.card-slider--brands .brand-card__copy {
  padding: 0 1.5rem 1.5rem;
}

.card-slider--brands .brand-card__copy p {
  font-size: 0.85rem;
  text-align: left;
}

/* Split content pages (Quality Control, Sustainability, etc.) */
.content-page {
  background: #fff;
}

.content-page__main .content-block {
  margin-bottom: 0;
}

.content-page__main .content-block p {
  margin-top: 0;
}

.content-page__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}

.content-aside__img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: auto;
}

.content-aside__link {
  display: block;
}

.quality-note {
  font-style: italic;
  color: #888;
  margin-bottom: 0;
}

.quality-cert {
  margin-bottom: 0;
  width: 100%;
  max-width: 250px;
}

.quality-cert__img-link {
  display: block;
}

.quality-cert__img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: auto;
}

.quality-cert__download {
  display: inline-block;
  margin-top: 1rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-blue);
}

.quality-cert__download:hover {
  color: var(--brand-blue-hover);
  text-decoration: underline;
}

.quality-cert__download i {
  font-size: 0.75rem;
  margin-right: 0.15rem;
}

.contact-section {
  padding: 60px 0 130px;
  background: #fff;
}

.contact-section__row {
  --bs-gutter-x: 2rem;
}

.contact-map {
  display: block;
  line-height: 0;
}

.contact-map img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.contact-details {
  padding-top: 0;
  font-size: 1.3em;
  line-height: 1.6;
  color: #727272;
}

@media (min-width: 992px) {
  .contact-details {
    padding-left: 30px;
  }
}

.contact-details__item {
  margin: 0 0 2em;
}

.contact-details__item--last {
  margin-bottom: 0;
}

.contact-details__item i {
  color: var(--brand-blue);
  margin-right: 0.35em;
  font-size: 1em;
  vertical-align: baseline;
}

.contact-details__item a {
  color: var(--brand-blue);
  text-decoration: none;
}

.contact-details__item a:hover {
  color: var(--brand-blue-hover);
  text-decoration: underline;
}

.sds-list {
  columns: 1;
}

@media (min-width: 768px) {
  .sds-list {
    columns: 2;
  }
}

.sds-list label {
  display: block;
  margin-bottom: 0.45rem;
}

.policy-content h2 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  color: var(--brand-blue);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}

.policy-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: var(--brand-blue);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3;
}

.policy-content ul {
  padding-left: 1.25rem;
}

.cta-cards {
  background: #fff;
  padding: 2.5rem 0 2.5rem;
}

.cta-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cta-card {
  --cta-card-height: 220px;
  --cta-card-title-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: var(--cta-card-height);
  min-height: var(--cta-card-height);
  padding: 2rem 1.5rem;
  background: #20419a;
  color: #f3f3f3 !important;
  text-align: center;
  font-family: "Avant Garde Book BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--cta-card-title-size);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta-card--flip {
  position: relative;
  display: block;
  padding: 0;
  background: transparent;
  perspective: 1000px;
  font-size: var(--cta-card-title-size);
  font-weight: 700;
}

.cta-card__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-card--flip:hover .cta-card__inner,
.cta-card--flip:focus-within .cta-card__inner {
  transform: rotateX(180deg);
}

.cta-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.cta-card__face--front {
  background: #20419a;
  color: #f3f3f3;
  font-family: "Avant Garde Book BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--cta-card-title-size);
  font-weight: 700;
  line-height: 1.25;
}

.cta-card__face--back {
  background: #fff;
  color: var(--body-text);
  box-shadow: 0 0.35em 2em rgba(0, 0, 0, 0.15);
  transform: rotateX(180deg);
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 2rem 1.5rem;
  gap: 0.75rem;
}

.cta-card__face--back p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin: 0;
  font-size: 1em;
  color: inherit;
}

.cta-card__face--back i {
  font-size: 0.9em;
  color: var(--body-text);
}

.cta-card__face--back a {
  color: inherit;
  text-decoration: none;
}

.cta-card__face--back a:hover {
  color: var(--brand-blue);
}

.cta-cards__grid--animate {
  opacity: 0;
  transition: opacity 1000ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-cards__grid--animate.is-visible {
  opacity: 1;
}

.cta-card:not(.cta-card--flip):hover {
  background: var(--brand-blue-hover);
  color: #fff !important;
}

.site-footer {
  background: #fff;
  padding: 0 0 2.5rem;
  border-top: 0;
}

.footer-social {
  margin-bottom: 3rem;
  font-size: var(--footer-social-size);
  line-height: 1;
}

.footer-social a {
  color: var(--brand-blue);
  font-size: 1em;
  line-height: 1;
  margin: 0 0.45em;
  display: inline-block;
  vertical-align: middle;
}

.footer-social a:hover {
  color: var(--brand-blue-hover);
}

.site-footer__colophon {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--footer-legal-size);
  line-height: var(--footer-legal-line);
  color: var(--footer-legal-color);
  letter-spacing: var(--footer-legal-tracking);
  text-align: center;
}

.site-footer__colophon p {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  text-align: center;
}

.site-footer__colophon a {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

.site-footer__colophon a:hover {
  color: inherit;
}

@media (max-width: 767.98px) {
  .cta-cards__grid {
    grid-template-columns: 1fr;
  }

  .cta-card {
    --cta-card-height: 180px;
    --cta-card-title-size: 1.55rem;
    padding: 1.5rem 1rem;
  }

  .cta-card--flip {
    padding: 0;
  }

  .cta-card__face--back {
    font-size: 0.95rem;
    padding: 1.5rem 1rem;
  }
}

.videos-section {
  padding: 65px 0;
  background: #fff;
}

.video-card {
  margin-bottom: 0;
}

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #111;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card__title {
  margin: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
  color: var(--body-text);
}

.video-card__rule {
  margin: 0;
  padding-top: 2em;
  border: 0;
  border-top: 1px solid #e8e8e8;
  opacity: 1;
}

.video-card video {
  width: 100%;
  height: auto;
  background: #111;
}

@media (max-width: 991.98px) {
  :root {
    --header-height: auto;
  }

  .site-nav-offcanvas {
    background: #000;
    color: var(--brand-blue-light);
    border: 0;
  }

  .site-nav-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem 1.25rem;
  }

  .site-nav-offcanvas .offcanvas-body {
    padding: 0.75rem 1.25rem 1.75rem;
  }

  .site-navbar .nav-link {
    border: 0;
    border-bottom: none !important;
    padding: 1.05rem 0 !important;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    color: var(--brand-blue-light);
  }

  .site-navbar .nav-link:hover,
  .site-navbar .nav-link.active,
  .site-navbar .nav-link.show,
  .site-navbar .nav-link:focus,
  .site-navbar .nav-link:focus-visible {
    color: #fff;
  }

  .site-navbar .nav-item.dropdown > .dropdown-menu::before,
  .site-navbar .nav-item.dropdown > .dropdown-menu::after {
    display: none;
  }

  .site-navbar .dropdown-menu {
    background: transparent;
    border: 0;
    border-top: 0;
    box-shadow: none;
    padding: 0.1rem 0 0.65rem 0.85rem;
    margin: 0;
  }

  .site-navbar .dropdown-item {
    color: var(--brand-blue-light);
    font-size: 0.95rem;
    padding: 0.85rem 0;
  }

  .site-navbar .dropdown-item:hover,
  .site-navbar .dropdown-item.active,
  .site-navbar .dropdown-item:active,
  .site-navbar .dropdown-item:focus,
  .site-navbar .dropdown-item:focus-visible {
    background: transparent;
    color: #fff;
  }

  .welcome-section {
    padding: 5rem 0 4.25rem;
  }

  .welcome-section__lead {
    font-size: 1.05em;
  }

  .welcome-section__title {
    font-size: clamp(1.65rem, 6vw, 2rem);
  }

  .certs-strip {
    padding: 3.5rem 0 2.75rem;
  }

  .certs-strip__iso {
    gap: 1rem 1.5rem;
  }

  .certs-strip__badge img {
    height: 82px;
    max-width: 90px;
  }

  .certs-strip__sedex {
    margin-top: 1.5em;
  }

  .certs-strip__sedex img {
    height: 60px;
  }
}

/* reCAPTCHA / essential cookies notice */
.recaptcha-disclosure[hidden] {
  display: none !important;
}

.recaptcha-disclosure {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
}

.recaptcha-disclosure__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}

.recaptcha-disclosure__text {
  flex: 1 1 16rem;
  margin: 0;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #555;
}

.recaptcha-disclosure__text a {
  color: var(--brand-blue);
  text-decoration: none;
}

.recaptcha-disclosure__text a:hover {
  color: var(--brand-blue-hover);
  text-decoration: underline;
}

.recaptcha-disclosure__ok {
  flex-shrink: 0;
  min-width: 4.5rem;
  padding: 0.55rem 1.25rem;
  font-size: 0.8rem;
}
