.marketing-page {
    color: #6f5949;
}

.marketing-page p,
.marketing-page li {
    font-family: 'montserrat', Arial, sans-serif;
    line-height: 1.7;
}

.marketing-section {
    padding: 4rem 0;
}

.marketing-section--compact {
    padding: 2.5rem 0;
}

.marketing-kicker {
    margin-bottom: 0.7rem;
    color: #a05a3f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.marketing-eyebrow {
    color: #f2d36b;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.marketing-title {
    display: block;
    max-width: 900px;
    color: #765743;
    font-size: clamp(2.4rem, 7vw, 5.2rem);
    line-height: 0.98;
}

.marketing-subtitle {
    max-width: 760px;
    margin-top: 1.2rem;
    color: #f7f1e8;
    font-size: 1.2rem;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.marketing-copy-wide {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.08rem;
}

.marketing-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    padding: 8rem 0 5rem;
    background: #384f5d url('/paper/illustrations/capsule.webp') center / cover no-repeat;
}

.marketing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 27, 32, 0.78), rgba(29, 49, 56, 0.42) 52%, rgba(19, 27, 32, 0.68));
}

.marketing-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    gap: 3rem;
    align-items: center;
}

.marketing-hero__copy {
    min-width: 0;
}

.marketing-hero__support {
    max-width: 720px;
    margin-top: 1rem;
    color: #f4eadc;
    font-size: 1.02rem;
}

.marketing-hero .marketing-title {
    color: #fff8ef;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.marketing-hero__micro {
    margin-top: 1rem;
    color: #f5e4be;
    font-size: 0.95rem;
}

.marketing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.6rem;
}

.marketing-button,
.marketing-button:hover,
.marketing-button:active,
.marketing-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.85rem 1.35rem;
    border: 0;
    border-radius: 999px;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.marketing-button:hover {
    transform: translateY(-2px);
}

.marketing-button--steam,
.marketing-button--steam:hover,
.marketing-button--steam:active,
.marketing-button--steam:visited {
    color: #ffffff;
    background: #1f5f85;
    box-shadow: 0 16px 32px rgba(19, 72, 104, 0.32);
}

.marketing-button--patreon,
.marketing-button--patreon:hover,
.marketing-button--patreon:active,
.marketing-button--patreon:visited {
    color: #ffffff;
    background: #d65e4f;
    box-shadow: 0 12px 24px rgba(167, 64, 49, 0.25);
}

.marketing-button--light,
.marketing-button--light:hover,
.marketing-button--light:active,
.marketing-button--light:visited {
    color: #765743;
    background: #fff8ef;
}

.marketing-link,
.marketing-link:hover,
.marketing-link:active,
.marketing-link:visited {
    color: #845f47;
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.25rem;
}

.marketing-link--light,
.marketing-link--light:hover,
.marketing-link--light:active,
.marketing-link--light:visited {
    color: #fff3d5;
}

.hero-media-frame {
    position: relative;
    overflow: hidden;
    border: 6px solid rgba(255, 248, 239, 0.9);
    border-radius: 22px;
    background: #17232b;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
}

.hero-media-frame::after {
    content: "Gameplay capture slot";
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    color: #fff8ef;
    background: rgba(0, 0, 0, 0.58);
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.78rem;
}

.feature-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    background: #223039;
}

