:root {
  --mhy-blue: #087af3;
  --mhy-blue-dark: #0563ca;
  --ink: #111820;
  --muted: #5c6876;
  --line: #d8e0e8;
  --white: #ffffff;
  --shell: 1180px;
  --shadow: 0 22px 70px rgba(10, 24, 42, 0.16);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f6f8fb;
  font-family: Aptos, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

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

figure,
h1,
h2,
h3,
p {
  margin-top: 0;
}

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #111820;
  border-radius: 6px;
  transform: translateY(-160%);
}

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

:focus-visible {
  outline: 3px solid #3ba0ff;
  outline-offset: 3px;
}

.eyebrow,
.mood-label {
  display: inline-block;
  color: #4b6681;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.review-rail,
.concept-switcher {
  min-height: 34px;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #dce5ef;
  background: #101923;
  font-size: 12px;
  line-height: 1.25;
}

.review-rail strong,
.concept-switcher strong {
  color: #fff;
}

.concept-switcher nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.concept-switcher nav a {
  min-width: 40px;
  min-height: 40px;
  padding: 4px 7px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  text-decoration: none;
}

.concept-switcher nav a[aria-current="page"] {
  color: #0b1724;
  background: #fff;
}

.concept-switcher--warm {
  color: #5e574d;
  background: #e8e1d5;
}

.concept-switcher--warm strong {
  color: #171b1f;
}

.concept-switcher--warm nav a {
  border-color: rgba(23, 27, 31, 0.2);
}

.concept-switcher--warm nav a[aria-current="page"] {
  color: #fff;
  background: #171b1f;
}

.site-header,
.hub-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 188px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.brand--plate {
  height: 56px;
  padding: 0 12px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.brand--plate img {
  width: 166px;
  height: 58px;
}

.site-header--dark {
  color: #dfe8f1;
}

.site-header--warm {
  border-bottom: 1px solid #d9d0c1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--mhy-blue);
}

.nav-cta,
.button,
.text-button {
  border: 0;
  font-weight: 750;
}

.nav-cta {
  min-height: 42px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--mhy-blue);
  border-radius: 7px;
  text-decoration: none;
}

.nav-cta:hover,
.button--primary:hover {
  background: var(--mhy-blue-dark);
}

.nav-cta--blue {
  color: #04101b;
  background: #65b6ff;
}

.nav-cta--ink {
  color: #fff;
  background: #171b1f;
}

.button {
  min-height: 48px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  text-decoration: none;
}

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

.button--light {
  color: #0856a8;
  background: #fff;
}

.button--light:hover {
  color: #fff;
  background: #111820;
}

.button--electric {
  color: #04101b;
  background: #6dbaff;
}

.button--electric:hover {
  background: #fff;
}

.button--ink {
  color: #fff;
  background: #171b1f;
}

.button--ink:hover {
  background: var(--mhy-blue);
}

.button--full {
  width: 100%;
}

.text-button {
  padding: 0;
  color: #086fdc;
  background: transparent;
  text-decoration: none;
}

.text-button b {
  margin-left: 6px;
}

.text-button--light {
  color: #8fcaff;
}

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

.hero-actions > span {
  max-width: 180px;
  color: #657383;
  font-size: 13px;
  line-height: 1.35;
}

.quiet-link {
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.quiet-link span {
  margin-left: 6px;
  color: var(--mhy-blue);
}

.media-disclosure {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: #263544;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  box-shadow: 0 5px 20px rgba(10, 24, 42, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.media-disclosure--dark {
  top: auto;
  right: 24px;
  bottom: 82px;
  left: auto;
  color: #d8e7f4;
  background: rgba(3, 13, 24, 0.78);
}

/* Review hub */

.review-hub {
  min-height: 100vh;
  background: #f2f5f8;
}

.hub-header {
  border-bottom: 1px solid #dbe2e9;
}

.hub-header p {
  margin: 0;
  color: #687585;
  font-size: 14px;
}

.hub-main {
  padding: 34px 0 22px;
}

.hub-intro {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
}

.hub-intro h1 {
  max-width: 680px;
  margin: 8px 0 0;
  font-size: 44px;
  line-height: 1.08;
}

.hub-intro > p {
  max-width: 510px;
  margin-bottom: 3px;
  color: #5c6876;
  font-size: 16px;
}

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

.mood-card {
  min-width: 0;
  overflow: hidden;
  color: #141d27;
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(10, 24, 42, 0.07);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mood-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(10, 24, 42, 0.14);
}

.mood-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #dce4ec;
}

.mood-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 12, 22, 0.34));
}

