[class^="c-"],
[class*=" c-"] {
    font-family: 'Geologica', sans-serif;
}

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

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

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

.c-year {
    text-align: center;
    color: #FF0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.c-breadcrumbs {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    margin-bottom: 30px;
    padding: 0 20px;
}

.c-breadcrumbs a,
.c-breadcrumbs span {
    color: inherit;
    text-decoration: none;
}

.c-breadcrumbs a:hover {
    color: #FF0000;
}

.c-title-block {
    padding: 0 20px 40px;
}

.c-huge-title {
    font-weight: 500;
    font-size: 136px;
    line-height: 119.46px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.c-huge-title-page {
    text-align: center;
}

.c-huge-title-section {
    text-align: center;
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-by-designer {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    padding: 0 20px;
}

.c-specs {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 60px;
    padding: 0 20px;
}

.c-specs p {
    margin: 0;
}

.c-section-number {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #FF0000;
    text-align: center;
    padding: 60px 20px 20px;
}

.c-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    max-width: 516px;
    margin: 0 auto 60px;
    padding: 0 20px;
    white-space: pre-line;
}

.c-description p {
    margin: 0 0 16px;
}

.c-description p:last-child {
    margin-bottom: 0;
}

.c-carpets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.c-carpets:not(.view-all-mode) .c-carpet-card:nth-child(n+5) {
    display: none;
}

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

.c-carpet-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.c-carpet-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.c-carpet-info {
    text-align: left;
}

.c-carpet-color {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 2px;
}

.c-carpet-size {
    font-weight: 400;
    font-size: 15px;
    color: #818181;
    margin-bottom: 3px;
}

.c-carpet-available {
    font-weight: 400;
    font-size: 11px;
    color: #818181;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.c-view-all {
    text-align: center;
    padding: 20px 20px 60px;
}

.c-view-all-btn {
    background: transparent;
    border: none;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: color 0.3s ease;
}

.c-view-all-btn::before {
    content: "› ";
}

.c-view-all-btn:hover {
    color: #FF0000;
}

.c-section-02 {
    padding: 0 20px 80px;
}

.c-section-02-content {
    display: block;
    margin: 40px 0 0;
    max-width: 45%;
}

.c-section-02-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
}

.c-section-02-left .c-text-16 {
    white-space: pre-line;
}

.c-section-02-image {
    width: 100%;
    max-width: 100%;
}

.c-section-02-image img {
    width: 100%;
    height: auto;
    display: block;
}

.c-article-card {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: left;
}

.c-article-card img {
    width: 332px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
}

.c-article-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #494747;
    margin: 0 0 4px;
}

.c-article-tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #494747;
    margin: 4px 0;
}

.c-article-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #494747;
    margin: 0;
}

.c-article-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.c-section-03 {
    padding: 0 20px 80px;
}

.c-section-03-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
    margin-top: 40px;
    margin-bottom: 40px;
}

.c-section-03-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 452px;
}

.c-section-03-subtitle {
    margin: 0;
    text-align: left;
}

.c-section-03-text {
    margin: 0;
    text-align: left;
    white-space: pre-line;
}

.c-section-03-images {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0;
}

.c-section-03-img-large {
    width: 626px;
    max-width: 100%;
    height: 782px;
    overflow: hidden;
}

.c-section-03-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.c-section-03-img-small {
    width: 270px;
    height: 337px;
    overflow: hidden;
}

.c-section-03-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.c-section-03-image-full {
    width: 100%;
}

.c-section-03-image-full img {
    width: 100%;
    height: auto;
    display: block;
}

.c-principle {
    padding: 0 20px 80px;
}

.c-principle-text {
    max-width: 516px;
    margin: 0 0 40px;
    text-align: left;
    white-space: pre-line;
}

.c-principle-image {
    width: 100%;
}

.c-principle-image img {
    width: 100%;
    height: auto;
    display: block;
}

.c-principle .c-huge-title-section {
    margin-bottom: 50px;
}

.c-author {
    padding: 0 20px 80px;
}

.c-author-content {
    display: grid;
    grid-template-columns: 1fr 452px 1fr;
    gap: 40px;
    align-items: end;
    margin: 40px auto 20px;
}

