/* ==========================================================================
   About Us page
   ========================================================================== */

.about-hero{
  position:relative;min-height:460px;display:flex;flex-direction:column;justify-content:center;align-items:center;
  color:#fff;text-align:center;padding:70px 24px;
  background:linear-gradient(rgba(11,29,51,.35),rgba(60,35,10,.55)),
             url('../images/aboutus-hero.jpeg') center/cover no-repeat;
}
.about-hero .eyebrow{letter-spacing:3px;text-transform:uppercase;font-size:.78rem;color:var(--gold);font-weight:bold;margin-bottom:16px;}
.about-hero h1{font-size:2.8rem;font-weight:normal;font-family:Georgia,serif;line-height:1.3;max-width:760px;}
.about-hero p{margin-top:18px;max-width:640px;color:#f1ede3;line-height:1.75;font-size:.95rem;}

@media(max-width:960px){
  .about-hero h1{font-size:2rem;}
  .about-hero{min-height:380px;}
}

.philosophy-section{max-width:1180px;margin:0 auto;padding:90px 48px;}
.philosophy-head{max-width:680px;margin-bottom:44px;}
.philosophy-head h2{font-size:2rem;color:var(--heritage-ink);margin-bottom:14px;}
.philosophy-head p{color:var(--muted);line-height:1.7;font-size:.94rem;}

.philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.philosophy-card{background:var(--sand);border-radius:10px;padding:32px 28px;}
.philosophy-card .icon{
  width:52px;height:52px;border-radius:50%;background:#fff;color:var(--palace-red);
  display:flex;align-items:center;justify-content:center;margin-bottom:20px;
}
.philosophy-card .icon svg{width:24px;height:24px;}
.philosophy-card h3{font-size:1.1rem;color:var(--heritage-ink);margin-bottom:10px;font-family:Georgia,serif;}
.philosophy-card p{font-size:.88rem;color:var(--muted);line-height:1.65;}

@media(max-width:960px){
  .philosophy-section{padding:60px 22px;}
  .philosophy-grid{grid-template-columns:1fr;}
}

.about-cta-band{background:var(--sand);}
.about-cta-band .inner{
  max-width:720px;margin:0 auto;padding:70px 48px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:16px;
}
.about-cta-band .cta-icon{color:var(--palace-red);width:34px;height:34px;}
.about-cta-band h2{color:var(--heritage-ink);font-size:1.9rem;font-weight:normal;font-family:Georgia,serif;}
.about-cta-band p{color:var(--muted);font-size:.95rem;line-height:1.7;max-width:560px;}
.about-cta-band .btn{
  white-space:nowrap;border-radius:999px;display:inline-flex;align-items:center;gap:10px;margin-top:6px;
}
.about-cta-band .btn svg{width:16px;height:16px;}

@media(max-width:960px){
  .about-cta-band .inner{padding:50px 22px;}
}
