﻿:root {
    --bg-cream: #fffdf6;
    --text-black: #000000;
    --text-gray: #404040;
    --green-dark: #324327;
    --green-btn-border: rgba(62, 127, 67, 0.2);
    --green-panel-light: rgba(155, 181, 152, 0.08);
    --pill-bg: rgba(240, 238, 224, 0.2);
    --glow-blue: rgba(233, 250, 255, 0.59);
    --font-plex: 'IBM Plex Sans', sans-serif;
    --font-fraunces: 'Fraunces', serif;
    --font-italiana: 'Italiana', serif;
    --font-kurale: 'Kurale', serif;
    --max-width: 1440px;
}

.max-section {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1400px;
}

body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    background: #FFFDF6;
}

.uncut-diamonds-container img {
    width: 100%;
}

a {
    text-decoration: none;
}

.for-mobile {
    display: none;
}

.heading {
    font-family: "Fraunces", serif;
    font-weight: 300;
    font-size: 54px;
    margin: 0;
    line-height: 57px;
    text-align: center;
    letter-spacing: -1.04462px;
    color: #000000;
}

.subheading {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.main-btn {
    background: rgba(62, 127, 67, 0.2);
    color: #404040;
    border-radius: 81.0236px;
    font-family: "Kurale", serif;
    box-shadow: rgba(61, 69, 57, 0.13) 0px 2px 8px inset;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 13px 13px 35px;
    gap: 15px;
}

section {
    overflow-x: hidden !important;
}

/* .main-btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42.54px;
    height: 42.54px;
    background: rgba(240, 238, 224, 0.2);
    border-radius: 42.5374px;
} */

.main-btn img {
    height: 10.50px
}



/* section section  */

.hero-section {
    backdrop-filter: blur(3px);
    position: relative;
    background: rgba(150, 163, 126, 0.2);
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 100px 0 40px 0;
    height: 530px;
    border-radius: 38px;
    overflow: hidden;
    z-index: 1;
}

.hero-sun-ray {
    position: absolute;
    width: 100%;
    height: auto;
    left: -13%;
    top: 5%;
    transform: rotate(22deg);
    mix-blend-mode: multiply
}

.hero-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 50px;
}

.hero-text h2 {
    font-family: "Fraunces", serif;
    font-size: 54px;
    font-weight: 300;
}

.hero-text p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    max-width: 450px;
    line-height: 25px;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-image {
    position: relative;
    width: 80% !important;
    left: 10%;
    height: auto;
}

.hero-loose-flowers {
    position: absolute;
    top: 16%;
    right: 3%;
    bottom: 6%;
    width: 81% !important;
    height: auto;
    pointer-events: none;
    z-index: 2;
}

.hero-shell {
    position: relative;
    overflow: visible;
}

.hero__flower {
    /* position: absolute;
    width: 63%;
    top: -14%;
    right: -27%;
    z-index: 3;
    pointer-events: none;
    transform: rotate(-18deg) scaleX(-1);
    transform-origin: center; */
    position: absolute;
    width: 43%;
    right: -15%;

    pointer-events: none;
    mix-blend-mode: multiply;
    transform: scaleX(-1);
    z-index: 2;
}

.hero_petal_flower {
    width: 130%;
    top: 5%;
    left: -5%;
    transform: rotate(-24deg);
}

.jewellery-section {
    position: relative;
    overflow: hidden;
    contain: paint;
}

.jewellery-shell {
    position: relative;
    overflow: visible;
}

.jewellery__flower {
    position: absolute;
    width: 20%;
    top: -17%;
    left: 0px;
    z-index: 3;
    pointer-events: none;
    transform: rotate(5deg);
    transform-origin: center;
}

.category-shell {
    position: relative;
    overflow: visible;
}

.category__flower {
    /* position: absolute;
    width: 44%;
    top: -25%;
    left: -5.5%;
    z-index: 3;
    pointer-events: none;
    transform: rotate(10deg);
    transform-origin: center; */
    position: absolute;
    width: 40%;
    top: -12%;
    left: -13%;
    mix-blend-mode: multiply;
    z-index: 2;
}

.hero__flower,
.jewellery__flower,
.category__flower,
.nature__flower,
.collection-tabs__flower,
.reels__flower,
.footer-banner__flower,
.appointment__flower {
    /* opacity: 0.65; */
}

.jewellery-skip {
    position: absolute;
    top: -20px;
    right: 24px;
    left: auto;
    bottom: auto;
    z-index: 40;
    transform: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 10px 18px;
    border: 1px solid rgba(61, 52, 36, 0.18);
    border-radius: 999px;
    background: transparent;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #3d3424;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.jewellery-skip:hover {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(61, 52, 36, 0.32);
}

.jewellery-skip:active {
    transform: scale(0.97);
}

.jewellery-skip svg {
    display: block;
    flex-shrink: 0;
}

.bottom-bg {
    background: linear-gradient(180deg, rgba(255, 238, 178, 0.22) 0%, rgba(255, 238, 178, 0.42) 98.56%);
    margin-top: 150px;
}

@media (max-width: 767px) {
    .category__flower {
        width: 290px;
        margin-left: -50px;
        top: -20%;
    }

    .hero__flower {
        width: 230px;
        margin-right: -20px
    }

    .hero_petal_flower {
        width: 100%;
        top: 146%;
        left: 62%;
        transform: rotate(-14deg);
    }

    .hero-shell {
        overflow: hidden;
    }

    .lit-flow {
        position: absolute;
        width: 200px !important;
        bottom: 0;
        right: 0
    }

    .hotspot--diamond {
        left: 54%;
    }

    .collection-tabs__prod-nav {
        display: inline-flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(42, 49, 38, 0.1) 0%, rgba(42, 49, 38, 0.04) 16%, rgba(255, 255, 255, 0) 44%), radial-gradient(circle at 35% 35%, rgba(250, 248, 239, 0.96) 0%, rgba(234, 239, 223, 0.92) 62%, rgba(214, 223, 201, 0.95) 100%);
        color: #1a1a1a;
        box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.95), inset -1px -1px 0 rgba(177, 190, 165, 0.85), 0 2px 6px rgba(88, 97, 73, 0.12);
        cursor: pointer;
        transition: opacity 0.2s ease, background 0.2s ease;
    }

    .jewellery-skip {
        top: 16px;
        right: 16px;
        padding: 9px 16px;
        font-size: 12px;
    }

    .jewellery__flower {
        width: 35%;
        top: -11%;
    }
}

.collection-tabs-section .heading {
    margin-top: 100px;
}

.jewel-control {
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font: inherit;
    cursor: pointer;
}

.hero-content .hero-image {
    padding-right: 90px;
    padding-left: 0px;
}

.lit-flow {}

