

/* ==========================================================================\n   THENTIQ ISOLATED HOMEPAGE HERO\n   New component namespace. It intentionally does not reuse the legacy\n   .hero-section/.hero-title/.hero-image-wrapper rules.\n   ========================================================================== */
.thqHero {
    --thqHeroGap: clamp(36px, 3.3vw, 50px);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .95fr);
    gap: var(--thqHeroGap);
    align-items: center;
    width: min(calc(100% - 56px), 1320px);
    max-width: 1320px;
    min-height: calc(100vh - var(--hdr-height));
    margin: var(--hdr-height) auto 0;
    padding: 46px 0 54px;
    overflow: hidden;
}

.thqHero.thqHero--copy-only {
    grid-template-columns: minmax(0, 1fr);
}

.thqHero.thqHero--copy-only .thqHeroCopy {
    max-width: 820px;
}

.thqHeroCopy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.thqHeroTag {
    margin: 0 0 20px;
    padding-left: 12px;
    border-left: 2px solid var(--accent-primary);
    color: var(--accent-primary);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.25;
}

.thqHeroTitle {
    width: 100%;
    max-width: 720px;
    margin: 0 0 24px;
    color: var(--text-primary);
    font-family: 'Syne', var(--font-heading), 'Inter', sans-serif;
    font-size: clamp(56px, 4.95vw, 73px);
    font-weight: 800;
    line-height: .94;
    letter-spacing: -.045em;
}

.thqHeroTitle span {
    color: var(--accent-primary);
}

.thqHeroDescription {
    width: min(100%, 510px);
    margin: 0 0 30px;
    color: #bbb7ae;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.58;
}

.thqHeroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
}

.thqHeroButton {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid rgba(247,244,236,.13);
    border-radius: 12px;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .025em;
    white-space: nowrap;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.thqHeroButton:hover { transform: translateY(-1px); }
.thqHeroButtonPrimary { color: #11100d; background: var(--accent-primary); border-color: var(--accent-primary); }
.thqHeroButtonPrimary:hover { background: var(--accent-primary-hover); border-color: var(--accent-primary-hover); }
.thqHeroButtonSecondary { color: var(--text-primary); background: rgba(247,244,236,.025); }
.thqHeroButtonSecondary:hover { border-color: rgba(245,197,66,.32); }

.thqHeroTrust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.thqHeroTrust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(245,197,66,.16);
    border-radius: 999px;
    color: #cbc5ba;
    background: rgba(245,197,66,.025);
    font-size: 11px;
    white-space: nowrap;
}

.thqHeroTrust .ui-icon { color: var(--accent-primary); }

.thqHeroCarousel {
    min-width: 0;
    width: 100%;
    align-self: center;
}

.thqHeroViewport {
    width: 100%;
    overflow: hidden;
}

.thqHeroTrack {
    display: flex;
    gap: 12px;
    width: 100%;
    transform: translate3d(0,0,0);
    transition: transform .44s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

/* V = W + gap + .10W, so W = (V-gap)/1.10. This gives an honest 10% peek. */
.thqHeroCard {
    position: relative;
    flex: 0 0 calc((100% - 12px) / 1.10);
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border: 1px solid rgba(245,197,66,.33);
    border-radius: 18px;
    background: #111214;
    isolation: isolate;
}

.thqHeroCard > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(.96) contrast(1.04) brightness(.93);
}

.thqHeroCardFade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, transparent 46%, rgba(5,5,6,.12) 58%, rgba(5,5,6,.72) 79%, rgba(5,5,6,.94) 100%);
}

.thqHeroBadge,
.thqHeroLocation,
.thqHeroCardCopy { position: absolute; z-index: 2; }

.thqHeroBadge {
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    color: #11100d;
    background: var(--accent-primary);
    border-radius: 999px;
    font-family: var(--font-ui);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
}

.thqHeroLocation {
    right: 13px;
    bottom: 13px;
    padding: 6px 9px;
    color: #eee9df;
    background: rgba(9,9,10,.78);
    border: 1px solid rgba(247,244,236,.16);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
}

.thqHeroCardCopy {
    left: 15px;
    right: 15px;
    bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.65);
}

.thqHeroCardCopy small {
    margin-bottom: 3px;
    color: #f3ce54;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

.thqHeroCardCopy strong {
    max-width: 95%;
    margin-bottom: 5px;
    font-family: var(--font-heading);
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: .98;
    letter-spacing: -.02em;
}

.thqHeroCardCopy em {
    max-width: 94%;
    margin-bottom: 8px;
    color: #eee8dd;
    font-size: clamp(8px, .72vw, 10px);
    font-style: normal;
    line-height: 1.35;
}

.thqHeroCardCopy b {
    font-size: 8px;
    letter-spacing: .025em;
}

.thqHeroDots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 90.9%;
    padding-top: 17px;
}

.thqHeroDot {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247,244,236,.18);
    border-radius: 999px;
    background: rgba(247,244,236,.035);
    color: rgba(247,244,236,.88);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.thqHeroDotIcon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.thqHeroDot:hover {
    transform: translateY(-1px);
    border-color: rgba(245,197,66,.36);
}

.thqHeroDot.is-active {
    color: #11100d;
    background: var(--accent-primary);
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 3px rgba(245,197,66,.18);
}

.thqHeroDot:focus-visible {
    outline: 2px solid var(--accent-primary);
    outline-offset: 4px;
}

@media (max-width: 1099px) {
    .thqHero {
        width: min(calc(100% - 40px), 980px);
        grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
        gap: 30px;
        padding-top: 36px;
    }
    .thqHeroTitle { font-size: clamp(48px, 6.2vw, 66px); }
}

@media (max-width: 820px) {
    .thqHero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: min(calc(100% - 28px), 620px);
        min-height: auto;
        gap: 26px;
        margin-top: var(--hdr-height);
        padding: 34px 0 54px;
    }
    .thqHeroTitle {
        max-width: 100%;
        /* : CSS-only fluid type. Desktop remains unchanged; no JS fitting. */
        font-size: clamp(42px, 9vw, 58px);
        line-height: .95;
    }
    .thqHeroDescription { font-size: 15px; margin-bottom: 24px; }
    .thqHeroActions { gap: 10px; }
    .thqHeroButton { flex: 1 1 190px; min-height: 50px; padding: 0 16px; font-size: 11px; }
    .thqHeroCarousel { width: min(100%, 500px); align-self: center; }
    .thqHeroCardCopy strong { font-size: clamp(18px, 5vw, 24px); }
    .thqHeroCardCopy em { font-size: 10px; }
}

@media (max-width: 430px) {
    .thqHero { width: min(calc(100% - 24px), 400px); padding-top: 26px; }
    .thqHeroTag { font-size: 10px; margin-bottom: 15px; }
    .thqHeroTitle {
        /* 360px => 32.2px, 390px => 36.1px, 430px => 41.3px. */
        font-size: clamp(30px, calc(13vw - 14.6px), 41.3px);
        line-height: .96;
        margin-bottom: 18px;
    }
    .thqHeroDescription { font-size: 14px; }
    .thqHeroTrust { gap: 6px; }
    .thqHeroTrust span { font-size: 9px; min-height: 28px; padding: 0 9px; }
    .thqHeroCard { border-radius: 15px; }
    .thqHeroCardCopy { left: 13px; right: 13px; bottom: 43px; }
    .thqHeroLocation { right: 10px; bottom: 10px; }
}
