:root {
  --red: #7b001f;
  --red-dark: #5a0016;
  --red-light: #9a1030;
  --charcoal: #242424;
  --charcoal-light: #3a3a3a;
  --off-white: #f8f5f0;
  --cream: #f2ede4;
  --cream-dark: #e8dfd0;
  --gold: #FFB701;
  --gold-light: #FFD44D;
  --text-muted: #6b6b6b;
  --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--off-white);
  color: var(--charcoal);
  overflow-x: hidden;
}
h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; }

/* ══════════════════════════════════════
   TOP BAR
══════════════════════════════════════ */
.top-bar {
  background: var(--charcoal);
  padding: 8px 0;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.5px;
}
.top-bar a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.top-bar a:hover { color: var(--gold); }
.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-left { display: flex; gap: 20px; align-items: center; }
.top-bar-right { display: flex; gap: 16px; align-items: center; }
.top-bar-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.15); }

/* ══════════════════════════════════════
   HEADER — matches reference images
══════════════════════════════════════ */
#mainHeader {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
}
#mainHeader.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.12); }

.header-inner {
  display: flex;
  align-items: center;
  gap: 0;
  height: 80px;
  padding: 0 24px;
}

/* Logo left */
.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(0,0,0,0.08);
  margin-right: 28px;
}
.logo-icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: 36px;
  height: 36px;
}
.logo-icon span {
  background: var(--red);
  border-radius: 2px;
  display: block;
}
.logo-icon span:nth-child(1) { opacity: 1; }
.logo-icon span:nth-child(2) { opacity: 0.6; }
.logo-icon span:nth-child(3) { opacity: 0.6; }
.logo-icon span:nth-child(4) { opacity: 1; }
.logo-text-wrap {}
.logo-text { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; color: var(--charcoal); line-height: 1.1; }
.logo-text em { font-style: normal; color: var(--red); }
.logo-sub { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 2px; }

/* Location pill button */
.hdr-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.hdr-location-pill:hover { background: var(--red-dark); color: #fff; transform: translateY(-1px); }
.hdr-location-pill svg { width: 13px; height: 13px; fill: rgba(255,255,255,0.85); flex-shrink: 0; }

/* Right: contact + social + toggle */
.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.hdr-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--charcoal);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  background: transparent;
  cursor: pointer;
}
.hdr-btn:hover { border-color: var(--red); color: var(--red); }
.hdr-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

