/* Brand story — a tall image beside long-form copy.
   The copy is a single RICH_TEXT field, so headings and paragraphs inside it
   are styled by element rather than by class. */

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial {
  /* Sections paint their own background: the theme owns the page
     background and our global CSS cannot set `body`. */
  background: var(--kombos-cream);

  width: 100%;
}

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 3rem;
}

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  align-self: start;
}

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__body h3 {
  margin: 0 0 1.1rem;
  color: var(--kombos-ink);
  font-family: var(--kombos-font-serif);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 400;
  line-height: 1.1;
}

/* Spacing between story blocks comes from the heading, not a wrapper. */
.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__body h3:not(:first-child) {
  margin-top: 3.4rem;
}

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__body p {
  margin: 0 0 1.2rem;
  max-width: 38rem;
  color: var(--kombos-ink-soft);
  font-size: 0.95rem;
}

.cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__body p:last-child {
  margin-bottom: 0;
}

/* ===== Tablet ===== */

@media (min-width: 768px) {
  .cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* ===== Desktop ===== */

@media (min-width: 1024px) {
  .cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 6vw;
  }

  /* The image trails the reader down the column. */
  .cc_xuUMlpuJCr_1Q91tFRRKK .kombos-editorial__media {
    position: sticky;
    top: 5.625rem;
  }
}
