@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&family=Barlow+Condensed:wght@700;800&family=Bebas+Neue&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --navy: #1b232f;
  --navy-2: #121820;
  --steel: #2a3544;
  --red: #c41e3a;
  --red-hover: #a81830;
  --fog: #e8edf3;
  --muted: #6b7685;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.12);
  --max: 1120px;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--navy);
  background: var(--fog);
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Opening vehicle showcase — above menu */
.vehicle-showcase {
  position: relative;
  background: #020812;
  padding: 0;
  overflow: hidden;
}

.vehicle-showcase__bg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.vehicle-showcase__stage {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.vehicle-showcase__item {
  margin: 0;
}

.vehicle-showcase__item--logo {
  position: absolute;
  top: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: grid;
  place-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.vehicle-showcase__logo {
  width: min(28vw, 200px) !important;
  height: auto !important;
  max-height: none;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5));
  animation: logoPulse 3.2s ease-in-out infinite;
}

.vehicle-showcase__item--logo:hover .vehicle-showcase__logo {
  transform: scale(1.04);
  filter: drop-shadow(0 16px 32px rgba(196, 30, 58, 0.35));
}

.vehicle-showcase--home .vehicle-showcase__item--logo {
  top: 40%;
  transform: translate(-50%, -50%);
}

.vehicle-showcase--home .vehicle-showcase__logo {
  width: min(40vw, 300px) !important;
}

.vehicle-showcase__welcome {
  /* v=20260914welcome2 */
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  z-index: 6;
  margin: 0;
  width: min(92%, 40rem);
  text-align: center;
  white-space: normal;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.6vw, 1.55rem);
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #f2f5f8;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.55),
    0 8px 22px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.vehicle-showcase--home .home-chrome-nav {
  top: 14px;
  bottom: auto;
}

.vehicle-showcase--home .vehicle-showcase__welcome {
  top: calc(14px + 5.75rem);
  width: min(96%, 62rem);
  font-size: clamp(1.5rem, 4.2vw, 2.75rem);
  line-height: 1.25;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15em 0.4em;
}

.welcome-lockup {
  display: block;
  height: 1.75em;
  width: auto;
  max-width: min(100%, 36rem);
  object-fit: contain;
}

.home-lot-search {
  position: absolute;
  left: 50%;
  top: min(68%, calc(100% - 14rem));
  bottom: auto;
  transform: translateX(-50%);
  z-index: 7;
  display: grid;
  grid-template-columns: auto 1.5fr 1fr auto;
  width: min(92%, 52rem);
  overflow: hidden;
}

.home-lot-search__all {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  color: #1a1f24;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
  white-space: nowrap;
}

.home-lot-search__all:hover,
.home-lot-search__go:hover {
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
}

.home-lot-search__q,
.home-lot-search__cat {
  border: 0;
  border-left: 1px solid rgba(40, 46, 56, 0.22);
  padding: 16px;
  color: #1a1f24;
  background: transparent;
  font: inherit;
  min-width: 0;
}

.home-lot-search__cat {
  appearance: none;
}

.home-lot-search__go {
  border: 0;
  border-left: 1px solid rgba(40, 46, 56, 0.22);
  background: transparent;
  color: #1a1f24;
  padding: 0 28px;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.welcome-bigboys {
  color: #e31837;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-shadow:
    0 0 12px rgba(227, 24, 55, 0.45),
    0 1px 0 rgba(0, 0, 0, 0.65),
    0 8px 18px rgba(0, 0, 0, 0.5);
}

.welcome-brothers {
  color: #e31837;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-shadow:
    0 0 12px rgba(227, 24, 55, 0.45),
    0 1px 0 rgba(0, 0, 0, 0.65),
    0 8px 18px rgba(0, 0, 0, 0.5);
}

.welcome-premium {
  color: #e0a05a;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 10px rgba(224, 160, 90, 0.35),
    0 1px 0 rgba(0, 0, 0, 0.65),
    0 8px 18px rgba(0, 0, 0, 0.5);
}







@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.vehicle-showcase--trucks {
  min-height: 0;
  background: #020812;
  overflow: hidden;
  padding-bottom: 0;
  line-height: 0;
}

.vehicle-showcase--trucks .vehicle-showcase__bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  object-fit: unset;
}

.vehicle-showcase--trucks .home-chrome-nav {
  top: 14px;
  bottom: auto;
}

.vehicle-showcase__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 12%,
    var(--red) 50%,
    rgba(255, 255, 255, 0.2) 88%,
    transparent 100%
  );
}

.home-chrome-nav {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 14px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 10px 14px;
  border-radius: 14px;
}

.home-chrome-nav a {
  text-decoration: none;
  color: #1a1f24;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 0.72rem;
  border-radius: 8px;
}

.home-chrome-nav a + a {
  border-left: 1px solid rgba(40, 46, 56, 0.22);
}

.home-chrome-nav a:hover,
.home-chrome-nav a:focus-visible,
.home-chrome-nav a[aria-current="page"] {
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
}

.page-chrome-head {
  background: var(--navy-2);
  padding: 0.75rem 0 1rem;
}

.home-chrome-nav--page {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: calc(100% - 2rem);
  max-width: none;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.home-chrome-nav--page a {
  font-size: 0.8rem;
  padding: 0.45rem 0.5rem;
}

@media (max-width: 860px) {
  .home-chrome-nav--page {
    flex-wrap: wrap;
  }
}

.site-header--home .wrap {
  justify-content: center;
}

@media (max-width: 900px) {
  .vehicle-showcase {
    min-height: 380px;
  }

  .vehicle-showcase--trucks {
    min-height: 0;
  }

  .vehicle-showcase__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  .vehicle-showcase--trucks .vehicle-showcase__bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: center center;
  }

  .vehicle-showcase__item--logo {
    top: 2%;
  }

  .vehicle-showcase--home .vehicle-showcase__item--logo {
    top: 38%;
    transform: translate(-50%, -50%);
  }

  .vehicle-showcase__logo {
    max-height: none;
    width: min(32vw, 140px) !important;
  }

  .vehicle-showcase--home .vehicle-showcase__logo {
    width: min(48vw, 200px) !important;
  }

  .vehicle-showcase__welcome {
    top: 2.5%;
    font-size: clamp(0.95rem, 2.8vw, 1.25rem);
    white-space: normal;
    width: min(92%, 40rem);
  }

  .vehicle-showcase--home .vehicle-showcase__welcome {
    top: calc(14px + 7.25rem);
    width: min(96%, 56rem);
    font-size: clamp(1.25rem, 4.4vw, 2.1rem);
  }

  .home-lot-search {
    top: min(64%, calc(100% - 13rem));
    bottom: auto;
    width: min(94%, 52rem);
    grid-template-columns: auto 1.2fr 0.9fr auto;
  }

  .home-lot-search__all {
    padding: 14px;
    font-size: 11px;
  }

  .home-lot-search__go {
    padding: 0 18px;
  }
}

@media (max-width: 640px) {
  .home-lot-search {
    top: min(58%, calc(100% - 16rem));
    bottom: auto;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-lot-search__all {
    grid-column: 1;
    grid-row: 1;
    padding: 14px 12px;
    font-size: 11px;
  }

  .home-lot-search__q {
    grid-column: 2;
    grid-row: 1;
  }

  .home-lot-search__cat {
    grid-column: 1;
    grid-row: 2;
  }

  .home-lot-search__go {
    grid-column: 2;
    grid-row: 2;
    padding: 14px 12px;
  }
}

/* Top bar */
.topbar {
  background: var(--navy-2);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  padding: 0.65rem 0;
}

.topbar .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  justify-content: space-between;
  align-items: flex-start;
}

.topbar a:hover {
  color: #fff;
}

.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  align-items: flex-start;
}

.contact-line__item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  line-height: 1.35;
}

.contact-line__item:hover {
  color: #fff;
}

.contact-line__icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.12rem;
  opacity: 0.92;
}

.contact-line--footer {
  display: grid;
  gap: 0.7rem;
}

.contact-line--footer .contact-line__item {
  color: rgba(255, 255, 255, 0.82);
}

.contact-reach__item .contact-line__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--red);
  margin-top: 0;
}

.contact-line--stack {
  display: grid;
  gap: 0.85rem;
  font-style: normal;
}

.contact-line--stack .contact-line__item {
  color: inherit;
}

.contact-line--stack .contact-line__item:hover {
  color: var(--red);
}

/* Header */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.brand-logo {
  height: 52px;
  width: auto;
  display: block;
  background: transparent;
  border-radius: 0;
}

.brand-text {
  display: none;
  flex-direction: column;
  line-height: 1.05;
  color: #fff;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.brand-text small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

@media (min-width: 720px) {
  .brand-logo {
    height: 58px;
  }

  .brand-text {
    display: flex;
  }
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem 1rem;
  flex-wrap: wrap;
}

.nav a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 0.2rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: #fff;
}

