/* ANSIC — live Divi visual language, cleaner HTML */
:root {
  --navy: #103456;
  --navy-deep: #0c253d;
  --gold: #e4a025;
  --text: #39414d;
  --muted: #6c6c6c;
  --cyan: #48a5dc;
  --wp-blue: #0693e3;
  --white: #ffffff;
  --off: #f2f2f2;
  --grey: #e7e7e7;
  --footer-copy: #212828;
  --copy-text: #b2b2b1;
  --max: 1200px;
  --header-max: 1290px;
  /* Sticky .site-header is 84px on desktop (min-height) and ~70px on small screens */
  --sticky-header: 84px;
  --scroll-offset: calc(var(--sticky-header) + 24px);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; border-radius: 14px; }
.logo img,
.footer-logo img,
.members__card img,
.careers-path__logo img,
.form-card__brand img,
.apply-gate__logo img,
.track-brand img { border-radius: 0; }

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--cyan); }

h1, h2, h3, h4 {
  font-family: "Asap Condensed", Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 0.55em;
}

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

ul { margin: 0 0 1em; padding-left: 1.15em; }

.wrap {
  width: 88%;
  max-width: var(--max);
  margin: 0 auto;
}

.wrap-wide {
  width: 90%;
  max-width: var(--header-max);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--navy);
  padding: 8px 16px;
  z-index: 1000;
}
.skip-link:focus { left: 12px; top: 12px; }

/* Header — live Theme Builder: logo | centred nav | tools */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 200;
  padding: env(safe-area-inset-top, 0px) 0 0;
}

.site-header__inner {
  width: 100%;
  max-width: var(--header-max);
  margin: 0 auto;
  padding: 0 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  column-gap: 8px;
}

.logo {
  justify-self: start;
  grid-column: 1;
}

.logo img {
  width: 119px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  grid-column: 2;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list > li {
  position: relative;
  padding-left: 11px;
  padding-right: 11px;
}

.nav-list > li > a:not(.btn-contact-nav) {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0;
  color: var(--white);
  line-height: 1.3em;
  padding: 29px 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.nav-list > li.has-sub > a:not(.btn-contact-nav) { padding-right: 2px; }

.nav-list > li > a:not(.btn-contact-nav)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-list > li > a:not(.btn-contact-nav):hover,
.nav-list > li > a:not(.btn-contact-nav)[aria-current="page"],
.nav-list > li.has-sub:hover > a {
  color: var(--cyan);
}

.nav-list > li > a:not(.btn-contact-nav):hover::after,
.nav-list > li > a:not(.btn-contact-nav)[aria-current="page"]::after,
.nav-list > li.has-sub:hover > a::after {
  transform: scaleX(1);
}

.nav-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  vertical-align: 1px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 220px;
  background: var(--navy);
  list-style: none;
  margin: 0;
  padding: 14px 22px 16px;
  z-index: 50;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.has-sub:hover > .sub-menu,
.has-sub:focus-within > .sub-menu,
.has-sub.open > .sub-menu { display: block; }

.has-sub:hover > .sub-menu--services,
.has-sub:focus-within > .sub-menu--services,
.has-sub.open > .sub-menu--services {
  display: grid;
}

.sub-menu--services {
  left: 0;
  width: 680px;
  min-width: 680px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto repeat(4, auto);
  grid-auto-flow: column;
  column-gap: 0;
  padding: 20px 8px 18px;
  background-color: var(--navy);
  background-image: linear-gradient(var(--gold), var(--gold));
  background-size: 1px calc(100% - 36px);
  background-repeat: no-repeat;
  background-position: center 18px;
}

.sub-menu--services > li:nth-child(-n+5) { padding: 0 28px 0 20px; }
.sub-menu--services > li:nth-child(n+6) { padding: 0 20px 0 28px; }

.sub-menu__heading {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--white);
  padding: 4px 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sub-menu__heading a {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 0 0 8px;
  border-bottom: 0;
  justify-content: flex-start;
}
.sub-menu__heading a:hover { color: var(--cyan); }

.sub-menu a {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.sub-menu a::after,
.sub-menu--about a::after { content: none; }

.sub-menu li:last-child a,
.sub-menu--services > li:nth-child(5) a,
.sub-menu--services > li:nth-child(10) a { border-bottom: 0; }

.sub-menu a:hover { color: var(--gold); }

.header-tools {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 11px;
  grid-column: 3;
}

.header-search,
.header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin: 0 4px;
  line-height: 0;
  width: 36px;
  height: 36px;
}

.header-search:hover,
.header-phone:hover { color: var(--white); opacity: 0.7; }
.header-search svg,
.header-phone svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  paint-order: stroke fill;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.socials {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.socials a {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
}

.socials a:hover { border-color: var(--gold); color: var(--gold); }
.socials svg { width: 13px; height: 13px; fill: currentColor; }

.btn-contact-nav {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  color: var(--white) !important;
  background: var(--gold);
  border: 0;
  border-radius: 3px;
  height: 36px;
  padding: 0 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn-contact-nav > span {
  display: block;
  line-height: 1;
  transform: translateY(-0.5px);
}
.btn-contact-nav:hover { background: var(--cyan); color: var(--white) !important; }

.nav-contact-mobile,
.nav-access { display: none; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  margin-left: auto;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }

/* Buttons — live gold CTA and navy Learn more */
.btn {
  display: inline-block;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 5px;
  padding: 12px 40px;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.btn-gold:hover { background: var(--cyan); border-color: var(--cyan); color: var(--white); }

.btn-ghost {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold);
}
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }

.btn-navy {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 4px;
}
.btn-navy:hover { background: var(--cyan); border-color: var(--cyan); color: var(--white); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  margin-top: 22px;
}

/* Homepage full-bleed video — same treatment as live */
.hero-video {
  position: relative;
  height: 560px;
  min-height: 560px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--navy-deep) center / cover no-repeat;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy-deep);
  opacity: 0.4;
  z-index: 1;
}

.hero-video .wrap {
  position: relative;
  z-index: 2;
  padding: 48px 0;
}

.hero-video h1 {
  color: var(--white);
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.15;
  max-width: none;
  white-space: nowrap;
  margin-bottom: 14px;
}

.hero-video .lede {
  color: var(--white);
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  max-width: 40rem;
}

.hero-video .btn-ghost {
  border-color: var(--gold);
  color: var(--gold);
}
.hero-video .btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }

/* Inner pages — one generous photo + copy, not a 3-thumb collage */
.hero-photo {
  padding: 20px 0 28px;
  background: var(--white);
}
.hero-photo .crumbs {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--muted);
}
.hero-photo .crumbs a { color: var(--navy); }
.hero-photo .crumbs span { margin: 0 6px; color: var(--muted); }
.hero-photo__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: center;
}
.hero-photo__copy h1 {
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 0;
  color: var(--navy);
  max-width: 16ch;
}
.hero-photo__copy h2 {
  text-transform: uppercase;
  font-size: 34px;
  color: var(--navy);
}
.hero-photo--group .hero-photo__copy h2 {
  font-size: 26px;
  max-width: 28ch;
}
.hero-photo .lede {
  color: var(--text);
  font-size: 16px;
  max-width: 38rem;
}
.hero-photo .bleed-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 14px;
}
.hero-photo--group { padding-top: 28px; }

