.page--contact .site-header {
  position: relative;
  background: #090705;
}

.contact-main,
.contact-location {
  background: var(--cream);
}

.contact-main {
  padding: 74px 0 48px;
}

.contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
  gap: 72px;
  align-items: start;
}

.contact-main h1,
.contact-panel h2,
.contact-location h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0;
}

.contact-main h1 {
  margin: 10px 0 18px;
  color: var(--dark);
  font-size: clamp(48px, 4.8vw, 56px);
  line-height: 0.96;
}

.contact-main__copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.contact-card {
  display: grid;
  min-height: 158px;
  padding: 24px 26px;
  border: 1px solid rgba(23, 19, 16, 0.06);
  border-radius: 8px;
  color: var(--dark);
  background: #f1ece4;
}

.contact-card span {
  color: var(--gold-dark);
}

.contact-card svg {
  width: 36px;
  height: 36px;
}

.contact-card strong {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
}

.contact-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.contact-card em {
  align-self: end;
  margin-top: 14px;
  color: var(--gold-dark);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.contact-panel {
  padding: 48px 56px;
  border-radius: 10px;
  color: #fff;
  background: radial-gradient(circle at 50% 0%, rgba(213, 169, 79, 0.17), transparent 36%), #12100c;
}

.contact-panel__mark {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  place-items: center;
  color: var(--gold-light);
}

.contact-panel__mark svg {
  width: 64px;
  height: 64px;
}

.contact-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 50px);
  line-height: 0.98;
  text-align: center;
}

.contact-panel p {
  margin: 17px 0 30px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.contact-panel__actions {
  display: grid;
  gap: 16px;
}

.contact-panel .button {
  width: 100%;
  min-height: 56px;
}

.contact-panel .button svg {
  width: 18px;
  height: 18px;
}

.contact-panel .button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(242, 202, 116, 0.72);
}

.contact-location {
  padding: 44px 0 58px;
  border-top: 1px solid rgba(23, 19, 16, 0.08);
}

.contact-location__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(520px, 1fr);
  gap: 64px;
  align-items: center;
}

.contact-location h2 {
  margin: 10px 0 15px;
  color: var(--dark);
  font-size: clamp(42px, 4vw, 48px);
  line-height: 1;
}

.contact-location p,
.contact-location address {
  color: var(--muted);
  line-height: 1.65;
}

.contact-location p {
  margin: 0 0 10px;
}

.contact-location address {
  margin: 0 0 22px;
  font-style: normal;
}

.contact-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 255px;
  border: 1px solid rgba(23, 19, 16, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(31deg, transparent 48%, rgba(170, 184, 194, 0.46) 49%, rgba(170, 184, 194, 0.46) 51%, transparent 52%) 0 0 / 190px 96px,
    linear-gradient(151deg, transparent 48%, rgba(170, 184, 194, 0.42) 49%, rgba(170, 184, 194, 0.42) 51%, transparent 52%) 0 0 / 220px 112px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18)),
    #e8ecef;
  aspect-ratio: 16 / 7;
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0.48;
  filter: saturate(0.8) contrast(0.96);
}

.contact-map__pin {
  position: absolute;
  top: 46%;
  left: 52%;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 5px solid #c93b32;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
}

.contact-map__pin::after {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #c93b32;
  content: "";
}

.contact-map strong {
  position: absolute;
  top: calc(46% - 7px);
  left: calc(52% + 30px);
  z-index: 1;
  padding: 8px 12px;
  border-radius: 4px;
  color: #3b332c;
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  box-shadow: 0 8px 18px rgba(39, 36, 32, 0.08);
}

.contact-hours {
  padding: 34px 0;
  color: #fff;
  background: #12100c;
}

.contact-hours__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.7fr;
  gap: 36px;
  align-items: center;
}

.contact-hours__title,
.contact-hours__time {
  display: flex;
  gap: 18px;
  align-items: center;
}

.contact-hours__title > span,
.contact-hours__time > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  color: var(--gold-light);
  flex: 0 0 auto;
}

.contact-hours svg {
  width: 28px;
  height: 28px;
}

.contact-hours .eyebrow {
  margin: 0 0 8px;
}

.contact-hours strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.contact-hours small,
.contact-hours__note {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.45;
}

.contact-hours__time {
  padding-inline: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-hours__note {
  margin: 0;
  color: var(--gold-light);
  font-weight: 700;
}

@media (max-width: 900px) {
  .contact-main {
    padding: 44px 0 34px;
  }

  .contact-main__grid,
  .contact-location__grid,
  .contact-hours__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-main h1 {
    font-size: 42px;
  }

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

  .contact-card {
    min-height: 142px;
    padding: 18px 14px;
  }

  .contact-card svg {
    width: 30px;
    height: 30px;
  }

  .contact-card strong {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.2;
  }

  .contact-card small {
    font-size: 11px;
  }

  .contact-card em {
    margin-top: 12px;
    font-size: 11px;
  }

  .contact-panel {
    padding: 34px 22px;
  }

  .contact-panel h2 {
    font-size: 38px;
  }

  .contact-location {
    padding: 38px 0 46px;
  }

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

  .contact-hours__time {
    padding: 0;
    border: 0;
  }
}
