.cew-section-intro {
  width: 100%;
}

.cew-si-inner {
  width: 100%;
  display: grid;
  grid-template-columns: var(--cew-cols, 1fr 1fr);
  justify-items: var(--cew-justify-items, stretch);
  align-items: var(--cew-align-items-manual, flex-end);
  gap: 16px;
}

.cew-si-left {
  display: flex;
  flex-direction: column;
  align-items: var(--cew-left-items, flex-start);
  text-align: var(--cew-left-text, inherit);
  width: var(--cew-left-width, auto);
  gap: 16px;
}

/* ── Label / eyebrow ─────────────────────────────────────────── */
.cew-si-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #000;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

/* Styled variant — brand red display eyebrow */
.cew-si-label--styled {
  color: #D1736D;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

/* ── Heading ─────────────────────────────────────────────────── */
.cew-si-heading-wrap {
  position: relative;
  width: 100%;
  --cew-sparkle-size: 18px;
}

.cew-si-heading {
  margin: 0;
  margin-left: var(--cew-content-ml, 0);
  margin-right: var(--cew-content-mr, 0);
  text-align: var(--cew-content-text, inherit);
  color: #000;
  font-family: "Nunito";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}

/* Styled variant — Bagel Fat One display face */
.cew-si-heading--styled {
  color: #D1736D;
  font-family: "Bagel Fat One", cursive;
  font-size: 44px!important;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: normal;
  text-transform: none;
}

/* ── Sparkles ────────────────────────────────────────────────── */

.cew-si-heading-wrap--sparkles {
  width: fit-content;
  max-width: 100%;
  padding: calc(var(--cew-sparkle-size) * 0.35) calc(var(--cew-sparkle-size) * 1.6);
}

.cew-si-sparkle {
  position: absolute;
  display: block;
  color: #D1736D;
  pointer-events: none;
  line-height: 0;
}

.cew-si-sparkle svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cew-si-sparkle--tl {
  top: 0;
  left: 0;
  width: calc(var(--cew-sparkle-size) * 22 / 18);
  height: calc(var(--cew-sparkle-size) * 22 / 18);
}

.cew-si-sparkle--tr {
  top: 0;
  right: calc(var(--cew-sparkle-size) * 0.2);
  width: calc(var(--cew-sparkle-size) * 12 / 18);
  height: calc(var(--cew-sparkle-size) * 12 / 18);
}

.cew-si-sparkle--br {
  bottom: 16%;
  right: 0;
  width: var(--cew-sparkle-size);
  height: var(--cew-sparkle-size);
}

/* ── Right column / description ──────────────────────────────── */
.cew-si-right {
  display: flex;
  align-items: var(--cew-right-items, center);
  justify-content: var(--cew-right-justify, flex-end);
  text-align: var(--cew-right-text, inherit);
  width: var(--cew-right-width, auto);
}

.cew-si-description {
  margin: 0;
  margin-left: var(--cew-content-ml, 0);
  margin-right: var(--cew-content-mr, 0);
  color: #525252;
  text-align: var(--cew-desc-text, center);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.cew-si-description--styled {
  color: #D1736D;
  font-family: "Manrope";
  font-weight: 500;
}

/* ── Right Column Button ─────────────────────────────────────── */
.cew-si-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px 13px 20px;
  border: 1px solid transparent;
  color: #D1736D;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cew-si-btn:hover {
  color: #8F3F3F;
}

.cew-si-btn i,
.cew-si-btn svg {
  font-size: 13px;
  margin-top: 2px;
}

/* ── Label Frame ─────────────────────────────────────────────── */
.cew-si-label--framed {
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.cew-si-label-primary {
  display: inline-flex;
  align-items: center;
  gap: inherit;
}

/* ── Label Dot ───────────────────────────────────────────────── */
.cew-si-label-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0F1117;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
}

/* ── Label After Text ────────────────────────────────────────── */
.cew-si-label-after {
  white-space: nowrap;
  -webkit-text-fill-color: currentColor;
  color: #0F1117;
}

/* ── Scale up: tablet ────────────────────────────────────────── */
@media ( max-width: 768px ) {
  .cew-si-heading {
    font-size: 40px;
    line-height: 46px;
  }

  .cew-si-heading--styled {
    font-size: 56px;
    line-height: 110%;
  }

  .cew-si-heading-wrap {
    --cew-sparkle-size: 24px;
  }
}

@media (  max-width: 500px ) {
  .cew-si-inner {
    gap: 16px;
  }
  .cew-si-left {
    gap: 16px;
  }
  .cew-si-label {
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.24px;
  }

  .cew-si-label--styled {
    font-size: 12px;
    letter-spacing: -0.24px;
  }

  .cew-si-heading {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.64px;
  }

  .cew-si-description {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
  }
}
