html,
body{
  width:100%;
  overflow-x:hidden;
}

/* ==================================
   EBONEE MONIQUE ANNOUNCEMENT BAR
================================== */

.em-top-bar {
    position: relative;
    width: 100%;
    min-height: 44px;
    padding: 9px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background: linear-gradient(
        90deg,
        #241018 0%,
        #351321 50%,
        #241018 100%
    );

    border-bottom: 1px solid rgba(217, 174, 108, 0.35);
    z-index: 20;
}

/* Soft luxury glow */
.em-top-bar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 90px;
    transform: translate(-50%, -50%);
    background: rgba(217, 174, 108, 0.08);
    filter: blur(35px);
    pointer-events: none;
}

/* Keep the Elementor widget above the glow */
.em-top-bar-text {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0 !important;
}

/* Remove Elementor paragraph spacing */
.em-top-bar-text,
.em-top-bar-text p {
    margin: 0 !important;
}

/* Arrange all announcement items */
.em-top-bar-text .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 13px;
    white-space: nowrap;
    text-align: center;
    font-family: "Work Sans", Arial, sans-serif;
}

/* New Release badge */
.em-bar-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    padding: 4px 9px;

    border: 1px solid rgba(217, 174, 108, 0.5);
    border-radius: 30px;

    color: #d9ae6c;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Main announcement text */
.em-bar-copy {
    display: inline-block;
    flex-shrink: 0;

    color: #fbf6ec;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Highlight release date */
.em-bar-copy strong {
    color: #d9ae6c;
    font-weight: 700;
}

/* Decorative stars */
.em-bar-copy::before,
.em-bar-copy::after {
    content: "✦";
    display: inline-block;
    margin: 0 11px;

    color: #b4863c;
    font-size: 7px;
    vertical-align: middle;
    opacity: 0.85;
}

/* Pre-order link */
.em-bar-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;

    color: #fbf6ec;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

/* Arrow */
.em-bar-link span {
    color: #d9ae6c;
    transition: transform 0.25s ease;
}

/* Hover effect */
.em-bar-link:hover {
    color: #d9ae6c;
    transform: translateY(-1px);
}

.em-bar-link:hover span {
    transform: translateX(3px);
}

/* ==================================
   TABLET
================================== */

@media (max-width: 1024px) {
    .em-top-bar {
        padding: 9px 16px;
    }

    .em-top-bar-text .elementor-widget-container {
        gap: 9px;
    }

    .em-bar-copy {
        font-size: 10px;
        letter-spacing: 0.035em;
    }

    .em-bar-link {
        font-size: 9px;
        letter-spacing: 0.035em;
    }

    .em-bar-copy::before,
    .em-bar-copy::after {
        margin: 0 7px;
    }
}

/* ==================================
   MOBILE — LARGER, CLEAN ONE-LINE TEXT
================================== */

@media (max-width: 767px) {
    .em-top-bar {
        min-height: 44px;
        padding: 8px 6px;
    }

    .em-top-bar-text {
        width: 100%;
        overflow: hidden;
    }

    .em-top-bar-text .elementor-widget-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 0;
        white-space: nowrap;
    }

    .em-bar-label {
        flex: 0 0 auto;
        margin-right: 8px;
        padding: 4px 6px;

        font-size: 6.8px;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    .em-bar-copy {
        flex: 0 0 auto;
        margin-right: 8px;

        font-size: 7.8px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .em-bar-copy::before,
    .em-bar-copy::after {
        display: none;
    }

    .em-bar-link {
        flex: 0 0 auto;
        position: relative;
        margin: 0;
        padding-left: 8px;

        font-size: 7.5px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .em-bar-link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 13px;
        background: rgba(217, 174, 108, 0.5);
        transform: translateY(-50%);
    }

    .em-bar-link span {
        margin-left: 2px;
        font-size: 9px;
    }
}

/* Narrow phones */
@media (max-width: 390px) {
    .em-top-bar {
        padding-right: 4px;
        padding-left: 4px;
    }

    .em-bar-label {
        margin-right: 6px;
        padding: 3px 5px;
        font-size: 6.2px;
    }

    .em-bar-copy {
        margin-right: 6px;
        font-size: 7.1px;
    }

    .em-bar-link {
        padding-left: 7px;
        font-size: 6.8px;
    }
}




/* =========================================
   BETA BADDIES — PREMIUM ARC SECTION
========================================= */

.wam-baddies-section,
.wam-baddies-section * {
  box-sizing: border-box;
}

.wam-baddies-section {
  --wam-wine: #5c1a2e;
  --wam-wine-dark: #3a0f20;
  --wam-plum: #2a1019;
  --wam-cream: #f6eee1;
  --wam-cream-light: #fffaf2;
  --wam-soft: #fbf6ec;
  --wam-gold: #b4863c;
  --wam-gold-light: #d9ae6c;
  --wam-ink: #2b1b17;
  --wam-muted: #6a5148;
  --wam-display: "Fraunces", Georgia, serif;
  --wam-body: "Work Sans", Arial, sans-serif;
  --wam-note: "Caveat", cursive;

  position: relative;
  width: 100%;
  padding: 110px 32px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(180, 134, 60, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 2% 93%,
      rgba(92, 26, 46, 0.08),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #fffaf2 0%,
      #f7ecdd 52%,
      #efdfca 100%
    );

  color: var(--wam-ink);
}

/* Fine background texture */
.wam-baddies-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(92, 26, 46, 0.015) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(92, 26, 46, 0.015) 1px,
      transparent 1px
    );

  background-size: 38px 38px;
  pointer-events: none;
}

