/* =============================================================================
   ABOUT — page-specific sections
   =============================================================================
   Requires ax-system.css (loaded first): tokens, type scale, buttons, section
   shell, hero, CTA, header/footer, motion. This file styles ONLY this page's
   sections, reusing the shared tokens and editorial registers so About reads as
   a natural continuation of Home, Services, Industries and AI Solutions.

   A statement of intent — not a corporate profile. Sections use the proven
   statement registers, given distinct rhythms so no two read alike:
     ab-story      · conviction lead + ticked supporting points (Our story)
     ab-observed   · numbered descent
     ab-disciplines· the four-discipline inline set
     ab-vm         · vision statement + ticked mission list (Vision & mission)
     ab-tenets     · numbered principles
     ab-beliefs    · navy-tick conviction list
     ab-choose     · the accountability triad, key → statement
     ab-value      · external/internal value columns + closing line (How we create value)
   ============================================================================= */


/* =============================================================================
   SECTION 2 — WHAT WE OBSERVED. A numbered descent ending in the stall.
   ============================================================================= */
.ab-observed {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 760px;
}

.ab-observed__item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0 28px;
    align-items: baseline;
    padding: clamp(18px, 2.4vw, 26px) 0;
    border-top: 1px solid var(--ax-border);
}
.ab-observed__item:last-child { border-bottom: 1px solid var(--ax-border); }

.ab-observed__no {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: 13px;
    color: var(--ax-text-3);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

.ab-observed__text {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.26;
    letter-spacing: -0.024em;
    color: var(--ax-text);
    margin: 0;
}
/* The last line is the turn — let it carry the weight of the section. */
.ab-observed__item:last-child .ab-observed__text { color: var(--ax-text-3); }


/* =============================================================================
   SECTION 3 — WHY ANAYASMI EXISTS. A lead, the four disciplines as one weighty
   line, then the closing statement.
   ============================================================================= */
.ab-exists { max-width: 940px; }

.ab-exists__lead {
    font-family: var(--ax-font-body);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.6;
    color: var(--ax-text-2);
    margin: 0 0 clamp(32px, 4vw, 48px);
    max-width: 46ch;
}

.ab-disciplines {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(14px, 2vw, 24px) clamp(28px, 4.5vw, 56px);
    align-items: baseline;
}

.ab-disciplines__item {
    font-family: var(--ax-font-head);
    font-weight: 600;
    font-size: clamp(30px, 4.6vw, 60px);
    letter-spacing: -0.03em;
    line-height: 1.0;
    color: var(--ax-text);
    position: relative;
}

/* A quiet navy marker between disciplines — discovered, not decorative. */
.ab-disciplines__item + .ab-disciplines__item::before {
    content: "";
    position: absolute;
    left: clamp(-14px, -2.25vw, -28px);
    top: 0.5em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ax-accent);
    transform: translateX(-50%);
    opacity: 0.5;
}

.ab-exists__close {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.3;
    letter-spacing: -0.022em;
    color: var(--ax-text);
    max-width: 26ch;
    margin: clamp(40px, 5vw, 64px) 0 0;
    text-wrap: balance;
}


/* =============================================================================
   SECTION 4 — HOW WE WORK. Numbered principles — short and memorable.
   ============================================================================= */
.ab-tenets {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ax-border);
    max-width: 880px;
}

.ab-tenet {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 32px;
    align-items: baseline;
    padding: clamp(22px, 2.8vw, 34px) 0;
    border-bottom: 1px solid var(--ax-border);
}

.ab-tenet__no {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: 13px;
    color: var(--ax-accent-soft);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
}

.ab-tenet__text {
    font-family: var(--ax-font-head);
    font-weight: 600;
    font-size: clamp(21px, 2.5vw, 33px);
    line-height: 1.16;
    letter-spacing: -0.026em;
    color: var(--ax-text);
    margin: 0;
    text-wrap: balance;
}


/* =============================================================================
   SECTION 5 — WHAT WE BELIEVE. Conviction list with a navy tick (distinct from
   the numbered principles above so the two sections never read alike).
   ============================================================================= */
.ab-beliefs {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 920px;
    border-top: 1px solid var(--ax-border);
}

.ab-belief {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: clamp(20px, 2.3vw, 31px);
    letter-spacing: -0.024em;
    line-height: 1.3;
    color: var(--ax-text);
    padding: clamp(22px, 2.8vw, 32px) 0 clamp(22px, 2.8vw, 32px) clamp(30px, 3.2vw, 48px);
    border-bottom: 1px solid var(--ax-border);
    position: relative;
    text-wrap: balance;
}

/* A small navy tick instead of a bullet — the house mark for a stated belief. */
.ab-belief::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(clamp(22px, 2.8vw, 32px) + 0.66em);
    width: 18px;
    height: 1.5px;
    background: var(--ax-accent);
    border-radius: 1px;
}


/* =============================================================================
   SECTION 6 — WHY CLIENTS WORK WITH US. The accountability triad: a navy term
   over its statement. Three rows, given presence as the closing argument.
   ============================================================================= */
.ab-choose {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ax-border);
}

.ab-choose__row {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) 1.15fr;
    gap: 0 clamp(32px, 5vw, 72px);
    align-items: baseline;
    padding: clamp(28px, 3.4vw, 44px) 0;
    border-bottom: 1px solid var(--ax-border);
}

.ab-choose__k {
    font-family: var(--ax-font-head);
    font-weight: 600;
    font-size: clamp(22px, 2.5vw, 34px);
    letter-spacing: -0.026em;
    line-height: 1.1;
    color: var(--ax-accent);
    margin: 0;
    text-wrap: balance;
}

.ab-choose__v {
    font-family: var(--ax-font-body);
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.6;
    color: var(--ax-text-2);
    margin: 0;
    max-width: 50ch;
}


