/* =====================================================================
   ABOUT.CSS — page-specific styles for about.html
   Shared nav / contact pill / footer / buttons live in base.css.
   ===================================================================== */

/* ============ HERO (video, bottom-left content) ============ */
.hero{
  position:relative;
  height:92vh; min-height:600px;
  overflow:hidden;
  background:#100f0c; /* fallback while video/poster loads */
}
.hero video{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1;
}
.hero::after{
  content:"";
  position:absolute; inset:0; z-index:2;
  background:linear-gradient(180deg, rgba(16,15,12,0.05) 0%, rgba(16,15,12,0.18) 55%, rgba(16,15,12,0.66) 100%);
}

.hero-content{
  position:relative; z-index:3; height:100%;
  max-width:var(--container); margin:0 auto;
  padding:0 48px 160px;
  display:flex; flex-direction:column; justify-content:flex-end;
}
.hero-content h1{
  font-family:var(--serif); font-weight:400; color:var(--white);
  font-size:clamp(38px, 5.4vw, 68px); line-height:1.04; letter-spacing:-.01em;
}
.hero-content p{
  margin-top:18px; max-width:560px;
  font-family:var(--sans); font-weight:400; font-size:17px;
  color:rgba(255,255,255,0.82);
}

@media (max-width:640px){
  .hero-content{ padding:0 24px 120px; }
}

/* ============ COMPANY INTRO ============ */
.company-section{ background:var(--cream); padding:120px 0; }
.company-wrap{ max-width:760px; margin:0 auto; padding:0 48px; }
.company-wrap .eyebrow{ display:block; margin-bottom:16px; }
.company-wrap h2{
  font-family:var(--serif); font-weight:400; font-size:clamp(30px,3.4vw,42px);
  color:var(--ink); margin-bottom:32px;
}
.company-wrap p{
  font-family:var(--sans); font-weight:400; font-size:18px; line-height:1.8;
  color:var(--ink); margin-bottom:26px;
}
.company-wrap p:last-child{ margin-bottom:0; }
.highlight{ color:var(--brass); font-weight:600; }

@media (max-width:640px){
  .company-section{ padding:80px 0; }
  .company-wrap p{ font-size:16.5px; }
}

/* ============ BIO + STATS ============ */
.bio-section{ background:var(--white); padding:150px 0 130px; }
.bio-wrap{ max-width:var(--container); margin:0 auto; padding:0 48px; }
.bio-grid{ display:grid; grid-template-columns:1.4fr 1fr; gap:110px; align-items:start; }

.bio-copy h2{
  font-family:var(--serif); font-weight:400; font-size:clamp(28px,3vw,36px);
  color:var(--ink); margin-bottom:32px;
}
.bio-copy p{
  font-family:var(--sans); font-weight:400; font-size:19px; line-height:1.75;
  color:var(--ink); max-width:60ch; margin-bottom:34px;
}
.bio-copy p:last-of-type{ margin-bottom:0; }

/* Career milestone strip — breaks up the opening narrative */
.bio-milestones{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:32px;
  margin:8px 0 34px; padding:32px 0; border-top:1px solid var(--hairline); border-bottom:1px solid var(--hairline);
}
.milestone-num{ font-family:var(--serif); font-weight:400; font-size:30px; color:var(--brass); line-height:1; }
.milestone-label{
  margin-top:10px; font-family:var(--sans); font-weight:400; font-size:13.5px; line-height:1.5; color:var(--grey);
}

/* Closing pull-quote */
.bio-pullquote{
  margin:0 0 40px; padding-left:28px; border-left:2px solid var(--brass);
  font-family:var(--serif); font-style:italic; font-weight:400; font-size:22px; line-height:1.55;
  color:var(--ink); max-width:58ch;
}

.bio-cta{ margin-top:48px; }

@media (max-width:640px){
  .bio-milestones{ grid-template-columns:1fr; gap:24px; }
  .bio-pullquote{ font-size:19px; }
}

.stat-col{ display:flex; flex-direction:column; }
.stat-item{ padding:34px 0; }
.stat-item:first-child{ padding-top:0; }
.stat-num{ font-family:var(--serif); font-weight:400; font-size:44px; color:var(--ink); line-height:1; }
.stat-label{
  margin-top:14px; font-family:var(--sans); font-weight:600; font-size:13.5px;
  letter-spacing:.08em; text-transform:uppercase; color:var(--ink);
}
.stat-divider{ height:1px; background:var(--hairline); }

/* What I Bring — narrow single-column list, sits under the stats sidebar */
.bio-brings-head{
  font-family:var(--serif); font-weight:400; font-size:22px;
  color:var(--ink); margin:34px 0 28px;
}
.bio-brings-list{ display:flex; flex-direction:column; gap:28px; }
.bring-icon{
  width:38px; height:38px; border-radius:50%;
  background:var(--cream); display:flex; align-items:center; justify-content:center;
  margin-bottom:14px;
}
.bring-icon svg{ width:16px; height:16px; stroke:var(--brass); }
.bring-item h4{
  font-family:var(--sans); font-weight:700; font-size:14.5px; color:var(--ink); margin-bottom:6px;
}
.bring-item p{
  font-family:var(--sans); font-weight:400; font-size:14px; line-height:1.6; color:var(--grey);
  max-width:none; margin-bottom:0;
}

@media (max-width:900px){
  .bio-section{ padding:90px 0 80px; }
  .bio-grid{ grid-template-columns:1fr; gap:56px; }
  .bio-copy p{ font-size:17px; }
}