.mood-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.mood-card:hover .mood-card__media img {
  transform: scale(1.025);
}

.mood-card--a .mood-card__media img {
  object-position: 58% center;
}

.mood-card--b {
  color: #edf5fc;
  background: #071421;
  border-color: #162c40;
}

.mood-card--c {
  background: #f4efe6;
  border-color: #ddd3c4;
}

.mood-card__number {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.mood-card__copy {
  padding: 16px 18px 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.mood-card__copy h2 {
  margin: 3px 0 0;
  font-size: 25px;
  line-height: 1.15;
}

.mood-card--b .mood-label {
  color: #83c7ff;
}

.mood-card--c .mood-label {
  color: #79644b;
}

.card-arrow {
  color: var(--mhy-blue);
  font-size: 24px;
  line-height: 1;
}

.mood-card > p {
  min-height: 64px;
  margin: 0;
  padding: 9px 18px 18px;
  color: #637180;
  font-size: 14px;
  line-height: 1.45;
}

.mood-card--b > p {
  color: #9bb0c3;
}

.hub-note {
  margin-top: 18px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #546270;
  background: #e8edf2;
  border-radius: 9px;
  font-size: 13px;
}

.hub-note__copy {
  display: grid;
  gap: 2px;
}

.hub-note strong {
  color: #17212b;
}

.button--mix {
  min-height: 40px;
  padding: 9px 16px;
  flex: 0 0 auto;
  color: #fff;
  background: #17212b;
}

.button--mix:hover {
  background: var(--mhy-blue);
}

.hub-footer {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6f7b88;
  border-top: 1px solid #dbe2e9;
  font-size: 12px;
}

/* Concept preference mixer */

.mix-dialog {
  width: min(820px, calc(100% - 32px));
  max-width: none;
  max-height: min(90dvh, 850px);
  padding: 0;
  overflow: auto;
  color: #17212b;
  background: #f8fafc;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 30px 100px rgba(3, 17, 31, 0.35);
}

.mix-dialog[open] {
  animation: mix-in 180ms ease-out;
}

.mix-dialog::backdrop {
  background: rgba(4, 14, 25, 0.68);
  backdrop-filter: blur(5px);
}

.mix-panel {
  padding: 30px;
}

.mix-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.mix-head h2 {
  margin: 5px 0 0;
  font-size: 30px;
  line-height: 1.12;
}

.mix-intro {
  max-width: 660px;
  margin: 12px 0 20px;
  color: #5c6876;
  font-size: 14px;
}

.mix-presets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mix-presets button {
  min-height: 42px;
  padding: 8px 10px;
  color: #24313e;
  background: #fff;
  border: 1px solid #d4dde6;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.mix-presets button:hover {
  color: #075fbe;
  border-color: #71b5f8;
}

.mix-form {
  margin-top: 20px;
}

.mix-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.mix-form fieldset + fieldset {
  margin-top: 17px;
}

.mix-form legend {
  margin-bottom: 8px;
  color: #314150;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mix-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mix-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.mix-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mix-option > span {
  min-height: 72px;
  padding: 11px;
  display: grid;
  align-content: center;
  gap: 2px;
  overflow: hidden;
  color: #263544;
  background: #fff;
  border: 1px solid #d8e0e8;
  border-radius: 9px;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.mix-option:hover > span {
  transform: translateY(-2px);
  border-color: #9ecbf7;
}

.mix-option input:focus-visible + span {
  outline: 3px solid #3ba0ff;
  outline-offset: 2px;
}

.mix-option input:checked + span {
  color: #0758ad;
  background: #edf6ff;
  border-color: var(--mhy-blue);
  box-shadow: 0 0 0 2px rgba(8, 122, 243, 0.14);
}

.mix-option b {
  font-size: 14px;
  line-height: 1.25;
}

.mix-option small {
  color: #697685;
  font-size: 11px;
  line-height: 1.3;
}

.mix-option--clear > span::before,
.mix-option--midnight > span::before,
.mix-option--broker > span::before {
  content: "";
  height: 32px;
  margin: -11px -11px 7px;
  background-position: center;
  background-size: cover;
}

.mix-option--clear > span::before {
  background-image: url("assets/media/clear-route-hero.webp");
}

.mix-option--midnight > span::before {
  background-image: url("assets/media/midnight-dispatch-hero.webp");
}

.mix-option--broker > span::before {
  background-image: url("assets/media/broker-direct-hero.webp");
}

.mix-summary {
  margin-top: 20px;
  padding: 15px 17px;
  display: grid;
  gap: 4px;
  color: #183048;
  background: #e9f4ff;
  border-left: 3px solid var(--mhy-blue);
  border-radius: 7px;
}

.mix-summary > span {
  color: #4b6681;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mix-summary output {
  font-size: 14px;
  font-weight: 750;
}

.mix-actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mix-actions .button {
  min-height: 42px;
  padding-block: 9px;
}

.mix-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.mix-clear {
  padding: 8px;
  color: #556575;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 750;
}

.mix-actions [role="status"] {
  margin: 0 0 0 auto;
  color: #075429;
  font-size: 12px;
}

.mix-privacy {
  margin: 9px 0 0;
  color: #7a8793;
  font-size: 11px;
}

@keyframes mix-in {
  from { transform: translateY(12px) scale(0.985); opacity: 0.7; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

/* Shared dialog */

.quote-dialog {
  width: min(590px, 100%);
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  color: #15202b;
  background: #fff;
  border: 0;
  box-shadow: -25px 0 80px rgba(2, 15, 28, 0.28);
}

.quote-dialog[open] {
  animation: drawer-in 220ms ease-out;
}

.quote-dialog::backdrop {
  background: rgba(4, 14, 25, 0.63);
  backdrop-filter: blur(4px);
}

.quote-drawer {
  min-height: 100%;
  padding: 34px 36px 46px;
  overflow-y: auto;
}

.quote-drawer__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.quote-drawer__head h2 {
  margin: 5px 0 0;
  font-size: 34px;
  line-height: 1.1;
}

.dialog-close {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #263440;
  background: #edf1f5;
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.preview-warning {
  margin: 24px 0 20px;
  padding: 10px 12px;
  color: #33465a;
  background: #e9f4ff;
  border-left: 3px solid var(--mhy-blue);
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-form label,
.b-brief label {
  display: grid;
  gap: 6px;
  color: #394958;
  font-size: 13px;
  font-weight: 750;
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.b-brief input,
.b-brief select {
  width: 100%;
  min-height: 46px;
  padding: 10px 11px;
  color: #15202b;
  background: #fff;
  border: 1px solid #cbd5df;
  border-radius: 6px;
}

.quote-form textarea {
  min-height: 96px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus,
.b-brief input:focus,
.b-brief select:focus {
  border-color: var(--mhy-blue);
  outline: 2px solid rgba(8, 122, 243, 0.18);
  outline-offset: 0;
}

.field-wide {
  grid-column: 1 / -1;
}

.quote-form > .button {
  margin-top: 18px;
}

.preview-result {
  display: none;
  margin: 14px 0 0;
  padding: 12px;
  color: #075429;
  background: #e8f8ee;
  border-radius: 6px;
  font-size: 14px;
}

.preview-result.is-visible {
  display: block;
}

.quote-dialog--dark {
  color: #eaf2f8;
  background: #071421;
}

.quote-dialog--dark .dialog-close {
  color: #dce9f4;
  background: #14283a;
}

.quote-dialog--dark .preview-warning {
  color: #c9e5fc;
  background: #0d2940;
}

.quote-dialog--dark .quote-form label {
  color: #b9cad8;
}

.quote-dialog--warm {
  background: #f4efe6;
}

@keyframes drawer-in {
  from { transform: translateX(28px); opacity: 0.6; }
  to { transform: translateX(0); opacity: 1; }
}

/* Option A — Clear Route */

.concept-a {
  background: #f6f9fc;
  font-family: Bahnschrift, Aptos, "Segoe UI", Arial, sans-serif;
}

.a-hero {
  min-height: 590px;
  padding: 48px 0 58px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 56px;
}

.a-hero__copy h1 {
  max-width: 540px;
  margin: 12px 0 20px;
  font-size: 52px;
  line-height: 1.04;
}

.a-hero__copy > p {
  max-width: 530px;
  margin-bottom: 26px;
  color: #526171;
  font-size: 18px;
}

.route-line {
  position: relative;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.route-line::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 7%;
  left: 7%;
  height: 2px;
  background: #bed8f3;
}

.route-line span {
  position: relative;
  display: grid;
  gap: 8px;
  color: #617283;
  font-size: 11px;
  font-weight: 750;
}

.route-line i {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 3px solid var(--mhy-blue);
  border-radius: 50%;
}

.a-hero__media {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.25 / 1;
  margin: 0;
  overflow: hidden;
  background: #d8e5f2;
  border-radius: 14px;
  box-shadow: var(--shadow);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
}

.a-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

.a-hero__media figcaption,
.c-hero__media figcaption,
.c-services__media figcaption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

.route-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1b2c3c;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(10, 24, 42, 0.14);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-badge b {
  color: var(--mhy-blue);
  font-size: 16px;
}

.a-services {
  padding: 66px 0 72px;
  background: #fff;
}

.section-heading--row,
.section-heading--inverse {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 70px;
}

.section-heading h2 {
  max-width: 620px;
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.12;
}

.section-heading > p {
  max-width: 470px;
  margin-bottom: 2px;
  color: #627180;
  font-size: 15px;
}

.image-rail {
  height: 340px;
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.75fr;
  gap: 12px;
}

.image-rail__item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: #14202b;
  border-radius: 10px;
}

.image-rail__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 15, 26, 0.88));
}

.image-rail__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-rail__item--wide img {
  object-position: 61% center;
}

.image-rail__item > div {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
}

.image-rail__item span,
.image-rail__item--text > span {
  color: #9dd1ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.image-rail__item h3 {
  margin: 4px 0;
  font-size: 22px;
  line-height: 1.15;
}

.image-rail__item p {
  margin: 0;
  color: #d5e0e9;
  font-size: 13px;
}

.image-rail__item--text {
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  background: #eaf4ff;
  color: #13202d;
}

.image-rail__item--text::after {
  background: linear-gradient(155deg, rgba(8, 122, 243, 0.09), transparent 60%);
}

.image-rail__item--text > * {
  position: relative;
  z-index: 1;
}

.image-rail__item--text h3 {
  font-size: 25px;
}

.image-rail__item--text p {
  margin-bottom: 18px;
  color: #536576;
}

.a-path {
  padding: 74px 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 86px;
}

.a-path__intro h2 {
  margin: 9px 0 15px;
  font-size: 34px;
  line-height: 1.14;
}

.a-path__intro p {
  color: #5c6c7c;
  font-size: 15px;
}

.path-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfdae4;
}

.path-steps li {
  padding: 19px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  border-bottom: 1px solid #cfdae4;
}

.path-steps li > span {
  color: var(--mhy-blue);
  font-size: 13px;
  font-weight: 850;
}

.path-steps strong {
  display: block;
  margin-bottom: 3px;
}

.path-steps p {
  margin: 0;
  color: #617181;
  font-size: 14px;
}

.a-cta {
  color: #fff;
  background: var(--mhy-blue);
}

.a-cta__inner {
  min-height: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.a-cta .eyebrow {
  color: #cfe7ff;
}

.a-cta h2 {
  margin: 7px 0 0;
  font-size: 34px;
  line-height: 1.12;
}

.site-footer {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #6b7784;
  font-size: 11px;
}

/* Option B — Midnight Dispatch */

.concept-b {
  color: #edf4fa;
  background: #06111d;
}

.concept-b h1,
.concept-b h2,
.concept-b h3 {
  font-family: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif;
  font-stretch: condensed;
}

.b-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
}

.b-hero__backdrop,
.b-hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.b-hero__backdrop {
  object-fit: cover;
  object-position: center;
}

.b-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 11, 20, 0.88) 0%, rgba(3, 11, 20, 0.56) 48%, rgba(3, 11, 20, 0.34) 100%),
    linear-gradient(0deg, rgba(3, 11, 20, 0.72), transparent 45%);
}

.b-hero__layout {
  min-height: 600px;
  padding: 55px 0 112px;
  display: grid;
  grid-template-columns: 1fr 410px;
  align-items: center;
  gap: 72px;
}

.eyebrow--glow {
  color: #7ec3ff;
}

.b-hero__copy h1 {
  max-width: 600px;
  margin: 12px 0 18px;
  font-size: 50px;
  font-weight: 650;
  line-height: 1.03;
}

.b-hero__copy p {
  max-width: 570px;
  margin-bottom: 26px;
  color: #c1d0dd;
  font-size: 18px;
}

.b-brief {
  padding: 24px;
  display: grid;
  gap: 13px;
  color: #eef6fc;
  background: rgba(4, 16, 28, 0.82);
  border: 1px solid rgba(144, 202, 252, 0.34);
  border-radius: 11px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.b-brief__top {
  margin-bottom: 4px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.b-brief__top span,
.b-brief__top b {
  color: #7ec3ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.b-brief__top h2 {
  margin: 2px 0 0;
  font-size: 24px;
}

.b-brief label {
  color: #b9cbd9;
}

.b-brief input,
.b-brief select {
  color: #eff6fb;
  background: rgba(10, 33, 51, 0.9);
  border-color: #2a4b65;
}

.b-brief select option {
  color: #13202d;
  background: #fff;
}

.b-brief > p {
  margin: -2px 0 0;
  color: #8fa5b7;
  font-size: 11px;
  line-height: 1.35;
}

.b-hero__strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  background: rgba(3, 12, 21, 0.86);
  border-top: 1px solid rgba(137, 192, 239, 0.2);
  backdrop-filter: blur(12px);
}

.b-hero__strip .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.b-hero__strip span {
  color: #7ec3ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b-hero__strip ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
  color: #c1d0dd;
  font-size: 12px;
  list-style: none;
}

.b-hero__strip li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: 2px;
  background: #46a8ff;
  border-radius: 50%;
}

.b-loads {
  padding: 70px 0 76px;
  background: #071421;
}

.section-heading--inverse {
  color: #edf5fb;
}

.section-heading--inverse > p {
  color: #92a8ba;
}

.b-mosaic {
  height: 360px;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.7fr;
  gap: 12px;
}

.b-mosaic__item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #102334;
  border: 1px solid #173249;
  border-radius: 8px;
}