.hdr-btn-fb {
  background: #1877F2;
  border-color: #1877F2;
  color: #fff;
  font-weight: 600;
}
.hdr-btn-fb:hover { background: #1560c8; border-color: #1560c8; color: #fff; }

.hdr-btn-reviews {
  background: #fff;
  border: 1px solid #dadce0;
  color: var(--charcoal);
  padding: 8px 14px;
  gap: 8px;
}
.hdr-btn-reviews:hover { border-color: #4285F4; box-shadow: 0 1px 6px rgba(66,133,244,0.2); color: var(--charcoal); }
.google-btn-inner { display: flex; align-items: center; gap: 8px; }
.google-g-logo { width: 16px; height: 16px; flex-shrink: 0; }
.google-btn-text { display: flex; flex-direction: column; line-height: 1.1; }
.google-btn-text span:first-child { font-size: 9px; color: #5f6368; letter-spacing: 0; text-transform: none; font-weight: 400; }
.google-btn-text strong { font-size: 12px; color: var(--charcoal); font-weight: 600; letter-spacing: 0; text-transform: none; }
.google-stars-row { display: flex; align-items: center; gap: 3px; }
.google-stars-row span { font-size: 11px; color: #F5A623; letter-spacing: -1px; }
.google-stars-row em { font-style: normal; font-size: 10px; font-weight: 700; color: var(--charcoal); }

.hdr-btn-call-mobile { display: none; }

/* Full-width toggle button */
.hdr-toggle {
  width: 44px; height: 44px;
  background: var(--red);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  transition: background 0.2s;
}
.hdr-toggle:hover { background: var(--red-dark); }
.hdr-toggle span {
  display: block;
  width: 20px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hdr-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hdr-toggle.open span:nth-child(2) { opacity: 0; }
.hdr-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ══════════════════════════════════════
   NAV DROPDOWN — Full Width Below Header
══════════════════════════════════════ */
#megaMenu {
  position: fixed;
  top: 115px;
  left: 0; right: 0;
  z-index: 997;
  background: #fff;
  border-top: 3px solid var(--red);
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.28s ease;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
#megaMenu.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

/* Mobile: slide-in drawer from right */
@media (max-width: 768px) {
  #megaMenu {
    top: 65px;
    left: auto;
    right: 0;
    width: 88vw;
    max-width: 360px;
    height: 100vh;
    max-height: 100vh;
    border-top: none;
    border-left: 3px solid var(--red);
    transform: translateX(110%);
    opacity: 1;
    box-shadow: -8px 0 40px rgba(0,0,0,0.18);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #megaMenu.open {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.38);
  z-index: 996;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}
.menu-backdrop.show { opacity: 1; pointer-events: all; }

/* Top dark quick-links bar */
.ndrop-topbar {
  background: var(--charcoal);
  display: flex;
  align-items: center;
  padding: 0 40px;
  flex-wrap: wrap;
}
.ndrop-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 13px 18px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
}
.ndrop-topbar a svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; flex-shrink: 0; }
.ndrop-topbar a:hover { color: #fff; border-color: var(--red); }
.ndrop-close-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s;
}
.ndrop-close-btn:hover { color: #fff; border-color: rgba(255,255,255,0.3); }

/* Columns grid */
.ndrop-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 260px;
  max-width: 1280px;
  margin: 0 auto;
  max-height: 500px;
  overflow-y: auto;
}
.ndrop-col {
  padding: 22px 22px 26px;
  border-right: 1px solid #f0ebe4;
}
.ndrop-col:last-child { border-right: none; background: #fdf8f3; }

.ndrop-col-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0ebe4;
}
.ndrop-col-title svg { width: 14px; height: 14px; fill: none; stroke: var(--red); stroke-width: 2; flex-shrink: 0; }

.ndrop-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #444;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.18s;
  margin-bottom: 1px;
}
.ndrop-link:hover { background: #fff5f7; color: var(--red); padding-left: 14px; }
.ndrop-link-ic {
  width: 26px; height: 26px;
  background: #f5f0e8;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.18s;
}
.ndrop-link-ic svg { width: 12px; height: 12px; fill: none; stroke: #8B5E3C; stroke-width: 2; }
.ndrop-link:hover .ndrop-link-ic { background: var(--red); }
.ndrop-link:hover .ndrop-link-ic svg { stroke: #fff; }

/* Contact col */
.ndrop-contact-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: border-color 0.2s;
}
.ndrop-contact-item:hover { border-color: var(--red); }
.ndrop-ci-ic {
  width: 32px; height: 32px;
  background: #fff5f7;
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}
.ndrop-ci-ic svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.ndrop-ci-lbl { font-size: 9px; color: #bbb; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1px; }
.ndrop-ci-val { font-size: 13px; font-weight: 600; color: var(--charcoal); }

.ndrop-quote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 6px;
  margin-top: 10px;
  transition: background 0.2s;
}
.ndrop-quote-btn:hover { background: var(--red-dark); color: #fff; }
.ndrop-quote-btn svg { width: 13px; height: 13px; }

/* Bottom strip */
.ndrop-bottom {
  border-top: 1px solid #f0ebe4;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  flex-wrap: wrap;
  gap: 10px;
}
.ndrop-bottom-info { font-size: 12px; color: var(--text-muted); }
.ndrop-socials { display: flex; gap: 8px; }
.ndrop-socials a {
  width: 30px; height: 30px;
  border: 1px solid #e0d8d0;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  text-decoration: none;
  transition: all 0.2s;
}
.ndrop-socials a:hover { border-color: var(--red); color: var(--red); }

/* ══ MOBILE NAV DRAWER SPECIFIC STYLES ══ */
@media (max-width: 768px) {
  /* Top bar in drawer: header with close btn */
  .ndrop-topbar {
    background: var(--charcoal);
    padding: 0 20px;
    flex-wrap: wrap;
    /* position: sticky; */
    top: 0;
    z-index: 10;
    flex-direction: column;
    align-items: stretch;
  }
  .ndrop-topbar a {
    padding: 14px 4px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    border-right: none;
    color: rgba(255,255,255,0.75);
    gap: 12px;
  }
  .ndrop-topbar a svg { width: 16px; height: 16px; }
  .ndrop-topbar a:hover { color: #fff; border-color: transparent; border-bottom-color: rgba(255,255,255,0.07); background: rgba(255,255,255,0.05); border-radius: 6px; }
  .ndrop-close-btn {
    order: -1;
    width: 100%;
    margin: 0;
    padding: 16px;
    background: var(--red);
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ndrop-close-btn::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='19' y1='5' x2='5' y2='19'/%3E%3Cline x1='5' y1='5' x2='19' y2='19'/%3E%3C/svg%3E") no-repeat center;
    flex-shrink: 0;
  }

  /* Columns: stacked accordion-style on mobile */
  .ndrop-cols {
    display: block;
    max-height: none;
    overflow-y: visible;
    padding: 0;
  }
  .ndrop-col {
    border-right: none;
    border-bottom: 1px solid #f0ebe4;
    padding: 18px 20px;
  }
  .ndrop-col:last-child {
    background: #fdf8f3;
    border-bottom: none;
  }
  .ndrop-col-title {
    font-size: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .ndrop-link {
    font-size: 14px;
    padding: 9px 10px;
  }
  .ndrop-contact-item { padding: 10px 10px; }
  .ndrop-ci-val { font-size: 13px; }

  /* Bottom strip */
  .ndrop-bottom {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ══ HERO ══ */

#hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg-img {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1920&q=90');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  animation: heroZoom 12s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.0); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(15,5,5,0.96) 0%, rgba(15,5,5,0.82) 45%, rgba(15,5,5,0.3) 100%);
}

/* Red vertical stripe */
.hero-stripe {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: var(--red);
  z-index: 3;
}

.hero-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 140px 0 80px;
}

/* Eyebrow badge */
.hero-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(123,0,31,0.25);
  border: 1px solid rgba(123,0,31,0.55);
  border-radius: 100px;
  padding: 7px 18px 7px 10px;
  margin-bottom: 28px;
  animation: hFadeUp 0.7s ease both;
}
.hero-badge-pulse {
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(123,0,31,0.7);
  animation: heroPulse 2s infinite;
}
@keyframes heroPulse {
  0%   { box-shadow: 0 0 0 0 rgba(123,0,31,0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(123,0,31,0); }
  100% { box-shadow: 0 0 0 0 rgba(123,0,31,0); }
}
.hero-badge-top span {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

/* Main headline */
.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 0 12px;
  animation: hFadeUp 0.8s 0.1s ease both;
}
.hero-h1-top {
  display: block;
  font-size: clamp(52px, 6.5vw, 100px);
  color: rgba(255,255,255,0.92);
  letter-spacing: -1px;
}
.hero-h1-mid {
  display: block;
  font-size: clamp(58px, 7.5vw, 114px);
  color: #FFB701;
  font-style: italic;
  letter-spacing: -2px;
  line-height: 0.95;
}
.hero-h1-bot {
  display: block;
  font-size: clamp(52px, 6.5vw, 100px);
  color: rgba(255,255,255,0.92);
  letter-spacing: -1px;
}

/* Sub description */
.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
  max-width: 440px;
  font-weight: 300;
  margin: 24px 0 36px;
  animation: hFadeUp 0.8s 0.25s ease both;
}

/* CTA buttons */
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: hFadeUp 0.8s 0.35s ease both;
}
.btn-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 16px 32px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-red:hover { background: var(--red-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 12px 32px rgba(123,0,31,0.45); }
.btn-red svg { width: 15px; height: 15px; transition: transform 0.25s; }
.btn-red:hover svg { transform: translateX(5px); }

.btn-ghost-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 15px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s;
}
.btn-ghost-white:hover { border-color: rgba(255,255,255,0.5); color: #fff; }
.btn-ghost-white svg { width: 14px; height: 14px; }

/* Stats */
.hero-stats {
  display: flex;
  gap: 0;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  animation: hFadeUp 0.8s 0.45s ease both;
}
.hero-stat {
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.hero-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
}
.hero-stat-num sup { font-size: 24px; color: var(--red); }
.hero-stat-label {
  font-size: 10px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}

/* Right side floating image cards */
.hero-right-panel {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  padding-left: 20px;
}

.hero-img-card {
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.08);
  animation: hFadeUp 0.9s 0.3s ease both;
}
.hero-img-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.75);
}
.hero-img-card:hover img { transform: scale(1.05); filter: brightness(0.9); }
.hero-img-card-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 20px 16px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.hero-img-card-cat {
  font-size: 10px;
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}

/* Scroll cue */
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 5;
  animation: hFadeUp 1s 0.7s ease both;
}
.hero-scroll span {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}
.hero-scroll-mouse {
  width: 22px; height: 34px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.hero-scroll-mouse::after {
  content: '';
  width: 3px; height: 6px;
  background: rgba(255,255,255,0.4);
  border-radius: 2px;
  animation: scrollDot 2s ease infinite;
}
@keyframes scrollDot {
  0%   { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(10px); }
}

@keyframes hFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════
   TICKER
══════════════════════════════════════ */
.ticker-wrap {
  background: var(--red);
  padding: 13px 0;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-track {
  display: inline-flex;
  gap: 50px;
  animation: ticker 30s linear infinite;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.ticker-sep { width: 4px; height: 4px; background: rgba(255,255,255,0.4); border-radius: 50%; flex-shrink: 0; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ══════════════════════════════════════
   SECTION COMMON
══════════════════════════════════════ */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.section-eyebrow::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--red);
}
.section-title {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 18px;
  font-weight: 700;
}
.section-title em { font-style: italic; color: var(--red); }
.section-lead {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
  max-width: 560px;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
.anim {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.anim.vis { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════
   SECTION 1: BRAND INTRO
══════════════════════════════════════ */
#intro {
  padding: 90px 0;
  background: var(--white);
}
.intro-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 160px;
  font-weight: 700;
  color: var(--cream-dark);
  line-height: 1;
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 0;
  user-select: none;
}
.intro-feature {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--cream-dark);
}
.intro-feature:first-child { border-top: 1px solid var(--cream-dark); }
.intro-icon {
  width: 44px; height: 44px;
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
}
.intro-icon svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 1.5; }
.intro-feature-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; margin-bottom: 3px; color: var(--charcoal); }
.intro-feature-text { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ══════════════════════════════════════
   SECTION 2: SERVICES CARDS
══════════════════════════════════════ */
#services {
  padding: 100px 0;
  background: var(--off-white);
}
.svc-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.35s;
  height: 100%;
  position: relative;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.svc-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.svc-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.svc-card:hover .svc-card-img img { transform: scale(1.06); }
.svc-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}
.svc-card-num {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 12px;
  border-radius: 2px;
}
.svc-card-body { padding: 28px 26px 24px; }
.svc-card-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--charcoal);
  font-weight: 700;
  line-height: 1.2;
}
.svc-card-text { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.svc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
  transition: gap 0.2s;
}
.svc-card-link:hover { gap: 13px; color: var(--red-dark); }
.svc-card-link svg { width: 14px; height: 14px; }

