@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&display=swap');

/* ===================================
   MY HOME MY GARDEN — SHARED STYLES
   Brand: Slate #1E2D22 | Merbau Timber #B86822
=================================== */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #4F6A55;
  --blue-dark: #2D4232;
  --blue-mid: #6B8A70;
  --blue-light: #EBF1E8;
  --orange: #B86822;
  --orange-dark: #8B4E18;
  --orange-light: #FAF2E6;
  --dark: #1E2D22;
  --text: #2A3526;
  --grey: #6B7565;
  --light-grey: #F5F1EB;
  --border: #D8E3D6;
  --white: #FFFFFF;
  --shadow: 0 4px 24px rgba(46,66,50,0.10);
  --shadow-lg: 0 8px 40px rgba(46,66,50,0.15);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s ease;
}

html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: var(--transition); }
ul { list-style: none; }
h1,h2,h3,h4,h5 { line-height: 1.25; font-weight: 700; color: var(--dark); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p { margin-bottom: 1rem; }
section { padding: 80px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- TYPOGRAPHY ---------- */
.text-blue { color: var(--blue); }
.text-orange { color: var(--orange); }
.text-grey { color: var(--grey); }
.text-center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--grey); max-width: 700px; }
.section-label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; display: block; }
.section-title { margin-bottom: 16px; }
.section-subtitle { color: var(--grey); font-size: 1.1rem; max-width: 620px; margin-bottom: 48px; }
.section-header { margin-bottom: 56px; }
.section-header.centered { text-align: center; }
.section-header.centered .section-subtitle { margin: 0 auto 48px; }

/* ---------- BUTTONS ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; cursor: pointer; border: 2px solid transparent; transition: var(--transition); white-space: nowrap; }
.btn-primary { background: var(--orange); color: var(--white); border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,130,31,0.3); }
.btn-secondary { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-secondary:hover { background: var(--blue); color: var(--white); transform: translateY(-2px); }
.btn-white { background: var(--white); color: var(--blue); border-color: var(--white); }
.btn-white:hover { background: var(--blue-light); transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); color: var(--white); }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-group { display: flex; flex-wrap: wrap; gap: 16px; }

/* ---------- NAVIGATION ---------- */
.navbar { background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(0,0,0,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 32px; }
.nav-logo { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1.2rem; color: var(--dark); flex-shrink: 0; text-decoration: none; }

/* ── SVG icon ── */
.logo-icon { height: 42px; width: auto; flex-shrink: 0; }
.li-house { fill: none; stroke: #2D4232; stroke-width: 10; stroke-linejoin: round; stroke-linecap: round; }
.li-win   { fill: #4F6A55; }
.li-wave  { fill: none; stroke: #4F6A55; stroke-width: 8; stroke-linecap: round; }
.li-stem  { fill: none; stroke: #B86822; stroke-width: 7; stroke-linecap: round; }
.li-leaf  { fill: #B86822; }

/* ── Wordmark lockup ── */
.logo-wordmark { display: flex; flex-direction: column; line-height: 1; gap: 0; }
.logo-wm-name {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.98rem; font-weight: 800; color: var(--blue-dark);
  letter-spacing: -0.01em; line-height: 1.15; white-space: nowrap;
}
.logo-wm-sub {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.52rem; font-weight: 600; letter-spacing: 0.17em;
  text-transform: uppercase; color: var(--orange); margin-top: 5px;
}

/* ── Footer / dark background variants ── */
.footer .logo-icon { height: 36px; }
.footer .li-house { stroke: rgba(255,255,255,0.85); }
.footer .li-win   { fill: rgba(255,255,255,0.65); }
.footer .li-wave  { stroke: rgba(255,255,255,0.5); }
.footer .logo-wm-name { color: rgba(255,255,255,0.92); }
.footer .logo-wm-sub  { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 14px; border-radius: 6px; font-size: 0.9rem; font-weight: 500; color: var(--text); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); background: var(--blue-light); }
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 4px; }
/* ▾ already in HTML text — no ::after needed */
.dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); min-width: 220px; padding: 8px; border: 1px solid var(--border); }
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 14px; border-radius: 6px; font-size: 0.88rem; color: var(--text); }
.dropdown-menu a:hover { background: var(--blue-light); color: var(--blue); }
.nav-cta { margin-left: 8px; }
.nav-phone-wrap { display: flex; align-items: center; margin-left: 4px; }
.nav-phone-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 6px; font-size: 0.88rem; font-weight: 600; color: var(--blue); text-decoration: none; border: 1.5px solid var(--blue); transition: var(--transition); white-space: nowrap; }
.nav-phone-link:hover { background: var(--blue); color: var(--white); }
.nav-phone-link svg { flex-shrink: 0; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; border: none; background: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--transition); }

/* ---------- HERO ---------- */
.hero { color: var(--white); position: relative; overflow: hidden; } /* styles moved below */
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }
.hero-content { }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,130,31,0.2); color: var(--orange); border: 1px solid rgba(245,130,31,0.4); padding: 6px 16px; border-radius: 100px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 24px; }
.hero h1 { color: var(--white); margin-bottom: 20px; }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,0.85); margin-bottom: 36px; line-height: 1.6; }
.hero-image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-image .placeholder-img { background: rgba(255,255,255,0.1); aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); border-radius: var(--radius-lg); border: 2px dashed rgba(255,255,255,0.2); }
.hero-image .placeholder-img .icon { font-size: 3rem; margin-bottom: 12px; }
.hero-image .placeholder-img p { font-size: 0.85rem; text-align: center; }
.hero-stats { display: flex; gap: 32px; margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.15); }
.hero-stat { }
.hero-stat strong { display: block; font-size: 1.8rem; color: var(--orange); font-weight: 700; }
.hero-stat span { font-size: 0.82rem; color: rgba(255,255,255,0.7); }

