/*
Theme Name: I Love My Bathroom
Theme URI: https://ilovemybathroom.com
Author: I Love My Bathroom LLC
Author URI: https://ilovemybathroom.com
Description: Custom luxury bathroom remodeling theme for I Love My Bathroom, a division of Rocking J Construction. SEO-optimized with Schema.org LocalBusiness markup, Open Graph tags, mobile-first responsive design, and Core Web Vitals optimizations.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
License URI: https://ilovemybathroom.com
Text Domain: ilovemybathroom
Tags: business, custom-logo, full-width-template, one-column, two-columns, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
  --navy:        #0D1F3C;
  --navy-light:  #162A4F;
  --gold:        #C9A84C;
  --gold-light:  #E2C97E;
  --cream:       #F5F0E8;
  --white:       #FFFFFF;
  --text:        #1A1A1A;
  --muted:       #6B6657;
  --border:      #D4C9A8;
  --border-light:#EDE5D4;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: color 0.2s; }
ul { list-style: none; }

h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.15; }
h4, h5, h6 { font-family: 'Jost', sans-serif; }

/* ============================================================
   UTILITY
   ============================================================ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 64px; }
.section-eyebrow {
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::after { content: ''; flex: 0 0 40px; height: 1px; background: var(--gold); }
.section-title { font-size: clamp(28px, 3.5vw, 44px); color: var(--navy); margin-bottom: 16px; }
.section-sub {
  font-family: 'Cormorant Garamond', serif; font-size: 19px;
  color: var(--muted); font-style: italic; margin-bottom: 56px; font-weight: 300;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-gold {
  display: inline-block; background: var(--gold); color: #fff;
  padding: 15px 36px; font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; border: none;
  cursor: pointer; border-radius: 2px; transition: all 0.2s;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25); font-family: 'Jost', sans-serif;
}
.btn-gold:hover { background: var(--gold-light); color: #fff; }

.btn-ghost {
  display: inline-block; background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.7); color: var(--white);
  padding: 15px 36px; font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; cursor: pointer;
  border-radius: 2px; transition: all 0.2s; font-family: 'Jost', sans-serif;
}
.btn-ghost:hover { background: rgba(255,255,255,0.22); border-color: #fff; color: #fff; }

/* ============================================================
   NAVIGATION
   ============================================================ */
#site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid rgba(201,168,76,0.3);
}
.nav-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 48px; height: 70px;
}
.site-branding { display: flex; flex-direction: column; align-items: flex-start; }
.brand-top    { font-size: 10px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); line-height: 1; }
.brand-main   { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--cream); line-height: 1; margin: 2px 0; }
.brand-sub    { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: rgba(245,240,232,0.5); line-height: 1; }

#primary-menu { display: flex; gap: 28px; align-items: center; }
#primary-menu li a {
  color: rgba(245,240,232,0.7); font-size: 13px; font-weight: 400;
  letter-spacing: 1.5px; text-transform: uppercase;
}
#primary-menu li a:hover,
#primary-menu li.current-menu-item a { color: var(--gold); }
#primary-menu .menu-cta a {
  background: var(--gold); color: var(--navy) !important;
  padding: 9px 22px; letter-spacing: 1px; font-weight: 600; border-radius: 2px;
}
#primary-menu .menu-cta a:hover { background: var(--gold-light); }

/* Mobile menu toggle */
.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 4px;
}
.menu-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--cream); transition: all 0.3s;
}

/* ============================================================
   PAGE HERO BANNER (inner pages)
   ============================================================ */
.page-banner {
  background: var(--navy); padding: 90px 64px;
  position: relative; overflow: hidden;
}
.page-banner::after {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 300px; height: 300px;
  border: 1px solid rgba(201,168,76,0.15); border-radius: 50%; pointer-events: none;
}
.page-banner h1 { font-size: clamp(32px, 4vw, 54px); color: var(--cream); margin-bottom: 16px; max-width: 600px; }
.page-banner .page-desc {
  font-family: 'Cormorant Garamond', serif; font-size: 20px;
  color: rgba(245,240,232,0.6); font-style: italic; font-weight: 300; max-width: 560px;
}

/* ============================================================
   HOME — HERO
   ============================================================ */
.hero-section {
  background: var(--navy); min-height: 88vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(201,168,76,0.04) 60px, rgba(201,168,76,0.04) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(201,168,76,0.04) 60px, rgba(201,168,76,0.04) 61px);
  pointer-events: none;
}
.hero-content { padding: 100px 64px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }

