@font-face {
  font-family: 'Red Hat Display';
  src: url('/assets/fonts/red-hat-display.woff2') format('woff2-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('/assets/fonts/red-hat-text.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sts-oxford: #0b1f33;
  --sts-oxford-700: #16324c;
  --sts-oxford-900: #071624;
  --sts-oxford-tint: #122942;
  --sts-brass: #b08d46;
  --sts-brass-700: #86692f;
  --sts-brass-800: #7a6030;
  --sts-brass-300: #c9ab6c;
  --sts-brass-tint: #f5eee0;
  --sts-harbor: #33475c;
  --sts-pewter: #8c97a3;
  --sts-pewter-text: #626c79;
  --sts-paper: #fdfdfb;
  --sts-beige: #f6f1e7;
  --sts-white: #ffffff;
  --sts-ink: #181b20;
  --sts-ink-soft: #575e67;
  --sts-line: #e5e1d7;
  --sts-line-reverse: rgba(255, 255, 255, 0.12);
  --sts-on-dark: #d5dde5;
  --sts-on-dark-soft: #a9b6c2;
  --sts-on-dark-muted: #8fa0b1;

  --font-display: 'Red Hat Display', -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-text: 'Red Hat Text', -apple-system, 'Segoe UI', Arial, sans-serif;

  --radius-sm: 2px;
  --radius-md: 3px;
  --measure: 1120px;
  --header-height: 80px;
  --sweep-duration: 18s;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-block-start: 92px;
}

body {
  background: var(--sts-paper);
  color: var(--sts-ink);
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--sts-brass);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

::selection {
  background: var(--sts-brass);
  color: #14100a;
}

.skip-link {
  position: absolute;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 100;
  transform: translateY(-200%);
  background: var(--sts-oxford);
  color: #fff;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 13px;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: transform 0.15s;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.wrap {
  max-width: var(--measure);
  margin-inline: auto;
  padding-inline: 40px;
}

h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1;
  color: var(--sts-oxford);
}

h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.016em;
  line-height: 1.06;
  color: var(--sts-oxford);
  font-size: clamp(28px, 3.4vw, 42px);
}

h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.008em;
  color: var(--sts-oxford);
  font-size: 21px;
  line-height: 1.25;
}

h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--sts-oxford);
  font-size: 16px;
}

.eyebrow {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sts-brass-700);
}

.eyebrow-muted {
  color: var(--sts-pewter-text);
}

.lede {
  font-size: 18px;
  line-height: 1.58;
  color: var(--sts-ink-soft);
  max-width: 58ch;
}

.prose {
  color: var(--sts-ink-soft);
  max-width: 62ch;
}

.prose + .prose {
  margin-block-start: 14px;
}

.tabular {
  font-variant-numeric: tabular-nums;
}

.section {
  padding-block: 88px;
  position: relative;
}

.section + .section {
  border-block-start: 1px solid var(--sts-line);
}

.section-dark + .section-dark {
  border-block-start: 1px solid var(--sts-line-reverse);
}

.section-dark {
  background: var(--sts-oxford);
  color: var(--sts-on-dark);
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: #fff;
}

.section-dark .lede,
.section-dark .prose {
  color: var(--sts-on-dark-soft);
}

.section-tint {
  background: var(--sts-beige);
}

.section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-block-end: 44px;
}

.section-head-tag {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--sts-brass-700);
  border: 1px solid currentColor;
  border-radius: var(--radius-sm);
  padding: 4px 9px;
}

.section-head-label {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
}

.section-head-rule {
  flex: 1;
  height: 1px;
  background: var(--sts-line);
}

.section-dark .section-head-tag {
  color: var(--sts-brass);
}

.section-dark .section-head-label {
  color: var(--sts-on-dark-muted);
}

.section-dark .section-head-rule {
  background: var(--sts-line-reverse);
}

.section-heading {
  margin-block-end: 44px;
}

.held {
  position: relative;
}

.held::before,
.held::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--sts-brass);
  pointer-events: none;
}

.held::before {
  inset-block-start: -2px;
  inset-inline-start: -2px;
  border-inline-end: 0;
  border-block-end: 0;
}