.nav .btn {
  margin-left: 0.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 4px;
  padding: 0.8rem 1.25rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-red {
  background: var(--red);
  color: #fff;
}

.btn-red:hover {
  background: var(--red-hover);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-navy {
  background: var(--navy);
  color: #fff;
}

/* Hero — brand + CTA after menu */
.hero {
  position: relative;
  min-height: min(48vh, 420px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(14, 19, 25, 0.94) 0%, rgba(18, 24, 32, 0.72) 38%, rgba(18, 24, 32, 0.2) 68%, transparent 100%),
    linear-gradient(180deg, rgba(27, 35, 47, 0.2), rgba(27, 35, 47, 0.55)),
    url("/images/showcase-bg.jpg?v=20260911studio") center 62% / cover no-repeat,
    var(--navy);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 18% 80%, rgba(196, 30, 58, 0.18), transparent 48%);
  pointer-events: none;
  animation: wash 8s ease-in-out infinite alternate;
  z-index: 1;
}

@keyframes wash {
  from { opacity: 0.55; }
  to { opacity: 1; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  animation: rise 0.9s ease both;
}

.hero-logo {
  display: block;
  width: clamp(7.5rem, 18vw, 11rem);
  height: auto;
  margin: 0 0 1.15rem;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  letter-spacing: 0.03em;
  font-weight: 400;
  margin: 0 0 0.85rem;
  max-width: 14ch;
  line-height: 1.08;
}

.hero__copy > p {
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 42ch;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero.hero--bare {
  min-height: 0;
  display: block;
  align-items: stretch;
  background: #020812;
}

.hero.hero--bare::after {
  display: none;
}

.hero--bare__bg {
  display: block;
  width: 100%;
  height: auto;
}

.find-titles {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.find-title {
  position: absolute;
  margin: 0;
  max-width: 12ch;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5.4vw, 4rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  color: #c5ccd4;
  background-image: linear-gradient(180deg, #e8edf2 0%, #c2c8d0 36%, #8a929c 70%, #6e767f 92%, #b8bfc7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.28))
    drop-shadow(0 3px 0 rgba(0, 0, 0, 0.28))
    drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.find-title--truck {
  left: 24%;
  top: 6.5%;
}

.find-title--rv {
  left: 64%;
  top: 6.5%;
}

.find-title--machine {
  left: 36%;
  top: 5.5%;
}

.find-title--tractor {
  left: 63%;
  top: 5.5%;
}

.find-title--trucks-hero {
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 10ch;
}

.find-title--rvs-hero {
  max-width: 12ch;
}

@media (max-width: 860px) {
  .find-title {
    font-size: clamp(1.35rem, 6vw, 2.35rem);
  }

  .find-title--truck { left: 18%; }
  .find-title--rv { left: 62%; }
  .find-title--machine { left: 30%; }
  .find-title--tractor { left: 58%; }
  .find-title--trucks-hero { left: 50%; top: 22%; }

  .vehicle-showcase--trucks .home-chrome-nav {
    top: 10px;
    bottom: auto;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 0;
    align-items: flex-start;
  }

  .hero.hero--bare {
    min-height: 0;
  }

  .hero__copy {
    padding: 0.95rem 0 1.15rem;
  }

  .hero__copy > p {
    margin-bottom: 0.85rem;
  }

  .site-header .wrap {
    min-height: 58px;
  }
}

.home-actions {
  margin: 1.75rem 0 0;
}

.lot-tiles-section {
  background: #fff;
}

.lot-tiles-kicker {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 1.4rem;
  padding: 14px 28px;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #1a1f24;
}

.lot-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.chrome-badge {
  border-radius: 10px;
  border: 1px solid #8d939c;
  background:
    linear-gradient(
      180deg,
      #f8f9fb 0%,
      #d4d8df 22%,
      #f3f4f6 46%,
      #b7bcc6 62%,
      #eceef1 84%,
      #c5c9d1 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(40, 46, 56, 0.18),
    0 10px 22px rgba(15, 23, 42, 0.22),
    0 3px 6px rgba(15, 23, 42, 0.12);
}

.lot-tile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 0;
  color: var(--navy);
  text-decoration: none;
  background: transparent;
}

.lot-tile__badge {
  display: block;
  padding: 0.65rem 0.75rem;
  text-align: center;
}

.lot-tile h3 {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  color: var(--navy);
}

.lot-tile small {
  display: block;
  margin-top: 0.2rem;
  color: #3d4450;
  font-size: 0.82rem;
  font-weight: 700;
}

.lot-tile img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #1a1d22;
}

.lot-tile:hover img {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}

.home-cats-section {
  background: #fff;
}

.home-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.home-cat {
  position: relative;
  display: block;
  min-height: clamp(180px, 28vw, 260px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: var(--navy);
}

.home-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

.home-cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(14, 19, 25, 0.88) 100%);
  z-index: 1;
}

.home-cat__label {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
  letter-spacing: 0.04em;
}

.home-cat:hover img {
  transform: scale(1.05);
}

.escrow-banner {
  color: #3d4a54;
  background: #fff;
  padding: 2.5rem 0 2rem;
}

.escrow-banner__inner {
  width: min(100% - 2rem, 680px);
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.escrow-banner__dock {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: min(720px, calc(100vw - 2rem));
  z-index: 1;
}

.escrow-banner__art {
  display: block;
  width: 100%;
  height: auto;
}

.escrow-banner__note {
  margin: 0;
  padding: 11px 20px;
  text-align: center;
  color: #1a1f24;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.4;
  width: max-content;
  max-width: 100%;
}

@media (max-width: 700px) {
  .escrow-banner__dock {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    margin-top: 0.85rem;
  }
}

.listing__info .escrow-banner {
  margin-top: 16px;
}

.escrow-banner--compact {
  padding: 0;
  background: transparent;
}

.escrow-banner--compact .escrow-banner__inner {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 980 / 430;
}

.escrow-banner--compact .escrow-banner__art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}

.escrow-banner--compact .escrow-banner__dock {
  display: none;
}

.home-spine {
  background: var(--fog);
  border-bottom: 0;
}

.home-reviews {
  background: #fff;
}

.home-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.home-review {
  background: var(--navy);
  color: #fff;
  padding: 1.35rem 1.25rem 1.4rem;
  border-left: 3px solid var(--red);
}

.home-review__stars {
  margin: 0 0 0.65rem;
  color: var(--red);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  line-height: 1;
}

.home-review blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.home-review__who {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
}

.home-review__who strong {
  color: #fff;
}

@media (max-width: 1100px) {
  .lot-tiles,
  .home-cats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .home-reviews__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lot-tiles,
  .home-cats {
    grid-template-columns: 1fr;
  }

  .lot-tile img {
    height: auto;
    min-height: 200px;
    aspect-ratio: 5 / 4;
  }
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section-head {
  margin-bottom: 1.75rem;
}

.section-head .eyebrow {
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin: 0 0 0.4rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  line-height: 1.05;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 48ch;
}

.trust {
  color: #111;
  border-top: 3px solid var(--red);
  border-bottom: 2px solid #c8cdd3;
  background:
    linear-gradient(180deg, rgba(196, 30, 58, 0.1) 0%, rgba(200, 205, 211, 0) 34%),
    linear-gradient(180deg, #f6f7f9 0%, #e6eaee 55%, #cfd5dc 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 20px rgba(0, 0, 0, 0.14);
}

.trust-inner {
  width: min(100% - 2rem, 1120px);
  margin: 0 auto;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.trust-item {
  padding: 0.95rem 0.35rem;
}

.trust-item::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 3px;
  margin: 0 0 0.62rem;
  background: var(--red);
}

.trust-item strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-item span,
.trust-item a {
  color: #5d6773;
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
}

.trust-item a[href^="tel"] {
  color: var(--red);
  font-weight: 800;
}

.trust-item a:hover {
  color: var(--red);
}

.logistics-band {
  background: var(--fog);
  border-bottom: 1px solid #d5dde6;
}

.logistics-band__media {
  position: relative;
  overflow: hidden;
  background: #121820;
}

.logistics-band__media > img:first-child {
  width: 100%;
  height: auto;
  display: block;
}

.logistics-band__logo {
  position: absolute;
  right: clamp(0.85rem, 3vw, 1.75rem);
  bottom: clamp(0.85rem, 3vw, 1.5rem);
  width: min(24vw, 150px);
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.55)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
  pointer-events: none;
}

.logistics-band__copy {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  text-align: center;
}

.logistics-band__copy.wrap {
  max-width: 720px;
}

.logistics-band__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  line-height: 1.12;
  margin: 0 0 0.65rem;
  color: var(--navy);
}

.logistics-band__copy p {
  margin: 0 0 1.35rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

.logistics-band__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.cat {
  background: var(--navy);
  color: #fff;
  min-height: 140px;
  padding: 1.4rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.cat:hover {
  transform: translateY(-3px);
}

.cat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(196, 30, 58, 0.35), transparent 55%);
}

.cat span {
  position: relative;
  font-family: var(--font-display);
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

.steps {
  display: grid;
  gap: 1rem;
}

.step {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  background: #fff;
  padding: 1.25rem 1.35rem;
  border-left: 4px solid var(--red);
}

.step b {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--red);
  line-height: 1;
}

.page-hero {
  background:
    linear-gradient(180deg, rgba(18, 24, 32, 0.88), rgba(27, 35, 47, 0.95)),
    url("/images/hero-rv.png") center / cover;
  color: #fff;
  padding: 3.5rem 0 2.75rem;
}

/* Inventory catalog */
.inv-hero {
  background:
    radial-gradient(ellipse 75% 65% at 80% 20%, rgba(196, 30, 58, 0.14), transparent 55%),
    linear-gradient(165deg, #0e1319 0%, var(--navy) 48%, #151d28 100%);
  color: #fff;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0 clamp(2.25rem, 4vw, 3.25rem);
}

.inv-hero__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.inv-hero__eyebrow.brand-lockup {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.1;
  color: #fff;
  max-width: 18ch;
}

.inv-hero__eyebrow.brand-lockup .brand-lockup__mark {
  font-size: 1em;
}

.inv-hero__eyebrow.brand-lockup .brand-lockup__legal {
  display: inline;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
}

.inv-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.92);
}

.inv-hero h1.chrome-badge {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 1.15rem;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px;
  text-align: center;
  color: #1a1f24;
}

.inv-hero__lead {
  margin: 0;
  max-width: 48ch;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.inv-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
}

.inv-hero__chips li {
  margin: 0;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.05);
}

.inv-close {
  background: var(--fog);
  padding-top: 0.5rem;
}

.inv-close__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 2rem 1.25rem 2.5rem;
  border-top: 1px solid rgba(20, 30, 42, 0.1);
}

.inv-close h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.inv-close p {
  margin: 0 0 1.35rem;
  color: var(--muted);
}

.inv-close__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.inv-catalog {
  background: var(--fog);
  padding-top: 2rem;
}

.inv-page-title {
  color: var(--red);
}

.inv-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.inv-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 12px 16px;
  width: max-content;
  max-width: 100%;
  border-radius: 14px;
}

.inv-filter {
  border: 0;
  background: transparent;
  color: #1a1f24;
  font: inherit;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.65rem 1.1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.inv-filter + .inv-filter {
  border-left: 1px solid rgba(40, 46, 56, 0.22);
}

.inv-filter:hover,
.inv-filter:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  color: #0b1220;
}

