:root {
  --blue: #0755a3;
  --blue-dark: #06437f;
  --navy: #06315e;
  --navy-deep: #061d35;
  --ink: #102235;
  --muted: #647486;
  --pale: #eef5fb;
  --line: #d9e3ec;
  --gold: #c9a35b;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 49, 94, 0.16);
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 9999;
  padding: 10px 18px;
  color: #000;
  background: #fff;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 20px;
}

.announcement {
  min-height: 36px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #d9e7f4;
  background: #062b50;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}

.announcement a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.utility-bar {
  color: #fff;
  background: var(--blue);
}

.utility-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  font-size: 12px;
}

.utility-inner span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.utility-inner a:hover {
  text-decoration: underline;
}

.utility-inner svg {
  width: 17px;
}

.utility-hours {
  opacity: 0.82;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(11, 49, 83, 0.1);
}

.header-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  width: min(560px, 43vw);
  flex: 0 1 auto;
  overflow: hidden;
}

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

.primary-nav {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #192939;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.primary-nav > a,
.nav-trigger {
  position: relative;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  color: #192939;
  background: none;
  border: 0;
  cursor: pointer;
}

.primary-nav > a::after,
.nav-group > .nav-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.primary-nav > a:hover::after,
.primary-nav > a.active::after,
.nav-group:hover > .nav-trigger::after,
.nav-group:focus-within > .nav-trigger::after,
.nav-group.active > .nav-trigger::after {
  transform: scaleX(1);
}

.nav-trigger span {
  width: 0;
  height: 0;
  margin-left: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--blue);
  transition: transform 0.2s ease;
}

.nav-group:hover > .nav-trigger span,
.nav-group:focus-within > .nav-trigger span,
.nav-group.menu-open > .nav-trigger span {
  transform: rotate(180deg);
}

.nav-group {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-group.active > .nav-trigger {
  color: var(--blue);
}

.nav-contact {
  align-self: center;
  height: 44px !important;
  padding-inline: 18px !important;
  color: #fff !important;
  background: var(--blue) !important;
  transition: background 0.2s ease;
}

.nav-contact:hover {
  background: var(--blue-dark) !important;
}

.nav-contact::after {
  display: none;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 120;
  width: min(1100px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #fff;
  border-top: 3px solid var(--blue);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  white-space: normal;
}

.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu,
.nav-group.menu-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-feature {
  position: relative;
  min-height: 350px;
  padding: 34px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.mega-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 31, 56, 0.08), rgba(4, 31, 56, 0.9));
}

.mega-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-feature > div {
  position: relative;
  z-index: 1;
}

.mega-feature small {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mega-feature h2 {
  margin: 7px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 500;
}

.mega-feature p {
  max-width: 480px;
  margin: 0;
  color: #e7f0f7;
  font-size: 13px;
}

.mega-links {
  padding: 32px 38px;
}

.mega-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mega-links > a {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  transition: color 0.2s ease, padding 0.2s ease;
}

.mega-links > a:hover,
.mega-links > a:focus-visible {
  padding-left: 8px;
  color: var(--blue);
}

.mega-links > a span {
  display: flex;
  flex-direction: column;
}

.mega-links strong {
  font-size: 14px;
}

.mega-links small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.mega-links svg {
  width: 19px;
}

.menu-toggle {
  display: none;
}

.home-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

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

.home-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 30, 55, 0.96) 0%, rgba(5, 45, 82, 0.78) 43%, rgba(5, 45, 82, 0.18) 76%);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0 120px;
}

.eyebrow {
  margin: 0 0 20px;
  color: #dcebf8;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.blue {
  color: var(--blue);
}

.home-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.home-hero h1 em {
  color: #cfe7fa;
  font-weight: 500;
}

.home-hero-content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 26px 0 34px;
  color: #dbe7f0;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--blue);
}

.button-primary:hover {
  background: var(--blue-dark);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.65);
}

.button-light {
  color: var(--blue);
  background: #fff;
}

.button-outline {
  color: var(--blue);
  background: #fff;
  border-color: var(--blue);
}

.button svg {
  width: 18px;
}

