/* ============================================
   MOBILE STYLES (max-width: 768px)
   ============================================ */

@media (max-width: 768px) {
    body {
        min-width: 320px;
    }

    .page {
        max-width: 100%;
    }

    .container {
        width: 100%;
        padding: 0;
    }

    .section {
        width: 100%;
    }

    /* ============================================
       HEADER
       ============================================ */
    .header {
        width: 100%;
        padding: 10px 20px;
        background: linear-gradient(90deg, #07153a 0%, #0d1d66 34.8%, #091a47 100%), #000000;
        box-sizing: border-box;
    }

    .header__nav-bar--desktop {
        display: none;
    }

    .header__nav-bar--mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .header__logo--mobile {
        width: 107px;
        height: 78px;
        object-fit: contain;
    }

    .header__lang--mobile {
        display: flex;
        gap: 4px;
        align-items: center;
        font-family: 'TT Backwards Sans', sans-serif;
        font-size: 16px;
        flex: 1;
    }

    .header__lang--mobile .header__lang-link {
        color: white;
        text-decoration: none;
        font-size: 16px;
        line-height: 1;
    }

    .header__lang--mobile .header__lang-link--active {
        color: #fdd46d;
        text-decoration: underline;
    }

    .header__burger {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
    }

    .header__burger-icon {
        width: 26px;
        height: 26px;
    }

    .header__mobile-menu {
        display: none;
        width: 100%;
        background: linear-gradient(90deg, #07153a 0%, #0d1d66 34.8%, #091a47 100%), #000000;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header__mobile-menu .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header__mobile-menu--open {
        display: flex;
    }

    .header__mobile-link {
        color: white;
        text-decoration: none;
        font-family: 'TT Backwards Sans', sans-serif;
        font-size: 18px;
        padding: 10px 0;
        transition: color 0.3s ease;
    }

    .header__mobile-link:hover {
        color: #fdd46d;
    }

    /* ============================================
       HERO
       ============================================ */
    .hero {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .hero__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: none;
    }

    .header {
        width: 100%;
        padding: 10px 20px;
        background: transparent;
        box-sizing: border-box;
    }

    .header--scrolled {
        background: linear-gradient(90deg, #07153a 0%, #0d1d66 34.8%, #091a47 100%), #000000;
    }

    /* ============================================
       PRODUCT
       ============================================ */
    .product {
        width: 100%;
        height: auto;
        padding: 0;
        position: relative;
        min-height: auto;
    }

    .product__lines {
        width: 100%;
        height: auto;
        position: relative;
    }

    .product__line-group {
        position: relative;
        width: 100%;
        height: auto;
        display: none;
    }

    .product__line-group--active {
        display: block;
    }

    .product__slides {
        width: 100%;
        height: auto;
        position: relative;
        min-height: auto;
        overflow: hidden;
        max-height: 935px;
        padding-bottom: 20px;
    }

    .product__slide {
        position: relative;
        width: 100%;
        height: auto;
        display: none;
        flex-direction: column;
    }

    .product__slide--active {
        display: flex;
    }

    .product__slide > .container {
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .product_left {
        position: relative !important;
        width: 100% !important;
        height: auto;
        order: 2;
        background: none !important;
        padding: 20px 0;
    }

    .product_right {
        position: relative !important;
        width: 100% !important;
        height: auto;
        top: auto !important;
        right: auto !important;
        order: 1;
    }

    .product_right .bottle {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        margin: 0 auto;
        margin-top: 170px;
    }

     .product_right .bottle img {
        width: 200px;
     }

    .product__info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 0 20px;
    }

    .product__title {
        font-size: 32px;
        line-height: 1.2;
        margin: 0;
        max-width: 100%;
    }

    .product__description {
        font-size: 16px;
        line-height: 1.3;
        margin: 0;
        max-width: 100%;
    }

    .product__stats {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        width: 100%;
    }

    .product__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .product__stat-value {
        font-size: 24px;
        font-weight: normal;
    }

    .product__stat-label {
        font-size: 14px;
    }

    /* Line badge at top with navigation */
    .product__line-badge {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: auto;
        z-index: 10;
        display: block;
    }

    .product__line-badge img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .product__line-kind {
        position: absolute;
        font-size: 20px;
        top: 45%;
        left: 50%;
        transform: translate(-50%, 10%);
        text-align: center;
        z-index: 2;
        width: 160px;
    }

    .product__line-label {
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -80%);
        font-size: 14px;
        text-align: center;
        z-index: 2;
        width: 160px;
    }

    /* Line navigation arrows */
    .product__line-dot {
        position: absolute;
        width: 45px;
        height: 45px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 3;
        background: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        padding: 0;
    }

    .product__line-dot--left {
        left: 0px;
    }

    .product__line-dot--right {
        right: 0px;
    }

    .product__line-dot img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    /* Product navigation arrows (circular buttons) */
    .product__badge-btn {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        padding: 0;
    }

    .product__badge-btn--prev {
        left: 16px;
    }

    .product__badge-btn--next {
        right: 16px;
    }

    .product__badge-btn img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .product__badges {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 400px;
        height: 300px;
        display: block;
        pointer-events: none;
    }

    .product__badge-btn {
        pointer-events: auto;
    }

    .product__badge-btn--prev {
        left: 0;
    }

    .product__badge-btn--next {
        right: 0;
    }

    /* ============================================
       ABOUT / HISTORY
       ============================================ */
    .about {
        /* display: none; */
    }
    .about_wrapper {
        min-height: 560px;
        justify-content: flex-start;
        gap: 0;
        padding: clamp(32px, 13vw, 58px) 0 28px;
    }
    /* ============================================
       VIDEO
       ============================================ */
    .video {
        display: none;
    }

    /* ============================================
       WHERE TO BUY
       ============================================ */
    .where {
        display: none;
    }
    
    .about {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 560px;
        background: url('images/about/about-mobile-bg.jpg') center/cover no-repeat;
    }
    .about__bg {
        left: 50%;
        transform: translateX(-50%);
        width: 150%;
        height: 100%;
    }

    .about__title {
        position: relative;
        top: 0;
        font-size: 36px;
        padding-top: 0;
        margin-bottom: clamp(18px, 4vw, 28px);
    }

    .about__card {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 10px;
        opacity: 0.6 !important;
    }

    .about__card[data-pos="center"] {
        opacity: 1 !important;
    }

    .about__card[data-pos="left"],
    .about__card[data-pos="right"] {
        display: none;
    }

    .about__card-label {
        font-size: 18px !important;
    }

    .about__card[data-pos="center"] .about__card-label {
        font-size: 22px !important;
    }

    .about__content {
        position: relative;
        width: min(100%, 680px);
        margin-inline: auto;
        padding-inline: clamp(32px, calc(22.5vw - 26px), 112px);
    }

    .about__history-content {
        max-width: 540px;
        margin-inline: auto;
    }

    .about__brewers {
        flex-direction: column;
        gap: 16px;
    }

    .about__brewers-arrow {
        order: 3;
        align-self: center;
    }

    .about__brewers-arrow--prev {
        order: 1;
    }

    .about__brewers-arrow--next {
        order: 3;
    }

    .about__brewers-slides {
        order: 2;
        min-height: auto;
    }

    .about__brewers-arrow img {
        width: 40px;
    }

    .about__brewers-image {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .about__content-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .about__content-text {
        font-size: clamp(15px, 2.4vw, 18px);
        line-height: 1.38;
        text-wrap: pretty;
    }

    .about__content-text + .about__content-text {
        margin-top: 10px;
        font-weight: 400;
    }

    /* Timeline */
    .timeline {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin-top: 40px;
        padding: 20px;
    }

    .timeline__track {
        display: none;
    }

    .timeline__item {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
    }

    .timeline__date {
        font-size: 16px;
    }

    .timeline__dot {
        width: 24px;
        height: 24px;
    }

    .timeline__item--active .timeline__dot {
        width: 32px;
        height: 32px;
    }

    /* ============================================
       NEWS
       ============================================ */
    /* ============================================
       NEWS
       ============================================ */
    .news {
        width: 100%;
        height: auto;
        padding: 40px 20px 60px;
        position: relative;
        background: url('images/news/new-section-mobile-bg.png') center/cover no-repeat;
    }

    .news__bg {
        display: none;
    }

    .news__title {
        position: relative;
        z-index: 1;
        font-size: 32px;
        font-weight: 700;
        color: #07153a;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .news .container {
        position: relative;
        z-index: 1;
        background: url('images/news/news-mobile-bg.png') center/contain no-repeat;
        background-size: 100% 100%;
        padding: 50px 30px 40px;
        min-height: 700px;
        display: flex;
        flex-direction: column;
    }

    .news__date {
        text-align: center;
        font-size: 14px;
        color: #07153a;
        margin-bottom: 15px;
    }

    .news__headline {
        font-size: 20px;
        font-weight: 700;
        color: #07153a;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .news__text {
        font-size: 14px;
        line-height: 1.6;
        color: #07153a;
        text-align: center;
        margin-bottom: auto;
        flex: 1;
    }

    .news__more {
        display: block;
        text-align: center;
        color: #07153a;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 25px;
        padding-top: 20px;
    }

    .news__title {
        position: relative;
        top: 0;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .news__date {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }

    .news__headline {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news__text {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .news__more {
        position: relative;
        left: 0;
        top: 0;
        bottom: auto;
        font-size: 18px;
        display: inline-block;
    }

    .news__scrollbar,
    .news__gauge {
        display: none;
    }

    /* ============================================
       ARTICLE
       ============================================ */
    .article {
        width: 100%;
        padding: 120px 20px 60px;
    }

    .article__content {
        width: 100%;
    }

    .article__back {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .article__date {
        font-size: 14px;
    }

    .article__headline {
        font-size: 28px;
    }

    .article__photo {
        height: 250px;
        margin: 20px 0;
    }

    .article__text {
        font-size: 16px;
        margin-top: 16px;
    }

    /* ============================================
       VIDEO
       ============================================ */
    .video {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }

    .video__title {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .video__frame {
        position: relative;
        left: 0;
        top: 0;
        width: calc(100% - 40px);
        height: 0;
        padding-bottom: 56.25%;
        margin: 0 20px;
    }

    .video__frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video__description {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 20px;
        font-size: 14px;
    }

    /* ============================================
       AUTHOR
       ============================================ */
    .author {
        display: none;
    }

    .author__title {
        position: relative;
        top: 0;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .author__heading {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .author__text {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 16px;
    }

    /* ============================================
       FOOTER
       ============================================ */
    .footer__content {
        padding: 30px 20px;
        gap: 25px;
    }

    .footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .footer__contact-info {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .footer__phone-number {
        font-size: 28px;
        line-height: 33.6px;
    }

    .footer__phone-subtitle {
        font-size: 12px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }


@media (max-width: 420px) {
    .product__slide > .container {
        position: absolute;
        bottom: 3%;
        left: 0;
        right: 0;
        z-index: 2;
    }
 }
}
