/* ============================================================
   취향의 좌표 (#scent-depth) — 프리미엄 에디토리얼 캐러셀
   scent-section + scent-header + scent-swiper-wrap
   ============================================================ */

.page-index #scent-depth.scent-section {
  --sd-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sd-ease-media: cubic-bezier(0.25, 0.9, 0.35, 1);
  --sd-slide-w: 360px;
  --sd-swiper-gap: 40px;
  /* Swiper 좌우 inset — 헤더·본문과 동일 gutter (index.css + common.css) */
  --sd-pad: var(--container-padding);
  position: relative;
  z-index: 0;
  width: 100%;
  background: #f4f1ea;
  overflow: hidden !important;
  /* 인덱스 다른 섹션(40px 띠 등)과 맞춤 — 과도한 140px 제거 */
  padding-block: 40px !important;
}

@media (max-width: 639px) {
  .page-index #scent-depth.scent-section {
    padding-block: 40px !important;
  }
}

/* `.container` 가로 패딩은 index.css에서 헤더와 동일 토큰으로 통일 */

/*
 * 헤더 — 전역 섹션 타이포(index.css)와 동일 스케일 유지, 레이아웃만 담당.
 * (이전 `clamp(26px…36px) !important` 가 다른 섹션 h2보다 커져 단독으로 튀는 원인이었음.)
 */
.page-index #scent-depth .scent-header .header-left.title-wrap.scent-depth__title-grid {
  max-width: none !important;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: clamp(16px, 3vw, 28px);
  row-gap: 10px;
  align-items: center;
}

.page-index #scent-depth .scent-header .header-left.title-wrap.scent-depth__title-grid > h2 {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0;
  font-feature-settings: "kern" 1, "liga" 1, "onum" 1;
  text-wrap: balance;
}

.page-index #scent-depth .lead.scent-depth__lead {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  min-width: 0;
  max-width: min(48ch, 100%);
  letter-spacing: 0.012em;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: var(--color-text-sub);
}

.page-index #scent-depth .header-right.scent-depth__nav-slot {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
}

.page-index #scent-depth .scent-header.scent-depth__header {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 clamp(28px, 4vw, 44px);
  box-sizing: border-box;
}

.page-index #scent-depth .header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
}

/*
 * reset.css `.section.has-swiper .swiper-nav` 가 이 div에도 적용됨:
 * position:absolute, top:38%, transform, width/height 44px → 플렉스 헤더에서 Y·폭 깨짐.
 */
.page-index #scent-depth .swiper-nav {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  z-index: auto;
  font-size: inherit;
  line-height: inherit;
  cursor: default;
}

@media (max-width: 639px) {
  .page-index #scent-depth .scent-header.scent-depth__header {
    margin-bottom: clamp(28px, 8vw, 44px);
  }

  .page-index #scent-depth .scent-header .header-left.title-wrap.scent-depth__title-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 10px;
    align-items: start;
  }

  .page-index #scent-depth .scent-header .header-left.title-wrap.scent-depth__title-grid > h2 {
    grid-column: 1;
    grid-row: 1;
  }

  .page-index #scent-depth .lead.scent-depth__lead {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
  }

  .page-index #scent-depth .header-right.scent-depth__nav-slot {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
  }

  .page-index #scent-depth .swiper-nav {
    width: 100%;
    justify-content: flex-end;
  }
}

/*
 * Swiper 번들(.swiper-bundle.css)이 navigation에 absolute·음수 margin·::after 글리프(prev/next 문자)
 * 를 강제함 → 헤더 안에서 유령 사각형·어긋남 발생. 이 섹션에서만 전부 덮어씀.
 */
.page-index #scent-depth .swiper-nav .scent-depth__nav-btn.swiper-button-prev,
.page-index #scent-depth .swiper-nav .scent-depth__nav-btn.swiper-button-next {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  z-index: 1;
  cursor: pointer;
}

/* 40px 컨트롤 — Swiper 기본 글리프 무력화, 커스텀 치환 화살표 */
.page-index #scent-depth .scent-depth__nav-btn {
  position: relative;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-text);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(17, 17, 17, 0.065);
  transition:
    transform 0.22s var(--sd-ease),
    background 0.22s var(--sd-ease),
    color 0.22s var(--sd-ease),
    border-color 0.22s var(--sd-ease),
    box-shadow 0.28s var(--sd-ease),
    opacity 0.2s ease;
}

.page-index #scent-depth .scent-depth__nav-btn::after {
  content: "" !important;
  display: block;
  font-family: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  font-variant: normal !important;
  text-transform: none !important;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-left: -2px;
  flex-shrink: 0;
}

.page-index #scent-depth .scent-depth__nav-btn.swiper-button-prev::after {
  transform: rotate(135deg);
  margin-left: 2px;
}

