/*
Theme Name: Astra Child - TIMEPIECEUS
Template: astra
Description: Child theme for TIMEPIECEUS luxury watch site
Version: 1.0.0
*/

:root {
    --tp-ivory: #F9F8F2;
    --tp-gold: #C5A059;
    --tp-green: #2D3A3A;
    --tp-dark: #1a1a1a;
    --tp-light-gold: #d4b87a;
    --tp-border: #e5e5e5;

    /* Override Astra global colors */
    --ast-global-color-0: #C5A059 !important;
    --ast-global-color-1: #d4b87a !important;
    --ast-global-color-2: #000000 !important;
    --ast-global-color-3: #666666 !important;
    --ast-global-color-4: #F9F8F2 !important;
    --ast-global-color-5: #F9F8F2 !important;
    --ast-global-color-7: #C5A059 !important;
    --ast-global-color-8: #d4b87a !important;
}

body,
#page,
.ast-separate-container,
.ast-plain-container,
.ast-page-builder-template,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-comment-list li,
.ast-separate-container .comment-respond,
#primary,
.site-content,
.content-area,
.site-main {
    background-color: var(--tp-ivory) !important;
}

/* ==========================================
   GLOBAL FONT & COLOR OVERRIDES (Astra/Elementor)
   ========================================== */

body,
body p,
body li,
body span,
.ast-separate-container .entry-content p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    color: #666;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
    font-family: 'Noto Serif', 'Playfair Display', serif !important;
    color: #000 !important;
}

/* Elementor buttons */
.elementor-button,
.elementor-widget-button .elementor-button,
.e-con .elementor-button {
    background-color: #C5A059 !important;
    color: #fff !important;
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 0.85rem !important;
    border-radius: 4px !important;
    border: none !important;
}

.elementor-button:hover,
.elementor-widget-button .elementor-button:hover {
    background-color: #d4b87a !important;
    color: #fff !important;
}


/* ==========================================
   TESTIMONIALS CAROUSEL
   ========================================== */

.tp-testimonial-section {
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 20px;
}

.tp-testimonial-heading {
    font-family: 'Noto Serif', serif;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    color: var(--tp-dark);
    margin-bottom: 40px;
    letter-spacing: 0.04em;
}

.tp-testimonial-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.tp-testimonial-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 10px 0;
}

.tp-testimonial-track::-webkit-scrollbar {
    display: none;
}

.tp-testimonial-card {
    flex: 0 0 380px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e8e6df;
    border-radius: 6px;
    padding: 35px 30px 30px;
    position: relative;
}

.tp-testimonial-quote {
    font-family: 'Noto Serif', serif;
    font-size: 3rem;
    color: var(--tp-gold);
    line-height: 1;
    margin-bottom: 10px;
}

.tp-testimonial-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #555;
    margin: 0 0 20px;
}

.tp-testimonial-author {
    border-top: 1px solid #e8e6df;
    padding-top: 15px;
}

.tp-testimonial-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tp-dark);
    letter-spacing: 0.05em;
}

.tp-testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.4rem;
    color: var(--tp-dark);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
}

.tp-testimonial-arrow:hover {
    background: var(--tp-gold);
    color: #fff;
    border-color: var(--tp-gold);
}

.tp-testimonial-prev {
    left: -15px;
}

.tp-testimonial-next {
    right: -15px;
}

@media (max-width: 768px) {
    .tp-testimonial-section {
        margin: 40px auto;
    }

    .tp-testimonial-heading {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }

    .tp-testimonial-card {
        flex: 0 0 300px;
        padding: 25px 20px 20px;
    }

    .tp-testimonial-text {
        font-size: 0.8rem;
    }

    .tp-testimonial-arrow {
        display: none;
    }
}

/* ==========================================
   POPULAR WATCHES CAROUSEL
   ========================================== */

.tp-carousel-section {
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 20px;
}

.tp-carousel-title {
    font-family: 'Noto Serif', serif;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    color: var(--tp-dark);
    margin-bottom: 40px;
    letter-spacing: 0.04em;
}

.tp-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.tp-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 10px 0;
}

.tp-carousel-track::-webkit-scrollbar {
    display: none;
}

