.fc-history {
    --fc-green: #a7ef2f;
    --fc-text: #1d1f22;
    --fc-muted: #666;
    --fc-bg-soft: #f5f5f5;
    --fc-border: #e5e5e5;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--fc-text);
}

.fc-history *,
.fc-history *::before,
.fc-history *::after {
    box-sizing: border-box;
}

/* ARTICLE */

.fc-history__article {
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 32px 120px;
}

/* HERO */

.fc-history__hero {
    text-align: center;
    margin-bottom: 70px;
}

.fc-history__eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #555;
}

.fc-history__title {
    margin: 0;
    font-size: clamp(52px, 7vw, 92px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.fc-history__title::after {
    content: "";
    display: block;
    width: 220px;
    height: 12px;
    background: var(--fc-green);
    margin: 12px auto 0;
}

.fc-history__intro {
    max-width: 820px;
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 1.6;
    color: #444;
}

/* CONTENT */

.fc-history__content {
    max-width: 860px;
    margin: 0 auto;
}

.fc-history__lead {
    font-size: 30px;
    line-height: 1.7;
    font-weight: 300;
    color: #2a2a2a;
    margin-bottom: 50px;
}

.fc-history__content h2 {
    margin-top: 80px;
    margin-bottom: 24px;

    font-size: 42px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.fc-history__content p {
    margin: 0 0 28px;

    font-size: 20px;
    line-height: 1.95;
    color: #333;
}

/* IMAGES */

.fc-history__figure {
    margin: 70px 0;
}

.fc-history__figure img {
    width: 100%;
    border-radius: 18px;
    display: block;
    box-shadow:
            0 20px 50px rgba(0,0,0,0.10);
}

.fc-history__figure--hero img {
    max-width: 780px;
    margin: 0 auto;
}

.fc-history__figure figcaption {
    margin-top: 16px;

    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #777;
}

/* INFOBOX */

.fc-history__infobox {
    margin: 55px 0;
    padding: 34px;

    border-left: 8px solid var(--fc-green);
    background: var(--fc-bg-soft);
    border-radius: 18px;
}

.fc-history__infobox-label {
    display: inline-block;

    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;

    margin-bottom: 14px;
    color: #777;
}

.fc-history__infobox h3 {
    margin: 0 0 18px;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.fc-history__infobox p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
}

.fc-history__infobox--dark {
    background: #202225;
    color: white;
}

.fc-history__infobox--dark p,
.fc-history__infobox--dark .fc-history__infobox-label {
    color: rgba(255,255,255,0.8);
}

/* QUOTE */

.fc-history__quote {
    margin: 90px 0 0;
    padding: 50px;

    border-radius: 24px;
    background: #151515;

    color: white;

    font-size: 38px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
}

/* RESPONSIVE */

@media (max-width: 900px) {

    .fc-history__article {
        padding: 60px 24px 90px;
    }

    .fc-history__title {
        font-size: 58px;
    }

    .fc-history__intro {
        font-size: 20px;
    }

    .fc-history__content h2 {
        font-size: 34px;
    }

    .fc-history__content p {
        font-size: 18px;
        line-height: 1.85;
    }

    .fc-history__lead {
        font-size: 24px;
    }

    .fc-history__quote {
        padding: 36px;
        font-size: 28px;
    }
}

@media (max-width: 640px) {

    .fc-history__article {
        padding: 50px 18px 70px;
    }

    .fc-history__title {
        font-size: 44px;
    }

    .fc-history__title::after {
        width: 140px;
        height: 8px;
    }

    .fc-history__intro {
        font-size: 18px;
    }

    .fc-history__content h2 {
        font-size: 28px;
    }

    .fc-history__content p {
        font-size: 17px;
        line-height: 1.8;
    }

    .fc-history__infobox {
        padding: 26px;
    }

    .fc-history__quote {
        font-size: 24px;
        padding: 28px;
    }
}

/* Static History component variant
   Scoped separately because layouts/static/content.html was originally built
   as a standalone page with generic .hero/.button/.nav selectors. */
.fc-history-static {
    --fc-history-accent: #b7f34a;
    --fc-history-ink: #111111;
    --fc-history-text: #333333;
    --fc-history-muted: #5b5b5b;
    --fc-history-soft: #f7f7f7;
    --fc-history-panel: #ffffff;
    --fc-history-border: #e6e6e6;
    --fc-history-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
    --fc-history-deep-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
    --fc-history-radius: 24px;

    box-sizing: border-box;
    color: var(--fc-history-text);
    background: #ffffff;
    font-family: var(--font-family-default, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    padding: 24px 24px 96px;
}

.fc-history-static *,
.fc-history-static *::before,
.fc-history-static *::after {
    box-sizing: border-box;
}

.fc-history-static .hero,
.fc-history-static main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.fc-history-static .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 48px;
    align-items: center;
    padding: 72px 0 80px;
}

.fc-history-static .eyebrow {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0 0 14px;
    padding: 0 10px;
    color: #121212;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.fc-history-static .eyebrow::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 1px;
    z-index: -1;
    height: 8px;
    background: var(--fc-history-accent);
    border-radius: 2px;
    opacity: .75;
}

.fc-history-static h1 {
    max-width: 820px;
    margin: 0 0 18px;
    color: var(--fc-history-ink);
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .98;
}

.fc-history-static .lead {
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--fc-history-muted);
    font-size: 18px;
    line-height: 1.65;
}

.fc-history-static .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fc-history-static .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--fc-history-ink);
    border-radius: 999px;
    background: var(--fc-history-ink);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.fc-history-static .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(183, 243, 74, .35);
}