.page-index #scent-depth .scent-depth__nav-btn:hover:not(.swiper-button-disabled) {
  background: var(--color-primary);
  color: #fff;
  border-color: color-mix(in srgb, var(--color-primary) 92%, #1a1410);
  box-shadow: 0 10px 26px color-mix(in srgb, var(--color-primary) 32%, rgba(17, 17, 17, 0.14));
  transform: none !important;
}

.page-index #scent-depth .scent-depth__nav-btn:active:not(.swiper-button-disabled) {
  transform: none !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.11);
}

/* outline은 border-radius를 무시하는 브라우저가 많아 ‘네모 링’처럼 보임 → 링은 box-shadow만 사용 */
.page-index #scent-depth .scent-depth__nav-btn:focus {
  outline: none;
}

.page-index #scent-depth .scent-depth__nav-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--color-accent) 65%, #fff),
    0 6px 18px rgba(17, 17, 17, 0.065);
}

.page-index #scent-depth .scent-depth__nav-btn:focus-visible:hover:not(.swiper-button-disabled) {
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--color-accent) 65%, #fff),
    0 10px 26px color-mix(in srgb, var(--color-primary) 32%, rgba(17, 17, 17, 0.14));
}

.page-index #scent-depth .scent-depth__nav-btn.swiper-button-disabled {
  opacity: 0.34;
  pointer-events: none;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.62);
  color: color-mix(in srgb, var(--color-text) 36%, #8a8683);
  border-color: rgba(17, 17, 17, 0.07);
  box-shadow: none;
  transform: none;
}

.page-index #scent-depth .scent-depth__nav-btn.swiper-button-disabled:focus-visible {
  box-shadow: none;
}

.page-index #scent-depth .scent-depth__nav-btn.swiper-button-disabled::after {
  border-color: color-mix(in srgb, currentColor 72%, transparent);
}

/* 풀폭 트랙 — 끝까지 카드가 차 보이게 양끝 패딩은 최소(섹션과 동일 --sd-pad)만 */
.page-index #scent-depth .scent-swiper-wrap {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

/*
 * 좌우 동일·최소 브리딩: (vw−1440)/2 를 스와이퍼에 넣으면 첫·끝에 넓은 ‘빈 베이지’가 생김.
 * 헤더는 .container 안에 있고, 캐러셀은 풀블리드이므로 카드만 얇은 안전 여백으로 붙인다.
 */
.page-index #scent-depth .scent-swiper-wrap .scent-depth__swiper.swiper,
.page-index #scent-depth .scent-swiper-wrap .scentSwiper.swiper {
  --sd-swiper-edge: max(var(--sd-pad), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  display: block !important;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: max(var(--sd-pad), env(safe-area-inset-left, 0px));
  padding-right: max(var(--sd-pad), env(safe-area-inset-right, 0px));
  padding-top: 0;
  padding-bottom: 8px !important;
  overflow: visible;
  box-sizing: border-box;
  cursor: grab;
}

.page-index #scent-depth .scent-depth__swiper.swiper.swiper-grabbing {
  cursor: grabbing;
}

.page-index #scent-depth .scent-depth__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}

/* slidesPerView: auto — 슬라이드 360px, 간격은 JS spaceBetween(40) */
.page-index #scent-depth .scent-depth__swiper .swiper-slide {
  box-sizing: border-box;
  width: min(var(--sd-slide-w), calc(100vw - 2 * var(--sd-swiper-edge) - 16px));
  flex-shrink: 0;
  height: auto;
  padding: 0 0 20px;
  opacity: 0.5;
  transform: none;
  transition: opacity 0.4s ease;
}

.page-index #scent-depth .scent-depth__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: none;
}

.page-index #scent-depth .scent-depth__swiper .swiper-slide.swiper-slide-next {
  opacity: 0.8;
}

/* 초기화 전 — .swiper에 정의된 --sd-swiper-edge 상속 */
.page-index #scent-depth .scent-depth__swiper:not(.swiper-initialized) .swiper-slide {
  width: min(var(--sd-slide-w), calc(100vw - 2 * var(--sd-swiper-edge) - 16px)) !important;
}

/* 카드 (전체 클릭 링크 + 레이어) */
.page-index #scent-depth .scent-depth__card {
  --sd-title-rule: linear-gradient(90deg, rgba(17, 17, 17, 0.45) 0%, rgba(17, 17, 17, 0) 100%);
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid rgba(20, 18, 16, 0.072);
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 16px 44px rgba(17, 17, 17, 0.07),
    0 6px 16px rgba(17, 17, 17, 0.04);
  transition:
    border-color 0.32s var(--sd-ease),
    box-shadow 0.38s var(--sd-ease),
    transform 0.38s var(--sd-ease);
}

