/* ==========================================
   SANDRA MARS MASTER — ABOUT PAGE
========================================== */

.sm-about-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 82% 14%, rgba(249, 236, 231, 0.48), rgba(249, 236, 231, 0) 32%),
    radial-gradient(circle at 50% 96%, rgba(234, 216, 183, 0.16), rgba(234, 216, 183, 0) 36%),
    linear-gradient(135deg, #fdfaf6 0%, #faf6f1 48%, #f7f0ea 100%);
}

.sm-about-page * {
  box-sizing: border-box;
}

.sm-about-badge,
.sm-about-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  padding: 0.85rem 1.55rem;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.64);
  color: #8b536b;
  box-shadow: 0 1rem 2.6rem rgba(58, 36, 39, 0.035);
  font-size: 1.06rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sm-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  padding: 1.55rem 2.35rem;
  border-radius: 999px;
  font-size: 1.22rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.sm-about-btn--primary {
  border: 1px solid rgba(216, 185, 130, 0.38);
  background: linear-gradient(135deg, #975575 0%, #7c3f63 100%);
  color: #fffaf4;
  box-shadow: 0 1.2rem 2.8rem rgba(124, 63, 99, 0.2);
}

.sm-about-btn--primary:hover {
  transform: translateY(-2px);
  color: #fffaf4;
  box-shadow: 0 1.6rem 3.4rem rgba(124, 63, 99, 0.27);
}

.sm-about-btn--secondary {
  border: 1px solid rgba(216, 185, 130, 0.38);
  background: rgba(255, 253, 249, 0.64);
  color: #7c3f63;
  box-shadow: 0 1rem 2.4rem rgba(58, 36, 39, 0.04);
}

.sm-about-btn--secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 185, 130, 0.58);
  background: rgba(255, 253, 249, 0.92);
  color: #7c3f63;
}

/* HERO */

.sm-about-hero {
  position: relative;
  padding: clamp(7rem, 8vw, 11rem) 0 clamp(5rem, 7vw, 8.5rem);
}

.sm-about-hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 5.6rem), 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(34rem, 48rem);
  gap: clamp(3rem, 5vw, 7rem);
  align-items: center;
}

.sm-about-hero__title {
  max-width: 84rem;
  margin: 2.2rem 0 0;
  color: #2b1d1d;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: clamp(5rem, 5.8vw, 8.6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.058em;
}

.sm-about-hero__title span {
  display: block;
  color: #8b536b;
}

.sm-about-hero__text {
  max-width: 68rem;
  margin: 2.4rem 0 0;
  color: #7b6a66;
  font-size: 1.72rem;
  line-height: 1.82;
}

.sm-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3rem;
}

.sm-about-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.6rem;
}

.sm-about-hero__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 3.8rem;
  padding: 0.9rem 1.3rem;
  border: 1px solid rgba(216, 185, 130, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.52);
  color: #8b536b;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sm-about-hero__visual {
  position: relative;
}

.sm-about-hero__photo-card {
  overflow: hidden;
  min-height: 58rem;
  border: 1px solid rgba(216, 185, 130, 0.38);
  border-radius: 3.8rem;
  background:
    radial-gradient(circle at 36% 0%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 42%),
    rgba(255, 253, 249, 0.66);
  box-shadow: 0 2.4rem 5.6rem rgba(58, 36, 39, 0.09);
}

.sm-about-hero__photo-card img {
  display: block;
  width: 100%;
  height: 58rem;
  object-fit: cover;
}

.sm-about-hero__placeholder {
  display: grid;
  min-height: 58rem;
  place-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(216, 185, 130, 0.18), rgba(216, 185, 130, 0) 42%),
    linear-gradient(135deg, rgba(139, 83, 107, 0.08), rgba(255, 253, 249, 0.76));
}

.sm-about-hero__placeholder span {
  color: #8b536b;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: 4.2rem;
  font-weight: 700;
}

.sm-about-hero__note {
  position: relative;
  width: calc(100% - 4rem);
  margin: -6rem auto 0;
  padding: 2.2rem 2.4rem;
  border: 1px solid rgba(216, 185, 130, 0.34);
  border-radius: 2.6rem;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: 0 1.8rem 4.2rem rgba(58, 36, 39, 0.09);
  backdrop-filter: blur(14px);
}

.sm-about-hero__note span {
  color: #7c3f63;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sm-about-hero__note p {
  margin: 1rem 0 0;
  color: #6f615d;
  font-size: 1.35rem;
  line-height: 1.55;
}

.sm-about-hero__line {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.34;
}

.sm-about-hero__line--left {
  width: 34rem;
  height: 72rem;
  left: -22rem;
  top: 4rem;
  border: 1px solid rgba(216, 185, 130, 0.46);
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-8deg);
}

