:root {
    --nw-ink: #241633;
    --nw-muted: #5f5070;
    --nw-pink: #d83b8c;
    --nw-pink-dark: #6f2dbd;
    --nw-gold: #d6a529;
    --nw-cream: #fbf8ff;
    --nw-blush: #f4e8ff;
    --nw-surface: #ffffff;
    --nw-line: #dcc6f4;
    --nw-green: #5d4812;
}

.nwachukwu-site {
    color: var(--nw-ink);
    font-family: "Work Sans", Arial, sans-serif;
    background: var(--nw-cream);
}

.nw-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251, 248, 255, .94);
    border-bottom: 1px solid var(--nw-line);
    backdrop-filter: blur(16px);
}

.nw-header__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.nw-brand {
    display: inline-flex;
    align-items: center;
    color: var(--nw-ink);
    line-height: 1;
    flex: 0 0 auto;
}

.nw-brand:hover {
    color: var(--nw-ink);
}

.nw-brand img {
    width: clamp(150px, 18vw, 250px);
    max-height: 74px;
    object-fit: contain;
}

.nw-brand--footer img {
    width: min(260px, 100%);
    max-height: 94px;
}

.nw-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nw-nav a {
    color: var(--nw-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nw-nav a:hover,
.nw-nav a.is-active {
    color: var(--nw-pink-dark);
}

.nw-header__actions,
.nw-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nw-icon-link {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nw-line);
    border-radius: 50%;
    color: var(--nw-ink);
    background: var(--nw-surface);
    box-shadow: 0 12px 30px rgba(64, 38, 92, .08);
}

.nw-icon-link:hover {
    color: #fff;
    background: var(--nw-pink);
    border-color: var(--nw-pink);
}

.nw-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.nw-button--dark {
    background: var(--nw-ink);
    color: #fff;
}

.nw-button--pink {
    background: var(--nw-pink);
    color: #fff;
    box-shadow: 0 18px 38px rgba(111, 66, 193, .24);
}

.nw-button--gold {
    background: var(--nw-gold);
    color: #fff;
}

.nw-button--cream,
.nw-button--light,
.nw-button--light-alt {
    background: var(--nw-surface);
    border-color: var(--nw-line);
    color: var(--nw-ink);
}

.nw-button:hover {
    color: #fff;
    transform: translateY(-1px);
}

.nw-button--cream:hover,
.nw-button--light:hover,
.nw-button--light-alt:hover {
    color: var(--nw-ink);
    background: #fff;
}

.nw-hero--bright {
    padding: 58px 0 74px;
    background:
        radial-gradient(circle at 8% 15%, rgba(159, 122, 234, .24), transparent 28%),
        linear-gradient(135deg, #fbf8ff 0%, #f1e9ff 50%, #fffaf0 100%);
}

.nw-hero--image {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.nw-hero--image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url("../images/nahor-upload-41.jpg");
    background-position: center;
    background-size: cover;
    opacity: .62;
    filter: saturate(1.18) contrast(1.08);
}

.nw-hero--image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(36, 22, 51, .86) 0%, rgba(111, 45, 189, .48) 45%, rgba(216, 59, 140, .28) 100%),
        radial-gradient(circle at 82% 18%, rgba(214, 165, 41, .28), transparent 28%);
}

.nw-hero--image .nw-hero-copy h1,
.nw-hero--image .nw-hero-copy p:not(.nw-eyebrow) {
    color: #fff;
    text-shadow: 0 2px 18px rgba(36, 22, 51, .36);
}

.nw-hero--image .nw-eyebrow {
    color: #ffd86f;
}

.nw-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 48px;
    align-items: center;
}

.nw-hero-copy {
    padding: 30px 0;
}

.nw-eyebrow {
    margin: 0 0 14px;
    color: var(--nw-pink-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nw-hero-copy h1,
.nw-page-hero h1 {
    margin: 0 0 18px;
    color: var(--nw-ink);
    font-family: "Baloo 2", cursive;
    font-size: clamp(48px, 7vw, 92px);
    line-height: .95;
    letter-spacing: 0;
}

.nw-hero-copy p:not(.nw-eyebrow),
.nw-page-hero p:not(.nw-eyebrow) {
    max-width: 660px;
    margin-bottom: 30px;
    color: var(--nw-muted);
    font-size: 18px;
    line-height: 1.8;
}

.nw-hero-visual {
    position: relative;
}

.nw-hero-visual img {
    width: 100%;
    min-height: 520px;
    display: block;
    border: 10px solid #fff;
    border-radius: 34px;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.12) contrast(1.06);
    box-shadow: 0 28px 80px rgba(36, 22, 51, .28);
}

.nw-hero-card {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: 190px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 42px rgba(64, 38, 92, .15);
}

.nw-hero-card strong {
    display: block;
    color: var(--nw-pink-dark);
    font-size: 42px;
    line-height: 1;
}

.nw-hero-card span {
    color: var(--nw-muted);
    font-weight: 700;
}

.nw-home04-slider {
    background: var(--nw-ink);
}

.nw-home04-slide {
    min-height: clamp(560px, 76vh, 760px);
    display: grid !important;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.nw-home04-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    filter: saturate(1.22) contrast(1.12);
}

.nw-home04-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(36, 22, 51, .72) 0%, rgba(111, 45, 189, .24) 35%, rgba(216, 59, 140, .04) 70%, transparent 100%),
        radial-gradient(circle at 82% 20%, rgba(214, 165, 41, .18), transparent 30%);
}