.page-index #scent-depth .scent-depth__card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  text-indent: -9999px;
  overflow: hidden;
}

.page-index #scent-depth .scent-depth__card-hit:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-accent) 75%, #1a1410);
  outline-offset: 3px;
}

.page-index #scent-depth .scent-depth__card[data-density="1"],
.page-index #scent-depth .scent-depth__card[data-density="2"] {
  --sd-title-rule: linear-gradient(90deg, rgba(17, 17, 17, 0.32) 0%, rgba(17, 17, 17, 0) 100%);
}

.page-index #scent-depth .scent-depth__card[data-density="4"] {
  --sd-title-rule: linear-gradient(
    90deg,
    color-mix(in srgb, var(--color-accent) 75%, #2a2218) 0%,
    rgba(17, 17, 17, 0) 100%
  );
}

.page-index #scent-depth .scent-depth__card[data-density="5"] {
  --sd-title-rule: linear-gradient(90deg, color-mix(in srgb, #c45a5a 55%, #2a1818) 0%, rgba(17, 17, 17, 0) 100%);
}

.page-index #scent-depth .swiper-slide .scent-depth__card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 18, 16, 0.11);
  box-shadow:
    0 22px 52px rgba(17, 17, 17, 0.09),
    0 8px 22px rgba(17, 17, 17, 0.05);
}

.page-index #scent-depth .swiper-slide.swiper-slide-active .scent-depth__card {
  border-color: rgba(20, 18, 16, 0.1);
  box-shadow:
    0 20px 48px rgba(17, 17, 17, 0.08),
    0 8px 20px rgba(17, 17, 17, 0.045),
    0 0 0 1px rgba(184, 119, 90, 0.18);
}

/* 미디어 + DENSITY 오버레이 */
.page-index #scent-depth .scent-depth__media {
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
  width: 100%;
  height: 460px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #1a1816;
  overflow: hidden;
  display: block;
}

.page-index #scent-depth .scent-depth__label--media {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 6px 24px rgba(17, 17, 17, 0.14);
}

.page-index #scent-depth .scent-depth__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  /* 소스 PNG 상단 흰 여백 + 이중 라운딩 갭 완화: 위쪽 기준 크롭 */
  object-position: center top;
  filter: saturate(1.03) contrast(1.04);
  transform: translateZ(0);
  transition: filter 0.5s ease;
}

.page-index #scent-depth .scent-depth__card:hover .scent-depth__media img,
.page-index #scent-depth .swiper-slide.swiper-slide-active .scent-depth__card .scent-depth__media img {
  transform: none;
}

.page-index #scent-depth .depth-profile-deep .scent-depth__media img {
  filter: saturate(0.9) contrast(1.08) hue-rotate(-14deg) brightness(0.95);
}

.page-index #scent-depth .depth-profile-dark-smoky .scent-depth__media img {
  filter: saturate(0.82) contrast(1.12) brightness(0.86) hue-rotate(8deg);
}

.page-index #scent-depth .depth-profile-white-floral .scent-depth__media img {
  filter: saturate(1.05) brightness(1.04) hue-rotate(10deg);
}

.page-index #scent-depth .depth-profile-sparkling .scent-depth__media img {
  filter: saturate(1.09) brightness(1.06) hue-rotate(-8deg);
}

.page-index #scent-depth .scent-depth__hover {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  background: none;
}

.page-index #scent-depth .scent-depth__discover {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  letter-spacing: 0.1em;
  padding: 12px 24px;
  background: rgba(12, 12, 12, 0.42);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    transform 0.35s var(--sd-ease),
    border-color 0.28s ease,
    color 0.28s ease;
}

.page-index #scent-depth .scent-depth__card:hover .scent-depth__discover,
.page-index #scent-depth .scent-depth__card:focus-within .scent-depth__discover {
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}

.page-index #scent-depth .scent-depth__discover:hover {
  background: rgba(12, 12, 12, 0.58);
  border-color: rgba(255, 255, 255, 0.95);
  color: #fff;
}

.page-index #scent-depth .scent-depth__discover:active {
  transform: scale(0.98);
}

.page-index #scent-depth .scent-depth__discover:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-accent) 75%, #1a1410);
  outline-offset: 3px;
}

/* 텍스트 (DENSITY는 미디어 오버레이만) */
.page-index #scent-depth .scent-depth__body {
  position: relative;
  z-index: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: var(--card-stack-gap, var(--text-gap-sm));
  padding: var(--card-padding);
  text-align: left;
  align-items: flex-start;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
  background: #fff;
}

