.cw-design-page {
    background: #fff;
    color: #222b38;
}

.cw-container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.cw-section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #019582;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cw-design-hero {
    position: relative;
    min-height: 620px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cw-design-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.98) 34%,
        rgba(255,255,255,.72) 52%,
        rgba(255,255,255,.12) 100%
    );
    z-index: 1;
}

.cw-design-hero .cw-container {
    position: relative;
    z-index: 2;
}

.cw-design-breadcrumb {
    padding-top: 24px;
    margin-bottom: 44px;
    font-size: 13px;
    font-weight: 600;
    color: #8b98a8;
}

.cw-design-breadcrumb a {
    color: #8b98a8;
    text-decoration: none;
}

.cw-design-breadcrumb strong {
    color: #019582;
}

.cw-design-breadcrumb span {
    margin: 0 8px;
}

.cw-design-hero-content {
    max-width: 560px;
    padding-bottom: 70px;
}

.cw-design-hero h1 {
    margin: 0;
    color: #202938;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.8px;
}

.cw-design-hero h1 strong {
    color: #019582;
}

.cw-design-hero h1::after,
.cw-centered-head h2::after,
.cw-design-section-head h2::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 22px;
    background: #dcd238;
    border-radius: 20px;
}

.cw-design-hero p {
    max-width: 470px;
    margin: 26px 0 0;
    color: #5c6878;
    font-size: 15px;
    line-height: 1.8;
}

.cw-design-hero-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 42px;
    max-width: 560px;
}

.cw-design-hero-features div {
    min-height: 76px;
    padding: 0 18px;
    border-right: 1px solid #dbe4e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.cw-design-hero-features div:first-child {
    padding-left: 0;
}

.cw-design-hero-features div:last-child {
    border-right: 0;
}

.cw-design-hero-features i {
    color: #019582;
    font-size: 24px;
}

.cw-design-hero-features span {
    color: #243041;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.cw-design-process {
    padding: 76px 0 70px;
    background: #f8fbfb;
}

.cw-design-process-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 70px;
    align-items: start;
}

.cw-design-section-head h2,
.cw-centered-head h2 {
    margin: 0;
    color: #202938;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.5px;
}

.cw-design-section-head p,
.cw-centered-head p {
    margin: 22px 0 0;
    color: #687586;
    font-size: 15px;
    line-height: 1.75;
}

.cw-design-process-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.cw-design-process-steps::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 11%;
    right: 11%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(1,149,130,.35), transparent);
}

.cw-process-step {
    position: relative;
    text-align: center;
}

.cw-process-icon {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #02a891, #007866);
    color: #fff;
    font-size: 25px;
    box-shadow: 0 18px 34px rgba(1,149,130,.24);
}

.cw-process-step span {
    display: block;
    margin-bottom: 12px;
    color: #019582;
    font-size: 13px;
    font-weight: 900;
}

.cw-process-step h3 {
    margin: 0 0 12px;
    color: #202938;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}

.cw-process-step p {
    margin: 0;
    color: #667384;
    font-size: 13px;
    line-height: 1.7;
}

.cw-design-matters {
    padding: 80px 0 72px;
}

.cw-centered-head {
    max-width: 620px;
    margin: 0 auto 42px;
    text-align: center;
}

.cw-centered-head h2::after {
    margin-left: auto;
    margin-right: auto;
}

.cw-matters-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 34px;
}

.cw-matter-card {
    min-height: 188px;
    padding: 34px 22px 28px;
    border: 1px solid #dce5e8;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 40px rgba(27, 43, 58, .05);
    transition: .25s ease;
}

.cw-matter-card:hover {
    transform: translateY(-6px);
    border-color: rgba(1,149,130,.35);
    box-shadow: 0 22px 50px rgba(27, 43, 58, .09);
}

.cw-matter-card i {
    margin-bottom: 22px;
    color: #019582;
    font-size: 36px;
}

.cw-matter-card h3 {
    margin: 0 0 12px;
    color: #202938;
    font-size: 15px;
    font-weight: 900;
}

.cw-matter-card p {
    margin: 0;
    color: #667384;
    font-size: 13px;
    line-height: 1.65;
}

.cw-design-collections {
    padding: 20px 0 76px;
}

.cw-collection-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cw-collection-item {
    border: 1px solid #dde6e9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(22, 37, 52, .045);
    overflow: hidden;
}

