.chaos-scentdecant-section {
  display: block;
}

.chaos-scentdecant {
  margin: 18px auto 28px;
  max-width: 1100px;
  padding: 0 20px;
}

.chaos-scentdecant__link {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  border: 1px solid rgba(31, 31, 31, 0.13);
  border-radius: 16px;
  padding: 12px 14px;
  background: linear-gradient(105deg, #fffdf8 0%, #fff 62%);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.055);
  color: #1c1c1c;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.chaos-scentdecant__link:hover {
  border-color: rgba(171, 105, 40, 0.36);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.085);
  transform: translateY(-1px);
}

.chaos-scentdecant__link:focus-visible {
  outline: 3px solid rgba(171, 105, 40, 0.34);
  outline-offset: 3px;
}

.chaos-scentdecant__icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #f4e7d5;
  color: #72502e;
}

.chaos-scentdecant__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.chaos-scentdecant__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.chaos-scentdecant__eyebrow {
  margin-bottom: 1px;
  color: #806445;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.chaos-scentdecant__heading {
  color: #1c1c1c;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.chaos-scentdecant__description {
  display: block;
  overflow: hidden;
  margin-top: 1px;
  color: #656565;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chaos-scentdecant__action {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  border-radius: 999px;
  padding: 8px 14px;
  background: #202020;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.chaos-scentdecant__action span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.chaos-scentdecant__disclosure {
  margin: 5px 4px 0;
  color: #858585;
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 560px) {
  .chaos-scentdecant {
    margin: 14px auto 22px;
    padding: 0 10px;
  }

  .chaos-scentdecant__link {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    border-radius: 14px;
    padding: 11px 12px;
  }

  .chaos-scentdecant__icon {
    display: none;
  }

  .chaos-scentdecant__heading {
    font-size: 15px;
  }

  .chaos-scentdecant__description {
    max-width: 205px;
    font-size: 10px;
  }

  .chaos-scentdecant__action {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chaos-scentdecant__link {
    transition: none;
  }
}
