.contacts-page {
  background: linear-gradient(180deg, #fff 0%, #fffaf7 56%, #fff 100%);
}

.contacts-hero {
  overflow: hidden;
  border-bottom: 1px solid #eadcd5;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 132, 128, .18), transparent 30%),
    linear-gradient(105deg, #fff 0%, #fff7f4 55%, #f4e2dc 100%);
}

.contacts-hero-grid {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
  padding: 56px 0;
}

.contacts-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #f5dad7;
  color: #bb6764;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.contacts-hero h1 {
  max-width: 680px;
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.5vw, 70px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 500;
  color: #302b28;
}

.contacts-hero p {
  max-width: 620px;
  margin: 0;
  color: #403833;
  font-size: 19px;
}

.contact-card-main {
  border: 1px solid #eadcd5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 60px rgba(79, 48, 35, .12);
  padding: 26px;
}

.contact-card-main img {
  width: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
  background: #f4e7dd;
}

.contact-card-main b {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.contact-card-main span {
  color: #766b66;
}

.contacts-content {
  padding: 48px 0 72px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: start;
}

.contact-panel,
.schedule-panel,
.social-panel {
  border: 1px solid #eadcd5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(79, 48, 35, .07);
  padding: 26px;
}

.contact-panel h2,
.schedule-panel h2,
.social-panel h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 500;
  color: #302b28;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid #f0e2dc;
  border-radius: 12px;
  padding: 15px;
  background: #fffaf7;
}

.contact-icon,
.social-icon {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f5dad7;
  color: #bb6764;
}

.contact-icon {
  width: 46px;
  height: 46px;
}

.contact-item small {
  display: block;
  margin-bottom: 3px;
  color: #8a7d76;
}

.contact-item b,
.contact-item a {
  color: #282320;
  font-size: 17px;
  font-weight: 850;
}

.schedule-list {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px dashed #d8c5bc;
  padding: 10px 0;
  color: #403833;
}

.schedule-row b {
  color: #282320;
}

.fop-box {
  border-radius: 12px;
  background: linear-gradient(105deg, #fff7f4, #f5dad7);
  padding: 18px;
}

.fop-box small {
  display: block;
  margin-bottom: 5px;
  color: #9a6b67;
  font-weight: 800;
}

.fop-box b {
  display: block;
  color: #302b28;
  font-size: 17px;
}

.fop-box span {
  display: block;
  margin-top: 10px;
  color: #6f625d;
  line-height: 1.5;
}

.social-panel {
  margin-top: 24px;
}

.social-links-large {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.social-link {
  display: grid;
  justify-items: center;
  gap: 10px;
  border: 1px solid #eadcd5;
  border-radius: 12px;
  background: #fffaf7;
  padding: 18px 12px;
  color: #302b28;
  font-weight: 850;
  transition: .24s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  border-color: #d88480;
  box-shadow: 0 14px 30px rgba(79, 48, 35, .09);
}

.social-icon {
  width: 54px;
  height: 54px;
}

.contacts-cta {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #eadcd5;
  border-radius: 14px;
  background: linear-gradient(105deg, #fff, #fff7f4 60%, #f4dfdc);
  box-shadow: 0 16px 42px rgba(79, 48, 35, .07);
  padding: 28px;
}

.contacts-cta h2 {
  max-width: 740px;
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 500;
}

.contacts-cta p {
  margin: 0;
  color: #6f625d;
  font-size: 16px;
}

@media (max-width: 920px) {
  .contacts-hero-grid,
  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .contact-card-main {
    max-width: 460px;
  }

  .contacts-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .contacts-hero-grid {
    padding: 34px 0;
    gap: 28px;
  }

  .contacts-hero p {
    font-size: 16px;
  }

  .contact-panel,
  .schedule-panel,
  .social-panel,
  .contacts-cta {
    padding: 20px;
  }

  .social-links-large {
    grid-template-columns: 1fr;
  }

  .schedule-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
