/*
Theme Name: ECO SMART BBQ
Author: Your Name
Description: Premium Custom Theme for ECO-SMART BBQ
Version: 1.2
*/

/* === VARIABLES === */
:root {
--charcoal: #121212;
--fire: #d9531e;
--fire-hover: #b84214;
--bg-light: #f4f4f5;
--text-main: #1f2937;
--text-muted: #6b7280;
--text-light: #d1d5db;
--amazon: #FF9900;
--amazon-hover: #ffaa33;
--white: #ffffff;
--border-color: #e5e7eb;
--font-sans: 'Inter', sans-serif;
--font-serif: 'Playfair Display', serif;
}

/* === RESET & BASE === */

{ box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-sans); color: var(--text-main); background-color: var(--bg-light); overflow-x: hidden; line-height: 1.5; -webkit-font-smoothing: antialiased; }
::selection { background-color: var(--fire); color: var(--white); }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button, input, textarea, select { font-family: inherit; border: none; outline: none; }

/* === TYPOGRAPHY === */
h1, h2, h3, h4, .font-serif { font-family: var(--font-serif); }
.text-fire { color: var(--fire) !important; }
.text-charcoal { color: var(--charcoal) !important; }
.text-white { color: var(--white) !important; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-extra { letter-spacing: 0.2em; }
.font-bold { font-weight: 700; }
.font-light { font-weight: 300; }
.italic { font-style: italic; }


.social-links .social-icon,
.contact-socials .social-icon {
    width: 20px;
    height: 20px;
    object-fit: contain; 
}

/* === LAYOUT === */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.relative { position: relative; }
.absolute { position: absolute; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.grid { display: grid; }
.overflow-hidden { overflow: hidden; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }

/* === BACKGROUNDS === */
.bg-white { background-color: var(--white); }
.bg-light { background-color: var(--bg-light); }
.bg-charcoal { background-color: var(--charcoal); color: var(--white); }

/* === BUTTONS === */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem 2rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; text-align: center; }
.btn-fire { background-color: var(--fire); color: var(--white); }
.btn-fire:hover { background-color: var(--fire-hover); transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); color: var(--white); }
.btn-outline { background-color: transparent; border: 1px solid rgba(255,255,255,0.2); color: var(--white); }
.btn-outline:hover { border-color: var(--white); background-color: rgba(255,255,255,0.1); color: var(--white); }
.btn-amazon { background-color: var(--amazon); color: var(--charcoal); }
.btn-amazon:hover { background-color: var(--amazon-hover); transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); color: var(--charcoal); }
.btn-full { width: 100%; }

/* === HEADER & MOBILE MENU === */
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 50; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.site-header.dark-header { border-bottom: 1px solid rgba(0,0,0,0.05); }
.site-header.dark-header .nav-links a { color: var(--charcoal); }
.site-header.dark-header .partner-btn { border-color: var(--charcoal); color: var(--charcoal); }
.site-header.dark-header .partner-btn:hover { background-color: var(--charcoal); color: var(--white); }
.site-header.dark-header .mobile-menu-btn { color: var(--charcoal); }

