/* KANYARA STORE */
:root {
    --black: #111;
    --ink: #182033;
    --purple: #6c5ce7;
    --cream: #faf5ea;
    --white: #fff;
    --soft: #f6f6f6;
    --muted: #747474;
    --border: #e7e7e7;
    --shadow: 0 18px 50px rgba(0, 0, 0, .10)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, Arial, sans-serif;
    color: var(--black);
    line-height: 1.55;
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select {
    font: inherit
}

button {
    cursor: pointer
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: min(1180px, 92%);
    margin: auto
}

.section {
    padding: 92px 0
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border)
}

.nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 18px;
    letter-spacing: 2px
}

.brand>span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.brand small {
    font-size: 9px;
    letter-spacing: 5px;
    font-weight: 500;
    margin-top: 5px
}

.brand-mark {
    width: 35px;
    height: 35px;
    border: 2px solid #111;
    display: grid;
    place-items: center;
    font-family: Georgia, serif;
    font-size: 22px
}

.nav-links {
    display: flex;
    gap: 27px
}

.nav-links a {
    font-size: 13px;
    font-weight: 700
}

.nav-links a:hover {
    color: var(--purple)
}

.nav-actions {
    display: flex;
    gap: 7px
}

.icon-btn {
    border: 0;
    background: transparent;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 19px;
    position: relative
}

.icon-btn:hover {
    background: var(--soft)
}

.cart-btn span {
    position: absolute;
    right: -1px;
    top: 0;
    background: var(--purple);
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 9px;
    display: grid;
    place-items: center;
    font-weight: 800
}

.menu-btn {
    display: none
}

.search-panel {
    display: none;
    border-top: 1px solid var(--border);
    background: #fff
}

.search-panel.open {
    display: block
}

.search-inner {
    height: 66px;
    display: flex;
    align-items: center;
    gap: 12px
}

.search-inner input {
    border: 0;
    outline: 0;
    flex: 1;
    font-size: 17px
}

.mobile-nav {
    display: none;
    border-top: 1px solid var(--border);
    padding: 12px 5%;
    background: #fff
}

.mobile-nav.open {
    display: block
}

.mobile-nav a {
    display: block;
    padding: 9px 0;
    font-weight: 700
}

.hero-media {
    position: relative;
    overflow: hidden;
    max-height: 780px
}

.hero-media img {
    width: 100%;
    height: min(760px, 70vw);
    min-height: 510px;
    object-fit: cover
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .30) 48%, rgba(0, 0, 0, .06) 78%)
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    color: var(--purple);
    margin-bottom: 12px
}

.eyebrow.light {
    color: #fff
}

.hero-content h1 {
    font: 700 clamp(50px, 7vw, 85px)/.96 "Playfair Display", Georgia, serif;
    letter-spacing: -3px
}

.hero-content h1 span {
    color: #d7cffd
}

.hero-copy {
    max-width: 520px;
    color: rgba(255, 255, 255, .9);
    margin: 22px 0 30px
}

.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.btn {
    min-height: 49px;
    padding: 0 24px;
    border-radius: 50px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    transition: .25s
}

.btn-primary {
    background: #111;
    color: #fff
}

.btn-primary:hover {
    background: var(--purple);
    transform: translateY(-2px)
}

.btn-ghost {
    border-color: rgba(255, 255, 255, .75);
    color: #fff
}

.btn-ghost:hover {
    background: #fff;
    color: #111
}

.btn-white {
    background: #fff;
    color: #111
}

.btn-white:hover {
    transform: translateY(-2px)
}

.full {
    width: 100%
}

.trust {
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border)
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px 0;
    gap: 20px
}

.trust-grid div {
    display: flex;
    flex-direction: column
}

.trust-grid strong {
    font-size: 13px
}

.trust-grid span {
    color: var(--muted);
    font-size: 11px;
    margin-top: 2px
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 40px
}

.section-head h2 {
    font: 700 44px/1.05 "Playfair Display", Georgia, serif
}

.section-head>p {
    color: var(--muted);
    max-width: 360px;
    font-size: 14px
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.banner-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 250px;
    background: #eee
}

.banner-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: .35s
}

.banner-card:hover img {
    transform: scale(1.025)
}

.banner-card span {
    position: absolute;
    left: 20px;
    bottom: 18px;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800
}

.banner-card b {
    margin-left: 9px
}

.shop-section {
    background: #fafafa
}

.shop-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center
}

.filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.filter {
    border: 1px solid var(--border);
    background: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800
}

.filter.active,
.filter:hover {
    background: #111;
    color: #fff;
    border-color: #111
}