.held::after {
  inset-block-end: -2px;
  inset-inline-end: -2px;
  border-inline-start: 0;
  border-block-start: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

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

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

.grid-wide {
  gap: 56px;
}

.grid-center {
  align-items: center;
}

.grid-start {
  align-items: start;
}

.grid-stack {
  display: grid;
  gap: 20px;
}

.grid-2 > *,
.grid-3 > *,
.grid-4 > *,
.grid-stack > *,
.steps > *,
.ruled > *,
.loop-grid > *,
.contact-grid > *,
.section-head-split > * {
  min-width: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  font-weight: 600;
  font-family: var(--font-text);
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn-brass {
  background: var(--sts-brass);
  color: #14100a;
}

.btn-brass:hover {
  background: var(--sts-brass-300);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-ghost:hover {
  border-color: #fff;
}

.btn-navy {
  background: var(--sts-oxford);
  color: #fff;
}

.btn-navy:hover {
  background: var(--sts-oxford-700);
}

.btn-line {
  background: transparent;
  color: var(--sts-oxford);
  border-color: var(--sts-oxford);
}

.btn-line:hover {
  background: var(--sts-oxford);
  color: #fff;
}

.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-block-start: 30px;
}

.text-link {
  font-weight: 600;
  color: var(--sts-oxford);
  text-decoration: none;
  border-block-end: 1.5px solid var(--sts-brass);
  padding-block: 3px 1px;
}

.text-link:hover {
  color: var(--sts-brass-700);
}

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--sts-paper) 90%, transparent);
  backdrop-filter: blur(12px);
  border-block-end: 1px solid var(--sts-line);
  transition: background 0.25s, border-color 0.25s;
}

body.home .site-header:not(.is-solid) {
  background: transparent;
  border-block-end-color: transparent;
  backdrop-filter: none;
}

.site-header-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  height: var(--header-height);
}

.site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-inline-end: auto;
}

.site-logo svg {
  height: 28px;
  width: auto;
}

.site-logo-wordmark,
.site-logo-bracket {
  fill: var(--sts-oxford);
  transition: fill 0.25s;
}

.site-logo-tm {
  fill: var(--sts-pewter);
}

.site-logo-asset {
  fill: var(--sts-brass);
}

body.home .site-header:not(.is-solid) .site-logo-wordmark,
body.home .site-header:not(.is-solid) .site-logo-bracket {
  fill: #fff;
}

.site-nav {
  display: flex;
  gap: 2px;
}

.site-nav a {
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  color: var(--sts-ink-soft);
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  transition: color 0.15s, background 0.15s;
}

.site-nav a:hover {
  color: var(--sts-oxford);
  background: rgba(11, 31, 51, 0.05);
}

.site-nav a[aria-current='page'] {
  color: var(--sts-oxford);
  font-weight: 700;
  box-shadow: inset 0 -2px 0 var(--sts-brass);
}

body.home .site-header:not(.is-solid) .site-nav a {
  color: rgba(255, 255, 255, 0.85);
}

body.home .site-header:not(.is-solid) .site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--sts-oxford);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  transition: background 0.25s, color 0.25s;
  white-space: nowrap;
}

.header-cta:hover {
  background: var(--sts-oxford-700);
}

.header-cta b {
  color: var(--sts-brass);
}

body.home .site-header:not(.is-solid) .header-cta {
  background: var(--sts-brass);
  color: #14100a;
}

body.home .site-header:not(.is-solid) .header-cta:hover {
  background: var(--sts-brass-300);
}

.site-nav-cta {
  display: none;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--sts-line);
  border-radius: var(--radius-sm);
  padding: 9px 12px;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--sts-oxford);
  cursor: pointer;
}

body.home .site-header:not(.is-solid) .nav-toggle {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

body:not(.home) main {
  padding-block-start: var(--header-height);
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--sts-oxford);
  min-height: 640px;
  display: flex;
  align-items: center;
  padding-block: 88px;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 20, 33, 0.95) 0%, rgba(8, 20, 33, 0.68) 45%, rgba(8, 20, 33, 0.5) 100%);
}

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

.page-hero .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(36px, 4.6vw, 58px);
  margin-block: 18px 22px;
}

.page-hero .eyebrow {
  color: var(--sts-brass);
}

.page-hero .lede {
  color: #c6d0da;
  max-width: 56ch;
}

.page-hero .btn-navy {
  background: #fff;
  color: var(--sts-oxford);
}

.page-hero .btn-navy:hover {
  background: #e8e2d6;
}