.ornament { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.ornament-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.ornament-line.rev { background: linear-gradient(90deg, var(--gold), transparent); }
.ornament-diamond { width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.ornament-text { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 500; white-space: nowrap; }

.hero-content h1 { font-size: clamp(36px, 4.5vw, 60px); line-height: 1.1; color: var(--cream); margin-bottom: 12px; }
.hero-content h1 em { color: var(--gold); font-style: italic; }
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: rgba(245,240,232,0.65); font-style: italic; margin-bottom: 32px; font-weight: 300; }
.hero-desc { font-size: 16px; color: rgba(245,240,232,0.6); line-height: 1.9; margin-bottom: 44px; max-width: 460px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-visual { position: relative; overflow: hidden; background: var(--navy-light); }
.hero-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 3px; width: 100%; height: 100%; padding: 3px; }
.mosaic-cell { display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-style: italic; color: rgba(201,168,76,0.12); font-size: 22px; }
.mosaic-cell.m1 { background: linear-gradient(160deg, #0a1728, #162A4F); }
.mosaic-cell.m2 { background: linear-gradient(160deg, #111e36, #0a1728); grid-row: span 2; }
.mosaic-cell.m3 { background: linear-gradient(160deg, #0d1f3c, #1a3060); }

/* If hero has a real image */
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   STATS RIBBON
   ============================================================ */
.stats-ribbon { background: var(--cream); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 3px solid var(--gold); }
.stat-item { padding: 36px 24px; text-align: center; border-right: 1px solid var(--border-light); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 40px; color: var(--navy); font-weight: 700; line-height: 1; }
.stat-num sup { color: var(--gold); }
.stat-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-top: 8px; font-weight: 500; }

/* ============================================================
   SERVICES GRID
   ============================================================ */
.services-section { padding: 100px 64px; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border-light); }
.service-card { background: var(--white); padding: 44px 36px; transition: background 0.3s; }
.service-card:hover { background: var(--cream); }
.svc-num { font-family: 'Playfair Display', serif; font-size: 52px; color: var(--border-light); font-weight: 700; line-height: 1; margin-bottom: 20px; }
.service-card h3 { font-size: 20px; color: var(--navy); margin-bottom: 12px; }
.service-card p { font-size: 14px; color: var(--muted); line-height: 1.8; }
.service-card .learn-more { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-top: 20px; display: block; font-weight: 600; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-section { background: var(--navy); padding: 100px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-left h2 { font-size: clamp(28px, 3vw, 42px); color: var(--cream); margin-bottom: 24px; }
.why-left p { color: rgba(245,240,232,0.6); font-size: 15px; line-height: 1.9; margin-bottom: 32px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.2); border-radius: 2px; padding: 28px 24px; }
.why-card svg { width: 28px; height: 28px; stroke: var(--gold); fill: none; stroke-width: 1.5; margin-bottom: 12px; display: block; }
.why-card h4 { font-size: 15px; font-weight: 600; color: var(--cream); margin-bottom: 8px; letter-spacing: 0.5px; }
.why-card p { font-size: 13px; color: rgba(245,240,232,0.55); line-height: 1.7; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { padding: 100px 64px; background: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 56px; }
.testimonial-card { background: var(--white); padding: 36px; border-radius: 2px; border-bottom: 3px solid var(--gold); }
.review-stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; margin-bottom: 16px; }
.testimonial-card blockquote { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--navy); font-style: italic; line-height: 1.7; margin-bottom: 24px; font-weight: 400; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-init { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--gold); flex-shrink: 0; font-family: 'Jost', sans-serif; }
.reviewer-name { font-size: 13px; font-weight: 600; color: var(--navy); letter-spacing: 0.5px; }
.reviewer-loc  { font-size: 12px; color: var(--muted); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-story { padding: 90px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image-wrap { position: relative; overflow: hidden; border-radius: 2px; aspect-ratio: 4/3; }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-image-placeholder {
  width: 100%; height: 100%; background: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  border: 1px solid var(--border);
}
.about-text h2 { font-size: 36px; color: var(--navy); margin-bottom: 24px; line-height: 1.2; }
.about-text p { font-size: 15px; color: var(--muted); line-height: 1.9; margin-bottom: 18px; }
.about-text strong { color: var(--navy); font-weight: 600; }
.founder-signature { font-family: 'Playfair Display', serif; font-size: 28px; font-style: italic; color: var(--gold); margin-top: 32px; }

/* Process steps */
.process-section { background: var(--cream); padding: 90px 64px; }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 56px; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 1px; background: var(--border); }
.process-step { text-align: center; padding: 0 16px; position: relative; z-index: 2; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--white); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--gold); }
.process-step h4 { font-size: 13px; font-weight: 600; letter-spacing: 0.5px; color: var(--navy); margin-bottom: 8px; }
.process-step p { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* Awards */
.awards-section { padding: 90px 64px; background: var(--white); }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 48px; }
.award-item { text-align: center; padding: 36px 24px; border: 1px solid var(--border-light); }
.award-item svg { width: 40px; height: 40px; stroke: var(--gold); fill: none; stroke-width: 1.5; margin: 0 auto 16px; display: block; }
.award-item h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.award-item p { font-size: 12px; color: var(--muted); }

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-body { padding: 80px 64px; max-width: 860px; margin: 0 auto; }
.faq-category { margin-bottom: 52px; }
.faq-category-label { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; cursor: pointer; font-size: 16px; font-weight: 400;
  color: var(--navy); user-select: none; font-family: 'Playfair Display', serif; gap: 16px;
  background: none; border: none; width: 100%; text-align: left;
}
.faq-question:hover { color: var(--gold); }
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: var(--muted); font-size: 18px; transition: all 0.3s; line-height: 1;
}
.faq-item.open .faq-icon { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 24px; }
.faq-answer p { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 300; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-layout { display: grid; grid-template-columns: 1fr 340px; gap: 56px; padding: 64px; }

.featured-post { margin-bottom: 48px; }
.featured-thumb {
  height: 320px; background: var(--navy); border-radius: 2px;
  position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 36px;
}
.featured-thumb::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #0a1728 0%, #1a3060 50%, #0d1f3c 100%); }
.featured-thumb::after  { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 60%); }
.featured-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.featured-post-content { position: relative; z-index: 2; }
.post-tag { display: inline-block; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 12px; border-radius: 1px; margin-bottom: 14px; }
.featured-post-content h2 { font-size: 26px; color: var(--white); line-height: 1.25; }
.post-meta { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 10px; letter-spacing: 0.5px; }

.post-list { display: flex; flex-direction: column; gap: 20px; }
.post-card { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--border-light); border-radius: 2px; transition: border-color 0.2s, background 0.2s; }
.post-card:hover { border-color: var(--gold); background: var(--cream); }
.post-thumb-sm { border-radius: 2px; overflow: hidden; aspect-ratio: 1; background: var(--navy-light); }
.post-thumb-sm img { width: 100%; height: 100%; object-fit: cover; }
.post-card h3 { font-size: 15px; color: var(--navy); margin-bottom: 6px; line-height: 1.35; font-family: 'Playfair Display', serif; }
.post-card p { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* Sidebar */
.blog-sidebar { position: sticky; top: 90px; }
.sidebar-widget { background: var(--cream); padding: 28px; margin-bottom: 24px; border-radius: 2px; }
.sidebar-widget h4 { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); font-weight: 600; margin-bottom: 18px; }
.sidebar-search { width: 100%; padding: 10px 14px; border: 1px solid var(--border); font-size: 13px; font-family: 'Jost', sans-serif; color: var(--text); background: var(--white); outline: none; border-radius: 2px; }
.sidebar-search:focus { border-color: var(--gold); }
.widget-cta { background: var(--navy); padding: 32px 28px; text-align: center; border-radius: 2px; }
.widget-cta h4 { color: var(--gold); font-size: 15px; font-family: 'Playfair Display', serif; font-style: italic; margin-bottom: 10px; letter-spacing: 0; }
.widget-cta p { color: rgba(245,240,232,0.65); font-size: 13px; line-height: 1.7; margin-bottom: 20px; }

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-filters { display: flex; justify-content: center; gap: 8px; padding: 40px 64px 8px; flex-wrap: wrap; }
.filter-btn {
  padding: 9px 22px; border: 1px solid var(--border); font-size: 11px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; cursor: pointer; background: var(--white);
  color: var(--muted); transition: all 0.2s; font-family: 'Jost', sans-serif; border-radius: 2px;
}
.filter-btn:hover { border-color: var(--navy); color: var(--navy); }
.filter-btn.active { background: var(--navy); color: var(--gold); border-color: var(--navy); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 32px 64px; grid-auto-rows: 260px; }
.gallery-item { overflow: hidden; position: relative; cursor: pointer; border-radius: 2px; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img,
.gallery-item .gallery-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img,
.gallery-item:hover .gallery-placeholder { transform: scale(1.06); }
.gallery-placeholder { display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-style: italic; color: rgba(201,168,76,0.15); font-size: 20px; }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,31,60,0.92) 0%, transparent 55%);
  opacity: 0; transition: opacity 0.35s;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 28px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h3 { color: var(--cream); font-size: 17px; margin-bottom: 4px; }
.gallery-overlay span { color: var(--gold); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; font-family: 'Jost', sans-serif; }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer { background: var(--navy); border-top: 2px solid var(--gold); }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding: 64px; }
.footer-brand .brand-top  { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 500; display: block; }
.footer-brand .brand-main { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--cream); display: block; margin-bottom: 6px; }
.footer-brand .brand-sub  { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: rgba(245,240,232,0.5); display: block; margin-bottom: 18px; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--gold); font-style: italic; margin-bottom: 16px; font-weight: 300; }
.footer-brand p { color: rgba(245,240,232,0.5); font-size: 13px; line-height: 1.8; max-width: 280px; }
.footer-col h5 { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: rgba(245,240,232,0.55); font-size: 13px; display: block; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(201,168,76,0.2); padding: 18px 64px; display: flex; justify-content: center; }
.footer-bottom p { font-size: 12px; color: rgba(245,240,232,0.35); }
.footer-division { background: #070f1d; padding: 10px 64px; text-align: center; border-top: 1px solid rgba(201,168,76,0.1); }
.footer-division p { font-size: 12px; color: rgba(245,240,232,0.4); letter-spacing: 1.5px; font-weight: 400; }
.footer-division span { color: rgba(201,168,76,0.6); font-weight: 500; }

/* ============================================================
   WORDPRESS CORE OVERRIDES
   ============================================================ */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--muted); margin-top: 8px; font-style: italic; }
