/* ==================================================
   TALLGUYS – MAIN HERO
   ================================================== */


/* --------------------------------------------------
   HLAVNÍ KONTEJNER
   -------------------------------------------------- */

.tg-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    overflow: hidden;

    background: #111;
    font-family: "Montserrat", sans-serif;
}


/* --------------------------------------------------
   OBRÁZEK / PICTURE
   -------------------------------------------------- */

.tg-hero__media,
.tg-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.tg-hero__media img {
    object-fit: cover;
    object-position: center;
}


/* --------------------------------------------------
   ČERNÝ OVERLAY – 20 %
   Platí pro všechna zařízení.
   -------------------------------------------------- */

.tg-hero::after {
    content: "";

    position: absolute;
    inset: 0;
    z-index: 1;

    background: rgba(0, 0, 0, 0.20);

    pointer-events: none;
}


/* ==================================================
   TEXTOVÝ BLOK – DESKTOP
   ================================================== */

.tg-hero__content {
    position: absolute;
    z-index: 2;

    top: 50%;
    left: 2.8%;

    transform: translateY(-50%);

    color: #fff;
}


/* --------------------------------------------------
   MALÝ NADPIS – PODZIM 2026
   Font: Arimo
   10 px mezera pod ním
   -------------------------------------------------- */

.tg-hero__label {
    margin: 0 0 10px;

    font-family: "Arimo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;

    color: #fff;
}


/* --------------------------------------------------
   HLAVNÍ NADPIS
   Font: Montserrat
   -------------------------------------------------- */

.tg-hero__title {
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;

    letter-spacing: -.02em;

    color: #fff;
}


/* --------------------------------------------------
   CTA BUTTON
   20 px mezera od hlavního nadpisu
   -------------------------------------------------- */

.tg-hero a.tg-hero__button,
.tg-hero a.tg-hero__button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 20px;
    padding: 13px 21px;

    background: #000;
    color: #fff !important;

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none !important;
    text-transform: uppercase;

    border: 0;

    transition:
        background-color .2s ease,
        color .2s ease;
}


/* --------------------------------------------------
   BUTTON – HOVER / FOCUS
   -------------------------------------------------- */

.tg-hero a.tg-hero__button:hover,
.tg-hero a.tg-hero__button:focus,
.tg-hero a.tg-hero__button:focus-visible {
    background: #fff;
    color: #000 !important;

    text-decoration: none !important;
}


/* ==================================================
   TABLET
   do 991 px
   ================================================== */

@media (max-width: 991px) {

    .tg-hero {
        aspect-ratio: 4 / 3;
    }


    /* Text doprostřed a dolů */
    .tg-hero__content {
        top: auto;
        bottom: 10%;
        left: 50%;

        width: 90%;
        max-width: 600px;

        transform: translateX(-50%);

        text-align: center;
    }


    .tg-hero__label {
        font-size: 11px;
    }


    .tg-hero__title {
        font-size: 30px;
    }


    .tg-hero a.tg-hero__button,
    .tg-hero a.tg-hero__button:visited {
        font-size: 9px;
    }
}


/* ==================================================
   MOBIL
   do 600 px
   ================================================== */

@media (max-width: 600px) {

    /* Čtvercový formát */
    .tg-hero {
        aspect-ratio: 1 / 1;
    }


    /* Pozice mobilní fotografie */
    .tg-hero__media img {
        object-position: center;
    }


    /* ------------------------------------------------
       CELÝ BLOK POSUNUTÝ VÝŠ

       Vyšší bottom = obsah půjde víc nahoru.
       Např. 75 px → 90 px.
       ------------------------------------------------ */

    .tg-hero__content {
        top: auto;
        bottom: 50px;
        left: 50%;

        width: 94%;

        transform: translateX(-50%);

        text-align: center;
    }


    .tg-hero__label {
        font-size: 9px;
    }


    .tg-hero__title {
        font-size: 22px;
    }


    /* Širší mobilní CTA */
    .tg-hero a.tg-hero__button,
    .tg-hero a.tg-hero__button:visited {
        min-width: 190px;

        padding: 13px 20px;

        font-size: 8px;
    }
}

/*




*/

/* ==================================================
   TALLGUYS FAMILY – VĚRNOSTNÍ PROGRAM
   Styl sjednocený s MAIN CAROUSELEM
   ================================================== */


/* ==================================================
   HLAVNÍ KONTEJNER
   ================================================== */

.tg-family {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 550;
    overflow: hidden;

    background: #111;
    font-family: "Montserrat", sans-serif;
}


