body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(180deg, #ffe3aa 0%, #bfffeb 100%);
    background-attachment: fixed;
    color: #000000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   SEAMLESS NAV & HERO SYSTEM (Integrated Background Canvas)
   ========================================================================== */
.seamless-hero-wrapper {
    position: relative;
    background-color: #F8F4EC; 
    width: 100%;
    overflow: hidden;
}

/* Navbar Layer Modifications */
.navbar {
    background-color: transparent !important; /* Seamless transparent merge */
    padding: 15px 0 !important;
    position: relative;
    z-index: 20;
}

.dynamic-nav-links .nav-link {
    font-family: 'Cinzel', serif !important;
    color: #000000 !important;
    font-weight: 700;
    font-size: 0.95rem;
    margin-left: 25px;
    
    transition: color 0.2s ease;
}

.dynamic-nav-links .nav-link:hover,
.dynamic-nav-links .nav-link.active {
    color: #BD8366 !important; /* Elegant terracotta shade tint */
}

.logo-img {
    object-fit: contain;
    max-height: 85px;
    width: auto;
}

/* Hero Content Area Layout */
.hero-section-new {
    position: relative;
    height: auto; 
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 10;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.hero-text-content {
    max-width: 500px; 
    text-align: left;
    margin: 0;
    z-index: 15;
}

.hero-heading {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    color: #9C6644; /* Premium structural rust clay color */        
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-subheading {
    font-size: 1.1rem;
    color: #5D4037;
    margin-bottom: 35px;
    font-weight: 400;
}

/* Premium Action CTA Button */
.btn-shop-now {
    display: inline-flex;
    align-items: center;
    padding: 14px 35px;
    background: linear-gradient(135deg, #1A3A6C 0%, #BD8366 100%);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(26, 58, 108, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-shop-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(26, 58, 108, 0.3);
}

.btn-shop-now .arrow {
    margin-left: 10px;
}

/* ==========================================================================
   ARTWORK GRAPHIC CANVAS & ROUND STACKS
   ========================================================================== */
.hero-graphic-canvas {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 620px;
    height: 100%;
    z-index: 12;
}

/* Fluid Organic Background Blobs */
.hero-graphic-canvas::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 30px;
    width: 480px;
    height: 480px;
    background-color: #6B8E7A; /* Sage Green Arch Element */
    border-radius: 46% 54% 40% 60% / 60% 40% 60% 40%;
}

.hero-graphic-canvas::after {
    content: '';
    position: absolute;
    top: 80px;
    right: 200px;
    width: 360px;
    height: 380px;
    background-color: #BD8366; /* Accent Layer Shape overlay */
    border-radius: 54% 46% 63% 37% / 41% 61% 39% 59%;
}

.collections-header-tag {
    position: absolute;
    top: 75px;
    right: 100px;
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    color: #ffffff;
    font-weight: 400;
    z-index: 14;
}

/* Floating Nested Art Frames */
.art-circle-frame {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #F8F4EC;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    z-index: 15;
    transition: transform 0.3s ease;
}

.art-circle-frame:hover {
    transform: scale(1.05);
}

.art-circle-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Geometric Positions */
.frame-top-left {
    width: 195px;
    height: 195px;
    top: 140px;
    right: 330px;
}

.frame-center-low {
    width: 180px;
    height: 180px;
    bottom: 40px;
    right: 185px;
}

.frame-main-right {
    width: 225px;
    height: 225px;
    top: 165px;
    right: 30px;
}

/* Micro Interaction Price Pills */
.art-badge-pill {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    white-space: nowrap;
}

.badge-icon {
    background: #BD8366;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

/* Decorative Traditional Border Trim */
.hero-greek-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://w3.org" width="60" height="30" viewBox="0 0 60 30"><path d="M0 0h60v6H0zm0 12h48v6H0zm12 12h48v6H12z" fill="%23EADBC8" fill-opacity="0.35"/></svg>');
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 16;
}

/* ==========================================================================
   PRODUCT GRID DISPLAY & SHOWCASE SECTION
   ========================================================================== */
#shop {
    padding: 70px 0 !important;
}

.minimal-art-card {
    background-color: #ffffff;
    border: none;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease;
}

.card-img-wrapper {
    width: 100%;
    height: 270px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.minimal-art-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}

.card-title-new {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.card-text-new {
    font-size: 0.88rem;
    color: #777777;
    margin-bottom: 15px;
}

/* Outline Interactive Buttons */
.btn-outline-minimal {
    border: 1px solid #cccccc;
    background-color: transparent;
    color: #000000 !important;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 8px 24px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-top: auto;
}

.btn-outline-minimal:hover {
    border-color: #1A3A6C;
    background-color: #1A3A6C;
    color: #ffffff !important;
}

.btn-outline-minimal .arrow {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.btn-outline-minimal:hover .arrow {
    transform: translateX(4px);
}

/* ==========================================================================
   FOOTER SYSTEM DESIGN CSS BLOCK
   ========================================================================== */
footer.footer-section-new {
    background-color: #ffffff !important;
    padding: 70px 0 30px 0 !important;
    border-top: 1px solid #EAEAEA !important;
    position: relative;
    z-index: 10;
}

.footer-description {
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
    color: #666666 !important;
    margin-top: 15px;
    max-width: 320px;
}

.footer-heading-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1A3A6C;
    letter-spacing: 0.5px;
}

.footer-links-new {
    padding-left: 0 !important;
    list-style: none !important;
}

.footer-links-new li {
    margin-bottom: 14px;
}

.footer-links-new a {
    color: #555555 !important;
    text-decoration: none !important;
    font-size: 0.92rem;
    transition: all 0.25s ease-in-out;
    display: inline-block;
}

.footer-links-new a:hover {
    color: #BD8366 !important;
    transform: translateX(6px);
}

.contact-accent-icon {
    color: #BD8366;
    font-size: 1rem;
}

.social-icons-new {
    margin-top: 15px;
    display: flex;
    gap: 12px;
}

.social-icons-new a {
    color: #1A3A6C !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center !important;
    justify-content: center ;
    font-size: 1.1rem;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-icons-new a:hover {
    background-color: #1A3A6C;
    color: #ffffff !important;
    transform: translateY(-4px);
}

.footer-divider-line {
    border-color: #EEEEEE !important;
    opacity: 1;
    margin: 40px 0 25px 0 !important;
}

.copyright-text {
    font-size: 0.85rem !important;
    color: #888888 !important;
}

/* Premium Functional Sticky WhatsApp Widget */
.whatsapp-float-widget {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: #ffffff !important;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.7rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.whatsapp-float-widget:hover {
    transform: scale(1.1) translateY(-3px);
}

.py-5 {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .hero-heading {
        font-size: 3.2rem;
    }
    .hero-graphic-canvas {
        width: 550px;
        right: -40px;
    }
    .frame-top-left {
         width: 170px;
          height: 170px; 
          right: 290px; 
        }
        .frame-center-low {
             width: 155px;
              height: 155px; 
              right: 160px;
             }
             .frame-main-right {
                 width: 200px;
                  height: 200px;
                   right: 20px; 
                }
            }
            
            @media (max-width: 991px) {
                .hero-section-new {
                    height: auto;
                    padding: 25px 5 50px 10;
                }
                .hero-container {
                    flex-direction: column;
                    text-align: center;
                    gap: 50px;
                }
                .hero-text-content {
                    max-width: 100%;
                    text-align: center;
                }
                .hero-heading {
                    font-size: 3rem;
                }
                .hero-graphic-canvas {
                    position: relative;
                    right: auto;
                    top: auto;
                    transform: none;
                    margin: 0 auto;
                    width: 100%;
                    max-width: 550px;
                    height: 450px;
                }
                .hero-graphic-canvas::before {
                    width: 100%;
                    height: 100%;
                    right: 0;
                    top: 0;
                }
                footer.footer-section-new {
                    padding: 50px 0 25px 0 !important;
                }
                .ps-md-5 {
                    padding-left: 0 !important;
                }
            }
            
            @media (max-width: 575px) {
                .logo-img {
                    max-height: 65px;
                }
                .hero-heading {
                    font-size: 2.3rem;
                }
                .hero-subheading {
                    font-size: 0.95rem;
                }
                .hero-graphic-canvas {
                    height: 380px;
                }
                .collections-header-tag {
                    font-size: 1.6rem;
                    top: 40px;
                    left: 50%;
                    transform: translateX(-50%);
                    right: auto;
                    width: 100%;
                    text-align: center;
                }
                .frame-top-left {
                     width: 140px;
                      height: 140px; 
                      top: 100px; 
                      left: 5%;
                       right: auto; 
                    }
                    .frame-center-low { 
                        width: 130px;
                         height: 130px;
                          bottom: 20px;
                           left: 30%;
                            right: auto; 
                        }
                        .frame-main-right {
                             width: 160px;
                              height: 160px;
                               top: 120px;
                                right: 5%;
                             }
                             .whatsapp-float-widget {
                                width: 48px;
                                height: 48px;
                                bottom: 20px;
                                right: 20px;
                                font-size: 1.4rem;}
                            }
                            /* 1. Constrain the hero graphic on larger screens */
@media (min-width: 1200px) {
    .hero-graphic-canvas {
        right: 0px; /* Bring it inside the container */
        width: 500px; /* Reduce size slightly to prevent overlap */
    }
    
    /* Adjust internal shapes to fit the new wrapper width */
    .hero-graphic-canvas::before {
        width: 400px;
        height: 400px;
    }
    
    .hero-graphic-canvas::after {
        width: 300px;
        height: 300px;
        right: 150px;
    }
}

/* 2. Fix the overflow issue seen in a4f00a3a-29c2-42bd-9c9b-500efff9e7f1 */
.seamless-hero-wrapper {
    min-height: 600px; /* Ensure sufficient height */
    padding-bottom: 40px; /* Adds space before the next section */
}

/* 3. Adjust the hero container to prevent text/image clashing */
.hero-container {
    padding-top: 50px;
}