.elementor-215 .elementor-element.elementor-element-d0d979d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-215 .elementor-element.elementor-element-1ada824{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0c4648a *//* ============================================================
           HEADER
        ============================================================ */
        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            transition: background 0.4s, box-shadow 0.4s, backdrop-filter 0.4s;
            padding: 0 1.5rem;
        }
        .site-header.scrolled {
            background: rgba(253, 252, 250, 0.96);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            box-shadow: 0 1px 0 rgba(74,63,53,0.08);
        }
        .header-inner {
            max-width: 1280px;
            margin: 0 auto;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }
        @media (min-width: 640px) {
            .header-inner {
                height: 80px;
            }
        }
        .logo {
            display: flex;
            flex-direction: column;
            line-height: 1;
        }
        .logo-name {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.25rem;
            font-weight: 700;
            color: #4A3F35;
            line-height: 1.1;
        }
        .logo-sub {
            font-size: 0.6rem;
            font-weight: 500;
            color: #8B7355;
            letter-spacing: 0.09em;
            text-transform: uppercase;
            margin-top: 2px;
        }
        .desktop-nav {
            display: none;
            align-items: center;
            gap: 2rem;
        }
        @media (min-width: 768px) {
            .desktop-nav {
                display: flex;
            }
        }
        .desktop-nav a {
            font-size: 0.875rem;
            font-weight: 500;
            color: #8B7355;
            transition: color 0.25s;
            position: relative;
            padding-bottom: 2px;
        }
        .desktop-nav a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1.5px;
            background: #C9A962;
            transition: width 0.3s;
        }
        .desktop-nav a:hover {
            color: #4A3F35;
        }
        .desktop-nav a:hover::after {
            width: 100%;
        }
        .header-actions {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .icon-btn {
            position: relative;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: transparent;
            color: #4A3F35;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.2s;
        }
        .icon-btn:hover {
            background: #F5F1EB;
        }
        .icon-btn svg {
            width: 20px;
            height: 20px;
            stroke: currentColor;
        }
        .cart-badge {
            position: absolute;
            top: 0;
            right: 0;
            background: #C9A962;
            color: #fff;
            font-size: 9px;
            font-weight: 700;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
        }
        .header-cta {
            display: none;
            align-items: center;
            background: #C9A962;
            color: #fff;
            font-size: 0.875rem;
            font-weight: 500;
            padding: 0.5rem 1.25rem;
            border-radius: 9999px;
            border: none;
            transition: background 0.25s, transform 0.2s;
        }
        @media (min-width: 768px) {
            .header-cta {
                display: flex;
            }
        }
        .header-cta:hover {
            background: #B8954F;
            transform: translateY(-1px);
        }
        .hamburger-btn {
            width: 40px;
            height: 40px;
            border: none;
            background: transparent;
            color: #4A3F35;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        @media (min-width: 768px) {
            .hamburger-btn {
                display: none;
            }
        }
        .hamburger-btn svg {
            width: 24px;
            height: 24px;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23a9a50 *//* ============================================================
           HERO SECTION
        ============================================================ */
        .hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #F5F1EB 0%, #FDFCFA 55%, #EDE8E0 100%);
            overflow: hidden;
            padding-top: 64px;
        }
        @media (min-width: 640px) {
            .hero {
                padding-top: 80px;
            }
        }
        .hero-blob {
            position: absolute;
            border-radius: 50%;
            filter: blur(72px);
            pointer-events: none;
        }
        .hero-blob-1 {
            top: 5rem;
            right: 3rem;
            width: 340px;
            height: 340px;
            background: rgba(201,169,98,0.12);
        }
        .hero-blob-2 {
            bottom: 4rem;
            left: 2rem;
            width: 440px;
            height: 440px;
            background: rgba(107,123,92,0.10);
        }
        .hero-inner {
            position: relative;
            z-index: 1;
            width: 100%;
            padding: 5rem 0;
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: center;
        }
        @media (min-width: 1024px) {
            .hero-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        .hero-content {
            text-align: center;
        }
        @media (min-width: 1024px) {
            .hero-content {
                text-align: left;
            }
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(201,169,98,0.13);
            color: #C9A962;
            padding: 0.45rem 1rem;
            border-radius: 9999px;
            font-size: 0.85rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
        }
        .hero-badge svg {
            width: 15px;
            height: 15px;
            flex-shrink: 0;
        }
        .hero-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.6rem;
            font-weight: 700;
            color: #4A3F35;
            line-height: 1.1;
            margin-bottom: 1.5rem;
        }
        @media (min-width: 640px) {
            .hero-title {
                font-size: 3.2rem;
            }
        }
        @media (min-width: 1024px) {
            .hero-title {
                font-size: 3.9rem;
            }
        }
        .hero-title span {
            color: #C9A962;
        }
        .hero-desc {
            color: #8B7355;
            font-size: 1.1rem;
            line-height: 1.75;
            margin-bottom: 2rem;
            max-width: 38rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 1024px) {
            .hero-desc {
                margin-left: 0;
                margin-right: 0;
            }
        }
        .hero-actions {
            display: flex;
            flex-direction: column;
            gap: 0.875rem;
            align-items: center;
        }
        @media (min-width: 540px) {
            .hero-actions {
                flex-direction: row;
                justify-content: center;
            }
        }
        @media (min-width: 1024px) {
            .hero-actions {
                justify-content: flex-start;
            }
        }
        /* Primary Button */
        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #C9A962;
            color: #fff;
            padding: 0 2rem;
            height: 56px;
            border-radius: 9999px;
            font-size: 1.05rem;
            font-weight: 500;
            border: none;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
            white-space: nowrap;
        }
        .btn-primary:hover {
            background: #B8954F;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(201,169,98,0.32);
            color: #fff;
        }
        .btn-primary svg {
            width: 18px;
            height: 18px;
            flex-shrink: 0;
        }
        /* Outline Button */
        .btn-outline {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: transparent;
            color: #8B7355;
            padding: 0 2rem;
            height: 56px;
            border-radius: 9999px;
            font-size: 1.05rem;
            font-weight: 500;
            border: 2px solid #8B7355;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
        }
        .btn-outline:hover {
            background: #8B7355;
            color: #fff;
            transform: translateY(-2px);
        }
        /* Gold Outline Button */
        .btn-outline-gold {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: transparent;
            color: #C9A962;
            padding: 0.6rem 1.4rem;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 500;
            border: 1.5px solid #C9A962;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
        }
        .btn-outline-gold:hover {
            background: #C9A962;
            color: #fff;
            transform: translateY(-1px);
        }
        .btn-outline-gold svg {
            width: 15px;
            height: 15px;
        }
        .hero-visual {
            display: none;
            justify-content: center;
        }
        @media (min-width: 1024px) {
            .hero-visual {
                display: flex;
            }
        }
        .hero-img-wrapper {
            position: relative;
            width: 100%;
            max-width: 460px;
            aspect-ratio: 1 / 1;
        }
        .hero-img-glow {
            position: absolute;
            inset: 1rem;
            background: linear-gradient(135deg, rgba(201,169,98,0.22), rgba(139,115,85,0.18));
            border-radius: 50%;
        }
        .hero-img-wrapper img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 1.5rem;
            box-shadow: 0 30px 60px -12px rgba(74,63,53,0.25);
        }
        .hero-tag {
            position: absolute;
            bottom: -14px;
            right: -14px;
            z-index: 2;
            background: #fff;
            padding: 0.875rem 1.125rem;
            border-radius: 1rem;
            box-shadow: 0 12px 28px rgba(0,0,0,0.12);
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.1rem;
            color: #C9A962;
            font-weight: 600;
            white-space: nowrap;
        }/* End custom CSS */