.contact-hero {
  min-height: auto;
  padding-top: 104px;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 82% 12%, rgba(237, 139, 250, 0.18), transparent 26%),
    radial-gradient(circle at 12% 92%, rgba(255, 237, 2, 0.28), transparent 30%),
    linear-gradient(118deg, #fff 0%, #fff7de 58%, #fff 100%);
}

.contact-hero h1 {
  max-width: 10.2ch;
  font-size: clamp(46px, 5.5vw, 78px);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 1fr);
  gap: 36px;
  align-items: start;
}

.contact-copy {
  padding-top: 34px;
}

.contact-copy .hero-lede {
  max-width: 620px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-proof span {
  padding: 10px 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.contact-form-shell {
  position: relative;
  padding: 26px;
  border: 1.5px solid #000;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bno-shadow-panel);
}

.contact-form-shell::before {
  content: "";
  position: absolute;
  inset: -1.5px -1.5px auto -1.5px;
  height: 8px;
  border-radius: 8px 8px 0 0;
  background: var(--bno-squiggle);
}

.contact-form-shell h2 {
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 0.98;
  font-weight: 520;
}

.contact-form-shell p {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 680;
}

.contact-hs-form {
  min-height: 430px;
}

.contact-info-section {
  background: #000;
  color: #fff;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: stretch;
}

.contact-info-copy .eyebrow,
.contact-info-copy h2,
.contact-info-copy p {
  color: #fff;
}

.contact-info-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.95;
  font-weight: 430;
}

.contact-info-copy p {
  max-width: 540px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

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

.contact-card {
  padding: 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #101010;
}

.contact-card.yellow {
  color: #000;
  background: var(--bno-soft-yellow);
}

.contact-card.orange {
  color: #000;
  background: var(--bno-soft-orange);
}

.contact-card span {
  display: block;
  color: var(--bno-fiery-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.contact-card.yellow span,
.contact-card.orange span {
  color: #000;
}

.contact-card h3 {
  margin: 26px 0 12px;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 0.98;
  font-weight: 520;
  overflow-wrap: anywhere;
}

.contact-card p,
.contact-card a {
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 720;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.locations-section {
  background: var(--bno-cool-gray);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.location-chip {
  display: grid;
  min-height: 118px;
  align-content: space-between;
  padding: 18px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #fff;
}

.location-chip:nth-child(2),
.location-chip:nth-child(5) {
  background: var(--bno-soft-yellow);
}

.location-chip:nth-child(4) {
  background: var(--bno-soft-orange);
}

.location-chip span {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.location-chip strong {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 0.95;
  font-weight: 540;
  overflow-wrap: anywhere;
}

.hubs-section {
  background: #fff;
}

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

.hub-card {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 20px;
  min-height: 320px;
  padding: 28px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: var(--bno-cool-gray);
}

.hub-card:nth-child(2) {
  background: var(--bno-soft-yellow);
}

.hub-marker {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(58px, 6vw, 86px);
  line-height: 1;
}

.hub-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.96;
  font-weight: 500;
}

.hub-card address {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-style: normal;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 720;
}

.hub-card .btn {
  width: fit-content;
  margin-top: 24px;
  color: #fff;
  background: #000;
  border-color: #000;
}

.hub-card .btn:hover,
.hub-card .btn:focus-visible {
  color: #000;
  background: #FE8301;
  border-color: #FE8301;
}

.map-note {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.62);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.contact-route {
  background: #000;
  color: #fff;
}

.route-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
  padding: 44px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #000;
}

.route-panel h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.95;
  font-weight: 430;
}

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

.route-steps article {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  color: #000;
}

.route-steps span {
  display: block;
  color: var(--bno-fiery-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.route-steps h3 {
  margin: 22px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 0.98;
  font-weight: 520;
  overflow-wrap: anywhere;
}

.route-steps p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 650;
}

.contact-faq {
  background: #fff;
}

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

.contact-faq-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: var(--bno-cool-gray);
}

.contact-faq-grid article:nth-child(2) {
  background: var(--bno-soft-yellow);
}

.contact-faq-grid article:nth-child(3) {
  background: #000;
  color: #fff;
}

.contact-faq-grid span {
  display: block;
  color: var(--bno-fiery-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.contact-faq-grid article:nth-child(2) span {
  color: #000;
}

.contact-faq-grid h3 {
  margin: 28px 0 12px;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 0.98;
  font-weight: 520;
  overflow-wrap: anywhere;
}

.contact-faq-grid p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 680;
}

.contact-faq-grid article:nth-child(3) p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1180px) {
  .locations-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .route-panel,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .contact-grid,
  .hubs-grid,
  .hub-card {
    grid-template-columns: 1fr;
  }

  .hub-marker {
    min-height: 150px;
  }
}

@media (max-width: 720px) {
  .contact-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .contact-copy {
    padding-top: 0;
  }

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

  .contact-form-shell,
  .contact-card,
  .hub-card,
  .route-panel {
    padding: 26px;
  }

  .contact-card-grid,
  .locations-grid,
  .route-steps,
  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .location-chip {
    min-height: 92px;
  }
}