.page-hero .btn-line {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.page-hero .btn-line:hover {
  background: #fff;
  color: var(--sts-oxford);
}

.hero-panel {
  max-width: 840px;
  padding: 56px 52px;
  border-radius: var(--radius-md);
  background: rgba(11, 31, 51, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-block-start: 32px;
  flex-wrap: wrap;
}

.hero-phone {
  margin-block-start: 26px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.hero-phone-label {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-phone-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: #fff;
  text-decoration: none;
}

.hero-phone-number:hover {
  color: var(--sts-brass);
}

.home-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--sts-on-dark);
  overflow: hidden;
  background: var(--sts-oxford);
}

.home-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('/assets/media/sts-hero-loop-poster.jpg');
  background-size: cover;
  background-position: center;
}

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

.home-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 20, 33, 0.95) 0%, rgba(8, 20, 33, 0.62) 45%, rgba(8, 20, 33, 0.42) 100%);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 160px 96px;
}

.home-hero .eyebrow {
  color: rgba(253, 251, 247, 0.78);
}

.home-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4.6vw, 60px);
  margin-block: 20px 26px;
  max-width: 17ch;
}

.home-hero h1 em {
  font-style: normal;
  color: var(--sts-brass);
}

.home-hero .lede {
  color: #b9c4ce;
  max-width: 52ch;
}

.home-hero .hero-actions {
  margin-block-start: 38px;
}

.loop-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: center;
}

.loop-intro {
  margin-block-start: 18px;
  font-size: 15.5px;
}

.prose-first {
  margin-block-start: 18px;
}

.family-heading {
  margin-block-start: 12px;
  margin-block-end: 14px;
}

.family-link {
  margin-block-start: 18px;
}

.loop-key {
  margin-block-start: 38px;
}

.loop-key > div {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding-block: 15px;
  border-block-start: 1px solid var(--sts-line);
}

.loop-key > div:first-child {
  border-block-start: 2px solid var(--sts-brass);
}

.loop-key b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--sts-oxford);
  min-width: 92px;
}

.loop-key a {
  color: inherit;
  text-decoration: none;
}

.loop-key a:hover b {
  color: var(--sts-brass-700);
}

.loop-key span {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--sts-pewter-text);
}

.dial {
  max-width: 660px;
  margin-inline: auto;
  width: 100%;
}

.dial svg {
  width: 100%;
  height: auto;
}

.dial-caption {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
  text-align: center;
  margin-block-start: 18px;
}

.dial-caption b {
  color: var(--sts-brass-700);
}

.dial-track {
  fill: none;
  stroke: var(--sts-line);
  stroke-width: 1.5;
}

.dial-tick {
  stroke: var(--sts-line);
  stroke-width: 1;
}

.dial-comet,
.dial-comet-tail {
  fill: none;
  stroke: var(--sts-brass);
  stroke-linecap: round;
  stroke-dasharray: 90 1166.6;
  animation: dial-sweep var(--sweep-duration) linear infinite;
}

.dial-comet {
  stroke-width: 2.5;
}

.dial-comet-tail {
  stroke-width: 6;
  opacity: 0.16;
  stroke-dasharray: 170 1086.6;
  animation-delay: calc(var(--sweep-duration) * -0.006);
}

@keyframes dial-sweep {
  to {
    stroke-dashoffset: -1256.6;
  }
}

.dial-station-procure {
  --station-delay: -5.79s;
}

.dial-station-test {
  --station-delay: -2.19s;
}

.dial-station-sell {
  --station-delay: -16.59s;
}

.dial-station-buyback {
  --station-delay: -12.99s;
}

.dial-station-reinventory {
  --station-delay: -9.39s;
}

.dial-station .dial-lead {
  stroke: var(--sts-line);
  stroke-width: 1.2;
  animation: dial-lead-pulse var(--sweep-duration) linear infinite;
  animation-delay: var(--station-delay);
}

.dial-station .dial-node {
  fill: var(--sts-paper);
  stroke: var(--sts-oxford);
  stroke-width: 1.5;
  animation: dial-node-pulse var(--sweep-duration) linear infinite;
  animation-delay: var(--station-delay);
}

.dial-station .dial-ring {
  fill: none;
  stroke: var(--sts-brass);
  stroke-width: 1.5;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: dial-ring-pulse var(--sweep-duration) linear infinite;
  animation-delay: var(--station-delay);
}

.dial-station-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  fill: var(--sts-oxford);
}

