/* ===== About Us — page-specific styles (reuses tokens & .container/.eyebrow/.crumbs from style.css) ===== */
html { scroll-behavior: smooth; }
.ab-page { padding-top: 104px; }
.ab-h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 500;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.1; letter-spacing: -0.01em;
    color: var(--c-ink); margin: 0 0 14px;
}
.ab-section-head { max-width: 620px; margin: 0 0 36px; }

/* 1. Hero */
.ab-hero { background: var(--c-cream-soft); padding: 40px 0 56px; }
.ab-hero-title {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 500;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.06; letter-spacing: -0.015em;
    color: var(--c-ink); margin: 0 0 18px;
}
.ab-hero-sub { font-size: 1.06rem; color: var(--c-ink-soft); max-width: 640px; line-height: 1.7; margin: 0; }

/* 2. Stats bar */
.ab-stats { background: var(--c-white); border-bottom: 1px solid var(--c-border-light); }
.ab-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 44px 28px; }
.ab-stat { text-align: center; }
.ab-stat-num {
    display: block;
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 500; font-size: clamp(2rem, 4vw, 3rem);
    color: var(--c-blue); line-height: 1;
}
.ab-stat-label { display: block; margin-top: 8px; font-size: 0.9rem; color: var(--c-ink-mute); font-weight: 500; }

/* 3. Our story */
.ab-story { padding: 72px 0; }
.ab-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ab-story-text p { color: var(--c-ink-soft); line-height: 1.75; margin: 0 0 14px; }
.ab-story-text strong { color: var(--c-ink); }
.ab-story-img img { width: 100%; height: 100%; max-height: 440px; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--sh-md); }

/* 4. Mission & Vision */
.ab-mv { padding: 0 0 72px; }
.ab-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ab-mv-card {
    background: var(--c-white); border: 1px solid var(--c-border-light);
    border-radius: var(--r-lg); padding: 36px; box-shadow: var(--sh-sm);
}
.ab-mv-ico { font-size: 2.2rem; display: block; margin-bottom: 14px; }
.ab-mv-card h3 { font-size: 1.3rem; font-weight: 600; color: var(--c-ink); margin: 0 0 10px; }
.ab-mv-card p { color: var(--c-ink-soft); line-height: 1.7; margin: 0; }

/* 5. Why choose us */
.ab-why { background: var(--c-cream-soft); padding: 72px 0; }
.ab-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ab-feature {
    background: var(--c-white); border: 1px solid var(--c-border-light);
    border-radius: var(--r-md); padding: 28px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ab-feature:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.ab-feature-ico { font-size: 1.9rem; display: block; margin-bottom: 12px; }
.ab-feature h3 { font-size: 1.08rem; font-weight: 600; color: var(--c-ink); margin: 0 0 8px; }
.ab-feature p { font-size: 0.92rem; color: var(--c-ink-mute); line-height: 1.6; margin: 0; }

/* 6. Team */
.ab-team { padding: 72px 0; }
.ab-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ab-team-card {
    background: var(--c-white); border: 1px solid var(--c-border-light);
    border-radius: var(--r-lg); padding: 32px; text-align: center; box-shadow: var(--sh-sm);
}
.ab-team-card img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; display: block; }
.ab-team-card h3 { font-size: 1.15rem; font-weight: 600; color: var(--c-ink); margin: 0 0 4px; }
.ab-team-role { display: block; font-size: 0.85rem; color: var(--c-green-deep); font-weight: 600; margin-bottom: 12px; }
.ab-team-card p { font-size: 0.9rem; color: var(--c-ink-mute); line-height: 1.6; margin: 0; }

/* 7. Testimonials */
.ab-voices { background: var(--c-cream-soft); padding: 72px 0; }
.ab-voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ab-voice {
    background: var(--c-white); border: 1px solid var(--c-border-light);
    border-radius: var(--r-lg); padding: 30px; margin: 0; box-shadow: var(--sh-sm);
    display: flex; flex-direction: column;
}
.ab-stars { color: var(--c-orange); letter-spacing: 2px; margin-bottom: 14px; }
.ab-voice blockquote { margin: 0 0 18px; color: var(--c-ink-soft); line-height: 1.7; font-size: 0.98rem; }
.ab-voice figcaption { margin-top: auto; }
.ab-voice figcaption strong { display: block; color: var(--c-ink); font-size: 0.96rem; }
.ab-voice figcaption span { font-size: 0.85rem; color: var(--c-ink-mute); }

/* 8. CTA strip */
.ab-cta { background: #0d1b30; border-top: 3px solid var(--c-orange); padding: 76px 0; text-align: center; }
.ab-cta h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(1.9rem, 4vw, 2.8rem); color: #fff; margin: 0 0 12px; }
.ab-cta p { color: rgba(255,255,255,0.7); font-size: 1.05rem; margin: 0 0 28px; }
.ab-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ab-btn { display: inline-block; border-radius: var(--r-pill); padding: 13px 30px; font-size: 0.96rem; font-weight: 600; transition: transform 0.15s, background 0.2s; }
.ab-btn:hover { transform: translateY(-2px); }
.ab-btn-green { background: var(--c-green-vibrant); color: #fff; }
.ab-btn-green:hover { background: var(--c-green-deep); }
.ab-btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.45); }
.ab-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
    .ab-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
    .ab-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .ab-page { padding-top: 92px; }
    .ab-story-grid { grid-template-columns: 1fr; gap: 28px; }
    .ab-story-img { order: -1; }
    .ab-mv-grid, .ab-team-grid, .ab-voices-grid { grid-template-columns: 1fr; }
    .ab-story, .ab-why, .ab-team, .ab-voices { padding: 48px 0; }
    .ab-mv { padding: 0 0 48px; }
}
@media (max-width: 480px) {
    .ab-why-grid { grid-template-columns: 1fr; }
    .ab-stats-grid { grid-template-columns: 1fr 1fr; }
}