/* ---------- HERO (inner pages) ---------- */
.page-hero { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); padding: 72px 0 64px; }
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero .lead { color: rgba(255,255,255,0.85); }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; font-size: 0.85rem; }
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { color: rgba(255,255,255,0.4); }
.breadcrumb .current { color: var(--orange); }

/* ---------- CARDS ---------- */
.card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--border); overflow: hidden; transition: var(--transition); }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.card-img { aspect-ratio: 4/3; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 24px; }
.card-body h3 { margin-bottom: 10px; }
.card-body p { color: var(--grey); font-size: 0.95rem; margin-bottom: 16px; }
.placeholder-img { background: linear-gradient(135deg, var(--blue-light) 0%, #d4e8c2 100%); aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--blue); }
.placeholder-img .icon { font-size: 2.5rem; margin-bottom: 8px; opacity: 0.5; }
.placeholder-img p { font-size: 0.8rem; color: var(--grey); text-align: center; }

/* ---------- SERVICES GRID ---------- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.service-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; transition: var(--transition); }
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card-img { height: 200px; overflow: hidden; position: relative; }
.service-card-img img, .service-card-img .placeholder-img { width: 100%; height: 100%; object-fit: cover; }
.service-card-body { padding: 24px; }
.service-card-body h3 { margin-bottom: 8px; font-size: 1.15rem; }
.service-card-body p { color: var(--grey); font-size: 0.9rem; margin-bottom: 16px; }
.service-card-icon { width: 48px; height: 48px; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; }

/* ---------- ELEVATED BUILD STANDARD ---------- */
.ebs-section { background: var(--dark); color: var(--white); }
.ebs-section h2, .ebs-section h3 { color: var(--white); }
.ebs-section p { color: rgba(255,255,255,0.75); }
.ebs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ebs-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.ebs-method { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 20px; transition: var(--transition); }
.ebs-method:hover { background: rgba(92,143,64,0.3); border-color: rgba(92,143,64,0.5); }
.ebs-method-icon { font-size: 1.5rem; margin-bottom: 10px; }
.ebs-method h4 { color: var(--white); margin-bottom: 6px; font-size: 0.95rem; }
.ebs-method p { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin: 0; }

/* ---------- WHY CHOOSE US ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.trust-item { text-align: center; padding: 32px 24px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--border); transition: var(--transition); }
.trust-item:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.trust-icon { width: 64px; height: 64px; background: var(--blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 16px; }
.trust-item h4 { margin-bottom: 8px; }
.trust-item p { color: var(--grey); font-size: 0.9rem; margin: 0; }

/* ---------- TESTIMONIALS ---------- */
.testimonials-section { background: var(--light-grey); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border-left: 4px solid var(--orange); }
.stars { color: var(--orange); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-text { color: var(--grey); font-size: 0.95rem; font-style: italic; margin-bottom: 20px; line-height: 1.7; }
.testimonial-meta strong { display: block; color: var(--dark); font-size: 0.95rem; }
.testimonial-meta span { color: var(--grey); font-size: 0.82rem; }

/* ---------- CTA BANNER ---------- */
.cta-banner { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); color: var(--white); padding: 72px 0; text-align: center; }
.cta-banner h2 { color: var(--white); margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,0.9); max-width: 560px; margin: 0 auto 32px; font-size: 1.05rem; }
.cta-banner .btn-group { justify-content: center; }

/* ---------- BENEFITS GRID ---------- */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.benefit-item { padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--border); }
.benefit-item.highlighted { border-color: var(--blue); background: var(--blue-light); }
.benefit-icon { width: 52px; height: 52px; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 16px; }
.benefit-item.highlighted .benefit-icon { background: var(--white); }
.benefit-item h4 { margin-bottom: 8px; }
.benefit-item p { color: var(--grey); font-size: 0.9rem; margin: 0; }

/* ---------- PRODUCT CARDS ---------- */
.product-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.product-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); transition: var(--transition); position: relative; background: var(--white); }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.product-card.featured { border-color: var(--orange); }
.product-badge { position: absolute; top: 16px; right: 16px; background: var(--orange); color: var(--white); font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; z-index: 1; }
.product-card-header { padding: 28px 28px 0; }
.product-tier { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--orange); margin-bottom: 6px; }
.product-card h3 { margin-bottom: 8px; }
.product-card .price { font-size: 1.5rem; font-weight: 700; color: var(--blue); margin: 12px 0; }
.product-card .price span { font-size: 0.9rem; font-weight: 400; color: var(--grey); text-decoration: line-through; margin-left: 8px; }
.product-card-body { padding: 20px 28px 28px; }
.product-features { margin: 12px 0 20px; }
.product-features li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; color: var(--text); font-size: 0.9rem; border-bottom: 1px solid var(--border); }
.product-features li:last-child { border: none; }
.product-features li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* ---------- SIZES GRID ---------- */
.sizes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 16px; margin: 24px 0; }
.size-chip { background: var(--white); border: 2px solid var(--blue); border-radius: 10px; padding: 16px 12px; text-align: center; font-weight: 600; color: var(--blue); font-size: 0.95rem; transition: var(--transition); }
.size-chip:hover { background: var(--blue); color: var(--white); }

/* ---------- CALLOUT BOX ---------- */
.callout { background: var(--blue-light); border-left: 4px solid var(--blue); border-radius: 0 var(--radius) var(--radius) 0; padding: 24px 28px; margin: 28px 0; }
.callout.orange { background: var(--orange-light); border-color: var(--orange); }
.callout h4 { color: var(--blue); margin-bottom: 8px; }
.callout.orange h4 { color: var(--orange-dark); }
.callout p { margin: 0; font-size: 0.95rem; color: var(--text); }