.nw-home04-slide .container {
    position: relative;
    z-index: 1;
}

.nw-home04-slide__copy {
    max-width: 590px;
    padding: 36px 38px;
    border-left: 5px solid var(--nw-gold);
    background: linear-gradient(135deg, rgba(36, 22, 51, .82), rgba(111, 45, 189, .52));
    box-shadow: 0 28px 70px rgba(20, 10, 33, .28);
}

.nw-home04-slide__copy h1 {
    margin: 0 0 18px;
    color: #fff;
    font-family: "Baloo 2", cursive;
    font-size: clamp(42px, 5.8vw, 78px);
    line-height: .96;
}

.nw-home04-slide__copy p:not(.nw-eyebrow) {
    max-width: 640px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.8;
}

.nw-home04-slide .nw-eyebrow {
    color: #ffd86f;
}

.nw-home04-slides .slick-dots {
    bottom: 28px;
}

.nw-home04-slides .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    background: transparent;
}

.nw-home04-slides .slick-dots li.slick-active button {
    background: var(--nw-gold);
    border-color: var(--nw-gold);
}

.nw-page-carousel {
    overflow: hidden;
    background: var(--nw-ink);
}

.nw-page-slide {
    min-height: clamp(500px, 66vh, 680px);
    display: grid !important;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.nw-page-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    filter: saturate(1.24) contrast(1.12);
}

.nw-page-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(36, 22, 51, .72) 0%, rgba(111, 45, 189, .28) 36%, rgba(216, 59, 140, .06) 70%, transparent 100%),
        radial-gradient(circle at 82% 20%, rgba(214, 165, 41, .18), transparent 30%);
}

.nw-page-slide .container {
    position: relative;
    z-index: 1;
}

.nw-page-slide__copy {
    max-width: 590px;
    padding: 36px 38px;
    border-left: 5px solid var(--nw-gold);
    background: linear-gradient(135deg, rgba(36, 22, 51, .82), rgba(111, 45, 189, .52));
    box-shadow: 0 28px 70px rgba(20, 10, 33, .28);
}

.nw-page-slide__copy h1 {
    margin: 0 0 18px;
    color: #fff;
    font-family: "Baloo 2", cursive;
    font-size: clamp(42px, 5.8vw, 78px);
    line-height: .96;
}

.nw-page-slide__copy p:not(.nw-eyebrow) {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.8;
}

.nw-page-slide .nw-eyebrow {
    color: #ffd86f;
}

.nw-page-slides .slick-dots,
.nw-product-main-carousel .slick-dots,
.nw-product-carousel .slick-dots,
.nw-editorial-carousel .slick-dots {
    bottom: 22px;
}

.nw-page-slides .slick-dots li button,
.nw-product-main-carousel .slick-dots li button,
.nw-product-carousel .slick-dots li button,
.nw-editorial-carousel .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.nw-product-carousel .slick-dots li button,
.nw-editorial-carousel .slick-dots li button {
    border-color: var(--nw-pink-dark);
}

.nw-page-slides .slick-dots li.slick-active button,
.nw-product-main-carousel .slick-dots li.slick-active button,
.nw-product-carousel .slick-dots li.slick-active button,
.nw-editorial-carousel .slick-dots li.slick-active button {
    background: var(--nw-gold);
    border-color: var(--nw-gold);
}

.nw-category-carousel,
.nw-product-carousel,
.nw-editorial-carousel,
.nw-product-main-carousel {
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
}

.nw-category-carousel .slick-slide,
.nw-product-carousel .slick-slide,
.nw-editorial-carousel .slick-slide,
.nw-product-main-carousel .slick-slide {
    padding-left: 12px;
    padding-right: 12px;
}

.nw-carousel-card {
    min-height: 340px;
}

.nw-category-carousel.owl-slick .slick-arrow,
.nw-product-carousel.owl-slick .slick-arrow,
.nw-editorial-carousel.owl-slick .slick-arrow,
.nw-product-main-carousel.owl-slick .slick-arrow {
    top: 50%;
    width: 48px;
    height: 48px;
    line-height: 46px;
    transform: translateY(-50%);
    z-index: 8;
    color: #fff;
    background: rgba(111, 45, 189, .92);
    box-shadow: 0 14px 34px rgba(36, 22, 51, .22);
}

.nw-category-carousel.owl-slick .slick-arrow.prev,
.nw-product-carousel.owl-slick .slick-arrow.prev,
.nw-editorial-carousel.owl-slick .slick-arrow.prev,
.nw-product-main-carousel.owl-slick .slick-arrow.prev {
    left: 18px;
    right: auto;
}

.nw-category-carousel.owl-slick .slick-arrow.next,
.nw-product-carousel.owl-slick .slick-arrow.next,
.nw-editorial-carousel.owl-slick .slick-arrow.next,
.nw-product-main-carousel.owl-slick .slick-arrow.next {
    right: 18px;
    left: auto;
}

.nw-category-carousel.owl-slick .slick-arrow:hover,
.nw-product-carousel.owl-slick .slick-arrow:hover,
.nw-editorial-carousel.owl-slick .slick-arrow:hover,
.nw-product-main-carousel.owl-slick .slick-arrow:hover {
    background: var(--nw-pink);
}

