/* ============ TOKENS (PINK THEME) ============ */
:root {
    --rose: pink;
    --rose-deep: #cf2749;
    --rose-soft: #f1dbe0;
    --rose-pale: #f9eef0;
    --cream: #fcf7f5;
    --cream-card: #f8f0ed;
    --ink: #2c2b23;
    --ink-soft: #5c5a4d;
    --line: #e6dcd7;
    --white: #fffdf8;
    --radius: 14px;
    --radius-lg: 26px;
    --shadow: 0 20px 45px -25px rgba(44, 43, 35, 0.35);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Plus Jakarta Sans', serif;
    font-weight: 500;
    line-height: 1.15;
    margin: 0;
    color: var(--ink);
}

em {
    font-style: italic;
    color: var(--rose-deep);
    font-weight: 500;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER SEARCH */
.navbar-search-results {
    margin-top: 16px;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    min-height: 80px;
    text-align: center;
    font-size: 0.85rem;
    max-height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.navbar-search-results>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px;
    text-decoration: none;
    color: inherit;
}

.navbar-search-results {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 75dvh;
}

.navbar-search-results>a>div>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.navbar-search-results>a>div:first-child {
    width: 120px;
    border-radius: 5px;
    border: 1px solid #ddd;
    flex-shrink: 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.navbar-search-results>a>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.navbar-search-results>a>div:last-child>span {
    font-size: 10px;
}

.navbar-search-results>a>div:last-child>strong {
    font-size: 14px;
}

.navbar-search-results>a>div:last-child>p {
    margin: 0px;
    font-size: 12px;
}



/* ========== EYEBROW & BUTTONS ========== */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--rose-deep);
    font-weight: 600;
    margin-bottom: 14px;
}

.eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rose-deep);
    display: inline-block;
}

.eyebrow.on-dark {
    color: #f3e8e3;
}

.eyebrow.on-dark::before {
    background: var(--rose-soft);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 25px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-rose {
    background: var(--rose-deep);
    color: #fff;
}

.btn-rose:hover {
    background: #a06f79;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(181, 131, 141, 0.4);
}

.btn-outline {
    border: 1.5px solid var(--ink);
    color: var(--ink);
    background: transparent;
}

.btn-outline:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-2px);
}

.btn-outline.on-dark {
    border-color: #f3e8e3;
    color: #f3e8e3;
}

.btn-outline.on-dark:hover {
    background: #f3e8e3;
    color: var(--rose-deep);
}

.btn-cream {
    background: var(--white);
    color: var(--ink);
}

.btn-cream:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-sm {
    padding: 10px 18px;
    font-size: 13px;
}

.section {
    padding: 80px 0;
}

@media(max-width: 768px) {
    .section {
        padding: 56px 0;
    }
}

