/*
Theme Name: Copper Baths Ferrari
Theme URI: https://copper.ebbanad.in
Author: Antigravity
Description: Premium Luxury Ferrari-Inspired Theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: copperbaths-ferrari
*/

:root {
  --copper-accent: #c46210;
  --bg-black: #080808;
  --bg-dark: #121212;
  --text-light: #f5f5f5;
  --text-muted: #888888;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

body {
  background-color: var(--bg-black);
  color: var(--text-light);
  font-family: var(--font-body);
  margin: 0; padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0;
  letter-spacing: 1.5px;
}

a { color: var(--text-light); text-decoration: none; transition: color 0.3s ease; }

.btn {
  display: inline-block;
  font-family: var(--font-heading); font-weight: 700; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 2px;
  padding: 18px 45px; cursor: pointer; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid var(--copper-accent); background: var(--copper-accent); color: #fff;
}
.btn:hover { background: transparent; color: var(--copper-accent); }

/* Header */
.site-header {
  position: fixed; width: 100%; top: 0; z-index: 1000;
  background: transparent; border-bottom: 1px solid transparent; padding: 25px 60px;
  display: flex; justify-content: space-between; align-items: center; box-sizing: border-box;
  transition: all 0.4s ease;
}
.site-header::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 200%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  z-index: -1; pointer-events: none; transition: opacity 0.4s ease; border-radius: inherit;
}
.site-header.scrolled::before { opacity: 0; }
.site-header.scrolled {
  background: rgba(5,5,5,0.96); backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255,255,255,0.05); padding: 12px 60px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.6);
}
.site-logo a { display: flex; align-items: center; }
.site-logo img { width: 110px; max-width: 100%; height: auto; object-fit: contain; filter: brightness(0) invert(1) !important; -webkit-filter: brightness(0) invert(1) !important; transition: all 0.3s ease; }
.site-header.scrolled .site-logo img { filter: none !important; -webkit-filter: none !important; opacity: 1; }

.main-nav { display: flex; gap: 20px; align-items: center; margin: 0 auto; } /* Centered Menu */

/* Header Right - Utilities */
.header-right { display: flex; align-items: center; gap: 25px; }
.contact-btn {
  font-family: var(--font-heading); font-size: 10px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 2px; padding: 11px 22px; border: 1px solid rgba(255,255,255,0.3); color: #fff;
  text-decoration: none; transition: all 0.3s; border-radius: 2px; white-space: nowrap;
}
.contact-btn:hover { border-color: var(--copper-accent); color: var(--copper-accent); background: rgba(255,255,255,0.05); }
.nav-item { position: relative; }
.nav-item > a { 
  display: flex; align-items: center; gap: 3px; font-family: var(--font-heading); 
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; 
  position: relative; color: var(--text-light); text-decoration: none; padding: 10px 5px; transition: color 0.3s;
}
.nav-item > a:hover, .nav-item:hover > a { color: var(--copper-accent); }
.nav-item > a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0px; left: 0; background: var(--copper-accent); transition: width 0.3s ease; }
.nav-item:hover > a::after { width: 100%; }

/* Dropdown Sub-menu */
.dropdown-menu {
  position: absolute; top: 100%; left: 0; background: rgba(8,8,8,0.98); backdrop-filter: blur(15px);
  border: 1px solid #222; border-top: 2px solid var(--copper-accent);
  min-width: 240px; opacity: 0; visibility: hidden; transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); padding: 15px 0; z-index: 1000;
}
.nav-item.has-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a {
  display: block; padding: 10px 25px; font-family: var(--font-body); font-size: 13px; font-weight: 500;
  color: #ccc; text-transform: none; letter-spacing: 0.5px; text-decoration: none; transition: all 0.3s;
}
.dropdown-menu a:hover { color: #fff; background: rgba(255,255,255,0.05); padding-left: 30px; border-left: 2px solid transparent; border-color: var(--copper-accent); }
.arrow { font-size: 9px; opacity: 0.8; margin-top: 2px; }

/* Hero Slider (Ferrari Style) */
.hero-slider-section {
  position: relative; height: 100vh; width: 100vw; overflow: hidden; margin: 0; padding: 0;
}
.hero-top-gradient {
  position: absolute; top: 0; left: 0; width: 100%; height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 100%);
  z-index: 10; pointer-events: none;
}
.slider-container { width: 100%; height: 100%; position: relative; }
.hero-slide {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex; flex-direction: column; justify-content: flex-end; align-items: center;
  padding-bottom: 15vh; z-index: 1; pointer-events: none;
}
.hero-slide.active { opacity: 1; z-index: 2; pointer-events: auto; }

.slide-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center;
  transform: scale(1.05); transition: transform 8s linear; z-index: -1;
}
.hero-slide.active .slide-bg { transform: scale(1); }
.slide-overlay { 
  position: absolute; top:0; left:0; width:100%; height:100%; 
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.5) 100%); 
  z-index: 0; 
}

