/* ============================================================
   COMPANY PAGE
   ============================================================ */

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

.co-huge-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 2vw;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 40px 0;
    text-align: center;
}

.co-text-24 {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.co-text-16 {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
}

.co-label {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 15px 0;
}

.co-text-width-448 { max-width: 448px; }
.co-text-width-614 { max-width: 614px; margin: 0 auto; text-align: center; }
.co-text-width-700 { max-width: 700px; }

/* ===== БЛОК 1: HERO ===== */

.co-hero {
    width: 100%;
    margin-bottom: 40px;
}

.co-hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== БЛОК 2: ЗАГОЛОВКИ ===== */

.co-header {
    padding: 40px 20px;
    text-align: center;
}

.co-subtitle-red {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FF0000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.co-main-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 5vw;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

/* ===== БЛОК 3: ABOUT ===== */

.co-about {
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.co-about-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.co-about-right {
    display: flex;
    justify-content: flex-end;
}

.co-about-right img {
    width: 696px;
    max-width: 100%;
    height: auto;
}

/* ===== БЛОК 4-5: ЦИТАТА ===== */

.co-quote {
    padding: 60px 20px;
}

.co-quote .co-huge-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.co-quote-author {
    padding: 40px 20px 80px;
    text-align: center;
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FF0000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== БЛОК 6-8: COLLECTIONS ===== */

.co-collections {
    padding: 60px 20px 80px;
}

.co-section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}

.co-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

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

.co-type-image {
    width: 100%;
    height: 425px;
    overflow: hidden;
    margin-bottom: 15px;
}

.co-type-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.co-type-name {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.co-type-card:hover .co-type-name {
    color: #FF0000;
}

.co-type-tag {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #818181;
    margin: 0;
}

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

.co-atelier {
    padding: 60px 20px 80px;
}

/* ===== БЛОК 10: КАРТОЧКИ ===== */

.co-cards {
    padding: 60px 20px 80px;
}

.co-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

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

.co-card-image {
    width: 100%;
    height: 870px;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.co-card-tag {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #818181;
    margin: 8px 0;
}

.co-card-text {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin: 0;
}

/* ===== БЛОК 11: LIMITED EDITIONS ===== */

.co-limited {
    padding: 80px 20px;
    text-align: center;
}

.co-limited .link-arrow {
    margin: 30px auto;
    display: inline-block;
}

.co-limited-image {
    width: 100%;
    max-width: 1220px;
    margin: 60px auto 0;
}

.co-limited-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== БЛОК 12: BEHIND THE CRAFT ===== */

.co-craft {
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.co-craft-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.co-craft-right {
    display: flex;
    justify-content: flex-end;
}

.co-craft-right img {
    width: 704px;
    max-width: 100%;
    height: auto;
}

/* ===== БЛОК 13: WHERE TO BUY ===== */

.co-where {
    padding: 40px 20px;
}

.co-where-inner {
    width: 100%;
    min-height: 810px;
    background-size: cover;
    background-position: center;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.co-where-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.co-where-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
}

.co-where-subtitle {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.co-where-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 136px;
    line-height: 119.46px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 40px 0;
}

.co-where-text {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.co-where-link {
    display: inline-block;
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    transition: opacity 0.3s ease;
}

.co-where-link::before {
    content: "› ";
}

.co-where-link:hover {
    opacity: 0.7;
}

/* ===== БЛОК 14: CTA ===== */

.co-cta {
    padding: 40px 20px 80px;
}

.co-cta-inner {
    width: 100%;
    min-height: 766px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.co-cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
}

.co-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    text-align: center;
    padding: 60px 20px;
}

.co-cta-subtitle {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
    color: #818181;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.co-cta-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 5vw;
    line-height: 1.05;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px 0;
}

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

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

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

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

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

/* ===== АДАПТИВ ===== */

@media (max-width: 1024px) {
    .co-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .co-about,
    .co-craft {
        grid-template-columns: 1fr;
    }
    .co-cards-grid {
        grid-template-columns: 1fr;
    }
    .co-where-title {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .co-types-grid {
        grid-template-columns: 1fr;
    }
    .co-where-title {
        font-size: 40px;
        line-height: 42px;
    }
    .co-cta-title {
        font-size: 32px;
    }
    .co-cta-row {
        flex-direction: column;
        gap: 15px;
    }
}