/* ============================================================
   INDEX PAGE
   ============================================================ */

/* ===== ОБЩИЕ КЛАССЫ ===== */

.huge-title {
    font-family: 'Geologica', sans-serif;
    font-size: 6vw;
    line-height: 1.05;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}

.block-title {
    font-family: 'Geologica', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 15px;
}

.item-title {
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 15px;
}

.simple-title.gray {
    color: #818181;
    font-weight: 400;
    letter-spacing: 2px;
}

.description-text {
    font-family: 'Geologica', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

.description-text.date {
    font-size: 13px;
    color: #818181;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0 8px;
}

.description-text.tag {
    font-size: 13px;
    color: #8B3A2F;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.link-arrow {
    display: inline-block;
    font-family: 'Geologica', sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link-arrow::before {
    content: "› ";
    margin-right: 4px;
}

.link-arrow:hover {
    color: #8B3A2F;
}

/* ===== MOBILE-ONLY / DESKTOP-ONLY ===== */

.mobile-only { display: none; }
.desktop-only { display: inline-block; }

.block {
    padding: 40px 20px;
}

.block-1 {
    padding: 0 0 30px;
}

.block-1 .block-1-content {
    padding: 0 20px;
}

.block-video {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.block-video video {
    width: 100%;
    height: auto;
    display: block;
}

.block-1-content {
    width: 100%;
}

.block-1-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.block-1-content .description-text {
    max-width: 700px;
}

/* ===== БЛОК 2: KICKER + ОГРОМНЫЙ ЗАГОЛОВОК ===== */

.block-2 {
    text-align: center;
    padding: 60px 20px;
}

.manifesto-kicker {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.block-2 .huge-title {
    margin-bottom: 40px;
}

.block-2 .description-text {
    max-width: 700px;
    margin: 0 auto 30px;
}

/* ===== БЛОК 3: SELECTED COLLECTIONS ===== */

.block-3-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

/* Первые 3 карточки — по 4 колонки (3 в ряд) */
.collections-grid .collection-card:nth-child(-n+3) {
    grid-column: span 4;
}

/* Остальные 4 карточки — по 3 колонки (4 в ряд) */
.collections-grid .collection-card:nth-child(n+4) {
    grid-column: span 3;
}

.collection-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.collection-card-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #efefef;
}

.collections-grid .collection-card:nth-child(-n+3) .collection-card-image {
    height: 550px;
}

.collection-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-card-info {
    padding: 20px 0;
}

.collection-tag {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #818181;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== БЛОК 4: ATELIER ===== */

.block-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    min-height: 100vh;
}

.block-4-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center;
    height: 100%;
}

.block-4-left .simple-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.block-4-left .huge-title {
    margin-top: 0;
    font-size: 4vw;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
}

.atelier-logo {
    margin: auto 0;
}

.block-4-left .description-text.centered {
    align-self: center;
    margin-bottom: 15px;
    max-width: 394px;
}

.block-4-left .link-arrow.centered {
    margin-top: 0;
    margin-bottom: 0;
}

.rotating-logo {
    width: 240px;
    height: 240px;
    animation: rotate-y 6s linear infinite;
}

@keyframes rotate-y {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(360deg); }
}

.block-4-right {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.block-4-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== БЛОК 5: PRESS ===== */

.press-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.press-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.press-card-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
    background: #efefef;
    margin-bottom: 20px;
}

.press-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.press-card h3 {
    margin-bottom: 5px;
}

.press-card .description-text {
    line-height: 1.4;
    margin-bottom: 5px;
}

/* ===== БЛОК 6: FEATURED COLLECTION ===== */

.block-6 {
    text-align: center;
    padding: 60px 20px;
}

.block-6 .huge-title {
    margin-bottom: 50px;
}

.featured-collection-image {
    width: 100%;
    height: 770px;
    margin: 0 auto 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.featured-collection-image img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.block-6 .description-text {
    max-width: 700px;
    margin: 0 auto 30px;
}

/* ===== БЛОК 7: JOURNAL ===== */

.block-7-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.journal-featured {
    margin-bottom: 60px;
}

.journal-featured-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.journal-featured-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.journal-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.journal-featured h3,
.journal-card h3 {
    margin-bottom: 5px;
}

.journal-featured .description-text,
.journal-card .description-text {
    line-height: 1.4;
    margin-bottom: 5px;
}

.journal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.journal-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.journal-card-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
    background: #efefef;
    margin-bottom: 20px;
}

.journal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.block-8 {
    text-align: center;
    padding: 60px 20px 80px;
}

.block-8 .huge-title {
    margin: 20px 0 40px;
}

.block-8 .description-text {
    max-width: 700px;
    margin: 0 auto 50px;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-row {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.cta-button {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 0;
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    transition: color 0.3s ease;
}

.cta-button:hover {
    color: #FF0000;
}

.cta-text {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    max-width: 420px;
    margin: 0 auto 50px;
}


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

@media (max-width: 768px) {

    /* ===== MOBILE-ONLY / DESKTOP-ONLY ===== */
    .mobile-only { display: inline-block; }
    .desktop-only { display: none !important; }

    /* ===== ОБЩИЕ ===== */
    .block {
        padding: 60px 16px;
    }

    .huge-title {
        font-size: 40px;
        line-height: 46px;
        font-weight: 500;
    }

    .block-title {
        font-size: 20px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    .item-title {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        letter-spacing: 0;
        margin-bottom: 8px;
    }

    .description-text {
        font-size: 14px;
        line-height: 21px;
    }

    .link-arrow {
        font-size: 14px;
        line-height: 21px;
    }

    /* ===== БЛОК 1 ===== */
    .block-1 {
        padding: 0 0 40px;
    }

    .block-1 .block-1-content {
        padding: 0 16px;
    }

    .block-video {
        margin-bottom: 20px;
    }

    .block-1-header {
        display: block;
        margin-bottom: 0;
    }

    .block-1-content .block-title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-bottom: 15px;
        text-align: left;
    }

    .block-1-content .description-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    /* ===== БЛОК 2 ===== */
    .block-2 {
        padding: 40px 16px;
    }

    .block-2 .huge-title {
        margin-bottom: 30px;
    }

    .manifesto-kicker {
        margin-bottom: 20px;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 21px;
    }

    .manifesto-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-bottom: 25px;
    }

    /* ===== БЛОК 3 ===== */
    .block-3-header {
        display: block;
        margin-bottom: 30px;
    }

    .collections-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px 16px;
    }

    .collections-grid .collection-card:nth-child(-n+3),
    .collections-grid .collection-card:nth-child(n+4) {
        grid-column: span 1;
    }

    .collections-grid .collection-card:first-child {
        grid-column: 1 / -1;
    }

    .collections-grid .collection-card:first-child .collection-card-image {
        height: 447.5px;
        max-width: 358px;
        margin: 0 auto;
    }

    .collections-grid .collection-card:first-child .collection-card-info {
        max-width: 358px;
        margin: 0 auto;
        text-align: left;
    }

    .collections-grid .collection-card:not(:first-child) .collection-card-image {
        height: 213.75px;
    }

    .collection-card-info {
        padding: 15px 0;
    }

    .collection-tag {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        color: #818181;
    }

    .collections-view-all {
        margin-top: 30px;
    }

    /* ===== БЛОК 4 ===== */
    .block-4 {
        grid-template-columns: 1fr;
        padding: 60px 16px;
        min-height: auto;
    }

    .block-4-left .huge-title {
        font-size: 40px;
        line-height: 46px;
    }

    .block-4-left .simple-title {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0;
    }

    .rotating-logo {
        width: 150px;
        height: 186px;
    }

    .block-4-right {
        display: none;
    }

    .atelier-logo {
        margin: 40px 0;
    }

    .block-4-left .description-text.centered {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #000;
        max-width: 100%;
    }

        .press-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 16px;
    }

    .press-card-image {
        width: 100%;
        height: 213.64px;
        margin-bottom: 8px;
        overflow: hidden;
    }

    .press-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* На мобилке в карточке Press оставляем только картинку и тег */
    .press-card .description-text.date,
    .press-card h3,
    .press-card .description-text:not(.tag) {
        display: none;
    }

    .press-card .description-text.tag {
        display: block;
        font-size: 8.55px;
        line-height: 12.82px;
        font-weight: 400;
        letter-spacing: 0;
        color: #8B3A2F;
        text-transform: uppercase;
        margin: 0;
    }

    .press-more-mobile {
        display: inline-block;
        margin-top: 30px;
    }

    .block-6 {
        padding: 40px 16px;
    }

    .block-6 .huge-title {
        margin-bottom: 30px;
    }

    .featured-collection-image {
        height: auto;
        max-width: 358px;
        margin: 0 auto 30px;
    }

    .featured-collection-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 358 / 454.77;
        object-fit: cover;
    }

    .block-6 .description-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-bottom: 25px;
    }

    /* ===== БЛОК 7 ===== */
    .block-7-header {
        margin-bottom: 30px;
    }

    .journal-featured {
        margin-bottom: 40px;
    }

    .journal-featured-image {
        width: 100%;
        height: 447.5px;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .journal-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .journal-featured .description-text.date,
    .journal-card .description-text.date {
        font-size: 12px;
        line-height: 18px;
        margin: 6px 0 3px;
    }

    .journal-featured .description-text,
    .journal-card .description-text {
        margin-bottom: 3px;
    }

    .journal-featured h3 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .journal-discover-more {
        margin-top: 15px;
    }

    .journal-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .journal-card-image {
        height: 238.67px;
        margin-bottom: 12px;
    }

    .journal-card h3 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .journal-more-stories {
        margin-top: 30px;
    }

    /* ===== БЛОК 8 ===== */
    .block-8 {
        padding: 40px 16px 80px;
    }

    .block-8 .huge-title {
        margin: 15px 0 25px;
    }

    .block-8 .simple-title {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0;
    }

    .cta-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-bottom: 30px;
    }

    .cta-row {
        flex-direction: column;
        gap: 15px;
    }

    .cta-row-inline {
        flex-direction: row;
        gap: 20px;
    }
}