.b-mosaic__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(3, 11, 20, 0.9));
}

.b-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-mosaic__item--main img {
  object-position: 62% center;
}

.b-mosaic__item > div {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
}

.b-mosaic__item span,
.b-mosaic__item--signal > span:not(.signal-line) {
  color: #7ec3ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.b-mosaic__item h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.12;
}

.b-mosaic__item--signal {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  background: #0c2032;
}

.b-mosaic__item--signal::after {
  background: radial-gradient(circle at 100% 0%, rgba(42, 147, 238, 0.24), transparent 52%);
}

.b-mosaic__item--signal > * {
  position: relative;
  z-index: 1;
}

.b-mosaic__item--signal h3 {
  margin-bottom: 18px;
  font-size: 25px;
}

.signal-line {
  width: 70px;
  height: 2px;
  margin-bottom: 22px;
  display: block;
  background: #4aaaff;
  box-shadow: 35px 0 18px #4aaaff;
}

.b-process {
  padding: 76px 0;
  background: #0a1927;
  border-top: 1px solid #173249;
}

.b-process__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 82px;
}

.b-process__intro h2 {
  margin: 9px 0 14px;
  font-size: 34px;
  line-height: 1.1;
}

.b-process__intro p {
  margin: 0;
  color: #93a8b9;
  font-size: 15px;
}