.nw-product-main-carousel.owl-slick .slick-arrow.prev,
.nw-editorial-carousel.owl-slick .slick-arrow.prev {
    left: 26px;
}

.nw-product-main-carousel.owl-slick .slick-arrow.next,
.nw-editorial-carousel.owl-slick .slick-arrow.next {
    right: 26px;
}

.nw-service-strip {
    padding: 28px 0;
    background: #fff;
    border-bottom: 1px solid var(--nw-line);
}

.nw-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.nw-service-grid > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 14px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid var(--nw-line);
    background: linear-gradient(135deg, #fff, #fbf8ff);
}

.nw-service-grid i {
    grid-row: span 2;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--nw-pink-dark), var(--nw-pink));
}

.nw-service-grid h3,
.nw-service-grid p {
    margin: 0;
}

.nw-service-grid h3 {
    color: var(--nw-ink);
    font-size: 16px;
    font-weight: 800;
}

.nw-service-grid p {
    color: var(--nw-muted);
    line-height: 1.5;
}

.nw-home04-promos {
    padding: 70px 0;
    background: var(--nw-cream);
}

.nw-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.nw-promo-banner {
    min-height: 390px;
    display: grid;
    align-content: end;
    position: relative;
    overflow: hidden;
    padding: 34px;
    color: #fff;
    background: var(--nw-ink);
}

.nw-promo-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.24) contrast(1.12);
    transition: transform .35s ease;
}

.nw-promo-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 22, 51, .06), rgba(36, 22, 51, .86));
}

.nw-promo-banner:hover {
    color: #fff;
}

.nw-promo-banner:hover img {
    transform: scale(1.045);
}

.nw-promo-banner span,
.nw-promo-banner h2,
.nw-promo-banner p,
.nw-promo-banner strong {
    position: relative;
    z-index: 1;
}

.nw-promo-banner span {
    color: #ffd86f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.nw-promo-banner h2 {
    max-width: 440px;
    margin: 8px 0 10px;
    color: #fff;
    font-family: "Baloo 2", cursive;
    font-size: clamp(34px, 4vw, 56px);
    line-height: .96;
}

.nw-promo-banner p {
    max-width: 470px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.7;
}

.nw-promo-banner strong {
    width: max-content;
    margin-top: 12px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--nw-gold);
    color: #fff;
    text-transform: uppercase;
}

.nw-heading-centered {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.nw-heading-centered h2 {
    margin: 0;
    color: var(--nw-ink);
    font-family: "Baloo 2", cursive;
    font-size: clamp(34px, 5vw, 62px);
    line-height: .96;
}

.nw-heading-centered > p:not(.nw-eyebrow) {
    margin: 14px auto 0;
    color: var(--nw-muted);
    font-size: 17px;
    line-height: 1.7;
}

.nw-product-rail,
.nw-lookbook-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(238px, 1fr);
    gap: 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 14px;
    scroll-snap-type: inline mandatory;
}

.nw-product-rail > *,
.nw-lookbook-rail > * {
    scroll-snap-align: start;
}

.nw-feature-deal {
    padding: 86px 0;
    background:
        linear-gradient(135deg, rgba(36, 22, 51, .96), rgba(111, 45, 189, .9)),
        var(--nw-ink);
    color: #fff;
}

.nw-feature-deal__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 54px;
    align-items: center;
}

.nw-feature-deal__media img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    filter: saturate(1.22) contrast(1.1);
    box-shadow: 0 32px 80px rgba(10, 4, 20, .34);
}

.nw-feature-deal__copy h2 {
    margin: 0 0 18px;
    color: #fff;
    font-family: "Baloo 2", cursive;
    font-size: clamp(38px, 5vw, 70px);
    line-height: .95;
}

.nw-feature-deal__copy p:not(.nw-eyebrow) {
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 1.8;
}

.nw-follow-strip {
    padding: 78px 0;
    background:
        linear-gradient(135deg, #fbf8ff, #f4e8ff 58%, #fff6da);
}

.nw-lookbook-rail {
    grid-auto-columns: minmax(180px, 240px);
}

.nw-lookbook-rail img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    filter: saturate(1.18) contrast(1.08);
    box-shadow: 0 18px 40px rgba(64, 38, 92, .14);
}

.nw-home-contact {
    padding: 86px 0;
    background:
        linear-gradient(135deg, rgba(36, 22, 51, .96), rgba(111, 45, 189, .9)),
        var(--nw-ink);
    color: #fff;
}

.nw-home-contact__heading {
    margin-bottom: 46px;
}

.nw-home-contact__heading h2,
.nw-home-contact__heading > p:not(.nw-eyebrow) {
    color: #fff;
}

.nw-home-contact__heading .nw-eyebrow {
    color: #ffd86f;
}

.nw-home-contact__heading > p:not(.nw-eyebrow) {
    color: rgba(255, 255, 255, .86);
}

.nw-home-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 42px;
    align-items: stretch;
}

.nw-home-contact__info {
    padding: 38px;
    border: 1px solid rgba(214, 165, 41, .28);
    background: linear-gradient(135deg, rgba(216, 59, 140, .18), rgba(255, 255, 255, .06));
    box-shadow: 0 28px 70px rgba(10, 4, 20, .28);
}