.fc-history-static .button.secondary {
    border-color: #dddddd;
    background: #ffffff;
    color: var(--fc-history-ink);
}

.fc-history-static .button.secondary:hover {
    border-color: var(--fc-history-accent);
    background: var(--fc-history-accent);
    box-shadow: none;
}

.fc-history-static .button:focus-visible {
    outline: 2px solid var(--fc-history-ink);
    outline-offset: 3px;
}

.fc-history-static .photo-stack {
    position: relative;
    min-height: 680px;
}

.fc-history-static .photo-card {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border: 10px solid rgba(255, 250, 241, .92);
    border-radius: 28px;
    background: var(--fc-history-panel);
    box-shadow: 0 28px 70px rgba(37, 28, 18, .18);
    transform: rotate(var(--r));
}

.fc-history-static .photo-card img,
.fc-history-static .inline-photo img {
    display: block;
    width: 100%;
}

.fc-history-static .photo-card img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(.12) contrast(1.04);
}

.fc-history-static .photo-card.one {
    --r: -3deg;
    inset: 18px 72px auto 0;
    height: 560px;
}

.fc-history-static .photo-card.one img {
    object-fit: contain;
    object-position: center;
    background: #ffffff;
}

.fc-history-static .photo-card.two {
    --r: 4deg;
    right: 0;
    bottom: 16px;
    width: 56%;
    height: 330px;
}

.fc-history-static .caption {
    position: absolute;
    right: 28px;
    bottom: 24px;
    left: 28px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 250, 241, .84);
    backdrop-filter: blur(14px);
    color: var(--fc-history-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.fc-history-static .article-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
    align-items: start;
}

.fc-history-static article {
    min-width: 0;
}

.fc-history-static article section {
    margin: 0 0 64px;
}

.fc-history-static article h2 {
    margin: 0 0 18px;
    color: var(--fc-history-ink);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
}

.fc-history-static article p {
    margin: 0 0 20px;
    color: var(--fc-history-muted);
    font-size: 17px;
    line-height: 1.7;
}

.fc-history-static article strong {
    color: var(--fc-history-ink);
}

