.about-page {
  background: var(--color-bg, #f7f3ee);
  color: var(--color-text, #151515);
}

.about-page .container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

/* Hero */
.about-hero {
  padding: 48px 0 44px;
  border-bottom: 1px solid #d8d0c7;
}

.about-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7c746d;
}

.about-hero__title {
 margin: 0;
  max-width: 900px;
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: -0.02em;
   font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
}

.about-hero__text {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #6f6a64;
}



/* Common */
.about-section {
  padding: 82px 0;
}

.about-section--soft {
  background: transparent;
}

.about-section--quote {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-label {
  margin: 0 0 16px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7c746d;
}

.about-label--light {
  color: rgba(255, 255, 255, 0.8);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: 56px;
  align-items: center;
}

.about-grid--reverse {
  grid-template-columns: minmax(380px, 520px) minmax(0, 1fr);
}

.about-grid--reverse .about-image {
  order: 1;
}

.about-grid--reverse .about-copy {
  order: 2;
}

.about-copy h2,
.about-narrow h2,
.about-cta h2 {
  margin: 0 0 18px;
  font-family: "GFS Didot", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.about-copy p,
.about-narrow p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.8;
  color: #5f5a55;
}

.about-narrow {
  max-width: 840px;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.about-copy .about-cta__actions {
  margin-top: 28px;
}

.about-copy .about-cta__actions .header-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Quote Block */
.about-quote-block {
  max-width: 900px;
}

.about-quote {
  margin: 0 0 24px;
  font-size: clamp(1.4rem, 2.2vw, 2.15rem);
  line-height: 1.55;
  font-weight: 300;
  color: #222;
}

.about-quote__author {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7c746d;
}

/* CTA */
.about-cta {
  position: relative;
  padding: 120px 0;
  background-image: url("/assets/images/appointment-cta-about.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.about-cta .container,
.about-cta__inner {
  position: relative;
  z-index: 2;
}

.about-cta__inner {
  max-width: 600px;
}

.about-cta p {
  margin: 0 0 22px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #3e3a36;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.about-cta h2,
.about-cta p,
.about-cta span {
  color: #fff;
}

.about-page .about-cta .btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.about-page .about-cta .btn:hover {
  background: #fff;
  color: #000;
}

/* Buttons only inside about page */
.about-page .btn {
  display: inline-block;
  padding: 14px 24px;
  
  text-decoration: none;
 
  transition: all 0.3s ease;
}


.about-why {
  padding: 90px 0;
}

.about-why__grid {
  grid-template-columns: minmax(420px, 560px) minmax(0, 1fr);
  gap: 68px;
  align-items: center;
}

.about-why__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-why__copy h2 {
  margin: 0 0 22px;
  max-width: 760px;
}

.about-why__intro {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: 1rem;
  line-height: 1.8;
  color: #5f5a55;
}

.about-why__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 28px;
  margin-top: 10px;
}

.about-why__feature {
  padding-top: 18px;
  border-top: 1px solid #d8d0c7;
}

.about-why__number {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.about-why__feature h3 {
  margin: 0 0 10px;
  font-family: "GFS Didot", serif;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 400;
  color: #1f1c19;
}

.about-why__feature p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.75;
  color: #5f5a55;
}
.about-cta__actions {
  margin-top: 28px;
}

.about-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .about-cta__actions {
    margin-top: 22px;
  }

  .about-book-btn {
    display: inline-flex !important;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .about-why__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-why__features {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .about-why {
    padding: 60px 0;
  }

  .about-why__features {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-why__feature h3 {
    font-size: 1.2rem;
  }
}


/* Responsive */
@media (max-width: 1024px) {
  .about-grid,
  .about-grid--reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-grid--reverse .about-image,
  .about-grid--reverse .about-copy {
    order: initial;
  }

  .about-cta {
    padding: 90px 0;
  }
}

@media (max-width: 640px) {
  .about-page .container {
    width: min(1320px, calc(100% - 32px));
  }

  .about-hero {
    padding: 36px 0 34px;
  }

  .about-section {
    padding: 58px 0;
  }

  .about-hero__title {
    font-size: 2.2rem;
    line-height: 1.06;
  }

  .about-hero__text,
  .about-copy p,
  .about-narrow p,
  .about-cta p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .about-quote {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .about-cta {
    padding: 72px 0;
    background-position: center center;
  }

  .about-cta__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-studio {
  padding: 70px 0 90px;
}

.about-studio__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 0.9fr;
  gap: 34px;
  align-items: start;
  margin-top: 22px;
}

.about-studio__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-studio__item--left {
  padding-top: 110px;
}

.about-studio__item--right {
  padding-top: 110px;
}

.about-studio__text {
  max-width: 700px;
  margin: 42px auto 0;
  text-align: center;
}

.about-studio__text h2 {
  margin: 0 0 16px;
  font-family: "GFS Didot", serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.about-studio__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #5f5a55;
}
@media (max-width: 900px) {
  .about-studio__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-studio__item--left,
  .about-studio__item--right {
    padding-top: 0;
  }

  .about-studio__text {
    margin-top: 30px;
    text-align: left;
  }
}