.nw-home-contact__info h2 {
    margin: 0 0 16px;
    color: #fff;
    font-family: "Baloo 2", cursive;
    font-size: clamp(36px, 4vw, 62px);
    line-height: .96;
}

.nw-home-contact__info p:not(.nw-eyebrow) {
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 1.8;
}

.nw-contact-lines {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.nw-contact-lines a,
.nw-contact-lines span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 700;
}

.nw-contact-lines i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: var(--nw-ink);
    background: var(--nw-gold);
}

.nw-home-contact__map {
    min-height: 430px;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(135deg, rgba(216, 59, 140, .22), rgba(214, 165, 41, .18)),
        #fff;
    box-shadow: 0 28px 70px rgba(10, 4, 20, .28);
}

.nw-home-contact__map iframe {
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: block;
    border: 0;
    filter: saturate(1.12) contrast(1.02);
}

.nw-section {
    padding: 78px 0;
}

.nw-section--blush {
    background: var(--nw-blush);
}

.nw-section--cream,
.nw-section--muted {
    background: #fbf8ff;
}

.nw-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.nw-section__heading h2,
.nw-showcase h2,
.nw-split h2,
.nw-story h2 {
    margin: 0;
    color: var(--nw-ink);
    font-family: "Baloo 2", cursive;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1;
}

.nw-section__heading a,
.nw-back-link {
    color: var(--nw-pink-dark);
    font-weight: 800;
}

.nw-children-showcase {
    padding-top: 64px;
}

.nw-children-showcase .nw-section__heading {
    align-items: center;
    margin-bottom: 26px;
}

.nw-children-showcase .nw-section__heading h2 {
    max-width: 860px;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 1.02;
}

.nw-children-showcase .nw-section__heading a {
    max-width: 190px;
    line-height: 1.45;
}

.nw-children-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.nw-children-grid .nw-product-card__body {
    padding: 16px;
}

.nw-children-grid .nw-product-card h3 {
    min-height: 42px;
    font-size: 16px;
}

.nw-children-grid .nw-product-card p {
    font-size: 13px;
}

.nw-fashion-house-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    margin: 38px 0;
    border: 1px solid rgba(214, 165, 41, .34);
    border-radius: 28px;
    background: var(--nw-ink);
    box-shadow: 0 26px 70px rgba(111, 45, 189, .16);
    transition: transform .28s ease, box-shadow .28s ease;
}

.nw-fashion-house-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 34px 86px rgba(111, 45, 189, .24);
}

.nw-fashion-house-feature img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.26) contrast(1.12);
    transition: transform .35s ease, filter .35s ease;
}

.nw-fashion-house-feature:hover img {
    transform: scale(1.035);
    filter: saturate(1.36) contrast(1.16);
}

.nw-fashion-house-feature__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4vw, 54px);
    background:
        radial-gradient(circle at 90% 12%, rgba(216, 59, 140, .24), transparent 34%),
        linear-gradient(135deg, rgba(36, 22, 51, .98), rgba(111, 45, 189, .9));
}

.nw-fashion-house-feature__copy .nw-eyebrow {
    color: #ffd86f;
}

.nw-fashion-house-feature__copy h3 {
    margin: 0 0 16px;
    color: #fff;
    font-family: "Baloo 2", cursive;
    font-size: clamp(34px, 4vw, 58px);
    line-height: .96;
}

.nw-fashion-house-feature__copy p:not(.nw-eyebrow) {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.8;
}

.nw-fashion-house-feature__copy a {
    width: max-content;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--nw-gold);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.nw-fashion-house-feature__copy a:hover {
    color: #ffd86f;
}

.nw-testimonials-marquee {
    padding: 74px 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(36, 22, 51, .97), rgba(111, 45, 189, .92)),
        var(--nw-ink);
}

.nw-testimonials-marquee .nw-heading-centered h2,
.nw-testimonials-marquee .nw-heading-centered > p,
.nw-testimonials-marquee .nw-eyebrow {
    color: #fff;
}

.nw-testimonials-marquee .nw-eyebrow {
    color: #ffd86f;
}

.nw-testimonial-track {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    padding: 8px 0 18px;
}

.nw-testimonial-lane {
    width: max-content;
    display: flex;
    gap: 22px;
    animation: nw-marquee-left 34s linear infinite;
}

.nw-testimonial-track:hover .nw-testimonial-lane {
    animation-play-state: paused;
}

.nw-testimonial-card {
    width: min(520px, 86vw);
    min-height: 220px;
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 22px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(214, 165, 41, .32);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(216, 59, 140, .22), rgba(255, 255, 255, .08)),
        rgba(255, 255, 255, .06);
    box-shadow: 0 24px 60px rgba(10, 4, 20, .28);
}

.nw-testimonial-card img {
    width: 132px;
    height: 160px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    filter: saturate(1.16) contrast(1.08);
}

.nw-testimonial-card p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.nw-testimonial-card h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.nw-testimonial-card span {
    color: #ffd86f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

@keyframes nw-marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 11px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .nw-testimonial-lane {
        animation-duration: 80s;
    }
}

.nw-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.nw-category {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 24px;
    color: #fff;
    background: var(--nw-ink);
    box-shadow: 0 20px 48px rgba(64, 38, 92, .10);
}