.inv-filter[aria-pressed="true"] {
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
}

.inv-count {
  display: none;
}

.inv-demo-note {
  display: none;
}

.inv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

@media (min-width: 900px) {
  .inv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.inv-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #c5ced8;
}

.inv-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d5dde6;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  animation: rise 0.55s ease both;
}

.inv-card:hover {
  transform: translateY(-4px);
  border-color: #b8c2ce;
  box-shadow: 0 16px 32px rgba(18, 24, 32, 0.14);
}

.inv-card__media {
  position: relative;
  background: #0c1016;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.inv-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.inv-card:hover .inv-card__media img {
  transform: scale(1.04);
}

.inv-card__badge {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  background: rgba(18, 24, 32, 0.82);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
}

.inv-card__featured {
  position: absolute;
  right: 0.65rem;
  top: 0.65rem;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
}

.inv-card__inspected {
  position: absolute;
  right: 0.65rem;
  top: 0.65rem;
  z-index: 3;
  background: #a66800;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}

.inv-card__featured ~ .inv-card__inspected {
  top: 2.35rem;
}

.inv-card__sold {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  margin: 0;
  padding: 0.65rem 0.75rem;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.inv-card--sold .inv-card__media img {
  filter: grayscale(0.45) brightness(0.82);
}

.inv-card__sold-note {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

.inv-card--sold .inv-card__price {
  color: var(--red);
}

.inv-card__body {
  padding: 0.95rem 1rem 1.1rem;
  display: grid;
  gap: 0.25rem;
}

.inv-card__price {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.03em;
  color: var(--red);
  line-height: 1;
}

.inv-card h3 {
  margin: 0.15rem 0 0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--navy);
}

.inv-card__meta {
  margin: 0.35rem 0 0;
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--muted);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.inv-card__ym {
  min-width: 0;
}

.inv-card__hours {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

.inv-brands {
  background: #0a0a0a;
  border-top: none;
  padding: clamp(2rem, 4vw, 3rem) 0 2.25rem;
}

.inv-brands + .footer {
  margin-top: 0;
}

.inv-brands__head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.inv-brands__head h2 {
  margin-bottom: 0;
  color: #fff;
}

.inv-brands__line {
  margin: 0 auto;
  max-width: 52rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: var(--navy);
}

.inv-brands__row {
  list-style: none;
  margin: 0;
  padding: 0 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.inv-brands__row li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  min-height: 0;
  min-width: 0;
  padding: 0;
  flex: 0 0 auto;
}

.inv-brands__row img {
  width: auto;
  height: 46px;
  max-width: 108px;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: none;
}

.inv-brands__row .brand--keystone img {
  height: 54px;
  max-width: 70px;
}

.inv-brands__row .brand--deere img {
  height: 36px;
  max-width: 118px;
  margin-top: 8px;
}

.inv-brands__trust {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 800px) {
  .inv-brands__row {
    flex-wrap: wrap;
  }

  .inv-brands__row li {
    flex: 1 1 30%;
  }
}

@media (max-width: 560px) {

  .inv-grid {
    grid-template-columns: 1fr;
  }
}

/* Listing detail */
.listing__crumb {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
}

.listing__crumb a {
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}

.listing__crumb a:hover {
  text-decoration: underline;
}

.listing {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 860px) {
  .listing {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }

  .listing__below,
  .listing__description {
    grid-column: 1 / -1;
  }
}

@media (max-width: 859px) {
  .listing {
    display: flex;
    flex-direction: column;
  }

  .listing__media {
    display: contents;
  }

  .listing__stage {
    order: 1;
  }

  .listing__info {
    order: 2;
  }

  .listing__protect {
    order: 3;
  }

  .listing__below {
    order: 4;
  }

  .listing__service {
    order: 5;
  }
}

.listing__media {
  position: relative;
  background: transparent;
  overflow: visible;
}

.listing__stage {
  position: relative;
  background: #0c1016;
  overflow: hidden;
}

.listing__stage img,
.listing__media > img {
  width: 100%;
  height: min(52vh, 420px);
  object-fit: cover;
  display: block;
}

@media (max-width: 859px) {
  .listing__stage img,
  .listing__main-img {
    height: min(42vh, 320px);
  }
}

.listing__main-img {
  cursor: zoom-in;
}

.listing__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: rgba(12, 16, 22, 0.72);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease;
}

.listing__nav:hover,
.listing__nav:focus-visible {
  background: var(--red);
  color: #fff;
  outline: none;
}

.listing__nav--prev {
  left: 0.65rem;
}

.listing__nav--next {
  right: 0.65rem;
}

.listing__nav span {
  display: block;
  margin-top: -0.1em;
}

.listing__counter {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  z-index: 3;
  padding: 0.28rem 0.7rem;
  background: rgba(12, 16, 22, 0.78);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}

.listing__stage .inv-card__badge {
  z-index: 2;
}

.listing__stage .inv-card__inspected {
  z-index: 3;
}

body.listing-lightbox-open {
  overflow: hidden;
}

.listing-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 3.5rem;
  background: rgba(8, 12, 18, 0.92);
  box-sizing: border-box;
}

.listing-lightbox[hidden] {
  display: none !important;
}

.listing-lightbox__img {
  max-width: min(96vw, 1400px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.listing-lightbox__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  padding: 0;
  background: rgba(12, 16, 22, 0.85);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.listing-lightbox__close:hover,
.listing-lightbox__close:focus-visible {
  background: var(--red);
  outline: none;
}

.listing-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  padding: 0;
  background: rgba(12, 16, 22, 0.85);
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.listing-lightbox__nav:hover,
.listing-lightbox__nav:focus-visible {
  background: var(--red);
  outline: none;
}

.listing-lightbox__nav--prev {
  left: 0.75rem;
}

.listing-lightbox__nav--next {
  right: 0.75rem;
}

.listing-lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0.35rem 0.8rem;
  background: rgba(12, 16, 22, 0.85);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  pointer-events: none;
}

@media (max-width: 640px) {
  .listing-lightbox {
    padding: 3.25rem 0.5rem 2.5rem;
  }

  .listing-lightbox__img {
    max-width: 100%;
    max-height: 78vh;
  }
}

.listing__info h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  letter-spacing: 0.03em;
  margin: 0.35rem 0 0.75rem;
  line-height: 1.05;
}

.listing__spotlight {
  font-weight: 700;
  color: var(--navy);
}
.listing__spotlight > span {
  background: linear-gradient(180deg, transparent 42%, #ffe566 42%, #ffe566 92%, transparent 92%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.02em 0.12em;
}
.listing__spotlight .brand-lockup__mark {
  color: var(--red);
  letter-spacing: 0.06em;
}

.listing__price {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--red);
  letter-spacing: 0.03em;
  line-height: 1;
}

.listing__price.is-sold {
  color: var(--red);
}

.listing__info > .listing__trust {
  margin: 0 0 0.85rem;
}

.listing__warranty {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.4;
}

.listing__warranty-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  margin: 0 0 0.75rem;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.listing__warranty-links a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.warr-lead {
  font-size: 1.12rem;
  color: var(--navy);
  line-height: 1.5;
}

.warr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0.85rem 0 1rem;
}

.warr-grid h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.warr-grid ul {
  margin: 0;
  padding-left: 1.15rem;
}

.warr-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

@media (max-width: 700px) {
  .warr-grid {
    grid-template-columns: 1fr;
  }
}

.listing__sold-banner {
  margin: 0 0 0.65rem;
  padding: 0.7rem 0.85rem;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
}

.listing__sold-note {
  margin: 0 0 0.75rem;
  color: var(--red);
  font-weight: 700;
  line-height: 1.45;
}

.listing__sold-strip {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  margin: 0;
  padding: 0.85rem 1rem;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.listing__stage.is-sold img {
  filter: grayscale(0.4) brightness(0.78);
}

.listing__buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.95rem 1.85rem;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  transform: skewX(-14deg);
  box-shadow: 0 10px 22px rgba(196, 30, 58, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.listing__buy-now:hover {
  background: #a81832;
  color: #fff;
  transform: skewX(-14deg) translateY(-2px);
  box-shadow: 0 14px 28px rgba(196, 30, 58, 0.34);
}

.listing__buy-now-inner {
  display: inline-block;
  transform: skewX(14deg);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .listing__buy-now {
    display: flex;
    width: 100%;
    padding: 0.9rem 1.25rem;
  }

  .listing__buy-now-inner {
    white-space: normal;
    text-align: center;
  }
}

.listing__summary {
  color: var(--steel);
  margin: 0 0 1.25rem;
}

.listing__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #d5dde6;
}

.listing__specs dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 700;
}

.listing__specs dd {
  margin: 0.15rem 0 0;
  font-weight: 700;
}

.listing__info h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}

.listing__list {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
}

.listing__stock {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
}


.listing__service {
  margin: 0.85rem 0 0;
  padding: 1rem 1.05rem 1.1rem;
  background:
    linear-gradient(180deg, #fbfcfe 0%, #f3f6f9 100%);
  border: 1px solid #d5dde6;
  border-left: 3px solid var(--red);
  border-radius: 2px;
}

.listing__service-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.2;
  color: var(--navy);
}

.listing__service-eyebrow .brand-lockup__mark {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.listing__service-eyebrow .brand-lockup__legal {
  display: inline;
  font-family: var(--font-body);
  font-size: 0.92em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: var(--navy);
  vertical-align: baseline;
}

.listing__service h2 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.listing__service p {
  margin: 0 0 0.85rem;
  color: var(--steel);
  font-size: 0.95rem;
  line-height: 1.45;
}

.listing__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.listing__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 0.75rem;
}

.listing__po-quiet {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
}

.listing__po-quiet a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.listing__trust {
  flex: 1 0 100%;
  margin: 0 0 0.15rem;
  padding: 0.7rem 0.85rem;
  background: #f7f9fb;
  border-left: 3px solid var(--red);
  color: var(--steel);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}

.listing-sticky {
  display: none;
}