.nav-links { display: none; gap: 2rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.8); }
.nav-links a:hover { color: var(--fire) !important; }
.partner-btn { display: none; align-items: center; gap: 0.5rem; border: 1px solid #d9531e; color: var(--white); padding: 0.5rem 1.5rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; backdrop-filter: blur(4px); background-color: #d9531e; }
.partner-btn:hover { background-color: #ad3e12; color: var(--charcoal); }
.mobile-menu-btn { display: block; background: none; border: none; color: var(--white); cursor: pointer; z-index: 60; }

@media (min-width: 768px) {
.nav-links { display: flex; }
.partner-btn { display: flex; }
.mobile-menu-btn { display: none; }
}

.mobile-menu-overlay { position: fixed; inset: 0; background: rgba(18,18,18,0.98); backdrop-filter: blur(10px); z-index: 100; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; opacity: 0; pointer-events: none; transition: all 0.4s ease; }
.mobile-menu-overlay.active { opacity: 1; pointer-events: auto; }
.mobile-menu-overlay a { color: var(--white); font-size: 1.5rem; font-family: var(--font-serif); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; transition: color 0.3s ease; }
.mobile-menu-overlay a:hover { color: var(--fire); }
.mobile-menu-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: var(--white); cursor: pointer; padding: 0.5rem; transition: transform 0.3s ease; }
.mobile-menu-close:hover { transform: scale(1.1); color: var(--fire); }

/* === SECTIONS GENERAL === */
.section { padding: 10rem 0 8rem; }
.section-tag { display: block; color: var(--fire); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; text-align: center; }
.section-title { font-size: 2.5rem; color: var(--charcoal); margin-bottom: 1rem; line-height: 1.2; text-align: center; }
@media (min-width: 768px) { .section-title { font-size: 3rem; } }
.section-subtitle { text-align: center; font-family: var(--font-serif); font-style: italic; font-size: 1.25rem; margin-bottom: 4rem; }

.bg-light .section-title, .bg-white .section-title { color: var(--charcoal); }
.bg-light .section-subtitle, .bg-white .section-subtitle { color: var(--text-muted); }
.bg-charcoal .section-title { color: var(--white) !important; }
.bg-charcoal .section-subtitle { color: #9ca3af; }

.grid-2 { grid-template-columns: 1fr; gap: 4rem; display: grid; }
@media (min-width: 1024px) { .grid-2 { grid-template-columns: 1fr 1fr; align-items: center; } }

/* === HOME HERO BLOCKS === */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; background-color: var(--charcoal); position: relative; overflow: hidden; padding-top: 5rem; }
.hero-half { min-height: 65vh; padding-top: 10rem; padding-bottom: 8rem; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.4; mix-blend-mode: luminosity; }
.hero-gradient { position: absolute; inset: 0; background: linear-gradient(to right, var(--charcoal) 0%, rgba(18,18,18,0.8) 60%, transparent 100%); }
.hero-title { font-size: 2.5rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--white); }
@media (min-width: 768px) { .hero-title { font-size: 4.5rem; } }
.hero-text { font-size: 1.125rem; font-weight: 300; color: #d1d5db; max-width: 42rem; margin-bottom: 2.5rem; line-height: 1.6; }

.feature-bar { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(12px); z-index: 20; padding: 1.5rem 0; }
.feature-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--text-light); }
.feature-divider { width: 1px; height: 16px; background-color: rgba(255,255,255,0.2); display: none; }
@media (min-width: 768px) { .feature-divider { display: block; } }

.bounce { animation: bounce 2s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); } }

/* === PRODUCT HERO === */
.hero-product { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; background-color: #0a0a0a; position: relative; padding: 8rem 0 10rem; }
.hero-bg-wrapper { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.hero-bg-wrapper::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%); }
.glow-effect { position: absolute; top: 50%; left: 75%; transform: translate(-50%, -50%); width: 550px; height: 550px; background: var(--fire); opacity: 0.35; filter: blur(120px); border-radius: 50%; }

.hero-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1fr 1fr; } }
.hero-content { position: relative; z-index: 10; text-align: center; }
@media (min-width: 1024px) { .hero-content { text-align: left; } }
.hero-product .hero-title { font-size: 3rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--white); letter-spacing: -0.02em; }
@media (min-width: 768px) { .hero-product .hero-title { font-size: 4.5rem; } }

