/* Civic crimson on warm stone. Stacked hero. */

:root {
  --primary: #1f1416;
  --primary-dark: #140c0e;
  --primary-light: #5a3a3e;
  --accent: #c8102e;
  --accent-light: #e11d2e;
  --accent-soft: rgba(200, 16, 46, 0.12);
  --bg: #f7f2f1;
  --bg-alt: #efe6e5;
  --card: #ffffff;
  --text: #1f1416;
  --text-muted: #5b6573;
  --border: #e4d6d6;
  --shadow: 0 10px 28px rgba(18, 24, 32, 0.08);
  --font-head: "Fraunces", "Times New Roman", serif;
  --font: "Figtree", "Segoe UI", sans-serif;
  --radius: 14px;
}

body {
  background: var(--bg);
  color: var(--text);
}

.top-bar {
  background: #3a0f16;
  color: #dfe5ee;
  justify-content: center;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 13px;
  padding: 10px 28px;
  border-bottom: 0;
  gap: 18px;
}

.top-bar a {
  color: #e11d2e;
  border-bottom: 0;
  font-weight: 700;
}

.header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 14px 32px;
  align-items: center;
  box-shadow: none;
}

.header.header-scrolled {
  box-shadow: 0 8px 20px rgba(18, 24, 32, 0.06);
}

.logo-main {
  font-family: var(--font-head);
  font-size: 18px;
  color: #1f1416;
}

.logo-sub {
  letter-spacing: 0.14em;
  color: #c8102e;
}

.site-nav,
.main-nav,
.masthead-nav {
  display: flex;
  gap: 18px;
  margin: 0 auto;
}

.site-nav a,
.main-nav a,
.masthead-nav a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #3b4656;
  padding: 6px 0;
  border-right: 0;
}

.site-nav a:hover,
.main-nav a:hover,
.masthead-nav a:hover {
  color: #c8102e;
}

.btn-header-cta {
  background: #c8102e;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 10px 18px;
}

.btn-header-cta:hover {
  background: #9f0d24;
  color: #fff;
}

.folio {
  display: none !important;
}

.hero {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0 !important;
  padding: 56px 24px 28px !important;
  background: #f7f2f1 !important;
  text-align: center;
}

.hero::before,
.hero::after {
  content: none !important;
  display: none !important;
}

.hero-kicker {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8102e;
  font-weight: 700;
  margin-bottom: 14px;
}

.hero-title {
  color: #1f1416 !important;
  text-shadow: none !important;
  text-align: center !important;
  max-width: 18em;
  font-size: clamp(28px, 4.4vw, 48px);
  line-height: 1.18;
  margin: 0 auto 16px;
}

.hero-subtitle,
.hero-keywords,
.hero-privacy {
  color: #5b6573 !important;
  text-shadow: none !important;
  text-align: center !important;
  max-width: 46em;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.btn-primary {
  background: #c8102e;
  color: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow);
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 14px 28px;
}

.btn-primary:hover {
  background: #9f0d24;
  border: 0;
  color: #fff;
  transform: none;
  box-shadow: var(--shadow);
}

.hero-privacy {
  margin-top: 16px;
  font-size: 13px;
}

.hero-plate {
  width: min(920px, 100%);
  margin: 36px auto 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.hero-plate img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  object-fit: cover;
}

.hero-plate figcaption {
  display: none;
}

.hero-copy,
.hero-content,
.hero-visual,
.hero-figure {
  max-width: none;
  background: transparent !important;
  color: inherit;
  text-align: center;
}

.section-label {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 8px;
  color: #c8102e;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

.section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 14px;
  border-bottom: 0;
  padding-bottom: 0;
  color: #1f1416;
}

.section-desc,
.about-text {
  text-align: center;
  max-width: 720px;
}

.services,
.about,
.photo-section,
.info-section,
.reviews-section,
.articles-section,
.faq-section {
  padding: 72px 32px;
}

.service-card,
.about-feature,
.review-card,
.article-card,
.info-card,
.faq-item,
.photo-card {
  border-radius: 14px !important;
  box-shadow: var(--shadow) !important;
  border: 1px solid var(--border) !important;
}

.service-card {
  border-left: 1px solid var(--border) !important;
  border-top: 1px solid var(--border) !important;
  background: #fff;
}

.service-icon,
.about-feature-icon {
  border-radius: 12px !important;
  background: #fde8ea !important;
  border: 0 !important;
  color: #c8102e !important;
  box-shadow: none !important;
}

.service-card:hover .service-icon,
.about-feature:hover .about-feature-icon {
  background: #c8102e !important;
  color: #fff !important;
  transform: none !important;
}

.services-grid {
  background: none !important;
}

.stats-section {
  background: #3a0f16 !important;
  color: #e8edf3;
  padding: 48px 20px !important;
  border-top: 0;
  border-bottom: 0;
}

.stat-number,
[data-count] {
  color: #e11d2e !important;
}

.stat-label {
  color: #c5ced8;
  text-transform: none;
}

.telegram-float {
  background: #c8102e;
}

.site-footer {
  background: #140c0e;
  color: #e8d6d8;
  border-top: 0;
}

@media (max-width: 900px) {
  .site-nav,
  .main-nav,
  .masthead-nav {
    display: none;
  }

  .hero {
    padding: 36px 16px 20px !important;
  }

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

  .hero-plate img {
    max-height: 240px;
  }

  .header {
    padding: 12px 16px;
  }
}