@media (max-width: 860px) {
  body.has-listing-sticky .listing__buy-now,
  body.has-listing-sticky .listing__cta-row {
    display: none;
  }

  .listing-sticky {
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 1.4fr;
    gap: 0.45rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
    background: rgba(14, 19, 25, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.28);
  }

  body.has-listing-sticky {
    padding-bottom: 5.25rem;
  }

  .listing-sticky__buy,
  .listing-sticky__call,
  .listing-sticky__hold {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.35rem 0.35rem;
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 0.92rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.15;
    white-space: normal;
  }

  .listing-sticky__buy {
    background: var(--red);
    color: #fff;
  }

  .listing-sticky__call {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
  }

  .listing-sticky__hold {
    background: #fff;
    color: var(--navy);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }
}

.listing__ghost {
  color: var(--navy) !important;
  border-color: #c5ced8 !important;
}

.listing__below .is-off {
  display: none !important;
}

.listing__protect {
  margin: 0 0 1.15rem;
  padding: 1rem 1.15rem 1.1rem;
  background: #f7f9fb;
  border-left: 4px solid var(--red);
}

.listing__protect-title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 0.65rem;
  padding: 0.55rem 0.85rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: var(--red);
}

.listing__protect ol {
  margin: 0;
  padding-left: 1.25rem;
}

.listing__protect li {
  margin: 0 0 0.45rem;
  color: var(--steel);
  font-size: 0.95rem;
  line-height: 1.45;
}

.listing__protect li:last-child {
  margin-bottom: 0;
}

.listing__tabs {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #d5dde6;
  margin: 8px 0 16px;
}

.listing__tab {
  border: 0;
  background: none;
  padding: 0 0 10px;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}

.listing__tab.is-on {
  color: var(--navy);
  box-shadow: inset 0 -2px 0 var(--navy);
}

.listing__below .listing__description {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.listing__video {
  margin-top: 0.85rem;
}

.listing__video h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.55rem;
}

.listing__video video {
  width: 100%;
  max-height: 420px;
  background: #0c1016;
  display: block;
}

.listing__video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #0c1016;
}

.listing__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.listing__description {
  margin: 0.35rem 0 0;
  padding: 1.15rem 0 0;
  border-top: 1px solid #d5dde6;
  max-width: none;
  width: 100%;
}

.listing__description > h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.85rem;
  color: var(--navy);
}

.listing__description h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin: 1.35rem 0 0.45rem;
  color: var(--navy);
}

.listing__description h3:first-of-type {
  margin-top: 0.85rem;
}

.listing__desc-lead {
  font-size: 1.02rem;
  font-weight: 650;
  color: var(--navy) !important;
  line-height: 1.45 !important;
  margin: 0 0 1rem !important;
}

.listing__description strong {
  color: var(--navy);
  font-weight: 700;
}

.listing__description em {
  font-style: italic;
}

.listing__description p {
  margin: 0 0 0.9rem;
  color: var(--steel);
  line-height: 1.65;
  white-space: normal;
  text-align: left;
}

.listing__delivery {
  color: var(--navy) !important;
  font-size: 1.12rem;
  font-weight: 700;
}

.listing__desc-list {
  margin: 0.15rem 0 1rem;
  padding-left: 1.15rem;
  color: var(--steel);
}

.listing__desc-list li {
  margin: 0 0 0.4rem;
  line-height: 1.5;
  padding-left: 0.15rem;
}

.listing__desc-list li::marker {
  color: var(--red);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}

.page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  max-width: 50ch;
}

.panel {
  background: #fff;
  padding: 1.75rem;
  border: 1px solid #d5dde6;
  margin-bottom: 1.25rem;
}

.panel h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin: 0 0 0.65rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.35rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c5ced8;
  border-radius: 4px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  color: var(--navy);
  background: #fff;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0.75rem 0 0;
}

.form-note--soft {
  margin-top: 0.4rem;
  font-weight: 600;
  color: var(--steel);
}

.form-status {
  margin-top: 0.85rem;
  font-weight: 600;
}

.form-status.ok { color: #1f7a3f; }
.form-status.err { color: var(--red); }

.pg-confirm {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(18, 24, 32, 0.45);
}
.pg-confirm[hidden] { display: none; }
.pg-confirm__card {
  width: min(100%, 400px);
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.3rem 1.15rem;
  box-shadow: 0 18px 40px rgba(18, 24, 32, 0.28);
  text-align: center;
}
.pg-confirm__card p {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.35;
}
.pg-confirm__card span {
  display: block;
  margin: 0 0 1rem;
  color: var(--steel);
  font-size: 0.95rem;
  font-weight: 500;
}
.pg-confirm__card .btn {
  min-width: 140px;
}

.buy-reassure {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  background: #f7f9fb;
  border: 1px solid #d5dde6;
  display: grid;
  gap: 0.55rem;
}

.buy-reassure li {
  margin: 0;
  color: var(--steel);
  font-size: 0.95rem;
  line-height: 1.45;
  padding-left: 0.85rem;
  border-left: 3px solid var(--red);
}

.buy-reassure strong {
  color: var(--navy);
}

.buy-paths__intro {
  margin: 0 0 1.15rem;
  color: var(--muted);
}

.buy-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.buy-path {
  border: 1px solid #d5dde6;
  background: #f7f9fb;
  padding: 1.25rem 1.2rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}

.buy-path--accent {
  background: linear-gradient(165deg, #fff 0%, #f8f1f2 100%);
  border-color: rgba(196, 30, 58, 0.28);
}

.buy-path h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  color: var(--navy);
}

.buy-path p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
  flex: 1 1 auto;
}

.buy-path .btn {
  align-self: stretch;
  margin-top: auto;
  text-align: center;
  justify-content: center;
}

.po-wrap {
  max-width: 820px;
}

.po-reassure {
  margin: 0 0 1.25rem;
  padding: 0.95rem 1.1rem;
  background: #f7f9fb;
  border: 1px solid #d5dde6;
  border-left: 3px solid var(--red);
  color: var(--steel);
  font-size: 0.98rem;
  line-height: 1.5;
}

.po-reassure strong {
  color: var(--navy);
}

.po-picker-empty {
  margin: 0.85rem 0 0;
  padding: 0.85rem 1rem;
  background: #fff8f8;
  border: 1px solid #e8c9cf;
  color: var(--steel);
  font-size: 0.95rem;
  line-height: 1.45;
}

.po-picker-empty a {
  color: var(--red);
  font-weight: 700;
}

.po-unit {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid #d5dde6;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.po-unit__media img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}

.po-unit__body h2 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 700;
}

.po-unit__title {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--navy);
}

.po-unit__price {
  margin: 0 0 0.75rem;
  font-weight: 800;
  color: var(--navy);
}

.po-form h2 {
  margin: 0 0 1rem;
}

.po-form__section {
  margin-top: 1.75rem !important;
  padding-top: 1.25rem;
  border-top: 1px solid #d5dde6;
}

.po-terms {
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  background: #f3f5f8;
  border: 1px solid var(--line);
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--navy);
}

.po-terms p {
  margin: 0 0 0.65rem;
}

.po-terms__lead {
  font-weight: 600;
}

.po-terms ul {
  margin: 0 0 0.65rem;
  padding-left: 1.15rem;
}

.po-terms li {
  margin: 0 0 0.4rem;
}

#po-warranty-links {
  display: block;
  margin-top: 0.55rem;
}

#po-warranty-links a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

#po-warranty-links a:hover {
  color: var(--red-hover);
}

.link-warr {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.link-warr:hover {
  color: var(--red-hover);
}

.po-terms__more {
  margin: 0 !important;
  font-size: 0.88rem;
  color: var(--muted);
}

.po-terms__more a {
  color: var(--red);
  font-weight: 600;
}

.po-consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-weight: 600;
  cursor: pointer;
}

.po-consent input {
  width: auto;
  margin-top: 0.2rem;
}

.footer {
  background: var(--navy-2);
  color: rgba(255, 255, 255, 0.78);
  padding: 2.35rem 0 1.6rem;
  margin-top: 2rem;
  text-transform: none;
  border-top: 3px solid var(--red, #c4122f);
}

.footer .wrap {
  display: grid;
  grid-template-columns: auto minmax(12rem, 1fr) auto;
  grid-template-areas:
    "brand links contact"
    "copy copy copy";
  column-gap: 2rem;
  row-gap: 1.1rem;
  align-items: start;
  justify-items: stretch;
}

.footer__brand {
  grid-area: brand;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
}

@media (min-width: 1152px) {
  .footer__brand {
    margin-left: calc((var(--max) - 100vw) / 2 + 0.75rem);
  }
  .footer__contact {
    margin-right: calc((var(--max) - 100vw) / 2 + 0.75rem);
  }
}

.footer__identity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__logo {
  flex: 0 0 auto;
  line-height: 0;
}

.footer__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}

.footer__bb {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.footer__legal {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.footer__addr {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: left;
  margin-left: calc(88px * 313 / 273);
}

.footer__links {
  grid-area: links;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding-top: 0.35rem;
}

.footer__links a,
.footer__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1f24;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1;
  padding: 0.5rem 0.78rem;
  border-radius: 10px;
  border: 1px solid #8d939c;
  background:
    linear-gradient(
      180deg,
      #f8f9fb 0%,
      #d4d8df 22%,
      #f3f4f6 46%,
      #b7bcc6 62%,
      #eceef1 84%,
      #c5c9d1 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(40, 46, 56, 0.18),
    0 10px 22px rgba(15, 23, 42, 0.22),
    0 3px 6px rgba(15, 23, 42, 0.12);
}

.footer__links a {
  text-transform: uppercase;
}

.footer__links a:hover,
.footer__links a:focus-visible,
.footer__contact a:hover,
.footer__contact a:focus-visible {
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
}

.footer__contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  text-align: right;
  padding-top: 0.2rem;
}

.footer__copy {
  grid-area: copy;
  text-align: center;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.62);
}
@media (max-width: 860px) {
  .footer .wrap {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "links"
      "contact"
      "copy";
    text-align: center;
  }
  .footer__brand {
    align-items: flex-start;
    text-align: left;
  }
  .footer__legal {
    white-space: normal;
  }
  .footer__contact {
    align-items: center;
    text-align: center;
  }
  .footer__links {
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    margin: 0 auto;
    gap: 0.55rem 0.65rem;
  }
}