.hero-img-container { position: relative; z-index: 10; display: none; }
@media (min-width: 1024px) { .hero-img-container { display: block; } }
.float-img { position: relative; z-index: 10; width: 100%; max-width: 650px; margin: 0 auto; filter: drop-shadow(0 0 60px rgba(224,94,38,0.25)); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* === PRODUCT STATS BAR === */
.stats-bar { position: absolute; bottom: -4rem; left: 24px; right: 24px; background: var(--white); border-radius: 1rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); z-index: 20; display: flex; flex-direction: column; overflow: hidden; }
@media (min-width: 768px) { .stats-bar { flex-direction: row; left: 50%; width: 100%; max-width: 800px; transform: translateX(-50%); } }
.stat-box { flex: 1; padding: 1.5rem; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid var(--border-color); }
@media (min-width: 768px) { .stat-box { border-bottom: none; border-right: 1px solid var(--border-color); } .stat-box:last-child { border-right: none; } }
.stat-icon { background: #fff7ed; padding: 0.75rem; border-radius: 50%; color: var(--fire); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stat-text { font-size: 1.125rem; font-weight: 700; color: var(--charcoal); line-height: 1.2; }
.stat-sub { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.25rem; }

/* === MARQUEE === */
.marquee-container { background-color: var(--fire); color: var(--white); padding: 0.75rem 0; overflow: hidden; border-top: 1px solid #b84214; border-bottom: 1px solid #b84214; position: relative; z-index: 30; }
.marquee-wrapper { display: flex; width: 200%; animation: scroll 30s linear infinite; }
.marquee-wrapper:hover { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; white-space: nowrap; }
.marquee-text { margin: 0 2rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* === ABOUT SECTION (HOME) === */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; background-color: #f3f4f6; padding: 2rem; border-radius: 1rem; border: 1px solid var(--border-color); }
.stat-val { font-size: 2rem; font-family: var(--font-serif); font-weight: 700; margin-bottom: 0.25rem; }
@media (min-width: 768px) { .stat-val { font-size: 2.25rem; } }
.stat-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }

.collage-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, minmax(120px, 1fr)); gap: 1rem; width: 100%; max-height: 600px; aspect-ratio: 1/1; }
@media (min-width: 1024px) { .collage-grid { aspect-ratio: 4/5; } }
.collage-img { width: 100%; height: 100%; object-fit: cover; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }

/* === ECO GRID (PRODUCT PAGE) === */
.eco-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; margin-top: 4rem; }
@media (min-width: 1024px) { .eco-grid { grid-template-columns: 1fr 1fr; } }
.feature-row { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 2rem; }
.feature-icon { width: 48px; height: 48px; min-width: 48px; display: flex; align-items: center; justify-content: center; background: var(--fire); color: var(--white); border-radius: 50%; flex-shrink: 0; }
.feature-row h4 { font-weight: 700; font-size: 1.125rem; color: var(--charcoal); margin-bottom: 0.5rem; }
.feature-row p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

.collage-container { position: relative; }
.collage-images { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: center; }
.collage-images img { border-radius: 1rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); width: 100%; height: 350px; object-fit: cover; }
@media (min-width: 768px) { .collage-images img { height: 450px; } }
.collage-images img:nth-child(2) { margin-top: 4rem; }
.collage-badge { position: absolute; left: -2rem; top: 50%; transform: translateY(-50%); background: var(--charcoal); color: var(--white); padding: 2rem; border-radius: 1rem; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.2); max-width: 200px; text-align: center; }

