/*
 * Component: fc-about-what
 * File:      fc-about-what.css
 * BEM prefix: fc-aw__
 * Theme:      FelixChess dark — #0a0c0a bg / #aaff00 lime accent
 *
 * Delivered as a Sling clientlib category: felixchess.about.what
 * Include via: <sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html"
 *                   data-sly-call="${clientlib.css @ categories='felixchess.about.what'}"/>
 */

/* ── Section wrapper ──────────────────────────────────────────────────────── */

.fc-aw {
    background-color: #0a0c0a;
    color: #e8e8e0;
    font-family: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
    padding: 5rem 3.5rem;
    box-sizing: border-box;
}

/* ── Google Fonts — loaded once at the page level via base template ───────── */
/* Playfair Display 700 900 | Source Sans 3 300 400 600                        */
/* If not already present in the base template, add:                           */
/*   @import url('https://fonts.googleapis.com/css2?                           */
/*       family=Playfair+Display:wght@700;900&                                 */
/*       family=Source+Sans+3:wght@300;400;600&display=swap');                 */

/* ── Overline ─────────────────────────────────────────────────────────────── */

.fc-aw__overline {
    font-size: 0.6875rem;           /* 11px */
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
    color: #aaff00;
    margin: 0 0 1.5rem;
    padding: 0;
}

/* ── Headline ─────────────────────────────────────────────────────────────── */

.fc-aw__headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    color: #f5f5ee;
    margin: 0 0 2.75rem;
}

.fc-aw__headline-accent {
    color: #aaff00;
    font-style: normal;
}

/* ── Two-column IS / IS NOT layout ───────────────────────────────────────── */

.fc-aw__columns {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0 2.5rem;
    margin-bottom: 0;
}

.fc-aw__col-divider {
    background-color: #1e241e;
    align-self: stretch;
}

.fc-aw__col-label {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4a5048;
    margin: 0 0 1.25rem;
}

.fc-aw__col-label--is {
    color: #aaff00;
    opacity: 0.7;
}

.fc-aw__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fc-aw__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;           /* 15px */
    line-height: 1.65;
    margin-bottom: 1.1rem;
}

/* IS list — lime dash marker */
.fc-aw__list--is li {
    color: #dde5d8;
}

.fc-aw__list--is li::before {
    content: '✓';
    color: #aaff00;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.05em;
}

/* IS NOT list — muted × marker */
.fc-aw__list--isnot li {
    color: #7a8075;
}

.fc-aw__list--isnot li::before {
    content: '⊘';
    color: #c0392b;
    font-size: 1.0625rem;
    line-height: 1.5;
    flex-shrink: 0;
}

/* ── Pull-quote strip ─────────────────────────────────────────────────────── */

.fc-aw__quote-strip {
    background-color: #0d100d;
    border-left: 2px solid #aaff00;
    padding: 2rem 2.5rem;
    margin: 2.75rem 0;
}

.fc-aw__quote {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(0.9375rem, 2vw, 1.1875rem);
    font-weight: 700;
    font-style: italic;
    line-height: 1.55;
    color: #c8d0c0;
}

.fc-aw__quote-accent {
    color: #aaff00;
    font-style: normal;
}

/* ── Gap section ──────────────────────────────────────────────────────────── */

.fc-aw__gap-label {
    font-size: 0.625rem;            /* 10px */
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4a5048;
    margin: 0 0 1rem;
}

.fc-aw__gap-body {
    font-size: 0.9375rem;           /* 15px */
    font-weight: 300;
    line-height: 1.8;
    color: #7a8070;
    margin: 0 0 2rem;
    max-width: 640px;
}

/* ── Stat callout ─────────────────────────────────────────────────────────── */

.fc-aw__stat {
    display: inline-flex;
    align-items: baseline;
    gap: 0.625rem;
    border: 1px solid #1a201a;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    margin-bottom: 2.5rem;
}

.fc-aw__stat-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.25rem;             /* 36px */
    font-weight: 900;
    line-height: 1;
    color: #aaff00;
    /* Counter animation — JS toggles .is-counted which removes the placeholder */
}

.fc-aw__stat-label {
    font-size: 0.75rem;             /* 12px */
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4a5048;
}

/* ── CTA link ─────────────────────────────────────────────────────────────── */

.fc-aw__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;           /* 13px */
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #aaff00;
    text-decoration: none;
    border-bottom: 1px solid rgba(170, 255, 0, 0.25);
    padding-bottom: 2px;
    transition: border-color 0.2s ease;
}

.fc-aw__cta:hover,
.fc-aw__cta:focus-visible {
    border-color: #aaff00;
    outline: none;
}

.fc-aw__cta-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
}

.fc-aw__cta:hover .fc-aw__cta-arrow {
    transform: translateX(4px);
}

/* ── Responsive — narrow viewports ───────────────────────────────────────── */

@media (max-width: 680px) {
    .fc-aw {
        padding: 3.5rem 1.5rem;
    }

    .fc-aw__columns {
        grid-template-columns: 1fr;
        gap: 2rem 0;
    }

    .fc-aw__col-divider {
        height: 1px;
        width: 100%;
        align-self: auto;
        background-color: #1e241e;
    }
}