.section-head {
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-head h2 {
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 500;
    letter-spacing: -0.02em;
}

.section-head h2 em {
    color: var(--rose-deep);
}

.services-band .section-head h2 em {
    color: yellow;
}

/* ========== HERO ========== */
.hero {
    background: linear-gradient(145deg, var(--rose-deep), var(--rose));
    color: #fff;
    padding: 60px 0 0;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.hero h1 {
    font-size: clamp(32px, 5vw, 56px);
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.hero h1 em {
    color: #f9eef0;
}

.hero p {
    max-width: 460px;
    color: #f3e8e3;
    margin: 22px 0 30px;
    font-size: 16px;
}

.hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-visual img {
    border-radius: 200px 200px 20px 20px;
    width: 100%;
    max-width: 360px;
    height: 520px;
    object-fit: cover;
    box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.25);
}

.hero-rating {
    position: absolute;
    top: 34px;
    right: 6%;
    background: #fff;
    color: var(--ink);
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    flex-wrap: wrap;
}

.hero-rating strong {
    display: block;
    font-size: 15px;
}

.stars {
    color: var(--rose-deep);
    letter-spacing: 2px;
}

.hero-bottom-space {
    height: 60px;
}

@media(max-width: 820px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-visual img {
        height: 400px;
        max-width: 300px;
    }

    .hero-rating {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 16px;
        justify-content: center;
    }

    .hero-bottom-space {
        height: 30px;
    }
}

/* ========== ABOUT ========== */
.about {
    text-align: center;
}

.about .section-head {
    max-width: 1200px;
}

.about-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.a-card {
    background: var(--cream-card);
    border-radius: var(--radius-lg);
    padding: 34px 28px;
    text-align: left;
    border: 1px solid transparent;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.a-card:hover {
    border-color: var(--rose-soft);
    box-shadow: var(--shadow);
}

.a-card .ic {
    border-radius: 10px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--rose-deep);
    margin-bottom: 20px;
    border: 1px solid var(--rose-soft);
    overflow: hidden;
}

.a-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.a-card p {
    font-size: 14px;
    color: var(--ink-soft);
    margin: 0;
}

@media(max-width: 820px) {
    .about-cards {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

/* ========== SERVICES ========== */
.services-band {
    background: var(--rose-deep);
    color: #fff;
    text-align: center;
}

.services-band .section-head h2 {
    color: #fff;
}

.services-band .section-head p {
    color: #f3e8e3;
}

.serv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.serv-card {
    background: var(--cream-card);
    color: var(--ink);
    border-radius: var(--radius);
    padding: 28px 22px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s;
    border-bottom: 4px solid transparent;
}

.serv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px -12px rgba(0, 0, 0, 0.15);
}

.serv-card.featured {
    background: var(--rose);
    color: #fff;
    border-bottom-color: var(--rose-deep);
}

.serv-card .ic {
    font-size: 26px;
    margin-bottom: 16px;
    color: var(--rose-deep);
}

.serv-card.featured .ic {
    color: #fff;
}

.serv-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.serv-card p {
    font-size: 13.5px;
    color: var(--ink-soft);
    margin-bottom: 16px;
}

.serv-card.featured p {
    color: #fcf7f5;
}

.serv-price {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
    display: block;
}

.serv-more {
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--rose-deep);
}

.serv-card.featured .serv-more {
    color: #fff;
}

@media(max-width: 900px) {
    .serv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 550px) {
    .serv-grid {
        display: flex;
        gap: 16px;
        max-width: 400px;
        margin: 0 auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        /* Firefox */
    }

    .serv-grid::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Edge */
    }

    .serv-grid>* {
        flex: 0 0 calc(80% - 8px);
        /* 2 items per view */
        scroll-snap-align: start;
    }
}

/* ========== SHOP ========== */
.shop-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 36px;
}

.filter-chip {
    padding: 9px 20px;
    border-radius: 100px;
    border: 1px solid var(--line);
    font-size: 13.5px;
    font-weight: 600;
    background: var(--white);
    transition: 0.2s;
}

.filter-chip.active,
.filter-chip:hover {
    background: var(--rose-deep);
    color: #fff;
    border-color: var(--rose-deep);
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.product {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.product-img {
    position: relative;
    overflow: hidden;
    background: var(--cream-card);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    width: 100%;
    aspect-ratio: 1;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--rose-deep);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 100px;
}

.wish-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--ink);
    transition: 0.2s;
}

.wish-btn.active {
    color: var(--rose-deep);
}

.wish-btn:hover {
    background: var(--rose-soft);
}

.product-body {
    padding: 18px;
}

.product-body .cat {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--rose-deep);
    font-weight: 700;
}

.product-body h3 {
    font-size: 16px;
    margin: 8px 0 6px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.product-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 8px;
}

.price {
    font-weight: 700;
    font-size: 17px;
}

.price>span {
    color: var(--rose-deep);
}

.price .old {
    text-decoration: line-through;
    color: #a8a294;
    font-weight: 500;
    font-size: 13px;
    margin-right: 6px;
}

.add-cart-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--rose-deep);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.2s;
}

.add-cart-btn:hover {
    background: #a06f79;
    transform: scale(1.05);
}

.rating-line {
    font-size: 12px;
    color: var(--rose-deep);
    margin-top: 4px;
}

.rating-line span {
    color: var(--ink-soft);
}