.footer strong {
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}

.footer a:hover {
  color: #fff;
}

.footer .brand-lockup,
.footer .brand-lockup__mark,
.footer .brand-lockup__legal {
  text-transform: none;
}

.footer .brand-lockup__mark {
  color: var(--red);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.footer .brand-lockup__legal {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 860px) {
  .trust-grid,
  .cats {
    grid-template-columns: 1fr 1fr;
  }

  .nav {
    display: none;
  }

  .nav.open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem 1.25rem;
    border-bottom: 1px solid var(--line);
  }

  .menu-toggle {
    display: inline-flex;
  }
}

@media (min-width: 861px) {
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 560px) {
  .trust-grid,
  .cats,
  .form-grid,
  .buy-paths,
  .po-unit {
    grid-template-columns: 1fr;
  }
}

/* About page — shipping-first */
.about-hero {
  background:
    radial-gradient(ellipse 80% 70% at 70% 20%, rgba(196, 30, 58, 0.18), transparent 55%),
    linear-gradient(165deg, #0e1319 0%, var(--navy) 48%, #151d28 100%);
  color: #fff;
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.75rem, 5vw, 4rem);
}

/* Brand lockup: bold red BIG BOYS + quieter legal line */
.brand-lockup__mark {
  color: var(--red);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: none;
}

.brand-lockup__legal {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: inherit;
}

.brand-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  background: transparent;
}

.brand-logo-img--hero {
  width: min(44vw, 196px);
  margin: 0 0 0.85rem;
}

.hero-brand {
  margin: 0 0 0.85rem;
  text-align: center;
}

.hero-brand .brand-logo-img--hero-lockup {
  display: block;
  width: auto;
  height: auto;
  max-height: min(44vw, 228px);
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.inv-hero__eyebrow:has(.brand-logo-img),
.contact-hero__eyebrow:has(.brand-logo-img),
.reviews-hero__eyebrow:has(.brand-logo-img) {
  max-width: none;
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.brand-logo-img--footer {
  width: auto;
  height: 48px;
}

.footer .brand-logo-img.brand-logo-img--lockup {
  width: auto !important;
  height: 112px !important;
  max-height: 112px !important;
  max-width: min(100%, 28rem) !important;
  object-fit: contain;
}

.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.brand-logo-img--copy {
  display: inline-block;
  width: 52px;
  vertical-align: middle;
}

.listing__service-eyebrow {
  max-width: none;
}

.brand-logo-img--listing {
  width: min(36vw, 120px);
}

.brand-logo-img--inline {
  display: inline-block;
  width: 52px;
  height: auto;
  vertical-align: middle;
}

.about-hero__brand {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.1;
  color: #fff;
  max-width: none;
  text-transform: none;
}

.about-hero__brand .brand-lockup__mark {
  font-size: 1em;
}

.about-hero__brand .brand-lockup__legal {
  display: inline;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
}

.contact-hero__eyebrow.brand-lockup {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.1;
  color: #fff;
  max-width: 18ch;
}

.contact-hero__eyebrow.brand-lockup .brand-lockup__legal {
  display: inline;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
}

.contact-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.about-hero__sub {
  margin: 0.35rem 0 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.about-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 0 0 1rem;
  max-width: 28ch;
  color: #fff;
}

.about-hero__lead {
  margin: 0 0 1.75rem;
  max-width: 48ch;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.about-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-yard {
  margin: 0;
  background: #0e1319;
}

.about-yard img {
  display: block;
  width: 100%;
  height: auto;
}

.about-spine {
  background: #fff;
  border-bottom: 1px solid #d5dde6;
}

.about-spine__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #d5dde6;
}

.about-spine__step {
  padding: 1.5rem 1.25rem 1.5rem 0;
  border-right: 1px solid #d5dde6;
  padding-right: 1.35rem;
  margin-right: 1.35rem;
}

.about-spine__step:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.about-spine__num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.06em;
  color: var(--red);
  line-height: 1;
  margin-bottom: 0.65rem;
}

.about-spine__step h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem;
  color: var(--navy);
}

.about-spine__step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

.about-sell {
  background: var(--fog);
}

.about-sell__inner {
  max-width: 720px;
}

.about-sell__copy {
  margin: 0 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--steel);
  max-width: 42ch;
}

.about-sell__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 520px;
}

.about-sell__cats li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0;
  border-top: 1px solid #d5dde6;
}

.about-sell__cats li:last-child {
  border-bottom: 1px solid #d5dde6;
}

.about-sell__cats a {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  color: var(--navy);
  text-decoration: none;
}

.about-sell__cats a:hover {
  color: var(--red);
}

.about-sell__cats span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.about-trust {
  background: #fff;
}

.about-trust__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 720px;
}

.about-trust__list li {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem 0 1.15rem 1.15rem;
  border-left: 3px solid var(--red);
  border-bottom: 1px solid #e2e8ef;
}

.about-trust__list li:last-child {
  border-bottom: 0;
}

.about-trust__list strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  color: var(--navy);
  font-weight: 400;
}

.about-trust__list span {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.about-ops {
  background: var(--navy-2);
  color: #fff;
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}

.about-ops .eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.about-ops h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.5rem);
  letter-spacing: 0.03em;
  margin: 0.35rem 0 0.85rem;
  color: #fff;
}

.about-ops-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.15rem;
  margin: 0 0 2rem;
}

.about-ops-photos figure {
  margin: 0;
}

.about-ops-photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0e1520;
  filter: none;
}

.about-ops-photos figcaption {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.about-ops__locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: start;
}

.about-ops__loc > p {
  margin: 0 0 1.25rem;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.about-ops__loc .about-ops__details {
  border-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 1.15rem;
}

.about-ops__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem 3rem;
  align-items: start;
}

.about-ops__grid > div > p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.about-ops__details {
  font-style: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 1.5rem;
}

.about-ops__details p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.about-ops__details a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.about-ops__details a:hover {
  color: #ffd0d8;
}

.about-close {
  background: var(--fog);
}

.about-close__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.about-close h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.about-close p {
  margin: 0 0 1.35rem;
  color: var(--muted);
}

.about-close__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn-ghost-dark {
  background: transparent;
  color: var(--navy);
  border: 1px solid #9aa6b5;
}

.btn-ghost-dark:hover {
  background: rgba(27, 35, 47, 0.06);
  border-color: var(--navy);
}

@media (max-width: 900px) {
  .about-spine__list {
    grid-template-columns: 1fr 1fr;
  }

  .about-spine__step {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #d5dde6;
    padding: 1.25rem 0;
  }

  .about-spine__step:nth-child(odd) {
    padding-right: 1rem;
  }

  .about-spine__step:nth-child(even) {
    padding-left: 1rem;
    border-left: 1px solid #d5dde6;
  }

  .about-spine__step:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .about-ops-photos {
    grid-template-columns: 1fr;
    margin-bottom: 1.75rem;
  }

  .about-ops__locations,
  .about-ops__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .about-ops__details {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 1.35rem;
  }
}

@media (max-width: 560px) {
  .about-spine__list {
    grid-template-columns: 1fr;
  }

  .about-spine__step:nth-child(odd),
  .about-spine__step:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }

  .about-spine__step {
    border-bottom: 1px solid #d5dde6;
  }

  .about-spine__step:last-child {
    border-bottom: 0;
  }

  .about-hero h1 {
    max-width: none;
  }
}

/* Contact page — polished dispatch layout */
.contact-hero {
  background:
    radial-gradient(ellipse 75% 65% at 80% 15%, rgba(196, 30, 58, 0.16), transparent 55%),
    linear-gradient(165deg, #0e1319 0%, var(--navy) 48%, #151d28 100%);
  color: #fff;
  padding: clamp(3rem, 7vw, 4.75rem) 0 clamp(2.75rem, 5vw, 3.75rem);
}

.contact-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.contact-hero__lead {
  margin: 0 0 0.85rem;
  max-width: 48ch;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.contact-hero__trust {
  margin: 0 0 1.5rem;
  max-width: 48ch;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
}

.contact-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-reach {
  background: #fff;
  border-bottom: 1px solid #d5dde6;
}

.contact-reach__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
  margin-bottom: 1.75rem;
}

.contact-reach__item {
  padding: 0.25rem 0 0.25rem 1.15rem;
  border-left: 3px solid var(--red);
}

.contact-reach__item h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem;
  color: var(--navy);
}

.contact-reach__value {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.contact-reach__value a {
  color: var(--navy);
  text-decoration: none;
}

.contact-reach__value a:hover {
  color: var(--red);
}

.contact-reach__item > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.98rem;
}

.contact-reach__note {
  margin: 0;
  padding-top: 1.25rem;
  border-top: 1px solid #d5dde6;
  max-width: 62ch;
  color: var(--steel);
  line-height: 1.55;
}

.contact-reach__note a {
  color: var(--navy);
  font-weight: 700;
}

.contact-reach__note a:hover {
  color: var(--red);
}

.contact-directions {
  background: var(--fog);
}

.contact-directions__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem 3rem;
  align-items: start;
}

.contact-directions__grid--two {
  grid-template-columns: 1fr 1fr 0.85fr;
}

.contact-directions__place h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.75rem;
  color: var(--navy);
}

.contact-directions__copy {
  margin: 0 0 1.75rem;
  max-width: 68ch;
  color: var(--steel);
  line-height: 1.55;
}

.contact-directions__address {
  font-style: normal;
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--navy);
  font-weight: 600;
}

.contact-directions__address span {
  display: block;
  margin-top: 0.35rem;
  font-weight: 500;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-directions__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-directions__aside {
  border-left: 1px solid #c5ced8;
  padding-left: 1.5rem;
}

.contact-directions__aside h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
  color: var(--navy);
}

.contact-directions__aside h3:not(:first-child) {
  margin-top: 1.35rem;
}

.contact-directions__aside p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.98rem;
}

.contact-ready {
  background: #fff;
}

.contact-ready__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 720px;
}

.contact-ready__list li {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem 0 1.15rem 1.15rem;
  border-left: 3px solid var(--red);
  border-bottom: 1px solid #e2e8ef;
}