.page-index #scent-depth .scent-depth__label {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family-display);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  min-height: 30px;
  padding: 7px 14px 7px 12px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, #b8775a 32%, rgba(17, 17, 17, 0.12));
  background: color-mix(in srgb, #fdf8f3 88%, rgba(255, 255, 255, 1));
  color: color-mix(in srgb, #6a4538 90%, #1f1814);
}

.page-index #scent-depth .scent-depth__label::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 0.5em;
  border-radius: 50%;
  background: color-mix(in srgb, #b8775a 70%, #5c4030);
  opacity: 0.92;
  flex-shrink: 0;
}

.page-index #scent-depth .scent-depth__title {
  margin: 0;
  font-family: var(--font-family-display);
  font-size: clamp(1.08rem, 0.95rem + 0.42vw, 1.3rem);
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.2;
  color: var(--color-text);
  min-height: calc(2 * 1.2em);
  padding-bottom: 12px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background-image: var(--sd-title-rule);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 44px 1px;
  transition:
    color 0.28s ease,
    background-size 0.45s var(--sd-ease);
}

.page-index #scent-depth .scent-depth__card:hover .scent-depth__title,
.page-index #scent-depth .swiper-slide.swiper-slide-active .scent-depth__card .scent-depth__title {
  background-size: 52px 1px;
  color: color-mix(in srgb, var(--color-text) 96%, #1a1410);
}

.page-index #scent-depth .scent-depth__card:hover .scent-depth__desc {
  color: color-mix(in srgb, var(--color-text-sub) 85%, #2a2826);
}

.page-index #scent-depth .scent-depth__desc {
  margin: 0;
  min-height: calc(2 * 1.52em);
  line-height: 1.55;
  font-size: clamp(13px, 0.35vw + 12px, 14px);
  color: color-mix(in srgb, var(--color-text-sub) 92%, #2a2826);
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: color 0.28s ease;
}

.page-index #scent-depth .scent-depth__tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  gap: var(--card-stack-gap, var(--text-gap-sm));
  min-height: 66px;
}

.page-index #scent-depth .scent-depth__tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(72px, 46%);
  height: 1px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.22) 0%, rgba(17, 17, 17, 0) 100%);
  pointer-events: none;
}

.page-index #scent-depth .scent-depth__tag {
  font-family: var(--font-family-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.045em;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.11);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-text);
  cursor: default;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.22s var(--sd-ease),
    box-shadow 0.25s ease;
}

.page-index #scent-depth .scent-depth__tag:hover {
  border-color: rgba(17, 17, 17, 0.18);
  background: #fff;
  transform: none;
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.06);
}

.page-index #scent-depth .swiper-slide.swiper-slide-active .scent-depth__tag {
  border-color: rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-text);
}

@media (prefers-reduced-motion: reduce) {
  .page-index #scent-depth .scent-depth__card,
  .page-index #scent-depth .scent-depth__media img,
  .page-index #scent-depth .scent-depth__swiper .swiper-slide,
  .page-index #scent-depth .scent-depth__discover,
  .page-index #scent-depth .scent-depth__tag,
  .page-index #scent-depth .scent-depth__nav-btn {
    transition-duration: 0.01ms !important;
  }

  .page-index #scent-depth .scent-depth__nav-btn:hover:not(.swiper-button-disabled),
  .page-index #scent-depth .scent-depth__nav-btn:active:not(.swiper-button-disabled) {
    transform: none;
  }

  .page-index #scent-depth .scent-depth__swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
    transform: none;
  }

  .page-index #scent-depth .scent-depth__swiper .swiper-slide.swiper-slide-active {
    transform: none;
  }

  .page-index #scent-depth .scent-depth__swiper .swiper-slide.swiper-slide-next {
    opacity: 1;
  }

  .page-index #scent-depth .swiper-slide .scent-depth__card:hover,
  .page-index #scent-depth .swiper-slide.swiper-slide-active .scent-depth__card {
    transform: none;
  }

  .page-index #scent-depth .scent-depth__card:hover .scent-depth__media img,
  .page-index #scent-depth .swiper-slide.swiper-slide-active .scent-depth__card .scent-depth__media img {
    transform: none;
  }

  .page-index #scent-depth .scent-depth__card:hover .scent-depth__title,
  .page-index #scent-depth .swiper-slide.swiper-slide-active .scent-depth__card .scent-depth__title {
    background-size: 44px 1px;
  }

  .page-index #scent-depth .scent-depth__tag:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .page-index #scent-depth .scent-depth__media {
    height: min(460px, 58vw);
  }

  .page-index #scent-depth .scent-depth__body {
    padding: 20px 18px;
    gap: 12px;
  }

  .page-index #scent-depth .scent-depth__tags {
    min-height: 58px;
  }
}