@media(max-width: 980px) {
    .shop-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 550px) {
    .shop-grid {
        display: flex;
        gap: 16px;
        max-width: 400px;
        margin: 0 auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        /* Firefox */
    }

    .shop-grid::-webkit-scrollbar {
        display: none;
    }

    .shop-grid>* {
        scroll-snap-align: start;
        min-height: 200px;
        flex: 0 0 calc(80% - 8px);
    }
}

/* ========== FEATURES ========== */
.feat-strip {
    text-align: center;
}

.feat-strip .section-head h2 {
    font-size: clamp(26px, 3.4vw, 38px);
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feat-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 20px;
    text-align: left;
    transition: 0.3s;
}

.feat-card:hover {
    border-color: var(--rose-soft);
    box-shadow: var(--shadow);
}

.feat-card.mid {
    background: var(--rose);
    color: #fff;
    border-color: var(--rose);
}

.feat-card .num {
    font-size: 12px;
    color: var(--rose-deep);
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    display: block;
}

.feat-card.mid .num {
    color: #fff;
}

.feat-card h4 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.feat-card p {
    font-size: 13.5px;
    color: var(--ink-soft);
    margin: 0;
}

.feat-card.mid p {
    color: #fcf7f5;
}

.stat-strip {
    display: flex;
    justify-content: space-around;
    margin-top: 48px;
    flex-wrap: wrap;
    gap: 24px;
    text-align: center;
    border-top: 1px solid var(--line);
    padding-top: 40px;
}

.stat-strip div strong {
    display: block;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 32px;
    color: var(--rose-deep);
}

.stat-strip div span {
    font-size: 13px;
    color: var(--ink-soft);
}

@media(max-width: 820px) {
    .feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 550px) {
    .feat-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== WHY US ========== */
.whyus {
    background: var(--cream-card);
}

.whyus-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: start;
}

.whyus-grid h2 {
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 18px;
}

.whyus-grid p {
    color: var(--ink-soft);
    margin-bottom: 26px;
    max-width: 420px;
}

.check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.check-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.check-item i {
    color: var(--rose-deep);
    margin-top: 3px;
    font-size: 18px;
}

.check-item h5 {
    font-size: 15.5px;
    font-weight: 600;
    margin-bottom: 4px;
}

.check-item p {
    font-size: 13px;
    color: var(--ink-soft);
    margin: 0;
}

@media(max-width: 820px) {
    .whyus-grid {
        grid-template-columns: 1fr;
    }

    .check-list {
        grid-template-columns: 1fr;
    }
}

/* ========== TRUST ========== */
.trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.trust-img {
    position: relative;
    justify-self: center;
}

.trust-img img {
    width: 340px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
}

.trust-badge {
    position: absolute;
    bottom: 0;
    left: -10px;
    background: var(--rose-deep);
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    border: 5px solid var(--cream);
}

.trust-badge strong {
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 20px;
    display: block;
}

.trust h2 {
    font-size: clamp(28px, 4vw, 38px);
    margin-bottom: 16px;
}

.trust p {
    color: var(--ink-soft);
    margin-bottom: 26px;
    max-width: 440px;
}

.trust-points {
    display: grid;
    gap: 18px;
}

.trust-points .check-item i {
    background: var(--rose-deep);
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

@media(max-width: 820px) {
    .trust {
        grid-template-columns: 1fr;
    }

    .trust-img {
        order: -1;
    }

    .trust-img img {
        width: 280px;
        height: 360px;
    }
}

/* ========== PRICING ========== */
.pricing {
    background: var(--rose-deep);
    color: #fff;
    text-align: center;
}

.pricing .section-head h2 {
    color: #fff;
}

.pricing .section-head p {
    color: #f3e8e3;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.price-card {
    background: var(--cream-card);
    color: var(--ink);
    border-radius: var(--radius-lg);
    padding: 34px 28px;
    text-align: left;
    transition: 0.3s;
    border: 1px solid transparent;
}

.price-card:hover {
    border-color: var(--rose-soft);
    box-shadow: var(--shadow);
}

.price-card.pop {
    background: var(--rose);
    color: #fff;
    transform: translateY(-14px);
    border-color: var(--rose);
}

.price-card h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.price-card .amt {
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 44px;
    margin: 16px 0 4px;
}

.price-card .amt span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    color: var(--ink-soft);
}