/* ==================================================
   OBRÁZEK / PICTURE
   ================================================== */

.tg-family__media,
.tg-family__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.tg-family__media img {
    object-fit: cover;
    object-position: center;
}


/* ==================================================
   ČERNÝ OVERLAY – 20 %
   ================================================== */

.tg-family::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: rgba(0, 0, 0, 0.20);

    pointer-events: none;
}


/* ==================================================
   OBSAH – DESKTOP
   ================================================== */

.tg-family__content {
    position: absolute;
    z-index: 2;

    top: 50%;
    left: 2.8%;

    transform: translateY(-50%);

    color: #fff;
}


/* ==================================================
   HLAVNÍ NADPIS
   TALLGUYS FAMILY
   ================================================== */

.tg-family__title {
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;

    letter-spacing: -0.02em;

    color: #fff;
}


/* ==================================================
   PODNADPIS

   10 px od hlavního nadpisu
   ================================================== */

.tg-family__text {
    margin: 10px 0 0;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;

    color: #fff;
}


/* ==================================================
   KONTEJNER TLAČÍTEK

   20 px od podnadpisu
   ================================================== */

.tg-family__buttons {
    display: flex;
    align-items: center;

    gap: 12px;
    margin-top: 20px;
}


/* ==================================================
   ZÁKLADNÍ TLAČÍTKO – ČERNÉ
   ================================================== */

.tg-family a.tg-family__button,
.tg-family a.tg-family__button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 21px;

    border: 1px solid #000;

    background: #000;
    color: #fff !important;

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease;
}


/* ==================================================
   BÍLÉ TLAČÍTKO
   ================================================== */

.tg-family a.tg-family__button--light,
.tg-family a.tg-family__button--light:visited {
    border-color: #fff;

    background: #fff;
    color: #000 !important;
}


/* ==================================================
   HOVER – ČERNÉ TLAČÍTKO
   ================================================== */

.tg-family a.tg-family__button:hover,
.tg-family a.tg-family__button:focus-visible {
    border-color: #fff;

    background: #fff;
    color: #000 !important;

    text-decoration: none !important;
}


/* ==================================================
   HOVER – BÍLÉ TLAČÍTKO
   ================================================== */

.tg-family a.tg-family__button--light:hover,
.tg-family a.tg-family__button--light:focus-visible {
    border-color: #000;

    background: #000;
    color: #fff !important;
}


/* ==================================================
   TABLET
   do 991 px
   ================================================== */

@media (max-width: 991px) and (min-width: 768px) {

    .tg-family {
        aspect-ratio: 4 / 3;
    }


    .tg-family__content {
        top: auto;
        bottom: 10%;
        left: 50%;

        width: 90%;
        max-width: 600px;

        transform: translateX(-50%);

        text-align: center;
    }


    .tg-family__title {
        font-size: 30px;
    }


    .tg-family__text {
        font-size: 11px;
    }


    .tg-family__buttons {
        justify-content: center;
    }


    .tg-family a.tg-family__button,
    .tg-family a.tg-family__button:visited {
        font-size: 9px;
    }
}


/* ==================================================
   MOBIL
   do 767 px
   ================================================== */

@media (max-width: 767px) {

    /* Mobilní obrázek 1 : 1 */
    .tg-family {
        aspect-ratio: 1 / 1;
    }


    /* Pozice mobilní fotografie */
    .tg-family__media img {
        object-position: center;
    }


    /* ==================================================
       CELÝ OBSAH

       Spodní tlačítko je 50 px od spodní hrany.
       Posouvá se celý blok:
       - nadpis
       - podnadpis
       - obě tlačítka
       ================================================== */

    .tg-family__content {
        top: auto;
        bottom: 50px;
        left: 50%;

        width: 94%;

        transform: translateX(-50%);

        text-align: center;
    }


    /* TALLGUYS FAMILY */
    .tg-family__title {
        font-size: 22px;
    }


    /* PODNADPIS
       10 px od hlavního nadpisu */
    .tg-family__text {
        margin-top: 10px;

        font-size: 9px;
    }


    /* TLAČÍTKA
       20 px od podnadpisu
       8 px mezi tlačítky */
    .tg-family__buttons {
        flex-direction: column;
        align-items: center;

        gap: 8px;
        margin-top: 20px;
    }


    /* STEJNÁ ŠÍŘKA JAKO U MAIN CAROUSELU */
    .tg-family a.tg-family__button,
    .tg-family a.tg-family__button:visited {
        width: 190px;
        min-width: 190px;

        padding: 13px 20px;

        font-size: 8px;
    }
}