/* =============================================================================
   SECTION — OUR STORY. A conviction lead beside three supporting points.
   Two columns on desktop; the lead carries the weight, points sit quietly.
   ============================================================================= */
.ab-story {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(32px, 6vw, 80px);
    align-items: start;
}

.ab-story__lead {
    font-family: var(--ax-font-body);
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.62;
    color: var(--ax-text-2);
    margin: 0;
    max-width: 48ch;
}
.ab-story__lead strong { color: var(--ax-text); font-weight: 600; }

.ab-story__points {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ax-border);
}
.ab-story__point {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.4;
    letter-spacing: -0.015em;
    color: var(--ax-text);
    padding: clamp(16px, 2vw, 22px) 0 clamp(16px, 2vw, 22px) clamp(24px, 2.4vw, 34px);
    border-bottom: 1px solid var(--ax-border);
    position: relative;
    text-wrap: pretty;
}
/* Navy tick — the house mark, shared with .ab-belief. */
.ab-story__point::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(clamp(16px, 2vw, 22px) + 0.6em);
    width: 16px;
    height: 1.5px;
    background: var(--ax-accent);
    border-radius: 1px;
}


/* =============================================================================
   SECTION — VISION & MISSION. Two editorial columns: a vision statement and a
   ticked mission list. No dark panel, no glowing cards — type and a hairline.
   ============================================================================= */
.ab-vm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(36px, 6vw, 88px);
    align-items: start;
}

.ab-vm__label {
    font-family: var(--ax-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ax-accent-soft);
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--ax-border);
}

/* Vision — one weighty statement in Geist. */
.ab-vm__vision {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: clamp(19px, 2vw, 26px);
    line-height: 1.34;
    letter-spacing: -0.02em;
    color: var(--ax-text);
    margin: 0;
    text-wrap: pretty;
}
.ab-vm__vision strong { color: var(--ax-accent); font-weight: 600; }

/* Mission — a quiet ticked list. */
.ab-vm__mission { list-style: none; margin: 0; padding: 0; }
.ab-vm__m-item {
    font-family: var(--ax-font-body);
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.55;
    color: var(--ax-text-2);
    padding: 13px 0 13px 28px;
    position: relative;
}
.ab-vm__m-item + .ab-vm__m-item { border-top: 1px solid var(--ax-border-2); }
.ab-vm__m-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(13px + 0.62em);
    width: 14px;
    height: 1.5px;
    background: var(--ax-accent);
    border-radius: 1px;
}


/* =============================================================================
   SECTION — HOW WE CREATE VALUE. Two value columns (external / internal) over a
   hairline, then a centered closing line. Tag → heading → statement.
   ============================================================================= */
.ab-value__lead { margin-top: 20px; max-width: 60ch; }

.ab-value {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 64px);
    border-top: 1px solid var(--ax-border);
    padding-top: clamp(28px, 3.4vw, 44px);
}

.ab-value__col { display: flex; flex-direction: column; }

.ab-value__tag {
    font-family: var(--ax-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ax-accent-soft);
    margin-bottom: 14px;
}

.ab-value__k {
    font-family: var(--ax-font-head);
    font-weight: 600;
    font-size: clamp(20px, 2.2vw, 28px);
    letter-spacing: -0.024em;
    line-height: 1.12;
    color: var(--ax-text);
    margin: 0 0 12px;
}

.ab-value__v {
    font-family: var(--ax-font-body);
    font-size: clamp(15px, 1.3vw, 16.5px);
    line-height: 1.6;
    color: var(--ax-text-2);
    margin: 0;
    max-width: 46ch;
}

.ab-value__close {
    font-family: var(--ax-font-head);
    font-weight: 500;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.36;
    letter-spacing: -0.02em;
    color: var(--ax-text);
    text-align: center;
    max-width: 40ch;
    margin: clamp(40px, 5vw, 64px) auto 0;
    text-wrap: balance;
}


/* =============================================================================
   RESPONSIVE — TABLET  ≤ 980px
   ============================================================================= */
@media (max-width: 980px) {

    /* Our story: stack lead over points */
    .ab-story { grid-template-columns: 1fr; gap: 32px; }
    .ab-story__lead { max-width: 60ch; }

    /* Vision & mission: stack the two columns */
    .ab-vm { grid-template-columns: 1fr; gap: 40px; }

    /* Value: stack the two columns */
    .ab-value { grid-template-columns: 1fr; gap: 32px; }
    .ab-value__v { max-width: 100%; }

    /* Accountability triad: stack term over statement */
    .ab-choose__row { grid-template-columns: 1fr; gap: 10px; }
    .ab-choose__v { max-width: 100%; }
}


/* =============================================================================
   RESPONSIVE — MOBILE  ≤ 640px
   ============================================================================= */
@media (max-width: 640px) {

    /* Observed descent */
    .ab-observed__item { grid-template-columns: 32px 1fr; gap: 0 14px; padding: 18px 0; }
    .ab-observed__text { font-size: 21px; }

    /* Disciplines: tighter */
    .ab-disciplines { gap: 10px 22px; }
    .ab-disciplines__item { font-size: clamp(30px, 11vw, 44px); }
    .ab-disciplines__item + .ab-disciplines__item::before { left: -13px; }
    .ab-exists__close { max-width: 100%; }

    /* Principles */
    .ab-tenet { grid-template-columns: 32px 1fr; gap: 0 14px; padding: 22px 0; }
    .ab-tenet__text { font-size: 22px; }

    /* Beliefs */
    .ab-belief { font-size: 21px; padding-left: 28px; }

    /* Triad */
    .ab-choose__row { padding: 24px 0; }
    .ab-choose__k { font-size: clamp(22px, 7vw, 30px); }
}