.price-card.pop .amt span {
    color: #fcf7f5;
}

.price-card .desc {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 24px;
}

.price-card.pop .desc {
    color: #fcf7f5;
}

.price-card ul {
    margin: 22px 0 26px;
    display: grid;
    gap: 12px;
}

.price-card ul li {
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-card ul li i {
    color: var(--rose-deep);
}

.price-card.pop ul li i {
    color: #fff;
}

.price-card .btn {
    width: 100%;
    justify-content: center;
}

@media(max-width: 820px) {
    .price-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .price-card.pop {
        transform: none;
    }
}

/* ========== BOOKING ========== */
.book-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.book-img {
    position: relative;
    min-height: 100%;
}

.book-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-hours {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(44, 43, 35, 0.75);
    color: #fff;
    padding: 16px 18px;
    border-radius: 12px;
    font-size: 12.5px;
    backdrop-filter: blur(4px);
}

.book-hours strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--rose-soft);
}

.book-form {
    background: var(--white);
    padding: 40px 36px;
}

.book-form h2 {
    font-size: clamp(24px, 3vw, 32px);
    margin-bottom: 8px;
}

.book-form>p {
    color: var(--ink-soft);
    margin-bottom: 26px;
    font-size: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-row.full {
    grid-template-columns: 1fr;
}

.form-row input,
.form-row select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    background: var(--cream);
    transition: 0.2s;
}

.form-row input:focus,
.form-row select:focus {
    outline: 2px solid var(--rose-deep);
    border-color: var(--rose-deep);
}

.book-form .btn {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
}

@media(max-width: 820px) {
    .book-grid {
        grid-template-columns: 1fr;
    }

    .book-img {
        min-height: 240px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .book-form {
        padding: 30px 24px;
    }
}

/* ========== FAQ ========== */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px 24px;
    cursor: pointer;
    transition: 0.2s;
}

.faq-item:hover {
    border-color: var(--rose-soft);
}

.faq-item .q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15.5px;
    gap: 12px;
}

.faq-item .a {
    font-size: 13.5px;
    color: var(--ink-soft);
    margin-top: 12px;
    display: none;
}

.faq-item.open .a {
    display: block;
}

.faq-item .q i {
    transition: transform 0.25s;
    color: var(--rose-deep);
    flex-shrink: 0;
}

.faq-item.open .q i {
    transform: rotate(45deg);
}

.faq-img {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.faq-img img {
    width: 100%;
    object-fit: contain;
}

.faq-tag {
    position: absolute;
    bottom: 22px;
    left: 22px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: var(--shadow);
}

@media(max-width: 820px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-img {
        order: -1;
    }

    .faq-img img {
        height: 280px;
    }
}

/* ========== TEAM ========== */
.team {
    text-align: center;
    background: var(--cream-card);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    text-align: left;
    transition: 0.3s;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.team-card img {
    height: 260px;
    width: 100%;
    object-fit: contain;
}

.team-card .tbody {
    padding: 18px;
}

.team-card h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.team-card span {
    font-size: 13px;
    color: var(--rose-deep);
}

.team-card .socials {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.team-card .socials a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 0.2s;
}

.team-card .socials a:hover {
    background: var(--rose-soft);
    color: var(--rose-deep);
}

@media(max-width: 820px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 550px) {
    .team-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }
}

/* ========== PARTNERS ========== */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.partner-logo {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    text-align: center;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 17px;
    color: var(--ink-soft);
    transition: 0.3s;
}

.partner-logo:hover {
    border-color: var(--rose-soft);
    box-shadow: var(--shadow);
}

@media(max-width: 700px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========== CTA BANNER ========== */
.cta-banner {
    background: var(--rose-deep);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 44px 36px;
    display: grid;
    grid-template-columns: 0.7fr 1fr 0.7fr;
    gap: 30px;
    align-items: center;
    margin: 0 20px;
    max-width: 1200px;
    margin-inline: auto;
}

.cta-banner img {
    border-radius: 150px 150px 20px 20px;
    height: 260px;
    object-fit: cover;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.15);
}

.cta-mid h3 {
    font-size: clamp(20px, 2.6vw, 26px);
    color: #fff;
    margin-bottom: 16px;
}

.cta-contact {
    display: grid;
    gap: 16px;
}

.cta-contact .row {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
}

.cta-contact .row i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media(max-width: 820px) {
    .cta-banner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px;
    }

    .cta-banner img {
        margin: 0 auto;
        max-width: 240px;
    }

    .cta-contact .row {
        justify-content: center;
    }
}