.b-timeline {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
  border-top: 1px solid #244059;
}

.b-timeline li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: start;
  gap: 12px;
  color: #b9c9d6;
  border-bottom: 1px solid #244059;
  font-size: 14px;
}

.b-timeline b {
  color: #5ab2ff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.b-timeline strong {
  color: #fff;
}

.b-cta {
  color: #dceaf5;
  background: #07111d;
  border-top: 1px solid #173249;
}

.b-cta__inner {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.b-cta span {
  color: #72bdff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b-cta h2 {
  margin: 5px 0 0;
  font-size: 34px;
}

.site-footer--dark {
  color: #7f96a9;
}

/* Option C — Broker Direct */

.concept-c {
  color: #171b1f;
  background: #f2eee6;
}

.concept-c h1,
.concept-c h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 600;
}

.concept-c .eyebrow {
  color: #765f42;
}

.c-hero {
  min-height: 600px;
  padding: 54px 0 66px;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: 68px;
}

.c-hero__copy h1 {
  max-width: 560px;
  margin: 12px 0 20px;
  font-size: 50px;
  line-height: 1.02;
}

.c-hero__copy > p {
  max-width: 550px;
  margin-bottom: 26px;
  color: #575b5e;
  font-size: 17px;
}

.c-hero__note {
  margin-top: 40px;
  padding: 15px 0 0 18px;
  border-top: 1px solid #cec4b5;
  border-left: 3px solid var(--mhy-blue);
}