.leaf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--grid-size) * 250 / 645);
    height: calc(var(--grid-size) * 250 / 645);
    background: linear-gradient(134.14deg, rgba(222, 255, 161, 0.2) 10.57%, rgba(98, 114, 69, 0.2) 94.99%);
    box-shadow: 0px 3.21844px 3.21844px rgba(0, 0, 0, 0.25);
    border-radius: 0 calc(var(--grid-size) * 80 / 645);
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.leafinner {
    height: calc(var(--grid-size) * 235 / 645);
    width: calc(var(--grid-size) * 150 / 645);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.top .leaf {
    transform: rotate(45deg);
}

.top .leafinner {
    transform: rotate(-45deg);
}

.left .leaf {
    transform: rotate(-45deg);
}

.left .leafinner {
    transform: rotate(45deg);
}

.right .leaf {
    transform: rotate(135deg);
}

.right .leafinner {
    transform: rotate(-135deg);
}

.bottom .leaf {
    transform: rotate(-135deg);
}

.bottom .leafinner {
    transform: rotate(135deg);
}

.wrapper {
    position: relative;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 100px 0;
}

.section-heading {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.section-heading img {
    width: 330px;
}

.section-heading__eyebrow,
.section-heading__title {
    margin: 0;
    font-family: "Italiana", Georgia, serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #3d3424;
}

.section-heading__eyebrow {
    font-size: clamp(28px, 3vw, 44px);
    line-height: 0.95;
}

.section-heading__title {
    margin-top: clamp(2px, 0.7vh, 6px);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 0.95;
}

.jewellery-info {
    position: absolute;
    inset: 0;
    z-index: 30;
    pointer-events: none;
}

.info-set {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
    padding: 0 clamp(16px, 4vw, 56px);
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
}

.info-cluster {
    display: flex;
    flex-direction: column;

    width: min(240px, 28vw);
    align-items: stretch;
    pointer-events: none;
}

.info-cluster--left {
    align-items: stretch;
    gap: 170px;
}

.info-cluster--right {
    align-items: stretch;
}

.info-box {
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
}

.info-box--left {
    align-self: center;
}

.info-box--right {
    align-self: center;
    text-align: left;
    background: linear-gradient(180deg, #ffffff 0%, #C4D6DD 100%);
    width: 395px;
    padding: 30px 24px;
    border-radius: 25px;
    /* Frame 2147224510 */
}

.info-box--right .btn--primary {
    width: 240px;

    background: rgba(62, 127, 67, 0.2);
    padding: 16px 18px 16px 24px;
    border-radius: 81.02px;
    justify-content: space-between;
}

.info-field {
    background: linear-gradient(180deg, #F8F2E8 0%, #C4D6DD 100%);
    padding: 14px 23px;
    border: 1px solid rgba(107, 21, 40, 0.12);
    border-radius: 25px;
    margin-top: clamp(14px, 2vh, 20px);
}

.info-label {
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9A7022;
    margin-bottom: 6px;
}

.info-value {
    margin: 0;
    font-family: "Kurale", serif;
    font-size: 18px;
    line-height: 1.35;
    color: #1a1a1a;
}

.info-name {
    margin: 0 0 clamp(10px, 1.5vh, 14px);
    font-family: "Fraunces", serif;
    max-width: 300px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #43471F;
}

.info-desc {
    margin: 0 0 clamp(14px, 2vh, 20px);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3;
    color: #000000;
}

.info-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a1a1a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 2px;
    transition: color 0.25s ease, border-color 0.25s ease;
}



.info-nav {
    width: 46px;
    cursor: pointer;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(42, 49, 38, 0.1) 0%, rgba(42, 49, 38, 0.04) 16%, rgba(255, 255, 255, 0) 44%), radial-gradient(circle at 35% 35%, rgba(250, 248, 239, 0.96) 0%, rgba(234, 239, 223, 0.92) 62%, rgba(214, 223, 201, 0.95) 100%);
    border: none;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.95), inset -1px -1px 0 rgba(177, 190, 165, 0.85), 0 2px 6px rgba(88, 97, 73, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease, background 0.25s ease, border-color 0.25s ease;
    align-self: center;
}

.info-set.is-active .info-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.info-set.is-nav-hidden .info-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
}



.info-set.is-active .info-box {
    pointer-events: auto;
}

.grid {
    --grid-size: min(645px, 88vmin);
    position: relative;
    width: var(--grid-size);
    height: var(--grid-size);
    transform-origin: center center;
    margin-top: 150px;
}

.jewellery {
    position: absolute;
    z-index: 20;
    height: calc(var(--grid-size) * 235 / 645);
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

/* .is-highlighted
{
    top:-10%;
} */
.card {
    position: absolute;
    width: fit-content;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
}

@media (hover: hover) {
    .grid .card {
        cursor: pointer;
    }
}

@media (hover: none) {
    .grid .card {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
}

/* diamond layout */
.top {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.right {
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.bottom {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.left {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width: 767px) {
    .hero-mobile-img {
        border-radius: 10px !important;
    }

    .hero-mobile {

        padding: 10px 10px 0px 10px;
    }

    .jewellery-info .btn__icon {
        width: 24px !important;
        height: 24px !important;
    }

    .jewellery-info .btn__icon svg {
        width: 12px !important;
    }

    .appointment__bg {
        padding: 0 !important;
        margin-top: 20px !important;
    }

    .promise__banner {
        margin: 0 0 50px 0 !important;
    }

    .catalogue__title {
        font-size: 28px !important;
        max-width: 250px !important;
    }

    .footer-banner__media {
        border-radius: 9px !important;
    }

    .jewellery-section {
        min-height: 650px;
    }

    .wrapper {
        min-height: 700px;
        height: auto;
        padding-top: 96px;
        padding-bottom: 20px;
        align-items: flex-start;
    }

    .info-box--right .btn--primary {
        padding: 7px 7px 7px 20px;
        width: fit-content;
        gap: 15px;
    }

    .section-heading img {
        width: 170px;
    }

    .section-heading__eyebrow {
        font-size: 14px;
        line-height: 1.2;
    }

    .section-heading {
        margin: 80px 0 40px 0
    }

    .section-heading__title {
        font-size: 24px;
        line-height: 1.1;
    }

    .grid {
        --grid-size: clamp(250px, 62vw, 340px);
        margin-top: -76px;
    }

    .card {
        opacity: 0.8;
        transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
    }

    .card .leaf {
        transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
    }

    .card .jewellery {
        transition: filter 0.35s ease;
    }

    .card.is-highlighted {
        opacity: 1;
        z-index: 24;
        filter: saturate(1.08);
    }

    .jewellery-section.is-ios-webkit .card.is-highlighted {
        filter: none;
    }

    .card.is-highlighted .leaf {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    }

    .card.top.is-highlighted {
        transform: translate(-50%, 0);
    }

    .card.left.is-highlighted {
        transform: translate(0, -50%);
    }

    .card.right.is-highlighted {
        transform: translate(0, -50%);
    }

    .card.bottom.is-highlighted {
        transform: translate(-50%, 0);
    }

    .jewellery-section.is-neutral-layout .card {
        opacity: 1;
        filter: none;
        z-index: auto;
    }

    .jewellery-section.is-neutral-layout .card .leaf,
    .jewellery-section.is-neutral-layout .card .jewellery {
        filter: none;
    }

    .jewellery-section.is-neutral-layout .card .leaf {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .jewellery-section.is-neutral-layout .card.top,
    .jewellery-section.is-neutral-layout .card.bottom {
        transform: translate(-50%, 0);
    }

    .jewellery-section.is-neutral-layout .card.left,
    .jewellery-section.is-neutral-layout .card.right {
        transform: translate(0, -50%);
    }

    .info-set {
        /* top: clamp(190px, 54%, 315px); */
        top: 58%;
        left: 12px;
        right: 12px;
        bottom: auto;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 22px 14px 15px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transform: none;
    }

    .info-cluster {
        width: 100%;
        max-width: none;
        position: static;
        gap: 0;
    }

    .info-cluster--left,
    .info-cluster--right {
        align-items: stretch;
        width: 100%;
    }

    .info-cluster--left {
        order: 1;
    }

    .info-cluster--right {
        order: 2;
    }



    .info-box--left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
        width: 100%;
        padding: 0;
        align-self: auto;

    }

    .btn {
        font-size: 17px !important;
    }

    .btn__icon {
        width: 19px !important;
        height: 19px !important;
    }

    .btn--appointment span {
        font-size: 8px !important;
    }

    .info-box--left .info-field {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 0;
        padding: 10px 5px;
        border-radius: 10px;
    }

    .info-box--left .info-field+.info-field {
        margin-top: 0;
        text-align: center;
    }

    .info-box--right {
        border-radius: 15px;
        width: 100%;
        padding: 0 12px 15px 12px;
        min-height: 0;
    }

    .info-label {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .info-value {
        font-size: 13px;
        line-height: 1.25;
    }

    .info-name {
        margin-bottom: 8px;
        font-size: clamp(18px, 5vw, 26px);
        line-height: 1.05;
    }

    .info-desc {
        margin-bottom: 10px;
        padding: 5px 0px;
        font-size: 13px;
        line-height: 1.4;
        max-width: none;
    }

    .info-link {
        align-self: flex-start;
        font-size: 12px;
    }

    .info-nav {
        position: absolute;
        top: -22px;
        bottom: auto;
        z-index: 2;
        width: 40px;
        height: 40px;
        transform: none;
    }

    .info-nav--prev {
        left: 22px;
    }

    .info-nav--next {
        right: 22px;
    }

    .info-set.is-active .info-nav {
        display: inline-flex;
    }
}

@media (max-width: 479px) {
    .jewellery-section {
        min-height: 620px;
    }

    .wrapper {

        padding-top: 88px;
        padding-bottom: 16px;
    }

    .section-heading {}

    .section-heading__eyebrow {
        font-size: 16px;
        line-height: 1.2;
    }

    .section-heading__title {
        font-size: 27px;
        line-height: 1.1;
    }

    .grid {
        --grid-size: clamp(230px, 68vw, 300px);
        margin-top: 15px;
        /* margin-top: 8px; */
    }

    .card.is-highlighted {
        filter: saturate(1.12);
    }

    .jewellery-section.is-ios-webkit .card.is-highlighted {
        filter: none;
    }

    .card.top.is-highlighted {
        transform: translate(-50%, 0);
    }

    .card.left.is-highlighted {
        transform: translate(0, -50%);
    }

    .card.right.is-highlighted {
        transform: translate(0, -50%);
    }

    .card.bottom.is-highlighted {
        transform: translate(-50%, 0);
    }

    .jewellery-section.is-neutral-layout .card.is-highlighted {
        filter: none;
    }









    .info-name {
        font-size: clamp(18px, 6vw, 22px);
        margin-top: 10px;
    }

    .info-desc {
        font-size: 13px;
        padding: 5px 0px;
    }

    .info-nav {
        width: 36px;
        height: 36px;
        top: -18px;
    }

    .info-nav--prev {
        left: 18px;
    }

    .info-nav--next {
        right: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .wrapper {
        height: auto;
        min-height: 820px;
        padding-top: 120px;
        padding-bottom: 24px;
    }

    .grid {
        --grid-size: min(645px, 72vmin);
        margin-top: 20px;
    }

    .info-cluster {
        width: min(200px, 24vw);
    }

    .info-box {
        width: 100%;
        padding: 16px;
    }
}

/* ── Category Slider ── */

.category-section {
    overflow: hidden;
    padding: 100px 0;

}

.category-inner {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
    max-width: 1350px;
    margin: 0 auto;
}

.cat-nav {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.55);
    background: transparent;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}



.cat-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.category-viewport {
    flex: 1;
    overflow: hidden;
    padding: 30px 0 60px 0;
    min-width: 0;
}

.category-track {
    display: flex;
    gap: 20px;
    will-change: transform;
}

.category-slide {
    position: relative;
    flex-shrink: 0;
    height: 560px;


    cursor: pointer;
}

.slide-card {
    position: absolute;
    inset: 0;
    height: 100%;
}

/* Default card */
.slide-card--default {
    z-index: 1;
    background: rgba(150, 163, 126, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px;
    border-radius: 23px;

    /* Rectangle 34631501 */


}

.slide-frame {
    position: relative;
    height: 100%;

    overflow: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.slide-img {
    flex: 1;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.slide-name {
    position: absolute;
    /* bottom: 36px; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Italiana", sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    background: #00000047;
    width: 100%;
    text-align: center;
}

.slide-card--expanded {
    z-index: 2;
    display: flex;
    background: rgba(248, 253, 227, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    position: relative;
}

.slide-close {
    display: none;
}

.expanded-left {
    flex: 0 0 53%;
    z-index: 2;
    overflow: hidden;
}

.expanded-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.expanded-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 23px 23px 23px;
    min-width: 0;
}

.expanded-title {
    font-family: "Italiana", sans-serif;
    font-style: normal;
    margin: 20px 0;
    font-weight: 400;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.779547px;
    color: #3D3424;
    text-shadow: 2.73657px 3.64875px 3.64875px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    flex: 1;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    padding: 10px 10px 7px 10px;
    background: rgba(248, 253, 227, 0.2);
    border-radius: 14px;
    box-shadow: 0px 5.75725px 7.67633px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.product-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.product-card img {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
}

.product-card span {
    font-family: "Fraunces", Georgia, serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: clamp(12px, 2vh, 18px);
    box-shadow: rgba(61, 69, 57, 0.13) 0px 2px 8px inset;
    padding: 12px 28px;
    border-radius: 999px;
    background: #3E7F4333;
    font-family: "Kurale", serif;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: #2a3a28;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.category-explore {
    display: flex;
    justify-content: center;
}

.explore-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.explore-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(42, 58, 40, 0.35);
    font-size: 14px;
}

/* Inactive strip */
.slide-card--inactive {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: rgba(248, 253, 227, 0.2);
    visibility: hidden;
    overflow-y: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.inactive-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-bottom: 20px;
    font-family: "Italiana", sans-serif;
    font-size: 48px;
    color: #96A37E;
    letter-spacing: 0.06em;
    white-space: nowrap;
    flex: 1;
    display: flex;
    align-items: center;
}

.inactive-thumb {
    width: 100%;
    height: auto;
    object-fit: cover;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.category-section.has-active .category-slide.is-inactive {
    border-radius: 12px;
}



/* nature section */
.nature-shell {
    position: relative;
    overflow: visible;
}

.nature__flower {
    position: absolute;
    width: 20%;
    top: -62%;
    right: 0px;
    z-index: 3;
    pointer-events: none;
    transform-origin: center;
}

.nature {
    padding: 40px 100px 40px 100px;
    display: flex;
    background: linear-gradient(270deg, rgba(72, 124, 113, 0.15) 0%, rgba(155, 181, 152, 0.15) 100%);
    border-radius: 25.2135px;
    overflow: hidden;
    gap: 24px;
    align-items: center;
}

.nature .nature-content {
    display: flex;
    max-width: 500px;
    flex-direction: column;
    justify-content: center;
}

.nature .nature-content h3 {
    font-family: "Fraunces", serif;
    color: #3D3424;
    display: flex;
    font-weight: 400;
    font-size: 54px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    gap: 20px;
}

.nature .nature-content h4 {
    color: #3D3424;
    font-family: "Fraunces", serif;
    font-weight: 400;
    font-size: 33px;
    margin: 0;
}

.nature .nature-content p {
    color: #3D3424;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    padding: 40px 0;
    margin: 0;
    line-height: 25px;
    font-style: italic;
    max-width: 490px;
}

.nature-fe {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 35px;
}

.nature-fe__nav {
    display: none;
}

.nature-fe__viewport {
    flex: 1;
    min-width: 0;
}

.nature-fe__track {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.nature-fe__slide {
    border: 1px solid #D0C5AF;
    padding: 31.4639px;
    color: #3D3424;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    background: rgba(212, 232, 209, 0.2);
    border-radius: 35.0584px;
}

.nature-fe__slide span {
    font-size: 23px;
}

.nature .image,
.nature-hotspots {
    position: relative;
    left: 40px;
    flex: 0 0 auto;
    width: 55%;
    margin: 0;
    overflow: visible;
}

.nature-image {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 6%;
    box-shadow: 1px 1px 10px white;
}

.nature .image,
.nature-hotspots {
    position: relative;
    flex: 0 0 auto;
    width: 55%;
    margin: 0;
    overflow: visible;
}

.nature-image {
    display: block;
    width: 100%;
    height: auto;
}

.hotspot {
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.hotspot__callout {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.hotspot__img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 10px rgba(61, 52, 36, 0.12);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center;
}

.hotspot__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: start;
    color: #90A36B;
}

.hotspot:hover .hotspot__img,
.hotspot:focus-visible .hotspot__img {
    transform: scale(1.18);
}

.hotspot:focus-visible {
    outline: none;
}

.hotspot:focus-visible .hotspot__img {
    box-shadow: 0 0 0 3px rgba(176, 155, 120, 0.35);
}

/* Align callouts to existing line ends in nature.webp */
.hotspot--diamond {
    left: 45%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.hotspot--diamond .hotspot__callout {
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.hotspot--gold {
    right: 9%;
    top: 13%;
    transform: translate(-50%, -50%);
}

.hotspot--bud {
    right: 35%;
    top: 87%;
    transform: translate(-50%, -50%);
}

.hotspot--bud .hotspot__callout {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

@media (max-width: 1023px) {
    .expanded-left {
        flex: 0 0 42%;
    }

    .nature .nature-content {
        max-width: 100%;
    }

    .nature-fe {
        min-width: 100%;
    }

    .product-card img {
        height: clamp(40px, 6vw, 60px);
    }

    .max-section {
        padding: 0 20px;
    }

    .hero-section {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .hero-text {
        padding: 28px 24px 32px;
        align-items: flex-start;
    }

    .hero-text h2 {
        font-size: clamp(28px, 5vw, 40px);
    }

    .hero-text p {
        font-size: 15px;
        max-width: none;
    }

    .nature {
        flex-direction: column;
        padding: 36px 28px;
        gap: 24px;
    }

    .nature .nature-content h3 {
        font-size: clamp(28px, 5vw, 40px);
    }

    .nature .nature-content h4 {
        font-size: clamp(20px, 3.5vw, 28px);
    }

    .nature-fe {
        flex-direction: column;
        gap: 14px;
    }
}

@media (min-width: 767px) {
    .collection-tabs__products .swiper-slide {
        max-width: 285px;
    }

    .swiper-slide {
        height: auto !important;
        margin-left: 3px;
    }

    .swiper {
        margin: 0 !important;
    }

    .swiper-wrapper {

        overflow-y: auto;
        overflow-x: hidden;
    }

    .swiper-wrapper::-webkit-scrollbar {
        width: 11px !important;


        border-radius: 36px;

    }

    .swiper-wrapper::-webkit-scrollbar-track {
        background: rgba(62, 127, 67, 0.2);
        border-radius: 999px;
    }


    .swiper-wrapper::-webkit-scrollbar-thumb {
        background: rgba(62, 127, 67, 0.2);
        border-radius: 999px;


    }
}

@media (max-width: 767px) {
    .explore-btn div {
        display: none;
    }

    .hotspot--gold {
        right: 1%;
        top: 18%
    }

    .hotspot--bud {
        right: -7%
    }

    .for-desk {
        display: none;
    }

    .for-mobile {
        display: block;
        width: 100%;
    }

    .max-section {
        padding: 0 13px;
    }

    .heading {
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 0;
    }

    .subheading {
        font-size: 14px;
        line-height: 1.35;
        max-width: 272px;
        margin: 6px auto 0;
    }

    .main-btn {
        font-size: 10px;
        padding: 6px 8px 6px 14px;
        gap: 8px;
        border-radius: 999px;
    }

    .main-btn .btn__icon,
    .main-btn>div {
        width: 18px;
        height: 18px;
    }

    .main-btn img {
        height: 6px;
    }

    /* Inspired by Jasmine — mweb overlay card */
    .hero-section {
        position: relative;
        display: block;
        height: fit-content;
        border-radius: 18px;
        margin: 40px 0 30px 0;
        overflow: visible;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
        background: rgba(150, 163, 126, 0.2);
    }

    .hero-sun-ray {
        position: absolute;
        width: 130%;
        height: auto;
        left: -16%;
        top: -2%;
        transform: rotate(22deg);
        mix-blend-mode: multiply
    }

    .hero-content {
        position: absolute;
        left: -6px;
        top: 0;
        width: 260px;
        height: auto;
        z-index: 1;
        pointer-events: none;
    }

    .hero-image {
        width: 100% !important;
        height: 100%;
        padding: 0 0 0 0 !important;
        object-fit: contain;
        object-position: left center;
    }

    .hero-loose-flowers {
        top: 147%;
        right: -30%;
        bottom: 12%;
        width: 47% !important;
    }

    .hero-text {
        position: relative;
        z-index: 2;
        padding: 220px 14px 25px 32%;
        align-items: flex-start;
        gap: 6px;
    }

    .hero-text h2 {
        font-size: 24px;
        line-height: 1.2;
        margin: 0 0 5px 0;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 1.35;
        margin: 0;
        max-width: 90%;
    }

    .hero-text .main-btn {
        margin-top: 4px;
        font-size: 16px;
        padding: 7px 20px;
        min-height: 22px;
    }

    .hero-text .main-btn .btn__icon,
    .hero-text .main-btn>div {
        display: none;
    }

    /* Category — mobile coverflow */
    .category-section {
        padding: 70px 0 70px;
    }



    .category-inner {
        gap: 8px;
        padding: 0 10px;
        position: relative;
    }

    .cat-nav {
        display: flex;
        width: 36px;
        height: 36px;
        border: none;
        z-index: 8;
        background: linear-gradient(135deg, rgba(42, 49, 38, 0.1) 0%, rgba(42, 49, 38, 0.04) 16%, rgba(255, 255, 255, 0) 44%), radial-gradient(circle at 35% 35%, rgba(250, 248, 239, 0.96) 0%, rgba(234, 239, 223, 0.92) 62%, rgba(214, 223, 201, 0.95) 100%);
        color: #1a1a1a;
        box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.95), inset -1px -1px 0 rgba(177, 190, 165, 0.85), 0 2px 6px rgba(88, 97, 73, 0.12);
        flex-shrink: 0;
    }

    .cat-nav svg {
        width: 16px;
        height: 16px;
    }

    .category-section.is-coverflow .category-viewport {

        padding: 28px 0 36px;
        height: 420px;
    }

    .category-section.is-coverflow .category-track {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        gap: 0;

    }

    .category-section.is-coverflow .category-slide {
        position: absolute;
        top: 50%;
        left: 50%;
        width: min(150px, 42vw);
        height: 205px;
        margin: 0;
        will-change: transform;
        cursor: pointer;
    }

    .category-section.is-coverflow .category-slide.is-cover-active {

        z-index: 5;
    }

    .category-section.is-coverflow .category-slide.is-cover-prev,
    .category-section.is-coverflow .category-slide.is-cover-next {
        z-index: 3;
        pointer-events: auto;
    }

    .category-section.is-coverflow .slide-card--default {
        padding: 8px;
        border-radius: 14px;
        box-shadow: 0px 1.30717px 1.30717px rgba(0, 0, 0, 0.25);
        background: rgba(150, 163, 126, 0.1);

    }

    .category-section.is-coverflow .category-slide.is-cover-active .slide-card--default {
        box-shadow: 0px 1.30717px 1.30717px rgba(0, 0, 0, 0.25);
    }

    .is-cover-next .slide-card--default,
    .is-cover-prev .slide-card--default {
        transform: translateY(10px);
        opacity: .5 !important;
    }

    .category-section.is-coverflow .slide-frame {
        border-radius: 12px;
    }

    .category-section.is-coverflow .slide-img {
        border-radius: 12px;
    }

    .category-section.is-coverflow .slide-name {
        bottom: 0;
        font-size: 24px;
    }

    .category-section.is-coverflow .slide-card--expanded,
    .category-section.is-coverflow .slide-card--inactive {
        display: none !important;
    }

    .category-section.is-coverflow.has-active .category-viewport {
        height: min(68vh, 480px);
        padding-bottom: 24px;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .slide-card--expanded {
        display: flex !important;
        flex-direction: column;
        visibility: visible;
        border-radius: 10px;
        overflow: hidden;
        background: rgba(248, 253, 227, 0.95);
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
    }

    .slide-close {
        display: inline-flex;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 6;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        padding: 0;
        border: none;

        background: transparent;
        color: #1a1a1a;
        cursor: pointer;
    }

    .slide-close svg {
        display: block;
        width: 11px;
        pointer-events: none;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .expanded-left {
        flex: 0 0 25%;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .expanded-right {
        padding: 6px 12px 14px;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .expanded-title {
        font-size: 22px;
        margin: 3px 0 3px 0;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .product-grid {
        gap: 10px;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .product-card {
        padding: 8px 8px 7px 8px;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .product-card img {
        height: 82px;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .product-card span {
        font-size: 12px;
    }

    .category-section.is-coverflow.has-active .category-slide.is-active .explore-btn {
        font-size: 11px;
        padding: 8px 14px;
        margin-top: 10px;
    }

    .category-viewport {
        padding: 12px 0 20px;
        overflow: visible !important;
    }

    .category-track {
        gap: 10px;
    }

    .category-slide {
        height: 182px;
    }

    .slide-card--default {
        backdrop-filter: blur(3px);
        padding: 10px;
        border-radius: 14px;
    }

    .slide-frame {
        border-radius: 12px;
    }

    .slide-img {
        border-radius: 12px;
    }

    .slide-name {
        bottom: 14px;
        font-size: 14px;
    }

    .slide-card--expanded {
        flex-direction: column;
    }

    .expanded-left {
        flex: 0 0 48%;
    }    

    .image-click-link{
        pointer-events: none;
        cursor: default;
    }

    .expanded-right {
        padding: 8px 10px 12px;
    }

    .expanded-title {
        font-size: 18px;
        margin: 8px 0;
    }

    .product-grid {
        gap: 8px;
    }

    .product-card {
        padding: 6px;
        border-radius: 10px;
    }

    .product-card img {
        height: 56px;
    }

    .product-card span {
        font-size: 11px;
    }

    .explore-btn {
        font-size: 10px;
        padding: 8px 12px;
        margin-top: 8px;
    }

    .category-explore {
        display: flex;
        justify-content: center;
        margin-top: 4px;
    }

    .category-explore .main-btn {
        font-size: 16px;
        padding: 7px 20px;
    }

    .category-explore .main-btn .btn__icon,
    .category-explore .main-btn>div {
        display: none;
    }

    /* Nature — stacked mweb order */
    .nature-section {
        margin-top: 8px;
    }

    .nature__flower {
        width: 30%;
        top: -21%;
    }

    .nature {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        padding: 22px 16px 28px;
        box-shadow:
            0px 4px 4px rgba(0, 0, 0, 0.25),
            inset 0px 2px 8px rgba(61, 69, 57, 0.13);
        gap: 0;


        border-radius: 19px;
    }

    .nature .nature-content {
        display: contents;
    }

    .nature .nature-content h3 {
        order: 1;
        font-size: 26px;
        line-height: 1.1;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .nature .nature-content h4 {
        order: 2;
        font-size: 19px;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        margin-top: 4px;
    }

    .nature .image {
        order: 3;
        width: 100%;
        margin: 18px auto 16px;
        max-width: 300px;
        overflow: visible;

    }

    .nature .image,
    .nature-hotspots {
        left: 0px;
        top: 0px;
    }

    .hotspot__img {
        width: 34px !important;
        height: 34px;
    }

    .hotspot__label {
        font-size: 13px;
    }

    .hotspot--bud .hotspot__label {
        max-width: 90px;
        white-space: normal;
        line-height: 1.2;
    }

    .nature .nature-content p {
        order: 5;
        font-size: 14px;
        line-height: 1.4;
        padding: 14px 8px 0;
        max-width: none;
        text-align: center;
    }

    .nature-fe {
        order: 4;
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        align-items: center;
        gap: 8px;
        width: 100%;
        min-width: 0;
    }

    .nature-fe__nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: 1.5px solid rgba(61, 52, 36, 0.35);
        border-radius: 50%;
        background: rgba(212, 232, 209, 0.35);
        color: #3D3424;
        padding: 0;
        cursor: pointer;
        transition: opacity 0.2s ease;
        flex-shrink: 0;
    }

    .nature-fe__nav[disabled] {
        opacity: 0.35;
        cursor: default;
    }

    .nature-fe__viewport {
        overflow: hidden;
        padding-bottom: 5px;
        width: 100%;
    }

    .nature-fe__track {
        flex-direction: row;
        gap: 0;
        transition: transform 0.38s ease;
        will-change: transform;
    }

    .nature-fe__slide {
        flex: 0 0 100%;
        padding: 12px 14px;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 14px;
    }

    .nature-fe__slide span {
        font-size: 12px;
    }
}

@media (max-width: 639px) {
    .cat-nav {
        width: 32px;
        height: 32px;
    }



    .category-section.is-coverflow .category-slide {
        width: 250px;
        height: 350px;
    }

    .category-section.is-coverflow.has-active .category-viewport {
        height: min(68vh, 480px);
    }
}

/* ── Collection Tabs Section ── */

.collection-tabs-section {}

.collection-tabs-shell {
    position: relative;
    overflow: visible;
}

.collection-tabs__flower {
    position: absolute;
    width: 15%;
    top: -40%;
    right: 0px;
    z-index: 3;
}

.collection-tabs {
    background: rgba(155, 181, 152, 0.25);
    border-radius: 25px;
    margin: 50px 0;
    display: flex;
    width: 100%;
    gap: clamp(20px, 3vw, 26px);
    padding: 25px 18px 25px 25px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    align-items: stretch;
}

.collection-tabs__main {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: clamp(30px, 2.5vh, 24px);
    min-width: 0;
}

.collection-tabs__hero {
    position: relative;
    flex: 1;
    min-height: 360px;
    border-radius: 24px;
    overflow: hidden;
    background: #e8e4dc;
}

.collection-tabs__hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.collection-tabs__hero-img.is-active {
    opacity: 1;
    visibility: visible;
}

.collection-tabs__thumbs {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.collection-tabs__thumb {
    width: 165px;
    height: 157px;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    border: none;

    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.collection-tabs__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.collection-tabs__thumb.is-active {
    border: 4px solid #FFDEB1;

    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

    border-radius: 20px;
}

.collection-tabs__thumb:hover:not(.is-active) {
    border-color: rgba(62, 127, 67, 0.25);
}

.collection-tabs__sidebar {
    position: relative;
    max-width: 320px;
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 630px;
    overflow: hidden;
}

.collection-tabs__prod-nav {
    display: none;
}

.collection-tabs__products {
    display: block;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    padding-left: 3px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;

}

@media (min-width: 768px) {

    .collection-tabs__products .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
        transform: none !important;
    }
}



.collection-tabs__products:not(.is-active) {
    display: none !important;
}

.tab-product-card {
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff;
}

.tab-product-card__image {
    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px 14px 0 0;
    min-height: 200px;
}

.tab-product-card__image img {
    width: auto;
    max-width: 100%;
    max-height: auto;
    object-fit: contain;
}

.tab-product-card__info {
    display: flex;
    border-radius: 0px 0px 14px 14px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 22px 12px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: rgba(150, 163, 126, 0.2);
}

.tab-product-card__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tab-product-card__name {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #4E693D;
}

.tab-product-card__price {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #4E693D;
}

.tab-product-card__add {
    width: 18px !important;
    display: block;
}


@media (max-width: 1023px) {
    .collection-tabs {
        flex-direction: column;
        min-height: auto;
    }

    .collection-tabs__sidebar {
        max-width: none;
        height: auto;
        margin: 0;
    }

    .collection-tabs__hero {
        min-height: 280px;
    }

    .collection-tabs__products {
        max-height: 380px;
    }
}

@media (max-width: 767px) {
    .swiper {
        padding: 10px 0 20px 0 !important;
    }

    .collection-tabs-section {
        padding: 8px 10px 10px 10px;
    }

    .collection-tabs-section .heading {
        font-size: 24px;
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .collection-tabs-section .subheading {
        font-size: 14px;
        max-width: 270px;
        margin-top: 4px;
    }

    .collection-tabs {
        flex-direction: column;
        margin: 18px 0 0;
        padding: 14px 12px 0 12px;
        border-radius: 8px;
        gap: 14px;
        box-shadow: none;
    }

    .collection-tabs__main {
        gap: 12px;
    }

    /* Figma mweb: thumbs above hero */
    .collection-tabs__thumbs {
        order: -1;
        gap: 10px;
    }

    .collection-tabs__thumb {
        width: 79px;
        height: 75px;
        border-radius: 7px !important;
    }

    .collection-tabs__thumb.is-active {
        border-width: 2px;
        border-radius: 10px;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
    }

    .collection-tabs__hero {
        min-height: 200px;
        height: 194px;
        border-radius: 6px;
    }

    .collection-tabs__sidebar {
        max-width: none;
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        height: auto;
        overflow: visible;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0;
        padding: 0;
        position: relative;
    }

    .collection-tabs__prod-nav {
        display: none;
    }

    /* Figma mweb: horizontal product row */
    /* ── Mobile carousel: full-width, Swiper ── */
    .collection-tabs__products {
        width: 100%;
        padding: 8px 0;
        box-sizing: border-box;
    }

    /* Fixed-width cards so neighbors peek from both sides */
    .tab-product-card {
        width: 200px !important;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.13);
        /* Default: faded & slightly scaled down */
        opacity: 0.45;
        transform: scale(0.93);
        transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    }

    /* Active (centre) card: full opacity & scale */
    .tab-product-card.swiper-slide-active {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 6px 24px rgba(78, 105, 61, 0.22);
    }

    .collection-tabs__prod-nav {
        display: inline-flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .collection-tabs__prod-nav--prev {
        left: 10px;
    }

    .collection-tabs__prod-nav--next {
        right: 10px;
    }

    .tab-product-card__image {
        min-height: 130px;
        padding: 10px;
        border-radius: 14px 14px 0 0;
    }

    /* .tab-product-card__image img {
        max-height: 100px;
    } */

    .tab-product-card__info {
        padding: 6px 12px;
        border-radius: 0 0 14px 14px;
        box-shadow: none;
    }

    .tab-product-card__name,
    .tab-product-card__price {
        font-size: 14px;
        line-height: 1.25;
    }

    .tab-product-card__add {
        width: 11px !important;
    }
}

.petals {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 657px;
    height: 400px;
    pointer-events: none;
    z-index: 3;
}

.petal {
    position: absolute;
    background: url('../assets/images/petal-1-2a988c.png') center/contain no-repeat;
    opacity: 0.85;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-kurale);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.28;
    color: var(--text-gray);
    cursor: pointer;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn--primary {
    background: rgba(62, 127, 67, 0.2);
    border: none;
    box-shadow: rgba(61, 69, 57, 0.13) 0px 2px 8px inset;
    border-radius: 81px;
    padding: 24px 35px 24px 24px;
}



.btn--ghost {
    background: rgba(62, 127, 67, 0.2);
    border: 1px solid rgba(62, 127, 67, 0.12);
    border-radius: 81.02px;
    padding: 13px 12px 13px 23px;
    min-width: 268.39px;
    min-height: 74.95px;
    justify-content: space-between;
    box-shadow: inset 0 2px 8px rgba(61, 69, 57, 0.13);
}

.btn--appointment {
    background: rgba(62, 127, 67, 0.2);
    border: 1px solid rgba(62, 127, 67, 0.12);
    border-radius: 65px;
    padding: 10px 11px 10px 26px;
    font-size: 16px;
    box-shadow: 0 4px 8px 6px rgba(54, 71, 45, 0.11), inset 0 2px 8px rgba(61, 69, 57, 0.13);
    min-width: 240px;
    justify-content: space-between;
}

.btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: relative;
    background:
        linear-gradient(135deg, rgba(42, 49, 38, 0.1) 0%, rgba(42, 49, 38, 0.04) 16%, rgba(255, 255, 255, 0) 44%),
        radial-gradient(circle at 35% 35%, rgba(250, 248, 239, 0.96) 0%, rgba(234, 239, 223, 0.92) 62%, rgba(214, 223, 201, 0.95) 100%);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, 0.95),
        inset -1px -1px 0 rgba(177, 190, 165, 0.85),
        0 2px 6px rgba(88, 97, 73, 0.12);
}

.btn__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-left: 1px solid rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(186, 197, 173, 0.72);
    border-bottom: 1px solid rgba(171, 183, 159, 0.82);
    pointer-events: none;
}

.btn__icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 41%, transparent 69%, rgba(255, 255, 255, 0.98) 72%, rgba(255, 255, 255, 0.98) 74%, transparent 77%),
        radial-gradient(circle at 75% 72%, transparent 45%, rgba(145, 168, 135, 0.52) 72%, rgba(145, 168, 135, 0.52) 74%, transparent 77%);
    pointer-events: none;
}

.btn--appointment .btn__icon {
    width: 41px;
    height: 41px;
}

.jkj {
    margin-bottom: 0;
}

.promise__banner {
    margin: 0 0 90px 0;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 28px 48px 27px 48px;
}

.promise__banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(72, 124, 113, 0.22) 0%, rgba(155, 181, 152, 0.22) 100%);
    pointer-events: none;
}

.promise__banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(255, 250, 240, 0.58) 0%, rgba(255, 252, 245, 0.44) 42%, rgba(232, 242, 224, 0.4) 100%);
    pointer-events: none;
}

.promise__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(0.5);
}

.promise__mobile {
    display: none;
}

.promise__title {
    position: relative;
    z-index: 3;
    margin: 0 0 28px;
    font-family: var(--font-fraunces);
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.0039em;
    text-align: center;
    color: #1a1a1a;
}

.promise__title em {
    font-weight: 300;
}

.promise__features {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    justify-items: center;
    gap: 12px 18px;
    width: 100%;
}

.promise__feature {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.promise__feature img {
    height: 62px;
    width: 62px;
    object-fit: contain;
    flex-shrink: 0;
}

.promise__feature p {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-size: 15.50px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.promise__feature span {
    display: block;
    margin-top: 4px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: #000;
    text-align: center;
    white-space: nowrap;
}



.promise__disclaimer {
    position: relative;
    z-index: 3;
    text-align: right;
    font-weight: 300;
    font-style: italic;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.0126em;
    margin-top: 16px;
    padding-right: 20px;
}

.warm-glow-band {
    position: relative;
    isolation: isolate;
}

.warm-glow-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(90% 46% at 50% 100%, rgba(248, 229, 154, 0.34) 0%, rgba(248, 229, 154, 0.18) 36%, rgba(248, 229, 154, 0) 74%),
        linear-gradient(180deg, rgba(255, 248, 219, 0.08) 0%, rgba(255, 244, 198, 0.14) 42%, rgba(255, 239, 176, 0.26) 100%);
    pointer-events: none;
    z-index: -1;
}

.catalogue {
    position: relative;
    padding: 80px 54px 120px;
    overflow: hidden;
}

.catalogue__glow {
    position: absolute;
    left: 157px;
    top: 44px;
    width: 634px;
    height: 636px;
    background: rgba(233, 250, 255, 0.59);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.catalogue__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 60px;
}

.catalogue__content {
    max-width: 640px;
}

.catalogue__cover img {
    max-width: 737px;
    width: 100%;
    border-radius: 12px;
}

.catalogue__title {
    font-family: var(--font-fraunces);
    font-weight: 300;
    font-style: normal;
    max-width: 503px;
    font-size: 54px;
    line-height: 55.8px;
    letter-spacing: 0;
    color: var(--green-dark);
    margin-bottom: 22px;
}

.catalogue__title em {
    font-style: normal;
}

.catalogue__text {
    font-family: var(--font-plex);
    font-weight: 300;
    font-size: 18px;
    line-height: 24.98px;
    letter-spacing: 0;
    color: var(--green-dark);
    margin-bottom: 28px;
    max-width: 640px;
    white-space: nowrap;
}

.catalogue .btn--primary.btn--wide {
    min-width: 298px;
    min-height: 75px;
    padding: 16px 18px 16px 24px;
    border-radius: 81.02px;
    justify-content: space-between;
}

.catalogue .btn--primary.btn--wide .btn__icon {
    width: 44px;
    height: 44px;
}

.catalogue .btn--primary.btn--wide .btn__icon svg {
    width: 16px;
    height: 16px;
}

.reels-shell {
    position: relative;
    overflow: visible;
}

.reels__flower {
    position: absolute;
    width: 20%;
    top: -41%;
    left: -1%;
    z-index: 3;
    pointer-events: none;
    transform: rotate(-2deg);
    transform-origin: center;
}

.footer-banner-shell,
.appointment-shell {
    position: relative;
    overflow: visible;
}

.footer-banner__flower {
    position: absolute;
    width: 20%;
    top: -110%;
    right: 0px;
    z-index: 2;
    pointer-events: none;
    transform-origin: center;
}

.appointment__flower {
    position: absolute;
    width: 20%;
    top: -15%;
    left: -1%;
    z-index: 2;
}

.decorative-flower__image,
.decorative-flower__video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1;
}

.decorative-flower__video {
    display: none;
}

.decorative-flower--video-test .decorative-flower__video {
    display: block;
    background: transparent;
}

.decorative-flower--video-test .decorative-flower__image {
    display: none;
}

.decorative-flower__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.reels {
    position: relative;
    padding: 80px 42px 120px;
    overflow: visible;
}

.reels__glow {
    position: absolute;
    left: 0;
    top: 0;
    width: 634px;
    height: 636px;
    background: var(--glow-blue);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.reels__panel {
    position: relative;
    z-index: 2;
    background: var(--green-panel-light);
    border-radius: 25px;
    padding: 50px 170px 50px 238px;
    display: flex;
    align-items: center;
    gap: 135px;
    min-height: 691px;
}

.reels__video-wrap {
    flex-shrink: 0;
}

.reels__content {
    position: relative;
}

.reels__petals {
    position: absolute;
    top: -150px;
    right: -185px;
    width: 390px;
    max-width: none;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.reels__content>*:not(.reels__petals) {
    position: relative;
    z-index: 1;
}

.reels__video-card {
    position: relative;
    width: 337px;
    border: 1px solid #e2b579;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 80px -15px rgba(28, 28, 25, 0.15), 0 0 0 1px rgba(111, 82, 18, 0.1);
}

.reels__video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
    aspect-ratio: 337.66 / 601.83;
}

.reels__badge {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    background: var(--green-btn-border);
    padding: 4px 12px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1714em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.reels__title {
    font-family: var(--font-fraunces);
    font-weight: 300;
    font-size: 54px;
    line-height: 72px;
    margin: 13px 0 13px 0;

}

.reels__text {
    font-weight: 300;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 20px;
    letter-spacing: 0.013em;
    margin: 12px 0 15px 0;
}

.reels__cta {
    align-self: flex-start;
}

.reels__cta--mobile {
    display: none;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}



.inline-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    cursor: pointer;
}

.inline-video.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.footer-banner {
    margin-bottom: 40px;
}

.footer-banner__media {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.footer-banner img {
    width: 100%;
    border-radius: 18px;
}

.inline-video--banner {
    border-radius: 18px;
}

.play-btn--banner {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.play-btn--banner:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.appointment {
    position: relative;
    overflow: visible;
}



.appointment__bg {
    padding: 0 70px;
    padding-top: 75px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    container-type: inline-size;
}

.appointment__bg>img {
    display: block;
    margin: 0 auto;
    width: 963px;
    height: 721px;
    object-fit: contain;
}

.appointment__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.appointment__sheet {
    inset: 0;
    position: absolute;
}

.appointment__content {
    position: absolute;
    top: 22%;
    left: 54%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: min(46%, 490px);
    transform: translateX(-50%) rotate(13.65deg);
    transform-origin: center;
    pointer-events: auto;
}

.appointment__logo {
    width: 108px !important;
    margin-bottom: 8px;
    transform: rotate(-12.35deg);
}

.appointment__tagline {
    font-family: var(--font-fraunces);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
    background: linear-gradient(168deg, #710b15 0%, #b41323 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2px;
    margin-top: 2px
}

.appointment__desc {
    font-family: var(--font-fraunces);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.54;
    letter-spacing: -0.002em;
    max-width: 481px;
    margin-bottom: 22px;
    color: #232323;
}




@media (max-width: 1600px) {
    /* .appointment__flower {
    left: -7%;
  } */
}

@media (max-width: 1400px) {

    /* .appointment__flower {
    left: -4%;
    width: 287px;
  } */
    .collection-tabs__flower {
        top: -7%
    }
}

@media (max-width: 1200px) {
    .catalogue__inner {
        flex-direction: column;
        text-align: center;
    }

    .catalogue__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .promise__features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 16px;
    }

    .promise__feature p,
    .promise__feature span {
        white-space: normal;
    }

    .reels__panel {
        flex-direction: column;
        padding: 40px;
    }
}

@media (max-width: 768px) {

    .collection-tabs__flower {
        width: 20%;
    }

    .bottom-bg {
        margin-top: 60px;
    }

    .catalogue .btn--primary.btn--wide {
        padding: 16px 24px 16px 24px !important;
    }

    .catalogue {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    .catalogue__title,
    .reels__title {
        font-size: 36px;
        line-height: 1.2;
    }

    .catalogue__text {
        white-space: normal;
        font-size: 12px;
        line-height: 1.3;
        max-width: 250px;
    }

    .reels__flower {
        top: -17%;
    }

    .reels {
        padding-top: 36px;
        padding-bottom: 56px;
    }

    .reels__glow {
        width: 360px;
        height: 360px;
        left: 50%;
        top: 60px;
        transform: translateX(-50%);
        filter: blur(80px);
    }

    .reels__panel {
        display: flex;
        flex-direction: column;
        gap: 18px;
        min-height: auto;
        padding: 22px 12px 26px;
        background: rgba(150, 163, 126, 0.2);

        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

        border-radius: 19px;
    }

    .reels__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        order: 1;
    }

    .reels__petals {
        top: -92px;
        right: -112px;
        width: 245px;
    }

    .reels__video-wrap {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .reels__cta {
        display: none;
    }

    .reels__cta--mobile {
        display: inline-flex;
        order: 3;
        align-self: center;
        margin-top: 8px;
    }

    .reels__badge {
        margin-bottom: 8px;
        padding: 3px 10px;
        font-size: 8px;
        fotn-weight: 500;
        line-height: 1.2;
        letter-spacing: 1.2px;
    }

    .reels__title {
        font-size: 20px;
        line-height: 1.05;
        margin: 0px;
    }

    .reels__text {
        font-size: 10px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .reels__video-card {
        width: min(100%, 278px);
        border-radius: 20px;
        border-color: rgba(226, 181, 121, 0.45);
        box-shadow: 0 16px 32px -20px rgba(28, 28, 25, 0.3), 0 0 0 1px rgba(111, 82, 18, 0.08);
    }

    .reels__video-card img {
        aspect-ratio: 278 / 388;
        object-fit: cover;
    }

    .reels .play-btn {
        display: flex;
        width: 24px;
        height: 24px;
        border-width: 0.75px;
        background: rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(6px);
        z-index: 2;
    }

    .reels .play-btn svg {
        width: 7px;
        height: 8px;
    }

    .btn--ghost {
        min-width: 122px;
        min-height: 24px;
        padding: 3px 4px 3px 14px;
        border-radius: 999px;
        font-size: 6px;
        box-shadow: inset 0 1px 4px rgba(61, 69, 57, 0.12);
    }

    .btn--ghost .btn__icon {
        width: 18px;
        height: 18px;
    }

    .btn--ghost .btn__icon svg {
        width: 7px;
        height: 7px;
    }

    .footer-banner__flower {
        width: 27%;
    }

    /* .appointment__flower {
    width: 148px;
    left: -8px;
    top: -18px;
  } */

    .appointment__bg>img {
        width: 102%;
        height: 286px;
    }

    .appointment__overlay {
        pointer-events: none;
    }

    .appointment__sheet {
        inset: 0;
    }

    .appointment__content {
        top: 22.2%;
        left: 53.8%;
        width: 100%;
        max-width: 190px;
    }

    .appointment__logo {
        width: clamp(34px, 9vw, 38px) !important;
        margin-bottom: 4px;
    }

    .appointment__tagline {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .appointment__desc {
        font-size: 7px !important;
        line-height: 1.25;
        letter-spacing: -0.02em;
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .btn--appointment {
        gap: 5px !important;
        min-width: fit-content !important;
        min-height: 24px;
        width: fit-content !important;
        padding: 3px 3px 3px 7px;
        border-radius: 999px;
        font-size: clamp(6px, 1.6vw, 7px);
        line-height: 1.2;
        box-shadow: 0 1.38px 2.76px 2.07px rgba(54, 71, 45, 0.11), inset 0 0.69px 2.76px rgba(61, 69, 57, 0.13);
    }

    .btn--appointment .btn__icon {
        width: 17px;
        height: 17px;
    }

    .btn--appointment .btn__icon svg {
        width: 7px;
        height: 7px;
    }

    .promise__banner {
        height: fit-content;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .promise {
        padding: 0 !important;

    }

    .catalogue .btn--primary.btn--wide {
        padding: 16px 24px 16px 24px !important;
    }

    .catalogue {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    .catalogue__title {
        font-size: 36px;
        line-height: 1.2;
    }

    .catalogue__text {
        white-space: normal;
        font-size: 14px;
        line-height: 1.5;
        max-width: 250px;
    }

    .reels {
        padding-top: 36px;
        padding-bottom: 56px;
    }

    .reels__glow {
        width: 360px;
        height: 360px;
        left: 50%;
        top: 60px;
        transform: translateX(-50%);
        filter: blur(80px);
    }

    .reels__panel {
        display: flex;
        flex-direction: column;
        gap: 18px;
        min-height: auto;
        padding: 22px 12px 26px;
        background: rgba(150, 163, 126, 0.2);

        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

        border-radius: 19px;
    }

    .reels__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        order: 1;
    }

    .reels__petals {
        top: -100px;
        right: -105px;
        width: 245px;
    }

    .reels__video-wrap {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .reels__cta {
        display: none;
    }

    .reels__cta--mobile {
        display: inline-flex;
        order: 3;
        align-self: center;
        margin-top: 8px;
    }

    .reels__badge {
        margin-bottom: 8px;
        padding: 3px 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 1.2px;
    }

    .reels__title {
        font-size: 27px;
        line-height: 1.05;
        margin: 0px;
    }

    .reels__text {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .reels__video-card {
        width: min(100%, 278px);
        border-radius: 20px;
        border-color: rgba(226, 181, 121, 0.45);
        box-shadow: 0 16px 32px -20px rgba(28, 28, 25, 0.3), 0 0 0 1px rgba(111, 82, 18, 0.08);
    }

    .reels__video-card img {
        aspect-ratio: 278 / 388;
        object-fit: cover;
    }

    .reels .play-btn {
        display: flex;
        width: 24px;
        height: 24px;
        border-width: 0.75px;
        background: rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(6px);
        z-index: 2;
    }

    .reels .play-btn svg {
        width: 7px;
        height: 8px;
    }

    .btn--ghost {
        min-width: auto !important;
        min-height: auto !important;
        width: fit-content !important;
        padding: 7px 20px;
        border-radius: 999px;
        font-size: 6px;
        box-shadow: inset 0 1px 4px rgba(61, 69, 57, 0.12);
    }

    .btn--ghost .btn__icon {

        display: none;
    }

    .btn--ghost .btn__icon svg {
        width: 7px;
        height: 7px;
    }

    .appointment {
        padding-bottom: 0px;
    }

    .appointment__flower {
        width: 148px;
        left: -8px;
        top: -18px;
    }

    .appointment__bg>img {
        height: 100%;
    }

    .appointment__overlay {
        pointer-events: none;
    }

    .appointment__sheet {
        inset: 0;
    }

    .appointment__content {
        top: 22.2%;
        left: 53.8%;
        width: 100%;
        max-width: 190px;
    }

    .appointment__logo {
        width: clamp(34px, 9vw, 38px) !important;
        margin-bottom: 4px;
    }

    .appointment__tagline {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .appointment__desc {
        font-size: 7px !important;
        line-height: 1.25;
        letter-spacing: -0.02em;
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .btn--appointment {
        gap: 5px !important;
        min-width: fit-content !important;
        min-height: 24px;
        width: fit-content !important;
        padding: 3px 3px 3px 7px;
        border-radius: 999px;
        font-size: clamp(6px, 1.6vw, 7px);
        line-height: 1.2;
        box-shadow: 0 1.38px 2.76px 2.07px rgba(54, 71, 45, 0.11), inset 0 0.69px 2.76px rgba(61, 69, 57, 0.13);
    }

    .btn--appointment .btn__icon {
        width: 17px;
        height: 17px;
    }

    .btn--appointment .btn__icon svg {
        width: 7px;
        height: 7px;
    }

    .promise__banner {
        height: fit-content;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .promise__mobile-viewport .policy {
        font-size: 11px;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        margin: 0 0 5px 0;
        width: 100%;
        font-family: "IBM Plex Sans", sans-serif;
    }

    .promise__banner::before,
    .promise__banner::after {
        display: none;
    }

    .promise__bg {
        display: none;
    }

    .promise__mobile {
        position: relative;
        z-index: 3;
        display: flex;

        align-items: center;
        width: 100%;
        height: fit-content;
        background: rgba(62, 127, 67, 0.1);
        overflow: hidden;
        padding: 10px 10px 10px 10px;
        column-gap: 8px;
    }

    .promise__mobile-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: center;
        padding: 10px 10px;
        background: rgba(62, 127, 67, 0.2);
        font-family: var(--font-italiana);
        font-size: 22px;
        line-height: 20px;
        font-weight: 300;
        letter-spacing: 0.5px;
        color: #000;
    }

    .promise__mobile-viewport {
        overflow: hidden;
        min-width: 0;
        width: 100%;
    }

    .promise__mobile-track {
        display: flex;
        align-items: center;
        gap: 10px;
        transition: transform 0.38s ease;
        will-change: transform;
    }

    .promise__mobile-item {
        display: grid;
        grid-template-columns: 30px 1fr;
        align-items: center;
        gap: 12px;
        min-width: 0;
        flex: 0 0 calc((100% - 10px) / 2);
    }

    .promise__mobile-item img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

    .promise__mobile-item p {
        font-family: var(--font-plex);
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.07px;
        color: #000000c7;
    }

    .promise__mobile-item:nth-child(odd) p {
        max-width: 100%;
    }

    .promise__mobile-item:nth-child(even) p {
        max-width: 100%;
    }

    .promise__nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border: none;
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
        padding: 0;
        color: #404040;
        transition: opacity 0.2s ease;
    }

    .promise__nav[disabled] {
        opacity: 0.45;
        cursor: default;
    }

    .promise__nav svg {
        width: 18px;
        height: 18px;
    }

    .promise__title,
    .promise__features,
    .promise__disclaimer {
        display: none;
    }
}

@media (max-width: 500px) {


    .nature-image {
        /* margin-top:35px; */
    }

    .hotspot--diamond {
        left: 50%;
        top: 32%;
    }

    .hotspot--gold {
        right: -3%;
        top: 11%;
    }

    .hotspot--bud {
        right: 22%;
        top: 86%;
    }

    .catalogue {
        padding-top: 18px;
        padding-bottom: 42px;
        padding-left: 0;
        padding-right: 0;
    }

    .catalogue__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        min-height: auto;
        padding: 0 0 0;
    }

    .catalogue__cover {
        order: 3;
        position: relative;
        left: auto;
        top: auto;
        width: 350px;
        margin: 18px 0 10px 0;
        z-index: 1;
    }

    .catalogue__cover img {
        max-width: none;
        width: 100%;
        transform: rotate(15.6deg);
        transform-origin: center;
    }

    .catalogue__content {
        display: contents;
    }

    .catalogue__title {
        order: 1;

        font-family: var(--font-italiana);
        font-weight: 400;


        margin-bottom: 4px;
        text-align: center;
    }

    .catalogue__text {
        order: 2;
        text-align: center;
        margin-bottom: 0;
    }

    .catalogue .btn--primary.btn--wide {
        order: 4;
        min-width: 114px;
        min-height: 30px;
        padding: 0 21px;
        border-radius: 51.69px;
        font-size: 8px;
        line-height: 1;
        justify-content: center;
        margin-top: 0;
    }

    .catalogue .btn--primary.btn--wide .btn__icon {
        display: none;
    }

    .reels {
        padding-left: 12px;
        padding-right: 12px;
    }

    .reels__panel {
        padding: 25px 10px 22px;
        gap: 14px;
        border-radius: 18px;
    }


    .reels__video-card {
        width: 286px;
        height: 489px;
        border-radius: 18px;
    }

    .reels__video-card img {
        aspect-ratio: 272 / 500;
    }







    .play-btn--banner,
    .reels .play-btn {
        width: 24px;
        height: 24px;
    }

    .play-btn--banner svg,
    .reels .play-btn svg {
        width: 7px;
        height: 8px;
    }

    .appointment__content {
        top: 15.2%;
        left: 54.8%;


    }

    .appointment__flower {
        width: 21%;
        left: 0%;
        top: -52px;
    }

    .appointment__logo {
        margin-bottom: 0px;
    }


    .btn--appointment {
        width: 82px;
        height: 20px;
    }

    .btn--appointment>span {
        font-size: 5px
    }
}