/* Landing typography — contrast and scan hierarchy */
:root {
    --landing-text-secondary: color-mix(in srgb, var(--rtp-brand-muted) 58%, var(--rtp-brand-text) 42%);
    --landing-text-body: color-mix(in srgb, var(--rtp-brand-muted) 32%, var(--rtp-brand-text) 68%);
}

.landing-hero__title {
    font-size: clamp(2.875rem, 5vw + 1.625rem, 4rem);
    letter-spacing: -0.03em;
}

@media (max-width: 480px) {
    .landing-hero__title {
        font-size: clamp(2.875rem, 11vw, 3.625rem);
        line-height: 1.05;
    }
}

.landing-hero__subtitle {
    max-width: min(36rem, 100%);
    font-weight: 400;
    line-height: 1.65;
    color: var(--landing-text-secondary);
}

.landing-bento__title,
.landing-workflows__title,
.landing-packs__title,
.landing-faq__title,
.landing-footer__cta-title {
    text-wrap: balance;
}

.landing-bento__lead,
.landing-workflows__lead,
.landing-packs__lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--landing-text-secondary);
}

.landing-bento__card-text,
.landing-workflows__text,
.landing-workflows__block-lead {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--landing-text-body);
}

.landing-bento__card--md-1 .landing-bento__card-text,
.landing-bento__card--md-2 .landing-bento__card-text {
    font-size: 0.875rem;
    line-height: 1.55;
}

.landing-workflows__step-title {
    letter-spacing: 0.01em;
}

.landing-packs__focus {
    color: var(--landing-text-secondary);
}

.landing-packs__features {
    color: var(--landing-text-body);
}

.landing-faq__question {
    color: var(--rtp-brand-text);
}

.landing-faq__answer {
    color: var(--landing-text-body);
}

.landing-trust-band__text {
    font-weight: 700;
    letter-spacing: 0.11em;
}

.landing-player-track__lead {
    font-size: 0.875rem;
    color: var(--landing-text-secondary);
}

.landing-workflows__eyebrow,
.landing-packs__eyebrow {
    font-family: var(--rtp-font-brand);
    font-size: clamp(1.375rem, 2.8vw, 1.75rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.12;
}

.landing-footer__tagline {
    letter-spacing: 0.04em;
}

/* Smart Gamepad bento card */
.landing-bento__card--gamepad {
    gap: 8px;
    min-height: 0;
}

.landing-bento__gamepad-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.landing-bento__gamepad-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.landing-bento__card--gamepad .landing-bento__card-title {
    font-size: 1.125rem;
    line-height: 1.15;
}

.landing-bento__card--gamepad .landing-bento__pwa-icon {
    width: 24px;
    height: 24px;
    border-radius: 5px;
}

.landing-bento__pwa-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--rtp-brand-primary);
    background: color-mix(in srgb, var(--rtp-brand-primary) 10%, var(--rtp-bg-panel));
    border: 1px solid color-mix(in srgb, var(--rtp-brand-primary) 35%, var(--rtp-border));
}

.landing-bento__card--gamepad .landing-bento__media--gamepad {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
}

.landing-bento__card--gamepad .landing-bento__media--gamepad .landing-bento__media-img {
    flex: 1 1 auto;
    width: 100%;
    min-height: 120px;
    max-height: none;
    aspect-ratio: unset;
    object-fit: cover;
    object-position: center 42%;
}

.landing-bento__card--gamepad .landing-bento__card-text {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (min-width: 961px) {
    .landing-bento__card--gamepad .landing-bento__media--gamepad .landing-bento__media-img {
        min-height: 0;
        height: 100%;
    }
}

@media (max-width: 960px) {
    .landing-bento__card--gamepad .landing-bento__media--gamepad .landing-bento__media-img {
        max-height: 180px;
        aspect-ratio: 3 / 2;
    }
}