/* ========== TESTIMONIAL ========== */
.testi {
    background: var(--rose-deep);
    color: #fff;
}

.testi-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 40px;
    align-items: center;
}

.testi-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 280px;
}

.testi-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testi h2 {
    color: #fff;
    font-size: clamp(24px, 3.2vw, 34px);
    margin-bottom: 20px;
}

.testi-quote {
    font-size: 16px;
    color: #f3e8e3;
    margin-bottom: 22px;
    max-width: 600px;
}

.testi-person {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.testi-person img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-person strong {
    display: block;
    font-size: 14.5px;
}

.testi-person span {
    font-size: 12.5px;
    color: var(--rose-soft);
}

@media(max-width: 820px) {
    .testi-grid {
        grid-template-columns: 1fr;
    }

    .testi-img {
        height: 200px;
    }
}

/* ========== BLOG ========== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--rose-soft);
}

.blog-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.blog-body {
    padding: 20px;
}

.blog-body .meta {
    font-size: 12px;
    color: var(--rose-deep);
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-body h3 {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

@media(max-width: 820px) {
    .blog-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }
}

/* ========== FOOTER ========== */
footer {
    background: #2c2b23;
    color: #e9e6d8;
    padding-top: 60px;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.foot-top h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 6px;
}

.foot-top p {
    color: #c9cdb6;
    font-size: 13.5px;
}

.newsletter-form {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 100px;
    padding: 6px 6px 6px 20px;
    max-width: 380px;
    width: 100%;
}

.newsletter-form input {
    border: none;
    background: none;
    flex: 1;
    font-size: 14px;
    font-family: inherit;
    color: var(--ink);
    outline: none;
    min-width: 120px;
}

.newsletter-form button {
    background: var(--rose-deep);
    color: #fff;
    padding: 12px 22px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 13.5px;
    transition: 0.2s;
    flex-shrink: 0;
}

.newsletter-form button:hover {
    background: #a06f79;
}

.foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 30px;
    padding: 44px 0;
}

.foot-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.foot-logo span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--rose-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}

.foot-col h5 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 16px;
    font-weight: 600;
}

.foot-col ul {
    display: grid;
    gap: 10px;
    font-size: 13.5px;
    color: #c9cdb6;
}

.foot-col ul a:hover {
    color: var(--rose-soft);
}

.foot-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.foot-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: 0.2s;
}

.foot-social a:hover {
    background: var(--rose-deep);
    color: #fff;
}

.foot-bottom {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12.5px;
    color: #aeb39a;
    flex-wrap: wrap;
    gap: 10px;
}

@media(max-width: 820px) {
    .foot-grid {
        grid-template-columns: 1fr 1fr;
    }

    .foot-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-form {
        max-width: 100%;
    }
}

@media(max-width: 550px) {
    .foot-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== CART DRAWER ========== */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1200;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 380px;
    max-width: 92vw;
    background: var(--white);
    z-index: 1300;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.12);
}

.cart-drawer.show {
    transform: translateX(0);
}

.cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
}

.cart-head h3 {
    font-size: 19px;
}

.cart-close {
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.cart-close:hover {
    background: var(--rose-soft);
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 18px 24px;
    display: grid;
    gap: 16px;
}

.cart-empty {
    text-align: center;
    color: var(--ink-soft);
    padding: 40px 0;
    font-size: 14px;
}

.cart-item {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 12px;
    align-items: center;
}

.cart-item img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.cart-item h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.cart-item .ci-price {
    font-size: 13px;
    color: var(--rose-deep);
    font-weight: 700;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.qty-box button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--cream);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.qty-box button:hover {
    background: var(--rose-soft);
}

.cart-item .rm {
    font-size: 12px;
    color: #a8a294;
    text-align: right;
    cursor: pointer;
}

.cart-item .rm:hover {
    color: var(--rose-deep);
}

.cart-foot {
    padding: 20px 24px;
    border-top: 1px solid var(--line);
}

.cart-foot .sub {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
}

.cart-foot .btn {
    width: 100%;
    justify-content: center;
}

.toast {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--ink);
    color: #fff;
    padding: 14px 24px;
    border-radius: 100px;
    font-size: 13.5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1400;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 90vw;
}

.toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* ========== REVEAL ANIMATIONS ========== */

.reveal,
.reveal-left,
.reveal-right,
.reveal-scale,
.stagger-children>* {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* Bottom */
.reveal {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition:
        opacity .8s cubic-bezier(.25, .46, .45, .94),
        transform .8s cubic-bezier(.25, .46, .45, .94);
}

.reveal.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Left */
.reveal-left {
    opacity: 0;
    transform: translate3d(-24px, 0, 0);
    transition: opacity .8s ease, transform .8s ease;
}

.reveal-left.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Right */
.reveal-right {
    opacity: 0;
    transform: translate3d(24px, 0, 0);
    transition: opacity .8s ease, transform .8s ease;
}

.reveal-right.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Scale */
.reveal-scale {
    opacity: 0;
    transform: scale(.95);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* Stagger */
.stagger-children>* {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity .6s ease, transform .6s ease;
}

.stagger-children.visible>*:nth-child(1) {
    transition-delay: .05s;
}

.stagger-children.visible>*:nth-child(2) {
    transition-delay: .15s;
}

.stagger-children.visible>*:nth-child(3) {
    transition-delay: .25s;
}

.stagger-children.visible>*:nth-child(4) {
    transition-delay: .35s;
}

.stagger-children.visible>*:nth-child(5) {
    transition-delay: .45s;
}

.stagger-children.visible>*:nth-child(6) {
    transition-delay: .55s;
}

.stagger-children.visible>* {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* 
Categories Section
*/
.categories-section {
    padding: 4rem 0;
}

.categories-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
}

.categories-section__title {
    font-family: 'Plus Jakarta Sans', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 400;
    color: var(--obsidian, #0A0A0A);
    margin: 0;
}

.categories-section__title span {
    font-style: italic;
    color: var(--rose, #C9A99A);
}

.categories-section__view-all {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--obsidian, #0A0A0A);
    text-decoration: none;
    border-bottom: 1px solid var(--obsidian, #0A0A0A);
    padding-bottom: 2px;
    font-weight: 500;
    transition: color 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.categories-section__view-all:hover {
    color: var(--rose, #C9A99A);
    border-color: var(--rose, #C9A99A);
}

.categories-section__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
}

.categories-section__card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    aspect-ratio: 9 / 16;
    background: var(--soft-bg, #F2EDE6);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.categories-section__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.categories-section__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.categories-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.categories-section__card:hover .categories-section__image img {
    transform: scale(1.06);
}

.categories-section__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.2rem;
    background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 23%) 70%, #00000000 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.categories-section__name {
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 0.2rem;
    letter-spacing: 0.04em;
}

.categories-section__count {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Responsive ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (max-width: 1024px) {
    .categories-section__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .categories-section {
        padding: 3rem 0;
    }

    .categories-section__header {
        padding: 0 1.5rem;
        margin-bottom: 1.8rem;
    }

    .categories-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
        padding: 0 1.5rem;
    }

    .categories-section__card {
        aspect-ratio: 9 / 16;
    }

    .categories-section__overlay {
        padding: 1.2rem 0.8rem;
    }

    .categories-section__name {
        font-size: 0.95rem;
    }

    .categories-section__count {
        font-size: 0.6rem;
    }
}

@media (max-width: 480px) {
    .categories-section__header {
        padding: 0 1rem;
    }

    .categories-section__grid {
        padding: 0px;
        gap: 0.6rem;
    }

    .categories-section__overlay {
        padding: 0.8rem 0.6rem;
    }

    .categories-section__name {
        font-size: 0.85rem;
    }

    .categories-section__count {
        font-size: 0.55rem;
    }
}