/* ---------- FAQ ACCORDION ---------- */
.faq-section { background: var(--white); }
.faq-category { margin-bottom: 48px; }
.faq-category-title { font-size: 1.2rem; font-weight: 700; color: var(--blue); padding-bottom: 12px; border-bottom: 2px solid var(--blue-light); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; font-weight: 600; color: var(--dark); background: var(--white); transition: var(--transition); gap: 16px; }
.faq-question:hover { background: var(--light-grey); }
.faq-question.open { background: var(--blue-light); color: var(--blue); }
.faq-toggle { flex-shrink: 0; width: 24px; height: 24px; background: var(--blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: var(--blue); transition: var(--transition); }
.faq-question.open .faq-toggle { background: var(--blue); color: var(--white); transform: rotate(180deg); }
.faq-answer { display: none; padding: 18px 22px 22px; color: var(--grey); font-size: 0.95rem; line-height: 1.7; background: var(--light-grey); border-top: 1px solid var(--border); }
.faq-answer.open { display: block; }

/* ---------- PROJECTS GALLERY ---------- */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.filter-btn { padding: 8px 20px; border-radius: 100px; border: 2px solid var(--border); background: var(--white); color: var(--grey); font-size: 0.88rem; font-weight: 600; cursor: pointer; transition: var(--transition); }
.filter-btn.active, .filter-btn:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: var(--shadow); cursor: pointer; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-img { aspect-ratio: 4/3; overflow: hidden; }
.gallery-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover .gallery-img img { transform: scale(1.06); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(45,64,40,0.88) 0%, transparent 60%); display: flex; align-items: flex-end; padding: 20px; opacity: 0; transition: var(--transition); }
.gallery-info h4 { color: var(--white); margin-bottom: 4px; }
.gallery-info span { color: rgba(255,255,255,0.7); font-size: 0.82rem; }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-form { background: var(--white); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; font-size: 0.88rem; color: var(--dark); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: 8px; font-size: 0.95rem; color: var(--text); transition: var(--transition); background: var(--white); font-family: inherit; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(92,143,64,0.1); }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-info { }
.contact-info h3 { margin-bottom: 24px; }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-detail-icon { width: 44px; height: 44px; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-detail strong { display: block; color: var(--dark); margin-bottom: 4px; }
.contact-detail span { color: var(--grey); font-size: 0.9rem; }
.service-areas { margin-top: 32px; padding: 24px; background: var(--light-grey); border-radius: var(--radius); }
.service-areas h4 { margin-bottom: 12px; }
.areas-list { display: flex; flex-wrap: wrap; gap: 8px; }
.area-tag { background: var(--white); border: 1px solid var(--border); border-radius: 100px; padding: 4px 14px; font-size: 0.82rem; color: var(--grey); }

/* ---------- FOOTER ---------- */
.footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .nav-logo { color: var(--white); margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 { color: var(--white); font-size: 0.9rem; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.05em; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { color: rgba(255,255,255,0.6); font-size: 0.88rem; transition: var(--transition); }
.footer-col ul a:hover { color: var(--orange); }
.footer-contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 0.88rem; }
.footer-contact-item span:first-child { font-size: 1rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--orange); }
.orange-dot { display: inline-block; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; margin: 0 8px; vertical-align: middle; }

/* ---------- UTILITY ---------- */
.bg-light { background: var(--light-grey); }
.bg-blue { background: var(--blue); }
.bg-dark { background: var(--dark); }
.mt-4 { margin-top: 16px; }
.mt-8 { margin-top: 32px; }
.mb-4 { margin-bottom: 16px; }
.mb-8 { margin-bottom: 32px; }
.badge { display: inline-flex; align-items: center; gap: 6px; background: var(--blue-light); color: var(--blue); border-radius: 100px; padding: 4px 14px; font-size: 0.8rem; font-weight: 600; }
.badge.orange { background: var(--orange-light); color: var(--orange-dark); }
.warranty-badge { background: var(--blue); color: var(--white); border-radius: var(--radius); padding: 20px 24px; display: inline-flex; align-items: center; gap: 16px; }
.warranty-badge .number { font-size: 2.5rem; font-weight: 700; color: var(--orange); }
.warranty-badge .text { font-size: 0.85rem; line-height: 1.4; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.two-col.reverse .col-img { order: -1; }
.col-img { border-radius: var(--radius-lg); overflow: hidden; }
.col-img .placeholder-img { min-height: 360px; }
hr.divider { border: none; height: 2px; background: var(--border); margin: 48px 0; }

/* ---------- MOBILE ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .ebs-grid { grid-template-columns: 1fr; }
  .ebs-methods { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .two-col { grid-template-columns: 1fr; }
  .two-col.reverse .col-img { order: 0; }
  .form-row { grid-template-columns: 1fr; }
  section { padding: 60px 0; }
}
@media (max-width: 600px) {
  .hero { padding: 72px 0 56px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .product-cards { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ===================================
   NAVBAR
=================================== */
.navbar { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); transition: var(--transition); }
.navbar.scrolled { box-shadow: var(--shadow); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-link { padding: 8px 14px; border-radius: var(--radius); font-weight: 600; color: var(--text); font-size: 0.95rem; }
.nav-link:hover, .nav-link.active { color: var(--blue); background: var(--blue-light); }
.nav-cta { margin-left: 8px; }
.nav-links .btn-primary { color: var(--white); }
.nav-links .btn-primary:hover { color: var(--white); }
.nav-dropdown { position: relative; }
.nav-dropdown .dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 8px 8px 8px; min-width: 230px; box-shadow: var(--shadow); margin-top: 0; padding-top: 16px; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu { display: block; }
.nav-dropdown .dropdown-menu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.dropdown-menu li a { display: block; padding: 10px 16px; border-radius: 8px; color: var(--text); font-size: 0.9rem; font-weight: 500; }
.dropdown-menu li a:hover { background: var(--blue-light); color: var(--blue); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--transition); }

/* ===================================
   BUTTONS
=================================== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border-radius: var(--radius); font-weight: 700; font-size: 0.95rem; cursor: pointer; border: 2px solid transparent; transition: var(--transition); text-decoration: none; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-primary { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--white); }
.btn-orange { background: var(--orange); color: var(--white); border-color: var(--orange); }
.btn-orange:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.7); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); color: var(--white); }

/* ===================================
   HERO (HOMEPAGE)
=================================== */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 60%, #6daa4e 100%); overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.38); }
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 80px 0; }
.hero-content h1 { color: var(--white); margin-bottom: 20px; }
.hero-content .lead { color: rgba(255,255,255,0.88); margin-bottom: 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-trust span { color: rgba(255,255,255,0.8); font-size: 0.9rem; font-weight: 500; }
.hero-img-placeholder { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.2); font-size: 0.85rem; pointer-events: none; }