.c-hero__note span {
  color: #79654b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.c-hero__note p {
  margin: 4px 0 0;
  color: #343a3f;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 18px;
  line-height: 1.35;
}

.c-hero__media {
  position: relative;
  aspect-ratio: 1.06 / 1;
  margin: 0;
  overflow: hidden;
  background: #d6c8b4;
  border-radius: 42% 5px 5px 5px;
  box-shadow: 0 22px 65px rgba(48, 39, 27, 0.2);
}

.c-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(23, 27, 31, 0.55));
}

.c-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.c-hero__media figcaption {
  z-index: 1;
}

.c-image-stamp {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  color: #1b252d;
  background: rgba(247, 243, 235, 0.92);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.c-image-stamp b {
  color: var(--mhy-blue);
}

.c-services {
  padding: 72px 0;
  color: #f1eee8;
  background: #1b2024;
}

.c-services__layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 76px;
}

.c-services .eyebrow {
  color: #bda783;
}

.c-services__copy h2 {
  margin: 10px 0 25px;
  font-size: 34px;
  line-height: 1.12;
}

.service-tabs {
  display: grid;
  border-top: 1px solid #444b50;
}

.service-tabs button {
  width: 100%;
  min-height: 56px;
  padding: 13px 4px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  color: #aeb7bc;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #444b50;
  text-align: left;
}

