/* =========================================================
   Museum Odense Samlinger
   Complete theme page styles
   ========================================================= */

/*
   This file contains the complete visual system for theme pages.
   It replaces theme rules that previously lived partly in site.css
   and partly in themes.css.

   All theme-specific rules are scoped to .theme-page where practical
   to avoid collisions with object pages, person universes and the front page.
*/


/* =========================================================
   1. THEME TOKENS / CORE
   ========================================================= */

.theme-page {
    --theme-max: 1440px;
    --theme-gutter: 34px;
    --ink: var(--text);
    --paper: var(--background);
    --red: #b74331;
    --blue: #476a8f;
    --gold: #aa8534;
    --green: #55735a;
    padding-bottom: 80px;
    color: var(--text);
    background: var(--background);
}

    .theme-page *,
    .theme-page *::before,
    .theme-page *::after {
        box-sizing: border-box;
    }

    .theme-page img {
        max-width: 100%;
    }

    /*
   Local fallback for pages that use .container in the theme markup.
   The global site layout should still define .container in site.css.
*/
    .theme-page .container {
        width: min( var(--theme-max), calc(100% - (var(--theme-gutter) * 2)) );
        margin-inline: auto;
    }

    .theme-page .eyebrow,
    .theme-page .theme-eyebrow {
        margin: 0 0 12px;
        color: var(--muted);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .theme-page h1,
    .theme-page h2,
    .theme-page h3 {
        text-wrap: balance;
    }

    .theme-page p {
        text-wrap: pretty;
    }

    .theme-page .theme-text-link,
    .theme-page .text-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding-bottom: 3px;
        border-bottom: 1px solid currentColor;
        color: inherit;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
    }

        .theme-page .theme-text-link:hover,
        .theme-page .text-link:hover {
            text-decoration: none;
        }


    /* =========================================================
   2. HERO
   ========================================================= */

    .theme-page .theme-hero {
        width: min( var(--theme-max), calc(100% - (var(--theme-gutter) * 2)) );
        min-height: 72vh;
        margin-inline: auto;
        padding: 120px 0 90px;
        display: flex;
        align-items: flex-end;
    }

    .theme-page .theme-hero__copy {
        width: 100%;
        max-width: 1100px;
    }

    .theme-page .theme-hero h1 {
        max-width: 1200px;
        margin: 8px 0 34px;
        font-size: clamp(70px, 10vw, 150px);
        font-weight: 400;
        line-height: .88;
        letter-spacing: -.055em;
    }

    .theme-page .theme-hero__lead,
    .theme-page .theme-hero .lead {
        max-width: 780px;
        margin: 0;
        font-family: "Newsreader", Georgia, serif;
        font-size: clamp(24px, 2.5vw, 36px);
        line-height: 1.25;
    }

    .theme-page .theme-hero__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-top: 30px;
        color: var(--muted);
        font-size: 12px;
    }


    /* =========================================================
   3. INTRODUCTION
   ========================================================= */

    .theme-page .theme-intro {
        width: min( var(--theme-max), calc(100% - (var(--theme-gutter) * 2)) );
        margin-inline: auto;
        display: grid;
        grid-template-columns: .25fr 1fr;
        gap: 50px;
        padding: 110px 0 130px;
        border-top: 1px solid var(--line);
    }

    .theme-page .theme-intro__label {
        padding-top: 4px;
        color: var(--muted);
        font-size: 12px;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .theme-page .theme-intro__copy,
    .theme-page .theme-intro__text {
        max-width: 900px;
    }

        .theme-page .theme-intro__copy h2,
        .theme-page .theme-intro__text h2 {
            max-width: 900px;
            margin: 0 0 30px;
            font-size: clamp(48px, 6vw, 90px);
            font-weight: 400;
            line-height: .95;
            letter-spacing: -.04em;
        }

        .theme-page .theme-intro__copy p,
        .theme-page .theme-intro__text p {
            max-width: 760px;
            margin: 0 0 22px;
            font-size: 18px;
            line-height: 1.65;
        }

            .theme-page .theme-intro__copy p:first-of-type,
            .theme-page .theme-intro__text p:first-of-type {
                font-family: "Newsreader", Georgia, serif;
                font-size: clamp(24px, 2.3vw, 34px);
                line-height: 1.3;
            }


    /* =========================================================
   4. FACTS
   ========================================================= */

    .theme-page .theme-facts {
        padding: 70px max( var(--theme-gutter), calc((100vw - var(--theme-max)) / 2 + var(--theme-gutter)) );
        background: var(--dark);
        color: var(--paper);
    }

    .theme-page .theme-facts__inner {
        width: min(var(--theme-max), 100%);
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .theme-page .theme-fact {
        min-height: 180px;
        padding: 20px 35px;
        border-left: 1px solid rgba(255,255,255,.2);
    }

        .theme-page .theme-fact:first-child {
            border-left: 0;
        }

        .theme-page .theme-fact strong {
            display: block;
            margin-bottom: 12px;
            font-family: "Newsreader", Georgia, serif;
            font-size: clamp(45px, 6vw, 80px);
            font-weight: 400;
            line-height: .95;
        }

        .theme-page .theme-fact span {
            display: block;
            max-width: 260px;
            color: rgba(255,255,255,.7);
            font-size: 13px;
            line-height: 1.45;
        }


    /* Legacy facts markup */

    .theme-page .theme-facts dl {
        margin: 0;
    }

        .theme-page .theme-facts dl > div {
            padding: 15px 0;
            border-bottom: 1px solid rgba(255,255,255,.2);
        }

    .theme-page .theme-facts dt {
        color: rgba(255,255,255,.62);
        font-size: 12px;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .theme-page .theme-facts dd {
        margin: 5px 0 0;
    }


    /* =========================================================
   5. STORY / CHAPTER BLOCK
   ========================================================= */

    /*
   Supports both the newer _ThemeStory naming and the older
   .theme-chapter naming while the templates are being consolidated.
*/

    .theme-page .theme-story,
    .theme-page .theme-chapter {
        width: min( var(--theme-max), calc(100% - (var(--theme-gutter) * 2)) );
        margin-inline: auto;
        display: grid;
        grid-template-columns: .25fr 1fr;
        gap: 50px;
        padding: 130px 0;
        border-bottom: 1px solid var(--line);
    }

    .theme-page .theme-story__index,
    .theme-page .theme-story__label,
    .theme-page .theme-chapter__label {
        padding-top: 4px;
        color: var(--muted);
        font-size: 12px;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .theme-page .theme-story__copy,
    .theme-page .theme-chapter__copy {
        max-width: 900px;
    }

    .theme-page .theme-story h2,
    .theme-page .theme-chapter h2 {
        max-width: 900px;
        margin: 8px 0 30px;
        font-size: clamp(48px, 6vw, 90px);
        font-weight: 400;
        line-height: .95;
        letter-spacing: -.04em;
    }

    .theme-page .theme-story__copy > p:not(.eyebrow),
    .theme-page .theme-chapter__copy > p:not(.eyebrow) {
        max-width: 760px;
        margin: 0 0 22px;
        font-size: 18px;
        line-height: 1.65;
    }

    .theme-page .theme-story__lead,
    .theme-page .theme-feature-text {
        max-width: 760px;
        font-family: "Newsreader", Georgia, serif;
        font-size: clamp(24px, 2.2vw, 34px);
        line-height: 1.35;
    }


    /* =========================================================
   6. FEATURED OBJECT
   ========================================================= */

    .theme-page .theme-object-feature {
        width: min( var(--theme-max), calc(100% - (var(--theme-gutter) * 2)) );
        margin-inline: auto;
        padding: 90px 0 130px;
    }

    .theme-page .theme-object-feature__inner {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
        gap: clamp(50px, 8vw, 130px);
        align-items: center;
    }

    .theme-page .theme-object-feature__media {
        display: block;
        min-width: 0;
    }

        .theme-page .theme-object-feature__media img,
        .theme-page .theme-object-feature__media .image-placeholder {
            display: block;
            width: 100%;
            aspect-ratio: 4 / 3;
            object-fit: contain;
        }

    .theme-page .theme-object-feature__copy {
        max-width: 620px;
    }

        .theme-page .theme-object-feature__copy h3 {
            margin: 8px 0 12px;
            font-size: clamp(42px, 5vw, 72px);
            font-weight: 400;
            line-height: .95;
            letter-spacing: -.035em;
        }

        .theme-page .theme-object-feature__copy > p:not(.eyebrow) {
            max-width: 580px;
            margin: 0 0 22px;
            font-size: 17px;
            line-height: 1.6;
        }

    .theme-page .theme-object-feature__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 15px;
        margin: 18px 0 30px;
        color: var(--muted);
        font-size: 12px;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .theme-page .theme-object-feature--imageRight .theme-object-feature__media {
        order: 2;
    }

    .theme-page .theme-object-feature--imageRight .theme-object-feature__copy {
        order: 1;
    }


    /* =========================================================
   7. OBJECT GROUP / GRID
   ========================================================= */

    .theme-page .theme-object-group,
    .theme-page .theme-objects {
        padding: 110px max( var(--theme-gutter), calc((100vw - var(--theme-max)) / 2 + var(--theme-gutter)) ) 140px;
        background: rgba(0,0,0,.035);
    }

    .theme-page .theme-object-group__inner,
    .theme-page .theme-objects__inner {
        width: min(var(--theme-max), 100%);
        margin-inline: auto;
    }

    .theme-page .theme-object-group__header,
    .theme-page .theme-objects__header {
        max-width: 900px;
        margin-bottom: 60px;
    }

        .theme-page .theme-object-group__header h2,
        .theme-page .theme-objects__header h2 {
            margin: 8px 0 25px;
            font-size: clamp(48px, 6vw, 86px);
            font-weight: 400;
            line-height: .95;
            letter-spacing: -.04em;
        }

    .theme-page .theme-object-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }

    .theme-page .theme-object-card {
        display: block;
        min-width: 0;
        color: inherit;
        text-decoration: none;
    }

    .theme-page .theme-object-card__image {
        overflow: hidden;
        aspect-ratio: 4 / 3;
        margin-bottom: 18px;
        background: #ddd9d2;
    }

        .theme-page .theme-object-card__image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .theme-page .theme-object-card .eyebrow {
        margin-bottom: 7px;
    }

    .theme-page .theme-object-card h3 {
        margin: 0 0 8px;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.1;
    }

    .theme-page .theme-object-card p {
        margin: 0;
        color: var(--muted);
        line-height: 1.5;
    }


    /*
   The shared _ObjectGrid may still be used inside theme blocks.
   Scope these additions to theme pages so the normal object grid
   remains controlled by object/pages CSS elsewhere.
*/

    .theme-page .object-grid {
        gap: 28px;
    }

    .theme-page .object-card__image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* =========================================================
   8. QUOTE
   ========================================================= */

    .theme-page .theme-quote {
        padding: 130px max( var(--theme-gutter), calc((100vw - var(--theme-max)) / 2 + var(--theme-gutter)) );
        background: var(--dark);
        color: var(--paper);
    }

    .theme-page .theme-quote__inner {
        width: min(1200px, 100%);
        margin-inline: auto;
    }

    .theme-page .theme-quote blockquote {
        margin: 0;
    }

        .theme-page .theme-quote blockquote > p {
            max-width: 1100px;
            margin: 0;
            font-family: "Newsreader", Georgia, serif;
            font-size: clamp(42px, 6vw, 86px);
            font-weight: 400;
            line-height: 1.02;
            letter-spacing: -.035em;
        }

    .theme-page .theme-quote footer {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 15px;
        margin-top: 35px;
        color: rgba(255,255,255,.65);
        font-size: 13px;
    }

        .theme-page .theme-quote footer a {
            color: inherit;
        }


    /* =========================================================
   9. TIMELINE
   ========================================================= */

    .theme-page .theme-timeline {
        padding: 130px max( var(--theme-gutter), calc((100vw - var(--theme-max)) / 2 + var(--theme-gutter)) ) 140px;
    }

    .theme-page .theme-timeline__inner {
        width: min(var(--theme-max), 100%);
        margin-inline: auto;
    }

    .theme-page .theme-timeline__header {
        max-width: 900px;
        margin-bottom: 70px;
    }

        .theme-page .theme-timeline__header h2 {
            margin: 8px 0 0;
            font-size: clamp(48px, 6vw, 88px);
            font-weight: 400;
            line-height: .95;
            letter-spacing: -.04em;
        }

    .theme-page .theme-timeline__items {
        border-top: 1px solid var(--ink);
    }

    .theme-page .theme-timeline__item {
        display: grid;
        grid-template-columns: 220px 1fr;
        gap: 45px;
        padding: 35px 0;
        border-bottom: 1px solid var(--line);
    }

    .theme-page .theme-timeline__year {
        font-family: "Newsreader", Georgia, serif;
        font-size: clamp(32px, 4vw, 52px);
        font-weight: 400;
        line-height: 1;
    }

    .theme-page .theme-timeline__item h3 {
        margin: 0 0 10px;
        font-size: 28px;
        font-weight: 500;
    }

    .theme-page .theme-timeline__item p {
        max-width: 760px;
        margin: 0;
        color: var(--muted);
        font-size: 16px;
        line-height: 1.55;
    }

    .theme-page .theme-timeline__item a {
        color: inherit;
    }


    /* =========================================================
   10. DATA VISUALISATION
   ========================================================= */

    .theme-page .theme-dataviz {
        padding: 120px max( var(--theme-gutter), calc((100vw - var(--theme-max)) / 2 + var(--theme-gutter)) );
        background: rgba(0,0,0,.035);
    }

    .theme-page .theme-dataviz__inner {
        width: min(var(--theme-max), 100%);
        margin-inline: auto;
    }

    .theme-page .theme-dataviz__header {
        max-width: 900px;
        margin-bottom: 70px;
    }

        .theme-page .theme-dataviz__header h2 {
            margin: 8px 0 18px;
            font-size: clamp(48px, 6vw, 86px);
            font-weight: 400;
            line-height: .95;
            letter-spacing: -.04em;
        }

        .theme-page .theme-dataviz__header > p:not(.eyebrow) {
            max-width: 700px;
            color: var(--muted);
            font-size: 17px;
            line-height: 1.55;
        }

    .theme-page .theme-dataviz__chart {
        max-width: 1100px;
    }

    .theme-page .theme-dataviz__row {
        display: grid;
        grid-template-columns: 180px 1fr 80px;
        gap: 20px;
        align-items: center;
        padding: 13px 0;
        border-bottom: 1px solid var(--line);
    }

        .theme-page .theme-dataviz__row:first-child {
            border-top: 1px solid var(--line);
        }

    .theme-page .theme-dataviz__label {
        font-size: 13px;
    }

    .theme-page .theme-dataviz__bar-area {
        height: 22px;
        background: rgba(0,0,0,.08);
    }

    .theme-page .theme-dataviz__bar {
        height: 100%;
        background: currentColor;
    }

    .theme-page .theme-dataviz__value {
        font-family: "Newsreader", Georgia, serif;
        font-size: 22px;
    }

        .theme-page .theme-dataviz__value span {
            display: block;
            color: var(--muted);
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
        }


    /* Optional compact data points */

    .theme-page .theme-datapoints {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1px;
        margin-top: 40px;
        background: var(--line);
    }

    .theme-page .theme-datapoint {
        min-height: 160px;
        padding: 25px;
        background: var(--background);
    }

        .theme-page .theme-datapoint strong {
            display: block;
            margin-bottom: 10px;
            font-family: "Newsreader", Georgia, serif;
            font-size: clamp(34px, 4vw, 58px);
            font-weight: 400;
        }


    /* =========================================================
   11. FINAL CTA
   ========================================================= */

    /*
   New generic CTA.
*/

    .theme-page .theme-final-cta {
        margin-top: 120px;
        padding: 120px max( var(--theme-gutter), calc((100vw - var(--theme-max)) / 2 + var(--theme-gutter)) );
        background: var(--dark);
        color: var(--paper);
    }

    .theme-page .theme-final-cta__inner {
        width: min(1100px, 100%);
        margin-inline: auto;
    }

    .theme-page .theme-final-cta h2 {
        max-width: 950px;
        margin: 10px 0 32px;
        font-size: clamp(55px, 7vw, 105px);
        font-weight: 400;
        line-height: .92;
        letter-spacing: -.045em;
    }

    .theme-page .theme-final-cta__text,
    .theme-page .theme-final-cta > p:not(.eyebrow) {
        max-width: 680px;
        margin: 0 0 36px;
        font-family: "Newsreader", Georgia, serif;
        font-size: clamp(22px, 2.2vw, 32px);
        line-height: 1.3;
    }

    /*.theme-page .theme-final-cta a {
        color: inherit;
    }*/


    /*
   Temporary backwards-compatible support for the old HCA-only CTA.
   This can be deleted when every theme uses .theme-final-cta.
*/

    .theme-page .theme-hca-cta {
        margin-top: 120px;
        padding: 110px max( var(--theme-gutter), calc((100vw - var(--theme-max)) / 2 + var(--theme-gutter)) );
        background: var(--dark);
        color: var(--paper);
    }

    .theme-page .theme-hca-cta__inner {
        width: min(1100px, 100%);
        margin-inline: auto;
    }

    .theme-page .theme-hca-cta h2 {
        max-width: 900px;
        margin: 10px 0 30px;
        font-size: clamp(55px, 7vw, 105px);
        font-weight: 400;
        line-height: .92;
        letter-spacing: -.045em;
    }

    .theme-page .theme-hca-cta p:not(.eyebrow) {
        max-width: 650px;
        font-family: "Newsreader", Georgia, serif;
        font-size: 25px;
    }


    /* =========================================================
   12. BUTTONS INSIDE THEME PAGES
   ========================================================= */

    .theme-page .theme-button,
    .theme-page .button {
        display: inline-block;
        margin-top: 12px;
        padding: 14px 20px;
        border: 1px solid var(--ink);
        background: var(--ink);
        color: var(--paper);
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
    }

        .theme-page .theme-button:hover,
        .theme-page .button:hover {
            text-decoration: none;
        }

    .theme-page .theme-button--light,
    .theme-page .button-light {
        border-color: var(--paper);
        background: var(--paper);
        color: var(--ink);
    }


    /* =========================================================
   13. ERROR / DEVELOPMENT FALLBACK
   ========================================================= */

    .theme-page .theme-block-error,
    .theme-page .story-block-error {
        width: min( var(--theme-max), calc(100% - (var(--theme-gutter) * 2)) );
        margin: 30px auto;
        padding: 20px;
        border: 1px dashed var(--red);
        font-size: 14px;
    }


/* =========================================================
   14. RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 900px) {

    .theme-page {
        --theme-gutter: 24px;
    }

        .theme-page .theme-hero {
            min-height: auto;
            padding-top: 90px;
            padding-bottom: 70px;
        }

        .theme-page .theme-intro,
        .theme-page .theme-story,
        .theme-page .theme-chapter {
            grid-template-columns: 1fr;
            gap: 22px;
        }

        .theme-page .theme-intro__label,
        .theme-page .theme-story__index,
        .theme-page .theme-story__label,
        .theme-page .theme-chapter__label {
            padding-top: 0;
        }

        .theme-page .theme-facts__inner {
            grid-template-columns: 1fr;
        }

        .theme-page .theme-fact {
            min-height: 0;
            padding: 30px 0;
            border-left: 0;
            border-top: 1px solid rgba(255,255,255,.2);
        }

            .theme-page .theme-fact:first-child {
                border-top: 0;
            }

        .theme-page .theme-object-feature__inner {
            grid-template-columns: 1fr;
            gap: 45px;
        }

        .theme-page .theme-object-feature--imageRight .theme-object-feature__media,
        .theme-page .theme-object-feature--imageRight .theme-object-feature__copy {
            order: initial;
        }

        .theme-page .theme-object-feature__media {
            order: 1 !important;
        }

        .theme-page .theme-object-feature__copy {
            order: 2 !important;
        }

        .theme-page .theme-object-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .theme-page .theme-datapoints {
            grid-template-columns: 1fr;
        }
}


/* =========================================================
   15. RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .theme-page {
        --theme-gutter: 18px;
        padding-bottom: 50px;
    }

        .theme-page .theme-hero {
            padding-top: 70px;
            padding-bottom: 60px;
        }

            .theme-page .theme-hero h1 {
                margin-bottom: 26px;
                font-size: clamp(58px, 18vw, 92px);
            }

            .theme-page .theme-hero__lead,
            .theme-page .theme-hero .lead {
                font-size: 23px;
            }

        .theme-page .theme-intro {
            padding-top: 80px;
            padding-bottom: 90px;
        }

        .theme-page .theme-story,
        .theme-page .theme-chapter {
            padding-top: 90px;
            padding-bottom: 90px;
        }

            .theme-page .theme-intro__copy h2,
            .theme-page .theme-intro__text h2,
            .theme-page .theme-story h2,
            .theme-page .theme-chapter h2 {
                font-size: clamp(42px, 13vw, 64px);
            }

        .theme-page .theme-object-feature {
            padding-top: 70px;
            padding-bottom: 90px;
        }

        .theme-page .theme-object-feature__copy h3 {
            font-size: clamp(38px, 12vw, 56px);
        }

        .theme-page .theme-object-group,
        .theme-page .theme-objects {
            padding-top: 80px;
            padding-bottom: 90px;
        }

        .theme-page .theme-object-grid {
            grid-template-columns: 1fr;
        }

        .theme-page .theme-quote {
            padding-top: 90px;
            padding-bottom: 90px;
        }

            .theme-page .theme-quote blockquote > p {
                font-size: clamp(38px, 12vw, 58px);
            }

            .theme-page .theme-quote footer {
                flex-direction: column;
            }

        .theme-page .theme-timeline {
            padding-top: 90px;
            padding-bottom: 100px;
        }

        .theme-page .theme-timeline__header {
            margin-bottom: 45px;
        }

        .theme-page .theme-timeline__item {
            grid-template-columns: 1fr;
            gap: 8px;
            padding: 28px 0;
        }

        .theme-page .theme-dataviz {
            padding-top: 90px;
            padding-bottom: 90px;
        }

        .theme-page .theme-dataviz__header {
            margin-bottom: 45px;
        }

        .theme-page .theme-dataviz__row {
            grid-template-columns: 100px 1fr 55px;
            gap: 10px;
        }

        .theme-page .theme-final-cta,
        .theme-page .theme-hca-cta {
            margin-top: 80px;
            padding-top: 80px;
            padding-bottom: 80px;
        }

            .theme-page .theme-final-cta h2,
            .theme-page .theme-hca-cta h2 {
                font-size: clamp(48px, 14vw, 72px);
            }
}

/* =========================================================
   16. ANSWER
   ========================================================= */

.theme-page .theme-answer {
    margin: clamp(50px, 7vw, 100px) 0;
}

.theme-page .theme-answer .page-width {
    display: grid;
    grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
    gap: clamp(35px, 6vw, 90px);
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.theme-page .theme-answer__question {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.theme-page .theme-answer__text {
    max-width: 900px;
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(23px, 2.7vw, 38px);
    line-height: 1.25;
}

@media (max-width: 700px) {
    .theme-page .theme-answer .page-width {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* =========================================================
   17. FAQ
   ========================================================= */

.theme-page .theme-faq {
    margin: clamp(90px, 11vw, 170px) 0;
}

.theme-page .theme-faq__header {
    max-width: 900px;
    margin-bottom: clamp(35px, 5vw, 65px);
}

    .theme-page .theme-faq__header h2 {
        margin: 8px 0 0;
        font-size: clamp(42px, 6vw, 80px);
        font-weight: 400;
        line-height: .98;
        letter-spacing: -.04em;
    }

.theme-page .theme-faq__items {
    border-top: 1px solid var(--ink);
}

.theme-page .theme-faq__item {
    border-bottom: 1px solid var(--line);
}

    .theme-page .theme-faq__item summary {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 30px;
        align-items: center;
        padding: clamp(20px, 3vw, 34px) 0;
        cursor: pointer;
        list-style: none;
        font-family: "Newsreader", Georgia, serif;
        font-size: clamp(21px, 2vw, 30px);
        line-height: 1.25;
    }

        .theme-page .theme-faq__item summary::-webkit-details-marker {
            display: none;
        }

.theme-page .theme-faq__icon {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 24px;
    font-weight: 300;
    transition: transform .2s ease;
}

.theme-page .theme-faq__item[open]
.theme-faq__icon {
    transform: rotate(45deg);
}

.theme-page .theme-faq__answer {
    max-width: 850px;
    padding: 0 70px 32px 0;
}

    .theme-page .theme-faq__answer p {
        margin: 0;
        color: var(--muted);
        font-size: 16px;
        line-height: 1.7;
    }