:root {
  color-scheme: dark;
  --forest-950: #041008;
  --forest-900: #07170d;
  --forest-850: #0b2012;
  --forest-800: #102b18;
  --forest-700: #173d23;
  --forest-600: #1f5e31;
  --cream-50: #fffdf7;
  --cream-100: #fff8ea;
  --cream-200: #f4e7ca;
  --cream-300: #e8d5a9;
  --gold-300: #f6df9a;
  --gold-400: #d8ad55;
  --gold-500: #bb842c;
  --gold-700: #755017;
  --ink: #102416;
  --ink-2: #243b2a;
  --sage: #d9d0bb;
  --sage-dark: #536250;
  --danger: #842113;
  --success: #0f4a20;
  --page-bg: #06100a;
  --section-bg: #07170d;
  --section-soft-bg: #0d2113;
  --heading: #fff8ea;
  --text: #fff8ea;
  --muted: #d9d0bb;
  --surface: #fffaf0;
  --surface-2: #f2e7cf;
  --line: rgba(246, 223, 154, .22);
  --line-dark: rgba(16,36,22,.13);
  --shadow: 0 28px 85px rgba(0,0,0,.34);
  --shadow-soft: 0 20px 60px rgba(0,0,0,.18);
  --radius-2xl: 34px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 15px;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html[data-theme="light"] {
  color-scheme: light;
  --page-bg: #fbf7eb;
  --section-bg: #fbf7eb;
  --section-soft-bg: #f3eddd;
  --heading: #102416;
  --text: #102416;
  --muted: #536250;
  --line: rgba(16,36,22,.16);
  --shadow: 0 26px 75px rgba(16,36,22,.16);
  --shadow-soft: 0 18px 45px rgba(16,36,22,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-body);
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(circle at 18% -8%, rgba(216,173,85,.18), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(31,94,49,.22), transparent 30%),
    linear-gradient(180deg, var(--page-bg) 0%, #0a1a10 48%, #041008 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html[data-theme="light"] body {
  background:
    radial-gradient(circle at 16% -10%, rgba(216,173,85,.18), transparent 35%),
    linear-gradient(180deg, #fbf7eb 0%, #f2ecdc 52%, #fbf7eb 100%);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold-300); color: var(--ink); }

.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 9999; background: var(--gold-300); color: var(--ink); padding: 12px 16px; border-radius: 0 0 12px 0; font-weight: 900; }
.skip-link:focus { left: 0; }

h1, h2, h3 { margin: 0 0 18px; line-height: 1.06; color: var(--heading); }
h1, h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 4.65vw, 5.35rem); max-width: 820px; }
h2 { font-size: clamp(2.15rem, 3.35vw, 4.05rem); }
h3 { font-size: 1.22rem; letter-spacing: -.012em; }
p { margin: 0 0 18px; }
.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  line-height: 1.35;
  color: var(--gold-300);
  font-weight: 900;
}
html[data-theme="light"] .eyebrow { color: var(--gold-700); }

/* Header */
.topbar {
  background: var(--forest-950);
  color: var(--cream-200);
  border-bottom: 1px solid rgba(246,223,154,.16);
  font-size: .82rem;
  letter-spacing: .035em;
}
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 7px 0; }
.topbar a { color: var(--gold-300); font-weight: 900; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,250,240,.94);
  color: var(--ink);
  border-bottom: 1px solid rgba(16,36,22,.10);
  box-shadow: 0 18px 46px rgba(16,36,22,.10);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled { background: rgba(255,250,240,.98); box-shadow: 0 18px 50px rgba(16,36,22,.14); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-logo { width: 172px; max-height: 60px; object-fit: contain; }
.brand-copy { display: none; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 5px; }
.nav-link,
.desktop-nav > a,
.nav-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: .93rem;
  line-height: 1;
  font-weight: 850;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.nav-link:hover,
.nav-link.active,
.desktop-nav > a:hover,
.nav-dropdown > a:hover,
.nav-dropdown:focus-within > a,
.nav-dropdown:hover > a {
  background: #f0e3c6;
  color: var(--ink);
}
.nav-caret { font-size: .8rem; opacity: .76; margin-top: 1px; }
.nav-dropdown { position: relative; }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.theme-toggle,
.mobile-toggle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(187,132,44,.22);
  background: #fff4d6;
  color: var(--gold-700);
  display: inline-grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.mobile-toggle { display: none; gap: 4px; align-content: center; justify-content: center; }
.mobile-toggle span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }

/* Luxury mega menus */
.mega-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: min(980px, calc(100vw - 56px));
  padding: 0;
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 120;
}
.nav-dropdown:hover .mega-panel,
.nav-dropdown:focus-within .mega-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.mega-inner {
  display: grid;
  grid-template-columns: .95fr 1.1fr 1.1fr;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(246,223,154,.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(246,223,154,.14), transparent 34%),
    linear-gradient(135deg, rgba(5,18,10,.99), rgba(13,40,22,.99));
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  color: var(--cream-100);
  overflow: hidden;
}
.mega-feature {
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)),
    url('../images/commercial-property-detail.jpg') center/cover no-repeat;
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  border: 1px solid rgba(246,223,154,.18);
}
.mega-feature::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(4,13,7,.16), rgba(4,13,7,.88)); z-index: -1; }
.mega-feature span,
.mega-section h4,
.mega-link small {
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 950;
}
.mega-feature h3 { color: var(--cream-100); font-family: var(--font-display); font-size: 1.72rem; margin: 8px 0 10px; letter-spacing: -.03em; }
.mega-feature p { color: #eadfc6; font-size: .92rem; margin-bottom: 14px; line-height: 1.55; }
.mega-feature-link { color: var(--gold-300); font-weight: 900; }
.mega-section { min-width: 0; }
.mega-section h4 { margin: 4px 0 12px; }
.mega-list { display: grid; gap: 8px; }
.mega-link,
.mega-panel a:not(.mega-feature-link) {
  display: grid;
  gap: 2px;
  padding: 12px 13px;
  border: 1px solid rgba(246,223,154,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  color: #fff6df;
  font-weight: 850;
  line-height: 1.2;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.mega-link:hover,
.mega-panel a:not(.mega-feature-link):hover { background: rgba(216,173,85,.16); border-color: rgba(246,223,154,.30); transform: translateY(-1px); }
.mega-link small { display: block; color: #dcb866; font-size: .63rem; letter-spacing: .10em; }
.mega-areas { width: min(1080px, calc(100vw - 56px)); }
.mega-areas .mega-feature { background-image: url('../images/central-ohio-service-area.jpg'); }
.mega-city-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.mega-city-grid .mega-link { min-height: 54px; }

.mobile-nav {
  display: none;
  padding: 14px 24px 24px;
  background: rgba(255,250,240,.98);
  color: var(--ink);
  border-top: 1px solid rgba(16,36,22,.10);
}
.mobile-nav.open { display: grid; }
.mobile-nav a,
.mobile-nav summary {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid rgba(16,36,22,.10);
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}
.mobile-nav details { border-bottom: 1px solid rgba(16,36,22,.10); }
.mobile-nav details a { padding-left: 14px; font-size: .95rem; border-bottom-color: rgba(16,36,22,.06); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: .005em;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible,
.mega-link:focus-visible,
.nav-link:focus-visible,
.image-card:focus-visible,
.project-card:focus-visible,
.mini-link-grid a:focus-visible { outline: 3px solid var(--gold-300); outline-offset: 4px; }
.btn-gold {
  background: linear-gradient(135deg, #ffe9a5 0%, #d8ad55 58%, #a66f22 100%);
  color: var(--ink);
  box-shadow: 0 16px 38px rgba(216,173,85,.30);
}
.btn-outline {
  color: var(--ink);
  border-color: rgba(117,80,23,.22);
  background: #f7efd9;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.btn-glass {
  color: var(--cream-100);
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

/* Hero */
.hero {
  position: relative;
  min-height: clamp(680px, 84vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--cream-100);
  background: var(--forest-950);
  border-bottom: 1px solid rgba(246,223,154,.14);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02) contrast(1.04) brightness(.84); transform: scale(1.02); }
.hero-scrim { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(3,9,5,.96) 0%, rgba(6,17,9,.88) 42%, rgba(6,17,9,.46) 72%, rgba(3,9,5,.78) 100%),
  radial-gradient(circle at 54% 26%, rgba(216,173,85,.24), transparent 35%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 455px); gap: clamp(36px, 5vw, 72px); align-items: center; padding: clamp(72px, 8vw, 108px) 0; }
.hero-copy { max-width: 820px; }
.hero h1,
.hero h2,
.hero h3,
.simple-hero h1,
.simple-hero h2,
.simple-hero h3 { color: var(--cream-100) !important; text-shadow: 0 3px 24px rgba(0,0,0,.34); }
.hero .eyebrow,
.simple-hero .eyebrow { color: var(--gold-300) !important; }
.hero-lead { max-width: 710px; color: #f2ead7 !important; font-size: clamp(1.08rem, 1.45vw, 1.27rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-proof span { display: inline-flex; align-items: center; min-height: 39px; padding: 9px 13px; border: 1px solid rgba(246,223,154,.25); border-radius: 999px; background: rgba(255,255,255,.09); color: #f8efd7; font-size: .88rem; font-weight: 850; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.hero-form-card { width: 100%; max-width: 455px; margin-left: auto; color: var(--ink); }
.simple-hero { min-height: 560px; padding: 132px 0 96px; background:
  radial-gradient(circle at 78% 12%, rgba(216,173,85,.15), transparent 35%),
  linear-gradient(135deg, #041008, #12301a 72%, #07170d);
}
.simple-hero .container { padding-top: 0; }
.simple-hero p:not(.eyebrow) { color: #eadfc6; font-size: 1.12rem; max-width: 760px; }

/* Forms */
.hero-form-card,
.form-panel,
.bottom-form .panel:has(.quote-form) { background: transparent; border: 0; box-shadow: none; }
.quote-form {
  position: relative;
  padding: clamp(22px, 2.5vw, 30px);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,250,240,.995), rgba(242,232,204,.97));
  border: 1px solid rgba(216,173,85,.45);
  box-shadow: 0 30px 88px rgba(0,0,0,.32);
  color: var(--ink);
  overflow: hidden;
}
.quote-form::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(187,132,44,.18); border-radius: 23px; pointer-events: none; }
.quote-form > * { position: relative; z-index: 1; }
.quote-form h2 { color: var(--ink) !important; text-shadow: none; font-size: clamp(1.55rem, 1.9vw, 2.05rem); letter-spacing: -.03em; margin-bottom: 8px; }
.quote-form p { color: #4c5d4c; margin-bottom: 17px; font-size: .96rem; }
.form-kicker { color: var(--gold-700); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 950; margin-bottom: 7px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; align-items: start; }
.quote-form label { display: grid; gap: 6px; color: #1c3323; font-size: .78rem; font-weight: 900; line-height: 1.25; }
.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(16,36,22,.20);
  border-radius: 15px;
  padding: 12px 13px;
  background: #fffef8;
  color: var(--ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.quote-form select { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.quote-form textarea { min-height: 102px; resize: vertical; }
.quote-form input::placeholder,
.quote-form textarea::placeholder { color: #667360; opacity: 1; }
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus { border-color: var(--gold-400); box-shadow: 0 0 0 4px rgba(216,173,85,.18), inset 0 1px 0 rgba(255,255,255,.9); }
.quote-form .span-2 { grid-column: 1 / -1; }
.quote-form .btn { width: 100%; margin-top: 14px; }
.quote-form small { display: block; margin-top: 12px; color: #5a6857; font-size: .78rem; line-height: 1.45; }
.quote-form-compact { padding: 24px; }
.quote-form-compact textarea { min-height: 86px; }
.hp-field { position: absolute; left: -9999px; }
.form-notice { border-radius: 15px; padding: 12px 14px; margin-bottom: 14px; font-size: .9rem; }
.form-notice.success { background: #e8f7e7; color: var(--success); }
.form-notice.error { background: #fff0ec; color: var(--danger); }

/* Sections and layout */
.section { position: relative; padding: clamp(84px, 7vw, 118px) 0; background: var(--section-bg); color: var(--text); }
.section:not(.section-dark):not(.section-soft) { background:
  radial-gradient(circle at 8% 4%, rgba(216,173,85,.10), transparent 32%),
  linear-gradient(180deg, var(--section-bg), var(--page-bg));
}
html[data-theme="light"] .section:not(.section-dark):not(.section-soft) { background: linear-gradient(180deg, #fbf7eb, #f6f0df); }
.section-soft { background:
  radial-gradient(circle at 10% 5%, rgba(216,173,85,.14), transparent 34%),
  linear-gradient(180deg, var(--section-soft-bg), var(--section-bg));
  border-block: 1px solid var(--line);
}
html[data-theme="light"] .section-soft { background: linear-gradient(180deg, #f3eddd, #fbf7eb); }
.section-dark { background:
  radial-gradient(circle at 82% 6%, rgba(216,173,85,.18), transparent 32%),
  linear-gradient(135deg, #041008, #102d19 70%, #06130a); color: var(--cream-100); border-block: 1px solid rgba(246,223,154,.14); }
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark .rich-content h2,
.section-dark .rich-content h3 { color: var(--cream-100) !important; }
.section-dark p,
.section-dark .rich-content p,
.section-dark .gold-checks li { color: #ded3ba !important; }
.section-dark .eyebrow { color: var(--gold-300) !important; }
.section-heading { max-width: 900px; margin: 0 auto clamp(38px, 4vw, 56px); text-align: center; }
.section-heading h2 { margin-inline: auto; }
.section-heading p:not(.eyebrow) { max-width: 760px; margin-inline: auto; color: var(--muted); font-size: 1.08rem; }
.split-grid,
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.88fr); gap: clamp(34px, 5vw, 66px); align-items: center; }
.content-grid { grid-template-columns: minmax(0,1fr) minmax(330px,390px); align-items: start; }
.reverse { grid-template-columns: minmax(330px,.88fr) minmax(0,1fr); }
.rich-content { max-width: 780px; }
.content-grid > .rich-content,
.split-grid > .rich-content { max-width: none; }
.rich-content p { color: var(--muted); font-size: 1.03rem; }
.rich-content h2:not(:first-child) { margin-top: 44px; }
html[data-theme="light"] .rich-content p { color: var(--sage-dark); }

/* Images and visuals */
.image-collage { display: grid; grid-template-columns: 1fr .78fr; gap: 18px; align-items: end; }
.image-collage img,
.visual-panel img,
.image-mini img {
  width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; border-radius: var(--radius-2xl); border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--forest-800);
}
.image-collage img:nth-child(2) { min-height: 310px; transform: translateY(34px); }
.visual-panel { position: relative; }
.visual-panel::before { content: ""; position: absolute; inset: -16px 20px 20px -16px; border: 1px solid rgba(246,223,154,.30); border-radius: var(--radius-2xl); z-index: -1; }
.stat-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.stat-strip div { padding: 22px 18px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(180deg, rgba(216,173,85,.13), rgba(255,255,255,.055)); }
html[data-theme="light"] .stat-strip div { background: #fffaf0; border-color: rgba(16,36,22,.10); }
.stat-strip strong { display: block; font-family: var(--font-display); color: var(--gold-300); font-size: 2.2rem; line-height: 1; }
html[data-theme="light"] .stat-strip strong { color: var(--gold-700); }
.stat-strip span { display: block; color: var(--muted); font-size: .88rem; font-weight: 850; margin-top: 8px; }

/* Cards */
.service-grid,
.portfolio-grid,
.blog-grid,
.testimonial-row,
.testimonial-grid,
.feature-grid { display: grid; gap: clamp(18px, 2.2vw, 26px); align-items: stretch; }
.service-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr)); }
.portfolio-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 315px), 1fr)); }
.blog-grid,
.testimonial-row,
.testimonial-grid,
.feature-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.image-card,
.project-card { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 430px; border-radius: var(--radius-2xl); border: 1px solid rgba(246,223,154,.20); box-shadow: var(--shadow-soft); background: var(--forest-800); isolation: isolate; }
.project-card { min-height: 445px; }
.image-card img,
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; transition: transform .55s ease; }
.image-card:hover img,
.project-card:hover img { transform: scale(1.06); }
.card-overlay,
.project-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(3,12,6,.38) 42%, rgba(2,8,4,.92) 100%); }
.project-card::after { z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.36) 45%, rgba(2,8,4,.90) 100%); }
.image-card > div,
.project-card > div { position: relative; z-index: 2; padding: clamp(24px, 2.6vw, 32px); color: var(--cream-100); }
.image-card p,
.project-card span { color: var(--gold-300); text-transform: uppercase; font-size: .74rem; letter-spacing: .12em; font-weight: 950; margin-bottom: 10px; }
.image-card h3,
.project-card h3 { color: var(--cream-100) !important; font-size: 1.48rem; margin-bottom: 10px; text-shadow: 0 2px 14px rgba(0,0,0,.38); }
.image-card span:not(.card-overlay),
.project-card p { display: block; color: #f0e7d3; font-size: .95rem; line-height: 1.5; margin: 0; }
.project-card div { position: absolute; inset: auto 0 0 0; }
.blog-card,
.testimonial-card,
.feature-card,
.mini-card,
.map-card { border: 1px solid rgba(16,36,22,.11); border-radius: var(--radius-xl); background: linear-gradient(180deg, #fffaf0, #f0e5ca); color: var(--ink); box-shadow: var(--shadow-soft); }
.blog-card { overflow: hidden; }
.blog-card img { width: 100%; height: 260px; object-fit: cover; }
.blog-card div { padding: 28px; }
.blog-card span { color: var(--gold-700); text-transform: uppercase; letter-spacing: .11em; font-size: .74rem; font-weight: 950; }
.blog-card h3,
.feature-card h3,
.mini-card h3 { color: var(--ink) !important; }
.blog-card p,
.feature-card p,
.mini-card p { color: var(--sage-dark); }
.testimonial-card,
.feature-card { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-card p { color: #183520; font-family: var(--font-display); font-size: 1.28rem; line-height: 1.28; }
.testimonial-card footer { margin-top: 22px; color: var(--ink); font-weight: 950; }
.testimonial-card footer span { display: block; color: var(--sage-dark); font-size: .9rem; font-weight: 800; margin-top: 2px; }
.feature-card span { color: var(--gold-700); font-family: var(--font-display); font-size: 2rem; font-weight: 700; }
.panel { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.045)); color: var(--cream-100); box-shadow: var(--shadow-soft); }
.panel h3 { color: var(--cream-100) !important; }
.panel p { color: #ded3ba; }
.dark-card { background: linear-gradient(135deg, var(--forest-950), var(--forest-700)); color: var(--cream-100); border-color: rgba(246,223,154,.22); }
.dark-card h3 { color: var(--cream-100) !important; }
.dark-card p { color: #ded3ba; }
.image-mini { padding: 0; overflow: hidden; }
.image-mini img { min-height: 260px; border-radius: var(--radius-xl); box-shadow: none; border: 0; }

/* Lists and steps */
.premium-steps { display: grid; gap: 18px; margin-top: 28px; }
.premium-steps div { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; align-items: start; padding: 24px; border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(216,173,85,.08)); }
html[data-theme="light"] .premium-steps div { background: #fffaf0; border-color: rgba(16,36,22,.10); }
.premium-steps span { grid-row: 1 / span 2; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 999px; border: 1px solid rgba(246,223,154,.34); background: rgba(216,173,85,.14); color: var(--gold-300); font-size: .94rem; font-weight: 950; }
html[data-theme="light"] .premium-steps span { color: var(--gold-700); border-color: rgba(117,80,23,.22); }
.premium-steps h3 { grid-column: 2; color: var(--heading); margin: 0 0 8px; }
.premium-steps p { grid-column: 2; color: var(--muted); margin: 0; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,250px), 1fr)); gap: 14px; margin: 22px 0 34px; }
.check-grid div,
.check-grid a { padding: 15px 16px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.065); color: var(--text); font-weight: 850; }
html[data-theme="light"] .check-grid div,
html[data-theme="light"] .check-grid a { color: var(--ink); background: #fffaf0; border-color: rgba(16,36,22,.10); }
.gold-checks { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; }
.gold-checks li { position: relative; padding-left: 30px; color: var(--muted); }
.gold-checks li::before { content: "✦"; position: absolute; left: 0; top: 0; color: var(--gold-300); }
html[data-theme="light"] .gold-checks li::before { color: var(--gold-700); }
.process-list { display: grid; gap: 12px; margin-top: 22px; }
.process-list div { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 18px; align-items: start; padding: 16px; border-radius: 18px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(216,173,85,.13), rgba(255,255,255,.055)); }
html[data-theme="light"] .process-list div { background: #fffaf0; border-color: rgba(16,36,22,.10); }
.process-list span { color: var(--gold-300); font-family: var(--font-display); font-size: 1.55rem; line-height: 1; }
html[data-theme="light"] .process-list span { color: var(--gold-700); }
.process-list p { margin: 0; color: var(--muted); }

/* Links, sidebars, FAQ, filters */
.sidebar { display: grid; gap: 20px; align-self: start; position: sticky; top: 118px; }
.mini-link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,210px), 1fr)); gap: 14px; align-items: stretch; }
.mini-link-grid.tight,
.sidebar .mini-link-grid,
.mini-card .mini-link-grid { grid-template-columns: 1fr; }
.mini-link-grid a { display: grid; gap: 4px; align-content: center; min-height: 72px; padding: 15px 16px; border-radius: 18px; border: 1px solid rgba(246,223,154,.18); background: rgba(255,255,255,.07); color: var(--cream-100); font-weight: 950; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.mini-link-grid a:hover { transform: translateY(-2px); background: rgba(216,173,85,.13); border-color: rgba(246,223,154,.34); }
.mini-link-grid a span { color: var(--gold-300); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 950; }
.mini-card .mini-link-grid a,
.sidebar .mini-card .mini-link-grid a { background: #fffdf7; color: var(--ink); border-color: rgba(16,36,22,.12); }
.mini-card .mini-link-grid a span,
.sidebar .mini-card .mini-link-grid a span { color: var(--gold-700); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); background: rgba(255,255,255,.065); border-radius: 18px; padding: 18px 20px; }
html[data-theme="light"] .faq-list details { background: #fffaf0; border-color: rgba(16,36,22,.10); }
.faq-list summary { cursor: pointer; color: var(--heading); font-weight: 950; }
.faq-list p { color: var(--muted); margin: 12px 0 0; }
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.filters button { border: 1px solid var(--line); background: rgba(255,255,255,.065); color: var(--text); border-radius: 999px; padding: 10px 15px; font-weight: 850; }
.filters button.active { background: linear-gradient(135deg, #ffe9a5, #d8ad55); color: var(--ink); }
html[data-theme="light"] .filters button:not(.active) { color: var(--ink); background: #fffaf0; border-color: rgba(16,36,22,.10); }
.contact-list { display: grid; gap: 13px; margin-top: 28px; }
.contact-list a { display: grid; gap: 3px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.065); color: var(--text); }
.contact-list strong { color: var(--gold-300); }
html[data-theme="light"] .contact-list a { color: var(--ink); background: #fffaf0; border-color: rgba(16,36,22,.10); }
html[data-theme="light"] .contact-list strong { color: var(--gold-700); }
.map-card { overflow: hidden; min-height: 430px; padding: 0; }
.map-card iframe { width: 100%; height: 100%; min-height: 430px; border: 0; display: block; filter: saturate(.9) contrast(1.02); }
.article-body { max-width: 900px; }
.article-body p { font-size: 1.08rem; }
.article-meta { color: var(--gold-300) !important; font-weight: 900; }
html[data-theme="light"] .article-meta { color: var(--gold-700) !important; }
.article-cta { margin-top: 42px; padding: 34px; border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(216,173,85,.16), rgba(255,255,255,.055)); border: 1px solid var(--line); }
html[data-theme="light"] .article-cta { background: #fffaf0; border-color: rgba(16,36,22,.10); }

/* Bottom form and footer */
.bottom-form .split-grid { align-items: center; }
.footer-cta {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(30px, 4vw, 46px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.34);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.42), transparent 30%),
    linear-gradient(135deg, #f6df9a, #d8ad55 60%, #b17a28);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.footer-cta .eyebrow { color: #5e4210 !important; text-shadow: none; }
.footer-cta h2 { color: var(--ink) !important; font-size: clamp(2rem, 3.4vw, 3.45rem); text-shadow: none; }
.footer-cta p { color: #384232; max-width: 820px; }
.footer-cta .btn { background: var(--ink); color: #f6e6b2; border-color: rgba(16,36,22,.26); box-shadow: 0 16px 40px rgba(16,36,22,.25); }
.site-footer { background: var(--forest-950); color: #efe7d2; padding: 86px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 52px); border-top: 1px solid rgba(246,223,154,.15); padding-top: 52px; }
.footer-grid img { width: 190px; margin-bottom: 18px; }
.footer-grid h3 { color: var(--gold-300) !important; font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid p,
.footer-grid a { color: #ded5be; }
.footer-grid a { display: block; margin: 9px 0; }
.footer-grid a:hover { color: var(--gold-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; border-top: 1px solid rgba(246,223,154,.15); margin-top: 46px; padding-top: 24px; color: #b7ad98; font-size: .86rem; }

/* Admin */
.admin-body { background: #f6f1e4; color: var(--ink); }
.admin-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; }
.admin-nav { background: linear-gradient(180deg, var(--forest-950), var(--forest-800)); color: var(--cream-100); padding: 28px; }
.admin-nav img { width: 160px; margin-bottom: 28px; }
.admin-nav a { display: block; padding: 12px 14px; border-radius: 12px; color: var(--cream-100); margin-bottom: 8px; font-weight: 850; }
.admin-nav a:hover { background: rgba(216,173,85,.14); }
.admin-main { padding: 34px; }
.admin-main h1,
.admin-main h2,
.admin-main h3 { color: var(--ink) !important; text-shadow: none; }
.admin-main p { color: var(--sage-dark); }
.admin-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.admin-panel { background: #fff; border: 1px solid rgba(16,36,22,.12); border-radius: 24px; padding: 24px; box-shadow: 0 20px 50px rgba(16,36,22,.08); }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 18px; overflow: hidden; }
.admin-table th,
.admin-table td { text-align: left; padding: 12px; border-bottom: 1px solid #eee5d2; vertical-align: top; color: var(--ink); }
.admin-table th { background: #fbf6e9; }
.admin-form { display: grid; gap: 14px; }
.admin-form input,
.admin-form textarea,
.admin-form select { width: 100%; border: 1px solid #d8d0bd; border-radius: 12px; padding: 11px 12px; color: var(--ink); background: #fff; }
.admin-form label { display: grid; gap: 6px; font-weight: 850; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top, rgba(216,173,85,.22), transparent 35%), var(--forest-950); }
.login-card { width: min(440px, 100%); background: #fffaf0; color: var(--ink); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.login-card h1,
.login-card h2,
.login-card h3 { color: var(--ink) !important; }
.login-card img { width: 190px; margin-bottom: 24px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-toggle { display: grid; }
  .header-actions .btn { display: none; }
  .hero { min-height: auto; }
  .hero-grid,
  .split-grid,
  .content-grid,
  .reverse { grid-template-columns: 1fr; }
  .hero-form-card { max-width: 760px; margin-left: 0; }
  .sidebar { position: static; }
  .quote-form-compact .form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .quote-form-compact .span-2 { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  .container,
  .narrow { width: min(100% - 30px, 1200px); }
  h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .topbar-inner { align-items: flex-start; flex-direction: column; gap: 2px; }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand { min-width: 0; }
  .brand-logo { width: 140px; }
  .hero-grid { padding: 58px 0; gap: 28px; }
  .hero-actions .btn,
  .footer-cta .btn { width: 100%; }
  .hero-proof span { width: 100%; justify-content: center; text-align: center; }
  .form-grid,
  .quote-form-compact .form-grid,
  .stat-strip,
  .image-collage,
  .admin-grid { grid-template-columns: 1fr; }
  .quote-form .span-2,
  .quote-form-compact .span-2 { grid-column: auto; }
  .quote-form { padding: 20px; border-radius: 24px; }
  .quote-form::before { inset: 7px; border-radius: 19px; }
  .image-collage img,
  .visual-panel img,
  .image-mini img { min-height: 300px; }
  .image-collage img:nth-child(2) { transform: none; }
  .image-card { min-height: 360px; border-radius: 26px; }
  .project-card { min-height: 380px; border-radius: 26px; }
  .premium-steps div { grid-template-columns: 1fr; }
  .premium-steps span,
  .premium-steps h3,
  .premium-steps p { grid-column: auto; grid-row: auto; }
  .footer-cta { grid-template-columns: 1fr; width: min(100% - 30px, 1180px); margin-bottom: 50px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .admin-shell { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* Final mega-menu alignment override */
.site-header { position: sticky; }
.nav-dropdown { position: static; }
.mega-panel {
  left: 50%;
  right: auto;
  top: calc(100% + 12px);
  width: min(1080px, calc(100vw - 64px));
  transform: translateX(-50%) translateY(12px);
}
.nav-dropdown:hover .mega-panel,
.nav-dropdown:focus-within .mega-panel { transform: translateX(-50%) translateY(0); }
.mega-areas { width: min(1120px, calc(100vw - 64px)); }
@media (max-width: 1180px) {
  .nav-dropdown { position: relative; }
}

/* Keep all sections visible even before JavaScript/intersection animations run. */
.reveal { opacity: 1; transform: none; }

/* 20260701 — client polish pass: stronger contrast, no-gap mega menu, and cleaner sidebars */
html[data-theme="light"] {
  --page-bg: #fbf7eb;
  --section-bg: #fbf7eb;
  --section-soft-bg: #f2ead8;
  --heading: #092413;
  --text: #17351f;
  --muted: #435a45;
  --line: rgba(9,36,19,.14);
  --shadow: 0 26px 75px rgba(9,36,19,.15);
  --shadow-soft: 0 16px 46px rgba(9,36,19,.10);
}
html[data-theme="light"] body {
  background:
    radial-gradient(circle at 12% -8%, rgba(216,173,85,.18), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(16,65,31,.08), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #f5ecd9 48%, #fbf7eb 100%);
  color: var(--text);
}
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3 { color: var(--heading); }
html[data-theme="light"] .section-heading p:not(.eyebrow),
html[data-theme="light"] .rich-content p,
html[data-theme="light"] .gold-checks li,
html[data-theme="light"] .process-list p,
html[data-theme="light"] .stat-strip span { color: var(--muted); }

/* Header / mega menu: panel begins at the header edge so there is no dead hover gap. */
.site-header { overflow: visible; }
.header-inner { position: relative; }
.desktop-nav { gap: 8px; }
.nav-dropdown { position: static !important; }
.nav-dropdown > a { position: relative; z-index: 125; }
.desktop-nav > a,
.nav-dropdown > a,
.nav-link {
  min-height: 48px;
  padding: 12px 16px;
}
.mega-panel,
.mega-areas,
.mega-services {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 18px 0 24px;
  background:
    linear-gradient(180deg, rgba(255,250,240,.98), rgba(247,239,217,.98));
  border-top: 1px solid rgba(9,36,19,.08);
  border-bottom: 1px solid rgba(9,36,19,.12);
  box-shadow: 0 28px 62px rgba(9,36,19,.18);
  transform: translateY(-8px) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 120;
}
.mega-panel::before { display: none !important; }
.nav-dropdown:hover .mega-panel,
.nav-dropdown:focus-within .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) !important;
}
.mega-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  grid-template-columns: minmax(280px,.9fr) minmax(0,1fr) minmax(0,1fr);
  gap: 22px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(246,223,154,.18), transparent 36%),
    linear-gradient(135deg, #07170d 0%, #102b18 58%, #07170d 100%);
  border: 1px solid rgba(246,223,154,.22);
  box-shadow: 0 24px 70px rgba(4,16,8,.30);
}
.mega-feature {
  min-height: 286px;
  padding: 26px;
  border-radius: 24px;
}
.mega-section {
  min-width: 0;
  align-self: stretch;
  padding: 4px;
}
.mega-section h4 {
  margin: 6px 0 14px;
  color: var(--gold-300);
}
.mega-list,
.mega-city-grid { gap: 10px; }
.mega-link,
.mega-panel a:not(.mega-feature-link) {
  min-height: 58px;
  padding: 13px 15px;
  border-color: rgba(246,223,154,.14);
  background: rgba(255,255,255,.075);
  color: #fff9eb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.mega-link:hover,
.mega-panel a:not(.mega-feature-link):hover {
  background: rgba(246,223,154,.16);
  border-color: rgba(246,223,154,.36);
  color: #fffdf7;
}
.mega-feature-link { color: var(--gold-300); }

/* Light theme panel/card contrast fixes. */
html[data-theme="light"] .panel:not(.form-panel),
html[data-theme="light"] .mini-card:not(.dark-card),
html[data-theme="light"] .feature-card,
html[data-theme="light"] .testimonial-card,
html[data-theme="light"] .blog-card,
html[data-theme="light"] .map-card {
  background: linear-gradient(180deg, #fffdf7, #f4ead4);
  color: var(--ink);
  border-color: rgba(9,36,19,.12);
}
html[data-theme="light"] .panel:not(.form-panel) h3,
html[data-theme="light"] .mini-card:not(.dark-card) h3,
html[data-theme="light"] .feature-card h3,
html[data-theme="light"] .blog-card h3 { color: var(--ink) !important; }
html[data-theme="light"] .panel:not(.form-panel) p,
html[data-theme="light"] .mini-card:not(.dark-card) p,
html[data-theme="light"] .feature-card p,
html[data-theme="light"] .blog-card p { color: var(--muted); }
html[data-theme="light"] .mini-link-grid a {
  background: linear-gradient(180deg, #fffdf7, #f5ebd6);
  color: var(--ink);
  border-color: rgba(9,36,19,.12);
  box-shadow: 0 10px 28px rgba(9,36,19,.06);
}
html[data-theme="light"] .mini-link-grid a:hover {
  background: #fff8e7;
  border-color: rgba(187,132,44,.38);
}
html[data-theme="light"] .mini-link-grid a span { color: var(--gold-700); }
html[data-theme="light"] .section-dark .panel:not(.form-panel),
html[data-theme="light"] .section-dark .mini-link-grid a {
  background: rgba(255,255,255,.075);
  color: var(--cream-100);
  border-color: rgba(246,223,154,.20);
}
html[data-theme="light"] .section-dark .mini-link-grid a span { color: var(--gold-300); }

/* Ensure every regular mini card has intentional padding. Image cards remain full bleed. */
.mini-card:not(.image-mini) { padding: 26px; }
.sidebar .dark-card {
  padding: 28px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(4,16,8,.24);
}
.sidebar .dark-card h3 {
  margin-bottom: 12px;
  line-height: 1.14;
  text-wrap: balance;
}
.sidebar .dark-card p { margin-bottom: 20px; }
.sidebar .dark-card .btn { white-space: normal; }

/* Unified sidebar card for city pages. */
.area-aside-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(246,223,154,.26);
  background:
    radial-gradient(circle at 12% 0%, rgba(246,223,154,.18), transparent 34%),
    linear-gradient(145deg, #07170d, #12351e 70%, #07170d);
  color: var(--cream-100);
  box-shadow: 0 28px 75px rgba(4,16,8,.25);
}
.area-aside-card img {
  width: 100%;
  height: clamp(250px, 28vw, 340px);
  object-fit: cover;
  border-bottom: 1px solid rgba(246,223,154,.20);
}
.area-aside-card > div { padding: 28px; }
.area-aside-card h3 { color: var(--cream-100) !important; font-size: 1.45rem; margin-bottom: 10px; }
.area-aside-card p:not(.eyebrow) { color: #e8ddc4; margin-bottom: 20px; }
.area-aside-card .btn { box-shadow: 0 18px 44px rgba(216,173,85,.26); }

/* Hero and bottom-form readability. */
.hero h1,
.hero .hero-lead,
.hero .eyebrow,
.simple-hero h1,
.simple-hero p { filter: none; }
.hero h1 { font-size: clamp(2.85rem, 4.25vw, 4.85rem); }
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(3,9,5,.97) 0%, rgba(6,17,9,.90) 40%, rgba(6,17,9,.52) 70%, rgba(3,9,5,.78) 100%),
    radial-gradient(circle at 56% 24%, rgba(216,173,85,.22), transparent 34%);
}
.bottom-form .rich-content { max-width: 680px; }
.footer-cta { margin-inline: auto; }

@media (max-width: 1180px) {
  .mega-panel { display: none !important; }
  .nav-dropdown { position: relative !important; }
}
@media (max-width: 780px) {
  .desktop-nav > a,
  .nav-dropdown > a,
  .nav-link { min-height: 44px; }
  .sidebar .dark-card,
  .mini-card:not(.image-mini),
  .area-aside-card > div { padding: 22px; }
}

/* Hover bridge: keep dropdown hover active across the full header height. */
.desktop-nav { align-self: stretch; align-items: stretch; }
.nav-dropdown { display: flex; align-items: center; }
.desktop-nav > a,
.nav-dropdown > a { align-self: center; }

/* 20260701 — final visual QA: nav fit, menu contrast, crisp logo assets, and polish corrections. */
.site-header .container.header-inner {
  width: min(1440px, calc(100% - 80px));
}
.header-inner { gap: clamp(16px, 1.9vw, 30px); }
.brand { min-width: 196px; flex: 0 0 auto; }
.brand-logo {
  width: 184px;
  height: auto;
  max-height: 58px;
  image-rendering: auto;
}
.desktop-nav {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  gap: 5px;
}
.desktop-nav > a,
.nav-dropdown > a,
.nav-link {
  white-space: nowrap;
  flex-wrap: nowrap;
  padding-inline: clamp(11px, .82vw, 16px);
  font-size: clamp(.89rem, .78vw, .95rem);
  letter-spacing: -.005em;
}
.nav-dropdown > a { flex-shrink: 0; }
.header-actions { flex: 0 0 auto; }
.header-actions .btn { padding-inline: clamp(17px, 1.25vw, 24px); }

/* Mega menu text over photos must stay readable in light and dark themes. */
.mega-feature {
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 18px 42px rgba(0,0,0,.22);
}
.mega-feature::before {
  background:
    linear-gradient(180deg, rgba(3,10,5,.28) 0%, rgba(3,10,5,.70) 48%, rgba(3,10,5,.94) 100%),
    linear-gradient(90deg, rgba(3,10,5,.88), rgba(3,10,5,.24));
  z-index: -1;
}
.mega-feature::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 50%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(2,8,4,.08), rgba(2,8,4,.42));
  z-index: -1;
  pointer-events: none;
}
.mega-feature span,
html[data-theme="light"] .mega-feature span {
  color: #ffe69a !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.82);
}
.mega-feature h3,
html[data-theme="light"] .mega-feature h3 {
  color: #fff8ea !important;
  text-shadow: 0 3px 22px rgba(0,0,0,.88) !important;
  font-size: clamp(1.42rem, 1.35vw, 1.82rem);
  line-height: 1.05;
}
.mega-feature p,
html[data-theme="light"] .mega-feature p {
  color: #fff2d8 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.88);
  max-width: 31ch;
}
.mega-feature-link,
html[data-theme="light"] .mega-feature-link {
  color: #ffe69a !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.75);
}
.mega-feature-link:hover { color: #fff8ea !important; }

/* Make the services mega-menu fit comfortably without feeling cramped. */
.mega-inner { align-items: stretch; }
.mega-services .mega-inner {
  grid-template-columns: minmax(270px, .85fr) minmax(0, 1fr) minmax(0, 1fr);
}
.mega-list { align-content: start; }
.mega-link,
.mega-panel a:not(.mega-feature-link) {
  border-radius: 15px;
  min-height: 55px;
  padding-block: 11px;
}
.mega-city-grid .mega-link { min-height: 58px; }
.mega-link small { color: #f2d37d !important; }

/* Reassert readable text in dark luxury sections after light-theme overrides. */
html[data-theme="light"] .section-dark,
html[data-theme="light"] .bottom-form,
html[data-theme="light"] .site-footer {
  color: #fff8ea;
}
html[data-theme="light"] .section-dark h1,
html[data-theme="light"] .section-dark h2,
html[data-theme="light"] .section-dark h3,
html[data-theme="light"] .bottom-form h1,
html[data-theme="light"] .bottom-form h2,
html[data-theme="light"] .bottom-form h3,
html[data-theme="light"] .site-footer h1,
html[data-theme="light"] .site-footer h2,
html[data-theme="light"] .site-footer h3 {
  color: #fff8ea !important;
  text-shadow: none;
}
html[data-theme="light"] .section-dark p,
html[data-theme="light"] .section-dark li,
html[data-theme="light"] .bottom-form p,
html[data-theme="light"] .bottom-form li,
html[data-theme="light"] .site-footer p,
html[data-theme="light"] .site-footer a {
  color: #e9dfc8 !important;
}
html[data-theme="light"] .section-dark .eyebrow,
html[data-theme="light"] .bottom-form .eyebrow,
html[data-theme="light"] .site-footer h3 {
  color: #f6df9a !important;
}

/* Stronger overlays for photo cards so copy stays legible. */
.image-card .card-overlay,
.project-card::after {
  background:
    linear-gradient(180deg, rgba(3,9,5,.04) 0%, rgba(3,9,5,.62) 52%, rgba(3,9,5,.94) 100%),
    linear-gradient(90deg, rgba(3,9,5,.78), rgba(3,9,5,.18));
}
.image-card h3,
.project-card h3,
.image-card span:not(.card-overlay),
.project-card p {
  text-shadow: 0 2px 16px rgba(0,0,0,.72);
}

/* Cleaner footer brand treatment with the new vector logo. */
.footer-grid img.footer-logo,
.footer-brand .footer-logo {
  width: min(265px, 100%);
  height: auto;
  margin: 0 0 22px;
  image-rendering: auto;
}
.footer-brand p { max-width: 340px; }
.site-footer {
  background:
    radial-gradient(circle at 82% -8%, rgba(216,173,85,.12), transparent 32%),
    linear-gradient(180deg, #031007, #041008 58%, #020804);
}
.footer-grid {
  align-items: start;
  gap: clamp(34px, 4vw, 66px);
}
.footer-grid a { line-height: 1.35; }

/* Refine city/service sidebars and link grids. */
.area-aside-card h3,
.area-aside-card p { text-shadow: none; }
.area-aside-card .eyebrow { color: #f6df9a !important; }
.sidebar .mini-card { box-shadow: 0 18px 48px rgba(9,36,19,.10); }
.check-grid a,
.check-grid div,
.mini-link-grid a {
  line-height: 1.25;
}

/* Medium widths need slightly tighter navigation before switching to mobile. */
@media (max-width: 1320px) and (min-width: 1181px) {
  .site-header .container.header-inner { width: min(100% - 44px, 1280px); }
  .brand { min-width: 166px; }
  .brand-logo { width: 158px; }
  .desktop-nav { gap: 2px; }
  .desktop-nav > a,
  .nav-dropdown > a,
  .nav-link { padding-inline: 10px; font-size: .86rem; }
  .header-actions { gap: 7px; }
  .theme-toggle { width: 42px; height: 42px; }
  .header-actions .btn { padding-inline: 16px; }
}
@media (max-width: 1180px) {
  .site-header .container.header-inner { width: min(100% - 40px, 1180px); }
  .brand { min-width: 0; }
  .brand-logo { width: 176px; }
}
@media (max-width: 780px) {
  .site-header .container.header-inner { width: min(100% - 28px, 760px); }
  .brand-logo { width: 148px; }
  .footer-grid img.footer-logo,
  .footer-brand .footer-logo { width: 224px; }
}

/* 20260701 — final client QA: no wrapped nav labels, clean split-image mega cards, and sharper footer branding. */
.site-header .container.header-inner {
  width: min(1480px, calc(100% - 72px));
}
.desktop-nav > a,
.nav-dropdown > a,
.nav-link,
.nav-dropdown > a span:not(.nav-caret) {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
.nav-dropdown > a {
  min-width: max-content;
  flex-wrap: nowrap !important;
  line-height: 1 !important;
}
.nav-caret { flex: 0 0 auto; }
.brand-logo {
  width: 205px;
  max-width: 205px;
  height: auto;
  image-rendering: auto;
}
.brand { min-width: 205px; }
@media (max-width: 1380px) and (min-width: 1181px) {
  .site-header .container.header-inner { width: min(100% - 36px, 1320px); }
  .brand { min-width: 176px; }
  .brand-logo { width: 176px; max-width: 176px; }
  .desktop-nav { gap: 2px; }
  .desktop-nav > a,
  .nav-dropdown > a,
  .nav-link { padding-inline: 9px; font-size: .86rem; }
  .header-actions .btn { padding-inline: 15px; }
}

/* Mega feature cards no longer place text directly over photos. */
.mega-feature,
.mega-services .mega-feature,
.mega-areas .mega-feature {
  display: grid !important;
  grid-template-rows: 182px minmax(0, 1fr) !important;
  align-content: stretch !important;
  justify-content: stretch !important;
  gap: 0 !important;
  min-height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  border: 1px solid rgba(246,223,154,.22) !important;
  background: linear-gradient(180deg, #07170d, #102b18) !important;
  box-shadow: 0 26px 70px rgba(3,10,5,.30) !important;
  isolation: isolate !important;
}
.mega-feature::before,
.mega-feature::after { display: none !important; }
.mega-feature > img {
  display: block !important;
  width: 100% !important;
  height: 182px !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.05) contrast(1.04) brightness(.82) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.mega-feature-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  min-height: 0 !important;
  padding: 22px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(246,223,154,.15), transparent 42%),
    linear-gradient(180deg, #0a1d10 0%, #07170d 100%) !important;
  color: #fff8ea !important;
}
.mega-feature-copy span,
html[data-theme="light"] .mega-feature-copy span {
  color: #f6df9a !important;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 950;
}
.mega-feature-copy h3,
html[data-theme="light"] .mega-feature-copy h3 {
  color: #fff8ea !important;
  text-shadow: none !important;
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 1.35vw, 1.74rem) !important;
  line-height: 1.07 !important;
  letter-spacing: -.03em;
  margin: 8px 0 10px;
}
.mega-feature-copy p,
html[data-theme="light"] .mega-feature-copy p {
  color: #e8ddc4 !important;
  text-shadow: none !important;
  font-size: .92rem !important;
  line-height: 1.5 !important;
  margin-bottom: 13px !important;
  max-width: 34ch !important;
}
.mega-feature-copy .mega-feature-link,
html[data-theme="light"] .mega-feature-copy .mega-feature-link {
  color: #f6df9a !important;
  text-shadow: none !important;
  font-weight: 950;
}
.mega-feature-copy .mega-feature-link:hover { color: #fff8ea !important; }
.mega-services .mega-inner,
.mega-areas .mega-inner {
  grid-template-columns: minmax(290px, .85fr) minmax(0, 1fr) minmax(0, 1fr) !important;
}
.mega-panel {
  overscroll-behavior: contain;
}
.mega-panel a:not(.mega-feature-link) {
  text-wrap: balance;
}

/* Sharper, more legible vector logo treatment. */
.brand-logo,
.footer-logo {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
.footer-grid img.footer-logo,
.footer-brand .footer-logo {
  width: min(315px, 100%) !important;
  max-width: 315px !important;
  margin-bottom: 24px !important;
}
.footer-brand p { max-width: 390px; }
.footer-grid { grid-template-columns: minmax(300px, 1.45fr) repeat(3, minmax(170px, 1fr)); }
.footer-grid h3 { letter-spacing: .13em; }
.footer-grid a { color: #f0e6cd !important; }
.footer-grid a:hover { color: #f6df9a !important; }
.footer-bottom { color: #d5cbb4; }

/* Additional visual consistency pass for cards and lower-page elements. */
html[data-theme="light"] .service-card,
html[data-theme="light"] .project-card { box-shadow: 0 24px 70px rgba(9,36,19,.14); }
.section-heading { padding-inline: 12px; }
.quote-form select { color: #102416; background-color: #fffef8; }
.quote-form input,
.quote-form textarea,
.quote-form select { font-weight: 750; }
.quote-form label { letter-spacing: -.005em; }
.area-aside-card,
.showcase-card,
.mini-card,
.blog-card,
.testimonial-card,
.feature-card { transform: translateZ(0); }

@media (max-width: 1180px) {
  .brand { min-width: 0; }
  .brand-logo { width: 184px; max-width: 184px; }
}
@media (max-width: 780px) {
  .brand-logo { width: 154px; max-width: 154px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid img.footer-logo,
  .footer-brand .footer-logo { width: min(280px, 100%) !important; }
}

/* 20260701 — official client logo lockup: use supplied transparent PNG exactly, no recreated SVG styling. */
.brand {
  min-width: 225px !important;
}
.brand-logo {
  width: 222px !important;
  max-width: 222px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
  image-rendering: auto !important;
  filter: none !important;
}
.footer-logo-card {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  margin: 0 0 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fffdf4 0%, #f7ecd0 100%);
  border: 1px solid rgba(246,223,154,.42);
  box-shadow: 0 22px 58px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.75);
}
.footer-logo-card img.footer-logo,
.footer-grid .footer-logo-card img.footer-logo,
.footer-brand .footer-logo-card img.footer-logo {
  display: block !important;
  width: min(292px, 76vw) !important;
  max-width: 292px !important;
  height: auto !important;
  margin: 0 !important;
  filter: none !important;
  opacity: 1 !important;
  image-rendering: auto !important;
}
.footer-brand > img.footer-logo {
  display: none !important;
}
@media (max-width: 1380px) and (min-width: 1181px) {
  .brand { min-width: 190px !important; }
  .brand-logo { width: 190px !important; max-width: 190px !important; }
}
@media (max-width: 1180px) {
  .brand { min-width: 0 !important; }
  .brand-logo { width: 200px !important; max-width: 200px !important; }
}
@media (max-width: 780px) {
  .brand-logo { width: 162px !important; max-width: 162px !important; }
  .footer-logo-card { padding: 10px 12px; border-radius: 17px; }
  .footer-logo-card img.footer-logo,
  .footer-grid .footer-logo-card img.footer-logo,
  .footer-brand .footer-logo-card img.footer-logo { width: min(254px, 82vw) !important; }
}
.admin-nav > a:first-child {
  display: inline-flex;
  padding: 10px 12px;
  margin-bottom: 26px;
  border-radius: 18px;
  background: #fffdf4;
  border: 1px solid rgba(246,223,154,.38);
}
.admin-nav > a:first-child img {
  width: 188px;
  margin: 0;
  display: block;
}
.login-card img {
  width: 216px !important;
  max-width: 100%;
  height: auto;
}

/* 20260701 — image gradient + form contrast refinement.
   Photos were reading too dark; keep copy legible with localized text panels instead of heavy full-image scrims. */
.hero-bg img {
  filter: saturate(1.06) contrast(1.01) brightness(.98) !important;
  transform: scale(1.01) !important;
}
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(3,10,5,.78) 0%, rgba(6,18,10,.64) 38%, rgba(6,18,10,.32) 70%, rgba(3,10,5,.42) 100%),
    linear-gradient(180deg, rgba(3,10,5,.08) 0%, rgba(3,10,5,.20) 100%),
    radial-gradient(circle at 55% 22%, rgba(216,173,85,.14), transparent 34%) !important;
}
.hero h1,
.hero h2,
.hero h3,
.hero-lead,
.hero-proof span {
  text-shadow: 0 3px 24px rgba(0,0,0,.58) !important;
}
.mega-feature > img {
  filter: saturate(1.06) contrast(1.01) brightness(1) !important;
}
.visual-panel img,
.area-aside-card img,
.map-card img {
  filter: saturate(1.03) contrast(1.01) brightness(1) !important;
}
.image-card img,
.project-card img {
  filter: saturate(1.05) contrast(1.01) brightness(1.02) !important;
}
.image-card .card-overlay,
.project-card::after {
  background:
    linear-gradient(180deg, rgba(3,9,5,.02) 0%, rgba(3,9,5,.12) 46%, rgba(3,9,5,.46) 100%) !important;
}
.image-card > div,
.project-card > div {
  margin: 20px !important;
  padding: clamp(20px, 2vw, 26px) !important;
  border-radius: 23px !important;
  background: rgba(5,18,10,.78) !important;
  border: 1px solid rgba(246,223,154,.24) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter: blur(8px) saturate(1.05) !important;
}
.project-card > div {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  inset: auto 0 0 0 !important;
}
.image-card h3,
.project-card h3,
.image-card span:not(.card-overlay),
.project-card p {
  text-shadow: 0 2px 14px rgba(0,0,0,.52) !important;
}

/* Quote-form heading contrast. This must beat the bottom dark-section overrides. */
.quote-form,
.hero-form-card .quote-form,
.bottom-form .quote-form,
html[data-theme="light"] .quote-form,
html[data-theme="light"] .hero-form-card .quote-form,
html[data-theme="light"] .bottom-form .quote-form {
  background: linear-gradient(180deg, #fffdf7 0%, #f6ecd3 100%) !important;
  color: #07170d !important;
  border-color: rgba(169,112,30,.40) !important;
}
.quote-form .form-kicker,
.hero-form-card .quote-form .form-kicker,
.bottom-form .quote-form .form-kicker,
html[data-theme="light"] .quote-form .form-kicker,
html[data-theme="light"] .hero-form-card .quote-form .form-kicker,
html[data-theme="light"] .bottom-form .quote-form .form-kicker {
  color: #6f4a0d !important;
  text-shadow: none !important;
}
.quote-form h2,
.hero-form-card .quote-form h2,
.bottom-form .quote-form h2,
html[data-theme="light"] .quote-form h2,
html[data-theme="light"] .hero-form-card .quote-form h2,
html[data-theme="light"] .bottom-form .quote-form h2 {
  color: #07170d !important;
  text-shadow: none !important;
}
.quote-form p,
.hero-form-card .quote-form p,
.bottom-form .quote-form p,
html[data-theme="light"] .quote-form p,
html[data-theme="light"] .hero-form-card .quote-form p,
html[data-theme="light"] .bottom-form .quote-form p {
  color: #2f4732 !important;
  text-shadow: none !important;
}
.quote-form label,
.hero-form-card .quote-form label,
.bottom-form .quote-form label,
html[data-theme="light"] .quote-form label,
html[data-theme="light"] .bottom-form .quote-form label {
  color: #0b2111 !important;
}
.quote-form small,
html[data-theme="light"] .quote-form small,
html[data-theme="light"] .bottom-form .quote-form small {
  color: #3c513d !important;
}
.quote-form input,
.quote-form textarea,
.quote-form select,
html[data-theme="light"] .quote-form input,
html[data-theme="light"] .quote-form textarea,
html[data-theme="light"] .quote-form select {
  background: #fffef9 !important;
  color: #07170d !important;
  border-color: rgba(9,36,19,.22) !important;
}

@media (max-width: 780px) {
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(3,10,5,.72) 0%, rgba(3,10,5,.54) 48%, rgba(3,10,5,.64) 100%),
      radial-gradient(circle at 50% 22%, rgba(216,173,85,.12), transparent 38%) !important;
  }
  .image-card > div,
  .project-card > div {
    margin: 14px !important;
    border-radius: 19px !important;
  }
}

/* 20260701 — service photography visibility QA pass.
   Client note: previous translucent panels covered too much of each image.
   Service cards now use a premium editorial split-card layout so the real
   DLL photography is visible first, with readable copy below. */
.service-card.image-card {
  display: block !important;
  min-height: 0 !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #fffdf7 0%, #f4ead6 100%) !important;
  border: 1px solid rgba(12, 38, 20, .13) !important;
  box-shadow: 0 24px 58px rgba(7, 23, 13, .13) !important;
  color: #07170d !important;
  isolation: isolate !important;
}
.service-card.image-card::before,
.service-card.image-card .card-overlay {
  display: none !important;
}
.service-card.image-card img {
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: clamp(235px, 20vw, 310px) !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  filter: saturate(1.08) contrast(1.02) brightness(1.06) !important;
  transform: none !important;
  transition: transform .55s ease, filter .55s ease !important;
}
.service-card.image-card:hover img,
.service-card.image-card:focus-visible img {
  transform: scale(1.035) !important;
  filter: saturate(1.1) contrast(1.03) brightness(1.08) !important;
}
.service-card.image-card > div {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(22px, 2.2vw, 28px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 173, 85, .14), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f1e5cd 100%) !important;
  color: #07170d !important;
}
.service-card.image-card p {
  color: #8a5a0e !important;
  text-shadow: none !important;
  margin: 0 0 10px !important;
  font-size: .74rem !important;
  letter-spacing: .13em !important;
}
.service-card.image-card h3 {
  color: #06160c !important;
  text-shadow: none !important;
  margin: 0 0 10px !important;
  line-height: 1.02 !important;
}
.service-card.image-card span:not(.card-overlay) {
  color: #314a36 !important;
  text-shadow: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: .96rem !important;
  line-height: 1.48 !important;
  margin: 0 !important;
}
html[data-theme="dark"] .service-card.image-card,
html[data-theme="dark"] .service-card.image-card > div {
  background: linear-gradient(180deg, #fffdf7 0%, #f2e6ce 100%) !important;
  color: #07170d !important;
}

/* Portfolio cards keep text over images, but the photo should remain visible. */
.project-card::after {
  background:
    linear-gradient(180deg, rgba(3, 9, 5, 0) 0%, rgba(3, 9, 5, .12) 48%, rgba(3, 9, 5, .68) 100%) !important;
}
.project-card > div {
  margin: 0 !important;
  padding: clamp(24px, 2.4vw, 34px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  background: linear-gradient(180deg, rgba(3, 9, 5, 0) 0%, rgba(3, 9, 5, .58) 100%) !important;
}
.project-card img {
  filter: saturate(1.06) contrast(1.01) brightness(1.05) !important;
}

@media (max-width: 780px) {
  .service-card.image-card img {
    height: 230px !important;
  }
  .service-card.image-card > div {
    padding: 22px !important;
  }
}

/* Client revision pass: homepage copy/photo treatment and regional coverage chips */
.home-client-hero {
  position: relative;
  overflow: hidden;
  color: var(--cream-100);
  background:
    radial-gradient(circle at 18% 20%, rgba(216,173,85,.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(31,94,49,.33), transparent 40%),
    linear-gradient(135deg, #041008 0%, #0b2112 54%, #102b18 100%);
  border-bottom: 1px solid rgba(246, 223, 154, .18);
  padding: clamp(72px, 8vw, 118px) 0;
}
.home-client-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,16,8,.94) 0%, rgba(4,16,8,.84) 45%, rgba(4,16,8,.38) 100%),
    url('../images/hero-landscaping-client-enhanced.jpg?v=20260715') center / cover no-repeat;
  opacity: .34;
  transform: scale(1.02);
}
.home-client-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(4,16,8,.72));
  pointer-events: none;
}
.home-client-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .82fr);
  gap: clamp(36px, 5vw, 74px);
  align-items: center;
}
.home-client-copy h1 {
  max-width: 850px;
  color: #fff8ea;
  text-shadow: 0 8px 34px rgba(0,0,0,.34);
  font-size: clamp(3.15rem, 5.6vw, 6.45rem);
}
.home-client-copy .eyebrow {
  color: var(--gold-300) !important;
}
.home-client-copy .hero-lead {
  max-width: 790px;
  color: #fff6e4 !important;
  font-weight: 650;
  text-shadow: 0 4px 24px rgba(0,0,0,.34);
}
.home-client-copy .btn-glass {
  background: rgba(255,255,255,.13);
  color: #fff8ea;
  border-color: rgba(255,255,255,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}
.home-client-copy .hero-proof {
  align-items: stretch;
}
.home-client-copy .hero-proof span {
  color: #fff8ea;
  background: rgba(255,255,255,.105);
  border-color: rgba(246,223,154,.30);
  text-shadow: 0 2px 14px rgba(0,0,0,.32);
}
.home-client-copy .hero-proof strong {
  margin-right: 6px;
  color: var(--gold-300);
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1;
}
.home-highlight-photo {
  position: relative;
  min-height: clamp(420px, 38vw, 590px);
  margin: 0;
  overflow: hidden;
  border-radius: clamp(30px, 3vw, 48px);
  border: 1px solid rgba(246,223,154,.35);
  box-shadow: 0 38px 110px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
  background: #0a1a10;
}
.home-highlight-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.03) brightness(1.02);
}
.home-highlight-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,16,8,.05) 0%, rgba(4,16,8,.08) 48%, rgba(4,16,8,.72) 100%),
    radial-gradient(circle at 18% 86%, rgba(4,16,8,.72), transparent 38%);
  z-index: 1;
  pointer-events: none;
}
.home-highlight-photo figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 3vw, 38px);
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(22px, 3vw, 36px);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.035em;
  text-shadow: 0 8px 28px rgba(0,0,0,.66);
}
.coverage-markets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 24px;
}
.coverage-markets span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(246,223,154,.13);
  border: 1px solid rgba(246,223,154,.27);
  color: #fff5dc;
  font-weight: 900;
  letter-spacing: .015em;
}
html[data-theme="light"] .coverage-markets span {
  background: rgba(187,132,44,.12);
  border-color: rgba(117,80,23,.18);
  color: var(--ink);
}

@media (max-width: 1080px) {
  .home-client-hero-grid {
    grid-template-columns: 1fr;
  }
  .home-highlight-photo {
    min-height: clamp(360px, 54vw, 520px);
  }
}
@media (max-width: 700px) {
  .home-client-hero {
    padding: 58px 0 70px;
  }
  .home-client-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }
  .home-highlight-photo {
    border-radius: 28px;
    min-height: 360px;
  }
  .home-highlight-photo figcaption {
    font-size: clamp(1.75rem, 9vw, 2.65rem);
  }
}


/* 20260715 HERO CONTRAST RESCUE — final client proofing override
   The homepage headline must never inherit the dark light-theme heading color over the dark hero. */
.home-client-hero {
  isolation: isolate !important;
  color: #fffaf0 !important;
  background:
    radial-gradient(circle at 13% 10%, rgba(246, 223, 154, .16), transparent 31%),
    radial-gradient(circle at 86% 16%, rgba(31, 94, 49, .24), transparent 36%),
    linear-gradient(135deg, #041008 0%, #0b2012 56%, #12341d 100%) !important;
  padding: clamp(76px, 8vw, 118px) 0 !important;
}
.home-client-hero::before {
  background: url('../images/hero-landscaping-client-enhanced.jpg?v=20260715') center / cover no-repeat !important;
  opacity: .18 !important;
  filter: saturate(1.06) contrast(1.02) brightness(1.05) !important;
  mix-blend-mode: normal !important;
  transform: scale(1.015) !important;
}
.home-client-hero::after {
  display: none !important;
}
.home-client-hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(410px, .82fr) !important;
  align-items: center !important;
}
.home-client-copy {
  position: relative !important;
  z-index: 2 !important;
  padding: clamp(32px, 4vw, 56px) !important;
  border-radius: clamp(28px, 3vw, 44px) !important;
  border: 1px solid rgba(246, 223, 154, .26) !important;
  background:
    radial-gradient(circle at 0 0, rgba(246, 223, 154, .14), transparent 34%),
    linear-gradient(135deg, rgba(3, 15, 8, .96), rgba(14, 50, 27, .90)) !important;
  box-shadow: 0 34px 95px rgba(0, 0, 0, .34) !important;
}
.home-client-copy,
.home-client-copy * {
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  filter: none !important;
}
.home-client-copy .eyebrow {
  color: #f6df9a !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38) !important;
}
.home-client-copy h1 {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
  text-shadow: 0 5px 26px rgba(0, 0, 0, .56) !important;
  font-size: clamp(3rem, 5.05vw, 5.85rem) !important;
  line-height: .98 !important;
  letter-spacing: -.048em !important;
  margin-bottom: 22px !important;
}
.home-client-copy .hero-lead {
  color: #f7ecd6 !important;
  -webkit-text-fill-color: #f7ecd6 !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .42) !important;
  font-size: clamp(1.06rem, 1.32vw, 1.22rem) !important;
  max-width: 760px !important;
}
.home-client-copy .btn-glass {
  background: rgba(255, 250, 240, .96) !important;
  color: #102416 !important;
  border-color: rgba(255, 250, 240, .72) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .18) !important;
}
.home-client-copy .hero-proof span {
  color: #fff8ea !important;
  background: rgba(255, 255, 255, .105) !important;
  border-color: rgba(246, 223, 154, .34) !important;
}
.home-highlight-photo {
  background: #0a1a10 !important;
  box-shadow: 0 36px 100px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255,255,255,.12) !important;
}
.home-highlight-photo img {
  filter: saturate(1.08) contrast(1.02) brightness(1.08) !important;
}
.home-highlight-photo::before {
  background:
    linear-gradient(180deg, rgba(4,16,8,0) 0%, rgba(4,16,8,.08) 48%, rgba(4,16,8,.64) 100%),
    radial-gradient(circle at 18% 88%, rgba(4,16,8,.64), transparent 36%) !important;
}
.home-highlight-photo figcaption {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 8px 30px rgba(0,0,0,.78) !important;
}
@media (max-width: 1080px) {
  .home-client-hero-grid { grid-template-columns: 1fr !important; }
  .home-client-copy { padding: clamp(28px, 6vw, 44px) !important; }
}
@media (max-width: 700px) {
  .home-client-copy h1 { font-size: clamp(2.6rem, 12vw, 4.15rem) !important; }
}

/* 20260715 FINAL CONTRAST SWEEP — fix dark-section pills and dark-on-dark edge cases.
   This block intentionally sits last so it wins over the light-theme overrides. */
html { scroll-padding-top: 132px; }

.section-dark .coverage-markets span,
html[data-theme="light"] .section-dark .coverage-markets span,
html[data-theme="dark"] .section-dark .coverage-markets span,
.bottom-form .coverage-markets span,
.home-client-copy .coverage-markets span {
  background: linear-gradient(135deg, #fff2c2 0%, #f6df9a 42%, #d8ad55 100%) !important;
  color: #041008 !important;
  -webkit-text-fill-color: #041008 !important;
  border: 1px solid rgba(255, 250, 240, .45) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .5) !important;
  text-shadow: none !important;
}

.section-dark .coverage-markets span:hover,
html[data-theme="light"] .section-dark .coverage-markets span:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #fff8df 0%, #f6df9a 48%, #c58b2e 100%) !important;
}

.section-dark .mini-link-grid a,
html[data-theme="light"] .section-dark .mini-link-grid a,
.section-dark .panel:not(.form-panel),
html[data-theme="light"] .section-dark .panel:not(.form-panel) {
  background: linear-gradient(180deg, rgba(255, 250, 240, .13), rgba(255, 250, 240, .07)) !important;
  border-color: rgba(246, 223, 154, .28) !important;
  color: #fff8ea !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 44px rgba(0, 0, 0, .20) !important;
}

.section-dark .mini-link-grid a,
.section-dark .mini-link-grid a:visited,
html[data-theme="light"] .section-dark .mini-link-grid a,
html[data-theme="light"] .section-dark .mini-link-grid a:visited {
  color: #fff8ea !important;
  -webkit-text-fill-color: #fff8ea !important;
}

.section-dark .mini-link-grid a span,
html[data-theme="light"] .section-dark .mini-link-grid a span {
  color: #f6df9a !important;
  -webkit-text-fill-color: #f6df9a !important;
}

.section-dark .mini-link-grid a:hover,
html[data-theme="light"] .section-dark .mini-link-grid a:hover {
  background: linear-gradient(180deg, rgba(246, 223, 154, .22), rgba(255, 250, 240, .09)) !important;
  border-color: rgba(246, 223, 154, .46) !important;
}

.section-dark .rich-content p,
.section-dark .rich-content li,
.section-dark .gold-checks li,
html[data-theme="light"] .section-dark .rich-content p,
html[data-theme="light"] .section-dark .rich-content li,
html[data-theme="light"] .section-dark .gold-checks li {
  color: #efe6d2 !important;
  -webkit-text-fill-color: #efe6d2 !important;
}

.section-dark .section-heading p:not(.eyebrow),
html[data-theme="light"] .section-dark .section-heading p:not(.eyebrow) {
  color: #eadfc6 !important;
}

/* Keep gold CTA/buttons legible when placed on dark greens. */
.section-dark .btn-gold,
.home-client-hero .btn-gold,
.area-aside-card .btn-gold {
  color: #041008 !important;
  -webkit-text-fill-color: #041008 !important;
  text-shadow: none !important;
}

/* Prevent muted dark text from leaking into any dark luxury panel. */
.dark-card p,
.area-aside-card p:not(.eyebrow),
.mega-feature-copy p,
html[data-theme="light"] .dark-card p,
html[data-theme="light"] .area-aside-card p:not(.eyebrow),
html[data-theme="light"] .mega-feature-copy p {
  color: #eadfc6 !important;
  -webkit-text-fill-color: #eadfc6 !important;
}

.area-aside-card h3,
.dark-card h3,
.mega-feature-copy h3,
html[data-theme="light"] .area-aside-card h3,
html[data-theme="light"] .dark-card h3,
html[data-theme="light"] .mega-feature-copy h3 {
  color: #fff8ea !important;
  -webkit-text-fill-color: #fff8ea !important;
}

/* Footer polish: keep logo crisp and prevent low-contrast footer/body copy. */
.site-footer,
html[data-theme="light"] .site-footer {
  color: #f1e8d4 !important;
}
.site-footer p,
.site-footer a,
html[data-theme="light"] .site-footer p,
html[data-theme="light"] .site-footer a {
  color: #f0e6cd !important;
}
.footer-bottom,
html[data-theme="light"] .footer-bottom {
  color: #d8ceb8 !important;
}
.footer-logo-card {
  background: #fffdf4 !important;
  border-color: rgba(246, 223, 154, .52) !important;
}
.footer-logo-card img,
.brand-logo {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
}

/* Final card rhythm cleanup. */
.section-dark .split-grid,
.section .split-grid,
.section .content-grid { row-gap: clamp(32px, 5vw, 72px); }
.coverage-markets { align-items: center; }
.coverage-markets span { white-space: nowrap; }
@media (max-width: 700px) {
  .coverage-markets span { width: auto; flex: 1 1 auto; justify-content: center; }
}
