/* ===== ABOUT: Базовий контейнер ===== */
.ug-about {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1b0200;
}

/* Загальний контейнер */
.ug-about__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px;
}

.ug-about__inner--center {
  text-align: center;
}

/* ===== HERO ===== */
.ug-about__hero {
  background: radial-gradient(circle at top left, #f7e7e7 0, #fdf9f7 40%, #ffffff 100%);
  border-bottom: 1px solid #f0e5e5;
}

.ug-about__hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 16px 40px;
  text-align: center;
}

.ug-about__eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #955454;
  margin-bottom: 10px;
}

.ug-about__title {
  margin: 0 0 16px;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 40px;
  line-height: 1.2;
}

.ug-about__lead {
  max-width: 680px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #4a2b2b;
}

/* CTA */
.ug-about__hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ug-about__hero-cta--center{
  justify-content: center;
}

.ug-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.ug-about__btn--primary {
  background: #7a0f0f;
  color: #fff;
  border-color: #7a0f0f;
  box-shadow: 0 8px 18px rgba(122, 15, 15, 0.25);
}

.ug-about__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(122, 15, 15, 0.3);
}

.ug-about__btn--ghost {
  background: #fff;
  color: #7a0f0f;
  border-color: #e2c7c7;
}

.ug-about__btn--ghost:hover {
  background: #fdf5f5;
}

.ug-about__btn--full {
  width: 100%;
}

/* hero meta */
.ug-about__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  font-size: 13px;
  color: #7a5555;
  opacity: .9;
}

/* ===== SECTION базові ===== */
.ug-about__section {
  background: #fff;
}

.ug-about__section:nth-of-type(odd) {
  background: #fcf8f6;
}

.ug-about__section-title {
  text-align: center;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 30px;
  margin: 0 0 24px;
}

/* ===== STORY: текст + картки ===== */
.ug-about__section--story .ug-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
}

.ug-about__col-text h2 {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 28px;
  margin: 0 0 16px;
}

.ug-about__col-text p {
  margin: 0 0 14px;
  line-height: 1.65;
}

/* картки фактів */
.ug-about__col-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ug-about__fact-card {
  background: #ffffff;
  border-radius: 2px;
  padding: 16px 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
  border: 1px solid #f1e1e1;
}

.ug-about__fact-label {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #b17272;
  margin-bottom: 6px;
}

.ug-about__fact-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
}

.ug-about__fact-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== VALUES: 4 плитки ===== */
.ug-about__values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ug-about__value {
  background: #ffffff;
  border-radius: 2px;
  padding: 18px 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.03);
  border: 1px solid #f0e2df;
}

.ug-about__value h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.ug-about__value p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== HOW: список + бокова картка ===== */
.ug-about__inner--split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
  gap: 40px;
}

.ug-about__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ug-about__list li {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.7;
}

.ug-about__list strong {
  display: block;
  margin-bottom: 3px;
}

.ug-about__col-side {
  display: flex;
  align-items: stretch;
}

.ug-about__side-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 20px 18px 18px;
  border: 1px solid #f0dede;
  box-shadow: 0 12px 30px rgba(0,0,0,.05);
  width: 100%;
}

.ug-about__side-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.ug-about__side-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== FINAL ===== */
.ug-about__section--final p {
  max-width: 640px;
  margin: 0 auto 20px;
  line-height: 1.7;
}

/* ===== Адаптив ===== */
@media (max-width: 1024px) {
  .ug-about__section--story .ug-about__inner,
  .ug-about__inner--split {
    grid-template-columns: 1fr;
  }

  .ug-about__values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ug-about__hero-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ug-about__title {
    font-size: 30px;
  }

  .ug-about__values-grid {
    grid-template-columns: 1fr;
  }
}