.dial-station-caption {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 1px;
  fill: var(--sts-pewter-text);
}

@keyframes dial-lead-pulse {
  0%,
  5% {
    stroke: var(--sts-brass);
  }
  11%,
  100% {
    stroke: var(--sts-line);
  }
}

@keyframes dial-node-pulse {
  0%,
  5% {
    fill: var(--sts-brass);
    stroke: var(--sts-brass);
  }
  11%,
  100% {
    fill: var(--sts-paper);
    stroke: var(--sts-oxford);
  }
}

@keyframes dial-ring-pulse {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }
  14%,
  100% {
    opacity: 0;
    transform: scale(3.4);
  }
}

.dial-centre-label {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.2px;
  fill: var(--sts-brass-700);
}

.dial-centre-line {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  fill: var(--sts-oxford);
}

.dial-mobile {
  display: none;
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
}

.dial-mobile .dial-comet {
  stroke-dasharray: 59.4 770;
  animation-name: dial-sweep-mobile;
}

.dial-mobile .dial-comet-tail {
  stroke-dasharray: 112.2 717.2;
  animation-name: dial-sweep-mobile;
}

.dial-station-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.06em;
  fill: var(--sts-brass-700);
}

@keyframes dial-sweep-mobile {
  to {
    stroke-dashoffset: -829.4;
  }
}

.loop-list {
  display: none;
  margin-block-start: 8px;
  counter-reset: loop-step;
}

.loop-list > div {
  counter-increment: loop-step;
  padding: 16px 0 16px 44px;
  border-block-start: 1px solid var(--sts-line);
  position: relative;
}

.loop-list > div:first-child {
  border-block-start: 2px solid var(--sts-brass);
}

.loop-list > div::before {
  content: '0' counter(loop-step);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--sts-brass-700);
}

.loop-list h3 {
  font-size: 15px;
}

.loop-list p {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
  margin-block-start: 4px;
}

.loop-list-return {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sts-brass-700);
  padding-block-start: 14px;
  border-block-start: 1px dashed var(--sts-line);
  margin-block-start: 2px;
}

.service-card {
  background: var(--sts-white);
  border: 1px solid var(--sts-line);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s;
}

.service-card:hover {
  border-color: var(--sts-brass);
  transform: translateY(-2px);
}

.service-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--sts-oxford);
  padding: 11px 18px;
}

.service-card-code {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sts-on-dark-muted);
}

.service-card-chip {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14100a;
  background: var(--sts-brass);
  border-radius: var(--radius-sm);
  padding: 3px 8px;
}

.service-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-icon {
  width: 40px;
  height: 40px;
  margin-block-end: 16px;
}

.service-card h3 {
  font-size: 19px;
  margin-block-end: 6px;
}

.service-card p {
  font-size: 14px;
  color: var(--sts-ink-soft);
}

.service-card-go {
  margin-block-start: auto;
  padding-block-start: 18px;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--sts-oxford);
}

.service-card-go b {
  color: var(--sts-brass-700);
}

.service-card:hover .service-card-go {
  color: var(--sts-brass-700);
}

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

.ruled > div {
  padding-block-start: 20px;
  border-block-start: 2px solid var(--sts-line);
}

.ruled > div:first-child {
  border-block-start-color: var(--sts-brass);
}

.ruled p {
  font-size: 14px;
  margin-block-start: 10px;
  color: var(--sts-ink-soft);
}

.section-dark .ruled > div {
  border-block-start-color: var(--sts-line-reverse);
}

.section-dark .ruled > div:first-child {
  border-block-start-color: var(--sts-brass);
}

.section-dark .ruled p {
  color: var(--sts-on-dark-soft);
}

.ruled-stack {
  grid-template-columns: 1fr;
  gap: 0;
}

.ruled-stack > div {
  padding-block: 18px;
}

.ledger {
  border-block-start: 1px solid var(--sts-line-reverse);
}

.ledger > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-block: 16px;
  border-block-end: 1px solid var(--sts-line-reverse);
  align-items: baseline;
}

.ledger b {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}

.ledger span {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sts-on-dark-muted);
}

.ledger-light {
  border-block-start-color: var(--sts-line);
}

.ledger-light > div {
  border-block-end-color: var(--sts-line);
}

.ledger-light b {
  color: var(--sts-oxford);
}

.ledger-light span {
  color: var(--sts-pewter-text);
}