/* ══════════════════════════════════════
   SECTION 3: FULL-WIDTH FEATURE
══════════════════════════════════════ */
#feature-band {
  padding: 0;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
.feature-band-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}
.feature-band-img {
  position: relative;
  overflow: hidden;
}
.feature-band-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.feature-band-img:hover img { transform: scale(1.04); }
.feature-band-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 70%, var(--charcoal));
}
.feature-band-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 60px;
}
.feature-band-content .section-title { color: #fff; }
.feature-band-content .section-lead { color: rgba(255,255,255,0.5); }
.feature-list { list-style: none; margin: 32px 0; }
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}
.feature-list li:last-child { border-bottom: none; }
.feature-check {
  width: 20px; height: 20px;
  background: var(--red);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: #fff;
  margin-top: 2px;
}

/* ══════════════════════════════════════
   SECTION 4: HOW IT WORKS
══════════════════════════════════════ */
#process {
  padding: 100px 0;
  background: var(--white);
}
.process-timeline {
  position: relative;
  padding-left: 40px;
}
.process-timeline::before {
  content: '';
  position: absolute;
  left: 14px; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, var(--red), transparent);
}
.process-step {
  position: relative;
  padding: 0 0 44px 36px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s ease;
}
.process-step.vis { opacity: 1; transform: translateX(0); }
.process-dot {
  position: absolute;
  left: -40px; top: 4px;
  width: 28px; height: 28px;
  background: var(--white);
  border: 2px solid var(--red);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  z-index: 1;
  transition: all 0.3s;
}
.process-step:hover .process-dot {
  background: var(--red);
  color: #fff;
}
.process-step h4 {
  font-size: 22px;
  color: var(--charcoal);
  margin-bottom: 8px;
  font-weight: 700;
}
.process-step p { font-size: 14px; color: var(--text-muted); line-height: 1.7; max-width: 360px; }

/* Process right: big image */
.process-img-wrap {
  position: sticky;
  top: 110px;
  height: 520px;
  overflow: hidden;
  border-radius: 2px;
}
.process-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.process-img-badge {
  position: absolute;
  bottom: 24px; right: 24px;
  background: var(--red);
  color: #fff;
  padding: 18px 22px;
  text-align: center;
  min-width: 120px;
}
.process-img-badge strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  display: block;
  line-height: 1;
}
.process-img-badge span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.8; }

/* ══════════════════════════════════════
   SECTION 5: CUSTOM WOODWORK
══════════════════════════════════════ */
#woodwork {
  padding: 100px 0;
  background: var(--cream);
}
.woodwork-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
  margin-top: 40px;
}
.woodwork-tile {
  background: var(--white);
  padding: 36px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.woodwork-tile::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 3px;
  background: var(--red);
  transition: width 0.35s ease;
}
.woodwork-tile:hover::after { width: 100%; }
.woodwork-tile:hover { background: var(--off-white); }
.woodwork-tile-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  color: var(--cream-dark);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  transition: color 0.3s;
}
.woodwork-tile:hover .woodwork-tile-num { color: rgba(123,0,31,0.15); }
.woodwork-tile h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--charcoal);
  font-weight: 700;
}
.woodwork-tile p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

