.h-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.h-story-img{border-radius:20px;width:100%}.h-story-title{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:20px}.h-story-desc{color:#666;line-height:1.8;margin-bottom:24px}.h-story-checks{list-style:none;padding:0;margin-bottom:32px}.h-story-checks li{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-weight:600}.h-story-checks i{color:var(--color-primary)}@media (max-width:768px){.h-story-grid{grid-template-columns:1fr;gap:32px;text-align:center}.h-story-checks li{justify-content:center}}.about-hero{position:relative;height:420px;overflow:hidden;display:flex;align-items:center}.about-hero-img-wrap{position:absolute;inset:0}.about-hero-img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,20,15,.65) 0,rgba(30,20,15,.3) 100%)}.about-hero-content{position:relative;z-index:2;color:#fff}.about-hero-title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:600;margin:.25rem 0 1rem;color:#fff}.about-hero-sub{font-size:1.05rem;opacity:.9;line-height:1.8}.about-value-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;height:100%;box-shadow:0 2px 16px rgba(0,0,0,.05);transition:transform .25s,box-shadow .25s}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.1)}.about-value-icon{width:64px;height:64px;background:var(--clr-warm-light,#fdf6ee);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--clr-accent,#b08850)}.about-value-title{font-size:1.125rem;margin-bottom:.5rem}.about-value-desc{font-size:.875rem;color:#6b7280;line-height:1.7;margin:0}.about-stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:640px){.about-stats-row{grid-template-columns:repeat(4,1fr)}}.about-stat{text-align:center;padding:1.5rem 1rem;border-radius:12px;background:var(--clr-warm-light,#fdf6ee)}.about-stat-num{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:600;color:var(--clr-accent,#b08850);line-height:1;margin-bottom:.5rem}.about-stat-label{font-size:.825rem;color:#6b7280;letter-spacing:.03em}.about-team-intro{color:#6b7280;max-width:500px;margin:.5rem auto 0}.about-team-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;height:100%;box-shadow:0 2px 16px rgba(0,0,0,.05)}.about-team-avatar{width:80px;height:80px;border-radius:50%;background:var(--clr-warm-light,#fdf6ee);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--clr-accent,#b08850)}.about-team-name{font-size:1rem;margin-bottom:.25rem}.about-team-role{font-size:.8rem;color:var(--clr-accent,#b08850);font-weight:500;margin-bottom:.75rem;letter-spacing:.04em;text-transform:uppercase}.about-team-bio{font-size:.85rem;color:#6b7280;line-height:1.65;margin:0}.about-cta-sec{background:var(--clr-ink,#1a1209)}.about-cta-title{font-size:clamp(1.5rem, 3vw, 2.25rem);color:#fff;margin-bottom:.75rem}.about-cta-sub{color:rgba(255,255,255,.7);font-size:1rem;margin:0}@media (max-width:768px){.about-hero{height:300px}}