.alignleft  { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { display: block; margin: 0 auto 16px; }
.screen-reader-text { position: absolute; left: -9999em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .container, .services-section, .why-section, .testimonials-section,
  .awards-section, .process-section, .gallery-filters, .gallery-grid,
  .page-banner, .faq-body { padding-left: 32px; padding-right: 32px; }
  .hero-visual { display: none; }
  .hero-section { grid-template-columns: 1fr; min-height: auto; }
  .hero-content { padding: 80px 32px; }
  .why-section { grid-template-columns: 1fr; gap: 48px; }
  .about-story { grid-template-columns: 1fr; gap: 48px; padding: 60px 32px; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 48px 32px; }
  .blog-layout { grid-template-columns: 1fr; padding: 32px; }
  .blog-sidebar { position: static; }
}

@media (max-width: 768px) {
  .nav-inner { padding: 0 20px; }
  .menu-toggle { display: flex; }
  #primary-menu {
    display: none; flex-direction: column; gap: 0;
    position: absolute; top: 70px; left: 0; right: 0;
    background: var(--navy); padding: 20px 0;
    border-top: 1px solid rgba(201,168,76,0.2);
  }
  #primary-menu.active { display: flex; }
  #primary-menu li a { padding: 12px 24px; display: block; }
  .stats-ribbon { grid-template-columns: 1fr 1fr; }
  .stats-ribbon .stat-item:last-child { grid-column: span 2; border-right: none; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .awards-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; padding: 16px; }
  .gallery-item.wide { grid-column: span 1; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; padding: 40px 20px; }
  .footer-bottom, .footer-division { padding-left: 20px; padding-right: 20px; }
  .page-banner, .faq-body { padding-left: 20px; padding-right: 20px; }
  .gallery-filters { padding: 24px 20px 8px; }
}