.tp-carousel-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    text-decoration: none;
    color: var(--tp-dark);
    transition: transform 0.3s ease;
}

.tp-carousel-card:hover {
    transform: translateY(-4px);
}

.tp-carousel-image {
    width: 260px;
    height: 260px;
    background-color: #f0efe9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}

.tp-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-carousel-image .tp-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: #aaa;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tp-carousel-info {
    padding: 12px 4px 0;
    text-align: center;
}

.tp-carousel-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--tp-gold);
    margin: 0 0 4px;
}

.tp-carousel-info h3 {
    font-family: 'Noto Serif', serif;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0 0 4px;
    color: var(--tp-dark);
}

.tp-carousel-ref {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    color: #999;
    margin: 0;
    letter-spacing: 0.05em;
}

.tp-carousel-link {
    text-decoration: none;
    color: var(--tp-dark);
}

.tp-carousel-inquire {
    display: block;
    text-align: center;
    margin-top: 12px;
    padding: 10px 0;
    background-color: var(--tp-gold);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.tp-carousel-inquire:hover {
    background-color: var(--tp-light-gold);
    color: #fff;
}

.tp-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.4rem;
    color: var(--tp-dark);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
}

.tp-carousel-arrow:hover {
    background: var(--tp-gold);
    color: #fff;
    border-color: var(--tp-gold);
}

.tp-carousel-prev {
    left: -15px;
}

.tp-carousel-next {
    right: -15px;
}

@media (max-width: 768px) {
    .tp-carousel-section {
        margin: 40px auto;
    }

    .tp-carousel-title {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }

    .tp-carousel-card {
        flex: 0 0 200px;
    }

    .tp-carousel-image {
        width: 200px;
        height: 200px;
    }

    .tp-carousel-arrow {
        display: none;
    }
}

/* Elementor section/container backgrounds */
.elementor-section[data-settings],
.e-con {
    background-color: var(--tp-ivory) !important;
}

/* Fix any purple/off-brand background sections */
section.elementor-section,
.elementor-top-section {
    background-color: transparent !important;
}

/* Links */
a,
.ast-single-post .entry-content a,
.elementor-widget a {
    color: #C5A059;
    text-decoration: none;
}

a:hover {
    color: #d4b87a;
}

/* Fix mobile header — hamburger icon, socials invisible (ivory on ivory) */
.ast-mobile-menu-trigger-minimal,
.ast-header-break-point .menu-toggle,
.ast-header-break-point .main-header-menu-toggle {
    color: #1a1a1a !important;
    background: transparent !important;
}

.ast-header-break-point .menu-toggle svg,
.ast-mobile-menu-trigger-minimal svg {
    fill: #1a1a1a !important;
}

#ast-mobile-header .site-title a,
#ast-mobile-header .site-branding a,
#ast-mobile-header .ast-site-identity a {
    color: #1a1a1a !important;
}

#ast-mobile-header .ast-builder-social-element,
#ast-mobile-header .ast-builder-social-element svg,
#ast-mobile-header .header-social-inner-wrap a,
#ast-mobile-header .header-social-inner-wrap svg,
.ast-header-break-point .ast-builder-social-element,
.ast-header-break-point .ast-builder-social-element svg path {
    color: #1a1a1a !important;
    fill: #1a1a1a !important;
}

/* Footer spacing */
.site-footer,
footer.site-footer {
    padding-top: 60px;
    margin-top: 0;
}

/* Footer — consistent layout and font sizes */
.site-above-footer-wrap .ast-builder-grid-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 40px !important;
}

/* Remove sub-menu indentation in footer */
.site-above-footer-wrap .sub-menu {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
}

.site-above-footer-wrap .sub-menu .menu-link {
    padding-left: 0 !important;
}

/* Hide dropdown arrow in footer nav */
.site-above-footer-wrap .ast-header-navigation-arrow,
.site-above-footer-wrap .dropdown-menu-toggle {
    display: none !important;
}

/* Consistent heading sizes */
.site-above-footer-wrap .widget-title,
.site-above-footer-wrap h2.wp-block-heading,
.site-above-footer-wrap h3.wp-block-heading strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Consistent body text sizes */
.site-above-footer-wrap p,
.site-above-footer-wrap .menu-link,
.site-above-footer-wrap li {
    font-size: 13px !important;
}

