.about-kicker {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #C4747B;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: #2C2422;
  line-height: 1.15;
  margin-bottom: 18px;
}
.about-h2--center { text-align: center; }
.about-p { color: #6B5E5A; line-height: 1.8; margin-bottom: 24px; }
.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C4747B;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 999px;
}
.about-btn:hover { background: #9E4D54; color: #fff; }
.about-btn span { transition: transform .3s; }
.about-btn:hover span { transform: translateX(4px); }
.about-btn--ghost {
  background: transparent;
  border: 1px solid #fff;
}

.about-banner {
  position: relative;
  min-height: 52vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 9rem 24px 5rem;
  text-align: center;
  color: #fff;
}
.about-banner__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-banner__veil { position: absolute; inset: 0; background: rgba(28, 20, 20, 0.42); }
.about-banner__copy { position: relative; z-index: 1; }
.about-banner__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 11px;
  color: #E5C3C6;
  margin-bottom: 12px;
}
.about-banner__kicker i { display: block; width: 36px; height: 1px; background: #E5C3C6; }
.about-banner h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 500;
  margin: 0 0 12px;
}
.about-banner__crumbs { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.about-banner__crumbs a:hover { color: #fff; }
.about-banner__crumbs span { margin: 0 8px; color: #C4747B; }
.about-banner__quote {
  position: absolute;
  right: 6%;
  bottom: 12%;
  z-index: 1;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-style: italic;
  max-width: 220px;
  line-height: 1.4;
}
.about-ornament { display: block; color: #C4747B; font-size: 12px; margin: 8px 0; letter-spacing: 8px; }

.about-story { padding: 80px 24px; background: #FDF8F6; }
.about-story__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.about-values { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 16px; }
.about-values li { display: flex; gap: 14px; align-items: flex-start; }
.about-values span {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid #C4747B; color: #C4747B;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.about-values .brand-mark { width: 16px; height: 16px; color: #C4747B; }
.about-values strong { display: block; color: #2C2422; font-size: 0.95rem; }
.about-values em { font-style: normal; color: #8E7E80; font-size: 13px; }

.about-collage {
  position: relative;
  min-height: 430px;
}
.about-collage__main {
  overflow: hidden;
  height: 430px;
  border-radius: 20px;
}
.about-collage__main img,
.about-collage__float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-collage__float {
  position: absolute;
  width: 35%;
  height: 165px;
  max-height: 175px;
  right: -5%;
  bottom: 12px;
  box-shadow: 0 24px 50px rgba(44, 36, 34, 0.25);
  overflow: hidden;
  border-radius: 14px;
  border: 3.5px solid #fff;
  background: #fff;
}

.about-stats { background: #EFE6DC; padding: 36px 24px; }
.about-stats__row {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center;
}
.about-stats article span { color: #C4747B; display: flex; justify-content: center; margin-bottom: 6px; }
.about-stats .brand-mark { margin: 0 auto; }
.about-stats strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.4rem; color: #2C2422; display: block;
}
.about-stats p { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #6B5E5A; }

.about-journey { padding: 80px 24px; background: #FDF8F6; }
.about-journey__copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.about-journey__copy .about-p { margin-bottom: 28px; }
.about-journey blockquote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem; font-style: italic; color: #2C2422;
  border-left: 2px solid #C4747B; padding-left: 18px; margin: 0 auto;
  display: inline-block; text-align: left;
}
.about-journey cite { display: block; font-size: 0.85rem; font-style: normal; color: #C4747B; margin-top: 10px; letter-spacing: 0.08em; }

.about-why { padding: 40px 24px 80px; background: #F7ECEE; }
.about-why .about-kicker, .about-why .about-h2 { text-align: center; }
.about-why__grid {
  max-width: 1200px; margin: 36px auto 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.about-why article {
  background: #fff; padding: 28px 22px; border-radius: 16px;
  box-shadow: 0 12px 30px rgba(44,36,34,.06);
}
.about-why article span { color: #C4747B; display: flex; margin-bottom: 12px; }
.about-why .brand-mark { width: 28px; height: 28px; }
.about-why h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; margin-bottom: 8px; }
.about-why p { color: #6B5E5A; font-size: 14px; line-height: 1.6; }

.about-cta { position: relative; min-height: 56vh; display: grid; place-items: center; overflow: hidden; text-align: center; color: #fff; }
.about-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-cta > div:nth-child(2) { position: absolute; inset: 0; background: rgba(18,12,12,.55); }
.about-cta__copy { position: relative; z-index: 1; padding: 80px 24px; max-width: 680px; }
.about-cta__copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; margin-bottom: 12px;
}
.about-cta__copy p { color: rgba(255,255,255,.82); margin-bottom: 24px; }
.about-cta__copy div { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (max-width: 900px) {
  .about-story { padding: 56px 20px; }
  .about-story__grid, .about-why__grid, .about-stats__row { grid-template-columns: 1fr; gap: 40px; }
  .about-banner__quote { position: static; margin: 24px auto 0; }
  .about-collage {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    margin: 0 0 28px 0;
    position: relative;
    display: block;
  }
  .about-collage__main {
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
  }
  .about-collage__float {
    width: 35%;
    height: 155px;
    max-height: 160px;
    right: 12px;
    bottom: 12px;
    border-radius: 12px;
    border: 3px solid #fff;
    box-shadow: 0 16px 36px rgba(44, 36, 34, 0.2);
  }
}
@media (max-width: 640px) {
  .about-story { padding: 44px 16px; }
  .about-story__grid, .about-why__grid, .about-stats__row { grid-template-columns: 1fr; gap: 36px; }
  .about-collage {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    margin: 0 0 28px 0;
    position: relative;
    display: block;
  }
  .about-collage__main {
    width: 100%;
    height: 430px;
    border-radius: 18px;
    overflow: hidden;
  }
  .about-collage__float {
    width: 38%;
    height: 135px;
    max-height: 140px;
    right: 10px;
    bottom: 10px;
    border-radius: 12px;
    border: 3px solid #fff;
    box-shadow: 0 14px 32px rgba(44, 36, 34, 0.22);
  }
}
@media (max-width: 480px) {
  .about-story { padding: 36px 14px; }
  .about-collage {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    margin: 0 0 28px 0;
    position: relative;
    display: block;
  }
  .about-collage__main {
    width: 100%;
    height: 430px;
    border-radius: 16px;
    overflow: hidden;
  }
  .about-collage__float {
    width: 40%;
    height: 115px;
    max-height: 120px;
    right: 8px;
    bottom: 8px;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 10px 24px rgba(44, 36, 34, 0.22);
  }
}