/* ===================================
   PAGE HERO (INNER PAGES)
=================================== */
.page-hero { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); padding: 80px 0 64px; }
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero .lead { color: rgba(255,255,255,0.85); margin-bottom: 24px; }
.page-hero .section-label { color: var(--orange); }
.breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.breadcrumb a { color: rgba(255,255,255,0.7); }
.breadcrumb a:hover { color: var(--white); }

/* ===================================
   SECTION UTILITIES
=================================== */
.section-light { background: var(--light-grey); }
.section-header { margin-bottom: 56px; }
.section-header .lead { margin-top: 16px; }

/* ===================================
   SERVICE GRID (HOME)
=================================== */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px; transition: var(--transition); color: var(--text); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--blue); }
.service-icon { font-size: 2.4rem; margin-bottom: 16px; }
.service-card h3 { margin-bottom: 12px; color: var(--dark); }
.service-card p { color: var(--grey); font-size: 0.95rem; margin-bottom: 16px; }
.service-link { color: var(--blue); font-weight: 700; font-size: 0.9rem; }

/* ===================================
   ELEVATED BUILD STANDARD
=================================== */
.ebs-section { background: linear-gradient(135deg, var(--dark) 0%, #1D3A1A 100%); padding: 80px 0; }
.ebs-header { margin-bottom: 56px; }
.ebs-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ebs-item { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 32px; transition: var(--transition); }
.ebs-item:hover { background: rgba(255,255,255,0.12); }
.ebs-num { font-size: 2.5rem; font-weight: 900; color: var(--orange); margin-bottom: 12px; line-height: 1; }
.ebs-item h4 { color: var(--white); margin-bottom: 10px; }
.ebs-item p { color: rgba(255,255,255,0.72); font-size: 0.93rem; margin: 0; }

/* ===================================
   TRUST GRID
=================================== */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.trust-item { text-align: center; padding: 32px 20px; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border); transition: var(--transition); }
.trust-item:hover { box-shadow: var(--shadow); }
.trust-icon { font-size: 2.2rem; margin-bottom: 16px; }
.trust-item h4 { margin-bottom: 8px; }
.trust-item p { color: var(--grey); font-size: 0.93rem; margin: 0; }

/* ===================================
   FEATURED PROJECT
=================================== */
.featured-project { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.featured-content { padding: 20px 0; }
.featured-content h2 { margin-bottom: 20px; }
.featured-content p { color: var(--grey); margin-bottom: 16px; }
.featured-content .btn { margin-top: 8px; }

/* ===================================
   TESTIMONIALS
=================================== */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-grid.three-col { grid-template-columns: repeat(3, 1fr); }
.testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; transition: var(--transition); }
.testimonial-card:hover { box-shadow: var(--shadow); }
.stars { color: var(--orange); font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-card > p { color: var(--text); font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; flex-direction: column; gap: 2px; }
.testimonial-author strong { color: var(--dark); }
.testimonial-author span { color: var(--grey); font-size: 0.85rem; }

/* ===================================
   CTA BANNER
=================================== */
.cta-banner { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); padding: 80px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; flex-shrink: 0; }

/* ===================================
   FOOTER
=================================== */
.footer { background: var(--dark); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand img { margin-bottom: 12px; height: 36px; width: auto; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; }
.footer-social a:hover { background: var(--blue); color: white; }
.footer-col h4 { color: var(--white); margin-bottom: 20px; font-size: 1rem; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.footer-col ul li a:hover { color: var(--white); }
.footer-col ul li { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.footer-bottom { padding: 20px 0; }
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 0.85rem; text-align: center; }

/* ===================================
   BENEFITS STRIP
=================================== */
.benefits-strip { background: var(--blue); padding: 20px 0; }
.benefits-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.benefit-item { display: flex; align-items: center; gap: 8px; color: var(--white); font-weight: 600; font-size: 0.9rem; }
.benefit-icon { font-size: 1.2rem; }

/* ===================================
   TWO-COL LAYOUT
=================================== */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.two-col .btn { margin-top: 8px; }

/* ===================================
   PRODUCT GRID & CARDS
=================================== */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.product-grid.two-up { grid-template-columns: repeat(2, 1fr); }
.product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; position: relative; transition: var(--transition); }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.product-card.featured { border-color: var(--blue); }
.product-badge { position: absolute; top: 16px; left: 16px; background: var(--blue); color: white; font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; z-index: 2; }
.product-badge.orange-badge { background: var(--orange); }
.product-header .product-badge { position: relative; top: auto; left: auto; display: inline-block; margin-bottom: 10px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.35); }
.product-header .product-badge.orange-badge { background: var(--orange); border-color: var(--orange); }
.product-header { background: var(--blue); color: white; padding: 20px 28px; }
.product-header.blue-header { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); }
.product-header h3 { color: white; margin-bottom: 4px; }
.product-price { color: rgba(255,255,255,0.9); font-size: 1.1rem; font-weight: 700; }
.product-card-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.product-body { padding: 28px; }
.product-body h3 { margin-bottom: 12px; }
.product-body p { color: var(--grey); font-size: 0.95rem; margin-bottom: 16px; }
.product-body .btn { margin-top: 8px; width: 100%; }
.feature-list { margin-bottom: 20px; }
.feature-list li { padding: 6px 0; color: var(--text); font-size: 0.9rem; border-bottom: 1px solid var(--border); }
.feature-list li:last-child { border-bottom: none; }