.nw-category img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
    transition: transform .35s ease;
}

.nw-category::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 22, 51, .04), rgba(36, 22, 51, .68));
}

.nw-category:hover {
    color: #fff;
}

.nw-category:hover img {
    transform: scale(1.04);
}

.nw-category span,
.nw-category small {
    position: relative;
    z-index: 1;
}

.nw-category span {
    font-size: 20px;
    font-weight: 800;
}

.nw-category small {
    margin-top: 8px;
    color: rgba(255, 255, 255, .88);
    line-height: 1.5;
}

.nw-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.nw-product-grid--small {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nw-product-card {
    overflow: hidden;
    border: 1px solid var(--nw-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(64, 38, 92, .08);
}

.nw-product-card__image {
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f4edff;
}

.nw-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.14) contrast(1.06);
    transition: transform .35s ease;
}

.nw-product-card:hover img {
    transform: scale(1.035);
}

.nw-product-card__body {
    padding: 22px;
}

.nw-product-card__meta {
    margin-bottom: 8px;
    color: var(--nw-pink-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.nw-product-card h3 {
    min-height: 48px;
    margin: 0 0 10px;
    color: var(--nw-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.nw-product-card h3 a {
    color: var(--nw-ink);
}

.nw-product-card p {
    color: var(--nw-muted);
    font-size: 14px;
    line-height: 1.62;
}

.nw-product-card__footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
}

.nw-product-card__footer strong {
    color: var(--nw-green);
    font-size: 18px;
}

.nw-product-card__footer a,
.nw-details-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .01em;
    text-transform: uppercase;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}

.nw-product-card__footer a {
    border: 1px solid var(--nw-pink);
    background: linear-gradient(135deg, var(--nw-pink), #c33285);
    color: #fff;
    box-shadow: 0 14px 30px rgba(216, 59, 140, .22);
}

.nw-details-link {
    margin-top: 12px;
    border: 1px solid rgba(111, 45, 189, .28);
    color: var(--nw-ink);
    background: #fff;
    box-shadow: 0 10px 24px rgba(111, 45, 189, .08);
}

.nw-product-card__footer a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--nw-pink-dark), var(--nw-pink));
    border-color: var(--nw-pink-dark);
    box-shadow: 0 18px 36px rgba(111, 45, 189, .28);
    transform: translateY(-2px);
}

.nw-details-link:hover {
    color: #fff;
    background: var(--nw-ink);
    border-color: var(--nw-ink);
    box-shadow: 0 18px 36px rgba(36, 22, 51, .22);
    transform: translateY(-2px);
}

.nw-showcase {
    padding: 78px 0;
    background: var(--nw-surface);
}

.nw-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.nw-showcase__panel {
    min-height: 560px;
    display: grid;
    align-content: end;
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 30px;
    color: #fff;
}

.nw-showcase__panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.08);
}

.nw-showcase__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 15%, rgba(36, 22, 51, .82));
}

.nw-showcase__panel > div {
    position: relative;
    z-index: 1;
    max-width: 520px;
}

.nw-showcase__panel h2 {
    color: #fff;
    margin-bottom: 22px;
}

.nw-showcase__panel--light::after {
    background: linear-gradient(180deg, rgba(36, 22, 51, .08), rgba(244, 232, 255, .9));
}

.nw-showcase__panel--light h2 {
    color: var(--nw-ink);
}

.nw-lookbook-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 12px;
}

.nw-lookbook-grid img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    filter: saturate(1.14) contrast(1.06);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(64, 38, 92, .08);
}

.nw-page-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    padding: 96px 0 82px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 15%, rgba(159, 122, 234, .24), transparent 30%),
        linear-gradient(135deg, #fbf8ff, #f1e9ff);
}

.nw-page-hero::before,
.nw-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
}

.nw-page-hero::before {
    background-image: var(--nw-hero-bg, url("../images/nahor-bold-hero.png"));
    background-position: right center;
    background-size: cover;
    opacity: 1;
    filter: saturate(1.34) contrast(1.16) brightness(1.04);
}

.nw-page-hero::after {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(36, 22, 51, .58) 0%, rgba(111, 45, 189, .2) 42%, rgba(216, 59, 140, .04) 72%, transparent 100%),
        radial-gradient(circle at 86% 24%, rgba(214, 165, 41, .16), transparent 26%);
}

.nw-page-hero .container {
    position: relative;
    display: grid;
    justify-items: start;
}

.nw-page-hero .container::before {
    content: "";
    position: absolute;
    inset: -28px auto -28px -28px;
    width: min(720px, calc(100vw - 30px));
    z-index: -1;
    border: 1px solid rgba(214, 165, 41, .34);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(36, 22, 51, .86), rgba(111, 45, 189, .66));
    box-shadow: 0 24px 60px rgba(36, 22, 51, .24);
}

.nw-page-hero h1,
.nw-page-hero p:not(.nw-eyebrow) {
    max-width: 620px;
    color: #fff;
    text-shadow: 0 2px 18px rgba(36, 22, 51, .42);
}

.nw-page-hero h1 {
    font-size: clamp(42px, 5vw, 70px);
    overflow-wrap: break-word;
}

.nw-page-hero p:not(.nw-eyebrow) {
    max-width: 590px;
}