.feature-media video,
.feature-media__fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-media video {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.feature-media.is-video-ready video {
    opacity: 1;
}

.feature-media__fallback {
    z-index: 1;
}

.pillar-line {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.6rem;
}

.marketing-card {
    height: 100%;
    padding: 1.25rem;
    border: 2px solid rgba(145, 110, 83, 0.28);
    border-radius: 8px;
    background: rgba(255, 250, 243, 0.82);
    box-shadow: 0 12px 30px rgba(100, 76, 58, 0.08);
}

.marketing-card h3 {
    display: block;
    margin-bottom: 0.6rem;
    color: #765743;
    font-size: 1.5rem;
}

.marketing-card p {
    margin-bottom: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 2rem;
}

.feature-card {
    overflow: hidden;
    border: 2px solid rgba(145, 110, 83, 0.22);
    border-radius: 8px;
    background: #fff8ef;
    box-shadow: 0 15px 34px rgba(91, 69, 52, 0.1);
}

.feature-card__body {
    padding: 1.25rem;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(190px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.showcase-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff8ef;
    box-shadow: 0 12px 26px rgba(91, 69, 52, 0.12);
}

.showcase-card .feature-media {
    border-radius: 0;
}

.showcase-card__body {
    padding: 1rem;
}

.showcase-card h3 {
    display: block;
    color: #765743;
    font-size: 1.2rem;
}

.showcase-card p {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.band-section {
    background: #f6eadc;
}

.band-section--green {
    color: #fff8ef;
    background: #476b62;
}

.band-section--green h2,
.band-section--green h3 {
    color: #fff8ef;
}

.band-section--green .marketing-card h3 {
    color: #765743;
}

.band-section--green .marketing-card p {
    color: #6f5949;
}

.step-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.step-card {
    position: relative;
    min-height: 100%;
    padding: 1.25rem;
    border-radius: 8px;
    background: #fff8ef;
}

.step-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    color: #ffffff;
    background: #d65e4f;
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 700;
}

.devlog-intro {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    justify-content: space-between;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tag-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    color: #5d493d;
    background: #f4d98a;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
}

.support-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border-radius: 8px;
    color: #fff8ef;
    background: #274f67;
}

.support-panel h2,
.support-panel p,
.support-panel li {
    color: #fff8ef;
}

.support-panel .marketing-kicker {
    color: #f4d98a;
}

.support-panel ul {
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.professional-note {
    padding: 2rem;
    border-top: 1px solid rgba(145, 110, 83, 0.24);
    border-bottom: 1px solid rgba(145, 110, 83, 0.24);
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 0.8rem;
}

.faq-list .accordion-item {
    overflow: hidden;
    border: 2px solid rgba(145, 110, 83, 0.22);
    border-radius: 8px;
    background: #fff8ef;
}

.faq-list .accordion-button {
    color: #765743;
    background: #fff8ef;
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 700;
}

.faq-list .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: #476b62;
}

.faq-list .accordion-body {
    font-family: 'montserrat', Arial, sans-serif;
    line-height: 1.7;
}

.nav-cta-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-left: 0.8rem;
}

.header-nav-cta,
.header-nav-cta:hover,
.header-nav-cta:active,
.header-nav-cta:visited {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}

.header-nav-cta--steam,
.header-nav-cta--steam:hover,
.header-nav-cta--steam:active,
.header-nav-cta--steam:visited {
    background: #1f5f85;
}

.header-nav-cta--patreon,
.header-nav-cta--patreon:hover,
.header-nav-cta--patreon:active,
.header-nav-cta--patreon:visited {
    background: #d65e4f;
}

.roadmap-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.roadmap-column {
    padding: 1.4rem;
    border-radius: 8px;
    background: #fff8ef;
    box-shadow: 0 12px 28px rgba(91, 69, 52, 0.1);
}

.roadmap-column ul {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.press-asset-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.press-asset {
    padding: 0.9rem;
    border-radius: 8px;
    background: #fff8ef;
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.devlog-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin: 1rem auto 2rem;
}

.devlog-empty-state {
    padding: clamp(2rem, 5vw, 4rem);
    text-align: center;
}

.devlog-empty-state h2 {
    color: #30263f;
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    margin-bottom: 1rem;
}

.devlog-empty-state p {
    color: #5e5369;
    font-size: 1.05rem;
    margin: 0 auto 1.5rem;
    max-width: 680px;
}

@media (prefers-reduced-motion: reduce) {
    .feature-media video {
        display: none;
    }
}

@media (max-width: 1200px) {
    .showcase-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .marketing-hero {
        min-height: auto;
        padding: 6rem 0 4rem;
    }

    .marketing-hero__inner,
    .feature-grid,
    .support-panel,
    .roadmap-columns {
        grid-template-columns: 1fr;
    }

    .step-list,
    .pillar-line,
    .press-asset-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .marketing-section {
        padding: 3rem 0;
    }

    .showcase-grid,
    .step-list,
    .pillar-line,
    .press-asset-grid {
        grid-template-columns: 1fr;
    }

    .marketing-actions,
    .devlog-intro {
        align-items: stretch;
        flex-direction: column;
    }

    .marketing-button {
        width: 100%;
    }

    .nav-cta-group {
        width: 100%;
        margin: 0.6rem 0 0;
    }
}