/* Careers — full-bleed hero, then one side-by-side choice, then the form */
.photo-hero,
.careers-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--navy-deep) center / cover no-repeat;
}
.photo-hero::before,
.careers-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy-deep);
  opacity: 0.42;
  z-index: 1;
}
.photo-hero::before {
  opacity: 0.58;
}
.photo-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 0;
  z-index: 0;
}
.photo-hero .wrap,
.careers-hero .wrap {
  position: relative;
  z-index: 2;
  padding: 56px 0;
}
.photo-hero .crumbs,
.careers-hero .crumbs {
  margin: 0 0 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.photo-hero .crumbs a,
.careers-hero .crumbs a { color: var(--white); }
.photo-hero .crumbs span,
.careers-hero .crumbs span { margin: 0 6px; color: rgba(255, 255, 255, 0.55); }
.photo-hero h1,
.careers-hero h1 {
  font-family: "Asap Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 0;
  max-width: none;
  margin-bottom: 10px;
}
.photo-hero--short {
  min-height: 180px;
}
.photo-hero--short .wrap {
  padding: 28px 0;
}
.photo-hero--short h1 {
  margin-bottom: 0;
}
.photo-hero .lede,
.careers-hero .lede,
.photo-hero--form .lede {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  max-width: 28rem;
}
.photo-hero--form {
  min-height: 320px;
}
.photo-hero--form::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(12, 37, 61, 0.22) 0%, rgba(12, 37, 61, 0.48) 42%, rgba(12, 37, 61, 0.72) 100%);
}
.photo-hero--form .wrap {
  padding: 48px 0 40px;
}
.photo-hero--form h1 {
  text-shadow: 0 1px 18px rgba(12, 37, 61, 0.45);
}
.photo-hero--form.photo-hero--apply {
  min-height: 360px;
}
.photo-hero--form.photo-hero--apply::before {
  opacity: 0.38;
  background: var(--navy-deep);
}
.consult-page {
  padding: 20px 0 28px;
  background: var(--white);
}
.consult-page__intro {
  margin: 0;
  max-width: 40rem;
}
.consult-page__intro p { margin: 0 0 0.6em; }
.consult-page__phone {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 0;
}
.consult-page__phone a { color: var(--navy); }
.consult-page__form {
  background: transparent;
  margin: 18px 0 0;
}

.form-page {
  padding: 28px 0 40px;
  background: var(--white);
}
.form-page .crumbs {
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--muted);
}
.form-page .crumbs a { color: var(--navy); }
.form-page .crumbs span { margin: 0 6px; color: var(--muted); }
.form-page h1 {
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 0;
  color: var(--navy);
  margin: 0 0 0.35em;
}
.form-page .lede {
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  max-width: 40rem;
  margin: 0 0 24px;
}
.form-page__form {
  background: transparent;
  margin: 0;
}

