section {
  margin-top: 0;
}
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}
.about-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: var(--dark-bg);
  overflow: hidden;
  padding-top: 80px;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://picsum.photos/seed/about-hero-beans/1920/1080?grayscale&blur=3') center/cover no-repeat;
  opacity: 0.1;
  filter: blur(2px);
}
.about-hero-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(184,115,51,0.06) 0%, transparent 60%);
}
.about-hero-content {
  position: relative;
  z-index: 2;
}
.about-hero-heading {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dark-heading);
  margin-bottom: 20px;
}
.about-hero-heading .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px) rotateX(-15deg);
  animation: wordReveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.about-hero-heading .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) scale(0.8);
  animation: letterReveal 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.copper-line {
  width: 60px;
  height: 3px;
  background: var(--copper-gradient);
  margin: 0 auto;
  border-radius: 2px;
  opacity: 0;
  animation: fadeInUp 0.6s ease 0.8s forwards;
}
.who-we-are {
  background: var(--dark-bg);
  padding: 120px 0;
  position: relative;
}
.who-we-are-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.who-we-are h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 42px;
  color: var(--text-dark-heading);
  margin-bottom: 24px;
  line-height: 1.2;
}
.who-we-are p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.curve-divider.dark-to-light {
  background: var(--dark-charcoal);
}
.fullwidth-photo {
  position: relative;
  height: 60vh;
  overflow: hidden;
}
.fullwidth-photo-img {
  position: absolute;
  inset: -20% 0;
  height: 140%;
  width: 100%;
  background: url('https://picsum.photos/seed/about-roasting-atm/1920/1080') center/cover no-repeat;
  will-change: transform;
}
.fullwidth-photo-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, var(--dark-bg), transparent);
  z-index: 2;
}
.fullwidth-photo-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, var(--dark-charcoal), transparent);
  z-index: 2;
}

/* ===========================================
   ABOUT PAGE — MOBILE (max-width: 767px)
   =========================================== */
@media (max-width: 767px) {

  /* --- About Hero --- */
  .about-hero {
    min-height: auto;
    padding: 64px 0 32px;
  }
  .about-hero-heading {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .copper-line {
    width: 40px;
  }

  /* --- Who We Are --- */
  .who-we-are {
    padding: 48px 0;
  }
  .who-we-are-inner {
    max-width: 100%;
  }
  .who-we-are h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .who-we-are p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* --- Fullwidth Photo --- */
  .fullwidth-photo {
    height: 32vh;
  }

  /* --- Stats --- */
  .stats {
    padding: 48px 0;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 100%;
  }
  .stat-card {
    padding: 24px 20px;
  }
  .stat-card:hover {
    transform: none;
  }
  .stat-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }
  .stat-icon svg {
    width: 24px;
    height: 24px;
  }

  /* --- Founder Quote --- */
  .founder-quote {
    padding: 48px 0;
  }
  .founder-quote-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .founder-photo img {
    height: 280px;
  }
  .founder-quote-mark {
    font-size: 64px;
    margin-bottom: 10px;
  }
  .founder-text blockquote {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .founder-name {
    font-size: 14px;
  }
  .founder-title {
    font-size: 13px;
  }

  /* --- Commitment --- */
  .commitment {
    padding: 48px 0;
  }
  .commitment-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .commitment-images {
    flex-direction: column;
    gap: 12px;
  }
  .commitment-img:first-child {
    margin-left: 0;
  }
  .commitment-img:last-child {
    margin-right: 0;
  }
  .commitment-img img {
    height: 180px;
  }
  .commitment-text h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .commitment-text > p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .commitment-list {
    gap: 12px;
  }
  .commitment-check {
    width: 24px;
    height: 24px;
  }
  .commitment-check svg {
    width: 12px;
    height: 12px;
  }
  .commitment-item-text h4 {
    font-size: 16px;
  }
  .commitment-item-text p {
    font-size: 13px;
  }

}
