.dress-code {
  min-height: 100vh;
  padding: 92px 24px;
  background:
    linear-gradient(rgba(155,74,44,.72), rgba(155,74,44,.22)),
    url("../FONDO.jpeg") center/cover no-repeat;
  color: var(--white);
}

.dress-code::before {
  content: "";
  position: absolute;
  right: -44px;
  top: 10%;
  width: min(48vw, 320px);
  aspect-ratio: 1;
  background: url("../assets/leaves-soft.png") left top / contain no-repeat;
  opacity: .1;
  pointer-events: none;
}

.dress-code::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -40px;
  width: min(58vw, 380px);
  aspect-ratio: 1;
  background: url("../assets/leaves-soft.png") left top / contain no-repeat;
  opacity: .08;
  transform: rotate(180deg);
  pointer-events: none;
}

.dress-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 420px);
}

.dress-icons {
  width: 128px;
  height: 86px;
  margin: 0 auto 18px;
  color: rgba(255,255,255,.9);
}

.dress-icons svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dress-code .script {
  margin-bottom: 14px;
  color: #f2c084;
}

.dress-code h2 {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 4.5vw, 22px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white);
}

.dress-note {
  margin: 0 auto 24px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255,255,255,.78);
}

.dress-code .color-list {
  gap: 15px;
  margin-top: 0;
}

.dress-code .color-list span {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.dress-code .color-list span:hover {
  transform: none;
  box-shadow: none;
}

.avoid-black {
  background: #111111 !important;
}

.avoid-white {
  border: 1px solid rgba(255,255,255,.75) !important;
  background: #ffffff !important;
}

.avoid-beige {
  background: #c5b394 !important;
}