#sortProducts {
    border: 1px solid var(--border);
    background: #fff;
    padding: 10px 13px;
    border-radius: 9px;
    outline: 0
}

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

.product {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: .25s
}

.product:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.product-media {
    position: relative;
    aspect-ratio: 1/1.07;
    overflow: hidden;
    background: #eee
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s
}

.product:hover .product-media img {
    transform: scale(1.035)
}

.badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 900;
    z-index: 2
}

.quick {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 0;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
    font-size: 12px;
    opacity: 0;
    transform: translateY(8px);
    transition: .25s;
    z-index: 3
}

.product:hover .quick {
    opacity: 1;
    transform: translateY(0)
}

.product-info {
    padding: 15px
}

.product-cat {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--muted)
}

.product-info h3 {
    font-size: 14px;
    margin: 5px 0 8px
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price {
    font-weight: 800
}

.add {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 18px
}

.add:hover {
    background: var(--purple)
}

.empty-results {
    text-align: center;
    padding: 60px
}

.empty-results p {
    color: var(--muted)
}

.visual-products {
    background: #fff
}

.visual-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px
}

.visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 420px;
    background: #111;
    color: #fff
}

.visual-card img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    transition: .35s
}

.visual-card:hover img {
    transform: scale(1.025)
}

.visual-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, .8))
}

.visual-card>div {
    position: absolute;
    left: 24px;
    bottom: 23px;
    z-index: 2
}

.visual-card span {
    font-size: 10px;
    letter-spacing: 2px;
    opacity: .7
}

.visual-card h3 {
    font: 700 30px/1.1 "Playfair Display", serif
}

.visual-card p {
    font-size: 13px;
    opacity: .86
}

.feature-image-wrap {
    position: relative;
    overflow: hidden;
    background: #111
}

.feature-image-wrap img {
    width: 100%;
    height: min(820px, 75vw);
    min-height: 520px;
    object-fit: cover
}

.feature-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .25) 48%, transparent 75%)
}

.feature-copy {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

.feature-copy h2 {
    font: 700 clamp(50px, 6vw, 78px)/.95 "Playfair Display", serif
}

.feature-copy h2 span {
    color: #c7baff
}

.feature-copy p:not(.eyebrow) {
    max-width: 390px;
    color: rgba(255, 255, 255, .88);
    margin: 18px 0 25px
}

.kurthi-section {
    background: var(--cream)
}

.split-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px
}

.split-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.split-media img {
    width: 100%;
    height: 620px;
    object-fit: cover
}

.split-copy h2 {
    font: 700 52px/1.0 "Playfair Display", serif;
    margin-bottom: 20px
}

.split-copy p:not(.eyebrow) {
    color: var(--muted);
    max-width: 500px;
    margin-bottom: 25px
}

.offer {
    background: var(--purple);
    color: #fff;
    padding: 72px 0
}

.offer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.offer h2 {
    font: 700 48px/1.02 "Playfair Display", serif
}

.offer p:not(.eyebrow) {
    opacity: .88;
    margin-top: 12px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center
}

.about-image {
    border-radius: 18px;
    overflow: hidden;
    max-height: 620px
}

.about-image img {
    width: 100%;
    height: 620px;
    object-fit: cover
}

.about-copy h2 {
    font: 700 48px/1.05 "Playfair Display", serif;
    margin-bottom: 20px
}

.about-copy p:not(.eyebrow) {
    color: var(--muted);
    margin-bottom: 15px
}

.newsletter {
    padding: 68px 0;
    background: #f5f5f5
}

.newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px
}

.newsletter h2 {
    font: 700 38px/1.05 "Playfair Display", serif
}

.newsletter p:not(.eyebrow) {
    color: var(--muted)
}

.newsletter form {
    display: flex;
    min-width: 430px
}

.newsletter input {
    flex: 1;
    border: 1px solid var(--border);
    padding: 14px 16px;
    border-radius: 8px 0 0 8px;
    outline: 0
}

.newsletter button {
    border: 0;
    background: #111;
    color: #fff;
    font-weight: 800;
    padding: 0 24px;
    border-radius: 0 8px 8px 0
}

footer {
    background: #111;
    color: #fff
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 45px;
    padding: 65px 0
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 14px
}

.footer-grid>div>p,
.footer-grid a:not(.footer-brand) {
    display: block;
    color: #999;
    font-size: 13px;
    margin: 8px 0
}

.footer-grid h3 {
    font-size: 14px;
    margin-bottom: 15px
}

.footer-grid a:hover {
    color: #fff
}

.socials {
    display: flex;
    gap: 8px;
    margin-top: 15px
}

.socials a {
    display: grid !important;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #444;
    border-radius: 50%;
    color: #fff !important
}