/* ══════════════════════════════════════
   SECTION 6: SHOWCASE / GALLERY
══════════════════════════════════════ */
#showcase {
  padding: 100px 0 0;
  background: var(--charcoal);
}
#showcase .section-title { color: #fff; }
#showcase .section-eyebrow { color: var(--gold); }
#showcase .section-eyebrow::before { background: var(--gold); }

.showcase-masonry {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 300px 300px;
  gap: 4px;
}
.showcase-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 200px;
}
.showcase-item:first-child { grid-row: span 2; }
.showcase-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
  filter: brightness(0.85);
}
.showcase-item:hover img { transform: scale(1.07); filter: brightness(0.7); }
.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.showcase-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  transform: translateY(6px);
  opacity: 0;
  transition: all 0.3s;
}
.showcase-item:hover .showcase-label { opacity: 1; transform: translateY(0); }
.showcase-cat {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  opacity: 0;
  transition: all 0.3s 0.05s;
}
.showcase-item:hover .showcase-cat { opacity: 1; }

.showcase-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 50px;
}
.showcase-bottom p { color: rgba(255,255,255,0.4); font-size: 14px; }

/* ══════════════════════════════════════
   SECTION 7: AREAS WE SERVE
══════════════════════════════════════ */
#areas {
  padding: 100px 0;
  background: var(--off-white);
}
.areas-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.area-chip {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 13px;
  color: var(--charcoal-light);
  cursor: pointer;
  transition: all 0.22s;
  text-decoration: none;
  border-radius: 4px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.area-chip:hover { background: #fff5f7; border-color: var(--red); color: var(--red); }
.area-chip.on { background: var(--red); border-color: var(--red); color: #fff; }

/* Map spinner */
.map-spinner {
  width: 36px; height: 36px;
  border: 3px solid var(--cream-dark);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin: 0 auto;
}
@keyframes spin { to { transform: rotate(360deg); } }
.map-container { position: relative; }
.map-img-wrap {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.map-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(0.5) brightness(0.9);
}
.map-pin {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map-pin-dot {
  width: 16px; height: 16px;
  background: var(--red);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 0 rgba(123,0,31,0.4);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(123,0,31,0.4); }
  70% { box-shadow: 0 0 0 20px rgba(123,0,31,0); }
  100% { box-shadow: 0 0 0 0 rgba(123,0,31,0); }
}
.map-pin-label {
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  margin-top: 6px;
  white-space: nowrap;
  border-radius: 2px;
}

/* ══════════════════════════════════════
   SECTION 8: STATS
══════════════════════════════════════ */
#stats {
  padding: 80px 0;
  background: var(--red);
}
.stat-card { text-align: center; }
.stat-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(56px, 7vw, 88px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
}
.stat-divider { width: 30px; height: 2px; background: rgba(255,255,255,0.35); margin: 10px auto; }
.stat-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.65); }

/* ══════════════════════════════════════
   SECTION 9: WHY US
══════════════════════════════════════ */
#why {
  padding: 100px 0;
  background: var(--white);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
  margin-top: 56px;
}
.why-tile {
  background: var(--white);
  padding: 40px 28px;
  text-align: center;
  transition: all 0.3s;
}
.why-tile:hover { background: var(--red); }
.why-tile:hover .why-tile-icon { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.2); }
.why-tile:hover .why-tile-icon svg { stroke: #fff; }
.why-tile:hover h5, .why-tile:hover p { color: rgba(255,255,255,0.9); }
.why-tile:hover p { color: rgba(255,255,255,0.65); }
.why-tile-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px;
  transition: all 0.3s;
}
.why-tile-icon svg { width: 26px; height: 26px; stroke: var(--red); fill: none; stroke-width: 1.5; }
.why-tile h5 { font-size: 20px; color: var(--charcoal); margin-bottom: 10px; transition: color 0.3s; }
.why-tile p { font-size: 13px; color: var(--text-muted); line-height: 1.65; transition: color 0.3s; }

/* ══════════════════════════════════════
   SECTION 10: BUDGET TIERS
══════════════════════════════════════ */
#budget {
  padding: 100px 0;
  background: var(--cream);
}
.budget-card {
  border: 1px solid var(--cream-dark);
  background: var(--white);
  padding: 40px 32px;
  height: 100%;
  position: relative;
  transition: all 0.3s;
}
.budget-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
.budget-card.featured {
  background: var(--charcoal);
  border-color: transparent;
  border-top: 4px solid var(--red);
}
.popular-badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 2px;
  white-space: nowrap;
}
.budget-tier-name { font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.budget-card.featured .budget-tier-name { color: rgba(255,255,255,0.5); }
.budget-title { font-size: 26px; color: var(--charcoal); margin-bottom: 4px; }
.budget-card.featured .budget-title { color: #fff; }
.budget-price { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 700; color: var(--red); line-height: 1; margin: 16px 0; }
.budget-card.featured .budget-price { color: var(--gold); }
.budget-ul { list-style: none; margin: 20px 0 28px; }
.budget-ul li {
  padding: 10px 0;
  font-size: 14px;
  color: var(--charcoal-light);
  border-bottom: 1px solid var(--cream);
  display: flex; align-items: center; gap: 10px;
}
.budget-card.featured .budget-ul li { color: rgba(255,255,255,0.65); border-color: rgba(255,255,255,0.06); }
.budget-ul li::before { content: '✓'; color: var(--red); font-weight: 700; font-size: 12px; }
.budget-card.featured .budget-ul li::before { color: var(--gold); }

/* ══════════════════════════════════════
   SECTION 11: TESTIMONIALS
══════════════════════════════════════ */
#testimonials {
  padding: 100px 0;
  background: var(--off-white);
}
.review-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  padding: 36px 32px;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.review-card::before {
  content: '"';
  font-family: 'Cormorant Garamond', serif;
  font-size: 140px;
  color: var(--cream-dark);
  position: absolute;
  top: -20px; left: 20px;
  line-height: 1;
  z-index: 0;
  transition: color 0.3s;
}
.review-card:hover { border-color: var(--red); box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
.review-card:hover::before { color: rgba(123,0,31,0.08); }
.review-stars { color: #F5A623; font-size: 15px; margin-bottom: 14px; position: relative; z-index: 1; }
.review-text { font-size: 15px; color: var(--charcoal-light); line-height: 1.8; font-style: italic; position: relative; z-index: 1; margin-bottom: 24px; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.review-author h6 { margin: 0; font-size: 15px; color: var(--charcoal); }
.review-author span { font-size: 12px; color: var(--text-muted); }

/* ══════════════════════════════════════
   SECTION 12: CTA QUOTE
══════════════════════════════════════ */
#quote {
  padding: 0;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
.quote-bg {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 45%;
}
.quote-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.3;
  display: block;
}
.quote-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--charcoal) 10%, transparent);
}
.quote-inner {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
.quote-inner .section-title { color: #fff; }
.quote-form-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid var(--red);
  padding: 44px 40px;
}
.fld-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}
.fld-input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding: 13px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none;
  border-radius: 2px;
  transition: border-color 0.2s;
  margin-bottom: 18px;
  display: block;
}
.fld-input::placeholder { color: rgba(255,255,255,0.2); }
.fld-input:focus { border-color: var(--red); }
textarea.fld-input { min-height: 100px; resize: vertical; }

