/* ==========================================================================
   Imperio / Liberty Restaurant (pId 63135) — About Us page
   Auto-loaded by base.php as the per-page brand CSS (basename "about").
   Palette: --brand-primary (maroon) for headings/accents · black/white for CTAs (no gold) · cream (#F5EFE6) backgrounds. Tokens only — no hardcoded brand hex.
   The timeline reuses the home page's .milestone-* visual language, but those
   rules live in home.css (home-only), so the ones we need are redefined here.
   ========================================================================== */

.abt-page { background: #fff; }

.abt-page .container { max-width: 1140px; }

.abt-eyebrow,
.abt-section__eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--brand-primary);
    margin: 0 0 12px;
}

.abt-section__title {
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 600;
    color: var(--brand-primary, #bf1e2e);
    margin: 0;
    line-height: 1.25;
}

.abt-section__head { margin-bottom: 44px; }
.abt-section__head.text-center { text-align: center; }

/* ── Intro ───────────────────────────────────────────────────────────── */
.abt-hero {
    background: var(--brand-primary, #bf1e2e);
    color: #fff;
    padding: 88px 0 80px;
    text-align: center;
}
.abt-hero .abt-eyebrow { color: #fff; }
.abt-hero__title {
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-size: clamp(1.9rem, 4.2vw, 3rem);
    font-weight: 600;
    line-height: 1.22;
    max-width: 780px;
    margin: 0 auto 20px;
    text-wrap: balance;
    color: #fff; /* explicit — beats the global h1 colour rule that blends into the red */
}
.abt-hero__lead {
    color: rgba(255,255,255,0.85);
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 640px;
    margin: 0 auto;
    text-wrap: pretty;
}

/* ── Story & History ─────────────────────────────────────────────────── */
.abt-story { background: #F5EFE6; padding: 72px 0; }
.abt-story__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 56px;
    align-items: center;
}
.abt-story__text {
    color: #5c5040;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 16px;
}
.abt-story__text:last-child { margin-bottom: 0; }
.abt-story__stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.abt-stat {
    background: #fff;
    border-left: 3px solid var(--brand-primary);
    border-radius: 6px;
    padding: 20px 24px;
    box-shadow: 0 6px 20px rgba(88,2,1,0.06);
}
.abt-stat__num {
    display: block;
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-primary, #bf1e2e);
    line-height: 1;
}
.abt-stat__label {
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8a7c66;
}

/* ── Mission + Vision ────────────────────────────────────────────────── */
.abt-mv { background: #fff; padding: 72px 0; }
.abt-mv__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.abt-mv__card {
    background: #F5EFE6;
    border-top: 4px solid var(--brand-primary);
    border-radius: 8px;
    padding: 40px 36px;
}
.abt-mv__card--alt {
    background: var(--brand-primary, #bf1e2e);
}
.abt-mv__card--alt .abt-mv__tag { color: #fff; }
.abt-mv__card--alt .abt-mv__text { color: #fff; }
.abt-mv__tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 16px;
}
.abt-mv__text {
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-size: 1.35rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--brand-primary, #bf1e2e);
    margin: 0;
    text-wrap: balance;
}

/* ── Values ──────────────────────────────────────────────────────────── */
.abt-values { background: #F5EFE6; padding: 72px 0; }
.abt-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.abt-value-card {
    border-top: 3px solid var(--brand-primary);
    border-right: 1px solid rgba(154,124,44,0.18);
    padding: 28px 24px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.abt-value-card:last-child { border-right: none; }
.abt-value-card__num {
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-primary);
    opacity: 0.55;
    line-height: 1;
}
.abt-value-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-primary, #bf1e2e);
    margin: 0;
    line-height: 1.3;
}
.abt-value-card__desc {
    font-size: 0.88rem;
    color: #6b5c4a;
    line-height: 1.6;
    margin: 0;
}

/* ── Leadership ──────────────────────────────────────────────────────── */
.abt-team { background: #fff; padding: 72px 0; }
.abt-team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.abt-team-card {
    text-align: center;
    padding: 8px 12px;
}
.abt-team-card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 2px solid var(--brand-primary);
    background: #F5EFE6;
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--brand-primary, #bf1e2e);
}
.abt-team-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-primary, #bf1e2e);
    margin: 0 0 6px;
    line-height: 1.35;
}
.abt-team-card__desc {
    font-size: 0.85rem;
    color: #6b5c4a;
    line-height: 1.55;
    margin: 0;
}

/* ── Growth Timeline (reuse of home .milestone-* language) ───────────── */
.abt-timeline { background: var(--brand-primary, #bf1e2e); padding: 72px 0; }
.abt-timeline .milestone-heading { margin-bottom: 48px; }
.abt-timeline .milestone-heading h2 {
    color: #fff;
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-weight: 600;
}
.abt-timeline .milestone-heading .subTag {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
}
.abt-timeline__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
}
.abt-timeline__track::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: rgba(255,255,255,0.25);
    z-index: 0;
}
.abt-timeline .milestone-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}
.abt-timeline .milestone-year {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: var(--brand-primary, #bf1e2e);
    color: #fff;
    font-family: var(--font-display, 'Figtree', sans-serif);
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.abt-timeline .milestone-divider {
    width: 2px;
    height: 24px;
    background: rgba(255,255,255,0.3);
    margin: 8px 0;
}
.abt-timeline .milestone-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
}
.abt-timeline .milestone-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.55;
    margin: 0;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .abt-story__grid { grid-template-columns: 1fr; gap: 36px; }
    .abt-story__stats { flex-direction: row; flex-wrap: wrap; }
    .abt-story__stats .abt-stat { flex: 1 1 30%; }
    .abt-values__grid { grid-template-columns: repeat(2, 1fr); }
    .abt-value-card { border-bottom: 1px solid rgba(154,124,44,0.14); padding-bottom: 24px; }
    .abt-value-card:nth-child(2n) { border-right: none; }
    .abt-team__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
}

@media (max-width: 767px) {
    .abt-hero { padding: 64px 0 56px; }
    .abt-mv__grid { grid-template-columns: 1fr; }
    .abt-timeline__track { grid-template-columns: 1fr; gap: 32px; }
    .abt-timeline__track::before { display: none; }
}

@media (max-width: 600px) {
    .abt-values__grid { grid-template-columns: 1fr; }
    .abt-value-card { border-right: none; }
    .abt-story__stats .abt-stat { flex: 1 1 100%; }
}