.sm-about-hero__line--right {
  width: 44rem;
  height: 26rem;
  right: -18rem;
  bottom: 0;
  border: 1px solid rgba(216, 185, 130, 0.38);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(8deg);
}

/* STORY */

.sm-about-story,
.sm-about-transform,
.sm-about-shifts,
.sm-about-support,
.sm-about-expertise,
.sm-about-final-cta {
  padding: clamp(5.5rem, 7vw, 9rem) 0;
}

.sm-about-story__inner,
.sm-about-transform__inner,
.sm-about-shifts__inner,
.sm-about-support__inner,
.sm-about-expertise__inner,
.sm-about-final-cta__inner {
  width: min(calc(100% - 5.6rem), 1380px);
  margin: 0 auto;
}

.sm-about-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 42rem);
  gap: clamp(3rem, 5vw, 6rem);
  align-items: center;
}

.sm-about-story__intro {
  padding: clamp(3rem, 4vw, 5rem);
  border: 1px solid rgba(216, 185, 130, 0.32);
  border-radius: 3.2rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 44%),
    rgba(255, 253, 249, 0.68);
  box-shadow: 0 1.8rem 4.4rem rgba(58, 36, 39, 0.055);
}

.sm-about-story__intro h2,
.sm-about-transform__panel h2,
.sm-about-shifts__heading h2,
.sm-about-support__content h2,
.sm-about-expertise__heading h2,
.sm-about-final-cta__inner h2 {
  margin: 1.6rem 0 0;
  color: #2b1d1d;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: clamp(3.8rem, 4.2vw, 6.2rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.sm-about-story__intro p,
.sm-about-transform__panel p,
.sm-about-shifts__heading p,
.sm-about-support__content p,
.sm-about-final-cta__inner p {
  margin: 1.7rem 0 0;
  color: #6f615d;
  font-size: 1.55rem;
  line-height: 1.78;
}

.sm-about-story__side {
  display: grid;
  gap: 1.4rem;
}

.sm-about-mini-card {
  padding: 2.4rem;
  border: 1px solid rgba(216, 185, 130, 0.3);
  border-radius: 2.6rem;
  background: rgba(255, 253, 249, 0.62);
  box-shadow: 0 1.4rem 3.4rem rgba(58, 36, 39, 0.045);
}

.sm-about-mini-card span {
  display: block;
  color: #8b536b;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sm-about-mini-card strong {
  display: block;
  margin-top: 0.8rem;
  color: #2b1d1d;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.045em;
}

/* TRANSFORM */

.sm-about-transform__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(30rem, 43rem);
  gap: clamp(2.4rem, 4vw, 4.2rem);
  align-items: stretch;
}

.sm-about-transform__panel,
.sm-about-transform__quote {
  padding: clamp(3rem, 4vw, 5rem);
  border: 1px solid rgba(216, 185, 130, 0.32);
  border-radius: 3.2rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 44%),
    rgba(255, 253, 249, 0.68);
  box-shadow: 0 1.8rem 4.4rem rgba(58, 36, 39, 0.055);
}

.sm-about-transform__quote {
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 185, 130, 0.16), rgba(216, 185, 130, 0) 48%),
    linear-gradient(135deg, rgba(139, 83, 107, 0.12), rgba(255, 253, 249, 0.72));
}

.sm-about-transform__quote p {
  margin: 0;
  color: #7c3f63;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: clamp(3.2rem, 3.6vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

/* SHIFTS */

.sm-about-shifts__heading {
  max-width: 84rem;
  margin-bottom: 3rem;
}

.sm-about-shifts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.sm-about-shift-card,
.sm-about-expertise-card {
  padding: 2.6rem;
  border: 1px solid rgba(216, 185, 130, 0.3);
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 46%),
    rgba(255, 253, 249, 0.66);
  box-shadow: 0 1.4rem 3.4rem rgba(58, 36, 39, 0.045);
}

.sm-about-shift-card span {
  display: inline-flex;
  width: 4.2rem;
  height: 4.2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-radius: 50%;
  color: #8b536b;
  font-size: 1.12rem;
  font-weight: 950;
}

.sm-about-shift-card h3,
.sm-about-expertise-card h3 {
  margin: 0;
  color: #2b1d1d;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.045em;
}

.sm-about-shift-card p {
  margin: 1.3rem 0 0;
  color: #6f615d;
  font-size: 1.35rem;
  line-height: 1.62;
}

/* SUPPORT */

.sm-about-support__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(32rem, 44rem);
  gap: clamp(2.4rem, 4vw, 4.2rem);
  align-items: stretch;
}