/* ══════════════════════════════════════
   SECTION 13: PHOTO STRIP
══════════════════════════════════════ */
#photostrip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 260px;
}
.photo-strip-item {
  overflow: hidden;
  position: relative;
}
.photo-strip-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) saturate(0.8);
  transition: all 0.4s ease;
}
.photo-strip-item:hover img { filter: brightness(0.9) saturate(1.1); transform: scale(1.05); }
.photo-strip-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding: 20px 14px 12px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
  transform: translateY(4px);
  opacity: 0;
  transition: all 0.3s;
}
.photo-strip-item:hover .photo-strip-label { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════
   FOOTER — Elegant Warm
══════════════════════════════════════ */
#footer { background: #fff; }

.footer-cta-band {
  background: var(--charcoal);
  padding: 60px 0;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-cta-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
  font-weight: 600;
}
.footer-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 44px);
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.footer-cta-title em { font-style: italic; color: var(--gold); }
.footer-cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.footer-call-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.footer-call-icon {
  width: 44px; height: 44px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
}
.footer-call-icon svg { width: 18px; height: 18px; }
.footer-call-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.footer-call-num { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: #fff; }

/* Footer body */
.footer-body {
  background: var(--off-white);
  padding: 70px 0;
  border-bottom: 1px solid var(--cream-dark);
}

/* Brand */
.footer-brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: 32px; height: 32px;
  flex-shrink: 0;
}
.footer-logo-grid span {
  background: var(--red);
  border-radius: 2px;
  display: block;
}
.footer-logo-grid span:nth-child(2),
.footer-logo-grid span:nth-child(3) { opacity: 0.4; }
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.1;
}
.footer-brand-name em { font-style: normal; color: var(--red); }
.footer-brand-sub { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-top: 2px; }
.footer-brand-desc { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }

.footer-rating-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 20px;
}
.footer-rating-stars { color: #F5A623; font-size: 16px; letter-spacing: 1px; }
.footer-rating-text { font-size: 12px; font-weight: 600; color: var(--charcoal); }

.footer-socials {
  display: flex;
  gap: 8px;
}
.footer-socials a {
  width: 36px; height: 36px;
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  text-decoration: none;
  transition: all 0.2s;
}
.footer-socials a:hover { border-color: var(--red); color: var(--red); background: #fff5f7; }

/* Footer columns */
.footer-col-hdr {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}
.footer-col-list { list-style: none; margin: 0; padding: 0; }
.footer-col-list li { margin-bottom: 10px; }
.footer-col-list a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  padding: 2px 0;
}
.footer-col-list a::before {
  content: '';
  width: 0; height: 1.5px;
  background: var(--red);
  transition: width 0.2s;
  flex-shrink: 0;
}
.footer-col-list a:hover { color: var(--red); padding-left: 4px; }
.footer-col-list a:hover::before { width: 10px; }

/* Contact items */
.footer-contact-items { display: flex; flex-direction: column; gap: 16px; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  transition: border-color 0.2s;
}
.footer-contact-item:hover { border-color: var(--red); }
.footer-contact-icon {
  width: 36px; height: 36px;
  background: #fff5f7;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--red);
}
.footer-contact-icon svg { width: 16px; height: 16px; }
.footer-contact-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
.footer-contact-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
  text-decoration: none;
  display: block;
  line-height: 1.3;
}
a.footer-contact-value:hover { color: var(--red); }