/* ============ VISION & VALUES (split) ============ */
.vision{ display:grid; grid-template-columns:1fr 1fr; }
.vision-text{
  background:var(--cream); min-height:640px;
  display:flex; flex-direction:column; justify-content:center;
  padding:90px 100px;
}
.vision-text h2{
  font-family:var(--serif); font-weight:400; font-size:clamp(28px,3vw,36px);
  color:var(--ink); margin-bottom:28px;
}
.vision-text p{
  font-family:var(--sans); font-weight:400; font-size:16.5px; line-height:1.75;
  color:var(--ink); max-width:56ch; margin-bottom:24px;
}
.vision-text p:last-child{ margin-bottom:0; }

.vision-photo{ position:relative; min-height:640px; overflow:hidden; }
.vision-photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.vision-photo::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(10,9,7,0.58) 0%, rgba(10,9,7,0.32) 42%, rgba(10,9,7,0.14) 100%);
}
.vision-values{
  position:relative; z-index:2; height:100%;
  display:flex; flex-direction:column; justify-content:center; gap:34px;
  padding:60px 80px;
}
.vision-values span{
  font-family:var(--sans); font-weight:600; font-size:23px; color:var(--white);
}

@media (max-width:900px){
  .vision{ grid-template-columns:1fr; }
  .vision-text{ min-height:auto; padding:64px 24px; }
  .vision-photo{ min-height:420px; }
  .vision-values{ padding:44px 24px; gap:24px; }
  .vision-values span{ font-size:19px; }
}

/* ============ TESTIMONIALS ============ */
.testimonials{ background:var(--white); padding:130px 0 110px; }
.test-wrap{ max-width:var(--container); margin:0 auto; padding:0 48px; }
.test-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:64px; }
.test-head .eyebrow{ display:block; margin-bottom:14px; }
.test-head h2{ font-family:var(--serif); font-weight:400; font-size:clamp(34px,4vw,50px); color:var(--ink); }
.test-next{
  width:60px; height:60px; flex-shrink:0; background:#EFEDE4; border:none;
  display:flex; align-items:center; justify-content:center; cursor:pointer;
  transition:background .2s ease;
}
.test-next:hover{ background:#E2DFD1; }
.test-next svg{ width:20px; height:20px; stroke:var(--ink); }

.test-track{
  display:flex; gap:72px; overflow-x:auto; scroll-behavior:smooth;
  padding-bottom:8px; scrollbar-width:none;
}
.test-track::-webkit-scrollbar{ display:none; }
.test-card{ flex:0 0 auto; width:min(78vw, 480px); }
.test-card p{
  font-family:var(--sans); font-weight:400; font-size:19px; line-height:1.65;
  color:var(--ink); margin-bottom:32px;
}
.test-person{ display:flex; align-items:center; gap:16px; }
.test-avatar{
  width:60px; height:60px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg, #cfc6ac, #8f8563);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--serif); color:#fff; font-size:18px;
}
.test-person .name{ font-weight:700; font-size:16px; color:var(--ink); }
.test-person .role{
  margin-top:3px; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--grey);
}

.test-progress{ margin-top:56px; height:1px; background:var(--hairline); position:relative; }
.test-progress .thumb{
  position:absolute; top:-1px; left:0; height:3px; width:15%;
  background:var(--ink);
}

@media (max-width:640px){
  .testimonials{ padding:80px 0; }
  .test-track{ gap:40px; }
  .test-card{ width:85vw; }
}

/* ============ DARK TEASER BAND ============ */
.teaser{
  position:relative; overflow:hidden; min-height:320px;
  display:flex; align-items:flex-end;
  background:radial-gradient(120% 100% at 85% 0%, #524a34 0%, #221f18 50%, #100f0c 100%);
}
.teaser::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(16,15,12,0.08), rgba(16,15,12,0.55));
}
.teaser-inner{
  position:relative; z-index:2; width:100%;
  max-width:var(--container); margin:0 auto; padding:64px 48px 100px;
  display:flex; align-items:center; justify-content:space-between; gap:48px;
}
.teaser-text{ flex:1; min-width:0; }
.teaser .eyebrow{ color:#D8C89A; display:block; margin-bottom:16px; }
.teaser h2{ font-family:var(--serif); font-weight:400; color:var(--white); font-size:clamp(30px,4vw,46px); }

.teaser-logo{ flex-shrink:0; }
.teaser-logo img{
  height:clamp(90px, 9vw, 140px); width:auto; display:block; opacity:0.92;
}

@media (max-width:900px){
  .teaser-logo{ display:none; }
}

/* ============ VALUE PROPS 2x2 ============ */
.approach{ background:var(--white); padding:150px 0 130px; }
.approach-wrap{ max-width:var(--container); margin:0 auto; padding:0 48px; }
.approach-wrap > h2{
  font-family:var(--serif); font-weight:400; font-size:clamp(38px,4.6vw,58px);
  color:var(--ink); margin-bottom:96px;
}
.approach-grid{
  display:grid; grid-template-columns:1fr 1fr;
  column-gap:110px; row-gap:96px;
}
.approach-item h3{
  font-family:var(--serif); font-weight:400; font-size:clamp(24px,2.4vw,30px);
  color:var(--ink); margin-bottom:22px;
}
.approach-item p{
  font-family:var(--sans); font-weight:400; font-size:18px; line-height:1.75;
  color:var(--ink); max-width:52ch;
}
.approach-cta{ margin-top:96px; }

@media (max-width:900px){
  .approach{ padding:90px 0 80px; }
  .approach-wrap > h2{ margin-bottom:56px; }
  .approach-grid{ grid-template-columns:1fr; row-gap:56px; }
  .approach-item p{ font-size:16.5px; }
  .approach-cta{ margin-top:56px; }
}