/* Right column — space out address/contact block */
.site-footer-above-section-3 h3.wp-block-heading {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 2.2 !important;
}

.site-footer-above-section-3 h3.wp-block-heading strong {
    display: inline-block;
    margin-top: 10px;
}

/* Footer mobile layout */
@media (max-width: 768px) {
    /* Stack columns with clean spacing */
    .site-above-footer-wrap .ast-builder-grid-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        padding: 30px 20px !important;
    }

    .site-above-footer-wrap .site-footer-section {
        text-align: center !important;
        padding-bottom: 25px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .site-above-footer-wrap .site-footer-section:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    /* Footer headings on mobile */
    .site-above-footer-wrap .widget-title,
    .site-above-footer-wrap h2.wp-block-heading {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    /* Footer body text on mobile */
    .site-above-footer-wrap p,
    .site-above-footer-wrap .menu-link,
    .site-above-footer-wrap li {
        font-size: 12px !important;
    }

    /* Right column address block on mobile */
    .site-footer-above-section-3 h3.wp-block-heading {
        font-size: 12px !important;
        line-height: 2 !important;
    }

    .site-footer-above-section-3 h3.wp-block-heading strong {
        font-size: 13px !important;
        margin-top: 8px !important;
    }

    /* Sub-menu centered on mobile */
    .site-above-footer-wrap .sub-menu {
        padding-left: 0 !important;
    }

    /* Copyright bar on mobile */
    .site-below-footer-wrap {
        padding: 15px 20px !important;
    }

    .ast-footer-copyright p {
        font-size: 11px !important;
    }
}

/* ==========================================
   WATCH GALLERY - Collection Page
   ========================================== */

.tp-gallery-page {
    background-color: var(--tp-ivory);
    padding: 0 20px 80px;
    max-width: 1280px;
    margin: 0 auto;
}

/* Page Header / Banner */
.tp-gallery-header {
    text-align: center;
    padding: 60px 20px 50px;
    border-bottom: 1px solid var(--tp-border);
    margin-bottom: 40px;
}

.tp-gallery-header h1 {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 2.8rem;
    font-weight: 400;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
}

.tp-gallery-header .tp-subtitle {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #666;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Results count & sort bar */
.tp-gallery-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 5px;
}

.tp-gallery-toolbar .tp-results-count {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #999;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.tp-gallery-toolbar .tp-sort {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #333;
    font-size: 0.85rem;
    background: none;
    border: 1px solid var(--tp-border);
    padding: 8px 16px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

/* Product Grid */
.tp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

/* Product Card */
.tp-watch-card {
    background: var(--tp-ivory);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
}

.tp-watch-card .tp-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.tp-watch-card .tp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tp-watch-card:hover .tp-card-image img {
    transform: scale(1.05);
}

.tp-watch-card .tp-card-image .tp-placeholder {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #bbb;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Quick View Button (shown on hover) */
.tp-watch-card .tp-quick-view {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    background: #000;
    color: #fff;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.tp-watch-card:hover .tp-quick-view {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.tp-quick-view:hover {
    background: #333;
}

/* Card Info */
.tp-watch-card .tp-card-info {
    padding: 0 5px;
    text-align: center;
}

.tp-watch-card .tp-card-info .tp-brand-name {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #999;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 5px 0;
}

.tp-watch-card .tp-card-info h3 {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 1rem;
    margin: 0 0 8px 0;
    font-weight: 400;
    line-height: 1.4;
}

.tp-watch-card .tp-card-info .tp-reference {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #999;
    font-size: 0.75rem;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.tp-watch-card .tp-card-info .tp-price {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #000;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ==========================================
   EXPLORE WATCHES - Brand Overview Page
   ========================================== */

.tp-explore-page {
    background-color: var(--tp-ivory);
    padding: 0 20px 80px;
    max-width: 1280px;
    margin: 0 auto;
}

.tp-explore-header {
    text-align: center;
    padding: 60px 20px 50px;
    border-bottom: 1px solid var(--tp-border);
    margin-bottom: 50px;
}

.tp-explore-header h1 {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 2.8rem;
    font-weight: 400;
    margin: 0 0 12px 0;
}

.tp-explore-header .tp-subtitle {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #666;
    font-size: 0.95rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.tp-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.tp-brand-card {
    position: relative;
    aspect-ratio: 4 / 3;
    background-color: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
}

.tp-brand-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tp-brand-card:hover img {
    transform: scale(1.05);
}

.tp-brand-card .tp-brand-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.65));
}

.tp-brand-card .tp-brand-overlay h2 {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #fff;
    font-size: 2rem;
    margin: 0 0 8px 0;
    font-weight: 400;
}

.tp-brand-card .tp-brand-overlay span {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
    .tp-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tp-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }

    .tp-brand-grid {
        grid-template-columns: 1fr;
    }

    .tp-gallery-header h1,
    .tp-explore-header h1 {
        font-size: 2rem;
    }

    .tp-watch-card .tp-card-info h3 {
        font-size: 0.9rem;
    }

    .tp-watch-card .tp-quick-view {
        display: none;
    }
}

@media (max-width: 480px) {
    .tp-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   PRODUCT DETAIL PAGE
   ========================================== */

.tp-product-page {
    background-color: var(--tp-ivory);
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

/* Breadcrumb */
.tp-product-breadcrumb {
    padding: 25px 0;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #999;
    letter-spacing: 0.5px;
}

.tp-product-breadcrumb a {
    color: #999;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tp-product-breadcrumb a:hover {
    color: #000;
}

.tp-product-breadcrumb span {
    margin: 0 8px;
    color: #ccc;
}

.tp-product-breadcrumb .tp-current {
    color: #000;
    margin: 0;
}

/* Product Layout - Two Column */
.tp-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Product Image */
.tp-product-image {
    position: sticky;
    top: 100px;
}

.tp-product-image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-product-image-placeholder span {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #bbb;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tp-product-image img {
    width: 100%;
    height: auto;
}

/* Product Details */
.tp-product-details {
    padding-top: 10px;
}

.tp-product-brand {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #999;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

.tp-product-title {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.tp-product-ref {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #999;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin: 0 0 30px 0;
}

/* Price Section */
.tp-product-price-section {
    padding: 25px 0;
    border-top: 1px solid var(--tp-border);
    border-bottom: 1px solid var(--tp-border);
    margin-bottom: 25px;
}

.tp-product-price {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Description */
.tp-product-description {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0 0 30px 0;
}

/* Inquire Button */
.tp-product-inquire-btn {
    display: block;
    width: 100%;
    padding: 16px 30px;
    background-color: var(--tp-gold);
    color: #fff;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 40px;
}

.tp-product-inquire-btn:hover {
    background-color: var(--tp-light-gold);
    color: #fff;
}

/* Specifications Table */
.tp-product-specs {
    border-top: 1px solid var(--tp-border);
    padding-top: 30px;
}

.tp-product-specs h3 {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.tp-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.tp-specs-table tr {
    border-bottom: 1px solid #f0f0f0;
}

.tp-specs-table td {
    padding: 12px 0;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.85rem;
    vertical-align: top;
}

.tp-specs-table .tp-spec-label {
    color: #999;
    width: 40%;
    letter-spacing: 0.3px;
}

.tp-specs-table .tp-spec-value {
    color: #000;
    font-weight: 500;
}

/* Not Found */
.tp-product-not-found {
    text-align: center;
    padding: 100px 20px;
}

.tp-product-not-found h1 {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.tp-product-not-found p {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #666;
    font-size: 0.95rem;
    margin: 0 0 30px 0;
}

.tp-product-not-found .tp-product-inquire-btn {
    display: inline-block;
    width: auto;
}

/* ==========================================
   INQUIRY MODAL
   ========================================== */

.tp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.tp-modal-overlay.tp-modal-active {
    display: flex;
}

.tp-modal {
    background: #fff;
    width: 90%;
    max-width: 560px;
    padding: 45px 40px;
    position: relative;
    border-radius: 4px;
    max-height: 90vh;
    overflow-y: auto;
}

.tp-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.tp-modal-close:hover {
    color: #000;
}

.tp-modal-title {
    font-family: 'Noto Serif', 'Playfair Display', serif;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 8px 0;
    text-align: center;
}

.tp-modal-watch {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #999;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 30px 0;
}

.tp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.tp-form-field {
    display: flex;
    flex-direction: column;
}

.tp-form-field label {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.tp-required {
    color: var(--tp-gold);
}

.tp-form-field input,
.tp-form-field textarea {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.85rem;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    transition: border-color 0.2s ease;
    background: #fff;
    color: #333;
}

.tp-form-field input:focus,
.tp-form-field textarea:focus {
    border-color: var(--tp-gold);
}

.tp-form-field textarea {
    resize: vertical;
}

.tp-form-full {
    margin-bottom: 25px;
    margin-top: 0;
}

.tp-form-submit {
    display: block;
    width: 100%;
    padding: 14px 30px;
    background-color: var(--tp-gold);
    color: #fff;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tp-form-submit:hover {
    background-color: var(--tp-light-gold);
}

.tp-form-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.tp-form-status {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.85rem;
    text-align: center;
    margin-top: 15px;
}

.tp-status-success {
    color: #2d7a3a;
}

.tp-status-error {
    color: #c0392b;
}

/* Thank You Modal */
.tp-thankyou-content {
    text-align: center;
    padding: 60px 40px !important;
}

.tp-thankyou-text {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0 0 30px 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.tp-thankyou-brand {
    font-family: 'Montserrat', 'Inter', sans-serif;
    color: var(--tp-gold);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

/* ==========================================
   WPFORMS STYLE OVERRIDES (Sell/Trade, Contact)
   ========================================== */

/* Override WPForms CSS variables */
:root {
    --wpforms-button-background-color: #C5A059 !important;
    --wpforms-button-text-color: #ffffff !important;
    --wpforms-button-border-radius: 4px !important;
    --wpforms-button-size-font-size: 0.85rem !important;
    --wpforms-button-size-height: auto !important;
    --wpforms-field-border-radius: 3px !important;
    --wpforms-field-background-color: #ffffff !important;
    --wpforms-field-border-color: #dddddd !important;
    --wpforms-field-text-color: #333333 !important;
    --wpforms-field-size-font-size: 0.85rem !important;
    --wpforms-field-size-padding: 10px 12px !important;
    --wpforms-label-color: #333333 !important;
    --wpforms-label-size-font-size: 0.8rem !important;
    --wpforms-label-sublabel-color: #999999 !important;
    --wpforms-label-sublabel-size-font-size: 0.75rem !important;
}

.wpforms-container .wpforms-form {
    max-width: 600px;
    margin: 0 auto;
}

.wpforms-container .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    color: #333 !important;
    letter-spacing: 0.3px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
}

.wpforms-container .wpforms-field-sublabel,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    color: #999 !important;
}

.wpforms-container .wpforms-required-label,
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #C5A059 !important;
}

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container input[type="url"],
.wpforms-container textarea,
.wpforms-container select,
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form select {
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    padding: 10px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    outline: none !important;
    background: #fff !important;
    color: #333 !important;
    transition: border-color 0.2s ease !important;
    box-shadow: none !important;
}

.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus,
div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus {
    border-color: #C5A059 !important;
    box-shadow: none !important;
}

.wpforms-container select,
div.wpforms-container-full .wpforms-form select {
    appearance: auto !important;
    cursor: pointer;
}

.wpforms-container .wpforms-submit-container,
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center !important;
    padding-top: 10px !important;
}

.wpforms-container button[type="submit"],
.wpforms-container .wpforms-submit,
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-submit,
#wpforms-92 button[type="submit"] {
    display: block !important;
    width: 100% !important;
    padding: 14px 30px !important;
    background-color: #C5A059 !important;
    color: #fff !important;
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: 0 !important;
}

.wpforms-container button[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
#wpforms-92 button[type="submit"]:hover {
    background-color: #d4b87a !important;
}

/* Product Page Responsive */
@media (max-width: 768px) {
    .tp-product-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tp-product-image {
        position: static;
    }

    .tp-product-title {
        font-size: 1.5rem;
    }

    .tp-modal {
        padding: 35px 25px;
        width: 95%;
    }

    .tp-form-row {
        grid-template-columns: 1fr;
    }
}