.hero-note {
  position: absolute;
  right: max(32px, calc((100vw - 1180px) / 2));
  bottom: 0;
  z-index: 3;
  width: 360px;
  padding: 24px 28px;
  display: block;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 -10px 40px rgba(6, 49, 94, 0.12);
}

.hero-note > span {
  display: none;
}

.hero-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.hero-note b {
  margin-bottom: 2px;
  display: block;
  font-size: 13px;
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  padding: 28px 36px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.trust-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.trust-grid strong {
  color: var(--blue);
  font-size: 22px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding-block: 100px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.section-heading h2,
.content-block h2,
.contact-details h2,
.contact-panel h2,
.download-layout h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.section-heading > p:last-child {
  color: var(--muted);
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: end;
}

.split-heading > p {
  margin: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  min-height: 360px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: #b8d5ed;
  box-shadow: 0 22px 55px rgba(6, 49, 94, 0.11);
}

.card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--pale);
  border-radius: 50%;
}

.card-icon svg {
  width: 28px;
}

.card-kicker {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 6px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.product-card > p:not(.card-kicker) {
  color: var(--muted);
  font-size: 14px;
}

.product-card > a {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.product-card > a svg {
  width: 18px;
}

.about-band {
  padding-block: 100px;
  color: #fff;
  background: var(--navy);
}

.media-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}

.media-split.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.media-split.reverse .content-block {
  order: 1;
}

.media-split.reverse .media-frame {
  order: 2;
}

.media-frame {
  position: relative;
}

.media-frame > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.media-frame.tall > img {
  height: 620px;
}

.image-badge {
  position: absolute;
  right: -24px;
  bottom: -24px;
  padding: 20px 24px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.image-badge b {
  display: block;
  color: var(--blue);
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.content-block > p:not(.eyebrow) {
  color: #d2e1ed;
}

.media-split.reverse .content-block > p:not(.eyebrow),
.certificate-layout .content-block > p {
  color: var(--muted);
}

.text-link {
  margin-top: 16px;
  padding-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
}

.text-link svg {
  width: 18px;
}

.timeline-section {
  text-align: center;
}

.timeline-section .section-heading {
  margin-inline: auto;
}

.timeline {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  text-align: left;
}

.timeline article {
  position: relative;
  padding: 34px 24px 10px;
  border-left: 1px solid var(--line);
}

.timeline article:last-child {
  border-right: 1px solid var(--line);
}

.timeline article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 22px;
  width: 11px;
  height: 11px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 6px #e4f0fa;
}

.timeline b {
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.07em;
}

.timeline h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
}

.timeline p {
  color: var(--muted);
  font-size: 13px;
}

.downloads-feature {
  padding-block: 90px;
  background: #eaf3fa;
}

.downloads-feature .eyebrow {
  color: var(--blue);
}

.downloads-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: center;
}

.downloads-inner h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  line-height: 1.15;
  font-weight: 500;
}

.downloads-inner > div:first-child > p:last-child {
  color: var(--muted);
}

.download-categories {
  border-top: 1px solid #c9dbe9;
}

.download-categories > a {
  padding: 18px 8px;
  display: grid;
  grid-template-columns: 1fr 26px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #c9dbe9;
  transition: padding 0.2s ease, background 0.2s ease;
}

.download-categories > a:hover {
  padding-left: 18px;
  background: #fff;
}

.download-categories b {
  display: none;
}

.download-categories span {
  font-size: 14px;
  font-weight: 800;
}

.download-categories small {
  display: block;
  color: var(--muted);
  font-weight: 500;
}

.download-categories svg {
  color: var(--blue);
}

.contact-ribbon {
  padding-block: 56px;
  color: #fff;
  background: var(--blue);
}

.ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.ribbon-inner span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ribbon-inner h2 {
  max-width: 760px;
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
}

.site-footer {
  padding-top: 74px;
  color: #c5d4df;
  background: var(--navy-deep);
  font-size: 12px;
}

.footer-grid {
  padding-bottom: 62px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.65fr 1fr;
  gap: 64px;
}

.footer-logo {
  margin-bottom: 22px;
}

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

.footer-brand p {
  max-width: 340px;
}