/* Large decorative ring */
.wam-baddies-section::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -180px;

  width: 520px;
  height: 520px;

  border: 1px solid rgba(180, 134, 60, 0.2);
  border-radius: 50%;

  box-shadow:
    0 0 0 55px rgba(180, 134, 60, 0.025);

  pointer-events: none;
}

/* =========================================
   MAIN LAYOUT
========================================= */

.wam-baddies-wrap {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;

  display: grid !important;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 82px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.wam-baddies-content {
  position: relative;
}

.wam-baddies-copy {
  position: relative;
}

.wam-baddies-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 18px;

  color: var(--wam-wine);
  font-family: var(--wam-body);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.wam-baddies-eyebrow-line {
  width: 29px;
  height: 1px;
  flex-shrink: 0;

  background: var(--wam-gold);
}

.wam-baddies-title {
  max-width: 570px;
  margin: 0 0 23px;

  color: var(--wam-plum);
  font-family: var(--wam-display);
  font-size: clamp(2.8rem, 4.9vw, 4.15rem);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.04em;
}

.wam-baddies-title em {
  display: block;
  margin-top: 5px;

  color: var(--wam-wine);
  font-weight: 500;
  font-style: italic;
}

.wam-baddies-intro {
  max-width: 545px;
  margin: 0 0 28px;

  color: var(--wam-muted);
  font-family: var(--wam-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.wam-baddies-intro strong {
  color: var(--wam-wine);
  font-weight: 700;
}

/* =========================================
   COMMUNITY ROW
========================================= */

.wam-baddies-community-row {
  display: flex;
  align-items: center;
  gap: 15px;

  width: fit-content;
  margin-bottom: 35px;
  padding: 12px 17px 12px 13px;

  background: rgba(255, 250, 242, 0.72);
  border: 1px solid rgba(92, 26, 46, 0.1);
  border-radius: 50px;

  box-shadow:
    0 12px 25px rgba(42, 16, 25, 0.06);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.wam-baddies-avatars {
  display: flex;
  align-items: center;
}

.wam-baddies-avatars span {
  width: 35px;
  height: 35px;
  margin-left: -8px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      145deg,
      var(--wam-wine),
      var(--wam-plum)
    );

  border: 2px solid var(--wam-cream-light);
  border-radius: 50%;

  color: #ffffff;

  font-family: var(--wam-body);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wam-baddies-avatars span:first-child {
  margin-left: 0;
}

.wam-baddies-avatars span:nth-child(2) {
  background:
    linear-gradient(
      145deg,
      var(--wam-gold),
      #8d6229
    );
}

.wam-baddies-avatars span:nth-child(3) {
  background:
    linear-gradient(
      145deg,
      #7a4052,
      var(--wam-wine)
    );
}

.wam-baddies-avatars span:last-child {
  background: var(--wam-cream);
  color: var(--wam-wine);
}

.wam-baddies-community-copy strong {
  display: block;
  margin-bottom: 2px;

  color: var(--wam-plum);
  font-family: var(--wam-body);
  font-size: 0.73rem;
  font-weight: 700;
}

.wam-baddies-community-copy span {
  display: block;

  color: var(--wam-muted);
  font-family: var(--wam-body);
  font-size: 0.64rem;
}

/* =========================================
   PERK CARDS
========================================= */

.wam-baddies-perks {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.wam-baddies-perk {
  position: relative;

  display: grid;
  grid-template-columns: 36px 46px 1fr;
  align-items: center;
  gap: 14px;

  padding: 18px 19px;

  background:
    linear-gradient(
      105deg,
      rgba(255, 250, 242, 0.8),
      rgba(246, 238, 225, 0.45)
    );

  border: 1px solid rgba(92, 26, 46, 0.09);

  box-shadow:
    0 13px 28px rgba(42, 16, 25, 0.04);

  overflow: hidden;

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.wam-baddies-perk::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 3px;

  background: var(--wam-gold);

  transform: scaleY(0);
  transform-origin: bottom;

  transition: transform 0.28s ease;
}

.wam-baddies-perk:hover {
  transform: translateX(7px);

  border-color: rgba(180, 134, 60, 0.35);

  box-shadow:
    0 18px 34px rgba(42, 16, 25, 0.08);
}

.wam-baddies-perk:hover::after {
  transform: scaleY(1);
}

.wam-baddies-perk-number {
  color: rgba(92, 26, 46, 0.4);
  font-family: var(--wam-display);
  font-size: 0.79rem;
  font-weight: 600;
}

.wam-baddies-perk-icon {
  width: 43px;
  height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--wam-wine);
  border-radius: 50%;

  color: var(--wam-gold-light);
  font-family: var(--wam-display);
  font-size: 1rem;

  box-shadow:
    0 9px 18px rgba(92, 26, 46, 0.18);
}

.wam-baddies-perk-copy h3 {
  margin: 0 0 4px;

  color: var(--wam-plum);
  font-family: var(--wam-body);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.wam-baddies-perk-copy p {
  margin: 0;

  color: var(--wam-muted);
  font-family: var(--wam-body);
  font-size: 0.78rem;
  line-height: 1.55;
}

.wam-baddies-hand-note {
  width: fit-content;
  margin: 26px 9px 0 auto;

  color: var(--wam-wine);
  font-family: var(--wam-note);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.06;
  text-align: right;

  transform: rotate(-4deg);
}

/* =========================================
   FORM CARD
========================================= */

.wam-baddies-form-card {
  position: relative;
  padding: 18px;
  overflow: visible;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.42),
      rgba(255, 255, 255, 0.08)
    );

  border: 1px solid rgba(180, 134, 60, 0.18);
  border-radius: 4px;

  box-shadow:
    0 42px 85px -46px rgba(42, 16, 25, 0.55),
    0 16px 40px rgba(42, 16, 25, 0.07);
}

/* Outer decorative offset frame */
.wam-baddies-form-card::before {
  content: "";
  position: absolute;
  top: 17px;
  right: -13px;
  bottom: -13px;
  left: 17px;
  z-index: -1;

  border: 1px solid rgba(180, 134, 60, 0.32);
  border-radius: 4px;

  pointer-events: none;
}

/* Gold tape detail */
.wam-baddies-form-card::after {
  content: "BETA BADDIES";
  position: absolute;
  top: -15px;
  right: 28px;
  z-index: 5;

  padding: 7px 15px;

  background:
    linear-gradient(
      90deg,
      #c49242,
      var(--wam-gold-light),
      #ae7b31
    );

  color: var(--wam-plum);

  font-family: var(--wam-body);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  transform: rotate(2deg);

  box-shadow:
    0 7px 15px rgba(42, 16, 25, 0.12);
}

/* Inner form panel */
.wam-baddies-form-card > .e-con-inner,
.wam-baddies-form-card > .elementor-container,
.wam-baddies-form-card > .elementor-widget-wrap {
  position: relative;
  z-index: 2;

  padding: 39px 35px 35px;

  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(180, 134, 60, 0.1),
      transparent 28%
    ),
    var(--wam-soft);

  border: 1px solid rgba(92, 26, 46, 0.1);
}

/* Fallback when widgets are direct children */
.wam-baddies-form-card {
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(180, 134, 60, 0.1),
      transparent 28%
    ),
    var(--wam-soft);
}

/* =========================================
   FORM HEADING
========================================= */

.wam-baddies-form-heading {
  position: relative;
  z-index: 2;

  margin-bottom: 27px;
}

.wam-baddies-form-badge {
  width: fit-content;
  margin-bottom: 13px;
  padding: 6px 10px;

  background: rgba(92, 26, 46, 0.06);
  border: 1px solid rgba(92, 26, 46, 0.13);
  border-radius: 30px;

  color: var(--wam-wine);

  font-family: var(--wam-body);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wam-baddies-form-heading h3 {
  margin: 0 0 13px;

  color: var(--wam-plum);
  font-family: var(--wam-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.wam-baddies-form-heading h3 em {
  color: var(--wam-wine);
  font-weight: 500;
  font-style: italic;
}

.wam-baddies-form-heading p {
  margin: 0;

  color: var(--wam-muted);
  font-family: var(--wam-body);
  font-size: 0.82rem;
  line-height: 1.6;
}

.wam-baddies-form-heading strong {
  color: var(--wam-wine);
}

/* =========================================
   ELEMENTOR FORM
========================================= */

.wam-baddies-elementor-form {
  position: relative;
  z-index: 2;
}

.wam-baddies-elementor-form
.elementor-form-fields-wrapper {
  row-gap: 16px;
}

.wam-baddies-elementor-form
.elementor-field-group {
  margin-bottom: 0 !important;
}

/* Labels */
.wam-baddies-elementor-form
.elementor-field-label {
  margin-bottom: 7px !important;

  color: var(--wam-plum) !important;
  font-family: var(--wam-body) !important;
  font-size: 0.61rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

/* Inputs */
.wam-baddies-elementor-form
.elementor-field,
.wam-baddies-elementor-form
.elementor-select-wrapper select {
  min-height: 51px !important;
  padding: 13px 15px !important;

  background: rgba(255, 250, 242, 0.92) !important;
  border: 1px solid rgba(92, 26, 46, 0.17) !important;
  border-radius: 2px !important;

  color: var(--wam-ink) !important;

  font-family: var(--wam-body) !important;
  font-size: 0.87rem !important;
  font-weight: 400 !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;

  outline: none !important;

  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease !important;
}

.wam-baddies-elementor-form
textarea.elementor-field {
  min-height: 125px !important;
  resize: vertical;
}

.wam-baddies-elementor-form
.elementor-field::placeholder {
  color: rgba(91, 70, 63, 0.55) !important;
  opacity: 1 !important;
}

/* Input focus */
.wam-baddies-elementor-form
.elementor-field:focus,
.wam-baddies-elementor-form
.elementor-select-wrapper select:focus {
  background: #ffffff !important;
  border-color: var(--wam-gold) !important;

  box-shadow:
    0 0 0 4px rgba(180, 134, 60, 0.1),
    0 8px 18px rgba(42, 16, 25, 0.05) !important;

  transform: translateY(-1px);
}

.wam-baddies-elementor-form
.elementor-select-wrapper::before {
  color: var(--wam-wine) !important;
}

/* Submit button */
.wam-baddies-elementor-form
.elementor-button {
  position: relative;
  width: 100% !important;
  min-height: 54px !important;
  padding: 15px 23px !important;
  overflow: hidden;

  background:
    linear-gradient(
      105deg,
      var(--wam-wine),
      var(--wam-wine-dark)
    ) !important;

  border: 1px solid var(--wam-wine) !important;
  border-radius: 2px !important;

  color: #ffffff !important;

  font-family: var(--wam-body) !important;
  font-size: 0.71rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.075em !important;
  text-transform: uppercase !important;

  box-shadow:
    0 14px 28px rgba(92, 26, 46, 0.2) !important;

  cursor: pointer;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease !important;
}

.wam-baddies-elementor-form
.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;

  width: 55%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );

  transform: skewX(-20deg);

  transition: left 0.5s ease;
}

.wam-baddies-elementor-form
.elementor-button:hover::before {
  left: 130%;
}

.wam-baddies-elementor-form
.elementor-button:hover,
.wam-baddies-elementor-form
.elementor-button:focus,
.wam-baddies-elementor-form
.elementor-button:active {
  background:
    linear-gradient(
      105deg,
      var(--wam-wine-dark),
      var(--wam-plum)
    ) !important;

  border-color: var(--wam-wine-dark) !important;
  color: #ffffff !important;

  transform: translateY(-3px);

  box-shadow:
    0 19px 35px rgba(92, 26, 46, 0.27) !important;
}

.wam-baddies-elementor-form
.elementor-button-icon {
  color: var(--wam-gold-light) !important;
}

/* Success message */
.wam-baddies-elementor-form
.elementor-message-success {
  margin-top: 17px !important;
  padding: 14px 16px !important;

  background:
    linear-gradient(
      90deg,
      rgba(180, 134, 60, 0.12),
      rgba(180, 134, 60, 0.04)
    ) !important;

  border: 1px solid rgba(180, 134, 60, 0.3) !important;

  color: var(--wam-wine) !important;

  font-family: var(--wam-body) !important;
  font-size: 0.79rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

/* Errors */
.wam-baddies-elementor-form
.elementor-message-danger,
.wam-baddies-elementor-form
.elementor-help-inline {
  color: var(--wam-wine) !important;
  font-family: var(--wam-body) !important;
  font-size: 0.7rem !important;
}

/* Remove theme blue states */
.wam-baddies-elementor-form button,
.wam-baddies-elementor-form input,
.wam-baddies-elementor-form select,
.wam-baddies-elementor-form textarea {
  accent-color: var(--wam-wine) !important;
  -webkit-tap-highlight-color: rgba(180, 134, 60, 0.18) !important;
}

.wam-baddies-elementor-form
.elementor-button:focus-visible,
.wam-baddies-elementor-form
.elementor-field:focus-visible {
  outline: 2px solid var(--wam-gold) !important;
  outline-offset: 3px !important;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 920px) {
  .wam-baddies-section {
    padding: 84px 24px;
  }

  .wam-baddies-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .wam-baddies-content,
  .wam-baddies-form-card {
    max-width: 720px;
    width: 100%;
  }

  .wam-baddies-form-card {
    margin: 0 auto;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 640px) {
  .wam-baddies-section {
    padding: 70px 18px 78px;
  }

  .wam-baddies-wrap {
    gap: 47px;
  }

  .wam-baddies-eyebrow {
    margin-bottom: 14px;

    font-size: 0.61rem;
    letter-spacing: 0.13em;
  }

  .wam-baddies-eyebrow-line {
    width: 23px;
  }

  .wam-baddies-title {
    margin-bottom: 19px;

    font-size: 2.55rem;
    line-height: 1.01;
  }

  .wam-baddies-intro {
    margin-bottom: 24px;

    font-size: 0.89rem;
    line-height: 1.67;
  }

  .wam-baddies-community-row {
    width: 100%;
    margin-bottom: 29px;
    padding-right: 13px;
  }

  .wam-baddies-avatars span {
    width: 32px;
    height: 32px;
  }

  .wam-baddies-perk {
    grid-template-columns: 28px 39px 1fr;
    gap: 10px;

    padding: 16px 13px;
  }

  .wam-baddies-perk:hover {
    transform: translateX(3px);
  }

  .wam-baddies-perk-icon {
    width: 37px;
    height: 37px;

    font-size: 0.86rem;
  }

  .wam-baddies-perk-copy h3 {
    font-size: 0.83rem;
  }

  .wam-baddies-perk-copy p {
    font-size: 0.72rem;
  }

  .wam-baddies-hand-note {
    font-size: 1rem;
  }

  .wam-baddies-form-card {
    padding: 13px;
  }

  .wam-baddies-form-card::before {
    top: 12px;
    right: -7px;
    bottom: -8px;
    left: 12px;
  }

  .wam-baddies-form-card::after {
    top: -13px;
    right: 18px;

    padding: 6px 11px;

    font-size: 0.47rem;
  }

  .wam-baddies-form-heading {
    margin-bottom: 23px;
  }

  .wam-baddies-form-heading h3 {
    font-size: 1.75rem;
  }

  .wam-baddies-form-heading p {
    font-size: 0.76rem;
  }

  .wam-baddies-elementor-form
  .elementor-field-group {
    width: 100% !important;
  }

  .wam-baddies-elementor-form
  .elementor-field,
  .wam-baddies-elementor-form
  .elementor-select-wrapper select {
    min-height: 49px !important;

    font-size: 0.82rem !important;
  }

  .wam-baddies-elementor-form
  textarea.elementor-field {
    min-height: 115px !important;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {
  .wam-baddies-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wam-baddies-title {
    font-size: 2.25rem;
  }

  .wam-baddies-community-copy strong {
    font-size: 0.67rem;
  }

  .wam-baddies-community-copy span {
    font-size: 0.59rem;
  }

  .wam-baddies-perk {
    grid-template-columns: 24px 36px 1fr;
  }

  .wam-baddies-perk-icon {
    width: 34px;
    height: 34px;
  }
}






/* =========================================
   GET ON THE LIST SECTION
========================================= */

.wam-list-section,
.wam-list-section * {
  box-sizing: border-box;
}

.wam-list-section {
  --wine: #5c1a2e;
  --wine-deep: #3a0f20;
  --plum: #2a1019;
  --cream: #f6eee1;
  --cream-soft: #fbf6ec;
  --gold: #b4863c;
  --gold-light: #d9ae6c;
  --text-soft: #e6d2c7;
  --display: "Fraunces", Georgia, serif;
  --body: "Work Sans", Arial, sans-serif;
  --note: "Caveat", cursive;

  position: relative;
  width: 100%;
  padding: 102px 28px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(217, 174, 108, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 86% 80%,
      rgba(217, 174, 108, 0.08),
      transparent 27%
    ),
    linear-gradient(
      120deg,
      var(--wine),
      var(--wine-deep)
    );

  color: var(--cream-soft);
}

/* Decorative frame */
.wam-list-section::before {
  content: "";
  position: absolute;
  inset: 17px;

  border: 1px solid rgba(217, 174, 108, 0.15);

  pointer-events: none;
}

/* Large background circle */
.wam-list-section::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;

  width: 420px;
  height: 420px;

  border: 1px solid rgba(217, 174, 108, 0.15);
  border-radius: 50%;

  pointer-events: none;
}

/* =========================================
   INNER LAYOUT
========================================= */

.wam-list-wrap {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 760px;
  margin: 0 auto;

  text-align: center;
}

/* =========================================
   EYEBROW
========================================= */

.wam-list-eyebrow {
  margin-bottom: 16px !important;
}

.wam-list-eyebrow,
.wam-list-eyebrow p,
.wam-list-eyebrow .elementor-heading-title {
  margin-top: 0 !important;

  color: var(--gold-light) !important;
  font-family: var(--body) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

/* Small decorative lines */
.wam-list-eyebrow::before,
.wam-list-eyebrow::after {
  content: "";
  display: inline-block;

  width: 25px;
  height: 1px;
  margin: 0 10px;

  background: var(--gold-light);

  vertical-align: middle;
}

/* =========================================
   HEADING
========================================= */

.wam-list-title {
  margin-bottom: 17px !important;
}

.wam-list-title .elementor-heading-title,
.wam-list-title {
  color: var(--cream-soft) !important;
  font-family: var(--display) !important;
  font-size: clamp(2.4rem, 4.8vw, 3.6rem) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
}

.wam-list-title em {
  color: var(--gold-light);
  font-weight: 500;
  font-style: italic;
}

/* =========================================
   DESCRIPTION
========================================= */

.wam-list-description {
  max-width: 570px;
  margin: 0 auto 33px !important;
}

.wam-list-description,
.wam-list-description p {
  color: var(--text-soft) !important;
  font-family: var(--body) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.wam-list-description strong {
  color: var(--cream-soft);
  font-weight: 600;
}

/* =========================================
   ELEMENTOR FORM
========================================= */

.wam-list-form {
  max-width: 560px;
  margin: 0 auto;
}

.wam-list-form
.elementor-form-fields-wrapper {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 12px !important;
  align-items: stretch;
}

.wam-list-form
.elementor-field-group {
  margin: 0 !important;
}

/* Input */
.wam-list-form
.elementor-field {
  min-height: 54px !important;
  padding: 15px 17px !important;

  background: rgba(251, 246, 236, 0.08) !important;
  border: 1px solid rgba(246, 238, 225, 0.42) !important;
  border-radius: 2px !important;

  color: var(--cream-soft) !important;

  font-family: var(--body) !important;
  font-size: 0.92rem !important;

  box-shadow: none !important;

  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
}

.wam-list-form
.elementor-field::placeholder {
  color: rgba(230, 210, 199, 0.8) !important;
  opacity: 1 !important;
}

.wam-list-form
.elementor-field:focus {
  background: rgba(251, 246, 236, 0.13) !important;
  border-color: var(--gold-light) !important;

  box-shadow:
    0 0 0 4px rgba(217, 174, 108, 0.1) !important;

  outline: none !important;
}

/* Button */
.wam-list-form
.elementor-button {
  min-height: 54px !important;
  padding: 15px 22px !important;

  background: var(--gold) !important;
  background-color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  border-radius: 2px !important;

  color: var(--plum) !important;

  font-family: var(--body) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  white-space: nowrap;

  box-shadow:
    0 14px 28px rgba(20, 4, 10, 0.2) !important;

  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

.wam-list-form
.elementor-button:hover,
.wam-list-form
.elementor-button:focus,
.wam-list-form
.elementor-button:active {
  background: var(--gold-light) !important;
  background-color: var(--gold-light) !important;
  border-color: var(--gold-light) !important;
  color: var(--plum) !important;

  transform: translateY(-2px);

  box-shadow:
    0 18px 34px rgba(20, 4, 10, 0.26) !important;
}

/* Success message */
.wam-list-form
.elementor-message-success {
  margin-top: 18px !important;
  padding: 13px 15px !important;

  background: rgba(217, 174, 108, 0.1) !important;
  border: 1px solid rgba(217, 174, 108, 0.3) !important;

  color: var(--gold-light) !important;

  font-family: var(--body) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
}

/* Error message */
.wam-list-form
.elementor-message-danger,
.wam-list-form
.elementor-help-inline {
  color: #f1c9be !important;
  font-family: var(--body) !important;
  font-size: 0.7rem !important;
}

/* Remove blue theme states */
.wam-list-form button,
.wam-list-form input {
  accent-color: var(--wine) !important;
  -webkit-tap-highlight-color: rgba(217, 174, 108, 0.18) !important;
}

/* =========================================
   HANDWRITTEN NOTE
========================================= */

.wam-list-note {
  width: fit-content;
  margin: 23px auto 0 !important;

  color: var(--gold-light) !important;
  font-family: var(--note) !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;

  transform: rotate(-2deg);
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {
  .wam-list-section {
    padding: 76px 18px 82px;
  }

  .wam-list-section::before {
    inset: 9px;
  }

  .wam-list-title .elementor-heading-title,
  .wam-list-title {
    font-size: 2.45rem !important;
  }

  .wam-list-description,
  .wam-list-description p {
    font-size: 0.9rem !important;
  }

  .wam-list-form {
    max-width: 100%;
  }

  .wam-list-form
  .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .wam-list-form
  .elementor-field-group,
  .wam-list-form
  .elementor-button {
    width: 100% !important;
  }

  .wam-list-form
  .elementor-button {
    min-height: 51px !important;
  }

  .wam-list-note {
    margin-top: 19px !important;

    font-size: 0.95rem !important;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {
  .wam-list-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wam-list-title .elementor-heading-title,
  .wam-list-title {
    font-size: 2.15rem !important;
  }

  .wam-list-eyebrow,
  .wam-list-eyebrow p,
  .wam-list-eyebrow .elementor-heading-title {
    font-size: 0.62rem !important;
  }

  .wam-list-eyebrow::before,
  .wam-list-eyebrow::after {
    width: 18px;
    margin: 0 7px;
  }
}