/* ==========================================================================
   EMERALD WALL ART & FRAMES - PRODUCTION STYLESHEET
   Matches uploaded design specification with 99.9% visual precision.
   ========================================================================== */

:root {
    --emerald-primary: #052c26;
    --emerald-deep: #03211b;
    --emerald-dark: #021a15;
    --emerald-card: #09332c;
    --emerald-accent: #0f4d43;
    --gold-accent: #d4af37;
    --gold-buy-btn: #f4be5c;
    --gold-text: #c5a059;
    --whatsapp-green: #25D366;
    --whatsapp-dark: #128C7E;
    --bg-light: #fafaf8;
    --bg-card-greige: #eae6df;
    --text-primary: #1c2e27;
    --text-muted: #6b7280;
    --border-color: #e5e7eb;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-brand: 'Alex Brush', cursive;
    --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --font-cinzel: 'Cinzel', serif;
}

body {
    font-family: var(--font-sans);
    color: var(--text-primary);
    background-color: var(--bg-light);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* --------------------------------------------------------------------------
   HEADER & NAVBAR
   -------------------------------------------------------------------------- */
.site-header {
    background-color: #032520;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.site-header .navbar {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

/* Brand Logo */
.brand-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.85;
}

.brand-logo {
    height: 56px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.navbar-brand:hover .brand-logo {
    transform: translateY(-1px) scale(1.03);
    filter: drop-shadow(0 4px 14px rgba(212, 175, 55, 0.35));
}

.footer-brand .footer-logo {
    height: 96px;
}

.footer-brand:hover .footer-logo {
    transform: translateY(-2px) scale(1.02);
}

.brand-text {
    font-family: var(--font-brand);
    font-size: 2.35rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding-left: 2px;
}

.brand-subtext {
    font-family: var(--font-cinzel);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 2.8px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.brand-subtext::before,
.brand-subtext::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.5rem 0.9rem !important;
    position: relative;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0.9rem;
    right: 0.9rem;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
}

/* Badges */
.badge-coming-soon {
    background-color: #a7f3d0;
    color: #065f46;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.25rem 0.55rem;
    border-radius: 20px;
}

/* Nav Actions */
.btn-icon {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.05rem;
    padding: 0.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.btn-icon:hover {
    opacity: 0.8;
}

.cart-badge {
    background-color: #f4be5c !important;
    color: #1a1a1a !important;
    font-size: 0.65rem;
    padding: 0.25em 0.5em;
    font-weight: 700;
}

.btn-whatsapp-header {
    background-color: var(--whatsapp-green);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 50px;
    padding: 0.5rem 1.15rem;
    display: inline-flex;
    align-items: center;
    border: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
    transition: transform 0.2s, background-color 0.2s;
    text-decoration: none;
}

.btn-whatsapp-header:hover {
    background-color: #20bd5a;
    color: #ffffff;
    transform: translateY(-1px);
}

/* --------------------------------------------------------------------------
   HERO SECTION
   -------------------------------------------------------------------------- */
.hero-section {
    background-color: #03211b;
    overflow: hidden;
}

.hero-left {
    min-height: 520px;
    padding: 4rem 3rem 4rem 4.5rem;
    background: radial-gradient(circle at 75% 30%, #e8c872 0%, #d4af37 40%, #a47d24 85%);
    background-image: url('../images/hero_gold_silk.jpg');
    background-size: cover;
    background-position: center;
}

.hero-gold-bg {
    background: linear-gradient(135deg, rgba(230, 190, 110, 0.45) 0%, rgba(180, 130, 40, 0.55) 100%);
    pointer-events: none;
}

.hero-eyebrow {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1a1a1a;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #121212;
    margin-bottom: 1.25rem;
}

.hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #262626;
    margin-bottom: 2rem;
    max-width: 480px;
}

.btn-emerald-primary {
    background-color: #052c26;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 50px;
    padding: 0.75rem 1.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    transition: background-color 0.2s, transform 0.2s;
    text-decoration: none;
}

.btn-emerald-primary:hover {
    background-color: #094038;
    color: #ffffff;
    transform: translateY(-2px);
}

.hero-slider-dots .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: transparent;
    border: 1.5px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    cursor: pointer;
}

.hero-slider-dots .dot.active {
    background-color: #d4af37;
    border-color: #d4af37;
    width: 10px;
    height: 10px;
}

.hero-right {
    min-height: 520px;
    background-color: #052822;
}

.hero-room-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 520px;
}

/* --------------------------------------------------------------------------
   CATEGORY CARDS
   -------------------------------------------------------------------------- */
.categories-section {
    background-color: #fafaf8;
}

.category-card {
    border-radius: 6px;
    padding: 2rem 1.85rem;
    min-height: 185px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.category-card-light {
    background-color: #ebe7e0;
}

.category-card-dark {
    background-color: #062b25;
}

.category-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: #121212;
    margin-bottom: 0.35rem;
}

.category-desc {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.btn-circle-action {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #052c26;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.85rem;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-circle-action:hover {
    transform: scale(1.08);
    color: #ffffff;
}

.btn-circle-white {
    background-color: #ffffff;
    color: #052c26;
}

.btn-circle-white:hover {
    background-color: #f3f4f6;
    color: #052c26;
}

.category-card-image {
    width: 140px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card-image img {
    max-height: 120px;
    width: auto;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* --------------------------------------------------------------------------
   TRUST / VALUE PROPOSITION BANNER
   -------------------------------------------------------------------------- */
.trust-banner {
    background-color: #ffffff;
    border-color: #f0f0ee !important;
}

.trust-item {
    padding: 0.5rem 1rem;
}

.trust-icon {
    font-size: 1.65rem;
    color: #0f3d35;
    flex-shrink: 0;
}

.trust-title {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1f2937;
}

.trust-subtitle {
    font-size: 0.78rem;
}

/* --------------------------------------------------------------------------
   FEATURED PHOTO FRAMES SECTION
   -------------------------------------------------------------------------- */
.section-badge-overline {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c5a059;
    display: block;
    margin-bottom: 0.25rem;
}

.section-heading {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: #111827;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 2px;
}

.filter-select {
    font-size: 0.85rem;
    border-radius: 6px;
    border-color: #d1d5db;
    padding: 0.38rem 2rem 0.38rem 0.75rem;
    min-width: 140px;
    background-color: #ffffff;
}

/* Product Detail Interactive Display */
.main-frame-preview-box {
    background-color: #f7f7f5;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.main-product-img {
    max-height: 380px;
    width: auto;
    object-fit: contain;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.product-title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.35rem;
}

.product-specs {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.product-price {
    font-size: 1.65rem;
    font-weight: 700;
    color: #052c26;
}

/* Dropzone */
.upload-dropzone {
    background-color: #fafafa;
    border: 1.5px dashed #cbd5e1 !important;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
}

.upload-dropzone:hover {
    border-color: #052c26 !important;
    background-color: #f3fbf8;
}

.btn-outline-emerald {
    border: 1.5px solid #052c26;
    color: #052c26;
    font-weight: 600;
    border-radius: 6px;
    padding: 0.65rem 1rem;
    background: transparent;
    transition: all 0.2s ease;
}

.btn-outline-emerald:hover {
    background-color: #052c26;
    color: #ffffff;
}

.btn-outline-whatsapp {
    border: 1.5px solid var(--whatsapp-green);
    color: #128c7e;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 6px;
    padding: 0.65rem 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-outline-whatsapp:hover {
    background-color: var(--whatsapp-green);
    color: #ffffff;
}

/* Frame Options Sidebar Card */
.frame-options-card {
    border-color: #e5e7eb !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.color-swatches .color-swatch-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid transparent;
    outline: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
}

.swatch-black {
    background-color: #121212;
}

.swatch-white {
    background-color: #ffffff;
    border: 1px solid #d1d5db !important;
}

.color-swatches .color-swatch-circle.active {
    outline: 2px solid #052c26;
    outline-offset: 2px;
}

.custom-orders-callout {
    background-color: #e8f7f0;
    border: 1px solid #c7eed9;
}

.callout-icon-box {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
}

/* 14 Frame Thumbnails Strip */
.frame-thumbnails-wrapper {
    position: relative;
    padding: 0 2.5rem;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e5e7eb;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    font-size: 0.85rem;
    cursor: pointer;
    z-index: 5;
    transition: background-color 0.2s;
}

.carousel-arrow:hover {
    background-color: #d1d5db;
    color: #111827;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.frame-thumb-item {
    flex: 0 0 72px;
    height: 72px;
    border-radius: 4px;
    border: 2px solid #e5e7eb;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    padding: 3px;
    transition: border-color 0.2s, transform 0.2s;
}

.frame-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.frame-thumb-item:hover {
    transform: translateY(-2px);
    border-color: #9ca3af;
}

.frame-thumb-item.active {
    border-color: #052c26;
    box-shadow: 0 0 0 1px #052c26;
}

.active-indicator-bar {
    width: 28px;
    height: 3px;
    background-color: #052c26;
    display: inline-block;
    border-radius: 2px;
}

/* --------------------------------------------------------------------------
   FEATURED CANVAS WALL ART SECTION (LUXURY EMERALD DARK)
   -------------------------------------------------------------------------- */
.canvas-wall-art-section {
    background-color: #021f19;
}

.canvas-section-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
}

.canvas-nav-tabs .tab-link {
    cursor: pointer;
    transition: color 0.2s;
}

.canvas-nav-tabs .tab-link:hover {
    color: #ffffff;
}

.canvas-field-label {
    font-size: 0.76rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.35rem;
}

.canvas-dark-select {
    background-color: #042e26;
    border-color: #084c3e;
    color: #ffffff;
    font-size: 0.85rem;
}

.canvas-dark-select:focus {
    background-color: #042e26;
    color: #ffffff;
    border-color: #107560;
    box-shadow: none;
}

.btn-canvas-size {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 0.82rem;
    border-radius: 4px;
    padding: 0.35rem 1.15rem;
    transition: all 0.2s;
}

.btn-canvas-size.active,
.btn-canvas-size:hover {
    border-color: #25d366;
    color: #ffffff;
    background-color: rgba(37, 211, 102, 0.1);
}

.btn-gold-buy {
    background-color: var(--gold-buy-btn);
    color: #1a1a1a;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.btn-gold-buy:hover {
    background-color: #e5aa42;
    color: #1a1a1a;
}

.canvas-note-input {
    background-color: #042e26;
    border-color: #084c3e;
    color: #ffffff;
    font-size: 0.85rem;
}

.canvas-note-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.canvas-note-input:focus {
    background-color: #042e26;
    color: #ffffff;
    border-color: #25d366;
    box-shadow: none;
}

.btn-whatsapp-pill {
    background-color: #0b4a3a;
    border: 1.5px solid #25d366;
    color: #ffffff;
    border-radius: 50px;
    padding: 0.65rem 1.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-whatsapp-pill:hover {
    background-color: #128c7e;
    color: #ffffff;
    border-color: #ffffff;
}

/* Related Art Cards */
.related-art-card {
    background-color: #032b23;
    border: 1px solid #08483b;
    transition: transform 0.2s, background-color 0.2s;
}

.related-art-card:hover {
    background-color: #05382e;
    transform: translateX(3px);
}

.related-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.art-title {
    font-size: 0.88rem;
}

.btn-related-size {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.68rem;
    padding: 0.15rem 0.55rem;
    border-radius: 3px;
}

.btn-related-size.active {
    background-color: #0c5746;
    border-color: #25d366;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   TESTIMONIALS & VALUE PILLARS
   -------------------------------------------------------------------------- */
.testimonials-values-section {
    background-color: #ffffff;
    border-top: 1px solid #f0f0ee;
}

.testimonial-heading {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 700;
}

.testimonial-quote {
    font-size: 0.95rem;
    line-height: 1.6;
}

.pillar-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #111827;
}

.pillar-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.pillar-desc {
    font-size: 0.85rem;
    line-height: 1.45;
}

/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
    background-color: #021a15;
    color: #ffffff;
}

.footer-brand .brand-text {
    font-size: 2.2rem;
}

.footer-brand .brand-subtext {
    color: rgba(255, 255, 255, 0.7);
}

.footer-copyright {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-heading {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1.15rem;
    color: #ffffff;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
    line-height: 2;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #ffffff;
}

.social-icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.85rem;
    text-decoration: none;
    transition: transform 0.2s;
}

.social-icon-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.social-icon-btn.facebook { background-color: #1877f2; }
.social-icon-btn.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.social-icon-btn.tiktok { background-color: #000000; border: 1px solid rgba(255, 255, 255, 0.2); }
.social-icon-btn.youtube { background-color: #ff0000; }
.social-icon-btn.pinterest { background-color: #e60023; }

/* Floating WhatsApp Button */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: var(--whatsapp-green);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 50px;
    padding: 0.65rem 1.35rem;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    z-index: 1040;
    transition: transform 0.2s, background-color 0.2s;
}

.floating-whatsapp-btn:hover {
    background-color: #20bd5a;
    color: #ffffff;
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .hero-left {
        padding: 3rem 1.5rem;
    }
    .hero-title {
        font-size: 2.8rem;
    }
    .hero-room-image-wrapper {
        min-height: 380px;
    }
    .border-end-lg {
        border-right: none !important;
    }
}