.c-author-text {
    grid-column: 1;
    max-width: 448px;
    justify-self: end;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.c-author-text .c-text-16 {
    white-space: pre-line;
}

.c-author-image {
    grid-column: 2;
    width: 452px;
}

.c-author-image img {
    width: 100%;
    height: auto;
    display: block;
}

.c-quote {
    font-weight: 500;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 60px auto 20px;
    max-width: 1200px;
    padding: 0 20px;
}

.c-author .c-section-number {
    padding: 0 20px 20px;
}

.c-related {
    padding: 60px 20px 100px;
}

.c-related-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 40px;
}

.c-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

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

.c-related-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.c-related-card .c-article-date {
    line-height: 18px;
    margin-bottom: 3px;
}

.c-related-card .c-article-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}

.c-related-card .c-article-tag {
    line-height: 18px;
    margin-bottom: 3px;
}

.c-related-card .c-article-excerpt {
    line-height: 18px;
}

.c-text-24 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.c-text-16 {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
}

.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: #FF0000;
}

.c-carpet-image-link {
    display: block;
    text-decoration: none;
    color: inherit;
}


.c-carpet-name-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.c-carpet-name-link .c-carpet-color {
    transition: color 0.3s ease;
}

.c-carpet-name-link:hover .c-carpet-color {
    color: #FF0000;
}


.c-passport {
    background: #8B1A1A;
    color: #fff;
    padding: 80px 40px;
    margin: 0;
}

.c-passport * {
    color: inherit;
}

.c-passport-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.c-passport-kicker {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.9);
}