/* ===================================
   CALLOUT BOXES
=================================== */
.callout-box { display: flex; align-items: flex-start; gap: 24px; border-radius: var(--radius-lg); padding: 32px; }
.blue-callout { background: var(--blue-light); border: 1px solid var(--blue); border-left: 5px solid var(--blue); }
.blue-callout h3, .blue-callout h4 { color: var(--blue-dark); }
.orange-callout { background: var(--orange-light); border: 1px solid var(--orange); border-left: 5px solid var(--orange); }
.orange-callout h4 { color: var(--orange-dark); }
.callout-icon { font-size: 2rem; flex-shrink: 0; margin-top: 4px; }
.callout-section { padding: 40px 0; }

/* ===================================
   ACCESSORIES GRID
=================================== */
.accessories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.accessories-grid.four-up { grid-template-columns: repeat(4, 1fr); }
.accessory-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; text-align: center; transition: var(--transition); display: flex; flex-direction: column; }
.accessory-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.accessory-card-img { width: 100%; height: 200px; object-fit: cover; display: block; background: var(--blue-light); }
.accessory-card-img-placeholder { width: 100%; height: 200px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.accessory-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.acc-icon { font-size: 2rem; margin-bottom: 12px; }
.accessory-card h4 { margin-bottom: 4px; color: var(--blue-dark); }
.accessory-card .acc-spec { font-size: 0.78rem; color: var(--orange-dark); font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; margin: 0; }
.accessory-card p { color: var(--grey); font-size: 0.9rem; margin: 0; flex: 1; }

/* ===================================
   LOUVRE INTRO GRID
=================================== */
.louvre-intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.louvre-intro-item { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; }
.louvre-icon { font-size: 2rem; margin-bottom: 12px; }

/* ===================================
   SIZES GRID
=================================== */
.sizes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.size-item { background: var(--blue-light); border: 2px solid var(--blue); border-radius: var(--radius); padding: 20px; text-align: center; font-size: 1.1rem; font-weight: 700; color: var(--blue-dark); }
.size-item.size-custom { background: var(--orange-light); border-color: var(--orange); color: var(--orange-dark); }

/* ===================================
   STATS ROW
=================================== */
.stat-row { display: flex; gap: 32px; margin: 32px 0; }
.stat-item { text-align: center; }
.stat-num { font-size: 2rem; font-weight: 900; color: var(--blue); line-height: 1; }
.stat-label { font-size: 0.8rem; color: var(--grey); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.08em; }

/* ===================================
   GALLERY
=================================== */
.filter-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.filter-btn { background: var(--white); border: 2px solid var(--border); color: var(--text); padding: 10px 24px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: var(--transition); }
.filter-btn:hover, .filter-btn.active { background: var(--blue); border-color: var(--blue); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-item { border-radius: var(--radius-lg); overflow: hidden; }
.gallery-img { position: relative; cursor: pointer; }
.gallery-img:hover .gallery-overlay { opacity: 1; }
.gallery-ph { height: 260px; display: flex; align-items: center; justify-content: center; background: var(--light-grey); border: 2px dashed var(--border); color: var(--grey); font-size: 0.85rem; text-align: center; padding: 16px; }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(45,64,40,0.88), transparent); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; opacity: 0; transition: var(--transition); }
.gallery-overlay h4 { color: white; margin-bottom: 4px; }
.gallery-overlay p { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin: 0; }

/* ===================================
   VALUES GRID
=================================== */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.value-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; transition: var(--transition); }
.value-card:hover { box-shadow: var(--shadow); border-color: var(--blue); }
.value-icon { font-size: 2.2rem; margin-bottom: 16px; }
.value-card h3 { font-size: 1.1rem; margin-bottom: 12px; }
.value-card p { color: var(--grey); font-size: 0.93rem; margin: 0; }