.footer-grid h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 13px;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #8094a6;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 10px;
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.back-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.inner-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

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

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 31, 56, 0.95), rgba(4, 31, 56, 0.42));
}

.inner-hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
}

.inner-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.inner-hero-content > p:last-child {
  max-width: 680px;
  color: #d9e7f1;
  font-size: 16px;
}

.breadcrumbs {
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #d2e0eb;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs b {
  opacity: 0.5;
}

.breadcrumbs span {
  color: #fff;
}

.prose-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 90px;
  align-items: start;
}

.sticky-index {
  position: sticky;
  top: 138px;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--blue);
}

.sticky-index p {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sticky-index a {
  padding: 7px 0;
  color: var(--muted);
  font-size: 12px;
}

.sticky-index a:hover {
  color: var(--blue);
}

.prose {
  max-width: 820px;
}

.prose > section {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}

.prose > section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.prose h2 {
  margin: 8px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
}

.prose h3 {
  font-size: 20px;
}

.prose p,
.prose-narrow p {
  color: var(--muted);
}

.prose .lead,
.lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.7;
}

.section-number {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.callout {
  margin-top: 30px;
  padding: 24px 28px;
  background: var(--pale);
  border-left: 3px solid var(--blue);
}

.callout h3 {
  margin: 0 0 5px;
}

.callout p {
  margin: 0 !important;
}

.values-band {
  padding-block: 64px;
  background: var(--pale);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.values-grid article {
  padding: 15px 38px;
  border-left: 1px solid #cdddea;
}

.values-grid article:last-child {
  border-right: 1px solid #cdddea;
}

.values-grid span {
  display: none;
}

.values-grid h3 {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.values-grid p {
  color: var(--muted);
  font-size: 13px;
}

.info-table {
  border-top: 2px solid var(--blue);
}

.info-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-bottom: 1px solid var(--line);
}

.info-row dt {
  padding: 22px 26px;
  background: var(--pale);
  font-size: 12px;
  font-weight: 800;
}

.info-row dd {
  margin: 0;
  padding: 22px 28px;
  color: var(--muted);
  font-size: 13px;
}

.info-row a {
  color: var(--blue);
}

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

.company-list article {
  min-height: 260px;
  padding: 42px;
  border: 1px solid var(--line);
}

.company-list span {
  display: none;
}

.company-list h2 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 500;
}

.company-list p {
  color: var(--muted);
}

.prose-narrow {
  max-width: 850px;
}

.people-list {
  display: grid;
}

.person {
  padding: 50px 0;
  display: block;
  border-bottom: 1px solid var(--line);
}

.person:first-child {
  padding-top: 0;
}

.person-index {
  display: none;
}

.person h2 {
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.person p:last-child {
  color: var(--muted);
  text-align: justify;
}

.product-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 90px;
  align-items: start;
}

.product-summary {
  position: sticky;
  top: 138px;
  padding: 38px;
  color: #fff;
  background: var(--navy);
}

.product-summary h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.product-summary ul {
  margin: 24px 0 32px;
  padding: 0;
  list-style: none;
}

.product-summary li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.product-summary .button {
  width: 100%;
}

.number-list {
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.number-list li {
  position: relative;
  padding: 18px 0 18px 58px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  counter-increment: item;
}

.number-list li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}

.definition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.definition-grid article {
  padding: 26px;
  border: 1px solid var(--line);
}

.certificate-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 90px;
  align-items: center;
}

.certificate-mark {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  color: var(--blue);
  background: var(--pale);
  border: 1px solid #cbddeb;
}

.certificate-mark::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid #cbddeb;
}

.certificate-mark svg {
  width: 110px;
}

.certificate-mark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
}

.download-layout {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 90px;
  align-items: start;
}

.checklist {
  margin-top: 34px;
  padding: 0;
  columns: 2;
  column-gap: 45px;
  list-style: none;
}