.nw-page-hero .nw-eyebrow {
    color: #ffd86f;
}

.nw-page-hero--shop {
    --nw-hero-bg: url("../images/nahor-bold-hero.png");
}

.nw-page-hero--men {
    --nw-hero-bg: url("../images/nahor-upload-37.jpg");
}

.nw-page-hero--women {
    --nw-hero-bg: url("../images/nahor-upload-29.jpg");
}

.nw-page-hero--children {
    --nw-hero-bg: url("../images/nahor-upload-17.jpg");
}

.nw-page-hero--african {
    --nw-hero-bg: url("../images/nahor-upload-41.jpg");
}

.nw-page-hero--western {
    --nw-hero-bg: url("../images/nahor-upload-42.jpg");
}

.nw-page-hero--about {
    --nw-hero-bg: url("../images/nahor-carousel-01.png");
}

.nw-page-hero--contact {
    --nw-hero-bg: url("../images/nahor-carousel-02.png");
}

.nw-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.nw-filter-row a {
    padding: 11px 18px;
    border: 1px solid var(--nw-line);
    border-radius: 999px;
    color: var(--nw-muted);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.nw-filter-row a.is-active,
.nw-filter-row a:hover {
    background: var(--nw-pink);
    border-color: var(--nw-pink);
    color: #fff;
}

.nw-product-detail {
    padding: 76px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #fbf8ff;
}

.nw-product-detail::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--nw-product-bg);
    background-position: center;
    background-size: cover;
    opacity: .68;
    filter: saturate(1.18) contrast(1.08);
}

.nw-product-detail::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(251, 248, 255, .82) 0%, rgba(244, 232, 255, .54) 48%, rgba(111, 45, 189, .12) 100%),
        radial-gradient(circle at 86% 18%, rgba(216, 59, 140, .12), transparent 28%);
}

.nw-product-detail__grid,
.nw-split,
.nw-story,
.nw-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px;
    align-items: center;
}

.nw-product-detail__media > img,
.nw-story img {
    width: 100%;
    display: block;
    border-radius: 28px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(64, 38, 92, .12);
}

.nw-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.nw-product-main-carousel {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(64, 38, 92, .12);
    background: #fff;
}

.nw-product-main-carousel img,
.nw-gallery img {
    width: 100%;
    object-fit: cover;
}

.nw-product-main-carousel img {
    aspect-ratio: 4 / 5;
}

.nw-gallery a {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.nw-gallery img {
    aspect-ratio: 1;
    border-radius: 18px;
}

.nw-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 4px;
}

.nw-product-tags span {
    padding: 9px 14px;
    border: 1px solid rgba(214, 165, 41, .42);
    border-radius: 999px;
    color: var(--nw-ink);
    background: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.nw-product-note {
    margin-top: 24px;
}

.nw-price {
    color: var(--nw-pink-dark);
    font-size: 32px;
    font-weight: 800;
}

.nw-detail-list {
    display: grid;
    gap: 10px;
    margin: 26px 0;
    color: var(--nw-muted);
    font-weight: 600;
}

.nw-order-panel,
.nw-enquiry-note,
.nw-contact-card,
.nw-values > div {
    padding: 32px;
    border: 1px solid var(--nw-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(64, 38, 92, .08);
}

.nw-order-panel {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.nw-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.nw-contact-card > i {
    color: var(--nw-pink-dark);
    font-size: 30px;
}

.nw-contact-page .nw-section {
    background:
        radial-gradient(circle at 12% 8%, rgba(216, 59, 140, .12), transparent 28%),
        linear-gradient(135deg, #fbf8ff, #f4e8ff 58%, #fff8e4);
}

.nw-contact-page .nw-section--muted {
    background:
        radial-gradient(circle at 86% 12%, rgba(214, 165, 41, .18), transparent 30%),
        linear-gradient(135deg, #f4e8ff, #fbf8ff 54%, #fff6dc);
}

.nw-contact-page .nw-section--cream {
    background:
        radial-gradient(circle at 10% 20%, rgba(111, 45, 189, .12), transparent 28%),
        linear-gradient(135deg, #fbf8ff, #fff8e4);
}

.nw-contact-page .nw-contact-card {
    border-color: rgba(214, 165, 41, .34);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(244, 232, 255, .9)),
        #fff;
    box-shadow: 0 24px 58px rgba(111, 45, 189, .12);
}

.nw-contact-page .nw-contact-card > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--nw-pink-dark), var(--nw-pink));
    box-shadow: 0 16px 34px rgba(111, 45, 189, .22);
}

.nw-contact-page .nw-contact-card h2,
.nw-contact-page .nw-home-contact__info h2 {
    color: var(--nw-ink);
}

.nw-contact-page .nw-contact-card p,
.nw-contact-page .nw-home-contact__info p:not(.nw-eyebrow),
.nw-contact-page .nw-enquiry-note p {
    color: var(--nw-muted);
}

.nw-contact-page .nw-home-contact__info,
.nw-contact-page .nw-enquiry-note {
    border-color: rgba(214, 165, 41, .32);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 58px rgba(111, 45, 189, .12);
}

.nw-contact-page .nw-home-contact__map {
    border-color: rgba(214, 165, 41, .42);
    box-shadow: 0 24px 58px rgba(111, 45, 189, .16);
}

.nw-contact-feature {
    padding: 84px 0;
    background:
        linear-gradient(90deg, rgba(36, 22, 51, .98) 0%, rgba(86, 34, 128, .96) 48%, rgba(111, 45, 189, .9) 100%),
        var(--nw-ink);
    color: #fff;
}

.nw-contact-feature .nw-home-contact__grid {
    gap: 26px;
}

.nw-contact-feature .nw-home-contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    padding: clamp(34px, 5vw, 58px);
    border: 0;
    background:
        radial-gradient(circle at 82% 12%, rgba(216, 59, 140, .18), transparent 34%),
        linear-gradient(135deg, rgba(111, 45, 189, .42), rgba(36, 22, 51, .28));
    box-shadow: none;
}

.nw-contact-feature .nw-home-contact__info h2 {
    color: #fff;
    font-size: clamp(44px, 5.6vw, 82px);
}

.nw-contact-feature .nw-home-contact__info p:not(.nw-eyebrow) {
    max-width: 650px;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(18px, 2vw, 25px);
}

.nw-contact-feature .nw-contact-lines {
    gap: 18px;
    margin: 38px 0;
}

.nw-contact-feature .nw-contact-lines a,
.nw-contact-feature .nw-contact-lines span {
    color: #fff;
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 900;
}

.nw-contact-feature .nw-contact-lines i {
    width: 58px;
    height: 58px;
    font-size: 22px;
    background: var(--nw-gold);
}

.nw-contact-feature .nw-home-contact__map {
    min-height: 600px;
    border: 10px solid rgba(255, 255, 255, .2);
    background: #fff;
    box-shadow: 0 28px 70px rgba(10, 4, 20, .32);
}

.nw-contact-feature .nw-home-contact__map iframe {
    min-height: 600px;
}

.nw-contact-placeholder,
.nw-provider-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    color: var(--nw-muted);
    font-weight: 800;
}