.contact-ready__list li:last-child {
  border-bottom: 0;
}

.contact-ready__list strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  color: var(--navy);
  font-weight: 400;
}

.contact-ready__list span {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.contact-close {
  background: var(--fog);
}

.contact-close__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.contact-close h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.contact-close p {
  margin: 0 0 1.35rem;
  color: var(--muted);
}

.contact-close__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (max-width: 900px) {
  .contact-reach__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-directions__grid,
  .contact-directions__grid--two {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .contact-directions__aside {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #c5ced8;
    padding-top: 1.35rem;
  }
}

/* Reviews page */
.reviews-hero {
  background:
    radial-gradient(ellipse 75% 65% at 75% 20%, rgba(196, 30, 58, 0.18), transparent 55%),
    linear-gradient(165deg, #0e1319 0%, var(--navy) 48%, #151d28 100%);
  color: #fff;
  padding: clamp(3rem, 7vw, 4.75rem) 0 clamp(2.75rem, 5vw, 3.75rem);
}

.reviews-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.reviews-hero__eyebrow.brand-lockup {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.1;
  color: #fff;
  max-width: 18ch;
}

.reviews-hero__eyebrow.brand-lockup .brand-lockup__mark {
  font-size: 1em;
}

.reviews-hero__eyebrow.brand-lockup .brand-lockup__legal {
  display: inline;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
}

.reviews-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 22ch;
}

.reviews-hero__lead {
  margin: 0;
  max-width: 52ch;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.reviews-strip {
  background: var(--navy-2);
  color: #fff;
  padding: 1.35rem 0;
  border-bottom: 3px solid var(--red);
}

.reviews-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 1.5rem;
  text-align: center;
}

.reviews-strip__grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  letter-spacing: 0.04em;
  color: var(--red);
  line-height: 1.1;
}

.reviews-strip__grid span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.reviews-list {
  background: var(--fog);
}

.reviews-list__stack {
  display: grid;
  gap: 1.25rem;
  max-width: 920px;
}

.review-card {
  display: block;
  background: var(--navy);
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(18, 24, 32, 0.14);
}

.review-card__main {
  padding: 1.5rem 1.5rem 1.35rem;
}

.review-card__stars {
  margin: 0 0 0.75rem;
  color: var(--red);
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1;
}

.review-card blockquote {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.review-card__unit {
  display: inline-block;
  margin: 0 0 1.15rem;
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--red);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.review-card__person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-card__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 30, 58, 0.25);
  border: 1px solid rgba(196, 30, 58, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
}

.review-card__person strong {
  display: block;
  font-size: 0.98rem;
  color: #fff;
}

.review-card__person > div > span {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.reviews-close {
  background: #fff;
  border-top: 1px solid #d5dde6;
}

.reviews-close__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.reviews-close h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.reviews-close p {
  margin: 0 0 1.35rem;
  color: var(--muted);
}

.reviews-close__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (max-width: 900px) {
  .reviews-strip__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .reviews-hero h1 {
    max-width: none;
  }

  .reviews-strip__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.header-buy {
  display: none;
}

.menu-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  padding: 0.45rem 0.7rem;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 860px) {
  .header-buy {
    display: inline-flex;
    margin-left: auto;
    padding: 0.5rem 0.9rem;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .header-buy[hidden] {
    display: none !important;
  }
}

/* FAQ */
.faq-list {
  max-width: 760px;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: var(--navy);
  font-size: 1.02rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--red);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item__body {
  padding: 0 1.15rem 1.15rem;
  color: var(--muted);
}

.faq-item__body p {
  margin: 0 0 0.75rem;
}

.faq-item__body p:last-child {
  margin-bottom: 0;
}

/* Shipment tracking */
.track-hero h1 {
  margin-bottom: 0.5rem;
}

.track-lookup {
  max-width: 720px;
}

.track-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: var(--navy);
}

.track-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.track-form__row input {
  flex: 1 1 220px;
  min-width: 0;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.track-hint {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.track-empty {
  margin-top: 1.5rem;
  padding: 1.15rem 1.25rem;
  background: #f7f9fb;
  border: 1px solid #d5dde6;
  border-left: 3px solid var(--red);
}

.track-empty strong {
  display: block;
  margin: 0 0 0.4rem;
  color: var(--navy);
  font-size: 1rem;
}

.track-empty p {
  margin: 0;
  color: var(--steel);
  font-size: 0.95rem;
  line-height: 1.5;
}

.track-recent-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.track-recent-card {
  background: #fff;
  border: 1px solid #d5dde6;
  padding: 1.1rem 1.15rem 1.2rem;
}

.track-recent-card h3 {
  margin: 0.7rem 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: var(--navy);
  line-height: 1.3;
}

.track-recent-card__dest {
  margin: 0;
  color: var(--steel);
  font-size: 0.95rem;
}

.track-sample {
  appearance: none;
  border: 0;
  background: none;
  color: var(--red);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.track-result__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: start;
}

.track-panel {
  background: #fff;
  border: 1px solid #d5dde6;
  padding: 1.35rem 1.4rem 1.5rem;
}

.track-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.track-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  padding: 0.4rem 0.7rem;
  text-transform: uppercase;
}

.track-badge.is-delivered {
  background: #1f7a4d;
}

.track-id-label {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.track-panel h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  letter-spacing: 0.03em;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.track-unit-desc {
  margin: 0 0 1.15rem;
  color: var(--steel);
  line-height: 1.55;
}

.track-meta {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.15rem;
}

.track-meta div {
  display: grid;
  gap: 0.15rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8ef;
}

.track-meta dt {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.track-meta dd {
  margin: 0;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.4;
}

.track-onroute-note {
  margin: 0;
  padding: 0.85rem 0.95rem;
  background: #f7f9fb;
  border-left: 3px solid var(--red);
  color: var(--steel);
  line-height: 1.5;
}

.track-map-wrap {
  background: #fff;
  border: 1px solid #d5dde6;
  padding: 1rem 1rem 1.15rem;
}

.track-map-title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.track-map {
  width: 100%;
  height: min(420px, 55vh);
  background: #e8edf3;
  z-index: 0;
}

.track-map-caption {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.form-status.is-error {
  color: var(--red);
  font-weight: 600;
}

@media (max-width: 900px) {
  .track-result__grid {
    grid-template-columns: 1fr;
  }
}


.agreement-points {
  margin: 1.35rem 0 0;
  display: grid;
  gap: 0.55rem;
}

.agreement-points__title {
  margin: 0 0 0.15rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  color: var(--navy);
}

.agreement-points__note {
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.inv-point {
  border: 1px solid #d5dde6;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.inv-point summary {
  list-style: none;
  cursor: pointer;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.86rem;
  padding: 0.7rem 0.95rem;
}

.inv-point summary::-webkit-details-marker { display: none; }

.inv-point[open] summary {
  background: #0c111d;
}

.inv-point .inv-point__grid,
.inv-point > p,
.inv-point .inv-point__sigs,
.inv-point .inv-point__email,
.inv-point .inv-point__escrow {
  padding: 0.9rem 1rem 1rem;
}

.inv-point > p {
  margin: 0;
  color: var(--navy);
  line-height: 1.5;
  font-size: 0.95rem;
}

.inv-point__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.1rem;
}

.inv-point__grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.inv-point__wide {
  grid-column: 1 / -1;
}

.inv-point__escrow {
  display: block;
  width: calc(100% - 2rem);
  max-width: 100%;
  height: auto;
  margin: 0 1rem;
  padding: 0 0 0.35rem;
}

.inv-point__grid span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.inv-point__grid strong {
  color: var(--navy);
  font-size: 0.98rem;
}

.inv-point__sigs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.inv-point__sigs span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.inv-point__sig-img {
  display: block;
  height: 48px;
  width: auto;
  margin: 0 0 0.35rem;
  background: #fff;
}

.inv-point__sig-line {
  margin: 1.4rem 0 0.4rem;
  border-bottom: 1px solid #c5ced8;
  height: 36px;
}

.inv-point__email {
  margin: 0;
  font-style: italic;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 700px) {
  .inv-point__grid,
  .inv-point__grid--3,
  .inv-point__sigs {
    grid-template-columns: 1fr;
  }
}

.listing__apply {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  padding: 1.35rem 1.4rem 1.2rem;
  background: #fff;
  border: 1px solid #d5dde6;
  border-radius: 8px;
}
.listing__apply-warr {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}
.listing__apply-warr a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-size: 1.08rem;
}

.listing__apply-trust {
  margin: 0 0 1rem;
  padding: 0;
  background: none;
  border: 0;
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}
.listing__apply-dot {
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin: 0 0.48em;
  border-radius: 50%;
  background: var(--red);
  vertical-align: 0.14em;
}

.listing__apply h2 {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
}

.listing__apply-note {
  margin: 0 0 0.45rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.listing__apply-btn {
  display: inline-flex;
  min-width: 220px;
  justify-content: center;
  font-size: 1.05rem;
  padding: 0.85rem 1.6rem;
  margin-top: 0.35rem;
}

@media (max-width: 859px) {
  .listing__apply {
    order: 6;
  }
}


.listing__apply-place {
  display: grid;
  grid-template-columns: 1.5fr 0.55fr 0.75fr;
  gap: 0.9rem;
}
@media (max-width: 520px) {
  .listing__apply-place {
    grid-template-columns: 1fr 0.6fr 0.8fr;
  }
}
.listing__quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0.85rem 0 0.4rem;
}
.listing__quote-rate {
  color: var(--muted);
  font-size: 0.92rem;
}
.listing__quote-out {
  flex: 1 1 100%;
  margin: 0;
  font-weight: 600;
  color: var(--navy);
}

.listing__apply-po {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.listing__apply-po a {
  font-weight: 700;
}

.ship-map-stack {
  position: relative;
}
.ship-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1536 / 1024;
  min-height: 640px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: #1c2834;
  padding: 56px 24px 0;
}
.ship-map__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center center;
  filter: grayscale(0.28) brightness(1.38) contrast(1.18) saturate(0.5);
}
.ship-map__title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 28px 32px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4.6vw, 58px);
  letter-spacing: 0.08em;
  line-height: 1.08;
  max-width: 16em;
  color: #c5ccd4;
  background-image: linear-gradient(180deg, #e8edf2 0%, #c2c8d0 36%, #8a929c 70%, #6e767f 92%, #b8bfc7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35))
    drop-shadow(0 2px 0 rgba(0, 0, 0, 0.55))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}
.ship-map-stack .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin-top: 0;
  background: transparent;
}
.ship-map-stack .footer__addr,
.ship-map-stack .footer__legal,
.ship-map-stack .footer__links a,
.ship-map-stack .footer__contact a,
.ship-map-stack .footer__trust,
.ship-map-stack .footer__copy {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 6px 16px rgba(0, 0, 0, 0.45);
}
@media (max-width: 640px) {
  .ship-map { min-height: 420px; padding: 36px 16px 0; }
}

.footer .brand-logo-img.brand-logo-img--lockup {
  width: auto !important;
  height: 112px !important;
  max-height: 112px !important;
  max-width: min(100%, 28rem) !important;
  object-fit: contain;
}

.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.brand-logo-img--copy {
  display: inline-block;
  width: 52px;
  vertical-align: middle;
}

.listing__service-eyebrow {
  max-width: none;
}

.brand-logo-img--listing {
  width: min(36vw, 120px);
}

.brand-logo-img--inline {
  display: inline-block;
  width: 52px;
  height: auto;
  vertical-align: middle;
}

.about-hero__brand {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.1;
  color: #fff;
  max-width: none;
  text-transform: none;
}

.about-hero__brand .brand-lockup__mark {
  font-size: 1em;
}

.about-hero__brand .brand-lockup__legal {
  display: inline;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
}

.contact-hero__eyebrow.brand-lockup {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.1;
  color: #fff;
  max-width: 18ch;
}

.contact-hero__eyebrow.brand-lockup .brand-lockup__legal {
  display: inline;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
}

.contact-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.about-hero__sub {
  margin: 0.35rem 0 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.about-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 0 0 1rem;
  max-width: 28ch;
  color: #fff;
}

.about-hero__lead {
  margin: 0 0 1.75rem;
  max-width: 48ch;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.about-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-yard {
  margin: 0;
  background: #0e1319;
}

.about-yard img {
  display: block;
  width: 100%;
  height: auto;
}

.about-spine {
  background: #fff;
  border-bottom: 1px solid #d5dde6;
}

.about-spine__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #d5dde6;
}

.about-spine__step {
  padding: 1.5rem 1.25rem 1.5rem 0;
  border-right: 1px solid #d5dde6;
  padding-right: 1.35rem;
  margin-right: 1.35rem;
}

.about-spine__step:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.about-spine__num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.06em;
  color: var(--red);
  line-height: 1;
  margin-bottom: 0.65rem;
}

.about-spine__step h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem;
  color: var(--navy);
}