/* ===================================
   RATING SUMMARY (TESTIMONIALS)
=================================== */
.rating-summary { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.rating-score { text-align: center; }
.big-score { font-size: 4rem; font-weight: 900; color: var(--blue); line-height: 1; }
.stars-large { color: var(--orange); font-size: 1.6rem; letter-spacing: 4px; }
.rating-divider { width: 1px; height: 80px; background: var(--border); }
.rating-meta { display: flex; gap: 48px; }
.rating-stat { text-align: center; }
.rating-stat strong { display: block; font-size: 2rem; font-weight: 900; color: var(--blue); }
.rating-stat span { color: var(--grey); font-size: 0.9rem; }

/* ===================================
   CONTACT PAGE
=================================== */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }
.contact-form h2 { margin-bottom: 8px; }
.contact-form { display: flex; flex-direction: column; gap: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.9rem; color: var(--dark); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: var(--radius); font-size: 0.95rem; font-family: inherit; color: var(--text); background: var(--white); transition: var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(92,143,64,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { text-align: center; color: var(--grey); font-size: 0.82rem; margin-top: 12px; }
.contact-info-card { background: var(--light-grey); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 24px; }
.contact-info-card h3 { margin-bottom: 20px; }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.contact-icon { font-size: 1.4rem; flex-shrink: 0; }
.contact-detail strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey); margin-bottom: 2px; }
.contact-detail a, .contact-detail span { color: var(--text); font-weight: 500; }
.service-areas-card { background: var(--blue-light); border-color: var(--blue); }
.suburb-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.suburb-tags span { background: var(--white); border: 1px solid var(--blue); color: var(--blue-dark); padding: 4px 12px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; }
.process-steps { display: flex; flex-direction: column; gap: 20px; }
.process-step { display: flex; align-items: flex-start; gap: 16px; }
.step-num { background: var(--blue); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.process-step p { color: var(--grey); font-size: 0.88rem; margin: 4px 0 0; }

/* ===================================
   FAQ PAGE
=================================== */
.faq-container { max-width: 840px; }
.faq-category { margin-bottom: 56px; }
.faq-cat-title { display: flex; align-items: center; gap: 12px; font-size: 1.5rem; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid var(--blue); color: var(--blue-dark); }
.faq-cat-icon { font-size: 1.4rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 8px; overflow: hidden; }
.faq-question { width: 100%; text-align: left; background: var(--white); border: none; padding: 20px 24px; font-size: 1rem; font-weight: 600; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: var(--transition); }
.faq-question::after { content: '+'; font-size: 1.4rem; color: var(--blue); font-weight: 300; flex-shrink: 0; }
.faq-item.open .faq-question { background: var(--blue-light); color: var(--blue-dark); }
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer { display: none; padding: 0 24px 20px; background: var(--blue-light); }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { color: var(--text); font-size: 0.95rem; margin: 16px 0 0; }

/* ===================================
   IMAGE PLACEHOLDER (dev only)
=================================== */
.img-placeholder { background: linear-gradient(135deg, var(--blue-light) 0%, #d4e8c2 100%); border: 2px dashed var(--blue); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--blue-dark); font-size: 0.82rem; font-weight: 500; text-align: center; padding: 24px; min-height: 200px; }
.img-placeholder.tall { min-height: 380px; }

/* ===================================
   FADE-IN ANIMATION
=================================== */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ===================================
   RESPONSIVE — TABLET (900px)
=================================== */
/* ── Nav collapses at 1100px to avoid overflow with phone number ── */
@media (max-width: 1100px) {
  .nav-hamburger { display: flex; }
  .nav-links { display: none; } /* hides all children including phone + CTA */
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 16px; gap: 4px; box-shadow: var(--shadow); }
  .nav-links.open .nav-phone-wrap { display: flex; }
  .nav-links.open .nav-cta { display: list-item; }
  .nav-dropdown .dropdown-menu { position: static; border: none; box-shadow: none; padding: 8px 0 8px 16px; display: none; }
  .nav-dropdown.open .dropdown-menu { display: block; }
  .navbar { position: relative; }
}

@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .ebs-methods { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid.two-up { grid-template-columns: 1fr; }
  .featured-project { grid-template-columns: 1fr; gap: 32px; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .louvre-intro-grid { grid-template-columns: repeat(2, 1fr); }
  .accessories-grid { grid-template-columns: 1fr; }
  .accessories-grid.four-up { grid-template-columns: repeat(2, 1fr); }
  .accessory-card-img, .accessory-card-img-placeholder { height: 220px; }
  .sizes-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .rating-meta { gap: 32px; }
}

/* ===================================
   RESPONSIVE — MOBILE (600px)
=================================== */
@media (max-width: 600px) {
  section { padding: 56px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .ebs-methods { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .louvre-intro-grid { grid-template-columns: 1fr; }
  .accessories-grid { grid-template-columns: 1fr; }
  .accessories-grid.four-up { grid-template-columns: repeat(2, 1fr); }
  .sizes-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .stat-row { gap: 20px; }
  .rating-divider { display: none; }
  .rating-meta { flex-direction: column; gap: 16px; align-items: center; }
  .benefits-row { justify-content: center; }
  .hero-trust { flex-direction: column; gap: 8px; }
}

/* ===================================
   PROJECT PROCESS TIMELINE (About page)
=================================== */
.process-timeline { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto; }
.timeline-item { display: grid; grid-template-columns: 72px 1fr; gap: 32px; padding: 40px 0; border-bottom: 1px solid var(--border); align-items: start; }
.timeline-item:last-child { border-bottom: none; }
.timeline-num { width: 64px; height: 64px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; flex-shrink: 0; }
.timeline-content h3 { margin-bottom: 10px; color: var(--dark); }
.timeline-content p { color: var(--grey); margin: 0; line-height: 1.7; }

@media (max-width: 600px) {
  .timeline-item { grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; }
  .timeline-num { width: 48px; height: 48px; font-size: 1.1rem; }
}

/* ===================================
   BENEFIT CARDS (Decking page)
=================================== */
.benefits-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.benefit-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; text-align: center; transition: var(--transition); }
.benefit-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.benefit-card-icon { font-size: 2.4rem; margin-bottom: 16px; }
.benefit-card h4 { margin-bottom: 10px; color: var(--dark); }
.benefit-card p { color: var(--grey); font-size: 0.92rem; margin: 0; line-height: 1.6; }

/* ===================================
   CLADDING COMPARISON (Decking page)
=================================== */
.cladding-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; background: var(--blue-light); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 24px; }
.cladding-compare-item { font-size: 0.95rem; color: var(--text); line-height: 1.7; }
.cladding-compare-item strong { display: block; font-size: 1.1rem; color: var(--blue-dark); margin-bottom: 8px; }
.cladding-compare-divider { font-size: 1rem; font-weight: 700; color: var(--grey); text-transform: uppercase; letter-spacing: 0.1em; padding: 0 8px; }

@media (max-width: 900px) {
  .benefits-card-grid { grid-template-columns: repeat(2, 1fr); }
  .cladding-compare { grid-template-columns: 1fr; }
  .cladding-compare-divider { text-align: center; }
}
@media (max-width: 600px) {
  .benefits-card-grid { grid-template-columns: 1fr; }
}

/* ===================================
   PROJECT CAROUSEL (Home page)
=================================== */
.carousel-wrap { position: relative; background: var(--dark); }
.carousel-header { text-align: center; padding: 56px 24px 32px; }
.carousel-track-wrap { position: relative; display: flex; align-items: center; overflow: hidden; }
.carousel-track { display: flex; width: 100%; }
.carousel-slide { min-width: 100%; position: relative; flex-shrink: 0; }
.carousel-img-ph { width: 100%; height: 520px; background: #1a2f1a; border: 2px dashed rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.35); font-size: 0.9rem; text-align: center; padding: 24px; }
.carousel-slide img { width: 100%; height: 520px; object-fit: cover; object-position: top center; display: block; }
.carousel-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, transparent 100%); padding: 40px 48px 32px; }
.carousel-caption h4 { color: #fff; font-size: 1.3rem; margin-bottom: 6px; }
.carousel-caption p { color: rgba(255,255,255,0.78); margin: 0; font-size: 0.95rem; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(0,0,0,0.55); border: 2px solid rgba(255,255,255,0.65); color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s; flex-shrink: 0; }
.carousel-btn:hover { background: var(--blue); border-color: var(--blue); }
.carousel-btn.prev { left: 20px; }
.carousel-btn.next { right: 20px; }
.carousel-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; padding: 20px 16px 0; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: all 0.2s; padding: 0; flex-shrink: 0; }
.carousel-dot.active { background: var(--orange); transform: scale(1.4); }

/* ===================================
   DECKING COLOUR SWATCHES
=================================== */
.colour-swatches { margin: 16px 0 20px; }
.colour-swatches-label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey); margin-bottom: 8px; }
.swatch-row { display: flex; flex-wrap: wrap; gap: 8px; }
.swatch { display: flex; flex-direction: column; align-items: center; gap: 6px; }