.ansic-form {
  max-width: 42rem;
  margin: 0;
}
.ansic-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.ansic-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ansic-form__field--full { grid-column: 1 / -1; }
.ansic-form label,
.ansic-form__label,
.ansic-form__legend,
.ansic-form legend {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--navy);
}
.ansic-form__legend {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding-top: 8px;
  font-size: 15px;
  letter-spacing: 0.06em;
  border-top: 1px solid var(--grey);
}
.ansic-form__legend:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.ansic-form .req { color: var(--gold); }
.ansic-form input[type="text"],
.ansic-form input[type="email"],
.ansic-form input[type="tel"],
.ansic-form input[type="url"],
.ansic-form input[type="date"],
.ansic-form input[type="number"],
.ansic-form select,
.ansic-form textarea,
.ansic-form input[type="file"] {
  width: 100%;
  border: 1px solid #d5d8de;
  border-radius: 8px;
  padding: 12px 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text);
  background: var(--white);
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ansic-form textarea { resize: vertical; min-height: 120px; }
.ansic-form select {
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.ansic-form input:focus,
.ansic-form select:focus,
.ansic-form textarea:focus,
.ansic-form input[type="file"]:focus {
  outline: 0;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(228, 160, 37, 0.22);
}
.ansic-form__hint,
.ansic-form__legal,
.ansic-form button,
.form-card .btn,
.apply-gate .btn,
.ansic-form .btn {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.ansic-form label.ansic-form__check,
.ansic-form__check {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: var(--text);
}
.ansic-form__check input {
  margin-top: 3px;
  accent-color: var(--navy);
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.ansic-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.ansic-form__radios .ansic-form__check { grid-column: auto; }
.ansic-form__hint {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.ansic-form__hint a { color: var(--navy); text-decoration: underline; }
.ansic-form__legal {
  grid-column: 1 / -1;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
}
.ansic-form__legal p { margin: 0 0 0.7em; }
.ansic-form__legal ol { margin: 0 0 0.7em; padding-left: 1.2em; }
.ansic-form__actions {
  margin-top: 22px;
}
.ansic-form .btn {
  cursor: pointer;
}
.ansic-form .btn[disabled] {
  opacity: 0.65;
  cursor: wait;
}
.ansic-form.is-sent .ansic-form__fields,
.ansic-form.is-sent .ansic-form__actions { display: none; }
.form-card.is-sent .form-card__title,
.form-card.is-sent .form-card__intro,
.form-card.is-sent .apply-gate { display: none; }
.form-card.is-sent .form-card__brand { margin-bottom: 18px; }
.form-status {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
}
.ansic-form.is-sent .form-status { margin: 0; }
.form-card.is-sent .form-status {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
}
.form-status--ok { color: var(--navy); font-weight: 500; }
.form-card.is-sent .form-status--ok { color: var(--text); font-weight: 400; }
.form-status--err { color: #8a1f1f; }
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .ansic-form__fields { grid-template-columns: 1fr; }
  .ansic-form__field--full { grid-column: auto; }
}

/* Public form pages — photo hero, then white card + company details */
.form-sheet {
  background: var(--off);
  padding: 40px 0 56px;
}
.form-sheet__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  gap: 36px 40px;
  align-items: start;
}
.form-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(16, 52, 86, 0.1);
  padding: 36px 40px 40px;
}
.form-card__brand {
  margin: 0 0 18px;
  text-align: center;
}
.form-card__brand img {
  width: 168px;
  height: auto;
  margin: 0 auto;
}
.form-card__intro {
  margin: 0 0 22px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}
.form-card__intro p { margin: 0 0 0.7em; }
.form-card__intro p:last-child { margin-bottom: 0; }
.form-card__intro a { color: var(--navy); text-decoration: underline; }
.form-card__intro a:hover { color: var(--gold); }
.form-card .ansic-form { max-width: none; }
.form-card .ansic-form input[name="first_name"],
.form-card .ansic-form input[name="last_name"],
.form-card .ansic-form input[name="email"],
.form-card .ansic-form input[name="phone"] {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 13px 50%;
  background-size: 16px 16px;
}
.form-card .ansic-form input[name="first_name"],
.form-card .ansic-form input[name="last_name"] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23103456' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='3.1'/><path d='M5.6 19.2c.9-3.1 3.3-4.8 6.4-4.8s5.5 1.7 6.4 4.8'/></svg>");
}
.form-card .ansic-form input[name="email"] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c6c6c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='3.4' y='6' width='17.2' height='12' rx='1.6'/><path d='M4.2 7.4 12 13.1l7.8-5.7'/></svg>");
}
.form-card .ansic-form input[name="phone"] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23103456' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M7.6 4.2h3.1l1 2.5-1.9 1.1a11.2 11.2 0 0 0 5.2 5.2l1.1-1.9 2.5 1v3.1c0 .7-.6 1.3-1.3 1.3C9.8 16.5 6.9 13.6 6.9 5.5c0-.7.6-1.3 1.3-1.3z'/></svg>");
}
.form-aside p,
.form-aside a,
.form-aside__phone {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.form-aside {
  padding: 8px 4px 0;
  color: var(--text);
}
.form-aside h2,
.form-aside h3 {
  font-family: "Asap Condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.form-aside h2 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
}
.form-aside__block {
  padding: 16px 0;
  border-top: 1px solid var(--gold);
}
.form-aside__block:first-of-type { padding-top: 0; border-top: 0; }
.form-aside__block h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}
.form-aside__block p {
  margin: 0 0 0.35em;
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.form-aside__block p:last-child { margin-bottom: 0; }
.form-aside__block a { color: var(--navy); }
.form-aside__block a:hover { color: var(--gold); }
.form-aside__phone {
  font-weight: 700;
  font-size: 22px;
}

.apply-gate {
  margin: 0 0 8px;
}
.apply-gate__title {
  margin: 0 0 8px;
  font-family: "Asap Condensed", Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: var(--navy);
}
.apply-gate__lede {
  margin: 0 0 22px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
}
.apply-gate__q {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  min-width: 0;
}
.apply-gate__q legend {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  color: var(--navy);
}
.apply-gate .req { color: var(--gold); }
.apply-gate__opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  max-width: 360px;
}
.apply-gate__opts--paths {
  grid-template-columns: 1fr;
  max-width: none;
}
.apply-gate__opts--paths .apply-gate__opt {
  align-items: flex-start;
  min-height: 52px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.apply-gate__opt {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 16px;
  border: 2px solid var(--grey);
  border-radius: 10px;
  cursor: pointer;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--navy);
  background: var(--white);
}
.apply-gate__opt input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--navy);
  flex: 0 0 auto;
}
.apply-gate__opt.is-picked {
  border-color: var(--navy);
  background: #eef3f8;
}
.apply-gate__notice {
  margin-top: 8px;
  padding: 22px 22px 24px;
  border: 1px solid var(--gold);
  border-left: 4px solid var(--navy);
  background: #f7f4ea;
  border-radius: 14px;
}
.apply-gate__notice h3 {
  margin: 0 0 10px;
  font-family: "Asap Condensed", Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--navy);
}
.apply-gate__notice p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
}
.apply-gate__note {
  padding: 12px 14px;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid rgba(16, 52, 86, 0.12);
}
.apply-gate__logo {
  margin: 16px 0 0;
}
.apply-gate__logo a {
  display: inline-block;
  line-height: 0;
}
.apply-gate__logo img {
  width: auto;
  height: 56px;
  max-width: 220px;
  object-fit: contain;
}
.apply-gate__notice .btn-row { margin-top: 18px; }
.apply-gate__back {
  margin-top: 14px;
}
.apply-gate__back a {
  color: var(--navy);
  text-decoration: underline;
  font-size: 15px;
}
.apply-gate__back a:hover { color: var(--gold); }
.apply-form-wrap { margin-top: 22px; }
.ansic-form__path {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  grid-column: 1 / -1;
}
.ansic-form__path[hidden] { display: none; }
.ansic-form__funcs[hidden] { display: none; }
.ansic-form__funcs {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.ansic-form__funcs legend {
  margin: 0 0 6px;
  padding: 0;
}
.ansic-form__checks {
  display: grid;
  gap: 8px;
}
.ansic-form__file-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ansic-form__file-input {
  padding: 10px 12px;
  cursor: pointer;
}
.ansic-form__file-name {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.4;
}
.ansic-form__file-name.is-chosen { color: var(--navy); font-weight: 500; }

.apply-intro {
  padding-bottom: 36px;
}
.apply-intro h2 {
  font-family: "Asap Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: var(--navy);
}
.apply-intro p,
.apply-intro li,
.apply-intro a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.apply-intro .bleed-photo,
.apply-intro .bleed-photo img {
  display: block;
}
.apply-intro .bleed-photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.apply-here {
  background: var(--white);
  padding: 8px 0 20px;
}
.apply-here h2.rule {
  font-family: "Asap Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .form-sheet { padding: 28px 0 40px; }
  .form-sheet__grid { grid-template-columns: 1fr; gap: 28px; }
  .form-card { padding: 28px 22px 32px; }
  .form-aside { padding: 0; }
  .apply-gate__title { font-size: 24px; }
  .apply-gate__opts { max-width: none; }
  .ansic-form__path { grid-template-columns: 1fr; }
}

.kit-nav {
  margin-top: 22px;
}
.kit-nav__label {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 8px;
}
.kit-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kit-nav a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid var(--grey);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
}
.kit-nav a[aria-current="page"],
.kit-nav a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.swatch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}
.swatch {
  background: var(--off);
  border-radius: 12px;
  overflow: hidden;
  padding: 0 0 12px;
}
.swatch__chip {
  display: block;
  height: 72px;
}
.swatch strong,
.swatch code,
.swatch__meta {
  display: block;
  padding: 0 12px;
}
.swatch strong { margin-top: 10px; font-size: 14px; }
.swatch code { font-size: 13px; color: var(--muted); }
.swatch__meta { font-size: 12px; color: var(--muted); line-height: 1.4; }
.kit-logo-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}
.kit-logo {
  margin: 0;
  padding: 24px;
  border-radius: 12px;
  background: var(--off);
  display: grid;
  place-items: center;
  min-height: 140px;
}
.kit-logo--dark { background: var(--navy); }
.kit-logo img { max-height: 88px; width: auto; border-radius: 0; }
.kit-dont {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kit-dont img { width: 100%; border-radius: 10px; background: var(--off); }
.kit-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.kit-photo-grid .bleed-photo { margin: 0; }
.kit-photo-grid img { width: 100%; height: 220px; object-fit: cover; }
.kit-type--head {
  font-family: "Asap Condensed", Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--navy);
}
.kit-type--body { font-family: Arial, Helvetica, sans-serif; }
.kit-dl-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}
.kit-dl {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--off);
  font-weight: 500;
}
.careers-choice { padding-top: 56px; }
.careers-choice__intro {
  max-width: 46rem;
  margin: 0 0 36px;
}
.careers-choice__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
  align-items: stretch;
}
.careers-path {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.careers-path h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: var(--navy);
  max-width: 18ch;
}
.careers-path--apply h2 { font-size: 32px; max-width: none; }
.careers-path__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
}
.careers-path__head h2 {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0.55em;
}
.careers-path__logo {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.careers-path__logo a {
  display: block;
  line-height: 0;
}
.careers-path__logo img {
  width: auto;
  height: 72px;
  max-width: 280px;
  object-fit: contain;
  object-position: right top;
}
.careers-path .gold-list { margin-bottom: 1em; }
.careers-path .btn-row {
  margin-top: auto;
  padding-top: 22px;
}
.careers-path .btn-row .btn {
  width: 18rem;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.careers-path--train .btn-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: stretch;
}
.careers-path--train .btn-row .btn {
  width: auto;
  flex: 1 1 calc(50% - 8px);
  min-width: 12rem;
  padding-left: 14px;
  padding-right: 14px;
}
.careers-apply-page {
  padding: 28px 0 40px;
  background: var(--white);
}
.careers-apply-page .crumbs {
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--muted);
}
.careers-apply-page .crumbs a { color: var(--navy); }
.careers-apply-page .crumbs span { margin: 0 6px; color: var(--muted); }
.careers-apply-page h1 {
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 0;
  color: var(--navy);
  margin: 0 0 0.35em;
}
.careers-apply-page .lede {
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  max-width: 40rem;
  margin: 0 0 8px;
}
.careers-apply__form {
  background: transparent;
  margin: 0;
}

