section{padding:6rem 5vw;}
.section-inner{max-width:1200px;margin:0 auto;}
.eyebrow{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.75rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;}
.eyebrow::before{content:'';display:block;width:16px;height:2px;background:var(--orange);flex-shrink:0;}
.section-heading{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.75rem);letter-spacing:-0.025em;line-height:1.12;color:var(--navy);margin-bottom:1.25rem;}
.section-heading .orange{color:var(--orange);}
.section-heading.light{color:white;}
.section-intro{font-size:1.05rem;color:var(--slate);max-width:640px;line-height:1.75;}
.btn-orange{background:var(--orange);color:white;padding:0.85rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.925rem;display:inline-block;transition:background 0.15s;}
.btn-orange:hover{background:var(--orange-warm);color:white;}
.btn-white{background:white;color:var(--navy);padding:0.83rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.925rem;display:inline-block;transition:all 0.15s;}
.btn-white:hover{background:var(--orange-pale);}
.btn-ghost{border:1px solid rgba(255,255,255,0.25);color:rgba(255,255,255,0.85);padding:0.83rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.925rem;display:inline-block;transition:all 0.15s;}
.btn-ghost:hover{border-color:rgba(255,255,255,0.6);color:white;}
/* HERO */
.page-hero{background:var(--navy);padding:5.5rem 5vw 5rem;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;top:0;right:0;width:35%;height:100%;background:var(--navy-deep);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:0;}
.page-hero::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--orange);z-index:2;}
.page-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1;}
.breadcrumb{font-size:0.775rem;color:rgba(255,255,255,0.35);margin-bottom:1.25rem;display:flex;align-items:center;gap:0.5rem;}
.breadcrumb a{color:rgba(255,255,255,0.35);text-decoration:none;}
.breadcrumb .sep{color:rgba(255,255,255,0.2);}
.breadcrumb .current{color:var(--orange);}
.page-hero h1{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.5rem);color:white;letter-spacing:-0.03em;line-height:1.1;margin-bottom:1.25rem;}
.page-hero h1 .orange{color:var(--orange);}
.page-hero p{font-size:1.05rem;color:rgba(255,255,255,0.6);max-width:620px;line-height:1.75;}
/* FOUNDER SECTION */
.founder-section{background:var(--white);}
.founder-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start;margin-top:3rem;}
.founder-card{background:var(--navy);border-radius:16px;padding:2.5rem;position:relative;overflow:hidden;}
.founder-card::after{content:'';position:absolute;bottom:0;right:0;width:120px;height:120px;background:rgba(232,82,26,0.08);border-radius:50%;transform:translate(30%,30%);}
.founder-initials{width:72px;height:72px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.5rem;color:white;margin-bottom:1.5rem;overflow:hidden;}
.founder-initials img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;}
.founder-name{font-family:var(--font-display);font-size:1.6rem;color:white;letter-spacing:-0.025em;margin-bottom:0.2rem;}
.founder-title{font-size:0.82rem;color:var(--orange);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:1.5rem;}
.founder-bio{font-size:0.9rem;color:rgba(255,255,255,0.65);line-height:1.75;}
.founder-career{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.08);}
.career-item{display:flex;gap:0.75rem;align-items:flex-start;}
.career-dot{width:6px;height:6px;background:var(--orange);border-radius:50%;flex-shrink:0;margin-top:0.55rem;}
.career-item p{font-size:0.82rem;color:rgba(255,255,255,0.5);line-height:1.5;}
.career-item p strong{color:rgba(255,255,255,0.8);font-weight:500;}
.founder-right{display:flex;flex-direction:column;gap:1.5rem;}
.founder-quote{background:var(--offwhite);border-left:3px solid var(--orange);border-radius:0 10px 10px 0;padding:1.75rem 2rem;position:relative;}
.fq-mark{font-family:var(--font-display);font-size:3rem;color:var(--orange);opacity:0.25;position:absolute;top:0.5rem;left:1.5rem;line-height:1;}
.fq-text{font-family:var(--font-body);font-size:1.05rem;color:var(--navy);line-height:1.65;padding-top:1.5rem;}
.origin-story{display:flex;flex-direction:column;gap:0.75rem;}
.origin-story p{font-size:0.95rem;color:var(--slate);line-height:1.75;}
.origin-story p .orange{color:var(--orange);font-weight:500;}
.milestones{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border-light);border:1px solid var(--border-light);border-radius:10px;overflow:hidden;}
.milestone{background:white;padding:1.25rem 1.5rem;}
.milestone-year{font-size:0.75rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--orange);margin-bottom:0.25rem;}
.milestone-text{font-size:0.875rem;color:var(--navy);font-weight:500;}
.milestone-sub{font-size:0.78rem;color:var(--slate);line-height:1.4;margin-top:0.2rem;}
/* TEAM SECTION */
.team-section{background:var(--offwhite);}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;}
.team-card{background:white;border:1px solid var(--border-light);border-radius:12px;padding:2rem;transition:border-color 0.2s,transform 0.15s;}
.tc-head{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem;}
.tc-avatar{width:52px;height:52px;background:var(--navy);border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1rem;color:white;flex-shrink:0;overflow:hidden;}
.tc-avatar img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;}
.tc-meta{}
.tc-name{font-family:var(--font-display);font-size:1.1rem;color:var(--navy);letter-spacing:-0.02em;margin-bottom:0.1rem;}
.tc-title{font-size:0.75rem;font-weight:600;letter-spacing:0.07em;text-transform:uppercase;color:var(--orange);}
.tc-bio{font-size:0.875rem;color:var(--slate);line-height:1.7;margin-bottom:1rem;}
.tc-highlights{display:flex;flex-direction:column;gap:0.4rem;}
.tc-highlight{font-size:0.8rem;color:var(--navy);display:flex;gap:0.6rem;align-items:flex-start;}
.tc-highlight::before{content:'';width:4px;height:4px;background:var(--orange);border-radius:50%;flex-shrink:0;margin-top:0.55rem;}
/* VALUES / HOW WE WORK */
.values-section{background:var(--navy);}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;}
.value-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:1.75rem;transition:background 0.2s;}
.value-icon{font-size:1.5rem;margin-bottom:1rem;display:block;}
.value-card h3{font-family:var(--font-display);font-size:1.1rem;color:white;margin-bottom:0.6rem;letter-spacing:-0.02em;}
.value-card p{font-size:0.85rem;color:rgba(255,255,255,0.5);line-height:1.65;}
/* WHAT MAKES US DIFFERENT */
.different-section{background:var(--white);}
.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem;}
.diff-points{display:flex;flex-direction:column;gap:1.25rem;}
.diff-point{display:flex;gap:1rem;padding:1.25rem;background:var(--offwhite);border-radius:10px;border:1px solid var(--border-light);}
.diff-num{font-family:var(--font-body);font-weight:700;font-size:1.4rem;color:var(--orange);letter-spacing:-0.04em;line-height:1;flex-shrink:0;width:2rem;}
.diff-point h4{font-weight:600;font-size:0.9rem;color:var(--navy);margin-bottom:0.25rem;}
.diff-point p{font-size:0.83rem;color:var(--slate);line-height:1.6;}
.diff-callout{background:var(--navy);border-radius:16px;padding:2.5rem;}
.dc-tag{font-size:0.7rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;display:inline-flex;align-items:center;gap:0.5rem;}
.dc-tag::before{content:'';display:block;width:12px;height:2px;background:var(--orange);}
.diff-callout h3{font-family:var(--font-display);font-size:1.6rem;color:white;letter-spacing:-0.025em;line-height:1.2;margin-bottom:1rem;}
.diff-callout p{font-size:0.9rem;color:rgba(255,255,255,0.6);line-height:1.75;margin-bottom:1.5rem;}
.diff-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.diff-stat{background:rgba(255,255,255,0.05);border-radius:8px;padding:1rem;}
.diff-stat-num{font-family:var(--font-body);font-weight:700;font-size:2rem;color:var(--orange);letter-spacing:-0.04em;line-height:1;margin-bottom:0.25rem;}
.diff-stat-num--sm{font-size:1.125rem;letter-spacing:-0.01em;}
.diff-stat-label{font-size:0.78rem;color:rgba(255,255,255,0.45);}
/* CTA */
.cta-block{background:var(--navy);padding:6rem 5vw;text-align:center;position:relative;overflow:hidden;}
.cta-block::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse at center bottom,rgba(232,82,26,0.1) 0%,transparent 70%);}
.cta-block h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);color:white;letter-spacing:-0.03em;margin-bottom:1.25rem;position:relative;z-index:1;}
.cta-block h2 .orange{color:var(--orange);}
.cta-block p{color:rgba(255,255,255,0.6);font-size:1rem;max-width:500px;margin:0 auto 2.5rem;position:relative;z-index:1;}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;}
@media(max-width:900px){
  .founder-grid,.diff-grid{grid-template-columns:1fr;}
  .team-grid,.values-grid{grid-template-columns:1fr;}
  .milestones,.diff-stat-row{grid-template-columns:1fr 1fr;}
  .page-hero::before{display:none;}
}

/* Extracted inline styles. */
.about-inline-1{color:var(--orange);}