.fc-history-static .dropcap::first-letter {
    float: left;
    padding: 8px 10px 0 0;
    color: var(--fc-history-ink);
    font-size: 4.8rem;
    font-weight: 800;
    line-height: .78;
}

.fc-history-static .pullquote {
    margin: 36px 0;
    padding: 30px 28px;
    border: 1px solid var(--fc-history-border);
    border-left: 8px solid var(--fc-history-accent);
    border-radius: 0 var(--fc-history-radius) var(--fc-history-radius) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    box-shadow: var(--fc-history-shadow);
    color: var(--fc-history-ink);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.25;
}

.fc-history-static .inline-photo {
    overflow: hidden;
    margin: 36px 0;
    border: 10px solid #ffffff;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: var(--fc-history-deep-shadow);
}

.fc-history-static .inline-photo img {
    max-height: 700px;
    object-fit: cover;
}

.fc-history-static figcaption,
.fc-history-static .inline-photo figcaption {
    padding: 14px 8px 2px;
    color: #777777;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.fc-history-static aside {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 18px;
}

.fc-history-static .info {
    padding: 24px;
    border: 1px solid var(--fc-history-border);
    border-radius: var(--fc-history-radius);
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    box-shadow: var(--fc-history-shadow);
}

.fc-history-static .info h3 {
    margin: 0 0 10px;
    color: var(--fc-history-ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.fc-history-static .info p {
    margin: 0;
    color: var(--fc-history-muted);
    font-size: 15px;
    line-height: 1.6;
}

.fc-history-static .info .meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
}

.fc-history-static .stat {
    padding-top: 12px;
    border-top: 1px solid var(--fc-history-border);
    color: var(--fc-history-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.fc-history-static .timeline {
    gap: 16px;
}

.fc-history-static .moment {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--fc-history-border);
}

.fc-history-static .moment:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.fc-history-static .year {
    color: #4f8f00;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.fc-history-static .closing {
    margin-top: 72px;
    padding: clamp(30px, 5vw, 56px);
    border-radius: 28px;
    background: #111111;
    box-shadow: var(--fc-history-deep-shadow);
}

.fc-history-static .closing h2,
.fc-history-static .closing p {
    color: #ffffff;
}

.fc-history-static .closing p {
    max-width: 820px;
    opacity: .84;
}

@media (max-width: 1080px) {
    .fc-history-static .hero {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 56px;
    }

    .fc-history-static .photo-stack {
        min-height: 580px;
    }

    .fc-history-static .photo-card.one {
        right: 20%;
        height: 470px;
    }

    .fc-history-static .photo-card.two {
        width: 52%;
        height: 295px;
    }

    .fc-history-static .article-grid {
        grid-template-columns: 1fr;
    }

    .fc-history-static aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .fc-history-static {
        padding: 18px 18px 72px;
    }

    .fc-history-static .hero {
        padding: 42px 0 56px;
    }

    .fc-history-static h1 {
        font-size: 36px;
    }

    .fc-history-static .lead {
        font-size: 16px;
    }

    .fc-history-static .hero-actions,
    .fc-history-static .button {
        width: 100%;
    }

    .fc-history-static .photo-stack {
        min-height: auto;
    }

    .fc-history-static .photo-card {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .fc-history-static .photo-card.one {
        height: auto;
    }

    .fc-history-static .photo-card.two {
        display: none;
    }

    .fc-history-static .caption {
        position: static;
        border-radius: 0;
    }

    .fc-history-static article section {
        margin-bottom: 46px;
    }

    .fc-history-static article h2 {
        font-size: 28px;
    }

    .fc-history-static article p {
        font-size: 16px;
        line-height: 1.65;
    }

    .fc-history-static .pullquote {
        padding: 24px 20px;
        font-size: 22px;
    }

    .fc-history-static aside,
    .fc-history-static .info .meta {
        grid-template-columns: 1fr;
    }

    .fc-history-static .moment {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}