.split-panel {
  border-inline-start: 2px solid var(--sts-line);
  padding-inline-start: 32px;
}

.split-panel > div + div {
  border-block-start: 1px solid var(--sts-line);
  margin-block-start: 20px;
  padding-block-start: 20px;
}

.split-panel-label {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-brass-700);
}

.split-panel-label-muted {
  color: var(--sts-pewter-text);
}

.split-panel h3 {
  font-size: 16px;
  margin-block-start: 6px;
}

.split-panel p {
  font-size: 13.5px;
  color: var(--sts-ink-soft);
  margin-block-start: 4px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}

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

.step {
  counter-increment: step;
  padding-block-start: 22px;
  border-block-start: 2px solid var(--sts-line);
}

.step::before {
  content: 'Step 0' counter(step);
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-brass-700);
  display: block;
  margin-block-end: 12px;
}

.step:first-child {
  border-block-start-color: var(--sts-brass);
}

.step p {
  font-size: 14px;
  color: var(--sts-ink-soft);
  margin-block-start: 8px;
}

.section-dark .step {
  border-block-start-color: var(--sts-line-reverse);
}

.section-dark .step:first-child {
  border-block-start-color: var(--sts-brass);
}

.section-dark .step::before {
  color: var(--sts-brass);
}

.section-dark .step p {
  color: var(--sts-on-dark-soft);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chips-spaced {
  margin-block-start: 26px;
}

.chips-heading {
  font-size: 16px;
  margin-block: 36px 14px;
}

.storefront-note {
  margin-block-start: 28px;
}

.spec-list-narrow {
  margin-block-start: 22px;
  max-width: 46ch;
}

.btn-row-wide {
  margin-block-start: 40px;
}

.chips span {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sts-harbor);
  border: 1px solid var(--sts-line);
  background: var(--sts-white);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
}

.spec-list {
  list-style: none;
  margin-block-start: 6px;
}

.spec-list li {
  font-size: 14px;
  color: var(--sts-ink-soft);
  padding: 7px 0 7px 18px;
  position: relative;
  border-block-start: 1px dashed var(--sts-line);
}

.spec-list li:first-child {
  border-block-start: 0;
}

.spec-list li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 16px;
  width: 7px;
  height: 1.5px;
  background: var(--sts-brass);
}

.section-dark .spec-list li {
  color: var(--sts-on-dark-soft);
  border-block-start-color: var(--sts-line-reverse);
}

.definition-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding-block: 12px;
  border-block-end: 1px solid var(--sts-line);
  align-items: baseline;
}

.definition-row dt {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
}

.definition-row dd {
  font-size: 15px;
  color: var(--sts-ink);
  font-weight: 500;
}

.section-dark .definition-row {
  border-block-end-color: var(--sts-line-reverse);
}

.section-dark .definition-row dt {
  color: var(--sts-on-dark-muted);
}

.section-dark .definition-row dd {
  color: #e8edf2;
}

figure.photo {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--sts-oxford);
  position: relative;
}

figure.photo::before {
  content: attr(data-media);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-on-dark-muted);
  background-image: url('/assets/brand/servertech-mark-reversed.svg');
  background-repeat: no-repeat;
  background-position: center 34%;
  background-size: 48px;
}

figure.photo img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.ratio-4-5 {
  aspect-ratio: 4 / 5;
}

.ratio-21-9 {
  aspect-ratio: 21 / 9;
}

figure.placeholder {
  border: 1.5px dashed var(--sts-pewter);
  border-radius: var(--radius-md);
  background: repeating-linear-gradient(135deg, rgba(140, 151, 163, 0.1) 0 8px, transparent 8px 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 180px;
}

figure.placeholder figcaption {
  background: var(--sts-beige);
  border: 1px solid var(--sts-line);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  text-align: center;
  max-width: 88%;
}

.placeholder-title {
  display: block;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-harbor);
}

.placeholder-note {
  display: block;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 10.5px;
  color: var(--sts-pewter-text);
  margin-block-start: 5px;
}

.section-dark figure.placeholder figcaption {
  background: var(--sts-oxford-tint);
  border-color: var(--sts-line-reverse);
}

.section-dark .placeholder-title {
  color: #c6d0da;
}

.pending {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 0.78em;
  letter-spacing: 0.04em;
  color: var(--sts-brass-800);
  background: var(--sts-brass-tint);
  border: 1px dashed var(--sts-brass);
  border-radius: var(--radius-sm);
  padding: 1px 7px;
}