.c-passport-title {
    font-weight: 500;
    font-size: 72px;
    line-height: 78px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.c-passport-description {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 30px;
    max-width: 460px;
    color: #fff;
}

.c-passport-actions {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c-passport-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    justify-self: end;
    max-width: 520px;
    margin-left: auto;
}

.c-passport-top-right .c-passport-description {
    text-align: right;
    margin-left: auto;
}

.c-passport-top-right .c-passport-actions {
    justify-content: flex-end;
}

.c-passport-btn {
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    transition: opacity 0.3s ease;
}

.c-passport-btn::before {
    content: "› ";
    margin-right: 4px;
}

.c-passport-btn:hover {
    opacity: 0.6;
}

.c-passport-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.c-passport-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.c-passport-num {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.c-passport-section-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.c-passport-section-desc {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #fff;
}

.c-passport-section .c-passport-btn {
    margin-top: 5px;
}


@media (max-width: 768px) {

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

    .c-hero {
        max-height: 596px;
        overflow: hidden;
        margin-bottom: 20px;
    }

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

    .c-year {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .c-breadcrumbs {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
        padding: 0 16px;
    }

    .c-title-block {
        padding: 0 16px 30px;
    }

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

    .c-huge-title-section {
        padding: 0 16px;
        max-width: 100%;
    }

    .c-by-designer {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
        padding: 0 16px;
    }

    .c-specs {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .c-section-number {
        font-size: 12px;
        line-height: 18px;
        padding: 40px 16px 15px;
    }

    .c-description {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 40px;
        padding: 0 16px;
        max-width: 100%;
    }

    .c-carpets {
        grid-template-columns: 1fr 1fr;
        gap: 20px 16px;
        padding: 0 16px;
    }

    .c-carpets:not(.view-all-mode) .c-carpet-card:nth-child(n+5) {
        display: block;
    }

    .c-carpets:not(.view-all-mode) .c-carpet-card:nth-child(n+6) {
        display: none;
    }

    .c-carpets .c-carpet-card:first-child {
        grid-column: 1 / -1;
    }

    .c-carpets .c-carpet-card:first-child .c-carpet-image {
        height: 447.5px;
    }

    .c-carpets .c-carpet-card:not(:first-child) .c-carpet-image {
        height: 213.75px;
    }

    .c-carpets .c-carpet-image {
        margin-bottom: 12px;
    }

    .c-carpets.view-all-mode .c-carpet-card:first-child {
        grid-column: auto;
    }

    .c-carpets.view-all-mode .c-carpet-card:first-child .c-carpet-image {
        height: 213.75px;
    }

    .c-carpet-color {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .c-carpet-size {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .c-carpet-size-many {
        font-size: 9px;
        line-height: 13px;
    }

    .c-carpet-available {
        font-size: 10px;
    }

    .c-view-all {
        padding: 20px 16px 40px;
        position: relative;
    }

    .c-view-all::before,
    .c-view-all::after {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        height: 1px;
        background: #e0e0e0;
    }

    .c-view-all::before { top: 0; }
    .c-view-all::after { bottom: 20px; }

    .c-view-all-btn {
        font-size: 14px;
        line-height: 21px;
    }

    .c-section-02 {
        padding: 0 16px 60px;
    }

    .c-section-02-content {
        display: block;
        margin: 30px 0 0;
        max-width: 100%;
    }

    .c-section-02-left {
        max-width: 100%;
        gap: 20px;
    }

    .c-section-02-right {
        align-items: stretch;
    }

    .c-article-wrapper {
        max-width: 100%;
        margin-top: 30px;
        align-items: flex-start;
    }

    .c-article-card img {
        width: 100%;
        aspect-ratio: 358 / 447.5;
        object-fit: cover;
        margin-left: 0;
    }

    .c-article-date {
        font-size: 14px;
        line-height: 21px;
    }

    .c-article-title {
        font-size: 24px;
        line-height: 30px;
    }

    .c-section-03 {
        padding: 0 16px 60px;
    }

    .c-section-03-mobile-big {
        width: 100%;
        aspect-ratio: 358 / 446.7;
        overflow: hidden;
        margin: 30px 0;
    }

    .c-section-03-mobile-big img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .c-section-03-mobile-text {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }

    .c-section-03-mobile-text .c-text-24,
    .c-section-03-mobile-text .c-text-16 {
        text-align: left;
    }

    .c-section-03-mobile-images {
        display: flex;
        align-items: flex-start;
        gap: 0;
    }

    .c-section-03-mobile-img-2 {
        width: 248px;
        height: 310px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .c-section-03-mobile-img-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .c-section-03-mobile-img-3 {
        width: 110px;
        height: 137.3px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .c-section-03-mobile-img-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .c-principle {
        padding: 0 16px 60px;
    }

    .c-principle .c-huge-title-section {
        margin-bottom: 30px;
    }

    .c-principle-text {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .c-principle-image {
        aspect-ratio: 358 / 224;
        overflow: hidden;
    }

    .c-principle-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .c-author {
        padding: 0 16px 60px;
    }

    .c-author-content {
        display: block;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .c-author-text-mobile {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .c-author-text-mobile .c-text-16 {
        font-size: 16px;
        line-height: 25px;
    }

    .c-author-image {
        width: 100%;
        aspect-ratio: 358 / 447.5;
        overflow: hidden;
    }

    .c-author-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .c-quote {
        font-size: 24px;
        line-height: 30px;
        max-width: 294px;
        margin: 40px auto 20px;
        padding: 0;
    }

    .c-related {
        padding: 40px 16px 60px;
    }

    .c-related-header {
        margin-bottom: 25px;
    }

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

    .c-related-card .c-article-title {
        font-size: 20px;
        line-height: 26px;
    }

    .c-related-more {
        display: inline-block;
        margin-top: 30px;
    }

    .c-passport {
        padding: 50px 16px 40px;
        margin: 0;
    }

    .c-passport-top {
        display: block;
        margin-bottom: 40px;
    }

    .c-passport-kicker {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .c-passport-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .c-passport-description {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .c-passport-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 0;
    }

    .c-passport-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-top: 0;
        border-top: none;
    }

    .c-passport-section {
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
    }

    .c-passport-section:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .c-passport-num {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .c-passport-section-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .c-passport-section-desc {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .c-passport-btn {
        font-size: 14px;
        line-height: 21px;
    }

        .c-passport-top-right {
        align-items: flex-start;
        text-align: left;
        max-width: 100%;
        margin-left: 0;
    }

    .c-passport-top-right .c-passport-description {
        text-align: left;
    }

    .c-passport-top-right .c-passport-actions {
        justify-content: flex-start;
    }
}