.footer-bottom {
    border-top: 1px solid #292929;
    color: #777;
    padding: 18px 0;
    font-size: 11px
}

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 90;
    display: none
}

.overlay.open {
    display: block
}

.cart {
    position: fixed;
    z-index: 100;
    right: -450px;
    top: 0;
    width: min(430px, 100%);
    height: 100vh;
    background: #fff;
    transition: .35s;
    display: flex;
    flex-direction: column
}

.cart.open {
    right: 0
}

.cart-head {
    padding: 22px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between
}

.cart-head button {
    border: 0;
    background: transparent;
    font-size: 20px
}

.cart-items {
    flex: 1;
    overflow: auto;
    padding: 18px
}

.cart-row {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 12px;
    margin-bottom: 18px
}

.cart-thumb {
    width: 72px;
    height: 82px;
    object-fit: cover;
    border-radius: 8px
}

.cart-row h4 {
    font-size: 12px;
    margin-bottom: 4px
}

.cart-row p {
    font-size: 12px;
    font-weight: 700
}

.qty {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 8px
}

.qty button {
    width: 24px;
    height: 24px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 4px
}

.remove {
    border: 0;
    background: transparent;
    color: #c33
}

.cart-empty {
    text-align: center;
    padding: 70px 20px
}

.cart-empty div {
    font-size: 40px
}

.cart-empty p {
    color: var(--muted);
    font-size: 13px
}

.cart-foot {
    border-top: 1px solid var(--border);
    padding: 18px
}

.cart-foot>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px
}

.cart-foot strong {
    font-size: 20px
}

.checkout {
    width: 100%;
    border: 0;
    padding: 14px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 800
}

.checkout:hover {
    background: var(--purple)
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 110;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.modal.open {
    display: flex
}

.modal-card {
    width: min(860px, 100%);
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    max-height: 90vh
}

.modal-card>img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    z-index: 2
}

.modal-content {
    padding: 48px 35px;
    overflow: auto
}

.modal-content h2 {
    font: 700 36px/1.05 "Playfair Display", serif;
    margin: 5px 0 12px
}

.modal-content>strong {
    font-size: 20px
}

.modal-content>p {
    color: var(--muted);
    margin: 18px 0
}

.sizes>b {
    font-size: 13px
}

.sizes>div {
    display: flex;
    gap: 7px;
    margin: 8px 0 24px
}

.sizes button {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 5px
}

.sizes button.selected,
.sizes button:hover {
    background: #111;
    color: #fff
}

.toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 90px);
    background: #111;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 12px;
    opacity: 0;
    transition: .3s;
    z-index: 120
}

.toast.show {
    transform: translate(-50%, 0);
    opacity: 1
}

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

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

    .nav-links {
        gap: 16px
    }

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

    .newsletter-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .newsletter form {
        width: 100%;
        min-width: 0
    }
}

@media(max-width:760px) {
    .nav-links {
        display: none
    }

    .menu-btn {
        display: block
    }

    .hero-media img {
        height: 620px
    }

    .hero-shade {
        background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .23))
    }

    .hero-content h1 {
        font-size: 52px
    }

    .section {
        padding: 68px 0
    }

    .section-head {
        display: block
    }

    .section-head h2 {
        font-size: 38px;
        margin-bottom: 12px
    }

    .banner-grid,
    .split-feature,
    .about-grid {
        grid-template-columns: 1fr
    }

    .banner-card img {
        height: 470px
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 13px
    }

    .quick {
        display: none
    }

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

    .feature-image-wrap img {
        height: 580px
    }

    .feature-shade {
        background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .20))
    }

    .split-media img,
    .about-image img {
        height: 470px
    }

    .offer-inner {
        display: block
    }

    .offer .btn {
        margin-top: 24px
    }

    .modal-card {
        grid-template-columns: 1fr;
        max-height: 88vh
    }

    .modal-card>img {
        min-height: 310px;
        height: 310px
    }

    .modal-content {
        padding: 28px
    }

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

@media(max-width:500px) {
    .container {
        width: 90%
    }

    .hero-media img {
        min-height: 540px;
        height: 540px
    }

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

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

    .product-media {
        aspect-ratio: 1/1.15
    }

    .offer h2 {
        font-size: 38px
    }

    .newsletter h2 {
        font-size: 32px
    }

    .newsletter form {
        display: block
    }

    .newsletter input,
    .newsletter button {
        width: 100%;
        height: 48px;
        border-radius: 7px
    }

    .newsletter button {
        margin-top: 8px
    }

    .visual-card,
    .visual-card img {
        min-height: 330px
    }

    .split-copy h2,
    .about-copy h2 {
        font-size: 39px
    }
}