/* Bottom bar */
.footer-bottom-bar {
  background: var(--charcoal);
  padding: 20px 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom-inner p {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin: 0;
}

/* ══════════════════════════════════════
   RESPONSIVE — TABLET 1024px
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .mega-cols { grid-template-columns: repeat(2, 1fr); }
  .feature-band-inner { grid-template-columns: 1fr; }
  .feature-band-img { height: 320px; }
  .feature-band-img::after { background: linear-gradient(to top, var(--charcoal) 5%, transparent); }
  .showcase-masonry { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .showcase-item:first-child { grid-row: auto; }
  .showcase-item { min-height: 220px; }
  .areas-wrap { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .woodwork-grid { grid-template-columns: repeat(3, 1fr); }
  /* Hero tablet */
  #hero { min-height: auto; }
  .hero-inner { padding: 120px 0 70px; }
  .hero-h1-top, .hero-h1-bot { font-size: clamp(44px, 6vw, 72px); }
  .hero-h1-mid { font-size: clamp(48px, 7vw, 80px); }
  .hero-img-card img { height: 180px !important; }
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBILE 768px
══════════════════════════════════════ */
@media (max-width: 768px) {
  /* Top bar */
  .top-bar { display: none; }

  /* Header */
  .header-inner { padding: 0 16px; gap: 0; height: 64px; }
  .header-logo { padding-right: 12px; border-right: 1px solid rgba(0,0,0,0.08); margin-right: 12px; }
  .logo-text { font-size: 16px; }
  .logo-sub { display: none; }
  .hdr-location-pill { display: none !important; }
  .hdr-btn { display: none !important; }
  /* Show only phone call button on mobile as icon */
  .hdr-btn-call-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    color: var(--charcoal);
    text-decoration: none;
    transition: all 0.2s;
    flex-shrink: 0;
    background: transparent;
  }
  .hdr-btn-call-mobile:hover { border-color: var(--red); color: var(--red); }
  .hdr-btn-call-mobile svg { width: 17px; height: 17px; }
  .header-right { gap: 8px; margin-left: auto; }
  .hdr-toggle { width: 40px; height: 40px; }

  /* Mega menu */
  .mega-cols { grid-template-columns: 1fr; gap: 28px; }
  .mega-inner { padding: 32px 20px 40px; }
  .mega-top-links { flex-direction: column; border-bottom: none; margin-bottom: 20px; }
  .mega-top-links a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 17px; margin-bottom: 0; }
  .mega-cta-bar { flex-direction: column; align-items: flex-start; gap: 16px; }

  /* Hero mobile */
  #hero { min-height: 100svh; }
  .hero-inner { padding: 100px 0 70px; }
  .hero-h1-top, .hero-h1-bot { font-size: clamp(36px, 10vw, 52px); }
  .hero-h1-mid { font-size: clamp(40px, 11vw, 58px); }
  .hero-sub { font-size: 15px; margin-bottom: 28px; }
  .hero-ctas { flex-direction: column; gap: 10px; }
  .hero-ctas .btn-red, .hero-ctas .btn-ghost-white { width: 100%; justify-content: center; }
  .hero-stats { flex-wrap: wrap; margin-top: 36px; padding-top: 24px; gap: 0; }
  .hero-stat { width: 33.33%; padding-right: 12px; }
  .hero-stat-num { font-size: 30px; }
  .hero-scroll { bottom: 20px; }

  /* Sections */
  #intro, #services, #process, #woodwork, #areas, #why, #budget, #testimonials, #quote { padding: 64px 0; }
  #stats { padding: 56px 0; }
  #showcase { padding: 64px 0 0; }

  .section-title { font-size: clamp(28px, 8vw, 42px); }
  .section-lead { font-size: 15px; }

  /* About */
  .about-badge-wrap img { height: 300px !important; }

  /* Services */
  .svc-card-img { height: 180px; }

  /* Feature band */
  .feature-band-inner { grid-template-columns: 1fr; }
  .feature-band-img { height: 260px; }
  .feature-band-content { padding: 40px 20px; }
  .feature-band-img::after { background: linear-gradient(to top, var(--charcoal) 5%, transparent); }

  /* Process */
  .process-img-wrap { display: none; }
  .process-timeline { padding-left: 32px; }
  .process-step h4 { font-size: 18px; }

  /* Woodwork */
  .woodwork-grid { grid-template-columns: repeat(2, 1fr); }
  .woodwork-tile { padding: 28px 22px; }

  /* Showcase */
  .showcase-masonry { grid-template-columns: 1fr; }
  .showcase-item { min-height: 220px; }
  .showcase-item:first-child { min-height: 260px; }
  .showcase-label { opacity: 1 !important; transform: none !important; }
  .showcase-cat { opacity: 1 !important; }

  /* Areas */
  .map-img-wrap img { height: 260px !important; }

  /* Stats */
  .stat-big { font-size: clamp(44px, 12vw, 64px); }

  /* Why */
  .why-grid { grid-template-columns: 1fr 1fr; }

  /* Budget */
  .budget-card { padding: 32px 24px; margin-top: 16px; }

  /* Testimonials */
  .review-card { padding: 28px 22px; }

  /* Photo strip */
  #photostrip { grid-template-columns: repeat(3, 1fr); height: 180px; }
  #photostrip .photo-strip-item:nth-child(4),
  #photostrip .photo-strip-item:nth-child(5) { display: none; }

  /* Quote */
  .quote-bg { display: none; }
  .quote-inner { padding: 64px 0; }
  .quote-form-wrap { padding: 28px 20px; }

  /* Footer */
  .footer-cta-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-body { padding: 50px 0; }
  .footer-contact-items { gap: 12px; }
}

/* ══════════════════════════════════════
   RESPONSIVE — SMALL MOBILE 480px
══════════════════════════════════════ */
@media (max-width: 480px) {
  .hero-h1-top, .hero-h1-bot { font-size: clamp(30px, 9.5vw, 42px); }
  .hero-h1-mid { font-size: clamp(34px, 10.5vw, 48px); }
  .hero-stat-num { font-size: 26px; }
  .hero-inner { padding: 90px 0 60px; }
  .why-grid { grid-template-columns: 1fr; }
  .stat-big { font-size: 52px; }
  .section-title { font-size: clamp(26px, 9vw, 38px); }
  .budget-card.featured { margin-top: 24px; }
  .mega-top-links a { font-size: 15px; }
}

/* Global overflow fix */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; }

/* ══════════════════════════════════════
   INNER PAGE — SHARED
══════════════════════════════════════ */
.page-hero {
  position: relative;
  padding: 160px 0 90px;
  background: linear-gradient(135deg, #1a0608 0%, #2a0a10 60%, #3a0a14 100%);
  color: #fff;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(123,0,31,0.35), transparent 60%);
  pointer-events: none;
}
.page-hero::after {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 6px;
  background: var(--red);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(123,0,31,0.25);
  border: 1px solid rgba(123,0,31,0.55);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.75); font-weight: 500;
  margin-bottom: 22px;
}
.page-hero-eyebrow::before {
  content:''; width:8px; height:8px; background: var(--red); border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(123,0,31,0.7);
  animation: heroPulse 2s infinite;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 1.02;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
}
.page-hero h1 em {
  font-style: italic;
  color: var(--red-light);
}
.page-hero p.lead {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
  max-width: 620px;
  line-height: 1.8;
}
.page-hero .crumbs {
  display: flex; gap: 10px; align-items: center;
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 30px;
}
.page-hero .crumbs a { color: rgba(255,255,255,0.55); text-decoration: none; }
.page-hero .crumbs a:hover { color: var(--red-light); }
.page-hero .crumbs span { color: var(--red); }

/* Section base */
.sec { padding: 90px 0; }
.sec-eyebrow {
  font-size: 11px; font-weight: 700;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.sec-eyebrow::before { content:''; width:30px; height:1px; background: var(--red); }
.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1px;
  color: var(--charcoal);
  margin-bottom: 18px;
}
.sec-title em { font-style: italic; color: var(--red); }
.sec-desc { font-size: 16px; color: var(--text-muted); line-height: 1.8; max-width: 720px; }

