body.bop-about-template-active,
body.bop-about-template-active .wp-site-blocks {
  background: #f5ebdd;
}

.bop-about-redesign {
  --bop-about-bg: var(--wp--preset--color--cream, #f5ebdd);
  --bop-about-surface: var(--wp--preset--color--surface, #fffaf3);
  --bop-about-paper: #fff8ef;
  --bop-about-sand: var(--wp--preset--color--sand, #eadbc6);
  --bop-about-ink: var(--wp--preset--color--ink, #3a2e2a);
  --bop-about-muted: var(--wp--preset--color--ink-light, #686868);
  --bop-about-coral: var(--wp--preset--color--coral, #f26a5a);
  --bop-about-border: rgba(58, 46, 42, 0.14);
  --bop-about-shadow: 0 20px 60px rgba(58, 46, 42, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.8), rgba(245, 235, 221, 0.96)),
    var(--bop-about-bg);
  color: var(--bop-about-ink);
  margin-block-start: 0 !important;
  overflow-x: clip;
}

.bop-about-redesign *,
.bop-about-redesign *::before,
.bop-about-redesign *::after {
  box-sizing: border-box;
}

.bop-about-redesign :where(h1, h2, h3) {
  color: var(--bop-about-ink);
  font-family: var(--wp--preset--font-family--playfair-display);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.bop-about-redesign p,
.bop-about-redesign li,
.bop-about-redesign a {
  font-family: var(--wp--preset--font-family--space-grotesk);
}

.bop-about-redesign p,
.bop-about-redesign li {
  color: var(--bop-about-muted);
  line-height: 1.72;
}

.bop-about-redesign img {
  display: block;
  height: auto;
  max-width: 100%;
}

.bop-about-kicker {
  color: var(--bop-about-coral) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.bop-about-hero {
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.bop-about-hero__image,
.bop-about-hero .wp-block-cover__image-background {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.bop-about-hero::after {
  background: linear-gradient(90deg, rgba(29, 20, 16, 0.54), rgba(29, 20, 16, 0.12) 48%, rgba(29, 20, 16, 0.42));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.bop-about-hero__content,
.bop-about-hero .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 760px;
  padding: 5rem 1.5rem 9rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.bop-about-hero h1 {
  color: #fffaf3;
  font-size: 5.2rem;
  text-shadow: 0 2px 28px rgba(32, 22, 18, 0.38);
}

.bop-about-hero p:not(.bop-about-kicker) {
  color: rgba(255, 250, 243, 0.94);
  font-size: 1.05rem;
  margin: 1rem auto 0;
  max-width: 620px;
  text-shadow: 0 2px 18px rgba(32, 22, 18, 0.32);
}

.bop-about-hero .bop-about-kicker {
  color: #fff8ef !important;
}

.bop-about-panel {
  background: rgba(255, 248, 239, 0.96);
  border: 1px solid var(--bop-about-border);
  border-radius: 26px 26px 0 0;
  box-shadow: var(--bop-about-shadow);
  margin: -5.5rem auto 0;
  max-width: 1440px;
  overflow: hidden;
  padding: 0 clamp(1rem, 4vw, 3rem) 4rem;
  position: relative;
  z-index: 2;
}

.bop-about-section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 4.5rem 0 0;
}

.bop-about-section + .bop-about-section {
  border-top: 1px solid rgba(58, 46, 42, 0.1);
  margin-top: 4.5rem;
}

.bop-about-story-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.bop-about-story-copy {
  max-width: 560px;
}

.bop-about-story-copy h2,
.bop-about-section-heading h2 {
  font-size: 3.2rem;
}

.bop-about-story-copy p {
  font-size: 0.98rem;
  margin: 1rem 0 0;
}

.bop-about-image-frame {
  background: #f0dfc9;
  border-radius: 22px;
  overflow: hidden;
}

.bop-about-image-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.bop-about-values {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.bop-about-card {
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid var(--bop-about-border);
  border-radius: 8px;
  min-width: 0;
  padding: 1.35rem;
}

.bop-about-card h3 {
  font-size: 1.55rem;
}

.bop-about-card p {
  font-size: 0.92rem;
  margin: 0.75rem 0 0;
}

.bop-about-card-mark {
  color: var(--bop-about-coral);
  display: block;
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.bop-about-process {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.bop-about-step {
  min-width: 0;
}

.bop-about-step figure {
  background: #f1e0ca;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.bop-about-step img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.bop-about-step-title {
  align-items: center;
  color: var(--bop-about-ink);
  display: flex;
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.55rem;
  margin: 0.85rem 0 0.35rem;
}

.bop-about-step-title span {
  align-items: center;
  background: var(--bop-about-coral);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 1.45rem;
  height: 1.45rem;
  justify-content: center;
  line-height: 1;
}

.bop-about-step p {
  font-size: 0.88rem;
  margin: 0;
}

.bop-about-proof {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
}

.bop-about-proof .bop-about-image-frame img {
  aspect-ratio: 3 / 2;
}

.bop-about-proof ul {
  margin: 1.25rem 0 0;
  padding-left: 1.1rem;
}

.bop-about-proof li + li {
  margin-top: 0.45rem;
}

.bop-about-journey {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 2rem;
}

.bop-about-journey figure {
  background: #f1e0ca;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.bop-about-journey img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.bop-about-cta {
  align-items: center;
  background: linear-gradient(135deg, #fffaf3, #f4ddca);
  border: 1px solid rgba(58, 46, 42, 0.12);
  border-radius: 22px;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 4.5rem auto 0;
  max-width: 1240px;
  padding: 2rem;
}

.bop-about-cta h2 {
  font-size: 2.5rem;
}

.bop-about-cta p {
  margin: 0.75rem 0 0;
}

.bop-about-cta .wp-block-buttons {
  gap: 0.75rem;
  margin: 0;
}

.bop-about-redesign .wp-block-button__link {
  border-radius: 999px;
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.78rem 1.25rem;
  text-decoration: none;
}

.bop-about-redesign .bop-about-button-secondary .wp-block-button__link {
  background: transparent !important;
  border: 1px solid rgba(58, 46, 42, 0.22);
  color: var(--bop-about-ink) !important;
}

@media (max-width: 980px) {
  .bop-about-hero {
    min-height: 500px;
  }

  .bop-about-hero .wp-block-cover__inner-container {
    padding-bottom: 7.5rem;
  }

  .bop-about-hero h1 {
    font-size: 4rem;
  }

  .bop-about-story-grid,
  .bop-about-proof {
    grid-template-columns: 1fr;
  }

  .bop-about-values {
    grid-template-columns: 1fr;
  }

  .bop-about-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bop-about-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bop-about-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bop-about-redesign {
    overflow-x: hidden;
  }

  .bop-about-hero {
    border-radius: 22px;
    margin: 1rem;
    min-height: 420px;
  }

  .bop-about-hero .wp-block-cover__inner-container {
    padding: 6rem 1.25rem 2rem;
    text-align: left;
  }

  .bop-about-hero h1 {
    font-size: 3.15rem;
  }

  .bop-about-hero p:not(.bop-about-kicker) {
    font-size: 1rem;
    margin-left: 0;
  }

  .bop-about-panel {
    border-radius: 0;
    border-width: 0;
    margin-top: 0;
    padding: 0 1rem 3rem;
  }

  .bop-about-section {
    padding-top: 3rem;
  }

  .bop-about-section + .bop-about-section {
    margin-top: 3rem;
  }

  .bop-about-story-copy h2,
  .bop-about-section-heading h2 {
    font-size: 2.35rem;
  }

  .bop-about-image-frame {
    border-radius: 16px;
  }

  .bop-about-process {
    grid-template-columns: 1fr;
  }

  .bop-about-journey {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding: 0 1rem 0.25rem;
    scroll-snap-type: x proximity;
  }

  .bop-about-journey figure {
    flex: 0 0 44%;
    scroll-snap-align: start;
  }

  .bop-about-cta {
    border-radius: 16px;
    margin-top: 3rem;
    padding: 1.35rem;
  }

  .bop-about-cta h2 {
    font-size: 2rem;
  }

  .bop-about-cta .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .bop-about-cta .wp-block-button,
  .bop-about-cta .wp-block-button__link {
    width: 100%;
  }
}
