:root {
  --ink: #17324a;
  --deep: #0c2133;
  --accent: #b5481d;
  --support: #cfe8e3;
  --paper: #fbf8f2;
  --white: #ffffff;
  --muted: #5b686d;
  --gold: #c89a3c;
  --line: rgba(12, 36, 43, 0.15);
  --shadow: 0 24px 70px rgba(5, 27, 34, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.utility { background: var(--deep); color: rgba(255,255,255,.76); font-size: .75rem; }
.utility .shell { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility a { color: #fff; font-weight: 800; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.brand-mark { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border: 1px solid var(--deep); border-radius: 4px; background: var(--deep); color: #fff; font-family: Georgia, serif; font-size: 1.04rem; font-weight: 700; }
.brand-copy { display: grid; line-height: 1.18; }
.brand-copy strong { font-size: .98rem; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .7rem; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links > a:not(.nav-call) { font-size: .82rem; font-weight: 800; text-decoration: none; }
.nav-call { display: grid; min-width: 164px; min-height: 52px; align-content: center; justify-items: center; padding: 7px 16px; border-radius: 5px; background: var(--accent); color: #fff; text-decoration: none; line-height: 1.15; }
.nav-call span { font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.nav-call strong { margin-top: 3px; font-size: .91rem; }
.hero { position: relative; min-height: 680px; height: calc(100vh - 146px); max-height: 760px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,24,31,.48) 0%, rgba(4,24,31,.10) 58%, rgba(4,24,31,0) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 130px; background: linear-gradient(0deg, rgba(4,24,31,.28), transparent); }
.hero-content { position: relative; z-index: 2; padding: 66px 0 72px; }
.hero-content > * { max-width: 670px; }
.eyebrow, .kicker { margin: 0 0 15px; color: var(--accent); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero .eyebrow { color: #f3d79b; }
.eyebrow.dark { color: var(--accent); }
h1, h2, h3, p { letter-spacing: 0; }
h1 { max-width: 760px; margin: 0; font-size: 5rem; line-height: .98; font-weight: 760; }
h2 { margin: 0 0 15px; font-size: 3rem; line-height: 1.07; }
h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.25; }
.hero-copy { margin: 25px 0 0; color: rgba(255,255,255,.88); font-size: 1.17rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.primary-cta { display: inline-grid; min-width: 206px; min-height: 60px; align-content: center; justify-items: center; padding: 9px 22px; border-radius: 5px; background: var(--accent); color: #fff; text-decoration: none; line-height: 1.14; box-shadow: 0 12px 35px rgba(0,0,0,.18); }
.primary-cta span { font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.primary-cta strong { margin-top: 4px; font-size: 1.03rem; }
.primary-cta.compact { margin-top: 24px; box-shadow: none; }
.secondary-cta { display: inline-flex; min-height: 60px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid rgba(255,255,255,.64); border-radius: 5px; background: rgba(4,24,31,.17); color: #fff; font-weight: 850; text-decoration: none; backdrop-filter: blur(5px); }
.hero-assurance { display: flex; gap: 24px; margin-top: 23px; color: rgba(255,255,255,.75); font-size: .77rem; }
.hero-assurance span { position: relative; padding-left: 14px; }
.hero-assurance span::before { content: ""; position: absolute; top: .48em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #f3d79b; }
.quick-route { position: relative; z-index: 3; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 50px rgba(5,27,34,.08); }
.quick-route .shell { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); min-height: 116px; }
.route-heading { display: grid; align-content: center; padding-right: 30px; }
.route-heading span { font-size: 1.02rem; font-weight: 900; }
.route-heading small { margin-top: 4px; color: var(--muted); }
.quick-route a { display: grid; grid-template-columns: 32px 1fr 18px; align-items: center; gap: 10px; padding: 20px 22px; border-left: 1px solid var(--line); text-decoration: none; transition: background .2s ease; }
.quick-route a:hover { background: var(--paper); }
.quick-route a span { color: var(--accent); font-size: .72rem; font-weight: 900; }
.quick-route a strong { font-size: .86rem; line-height: 1.25; }
.quick-route a b { color: var(--accent); }
.credibility-band { background: var(--paper); border-bottom: 1px solid var(--line); }
.credibility-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.credibility-grid > div { display: flex; align-items: center; gap: 17px; padding: 27px 30px; border-right: 1px solid var(--line); }
.credibility-grid > div:first-child { padding-left: 0; }
.credibility-grid > div:last-child { border-right: 0; }
.metric { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: Georgia, serif; font-weight: 700; }
.credibility-grid p { display: grid; margin: 0; line-height: 1.25; }
.credibility-grid strong { font-size: .88rem; }
.credibility-grid small { margin-top: 5px; color: var(--muted); }
.section { padding-block: 104px; }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading.wide { display: grid; grid-template-columns: 1.25fr .75fr; max-width: none; gap: 70px; align-items: end; }
.section-heading > p:last-child, .section-heading.wide > p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 334px; display: flex; flex-direction: column; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; right: -30px; bottom: -42px; width: 120px; height: 120px; border: 18px solid var(--support); border-radius: 50%; opacity: .45; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 68px; }
.service-number { color: var(--accent); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; }
.service-location { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.service-card h3 { max-width: 270px; font-size: 1.48rem; }
.service-card p { margin: 0 0 28px; color: var(--muted); }
.service-card a { position: relative; z-index: 1; margin-top: auto; color: var(--ink); font-weight: 900; text-underline-offset: 4px; }
.service-card a b { color: var(--accent); }
.service-concierge { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 22px 27px; background: var(--deep); color: #fff; }
.service-concierge div { display: grid; }
.service-concierge span { color: rgba(255,255,255,.66); font-size: .86rem; }
.service-concierge a { flex: 0 0 auto; padding: 12px 17px; border-radius: 4px; background: #fff; color: var(--deep); font-weight: 900; text-decoration: none; }
.problem-band { padding-block: 92px; background: var(--deep); color: #fff; }
.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: center; }
.problem-grid h2 { max-width: 480px; }
.problem-grid p { color: rgba(255,255,255,.68); }
.kicker.light { color: #f3d79b; }
.inline-call { display: inline-block; margin-top: 12px; color: #fff; font-weight: 900; text-underline-offset: 5px; }
.problem-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; padding: 1px; list-style: none; background: rgba(255,255,255,.14); }
.problem-grid li { min-height: 132px; display: grid; align-content: space-between; padding: 20px; background: var(--deep); }
.problem-grid li span { color: #f3d79b; font-family: Georgia, serif; font-size: .82rem; }
.problem-grid li strong { max-width: 220px; font-size: .95rem; }
.local-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 86px; align-items: center; }
.local-copy > p { color: var(--muted); font-size: 1.04rem; }
.local-quote { display: grid; gap: 4px; margin: 30px 0; padding: 21px 0 21px 22px; border-left: 3px solid var(--gold); }
.local-quote span { color: var(--muted); font-size: .86rem; }
.local-grid figure, .service-hero figure { margin: 0; }
.local-grid img, .service-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 7px; box-shadow: var(--shadow); }
figcaption { margin-top: 9px; color: var(--muted); font-size: .72rem; }
.text-link { color: var(--ink); font-weight: 900; text-underline-offset: 5px; }
.principles { max-width: none; background: #f0f4f2; }
.principles > .shell { width: min(1180px, calc(100% - 48px)); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-grid article { min-height: 235px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.56); }
.principle-grid span { color: var(--accent); font-family: Georgia, serif; font-weight: 700; }
.principle-grid h3 { margin-top: 44px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.process-section, .related-section { max-width: none; background: var(--paper); }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.process { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.process li:last-child { border-bottom: 1px solid var(--line); }
.process li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--deep); color: #fff; font-family: Georgia, serif; font-weight: 700; }
.process h3 { margin-top: 2px; }
.process p { margin: 0; color: var(--muted); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.area-grid p { color: var(--muted); }
.area-list { display: flex; flex-wrap: wrap; gap: 9px; }
.area-list span { padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: .86rem; font-weight: 850; }
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 21px 0; }
.faq-list summary { cursor: pointer; font-size: 1rem; font-weight: 900; }
.faq-list p { max-width: 840px; margin: 13px 0 0; color: var(--muted); }
.final-cta { position: relative; overflow: hidden; padding-block: 105px; background: var(--deep); color: #fff; text-align: center; }
.final-cta .shell { position: relative; z-index: 1; max-width: 800px; }
.final-cta p { color: rgba(255,255,255,.7); }
.final-cta .primary-cta { margin-top: 17px; }
.site-footer { padding: 57px 0 26px; background: #04151b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr; gap: 58px; }
.footer-brand { display: flex !important; flex-direction: row !important; gap: 16px !important; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p, .footer-grid span, .footer-grid small { margin: 0; color: rgba(255,255,255,.58); }
.footer-grid a { color: rgba(255,255,255,.78); }
.footer-phone { color: #fff !important; font-size: 1.16rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-bottom div { display: flex; gap: 18px; }
.mobile-call { display: none; }
.breadcrumb { display: flex; gap: 10px; padding-block: 22px; color: var(--muted); font-size: .8rem; }
.service-hero { padding: 64px 0 80px; background: var(--paper); }
.service-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.service-hero h1 { color: var(--deep); font-size: 4.25rem; }
.service-hero p { color: var(--muted); font-size: 1.06rem; }
.service-hero > .shell > div > small { display: block; margin-top: 14px; color: var(--muted); }
.service-facts { background: var(--deep); color: #fff; }
.service-facts .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-facts p { margin: 0; padding: 21px 24px; border-right: 1px solid rgba(255,255,255,.14); font-size: .86rem; }
.service-facts p:first-child { padding-left: 0; }
.content-grid { display: grid; grid-template-columns: 1fr 345px; gap: 82px; align-items: start; }
.content-grid article > p { color: var(--muted); }
.content-grid article h2:not(:first-of-type) { margin-top: 50px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 16px; background: var(--paper); font-weight: 800; }
.check-list li span { color: var(--accent); font-family: Georgia, serif; }
.content-grid aside { position: sticky; top: 130px; padding: 28px; border: 1px solid var(--line); border-radius: 7px; background: var(--deep); color: #fff; box-shadow: var(--shadow); }
.aside-label { display: block; margin-bottom: 13px; color: #f3d79b; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.content-grid aside > strong { display: block; font-size: 1.24rem; line-height: 1.3; }
.content-grid aside ul { margin: 22px 0; padding-left: 20px; color: rgba(255,255,255,.7); }
.content-grid aside .nav-call { width: 100%; }
@media (max-width: 980px) {
  .nav-links > a:not(.nav-call) { display: none; }
  h1 { font-size: 3.75rem; }
  .hero { min-height: 650px; height: auto; max-height: none; }
  .hero-media { object-position: 58% center; }
  .quick-route .shell { grid-template-columns: 1fr 1fr; }
  .route-heading { grid-column: 1 / -1; min-height: 84px; }
  .quick-route a:nth-of-type(1) { border-left: 0; }
  .quick-route a:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .credibility-grid, .service-grid, .principle-grid { grid-template-columns: 1fr; }
  .credibility-grid > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card { min-height: 260px; }
  .service-card-top { margin-bottom: 34px; }
  .problem-grid, .local-grid, .process-layout, .area-grid, .service-hero-grid, .content-grid { grid-template-columns: 1fr; }
  .problem-grid, .local-grid, .process-layout, .area-grid, .service-hero-grid, .content-grid { gap: 44px; }
  .section-heading.wide { grid-template-columns: 1fr; gap: 15px; }
  .principle-grid { border-left: 0; }
  .principle-grid article { min-height: 190px; }
  .service-facts .shell { grid-template-columns: 1fr; }
  .service-facts p { padding: 10px 0; border-right: 0; }
  .content-grid aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { padding-bottom: 70px; }
  .shell { width: min(100% - 30px, 1180px); }
  .utility { display: none; }
  .nav { min-height: 70px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand-copy strong { max-width: 210px; font-size: .84rem; }
  .brand-copy small { display: none; }
  .nav-call { display: none; }
  .hero { min-height: 650px; height: auto; max-height: none; }
  .hero-media { object-position: 63% center; }
  .hero::before { background: rgba(4,24,31,.55); }
  .hero-content { padding: 36px 0 46px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.25rem; }
  .hero-copy { margin-top: 18px; font-size: .94rem; line-height: 1.5; }
  .hero-actions { gap: 8px; margin-top: 22px; }
  .hero-actions .primary-cta, .hero-actions .secondary-cta { min-height: 52px; }
  .hero-actions > a { width: 100%; }
  .hero-assurance { display: grid; gap: 7px; margin-top: 15px; }
  .hero-assurance span:last-child { display: none; }
  .quick-route .shell { display: block; width: 100%; }
  .route-heading { min-height: 84px; padding: 15px; }
  .quick-route a { min-height: 68px; padding: 15px; border-top: 1px solid var(--line); border-left: 0; }
  .quick-route a:last-child { border-bottom: 0; }
  .credibility-grid > div { padding-inline: 0; }
  .section { padding-block: 72px; }
  .service-concierge { display: grid; }
  .service-concierge a { width: 100%; text-align: center; }
  .problem-grid ul, .check-list { grid-template-columns: 1fr; }
  .problem-grid li { min-height: 95px; }
  .principle-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; gap: 14px; }
  .mobile-call { position: fixed; inset: auto 0 0; z-index: 60; display: block; padding: 9px 13px; background: #fff; border-top: 1px solid var(--line); }
  .mobile-call a { display: grid; min-height: 50px; align-content: center; justify-items: center; border-radius: 5px; background: var(--accent); color: #fff; text-decoration: none; line-height: 1.1; }
  .mobile-call span { font-size: .62rem; font-weight: 900; text-transform: uppercase; }
  .mobile-call strong { margin-top: 3px; font-size: .95rem; }
  .service-hero { padding-top: 38px; }
  .service-hero h1 { font-size: 2.8rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .service-card { transition: none; } }