.checklist li {
  padding: 10px 0;
  display: flex;
  gap: 11px;
  break-inside: avoid;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.checklist svg {
  width: 17px;
  flex: none;
  color: var(--blue);
}

.forms-panel {
  position: sticky;
  top: 138px;
  padding: 38px;
  color: #fff;
  background: var(--navy);
}

.forms-panel h2 {
  font-size: 32px;
}

.forms-panel > p:not(.eyebrow) {
  color: #c8d9e6;
}

.forms-stack {
  margin-top: 25px;
  display: grid;
  gap: 10px;
}

.form-card {
  padding: 16px;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  background: #fff;
  transition: transform 0.2s ease;
}

.form-card:hover {
  transform: translateX(5px);
}

.form-card .card-icon {
  width: 42px;
  height: 42px;
  margin: 0;
}

.form-card .card-icon svg {
  width: 20px;
}

.form-card span {
  display: flex;
  flex-direction: column;
}

.form-card b {
  font-size: 11px;
}

.form-card small {
  color: var(--muted);
  font-size: 9px;
}

.form-card em {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.form-card em svg {
  width: 15px;
}

.form-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-open-pdf,
.btn-download-pdf {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.btn-open-pdf {
  color: var(--blue);
  background: var(--pale, #eef5fb);
  border: 1px solid rgba(7, 85, 163, 0.2);
}

.btn-open-pdf:hover {
  background: var(--blue);
  color: #ffffff;
  border-color: var(--blue);
}

.btn-download-pdf {
  color: #ffffff;
  background: var(--blue);
  border: 1px solid var(--blue);
}

.btn-download-pdf:hover {
  background: var(--navy, #06315e);
  color: #ffffff;
  border-color: var(--navy, #06315e);
}

.btn-open-pdf svg,
.btn-download-pdf svg {
  width: 13px;
  height: 13px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 90px;
}

.contact-details > a {
  padding: 22px 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.contact-details > a svg {
  flex: none;
  color: var(--blue);
}

.contact-details > a span {
  display: flex;
  flex-direction: column;
}

.contact-details > a b {
  color: var(--ink);
  font-size: 12px;
}

.office-hours {
  margin-top: 30px;
  padding: 22px;
  background: var(--pale);
}

.office-hours p {
  margin: 5px 0 0;
  color: var(--muted);
}

.contact-panel {
  align-self: start;
  padding: 42px;
  color: #fff;
  background: var(--blue);
}

.contact-panel > p:not(.eyebrow) {
  color: #d9e8f4;
}

.contact-panel .full {
  width: 100%;
  margin-top: 10px;
}

.contact-panel .button-ghost {
  background: transparent;
}

.contact-panel .eyebrow {
  color: #dcebf8;
}

.privacy-note {
  margin-top: 22px !important;
  font-size: 10px !important;
}

.feedback-form {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.feedback-form label {
  display: grid;
  gap: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.feedback-form input,
.feedback-form textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0;
  font: inherit;
}

.feedback-form textarea {
  min-height: 120px;
  resize: vertical;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.feedback-form .button {
  justify-content: center;
  border: 1px solid #fff;
}

.feedback-status {
  display: none;
  margin: 0 !important;
  padding: 11px 13px;
  color: #06315e !important;
  background: #e8f7ed;
  font-size: 11px;
  font-weight: 700;
}

.feedback-status.is-visible {
  display: block;
}

.feedback-status.is-error {
  color: #7d1f1f !important;
  background: #fff0f0;
}

.feedback-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1100px) {
  :root {
    --shell: min(920px, calc(100% - 36px));
  }

  .brand {
    width: 390px;
  }

  .primary-nav {
    gap: 13px;
    font-size: 11px;
  }

  .mega-menu {
    width: calc(100vw - 36px);
  }

  .media-split,
  .split-heading,
  .downloads-inner,
  .product-layout,
  .download-layout,
  .contact-grid {
    gap: 55px;
  }

  .home-hero {
    min-height: 620px;
  }
}

@media (max-width: 900px) {
  .announcement {
    min-height: 36px;
  }

  .utility-hours {
    display: none;
  }

  .header-inner {
    min-height: 88px;
  }

  .brand {
    width: min(540px, 72vw);
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    background: var(--blue);
    border: 0;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
  }

  .menu-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: auto;
    max-height: calc(100vh - 124px);
    padding: 14px 18px 28px;
    display: none;
    overflow-y: auto;
    background: #fff;
    box-shadow: var(--shadow);
    white-space: normal;
  }

  .primary-nav.open {
    display: block;
  }

  .primary-nav > a,
  .nav-group,
  .nav-trigger {
    width: 100%;
    height: auto;
  }

  .primary-nav > a,
  .nav-trigger {
    padding: 14px 4px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }

  .nav-contact {
    width: max-content !important;
    margin-top: 14px;
    padding-inline: 18px !important;
  }

  .nav-group {
    display: block;
  }

  .mega-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    display: none;
    grid-template-columns: 1fr;
    border-top: 0;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .nav-group.menu-open .mega-menu {
    display: grid !important;
    transform: none !important;
  }

  .mega-feature {
    display: none !important;
  }

  .mega-links {
    padding: 12px 16px 16px;
    background: var(--pale, #eef5fb);
    border-left: 3px solid var(--blue);
    margin-block: 8px 14px;
    border-radius: 0 6px 6px 0;
  }

  .mega-label {
    margin: 2px 0 10px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mega-links > a {
    padding: 10px 0;
    white-space: normal;
  }

  .mega-links > a span {
    flex: 1;
    padding-right: 12px;
  }

  .mega-links svg {
    flex-shrink: 0;
  }

  .home-hero {
    min-height: 650px;
  }

  .home-hero-content {
    padding-top: 75px;
  }

  .hero-note {
    display: none;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 290px;
  }

  .media-split,
  .media-split.reverse,
  .split-heading,
  .downloads-inner,
  .prose-layout,
  .product-layout,
  .certificate-layout,
  .download-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .media-split.reverse .content-block,
  .media-split.reverse .media-frame {
    order: initial;
  }

  .media-frame > img,
  .media-frame.tall > img {
    height: 450px;
  }

  .sticky-index,
  .product-summary,
  .forms-panel {
    position: static;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .downloads-inner {
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .certificate-mark {
    max-width: 360px;
  }

  .checklist {
    columns: 1;
  }

  .ribbon-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding-block: 76px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .utility-inner {
    min-height: 42px;
    justify-content: center;
  }

  .utility-inner span:nth-child(2) {
    display: none;
  }

  .brand {
    width: 72vw;
  }

  .home-hero {
    min-height: 620px;
  }

  .home-hero h1 {
    font-size: 44px;
  }

  .home-hero-content > p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-actions {
    max-width: 300px;
    flex-direction: column;
    align-items: stretch;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid > div {
    padding: 20px 18px;
  }

  .section {
    padding-block: 64px;
  }

  .section-heading h2,
  .content-block h2,
  .contact-details h2,
  .contact-panel h2,
  .download-layout h2 {
    font-size: 34px;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline article:last-child {
    border-right: 0;
  }

  .media-frame > img,
  .media-frame.tall > img {
    height: 360px;
  }

  .image-badge {
    right: 10px;
    bottom: -20px;
  }

  .values-grid,
  .company-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .values-grid article,
  .values-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid #cdddea;
  }

  .inner-hero {
    min-height: 430px;
  }

  .inner-hero h1 {
    font-size: 42px;
  }

  .info-row {
    grid-template-columns: 1fr;
  }

  .info-row dt {
    padding-bottom: 10px;
  }

  .info-row dd {
    padding-top: 10px;
  }

  .person {
    display: block;
  }

  .definition-grid {
    grid-template-columns: 1fr;
  }

  .download-layout,
  .contact-grid {
    gap: 45px;
  }

  .forms-panel,
  .contact-panel {
    padding: 28px;
  }

  .form-card {
    grid-template-columns: 42px 1fr;
  }

  .form-card em,
  .form-card-actions {
    grid-column: 2;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }

  .contact-ribbon {
    padding-block: 44px;
  }

  .ribbon-inner h2 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .announcement,
  .utility-bar,
  .site-header,
  .contact-ribbon,
  .site-footer,
  .back-top {
    display: none !important;
  }

  .inner-hero {
    min-height: auto;
    color: #000;
  }

  .inner-hero-image,
  .inner-hero-overlay {
    display: none;
  }

  .inner-hero-content,
  .section {
    padding-block: 30px;
  }

  .forms-panel {
    color: #000;
    background: #fff;
    border: 1px solid #aaa;
  }
}
