.bv-about-page {
  --bv-ink: #151412;
  --bv-muted: #6f6962;
  --bv-gold: #c99b5c;
  --bv-gold-deep: #9a6d34;
  --bv-cream: #f7f3ed;
  --bv-line: #dfd4c5;
  overflow: hidden;
  background: #fff;
  color: var(--bv-ink);
}

.bv-about-page *,
.bv-about-page *::before,
.bv-about-page *::after {
  box-sizing: border-box;
}

.bv-about-page img {
  display: block;
  max-width: 100%;
}

.bv-about-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.bv-about-eyebrow {
  margin: 0 0 13px;
  color: var(--bv-gold-deep);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: .055em;
}

.bv-about-page h1,
.bv-about-page h2,
.bv-about-page h3 {
  margin-top: 0;
  color: var(--bv-ink);
  font-family: "Old Standard TT", Georgia, serif;
  font-weight: 500;
}

.bv-about-page h1,
.bv-about-page h2 {
  letter-spacing: .055em;
  text-transform: uppercase;
}

.bv-about-page p,
.bv-about-page li,
.bv-about-page a {
  font-family: "Open Sans", Arial, sans-serif;
}

.bv-about-page p {
  color: var(--bv-muted);
  font-size: 17px;
  line-height: 1.8;
}

.bv-about-hero {
  background: var(--bv-cream);
  border-bottom: 1px solid var(--bv-line);
}

.bv-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: stretch;
  min-height: 720px;
}

.bv-about-hero-copy {
  align-self: center;
  padding: 96px 70px 96px 0;
}

.bv-about-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(48px, 6.1vw, 82px);
  line-height: .98;
}

.bv-about-lead {
  max-width: 680px;
  margin: 0;
  font-size: clamp(18px, 1.8vw, 22px) !important;
  line-height: 1.7 !important;
}

.bv-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.bv-about-button {
  display: inline-flex;
  min-width: 205px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid var(--bv-ink);
  background: var(--bv-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .105em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.bv-about-button:hover,
.bv-about-button:focus-visible {
  border-color: var(--bv-gold);
  background: var(--bv-gold);
  color: #111;
}

.bv-about-button--outline {
  background: transparent;
  color: var(--bv-ink);
}

.bv-about-portrait {
  position: relative;
  min-height: 720px;
  margin: 0;
}

.bv-about-portrait img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center 27%;
}

.bv-about-portrait figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 16px 18px;
  background: rgba(17, 16, 15, .86);
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.bv-about-highlights {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  background: var(--bv-ink);
}

.bv-about-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bv-about-highlight {
  padding: 34px 32px;
  text-align: center;
}

.bv-about-highlight + .bv-about-highlight {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.bv-about-highlight strong,
.bv-about-highlight span {
  display: block;
}

.bv-about-highlight strong {
  color: #fff;
  font-family: "Old Standard TT", Georgia, serif;
  font-size: clamp(25px, 2.8vw, 36px);
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.bv-about-highlight span {
  margin-top: 8px;
  color: #cfc8bf;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bv-about-story {
  padding: 108px 0;
}

.bv-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 86px;
  align-items: center;
}

.bv-about-story-image {
  position: relative;
  margin: 0;
}

.bv-about-story-image::before {
  content: "";
  position: absolute;
  inset: 24px 24px -24px -24px;
  z-index: 0;
  border: 1px solid var(--bv-gold);
}

.bv-about-story-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.bv-about-story-copy h2,
.bv-about-values-heading h2,
.bv-about-connection-copy h2,
.bv-about-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4.7vw, 60px);
  line-height: 1.06;
}

.bv-about-story-copy p {
  margin: 0 0 18px;
}

.bv-about-story-copy p:last-child {
  margin-bottom: 0;
}

.bv-about-kitchens {
  margin-top: 28px;
  padding: 23px 0 0;
  border-top: 1px solid var(--bv-line);
}

.bv-about-kitchens strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bv-ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bv-about-kitchens span {
  color: var(--bv-muted);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.7;
}

.bv-about-values {
  padding: 98px 0 108px;
  background: var(--bv-cream);
  border-block: 1px solid var(--bv-line);
}

.bv-about-values-heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.bv-about-values-heading p:last-child {
  margin: 0;
}