/* Inner hero — kept for any leftover collage markup */
.hero-collage {
  position: relative;
  background-color: #fff;
  background-image: var(--hero-wash);
  background-size: cover;
  background-position: center;
  padding: 54px 0;
  overflow: hidden;
}

.hero-collage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.hero-collage__row {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1417px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  min-height: 632px;
}

.collage {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 16px;
}

.collage img {
  position: absolute;
  width: 56%;
  max-width: 56%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(16, 52, 86, 0.18);
}

.collage__a { top: 2%; left: 2%; z-index: 1; }
.collage__b {
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.collage__c {
  top: 38%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 3;
}

.hero-collage__copy { padding-right: 8%; }

.hero-collage__copy h1 {
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 0;
  color: var(--navy);
  max-width: 14ch;
}

.hero-collage__copy .lede {
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  max-width: 36rem;
}

.crumb {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.crumb a { color: var(--gold); }
.crumb span { color: rgba(255, 255, 255, 0.75); }

/* Sections — whitespace, not slabs */
.band {
  padding: 70px 0;
  background: var(--white);
}

.band-tight { padding: 36px 0; }
.band-grey { background: var(--grey); }
.band-off { background: var(--off); }

.band-avob {
  background: var(--wp-blue);
  color: var(--white);
  padding: 40px 0;
}
.band-avob h2,
.band-avob p { color: var(--white); }

/* Homepage trusted-provider break — site blue, not a new colour */
.band-blue {
  background: var(--wp-blue);
  color: var(--white);
}
.band-blue h2,
.band-blue h2.rule,
.band-blue p { color: var(--white); }

/* Trusted-provider band only — sit the first paragraph close under the gold bar.
   Do not change generic .rule spacing (homepage Our Services keeps its air). */
.band-blue h2.rule {
  padding-bottom: 0;
  margin-bottom: 12px;
}
.band-blue h2.rule::after { margin-top: 16px; }

/* Live “Trusted By” / “Our Service” gold hairline */
.rule {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.rule::after {
  content: "";
  display: block;
  width: 72px;
  max-width: 13%;
  height: 4px;
  margin-top: 20px;
  background: var(--gold);
}

/* Trusted By — navy band, rounded white cards, coloured logos travelling */
.ticker {
  background: var(--navy);
  padding: 14px 0;
  overflow: hidden;
}

.ticker__row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ticker__label {
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 76px;
  /* Match h2.rule “Our Services”: UA h2 is 1.5em / 24px, weight 700, lh 1.2 */
  font-family: "Asap Condensed", Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--white);
}

.ticker__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  container-type: inline-size;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 28px, #000 calc(100% - 28px), transparent);
  mask-image: linear-gradient(to right, transparent, #000 28px, #000 calc(100% - 28px), transparent);
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-move 88s linear infinite;
}

.ticker:hover .ticker__track { animation-play-state: paused; }

.ticker__group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  /* Unique set must fill the viewport so the aria-hidden duplicate stays off-screen. */
  min-width: 100cqi;
}

.ticker__card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 12px;
  height: 76px;
  padding: 8px 16px;
  min-width: 156px;
  flex: 1 0 156px;
  overflow: visible;
}

.ticker__card img {
  display: block;
  height: auto;
  width: auto;
  max-height: 56px;
  max-width: 176px;
  object-fit: contain;
  object-position: center;
  filter: none;
  opacity: 1;
  border-radius: 0;
}

.ticker__letters {
  margin: 0;
  flex: 0 0 auto;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ticker__letters a { color: var(--gold); }
.ticker__letters a:hover { color: var(--white); }

@keyframes ticker-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Testimonials — grouped pull-quotes, not a carousel */
.page-mast {
  padding: 28px 0 32px;
  background: var(--white);
}

.page-mast .crumbs {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--muted);
}
.page-mast .crumbs a { color: var(--navy); }
.page-mast .crumbs span { margin: 0 6px; color: var(--muted); }

.page-mast h1 {
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 0;
  color: var(--navy);
  max-width: 16ch;
}

.page-mast--legal h1 {
  max-width: 22ch;
}

.page-mast .lede {
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  max-width: 40rem;
  margin-bottom: 22px;
}

.page-mast--compact {
  padding: 16px 0 0;
}
.page-mast--compact .lede {
  margin-bottom: 14px;
}
.page-mast--compact .btn-row {
  margin-bottom: 0;
}

.band-letters {
  padding-top: 12px;
}
.band-letters .rule {
  margin-top: 0;
}

.hero-collage--group {
  padding: 40px 0;
}

.hero-collage--group .hero-collage__row {
  min-height: 420px;
}

.hero-collage--group .collage {
  min-height: 360px;
}

.hero-collage--group h2 {
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 0;
  color: var(--navy);
  max-width: 16ch;
  margin: 0 0 0.45em;
}

.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}
.quote-grid--snippets .quote blockquote p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
}
.quote-grid--snippets .quote blockquote p + p { margin-top: 0.7em; }

.quote-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 820px;
}
.quote-list--letters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 40px;
  max-width: none;
}

.quote-list--letters .quote {
  width: auto;
  min-width: 0;
  margin: 0;
  height: 100%;
}

.quote-list--letters .quote blockquote {
  margin: 0 0 16px;
}
.quote-list--letters .quote blockquote p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
}

.quote {
  border-left: 4px solid var(--gold);
  padding: 2px 0 2px 18px;
}

.quote--client {
  border-left: none;
  border-top: 3px solid var(--gold);
  padding: 22px 0 16px;
}

.quote blockquote {
  margin: 0 0 12px;
}

.quote blockquote p {
  margin: 0;
  color: var(--navy);
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
}

.quote--letter blockquote p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
}
.quote--letter blockquote p + p { margin-top: 0.85em; }

.quote__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0 0 12px;
}

.quote-list--letters .quote__logos {
  flex-wrap: nowrap;
  gap: 8px 10px;
}

.quote__logo {
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  padding: 6px 10px;
  box-sizing: content-box;
}

.quote__logo--navy {
  background: var(--navy);
  padding: 6px 10px;
  height: 40px;
  max-width: 150px;
  border-radius: 8px;
}

.quote__logo--wide {
  height: 44px;
  max-width: 240px;
}

.quote__attr {
  margin: 0;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text);
}

.quote__event {
  margin: 6px 0 0;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
}

.quote__note {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.quote__full {
  margin: 14px 0 0;
}
.quote__full summary {
  cursor: pointer;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--navy);
  list-style: none;
}
.quote__full summary::-webkit-details-marker { display: none; }
.quote__full summary::after {
  content: " +";
  color: var(--gold);
  font-weight: 700;
}
.quote__full[open] summary::after { content: " –"; }
.quote__full-body {
  margin-top: 12px;
}
.quote__full-body p {
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
}
.quote__full-body p + p { margin-top: 0.85em; }