.nw-provider-link {
    margin-top: 12px;
    color: var(--nw-pink-dark);
}

.nw-editorial-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.nw-editorial-grid img,
.nw-editorial-grid > div {
    min-height: 360px;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(64, 38, 92, .08);
}

.nw-editorial-grid img {
    width: 100%;
    object-fit: cover;
}

.nw-editorial-grid > div {
    padding: 30px;
    background: #fff;
}

.nw-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.nw-values > div {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-color: rgba(214, 165, 41, .28);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(36, 22, 51, .84), rgba(111, 45, 189, .64), rgba(216, 59, 140, .44)),
        var(--nw-value-bg, url("../images/nahor-bold-hero.png")) center / cover;
    box-shadow: 0 24px 58px rgba(36, 22, 51, .22);
}

.nw-values > div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 22, 51, .18), rgba(36, 22, 51, .74));
}

.nw-values > div > * {
    position: relative;
    z-index: 1;
}

.nw-values h3,
.nw-values p {
    color: #fff;
}

.nw-values h3 {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 900;
}

.nw-values p {
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    line-height: 1.7;
}

.nw-footer {
    padding: 70px 0 24px;
    color: #f8ebe7;
    background: var(--nw-ink);
}

.nw-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr .9fr 1.1fr;
    gap: 38px;
}

.nw-footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.nw-footer a,
.nw-footer span {
    display: block;
    color: #f8ebe7;
    margin-bottom: 10px;
}

.nw-footer a.nw-button {
    display: inline-flex;
    margin-bottom: 0;
}

.nw-footer a.nw-button--light,
.nw-footer a.nw-button--light:hover {
    color: var(--nw-ink);
    background: #fff;
}

.nw-brand--footer,
.nw-brand--footer:hover {
    color: #fff;
    margin-bottom: 18px;
}

.nw-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 44px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.nw-mobile-bar {
    display: none;
}

.nw-empty {
    grid-column: 1 / -1;
    padding: 42px;
    border-radius: 24px;
    background: #fff;
}