.about-spine__step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

.about-sell {
  background: var(--fog);
}

.about-sell__inner {
  max-width: 720px;
}

.about-sell__copy {
  margin: 0 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--steel);
  max-width: 42ch;
}

.about-sell__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 520px;
}

.about-sell__cats li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0;
  border-top: 1px solid #d5dde6;
}

.about-sell__cats li:last-child {
  border-bottom: 1px solid #d5dde6;
}

.about-sell__cats a {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  color: var(--navy);
  text-decoration: none;
}

.about-sell__cats a:hover {
  color: var(--red);
}

.about-sell__cats span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.about-trust {
  background: #fff;
}

.about-trust__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 720px;
}

.about-trust__list li {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem 0 1.15rem 1.15rem;
  border-left: 3px solid var(--red);
  border-bottom: 1px solid #e2e8ef;
}

.about-trust__list li:last-child {
  border-bottom: 0;
}

.about-trust__list strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  color: var(--navy);
  font-weight: 400;
}

.about-trust__list span {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.about-ops {
  background: var(--navy-2);
  color: #fff;
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}

.about-ops .eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.about-ops h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.5rem);
  letter-spacing: 0.03em;
  margin: 0.35rem 0 0.85rem;
  color: #fff;
}

.about-ops-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.15rem;
  margin: 0 0 2rem;
}

.about-ops-photos figure {
  margin: 0;
}

.about-ops-photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0e1520;
  filter: none;
}

.about-ops-photos figcaption {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.about-ops__locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: start;
}

.about-ops__loc > p {
  margin: 0 0 1.25rem;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.about-ops__loc .about-ops__details {
  border-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 1.15rem;
}

.about-ops__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem 3rem;
  align-items: start;
}

.about-ops__grid > div > p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.about-ops__details {
  font-style: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 1.5rem;
}

.about-ops__details p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.about-ops__details a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.about-ops__details a:hover {
  color: #ffd0d8;
}

.about-close {
  background: var(--fog);
}

.about-close__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.about-close h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.about-close p {
  margin: 0 0 1.35rem;
  color: var(--muted);
}

.about-close__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn-ghost-dark {
  background: transparent;
  color: var(--navy);
  border: 1px solid #9aa6b5;
}

.btn-ghost-dark:hover {
  background: rgba(27, 35, 47, 0.06);
  border-color: var(--navy);
}

@media (max-width: 900px) {
  .about-spine__list {
    grid-template-columns: 1fr 1fr;
  }

  .about-spine__step {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #d5dde6;
    padding: 1.25rem 0;
  }

  .about-spine__step:nth-child(odd) {
    padding-right: 1rem;
  }

  .about-spine__step:nth-child(even) {
    padding-left: 1rem;
    border-left: 1px solid #d5dde6;
  }

  .about-spine__step:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .about-ops-photos {
    grid-template-columns: 1fr;
    margin-bottom: 1.75rem;
  }

  .about-ops__locations,
  .about-ops__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .about-ops__details {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 1.35rem;
  }
}

@media (max-width: 560px) {
  .about-spine__list {
    grid-template-columns: 1fr;
  }

  .about-spine__step:nth-child(odd),
  .about-spine__step:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }

  .about-spine__step {
    border-bottom: 1px solid #d5dde6;
  }

  .about-spine__step:last-child {
    border-bottom: 0;
  }

  .about-hero h1 {
    max-width: none;
  }
}

/* Contact page — polished dispatch layout */
.contact-hero {
  background:
    radial-gradient(ellipse 75% 65% at 80% 15%, rgba(196, 30, 58, 0.16), transparent 55%),
    linear-gradient(165deg, #0e1319 0%, var(--navy) 48%, #151d28 100%);
  color: #fff;
  padding: clamp(3rem, 7vw, 4.75rem) 0 clamp(2.75rem, 5vw, 3.75rem);
}

.contact-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.contact-hero__lead {
  margin: 0 0 0.85rem;
  max-width: 48ch;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.contact-hero__trust {
  margin: 0 0 1.5rem;
  max-width: 48ch;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
}

.contact-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-reach {
  background: #fff;
  border-bottom: 1px solid #d5dde6;
}

.contact-reach__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
  margin-bottom: 1.75rem;
}

.contact-reach__item {
  padding: 0.25rem 0 0.25rem 1.15rem;
  border-left: 3px solid var(--red);
}

.contact-reach__item h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem;
  color: var(--navy);
}

.contact-reach__value {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.contact-reach__value a {
  color: var(--navy);
  text-decoration: none;
}

.contact-reach__value a:hover {
  color: var(--red);
}

.contact-reach__item > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.98rem;
}

.contact-reach__note {
  margin: 0;
  padding-top: 1.25rem;
  border-top: 1px solid #d5dde6;
  max-width: 62ch;
  color: var(--steel);
  line-height: 1.55;
}

.contact-reach__note a {
  color: var(--navy);
  font-weight: 700;
}

.contact-reach__note a:hover {
  color: var(--red);
}

.contact-directions {
  background: var(--fog);
}

.contact-directions__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem 3rem;
  align-items: start;
}

.contact-directions__grid--two {
  grid-template-columns: 1fr 1fr 0.85fr;
}

.contact-directions__place h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.75rem;
  color: var(--navy);
}

.contact-directions__copy {
  margin: 0 0 1.75rem;
  max-width: 68ch;
  color: var(--steel);
  line-height: 1.55;
}

.contact-directions__address {
  font-style: normal;
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--navy);
  font-weight: 600;
}

.contact-directions__address span {
  display: block;
  margin-top: 0.35rem;
  font-weight: 500;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-directions__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-directions__aside {
  border-left: 1px solid #c5ced8;
  padding-left: 1.5rem;
}

.contact-directions__aside h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
  color: var(--navy);
}

.contact-directions__aside h3:not(:first-child) {
  margin-top: 1.35rem;
}

.contact-directions__aside p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.98rem;
}

.contact-ready {
  background: #fff;
}

.contact-ready__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 720px;
}

.contact-ready__list li {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem 0 1.15rem 1.15rem;
  border-left: 3px solid var(--red);
  border-bottom: 1px solid #e2e8ef;
}

.contact-ready__list li:last-child {
  border-bottom: 0;
}

.contact-ready__list strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  color: var(--navy);
  font-weight: 400;
}

