/* ═══════════════════════════════════════════════════════════
   PAGE: About TAC — exact from tac-about.html
═══════════════════════════════════════════════════════════ */
.about-page{max-width:1080px;margin:0 auto;padding:0 24px 80px}

.about-hero{padding:56px 0 52px;border-bottom:.5px solid var(--br);margin-bottom:56px}
.about-hero .hero-eyebrow{font-size:10.5px;font-weight:500;letter-spacing:.10em;text-transform:uppercase;color:var(--t3);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.about-hero .hero-eyebrow::before{content:'';width:20px;height:.5px;background:var(--t3)}
.about-hero .hero-h1{font-family:var(--font-d);font-size:clamp(32px,4.5vw,52px);font-weight:400;color:var(--t1);line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}
.about-hero .hero-lead{font-family:var(--font-i);font-size:17px;color:var(--t2);line-height:1.80;font-style:italic;max-width:640px;margin-bottom:32px}

.stats-strip{display:flex;gap:0;background:var(--bg0);border:.5px solid var(--br);border-radius:var(--r-xl);overflow:hidden;width:fit-content}
.stat-cell{padding:16px 28px;border-right:.5px solid var(--br);text-align:center}
.stat-cell:last-child{border-right:none}
.stat-n{font-family:var(--font-d);font-size:28px;font-weight:400;color:var(--t1);line-height:1;margin-bottom:4px}
.stat-n-gold{color:var(--gold-dim)}
.stat-l{font-size:11px;color:var(--t3);text-transform:uppercase;letter-spacing:.06em}

.about-section{margin-bottom:52px}
.about-sh{font-family:var(--font-d);font-size:clamp(20px,2vw,26px);font-weight:400;color:var(--t1);margin-bottom:18px;letter-spacing:-.01em}
.about-prose p{font-size:15px;color:var(--t2);line-height:1.85;margin-bottom:16px}
.about-prose p:last-child{margin-bottom:0}
.about-prose strong{color:var(--t1);font-weight:500}
.about-prose a{color:var(--gold-dim);border-bottom:1px solid var(--gold-b)}

.pull-quote{border-left:3px solid var(--gold);padding:18px 24px;background:var(--gold-l);border-radius:0 var(--r) var(--r) 0;margin:24px 0}
.pq-text{font-family:var(--font-i);font-size:15.5px;color:var(--t1);line-height:1.7;font-style:italic}

/* Sourcing steps */
.sourcing-steps{display:flex;flex-direction:column;gap:0;position:relative;padding-left:18px}
.sourcing-steps::before{content:'';position:absolute;left:17px;top:18px;bottom:18px;width:1px;background:var(--br)}
.sourcing-steps .step{display:flex;gap:0;align-items:flex-start}
.step-num-col{flex-shrink:0;width:36px}
.step-num{width:36px;height:36px;border-radius:50%;background:var(--t1);color:#fff;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
.step-content{padding:4px 0 24px 16px}
.step-title{font-size:14.5px;font-weight:500;color:var(--t1);margin-bottom:5px;line-height:1.3}
.step-desc{font-size:13.5px;color:var(--t2);line-height:1.7}

/* Promise cards */
.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}
.promise-card{background:var(--bg0);border:.5px solid var(--br);border-radius:var(--r-xl);padding:20px}
.pc-icon{width:36px;height:36px;border-radius:9px;background:var(--bg2);display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.pc-icon svg{width:16px;height:16px;stroke:var(--t2);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.pc-title{font-size:13.5px;font-weight:500;color:var(--t1);margin-bottom:5px}
.pc-desc{font-size:12.5px;color:var(--t2);line-height:1.65}

/* Contact block */
.contact-block{background:var(--t1);border-radius:var(--r-xl);padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.cb-eyebrow{font-size:10.5px;font-weight:500;letter-spacing:.10em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:10px}
.cb-title{font-family:var(--font-d);font-size:clamp(22px,2.5vw,30px);font-weight:400;color:#fff;line-height:1.2;margin-bottom:10px}
.cb-sub{font-size:14px;color:rgba(255,255,255,.55);line-height:1.65}
.cb-right{display:flex;flex-direction:column;gap:10px}
.btn-wa-large{display:flex;align-items:center;gap:10px;background:var(--wa);color:#fff;font-size:14.5px;font-weight:500;padding:14px 22px;border-radius:var(--r-lg);border:none;transition:background .15s;cursor:pointer;justify-content:center;text-decoration:none;font-family:var(--font-b)}
.btn-wa-large:hover{background:var(--wa-dark)}
.btn-wa-large svg{width:18px;height:18px;flex-shrink:0}
.contact-detail{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:.5px solid rgba(255,255,255,.1);border-radius:var(--r-lg);padding:12px 16px}
.contact-detail svg{width:15px;height:15px;stroke:rgba(255,255,255,.5);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.cd-label{font-size:11px;color:rgba(255,255,255,.4);margin-bottom:1px}
.cd-value{font-size:13px;font-weight:500;color:#fff}

/* Reviews */
.about-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.review-card{background:var(--bg0);border:.5px solid var(--br);border-radius:var(--r-xl);padding:20px}
.rc-stars{display:flex;gap:3px;margin-bottom:12px}
.rc-stars svg{width:13px;height:13px;fill:var(--gold);stroke:none}
.rc-text{font-family:var(--font-i);font-size:13.5px;color:var(--t2);line-height:1.70;font-style:italic;margin-bottom:14px}
.rc-name{font-size:12.5px;font-weight:500;color:var(--t1)}
.rc-meta{font-size:11.5px;color:var(--t3);margin-top:2px}
.reviews-note{font-size:12px;color:var(--t3);text-align:center;margin-top:14px}
.reviews-note a{color:var(--gold-dim);border-bottom:1px solid var(--gold-b)}

@media(max-width:860px){
  .promise-grid{grid-template-columns:repeat(2,1fr)}
  .contact-block{grid-template-columns:1fr;gap:24px}
  .about-reviews{grid-template-columns:1fr}
  .stats-strip{width:100%}.stat-cell{flex:1}
}
@media(max-width:600px){
  .promise-grid{grid-template-columns:1fr}
  .stats-strip{flex-direction:column;width:100%}
  .stat-cell{border-right:none;border-bottom:.5px solid var(--br)}.stat-cell:last-child{border-bottom:none}
}
