:root { --text-main: #e0e0e0; --text-muted: #b0a0a0; --gold: #d4af37; --gold-light: #fcf6ba; --glass-bg: rgba(30, 0, 0, 0.4); --glass-bg-hover: rgba(50, 0, 0, 0.6); --glass-border: rgba(255, 0, 0, 0.15); --whatsapp-green: #25D366; --whatsapp-dark: #128C7E; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
@media (min-width: 1025px) { ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: rgba(20,0,0,0.5); } ::-webkit-scrollbar-thumb { background: #500; border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: #ff0000; } }
html { height: 100%; width: 100%; }
body { background-color: #3E1019; background-image: radial-gradient(circle at center, #D32F2F 0%, #8E243A 40%, #3E1019 100%); background-repeat: no-repeat; background-size: 200vmax 200vmax; background-position: calc(var(--x, 50vw) - 100vmax) calc(var(--y, 50vh) - 100vmax); transition: background-position 0.1s ease-out; overflow: hidden; color: var(--text-main); font-family: 'Manrope', sans-serif; -webkit-font-smoothing: antialiased; height: 100%; width: 100%; opacity: 0; visibility: hidden; }
@media (pointer: fine) { body { cursor: none; } .cursor-dot, .cursor-outline { display: block; } }
@media (pointer: coarse) { .cursor-dot, .cursor-outline { display: none !important; } }
h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; font-weight: 400; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
a { text-decoration: none; color: inherit; cursor: pointer; }
button { cursor: pointer; }

.cursor-dot, .cursor-outline { position: fixed; top: 0; left: 0; transform: translate(-50%, -50%); border-radius: 50%; z-index: 9999; pointer-events: none; }
.cursor-dot { width: 6px; height: 6px; background: var(--gold); }
.cursor-outline { width: 40px; height: 40px; border: 1px solid rgba(212, 175, 55, 0.4); transition: width 0.3s, height 0.3s, background-color 0.3s; }
body.hovering .cursor-outline { width: 70px; height: 70px; background: rgba(212, 175, 55, 0.1); border-color: var(--gold); mix-blend-mode: screen; }
body.hovering .cursor-dot { opacity: 0; }

.preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #3E1019; z-index: 10000; display: flex; justify-content: center; align-items: center; flex-direction: column; visibility: visible; }
.loader-text { font-family: 'Playfair Display'; font-size: 2rem; color: var(--gold); letter-spacing: 5px; }
.loader-line { width: 0%; height: 2px; background: var(--gold); margin-top: 15px; }

header { position: fixed; width: 100%; padding: 15px 4%; display: flex; justify-content: space-between; align-items: center; z-index: 100; background: linear-gradient(to bottom, rgba(15,0,0,0.95), transparent); backdrop-filter: blur(5px); }
.site-logo { height: 85px; width: auto; object-fit: contain; cursor: pointer; z-index: 102; display: block; transition: transform 0.3s; }
.site-logo:hover { transform: scale(1.05); }
.nav-container { display: flex; align-items: center; }
.nav-link { margin-left: 30px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; position: relative; color: #fff; font-weight: 600; opacity: 0.8; transition: 0.3s; }
.nav-link:hover, .nav-link.active { color: var(--gold); opacity: 1; }
.nav-link.active::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 1px; background: var(--gold); }
.header-call-btn { background: var(--gold); color: #2d0a10; padding: 8px 20px; border-radius: 50px; text-transform: uppercase; font-size: 0.75rem; font-weight: 800; letter-spacing: 1px; margin-left: 20px; display: flex; align-items: center; gap: 8px; transition: 0.3s; }
.header-call-btn:hover { background: #fff; transform: scale(1.05); }
.mobile-menu-toggle { display: none; flex-direction: column; gap: 6px; cursor: pointer; z-index: 102; margin-left: 20px; }
.bar { width: 25px; height: 2px; background: #fff; transition: 0.3s; }
.mobile-menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 0, 0, 0.98); z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: 0.5s ease; }
.mobile-menu-overlay.open { opacity: 1; pointer-events: all; }
.mobile-link { font-family: 'Playfair Display'; font-size: 2rem; color: #fff; margin: 15px 0; opacity: 0; transform: translateY(20px); transition: 0.4s; }
.mobile-menu-overlay.open .mobile-link { opacity: 1; transform: translateY(0); }

main { position: relative; width: 100vw; height: 100vh; }
.tab-section { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; padding-top: 0; opacity: 0; visibility: hidden; pointer-events: none; background-color: transparent; outline: none; }
.tab-section.active-tab { opacity: 1; visibility: visible; pointer-events: all; z-index: 5; }
.tab-content-pad { padding-top: 140px; padding-bottom: 0px; }
.container { width: 88%; max-width: 1300px; margin: 0 auto; position: relative; z-index: 2; }

.gold-anim-text, .hero-title, .teaser-title, .section-title, .footer-big-title, .service-title, .p-title, .about-text h3, .stat-item h3, .f-col h5, .estimated-price, .wcu-card h3 { background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; animation: shine 4s linear infinite; }
@keyframes shine { to { background-position: 200% center; } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-10px);} 60% {transform: translateY(-5px);} }

/* HERO BACKGROUND IMAGE */
.hero-screen { height: 100vh; width: 100%; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 0; 
    background-image: url('https://images.unsplash.com/photo-1600607686527-6fb886090705?q=80&w=2000');
    background-size: cover;
    background-position: center;
    opacity: 0.15; /* Very low opacity for subtle effect */
    filter: grayscale(100%); /* Keeps the red theme dominant */
    mix-blend-mode: overlay; /* Blends nicely with the red gradient */
    pointer-events: none;
}

.hero-content { padding-left: 0; z-index: 2; position: relative; text-align: left; }
.hero-title { font-size: 5rem; line-height: 1.1; margin-bottom: 20px; }
.hero-title span { display: block; transform: translateY(100%); opacity: 0; }
.hero-sub { font-size: 1.2rem; margin: 30px 0 50px; max-width: 600px; color: #ddd; opacity: 0; transform: translateY(20px); font-weight: 300; line-height: 1.6; }
.scroll-indicator { position:absolute; bottom:30px; left:6%; color:#aaa; font-size:0.8rem; letter-spacing:2px; animation: bounce 2s infinite; }

.teaser-section { padding: 100px 0; border-bottom: 1px solid var(--glass-border); }
.teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.img-reveal-wrap { height: 450px; width: 100%; overflow: hidden; position: relative; border-radius: 8px; }
.teaser-img, .about-img-wrap img, .p-img, .service-bg img { width: 100%; height: 100%; object-fit: cover; transition: filter 0.5s ease; filter: grayscale(100%); transform: scale(1.2); will-change: transform; }
.img-reveal-wrap::before, .about-img-wrap::before, .service-card::before, .project-item::before, .furn-visual::before { content: ''; position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px; border: 1px solid rgba(212, 175, 55, 0.3); z-index: 5; transition: all 0.6s cubic-bezier(0.215, 0.610, 0.355, 1); pointer-events: none; }
.img-reveal-wrap:hover::before, .about-img-wrap:hover::before, .service-card:hover::before, .project-item:hover::before, .furn-visual:hover::before { top: 0; left: 0; right: 0; bottom: 0; border-color: var(--gold); border-width: 2px; box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1), 0 0 15px rgba(212, 175, 55, 0.3); }
.teaser-section:hover .teaser-img { filter: grayscale(0%); }
.teaser-title { font-size: 2.5rem; margin-bottom: 20px; }
.teaser-desc { color: var(--text-muted); margin-bottom: 30px; line-height: 1.7; font-size: 1.1rem; }
.btn { padding: 15px 40px; border: 1px solid var(--gold); color: var(--gold); text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; position: relative; overflow: hidden; transition: 0.4s; display: inline-block; font-weight: 600; width: fit-content; background: rgba(30, 0, 0, 0.4); backdrop-filter: blur(2px); }
.btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transition: 0.5s ease-in-out; z-index: -1; }
.btn:hover { color: #000; border-color: var(--gold-light); box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); }
.btn:hover::before { left: 0; }
.btn-whatsapp { border-color: var(--whatsapp-green); color: var(--whatsapp-green); }
.btn-whatsapp::before { background: linear-gradient(90deg, var(--whatsapp-green), var(--whatsapp-dark)); }
.btn-whatsapp:hover { color: #fff; border-color: var(--whatsapp-green); box-shadow: 0 0 20px rgba(37, 211, 102, 0.4); }
.phone-link { display: block; color: #aaa; margin-bottom: 8px; transition: 0.3s; position: relative; width: fit-content; }
.phone-link:hover { color: var(--gold); padding-left: 10px; }

.section-header { margin-bottom: 60px; text-align: center; }
.section-subtitle { color: var(--gold); letter-spacing: 3px; font-size: 0.8rem; text-transform: uppercase; display: block; margin-bottom: 15px; }
.section-title { font-size: 3.5rem; line-height: 1.2; }
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: start; margin-bottom: 100px; }
.about-text p { font-size: 1.1rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 30px; }
.about-text h3 { font-size: 1.8rem; margin-bottom: 20px; margin-top: 40px; }
.about-img-wrap { width: 100%; height: 600px; overflow: hidden; position: relative; }
.about-img-wrap img { transition: transform 1s; filter: grayscale(20%); transform: scale(1.2); }
.about-img-wrap:hover img { filter: grayscale(0%); }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-top: 1px solid var(--glass-border); padding-top: 50px; }
.stat-item h3 { font-size: 3rem; margin-bottom: 5px; } 
.stat-item p { color: #888; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }

.dna-list { display: flex; gap: 50px; margin-bottom: 60px; border-bottom: 1px solid var(--glass-border); padding-bottom: 30px; flex-wrap: wrap; justify-content: center; }
.dna-item { color: var(--text-muted); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }
.dna-item span { color: var(--gold); margin-right: 10px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; padding-bottom: 80px; }
.service-card { position: relative; height: 400px; overflow: hidden; border: 1px solid var(--glass-border); display: block; transition: 0.3s; background: var(--glass-bg); }
.service-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: brightness(0.6) grayscale(100%); transition: 0.6s; transform: scale(1.2); }
.service-content { position: relative; z-index: 7; height: 100%; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(to top, rgba(20,0,0,0.8), transparent); }
.service-card:hover .service-bg { filter: brightness(0.8) grayscale(0%); }
.service-card:hover { border-color: transparent; }
.service-title { font-size: 2rem; margin-bottom: 10px; transform: translateY(10px); transition: 0.4s; } 
.service-desc { color: #ccc; font-size: 1rem; opacity: 0.8; transform: translateY(10px); transition: 0.4s; line-height: 1.6; }
.service-card:hover .service-title { transform: translateY(0); }
.service-card:hover .service-desc { transform: translateY(0); opacity: 1; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-bottom: 100px; }
.project-item { position: relative; height: 450px; overflow: hidden; display: block; border-bottom: 3px solid transparent; transition: 0.3s; background: var(--glass-bg); }
.p-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; transform: scale(1.2); }
.project-item:hover .p-img { filter: grayscale(0%); }
.project-item:hover { border-bottom-color: transparent; }
.p-info { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px; background: linear-gradient(to top, rgba(30,0,0,0.9), transparent); transform: translateY(20px); opacity: 0; transition: 0.4s; z-index: 7; }
.project-item:hover .p-info { transform: translateY(0); opacity: 1; }
.p-title { font-size: 1.4rem; margin-bottom: 5px; } 
.p-loc { font-size: 0.8rem; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }

.calc-wrapper { max-width: 800px; margin: 0 auto; padding-bottom: 100px; background: var(--glass-bg); padding: 40px; border: 1px solid var(--glass-border); backdrop-filter: blur(5px); }
.calc-label { font-size: 1.2rem; color: var(--gold); margin-bottom: 20px; display: block; font-family: 'Playfair Display'; }
.calc-grid-options { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 40px; }
.calc-option { padding: 15px 30px; border: 1px solid rgba(255,255,255,0.1); cursor: pointer; color: #bbb; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; background: rgba(40, 0, 0, 0.3); }
.calc-option:hover { border-color: var(--gold); color: #fff; background: var(--glass-bg-hover); }
.calc-option.selected { background: var(--gold); color: #000; border-color: var(--gold); font-weight: 600; }

.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 0, 0, 0.9); backdrop-filter: blur(10px); z-index: 20000; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: 0.4s ease; }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-box { background: rgba(43, 10, 13, 0.95); border: 2px solid var(--gold); padding: 40px; text-align: center; border-radius: 8px; max-width: 500px; width: 90%; transform: scale(0.8); transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 0 50px rgba(212, 175, 55, 0.2); position: relative; }
.modal-overlay.active .modal-box { transform: scale(1); }
.close-modal { position: absolute; top: 15px; right: 20px; font-size: 2rem; color: #aaa; cursor: pointer; transition: 0.3s; line-height: 0.8; }
.close-modal:hover { color: var(--gold); }
.modal-title { color: #999; font-size: 0.9rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; display: block; }
.modal-price-display { font-size: 3.5rem; color: var(--gold); font-family: 'Playfair Display'; margin-bottom: 10px; line-height: 1; }
.modal-disclaimer { color: #666; font-size: 0.8rem; margin-bottom: 30px; }

.furniture-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 100px; }
.furn-visual { position: sticky; top: 120px; height: 500px; width: 100%; border: 1px solid var(--glass-border); overflow: hidden; background: var(--glass-bg); }
.furn-visual img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease-in-out; transform: scale(1.2); }
.furn-controls { padding-top: 20px; padding: 20px; background: var(--glass-bg); border: 1px solid var(--glass-border); }

.shared-footer { padding: 100px 0 50px; background: linear-gradient(to top, rgba(30,0,0,0.8), rgba(10,0,0,0.4)); border-top: 1px solid var(--glass-border); text-align: center; }
.footer-big-title { font-size: 4vw; margin-bottom: 50px; line-height: 1.1; } 
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 900px; margin: 0 auto 60px; text-align: left; }
.f-col h5 { margin-bottom: 15px; letter-spacing: 2px; font-size: 0.85rem; } 
.f-col p, .f-col a:not(.btn):not(.phone-link) { color: #999; font-size: 1rem; line-height: 1.6; display: block; transition: 0.3s; }
.f-col a:not(.btn):not(.phone-link):hover { color: #fff; }
.copyright { font-size: 0.8rem; color: #666; margin-top: 40px; }

/* CONTACT PAGE ADJUSTMENT */
.contact-wrap { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    min-height: 100vh; /* Changed from 80vh to 100vh for full centering */
    padding-top: 80px; /* Added top padding to push content down from header */
    text-align: center; 
}

.wcu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.wcu-card { background: rgba(30, 0, 0, 0.5); border: 1px solid rgba(212, 175, 55, 0.2); padding: 40px 25px; text-align: center; border-radius: 8px; transition: all 0.4s ease-out; position: relative; overflow: hidden; backdrop-filter: blur(10px); cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.wcu-card:hover { border-color: var(--gold); background: rgba(43, 10, 13, 0.8); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.wcu-icon-wrapper { background-color: rgba(212, 175, 55, 0.1); width: 70px; height: 70px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 25px auto; color: var(--gold); font-size: 1.8rem; transition: 0.4s; border: 1px solid rgba(212, 175, 55, 0.2); }
.wcu-card:hover .wcu-icon-wrapper { background-color: var(--gold); color: #4a0e12; box-shadow: 0 0 20px var(--gold); transform: rotate(360deg); }
.wcu-card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #f1e4c3; margin-bottom: 10px; letter-spacing: 0.5px; line-height: 1.4; transition: color 0.3s; }
.wcu-indicator { margin-top: 15px; font-size: 0.75rem; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; transition: 0.3s; }
.wcu-card:hover .wcu-indicator { opacity: 1; padding-left: 5px; }

#intro-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 0, 0, 0.98); z-index: 11000; display: flex; justify-content: center; align-items: center; backdrop-filter: blur(10px); }
.intro-content { background: rgba(0,0,0,0.7); border: 1px solid var(--gold); padding: 40px; text-align: center; max-width: 600px; width: 90%; box-shadow: 0 0 50px rgba(255, 0, 0, 0.1); }
.intro-title { color: var(--gold); font-family: 'Playfair Display'; font-size: 2.2rem; margin-bottom: 10px; letter-spacing: 2px; }
.gesture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; text-align: left; }
.gesture-item { display: flex; align-items: center; gap: 15px; background: rgba(255, 255, 255, 0.05); padding: 15px; border-radius: 4px; border: 1px solid rgba(255,0,0,0.2); }
.gesture-icon { font-size: 1.8rem; min-width: 30px; text-align: center; }
.gesture-text strong { display: block; color: var(--gold); font-size: 1rem; font-family: 'Playfair Display'; }
.gesture-text span { font-size: 0.8rem; color: #888; text-transform: uppercase; letter-spacing: 1px; }
.permission-text { font-size: 0.9rem; color: #bbb; line-height: 1.6; margin-bottom: 30px; border-left: 2px solid var(--gold); padding-left: 15px; text-align: left; }
.webcam-container { position: fixed; bottom: 20px; right: 20px; width: 140px; height: 105px; border: 1px solid var(--gold); overflow: hidden; z-index: 9000; opacity: 0.8; box-shadow: 0 0 20px rgba(212, 175, 55, 0.2); }
.webcam-container video { width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }
.gesture-status { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.8); color: var(--gold); font-size: 10px; text-align: center; padding: 4px; letter-spacing: 1px; text-transform: uppercase; }

.pv-header { margin-bottom: 40px; }
.pv-hero { width: 100%; height: 60vh; position: relative; overflow: hidden; margin-bottom: 50px; border-bottom: 2px solid var(--gold); }
.pv-hero img { width: 100%; height: 100%; object-fit: cover; animation: zoomIn 20s infinite alternate; }
@keyframes zoomIn { from { transform: scale(1); } to { transform: scale(1.1); } }
.pv-meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border); padding: 30px 0; margin-bottom: 40px; }
.pv-meta-item h5 { font-family: 'Manrope'; font-size: 0.75rem; color: var(--gold); letter-spacing: 2px; margin-bottom: 5px; }
.pv-meta-item p { color: #ddd; font-size: 1rem; }
.pv-desc-container { max-width: 800px; margin: 0 auto 80px; text-align: left; }
.pv-desc-text { font-size: 1.1rem; line-height: 1.8; color: #ccc; margin-bottom: 20px; }
.pv-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 80px; }
.pv-gallery-item { height: 400px; overflow: hidden; position: relative; border: 1px solid var(--glass-border); }
.pv-gallery-item img { transition: 0.5s; filter: grayscale(50%); width: 100%; height: 100%; object-fit: cover; }
.pv-gallery-item:hover img { transform: scale(1.05); filter: grayscale(0%); }
@media(max-width: 768px) { .pv-hero { height: 40vh; } .pv-meta-grid { grid-template-columns: 1fr 1fr; gap: 30px; } .pv-gallery { grid-template-columns: 1fr; } }

@media (max-width: 1024px) { .wcu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    body, a, button { cursor: auto; }
    .cursor-dot, .cursor-outline { display: none !important; }
    header { padding: 10px 5%; }
    .site-logo { height: 60px; }
    .nav-link { display: none; } 
    .header-call-btn { padding: 8px 12px; font-size: 0.65rem; margin-left: 10px; }
    .mobile-menu-toggle { display: flex; } 
    .hero-title { font-size: 12vw; }
    .hero-sub { font-size: 1rem; }
    .section-title { font-size: 2.5rem; }
    .footer-big-title { font-size: 10vw; }
    .teaser-grid, .about-grid, .services-grid, .project-grid, .stats-row, .footer-grid, .furniture-layout { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { text-align: center; }
    .phone-link { margin: 0 auto 10px auto; }
    .wcu-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 8px; margin-top: 30px; }
    .wcu-card { padding: 15px 5px; min-height: 120px; }
    .wcu-icon-wrapper { width: 40px; height: 40px; font-size: 1.2rem; margin-bottom: 10px; }
    .wcu-card h3 { font-size: 0.7rem; line-height: 1.2; }
    .wcu-indicator { font-size: 0.6rem; display: none; }
    .hero-bg { background-attachment: scroll; } 
    .teaser-section { padding: 60px 0; }
    .img-reveal-wrap { height: 250px; order: -1; }
    .about-img-wrap { height: 300px; }
    .service-card { height: 300px; }
    .project-item { height: 350px; }
    .furn-visual { height: 300px; position: relative; top: 0; order: -1; }
    .footer-grid { text-align: center; }
    .f-col { margin-bottom: 20px; }
    .tab-content-pad { padding-top: 100px; }
    .webcam-container, #intro-modal { display: none !important; } 
}