:root {
  --field: #66705f;
  --field-deep: #4b5448;
  --field-dark: #343b34;
  --ink: #171a17;
  --ink-soft: #222722;
  --gold: #f0a91b;
  --gold-dark: #c98200;
  --cream: #f4f0e6;
  --cream-2: #e8e2d4;
  --white: #fff;
  --muted: #aeb5aa;
  --line: rgba(23,26,23,.16);
  --line-light: rgba(255,255,255,.16);
  --shadow: 0 24px 70px rgba(9,12,9,.18);
  --container: 1240px;
  --gutter: clamp(20px,4vw,58px);
  --section: clamp(72px,8vw,128px);
  --display: "Oswald","Arial Narrow",Impact,sans-serif;
  --body: "Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { flex: 0 0 auto; }
.site-main { min-height: 60vh; }
.site-shell { width: min(100% - (var(--gutter) * 2), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed!important; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 12px 18px; background: var(--gold); z-index: 99999; }

h1,h2,h3,h4,h5,h6 { margin: 0 0 .55em; font-family: var(--display); font-weight: 700; line-height: .96; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(3.4rem,8vw,7.8rem); }
h2 { font-size: clamp(2.55rem,5.2vw,5.4rem); }
h3 { font-size: clamp(1.45rem,2.4vw,2.2rem); }
p { margin: 0 0 1.25em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--gold-dark); font: 700 .71rem/1.2 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--gold); }
.section { padding-block: var(--section); position: relative; }
.section-dark { color: var(--white); background: var(--ink); }
.section-heading-row { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(260px,.6fr); gap: clamp(40px,7vw,110px); align-items: end; margin-bottom: 56px; }
.section-heading-row h2 { max-width: 870px; margin: 0; }
.section-heading-row > p { color: #596159; margin: 0; }
.section-heading.compact { max-width: 760px; margin-bottom: 52px; }
.centered-action { display: flex; justify-content: center; margin-top: 52px; }
.rich-copy { color: #c6ccc2; font-size: 1.04rem; }
.rich-copy p:last-child { margin-bottom: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; font-size: .78rem; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #ffbc33; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--field-deep); }
.button-ghost { border-color: rgba(255,255,255,.38); color: var(--white); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold); }
.button-outline { border-color: rgba(23,26,23,.3); background: transparent; color: var(--ink); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-dark); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Top bar and header */
.site-topbar { background: var(--field); color: var(--cream); font-size: .68rem; letter-spacing: .075em; text-transform: uppercase; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-inner p { margin: 0; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.topbar-actions a:hover { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(23,26,23,.96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 28px; }
.site-branding { flex: 0 0 auto; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-height: 48px; }
.wordmark { display: inline-flex; flex-direction: column; line-height: .82; color: var(--white); }
.wordmark-kicker { order: 2; margin-top: 7px; font-size: .46rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; color: #c7cabc; }
.wordmark-main { font: 600 1.75rem/1 var(--display); letter-spacing: .18em; text-transform: uppercase; }
.wordmark-bolt { color: var(--gold); font-size: .72em; letter-spacing: 0; }
.desktop-navigation { flex: 1 1 auto; align-self: stretch; }
.primary-menu { height: 100%; display: flex; justify-content: center; align-items: stretch; gap: 3px; list-style: none; padding: 0; margin: 0; }
.primary-menu > li { position: static; display: flex; align-items: stretch; }
.primary-menu > li > .nav-link { display: flex; align-items: center; gap: 6px; padding: 0 14px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #e6e8e2; }
.primary-menu > li > .nav-link:hover, .primary-menu > li.current-menu-item > .nav-link, .primary-menu > li.current-menu-ancestor > .nav-link { color: var(--gold); }
.primary-menu .mega-panel { position: absolute; top: calc(100% + 1px); left: 50%; width: min(1180px,calc(100vw - 40px)); max-height: calc(100vh - 130px); overflow-y: auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; padding: 22px; margin: 0; list-style: none; background: #202520; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 36px 80px rgba(0,0,0,.4); opacity: 0; visibility: hidden; transform: translate(-50%,12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.primary-menu > li:hover > .mega-panel, .primary-menu > li:focus-within > .mega-panel { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.mega-panel > li { min-width: 0; }
.mega-panel .mega-link { position: relative; display: grid; grid-template-columns: 84px 1fr auto; gap: 15px; align-items: center; min-height: 98px; padding: 10px; color: var(--white); border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.mega-panel .mega-link:hover { border-color: rgba(240,169,27,.62); background: rgba(240,169,27,.07); transform: translateY(-2px); }
.mega-thumb { display: flex; align-items: center; justify-content: center; width: 84px; height: 74px; background-size: cover; background-position: center; background-color: var(--field-deep); color: var(--gold); }
.mega-copy { min-width: 0; }
.mega-copy strong { display: block; font: 600 1rem/1.15 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.mega-copy small { display: block; margin-top: 5px; color: #b4bbb1; font-size: .7rem; line-height: 1.35; }
.mega-arrow { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-size: .71rem; font-weight: 800; }
.header-phone:hover { color: var(--gold); }
.header-cta { min-height: 42px; padding: 11px 17px; }
.mobile-menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); color: var(--white); background: transparent; }
.toggle-close { display: none; }
.mobile-menu-panel, .mobile-menu-backdrop { display: none; }

/* Hero */
.hero-section { position: relative; isolation: isolate; color: var(--white); background: linear-gradient(112deg,#596254 0%,#707969 65%,#60695a 100%); overflow: hidden; }
.hero-section::after { content:""; position:absolute; inset:0; z-index:-2; background: radial-gradient(circle at 72% 20%,rgba(255,255,255,.08),transparent 36%), linear-gradient(90deg,rgba(17,21,17,.16),transparent 55%); }
.hero-circuit-lines { position: absolute; inset: 0; z-index: -1; opacity: .52; pointer-events: none; }
.hero-circuit-lines svg { width: 100%; height: 100%; }
.hero-circuit-lines path { fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-dasharray: 5 11; animation: dashMove 18s linear infinite; }
.hero-circuit-lines circle { fill: var(--gold); animation: pulse 2.8s ease-in-out infinite; }
@keyframes dashMove { to { stroke-dashoffset: -160; } }
@keyframes pulse { 50% { opacity: .25; transform: scale(.6); } }
.hero-grid { min-height: min(760px,calc(100vh - 114px)); display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.78fr); gap: clamp(40px,7vw,110px); align-items: center; padding-block: clamp(72px,8vw,120px); }
.hero-copy { max-width: 770px; }
.hero-copy h1 { margin-bottom: 26px; max-width: 800px; }
.hero-copy h1 span { color: transparent; -webkit-text-stroke: 2px var(--gold); text-shadow: 0 0 24px rgba(240,169,27,.12); }
.hero-lead { max-width: 690px; color: #eef0eb; font-size: clamp(1rem,1.4vw,1.12rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-mini-proof { display: flex; flex-wrap: wrap; gap: 20px 34px; margin-top: 30px; color: #e4e6df; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.hero-mini-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-mini-proof svg { color: var(--gold); }
.hero-visual { position: relative; justify-self: end; width: min(100%,500px); }
.hero-image-frame { position: relative; padding: 14px 14px 60px; background: #252a25; box-shadow: var(--shadow); transform: rotate(.4deg); }
.hero-image-frame::before { content:""; position:absolute; inset:-9px 18px 44px -9px; border:1px solid rgba(240,169,27,.55); z-index:-1; }
.hero-image-frame img { width: 100%; aspect-ratio: .84; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.04); }
.hero-image-label { position: absolute; left: 24px; right: 24px; bottom: 16px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-image-label strong { color: var(--gold); }
.hero-bolt-badge { position: absolute; right: -26px; bottom: 62px; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); box-shadow: 0 15px 40px rgba(0,0,0,.3); }
.trust-rail { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.trust-rail > div { padding: 28px clamp(12px,2.4vw,30px); border-right: 1px solid rgba(255,255,255,.14); }
.trust-rail > div:last-child { border-right: 0; }
.trust-rail strong { display:block; color:var(--gold); font:700 clamp(1.35rem,2.4vw,2.1rem)/1 var(--display); text-transform:uppercase; }
.trust-rail span { display:block; margin-top:7px; color:#e2e5df; font-size:.64rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.service-ticker { overflow:hidden; background:var(--gold); color:var(--ink); border-block:1px solid rgba(0,0,0,.22); }
.service-ticker-track { width:max-content; display:flex; animation:ticker 28s linear infinite; }
.service-ticker-track span { min-height:44px; display:flex; align-items:center; gap:22px; padding-inline:22px; font:700 .75rem/1 var(--display); letter-spacing:.045em; text-transform:uppercase; white-space:nowrap; }
@keyframes ticker { to { transform:translateX(-50%); } }

/* Intro */
.intro-section { overflow:hidden; }
.intro-section::after { content:""; position:absolute; width:460px; height:460px; right:-180px; bottom:-240px; border:1px dashed rgba(240,169,27,.3); border-radius:50%; }
.split-grid { display:grid; grid-template-columns:minmax(320px,.82fr) minmax(0,1fr); gap:clamp(50px,9vw,140px); align-items:center; }
.editorial-image-stack { position:relative; max-width:520px; }
.editorial-image-stack::before { content:""; position:absolute; inset:18px -18px -18px 18px; border:1px solid rgba(240,169,27,.52); }
.editorial-image-stack img { position:relative; z-index:1; width:100%; aspect-ratio:.82; object-fit:cover; object-position:center; }
.image-year { position:absolute; z-index:2; right:-28px; bottom:42px; padding:20px 22px; color:var(--ink); background:var(--gold); }
.image-year strong { display:block; font:700 2.3rem/1 var(--display); }
.image-year span { display:block; margin-top:5px; font-size:.58rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.section-copy h2 { max-width:760px; }
.section-copy .button { margin-top:25px; }

/* Services */
.services-section { background:#697264; color:var(--white); }
.services-section .section-heading-row > p { color:#e0e4dc; }
.service-editorial-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.14); }
.service-editorial-card { background:#596254; min-width:0; }
.service-editorial-card a { display:flex; flex-direction:column; height:100%; }
.service-card-image { position:relative; min-height:300px; background-size:cover; background-position:center; overflow:hidden; }
.service-card-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%,rgba(15,18,15,.64)); transition:background .3s ease; }
.service-editorial-card:hover .service-card-image::after { background:linear-gradient(180deg,rgba(240,169,27,.08),rgba(15,18,15,.62)); }
.service-index { position:absolute; z-index:1; top:18px; left:18px; color:var(--gold); font:700 1.75rem/1 var(--display); }
.service-card-copy { flex:1; padding:30px; border-top:1px solid rgba(255,255,255,.12); }
.service-kicker { margin:0 0 10px; color:var(--gold); font-size:.65rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.service-card-copy h3 { font-size:clamp(1.75rem,2.6vw,2.5rem); }
.service-card-copy > p:not(.service-kicker) { color:#e3e6df; }
.service-card-copy .text-link { margin-top:12px; color:var(--gold); }

/* Why */
.why-section { background:var(--cream); }
.reason-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-block:1px solid var(--line); }
.reason-card { min-width:0; padding:32px 28px; border-right:1px solid var(--line); }
.reason-card:last-child { border-right:0; }
.reason-mark { width:48px; height:48px; display:grid; place-items:center; margin-bottom:28px; color:var(--gold-dark); border:1px solid rgba(201,130,0,.42); }
.reason-card h3 { font-size:1.4rem; }
.reason-card p { color:#596159; font-size:.9rem; line-height:1.65; }

/* Reviews */
.reviews-section { background:#eee9dd; }
.reviews-heading > p { color:#555d55; }
.review-scroller { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:#b8b8ae; border:1px solid #b8b8ae; }
.review-card { margin:0; min-height:350px; display:flex; flex-direction:column; padding:34px; background:var(--ink); color:var(--white); }
.review-card:nth-child(even) { background:#f9f6ef; color:var(--ink); }
.quote-mark { color:var(--gold); font:700 4rem/.7 Georgia,serif; }
.review-card > p { flex:1; margin-top:25px; font-size:1rem; line-height:1.75; }
.review-card footer { display:flex; justify-content:space-between; gap:15px; padding-top:24px; border-top:1px solid currentColor; border-color:rgba(150,150,140,.35); }
.review-card footer strong { font-size:.69rem; letter-spacing:.09em; text-transform:uppercase; }
.review-card footer span { color:var(--gold); font-size:.72rem; letter-spacing:.1em; }

/* Area */
.area-section { color:var(--white); background:var(--field-deep); }
.area-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1fr); gap:clamp(50px,9vw,140px); align-items:center; }
.area-copy h2 { max-width:670px; }
.area-copy > p:not(.eyebrow) { color:#e2e5de; max-width:620px; }
.area-list { display:grid; grid-template-columns:repeat(2,1fr); border:1px solid rgba(255,255,255,.16); }
.area-list a { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:18px 22px; border-right:1px solid rgba(255,255,255,.16); border-bottom:1px solid rgba(255,255,255,.16); font:600 1rem/1 var(--display); text-transform:uppercase; transition:background .2s ease,color .2s ease; }
.area-list a:nth-child(2n) { border-right:0; }
.area-list a:nth-last-child(-n+2) { border-bottom:0; }
.area-list a:hover { background:var(--gold); color:var(--ink); }

/* Posts */
.field-notes-section,.archive-section { background:var(--cream); }
.post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.post-card { background:#fff; border:1px solid var(--line); transition:transform .2s ease,box-shadow .2s ease; }
.post-card:hover { transform:translateY(-5px); box-shadow:0 18px 44px rgba(25,28,24,.12); }
.post-card a { display:block; height:100%; }
.post-card-image { aspect-ratio:1.45; overflow:hidden; background:var(--field-deep); color:var(--gold); display:grid; place-items:center; }
.post-card-image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.post-card:hover .post-card-image img { transform:scale(1.04); }
.post-card-copy { padding:25px; }
.post-card-copy time { display:block; margin-bottom:12px; color:#697069; font-size:.68rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.post-card-copy h2,.post-card-copy h3 { font-size:1.7rem; }
.post-card-copy p { color:#5c635c; font-size:.9rem; }

/* CTA and footer */
.final-cta-section,.page-conversion-section { position:relative; overflow:hidden; color:var(--white); background:var(--ink); }
.final-cta-section { padding-block:clamp(86px,10vw,150px); text-align:center; }
.final-cta-inner { position:relative; z-index:1; max-width:820px; }
.final-cta-inner h2 { font-size:clamp(3rem,6vw,6.2rem); }
.final-cta-inner > p:not(.eyebrow) { max-width:650px; margin-inline:auto; color:#c7ccc4; }
.final-cta-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin-top:30px; }
.final-cta-bolt { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) rotate(10deg); color:rgba(240,169,27,.04); }
.page-conversion-section { padding-block:72px; }
.page-conversion-inner { display:flex; justify-content:space-between; align-items:end; gap:50px; }
.page-conversion-inner h2 { font-size:clamp(2.6rem,5vw,5rem); }
.page-conversion-inner p:not(.eyebrow) { color:#c9cec6; max-width:650px; margin-bottom:0; }
.page-conversion-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:12px; flex:0 0 auto; }
.site-footer { color:#e4e7e0; background:#50594d; }
.footer-grid { display:grid; grid-template-columns:1.4fr .72fr .72fr 1fr; gap:clamp(32px,5vw,75px); padding-block:72px; }
.wordmark-footer { margin-bottom:24px; }
.footer-brand p { max-width:430px; color:#cbd0c7; font-size:.88rem; }
.footer-column h2 { margin-bottom:20px; color:var(--gold); font-size:1rem; letter-spacing:.08em; }
.footer-column ul { list-style:none; padding:0; margin:0; }
.footer-column li,.footer-column a:not(.button) { color:#d9ddd6; font-size:.82rem; }
.footer-column li { margin-bottom:9px; }
.footer-column a:hover { color:var(--gold); }
.footer-contact { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.footer-contact p { color:#cbd0c7; font-size:.82rem; }
.footer-phone { font:600 1.65rem/1 var(--display)!important; color:var(--white)!important; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); }
.footer-bottom-inner { min-height:60px; display:flex; justify-content:space-between; align-items:center; gap:20px; color:#bfc5bb; font-size:.67rem; letter-spacing:.06em; text-transform:uppercase; }
.footer-bottom-inner p { margin:0; }
.mobile-call-bar { display:none; }

/* Inner pages */
.inner-hero { position:relative; overflow:hidden; color:var(--white); background:var(--field-deep); }
.inner-hero::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 75% 30%,rgba(240,169,27,.11),transparent 36%); pointer-events:none; }
.inner-hero-lines { position:absolute; inset:0; background-image:linear-gradient(120deg,transparent 48%,rgba(240,169,27,.14) 49%,transparent 50%); background-size:42px 42px; opacity:.32; }
.inner-hero-grid { position:relative; z-index:1; min-height:540px; display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,.72fr); gap:clamp(42px,8vw,110px); align-items:center; padding-block:75px; }
.inner-hero-copy h1 { max-width:900px; font-size:clamp(3.4rem,7vw,7rem); }
.inner-hero-copy > p:not(.eyebrow) { max-width:720px; color:#e0e4dd; font-size:1.04rem; }
.inner-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.inner-hero-image { position:relative; padding:10px; border:1px solid rgba(240,169,27,.5); }
.inner-hero-image img { width:100%; aspect-ratio:.95; object-fit:cover; }
.inner-hero-simple { min-height:430px; display:flex; align-items:center; }
.inner-hero-simple .inner-hero-copy { padding-block:80px; }
.page-content-section,.service-content-section,.location-content-section,.about-story-section,.services-hub-intro { background:#f7f4ec; }
.content-shell { max-width:1000px; }
.entry-content { font-size:1.03rem; color:#333a33; }
.entry-content > * { max-width:780px; }
.entry-content > .alignwide { max-width:1080px; margin-inline:auto; }
.entry-content > .alignfull { max-width:none; width:100vw; margin-left:calc(50% - 50vw); }
.entry-content h2 { margin-top:1.25em; color:var(--ink); font-size:clamp(2.2rem,4.4vw,4rem); }
.entry-content h3 { margin-top:1.5em; color:var(--ink); }
.entry-content a { color:#8c5a00; text-decoration:underline; text-underline-offset:3px; }
.entry-content ul,.entry-content ol { padding-left:1.25em; }
.entry-content li { margin-bottom:.5em; }
.entry-content blockquote { margin:2.5em 0; padding:28px; border-left:5px solid var(--gold); background:#e9e3d7; }
.answer-first { padding:26px 28px; max-width:900px!important; border-left:5px solid var(--gold); background:#ebe5d9; font-size:1.12rem; }
.content-callout { max-width:900px!important; margin:42px 0; padding:30px; color:var(--white); background:var(--field-deep); }
.content-callout h3 { color:var(--gold); margin-top:0; }
.service-proof-bar { background:var(--gold); }
.service-proof-inner { display:grid; grid-template-columns:repeat(4,1fr); }
.service-proof-inner span { min-height:58px; display:flex; align-items:center; justify-content:center; gap:9px; padding:10px; border-right:1px solid rgba(23,26,23,.2); font-size:.7rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.service-proof-inner span:last-child { border-right:0; }
.service-content-grid { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:clamp(45px,7vw,90px); align-items:start; }
.service-entry > * { max-width:840px; }
.service-sidebar { position:sticky; top:calc(var(--header-height) + 30px); display:grid; gap:22px; }
.sidebar-card { padding:28px; background:#ece6da; border:1px solid var(--line); }
.sidebar-card-dark { color:var(--white); background:var(--ink); border:0; }
.sidebar-card h2 { font-size:2.4rem; }
.sidebar-card h3 { font-size:1.45rem; }
.sidebar-card p { color:inherit; opacity:.82; font-size:.88rem; }
.sidebar-phone { display:block; margin:22px 0; color:var(--gold); font:600 2rem/1 var(--display); }
.sidebar-links { list-style:none; padding:0; margin:0; }
.sidebar-links a { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:13px 0; border-bottom:1px solid var(--line); font-size:.83rem; font-weight:700; }
.sidebar-links li:last-child a { border-bottom:0; }
.faq-section { background:#e9e3d7; }
.faq-layout { display:grid; grid-template-columns:minmax(270px,.62fr) minmax(0,1fr); gap:clamp(45px,8vw,110px); align-items:start; }
.faq-list { border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); }
.faq-item h3 { margin:0; }
.faq-item button { width:100%; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:22px 0; color:var(--ink); background:none; border:0; text-align:left; font:600 1.25rem/1.2 var(--display); text-transform:uppercase; }
.faq-item button[aria-expanded="true"] svg { transform:rotate(180deg); }
.faq-answer { padding:0 0 24px; color:#4d554d; }
.location-layout,.about-story-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(330px,.7fr); gap:clamp(50px,8vw,110px); align-items:start; }
.location-service-panel { padding:34px; background:#e9e3d7; }
.location-service-panel h2 { font-size:2.5rem; }
.location-service-links { border-top:1px solid var(--line); }
.location-service-links a { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:15px 0; border-bottom:1px solid var(--line); font-size:.8rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.about-photo-stack { position:relative; }
.about-photo-stack img { width:100%; aspect-ratio:.9; object-fit:cover; }
.about-photo-note { position:absolute; left:-24px; bottom:30px; padding:18px 22px; background:var(--gold); }
.about-photo-note span,.about-photo-note strong { display:block; }
.about-photo-note span { font-size:.61rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.about-photo-note strong { font:700 1.5rem/1.1 var(--display); text-transform:uppercase; }
.about-values-section { background:var(--cream); }
.services-directory-section { background:#687163; color:var(--white); }
.service-directory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.directory-card { min-width:0; background:#565f53; border:1px solid rgba(255,255,255,.13); }
.directory-card a { display:block; height:100%; }
.directory-image { aspect-ratio:1.35; overflow:hidden; }
.directory-image img { width:100%; height:100%; object-fit:cover; }
.directory-copy { padding:25px; }
.directory-copy h2 { font-size:2rem; }
.directory-copy p { color:#e0e4dc; font-size:.88rem; }
.directory-copy .text-link { color:var(--gold); }
.single-hero { color:var(--white); background:var(--field-deep); }
.single-hero-inner { max-width:1000px; padding-block:85px; }
.single-hero h1 { font-size:clamp(3rem,6vw,6rem); }
.single-meta { display:flex; gap:18px; color:#dce0d8; font-size:.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.single-featured { margin-top:-35px; position:relative; z-index:1; }
.single-featured img { width:100%; max-height:620px; object-fit:cover; }
.single-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:clamp(45px,8vw,100px); padding-block:80px; align-items:start; }
.not-found-section { min-height:70vh; display:grid; place-items:center; text-align:center; color:var(--white); background:var(--ink); }
.not-found-inner { max-width:820px; padding-block:90px; }
.not-found-code { display:block; color:rgba(240,169,27,.14); font:700 clamp(7rem,20vw,18rem)/.7 var(--display); }
.not-found-inner h1 { font-size:clamp(3rem,6vw,6rem); }
.not-found-inner .hero-actions { justify-content:center; }
.nav-links { margin-top:45px; display:flex; justify-content:center; gap:8px; }
.page-numbers { min-width:42px; min-height:42px; display:grid; place-items:center; padding:8px; border:1px solid var(--line); }
.page-numbers.current { background:var(--gold); }

/* Reveal */
.reveal-on-scroll { opacity:0; transform:translateY(18px); transition:opacity .7s ease,transform .7s ease; }
.reveal-on-scroll.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .reveal-on-scroll { opacity:1; transform:none; }
}

/* Responsive */
@media (max-width: 1180px) {
  .desktop-navigation,.header-phone { display:none; }
  .header-inner { min-height:72px; }
  .mobile-menu-toggle { display:flex; }
  .mobile-menu-toggle[aria-expanded="true"] .toggle-open { display:none; }
  .mobile-menu-toggle[aria-expanded="true"] .toggle-close { display:block; }
  .mobile-menu-backdrop { display:block; position:fixed; inset:0; z-index:1090; background:rgba(0,0,0,.62); opacity:0; visibility:hidden; transition:opacity .25s ease,visibility .25s; }
  .mobile-menu-panel { display:flex; flex-direction:column; position:fixed; top:0; right:0; bottom:0; z-index:1100; width:min(440px,92vw); color:var(--white); background:#1c201c; transform:translateX(100%); transition:transform .28s ease; overflow-y:auto; }
  body.menu-open .mobile-menu-panel { transform:none; }
  body.menu-open .mobile-menu-backdrop { opacity:1; visibility:visible; }
  .mobile-menu-head { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 20px; border-bottom:1px solid rgba(255,255,255,.1); }
  .mobile-menu-label { color:var(--gold); font:600 1.3rem/1 var(--display); letter-spacing:.15em; text-transform:uppercase; }
  .mobile-panel-close { width:44px; height:44px; display:grid; place-items:center; color:var(--white); background:transparent; border:1px solid rgba(255,255,255,.2); }
  .mobile-navigation { padding:12px 20px 24px; }
  .mobile-menu,.mobile-menu .sub-menu { list-style:none; padding:0; margin:0; }
  .mobile-menu > li { border-bottom:1px solid rgba(255,255,255,.1); }
  .mobile-menu > li > .nav-link { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:15px; font:600 1.08rem/1 var(--display); text-transform:uppercase; }
  .mobile-menu .sub-menu { display:none; padding:0 0 12px; }
  .mobile-menu li.submenu-open > .sub-menu { display:block; }
  .mobile-menu .sub-menu li { border-top:1px solid rgba(255,255,255,.07); }
  .mobile-menu .mega-link { min-height:52px; display:flex; align-items:center; gap:12px; color:#e3e6df; }
  .mobile-menu .mega-thumb,.mobile-menu .mega-arrow { display:none; }
  .mobile-menu .mega-copy strong { font:500 .92rem/1.2 var(--display); }
  .mobile-menu .mega-copy small { display:none; }
  .mobile-submenu-toggle { position:absolute; right:20px; width:48px; height:58px; display:grid; place-items:center; border:0; color:var(--gold); background:transparent; }
  .mobile-menu > li.menu-item-has-children { position:relative; }
  .mobile-menu > li.menu-item-has-children > .nav-link { padding-right:50px; }
  .mobile-menu > li.submenu-open > .mobile-submenu-toggle svg { transform:rotate(180deg); }
  .mobile-menu-cta { margin-top:auto; padding:24px 20px; background:#262c26; }
  .mobile-menu-cta p { color:#d4d8d1; font:600 1.35rem/1.15 var(--display); text-transform:uppercase; }
  .mobile-menu-cta .button + .button { margin-top:10px; }
  .hero-grid { grid-template-columns:minmax(0,1fr) minmax(320px,.68fr); gap:45px; }
  .hero-copy h1 { font-size:clamp(3.8rem,8vw,6.5rem); }
  .service-editorial-grid,.service-directory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .reason-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .reason-card:nth-child(2) { border-right:0; }
  .reason-card:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .review-scroller { grid-template-columns:repeat(3,minmax(300px,1fr)); overflow-x:auto; scroll-snap-type:x mandatory; }
  .review-card { scroll-snap-align:start; }
  .footer-grid { grid-template-columns:1.35fr .8fr .8fr; }
  .footer-contact { grid-column:1/-1; padding-top:30px; border-top:1px solid rgba(255,255,255,.12); }
}

@media (max-width: 820px) {
  :root { --gutter:22px; --section:76px; }
  body { padding-bottom:58px; }
  .site-topbar { display:none; }
  .site-header { top:0; }
  .header-cta { display:none; }
  .wordmark-main { font-size:1.5rem; }
  .hero-grid { min-height:auto; grid-template-columns:1fr; padding-block:64px 52px; }
  .hero-copy { order:1; }
  .hero-visual { order:2; justify-self:stretch; width:100%; max-width:620px; }
  .hero-copy h1 { font-size:clamp(3.7rem,16vw,6.4rem); }
  .hero-copy h1 span { -webkit-text-stroke-width:1.5px; }
  .hero-lead { font-size:.98rem; }
  .hero-image-frame { padding-bottom:54px; }
  .hero-image-frame img { aspect-ratio:1.1; object-position:center 30%; }
  .hero-bolt-badge { right:-8px; bottom:54px; width:68px; height:68px; }
  .trust-rail { grid-template-columns:repeat(2,1fr); }
  .trust-rail > div:nth-child(2) { border-right:0; }
  .trust-rail > div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.14); }
  .section-heading-row,.split-grid,.area-grid,.inner-hero-grid,.faq-layout,.location-layout,.about-story-grid,.single-layout { grid-template-columns:1fr; }
  .section-heading-row { gap:20px; margin-bottom:38px; }
  .section-heading-row > p { max-width:600px; }
  .editorial-image-stack { width:calc(100% - 18px); }
  .image-year { right:-18px; }
  .service-editorial-grid,.service-directory-grid,.post-grid { grid-template-columns:1fr; }
  .service-card-image { min-height:280px; }
  .reason-grid { grid-template-columns:1fr; }
  .reason-card { border-right:0; border-bottom:1px solid var(--line)!important; }
  .reason-card:last-child { border-bottom:0!important; }
  .review-scroller { display:flex; gap:14px; background:transparent; border:0; margin-right:calc(var(--gutter) * -1); padding-right:var(--gutter); }
  .review-card { flex:0 0 min(86vw,390px); min-height:330px; }
  .area-list { grid-template-columns:1fr; }
  .area-list a { border-right:0; border-bottom:1px solid rgba(255,255,255,.16)!important; }
  .area-list a:last-child { border-bottom:0!important; }
  .page-conversion-inner { flex-direction:column; align-items:flex-start; }
  .page-conversion-actions { justify-content:flex-start; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-contact { grid-column:1/-1; }
  .mobile-call-bar { position:fixed; left:0; right:0; bottom:0; z-index:1005; display:grid; grid-template-columns:1fr 1fr; background:var(--ink); border-top:1px solid rgba(255,255,255,.14); }
  .mobile-call-bar a { min-height:58px; display:flex; align-items:center; justify-content:center; gap:9px; color:var(--white); font-size:.72rem; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
  .mobile-call-bar a:last-child { color:var(--ink); background:var(--gold); }
  .inner-hero-grid { min-height:auto; padding-block:64px; }
  .inner-hero-image { max-width:560px; }
  .inner-hero-image img { aspect-ratio:1.25; }
  .service-proof-inner { grid-template-columns:repeat(2,1fr); }
  .service-proof-inner span:nth-child(2) { border-right:0; }
  .service-proof-inner span:nth-child(-n+2) { border-bottom:1px solid rgba(23,26,23,.2); }
  .service-content-grid { grid-template-columns:1fr; }
  .service-sidebar { position:static; }
  .faq-layout { gap:28px; }
  .about-photo-note { left:-10px; }
  .single-featured { margin-top:0; width:100%; }
}

@media (max-width: 520px) {
  :root { --gutter:18px; --section:64px; }
  h2 { font-size:clamp(2.3rem,12vw,3.5rem); }
  .header-inner { min-height:66px; }
  .mobile-menu-toggle { width:44px; height:44px; }
  .hero-grid { padding-top:52px; }
  .hero-copy h1 { font-size:clamp(3.2rem,18vw,5rem); }
  .hero-actions,.inner-hero-actions,.final-cta-actions,.page-conversion-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .button,.inner-hero-actions .button,.final-cta-actions .button,.page-conversion-actions .button { width:100%; }
  .hero-mini-proof { display:grid; grid-template-columns:1fr; gap:12px; }
  .trust-rail > div { padding:22px 12px; }
  .trust-rail strong { font-size:1.4rem; }
  .service-card-image { min-height:230px; }
  .service-card-copy,.reason-card,.review-card { padding:25px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand,.footer-contact { grid-column:auto; }
  .footer-bottom-inner { flex-direction:column; justify-content:center; text-align:center; padding-block:16px; }
  .inner-hero-copy h1 { font-size:clamp(3rem,15vw,4.6rem); }
  .inner-hero-image img { aspect-ratio:1.05; }
  .service-proof-inner span { min-height:52px; font-size:.6rem; }
  .entry-content { font-size:.98rem; }
  .answer-first,.content-callout { padding:22px; }
  .page-conversion-section { padding-block:60px; }
  .page-conversion-inner h2 { font-size:3rem; }
}

/* =========================================================
   v1.1.0 — Cinematic flyouts, conversion form, logo guard
   ========================================================= */
.site-header { overflow: visible; }
.header-inner { position: relative; }
.site-branding { width: clamp(150px,15vw,220px); min-width: 0; }
.custom-logo-link {
  width: 100%;
  max-width: 220px;
  height: 56px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.custom-logo-link img.custom-logo,
.site-branding img.custom-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 220px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  object-position: left center;
}

.mega-menu-scrim {
  position: fixed;
  inset: 0;
  z-index: 990;
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: rgba(8,11,8,.62);
  backdrop-filter: blur(5px);
  transition: opacity .24s ease, visibility .24s ease;
}
body.mega-menu-open .mega-menu-scrim {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.site-header { z-index: 1000; }
.desktop-navigation,
.primary-menu,
.primary-menu > li { position: static; }
.primary-menu > li > .nav-link { position: relative; }
.primary-menu > li > .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  transition: transform .2s ease;
}
.primary-menu > li:hover > .nav-link::after,
.primary-menu > li:focus-within > .nav-link::after,
.primary-menu > li.mega-is-open > .nav-link::after { transform: scaleX(1); }

.primary-menu .mega-panel {
  top: 100%;
  left: 50%;
  width: min(1320px,calc(100vw - 34px));
  max-height: calc(100vh - 116px);
  grid-template-columns: minmax(280px,.92fr) repeat(3,minmax(0,1fr));
  grid-auto-flow: row;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-top: 3px solid var(--gold);
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at 8% 18%,rgba(240,169,27,.13),transparent 28%),
    linear-gradient(145deg,#202620 0%,#171b17 68%,#101310 100%);
  box-shadow: 0 42px 110px rgba(0,0,0,.58);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%,18px) scale(.985);
  transform-origin: top center;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  isolation: isolate;
}
.primary-menu .mega-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .3;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 32px 32px;
}
.primary-menu > li:hover > .mega-panel,
.primary-menu > li:focus-within > .mega-panel,
.primary-menu > li.mega-is-open > .mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,0) scale(1);
}
.primary-menu .mega-panel > li { min-width: 0; }

.mega-feature {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 3;
  min-height: 382px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  background: var(--field-dark);
}
.mega-feature-media,
.mega-feature-shade {
  position: absolute;
  inset: 0;
}
.mega-feature-media {
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(.78) contrast(1.06);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}
.mega-feature-shade {
  background: linear-gradient(180deg,rgba(13,17,13,.18) 2%,rgba(13,17,13,.63) 54%,rgba(13,17,13,.97) 100%);
}
.mega-feature::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(240,169,27,.32);
  pointer-events: none;
}
.mega-feature:hover .mega-feature-media { transform: scale(1.08); filter: saturate(.95) contrast(1.08); }
.mega-feature-content {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
}
.mega-feature-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.mega-feature-content > strong {
  display: block;
  max-width: 330px;
  color: var(--white);
  font: 700 clamp(2rem,2.4vw,3rem)/.94 var(--display);
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.mega-feature-content p {
  max-width: 320px;
  margin: 14px 0 17px;
  color: #d1d6ce;
  font-size: .76rem;
  line-height: 1.55;
}
.mega-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mega-feature-bolt {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: rgba(240,169,27,.32);
  border: 1px solid rgba(240,169,27,.32);
  border-radius: 50%;
  background: rgba(18,22,18,.34);
  backdrop-filter: blur(8px);
}

.mega-panel-services { counter-reset: mega-service; }
.mega-panel-services > .menu-item { counter-increment: mega-service; }
.mega-panel .menu-item > .mega-link {
  position: relative;
  height: 100%;
  min-height: 116px;
  display: grid;
  grid-template-columns: 84px minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.085);
  background: linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.mega-panel .menu-item > .mega-link::before {
  content: counter(mega-service, decimal-leading-zero);
  position: absolute;
  top: 4px;
  right: 8px;
  color: rgba(240,169,27,.14);
  font: 700 2.25rem/1 var(--display);
  pointer-events: none;
}
.mega-panel .menu-item > .mega-link:hover,
.mega-panel .menu-item > .mega-link:focus-visible {
  z-index: 2;
  border-color: rgba(240,169,27,.66);
  background: linear-gradient(135deg,rgba(240,169,27,.12),rgba(255,255,255,.025));
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0,0,0,.25);
}
.mega-panel .mega-thumb {
  position: relative;
  width: 84px;
  height: 86px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: var(--field-deep);
  color: var(--gold);
  transition: transform .35s ease;
}
.mega-panel .mega-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg,transparent 35%,rgba(9,12,9,.55));
}
.mega-panel .menu-item > .mega-link:hover .mega-thumb { transform: scale(1.055); }
.mega-panel .mega-copy { position: relative; z-index: 1; min-width: 0; }
.mega-panel .mega-copy strong {
  display: block;
  padding-right: 18px;
  font: 600 .96rem/1.12 var(--display);
  letter-spacing: .01em;
  text-transform: uppercase;
}
.mega-panel .mega-copy small {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: #aeb6ac;
  font-size: .66rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mega-panel .mega-arrow { position: relative; z-index: 1; color: var(--gold); transition: transform .2s ease; }
.mega-panel .menu-item > .mega-link:hover .mega-arrow { transform: translateX(4px); }

.mega-panel-areas { counter-reset: none; }
.mega-panel-areas .mega-feature { grid-row: 1 / span 2; min-height: 250px; }
.mega-panel-areas .menu-item > .mega-link::before { content: ""; }
.mega-panel-areas .menu-item > .mega-link {
  min-height: 118px;
  grid-template-columns: 50px minmax(0,1fr) auto;
}
.mega-panel-areas .mega-thumb {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-image: none !important;
  background-color: rgba(240,169,27,.1);
  border: 1px solid rgba(240,169,27,.34);
}
.mega-panel-areas .mega-thumb::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(240,169,27,.11);
}
.mega-panel-areas .mega-thumb > * { display: none; }

.mega-footer {
  grid-column: 1 / -1;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 12px 16px 12px 20px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.035);
}
.mega-footer-prompt,
.mega-footer-actions,
.mega-footer-actions a { display: flex; align-items: center; }
.mega-footer-prompt { gap: 10px; min-width: 0; }
.mega-footer-prompt strong {
  color: var(--white);
  font: 600 .88rem/1 var(--display);
  letter-spacing: .025em;
  text-transform: uppercase;
}
.mega-footer-prompt > span:last-child { color: #9fa79d; font-size: .67rem; }
.mega-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(240,169,27,.11);
  animation: megaPulse 2.1s ease-in-out infinite;
}
@keyframes megaPulse { 50% { box-shadow: 0 0 0 11px rgba(240,169,27,0); } }
.mega-footer-actions { gap: 10px; flex: 0 0 auto; }
.mega-footer-actions a {
  min-height: 38px;
  gap: 8px;
  padding: 9px 13px;
  color: #e8ebe5;
  border: 1px solid rgba(255,255,255,.13);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.mega-footer-actions .mega-footer-estimate {
  color: var(--ink);
  border-color: var(--gold);
  background: var(--gold);
}

/* Official VeroChat form */
.vero-form-card {
  position: relative;
  z-index: 2;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}
.vero-form-card-head {
  padding: 24px 28px 0;
}
.vero-form-card-head span {
  color: var(--gold-dark);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.vero-form-card-head h3 {
  margin: 8px 0 4px;
  font-size: clamp(1.8rem,2.5vw,2.6rem);
}
.vero-form-card-head p { margin: 0; color: #61675f; font-size: .84rem; }
.vero-form-embed {
  min-height: 420px;
  padding: 14px 18px 20px;
  background: var(--cream);
}
#veroform { width: 100%; min-height: 390px; }
#veroform iframe { width: 100% !important; max-width: 100% !important; border: 0 !important; }
#veroform input,
#veroform textarea,
#veroform select,
#veroform button { max-width: 100%; }

.final-cta-section.final-cta-with-form { padding-block: clamp(74px,8vw,118px); text-align: left; }
.final-cta-form-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(420px,.74fr);
  gap: clamp(48px,8vw,110px);
  align-items: center;
}
.final-cta-form-copy h2 { font-size: clamp(3.2rem,6vw,6.4rem); }
.final-cta-form-copy > p:not(.eyebrow) { max-width: 630px; color: #c7ccc4; }
.final-cta-form-copy .final-cta-actions { justify-content: flex-start; }
.page-conversion-section.page-conversion-with-form { padding-block: clamp(68px,7vw,100px); }
.page-conversion-form-grid {
  display: grid;
  grid-template-columns: minmax(0,.84fr) minmax(420px,.7fr);
  gap: clamp(46px,7vw,96px);
  align-items: center;
}
.page-conversion-form-copy h2 { font-size: clamp(2.8rem,5vw,5.2rem); }
.page-conversion-form-copy > p:not(.eyebrow) { max-width: 620px; color: #c9cec6; }
.page-conversion-form-copy .page-conversion-actions { justify-content: flex-start; margin-top: 28px; }

.contact-page-section { background: var(--cream); }
.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0,.7fr) minmax(440px,.8fr);
  gap: clamp(50px,8vw,110px);
  align-items: start;
}
.contact-details-card {
  padding: 34px;
  color: var(--white);
  background: var(--ink);
}
.contact-details-card h2 { font-size: clamp(2.7rem,4vw,4.4rem); }
.contact-details-card p { color: #c5cbc2; }
.contact-direct-links { display: grid; gap: 10px; margin-top: 26px; }
.contact-direct-links a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.13);
}
.contact-direct-links a:hover { color: var(--gold); border-color: rgba(240,169,27,.55); }

@media (max-width: 1180px) {
  .mega-menu-scrim { display: none; }
  body.mega-menu-open { overflow: auto; }
  .site-branding { width: min(210px,calc(100vw - 150px)); }
  .custom-logo-link { max-width: 210px; height: 50px; }
  .custom-logo-link img.custom-logo,
  .site-branding img.custom-logo { max-width: 210px !important; max-height: 46px !important; }
  .mobile-menu .mega-feature,
  .mobile-menu .mega-footer { display: none !important; }
  .mobile-menu .mega-panel { max-height: none; overflow: visible; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
  .mobile-menu .mega-panel::before { display: none; }
  .mobile-menu .mega-panel .menu-item > .mega-link::before { display: none; }
  .mobile-menu .mega-panel .menu-item > .mega-link { height: auto; min-height: 52px; padding: 10px 0; border: 0; background: transparent; box-shadow: none; transform: none; }
  .mobile-menu .mega-panel .mega-copy small { display: none; }
  .final-cta-form-grid,
  .page-conversion-form-grid,
  .contact-page-grid { grid-template-columns: 1fr; }
  .final-cta-form-grid,
  .page-conversion-form-grid { gap: 42px; }
  .vero-form-card { max-width: 680px; width: 100%; }
}

@media (max-width: 820px) {
  .site-branding { width: min(190px,calc(100vw - 94px)); }
  .custom-logo-link { max-width: 190px; height: 46px; }
  .custom-logo-link img.custom-logo,
  .site-branding img.custom-logo { max-width: 190px !important; max-height: 42px !important; }
  .mobile-menu-panel { width: min(460px,100vw); }
  .mobile-navigation { padding-top: 6px; }
  .mobile-menu > li > .nav-link { min-height: 62px; font-size: 1.15rem; }
  .mobile-menu .sub-menu { padding-left: 14px; }
  .mobile-menu .sub-menu li { border-top: 0; border-left: 1px solid rgba(240,169,27,.28); }
  .mobile-menu .mega-link { padding-left: 16px !important; }
  .final-cta-section.final-cta-with-form,
  .page-conversion-section.page-conversion-with-form { padding-block: 64px; }
  .final-cta-form-copy h2 { font-size: clamp(3rem,13vw,5rem); }
  .vero-form-card-head { padding: 22px 20px 0; }
  .vero-form-embed { min-height: 390px; padding: 12px 10px 16px; }
}

@media (max-width: 520px) {
  .site-branding { width: min(168px,calc(100vw - 82px)); }
  .custom-logo-link { max-width: 168px; height: 42px; }
  .custom-logo-link img.custom-logo,
  .site-branding img.custom-logo { max-width: 168px !important; max-height: 38px !important; }
  .mobile-menu-panel { width: 100vw; }
  .mobile-menu-head { min-height: 66px; }
  .mobile-menu-cta { padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
  .vero-form-card { margin-inline: -4px; }
  .vero-form-card-head { padding-inline: 18px; }
  .contact-details-card { padding: 26px 22px; }
}

/* =========================================================
   v1.1.1 — Official supplied logo, favicon, editable menus
   ========================================================= */
.site-branding {
  width: clamp(190px, 17vw, 260px);
}
.custom-logo-link,
.heritage-brand-link {
  width: 100%;
  max-width: 260px;
  height: 64px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.custom-logo-link img.custom-logo,
.site-branding img.custom-logo,
.heritage-brand-logo-header {
  width: 100% !important;
  height: auto !important;
  max-width: 250px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  object-position: left center;
}
.mobile-menu-brand {
  width: min(205px, 62vw);
}
.mobile-menu-brand .heritage-brand-logo {
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}
.footer-brand .heritage-brand-link {
  width: min(260px, 100%);
  height: auto;
  margin-bottom: 24px;
}
.footer-brand .heritage-brand-logo {
  width: 100%;
  max-width: 260px;
  max-height: none;
  height: auto;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  margin-bottom: 9px;
}

@media (max-width: 1180px) {
  .site-branding { width: min(220px, calc(100vw - 150px)); }
  .custom-logo-link,
  .heritage-brand-link-header { max-width: 220px; height: 56px; }
  .custom-logo-link img.custom-logo,
  .site-branding img.custom-logo,
  .heritage-brand-logo-header { max-width: 218px !important; max-height: 56px !important; }
}

@media (max-width: 820px) {
  .site-branding { width: min(205px, calc(100vw - 94px)); }
  .custom-logo-link,
  .heritage-brand-link-header { max-width: 205px; height: 52px; }
  .custom-logo-link img.custom-logo,
  .site-branding img.custom-logo,
  .heritage-brand-logo-header { max-width: 202px !important; max-height: 52px !important; }
}

@media (max-width: 520px) {
  .site-branding { width: min(178px, calc(100vw - 82px)); }
  .custom-logo-link,
  .heritage-brand-link-header { max-width: 178px; height: 46px; }
  .custom-logo-link img.custom-logo,
  .site-branding img.custom-logo,
  .heritage-brand-logo-header { max-width: 176px !important; max-height: 46px !important; }
  .mobile-menu-brand { width: 180px; }
}


/* =========================================================
   v1.1.2 — Ambient flashing bolt + flat local page polish
   ========================================================= */
.hero-flash-bolt {
  position: absolute;
  z-index: -1;
  left: 54%;
  top: 48%;
  width: clamp(280px,34vw,560px);
  aspect-ratio: 1;
  color: var(--gold);
  opacity: .018;
  pointer-events: none;
  transform: translate(-50%,-50%) rotate(-9deg) scale(.98);
  transform-origin: center;
  filter: drop-shadow(0 0 0 rgba(240,169,27,0));
  mix-blend-mode: screen;
  will-change: opacity, transform, filter;
}
.hero-flash-bolt svg { width: 100%; height: 100%; display: block; fill: currentColor; stroke: none; }
.hero-flash-bolt::before,
.hero-flash-bolt::after {
  content: "";
  position: absolute;
  inset: 18%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle,rgba(240,169,27,.2),transparent 68%);
}
.hero-flash-bolt.is-flashing { animation: heritageBoltFlash .78s ease-out both; }
.hero-flash-bolt.is-flashing::before { animation: heritageBoltGlow .78s ease-out both; }
.hero-flash-bolt.is-flashing::after { animation: heritageBoltGlow .78s .08s ease-out both; }
.hero-flash-bolt-inner { left: 36%; top: 52%; width: clamp(240px,29vw,470px); opacity: .012; }
.hero-grid,
.inner-hero-grid,
.trust-rail { position: relative; z-index: 1; }

@keyframes heritageBoltFlash {
  0%,100% { opacity:.018; transform:translate(-50%,-50%) rotate(-9deg) scale(.98); filter:drop-shadow(0 0 0 rgba(240,169,27,0)); }
  7% { opacity:.58; transform:translate(-50%,-50%) rotate(-8deg) scale(1.012); filter:drop-shadow(0 0 26px rgba(240,169,27,.72)); }
  13% { opacity:.055; }
  21% { opacity:.34; filter:drop-shadow(0 0 18px rgba(240,169,27,.5)); }
  34% { opacity:.025; }
  47% { opacity:.16; }
  64% { opacity:.018; filter:drop-shadow(0 0 0 rgba(240,169,27,0)); }
}
@keyframes heritageBoltGlow {
  0%,100% { opacity:0; transform:scale(.7); }
  12% { opacity:.85; transform:scale(1.2); }
  38% { opacity:.18; transform:scale(1.55); }
  70% { opacity:0; transform:scale(1.8); }
}

@media (max-width: 820px) {
  .hero-flash-bolt { left:76%; top:31%; width:min(78vw,420px); opacity:.012; }
  .hero-flash-bolt-inner { left:72%; top:25%; width:min(68vw,360px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-flash-bolt { animation:none!important; opacity:.035; filter:none; }
  .hero-flash-bolt::before,.hero-flash-bolt::after { animation:none!important; display:none; }
}



/* =========================================================
   v1.1.4 — Mobile hero containment + VeroChat launcher clearance
   ========================================================= */
.hero-grid > *,
.hero-copy,
.hero-visual,
.inner-hero-grid > *,
.inner-hero-copy {
  min-width: 0;
}

@media (max-width: 820px) {
  :root {
    --hes-mobile-bar-height: 64px;
    --hes-vero-launcher-gap: 14px;
  }

  html,
  body,
  .site-main,
  .hero-section,
  .hero-grid,
  .hero-copy {
    max-width: 100%;
  }

  body {
    padding-bottom: calc(var(--hes-mobile-bar-height) + env(safe-area-inset-bottom));
  }

  .hero-section,
  .hero-grid,
  .hero-copy,
  .hero-actions,
  .hero-mini-proof {
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3.4rem, 13.5vw, 6.4rem);
    letter-spacing: -.04em;
  }

  .hero-lead,
  .hero-actions,
  .hero-actions .button {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .button {
    min-width: 0;
    padding-inline: 16px;
    text-align: center;
  }

  .mobile-call-bar {
    min-height: calc(var(--hes-mobile-bar-height) + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-call-bar a {
    min-width: 0;
    min-height: var(--hes-mobile-bar-height);
    padding: 8px 10px;
    font-size: clamp(.62rem, 2.9vw, .72rem);
    letter-spacing: .035em;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }

  /* The JS adds this class only to the small, closed VeroChat launcher. */
  .hes-vero-mobile-lift {
    bottom: calc(var(--hes-mobile-bar-height) + var(--hes-vero-launcher-gap) + env(safe-area-inset-bottom)) !important;
  }

}

@media (max-width: 520px) {
  .hero-grid {
    width: calc(100% - (var(--gutter) * 2));
    padding-top: 46px;
    padding-bottom: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 12.9vw, 4.15rem);
    line-height: .94;
    letter-spacing: -.045em;
  }

  .hero-lead {
    font-size: .96rem;
    line-height: 1.68;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-actions .button {
    min-height: 54px;
    font-size: .73rem;
  }

  .mobile-call-bar a {
    gap: 7px;
    padding-inline: 7px;
  }

  .mobile-call-bar svg {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 360px) {
  :root { --gutter: 16px; }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 12.6vw, 3rem);
  }

  .mobile-call-bar a {
    font-size: .6rem;
    letter-spacing: .02em;
  }
}


/* =========================================================
   v1.2.0 — VeroChat conversion migration
   Official VeroChat form + mobile launcher clearance.
   ========================================================= */


/* =========================================================
   v1.3.1 — Mobile drawer CTA contrast
   ========================================================= */
@media (max-width: 860px) {
  .mobile-menu-cta .button-outline {
    background: var(--cream);
    border-color: var(--cream);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  }

  .mobile-menu-cta .button-outline:hover,
  .mobile-menu-cta .button-outline:focus-visible {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink);
    transform: translateY(-1px);
  }

  .mobile-menu-cta .button-outline svg {
    color: currentColor;
  }
}