/* === ECO-FRIENDLY CARDS (HOME) === */
.eco-card { background: var(--white); border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border: 1px solid var(--border-color); display: flex; flex-direction: column; transition: transform 0.3s ease; }
.eco-card:hover { transform: translateY(-4px); }
.eco-img-wrap { height: 18rem; overflow: hidden; background: var(--charcoal); }
.eco-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.eco-content { padding: 2.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.eco-header-inline { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.eco-header-inline svg { width: 36px; height: 36px; color: var(--fire); flex-shrink: 0; }
.eco-header-inline h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--charcoal); margin: 0; line-height: 1.2; }
.eco-tags { display: flex; gap: 1rem; margin-top: auto; padding-top: 1.5rem; }
.eco-tag { background: #fff7ed; color: var(--fire); border: 1px solid #ffedd5; padding: 0.5rem 1rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; }

/* === HOW TO USE (TIMELINE WITH BIG IMAGES) === */
.steps-container { display: flex; flex-direction: column; position: relative; margin-top: 4rem; }
@media (min-width: 768px) { .steps-container { flex-direction: row; justify-content: space-between; } }
.step-line { display: none; position: absolute; top: 4rem; left: 10%; right: 10%; height: 2px; border-top: 2px dashed rgba(255,255,255,0.2); z-index: 0; }
@media (min-width: 1024px) { .step-line { display: block; } }
.step-box { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; margin-bottom: 3rem; padding: 0 1rem; }
@media (min-width: 768px) { .step-box { margin-bottom: 0; } }
.step-circle { width: 8rem; height: 8rem; background: rgba(255,255,255,0.05); border: 4px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.3); margin-bottom: 1.5rem; position: relative; transition: transform 0.3s ease, border-color 0.3s ease; }
.step-circle img { width: 140%; height: 140%; object-fit: contain; transition: transform 0.5s ease; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3)); z-index: 10;}
.step-box:hover .step-circle { transform: translateY(-10px); border-color: var(--fire); }
.step-box:hover .step-circle img { transform: scale(1.1); }
.step-number-badge { position: absolute; top: 0; right: 0; width: 2rem; height: 2rem; background: var(--fire); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.875rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.3); z-index: 20; transform: translate(25%, -25%); }
.step-box h3 { font-weight: 700; font-size: 1.125rem; margin-bottom: 0.5rem; color: var(--white); text-transform: uppercase; letter-spacing: 0.05em; }
.step-box p { font-size: 0.875rem; color: #9ca3af; max-width: 180px; line-height: 1.6; margin: 0 auto; }

/* === 8 REASONS CARDS === */
.reasons-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 4rem; }
@media (min-width: 768px) { .reasons-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .reasons-grid { grid-template-columns: repeat(4, 1fr); } }
.reason-card { background: #f9fafb; border: 1px solid var(--border-color); border-radius: 1rem; padding: 2rem; position: relative; transition: all 0.3s ease; display: flex; flex-direction: column; text-align: left; }
.reason-card:hover { background: var(--white); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); border-color: rgba(217,83,30,0.3); transform: translateY(-5px); }
.reason-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; gap: 1rem; }
.reason-header h3 { font-weight: 700; font-size: 1.125rem; color: var(--charcoal); margin: 0; line-height: 1.4; padding-top: 0.25rem; }
.reason-num { font-size: 2.5rem; font-weight: 800; color: var(--fire); font-family: var(--font-sans); line-height: 1; opacity: 0.9; flex-shrink: 0; }
.reason-content { flex-grow: 1; }
.reason-content p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* === PRODUCTS CATALOG === */
.prod-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .prod-grid { grid-template-columns: repeat(3, 1fr); } }