/* Value cards */
.value-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 38px 32px;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.value-card::before {
  content:''; position:absolute; left:0; top:0; bottom:0; width: 4px;
  background: var(--red); transform: scaleY(0); transform-origin: top;
  transition: transform 0.35s;
}
.value-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,0.08); border-color: transparent; }
.value-card:hover::before { transform: scaleY(1); }
.value-card .vc-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; margin-bottom: 22px;
}
.value-card .vc-icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 2; }
.value-card h4 { font-size: 22px; font-weight: 600; color: var(--charcoal); margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin: 0; }

/* Contact form */
.contact-form-card {
  background: #fff;
  border-radius: 18px;
  padding: 48px 40px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  border: 1px solid #f0ebe4;
}
.contact-form-card label {
  display: block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--charcoal); margin-bottom: 8px;
}
.contact-form-card .form-control,
.contact-form-card .form-select {
  border: 1px solid #e5dfd5;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  background: var(--off-white);
  transition: all 0.2s;
}
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(123,0,31,0.08);
  background: #fff;
}
.contact-info-side {
  background: linear-gradient(160deg, var(--charcoal) 0%, #1a0608 100%);
  color: #fff;
  border-radius: 18px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.contact-info-side::before {
  content:''; position:absolute; right:-80px; bottom:-80px;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(123,0,31,0.45), transparent 70%);
}
.contact-info-side h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px; font-weight: 700; margin-bottom: 12px;
  position: relative;
}
.contact-info-side h3 em { color: var(--red-light); font-style: italic; }
.contact-info-side p.muted { color: rgba(255,255,255,0.55); font-size: 14px; margin-bottom: 32px; position: relative; line-height: 1.8; }
.contact-info-side .ci-row {
  display: flex; gap: 16px; align-items: center;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.contact-info-side .ci-row:first-of-type { border-top: none; }
.contact-info-side .ci-icon {
  width: 44px; height: 44px;
  background: rgba(123,0,31,0.3);
  border: 1px solid rgba(123,0,31,0.5);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-side .ci-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; }
.contact-info-side .ci-lbl { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.contact-info-side .ci-val { font-size: 16px; color: #fff; font-weight: 500; text-decoration: none; display: block; margin-top: 2px; }
.contact-info-side .ci-val:hover { color: var(--red-light); }

/* Map block */
.map-frame-wrap {
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  border: 1px solid #eee;
  background: #fff;
}
.map-frame-wrap iframe { width: 100%; height: 480px; border: 0; display: block; }

/* Areas grid */
.area-tile {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 14px;
  padding: 28px 26px;
  text-decoration: none;
  display: flex; flex-direction: column; gap: 8px;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.area-tile::after {
  content:''; position:absolute; left:0; right:0; bottom:0; height: 3px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s;
}
.area-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,0.07); border-color: transparent; }
.area-tile:hover::after { transform: scaleX(1); }
.area-tile .at-ic {
  width: 42px; height: 42px;
  background: #fff5f7;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--red); margin-bottom: 6px;
}
.area-tile .at-ic svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.area-tile h5 { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 600; color: var(--charcoal); margin: 0; }
.area-tile p { font-size: 12px; color: var(--text-muted); margin: 0; letter-spacing: 0.5px; }

/* Story image side */
.story-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
  position: relative;
}
.story-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 460px; }
.story-img::before {
  content:''; position:absolute;
  left: -18px; bottom: -18px;
  width: 140px; height: 140px;
  background: var(--red);
  border-radius: 14px;
  z-index: -1;
}

/* Team cards */
.team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.3s;
}
.team-card:hover { transform: translateY(-6px); }
.team-card .tc-photo { aspect-ratio: 1/1; background: #f0ebe4; overflow: hidden; }
.team-card .tc-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card .tc-body { padding: 24px 18px; }
.team-card h5 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; margin: 0 0 4px; color: var(--charcoal); }
.team-card .tc-role { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); }

