/* ============================================================
   ABOUT PAGE — Editorial, mobile-first
   Tokens from style.css. No !important unless overriding AOS.
   ============================================================ */

/* ---------- 1. HERO ---------- */
.ab-hero { padding: 56px 0 48px; }
.ab-hero-inner { max-width: 860px; }
.ab-hero-kicker { display: inline-block; margin-bottom: 14px; }
.ab-hero-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.12;
    color: var(--forest);
    margin: 0 0 18px;
    letter-spacing: -0.5px;
}
.ab-hero-title em {
    color: var(--marigold);
    font-style: italic;
    font-family: var(--font-display);
}
.ab-hero-lede {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text, #3b4235);
    margin: 0 0 22px;
    max-width: 720px;
}

/* ---------- 2. FOUNDER STORY (override split util spacing for editorial feel) ---------- */
.ab-founder { overflow: hidden; background: var(--card-bg); }
.ab-founder .split-media {
    position: relative;
    min-height: 320px;
    background-size: cover;
    background-position: center;
}
.ab-founder .split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}
.ab-founder .split-media-tag {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: var(--card-bg);
    color: var(--forest);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.ab-founder .split-body { padding: 40px 20px; }
.ab-founder .split-body h2 {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 10px 0 18px;
}
.ab-founder .split-body p {
    color: var(--text, #3b4235);
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 14px;
}
.ab-founder .split-body p em {
    color: var(--marigold);
    font-style: italic;
    font-family: var(--font-display);
}

/* ---------- 3. BY THE NUMBERS ---------- */
.ab-stats { padding: 56px 0; }
.ab-stats-head { text-align: center; margin-bottom: 36px; }
.ab-stats-head h2 {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 10px 0 0;
}
.ab-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.ab-stat {
    background: var(--card-bg);
    border: 1px solid rgba(30, 58, 43, 0.1);
    border-radius: 14px;
    padding: 22px 16px;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ab-stat:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(19,36,25,.1); }
.ab-stat-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 2.1rem;
    color: var(--forest);
    line-height: 1;
    display: block;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
.ab-stat-num em { color: var(--marigold); font-style: normal; }
.ab-stat-label {
    font-size: 13px;
    color: var(--text-muted, #666);
    line-height: 1.45;
    display: block;
}

/* ---------- 4. HOW WE WORK ---------- */
.ab-how { padding: 56px 0; }
.ab-how-head { text-align: center; margin-bottom: 36px; }
.ab-how-head h2 {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.6rem;
    margin: 10px 0 0;
    line-height: 1.2;
}
.ab-how-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    counter-reset: step;
}
.ab-step {
    position: relative;
    background: var(--card-bg);
    border: 1px solid rgba(30, 58, 43, 0.08);
    border-radius: 14px;
    padding: 22px 20px 22px 64px;
    min-height: 80px;
}
.ab-step::before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 22px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--marigold);
    line-height: 1;
}
.ab-step-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: var(--forest);
    opacity: 0.4;
    font-size: 14px;
}
.ab-step h3 {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.1rem;
    margin: 0 0 6px;
    line-height: 1.3;
}
.ab-step p { color: var(--text-muted, #666); font-size: 14px; line-height: 1.6; margin: 0; }

/* ---------- 5. WHY TRUST US ---------- */
.ab-trust { padding: 60px 0; }
.ab-trust-head { text-align: center; margin-bottom: 36px; }
.ab-trust-head h2 {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.6rem;
    margin: 10px 0 0;
    line-height: 1.2;
}
.ab-trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.ab-trust-card {
    background: var(--card-bg);
    border: 1px solid rgba(30, 58, 43, 0.1);
    border-left: 3px solid var(--marigold);
    border-radius: 12px;
    padding: 22px 20px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ab-trust-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(19,36,25,.08); }
.ab-trust-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: rgba(217, 122, 44, 0.12);
    color: var(--marigold);
    display: grid; place-items: center;
    font-size: 1.1rem;
    margin-bottom: 14px;
}
.ab-trust-card h3 {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.15rem;
    margin: 0 0 8px;
    line-height: 1.3;
}
.ab-trust-card p { color: var(--text-muted, #666); font-size: 14px; line-height: 1.6; margin: 0; }

/* ---------- 6. TEAM ---------- */
.ab-team { padding: 60px 0; }
.ab-team-head { text-align: center; margin-bottom: 36px; }
.ab-team-head h2 {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.6rem;
    margin: 10px 0 0;
    line-height: 1.2;
}
.ab-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.ab-team-card {
    background: var(--card-bg);
    border: 1px solid rgba(30, 58, 43, 0.08);
    border-radius: 14px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.ab-team-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(19,36,25,.12); }
.ab-team-photo { aspect-ratio: 4/3; background: var(--cream-deep); overflow: hidden; }
.ab-team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ab-team-card:hover .ab-team-photo img { transform: scale(1.04); }
.ab-team-body { padding: 20px 20px 22px; }
.ab-team-name {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: 1.2rem;
    margin: 0 0 4px;
}
.ab-team-role {
    color: var(--marigold);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 12px;
}
.ab-team-quote {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--text-muted, #666);
    line-height: 1.55;
    font-size: 14px;
    border-left: 3px solid var(--marigold);
    padding-left: 12px;
    margin: 0;
}

/* ---------- 7. TESTIMONIAL HIGHLIGHT ---------- */
.ab-quote { padding: 64px 0; }
.ab-quote-inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 10px;
}
.ab-quote-mark {
    font-family: var(--font-display);
    font-size: 3rem;
    color: var(--marigold);
    line-height: 0.8;
    margin-bottom: 14px;
    display: block;
}
.ab-quote-text {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.5;
    color: var(--forest);
    margin: 0 0 22px;
    font-weight: 500;
}
.ab-quote-author {
    font-size: 14px;
    font-weight: 600;
    color: var(--forest);
    display: block;
}
.ab-quote-trip {
    display: block;
    font-size: 12px;
    color: var(--marigold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-top: 4px;
}

/* ---------- 8. FINAL CTA ---------- */
.ab-cta { padding: 64px 0; text-align: center; }
.ab-cta-inner { max-width: 720px; margin: 0 auto; }
.ab-cta h2 {
    font-family: var(--font-display);
    color: var(--cream);
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 10px 0 14px;
}
.ab-cta p {
    color: rgba(245, 241, 232, 0.85);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 24px;
}
.ab-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.ab-cta-actions .btn-marigold,
.ab-cta-actions .btn-ghost-forest { width: 100%; max-width: 320px; min-height: 48px; }
.ab-cta-actions .btn-ghost-forest.on-forest {
    background: transparent;
    color: var(--cream);
    border-color: rgba(245,241,232,0.5);
}
.ab-cta-actions .btn-ghost-forest.on-forest:hover {
    background: var(--cream);
    color: var(--forest);
    border-color: var(--cream);
}

/* ============================================================
   RESPONSIVE — mobile-first scale up
   ============================================================ */

/* ≥481px — small tablets / large phones */
@media (min-width: 481px) {
    .ab-hero { padding: 64px 0 56px; }
    .ab-hero-title { font-size: 2.4rem; }
    .ab-stats-grid { gap: 18px; }
    .ab-trust-grid { grid-template-columns: 1fr 1fr; }
    .ab-team-grid { grid-template-columns: 1fr 1fr; }
    .ab-cta-actions { flex-direction: row; }
    .ab-cta-actions .btn-marigold,
    .ab-cta-actions .btn-ghost-forest { width: auto; }
}

/* ≥768px — tablets */
@media (min-width: 768px) {
    .ab-hero { padding: 80px 0 64px; }
    .ab-hero-title { font-size: 3rem; }
    .ab-hero-lede { font-size: 1.1rem; }

    .ab-founder .split-body { padding: 56px 40px; }
    .ab-founder .split-body h2 { font-size: 2rem; }
    .ab-founder .split-media { min-height: 420px; }
    .ab-founder .split-media img { min-height: 420px; }

    .ab-stats { padding: 80px 0; }
    .ab-stats-head h2,
    .ab-how-head h2,
    .ab-trust-head h2,
    .ab-team-head h2 { font-size: 2rem; }
    .ab-stats-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .ab-stat { padding: 28px 18px; }
    .ab-stat-num { font-size: 2.6rem; }

    .ab-how { padding: 80px 0; }
    .ab-how-steps { grid-template-columns: repeat(2, 1fr); gap: 20px; }

    .ab-trust { padding: 80px 0; }
    .ab-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

    .ab-team { padding: 80px 0; }
    .ab-team-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }

    .ab-quote { padding: 88px 0; }
    .ab-quote-text { font-size: 1.6rem; }
    .ab-quote-mark { font-size: 4rem; }

    .ab-cta { padding: 88px 0; }
    .ab-cta h2 { font-size: 2.2rem; }
}

/* ≥1200px — desktop */
@media (min-width: 1200px) {
    .ab-hero { padding: 96px 0 80px; }
    .ab-hero-title { font-size: 3.6rem; }
    .ab-how-steps { grid-template-columns: repeat(4, 1fr); }
    .ab-trust-grid { grid-template-columns: repeat(4, 1fr); }
    .ab-founder .split-body h2 { font-size: 2.4rem; }
    .ab-quote-text { font-size: 1.8rem; }
}
