/* Sedation — Figma 247:8366 */

/* ——— Hero 247:8367 ——— */
.sm-sed-hero {
  position: relative;
  min-height: 854px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  color: var(--sm-grey-900);
}

.sm-sed-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.sm-sed-hero__bg picture {
  display: contents;
}

.sm-sed-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: 62% center;
}

.sm-sed-hero__fade {
  position: absolute;
  z-index: 1;
  left: -6px;
  top: 0;
  width: min(871px, 60.5%);
  height: 100%;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.8) 28.78%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.sm-sed-hero .sm-container {
  position: relative;
  z-index: 2;
}

.sm-sed-hero__content {
  position: relative;
  z-index: 2;
  max-width: 616px;
  padding: 281px 0 221px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.sm-sed-hero__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1;
  color: var(--sm-grey-900);
}

.sm-sed-hero__text {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: var(--sm-grey-600);
}

.sm-sed-hero__actions {
  margin: 0;
}

/* ——— Process 247:8562 ——— */
.sm-sed-process {
  background: #fff;
  padding: 102px 0;
}

.sm-sed-process__head {
  max-width: 616px;
  margin: 0 auto 40px;
  text-align: center;
}

.sm-sed-process__head .sm-eyebrow__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.sm-sed-process__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  color: var(--sm-grey-900);
  text-align: center;
}

.sm-sed-process__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sm-sed-process__card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 16px;
  border: 1px solid var(--sm-main-900-a10);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.sm-sed-process__media {
  position: relative;
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--sm-main-100);
}

.sm-sed-process__media picture,
.sm-sed-process__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sm-sed-process__media img {
  object-fit: cover;
}

.sm-sed-process__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.sm-sed-process__num {
  margin: 0;
  font-family: var(--sm-font-ui);
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  background-image: linear-gradient(180deg, #cfefe4 0%, #b5f0dc 101.55%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sm-sed-process__card-title {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--sm-grey-900);
}

.sm-sed-process__card-text {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

/* ——— Audience 320:14485 ——— */
.sm-sed-audience {
  background: #fafafa;
  padding: 102px 0;
}

.sm-sed-audience__grid {
  display: grid;
  grid-template-columns: minmax(0, 655px) minmax(0, 561px);
  gap: 64px;
  align-items: start;
  justify-content: space-between;
}

.sm-sed-audience__intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  max-width: 655px;
}

.sm-sed-audience__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  color: var(--sm-grey-900);
  max-width: 655px;
}

.sm-sed-audience__text {
  max-width: 582px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sm-sed-audience__text p {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

.sm-sed-audience__side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 561px;
}

.sm-sed-audience__side-title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

.sm-sed-audience__spark {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 0;
}

.sm-sed-audience__pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.sm-sed-audience__pill {
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--sm-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  width: fit-content;
  max-width: 100%;
}

.sm-sed-audience__pill--yellow {
  background: rgba(255, 229, 82, 0.3);
}

.sm-sed-audience__pill--mint {
  background: rgba(25, 214, 180, 0.16);
}

/* ——— Types 432:8943 ——— */
.sm-sed-types {
  background: #fafafa;
  padding: 102px 0;
}

.sm-sed-types__head {
  max-width: 616px;
  margin: 0 auto 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.sm-sed-types__head .sm-eyebrow__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.sm-sed-types__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  color: var(--sm-grey-900);
  text-align: center;
}

.sm-sed-types__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.sm-sed-types__card {
  background: #fff;
  border: 1px solid var(--sm-main-900-a10);
  border-radius: 16px;
  padding: 16px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  height: 100%;
}

.sm-sed-types__num {
  margin: 0;
  font-family: var(--sm-font-ui);
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  background-image: linear-gradient(180deg, #cfefe4 0%, #b5f0dc 101.55%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sm-sed-types__card-title {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--sm-grey-900);
}

.sm-sed-types__card-text {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

/* ——— FAQ 432:8831 ——— */
/* Figma: full-bleed mint panel; cutout photo left; accordion right */
.sm-section.sm-sed-faq {
  padding: 52px 0 102px;
  background: #fafafa;
}

.sm-sed-faq__panel {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-height: 712px;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(
    94.87deg,
    var(--sm-main-100) 0%,
    var(--sm-main-300) 100%
  );
}

/* Cutout on mint — Figma 432:8846 ≈ 633×764 at x=80 */
.sm-sed-faq__media {
  position: absolute;
  left: var(--sm-pad);
  bottom: 0;
  top: 0;
  width: min(633px, 44%);
  z-index: 1;
  pointer-events: none;
  background: transparent;
}

.sm-sed-faq__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sm-sed-faq__img,
.sm-sed-faq__media img {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  object-fit: contain !important;
  object-position: left bottom !important;
}

.sm-sed-faq__content {
  position: relative;
  z-index: 2;
  flex: 0 1 auto;
  width: min(720px, 50%);
  margin-right: var(--sm-pad);
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}

.sm-sed-faq__title {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: var(--sm-grey-700);
}

.sm-sed-faq .sm-accordion {
  width: 100%;
}

.sm-sed-faq .sm-accordion__item {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(243, 243, 243, 0.3);
  border-radius: 16px;
  box-shadow: none;
}

.sm-sed-faq .sm-accordion__item.is-open {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #cffffb;
  box-shadow: 0 4px 6px rgba(43, 54, 55, 0.1);
}

.sm-sed-faq .sm-accordion__trigger {
  padding: 24px 16px;
}

.sm-sed-faq .sm-accordion__panel {
  padding: 0 16px 24px;
  color: var(--sm-grey-600);
}

@media (max-width: 1100px) {
  .sm-sed-audience__grid,
  .sm-sed-process__grid,
  .sm-sed-types__grid {
    grid-template-columns: 1fr;
  }

  .sm-sed-faq__panel {
    flex-direction: column;
    min-height: 0;
  }

  .sm-sed-faq__media {
    position: relative;
    left: auto;
    width: 100%;
    height: 420px;
    min-height: 420px;
  }

  .sm-sed-faq__content {
    width: 100%;
    margin-right: 0;
    padding: 24px var(--sm-pad) 40px;
  }
}

@media (max-width: 900px) {
  .sm-sed-hero {
    min-height: 0;
  }

  .sm-sed-hero__content {
    padding: 140px 0 64px;
    max-width: 100%;
  }

  .sm-sed-hero__fade {
    width: 85%;
    background: linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.92) 45%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .sm-sed-process__card {
    flex-direction: column;
  }

  .sm-sed-process__media {
    width: 100%;
    flex-basis: auto;
    height: 200px;
  }

  .sm-sed-audience,
  .sm-sed-process,
  .sm-sed-types {
    padding: 64px 0;
  }

  .sm-sed-audience__pill {
    width: 100%;
  }
}