.product-card { background: var(--white); border-radius: 0.75rem; overflow: hidden; border: 1px solid var(--border-color); display: flex; flex-direction: column; position: relative; transition: box-shadow 0.3s ease; }
.product-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.product-badge { position: absolute; top: 1rem; left: 1rem; z-index: 10; color: var(--white); font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.25rem 0.75rem; border-radius: 2px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.badge-active { background-color: var(--fire); }
.badge-soon { background-color: var(--charcoal); }

.product-img-wrap { height: 16rem; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; background: #f9fafb; padding: 2rem; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.7s ease; }
.product-card:hover .product-img-wrap img { transform: scale(1.05); }
.product-img-soon { opacity: 0.6; filter: grayscale(100%); }
.product-card:hover .product-img-soon { filter: grayscale(0%); }

.product-info { padding: 2rem; display: flex; flex-direction: column; flex-grow: 1; }
.product-cat { color: var(--text-muted); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.cat-active { color: var(--fire); }
.product-info h3 { font-size: 1.25rem; margin-bottom: 0.75rem; color: var(--charcoal); }
.product-info p { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1.5rem; flex-grow: 1; }
.product-specs { list-style: none; margin-bottom: 1.5rem; }
.product-specs li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.5rem; }

/* === MANUFACTURING TIMELINE === */
.timeline { position: relative; margin-bottom: 2.5rem; padding-left: 1.25rem; }
.timeline::before { content: ''; position: absolute; top: 0; bottom: 0; left: 19px; width: 1px; background-color: var(--border-color); }
.timeline-item { display: flex; align-items: flex-start; gap: 1.5rem; position: relative; z-index: 10; margin-bottom: 1.5rem; }
.timeline-num { width: 2.5rem; height: 2.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--white); font-weight: 700; font-size: 0.875rem; flex-shrink: 0; }
.num-active { border: 2px solid var(--fire); color: var(--fire); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.num-inactive { border: 2px solid var(--text-light); color: var(--text-muted); }

/* === COMPARISON SECTION === */
.compare-section { background-color: var(--charcoal); color: var(--white); position: relative; overflow: hidden; padding: 8rem 0; }
.compare-bg { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(217,83,30,0.15) 0%, transparent 70%); z-index: 0; pointer-events: none; }
.compare-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; position: relative; z-index: 10; margin-top: 4rem; }
@media (min-width: 1024px) { .compare-grid { grid-template-columns: 1fr 1fr; } }
.comp-card { border-radius: 1.5rem; padding: 2.5rem; position: relative; overflow: hidden; }
.comp-smart { background: rgba(255,255,255,0.05); border: 1px solid rgba(217,83,30,0.5); box-shadow: 0 0 30px rgba(217,83,30,0.15); backdrop-filter: blur(10px); }
.comp-wood { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.1); opacity: 0.8; transition: opacity 0.3s ease; }
.comp-wood:hover { opacity: 1; }
.comp-badge { position: absolute; top: 0; right: 0; background: var(--fire); color: var(--white); padding: 0.5rem 1rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; border-bottom-left-radius: 1rem; }
.comp-card h3 { font-size: 2rem; font-weight: 700; margin-bottom: 2rem; }
.comp-smart h3 { color: var(--fire); }
.comp-wood h3 { color: var(--text-light); }
.comp-list { display: flex; flex-direction: column; gap: 1rem; }
.comp-list li { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.comp-list li:last-child { border-bottom: none; padding-bottom: 0; }
.comp-label { color: #9ca3af; font-size: 0.875rem; }
.comp-val { font-weight: 600; display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; }
.comp-smart .comp-val { color: var(--white); }
.comp-wood .comp-val { color: #d1d5db; }

/* === VIDEO SECTION === */
.video-section { background-color: var(--charcoal); color: var(--white); position: relative; padding: 8rem 0; overflow: hidden; }
.video-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 0.75rem; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); cursor: pointer; z-index: 10; }
.video-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 20; transition: opacity 0.5s ease; }
.video-overlay img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: opacity 0.5s ease; }
.video-wrapper:hover .video-overlay img { opacity: 0.4; }
.play-btn { width: 6rem; height: 6rem; background: var(--fire); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; transition: transform 0.3s ease; box-shadow: 0 0 40px rgba(217,83,30,0.6); }
.video-wrapper:hover .play-btn { transform: scale(1.1); }
.play-btn svg { color: var(--white); width: 3rem; height: 3rem; margin-left: 0.25rem; }

