.header-menu .nav-menu {
    gap: 24px;
    flex-wrap: nowrap
}

.header-menu .nav-menu__link,
.header-right .btn {
    white-space: nowrap
}

.header .logo img {
    max-width: 280px
}

.active-page {
    color: #052340 !important;
    font-weight: 700
}

.inner-hero {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff
}

.inner-hero__content {
    /* max-width: 760px; */
    padding: 60px 0
}

.inner-hero h1 {
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.05;
    color: #fff;
    margin: 14px 0
}

.inner-hero p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .9);
    max-width: 680px
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 700;
    color: #0f5f9d;
    margin-bottom: 12px
}

.section-padding {
    padding: 90px 0
}

.bg-soft {
    background: #f6f9fc
}

.section-head {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center
}

.section-title {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    color: #052340;
    margin-bottom: 16px
}

.section-text {
    font-size: 17px;
    line-height: 1.75;
    color: #5d6671
}

.fabric-image {
    min-height: 360px;
    object-fit: cover
}

.premium-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 16px 45px rgba(5, 35, 64, .06);
    transition: .3s ease
}

.premium-card:hover,
.collection-card:hover,
.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(5, 35, 64, .12)
}

.premium-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #052340;
    font-size: 30px;
    margin-bottom: 20px
}

.premium-card h3,
.collection-card h3,
.gallery-card h3 {
    font-size: 22px;
    color: #052340;
    margin-bottom: 12px
}

.premium-card p,
.collection-card p {
    color: #637083;
    line-height: 1.65
}

.quality-list {
    display: grid;
    gap: 16px
}

.quality-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e7eef6;
    border-radius: 12px;
    padding: 18px
}

.quality-list i {
    color: #0f8b63;
    font-size: 24px
}

.stats-band {
    background: #052340;
    padding: 60px 0;
    color: #fff
}

.stat-item strong {
    display: block;
    font-size: 44px;
    line-height: 1;
    color: #fff
}

.stat-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .78)
}

.fabric-cta {
    background: #052340;
    padding: 42px 0
}

.fabric-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #0a4778, #052340);
    border-radius: 16px;
    padding: 36px;
    color: #fff
}

.fabric-cta h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px
}

.fabric-cta p {
    color: rgba(255, 255, 255, .82);
    margin: 0
}

.fabric-form {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 18px 55px rgba(5, 35, 64, .08)
}

.fabric-form h2 {
    color: #052340;
    margin-bottom: 24px
}

.fabric-form input,
.fabric-form textarea,
.fabric-form select {
    width: 100%;
    border: 1px solid #dce6f1;
    border-radius: 12px;
    padding: 15px 16px;
    color: #27364a;
    background: #fff;
    outline: none
}

.fabric-form input:focus,
.fabric-form textarea:focus,
.fabric-form select:focus {
    border-color: #0f5f9d;
    box-shadow: 0 0 0 4px rgba(15, 95, 157, .08)
}

.contact-stack {
    display: grid;
    gap: 18px
}

.contact-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 14px 40px rgba(5, 35, 64, .06)
}

.contact-card i {
    font-size: 34px;
    color: #052340
}

.contact-card h3 {
    font-size: 20px;
    color: #052340;
    margin: 0 0 6px
}

.contact-card p {
    margin: 0;
    color: #637083
}

.map-placeholder {
    min-height: 360px;
    border-radius: 18px;
    border: 1px dashed #9fb2c7;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px
}

.map-placeholder i {
    font-size: 58px;
    color: #052340
}

.social-list {
    display: grid;
    gap: 12px;
    margin-top: 22px
}

.social-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #052340;
    font-weight: 600
}

.upload-box {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px dashed #9fb2c7;
    border-radius: 14px;
    padding: 18px;
    cursor: pointer;
    background: #f8fbff
}

.upload-box i {
    font-size: 28px;
    color: #052340
}

.upload-box input {
    display: none
}

.success-message {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eaf8f1;
    color: #0f6849;
    border: 1px solid #bfe8d3;
    border-radius: 12px;
    padding: 14px 16px
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 32px
}

.filter-pills button {
    border: 1px solid #dce6f1;
    background: #fff;
    color: #052340;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600
}

.filter-pills button:first-child,
.filter-pills button:hover {
    background: #052340;
    color: #fff
}

.collection-card,
.gallery-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(5, 35, 64, .06);
    transition: .3s ease
}

.collection-card__image {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f1f5f9
}

.collection-card__image img,
.gallery-card img,
.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease
}

.collection-card:hover img,
.gallery-grid article:hover img {
    transform: scale(1.06)
}

.collection-card__body {
    padding: 22px
}

.chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 18px 0
}

.chip-row span,
.color-grid span {
    border-radius: 999px;
    background: #eef6ff;
    color: #052340;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.gallery-grid article {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 16px;
    background: #e8eef5
}

.gallery-grid span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: rgba(5, 35, 64, .9);
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 700
}

.gallery-card {
    padding-bottom: 20px
}

.gallery-card img {
    aspect-ratio: 4/3
}

.gallery-card h3 {
    padding: 18px 20px 0
}

.spec-table {
    display: grid;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    overflow: hidden
}

.spec-table div {
    display: grid;
    grid-template-columns: 170px 1fr;
    border-bottom: 1px solid #e8eef5
}

.spec-table div:last-child {
    border-bottom: 0
}

.spec-table span,
.spec-table strong {
    padding: 16px
}

.spec-table span {
    background: #f6f9fc;
    color: #637083
}

.spec-table strong {
    color: #052340
}

.color-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.app-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.app-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f6f9fc;
    border-radius: 12px;
    padding: 14px;
    color: #052340;
    font-weight: 600
}

.mega-menu-item {
    position: relative
}

.mega-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    width: min(1200px, 92vw);
    background: #fff;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(20px);
    transition: .3s ease;
    z-index: 999
}

.mega-menu-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0)
}

.mega-menu-column h4 {
    font-size: 18px;
    margin-bottom: 14px;
    border-bottom: 2px solid #052340;
    padding-bottom: 10px
}

.mega-menu-column h4 a {
    color: #052340
}

.mega-menu-column>a {
    display: block;
    color: #555;
    font-size: 14px;
    padding: 7px 0
}

.mega-menu-column>a:hover {
    color: #052340;
    padding-left: 6px
}

@media(max-width:1199px) {
    .mega-menu {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:991px) {
    .section-padding {
        padding: 64px 0
    }

    .fabric-cta__inner {
        align-items: flex-start;
        flex-direction: column
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .mega-menu {
        display: none
    }
}

@media(max-width:575px) {
    .inner-hero {
        min-height: 360px
    }

    .inner-hero__content {
        padding: 65px 0
    }

    .fabric-form {
        padding: 22px
    }

    .section-head {
        text-align: left
    }

    .gallery-grid {
        grid-template-columns: 1fr
    }

    .spec-table div {
        grid-template-columns: 1fr
    }

    .app-list {
        grid-template-columns: 1fr
    }

    .fabric-cta h2 {
        font-size: 26px
    }
}


