:root {
  --color-navy: #14233B;
  --color-midnight: #0E192C;
  --color-royal: #C99A3B;
  --color-bright: #C99A3B;
  --color-white: #FFFFFF;
  --color-offwhite: #F8F8F6;
  --color-coolgray: #F1F0EA;
  --color-steel: #7A8492;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-lg: 0 24px 60px rgba(20, 35, 59, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--color-navy); background: var(--color-offwhite); font-family: var(--font-sans); line-height: 1.6; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
h2, h3, h4 { font-weight: 400; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shared-container { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.shared-utility { background: var(--color-navy); color: #b8cae3; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.shared-utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; gap: 16px; }
.shared-utility a:hover { color: var(--color-white); }
.shared-utility span { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #45dc9a; box-shadow: 0 0 0 4px rgba(69,220,154,.13); }
.shared-header { position: relative; z-index: 20; background: var(--color-white); border-bottom: 1px solid rgba(20,35,59,.10); }
.shared-header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.shared-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--color-navy); }
.shared-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--color-white); background: var(--color-royal); clip-path: polygon(50% 0, 100% 38%, 84% 38%, 84% 100%, 16% 100%, 16% 38%, 0 38%); font-size: 1.15rem; }
.shared-brand strong, .shared-brand small { display: block; line-height: 1; }
.shared-brand strong { font-size: .95rem; letter-spacing: .14em; }
.shared-brand small { margin-top: 5px; color: var(--color-royal); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.shared-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); margin-left: auto; }
.shared-nav a { position: relative; color: #536176; font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.shared-nav a::after { content: ''; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--color-royal); transform: scaleX(0); transition: transform .3s var(--ease-out); }
.shared-nav a:hover, .shared-nav a.is-active { color: var(--color-royal); }
.shared-nav a:hover::after, .shared-nav a.is-active::after { transform: scaleX(1); }
.shared-quote-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 15px; overflow: hidden; padding: 14px 20px; color: var(--color-white); background: linear-gradient(110deg, var(--color-royal) 0%, #C99A3B 48%, var(--color-royal) 100%); background-size: 220% 100%; background-position: 0% center; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 10px 24px rgba(201,154,59,.22); transition: transform .3s var(--ease-out), background-position .55s ease, box-shadow .3s ease; }
.shared-quote-button::before, .btn-header-cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 24%, rgba(255,255,255,.34) 50%, transparent 76%); transform: translateX(-130%); transition: transform .65s ease; }
.shared-quote-button:hover { background-position: 100% center; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(201,154,59,.36); }
.shared-quote-button:hover::before, .btn-header-cta:hover::before { transform: translateX(130%); }
.shared-quote-button b { font-size: 1.1rem; font-weight: 400; }
.shared-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.shared-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--color-navy); transition: transform .25s, opacity .25s; }
.shared-mobile-nav { display: none; }
.site-loader { display: none; }
.shared-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--color-bright); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.shared-eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }

.inner-hero { position: relative; min-height: 470px; display: grid; align-items: end; overflow: hidden; padding: 100px 0 82px; color: var(--color-white); background: linear-gradient(115deg, rgba(20,35,59,.98), rgba(20,35,59,.72)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2000&q=85') center/cover; }
.inner-hero::before, .shared-footer::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 45%, rgba(22,131,255,.14) 45.1%, transparent 45.4%), linear-gradient(25deg, transparent 67%, rgba(22,131,255,.11) 67.1%, transparent 67.4%); }
.inner-hero::after { content: ''; position: absolute; width: 720px; height: 720px; right: -190px; top: -250px; border: 1px solid rgba(22,131,255,.22); border-radius: 50%; box-shadow: 0 0 0 110px rgba(22,131,255,.04), 0 0 0 220px rgba(22,131,255,.025); animation: shared-orbit 45s linear infinite; }
.inner-hero-content { position: relative; z-index: 1; }
.inner-hero h1 { max-width: 820px; margin: 20px 0 16px; font-family: var(--font-display); font-size: clamp(2.6rem, 4.4vw, 4.3rem); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; }
.inner-hero h1 em, .service-hero h1 .service-title-line:last-child { display: inline-block; color: var(--color-bright); background: linear-gradient(110deg, #B98A2C 0%, #C99A3B 24%, #B98A2C 48%, #C99A3B 72%, #B98A2C 100%); background-size: 260% auto; background-position: 0% center; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-style: italic; animation: sharedGoldSlide 4.8s ease-in-out infinite; }
@keyframes sharedGoldSlide { 0%, 100% { background-position: 0% center; } 50% { background-position: 100% center; } }
@media (prefers-reduced-motion: reduce) {
  .inner-hero h1 em, .service-hero h1 .service-title-line:last-child {
    animation: none;
    background: none;
    -webkit-text-fill-color: var(--color-bright);
  }
}
.inner-hero p { max-width: 620px; margin: 0; color: #c2d0e4; font-size: 1.05rem; }
.inner-section { padding: 110px 0; }
.inner-section.alt { background: var(--color-white); }
.inner-section.dark { position: relative; overflow: hidden; color: var(--color-white); background: var(--color-navy); }
.inner-section-heading { max-width: 720px; margin-bottom: 48px; }
.inner-section-heading h2 { margin: 16px 0; font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 3.35rem); font-weight: 400; line-height: 1.08; letter-spacing: -.012em; }
.inner-section-heading p { color: #68758a; }
.dark .inner-section-heading p { color: #bdcce0; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(38px, 7vw, 100px); align-items: center; }
.editorial-copy { grid-column: 1; grid-row: 1; max-width: 520px; }
.editorial-media { grid-column: 2; grid-row: 1; position: relative; width: 100%; padding: 0 18px 18px 0; }
.editorial-media::before { content: ''; position: absolute; inset: 18px 0 0 18px; border: 1px solid rgba(201,154,59,.28); pointer-events: none; }
.editorial-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.35 / 1; min-height: 0; object-fit: cover; box-shadow: var(--shadow-lg); }
.editorial-media::after { content: ''; position: absolute; z-index: 2; right: 0; bottom: 0; width: 42%; height: 42%; border-right: 1px solid var(--color-bright); border-bottom: 1px solid var(--color-bright); pointer-events: none; }
.editorial-copy h2 { margin: 16px 0 20px; font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 3.35rem); font-weight: 400; line-height: 1.08; letter-spacing: -.012em; }
.editorial-copy p { color: #637086; }
.editorial-grid .reveal-fade-up, .editorial-grid .reveal-fade { opacity: 1; transform: none; }
.inner-section.dark .editorial-grid { position: relative; }
.inner-section.dark .editorial-copy { position: relative; z-index: 3; }
.inner-section.dark .editorial-copy p { color: #bdcce0; }
.inner-section.dark .editorial-media img { box-shadow: 0 24px 60px rgba(4, 12, 26, .32); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; color: var(--color-royal); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.feature-grid, .service-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card, .service-panel, .blog-card { background: var(--color-white); border: 1px solid rgba(20,35,59,.10); transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.dark .feature-card, .dark .service-panel { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.feature-card:hover, .service-panel:hover, .blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.feature-card { padding: 30px; }
.feature-number { color: var(--color-bright); font-family: var(--font-display); font-size: 2.4rem; }
.feature-card h3, .service-panel h3, .blog-card h3 { margin: 18px 0 10px; font-size: 1.05rem; }
.feature-card p, .service-panel p, .blog-card p { margin: 0; color: #68758a; font-size: .9rem; }
.dark .feature-card p, .dark .service-panel p { color: #bccbe0; }
.service-panel { overflow: hidden; }
.service-panel img { width: 100%; height: 240px; object-fit: cover; }
.service-panel-copy { padding: 26px; }
.service-panel-copy h3 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; }
.service-panel-copy p { min-height: 74px; }
.service-panel .text-link { margin: 18px 26px 26px; }
.blog-card img { width: 100%; height: 230px; object-fit: cover; }
.blog-card-copy { padding: 24px; }
.blog-meta { color: var(--color-royal); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.blog-card h3 { font-family: var(--font-display); font-size: 1.65rem; font-weight: 400; line-height: 1.1; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-details { display: grid; gap: 22px; margin-top: 34px; }
.contact-detail { display: flex; gap: 16px; align-items: flex-start; }
.contact-detail strong { display: block; margin-bottom: 3px; }
.contact-detail span, .contact-detail a { color: #68758a; font-size: .9rem; }
.contact-icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: var(--color-white); background: var(--color-royal); }
.contact-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-form { padding: 38px; background: var(--color-white); border: 1px solid rgba(20,35,59,.10); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 8px; margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #536176; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 14px 15px; color: var(--color-navy); background: #fbfcfe; border: 1px solid #dbe3ed; outline: none; transition: border .25s, box-shadow .25s; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--color-royal); box-shadow: 0 0 0 3px rgba(201,154,59,.16); }
.form-message { margin-bottom: 22px; padding: 14px 16px; font-size: .84rem; }
.form-message.error { color: #9d2930; background: #fff0f0; border-left: 3px solid #d44; }
.form-message.success { color: #16633e; background: #eefbf4; border-left: 3px solid #26a269; }
.error-list { margin: 0; padding-left: 18px; }
.shared-footer { position: relative; overflow: hidden; padding: 0 0 34px; color: var(--color-white); background: var(--color-navy); }
.shared-footer-rings { position: absolute; width: 780px; height: 780px; right: -250px; bottom: -400px; opacity: .5; }
.shared-footer-rings span { position: absolute; inset: 0; border: 1px solid rgba(22,131,255,.22); border-radius: 50%; animation: shared-orbit 48s linear infinite; }
.shared-footer-rings span + span { inset: 90px; animation-direction: reverse; animation-duration: 64s; }
.shared-footer-cta, .shared-footer-grid, .shared-footer-bottom { position: relative; z-index: 1; }
.shared-footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 60px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.shared-footer-cta h2 { margin: 10px 0 6px; font-family: var(--font-display); font-size: clamp(1.9rem, 3.2vw, 3.2rem); font-weight: 400; line-height: 1.06; letter-spacing: -.012em; }
.shared-footer-cta p { margin: 0; color: #b7c7df; }
.shared-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding: 68px 0; }
.shared-footer-grid h3 { margin: 0 0 18px; color: var(--color-bright); font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; }
.shared-footer-grid a, .shared-footer-grid span { display: block; margin: 0 0 11px; color: #b7c7df; font-size: .83rem; }
.shared-footer-grid a:hover { color: var(--color-white); }
.shared-footer-brand p { max-width: 330px; color: #b7c7df; font-size: .84rem; }
.shared-socials { display: flex; gap: 10px; margin-top: 24px; }
.shared-socials a { display: grid; place-items: center; width: 30px; height: 30px; margin: 0; color: var(--color-white); border: 1px solid rgba(255,255,255,.18); font-size: .68rem; }
.shared-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #8192ab; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

@keyframes shared-orbit { to { transform: rotate(360deg); } }

/* Exact premium shell shared with the approved homepage */
.container { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 24px; }
#page-loader { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; background: var(--color-navy); transition: opacity .7s var(--ease-out), visibility .7s var(--ease-out); }
body.loaded #page-loader { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-content { position: relative; text-align: center; }
.loader-svg { width: 160px; height: 70px; margin-bottom: 20px; }
.loader-svg path { fill: none; stroke: var(--color-bright); stroke-width: 1.5; stroke-dasharray: 300; stroke-dashoffset: 300; animation: loader-draw 1.8s var(--ease-out) forwards; }
.loader-brand { color: var(--color-white); font-family: var(--font-display); font-size: 1.3rem; letter-spacing: .2em; }
.loader-sub { margin-top: 6px; color: var(--color-steel); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
@keyframes loader-draw { to { stroke-dashoffset: 0; } }
.top-utility-bar { position: relative; z-index: 1002; height: 38px; color: var(--color-coolgray); background: var(--color-navy); border-bottom: 1px solid rgba(22,131,255,.18); font-size: 12.5px; }
.utility-container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.utility-left a, .utility-right a { display: inline-flex; align-items: center; gap: 7px; color: var(--color-coolgray); font-weight: 500; }
.utility-left a:hover, .utility-right a:hover { color: var(--color-bright); }
.utility-center { display: flex; align-items: center; gap: 8px; color: rgba(233,238,245,.85); font-weight: 500; letter-spacing: .04em; }
.utility-item { transition: color .25s ease, transform .25s ease; }
.utility-item:hover { transform: translateY(-1px); }
.utility-icon { display: block; width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.utility-item .utility-icon { color: var(--color-bright); transition: transform .35s var(--ease-out); }
.utility-item:hover .utility-icon { transform: rotate(-8deg) scale(1.12); }
.utility-location-icon { width: 13px; height: 13px; color: var(--color-bright); animation: utility-float 3s ease-in-out infinite; }
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-bright); box-shadow: 0 0 8px var(--color-bright); }
.utility-right { display: flex; align-items: center; gap: 20px; }
.social-icons { display: flex; align-items: center; gap: 12px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.12); }
.social-icons a { color: var(--color-coolgray); opacity: .75; transition: opacity .25s, transform .25s; }
.social-icons .social-icon { display: block; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icons a:hover { opacity: 1; transform: translateY(-1px); }
.footer-col-brand .social-icons { gap: 10px; margin-top: 24px; }
.footer-col-brand .social-icons a { display: grid; place-items: center; width: 32px; height: 32px; margin: 0; color: var(--color-coolgray); border: 1px solid rgba(255,255,255,.18); font-size: .7rem; }
.main-header { position: sticky; top: 0; z-index: 1000; width: 100%; height: 92px; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(20,35,59,.10); transition: height .5s var(--ease-out), background .5s, box-shadow .5s; }
.main-header.is-scrolled { height: 74px; background: rgba(255,255,255,.94); box-shadow: 0 8px 28px rgba(6,26,58,.07); backdrop-filter: blur(14px); }
.header-container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.site-logo-image { display: block; width: 210px; height: auto; max-height: 64px; object-fit: contain; }
.footer-col-brand .site-logo-image { width: 250px; max-height: 105px; }
.logo-mark { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--color-white); background: linear-gradient(135deg,var(--color-midnight),var(--color-royal)); border-radius: 4px; box-shadow: 0 4px 14px rgba(201,154,59,.25); transition: transform .45s var(--ease-out); }
.brand-logo:hover .logo-mark { transform: scale(1.04) rotate(1deg); }
.logo-mark svg { width: 26px; height: 26px; }
.logo-text { display: flex; flex-direction: column; }
.logo-title { color: var(--color-navy); font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; line-height: 1; letter-spacing: .05em; }
.footer-col-brand .logo-title { color: var(--color-white); }
.logo-tagline { margin-top: 3px; color: var(--color-royal); font-size: .65rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 36px; }
.nav-link { position: relative; padding: 6px 0; color: var(--color-navy); font-size: .88rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-link::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; width: 0; height: 2px; background: var(--color-royal); transition: width .25s var(--ease-out); }
.nav-link:hover, .nav-link.active { color: var(--color-royal); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.btn-header-cta { position: relative; display: inline-flex; align-items: center; gap: 10px; overflow: hidden; padding: 13px 26px; color: var(--color-white); background: linear-gradient(110deg, var(--color-royal) 0%, #C99A3B 48%, var(--color-royal) 100%); background-size: 220% 100%; background-position: 0% center; border-radius: 4px; box-shadow: 0 4px 18px rgba(201,154,59,.25); font-size: .84rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s var(--ease-out), background-position .55s ease, box-shadow .3s ease; }
.btn-header-cta:hover { color: var(--color-white); background-position: 100% center; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(201,154,59,.38); }
.mobile-menu-btn { display: none; position: relative; flex-direction: column; justify-content: center; gap: 6px; width: 48px; height: 48px; padding: 10px 9px 15px; border: 1px solid rgba(20,35,59,.16); border-radius: 50%; background: rgba(255,255,255,.86); cursor: pointer; z-index: 1002; transition: border-color .25s, box-shadow .25s, transform .25s; }
.mobile-menu-btn:hover, .mobile-menu-btn.active { border-color: var(--color-royal); box-shadow: 0 8px 20px rgba(201,154,59,.2); transform: translateY(-1px); }
.mobile-menu-btn span { width: 100%; height: 2px; background: var(--color-navy); transition: transform .35s var(--ease-out), opacity .25s; }
.mobile-menu-btn.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-nav-scrim { position: fixed; inset: 92px 0 0; z-index: 998; border: 0; background: rgba(6,26,58,.46); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .35s ease, visibility .35s ease; }
.mobile-nav-scrim.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-nav-drawer { position: fixed; top: 92px; right: 0; z-index: 999; display: flex; flex-direction: column; justify-content: space-between; width: min(85%, 400px); height: calc(100vh - 92px); padding: 34px 32px 40px; color: var(--color-white); background: linear-gradient(155deg, #102b52, var(--color-navy)); box-shadow: -10px 0 35px rgba(0,0,0,.4); opacity: 0; visibility: hidden; transform: translateX(28px); transition: opacity .35s ease, visibility .35s ease, transform .45s var(--ease-out); }
.mobile-nav-drawer.open { opacity: 1; visibility: visible; transform: translateX(0); }
.mobile-nav-links { display: flex; flex-direction: column; gap: 22px; }
.mobile-nav-links a { padding-bottom: 12px; color: var(--color-white); border-bottom: 1px solid rgba(255,255,255,.08); font-family: var(--font-display); font-size: 1.65rem; }
@keyframes utility-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
.premium-footer { position: relative; overflow: hidden; padding: 0 0 40px; color: var(--color-white); background: var(--color-navy); border-top: 1px solid rgba(22,131,255,.15); }
.footer-ambient-rings { position: absolute; right: -200px; bottom: -400px; width: 1400px; height: 1400px; opacity: .35; pointer-events: none; }
.footer-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(22,131,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.f-ring-1 { width: 700px; height: 700px; animation: shared-orbit 55s linear infinite; }
.f-ring-2 { width: 1100px; height: 1100px; animation: shared-orbit 85s linear infinite reverse; }
.footer-top-banner { position: relative; z-index: 5; padding: 60px 0; color: var(--color-navy); background: var(--color-offwhite); border-bottom: 1px solid rgba(6,26,58,.1); }
.footer-banner-flex { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.footer-banner-heading { margin: 0 0 6px; color: var(--color-navy); font-family: var(--font-display); font-size: 2rem; }
.footer-banner-sub { margin: 0; color: #68758a; font-size: .95rem; }
.footer-main-grid { position: relative; z-index: 5; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 60px; padding: 90px 0 70px; }
.footer-brand-desc { max-width: 320px; margin: 22px 0 28px; color: var(--color-steel); font-size: .9rem; line-height: 1.7; }
.footer-col-title { margin-bottom: 24px; color: var(--color-bright); font-size: .85rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 14px; }
.footer-links a { display: inline-block; color: var(--color-coolgray); font-size: .92rem; transition: color .25s, transform .25s; }
.footer-links a:hover { color: var(--color-bright); transform: translateX(4px); }
.footer-contact-items { display: flex; flex-direction: column; gap: 18px; }
.contact-item-row { display: flex; align-items: flex-start; gap: 12px; color: var(--color-coolgray); font-size: .92rem; }
.contact-item-row > span { flex-shrink: 0; margin-top: 3px; color: var(--color-bright); }
.contact-item-icon { display: block; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom-bar { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 32px; color: var(--color-steel); border-top: 1px solid rgba(255,255,255,.08); font-size: .8rem; flex-wrap: wrap; }
.footer-legal-links { display: flex; gap: 24px; }
.footer-legal-links a:hover { color: var(--color-white); }

@media (max-width: 992px) {
  .top-utility-bar { display: none; }
  .nav-menu, .main-header .btn-header-cta { display: none; }
  .mobile-menu-btn { display: flex; }
  .footer-main-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .footer-main-grid { grid-template-columns: 1fr; }
  .footer-banner-flex { flex-direction: column; align-items: flex-start; }
  .footer-legal-links { gap: 12px; flex-wrap: wrap; }
  .site-logo-image { width: 174px; max-height: 58px; }
  .footer-col-brand .site-logo-image { width: 230px; max-height: 96px; }
}

/* Services mega menu and reusable service-page treatment */
.nav-services-item { position: relative; height: 100%; display: flex; align-items: center; }
.nav-caret { display: inline-block; margin-left: 4px; color: var(--color-royal); font-size: .9em; transition: transform .25s; }
.nav-services-item:hover .nav-caret,
.nav-services-item:focus-within .nav-caret { transform: rotate(180deg); }
.services-mega-menu { position: absolute; top: calc(100% + 16px); left: 50%; display: grid; grid-template-columns: repeat(2, minmax(320px, 1fr)); gap: 0; width: min(900px, calc(100vw - 40px)); max-height: min(640px, calc(100vh - 150px)); padding: 28px 26px; overflow: hidden; visibility: hidden; opacity: 0; background: linear-gradient(135deg, var(--color-midnight) 0%, var(--color-navy) 100%); border: 1px solid rgba(201,154,59,.55); border-radius: 14px; box-shadow: 0 30px 80px rgba(20,35,59,.48), 0 0 0 1px rgba(255,255,255,.04) inset, 0 0 50px rgba(201,154,59,.18); backdrop-filter: blur(16px); transform: translate(-50%, -10px); transition: opacity .25s var(--ease-out), transform .25s var(--ease-out), visibility .25s; }
.services-mega-menu::before { content: ''; position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; background: var(--color-midnight); border-top: 1px solid rgba(201,154,59,.55); border-left: 1px solid rgba(201,154,59,.55); transform: translateX(-50%) rotate(45deg); }
.services-mega-menu::after { content: ''; position: absolute; top: 0; right: 26px; left: 26px; height: 2px; background: linear-gradient(90deg, transparent, var(--color-bright), transparent); }
.nav-services-item:hover .services-mega-menu,
.nav-services-item:focus-within .services-mega-menu,
.services-mega-menu.is-open { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.services-mega-column { display: flex; flex-direction: column; gap: 3px; min-width: 0; min-height: 0; max-height: calc(min(640px, 100vh - 150px) - 56px); overflow-y: auto; scrollbar-width: auto; scrollbar-color: rgba(201,154,59,.9) rgba(255,255,255,.07); }
.services-mega-column::-webkit-scrollbar { width: 8px; }
.services-mega-column::-webkit-scrollbar-track { background: rgba(255,255,255,.07); border-radius: 99px; }
.services-mega-column::-webkit-scrollbar-thumb { background: linear-gradient(var(--color-bright), #B98A2C); border: 2px solid var(--color-navy); border-radius: 99px; }
.services-mega-column + .services-mega-column { margin-left: 26px; padding-left: 26px; border-left: 1px solid rgba(201,154,59,.25); }
.services-mega-label { display: flex; align-items: center; gap: 9px; margin: 1px 0 14px; color: #C99A3B; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.services-mega-label::before { content: ''; width: 22px; height: 2px; background: var(--color-bright); box-shadow: 0 0 10px rgba(201,154,59,.7); }
.services-mega-menu a { display: flex; align-items: center; justify-content: space-between; min-height: 34px; gap: 14px; padding: 7px 12px; color: #e2ebf7; border: 1px solid transparent; border-radius: 7px; font-size: .8rem; line-height: 1.35; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.services-mega-menu a b { flex: 0 0 auto; color: #C99A3B; font-size: 1rem; opacity: .7; transform: translateX(-4px); transition: opacity .2s, transform .2s; }
.services-mega-menu a:hover, .services-mega-menu a.is-current { color: var(--color-white); background: linear-gradient(90deg, rgba(201,154,59,.30), rgba(201,154,59,.12)); border-color: rgba(201,154,59,.42); transform: translateX(2px); }
.services-mega-menu a:hover b, .services-mega-menu a.is-current b { opacity: 1; transform: translateX(0); }
.services-mega-menu .services-mega-feature { min-height: 48px; margin-bottom: 10px; padding: 12px 14px; color: var(--color-white); background: linear-gradient(110deg, rgba(201,154,59,.58), rgba(185,138,44,.28)); border: 1px solid rgba(201,154,59,.72); border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.16); font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.services-mega-menu .services-mega-feature:hover { background: linear-gradient(110deg, rgba(201,154,59,.78), rgba(201,154,59,.50)); border-color: #C99A3B; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,154,59,.24); }
.mobile-nav-drawer { overflow-y: auto; overscroll-behavior: contain; }
.mobile-services-accordion { border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-services-accordion summary { display: flex; align-items: center; justify-content: space-between; padding: 0 0 12px; color: var(--color-white); cursor: pointer; font-family: var(--font-display); font-size: 1.65rem; list-style: none; }
.mobile-services-accordion summary::-webkit-details-marker { display: none; }
.mobile-services-accordion summary span { color: var(--color-bright); font-family: var(--font-body); font-size: 1.35rem; transition: transform .25s; }
.mobile-services-accordion[open] summary span { transform: rotate(45deg); }
.mobile-service-group { display: flex; flex-direction: column; gap: 4px; padding: 13px 0 16px 12px; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-service-group strong { margin: 5px 0 6px; color: var(--color-bright); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.mobile-service-group a.mobile-link { padding: 7px 0; color: #c7d3e3; border: 0; font-family: var(--font-body); font-size: .88rem; }

.service-detail-hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; color: var(--color-white); background: linear-gradient(115deg, rgba(6,26,58,.99) 0%, rgba(6,26,58,.88) 52%, rgba(6,26,58,.58) 100%), var(--service-image) center/cover; }
.service-detail-hero::before { content: ''; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.service-detail-hero::after { content: ''; position: absolute; right: 5%; bottom: -45%; width: 720px; height: 720px; border: 1px solid rgba(22,131,255,.24); border-radius: 50%; box-shadow: 0 0 0 95px rgba(22,131,255,.04), 0 0 0 190px rgba(22,131,255,.025); animation: shared-orbit 48s linear infinite; }
.service-detail-hero-content { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 90px; }
.service-detail-hero h1 { max-width: 900px; margin: 22px 0 18px; color: var(--color-white); font-family: var(--font-display); font-size: clamp(2.6rem, 4.4vw, 4.3rem); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.service-detail-hero p { max-width: 640px; margin: 0; color: #c8d5e7; font-size: 1.08rem; line-height: 1.7; }
.service-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 55px; color: #9eb2cc; font-size: .76rem; flex-wrap: wrap; }
.service-breadcrumb a:hover { color: var(--color-white); }
.service-detail-actions { display: flex; align-items: center; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.service-secondary-button { display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px; color: var(--color-white); border: 1px solid rgba(255,255,255,.3); border-radius: 4px; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: background .25s, border-color .25s, transform .25s; }
.service-secondary-button:hover { color: var(--color-white); background: rgba(255,255,255,.1); border-color: var(--color-bright); transform: translateY(-2px); }
.service-detail-orbit { position: absolute; z-index: 1; border: 1px solid rgba(22,131,255,.18); border-radius: 50%; pointer-events: none; }
.service-detail-orbit-one { top: 11%; right: 8%; width: 420px; height: 420px; animation: shared-orbit 42s linear infinite; }
.service-detail-orbit-two { top: 26%; right: 17%; width: 250px; height: 250px; border-color: rgba(255,255,255,.12); animation: shared-orbit 27s linear infinite reverse; }
.service-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); align-items: center; gap: 90px; }
.service-detail-copy h2 { max-width: 640px; margin: 18px 0 22px; font-family: var(--font-display); font-size: clamp(2rem, 3.3vw, 3.6rem); font-weight: 400; line-height: 1.06; letter-spacing: -.012em; }
.service-detail-copy p { max-width: 640px; color: #68758a; line-height: 1.8; }
.service-detail-image { position: relative; min-height: 430px; overflow: hidden; background: var(--color-navy); border-radius: 4px; box-shadow: 0 22px 55px rgba(6,26,58,.16); }
.service-detail-image::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.service-detail-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; opacity: .84; }
.service-detail-image-label { position: absolute; right: 28px; bottom: 28px; z-index: 1; padding: 8px 12px; color: var(--color-white); background: rgba(6,26,58,.82); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.service-detail-notes { position: relative; overflow: hidden; }
.service-detail-note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 45px; }
.service-detail-note { padding: 28px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.service-detail-note > span { color: var(--color-bright); font-family: var(--font-display); font-size: 2rem; }
.service-detail-note h3 { margin: 20px 0 10px; color: var(--color-white); font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }
.service-detail-note p { margin: 0; color: #b8c7da; font-size: .9rem; line-height: 1.7; }
.service-detail-cta { padding: 72px 0; background: var(--color-offwhite); border-top: 1px solid rgba(6,26,58,.08); }
.service-detail-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.service-detail-cta h2 { margin: 13px 0 0; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(1.9rem, 3.2vw, 3.3rem); font-weight: 400; line-height: 1.06; letter-spacing: -.012em; }
.category-hero { min-height: 470px; }
.category-hero .inner-hero-content { max-width: 850px; }
.category-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-service-card { position: relative; display: flex; flex-direction: column; min-height: 265px; padding: 28px; overflow: hidden; background: var(--color-white); border: 1px solid rgba(6,26,58,.1); transition: transform .35s var(--ease-out), border-color .35s, box-shadow .35s; }
.category-service-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--color-royal), var(--color-bright)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease-out); }
.category-service-card:hover { border-color: rgba(7,95,232,.32); box-shadow: 0 18px 40px rgba(6,26,58,.12); transform: translateY(-7px); }
.category-service-card:hover::before { transform: scaleX(1); }
.category-service-index { color: var(--color-royal); font-family: var(--font-display); font-size: 1.8rem; }
.category-service-card h3 { max-width: 260px; margin: 25px 0 10px; color: var(--color-navy); font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; line-height: 1.05; }
.category-service-card p { margin: 0; color: #68758a; font-size: .88rem; line-height: 1.65; }
.category-service-card .text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 22px; color: var(--color-royal); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-service-card .text-link b { transition: transform .25s; }
.category-service-card:hover .text-link b { transform: translateX(5px); }

/* Contact page: modern consultation layout */
.page-contact .inner-section:first-of-type { padding-top: 96px; background: linear-gradient(180deg, #f6f8fb 0%, var(--color-offwhite) 100%); }
.page-contact .contact-layout { grid-template-columns: minmax(290px, .84fr) minmax(0, 1.16fr); gap: clamp(30px, 5vw, 76px); align-items: stretch; }
.contact-side-panel { position: relative; min-height: 100%; overflow: hidden; color: var(--color-white); background: linear-gradient(145deg, #0d203b 0%, #142f55 58%, #1d4773 100%); border-radius: 2px; box-shadow: 0 24px 60px rgba(20,35,59,.16); }
.contact-side-panel::before { content: ''; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(135deg, black, transparent 78%); }
.contact-side-glow { position: absolute; top: -180px; right: -150px; width: 480px; height: 480px; border: 1px solid rgba(201,154,59,.35); border-radius: 50%; box-shadow: 0 0 0 55px rgba(201,154,59,.08), 0 0 0 110px rgba(185,138,44,.04); }
.contact-side-content { position: relative; z-index: 1; padding: clamp(28px, 4vw, 48px); }
.contact-side-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 54px; color: #dce6f4; font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-side-mark { display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; background: rgba(255,255,255,.94); border: 1px solid rgba(201,154,59,.72); border-radius: 50%; }
.contact-side-mark img { width: 34px; height: 34px; object-fit: contain; }
.contact-side-panel .shared-eyebrow { color: #C99A3B; }
.contact-side-panel h2 { max-width: 430px; margin: 18px 0 18px; color: var(--color-white); font-family: var(--font-display); font-size: clamp(2.2rem, 3.4vw, 3.5rem); font-weight: 400; line-height: 1.05; letter-spacing: -.02em; }
.contact-side-panel > .contact-side-content > p { max-width: 460px; margin: 0; color: #c7d5e8; font-size: .94rem; line-height: 1.75; }
.contact-process { display: grid; gap: 0; margin: 35px 0 34px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-process-step { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 12px 0; }
.contact-process-step > span { color: #C99A3B; font-family: var(--font-display); font-size: 1.2rem; }
.contact-process-step strong { display: block; margin-bottom: 3px; color: var(--color-white); font-size: .82rem; }
.contact-process-step small { display: block; color: #aebed3; font-size: .74rem; line-height: 1.5; }
.contact-side-panel .contact-details { gap: 17px; margin-top: 0; }
.contact-side-panel .contact-detail { gap: 13px; }
.contact-side-panel .contact-detail strong { color: #e2eaf4; font-size: .82rem; }
.contact-side-panel .contact-detail span, .contact-side-panel .contact-detail a { color: #b9cbe0; font-size: .82rem; }
.contact-side-panel .contact-icon { flex-basis: 32px; height: 32px; color: var(--color-navy); background: #C99A3B; }
.contact-side-panel .contact-icon svg { width: 16px; height: 16px; }
.contact-form-wrap { min-width: 0; }
.contact-form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 2px 0 22px; }
.contact-form-heading h2 { margin: 12px 0 0; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.05; }
.contact-form-heading .shared-eyebrow { color: var(--color-royal); }
.contact-form-step { padding: 8px 12px; color: var(--color-navy); background: rgba(201,154,59,.12); border: 1px solid rgba(201,154,59,.24); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.contact-form-step b { color: #8793a3; font-weight: 600; }
.contact-form { padding: clamp(25px, 4vw, 42px); border: 1px solid rgba(20,35,59,.1); border-top: 3px solid var(--color-royal); border-radius: 2px; box-shadow: 0 24px 60px rgba(20,35,59,.12); }
.contact-form .form-grid { gap: 21px 18px; }
.contact-form .form-field { gap: 9px; margin-bottom: 0; }
.contact-form .form-field label { color: var(--color-navy); font-size: .68rem; letter-spacing: .12em; }
.contact-form .form-field input, .contact-form .form-field select, .contact-form .form-field textarea { padding: 15px 16px; background: #f8fafc; border-color: #dce4ed; border-radius: 1px; font-size: .88rem; }
.contact-form .form-field textarea { min-height: 154px; }
.contact-form .form-field input::placeholder, .contact-form .form-field textarea::placeholder { color: #9aa7b7; }
.contact-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 30px; }
.contact-form-footer > span { display: inline-flex; align-items: center; gap: 7px; color: #8390a1; font-size: .72rem; }
.contact-form-footer > span i { color: var(--color-royal); font-size: 1rem; }
.contact-map { margin-top: 28px; padding: 24px; background: var(--color-white); border: 1px solid rgba(20,35,59,.1); box-shadow: 0 18px 44px rgba(20,35,59,.1); }
.contact-map-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.contact-map-heading h2 { margin: 10px 0 0; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(1.65rem, 2.6vw, 2.45rem); font-weight: 400; line-height: 1.05; }
.contact-map-heading .shared-eyebrow { color: var(--color-royal); }
.contact-map-heading a { display: inline-flex; align-items: center; gap: 7px; color: var(--color-royal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.contact-map-heading a b { font-size: 1rem; font-weight: 400; }
.contact-map-frame { min-height: 275px; overflow: hidden; background: #dbe4ea; border: 1px solid #d9e1e8; }
.contact-map-frame iframe { display: block; width: 100%; height: 275px; border: 0; }

@media (max-width: 1100px) {
  .nav-menu { gap: 22px; }
  .services-mega-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(780px, calc(100vw - 32px)); padding: 22px 20px; }
  .services-mega-column { max-height: calc(min(640px, 100vh - 150px) - 44px); }
  .services-mega-column + .services-mega-column { margin-left: 18px; padding-left: 18px; }
  .service-detail-grid { gap: 45px; }
}
@media (max-width: 992px) {
  .nav-services-item { display: none; }
  .service-detail-hero { min-height: 590px; }
  .service-detail-hero-content { padding-top: 60px; padding-bottom: 70px; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-image { max-width: 720px; }
  .category-service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .service-detail-hero { min-height: 620px; }
  .service-detail-hero h1 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .service-breadcrumb { margin-bottom: 40px; }
  .service-detail-actions { align-items: stretch; flex-direction: column; }
  .service-detail-actions a { justify-content: center; }
  .service-detail-image, .service-detail-image img { min-height: 320px; }
  .service-detail-note-grid, .category-service-grid { grid-template-columns: 1fr; }
  .service-detail-cta-inner { align-items: flex-start; flex-direction: column; }
  .service-detail-cta-inner a { width: 100%; justify-content: center; }
}

/* Independent service-page foundations. Each root page can extend its own modifier. */
.service-page { overflow: hidden; background: var(--color-offwhite); }
.service-hero { position: relative; min-height: clamp(560px, 68vh, 680px); display: flex; align-items: stretch; overflow: hidden; color: var(--color-white); background: linear-gradient(115deg, #061a3a 0%, #082b5d 66%, #0b4387 100%); }
.service-hero::before { content: ''; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, black 10%, transparent 82%); }
.service-hero::after { content: ''; position: absolute; right: -260px; top: -300px; width: 760px; height: 760px; border: 1px solid rgba(78,183,255,.24); border-radius: 50%; box-shadow: 0 0 0 90px rgba(22,131,255,.045), 0 0 0 180px rgba(22,131,255,.025); animation: shared-orbit 55s linear infinite; }
.service-hero--siding { background: linear-gradient(118deg, #061a3a 0%, #102f5b 64%, #165b87 100%); }
.service-hero--siding::after { right: auto; left: -290px; top: auto; bottom: -380px; animation-direction: reverse; }
.service-hero-content { position: relative; z-index: 2; display: flex; align-items: center; width: 100%; padding: 70px 0 78px; }
.service-hero-layout { width: 100%; }
.service-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: #9fb5d1; font-size: .68rem; letter-spacing: .025em; flex-wrap: wrap; }
.service-breadcrumb a:hover { color: var(--color-white); }
.service-hero-copy { width: min(100%, 860px); max-width: 860px; }
.service-category-label { display: inline-flex; align-items: center; gap: 11px; color: var(--color-bright); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.service-category-label::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.service-hero h1 { max-width: 850px; margin: 28px 0 26px; color: var(--color-white); font-family: var(--font-display); font-size: clamp(2.6rem, 4.4vw, 4.3rem); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.service-title-line { display: block; }
.service-hero-intro { max-width: 680px; margin: 0; color: #c5d5e9; font-size: 1rem; line-height: 1.72; }
.service-hero-actions { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.service-hero-actions a { transition: background .25s, border-color .25s, box-shadow .25s, transform .25s; }
.service-hero-actions a b { display: inline-block; font-size: 1.1rem; font-weight: 400; transition: transform .25s var(--ease-out); }
.service-hero-actions a:hover b { transform: translateX(4px); }
.btn-primary-hero { display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px; color: var(--color-white); background: var(--color-royal); border: 1px solid var(--color-royal); border-radius: 4px; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 10px 24px rgba(7,95,232,.2); }
.btn-primary-hero:hover { color: var(--color-white); background: var(--color-bright); border-color: var(--color-bright); box-shadow: 0 14px 30px rgba(22,131,255,.28); transform: translateY(-2px); }
.service-outline-link { display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px; color: var(--color-white); border: 1px solid rgba(255,255,255,.3); border-radius: 4px; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.service-outline-link:hover { color: var(--color-white); background: rgba(255,255,255,.1); border-color: var(--color-bright); box-shadow: 0 10px 25px rgba(22,131,255,.12); transform: translateY(-2px); }
.service-hero-graphic { position: absolute; z-index: 1; right: 9%; bottom: 12%; width: 290px; height: 210px; opacity: .46; transform: rotate(-8deg); animation: service-graphic-breathe 12s ease-in-out infinite; }
.service-hero-graphic::before { content: ''; position: absolute; inset: 0 0 34px; border: 1px solid rgba(255,255,255,.3); transform: skewY(-26deg); }
.service-hero-graphic::after { content: ''; position: absolute; right: 12%; bottom: 0; width: 64%; height: 1px; background: var(--color-bright); box-shadow: -55px -24px 0 rgba(78,183,255,.5); }
.service-hero .reveal-fade-up { transition-delay: 0s; }
.service-hero .service-category-label.reveal-fade-up { transition-delay: .1s; }
.service-hero h1.reveal-fade-up { transition-delay: .18s; }
.service-hero .service-hero-intro.reveal-fade-up { transition-delay: .26s; }
.service-hero .service-hero-actions.reveal-fade-up { transition-delay: .34s; }
@keyframes service-graphic-breathe { 0%, 100% { opacity: .38; filter: drop-shadow(0 0 0 rgba(22,131,255,0)); } 50% { opacity: .52; filter: drop-shadow(0 0 20px rgba(22,131,255,.16)); } }
.service-story { padding: 112px 0; background: var(--color-offwhite); }
.service-story-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 90px; align-items: start; }
.service-story-kicker { color: var(--color-royal); font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.service-story h2 { margin: 16px 0 22px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2rem, 3.3vw, 3.6rem); font-weight: 400; line-height: 1.06; letter-spacing: -.012em; }
.service-story-copy p { max-width: 670px; color: #68758a; line-height: 1.85; }
.service-brief { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.service-brief-card { min-height: 190px; padding: 24px; background: var(--color-white); border: 1px solid rgba(6,26,58,.1); }
.service-brief-card span { color: var(--color-royal); font-family: var(--font-display); font-size: 1.8rem; }
.service-brief-card h3 { margin: 20px 0 10px; color: var(--color-navy); font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; }
.service-brief-card p { margin: 0; color: #68758a; font-size: .86rem; line-height: 1.65; }
.service-next-step { padding: 76px 0; color: var(--color-white); background: var(--color-navy); }
.service-next-step-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.service-next-step h2 { max-width: 730px; margin: 14px 0 0; color: var(--color-white); font-family: var(--font-display); font-size: clamp(1.9rem, 3.2vw, 3.4rem); font-weight: 400; line-height: 1.06; letter-spacing: -.012em; }
.service-next-step .shared-eyebrow { color: var(--color-bright); }
.service-page--metal-roofing .service-hero-graphic { width: 290px; height: 210px; }
.service-page--leak-repair .service-hero { background: linear-gradient(115deg, #061a3a 0%, #09264d 54%, #124d72 100%); }
.service-page--fiber-cement-siding .service-hero-graphic { transform: rotate(8deg); }
.service-page--siding-repair .service-story { background: #f4f7fb; }

/* Modern image-led treatments for the refreshed public pages. */
.page-services .inner-hero { background-image: linear-gradient(115deg, rgba(6,26,58,.96), rgba(8,38,83,.62)), url('/attached_assets/generated_images/services-hero.jpg'); }
.page-about .inner-hero { background-image: linear-gradient(115deg, rgba(6,26,58,.96), rgba(8,38,83,.62)), url('/attached_assets/generated_images/about-craftsmanship.jpg'); }
.page-contact .inner-hero { background-image: linear-gradient(115deg, rgba(6,26,58,.96), rgba(8,38,83,.58)), url('/attached_assets/generated_images/contact-home.jpg'); }
.roofing-category-page .category-hero { background-image: linear-gradient(115deg, rgba(6,26,58,.96), rgba(8,38,83,.6)), url('/attached_assets/generated_images/roofing-services.jpg'); }
.services-feature-panel, .category-visual-panel { display: grid; align-items: stretch; gap: 0; margin: 0 0 66px; overflow: hidden; background: var(--color-white); border: 1px solid rgba(6,26,58,.1); box-shadow: var(--shadow-lg); }
.services-feature-panel { grid-template-columns: .82fr 1.18fr; }
.services-feature-copy, .category-visual-panel > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 68px); }
.services-feature-copy h2, .category-visual-panel h2 { margin: 18px 0 16px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 3.4rem); font-weight: 400; line-height: 1.06; letter-spacing: -.012em; }
.services-feature-copy p, .category-visual-panel p { max-width: 500px; color: #68758a; line-height: 1.8; }
.services-feature-image, .category-visual-panel figure { min-height: 360px; margin: 0; }
.services-feature-image img, .category-visual-panel img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.category-visual-panel { grid-template-columns: 1.1fr .9fr; margin-bottom: 56px; }
.category-visual-panel figure { order: 2; }
.service-page--restorations-servicing .service-hero { background: linear-gradient(115deg, rgba(6,26,58,.98), rgba(8,43,93,.7)), url('/attached_assets/generated_images/roof-restoration.jpg') center/cover; }
.service-page--insulation .service-hero { background: linear-gradient(115deg, rgba(6,26,58,.98), rgba(8,43,93,.7)), url('/attached_assets/generated_images/roof-insulation.jpg') center/cover; }
.service-page--tile-slate-roofing .service-hero { background: linear-gradient(115deg, rgba(6,26,58,.96), rgba(8,43,93,.65)), url('/attached_assets/generated_images/tile-slate-roof.jpg') center/cover; }
.service-story-grid--visual { grid-template-columns: minmax(0, .62fr) minmax(240px, .72fr) minmax(0, 1fr); gap: 36px; align-items: center; }
.service-story-image { position: relative; min-height: 390px; margin: 0; overflow: hidden; box-shadow: var(--shadow-lg); }
.service-story-image::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.service-story-image img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }

@media (max-width: 760px) {
  .service-hero { min-height: 520px; }
  .service-hero-content { padding: 52px 0 62px; }
  .service-breadcrumb { margin-bottom: 28px; font-size: .64rem; }
  .service-hero h1 { max-width: 100%; margin: 22px 0 22px; font-size: clamp(2.55rem, 11vw, 4rem); line-height: 1; }
  .service-hero-intro { max-width: 100%; font-size: .94rem; line-height: 1.7; }
  .service-hero-actions { gap: 10px; margin-top: 30px; }
  .service-hero-actions a { width: 100%; justify-content: center; }
  .service-hero-graphic { right: -45px; bottom: 5%; transform: scale(.72) rotate(-8deg); transform-origin: right bottom; }
  .service-story { padding: 78px 0; }
  .service-story-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-story-grid--visual { grid-template-columns: 1fr; }
  .service-story-image, .service-story-image img { min-height: 300px; }
  .service-brief { grid-template-columns: 1fr; }
  .service-next-step-inner { align-items: flex-start; flex-direction: column; }
  .service-next-step-inner .shared-quote-button { width: 100%; justify-content: center; }
}

/* Services redesign and expanded local service pages. */
.main-header .site-logo-image { width: 244px; max-height: 74px; }
.footer-col-brand .site-logo-image { width: 278px; max-height: 116px; }
.services-redesign { overflow: hidden; background: var(--color-offwhite); }
.services-hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; color: var(--color-white); background: linear-gradient(115deg, rgba(6,26,58,.98), rgba(8,42,86,.76)), url('/assets/images/services/services-hero.jpg') center/cover; }
.services-hero::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black 5%, transparent 78%); }
.services-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 60%, rgba(201,154,59,.12) 60.1%, transparent 60.4%), linear-gradient(22deg, transparent 0 73%, rgba(255,255,255,.12) 73.1%, transparent 73.4%); pointer-events: none; }
.services-hero-orbit { position: absolute; right: -230px; bottom: -360px; width: 880px; height: 880px; border: 1px solid rgba(201,154,59,.42); border-radius: 50%; box-shadow: 0 0 0 90px rgba(201,154,59,.07), 0 0 0 180px rgba(185,138,44,.04); animation: shared-orbit 58s linear infinite; }
.services-hero-inner { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding-top: 100px; padding-bottom: 96px; }
.services-hero-copy { max-width: 790px; }
.services-hero .service-category-label { color: #C99A3B; }
.services-hero h1 { max-width: 780px; margin: 25px 0 22px; color: var(--color-white); font-family: var(--font-display); font-size: clamp(3.5rem, 7.6vw, 7.4rem); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.services-hero h1 em { display: inline-block; color: #C99A3B; font-style: italic; }
.services-hero-copy > p { max-width: 640px; margin: 0; color: #cbd8e8; font-size: 1.08rem; line-height: 1.76; }
.services-hero .service-hero-actions { margin-top: 38px; }
.services-hero-note { width: 220px; padding: 18px 0 0 20px; border-left: 1px solid rgba(201,154,59,.65); }
.services-hero-note span { color: #C99A3B; font-family: var(--font-display); font-size: 2.3rem; }
.services-hero-note p { margin: 10px 0 0; color: #c0cee0; font-size: .78rem; line-height: 1.65; }
.services-intro { padding: 110px 0 100px; background: var(--color-white); }
.services-intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); justify-content: space-between; gap: 100px; }
.services-intro h2 { max-width: 690px; margin: 18px 0 0; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.03em; }
.services-intro-grid > div:last-child { align-self: end; }
.services-intro-grid > div:last-child > p { max-width: 530px; margin: 0; color: #68758a; font-size: 1rem; line-height: 1.8; }
.services-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; padding-top: 20px; border-top: 1px solid #dce3eb; }
.services-stat-row div { display: grid; gap: 5px; }
.services-stat-row strong { color: var(--color-royal); font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; }
.services-stat-row span { color: #68758a; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.services-featured { padding: 112px 0; background: #f3f5f7; }
.services-section-heading { max-width: 780px; margin-bottom: 45px; }
.services-section-heading h2 { margin: 16px 0 14px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2.25rem, 3.7vw, 4rem); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
.services-section-heading p { max-width: 560px; margin: 0; color: #68758a; line-height: 1.75; }
.services-featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.services-feature-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 275px; overflow: hidden; background: var(--color-white); border: 1px solid rgba(6,26,58,.1); transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out); }
.services-feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.services-feature-card figure { position: relative; min-height: 275px; margin: 0; overflow: hidden; }
.services-feature-card figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6,26,58,.05), rgba(6,26,58,.4)); }
.services-feature-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.services-feature-card:hover figure img { transform: scale(1.06); }
.services-feature-card figure > span { position: absolute; z-index: 1; top: 17px; left: 17px; color: var(--color-white); font-family: var(--font-display); font-size: 1.75rem; }
.services-feature-card > div { display: flex; flex-direction: column; align-items: flex-start; padding: 29px 28px; }
.services-feature-card h3 { margin: 0 0 12px; color: var(--color-navy); font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; line-height: 1.05; }
.services-feature-card p { margin: 0; color: #68758a; font-size: .86rem; line-height: 1.7; }
.services-feature-card .text-link { margin-top: auto; }
.services-groups { padding: 112px 0; background: var(--color-offwhite); }
.services-group-list { display: grid; gap: 30px; }
.services-group { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 470px; overflow: hidden; background: var(--color-white); border: 1px solid rgba(6,26,58,.1); box-shadow: var(--shadow-lg); }
.services-group-image { position: relative; min-height: 470px; overflow: hidden; }
.services-group-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(6,26,58,.18), rgba(6,26,58,.56)); }
.services-group-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.services-group:hover .services-group-image img { transform: scale(1.04); }
.services-group-image > span { position: absolute; z-index: 1; left: 30px; bottom: 28px; color: var(--color-white); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.services-group-copy { padding: clamp(30px, 5vw, 68px); }
.services-group-copy h3 { max-width: 540px; margin: 17px 0 15px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.services-group-copy > p { max-width: 520px; margin: 0; color: #68758a; line-height: 1.78; }
.services-group-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; margin-top: 34px; border-top: 1px solid #dce3eb; }
.services-group-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; color: var(--color-navy); border-bottom: 1px solid #dce3eb; font-size: .78rem; font-weight: 700; transition: color .2s, padding .2s; }
.services-group-links a:hover { padding-left: 5px; color: var(--color-royal); }
.services-group-links a b { color: var(--color-royal); font-size: 1.05rem; font-weight: 400; }
.services-coverage { position: relative; overflow: hidden; padding: 105px 0; color: var(--color-white); background: var(--color-navy); }
.services-coverage::after { content: ''; position: absolute; right: -190px; bottom: -460px; width: 900px; height: 900px; border: 1px solid rgba(201,154,59,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(201,154,59,.05), 0 0 0 180px rgba(185,138,44,.025); }
.services-coverage-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.services-coverage h2 { max-width: 620px; margin: 17px 0 18px; color: var(--color-white); font-family: var(--font-display); font-size: clamp(2.5rem, 4.3vw, 4.6rem); font-weight: 400; line-height: 1.01; letter-spacing: -.03em; }
.services-coverage-copy p { max-width: 520px; margin: 0 0 30px; color: #c0d0e2; line-height: 1.78; }
.services-coverage-list { display: grid; gap: 0; }
.services-coverage-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.services-coverage-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.services-coverage-list span { color: #C99A3B; font-family: var(--font-display); font-size: 1.35rem; }
.services-coverage-list strong { color: var(--color-white); font-size: .92rem; }
.services-coverage-list p { grid-column: 2; margin: -6px 0 0; color: #aebed2; font-size: .82rem; line-height: 1.65; }
.service-detail-hero { background: linear-gradient(115deg, rgba(6,26,58,.98), rgba(8,43,93,.7)), var(--service-image) center/cover; }
.service-detail-hero .service-hero-content { padding-right: 24px; padding-left: 24px; }
.service-detail-hero .service-hero-copy, .service-detail-hero .service-hero-title { max-width: 900px; }
.service-detail-overview { padding: 112px 0; background: var(--color-offwhite); }
.service-detail-overview-grid { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(260px, .74fr) minmax(210px, .48fr); gap: 34px; align-items: center; }
.service-detail-overview-copy h2 { margin: 17px 0 22px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2.2rem, 3.6vw, 4rem); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
.service-detail-overview-copy p { margin: 0 0 18px; color: #68758a; font-size: .94rem; line-height: 1.82; }
.service-detail-image { position: relative; min-height: 470px; margin: 0; overflow: hidden; background: var(--color-navy); box-shadow: var(--shadow-lg); }
.service-detail-image::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.62); pointer-events: none; }
.service-detail-image img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.service-detail-image figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; padding: 8px 12px; color: var(--color-white); background: rgba(6,26,58,.78); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.service-detail-quick { padding: 27px 24px; background: var(--color-white); border-top: 3px solid var(--color-royal); box-shadow: 0 18px 42px rgba(20,35,59,.1); }
.service-detail-quick-label { display: block; margin-bottom: 18px; color: var(--color-royal); font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.service-detail-quick div { display: grid; gap: 5px; padding: 16px 0; border-top: 1px solid #dfe5eb; }
.service-detail-quick strong { color: var(--color-navy); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.service-detail-quick span { color: #68758a; font-size: .83rem; line-height: 1.5; }
.service-detail-coverage { padding: 112px 0; color: var(--color-white); background: var(--color-navy); }
.service-detail-section-heading { max-width: 700px; margin-bottom: 45px; }
.service-detail-section-heading h2 { margin: 16px 0 15px; color: var(--color-white); font-family: var(--font-display); font-size: clamp(2.3rem, 3.8vw, 4.1rem); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
.service-detail-section-heading p { max-width: 560px; margin: 0; color: #b8c8db; line-height: 1.75; }
.service-detail-coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-detail-coverage-card { min-height: 255px; padding: 26px 23px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); transition: transform .3s var(--ease-out), background .3s; }
.service-detail-coverage-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); }
.service-detail-coverage-card > span, .service-detail-process-card > span { color: #C99A3B; font-family: var(--font-display); font-size: 1.75rem; }
.service-detail-coverage-card h3, .service-detail-process-card h3 { margin: 24px 0 11px; color: var(--color-white); font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }
.service-detail-coverage-card p, .service-detail-process-card p { margin: 0; color: #b8c8db; font-size: .84rem; line-height: 1.7; }
.service-detail-process { padding: 112px 0; background: var(--color-white); }
.service-detail-process .service-detail-section-heading h2 { color: var(--color-navy); }
.service-detail-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-detail-process-card { min-height: 220px; padding: 28px; background: #f4f6f8; border: 1px solid #dbe2e9; }
.service-detail-process-card h3 { color: var(--color-navy); }
.service-detail-process-card p { color: #68758a; }
.service-detail-questions { padding: 95px 0; background: #f1f3f5; }
.service-detail-questions-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.service-detail-questions h2 { max-width: 470px; margin: 17px 0 0; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2.3rem, 3.7vw, 4rem); font-weight: 400; line-height: 1.02; }
.service-detail-question-list { display: grid; gap: 0; }
.service-detail-question-list div { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 19px 0; border-top: 1px solid #d2dbe4; }
.service-detail-question-list div:last-child { border-bottom: 1px solid #d2dbe4; }
.service-detail-question-list span { color: var(--color-royal); font-size: 1.3rem; }
.service-detail-question-list p { margin: 0; color: var(--color-navy); font-family: var(--font-display); font-size: 1.3rem; line-height: 1.2; }

@media (max-width: 900px) {
  .services-hero-inner, .services-intro-grid, .services-coverage-inner { grid-template-columns: 1fr; display: grid; gap: 45px; }
  .services-hero { min-height: 580px; }
  .services-hero-inner { align-items: start; }
  .services-hero-note { width: 260px; }
  .services-group { grid-template-columns: 1fr; }
  .services-group-image { min-height: 310px; }
  .service-detail-overview-grid { grid-template-columns: 1fr 1fr; }
  .service-detail-overview-copy { grid-column: 1 / -1; }
  .service-detail-coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-questions-inner { grid-template-columns: 1fr; gap: 40px; }
  .main-header .site-logo-image { width: 220px; }
}
@media (max-width: 620px) {
  .main-header .site-logo-image { width: 194px; max-height: 62px; }
  .footer-col-brand .site-logo-image { width: 245px; max-height: 102px; }
  .services-hero { min-height: 620px; }
  .services-hero-inner { padding-top: 72px; padding-bottom: 72px; }
  .services-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .services-hero-copy > p { font-size: .94rem; }
  .services-hero .service-hero-actions { flex-direction: column; align-items: stretch; }
  .services-hero .service-hero-actions a { justify-content: center; }
  .services-intro, .services-featured, .services-groups { padding: 76px 0; }
  .services-intro-grid { gap: 35px; }
  .services-intro h2, .services-section-heading h2 { font-size: 2.7rem; }
  .services-stat-row { gap: 8px; }
  .services-stat-row span { font-size: .58rem; letter-spacing: .04em; }
  .services-featured-grid { grid-template-columns: 1fr; }
  .services-feature-card { grid-template-columns: 1fr; }
  .services-feature-card figure { min-height: 210px; }
  .services-group-links { grid-template-columns: 1fr; }
  .services-group-copy h3 { font-size: 2.7rem; }
  .services-coverage { padding: 78px 0; }
  .service-detail-overview, .service-detail-coverage, .service-detail-process { padding: 78px 0; }
  .service-detail-overview-grid { grid-template-columns: 1fr; }
  .service-detail-overview-copy { grid-column: auto; }
  .service-detail-image, .service-detail-image img { min-height: 330px; }
  .service-detail-coverage-grid, .service-detail-process-grid { grid-template-columns: 1fr; }
  .service-detail-section-heading h2, .service-detail-questions h2 { font-size: 2.7rem; }
  .service-detail-coverage-card { min-height: 0; }
  .service-detail-process-card { min-height: 0; }
  .service-detail-questions { padding: 76px 0; }
}

/* Match the Services title scale to the established service-page hero system. */
.services-hero h1 { max-width: 900px; margin: 22px 0 18px; font-size: clamp(2.6rem, 4.4vw, 4.3rem); line-height: 1.04; letter-spacing: -.035em; }
.services-hero h1 em { font-style: italic; }

/* Shared renderer, distinct service-specific compositions. */
main.service-page { display: flex; flex-direction: column; }
main.service-page > .service-detail-hero { order: 1; }
main.service-page > .service-detail-overview { order: 2; }
main.service-page > .service-detail-coverage { order: 3; }
main.service-page > .service-detail-process { order: 4; }
main.service-page > .service-detail-questions { order: 5; }

/* Material pages lead with a more image-forward, architectural balance. */
.service-layout--material .service-detail-overview { background: var(--color-white); }
.service-layout--material .service-detail-overview-grid { grid-template-columns: minmax(220px, .66fr) minmax(300px, 1.12fr) minmax(210px, .48fr); }
.service-layout--material .service-detail-overview-copy { order: 1; }
.service-layout--material .service-detail-image { order: 2; min-height: 530px; border-bottom: 5px solid var(--color-gold); }
.service-layout--material .service-detail-image img { min-height: 530px; }
.service-layout--material .service-detail-quick { order: 3; align-self: end; border-top-color: var(--color-gold); }
.service-layout--material .service-detail-coverage { background: #f2f4f6; color: var(--color-navy); }
.service-layout--material .service-detail-coverage .service-detail-section-heading h2 { color: var(--color-navy); }
.service-layout--material .service-detail-coverage .service-detail-section-heading p { color: #68758a; }
.service-layout--material .service-detail-coverage-card { background: var(--color-white); border-color: #dbe2e9; box-shadow: 0 14px 28px rgba(20,35,59,.07); }
.service-layout--material .service-detail-coverage-card h3 { color: var(--color-navy); }
.service-layout--material .service-detail-coverage-card p { color: #68758a; }

/* Urgent pages answer the immediate question earlier, then move into the plan. */
.service-layout--response > .service-detail-questions { order: 3; background: #fff8ec; }
.service-layout--response > .service-detail-process { order: 4; }
.service-layout--response > .service-detail-coverage { order: 5; }
.service-layout--response .service-detail-overview { background: #fff; }
.service-layout--response .service-detail-overview-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .82fr); gap: 28px 48px; }
.service-layout--response .service-detail-overview-copy { grid-column: 1; }
.service-layout--response .service-detail-image { grid-column: 2; grid-row: 1 / span 2; min-height: 465px; }
.service-layout--response .service-detail-image img { min-height: 465px; }
.service-layout--response .service-detail-quick { grid-column: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 20px 0 0; border-top: 1px solid #d9c2a3; box-shadow: none; }
.service-layout--response .service-detail-quick-label { grid-column: 1 / -1; margin: 0; }
.service-layout--response .service-detail-quick div { border-top: 0; padding: 0; }
.service-layout--response .service-detail-question-list div { border-color: #e5cfaa; }

/* Technical membrane and insulation pages put the method before the catalogue. */
.service-layout--technical > .service-detail-process { order: 3; color: var(--color-white); background: var(--color-navy); }
.service-layout--technical > .service-detail-coverage { order: 4; color: var(--color-navy); background: #f3f5f7; }
.service-layout--technical .service-detail-process .service-detail-section-heading h2 { color: var(--color-white); }
.service-layout--technical .service-detail-process .service-detail-section-heading p { color: #b8c8db; }
.service-layout--technical .service-detail-process-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.service-layout--technical .service-detail-process-card h3 { color: var(--color-white); }
.service-layout--technical .service-detail-process-card p { color: #b8c8db; }
.service-layout--technical .service-detail-coverage .service-detail-section-heading h2 { color: var(--color-navy); }
.service-layout--technical .service-detail-coverage .service-detail-section-heading p { color: #68758a; }
.service-layout--technical .service-detail-coverage-card { background: var(--color-white); border-color: #dbe2e9; }
.service-layout--technical .service-detail-coverage-card h3 { color: var(--color-navy); }
.service-layout--technical .service-detail-coverage-card p { color: #68758a; }

/* Drainage pages use a systems map rather than four equal feature cards. */
.service-layout--systems .service-detail-overview { background: var(--color-white); }
.service-layout--systems .service-detail-overview-grid { grid-template-columns: minmax(280px, .9fr) minmax(220px, .65fr) minmax(280px, .9fr); }
.service-layout--systems .service-detail-quick { padding: 30px; border-top: 0; border-left: 4px solid var(--color-royal); }
.service-layout--systems .service-detail-coverage-grid { grid-template-columns: repeat(2, 1fr); }
.service-layout--systems .service-detail-coverage-card { min-height: 220px; }
.service-layout--systems .service-detail-coverage-card:nth-child(2n) { transform: translateY(28px); }
.service-layout--systems .service-detail-coverage-card:nth-child(2n):hover { transform: translateY(22px); }

@media (max-width: 900px) {
  .service-layout--material .service-detail-overview-grid,
  .service-layout--systems .service-detail-overview-grid { grid-template-columns: 1fr 1fr; }
  .service-layout--material .service-detail-overview-copy,
  .service-layout--systems .service-detail-overview-copy { grid-column: 1 / -1; }
  .service-layout--material .service-detail-image { min-height: 420px; }
  .service-layout--material .service-detail-image img { min-height: 420px; }
  .service-layout--response .service-detail-overview-grid { grid-template-columns: 1fr 1fr; }
  .service-layout--response .service-detail-overview-copy { grid-column: 1 / -1; }
  .service-layout--response .service-detail-image { grid-column: 1; grid-row: auto; }
  .service-layout--response .service-detail-quick { grid-column: 2; align-self: center; }
  .service-layout--systems .service-detail-coverage-card:nth-child(2n),
  .service-layout--systems .service-detail-coverage-card:nth-child(2n):hover { transform: none; }
}

@media (max-width: 620px) {
  .services-hero h1 { font-size: clamp(2.6rem, 11vw, 4.3rem); line-height: 1.02; }
  .service-layout--response .service-detail-overview-grid,
  .service-layout--material .service-detail-overview-grid,
  .service-layout--systems .service-detail-overview-grid { grid-template-columns: 1fr; }
  .service-layout--response .service-detail-overview-copy,
  .service-layout--material .service-detail-overview-copy,
  .service-layout--systems .service-detail-overview-copy { grid-column: auto; }
  .service-layout--response .service-detail-image,
  .service-layout--response .service-detail-quick { grid-column: auto; }
  .service-layout--response .service-detail-quick { display: grid; grid-template-columns: 1fr; }
  .service-layout--response .service-detail-quick-label { grid-column: auto; }
  .service-layout--material .service-detail-image,
  .service-layout--material .service-detail-image img { min-height: 330px; }
  .service-layout--systems .service-detail-quick { border-left: 0; border-top: 4px solid var(--color-royal); }
  .service-layout--systems .service-detail-coverage-grid { grid-template-columns: 1fr; }
}

/* All detail-page title sections share the same navy treatment. */
.service-layout--material .service-detail-hero,
.service-layout--response .service-detail-hero,
.service-layout--technical .service-detail-hero,
.service-layout--systems .service-detail-hero {
  background: linear-gradient(115deg, rgba(6,26,58,.98), rgba(8,43,93,.7)), var(--service-image) center/cover;
}

/* Quiet floating local-image details add depth without competing with the title. */
.service-floating-media { position: absolute; z-index: 1; top: 17%; right: 5%; width: 390px; height: 390px; pointer-events: none; opacity: .7; }
.service-floating-photo { position: absolute; display: block; overflow: hidden; border: 1px solid rgba(201,154,59,.55); box-shadow: 0 20px 55px rgba(0,0,0,.2); }
.service-floating-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.service-floating-photo--one { top: 34px; right: 30px; width: 178px; height: 122px; transform: rotate(7deg); }
.service-floating-photo--two { right: 126px; bottom: 42px; width: 116px; height: 84px; transform: rotate(-9deg); opacity: .7; }
.service-floating-icon { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; color: #C99A3B; border: 1px solid rgba(201,154,59,.7); border-radius: 50%; background: rgba(0,0,0,.68); font-family: var(--font-display); font-size: 1.3rem; }
.service-floating-icon--one { top: 7px; right: 4px; }
.service-floating-icon--two { right: 68px; bottom: 4px; color: #ffffff; border-color: rgba(255,255,255,.45); font-size: 1rem; }

/* FAQ accordion. It uses native details so it remains usable without JavaScript. */
.service-detail-faq { padding: 102px 0; background: #f2f4f6; }
.service-detail-faq-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.service-detail-faq-heading h2 { max-width: 500px; margin: 17px 0 18px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2.3rem, 3.7vw, 4rem); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
.service-detail-faq-heading p { max-width: 410px; margin: 0; color: #68758a; font-size: .92rem; line-height: 1.75; }
.service-faq-list { display: grid; border-top: 1px solid #cfd8e1; }
.service-faq-item { border-bottom: 1px solid #cfd8e1; }
.service-faq-item summary { display: grid; grid-template-columns: 48px 1fr 30px; gap: 12px; align-items: center; padding: 22px 0; color: var(--color-navy); cursor: pointer; list-style: none; }
.service-faq-item summary::-webkit-details-marker { display: none; }
.service-faq-item summary > span { color: var(--color-royal); font-family: var(--font-display); font-size: 1.15rem; }
.service-faq-item summary strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; line-height: 1.25; }
.service-faq-item summary b { display: grid; place-items: center; width: 27px; height: 27px; color: var(--color-royal); border: 1px solid #c7d2de; border-radius: 50%; font-size: 1.2rem; font-weight: 400; transition: transform .25s, background .25s; }
.service-faq-item[open] summary b { color: var(--color-white); background: var(--color-royal); transform: rotate(45deg); }
.service-faq-answer { padding: 0 42px 22px 60px; }
.service-faq-answer p { max-width: 610px; margin: 0; color: #68758a; font-size: .88rem; line-height: 1.78; }
.service-layout--response .service-detail-faq { background: #fff8ec; }
.service-layout--technical .service-detail-faq { background: var(--color-white); }
.service-layout--systems .service-detail-faq { background: #eef3f7; }

@media (max-width: 900px) {
  .service-floating-media { right: -55px; opacity: .45; transform: scale(.8); transform-origin: right top; }
  .service-detail-faq-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 620px) {
  .service-floating-media { display: none; }
  .service-detail-faq { padding: 76px 0; }
  .service-detail-faq-inner { gap: 30px; }
  .service-detail-faq-heading h2 { font-size: 2.7rem; }
  .service-faq-item summary { grid-template-columns: 36px 1fr 28px; gap: 8px; padding: 18px 0; }
  .service-faq-item summary strong { font-size: 1.05rem; }
  .service-faq-answer { padding: 0 22px 18px 44px; }
}

/* Additional context sections keep detail pages substantial and useful. */
main.service-page > .service-detail-scope { order: 3; }
main.service-page > .service-detail-coverage { order: 4; }
main.service-page > .service-detail-process { order: 5; }
main.service-page > .service-detail-brief { order: 6; }
main.service-page > .service-detail-faq { order: 7; }
.service-detail-scope { padding: 100px 0; background: var(--color-white); }
.service-detail-scope-inner { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(360px, 1.08fr); gap: 90px; align-items: center; }
.service-detail-scope-heading h2 { max-width: 620px; margin: 17px 0 18px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2.25rem, 3.7vw, 4rem); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
.service-detail-scope-heading p { max-width: 500px; margin: 0; color: #68758a; font-size: .94rem; line-height: 1.8; }
.service-detail-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-self: stretch; }
.service-detail-scope-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; padding: 24px 20px; background: #f1f4f7; border-top: 3px solid var(--color-royal); }
.service-detail-scope-card > span { color: var(--color-royal); font-family: var(--font-display); font-size: 1.55rem; }
.service-detail-scope-card strong { display: block; margin-bottom: 8px; color: var(--color-navy); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.service-detail-scope-card p { margin: 0; color: #68758a; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.25; }
.service-layout--material .service-detail-scope { background: #f2f4f6; }
.service-layout--technical .service-detail-scope { background: #f3f5f7; }
.service-layout--response .service-detail-scope { background: #fff; }
.service-layout--systems .service-detail-scope-card { border-top-color: var(--color-gold); }
.service-detail-brief { padding: 92px 0; color: var(--color-white); background: var(--color-navy); }
.service-detail-brief-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.service-detail-brief-heading h2 { max-width: 490px; margin: 17px 0 0; color: var(--color-white); font-family: var(--font-display); font-size: clamp(2.25rem, 3.5vw, 3.8rem); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
.service-detail-brief-list { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.service-detail-brief-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-detail-brief-list > div > span { color: #C99A3B; font-family: var(--font-display); font-size: 1.25rem; }
.service-detail-brief-list strong { display: block; margin-bottom: 7px; color: var(--color-white); font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; }
.service-detail-brief-list p { max-width: 560px; margin: 0; color: #b8c8db; font-size: .86rem; line-height: 1.7; }
.service-layout--material .service-detail-brief { background: #172b48; }
.service-layout--response .service-detail-brief { background: #1d2b42; }

/* Preserve the intentional variant sequencing after adding the new blocks. */
main.service-page.service-layout--response > .service-detail-scope { order: 3; }
main.service-page.service-layout--response > .service-detail-faq { order: 4; }
main.service-page.service-layout--response > .service-detail-process { order: 5; }
main.service-page.service-layout--response > .service-detail-coverage { order: 6; }
main.service-page.service-layout--response > .service-detail-brief { order: 7; }
main.service-page.service-layout--technical > .service-detail-scope { order: 3; }
main.service-page.service-layout--technical > .service-detail-process { order: 4; }
main.service-page.service-layout--technical > .service-detail-coverage { order: 5; }
main.service-page.service-layout--technical > .service-detail-brief { order: 6; }
main.service-page.service-layout--technical > .service-detail-faq { order: 7; }

@media (max-width: 900px) {
  .service-detail-scope-inner, .service-detail-brief-inner { grid-template-columns: 1fr; gap: 42px; }
  .service-detail-scope-grid { max-width: 680px; }
}

@media (max-width: 620px) {
  .service-detail-scope, .service-detail-brief { padding: 76px 0; }
  .service-detail-scope-grid { grid-template-columns: 1fr; }
  .service-detail-scope-card { min-height: 145px; }
  .service-detail-brief-inner { gap: 32px; }
  .service-detail-brief-list > div { grid-template-columns: 38px 1fr; gap: 12px; }
}

/* Blog detail editorial layout */
.page-blog-post { background: #f7f8fa; }
.blog-detail-hero { min-height: 490px; background: linear-gradient(115deg, rgba(6,26,58,.98), rgba(8,42,86,.76)), url('/attached_assets/generated_images/about-craftsmanship.jpg') center/cover; }
.blog-detail-hero .inner-hero-content { max-width: 1020px; }
.blog-detail-hero h1 { max-width: 980px; margin-top: 22px; font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: .98; }
.blog-detail-hero .shared-eyebrow b { margin: 0 7px; color: var(--color-bright); }
.blog-detail-hero p { max-width: 740px; margin-top: 28px; color: #d1dbea; font-size: 1.05rem; line-height: 1.75; }
.blog-detail-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 42px; color: #d6e0ee; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .25s, transform .25s; }
.blog-detail-back span { color: var(--color-bright); font-size: 1.2rem; line-height: 0; transition: transform .25s; }
.blog-detail-back:hover { color: var(--color-white); transform: translateX(-2px); }
.blog-detail-back:hover span { transform: translateX(-4px); }
.blog-detail-section { padding: 88px 0 120px; background: linear-gradient(180deg, #f7f8fa 0%, #fff 72%); }
.blog-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 390px); gap: clamp(36px, 6vw, 88px); align-items: start; }
.blog-detail-article { min-width: 0; }
.blog-detail-featured { position: relative; margin: 0 0 48px; overflow: hidden; background: var(--color-navy); box-shadow: 0 24px 55px rgba(6,26,58,.16); }
.blog-detail-featured img { display: block; width: 100%; max-height: 600px; min-height: 380px; object-fit: cover; }
.blog-detail-featured::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.blog-detail-featured figcaption { position: absolute; right: 24px; bottom: 22px; z-index: 1; padding: 8px 11px; color: #fff; background: rgba(6,26,58,.76); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.blog-detail-content { max-width: 800px; color: #536176; font-size: 1.04rem; line-height: 1.9; }
.blog-detail-content > :first-child { margin-top: 0; }
.blog-detail-content h2 { margin: 46px 0 15px; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3.3rem); font-weight: 400; line-height: 1.05; }
.blog-detail-content h3 { margin: 36px 0 12px; color: var(--color-navy); font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.blog-detail-content p { margin: 0 0 24px; }
.blog-detail-content ul, .blog-detail-content ol { margin: 0 0 28px; padding-left: 24px; }
.blog-detail-content li { margin: 8px 0; }
.blog-detail-faq { margin-top: 62px; padding-top: 36px; border-top: 1px solid #dce3eb; }
.blog-detail-faq h2 { margin: 13px 0 24px; }
.blog-detail-faq details { border-bottom: 1px solid #dce3eb; }
.blog-detail-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--color-navy); font-weight: 700; cursor: pointer; list-style: none; }
.blog-detail-faq summary::-webkit-details-marker { display: none; }
.blog-detail-faq summary span { color: var(--color-royal); font-size: 1.5rem; font-weight: 400; transition: transform .25s; }
.blog-detail-faq details[open] summary span { transform: rotate(45deg); }
.blog-detail-faq details p { margin: 0 0 18px; color: #68758a; font-size: .94rem; }
.blog-detail-return { display: inline-flex; gap: 10px; margin-top: 48px; }
.blog-detail-return span { color: var(--color-royal); font-size: 1.1rem; }
.blog-detail-sidebar { position: sticky; top: 112px; display: grid; gap: 18px; }
.blog-sidebar-card { padding: 30px; border: 1px solid rgba(20,35,59,.1); box-shadow: 0 18px 46px rgba(6,26,58,.09); }
.blog-sidebar-intro { position: relative; overflow: hidden; color: #d6e0ee; background: linear-gradient(145deg, #0d203b 0%, #142f55 58%, #1d4773 100%); }
.blog-sidebar-intro::after { content: ''; position: absolute; right: -70px; bottom: -100px; width: 250px; height: 250px; border: 1px solid rgba(201,154,59,.35); border-radius: 50%; box-shadow: 0 0 0 36px rgba(201,154,59,.06), 0 0 0 72px rgba(185,138,44,.04); animation: shared-orbit 30s linear infinite reverse; }
.blog-sidebar-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 34px; color: var(--color-navy); background: var(--color-bright); border-radius: 50%; font-size: 1.25rem; }
.blog-sidebar-intro h2 { position: relative; z-index: 1; margin: 14px 0 15px; color: var(--color-white); font-family: var(--font-display); font-size: 2.25rem; font-weight: 400; line-height: 1.02; }
.blog-sidebar-intro p { position: relative; z-index: 1; margin: 0; color: #c4d1e2; font-size: .88rem; line-height: 1.75; }
.blog-sidebar-contact { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.blog-sidebar-contact > span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--color-navy); background: var(--color-bright); border-radius: 50%; }
.blog-sidebar-contact small, .blog-sidebar-contact a { display: block; }
.blog-sidebar-contact small { color: #aebfd4; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.blog-sidebar-contact a { margin-top: 3px; color: #fff; font-size: .84rem; font-weight: 700; }
.blog-sidebar-form-card { background: #fff; }
.blog-sidebar-form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 25px; }
.blog-sidebar-form-mark { color: var(--color-royal); font-size: 1.5rem; }
.blog-inquiry-form { display: grid; gap: 15px; }
.blog-form-field { display: grid; gap: 7px; }
.blog-form-field label { color: var(--color-navy); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blog-form-field input, .blog-form-field select, .blog-form-field textarea { width: 100%; padding: 12px 13px; color: var(--color-navy); background: #f8fafc; border: 1px solid #dce4ed; border-radius: 1px; outline: none; font-size: .82rem; transition: border .25s, box-shadow .25s, background .25s; }
.blog-form-field textarea { min-height: 105px; resize: vertical; }
.blog-form-field input:focus, .blog-form-field select:focus, .blog-form-field textarea:focus { background: #fff; border-color: var(--color-royal); box-shadow: 0 0 0 3px rgba(201,154,59,.14); }
.blog-form-submit { width: 100%; justify-content: center; margin-top: 4px; border: 0; cursor: pointer; }
.blog-form-note { display: inline-flex; align-items: center; gap: 6px; color: #8a96a6; font-size: .67rem; }
.blog-form-note i { color: var(--color-royal); }
.blog-sidebar-form-card .form-message { margin-bottom: 18px; padding: 12px; font-size: .75rem; line-height: 1.5; }
.blog-sidebar-form-card .error-list { margin: 6px 0 0; padding-left: 18px; }

@media (max-width: 900px) {
  .blog-detail-layout { grid-template-columns: 1fr; }
  .blog-detail-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .blog-detail-hero { min-height: 540px; }
  .blog-detail-hero h1 { font-size: clamp(2.7rem, 13vw, 4.7rem); }
  .blog-detail-back { margin-bottom: 34px; }
  .blog-detail-section { padding: 62px 0 82px; }
  .blog-detail-featured { margin-bottom: 34px; }
  .blog-detail-featured img { min-height: 245px; }
  .blog-detail-featured::after { inset: 10px; }
  .blog-detail-featured figcaption { right: 14px; bottom: 14px; font-size: .54rem; }
  .blog-detail-content { font-size: .96rem; }
  .blog-detail-sidebar { grid-template-columns: 1fr; }
  .blog-sidebar-card { padding: 24px; }
}

/* Compact, full-width blog detail refinement */
.page-blog-post .container { width: min(100% - 36px, 1440px); max-width: 1440px; }
.blog-detail-hero { min-height: 470px; }
.blog-detail-hero h1 { max-width: 820px; margin: 20px 0 16px; font-size: clamp(2.6rem, 4.4vw, 4.3rem); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
.blog-detail-section { padding: 64px 0 88px; }
.blog-detail-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 360px); gap: 32px; }
.blog-detail-article { padding: clamp(22px, 3vw, 42px); background: rgba(255,255,255,.96); border: 1px solid rgba(20,35,59,.09); border-radius: 20px; box-shadow: 0 20px 55px rgba(6,26,58,.08); }
.blog-detail-featured { margin: -4px 0 38px; border-radius: 16px; box-shadow: 0 18px 42px rgba(6,26,58,.14); }
.blog-detail-featured img { min-height: 320px; }
.blog-detail-featured::after { inset: 14px; border-radius: 10px; }
.blog-detail-content { max-width: none; }
.blog-detail-content h2 { margin-top: 34px; }
.blog-detail-faq { margin-top: 46px; padding-top: 28px; }
.blog-detail-sidebar { top: 24px; }
.blog-sidebar-card { border-radius: 18px; }

@media (max-width: 620px) {
  .page-blog-post .container { width: min(100% - 28px, 1440px); }
  .blog-detail-hero { min-height: 510px; }
  .blog-detail-hero h1 { font-size: clamp(2.55rem, 12vw, 4.4rem); }
  .blog-detail-section { padding: 42px 0 68px; }
  .blog-detail-article { padding: 16px; border-radius: 15px; }
  .blog-detail-featured { margin: 0 0 30px; border-radius: 12px; }
  .blog-detail-featured img { min-height: 220px; }
  .blog-detail-featured::after { inset: 9px; border-radius: 7px; }
}

/* White + gold client palette */
:root {
  --color-navy: #111111;
  --color-midnight: #000000;
  --color-royal: #c99a3b;
  --color-bright: #C99A3B;
  --color-gold: #c99a3b;
  --gold-deep: #B98A2C;
  --gold-signature: #c99a3b;
  --gold-champagne: #C99A3B;
  --gold-pale: #C99A3B;
  --color-white: #ffffff;
  --color-offwhite: #ffffff;
  --color-coolgray: #f5f5f5;
  --color-steel: #746d62;
  --color-border-light: rgba(0, 0, 0, .14);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, .14);
}

html, body { background: var(--color-offwhite); color: var(--color-navy); }

#page-loader,
.top-utility-bar,
.brand-marquee-section,
.service-area-section,
.premium-footer,
.shared-footer,
.services-coverage,
.service-next-step,
.service-detail-brief,
.inner-section.dark {
  background-color: var(--color-navy);
}

.top-utility-bar,
.premium-footer { border-color: rgba(201, 154, 59, .32); }

.mobile-nav-drawer {
  background: linear-gradient(155deg, #30322f, var(--color-navy));
}

.services-mega-menu {
  background: linear-gradient(135deg, #2d2f2c 0%, var(--color-navy) 100%);
  box-shadow: 0 30px 80px rgba(43, 36, 25, .48), 0 0 0 1px rgba(255,255,255,.04) inset, 0 0 50px rgba(201,154,59,.18);
}

.services-mega-menu::before { background: #2d2f2c; }
.services-mega-column + .services-mega-column { border-color: rgba(226, 189, 109, .28); }
.services-mega-menu a { color: #f4efe5; }
.services-mega-menu a b,
.services-mega-label,
.services-mega-menu .services-mega-feature { color: #C99A3B; }

.page-services .inner-hero {
  background-image: linear-gradient(115deg, rgba(32,33,31,.96), rgba(68,70,65,.62)), url('/attached_assets/generated_images/services-hero.jpg');
}

.page-about .inner-hero {
  background-image: linear-gradient(115deg, rgba(32,33,31,.96), rgba(68,70,65,.62)), url('/attached_assets/generated_images/about-craftsmanship.jpg');
}

.page-contact .inner-hero {
  background-image: linear-gradient(115deg, rgba(32,33,31,.96), rgba(68,70,65,.58)), url('/attached_assets/generated_images/contact-home.jpg');
}

.category-hero {
  background-image: linear-gradient(115deg, rgba(32,33,31,.96), rgba(68,70,65,.60)), url('/attached_assets/generated_images/roofing-services.jpg');
}

.inner-hero::before,
.shared-footer::before {
  background: linear-gradient(135deg, transparent 45%, rgba(201,154,59,.14) 45.1%, transparent 45.4%), linear-gradient(25deg, transparent 67%, rgba(201,154,59,.11) 67.1%, transparent 67.4%);
}

.inner-hero::after,
.service-detail-hero::after,
.service-detail-orbit,
.service-hero::after,
.services-hero-orbit {
  border-color: rgba(201,154,59,.28);
  box-shadow: 0 0 0 90px rgba(201,154,59,.05), 0 0 0 180px rgba(201,154,59,.025);
}

.service-hero,
.service-hero--siding,
.page-services .services-hero,
.services-hero {
  background: linear-gradient(115deg, #20211f 0%, #3f423d 66%, #5a5d55 100%);
}

.service-page--leak-repair .service-hero {
  background: linear-gradient(115deg, #20211f 0%, #42453f 54%, #60645b 100%);
}

.page-services .services-hero {
  background-image: linear-gradient(115deg, rgba(32,33,31,.96), rgba(68,70,65,.76)), url('/assets/images/services/services-hero.jpg');
}

.hero-overlay-cinematic {
  background: linear-gradient(90deg, rgba(32,33,31,.94) 0%, rgba(32,33,31,.86) 32%, rgba(32,33,31,.58) 60%, rgba(32,33,31,.22) 85%, rgba(32,33,31,.45) 100%);
}

.hero-vignette { box-shadow: inset 0 0 160px rgba(32,33,31,.78); }

.hero-atmospheric-glow {
  background: radial-gradient(circle, rgba(201,154,59,.20) 0%, rgba(185,138,44,.08) 45%, transparent 70%);
}

.orbital-ring,
.radar-circle,
.cta-ring {
  border-color: rgba(201,154,59,.18);
}

.ring-2 { border-color: rgba(201,154,59,.26); }
.node-secondary { background-color: var(--color-bright); box-shadow: 0 0 12px var(--color-bright); }
.hero-blueprint-lines .architectural-path { stroke: var(--color-bright); }

.floating-card-badge {
  background: rgba(201,154,59,.24);
  border-color: rgba(201,154,59,.52);
  color: #C99A3B;
}

.btn-primary-hero:hover,
.btn-header-cta:hover { box-shadow: 0 14px 34px rgba(201,154,59,.36); }

.service-card:hover { border-color: rgba(201,154,59,.42); }
.service-card-badge-num,
.map-node-label { background: rgba(32,33,31,.86); }

.architectural-map-canvas {
  background: radial-gradient(circle at center, rgba(201,154,59,.16) 0%, rgba(32,33,31,.86) 70%);
  border-color: rgba(201,154,59,.24);
}

.service-detail-image,
.blog-detail-featured { background: var(--color-navy); }

.contact-side-panel,
.blog-sidebar-intro {
  background: linear-gradient(145deg, #20211f 0%, #3f423d 58%, #5a5d55 100%);
}

/* Premium service detail treatment: deep antique gold + signature gold + champagne */
.page-service-detail {
  --service-ink: #111111;
  --service-deep: #000000;
  --service-gold-deep: #B98A2C;
  --service-gold: #c99a3b;
  --service-gold-light: #C99A3B;
  --service-gold-pale: #C99A3B;
  background: #ffffff;
}

.page-service-detail .service-detail-hero {
  min-height: 610px;
  background:
    linear-gradient(112deg, rgba(0,0,0,.98) 0%, rgba(10,10,10,.92) 40%, rgba(17,17,17,.72) 72%, rgba(0,0,0,.58) 100%),
    var(--service-image) center/cover;
}

.page-service-detail .service-detail-hero::before {
  opacity: .22;
  background-image:
    linear-gradient(rgba(201,154,59,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,154,59,.13) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.page-service-detail .service-detail-hero::after {
  right: 4%;
  bottom: -43%;
  border-color: rgba(201,154,59,.35);
  box-shadow:
    0 0 0 95px rgba(201,154,59,.10),
    0 0 0 190px rgba(185,138,44,.06),
    0 0 70px rgba(201,154,59,.12);
}

.page-service-detail .service-hero-content { padding-top: 54px; padding-bottom: 62px; }
.page-service-detail .service-breadcrumb { color: rgba(255,255,255,.72); }
.page-service-detail .service-breadcrumb span:nth-child(even) { color: rgba(201,154,59,.5); }
.page-service-detail .service-category-label { color: var(--service-gold-light); }
.page-service-detail .service-category-label::before { background: linear-gradient(90deg, var(--service-gold-deep), var(--service-gold-light)); }
.page-service-detail .service-hero-title .service-title-line:last-child {
  background: linear-gradient(110deg, var(--gold-deep) 0%, var(--gold-champagne) 25%, var(--gold-signature) 48%, var(--gold-pale) 72%, var(--gold-deep) 100%);
  background-size: 260% auto;
  background-clip: text;
  -webkit-background-clip: text;
}
.page-service-detail .service-hero-intro { color: rgba(255,255,255,.78); }

.page-service-detail .btn-primary-hero {
  background: linear-gradient(110deg, var(--gold-deep) 0%, var(--gold-signature) 42%, var(--gold-champagne) 100%);
  border-color: var(--gold-signature);
  box-shadow: 0 14px 34px rgba(185,138,44,.28);
}
.page-service-detail .btn-primary-hero:hover {
  background: linear-gradient(110deg, var(--gold-signature) 0%, var(--gold-champagne) 52%, var(--gold-signature) 100%);
  border-color: var(--gold-champagne);
  box-shadow: 0 18px 42px rgba(201,154,59,.38);
}
.page-service-detail .service-outline-link {
  border-color: rgba(201,154,59,.46);
  color: #ffffff;
}
.page-service-detail .service-outline-link:hover {
  background: rgba(201,154,59,.16);
  border-color: var(--gold-champagne);
  box-shadow: 0 12px 30px rgba(185,138,44,.18);
}

.page-service-detail .service-hero-graphic { animation: service-graphic-breathe-gold 12s ease-in-out infinite; }
.page-service-detail .service-hero-graphic::before { border-color: rgba(255,255,255,.36); }
.page-service-detail .service-hero-graphic::after {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-champagne));
  box-shadow: -55px -24px 0 rgba(201,154,59,.54);
}
.page-service-detail .service-detail-orbit { border-color: rgba(201,154,59,.25); }

.page-service-detail .service-detail-overview {
  position: relative;
  background:
    radial-gradient(circle at 8% 20%, rgba(201,154,59,.08), transparent 23%),
    #ffffff;
}
.page-service-detail .service-detail-overview::before,
.page-service-detail .service-detail-scope::before,
.page-service-detail .service-detail-process::before {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  top: 20px;
  border: 1px solid rgba(201,154,59,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(201,154,59,.04), 0 0 0 64px rgba(185,138,44,.025);
  pointer-events: none;
}
.page-service-detail .service-detail-overview,
.page-service-detail .service-detail-scope,
.page-service-detail .service-detail-process { overflow: hidden; }

.page-service-detail .service-story-kicker,
.page-service-detail .service-detail-quick-label,
.page-service-detail .shared-eyebrow {
  color: var(--service-gold-deep);
}
.page-service-detail .service-detail-overview-copy h2,
.page-service-detail .service-detail-scope-heading h2,
.page-service-detail .service-detail-process .service-detail-section-heading h2,
.page-service-detail .service-detail-faq-heading h2 {
  color: var(--service-ink);
}
.page-service-detail .service-detail-overview-copy p,
.page-service-detail .service-detail-scope-heading p,
.page-service-detail .service-detail-process-card p,
.page-service-detail .service-detail-faq-heading p,
.page-service-detail .service-detail-faq-answer p {
  color: #555555;
}

.page-service-detail .service-detail-image {
  border-bottom: 5px solid var(--service-gold);
  box-shadow: 0 24px 60px rgba(32,33,31,.17);
}
.page-service-detail .service-detail-image::after { border-color: rgba(255,255,255,.7); }
.page-service-detail .service-detail-image figcaption {
  background: linear-gradient(110deg, rgba(0,0,0,.96), rgba(17,17,17,.90));
  border-left: 2px solid var(--service-gold-light);
  color: #ffffff;
}

.page-service-detail .service-detail-quick {
  border-top-color: var(--service-gold);
  box-shadow: 0 20px 44px rgba(32,33,31,.12);
}
.page-service-detail .service-detail-quick-label { color: var(--service-gold-deep); }
.page-service-detail .service-detail-quick div { border-color: rgba(185,138,44,.17); }
.page-service-detail .service-detail-quick strong { color: var(--service-ink); }
.page-service-detail .service-detail-quick span { color: #555555; }

.page-service-detail .service-detail-scope {
  position: relative;
  background: #f5f5f5;
}
.page-service-detail .service-detail-scope-card {
  background: rgba(255,255,255,.84);
  border-top: 3px solid var(--service-gold);
  border-right: 1px solid rgba(185,138,44,.12);
  border-bottom: 1px solid rgba(185,138,44,.12);
  border-left: 1px solid rgba(185,138,44,.12);
  box-shadow: 0 12px 28px rgba(32,33,31,.06);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s;
}
.page-service-detail .service-detail-scope-card:hover {
  transform: translateY(-7px);
  border-top-color: var(--service-gold-light);
  box-shadow: 0 20px 38px rgba(185,138,44,.14);
}
.page-service-detail .service-detail-scope-card > span { color: var(--service-gold-deep); }
.page-service-detail .service-detail-scope-card strong { color: var(--service-ink); }
.page-service-detail .service-detail-scope-card p { color: #555555; }

.page-service-detail .service-detail-coverage {
  position: relative;
  background:
    linear-gradient(135deg, rgba(185,138,44,.12), transparent 34%),
    linear-gradient(115deg, #000000 0%, #111111 58%, #202020 100%);
}
.page-service-detail .service-detail-coverage::after,
.page-service-detail .service-detail-brief::after {
  content: '';
  position: absolute;
  width: 720px;
  height: 720px;
  right: -300px;
  bottom: -450px;
  border: 1px solid rgba(201,154,59,.20);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(201,154,59,.06), 0 0 0 170px rgba(185,138,44,.04);
  pointer-events: none;
}
.page-service-detail .service-detail-coverage > .container,
.page-service-detail .service-detail-brief > .container { position: relative; z-index: 1; }
.page-service-detail .service-detail-section-heading h2 { color: #ffffff; }
.page-service-detail .service-detail-section-heading p { color: rgba(255,255,255,.70); }
.page-service-detail .service-detail-coverage-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  border-color: rgba(201,154,59,.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.page-service-detail .service-detail-coverage-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-champagne));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.page-service-detail .service-detail-coverage-card:hover {
  background: linear-gradient(145deg, rgba(201,154,59,.20), rgba(255,255,255,.06));
  border-color: rgba(201,154,59,.56);
  box-shadow: 0 18px 40px rgba(23,19,14,.28);
}
.page-service-detail .service-detail-coverage-card:hover::after { transform: scaleX(1); }
.page-service-detail .service-detail-coverage-card > span,
.page-service-detail .service-detail-process-card > span { color: var(--service-gold-light); }
.page-service-detail .service-detail-coverage-card h3 { color: #ffffff; }
.page-service-detail .service-detail-coverage-card p { color: rgba(255,255,255,.68); }

.page-service-detail .service-detail-process {
  position: relative;
  background: #ffffff;
}
.page-service-detail .service-detail-process-card {
  position: relative;
  background: #f5f5f5;
  border: 1px solid rgba(185,138,44,.15);
  border-top: 3px solid var(--service-gold);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .35s;
}
.page-service-detail .service-detail-process-card:hover {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(185,138,44,.13);
}
.page-service-detail .service-detail-process-card > span { color: var(--service-gold-deep); }
.page-service-detail .service-detail-process-card h3 { color: var(--service-ink); }

.page-service-detail .service-detail-brief {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #000000 0%, #111111 58%, #202020 100%);
}
.page-service-detail .service-detail-brief-heading h2 { color: #ffffff; }
.page-service-detail .service-detail-brief-list { border-color: rgba(201,154,59,.24); }
.page-service-detail .service-detail-brief-list > div { border-color: rgba(201,154,59,.24); }
.page-service-detail .service-detail-brief-list > div > span { color: var(--service-gold-light); }
.page-service-detail .service-detail-brief-list strong { color: #ffffff; }
.page-service-detail .service-detail-brief-list p { color: rgba(255,255,255,.68); }

.page-service-detail .service-detail-faq {
  background:
    radial-gradient(circle at 90% 10%, rgba(201,154,59,.08), transparent 24%),
    #ffffff;
}
.page-service-detail .service-faq-list { border-color: rgba(185,138,44,.24); }
.page-service-detail .service-faq-item { border-color: rgba(185,138,44,.24); }
.page-service-detail .service-faq-item summary { color: var(--service-ink); }
.page-service-detail .service-faq-item summary > span { color: var(--service-gold-deep); }
.page-service-detail .service-faq-item summary b { border-color: rgba(185,138,44,.3); color: var(--service-gold-deep); }
.page-service-detail .service-faq-item[open] summary b { background: var(--service-gold); border-color: var(--service-gold); color: #ffffff; }

@keyframes service-graphic-breathe-gold {
  0%, 100% { opacity: .38; filter: drop-shadow(0 0 0 rgba(201,154,59,0)); }
  50% { opacity: .52; filter: drop-shadow(0 0 20px rgba(201,154,59,.16)); }
}

/* Blog detail uses the same white, black, and gold client palette. */
.page-blog-post {
  background: #ffffff;
}

.page-blog-post .blog-detail-hero {
  min-height: 470px;
  background:
    linear-gradient(112deg, rgba(0,0,0,.98) 0%, rgba(10,10,10,.92) 46%, rgba(17,17,17,.70) 78%, rgba(0,0,0,.56) 100%),
    url('/attached_assets/generated_images/about-craftsmanship.jpg') center/cover;
}

.page-blog-post .blog-detail-hero p { color: rgba(255,255,255,.78); }
.page-blog-post .blog-detail-back { color: rgba(255,255,255,.78); }
.page-blog-post .blog-detail-back:hover { color: #ffffff; }
.page-blog-post .blog-detail-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.page-blog-post .blog-detail-article {
  border-color: rgba(185,138,44,.18);
  box-shadow: 0 20px 55px rgba(0,0,0,.08);
}
.page-blog-post .blog-detail-featured {
  background: #000000;
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}
.page-blog-post .blog-detail-featured figcaption {
  background: rgba(0,0,0,.82);
  border-left: 2px solid #C99A3B;
}
.page-blog-post .blog-detail-content { color: #555555; }
.page-blog-post .blog-detail-faq,
.page-blog-post .blog-detail-faq details { border-color: rgba(185,138,44,.24); }
.page-blog-post .blog-detail-faq details p { color: #555555; }
.page-blog-post .blog-sidebar-intro {
  color: rgba(255,255,255,.78);
  background: linear-gradient(145deg, #000000 0%, #111111 58%, #202020 100%);
}
.page-blog-post .blog-sidebar-intro p { color: rgba(255,255,255,.70); }
.page-blog-post .blog-sidebar-card {
  border-color: rgba(185,138,44,.18);
  box-shadow: 0 18px 46px rgba(0,0,0,.09);
}

.page-blogs {
  background: #ffffff;
}

.page-blogs .inner-hero {
  background:
    linear-gradient(112deg, rgba(0,0,0,.98) 0%, rgba(10,10,10,.92) 46%, rgba(17,17,17,.70) 78%, rgba(0,0,0,.56) 100%),
    url('/attached_assets/generated_images/about-craftsmanship.jpg') center/cover;
}

.page-blogs .inner-hero p { color: rgba(255,255,255,.78); }
.page-blogs .inner-section { background: #ffffff; }
.page-blogs .inner-section.alt { background: #f5f5f5; }