.service-tabs button span {
  color: #71808a;
  font-size: 11px;
  font-weight: 800;
}

.service-tabs button[aria-selected="true"] {
  color: #fff;
}

.service-tabs button[aria-selected="true"] span {
  color: #65b5ff;
}

.service-panel {
  min-height: 78px;
  padding-top: 15px;
  color: #aeb7bc;
  font-size: 14px;
}

.service-panel p {
  margin: 0;
}

.c-services__media {
  position: relative;
  aspect-ratio: 1.55 / 1;
  margin: 0;
  overflow: hidden;
  background: #0f1418;
  border-radius: 7px;
}

.c-services__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(10, 13, 16, 0.58));
}

.c-services__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 140ms ease;
}

.c-services__media figcaption {
  z-index: 1;
}

.c-process {
  padding: 78px 0;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 88px;
}

.c-process__statement h2 {
  margin: 10px 0 16px;
  font-size: 34px;
  line-height: 1.13;
}

.c-process__statement p {
  margin: 0;
  color: #5c5d5e;
  font-size: 15px;
}

.c-process__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfc5b7;
}

.c-process__steps li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  border-bottom: 1px solid #cfc5b7;
}

.c-process__steps b {
  color: var(--mhy-blue);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 22px;
}

.c-process__steps strong,
.c-process__steps span {
  display: block;
}

