.cc_rpEhI1QAFG_rich_text .kombos-rich-text {
  width: 100%;
  color: var(--bd-ink);
  background:
    radial-gradient(circle at 7% 14%, rgba(183, 112, 53, 0.055), transparent 23rem),
    #fffdfa;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text .kombos-container {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: min(calc(100% - 3rem), 76rem);
  max-width: none;
  padding: 4.5rem 0 5.5rem;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__header {
  position: relative;
  padding: 2.75rem clamp(1.5rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid var(--bd-line);
  border-radius: 1.25rem;
  background: linear-gradient(120deg, #f6eee4 0%, #fffdfa 72%);
  box-shadow: 0 1.25rem 3.75rem rgba(51, 36, 24, 0.07);
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__header::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(32%, 19rem);
  background:
    linear-gradient(135deg, transparent 15%, rgba(183, 112, 53, 0.08)),
    repeating-linear-gradient(120deg, transparent 0 1.25rem, rgba(92, 61, 37, 0.035) 1.25rem 1.3125rem);
  pointer-events: none;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__eyebrow {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 0.75rem;
  color: var(--bd-copper-dark);
  font: 700 0.6875rem/1.2 var(--bd-font-body);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__title {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0;
  color: var(--bd-ink);
  font: 400 clamp(2.4rem, 5vw, 4.5rem)/0.98 var(--bd-font-heading);
  letter-spacing: -0.035em;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__ornament {
  position: relative;
  z-index: 1;
  display: block;
  width: 5rem;
  margin-top: 1.25rem;
  color: var(--bd-copper);
  text-align: center;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__ornament::before, .cc_rpEhI1QAFG_rich_text .kombos-rich-text__ornament::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.75rem;
  height: 0.0625rem;
  background: currentColor;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__ornament::before { left: 0; }
.cc_rpEhI1QAFG_rich_text .kombos-rich-text__ornament::after { right: 0; }

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content {
  width: min(100%, 68rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 3.75rem);
  border: 1px solid var(--bd-line);
  border-radius: 1.25rem;
  color: #564b42;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1rem 3rem rgba(51, 36, 24, 0.055);
  font: 400 1rem/1.85 var(--bd-font-body);
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__body {
  width: min(100%, 68rem);
  margin-inline: auto;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__body--with-image {
  width: min(100%, 72rem);
  display: grid;
  grid-template-columns: minmax(17rem, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__body--with-image .kombos-rich-text__content {
  width: 100%;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__media {
  position: sticky;
  top: 1.5rem;
  margin: 0;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  overflow: hidden;
  border: 1px solid var(--bd-line);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(51, 36, 24, 0.07);
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__media img {
  display: block;
  width: 100%;
  max-height: 48rem;
  object-fit: contain;
  border-radius: 0.75rem;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content > :first-child { margin-top: 0; }
.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content > :last-child { margin-bottom: 0; }

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content p {
  margin: 0 0 1.15rem;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content h2, .cc_rpEhI1QAFG_rich_text .kombos-rich-text__content h3, .cc_rpEhI1QAFG_rich_text .kombos-rich-text__content h4 {
  color: var(--bd-ink);
  font-family: var(--bd-font-heading);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content h2 {
  margin: 2.75rem 0 1rem;
  font-size: clamp(1.875rem, 3vw, 2.75rem);
  line-height: 1.08;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content h3 {
  margin: 2rem 0 0.75rem;
  font-size: 1.65rem;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content ul, .cc_rpEhI1QAFG_rich_text .kombos-rich-text__content ol {
  margin: 1.25rem 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.625rem;
  list-style: none;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content li {
  position: relative;
  padding: 0.75rem 1rem 0.75rem 2.25rem;
  border-radius: 0.625rem;
  background: #f8f3ed;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content li::before {
  content: "✓";
  position: absolute;
  left: 0.875rem;
  color: var(--bd-copper-dark);
  font-weight: 700;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 1.75rem;
  border-left: 0.1875rem solid var(--bd-copper);
  border-radius: 0 0.75rem 0.75rem 0;
  color: var(--bd-ink);
  background: #f6eee4;
  font-family: var(--bd-font-heading);
  font-size: 1.25rem;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content table {
  width: 100%;
  margin: 1.75rem 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 0.75rem;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content th, .cc_rpEhI1QAFG_rich_text .kombos-rich-text__content td {
  padding: 0.875rem 1rem;
  border: 1px solid var(--bd-line);
  vertical-align: top;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content th {
  color: var(--bd-ink);
  background: #f3ebe2;
  text-align: left;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content a {
  color: var(--kombos-gray-900);
  text-decoration: underline;
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content a:hover {
  color: var(--kombos-gray-700);
}

.cc_rpEhI1QAFG_rich_text .kombos-rich-text__content img {
  width: 100%;
  max-width: min(100%, 46rem);
  max-height: 42rem;
  margin: 2rem auto;
  height: auto;
  display: block;
  object-fit: contain;
  padding: 1rem;
  border: 1px solid var(--bd-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(51, 36, 24, 0.08);
}

@media (max-width: 767px) {
  .cc_rpEhI1QAFG_rich_text .kombos-rich-text .kombos-container {
    width: min(calc(100% - 1.5rem), 76rem);
    gap: 1rem;
    padding: 1.5rem 0 3.5rem;
  }

  .cc_rpEhI1QAFG_rich_text .kombos-rich-text__header {
    padding: 2rem 1.25rem;
    border-radius: 0.875rem;
  }

  .cc_rpEhI1QAFG_rich_text .kombos-rich-text__header::after {
    width: 42%;
  }

  .cc_rpEhI1QAFG_rich_text .kombos-rich-text__content {
    padding: 1.25rem;
    border-radius: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.75;
  }

  .cc_rpEhI1QAFG_rich_text .kombos-rich-text__body--with-image {
    grid-template-columns: 1fr;
  }

  .cc_rpEhI1QAFG_rich_text .kombos-rich-text__media {
    position: static;
    border-radius: 0.875rem;
  }

  .cc_rpEhI1QAFG_rich_text .kombos-rich-text__content table {
    display: block;
    overflow-x: auto;
  }
}