@media (max-width: 1199px) {
    .nw-category-grid,
    .nw-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nw-lookbook-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .nw-product-rail {
        grid-auto-columns: minmax(230px, 31vw);
    }

    .nw-children-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .nw-header__inner {
        flex-wrap: wrap;
        padding: 16px 15px;
    }

    .nw-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 18px;
    }

    .nw-hero-grid,
    .nw-showcase__grid,
    .nw-product-detail__grid,
    .nw-split,
    .nw-story,
    .nw-feature-deal__grid,
    .nw-promo-grid,
    .nw-home-contact__grid {
        grid-template-columns: 1fr;
    }

    .nw-home04-slide {
        min-height: 640px;
    }

    .nw-page-slide {
        min-height: 560px;
    }

    .nw-page-slide__copy {
        max-width: 620px;
        padding: 34px;
    }

    .nw-home04-slide__copy {
        max-width: 620px;
        padding: 32px;
    }

    .nw-service-grid {
        grid-template-columns: 1fr;
    }

    .nw-category-grid,
    .nw-product-grid,
    .nw-product-grid--small,
    .nw-contact-grid,
    .nw-values,
    .nw-editorial-grid,
    .nw-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nw-lookbook-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .nw-children-showcase .nw-section__heading {
        align-items: flex-start;
    }

    .nw-fashion-house-feature {
        grid-template-columns: 1fr;
    }

    .nw-fashion-house-feature img {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .nw-header__actions {
        display: none;
    }

    .nw-nav {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .nw-hero--bright {
        padding-top: 34px;
    }

    .nw-page-hero {
        min-height: 420px;
        padding: 72px 0 64px;
    }

    .nw-page-hero .container::before {
        inset: -20px 15px -20px 15px;
        width: auto;
    }

    .nw-page-hero h1,
    .nw-page-hero p:not(.nw-eyebrow) {
        max-width: min(100%, 560px);
    }

    .nw-page-hero h1 {
        font-size: clamp(38px, 11vw, 56px);
    }

    .nw-category-carousel.owl-slick .slick-arrow,
    .nw-product-carousel.owl-slick .slick-arrow,
    .nw-editorial-carousel.owl-slick .slick-arrow,
    .nw-product-main-carousel.owl-slick .slick-arrow {
        width: 42px;
        height: 42px;
        line-height: 40px;
        font-size: 24px;
    }

    .nw-category-carousel.owl-slick .slick-arrow.prev,
    .nw-product-carousel.owl-slick .slick-arrow.prev,
    .nw-product-main-carousel.owl-slick .slick-arrow.prev,
    .nw-editorial-carousel.owl-slick .slick-arrow.prev {
        left: 12px;
    }

    .nw-category-carousel.owl-slick .slick-arrow.next,
    .nw-product-carousel.owl-slick .slick-arrow.next,
    .nw-product-main-carousel.owl-slick .slick-arrow.next,
    .nw-editorial-carousel.owl-slick .slick-arrow.next {
        right: 12px;
    }

    .nw-home04-slide {
        min-height: 620px;
    }

    .nw-page-slide {
        min-height: 540px;
    }

    .nw-page-slide__copy {
        padding: 24px;
    }

    .nw-page-slide__copy h1 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .nw-page-slide__copy p:not(.nw-eyebrow) {
        font-size: 16px;
    }

    .nw-home04-slide__copy {
        padding: 24px;
    }

    .nw-home04-slide__copy h1 {
        font-size: clamp(42px, 13vw, 62px);
    }

    .nw-promo-banner {
        min-height: 340px;
        padding: 24px;
    }

    .nw-product-rail {
        grid-auto-columns: minmax(235px, 82vw);
    }

    .nw-lookbook-rail {
        grid-auto-columns: minmax(150px, 48vw);
    }

    .nw-home-contact {
        padding: 58px 0;
    }

    .nw-home-contact__info {
        padding: 26px;
    }

    .nw-home-contact__map,
    .nw-home-contact__map iframe {
        min-height: 340px;
    }

    .nw-contact-feature {
        padding: 56px 0;
    }

    .nw-contact-feature .nw-home-contact__info {
        min-height: auto;
        padding: 28px;
    }

    .nw-contact-feature .nw-home-contact__info h2 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .nw-contact-feature .nw-home-contact__info p:not(.nw-eyebrow) {
        font-size: 17px;
    }

    .nw-contact-feature .nw-contact-lines i {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .nw-contact-feature .nw-home-contact__map,
    .nw-contact-feature .nw-home-contact__map iframe {
        min-height: 360px;
    }

    .nw-hero-visual img {
        min-height: 390px;
        border-width: 6px;
        border-radius: 24px;
    }

    .nw-section {
        padding: 56px 0;
    }

    .nw-section__heading {
        display: block;
    }

    .nw-children-showcase .nw-section__heading h2 {
        font-size: clamp(32px, 10vw, 46px);
    }

    .nw-children-showcase .nw-section__heading a {
        display: inline-block;
        max-width: none;
        margin-top: 12px;
    }

    .nw-category-grid,
    .nw-product-grid,
    .nw-product-grid--small,
    .nw-contact-grid,
    .nw-values,
    .nw-editorial-grid,
    .nw-footer__grid {
        grid-template-columns: 1fr;
    }

    .nw-children-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .nw-product-card__body {
        padding: 16px;
    }

    .nw-product-card__footer a,
    .nw-details-link {
        min-height: 44px;
        padding: 12px 14px;
        font-size: 11px;
    }

    .nw-fashion-house-feature {
        margin: 28px 0;
        border-radius: 20px;
    }

    .nw-fashion-house-feature img {
        min-height: 260px;
    }

    .nw-fashion-house-feature__copy {
        padding: 24px;
    }

    .nw-fashion-house-feature__copy h3 {
        font-size: clamp(30px, 10vw, 44px);
    }

    .nw-testimonials-marquee {
        padding: 56px 0;
    }

    .nw-testimonial-card {
        width: min(430px, 86vw);
        min-height: 180px;
        grid-template-columns: 92px 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 18px;
    }

    .nw-testimonial-card img {
        width: 92px;
        height: 118px;
        border-radius: 14px;
    }

    .nw-testimonial-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .nw-testimonial-card h3 {
        font-size: 17px;
    }

    .nw-lookbook-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nw-showcase__panel {
        min-height: 440px;
        padding: 24px;
    }

    .nw-footer {
        padding-bottom: 86px;
    }

    .nw-footer__bottom {
        display: block;
    }

    .nw-mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #fff;
        border-top: 1px solid var(--nw-line);
    }

    .nw-mobile-bar a {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: var(--nw-ink);
        font-weight: 800;
    }
}
