:root {
  --primary-color: #c62828;
  --primary-dark: #8e0000;
  --brand-ink: #16181c;
  --brand-charcoal: #23262b;
  --text-dark: #212121;
  --text-light: #6c727a;
  --bg-light: #f5f5f5;
  --bg-cream: #f7f3ee;
  --white: #ffffff;
  --line-soft: #e4ddd3;
}

.page-header,
.content,
.card,
.contact-list,
.loc-block {
  font-family: inherit;
}

body {
  background: linear-gradient(180deg, #fbf7f2 0%, #f5f3ef 380px, #f6f5f2 100%);
}

.page-header {
  margin-top: 0;
  padding: 1.2rem 3rem 2.1rem;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.06), transparent 18%),
    radial-gradient(circle at 18% 12%, rgba(198, 40, 40, 0.16), transparent 22%),
    linear-gradient(135deg, #171717 0%, #222222 42%, #3a3a3a 70%, #c62828 100%);
  color: white;
}

.page-header-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 1.75rem;
  align-items: stretch;
}

.hero-copy {
  padding: 2.3rem 0 1rem;
  max-width: 760px;
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-title {
  font-size: clamp(2.4rem, 4.6vw, 4.25rem);
  line-height: 0.98;
  margin: 1rem 0 0.95rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.page-subtitle {
  font-size: 1.08rem;
  opacity: 0.94;
  max-width: 680px;
  color: rgba(255, 248, 245, 0.92);
}

.hero-panels {
  display: flex;
  align-items: stretch;
}

.hero-panel {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 1.45rem 1.35rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.hero-panel-label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 242, 239, 0.74);
  margin-bottom: 0.6rem;
}

.hero-panel-phone,
.hero-panel-mail {
  display: block;
  text-decoration: none;
}

.hero-panel-phone {
  font-size: 1.45rem;
  line-height: 1.15;
  color: white;
  font-weight: 800;
}

.hero-panel-mail {
  margin-top: 0.3rem;
  font-size: 0.98rem;
  color: #ffd7cf;
  font-weight: 600;
}

.hero-capsules {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.hero-capsules--inline {
  margin-top: 1.35rem;
}

.hero-capsule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-capsule:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-address {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 247, 244, 0.82);
}

.content {
  max-width: 1240px;
  margin: 2rem auto 4rem;
  padding: 0 3rem;
}

.grid {
  display: block;
}

.card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  padding: 1.8rem;
  box-shadow: 0 16px 38px rgba(43, 32, 20, 0.06);
  border: 1px solid var(--line-soft);
}

.card h2 {
  font-size: 1.55rem;
  margin-bottom: 0.95rem;
  letter-spacing: -0.02em;
}

.contact-list {
  list-style: none;
  padding-left: 0;
}

.contact-list li {
  margin-bottom: 1.15rem;
}

.contact-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  color: var(--text-light);
  letter-spacing: 0.12em;
}

.contact-value {
  font-size: 1.05rem;
  margin-top: 0.15rem;
}

.contact-value a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
}

.actions-row {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.actions-row-tight {
  margin-top: 1rem;
}

.btn-outline {
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.btn-outline:hover {
  background: var(--primary-color);
  color: white;
}

.loc-block {
  margin-top: 0.25rem;
}

.loc-name {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-dark);
  font-weight: 700;
}

.loc-address {
  margin-top: 0.4rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #5f6770;
}

.map-frame {
  margin-top: 1rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.card,
.grid,
.content {
  max-width: 100%;
}

.map-frame {
  max-width: 100%;
}

.map-iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.visit-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: var(--text-light);
}

@media (max-width: 968px) {
  .page-header {
    padding: 0.9rem 1.5rem 1.5rem;
  }

  .content {
    padding: 0 1.5rem;
  }

  .hero-grid,
  .grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 1.6rem 0 0.4rem;
  }

  .page-title {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .page-header {
    padding: 0.8rem 0.9rem 1.2rem;
  }

  .content {
    padding: 0 0.9rem;
  }

  .card {
    padding: 1.15rem;
    border-radius: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn--hero-primary,
  .btn--hero-secondary {
    width: 100%;
  }

  .map-iframe {
    height: 260px;
  }
}

@media (max-width: 968px) {
  .nav-toggle,
  .navbar-toggle,
  .hamburger,
  .menu-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.contact-aux-link {
  align-self: center;
  text-decoration: none;
  font-weight: 600;
  color: var(--primary-color);
}

.contact-aux-link:hover {
  text-decoration: underline;
}