.cw-collection-toggle {
    width: 100%;
    min-height: 82px;
    padding: 12px 18px;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 24px 190px 1fr 42px;
    gap: 18px;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.cw-collection-arrow,
.cw-collection-plus {
    display: grid;
    place-items: center;
    color: #202938;
}

.cw-collection-arrow i,
.cw-collection-plus i {
    transition: .25s ease;
}

.cw-collection-item.active .cw-collection-arrow i {
    transform: rotate(90deg);
}

.cw-collection-item.active .cw-collection-plus i {
    transform: rotate(45deg);
}

.cw-collection-info strong {
    display: block;
    margin-bottom: 5px;
    color: #202938;
    font-size: 15px;
    font-weight: 900;
}

.cw-collection-info small {
    color: #7a8797;
    font-size: 12px;
    font-weight: 600;
}

.cw-collection-preview {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    align-items: center;
}

.cw-collection-preview img {
    width: 100%;
    height: 58px;
    object-fit: contain;
    display: block;
}

.cw-collection-plus {
    width: 36px;
    height: 36px;
    border: 1px solid #dce5e8;
    border-radius: 50%;
    color: #019582;
}

.cw-collection-panel {
    display: none;
    padding: 6px 22px 24px 250px;
    border-top: 1px solid #edf2f3;
}

.cw-collection-item.active .cw-collection-panel {
    display: block;
}

.cw-collection-images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.cw-collection-images a {
    padding: 12px;
    border-radius: 10px;
    background: #f8fafb;
    border: 1px solid #eef3f4;
    transition: .2s ease;
}

.cw-collection-images a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(22, 37, 52, .08);
}

.cw-collection-images img {
    width: 100%;
    height: 105px;
    object-fit: contain;
    display: block;
}

.cw-collection-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.cw-collection-actions a,
.cw-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid #019582;
    border-radius: 4px;
    color: #019582;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: .2s ease;
}

.cw-collection-actions a:hover,
.cw-view-all-btn:hover {
    background: #019582;
    color: #fff;
}

.cw-view-all-wrap {
    margin-top: 28px;
    text-align: center;
}

.cw-empty-collections {
    text-align: center;
    color: #697586;
}

.cw-design-cta {
    position: relative;
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto 70px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
    background-color: #007f6e;
}

.cw-design-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 122, 105, .78);
    z-index: 1;
}

.cw-design-cta-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 140px;
    padding: 0 36px;
    display: grid;
    grid-template-columns: 76px 1.35fr 1fr auto;
    gap: 28px;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}

.cw-design-cta-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff;
    color: #019582;
    display: grid;
    place-items: center;
    font-size: 24px;
}

.cw-design-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -.5px;
}

.cw-design-cta p {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 14px;
    line-height: 1.7;
}

.cw-design-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 4px;
    background: #dcd238;
    color: #18222f;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .cw-design-hero h1 {
        font-size: 46px;
    }

    .cw-matters-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cw-collection-toggle {
        grid-template-columns: 24px 160px 1fr 42px;
    }

    .cw-collection-panel {
        padding-left: 220px;
    }

    .cw-design-cta-inner {
        grid-template-columns: 70px 1fr;
        padding: 30px 34px;
    }

    .cw-design-cta a {
        width: max-content;
    }
}

@media (max-width: 900px) {
    .cw-container,
    .cw-design-cta {
        width: min(100% - 34px, 1180px);
    }

    .cw-design-hero {
        min-height: auto;
        padding: 40px 0 360px;
        background-size: 900px auto;
        background-position: bottom center;
    }

    .cw-design-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.96) 48%,
            rgba(255,255,255,.18) 100%
        );
    }

    .cw-design-hero-content {
        padding-bottom: 0;
    }

    .cw-design-process-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .cw-design-process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .cw-design-process-steps::before {
        display: none;
    }

    .cw-matters-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cw-collection-toggle {
        grid-template-columns: 24px 1fr 42px;
    }

    .cw-collection-preview {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
        padding-left: 42px;
    }

    .cw-collection-plus {
        grid-column: 3;
        grid-row: 1;
    }

    .cw-collection-panel {
        padding: 18px;
    }

    .cw-collection-images {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .cw-design-hero {
        padding-bottom: 300px;
        background-size: 760px auto;
    }

    .cw-design-hero h1 {
        font-size: 36px;
    }

    .cw-design-hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .cw-design-hero-features div {
        border-right: 0;
        padding: 18px;
        border: 1px solid #e1e8ea;
        border-radius: 12px;
        background: rgba(255,255,255,.82);
    }

    .cw-design-process,
    .cw-design-matters {
        padding: 56px 0;
    }

    .cw-design-process-steps,
    .cw-matters-grid {
        grid-template-columns: 1fr;
    }

    .cw-collection-preview {
        grid-template-columns: repeat(3, 1fr);
    }

    .cw-collection-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .cw-design-cta {
        margin-bottom: 46px;
    }

    .cw-design-cta-inner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px;
        text-align: left;
    }

    .cw-design-cta h2 {
        font-size: 24px;
    }
}

.cw-lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.cw-lightbox-overlay img {
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}

.cw-lightbox-close {
    position: fixed;
    top: 24px;
    right: 30px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    cursor: pointer;
}