/* ============================================================
   GALLERY PROJECT CONTENT
   ============================================================ */
.gallery-project-content {
    padding: 80px 64px;
    max-width: 1200px;
    margin: 0 auto;
}
.gallery-project-content .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.gallery-project-content .wp-block-gallery img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 2px;
}
.gallery-project-content .wp-block-image img {
    width: 100%;
    border-radius: 2px;
    margin-bottom: 24px;
}
.gallery-project-content p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.9;
    margin-bottom: 16px;
}
.gallery-project-content h2 {
    font-size: 28px;
    color: var(--navy);
    margin-bottom: 16px;
    margin-top: 32px;
}
.gallery-project-content h3 {
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 12px;
    margin-top: 24px;
}
@media (max-width: 768px) {
    .gallery-project-content {
        padding: 40px 20px;
    }
    .gallery-project-content .wp-block-gallery {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   SINGLE BLOG POST
   ============================================================ */
.post-content {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text);
}
.post-content h2 {
    font-size: 28px;
    color: var(--navy);
    margin: 48px 0 16px;
    font-family: 'Playfair Display', serif;
}
.post-content h3 {
    font-size: 22px;
    color: var(--navy);
    margin: 32px 0 12px;
    font-family: 'Playfair Display', serif;
}
.post-content p {
    margin-bottom: 24px;
    color: var(--text);
}
.post-content ul, .post-content ol {
    margin: 0 0 24px 24px;
    line-height: 2;
}
.post-content li {
    margin-bottom: 8px;
    color: var(--text);
}
.post-content img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 32px 0;
}
.post-content a {
    color: var(--gold);
    text-decoration: underline;
}
.post-content a:hover {
    color: var(--navy);
}
.post-content blockquote {
    border-left: 3px solid var(--gold);
    padding: 16px 24px;
    margin: 32px 0;
    font-style: italic;
    color: var(--muted);
    background: var(--cream);
}
.post-content .wp-block-buttons {
    margin: 32px 0;
}
.post-content figure {
    margin: 32px 0;
}
.post-content figure figcaption {
    font-size: 13px;
    color: var(--muted);
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}
.post-content .wp-block-table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
}
.post-content .wp-block-table td,
.post-content .wp-block-table th {
    padding: 12px 16px;
    border: 1px solid var(--border-light);
    font-size: 14px;
}
.post-content .wp-block-table th {
    background: var(--navy);
    color: var(--cream);
}
@media (max-width: 768px) {
    .home-content {
        padding: 40px 20px !important;
    }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
    display: flex;
    background: var(--gold);
    padding: 20px 64px;
    gap: 0;
}
.trust-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 24px;
    border-right: 1px solid rgba(13,31,60,0.15);
}
.trust-item:last-child { border-right: none; }
.trust-icon {
    font-size: 24px;
    color: var(--navy);
    font-weight: bold;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-text {
    display: flex;
    flex-direction: column;
}
.trust-text strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.5px;
}
.trust-text span {
    font-size: 11px;
    color: rgba(13,31,60,0.65);
    margin-top: 2px;
}