/* =====================================================================
   MOBILE HARDENING PASS — added 2026-07
   Goal: make phones/tablets mirror the desktop layout.
   Everything here is inside breakpoints, so DESKTOP IS UNCHANGED.
   Covers: horizontal-overflow guard, collapsing inline grids that were
   never given mobile rules, a consistent sticky call bar site-wide,
   fixed-element coordination, and carousel sizing.
===================================================================== */

/* 1) Kill horizontal scroll on small screens.
   Uses overflow-x:clip (not hidden) so the sticky navbar keeps working. */
@media (max-width: 900px){
  html, body { overflow-x: clip; }
}

/* 2) Media never wider than the screen (mobile/tablet only) */
@media (max-width: 900px){
  img, svg, video, iframe, table { max-width: 100%; }
  img { height: auto; }
}

/* 3) Collapse fixed-column INLINE grids on phones.
   Auto-fit / minmax grids already collapse themselves and are left alone. */
@media (max-width: 600px){
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:repeat(2"],
  [style*="grid-template-columns: repeat(2"],
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns:repeat(4"],
  [style*="grid-template-columns: repeat(4"]{
    grid-template-columns: 1fr !important;
  }
}
/* Tablet: 3- and 4-column inline grids step down to 2-up */
@media (min-width: 601px) and (max-width: 900px){
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns:repeat(4"],
  [style*="grid-template-columns: repeat(4"]{
    grid-template-columns: 1fr 1fr !important;
  }
}

/* 4) Flex rows wrap rather than overflow; long button labels can break */
@media (max-width: 600px){
  .hero-actions, .btn-group, .cta-actions, .cta-inner, .benefits-row,
  .footer-bottom, .gallery-filters, .filter-row, .rating-summary,
  .rating-meta, .hero-trust { flex-wrap: wrap; }
  .btn { white-space: normal; }
  .container { padding-left: 18px; padding-right: 18px; }
}

/* 5) Sticky mobile call bar — defined once here so it looks and behaves
   the same on EVERY page that carries the markup (script.js adds the
   markup on the few pages that were missing it). */
.mobile-cta-bar{
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:1000;
  background:var(--dark); border-top:2px solid var(--blue);
  padding:10px 16px; gap:10px; align-items:center;
}
.mobile-cta-btn{
  flex:1; display:flex; align-items:center; justify-content:center; gap:6px;
  padding:11px 10px; border-radius:8px; font-size:0.84rem; font-weight:700;
  text-decoration:none; text-align:center; transition:opacity .15s;
}
.mobile-cta-btn:hover{ opacity:.88; }
.mobile-cta-call{ background:var(--blue); color:#fff; }
.mobile-cta-photo{ background:#fff; color:var(--dark); }
@media (max-width:768px){
  .mobile-cta-bar{ display:flex; }
  body{ padding-bottom:66px; }
}

/* 6) Keep the floating Google review badge from sitting on top of the
   call bar on phones */
@media (max-width:768px){
  #g-review-badge{ bottom:82px !important; }
}

/* 7) Carousel: shorter, tighter controls on phones */
@media (max-width:600px){
  .carousel-slide img, .carousel-img-ph { height:340px !important; }
  .carousel-caption{ padding:22px 18px 18px; }
  .carousel-caption h4{ font-size:1.1rem; }
  .carousel-caption p{ font-size:0.88rem; }
  .carousel-btn{ width:42px; height:42px; font-size:1.4rem; }
  .carousel-btn.prev{ left:8px; }
  .carousel-btn.next{ right:8px; }
  .carousel-header{ padding:44px 18px 24px; }
}

/* 8) Roomier tap targets in the open mobile menu */
@media (max-width:1100px){
  .nav-links.open a{ padding:12px 14px; }
}

/* 9) Let grid/flex children shrink below their content's intrinsic width.
   Without this, a large photo's min-content width floors a "1fr" track and
   forces the whole column wider than the screen (the project case-study
   photo grids were doing exactly this on phones). */
@media (max-width: 900px){
  .proj-layout > *, .proj-main, .proj-sidebar,
  .stage-photos, .stage-photo, .stage-block,
  .two-col > *, .featured-project > *, .contact-grid > *,
  .ebs-grid > *, .hero-inner > * { min-width: 0; }
}
/* 10) Small-screen (≤600px) tidy-ups for a couple of narrow-width offenders.
   !important because these components are styled in per-page inline <style>
   blocks that load after this file. */
@media (max-width: 600px){
  /* Long trust-bar pills wrap instead of poking past the edge */
  .trust-bar-item { white-space: normal !important; text-align: center; }
  /* Pricing tables fit without a sideways nudge */
  .price-table th, .price-table td { padding: 10px 10px !important; font-size: 0.82rem !important; }
}

/* Project case-study photo pairs go single-column on phones */
@media (max-width: 600px){
  .stage-photos { grid-template-columns: 1fr !important; }
  /* Long stage badges wrap instead of forcing the row wider than the screen.
     !important because each page re-declares .stage-badge{white-space:nowrap}
     in an inline <style> that loads after this file. */
  .stage-hdr { flex-wrap: wrap !important; }
  .stage-badge { white-space: normal !important; overflow-wrap: anywhere;
                 flex-shrink: 1 !important; max-width: 100%; }
}
/* =====================================================================
   MOBILE/TABLET PARITY PASS — added 2026-08
   Goal: phones and tablets show the SAME content as desktop.
   The original page templates hid real content on small screens and
   cropped the before/after carousel. These rules restore it.
   Desktop (>900px) is untouched.
===================================================================== */

/* --- 1) BEFORE/AFTER CAROUSEL ------------------------------------
   The carousel images are single wide files containing BEFORE | AFTER
   side by side (about 2.4:1). A fixed height + object-fit:cover crops
   the sides, so on a phone you only saw the "before" half.
   Below desktop we let the image keep its natural shape so BOTH halves
   are always visible - same as desktop.                              */
@media (max-width: 900px){
  /* All carousel images are 860x356 (aspect 2.42). Setting the height to
     screen-width / 2.42 makes the frame exactly the same shape as the
     image, so the whole BEFORE+AFTER is shown with no cropping.
     Keeping a definite height (rather than auto) also stops the slide
     from sizing itself to the image's intrinsic width.               */
  .carousel-slide img{
    height: calc(100vw / 2.4157) !important;
    object-fit: contain !important;
    object-position: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Pin each slide to the screen width so neither the image nor the
   caption text can stretch the slide wider than the phone screen. */
@media (max-width: 900px){
  .carousel-track{ width: 100% !important; }
  .carousel-slide{
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
}

/* On phones the image is short, so the caption moves BELOW it instead
   of sitting on top and covering the photo. */
@media (max-width: 600px){
  .carousel-caption{
    position: static !important;
    background: rgba(0,0,0,0.45) !important;
    padding: 14px 18px 18px !important;
  }
  .carousel-dots{ padding-top: 14px; }
  /* Arrows centre on the WHOLE slide by default; now that the caption sits
     below the photo that would put them over the title. Pin them to the
     middle of the image instead (image height = 100vw / 2.4157). */
  .carousel-btn{
    top: calc(100vw / 4.8314) !important;
    transform: translateY(-50%) !important;
  }
}

/* --- 2) PROJECT "REVEAL STRIP" (all project case-study pages) -----
   Template hid the 3rd photo on tablet and 2 of the 3 on mobile.
   Show all three at every size, matching desktop.                    */
@media (max-width: 900px){
  .reveal-grid{ grid-template-columns: 1fr 1fr 1fr !important; }
  .reveal-grid img{ display: block !important; }
}
@media (max-width: 600px){
  .reveal-grid{ grid-template-columns: 1fr 1fr 1fr !important; gap: 3px !important; }
  .reveal-grid img{ display: block !important; }
}

/* --- 3) ABOUT PAGE PHOTO -----------------------------------------
   The builder photo was hidden below 1000px. Restore it under the
   text, sized sensibly.                                              */
@media (max-width: 1000px){
  .adrian-photo-panel{ display: block !important; margin-top: 28px; }
  .adrian-photo-panel img{ height: auto !important; aspect-ratio: 4 / 3; }
}

/* --- 4) FAQ SIDEBAR CALL-TO-ACTION -------------------------------
   Conversion box was hidden on tablet/mobile. Restore it.           */
@media (max-width: 900px){
  .faq-sidebar-cta{ display: block !important; }
}