/* === GALLERY === */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; grid-auto-rows: 220px; }
@media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
.gallery-item { border-radius: 0.75rem; overflow: hidden; position: relative; background: #f3f4f6; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; cursor: pointer; }
.gallery-item:hover img { transform: scale(1.05); }
@media (min-width: 768px) {
.col-span-2 { grid-column: span 2 / span 2; }
.row-span-2 { grid-row: span 2 / span 2; }
}

/* === CONTACT PAGE / SPLIT GRID === */
.contact-split-section { padding: 10rem 0 6rem; background-color: var(--bg-light); min-height: 100vh; display: flex; align-items: center; }
.split-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .split-grid { grid-template-columns: 1fr 1fr; gap: 6rem; } }
.contact-info-wrapper { max-width: 600px; }
.contact-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(217,83,30,0.1); color: var(--fire); padding: 0.5rem 1rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; }
.contact-title { font-size: 3rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--charcoal); }
@media (min-width: 768px) { .contact-title { font-size: 4rem; } }
.contact-desc { font-size: 1.125rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 3rem; }
.info-card { background: var(--white); border: 1px solid var(--border-color); border-radius: 1rem; padding: 1.5rem; display: flex; align-items: flex-start; gap: 1.25rem; margin-bottom: 1rem; transition: all 0.3s ease; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.info-card:hover { transform: translateY(-3px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border-color: rgba(217,83,30,0.3); }
.info-icon { background: #fff7ed; color: var(--fire); width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-content h4 { font-weight: 700; color: var(--charcoal); margin-bottom: 0.25rem; font-size: 1rem; }
.info-content p { color: var(--text-muted); font-size: 0.875rem; line-height: 1.5; }
.info-content a { color: var(--charcoal); transition: color 0.3s ease; }
.info-content a:hover { color: var(--fire); }

/* === MAP SECTION === */
.map-section { width: 100%; height: 450px; background-color: var(--charcoal); display: block; position: relative; z-index: 10; }
.map-section iframe { width: 100%; height: 100%; border: none; filter: contrast(1.1) opacity(0.9); }

/* === FORMS & CONTACT BOX === */
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.75rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; text-align: left; }
.form-control { width: 100%; background: #f9fafb; border: 1px solid var(--border-color); border-radius: 4px; padding: 0.75rem 1rem; color: var(--charcoal); transition: border-color 0.3s ease; }
.form-control:focus { border-color: var(--fire); }
.contact-box { background: var(--white); border-radius: 1rem; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); overflow: hidden; display: flex; flex-direction: column; text-align: left; }
@media (min-width: 1024px) { .contact-box { flex-direction: row; } }
.contact-info { background: var(--charcoal); color: var(--white); padding: 3rem; position: relative; overflow: hidden; }
@media (min-width: 1024px) { .contact-info { width: 40%; } .contact-form { width: 60%; } }
.contact-form { padding: 3rem; }

/* Dark Form (Contact Page) */
.dark-form-card { background: var(--charcoal); border-radius: 1.5rem; padding: 3rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
.dark-form-card::before { content: ''; position: absolute; top: -5rem; right: -5rem; width: 15rem; height: 15rem; background: var(--fire); opacity: 0.15; border-radius: 50%; filter: blur(60px); z-index: 0; pointer-events: none; }
.dark-form-card h3 { font-family: var(--font-serif); font-size: 2rem; font-weight: 700; color: var(--white); margin-bottom: 2rem; position: relative; z-index: 10; }
.dark-form-group { margin-bottom: 1.5rem; position: relative; z-index: 10; }
.dark-form-group label { display: block; font-size: 0.75rem; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; text-align: left; }
.dark-form-control { width: 100%; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 0.875rem 1rem; color: var(--white); transition: all 0.3s ease; }
.dark-form-control:focus { border-color: var(--fire); background: rgba(255,255,255,0.06); }
.dark-form-control::placeholder { color: #6b7280; }

/* === FOOTER === */
.site-footer { background-color: var(--charcoal); padding: 5rem 0 3rem; border-top: 4px solid var(--fire); color: var(--white); position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; margin-bottom: 4rem; position: relative; z-index: 10; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 4fr 3fr 2fr; gap: 4rem; } }
.footer-heading { font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; font-size: 0.875rem; }
.footer-list { display: flex; flex-direction: column; gap: 1.25rem; color: var(--text-light); }
.footer-list li { display: flex; align-items: flex-start; gap: 1rem; font-size: 0.875rem; }
.footer-list a:hover { color: var(--fire); }

/* Social Links */
.social-links { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.social-links a, .contact-socials a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255); border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease; color: var(--white); }
.contact-socials a { background: var(--white); border: 1px solid var(--border-color); color: var(--charcoal); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.social-links a:hover { background: var(--fire); border-color: var(--fire); transform: translateY(-3px); }
.contact-socials a:hover { background: var(--fire); border-color: var(--fire); transform: translateY(-3px); color: var(--white); box-shadow: 0 10px 15px -3px rgba(217,83,30,0.3); }
.social-links svg, .contact-socials svg { width: 18px; height: 18px; fill: currentColor; }

/* Utility */
.hidden { display: none !important; }

/* === CONTACT FORM 7 OVERRIDES === */
.wpcf7-form-control-wrap { display: block; width: 100%; }
.wpcf7 form { margin: 0; }
.wpcf7-not-valid-tip { font-size: 0.75rem; color: #ef4444; margin-top: 0.5rem; font-weight: 600; }
.wpcf7-response-output { border-radius: 4px; font-size: 0.875rem; margin-top: 1.5rem !important; border: 1px solid var(--border-color) !important; padding: 1rem !important; }
.wpcf7-submit { width: 100%; cursor: pointer; }
.dark-form-card .wpcf7-submit { padding: 1.25rem; font-size: 0.875rem; border: none; }
.wpcf7-spinner { margin-top: 1rem; }