.c-process__steps span {
  margin-top: 2px;
  color: #65605a;
  font-size: 13px;
}

.c-cta {
  border-top: 1px solid #cfc5b7;
  border-bottom: 1px solid #cfc5b7;
}

.c-cta__inner {
  min-height: 190px;
  display: grid;
  grid-template-columns: 0.55fr 1fr auto;
  align-items: center;
  gap: 32px;
}

.c-cta p {
  margin: 0;
  color: #79654d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c-cta h2 {
  margin: 0;
  font-size: 34px;
}

.site-footer--warm {
  color: #706960;
}

@media (max-width: 1024px) {
  .shell {
    width: min(var(--shell), calc(100% - 36px));
  }

  .site-nav {
    gap: 18px;
  }

  .a-hero,
  .c-hero {
    gap: 36px;
  }

  .a-hero__copy h1,
  .c-hero__copy h1,
  .b-hero__copy h1 {
    font-size: 46px;
  }

  .a-path,
  .b-process__layout,
  .c-process,
  .c-services__layout {
    gap: 48px;
  }

  .b-hero__layout {
    grid-template-columns: 1fr 380px;
    gap: 40px;
  }

  .b-hero__strip ul {
    gap: 14px;
  }
}

@media (max-width: 780px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(var(--shell), calc(100% - 28px));
  }

  .review-rail,
  .concept-switcher {
    padding-inline: 14px;
  }

  .review-rail span:last-child {
    display: none;
  }

  .site-header,
  .hub-header {
    min-height: 72px;
    gap: 14px;
  }

  .brand img {
    width: 150px;
    height: 58px;
  }

  .brand--plate {
    height: 48px;
  }

  .brand--plate img {
    width: 135px;
    height: 48px;
  }

  .site-nav {
    gap: 10px;
  }

  .site-nav a {
    display: none;
  }

  .site-nav .nav-cta {
    display: inline-flex;
  }

  .nav-cta {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .hub-header p {
    max-width: 160px;
    text-align: right;
    font-size: 11px;
    line-height: 1.3;
  }

  .hub-main {
    padding-top: 24px;
  }

  .hub-intro,
  .section-heading--row,
  .section-heading--inverse {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hub-intro {
    margin-bottom: 22px;
  }

  .hub-intro h1 {
    font-size: 34px;
  }

  .hub-intro > p {
    font-size: 14px;
  }

  .mood-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mood-card {
    display: grid;
    grid-template-columns: 42% 58%;
    grid-template-rows: auto auto;
  }

  .mood-card__media {
    grid-row: 1 / 3;
    aspect-ratio: auto;
    min-height: 180px;
  }

  .mood-card__copy {
    padding: 16px 14px 0;
  }

  .mood-card__copy h2 {
    font-size: 21px;
  }

  .mood-card > p {
    min-height: 0;
    padding: 7px 14px 16px;
    font-size: 12px;
  }

  .media-disclosure {
    top: 9px;
    left: 9px;
    font-size: 8px;
  }

  .mood-card__number {
    right: 10px;
    bottom: 9px;
    font-size: 18px;
  }

  .hub-note {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .hub-footer {
    padding-block: 14px;
    display: grid;
    gap: 3px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .hero-actions > span {
    max-width: none;
  }

  .a-hero,
  .c-hero {
    min-height: 0;
    padding: 36px 0 46px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .a-hero__copy h1,
  .c-hero__copy h1,
  .b-hero__copy h1 {
    margin-top: 9px;
    font-size: 36px;
    line-height: 1.06;
  }

  .a-hero__copy > p,
  .c-hero__copy > p,
  .b-hero__copy p {
    font-size: 16px;
  }

  .route-line {
    margin-top: 30px;
  }

  .route-line span {
    font-size: 9px;
  }

  .a-hero__media {
    aspect-ratio: 1.28 / 1;
  }

  .a-services,
  .b-loads,
  .c-services {
    padding: 48px 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-heading h2,
  .a-path__intro h2,
  .b-process__intro h2,
  .c-process__statement h2,
  .c-services__copy h2,
  .a-cta h2,
  .b-cta h2,
  .c-cta h2 {
    font-size: 28px;
  }

  .image-rail,
  .b-mosaic {
    height: auto;
    grid-template-columns: 1fr;
  }

  .image-rail__item,
  .b-mosaic__item {
    min-height: 210px;
  }

  .image-rail__item--text,
  .b-mosaic__item--signal {
    min-height: 230px;
  }

  .a-path,
  .b-process__layout,
  .c-process,
  .c-services__layout {
    padding: 50px 0;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .a-cta__inner,
  .b-cta__inner {
    min-height: 210px;
    padding-block: 35px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .site-footer {
    min-height: 78px;
    padding-block: 13px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .b-hero {
    min-height: 0;
  }

  .b-hero__backdrop {
    object-position: 61% center;
  }

  .b-hero__shade {
    background: linear-gradient(180deg, rgba(3, 11, 20, 0.7), rgba(3, 11, 20, 0.92) 68%, #030b14 100%);
  }

  .b-hero__layout {
    min-height: 0;
    padding: 62px 0 150px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .b-brief {
    width: 100%;
  }

  .b-hero__strip {
    min-height: 112px;
    padding: 14px 0;
  }

  .b-hero__strip .shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .b-hero__strip ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 16px;
  }

  .media-disclosure--dark {
    display: none;
  }

  .b-process,
  .c-process {
    padding: 0;
  }

  .b-cta__inner {
    align-items: flex-start;
  }

  .c-hero__media {
    aspect-ratio: 1.1 / 1;
    border-radius: 34% 5px 5px 5px;
  }

  .c-hero__note {
    margin-top: 28px;
  }

  .c-services__media {
    aspect-ratio: 1.2 / 1;
  }

  .c-cta__inner {
    min-height: 230px;
    padding-block: 35px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .c-cta .button {
    margin-top: 12px;
    justify-self: start;
  }

  .quote-dialog {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .shell {
    width: calc(100% - 24px);
  }

  .concept-switcher > span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hub-header p {
    display: none;
  }

  .hub-note {
    grid-template-columns: 1fr;
  }

  .button--mix {
    width: 100%;
  }

  .mix-dialog {
    width: calc(100% - 16px);
    max-height: 94dvh;
    border-radius: 14px;
  }

  .mix-panel {
    padding: 21px 15px 17px;
  }

  .mix-head h2 {
    font-size: 24px;
  }

  .mix-intro {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .mix-presets,
  .mix-options {
    gap: 5px;
  }

  .mix-presets button {
    min-height: 50px;
    padding: 6px;
    font-size: 11px;
    line-height: 1.2;
  }

  .mix-option > span {
    min-height: 78px;
    padding: 8px;
  }

  .mix-option--clear > span::before,
  .mix-option--midnight > span::before,
  .mix-option--broker > span::before {
    height: 28px;
    margin: -8px -8px 5px;
  }

  .mix-option b {
    font-size: 12px;
  }

  .mix-option small {
    font-size: 9px;
  }

  .mix-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .mix-actions [role="status"] {
    grid-column: 1 / -1;
    margin: 0;
  }

  .mood-card {
    grid-template-columns: 44% 56%;
  }

  .mood-card__media {
    min-height: 170px;
  }

  .mood-label {
    font-size: 9px;
  }

  .mood-card__copy h2 {
    font-size: 19px;
  }

  .card-arrow {
    display: none;
  }

  .a-hero__copy h1,
  .b-hero__copy h1,
  .c-hero__copy h1 {
    font-size: 34px;
  }

  .a-hero__media,
  .c-hero__media {
    aspect-ratio: 1.02 / 1;
  }

  .route-badge {
    display: none;
  }

  .image-rail__item,
  .b-mosaic__item {
    min-height: 190px;
  }

  .image-rail__item--text,
  .b-mosaic__item--signal {
    min-height: 210px;
  }

  .b-brief {
    padding: 19px;
  }

  .b-hero__strip ul {
    font-size: 10px;
  }

  .quote-drawer {
    padding: 26px 18px 38px;
  }

  .quote-drawer__head h2 {
    font-size: 28px;
  }

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

  .field-wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