.section-dark .pending {
  background: rgba(176, 141, 70, 0.14);
  color: var(--sts-brass-300);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.person-name {
  margin-block-start: 14px;
}

.person-role {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-brass-700);
  margin-block-start: 4px;
}

.person-bio {
  font-size: 13.5px;
  color: var(--sts-ink-soft);
  margin-block-start: 8px;
}

.stat-panel {
  padding: 34px 34px 20px;
  border-block-start: 2px solid var(--sts-oxford);
  background: var(--sts-white);
}

.stat-panel > div {
  margin-block-start: 8px;
}

.stat-row {
  padding-block: 20px;
  border-block-end: 1px solid var(--sts-line);
}

.stat-row:last-child {
  border-block-end: 0;
}

.stat-figure {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 40px;
  color: var(--sts-oxford);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.stat-label {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
  margin-block-start: 10px;
}

.section-lead {
  max-width: 640px;
  margin-block-end: 40px;
}

.storefront-link {
  margin-block-start: 16px;
}

.footprint {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
  margin-block-start: 24px;
}

.ledger-note {
  margin-block-start: 20px;
  font-size: 13.5px;
  color: var(--sts-pewter-text);
}

.section-head-split {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-block-end: 44px;
}

.section-head-split p {
  max-width: 38ch;
  font-size: 15px;
}

.label-optional {
  text-transform: none;
  letter-spacing: 0;
}

.stack-top {
  margin-block-start: 56px;
}

.form {
  border-block-start: 2px solid var(--sts-oxford);
  padding-block-start: 30px;
  margin-block-start: 32px;
}

.form fieldset {
  border: 0;
}

.form legend {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--sts-oxford);
  margin-block-end: 18px;
}

.section-dark .form legend {
  color: #fff;
}

.field {
  margin-block-end: 20px;
}

.field label {
  display: block;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sts-ink-soft);
  margin-block-end: 8px;
}

.section-dark .field label {
  color: var(--sts-on-dark-soft);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font-text);
  font-size: 15px;
  color: var(--sts-ink);
  background: var(--sts-beige);
  border: 1px solid var(--sts-line);
  border-radius: var(--radius-sm);
  padding: 13px 15px;
  transition: border-color 0.15s, background 0.15s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sts-brass);
  background: var(--sts-white);
}

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

.field-error {
  display: none;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 12px;
  color: #7a3138;
  margin-block-start: 6px;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #8d3b42;
}

.field.has-error .field-error {
  display: block;
}

.section-dark .field.has-error .field-error {
  color: #f0b8bc;
}

.field-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-note {
  font-size: 12.5px;
  color: var(--sts-pewter-text);
  margin-block-start: 16px;
  line-height: 1.55;
}

.section-dark .form-note {
  color: var(--sts-on-dark-muted);
}

.form-status {
  display: none;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 12.5px;
  color: var(--sts-brass-800);
  background: var(--sts-brass-tint);
  border: 1px solid var(--sts-brass);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  margin-block-start: 16px;
}

.form.is-sent .form-status {
  display: block;
}

.roles {
  border-block-start: 2px solid var(--sts-oxford);
}

.role {
  border-block-end: 1px solid var(--sts-line);
}

.role summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 230px 24px;
  gap: 20px;
  align-items: center;
  padding-block: 24px;
}

.role summary::-webkit-details-marker {
  display: none;
}

.role summary:hover h2 {
  color: var(--sts-brass-700);
}

.role summary h2 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.008em;
  line-height: 1.25;
  transition: color 0.15s;
}

.role-meta {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
}

.role-type {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14100a;
  background: var(--sts-brass);
  border-radius: var(--radius-sm);
  padding: 4px 10px;
  justify-self: end;
}

.role-indicator {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--sts-brass-700);
  justify-self: end;
  width: 24px;
  text-align: center;
}

.role-indicator::before {
  content: '+';
}

.role[open] .role-indicator::before {
  content: '–';
}

.role-body {
  padding-block: 6px 36px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}

.role-body h3 {
  font-size: 16px;
  margin-block-end: 10px;
}

.role-body p {
  font-size: 14.5px;
  color: var(--sts-ink-soft);
  max-width: 60ch;
}

.apply-band {
  background: var(--sts-oxford);
  color: var(--sts-on-dark);
  border-radius: var(--radius-md);
  padding: 56px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: center;
}