.hero-content-bottom {
  text-align: center; z-index: 5;
  position: absolute; bottom: 25vh; left: 50%; transform: translateX(-50%) translateY(40px);
  width: 90%; max-width: 1200px;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
.hero-slide.active .hero-content-bottom { transform: translateX(-50%) translateY(0); opacity: 1; }

.hero-content-bottom h1 {
  font-family: var(--font-heading); font-size: 4.5rem; letter-spacing: -1px; text-transform: uppercase;
  color: #fff; margin-bottom: 25px; font-weight: 800; line-height: 0.95;
  margin-top: 0;
}
@media (max-width: 768px) {
  .hero-content-bottom h1 { font-size: 3rem; }
}
.discover-link {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  font-family: var(--font-heading); font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 4px; color: #fff; text-decoration: none; line-height: 1;
  padding: 10px 0;
}
.arrow-circle {
  display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border: 2px solid rgba(255,255,255,1); border-radius: 50%; box-sizing: border-box;
  transition: all 0.3s ease; opacity: 0.8;
}
.arrow-circle svg { width: 7px; height: 12px; margin-left: 2px; }
.discover-link:hover .arrow-circle { background: #fff; color: #000; border-color: #fff; opacity: 1; }

.slider-nav { position: absolute; bottom: 4vh; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 20; }
.nav-dot { width: 8px; height: 8px; border: 1.5px solid #fff; border-radius: 50%; cursor: pointer; transition: background 0.4s, transform 0.4s; background: transparent; }
.nav-dot.active { background: #fff; transform: scale(1.3); }

/* Sections */
/* Horizontal Draggable Carousel */
.collection-section { padding: 60px 0 60px 10%; background: #ffffff; overflow: hidden; position: relative; }
.country-collection-section { border-top: 1px solid rgba(0,0,0,0.06); }
.country-collection-section.is-primary-country { border-top: none; }
.country-collection-section.is-secondary-country { padding-top: 50px; }
.collection-header-wrapper { display: flex; justify-content: space-between; align-items: flex-end; padding-right: 10%; margin-bottom: 40px; }
.header-content-full { flex: 1; }
.collection-kicker { display: inline-block; margin-bottom: 14px; color: var(--copper-accent); font-family: var(--font-heading); font-size: 0.78rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.section-header { font-size: 3.5rem; text-transform: uppercase; letter-spacing: 2px; margin: 0; padding-bottom: 10px; color: #111; line-height: 1.1; font-weight: 800; }
.collection-sub { color: #555; font-size: 1.1rem; margin-top: 10px; margin-bottom: 0; line-height: 1.6; }
.carousel-controls { display: flex; gap: 15px; }
.carousel-controls button { background: transparent; border: 1px solid rgba(0,0,0,0.2); color: #111; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; }
.carousel-controls button:hover { border-color: #111; background: rgba(0,0,0,0.05); }

.masterpiece-wrapper { width: 100%; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; cursor: grab; padding-bottom: 20px; }
.masterpiece-wrapper::-webkit-scrollbar { display: none; }
.masterpiece-wrapper.active-drag { cursor: grabbing; scroll-behavior: auto; }
.masterpiece-carousel { display: flex; gap: 40px; padding-right: 10vw; width: max-content; }

.masterpiece-card { position: relative; overflow: hidden; background: #000; border: none; width: 22vw; min-width: 300px; flex-shrink: 0; display: block; box-shadow: 0 10px 40px rgba(0,0,0,0.06); }
.masterpiece-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1); opacity: 0.8; pointer-events: none; display: block; }
.masterpiece-card:hover .masterpiece-img { transform: scale(1.08); opacity: 1; }
.masterpiece-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 30px; background: linear-gradient(transparent, rgba(0,0,0,0.95)); pointer-events: none; }
.masterpiece-title { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; letter-spacing: 2px; }
.masterpiece-link { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; color: var(--copper-accent); display: inline-block; position: relative; }
.masterpiece-link::after { content: '→'; margin-left: 8px; transition: margin-left 0.3s ease; }
.masterpiece-card:hover .masterpiece-link::after { margin-left: 15px; }

/* Superiority Split Section (Static) */
.sup-split-section { padding: 60px 5%; background: #ffffff; border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05); }
.sup-split-container { display: flex; width: 100%; max-width: 1500px; margin: 0 auto; align-items: stretch; min-height: 60vh; background: #fdfdfd; box-shadow: 0 20px 50px rgba(0,0,0,0.05); border-radius: 4px; overflow: hidden; }
.sup-left-image { width: 45%; background-size: cover; background-position: center; min-height: 600px; }
.sup-right-content { width: 55%; padding: 80px 8%; display: flex; flex-direction: column; justify-content: center; gap: 60px; }
.sup-item { max-width: 800px; }
.sup-title { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800; text-transform: uppercase; color: #000; margin-bottom: 15px; letter-spacing: 0; line-height: 1.1; display: inline-block; padding-bottom: 10px; border-bottom: 2px solid var(--copper-accent); }
.sup-desc { font-family: var(--font-body); font-size: 1.15rem; color: #444; line-height: 1.8; font-weight: 400; margin: 0; }

/* Philosophy Section (Ferrari Asymmetrical Heritage) */
.philosophy-section-asym { margin: 60px 0; position: relative; height: 80vh; min-height: 600px; display: flex; align-items: center; justify-content: flex-end; background: #ffffff; overflow: hidden; border-top: 1px solid #eee; }
.philosophy-image { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.philosophy-image::after { display: none; }
.philosophy-content-block { position: relative; width: 50%; max-width: 800px; background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 10vh 8vw; z-index: 2; border-left: 1px solid rgba(0,0,0,0.05); border-radius: 10px 0 0 10px; box-shadow: -30px 0 80px rgba(0,0,0,0.08); }
.eyebrow { font-family: var(--font-body); font-size: 11px; text-transform: uppercase; letter-spacing: 4px; color: var(--copper-accent); display: block; margin-bottom: 25px; font-weight: 700; }
.philosophy-title { font-family: var(--font-heading); font-size: 3.5rem; line-height: 1.05; text-transform: uppercase; margin-bottom: 35px; letter-spacing: 1px; color: #111; }
.philosophy-text-wrapper p { color: #444; font-size: 1.1rem; line-height: 1.8; margin-bottom: 25px; font-weight: 300; }
.philosophy-section-asym .btn-outline.glow-effect { border: 1px solid rgba(0,0,0,0.2); color: #111; padding: 15px 45px; display: inline-block; position: relative; }
.philosophy-section-asym .btn-outline.glow-effect:hover { border-color: var(--copper-accent); color: var(--copper-accent); box-shadow: 0 0 20px rgba(184, 115, 51, 0.15); }

/* Global Shipping Section (Ferrari Vertical Accordion) */
.shipping-section-accordion { position: relative; padding: 60px 0 0 0; margin-bottom: 60px; background: #050505; border-top: 1px solid #111; }
.accordion-head { text-align: center; margin-bottom: 60px; max-width: 800px; margin-left: auto; margin-right: auto; padding: 0 5%; }
.accordion-head h2 { font-family: var(--font-heading); font-size: 2.5rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; color: #fff; }
.accordion-head p { color: #888; font-size: 1.15rem; font-weight: 300; }
.shipping-accordion { display: flex; width: 100%; height: 70vh; min-height: 500px; }
.accordion-card { position: relative; flex: 1; min-width: 15vw; height: 100%; background-size: cover; background-position: center; transition: flex 0.7s cubic-bezier(0.25, 1, 0.5, 1); overflow: hidden; cursor: pointer; border-right: 1px solid rgba(255,255,255,0.05); }
.accordion-card:last-child { border-right: none; }
.card-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.8); transition: background 0.5s; }
.accordion-card.active .card-overlay { background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%); }
.card-content { position: absolute; bottom: 50px; left: 50px; right: 50px; z-index: 2; transition: transform 0.5s, opacity 0.5s; opacity: 0.5; transform: translateY(20px); }
.accordion-card.active { flex: 3; }
.accordion-card.active .card-content { opacity: 1; transform: translateY(0); }
.card-icon { width: 40px; height: 40px; color: var(--copper-accent); margin-bottom: 20px; }
.card-icon svg { width: 100%; height: 100%; }
.accordion-card h3 { font-family: var(--font-heading); font-size: 1.8rem; text-transform: uppercase; letter-spacing: 2px; color: #fff; margin-bottom: 15px; white-space: nowrap; }
.accordion-card p { font-size: 1rem; line-height: 1.6; color: #ccc; font-weight: 300; max-width: 450px; display: none; }
.accordion-card.active p { display: block; animation: fadeUp 1s ease forwards; }

@keyframes fadeUp { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } }

/* Split-Screen Configurator CTA */
.atelier-split-section { position: relative; display: flex; width: 100%; height: 75vh; min-height: 600px; overflow: hidden; border-top: 1px solid #111; }
.atelier-side { position: relative; width: 50%; height: 100%; background-size: cover; background-position: center; transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.atelier-split-section:hover .atelier-side { width: 45%; }
.atelier-split-section:hover .atelier-side:hover { width: 55%; }
.atelier-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.6); transition: background 0.4s; }
.atelier-side:hover .atelier-overlay { background: rgba(0,0,0,0.25); }
.atelier-content { position: absolute; bottom: 80px; z-index: 2; transition: transform 0.4s; }
.left-content { left: 10%; }
.right-content { right: 10%; text-align: right; }
.atelier-side:hover .atelier-content { transform: translateY(-10px); }
.atelier-content h3 { font-family: var(--font-heading); font-size: 2.5rem; text-transform: uppercase; color: #fff; margin: 0; letter-spacing: 2px; }

.atelier-center-cta { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; text-align: center; background: rgba(5,5,5,0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); padding: 50px; border: 1px solid rgba(255,255,255,0.05); border-radius: 4px; box-shadow: 0 30px 60px rgba(0,0,0,0.8); min-width: 450px; transition: transform 0.4s; }
.atelier-split-section:hover .atelier-center-cta { transform: translate(-50%, -50%) scale(0.98); }
.atelier-title { font-family: var(--font-heading); font-size: 2.2rem; text-transform: uppercase; color: #fff; margin-bottom: 15px; letter-spacing: 2px; }
.atelier-center-cta p { color: #aaa; font-size: 1.1rem; margin-bottom: 30px; font-weight: 300; }
.btn-atelier { font-family: var(--font-heading); font-size: 1.1rem; text-transform: uppercase; letter-spacing: 2px; padding: 20px 60px; background: var(--copper-accent); color: #fff; border: none; border-radius: 4px; text-decoration: none; display: inline-block; cursor: pointer; transition: background 0.4s; font-weight: 700; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
.btn-atelier:hover { background: #925824; color: #fff; }

/* Single Product Page Header */
.product-hero { height: 75vh; position: relative; display: flex; align-items: flex-end; padding: 60px 10%; background-size: cover; background-position: center; }
.product-hero-overlay { position: absolute; top:0; left:0; right:0; bottom:0; background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,1)); z-index: 1; }
.product-hero-content { position: relative; z-index: 2; }
.product-title { font-size: 4rem; letter-spacing: 2px; line-height: 1.1; margin-bottom: 10px; }
.product-meta { font-family: var(--font-body); font-size: 1rem; color: var(--copper-accent); text-transform: uppercase; letter-spacing: 2px; }

/* Product Details Grid */
.product-details-container { display: flex; gap: 80px; padding: 60px 10%; background: var(--bg-black); }
.product-sidebar { width: 350px; flex-shrink: 0; position: sticky; top: 120px; align-self: flex-start; }
.sidebar-title { font-size: 1.5rem; border-bottom: 2px solid #222; padding-bottom: 15px; margin-bottom: 30px; }
.spec-list { list-style: none; padding: 0; margin: 0 0 40px 0; }
.spec-list li { padding: 15px 0; border-bottom: 1px solid #1a1a1a; font-size: 0.95rem; }
.spec-label { color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-family: var(--font-heading); margin-right: 10px; }
.spec-note { color: #8f8f8f; font-size: 0.92rem; line-height: 1.7; margin: 22px 0 30px; }
.price-block { margin-bottom: 30px; }
.price-label { display: block; font-size: 0.8rem; text-transform: uppercase; color: var(--text-muted); letter-spacing: 2px; margin-bottom: 5px; }
.price-value { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 20px;}
.price-note { color: #8f8f8f; font-size: 0.95rem; line-height: 1.7; margin-top: -8px; margin-bottom: 20px; }

.btn-full { display: block; width: 100%; text-align: center; box-sizing: border-box; }
.btn-outline { background: transparent; border: 1px solid #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: #000; }

.product-main-content { flex-grow: 1; }
.content-body { font-size: 1.15rem; font-weight: 300; line-height: 1.8; color: #ccc; margin-bottom: 60px; }

/* Product Gallery Grid */
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gallery-img img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }

/* Luxury Configurator */
.configurator-wrapper { display: flex; height: 100vh; overflow: hidden; background: var(--bg-black); }
.configurator-preview { width: 55%; position: relative; background: #000; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.configurator-preview img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: opacity 0.4s ease; }
.preview-overlay { position: absolute; top:0; left:0; right:0; bottom:0; background: radial-gradient(circle, transparent 20%, rgba(0,0,0,0.85) 120%); pointer-events: none;}
.configurator-panel { width: 45%; overflow-y: auto; padding: 120px 8% 100px 8%; box-sizing: border-box; }
.config-title { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: 10px; line-height: 1.1; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.config-subtitle { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 50px; font-weight: 300; }
.config-group { margin-bottom: 40px; border-bottom: 1px solid #1a1a1a; padding-bottom: 40px; }
.config-label { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1.5px; }
.config-options { display: flex; gap: 15px; flex-wrap: wrap; }
.config-opt { 
    background: transparent; border: 1px solid #333; color: #fff; 
    padding: 15px 30px; font-family: var(--font-heading); font-size: 0.8rem; 
    text-transform: uppercase; letter-spacing: 1.5px; cursor: pointer; 
    transition: all 0.3s; font-weight: 700;
}
.config-opt:hover { border-color: #fff; }
.config-opt.active { border-color: var(--copper-accent); color: var(--copper-accent); box-shadow: inset 0 0 0 1px var(--copper-accent); }
.configurator-action-bar { 
    position: fixed; bottom: 0; left: 55%; width: 45%; 
    background: rgba(8,8,8,0.95); backdrop-filter: blur(15px); 
    padding: 20px 8%; box-sizing: border-box; border-top: 1px solid #222; 
    display: flex; justify-content: space-between; align-items: center; z-index: 100;
}

/* Contact Page */
.contact-hero { height: 50vh; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; border-bottom: 1px solid #222; }
.contact-hero-overlay { position: absolute; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.85); }
.contact-hero-content { position: relative; z-index: 2; padding: 0 20px; }
.contact-title { font-size: 3.5rem; letter-spacing: 2px; line-height:1; margin-bottom: 10px; }
.contact-subtitle { color: var(--copper-accent); font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; }

.contact-container { display: flex; gap: 80px; padding: 60px 10%; background: var(--bg-dark); }
.contact-info { width: 40%; align-self: flex-start; position: sticky; top: 120px; }
.contact-detail-block { margin-bottom: 30px; }
.detail-label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 5px; font-family: var(--font-heading); font-weight: 700; }
.detail-value { display: block; font-size: 1.2rem; color: #fff; font-weight: 300; }

.contact-form-wrapper { width: 60%; background: #080808; padding: 60px; border: 1px solid #1a1a1a; box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.bespoke-form .form-row { display: flex; gap: 20px; }
.bespoke-form .form-group { margin-bottom: 25px; width: 100%; }
.bespoke-form label { display: block; font-family: var(--font-heading); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 10px; font-weight: 700; }
.bespoke-form input, .bespoke-form select, .bespoke-form textarea { width: 100%; padding: 18px; background: transparent; border: 1px solid #333; color: #fff; font-family: var(--font-body); font-size: 1rem; box-sizing: border-box; outline: none; transition: border-color 0.3s; }
.bespoke-form input:focus, .bespoke-form textarea:focus, .bespoke-form select:focus { border-color: var(--copper-accent); }
.bespoke-form select { appearance: none; -webkit-appearance: none; background: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat right 10px center; }

/* Heritage Page */
.heritage-page-wrapper { background: var(--bg-black); }
.heritage-hero { height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; background-size: cover; background-position: center; text-align: center; }
.heritage-hero-overlay { position: absolute; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.75); }
.heritage-hero-text { position: relative; z-index: 2; max-width: 800px; padding: 0 20px; margin-top: 50px; }
.heritage-kicker { display: block; font-family: var(--font-heading); text-transform: uppercase; letter-spacing: 3px; color: var(--copper-accent); margin-bottom: 20px; font-weight: 700; font-size: 0.9rem; }
.heritage-title { font-size: 4.5rem; letter-spacing: 2px; margin-bottom: 20px; line-height: 1.1; }
.heritage-lead { font-size: 1.25rem; font-weight: 300; line-height: 1.6; color: #ccc; }

.heritage-chapter { display: flex; gap: 80px; padding: 60px 10%; align-items: center; border-bottom: 1px solid #1a1a1a; }
.chapter-right { flex-direction: row-reverse; background: var(--bg-dark); }
.chapter-image { width: 50%; opacity: 0.85; transition: opacity 0.4s; }
.heritage-chapter:hover .chapter-image { opacity: 1; }
.chapter-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border: 1px solid #222; }
.chapter-text { width: 50%; }
.chapter-heading { font-size: 2.5rem; margin-bottom: 20px; border-bottom: 2px solid #333; display: inline-block; padding-bottom: 10px; }
.chapter-text p { font-size: 1.15rem; font-weight: 300; line-height: 1.8; color: #aaa; margin-bottom: 20px; }

/* Maintenance Page */
.maintenance-page { background: linear-gradient(180deg, #050505 0%, #0d0d0d 100%); }
.maintenance-hero {
  min-height: 100vh;
  padding: 140px 10% 80px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
  align-items: end;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(196, 98, 16, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}
.maintenance-hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5,5,5,0.82) 15%, rgba(5,5,5,0.55) 55%, rgba(5,5,5,0.75) 100%),
    url('https://images.unsplash.com/photo-1620626011761-996317b8d101?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}
.maintenance-hero-copy,
.maintenance-hero-panel {
  position: relative;
  z-index: 1;
}
.maintenance-kicker,
.maintenance-panel-kicker,
.maintenance-stat-label {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--copper-accent);
}
.maintenance-title {
  max-width: 820px;
  font-size: 4.8rem;
  line-height: 0.95;
  letter-spacing: 1px;
  margin: 24px 0;
}
.maintenance-lead {
  max-width: 700px;
  font-size: 1.18rem;
  line-height: 1.9;
  color: #b0b0b0;
  margin: 0;
}
.maintenance-hero-panel {
  display: grid;
  gap: 18px;
}
.maintenance-stat {
  padding: 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.maintenance-stat strong {
  display: block;
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
}
.maintenance-band {
  padding: 0 10% 60px;
}
.maintenance-gallery-strip {
  padding: 0 10% 60px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 22px;
}
.maintenance-gallery-card {
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111;
}
.maintenance-gallery-card-large {
  min-height: 420px;
}
.maintenance-gallery-card img,
.maintenance-visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.maintenance-band-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.maintenance-card,
.maintenance-panel,
.maintenance-method,
.maintenance-quote {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
}
.maintenance-card {
  padding: 36px;
}
.maintenance-card h2,
.maintenance-panel h2,
.maintenance-story-copy h2,
.maintenance-restore-head h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  line-height: 1.1;
}
.maintenance-card p,
.maintenance-panel p,
.maintenance-story-copy p,
.maintenance-restore-head p,
.maintenance-method p {
  color: #a8a8a8;
  font-size: 1.03rem;
  line-height: 1.85;
}
.maintenance-grid {
  padding: 20px 10% 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.maintenance-visual-story {
  padding: 10px 10% 60px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}
.maintenance-visual-image {
  min-height: 520px;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.maintenance-visual-copy {
  padding: 52px 44px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maintenance-visual-copy h2 {
  font-size: 2.4rem;
  margin: 18px 0;
}
.maintenance-visual-copy p {
  color: #a8a8a8;
  font-size: 1.05rem;
  line-height: 1.85;
}
.maintenance-panel {
  padding: 40px;
}
.maintenance-panel-warn {
  background: linear-gradient(180deg, rgba(196, 98, 16, 0.08), rgba(255,255,255,0.02));
}
.maintenance-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.maintenance-list li {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #ddd;
  line-height: 1.7;
}
.maintenance-story {
  padding: 20px 10% 60px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}
.maintenance-story-copy {
  padding: 48px;
  background: #101010;
  border-left: 3px solid var(--copper-accent);
}
.maintenance-quote {
  padding: 48px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
    radial-gradient(circle at bottom right, rgba(196, 98, 16, 0.2), transparent 35%);
}
.maintenance-quote p {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.75rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
.maintenance-restore {
  padding: 20px 10% 70px;
}
.maintenance-restore-head {
  max-width: 760px;
  margin-bottom: 36px;
}
.maintenance-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.maintenance-method {
  padding: 34px 30px;
}
.maintenance-method h3 {
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: var(--copper-accent);
  letter-spacing: 3px;
}
.maintenance-method h4 {
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.maintenance-install-note {
  padding: 0 10% 80px;
}
.maintenance-install-note p {
  margin: 0;
  padding: 24px 28px;
  background: rgba(196, 98, 16, 0.12);
  border: 1px solid rgba(196, 98, 16, 0.25);
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.maintenance-editor-content {
  padding: 0 10% 80px;
}
.maintenance-editor-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
}
.maintenance-editor-inner h1,
.maintenance-editor-inner h2,
.maintenance-editor-inner h3,
.maintenance-editor-inner h4 {
  color: #fff;
}
.maintenance-editor-inner p,
.maintenance-editor-inner li {
  color: #b0b0b0;
  line-height: 1.85;
}
.maintenance-editor-inner a {
  color: var(--copper-accent);
}

/* Benefits Page */
.benefits-page { background: linear-gradient(180deg, #050505 0%, #0d0d0d 100%); }
.benefits-hero {
  min-height: 72vh;
  padding: 140px 10% 70px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.benefits-hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5,5,5,0.9) 8%, rgba(5,5,5,0.5) 52%, rgba(5,5,5,0.82) 100%),
    url('assets/images/benefits/copper-benefits-banner.png');
  background-size: cover;
  background-position: center;
}
.benefits-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.benefits-kicker {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--copper-accent);
}
.benefits-title {
  font-size: 4.6rem;
  line-height: 0.95;
  margin: 22px 0;
}
.benefits-lead {
  color: #b0b0b0;
  font-size: 1.15rem;
  line-height: 1.85;
}
.benefits-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.benefits-hero-actions .btn-primary,
.benefits-hero-actions .btn-secondary,
.benefits-cta .btn-primary {
  min-width: 180px;
  text-align: center;
}
.benefits-statement {
  padding: 90px 10%;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: stretch;
}
.benefits-statement-copy {
  padding: 48px;
  background: #101010;
  border-left: 3px solid var(--copper-accent);
}
.benefits-statement-copy h2,
.benefits-experience-copy h2,
.benefits-comparison-copy h2,
.benefits-designers h2,
.benefits-investment h2,
.benefits-cta h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.15;
  margin: 16px 0 18px;
}
.benefits-statement-copy p,
.benefits-experience-copy p,
.benefits-comparison-copy p,
.benefits-designers p,
.benefits-investment p {
  color: #aaa;
  font-size: 1.04rem;
  line-height: 1.85;
}
.benefits-statement-note {
  padding: 42px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.05), rgba(5,5,5,0.82)),
    url('assets/images/benefits/copper-bath-feature.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 360px;
}
.benefits-statement-note p {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  line-height: 1.45;
  text-transform: uppercase;
}
.benefits-grid {
  padding: 0 10% 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.benefits-card {
  padding: 34px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
}
.benefits-card-wide {
  grid-column: 1 / -1;
}
.benefits-card h2 {
  font-size: 1.45rem;
  line-height: 1.25;
  margin-bottom: 16px;
}
.benefits-card p {
  color: #aaa;
  font-size: 1.04rem;
  line-height: 1.8;
}
.benefits-experience {
  padding: 20px 10% 90px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: stretch;
}
.benefits-experience-media {
  min-height: 460px;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.5)),
    url('assets/images/benefits/copper-bath-interior.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.08);
}
.benefits-experience-copy {
  padding: 52px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
}
.benefits-comparison,
.benefits-designers,
.benefits-investment {
  padding: 0 10% 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.benefits-comparison-copy,
.benefits-designers > div,
.benefits-investment article {
  padding: 40px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
}
.benefits-check-list {
  list-style: none;
  margin: 0;
  padding: 32px 38px;
  background: #101010;
  border: 1px solid rgba(184,115,51,0.24);
}
.benefits-check-list li {
  position: relative;
  padding: 17px 0 17px 34px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #ddd;
  line-height: 1.55;
}
.benefits-check-list li:last-child {
  border-bottom: 0;
}
.benefits-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--copper-accent);
  transform: rotate(45deg);
}
.benefits-cta {
  margin: 0 10% 90px;
  padding: 54px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(184,115,51,0.18), rgba(255,255,255,0.03)),
    #101010;
  border: 1px solid rgba(184,115,51,0.28);
}
.benefits-cta h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.benefits-cta .btn-primary {
  display: inline-block;
  margin-top: 14px;
}
.benefits-editor-content {
  padding: 0 10% 80px;
}
.benefits-editor-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
}
.benefits-editor-inner h1,
.benefits-editor-inner h2,
.benefits-editor-inner h3,
.benefits-editor-inner h4 {
  color: #fff;
}
.benefits-editor-inner p,
.benefits-editor-inner li {
  color: #b0b0b0;
  line-height: 1.85;
}
.benefits-editor-inner a {
  color: var(--copper-accent);
}

/* Gauge Page */
.gauge-page { background: linear-gradient(180deg, #050505 0%, #0d0d0d 100%); }
.gauge-hero {
  min-height: 72vh;
  padding: 140px 10% 70px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.gauge-hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5,5,5,0.86) 15%, rgba(5,5,5,0.55) 55%, rgba(5,5,5,0.82) 100%),
    url('https://images.unsplash.com/photo-1584622781564-1d987f7333c1?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
}
.gauge-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.gauge-kicker {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--copper-accent);
}
.gauge-title {
  font-size: 4.4rem;
  line-height: 0.95;
  margin: 22px 0;
}
.gauge-lead {
  color: #b0b0b0;
  font-size: 1.15rem;
  line-height: 1.85;
}
.gauge-grid {
  padding: 0 10% 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.gauge-card {
  padding: 34px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
}
.gauge-card-wide {
  grid-column: 1 / -1;
}
.gauge-card h2,
.gauge-comparison-copy h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.gauge-card p,
.gauge-comparison-copy p {
  color: #aaa;
  font-size: 1.04rem;
  line-height: 1.8;
}
.gauge-comparison {
  padding: 0 10% 80px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}
.gauge-comparison-copy,
.gauge-comparison-bars {
  padding: 36px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
}
.gauge-bar-row {
  display: grid;
  grid-template-columns: 110px 1fr 160px;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}
.gauge-bar-row span,
.gauge-bar-row strong {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gauge-bar-row strong {
  color: #fff;
}
.gauge-bar {
  height: 18px;
  background: linear-gradient(90deg, var(--copper-accent), #f0b06b);
  border-radius: 999px;
}
.gauge-bar-14 { width: 100%; }
.gauge-bar-16 { width: 72%; }
.gauge-bar-18 { width: 48%; }
.gauge-editor-content {
  padding: 0 10% 80px;
}
.gauge-editor-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
}
.gauge-editor-inner h1,
.gauge-editor-inner h2,
.gauge-editor-inner h3,
.gauge-editor-inner h4 {
  color: #fff;
}
.gauge-editor-inner p,
.gauge-editor-inner li {
  color: #b0b0b0;
  line-height: 1.85;
}
.gauge-editor-inner a {
  color: var(--copper-accent);
}

/* Copper Collection Page */
.copper-collection-page { background: #050505; }
.copper-collection-hero {
  min-height: 70vh;
  padding: 140px 10% 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.copper-collection-hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5,5,5,0.88) 15%, rgba(5,5,5,0.58) 55%, rgba(5,5,5,0.82) 100%),
    url('https://images.unsplash.com/photo-1620626011761-996317b8d101?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
}
.copper-collection-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
}
.copper-collection-kicker {
  display: inline-block;
  color: var(--copper-accent);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.copper-collection-title {
  font-size: 4.8rem;
  line-height: 0.95;
  margin: 20px 0 28px;
}
.copper-collection-lead p {
  color: #b0b0b0;
  font-size: 1.12rem;
  line-height: 1.85;
  margin: 0 0 18px;
}
.copper-collection-toolbar {
  padding: 0 10% 28px;
}
.copper-collection-toolbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 20px;
}
.copper-collection-sort,
.copper-collection-count {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8d8d8d;
}
.copper-collection-sort strong,
.copper-collection-count {
  color: #fff;
}
.copper-collection-grid-wrap {
  padding: 20px 10% 80px;
}
.copper-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.copper-collection-card {
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  padding: 26px;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
}
.copper-collection-card:hover {
  border-color: rgba(184, 115, 51, 0.5);
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(184, 115, 51, 0.15);
}
.copper-collection-card-link {
  display: block;
}
.copper-collection-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 22px;
  transition: transform 0.6s ease;
}
.copper-collection-card:hover .copper-collection-card-image {
  transform: scale(1.05);
}
.copper-collection-card-title {
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0 18px;
}
.copper-collection-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #d58a2d;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.74rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.copper-collection-stars {
  color: #0f8b7b;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.copper-collection-review-line {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #262626;
  font-size: 1rem;
}
.copper-collection-review-line small {
  color: #6d6d6d;
  font-size: 0.88rem;
}
.copper-collection-card-cta {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.82rem;
  padding: 16px 20px;
}
.copper-collection-card-demo {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
}
.copper-collection-card-demo:hover {
  border-color: rgba(184, 115, 51, 0.35);
  box-shadow: 0 24px 50px rgba(0,0,0,0.08);
}
.copper-collection-card-demo .copper-collection-card-title {
  color: #1c1c1c;
  font-size: 1.15rem;
  text-transform: none;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.copper-collection-card-demo .copper-collection-card-link {
  color: inherit;
}
.copper-collection-empty {
  padding: 60px 40px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}
.copper-collection-empty h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.copper-collection-empty p {
  color: #aaa;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 16px;
}

/* Navigation Hamburger & Overlay */
.menu-toggle { display: none; flex-direction: column; gap: 6px; cursor: pointer; z-index: 2000; }
.menu-toggle .bar { width: 30px; height: 2px; background: var(--text-light); transition: 0.4s; }
.menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); background: var(--copper-accent); }
.menu-toggle.active .bar:nth-child(2) { opacity: 0; }
.menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: var(--copper-accent); }

.overlay-nav {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(8, 8, 8, 0.98); backdrop-filter: blur(20px);
    z-index: 1500; display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.overlay-nav.open { opacity: 1; pointer-events: auto; }
.close-menu { position: absolute; top: 25px; right: 35px; font-size: 4rem; color: #fff; cursor: pointer; z-index: 1600; font-family: sans-serif; transition: color 0.3s; line-height: 0.8; opacity: 0.7; font-weight: 300; }
.close-menu:hover { opacity: 1; color: var(--copper-accent); }
.overlay-nav-content { display: flex; flex-direction: column; text-align: center; gap: 26px; padding: 20px 10%; }
.overlay-link {
    font-family: var(--font-heading); font-weight: 700; font-size: 1.8rem; text-transform: uppercase;
    color: #888; transition: color 0.3s; letter-spacing: 4px;
}
.overlay-link:hover { color: #fff; }

/* Responsive */
@media (max-width: 1024px) {
  .configurator-wrapper { flex-direction: column; height: auto; overflow: visible; }
  .configurator-preview, .configurator-panel { width: 100%; }
  .configurator-preview { height: 50vh; }
  .configurator-action-bar { left: 0; width: 100%; }
  .configurator-panel { padding-top: 60px; }
}

@media (max-width: 900px) {
  .product-details-container { flex-direction: column-reverse; }
  .product-sidebar { width: 100%; position: static; }
  .heritage-section { flex-direction: column; }
  .heritage-image, .heritage-text { width: 100%; }
  .heritage-chapter, .chapter-right { flex-direction: column; padding: 80px 5%; gap: 40px; }
  .chapter-image, .chapter-text { width: 100%; }
  .maintenance-hero,
  .maintenance-gallery-strip,
  .maintenance-band-inner,
  .maintenance-visual-story,
  .maintenance-grid,
  .maintenance-story,
  .maintenance-methods,
  .benefits-statement,
  .benefits-experience,
  .benefits-comparison,
  .benefits-designers,
  .benefits-investment { grid-template-columns: 1fr; }
  .maintenance-hero { min-height: auto; padding: 120px 5% 60px; }
  .maintenance-band,
  .maintenance-gallery-strip,
  .maintenance-visual-story,
  .maintenance-grid,
  .maintenance-story,
  .maintenance-restore,
  .maintenance-install-note,
  .maintenance-editor-content,
  .benefits-statement,
  .benefits-grid,
  .benefits-experience,
  .benefits-comparison,
  .benefits-designers,
  .benefits-investment,
  .benefits-editor-content,
  .gauge-grid,
  .gauge-comparison,
  .gauge-editor-content,
  .copper-collection-toolbar,
  .copper-collection-grid-wrap { padding-left: 5%; padding-right: 5%; }
  .benefits-cta { margin-left: 5%; margin-right: 5%; }
  .maintenance-title { font-size: 3.2rem; }
  .maintenance-story-copy,
  .maintenance-quote,
  .benefits-statement-copy,
  .benefits-statement-note,
  .benefits-experience-copy,
  .benefits-comparison-copy,
  .benefits-designers > div,
  .benefits-investment article { padding: 36px 28px; }
  .maintenance-gallery-card-large,
  .maintenance-gallery-card,
  .maintenance-visual-image { min-height: 320px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-title { font-size: 3.2rem; }
  .gauge-grid,
  .gauge-comparison { grid-template-columns: 1fr; }
  .gauge-title { font-size: 3.2rem; }
  .copper-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .copper-collection-title { font-size: 3.2rem; }
  
  .philosophy-section-asym { flex-direction: column; justify-content: flex-start; height: auto; padding-bottom: 40px; }
  .philosophy-image { width: 100%; height: 350px; position: relative; }
  .philosophy-image::after { width: 100%; height: 20%; top: auto; bottom: 0; background: linear-gradient(0deg, #ffffff, transparent); }
  .philosophy-content-block { width: 100%; padding: 40px 5%; box-shadow: none; background: transparent; }
  
  .shipping-accordion { flex-direction: column; height: auto; }
  .accordion-card { min-height: 120px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); flex: none; height: 120px; }
  .accordion-card.active { flex: none; height: 400px; }
  .card-content { left: 20px; right: 20px; bottom: 30px; }
  
  .sup-split-section { padding: 60px 5%; }
  .sup-split-container { flex-direction: column; }
  .sup-left-image { width: 100%; height: 400px; min-height: auto; }
  .sup-right-content { width: 100%; padding: 60px 8%; gap: 40px; }
  .sup-title { font-size: 1.8rem; }

  .atelier-split-section { flex-direction: column; }
  .atelier-side { width: 100%; height: 50%; }
  .atelier-split-section:hover .atelier-side { width: 100%; }
  .atelier-split-section:hover .atelier-side:hover { width: 100%; }
  .atelier-center-cta { min-width: 90%; transform: translate(-50%, -50%) scale(0.85); }
  
  .main-nav { display: none; }
  .desktop-item { display: none !important; }
  .menu-toggle { display: flex; margin-left: auto; }
  .close-menu { top: 20px; right: 25px; font-size: 3.2rem; }
}

@media (max-width: 768px) {
  .site-header { padding: 15px 25px; flex-direction: row; justify-content: space-between; gap: 0; }
  .hero-content h1 { font-size: 3.5rem; }
  .main-nav { display: none; }
  .masterpiece-grid { grid-template-columns: 1fr; }
  .masterpiece-card:nth-child(even) { margin-top: 0; }
  .maintenance-title { font-size: 2.5rem; }
  .maintenance-lead,
  .maintenance-card p,
  .maintenance-panel p,
  .maintenance-story-copy p,
  .maintenance-restore-head p,
  .maintenance-method p { font-size: 0.98rem; }
  .maintenance-card,
  .maintenance-panel,
  .maintenance-method { padding: 28px 22px; }
  .maintenance-quote p { font-size: 1.35rem; }
  .maintenance-visual-copy,
  .maintenance-editor-inner,
  .benefits-editor-inner,
  .benefits-card,
  .benefits-cta,
  .benefits-check-list,
  .gauge-editor-inner,
  .gauge-card,
  .gauge-comparison-copy,
  .gauge-comparison-bars { padding: 30px 22px; }
  .benefits-statement { padding-top: 56px; padding-bottom: 60px; }
  .benefits-experience-media { min-height: 320px; }
  .benefits-hero-actions .btn-primary,
  .benefits-hero-actions .btn-secondary,
  .benefits-cta .btn-primary { width: 100%; }
  .benefits-title { font-size: 2.5rem; }
  .benefits-lead,
  .benefits-card p,
  .benefits-statement-copy p,
  .benefits-experience-copy p,
  .benefits-comparison-copy p,
  .benefits-designers p,
  .benefits-investment p { font-size: 0.98rem; }
  .benefits-statement-copy h2,
  .benefits-experience-copy h2,
  .benefits-comparison-copy h2,
  .benefits-designers h2,
  .benefits-investment h2,
  .benefits-cta h2 { font-size: 1.75rem; }
  .benefits-statement-note p { font-size: 1.25rem; }
  .gauge-title { font-size: 2.5rem; }
  .gauge-lead,
  .gauge-card p,
  .gauge-comparison-copy p { font-size: 0.98rem; }
  .gauge-bar-row { grid-template-columns: 1fr; gap: 10px; }
  .copper-collection-grid { grid-template-columns: 1fr; }
  .copper-collection-title { font-size: 2.5rem; }
  .copper-collection-toolbar-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .copper-collection-card { padding: 22px; }
  .copper-collection-lead p,
  .copper-collection-empty p { font-size: 0.98rem; }

  .country-collection-section,
  .country-collection-section.is-secondary-country { padding: 40px 0 40px 24px; }
  .collection-header-wrapper { flex-direction: column; align-items: flex-start; gap: 24px; padding-right: 24px; }
  .header-content-full { min-width: 100%; order: 1; }
  .section-header { font-size: 2rem; }
  .collection-sub { font-size: 1rem; }
  .carousel-controls { position: absolute; bottom: 40px; right: 10%; order: 3; }
  .masterpiece-wrapper { padding-bottom: 90px !important; }
  .masterpiece-carousel { gap: 24px; padding-right: 24px; }
  .masterpiece-card { width: 78vw; min-width: 280px; }
}

/* ========================================================= */
/* WOOCOMMERCE: LUXURY CATALOG MODE OVERRIDES */
/* ========================================================= */
.woocommerce, .woocommerce-page { background: #050505; color: #ccc; margin: 0; padding: 0; min-height: 100vh; }
.woocommerce-products-header { padding: 15vh 10%; background: linear-gradient(180deg, #111, #050505); text-align: center; border-bottom: 1px solid #222; }
.woocommerce-products-header__title { font-family: var(--font-heading); font-size: 4.5rem; text-transform: uppercase; color: #fff; letter-spacing: 2px; }
.term-description { color: #aaa; font-size: 1.2rem; max-width: 800px; margin: 20px auto 0; font-weight: 300; }

.woocommerce-ordering { margin: 40px 10% 0 auto; display: block; width: fit-content; }
.woocommerce-ordering select { background: transparent; color: #fff; border: 1px solid #444; padding: 10px 20px; font-family: var(--font-body); text-transform: uppercase; outline: none; border-radius: 0; }

/* Grid Redesign */
.woocommerce ul.products { padding: 40px 10%; display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 40px !important; margin: 0 !important; }
.woocommerce ul.products li.product { background: #0a0a0a; border: 1px solid #1a1a1a; padding: 30px; text-align: center; transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); float: none !important; width: 100% !important; margin: 0 !important; }
.woocommerce ul.products li.product:hover { border-color: rgba(184, 115, 51, 0.5); transform: translateY(-10px); box-shadow: 0 30px 60px rgba(184, 115, 51, 0.15); }

/* Image Normalization */
.woocommerce ul.products li.product a img { width: 100%; height: 280px; object-fit: contain; margin-bottom: 25px; transition: transform 0.6s; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.05); }

/* Typography */
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-heading); font-size: 1.15rem; text-transform: uppercase; color: #fff; letter-spacing: 2px; margin-bottom: 15px; }

/* Vaporize basic retail elements */
.woocommerce span.onsale, .woocommerce-page span.onsale, .single-product span.onsale { display: none !important; } /* Nuke orange 'Sale' bubbles */
.woocommerce .star-rating { display: none !important; } /* Hide green stars */
.woocommerce-result-count { color: #777; margin: 50px 0 0 10%; display: inline-block; }

@media (max-width: 1200px) { .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 768px) { .woocommerce ul.products { grid-template-columns: 1fr !important; padding: 40px 5%; } .woocommerce-products-header__title { font-size: 3rem; } }

/* ========================================================= */
/* WOOCOMMERCE: SINGLE PRODUCT LUXURY SHOWCASE OVERRIDES */
/* ========================================================= */
.single-product .site-main { display: flex; flex-wrap: wrap; max-width: 1400px; margin: 0 auto; padding: 60px 5%; gap: 60px; }
.single-product div.product { display: flex; flex-wrap: wrap; width: 100%; gap: 60px; }
.single-product div.product .woocommerce-product-gallery { width: 50% !important; float: none !important; border: 1px solid rgba(255,255,255,0.05); }
.single-product div.product .summary { width: calc(50% - 60px) !important; float: none !important; color: #aaa; }

.woocommerce-product-gallery__wrapper { overflow: hidden; }
.woocommerce-product-gallery img { width: 100%; height: auto; object-fit: cover; }

.product_title { font-family: var(--font-heading); font-size: 3.2rem; text-transform: uppercase; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: 2px; }
.woocommerce-product-details__short-description { font-size: 1.15rem; line-height: 1.8; margin-bottom: 30px; font-weight: 300; }

/* Annihilate Retail Garbage on Single Pages */
.single-product form.cart, .single-product .quantity, .single-product button[type="submit"].single_add_to_cart_button { display: none !important; }
.single-product .woocommerce-product-rating { display: none !important; }
.single-product .price { display: none !important; } /* Nuke Price if present */

/* Product Meta (Categories/Tags) */
.product_meta { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; margin-top: 40px; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; color: #777; }
.product_meta a { color: var(--copper-accent); text-decoration: none; }

/* Mobile Single Product */
@media (max-width: 992px) {
    .single-product div.product .woocommerce-product-gallery { width: 100% !important; }
    .single-product div.product .summary { width: 100% !important; }
    .product_title { font-size: 2.5rem; }
    .single-product .site-main { padding: 40px 5%; }
}

/* Tabs Formatting */
.woocommerce-tabs { width: 100%; margin-top: 60px !important; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 50px; }
.woocommerce-tabs ul.tabs { list-style: none; padding: 0; margin: 0 0 30px 0; display: flex; gap: 30px; border: none !important; }
.woocommerce-tabs ul.tabs li { background: transparent !important; border: none !important; border-radius: 0 !important; padding: 0 !important; }
.woocommerce-tabs ul.tabs li a { color: #666 !important; font-family: var(--font-heading); text-transform: uppercase; font-size: 1.2rem; letter-spacing: 2px; }
.woocommerce-tabs ul.tabs li.active a { color: var(--copper-accent) !important; font-weight: 700; }
.woocommerce-tabs .panel { color: #aaa; line-height: 1.8; font-weight: 300; }
.woocommerce-tabs .panel h2 { display: none; } /* Hide redundant tab titles */

/* Region Selector */
.region-selector {
    background: transparent;
    color: var(--text-light);
    border: 1px solid var(--text-muted);
    padding: 5px 10px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    margin-right: 15px;
}
.region-selector option {
    background-color: var(--bg-black);
    color: var(--text-light);
}

/* ========================================================= */
/* SITE FOOTER */
/* ========================================================= */
.site-footer { background: #050505; padding: 100px 10% 40px 10%; border-top: 1px solid rgba(255,255,255,0.05); color: #aaa; font-family: var(--font-body); margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 80px; }
.footer-logo { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; color: #fff; margin-bottom: 15px; }
.footer-tagline { font-size: 1rem; line-height: 1.8; color: #777; max-width: 300px; margin: 0; }
.footer-heading { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #fff; margin-bottom: 25px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 15px; }
.footer-col ul li a { color: #888; font-size: 0.95rem; text-decoration: none; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--copper-accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.95rem; color: #bbb; }
.copyright { margin: 0; color: #fff; font-weight: 500; }
.footer-legal a { color: #aaa; margin-left: 20px; transition: color 0.3s; text-decoration: none; }
.footer-legal a:hover { color: var(--copper-accent); }

@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 60px; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-tagline { margin: 0 auto; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .footer-legal { display: flex; flex-direction: column; gap: 15px; }
    .footer-legal a { margin: 0; }
}

/* ========================================================= */
/* LUXURY PRELOADER */
/* ========================================================= */
#luxury-preloader {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: #050505; z-index: 999999; display: flex; flex-direction: column; align-items: center; justify-content: center;
    transition: opacity 0.8s ease, visibility 0.8s ease; opacity: 1; visibility: visible;
}
body.loaded #luxury-preloader { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-brand {
    font-family: var(--font-heading); font-size: 1.2rem; font-weight: 900; letter-spacing: 15px; text-transform: uppercase; color: #fff; margin-bottom: 30px; margin-left: 15px;
    opacity: 0; transform: translateY(10px); animation: fadeUpLoader 1s ease forwards 0.2s;
}
.preloader-bar {
    width: 250px; height: 1px; background: rgba(255,255,255,0.1); overflow: hidden;
    opacity: 0; animation: fadeUpLoader 1s ease forwards 0.4s;
}
.preloader-progress {
    width: 0; height: 100%; background: var(--copper-accent);
    animation: loadProgressLoader 1.5s cubic-bezier(0.8, 0, 0.2, 1) forwards 0.8s;
}
@keyframes fadeUpLoader { to { opacity: 1; transform: translateY(0); } }
@keyframes loadProgressLoader {
    0% { width: 0; }
    50% { width: 60%; }
    100% { width: 100%; }
}
