.contact-phone-section {
  margin: 5px 0 20px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #e6ddd2;
  border-radius: 28px;
  background: #fffdf9;
  text-align: left;
  box-shadow: 0 20px 50px rgba(44, 28, 15, .07);
}

.contact-phone-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .6fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 30px;
}

.contact-phone-heading small {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #df4f00;
  font: 850 12px/1 Bahnschrift, "Segoe UI", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-phone-heading small::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.contact-phone-heading h1 {
  margin: 0;
  color: #171512;
  font: 900 clamp(36px, 4.5vw, 56px)/1 Bahnschrift, "Segoe UI Variable Display", "Segoe UI", sans-serif;
  letter-spacing: -.045em;
}

.contact-phone-heading p {
  margin: 0;
  color: #706a63;
  font-size: 15px;
  line-height: 1.6;
}

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

.contact-phone-card {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e7ded3;
  border-radius: 22px;
  background: #f6f1e9;
  color: #171512;
}

.contact-phone-content {
  position: relative;
  z-index: 1;
}

.contact-phone-content h2 {
  margin: 0 0 13px;
  color: inherit;
  font: 900 23px/1.05 Bahnschrift, "Segoe UI", sans-serif;
}

.contact-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #df4f00;
  font: 900 clamp(24px, 3vw, 34px)/1 Bahnschrift, "Segoe UI", sans-serif;
  letter-spacing: .015em;
}

.contact-phone-link svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-phone-note {
  margin: 11px 0 0;
  color: #777068;
  font-size: 13px;
}

.contact-hours {
  display: grid;
  gap: 0;
  margin-top: 20px;
  padding-top: 13px;
  border-top: 1px solid #ded5ca;
}

.contact-hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
  color: #716a62;
  font-size: 12px;
}

.contact-hours-row strong {
  color: #27231f;
  font: 800 12px/1.2 Bahnschrift, "Segoe UI", sans-serif;
  text-align: right;
}

.contact-hours-row.muted,
.contact-hours-row.muted strong {
  color: #999188;
}

.contact-email-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 21px 24px;
  border: 1px solid #efc2a3;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #fff4ea 100%);
  color: #171512;
  box-shadow: 0 12px 28px rgba(126, 67, 24, .1);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-email-section {
  margin: 0 0 28px;
}

.contact-email-section .contact-email-card {
  margin-top: 0;
}

.contact-email-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(126, 67, 24, .16);
}

.contact-email-card > svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 14px;
  background: #ff6000;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-email-card small,
.contact-email-card strong,
.contact-email-card em {
  display: block;
}

.contact-email-card small {
  margin-bottom: 6px;
  color: #c94700;
  font: 850 10px/1 Bahnschrift, "Segoe UI", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-email-card strong {
  font: 900 clamp(19px, 2.5vw, 27px)/1.1 Bahnschrift, "Segoe UI", sans-serif;
  overflow-wrap: anywhere;
}

.contact-email-card em {
  margin-top: 6px;
  color: #706860;
  font-size: 12px;
  font-style: normal;
}

.contact-email-card > b {
  color: #fff;
  padding: 12px 15px;
  border-radius: 12px;
  background: #ff6000;
  box-shadow: 0 8px 18px rgba(223, 79, 0, .2);
  font: 850 12px/1 Bahnschrift, "Segoe UI", sans-serif;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .contact-phone-heading,
  .contact-phone-grid {
    grid-template-columns: 1fr;
  }

  .contact-phone-heading {
    gap: 16px;
  }
}

@media (max-width: 540px) {
  .contact-phone-section {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .contact-phone-card {
    min-height: 330px;
    padding: 23px;
  }

  .contact-email-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 19px;
  }

  .contact-email-card > svg {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .contact-email-card > b {
    grid-column: 2;
  }

  .contact-hours-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 6px 0;
  }

  .contact-hours-row strong {
    text-align: left;
  }
}