/* ============================================================
   HOME GALLERY GRID
   ============================================================ */
.home-gallery-section {
    padding: 80px 64px;
    background: var(--white);
    text-align: center;
}
.home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 48px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.home-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.home-gallery-img {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    background-color: var(--navy);
    position: relative;
    transition: transform 0.4s ease;
}
.home-gallery-item:hover .home-gallery-img {
    transform: scale(1.03);
}
.home-gallery-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(13,31,60,0.85));
    padding: 32px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.home-gallery-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--cream);
    font-family: 'Playfair Display', serif;
}
.home-gallery-loc {
    font-size: 10px;
    color: var(--gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ============================================================
   HOME CTA SECTION
   ============================================================ */
.home-cta-section {
    background: var(--navy);
    padding: 80px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.home-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(201,168,76,0.04) 20px, rgba(201,168,76,0.04) 21px),
                repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(201,168,76,0.04) 20px, rgba(201,168,76,0.04) 21px);
    pointer-events: none;
}
.home-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.home-cta-inner h2 {
    font-size: 38px;
    margin-bottom: 16px;
}
.home-cta-bullets {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.home-cta-bullets span {
    font-size: 13px;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ============================================================
   MOBILE RESPONSIVE — HOMEPAGE
   ============================================================ */
@media (max-width: 768px) {
    .trust-bar {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }
    .trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(13,31,60,0.15);
        padding: 0 0 16px 0;
    }
    .trust-item:last-child { border-bottom: none; padding-bottom: 0; }
    .home-gallery-section { padding: 48px 20px; }
    .home-gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 32px;
    }
    .home-gallery-img { height: 220px; }
    .home-cta-section { padding: 56px 20px; }
    .home-cta-inner h2 { font-size: 26px; }
    .home-cta-bullets { gap: 12px; flex-direction: column; align-items: center; }
    .home-cta-bullets span { font-size: 12px; }
}

/* Center CTA buttons */
.home-cta-inner .hero-btns {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
}

/* ============================================================
   SERVICE AREAS GRID — MOBILE FIX
   ============================================================ */
@media (max-width: 768px) {
    /* Service areas grid — 2 columns on mobile */
    div[style*="grid-template-columns:repeat(4,1fr)"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    /* Fix text overflow in service area cells */
    div[style*="grid-template-columns:repeat(4,1fr)"] > div {
        padding: 14px 12px !important;
    }
    div[style*="grid-template-columns:repeat(4,1fr)"] span {
        font-size: 12px !important;
        word-break: break-word;
    }
    /* Fix View All Service Areas button */
    div[style*="grid-template-columns:repeat(4,1fr)"] ~ div {
        text-align: center;
        width: 100%;
    }
    /* Fix section padding on mobile */
    section[style*="padding:80px 64px"] {
        padding: 48px 20px !important;
    }
    section[style*="padding:100px 64px"] {
        padding: 48px 20px !important;
    }
}