/* Inline stat strip */
.stat-strip {
  background: var(--charcoal);
  color: #fff;
  border-radius: 18px;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.stat-strip::before {
  content:''; position:absolute; left:0; top:0; bottom:0; width: 5px; background: var(--red);
}
.stat-strip .ss-item { text-align: center; }
.stat-strip .ss-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 700; line-height: 1; color: #fff; }
.stat-strip .ss-num em { color: var(--red-light); font-style: italic; }
.stat-strip .ss-lbl { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 8px; }
@media (max-width: 768px) {
  .stat-strip { grid-template-columns: repeat(2, 1fr); padding: 36px 24px; gap: 24px; }
  .stat-strip .ss-num { font-size: 40px; }
  .sec { padding: 64px 0; }
  .page-hero { padding: 60px 0 60px; }
  .contact-form-card, .contact-info-side { padding: 32px 24px; }
}

/* ══════════════════════════════════════
   FAQ ACCORDION
══════════════════════════════════════ */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.25s;
}
.faq-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.faq-item.open { border-color: var(--red); box-shadow: 0 8px 30px rgba(123,0,31,0.08); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 26px;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 600;
  color: var(--charcoal);
  list-style: none;
  user-select: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  width: 30px; height: 30px;
  background: var(--off-white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 300;
  color: var(--red); flex-shrink: 0;
  transition: transform 0.3s, background 0.3s;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); background: var(--red); color: #fff; }
.faq-a {
  padding: 0 26px 20px;
  font-size: 15px; color: var(--text-muted);
  line-height: 1.8;
  display: none;
}
.faq-item.open .faq-a { display: block; }

/* ══════════════════════════════════════
   MATERIAL CARDS
══════════════════════════════════════ */
.mat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mat-card {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 14px;
  padding: 30px 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.mat-card::before {
  content:''; position:absolute; left:0; top:0; bottom:0; width:4px;
  background: var(--gold); transform: scaleY(0); transform-origin: top;
  transition: transform 0.35s;
}
.mat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,0.07); border-color: transparent; }
.mat-card:hover::before { transform: scaleY(1); }
.mat-card-icon {
  width: 48px; height: 48px;
  background: #fff5f0;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.mat-card-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--red); stroke-width: 1.8; }
.mat-card h5 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: var(--charcoal); margin: 0; }
.mat-card p { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .mat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .mat-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════
   SERVICE FEATURE CARDS (Cabinetry / Woodwork pages)
══════════════════════════════════════ */
.sfeat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sfeat-card {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.sfeat-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.09); border-color: transparent; }
.sfeat-card-img {
  height: 200px; overflow: hidden; position: relative;
  background: var(--cream-dark);
}
.sfeat-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.sfeat-card:hover .sfeat-card-img img { transform: scale(1.06); }
.sfeat-card-num {
  position: absolute; top: 14px; left: 14px;
  background: var(--red); color: #fff;
  width: 34px; height: 34px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
}
.sfeat-card-body { padding: 24px 22px; }
.sfeat-card-body h4 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: var(--charcoal); margin-bottom: 10px; }
.sfeat-card-body p { font-size: 13px; color: var(--text-muted); line-height: 1.75; margin: 0; }
.sfeat-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px; color: var(--red);
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; transition: gap 0.2s;
}
.sfeat-card-link:hover { gap: 10px; color: var(--red-dark); }
.sfeat-card-link svg { width: 12px; height: 12px; }
@media (max-width: 992px) { .sfeat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .sfeat-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════
   GALLERY GRID
══════════════════════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-grid .gal-item {
  border-radius: 12px; overflow: hidden; position: relative;
  aspect-ratio: 4/3;
  background: var(--cream-dark);
}
.gallery-grid .gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.gallery-grid .gal-item:hover img { transform: scale(1.08); }
.gallery-grid .gal-item .gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,5,5,0.7) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.3s;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 16px;
}
.gallery-grid .gal-item:hover .gal-overlay { opacity: 1; }
.gallery-grid .gal-item .gal-label { color: #fff; font-size: 13px; font-weight: 600; }
.gallery-grid .gal-item .gal-cat { color: var(--red-light); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════
   MID-PAGE CTA SECTION
══════════════════════════════════════ */
.pg-cta-sec {
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 60%, #9a1030 100%);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pg-cta-sec::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.04'%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");
}
.pg-cta-sec .container { position: relative; z-index: 2; }
.pg-cta-sec h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 700; color: #fff;
  line-height: 1.08; letter-spacing: -1px; margin-bottom: 18px;
}
.pg-cta-sec h2 em { font-style: italic; color: var(--gold); }
.pg-cta-sec p { color: rgba(255,255,255,0.7); font-size: 17px; line-height: 1.8; max-width: 560px; margin: 0 auto 36px; }
.pg-cta-sec .btn-white {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--red);
  padding: 16px 38px;
  border-radius: 6px; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.pg-cta-sec .btn-white:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
.pg-cta-sec .btn-white svg { width: 14px; height: 14px; transition: transform 0.25s; }
.pg-cta-sec .btn-white:hover svg { transform: translateX(5px); }

/* ══════════════════════════════════════
   PROCESS SECTION (inner pages)
══════════════════════════════════════ */
.pg-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: proc;
}
.pg-proc-step {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 16px;
  padding: 36px 28px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.pg-proc-step::after {
  content:''; position:absolute; left:0; bottom:0; right:0; height:4px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s;
}
.pg-proc-step:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,0.08); border-color: transparent; }
.pg-proc-step:hover::after { transform: scaleX(1); }
.pg-proc-num {
  width: 52px; height: 52px;
  background: var(--red);
  color: #fff;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700;
  margin-bottom: 22px;
  font-family: 'Cormorant Garamond', serif;
}
.pg-proc-step h4 { font-size: 22px; font-weight: 700; color: var(--charcoal); margin-bottom: 10px; }
.pg-proc-step p { font-size: 13px; color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 992px) { .pg-process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .pg-process-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════
   TRUST / RECOGNITION STRIP
══════════════════════════════════════ */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item {
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 14px;
  padding: 30px 22px;
  text-align: center;
  transition: all 0.3s;
}
.trust-item:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,0.07); }
.trust-item .ti-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.trust-item .ti-icon svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 2; }
.trust-item h5 { font-size: 18px; font-weight: 700; color: var(--charcoal); margin-bottom: 6px; }
.trust-item p { font-size: 12px; color: var(--text-muted); margin: 0; line-height: 1.6; }
@media (max-width: 768px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }

/* ══════════════════════════════════════
   MISSION SECTION
══════════════════════════════════════ */
.mission-sec {
  background: var(--charcoal);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mission-sec::before {
  content:''; position:absolute; left:0; right:0; top:0; height:4px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--red));
}
.mission-sec .ms-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(123,0,31,0.2);
  border: 1px solid rgba(123,0,31,0.4);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.6); font-weight: 500;
  margin-bottom: 28px;
}
.mission-sec blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600; font-style: italic;
  color: #fff; line-height: 1.3;
  max-width: 860px; margin: 0 auto 24px;
  position: relative; z-index: 1;
}
.mission-sec blockquote em { color: var(--red-light); }
.mission-sec p.ms-sub {
  color: rgba(255,255,255,0.5); font-size: 15px;
  max-width: 560px; margin: 0 auto;
}

/* ══════════════════════════════════════
   INNER-PAGE PROCESS TIMELINE (reuse home pattern)
══════════════════════════════════════ */
.pg-timeline-wrap {
  background: var(--off-white);
  border-radius: 20px;
  padding: 48px 40px;
}
@media (max-width: 768px) {
  .pg-timeline-wrap { padding: 32px 22px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
}
}


/* ====== Extra responsive fixes (auto-added) ====== */
img, svg, video { max-width: 100%; height: auto; }
.container, .container-fluid { box-sizing: border-box; }
* { min-width: 0; }

@media (max-width: 1024px) {
  .ndrop-cols { grid-template-columns: repeat(2, 1fr) !important; max-height: 70vh; }
}
@media (max-width: 720px) {
  .ndrop-cols { grid-template-columns: 1fr !important; max-height: 75vh; }
  .ndrop-col { padding: 16px 16px 18px; border-right: none; border-bottom: 1px solid #f0ebe4; }
  .ndrop-link { font-size: 14px; padding: 10px 8px; }
}
@media (max-width: 640px) {
  .inner-hero h1, h1 { font-size: clamp(28px, 7vw, 40px) !important; line-height: 1.15; }
  .sec-title { font-size: clamp(26px, 6vw, 36px) !important; }
  .lead { font-size: 16px !important; }
  .sec { padding: 50px 0 !important; }
  .top-bar { font-size: 11px; }
}
@media (max-width: 520px) {
  .crumbs { font-size: 12px; word-break: break-word; }
  .btn-red { width: 100%; justify-content: center; }
}