.testimonials-intro {
  max-width: 46rem;
  margin: 0 0 36px;
}
.testimonials-intro p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
}
.testimonials-lead {
  max-width: 46rem;
  margin: 0 0 28px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
}

.testimonials-follow {
  margin-top: 56px;
}

.case-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 46rem;
}
.case-card {
  background: #f4f6f8;
  border-left: 4px solid var(--navy);
  padding: 20px 22px;
}
.case-card h3 {
  margin: 0 0 8px;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--navy);
}
.case-card__scale {
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
}
.case-card__org {
  margin: 12px 0 0;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text);
}
.case-card__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0 0 12px;
}
.case-card__logo {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  padding: 6px 10px;
  box-sizing: content-box;
}

.team-intro {
  max-width: 46rem;
  margin: 0 0 36px;
}
.team-intro p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
}

.quote-grid--snippets .quote {
  min-height: 100%;
}
.quote-grid--snippets .quote__logos {
  min-height: 52px;
}

/* Homepage IA — OUR SERVICE then Security | Investigations, eight equal tiles */
.svc-split {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: -8px 0 36px;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 0.06em;
  color: var(--navy);
}

.svc-split a { color: var(--navy); }
.svc-split a:hover { color: var(--cyan); }
.svc-split span { color: var(--gold); }

/* Homepage Our Services only — +15% on the section title (24px → 28px). */
#services {
  font-size: 28px;
  scroll-margin-top: var(--scroll-offset);
}

/* Zero-height sentinels above the first service title in each arm. */
.svc-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: var(--scroll-offset);
}
#security,
#investigations { scroll-margin-top: var(--scroll-offset); }

.svc-block { margin-bottom: 28px; }

.svc-block__label {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--navy);
  margin: 0 0 14px;
}

.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
}

.svc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.svc-grid-4 { grid-template-columns: repeat(4, 1fr); gap: 22px; }

.photo-mods { padding-bottom: 20px; }
.photo-mod {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 1fr);
  gap: 40px 48px;
  align-items: center;
  padding: 32px 0;
}
.photo-mod--rev {
  grid-template-columns: minmax(0, 1fr) minmax(0, 43%);
}
.photo-mod--rev .photo-mod__media { order: 2; }
.photo-mod--rev .photo-mod__copy { order: 1; }
.photo-mod__media {
  display: block;
  min-width: 0;
  max-width: 100%;
}
.photo-mod__copy { min-width: 0; }
.photo-mod__media img {
  width: 100%;
  height: auto;
  max-height: clamp(160px, 22vw, 244px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
}

.photo-mod__media img[src*="ansic-event-security-festival-crowd-control"] {
  object-position: 58% 72%;
}
.photo-mod__media img[src*="ansic-cctv-alarm-technician-installing-camera"] {
  object-position: 46% 32%;
}
.photo-mod__kicker {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin: 0 0 8px;
}
.photo-mod__copy h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 12px;
}
.photo-mod__copy h2 a { color: var(--navy); }
.text-more {
  display: inline-block;
  margin-top: 14px;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--gold);
}
.text-more:hover { color: var(--cyan); }

.philosophy-band {
  background: var(--navy);
  color: var(--white);
  padding: 64px 0;
}
.philosophy-band h2 {
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 36px;
}
.philosophy {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 20px;
}
.philosophy__item { text-align: center; }
.philosophy__num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #4aa3d9;
  color: var(--white);
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.philosophy__item h3 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 8px;
}
.philosophy-band .philosophy__item p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
}
.philosophy-band + .band .philosophy__item h3 { color: var(--navy); }
.band .philosophy__num { background: var(--navy); }

.phil-row__lead {
  max-width: 46rem;
  margin: 0 0 8px;
}
.phil-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 16px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  position: relative;
}
.phil-row::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 50%, var(--navy) 100%);
  z-index: 0;
}
.phil-row__item {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
  padding: 0 2px;
}
.phil-row__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 6px var(--white);
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.phil-row__item h3 {
  color: var(--navy);
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 8px;
}
.phil-row__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}

.promise-band {
  background: var(--navy);
  color: var(--white);
  padding: 56px 0;
}
.promise-band__row {
  display: grid;
  grid-template-columns: minmax(200px, 320px) 1fr;
  gap: 32px 48px;
  align-items: start;
}
.promise-band h2 {
  text-transform: uppercase;
  color: var(--white);
  font-size: 32px;
}
.promise-band ul { list-style: none; margin: 0; padding: 0; }
.promise-band li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 12px;
  color: var(--white);
}
.promise-band li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--gold);
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.teaser-card {
  display: block;
  text-align: center;
  color: var(--navy);
  overflow: visible;
}
.teaser-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 12px;
  margin-bottom: 12px;
  background: transparent;
}
.teaser-card strong {
  display: block;
  text-transform: uppercase;
  font-family: Asap, Helvetica, Arial, sans-serif;
}
.teaser-card span {
  display: block;
  color: #4aa3d9;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.bio {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px 48px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid var(--grey);
  scroll-margin-top: 96px;
}
.bio--reverse { direction: rtl; }
.bio--reverse > * { direction: ltr; }
.bio img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  border-radius: 14px;
}
.bio__photo {
  width: 220px;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #d8dde3;
  box-shadow: 0 0 0 3px var(--navy), 0 0 0 6px var(--gold);
}
.bio__photo img {
  width: 100%;
  height: 138%;
  max-width: none;
  aspect-ratio: auto;
  max-height: none;
  object-fit: cover;
  object-position: center 14%;
  border-radius: 0;
}
.bio__photo--mug img {
  height: 100%;
  object-position: center 20%;
}
.bio__role {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #4aa3d9;
  margin: 0 0 12px;
}
.bio__copy h2 { text-transform: uppercase; font-size: 22px; }
.bio__li { margin-top: 12px; }
.outcome-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 46rem;
}
.outcome-list li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 10px;
}
.outcome-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.svc {
  background: transparent;
  box-shadow: none;
  padding-bottom: 0;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  height: auto;
}

.svc-photo {
  display: block;
  overflow: hidden;
  border-radius: 14px;
}

.svc-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
}

.svc h3 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.02em;
  padding: 16px 0 0;
  margin-bottom: 10px;
  text-align: left;
}

.svc h3 a { color: var(--navy); }
.svc p {
  color: var(--muted);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  padding: 0 0 14px;
  text-align: left;
}

.svc .btn { display: none; }

.note-quiet {
  font-size: 15px;
  color: var(--muted);
  margin-top: 36px;
  max-width: 42rem;
}

.proof {
  margin: 36px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--grey);
}

.proof__note {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--muted);
}

.proof__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.proof__list li {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--navy);
  background: var(--off);
  border-radius: 12px;
  padding: 10px 14px;
}

.proof__list strong {
  color: var(--gold);
  margin-right: 4px;
}

/* Flowing photo + copy — no frames */
.flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: center;
}

.flow img {
  width: 100%;
  height: auto;
}

.bleed-photo {
  margin: 0;
}

.bleed-photo img {
  width: 100%;
  height: auto;
}

.gold-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2em;
}

.gold-list li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 8px;
}

.gold-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.gold-list-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 32px;
}

.gold-list-3 li {
  font-weight: 500;
}

.prose { max-width: 46rem; }
/* Service detail bands: full .wrap width, left-aligned. Readable line length
   stays on the left edge — do not centre a narrow prose column. */