.apply-band h2 {
  color: #fff;
}

.apply-band p {
  color: var(--sts-on-dark-soft);
}

.apply-intro {
  margin-block-start: 14px;
  max-width: 48ch;
}

.apply-band .form {
  margin-block-start: 28px;
  border-block-start-color: var(--sts-brass);
}

.apply-band .form input,
.apply-band .form select,
.apply-band .form textarea {
  background: var(--sts-oxford-tint);
  border-color: var(--sts-line-reverse);
  color: #fff;
}

.apply-band .form input:focus,
.apply-band .form select:focus,
.apply-band .form textarea:focus {
  border-color: var(--sts-brass);
  background: var(--sts-oxford-900);
}

.apply-band .form label {
  color: var(--sts-on-dark-soft);
}

.apply-band .form legend {
  color: #fff;
}

.apply-band .form .btn-navy {
  background: var(--sts-brass);
  color: #14100a;
}

.apply-band .form .btn-navy:hover {
  background: var(--sts-brass-300);
}

.apply-band .field.has-error .field-error {
  color: #f0b8bc;
}

.apply-band .form-status {
  color: var(--sts-brass-800);
}

.apply-band .definition-row {
  border-block-end-color: var(--sts-line-reverse);
}

.apply-band .definition-row dt {
  color: var(--sts-on-dark-muted);
}

.apply-band .definition-row dd {
  color: #e8edf2;
}

.role-body-continued {
  margin-block-start: 12px;
}

.role-apply {
  margin-block-start: 20px;
}

.cta-band {
  background: var(--sts-oxford);
  color: var(--sts-on-dark);
  border-radius: var(--radius-md);
  padding: 52px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.cta-band h2 {
  color: #fff;
  font-size: clamp(24px, 2.6vw, 32px);
}

.cta-band p {
  color: var(--sts-on-dark-soft);
  margin-block-start: 10px;
  max-width: 52ch;
  font-size: 15px;
}

.contact-section {
  padding-block-start: 0;
  border-block-start: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.contact-details {
  margin-block-start: 32px;
}

.contact-details-head {
  margin-block-end: 22px;
}

.contact-details dd a {
  display: inline-block;
  padding-block: 2px;
  color: var(--sts-ink);
  text-decoration: underline;
  text-decoration-color: var(--sts-brass);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.contact-careers-note {
  margin-block-start: 12px;
}

.contact-phone {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.015em;
  color: var(--sts-oxford);
  text-decoration: none;
}

.contact-phone:hover {
  color: var(--sts-brass-700);
}

.contact-phone-label {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sts-pewter-text);
  margin-block: 6px 20px;
}

.page-hero-compact {
  min-height: 0;
  display: block;
  padding-block: 126px 64px;
}

.page-hero-compact::after {
  display: none;
}

.page-hero-compact .hero-panel {
  padding: 40px 44px;
}

.page-hero-compact .lede {
  margin-block-start: 18px;
}

.legal-updated {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sts-on-dark-muted);
  margin-block-start: 24px;
}

.legal {
  max-width: 720px;
}

.legal h2 {
  font-size: 21px;
  margin-block: 44px 2px;
}

.legal p {
  color: var(--sts-ink-soft);
  max-width: 66ch;
  margin-block-start: 12px;
}

.legal p b {
  color: var(--sts-oxford);
}

.legal ul {
  margin: 14px 0 0 20px;
  color: var(--sts-ink-soft);
}

.legal li {
  margin-block-start: 8px;
  max-width: 62ch;
}

.legal a {
  color: var(--sts-oxford);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--sts-brass);
  text-underline-offset: 3px;
}

.site-footer {
  background: var(--sts-oxford);
  color: var(--sts-on-dark-muted);
  padding-block: 68px 40px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.1fr 0.85fr 0.85fr 0.95fr;
  gap: 32px;
  padding-block-end: 44px;
  border-block-end: 1px solid var(--sts-line-reverse);
}

.footer-mark {
  width: 46px;
}

.footer-claim {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  max-width: 32ch;
  margin-block-start: 22px;
}

.footer-direct {
  margin-block-start: 20px;
}

.footer-direct a {
  padding-block: 2px;
  overflow-wrap: anywhere;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: #fff;
  text-decoration: none;
}

.footer-direct a:hover {
  color: var(--sts-brass);
}