.bv-about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bv-about-value-card {
  padding: 38px 34px 36px;
  background: #fff;
  border: 1px solid var(--bv-line);
}

.bv-about-value-number {
  margin: 0 0 22px !important;
  color: var(--bv-gold-deep) !important;
  font-family: "Lora", Georgia, serif !important;
  font-size: 14px !important;
  font-style: italic;
  letter-spacing: .08em;
}

.bv-about-value-card h3 {
  margin-bottom: 14px;
  font-size: 28px;
  letter-spacing: .03em;
  line-height: 1.15;
}

.bv-about-value-card p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.bv-about-connection {
  padding: 108px 0;
}

.bv-about-connection-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 80px;
  align-items: center;
}

.bv-about-connection-copy p {
  margin: 0 0 18px;
}

.bv-about-connection-copy p:last-child {
  margin-bottom: 0;
}

.bv-about-region-card {
  padding: 48px 44px;
  background: var(--bv-ink);
  color: #fff;
}

.bv-about-region-card .bv-about-eyebrow {
  color: #deb474;
}

.bv-about-region-card h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 43px);
  letter-spacing: .045em;
  line-height: 1.08;
  text-transform: uppercase;
}

.bv-about-region-card p {
  margin: 0 0 26px;
  color: #d2cdc6;
  font-size: 15px;
}

.bv-about-region-link {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
  text-decoration-color: var(--bv-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  text-transform: uppercase;
}

.bv-about-cta {
  padding: 100px 0;
  background: linear-gradient(rgba(17, 16, 15, .77), rgba(17, 16, 15, .77)), url("../wp-content/uploads/2026/09/bella-vita-elegant-wedding-buffet-open-chafers.webp") center / cover no-repeat;
  text-align: center;
}

.bv-about-cta-inner {
  max-width: 830px;
}

.bv-about-cta .bv-about-eyebrow {
  color: #e0b779;
}

.bv-about-cta h2 {
  color: #fff;
}

.bv-about-cta-copy {
  max-width: 690px;
  margin: 0 auto;
  color: #e1ddd7 !important;
}

.bv-about-cta .bv-about-actions {
  justify-content: center;
}

.bv-about-cta .bv-about-button {
  border-color: var(--bv-gold);
  background: var(--bv-gold);
  color: #111;
}

.bv-about-cta .bv-about-button:hover,
.bv-about-cta .bv-about-button:focus-visible {
  border-color: #fff;
  background: #fff;
}

.bv-about-cta .bv-about-button--outline {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.bv-about-cta .bv-about-button--outline:hover,
.bv-about-cta .bv-about-button--outline:focus-visible {
  background: #fff;
  color: #111;
}

@media (max-width: 1000px) {
  .bv-about-hero-grid,
  .bv-about-story-grid,
  .bv-about-connection-grid {
    grid-template-columns: 1fr;
  }

  .bv-about-hero-copy {
    padding: 78px 0 64px;
  }

  .bv-about-portrait,
  .bv-about-portrait img {
    min-height: 620px;
  }

  .bv-about-story-grid,
  .bv-about-connection-grid {
    gap: 58px;
  }

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

  .bv-about-value-card {
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .bv-about-shell {
    width: min(100% - 28px, 1240px);
  }

  .bv-about-hero-copy {
    padding: 58px 0 48px;
  }

  .bv-about-hero-copy h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .bv-about-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bv-about-button {
    width: 100%;
  }

  .bv-about-portrait,
  .bv-about-portrait img {
    min-height: 500px;
  }

  .bv-about-portrait figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .bv-about-highlights-grid {
    grid-template-columns: 1fr;
  }

  .bv-about-highlight {
    padding: 25px 20px;
  }

  .bv-about-highlight + .bv-about-highlight {
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .bv-about-story,
  .bv-about-connection {
    padding: 76px 0;
  }

  .bv-about-values {
    padding: 72px 0 78px;
  }

  .bv-about-story-image::before {
    inset: 14px 14px -14px -14px;
  }

  .bv-about-story-image img {
    min-height: 360px;
  }

  .bv-about-value-card,
  .bv-about-region-card {
    padding: 31px 25px;
  }

  .bv-about-cta {
    padding: 76px 0;
  }
}
