/* Eight Bells About Page V2 */

.eba2-page {
  --eb-bg: #f8f6f3;
  --eb-text: #2f2d2b;
  --eb-muted: #5f5a55;
  --eb-accent: #b79b7d;
  --eb-line: #d8d0c6;
  --eb-image-bg: #ddd7cf;

  background: var(--eb-bg);
  color: var(--eb-text);
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

.eba2-page a {
  color: inherit;
  text-decoration: none;
}

.eba2-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.eba2-section {
  padding: 7rem 1.5rem;
}

.eba2-hero {
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.eba2-container {
  max-width: 1180px;
  margin: 0 auto;
}

.eba2-container-small {
  max-width: 780px;
  margin: 0 auto;
}

.eba2-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 6rem;
  align-items: center;
}

.eba2-hero-image,
.eba2-secondary-image {
  overflow: hidden;
  background: var(--eb-image-bg);
}

.eba2-hero-image {
  aspect-ratio: 4 / 5.35;
}

.eba2-secondary-image {
  aspect-ratio: 4 / 5;
}

.eba2-hero-image:empty,
.eba2-secondary-image:empty {
  min-height: 520px;
}

.eba2-eyebrow {
  margin: 0 0 1.5rem;
  color: var(--eb-accent);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eba2-page h1,
.eba2-page h2,
.eba2-statement {
  font-family: 'Playfair Display', 'Playfair', Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.eba2-page h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.eba2-page h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.eba2-lead {
  max-width: 620px;
  margin-top: 2rem;
  color: var(--eb-muted);
  font-size: 1.04rem;
  line-height: 1.9;
}

.eba2-lead p,
.eba2-body p {
  margin: 0;
}

.eba2-lead p + p,
.eba2-body p + p {
  margin-top: 1.4rem;
}

.eba2-statement-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.eba2-statement {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.eba2-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  align-items: start;
  border-top: 1px solid var(--eb-line);
  padding-top: 4rem;
}

.eba2-body {
  max-width: 660px;
  color: var(--eb-muted);
  font-size: 1.02rem;
  line-height: 1.9;
}

.eba2-image-text-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 6rem;
  align-items: center;
}

.eba2-card-copy {
  max-width: 620px;
}

.eba2-card-copy .eba2-body {
  margin-top: 2.2rem;
}

.eba2-cta {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 8rem;
}

.eba2-cta h2 {
  max-width: 760px;
  margin: 0 auto;
}

.eba2-button {
  display: inline-block;
  margin-top: 2.5rem;
  border: 1px solid var(--eb-text);
  padding: 1rem 1.75rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 250ms ease, opacity 250ms ease;
}

.eba2-button:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

@media (max-width: 1000px) {
  .eba2-section {
    padding: 5.5rem 1.5rem;
  }

  .eba2-hero {
    padding-top: 5rem;
  }

  .eba2-hero-grid,
  .eba2-split,
  .eba2-image-text-grid {
    grid-template-columns: 1fr;
  }

  .eba2-hero-grid,
  .eba2-image-text-grid {
    gap: 3.5rem;
  }

  .eba2-split {
    gap: 2.5rem;
  }

  .eba2-hero-image {
    max-width: 620px;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
  }

  .eba2-secondary-image {
    max-width: 620px;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
  }

  .eba2-page h1,
  .eba2-page h2,
  .eba2-lead,
  .eba2-body,
  .eba2-card-copy {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .eba2-section {
    padding: 4.5rem 1.25rem;
  }

  .eba2-hero {
    padding-top: 4rem;
  }

  .eba2-page h1 {
    font-size: clamp(2.55rem, 11vw, 3.45rem);
  }

  .eba2-page h2 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .eba2-lead,
  .eba2-body {
    font-size: 1rem;
    line-height: 1.75;
  }

  .eba2-statement {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .eba2-split {
    padding-top: 3rem;
  }

  .eba2-button {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1600px) {
  .eba2-container {
    max-width: 1100px;
  }

  .eba2-hero-grid,
  .eba2-image-text-grid {
    gap: 5rem;
  }

  .eba2-page h1 {
    font-size: 4.4rem;
  }

  .eba2-page h2 {
    font-size: 3.25rem;
  }
}