.sm-about-support__content,
.sm-about-support__credentials {
  padding: clamp(3rem, 4vw, 5rem);
  border: 1px solid rgba(216, 185, 130, 0.32);
  border-radius: 3.2rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 44%),
    rgba(255, 253, 249, 0.68);
  box-shadow: 0 1.8rem 4.4rem rgba(58, 36, 39, 0.055);
}

.sm-about-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.8rem;
}

.sm-about-support__credentials h3 {
  margin: 0;
  color: #2b1d1d;
  font-family: var(--sm-font-heading, Georgia, serif);
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.sm-about-support__credentials p {
  margin: 1rem 0 2rem;
  color: #8b536b;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sm-about-support__credentials ul,
.sm-about-expertise-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sm-about-support__credentials li,
.sm-about-expertise-card li {
  position: relative;
  padding: 1rem 0 1rem 2.3rem;
  border-top: 1px solid rgba(216, 185, 130, 0.22);
  color: #5f504d;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.42;
}

.sm-about-support__credentials li::before,
.sm-about-expertise-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.55rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #d8b982;
}

/* EXPERTISE */

.sm-about-expertise__heading {
  max-width: 86rem;
  margin-bottom: 3rem;
}

.sm-about-expertise__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.sm-about-expertise-card h3 {
  margin-bottom: 1.8rem;
}

/* FINAL CTA */

.sm-about-final-cta {
  padding-bottom: clamp(7rem, 8vw, 11rem);
}

.sm-about-final-cta__inner {
  padding: clamp(4rem, 6vw, 7rem);
  border: 1px solid rgba(216, 185, 130, 0.34);
  border-radius: 3.6rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, rgba(139, 83, 107, 0.12), rgba(255, 253, 249, 0.76));
  box-shadow: 0 2rem 5rem rgba(58, 36, 39, 0.075);
  text-align: center;
}

.sm-about-final-cta__inner > span {
  display: inline-flex;
  min-height: 3.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.55rem;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.64);
  color: #8b536b;
  font-size: 1.06rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sm-about-final-cta__inner h2 {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.sm-about-final-cta__inner p {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.sm-about-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 2.8rem;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .sm-about-hero__inner,
  .sm-about-story__inner,
  .sm-about-transform__inner,
  .sm-about-support__inner {
    grid-template-columns: 1fr;
  }

  .sm-about-hero__visual {
    max-width: 56rem;
    margin: 0 auto;
  }

  .sm-about-shifts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-about-expertise__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sm-about-hero {
    padding: 6.4rem 0 4.8rem;
  }

  .sm-about-hero__inner,
  .sm-about-story__inner,
  .sm-about-transform__inner,
  .sm-about-shifts__inner,
  .sm-about-support__inner,
  .sm-about-expertise__inner,
  .sm-about-final-cta__inner {
    width: min(calc(100% - 3.2rem), 100%);
  }

  .sm-about-hero__title,
  .sm-about-story__intro h2,
  .sm-about-transform__panel h2,
  .sm-about-shifts__heading h2,
  .sm-about-support__content h2,
  .sm-about-expertise__heading h2,
  .sm-about-final-cta__inner h2 {
    font-size: clamp(3.9rem, 12vw, 5.6rem);
  }

  .sm-about-hero__text,
  .sm-about-story__intro p,
  .sm-about-transform__panel p,
  .sm-about-shifts__heading p,
  .sm-about-support__content p,
  .sm-about-final-cta__inner p {
    font-size: 1.48rem;
  }

  .sm-about-hero__photo-card,
  .sm-about-hero__photo-card img,
  .sm-about-hero__placeholder {
    min-height: 42rem;
    height: 42rem;
  }

  .sm-about-hero__note {
    width: calc(100% - 2rem);
    margin-top: -4.8rem;
  }

  .sm-about-hero__actions,
  .sm-about-support__actions,
  .sm-about-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sm-about-btn {
    width: 100%;
  }

  .sm-about-story,
  .sm-about-transform,
  .sm-about-shifts,
  .sm-about-support,
  .sm-about-expertise,
  .sm-about-final-cta {
    padding: 5.8rem 0;
  }

  .sm-about-story__intro,
  .sm-about-transform__panel,
  .sm-about-transform__quote,
  .sm-about-support__content,
  .sm-about-support__credentials,
  .sm-about-final-cta__inner {
    padding: 2.4rem;
    border-radius: 2.6rem;
  }

  .sm-about-shifts__grid {
    grid-template-columns: 1fr;
  }

  .sm-about-shift-card,
  .sm-about-expertise-card,
  .sm-about-mini-card {
    padding: 2.3rem;
    border-radius: 2.4rem;
  }
}