/* About Us */

.about-page{
    background: #ffffff;
    color: #1a1a1a;
    padding: 0 0 80px;
    font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
}
  
.about-hero-bg{
    width: 100%;
    min-height: 46.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("Will_and_Ellen_2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
    position: relative;
}

/* About hero typography (matches Contact Us) */

.about-eyebrow{
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
  }
  
  .about-title{
    margin: 0 0 14px;
    font-family: big-caslon-fb, serif;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  }
  
  .about-lede{
    margin: 0 auto;
    max-width: 70ch;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    text-shadow: 0 2px 10px rgba(0,0,0,0.45);
  }
  
  
.about-hero-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 0;
}
  
.about-hero-inner{
    position: relative;
    z-index: 1;
    width: min(1100px, 92vw);
    margin: 0 auto;
    text-align: center;
    padding: 80px 18px;
    max-width: 900px;
}
  
  
.about-hero-bg .about-lede{
    color: rgba(255, 255, 255, 0.90);
    margin: 0 auto;
    max-width: 68ch;
    text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
  
.about-us-header{
    display: block;
    margin: -60px auto 0; 
    width: min(95vw, 900px);
    height: auto;
}
  
.about-grid,
.about-split{
    width: min(1100px, 92vw);
    margin-left: auto;
    margin-right: auto;
}
  
.about-grid{
    margin-top: 34px;
}

.about-copy{
    background: #ffffff;
    padding: 56px 18px 64px;
}
  
.about-copy-inner{
    width: min(900px, 92vw);
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 28px;
}
  
.about-copy-inner p{
    margin: 0 auto;
    max-width: 70ch;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(0,0,0,0.78);
    letter-spacing: 0.01em;
}