.band > .wrap.prose,
.service-copy {
  max-width: var(--max);
}
.service-copy > p,
.service-copy > ul,
.band > .wrap.prose > p,
.band > .wrap.prose > ul {
  max-width: 75ch;
}
.prose h3 {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--navy);
  margin: 1.4em 0 0.4em;
}
.prose h3:first-of-type { margin-top: 1em; }

/* How we track and report — named product links, not boxed SaaS cards */
.track .prose a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.track .prose a:hover { color: var(--gold); }
.band-blue.track .prose a { color: var(--white); }
.band-blue.track .prose a:hover { color: var(--gold); }

.track .prose a.track-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  margin: 0 0.1em 0 0;
  text-decoration: none;
}
.track .prose a.track-brand span {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.track-brand img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  flex: none;
  background: transparent;
}

.legal-prose {
  max-width: none;
}
.legal-prose h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 1.6em 0 0.55em;
}
.legal-prose h2:first-child {
  margin-top: 0;
}
.legal-prose ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.legal-prose li {
  margin: 0 0 0.35em;
}

/* News / blog — photo-led index, faded photo hero on posts */
.blog-index { padding-top: 8px; }
.blog-index .photo-mod { border-top: 1px solid var(--grey); }
.blog-index .photo-mod:first-child { border-top: 0; padding-top: 8px; }
.blog-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
  background: var(--navy-deep) center / cover no-repeat;
}
.blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 37, 61, 0.28) 0%, rgba(12, 37, 61, 0.78) 100%);
  z-index: 1;
}
.blog-hero .wrap {
  position: relative;
  z-index: 2;
  padding: 72px 0 44px;
}
.blog-hero .crumbs {
  margin: 0 0 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.blog-hero .crumbs a { color: var(--white); }
.blog-hero .crumbs span { margin: 0 6px; color: rgba(255, 255, 255, 0.55); }
.blog-hero__date {
  margin: 0 0 10px;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: var(--gold);
}
.blog-hero h1 {
  color: var(--white);
  text-transform: none;
  font-size: 42px;
  letter-spacing: 0;
  max-width: 22ch;
  margin: 0;
  text-shadow: 0 1px 18px rgba(12, 37, 61, 0.45);
}
.blog-prose {
  max-width: 46rem;
}
.blog-prose h1,
.blog-prose h2,
.blog-prose h3 {
  text-transform: none;
  margin: 1.5em 0 0.55em;
}
.blog-prose h2 { font-size: 28px; }
.blog-prose h3 { font-size: 22px; }
.blog-prose h1:first-child,
.blog-prose h2:first-child,
.blog-prose h3:first-child { margin-top: 0; }
.blog-prose ul,
.blog-prose ol { margin: 0 0 1.1em; padding-left: 1.2em; }
.blog-prose li { margin: 0 0 0.4em; }
.blog-prose figure,
.blog-prose .wp-block-image,
.blog-prose .wp-block-stackable-image {
  margin: 1.6em 0;
}
.blog-prose img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.blog-prose figcaption,
.blog-prose .wp-element-caption {
  margin-top: 8px;
  font-size: 14px;
  color: var(--muted);
}
.blog-prose hr {
  border: 0;
  border-top: 1px solid var(--grey);
  margin: 2em 0;
}

/* Memberships — two rows of four, same cell height per row, no grey boxes */
.members {
  background: var(--white);
  padding: 36px 0 44px;
  border-top: 1px solid var(--grey);
}

.members__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.members__copy {
  max-width: 40rem;
}

.members__copy h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 8px;
}

.members__copy p {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.members__logos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1100px;
}

.members__line {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  justify-items: stretch;
  gap: 12px 21px;
}

.members__card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  min-width: 0;
  width: 100%;
  padding: 0;
}

.members__line--top .members__card {
  height: 105px;
}

.members__line--bottom .members__card {
  height: 126px;
}

.members__card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

/* Square AVOB mark — fill the top-row cell so it matches Chamber / ASIAL / Local Buy */
.members__card--avob img {
  width: 105px;
  height: 105px;
  max-width: 105px;
  max-height: 105px;
}

/* ISO shields keep a tall, narrow box; cm3 uses a wider box in the same cell */
.members__line--bottom .members__card img {
  max-width: 88px;
  max-height: 117px;
}

.members__line--bottom .members__card--cm3 img {
  max-width: 165px;
  max-height: 90px;
  width: auto;
  height: auto;
}

.related {
  display: block;
  margin-top: 8px;
}

.related a {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 22px;
  color: var(--navy);
}

.related a:hover { color: var(--cyan); }

/* Soft close band — one line + 1300 + one gold button */
.cta-soft {
  background: var(--off);
  padding: 32px 0;
  text-align: center;
}

.cta-soft__line {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
}

.cta-soft__line a { color: var(--navy); font-weight: 700; }
.cta-soft__line a:hover { color: var(--gold); }

.back-top {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 400;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(16, 52, 86, 0.32);
}
.back-top.is-on { display: grid; }
.back-top:hover { background: var(--gold); color: var(--navy); filter: brightness(1.06); }
.back-top svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.nav-open .back-top { display: none !important; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.collage img,
.bleed-photo img,
.flow img { border-radius: 12px; }

.quote__logo { border-radius: 8px; }
.quote__logo--navy { border-radius: 10px; }

/* Footer — subscribe, then logo/socials + columns, then copyright */
.site-footer { color: var(--white); }

.footer-main {
  background: var(--navy);
  padding: 56px 0 64px;
}

/* Desktop only: pull inner content in from the edges (navy stays full-bleed).
   Match the 1200px page .wrap, then inset another 40px each side so the
   subscribe row + logo/links sit closer to the middle. */
@media (min-width: 981px) {
  .footer-main .wrap-wide {
    width: 88%;
    max-width: calc(var(--max) - 80px);
  }
}

.footer-subscribe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px 56px;
  padding: 0 0 26px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-subscribe__copy {
  flex: 1 1 240px;
  max-width: 36rem;
  text-align: left;
}

.footer-subscribe__copy p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.footer-grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  gap: 32px 56px;
  align-items: start;
}

.footer-logo img {
  width: 168px;
  height: auto;
}

.footer-brand .socials {
  margin-top: 22px;
  gap: 10px;
}

.footer-brand .socials a {
  width: 36px;
  height: 36px;
}

.footer-brand .socials svg {
  width: 16px;
  height: 16px;
}