.contact-ready__list span {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.contact-close {
  background: var(--fog);
}

.contact-close__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.contact-close h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.contact-close p {
  margin: 0 0 1.35rem;
  color: var(--muted);
}

.contact-close__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (max-width: 900px) {
  .contact-reach__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-directions__grid,
  .contact-directions__grid--two {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .contact-directions__aside {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #c5ced8;
    padding-top: 1.35rem;
  }
}

/* Reviews page */
.reviews-hero {
  background:
    radial-gradient(ellipse 75% 65% at 75% 20%, rgba(196, 30, 58, 0.18), transparent 55%),
    linear-gradient(165deg, #0e1319 0%, var(--navy) 48%, #151d28 100%);
  color: #fff;
  padding: clamp(3rem, 7vw, 4.75rem) 0 clamp(2.75rem, 5vw, 3.75rem);
}

.reviews-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.reviews-hero__eyebrow.brand-lockup {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.1;
  color: #fff;
  max-width: 18ch;
}

.reviews-hero__eyebrow.brand-lockup .brand-lockup__mark {
  font-size: 1em;
}

.reviews-hero__eyebrow.brand-lockup .brand-lockup__legal {
  display: inline;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
}

.reviews-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 22ch;
}

.reviews-hero__lead {
  margin: 0;
  max-width: 52ch;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.reviews-strip {
  background: var(--navy-2);
  color: #fff;
  padding: 1.35rem 0;
  border-bottom: 3px solid var(--red);
}

.reviews-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 1.5rem;
  text-align: center;
}

.reviews-strip__grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  letter-spacing: 0.04em;
  color: var(--red);
  line-height: 1.1;
}

.reviews-strip__grid span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.reviews-list {
  background: var(--fog);
}

.reviews-list__stack {
  display: grid;
  gap: 1.25rem;
  max-width: 920px;
}

.review-card {
  display: block;
  background: var(--navy);
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(18, 24, 32, 0.14);
}

.review-card__main {
  padding: 1.5rem 1.5rem 1.35rem;
}

.review-card__stars {
  margin: 0 0 0.75rem;
  color: var(--red);
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1;
}

.review-card blockquote {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.review-card__unit {
  display: inline-block;
  margin: 0 0 1.15rem;
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--red);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.review-card__person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-card__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 30, 58, 0.25);
  border: 1px solid rgba(196, 30, 58, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
}

.review-card__person strong {
  display: block;
  font-size: 0.98rem;
  color: #fff;
}

.review-card__person > div > span {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.reviews-close {
  background: #fff;
  border-top: 1px solid #d5dde6;
}

.reviews-close__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.reviews-close h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.reviews-close p {
  margin: 0 0 1.35rem;
  color: var(--muted);
}

.reviews-close__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (max-width: 900px) {
  .reviews-strip__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .reviews-hero h1 {
    max-width: none;
  }

  .reviews-strip__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.header-buy {
  display: none;
}

.menu-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  padding: 0.45rem 0.7rem;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 860px) {
  .header-buy {
    display: inline-flex;
    margin-left: auto;
    padding: 0.5rem 0.9rem;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .header-buy[hidden] {
    display: none !important;
  }
}

/* FAQ */
.faq-list {
  max-width: 760px;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: var(--navy);
  font-size: 1.02rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--red);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item__body {
  padding: 0 1.15rem 1.15rem;
  color: var(--muted);
}

.faq-item__body p {
  margin: 0 0 0.75rem;
}

.faq-item__body p:last-child {
  margin-bottom: 0;
}

/* Shipment tracking */
.track-hero h1 {
  margin-bottom: 0.5rem;
}

.track-lookup {
  max-width: 720px;
}

.track-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: var(--navy);
}

.track-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.track-form__row input {
  flex: 1 1 220px;
  min-width: 0;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.track-hint {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.track-empty {
  margin-top: 1.5rem;
  padding: 1.15rem 1.25rem;
  background: #f7f9fb;
  border: 1px solid #d5dde6;
  border-left: 3px solid var(--red);
}

.track-empty strong {
  display: block;
  margin: 0 0 0.4rem;
  color: var(--navy);
  font-size: 1rem;
}

.track-empty p {
  margin: 0;
  color: var(--steel);
  font-size: 0.95rem;
  line-height: 1.5;
}

.track-recent-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.track-recent-card {
  background: #fff;
  border: 1px solid #d5dde6;
  padding: 1.1rem 1.15rem 1.2rem;
}

.track-recent-card h3 {
  margin: 0.7rem 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: var(--navy);
  line-height: 1.3;
}

.track-recent-card__dest {
  margin: 0;
  color: var(--steel);
  font-size: 0.95rem;
}

.track-sample {
  appearance: none;
  border: 0;
  background: none;
  color: var(--red);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.track-result__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: start;
}

.track-panel {
  background: #fff;
  border: 1px solid #d5dde6;
  padding: 1.35rem 1.4rem 1.5rem;
}

.track-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.track-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  padding: 0.4rem 0.7rem;
  text-transform: uppercase;
}

.track-badge.is-delivered {
  background: #1f7a4d;
}

.track-id-label {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.track-panel h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  letter-spacing: 0.03em;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.track-unit-desc {
  margin: 0 0 1.15rem;
  color: var(--steel);
  line-height: 1.55;
}

.track-meta {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.15rem;
}

.track-meta div {
  display: grid;
  gap: 0.15rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8ef;
}

.track-meta dt {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.track-meta dd {
  margin: 0;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.4;
}

.track-onroute-note {
  margin: 0;
  padding: 0.85rem 0.95rem;
  background: #f7f9fb;
  border-left: 3px solid var(--red);
  color: var(--steel);
  line-height: 1.5;
}

.track-map-wrap {
  background: #fff;
  border: 1px solid #d5dde6;
  padding: 1rem 1rem 1.15rem;
}

.track-map-title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.track-map {
  width: 100%;
  height: min(420px, 55vh);
  background: #e8edf3;
  z-index: 0;
}

.track-map-caption {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.form-status.is-error {
  color: var(--red);
  font-weight: 600;
}

@media (max-width: 900px) {
  .track-result__grid {
    grid-template-columns: 1fr;
  }
}


.agreement-points {
  margin: 1.35rem 0 0;
  display: grid;
  gap: 0.55rem;
}

.agreement-points__title {
  margin: 0 0 0.15rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  color: var(--navy);
}

.agreement-points__note {
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.inv-point {
  border: 1px solid #d5dde6;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.inv-point summary {
  list-style: none;
  cursor: pointer;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.86rem;
  padding: 0.7rem 0.95rem;
}

.inv-point summary::-webkit-details-marker { display: none; }

.inv-point[open] summary {
  background: #0c111d;
}

.inv-point .inv-point__grid,
.inv-point > p,
.inv-point .inv-point__sigs,
.inv-point .inv-point__email,
.inv-point .inv-point__escrow {
  padding: 0.9rem 1rem 1rem;
}

.inv-point > p {
  margin: 0;
  color: var(--navy);
  line-height: 1.5;
  font-size: 0.95rem;
}

.inv-point__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.1rem;
}

.inv-point__grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.inv-point__wide {
  grid-column: 1 / -1;
}

.inv-point__escrow {
  display: block;
  width: calc(100% - 2rem);
  max-width: 100%;
  height: auto;
  margin: 0 1rem;
  padding: 0 0 0.35rem;
}

.inv-point__grid span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.inv-point__grid strong {
  color: var(--navy);
  font-size: 0.98rem;
}

.inv-point__sigs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.inv-point__sigs span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.inv-point__sig-img {
  display: block;
  height: 48px;
  width: auto;
  margin: 0 0 0.35rem;
  background: #fff;
}

.inv-point__sig-line {
  margin: 1.4rem 0 0.4rem;
  border-bottom: 1px solid #c5ced8;
  height: 36px;
}

.inv-point__email {
  margin: 0;
  font-style: italic;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 700px) {
  .inv-point__grid,
  .inv-point__grid--3,
  .inv-point__sigs {
    grid-template-columns: 1fr;
  }
}

.listing__apply {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  padding: 1.35rem 1.4rem 1.2rem;
  background: #fff;
  border: 1px solid #d5dde6;
  border-radius: 8px;
}
.listing__apply-warr {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}
.listing__apply-warr a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-size: 1.08rem;
}

.listing__apply-trust {
  margin: 0 0 1rem;
  padding: 0;
  background: none;
  border: 0;
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}
.listing__apply-dot {
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin: 0 0.48em;
  border-radius: 50%;
  background: var(--red);
  vertical-align: 0.14em;
}

.listing__apply h2 {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
}

.listing__apply-note {
  margin: 0 0 0.45rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.listing__apply-btn {
  display: inline-flex;
  min-width: 220px;
  justify-content: center;
  font-size: 1.05rem;
  padding: 0.85rem 1.6rem;
  margin-top: 0.35rem;
}

@media (max-width: 859px) {
  .listing__apply {
    order: 6;
  }
}


.listing__apply-place {
  display: grid;
  grid-template-columns: 1.5fr 0.55fr 0.75fr;
  gap: 0.9rem;
}
@media (max-width: 520px) {
  .listing__apply-place {
    grid-template-columns: 1fr 0.6fr 0.8fr;
  }
}
.listing__quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0.85rem 0 0.4rem;
}
.listing__quote-rate {
  color: var(--muted);
  font-size: 0.92rem;
}
.listing__quote-out {
  flex: 1 1 100%;
  margin: 0;
  font-weight: 600;
  color: var(--navy);
}

.listing__apply-po {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.listing__apply-po a {
  font-weight: 700;
}

.ship-map-stack {
  position: relative;
}
.ship-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1536 / 1024;
  min-height: 640px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: #1c2834;
  padding: 56px 24px 0;
}
.ship-map__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center center;
  filter: grayscale(0.28) brightness(1.38) contrast(1.18) saturate(0.5);
}
.ship-map__title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 28px 32px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4.6vw, 58px);
  letter-spacing: 0.08em;
  line-height: 1.08;
  max-width: 16em;
  color: #c5ccd4;
  background-image: linear-gradient(180deg, #e8edf2 0%, #c2c8d0 36%, #8a929c 70%, #6e767f 92%, #b8bfc7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35))
    drop-shadow(0 2px 0 rgba(0, 0, 0, 0.55))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}
.ship-map-stack .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin-top: 0;
  background: transparent;
}
.ship-map-stack .footer__addr,
.ship-map-stack .footer__legal,
.ship-map-stack .footer__links a,
.ship-map-stack .footer__contact a,
.ship-map-stack .footer__trust,
.ship-map-stack .footer__copy {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 6px 16px rgba(0, 0, 0, 0.45);
}
@media (max-width: 640px) {
  .ship-map { min-height: 420px; padding: 36px 16px 0; }
}


.footer .brand-logo-img.brand-logo-img--lockup {
  width: auto !important;
  height: 112px !important;
  max-height: 112px !important;
  max-width: min(100%, 28rem) !important;
  object-fit: contain;
}

.footer .brand-logo-img.brand-logo-img--copy {
  width: 52px !important;
  height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
}