.footer-heading {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sts-brass);
  margin-block-end: 16px;
}

.footer-grid a {
  display: block;
  color: #b9c4ce;
  text-decoration: none;
  padding-block: 5px;
}

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

.footer-grid a.footer-storefront {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sts-brass);
  color: #14100a;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  margin-block-start: 22px;
}

.footer-grid a.footer-storefront:hover {
  background: var(--sts-brass-300);
  color: #14100a;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block-start: 28px;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sts-on-dark-muted);
  flex-wrap: wrap;
}

.footer-inline-link {
  color: var(--sts-on-dark-muted);
  text-decoration: underline;
}

.footer-social {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}

.footer-social a {
  display: inline-flex;
  padding: 4px;
  margin: -4px;
  color: var(--sts-on-dark-muted);
}

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

@media (max-width: 1060px) {
  .site-nav a {
    padding: 8px 7px;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
    position: absolute;
    inset-block-start: var(--header-height);
    inset-inline: 0;
    background: var(--sts-paper);
    border-block-end: 1px solid var(--sts-line);
    flex-direction: column;
    padding: 10px 24px 18px;
    gap: 2px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  body.home .site-header:not(.is-solid) .site-nav a {
    padding: 13px 8px;
    border-block-end: 1px solid var(--sts-line);
    border-radius: 0;
    color: var(--sts-ink-soft);
  }

  .nav-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .site-nav a.site-nav-cta {
    display: block;
    margin-block-start: 14px;
    background: var(--sts-oxford);
    color: #fff;
    text-align: center;
    border-radius: var(--radius-sm);
    padding: 14px 8px;
    border-block-end: 0;
    font-weight: 600;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .ruled,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .ruled-stack {
    grid-template-columns: 1fr;
  }

  .loop-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .apply-band,
  .cta-band {
    grid-template-columns: 1fr;
    padding: 36px 28px;
  }

  .role summary {
    grid-template-columns: 1fr auto;
  }

  .role-meta {
    grid-column: 1;
  }

  .role-type {
    grid-row: 1;
    grid-column: 2;
  }

  .role-indicator {
    display: none;
  }

  .role-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-details {
    margin-block-start: 0;
  }
}

@media (max-width: 680px) {
  .dial {
    display: none;
  }

  .dial-mobile {
    display: block;
  }

  .loop-list {
    display: block;
  }
}

@media (max-width: 620px) {
  .wrap {
    padding-inline: 22px;
  }

  .section {
    padding-block: 60px;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .ruled,
  .steps,
  .steps-3 {
    grid-template-columns: 1fr;
  }

  .grid-wide {
    gap: 40px;
  }

  .contact-grid,
  .section-head-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-details {
    margin-block-start: 0;
  }

  .ledger > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .hero-panel {
    padding: 36px 22px;
  }

  .page-hero {
    min-height: 640px;
  }

  .split-panel {
    padding-inline-start: 22px;
  }

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

  .definition-row dd {
    overflow-wrap: anywhere;
  }

  .grid-2 > *,
  .apply-band > *,
  .field {
    min-width: 0;
  }

  .field input,
  .field select,
  .field textarea {
    min-width: 0;
    max-width: 100%;
  }

  .eyebrow-company {
    display: none;
  }

  .dial-caption-sep {
    display: none;
  }

  .dial-caption b {
    display: block;
    margin-block-start: 3px;
  }

  .footer-sep {
    display: none;
  }

  .footer-line-break {
    display: block;
    margin-block-start: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .home-hero-media video {
    display: none;
  }

  .dial-comet {
    stroke-dashoffset: -950;
  }

  .dial-mobile .dial-comet {
    stroke-dashoffset: -627;
  }

  .dial-comet-tail {
    display: none;
  }
}

@media print {
  .site-header,
  .home-hero-media,
  .skip-link {
    display: none;
  }

  body:not(.home) main {
    padding-block-start: 0;
  }

  .section-dark,
  .home-hero,
  .site-footer {
    background: #fff;
    color: #000;
  }

  .section-dark h2,
  .home-hero h1 {
    color: #000;
  }
}

.form-failure {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 12.5px;
  color: #7a3138;
  background: #f5e7e8;
  border: 1px solid #8d3b42;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  margin-block-start: 16px;
}

.apply-band .form-failure {
  color: #f0b8bc;
  background: rgba(141, 59, 66, 0.22);
  border-color: #8d3b42;
}