.footer-subscribe h3 {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

.footer-subscribe__right {
  flex: 0 1 420px;
  width: min(100%, 420px);
  margin-left: auto;
}

.footer-subscribe__form {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
  width: 100%;
  background: var(--white);
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.footer-subscribe__privacy {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

.footer-subscribe__privacy a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
}

.footer-subscribe__privacy a:hover { color: var(--gold); }

.footer-subscribe__form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  background: transparent;
}

.footer-subscribe__form .btn {
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 8px;
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
}
.footer-subscribe__form.is-sent {
  display: none;
}
.footer-subscribe__status {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
}
.footer-subscribe__status.form-status--ok { color: var(--gold); }
.footer-subscribe__status.form-status--err { color: #ffd0d0; }

.btn-footer-contact {
  display: inline-block;
  font-size: 14px;
  padding: 0.3em 1em;
  border-radius: 8px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  display: block;
  padding: 10px 0;
  line-height: 1.55em;
  font-size: 15px;
}

.footer-links a:hover { color: var(--cyan); }

.footer-members-wrap {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-members {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.footer-members__card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 8px;
  height: 44px;
  padding: 5px 8px;
  min-width: 56px;
}

.footer-members__card img {
  height: 28px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
}

.hero-photo__copy h2 a { color: var(--navy); }
.hero-photo__copy h2 a:hover { color: var(--gold); }

.footer-contact { padding-top: 2px; }

.footer-copy {
  background: var(--footer-copy);
  color: var(--copy-text);
  text-align: center;
  padding: 25px 0;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.footer-copy a { color: var(--copy-text); }
.footer-copy a:hover { color: var(--white); }

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
}
.team-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 14px;
  margin-bottom: 12px;
}
.team-card h3 { margin-bottom: 0.2em; }
.team-card__role {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--gold);
  margin: 0 0 0.7em;
}
.team-card__li { margin-top: 0.8em; }
.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.values-grid article {
  background: var(--white);
  border-radius: 12px;
  padding: 18px 16px;
}
.faq-list { max-width: 760px; }
.faq {
  border-bottom: 1px solid var(--grey);
  padding: 10px 0;
}
.faq summary {
  cursor: pointer;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: var(--navy);
  padding: 8px 0;
}
.faq p { margin: 0 0 12px; padding-left: 2px; }
.contact-page {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: start;
}
.contact-page__phone {
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 12px;
}
.contact-page__phone a { color: var(--navy); }
.contact-page__form {
  background: transparent;
}

.page-404 {
  min-height: 46vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 1180px) {
  .svc-grid-4 { grid-template-columns: 1fr 1fr; }
  .svc-photo img { height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; }
}

@media (max-width: 980px) {
  :root {
    --sticky-header: 70px;
    --scroll-offset: calc(var(--sticky-header) + 20px);
  }
  .header-tools { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .nav-contact-mobile { display: list-item; padding: 12px 0 4px; }

  .site-header { position: sticky; }
  .site-header__inner {
    position: relative;
    display: flex;
    grid-template-columns: none;
    padding: 0 15px;
  }

  .nav {
    display: none;
  }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--navy);
    margin: 0;
    padding: calc(62px + env(safe-area-inset-top, 0px)) 20px 0;
    z-index: 2147483000;
    overflow: hidden;
    overscroll-behavior: contain;
  }
  body.nav-open .site-header { z-index: 2147483646; }
  body.nav-open .nav-toggle,
  body.nav-open .logo { position: relative; z-index: 2147483647; }
  .nav-toggle { position: relative; z-index: 210; }
  .logo { position: relative; z-index: 210; }

  .site-header {
    padding: env(safe-area-inset-top, 0px) 0 0;
  }
  .site-header__inner {
    min-height: 0;
    height: auto;
    padding: 15px 12px 15px;
    align-items: center;
  }
  .logo img { width: 100px; }
  .nav-toggle {
    width: 40px;
    height: 40px;
    align-self: center;
    position: relative;
    z-index: 210;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex: 0 1 auto;
    overflow-y: auto;
    padding-bottom: 8px;
  }
  .nav-access {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 auto;
    margin-top: 8px;
    background: var(--navy);
    padding: 12px 0 calc(16px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    font-family: Asap, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 0;
  }
  .nav-call:hover { color: var(--gold); }
  .nav-call__icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
  }
  .nav-call__icon svg { width: 18px; height: 18px; fill: currentColor; }
  .nav-access .btn-contact-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    padding: 0 16px;
  }
  .nav-list > li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .nav-list > li:last-child { border-bottom: 0; }
  .nav-list > li > a:not(.btn-contact-nav) {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    gap: 0;
  }
  .nav-list > li.has-sub > a:not(.btn-contact-nav) {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-right: 2px;
  }
  .nav-label { min-width: 0; text-align: left; }
  .nav-list > li > a:not(.btn-contact-nav)::after {
    left: 0;
    right: auto;
    width: 3.4em;
    bottom: 8px;
  }
  .nav-caret {
    justify-self: end;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    width: auto;
    padding: 0 0 8px 0;
    transform: none;
    left: auto;
    box-shadow: none;
    background-image: none;
  }
  .sub-menu--services {
    display: none;
    width: auto;
    min-width: 0;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-auto-flow: row;
    padding: 0 0 8px 0;
    background-image: none;
  }
  .sub-menu--services > li:nth-child(-n+5),
  .sub-menu--services > li:nth-child(n+6) { padding: 0; }
  .has-sub.open > .sub-menu,
  .has-sub.open > .sub-menu--services { display: block; }
  .sub-menu a {
    padding-left: 8px;
    color: var(--gold);
    justify-content: space-between;
    gap: 18px;
    border-bottom-color: rgba(228, 160, 37, 0.28);
  }
  .sub-menu a::after {
    content: "";
    flex: 0 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid currentColor;
  }
  .sub-menu__heading a::after,
  .sub-menu--about a::after { content: none; }
  .sub-menu a:hover { color: var(--white); }

  .hero-video { height: 480px; min-height: 480px; }
  .hero-video h1 { font-size: 26px; line-height: 1.2; white-space: normal; }
  .hero-photo { padding: 28px 0 16px; }
  .hero-photo__row { grid-template-columns: 1fr; gap: 22px; }
  .hero-photo__copy h1 { font-size: 28px; max-width: none; }
  .hero-photo .bleed-photo img { height: 240px; }
  .photo-hero,
  .careers-hero { min-height: 280px; }
  .photo-hero .wrap,
  .careers-hero .wrap { padding: 36px 0; }
  .photo-hero h1,
  .careers-hero h1 { font-size: 28px; }
  .photo-hero--short { min-height: 140px; }
  .photo-hero--short .wrap { padding: 22px 0; }
  .photo-hero--form { min-height: 240px; }
  .photo-hero--form .wrap { padding: 36px 0 28px; }
  .photo-hero--form.photo-hero--apply { min-height: 320px; }
  .photo-hero .lede,
  .careers-hero .lede { font-size: 16px; line-height: 1.4; }
  .consult-page { padding: 16px 0 20px; }
  .form-page { padding: 24px 0 32px; }
  .form-page h1 { font-size: 28px; }
  .blog-hero { min-height: 280px; }
  .blog-hero .wrap { padding: 40px 0 28px; }
  .blog-hero h1 { font-size: 28px; max-width: none; }
  .careers-choice { padding: 36px 0; }
  .careers-choice__grid { grid-template-columns: 1fr; gap: 36px; }
  .careers-path h2,
  .careers-path--apply h2 { font-size: 24px; max-width: none; }
  .careers-path .btn-row {
    justify-content: center;
    text-align: center;
  }
  .careers-path .btn-row .btn {
    width: 18rem;
    max-width: 100%;
  }
  .careers-path--train .btn-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
  }
  .careers-path--train .btn-row .btn {
    width: auto;
    flex: 1 1 calc(50% - 8px);
    min-width: 12rem;
  }
  .careers-path__logo img {
    height: 64px;
    max-width: 240px;
    object-position: right top;
  }
  .careers-apply-page { padding: 24px 0 32px; }
  .careers-apply-page h1 { font-size: 28px; }
  .careers-apply-page .lede { margin-bottom: 8px; }
  .photo-mod,
  .photo-mod--rev {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .photo-mod--rev .photo-mod__media,
  .photo-mod--rev .photo-mod__copy { order: unset; }
  .philosophy { grid-template-columns: 1fr; }
  .phil-row {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-left: 8px;
  }
  .phil-row::before {
    top: 22px;
    bottom: 22px;
    left: 29px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--navy) 0%, var(--gold) 50%, var(--navy) 100%);
  }
  .phil-row__item {
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    column-gap: 18px;
    text-align: left;
    align-items: start;
  }
  .phil-row__mark {
    grid-row: 1 / span 2;
    margin: 0;
  }
  .promise-band__row,
  .teaser-grid { grid-template-columns: 1fr 1fr; }
  .bio,
  .bio--reverse { grid-template-columns: 1fr; direction: ltr; }
  .bio__photo { margin: 0 auto; }
  .hero-collage__row {
    grid-template-columns: 1fr;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .collage {
    min-height: 0;
    aspect-ratio: 5 / 4;
    max-height: 380px;
    padding: 0;
  }
  .collage img {
    width: 50%;
    max-width: 50%;
    max-height: 68%;
    object-fit: cover;
  }
  .collage__a { top: 5%; left: 4%; }
  .collage__b { bottom: 5%; left: 50%; }
  .collage__c { top: 36%; right: 4%; }
  .hero-collage__copy { padding-right: 0; }
  .hero-collage__copy h1 { font-size: 28px; }
  .team-card img {
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
  }

  .quote-grid { grid-template-columns: 1fr; }
  .quote-list--letters {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .quote-list--letters .quote {
    width: auto;
    margin: 0;
  }
  .quote-list--letters .quote__logo {
    height: 32px;
    max-width: 28%;
    padding: 4px 6px;
  }
  .quote-list--letters .quote__logo--wide {
    height: 36px;
    max-width: 72%;
  }
  .page-mast h1 { font-size: 28px; }
  .hero-collage--group h2 { font-size: 26px; }
  .hero-collage--group .hero-collage__row { min-height: 0; }
  .quote__logo { height: 36px; max-width: 130px; }
  .svc-grid,
  .svc-grid-3,
  .flow,
  .members__row,
  .gold-list-3 { grid-template-columns: 1fr; }
  .svc-grid-4 { grid-template-columns: 1fr 1fr; }

  .footer-main {
    display: block;
    min-height: 0;
    height: auto;
    padding: 32px 0 36px;
  }
  .footer-subscribe {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    padding: 0 0 12px;
    margin-bottom: 16px;
    min-height: 0;
    height: auto;
    text-align: left;
  }
  .footer-subscribe h3 {
    font-size: 16px;
    letter-spacing: 0.01em;
    white-space: normal;
  }
  .footer-subscribe__copy,
  .footer-subscribe__right,
  .footer-subscribe__form {
    flex: none;
    flex-grow: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    min-height: 0;
    height: auto;
  }
  .footer-subscribe__copy p {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.35;
  }
  .footer-subscribe__privacy {
    margin-top: 6px;
    font-size: 10px;
  }
  .footer-subscribe__form {
    flex-wrap: nowrap;
    padding: 3px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .footer-subscribe__form input[type="email"] {
    flex: 1 1 140px;
    height: 38px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 6px;
  }
  .footer-subscribe__form .btn {
    width: auto;
    flex: 0 0 auto;
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .socials {
    gap: 12px;
    margin-top: 14px;
  }
  .footer-brand .socials a {
    width: 44px;
    height: 44px;
  }
  .footer-brand .socials svg {
    width: 20px;
    height: 20px;
  }
  .footer-links a {
    padding: 8px 0;
    line-height: 1.4em;
  }
  .members { padding: 28px 0 32px; }
  .members__logos { gap: 14px; }
  .members__line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }
  .members__line--top .members__card { height: 84px; }
  .members__line--bottom .members__card { height: 111px; }
  .members__card--avob img {
    width: 81px;
    height: 81px;
    max-width: 81px;
    max-height: 81px;
  }
  .members__line--bottom .members__card img {
    max-width: 78px;
    max-height: 105px;
  }
  .members__line--bottom .members__card--cm3 img {
    max-width: 150px;
    max-height: 81px;
  }

  .svc-photo img { height: 160px; }
  .svc h3 { font-size: 16px; padding: 18px 16px 0; }
  .svc p { padding: 0 16px 14px; }
  .ticker { padding: 12px 0; }
  .ticker__row { flex-wrap: wrap; gap: 10px; }
  .ticker__label {
    width: 100%;
    min-height: 64px;
    font-size: 1.5em;
  }
  .ticker__letters {
    width: 100%;
    text-align: center;
    padding: 4px 0 2px;
  }
  .ticker__card { height: 64px; padding: 7px 12px; min-width: 140px; }
  .ticker__card img { max-height: 48px; max-width: 148px; }
  .team-grid,
  .values-grid,
  .contact-page { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .photo-hero,
  .careers-hero { min-height: 240px; }
  .photo-hero--short { min-height: 132px; }
  .photo-hero--short .wrap { padding: 20px 0; }
  .photo-hero--form { min-height: 220px; }
  .photo-hero--form .wrap { padding: 32px 0 24px; }
  .photo-hero--form.photo-hero--apply { min-height: 300px; }
  .consult-page__form { margin-top: 12px; }
  .form-page--quote .form-page__form,
  .form-page--skip .form-page__form { margin-top: 0; }
  .kit-photo-grid { grid-template-columns: 1fr; }
  .careers-choice { padding: 28px 0; }
  .careers-choice__grid { gap: 32px; }
  .careers-path--train .btn-row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .careers-path--train .btn-row .btn {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .careers-apply__form { margin-top: 0; }
  .hero-video { height: 420px; min-height: 420px; }
  .teaser-grid { grid-template-columns: 1fr 1fr; }
  .ticker__card { min-width: 110px; overflow: visible; }
  .ticker__card img { max-height: 40px; max-width: 120px; }
  .hero-collage { padding: 36px 0 28px; }
  .collage { max-height: 320px; }
  .btn { padding: 12px 28px; }
  .contact-page__form { margin-top: 8px; }
  .members { padding: 24px 0 28px; }
  .members__line--top .members__card { height: 72px; }
  .members__line--bottom .members__card { height: 102px; }
  .members__card--avob img {
    width: 69px;
    height: 69px;
    max-width: 69px;
    max-height: 69px;
  }
  .members__line--bottom .members__card img {
    max-width: 72px;
    max-height: 96px;
  }
  .members__line--bottom .members__card--cm3 img {
    max-width: 135px;
    max-height: 72px;
  }
  .footer-main {
    min-height: 0;
    height: auto;
    padding: 28px 0 32px;
  }
  .footer-subscribe {
    gap: 6px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    min-height: 0;
    height: auto;
  }
  .footer-subscribe h3 { font-size: 15px; }
  .footer-subscribe__copy p {
    font-size: 12px;
    line-height: 1.3;
  }
  .footer-subscribe__form input[type="email"] {
    height: 36px;
    font-size: 13px;
    padding: 0 10px;
  }
  .footer-subscribe__form .btn {
    padding: 7px 12px;
    font-size: 11px;
  }
  .footer-subscribe__privacy {
    font-size: 10px;
    margin-top: 5px;
  }
  .footer-copy { padding: 18px 12px; }
}
