@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root { --black:#101014; --deep:#0a0a0c; --panel:#18181d; --paper:#f8f8f6; --soft:#eeeeeb; --ink:#1b1b20; --muted:#73737c; --red:#f13d50; --line:rgba(255,255,255,.14); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font:16px/1.55 Manrope,Arial,sans-serif; } a { color:inherit; text-decoration:none; } h1,h2,h3,p { margin-top:0; } h1,h2 { letter-spacing:-.06em; line-height:.98; }
.site-header { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:0 5vw; background:var(--black); color:white; }.brand { display:inline-flex; align-items:center; gap:.7rem; white-space:nowrap; font-size:1rem; font-weight:800; letter-spacing:-.045em; }.brand-icon { width:36px; height:36px; object-fit:cover; object-position:50% 18%; border-radius:50%; border:1px solid rgba(255,255,255,.45); background:#000; }nav { display:flex; align-items:center; gap:1.75rem; font-size:.88rem; color:#d3d3d7; }nav a:hover { color:white; }.header-cta,.button { display:inline-flex; align-items:center; justify-content:center; gap:.65rem; border:0; cursor:pointer; font:700 .88rem/1 Manrope,sans-serif; transition:transform .2s,background .2s; }.header-cta { padding:.82rem 1.15rem; border-radius:999px; background:white; color:var(--ink); }.header-cta:hover,.button:hover { transform:translateY(-2px); }.menu-toggle { display:none; }
.hero { min-height:640px; display:grid; grid-template-columns:1.05fr .95fr; overflow:hidden; color:white; background:var(--black); }.hero-copy { padding:clamp(5.2rem,9vw,8.8rem) 5vw 4rem; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; position:relative; z-index:1; }.eyebrow { margin:0 0 1.1rem; font:500 .72rem/1.2 'DM Mono',monospace; letter-spacing:.12em; text-transform:uppercase; }.hero .eyebrow { color:#b0b0b9; }.eyebrow span { display:inline-block; width:8px; height:8px; margin-right:.5rem; border-radius:50%; background:var(--red); }h1 { max-width:720px; margin:0; font-size:clamp(3.4rem,6vw,7rem); }h1 em,h2 em { color:var(--red); font-family:'Playfair Display',Georgia,serif; font-weight:600; letter-spacing:-.08em; }.hero-intro { max-width:510px; margin:1.8rem 0 2rem; color:#c5c5cc; font-size:1.06rem; line-height:1.7; }.hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:1.3rem; }.button { padding:1.05rem 1.28rem; border-radius:999px; }.button-primary { background:var(--red); color:#fff; }.text-link { padding-bottom:.23rem; border-bottom:1px solid currentColor; color:#e9e9ec; font-weight:700; font-size:.88rem; }.hero-art { min-height:420px; position:relative; margin:0; background:var(--deep); overflow:hidden; }.hero-art::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,var(--black) 0%,rgba(16,16,20,.76) 12%,rgba(16,16,20,0) 44%),linear-gradient(0deg,rgba(10,10,12,.48),transparent 30%); pointer-events:none; }.hero-art img { width:100%; height:100%; object-fit:cover; object-position:center; display:block; }.hero-art figcaption { position:absolute; right:clamp(1.2rem,3vw,2.7rem); bottom:clamp(1.25rem,3vw,2.5rem); z-index:1; display:grid; gap:.18rem; color:#fff; text-align:right; }.hero-art figcaption span { color:#d2d2d5; font:500 .66rem/1.2 'DM Mono',monospace; letter-spacing:.12em; text-transform:uppercase; }.hero-art figcaption strong { font-size:.9rem; letter-spacing:-.03em; }
.intro { padding:clamp(5rem,10vw,8.7rem) 5vw; background:var(--paper); }.intro > .eyebrow,.section-top .eyebrow,.contact .eyebrow { color:#6e6d74; }.intro-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:6vw; align-items:end; }.intro h2 { max-width:740px; margin:0; font-size:clamp(2.6rem,4.5vw,5.1rem); }.intro-grid > div > p { max-width:400px; margin-bottom:1.7rem; color:#55545b; font-size:1.04rem; line-height:1.75; }.text-link.dark { color:var(--ink); }
.services { padding:clamp(5rem,9vw,8.5rem) 5vw; background:var(--soft); }.section-top { display:flex; align-items:end; justify-content:space-between; gap:2rem; margin-bottom:3rem; }.section-top h2 { max-width:680px; margin:0; font-size:clamp(2.5rem,4.6vw,5rem); }.section-top > p { max-width:280px; margin:0; color:#69686f; }.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; }.service-card { min-height:275px; padding:1.8rem; border:1px solid rgba(27,27,32,.13); border-radius:20px; background:var(--paper); }.service-card span { color:var(--red); font:500 .75rem 'DM Mono',monospace; }.service-card h3 { max-width:220px; margin:3.2rem 0 .8rem; font-size:1.42rem; letter-spacing:-.05em; line-height:1.12; }.service-card p { max-width:300px; margin:0; color:#64636a; font-size:.92rem; }
.process { display:grid; grid-template-columns:.92fr 1.08fr; gap:9vw; padding:clamp(5rem,9vw,8.5rem) 5vw; color:#f7f7f9; background:var(--black); }.process .eyebrow { color:#a9a9b1; }.process h2 { max-width:560px; margin:0; font-size:clamp(2.8rem,4.7vw,5.25rem); }.process ol { list-style:none; padding:0; margin:0; border-top:1px solid var(--line); }.process li { display:grid; grid-template-columns:50px 1fr; gap:1.2rem; padding:1.45rem 0 1.6rem; border-bottom:1px solid var(--line); }.process li > span { color:var(--red); font:500 .75rem 'DM Mono',monospace; }.process h3 { margin:0 0 .35rem; font-size:1.14rem; letter-spacing:-.04em; }.process li p { max-width:410px; margin:0; color:#aaaab2; font-size:.92rem; }
.contact { display:grid; grid-template-columns:.82fr 1.18fr; gap:7vw; padding:clamp(5.2rem,10vw,9rem) 5vw; background:var(--paper); }.contact h2 { margin:0; font-size:clamp(3rem,5.3vw,5.8rem); }.contact-copy > p:not(.eyebrow) { max-width:390px; margin:1.7rem 0; color:#5e5d64; line-height:1.7; }.phone-link { display:inline-block; margin-bottom:1.2rem; color:var(--ink); font-size:1.28rem; font-weight:800; letter-spacing:-.04em; }.contact-options { display:flex; gap:.6rem; }.contact-options a { padding:.58rem 1rem; border:1px solid rgba(27,27,32,.22); border-radius:999px; font-size:.82rem; font-weight:700; }.contact-form { padding:clamp(1.5rem,3vw,2.6rem); border-radius:24px; background:var(--black); color:#f8f8f6; }.contact-form label { display:block; margin-bottom:1.05rem; color:#dedee3; font-size:.78rem; font-weight:700; }.optional { color:#8e8e98; font-weight:500; }input,select,textarea { width:100%; margin-top:.45rem; padding:.88rem .9rem; border:1px solid rgba(255,255,255,.2); border-radius:10px; outline:none; background:#202025; color:#fff; font:400 .95rem/1.45 Manrope,sans-serif; }input:focus,select:focus,textarea:focus { border-color:var(--red); box-shadow:0 0 0 3px rgba(241,61,80,.18); }textarea { resize:vertical; min-height:110px; }.field-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }.contact-form .button { margin-top:.15rem; }.form-status { margin:1rem 0 0; color:#a9a9b2; font-size:.76rem; line-height:1.5; }
footer { display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap; padding:2rem 5vw; color:#bebec6; background:var(--deep); font-size:.78rem; }footer p { margin:0; }footer > a:last-child { color:#fff; font-weight:700; }
@media (max-width:1050px) { .service-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:850px) { .site-header { min-height:72px; }.menu-toggle { display:block; border:0; color:white; background:transparent; font:700 .83rem Manrope,sans-serif; }nav { display:none; position:absolute; top:72px; left:0; right:0; z-index:4; padding:1.4rem 5vw; flex-direction:column; align-items:flex-start; background:var(--black); border-top:1px solid var(--line); }nav.open { display:flex; }.header-cta { display:none; }.hero { grid-template-columns:1fr; }.hero-copy { min-height:510px; padding:5.5rem 6vw 4rem; }.hero-art { min-height:345px; }.intro-grid,.process,.contact { grid-template-columns:1fr; gap:3rem; }.section-top { display:grid; gap:1rem; }.service-grid { grid-template-columns:1fr; }.service-card { min-height:0; }.service-card h3 { margin-top:2.2rem; } }
@media (max-width:480px) { h1 { font-size:3rem; }.hero-copy { min-height:480px; padding-top:4.5rem; }.hero-actions { align-items:flex-start; flex-direction:column; }.hero-art { min-height:270px; }.field-row { grid-template-columns:1fr; gap:0; }.contact-form { padding:1.3rem; }.phone-link { font-size:1.08rem; }footer { align-items:flex-start; flex-direction:column; } }

/* Brand refresh: more confident type, a persistent header, and an electric-blue signal system. */
:root { --red:#007bc7; --blue-pale:#86d2ff; --blue-deep:#06213a; }
body { font-family:Montserrat,Arial,sans-serif; }
.site-header { position:sticky; top:0; z-index:20; border-bottom:1px solid rgba(255,255,255,.09); box-shadow:0 10px 30px rgba(0,0,0,.17); }
.brand-icon { filter:hue-rotate(155deg) saturate(1.2); }
.brand-mark { width:46px; height:46px; object-fit:contain; object-position:center; flex:0 0 auto; }
.brand > span { display:grid; gap:.04rem; line-height:1; }
.brand > span small { color:var(--blue-pale); font-size:.58rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
footer .brand-mark { width:42px; height:42px; }
footer { display:block; padding:clamp(3.5rem,7vw,6rem) 5vw 1.4rem; color:#c4cfda; background:#080d17; font-size:1rem; }
.footer-main { display:grid; grid-template-columns:1.25fr .8fr .72fr 1fr; gap:clamp(2rem,5vw,5.5rem); padding-bottom:clamp(3rem,6vw,5rem); }
.footer-intro > p { max-width:400px; margin:1.4rem 0 1.8rem; color:#b9c6d2; line-height:1.75; }
.footer-intro .button { font-size:.9rem; }
.footer-links { display:flex; flex-direction:column; align-items:flex-start; gap:.7rem; }
.footer-links h2 { margin:0 0 .7rem; color:white; font-size:1rem; letter-spacing:-.035em; }
.footer-links a { color:#c4cfda; font-size:.94rem; transition:color .2s; }.footer-links a:hover { color:var(--blue-pale); }
.footer-local p { max-width:270px; margin:0; color:#b9c6d2; font-size:.94rem; line-height:1.65; }
.footer-bottom { display:flex; justify-content:space-between; gap:1rem; padding-top:1.35rem; border-top:1px solid rgba(255,255,255,.13); color:#8494a4; font-size:.78rem; }.footer-bottom p { margin:0; }
@media (max-width:900px) { .footer-main { grid-template-columns:1.35fr 1fr 1fr; }.footer-local { grid-column:span 2; } }
@media (max-width:600px) { footer { padding-left:6vw; padding-right:6vw; }.footer-main { grid-template-columns:1fr 1fr; gap:2.5rem 1.2rem; }.footer-intro { grid-column:span 2; }.footer-local { grid-column:span 2; }.footer-bottom { align-items:flex-start; flex-direction:column; } }

/* Services use the same generous corner language as the contact panel. */
.service-card { min-height:275px; padding:1.8rem; border:1px solid rgba(6,33,58,.13); border-radius:24px 24px 24px 24px; background:var(--paper); }
.service-card::after { display:block; }
.service-card { display:flex; flex-direction:column; }
.service-card h3 { max-width:280px; margin:2.5rem 0 .85rem; font-size:clamp(1.45rem,2vw,2rem); }
.service-card p { max-width:320px; margin:0 0 1.1rem; font-size:1rem; line-height:1.65; }
.service-card .text-link { display:inline-flex; align-items:center; justify-content:center; width:220px; min-height:43px; margin-top:auto; align-self:center; padding:.7rem 1.05rem; border:1px solid var(--red); border-radius:999px; color:#075b92; font-size:.85rem; font-weight:800; line-height:1; text-align:center; transition:background .2s,color .2s,transform .2s; }
.service-card .text-link:hover { border-bottom-color:var(--red); background:var(--red); color:white; transform:translateY(-2px); }
.service-link-card h2 { margin-top:0; }
nav { font-size:.96rem; }
.eyebrow { font-family:Montserrat,Arial,sans-serif; font-size:.84rem; font-weight:700; letter-spacing:.08em; }
.header-cta,.button,.menu-toggle,input,select,textarea { font-family:Montserrat,Arial,sans-serif; }
.header-cta,.button { font-size:.94rem; }
.hero-art::after { background:linear-gradient(90deg,var(--black) 0%,rgba(16,16,20,.76) 12%,rgba(16,16,20,0) 44%),linear-gradient(0deg,rgba(6,33,58,.42),transparent 30%); }
.service-card { position:relative; overflow:hidden; }
.service-card::after { content:''; position:absolute; width:102px; height:102px; right:-47px; bottom:-52px; border:1px solid rgba(0,123,199,.45); border-radius:50%; box-shadow:0 0 0 14px rgba(0,123,199,.05),0 0 0 29px rgba(0,123,199,.035); }
.service-card:nth-child(even)::after { right:-47px; top:auto; bottom:-52px; border-color:rgba(0,123,199,.45); }
.service-card-wide { grid-column:span 2; }
.service-card p,.process li p { font-size:1rem; }
.contact-form label { font-size:.88rem; }
.form-status,footer { font-size:.88rem; }
.form-check { margin-bottom:1.05rem; }
.form-check label { margin-bottom:0; }
.honeypot { position:absolute !important; width:1px !important; height:1px !important; overflow:hidden !important; clip:rect(1px,1px,1px,1px) !important; white-space:nowrap !important; }
@media (max-width:850px) { .service-card-wide { grid-column:span 1; } }

/* Give the Howard City artwork more room, with a dedicated crop on small screens. */
.hero { min-height:700px; grid-template-columns:.78fr 1.22fr; }
.hero-art img { object-position:78% center; }
@media (max-width:850px) {
  .hero { grid-template-columns:1fr; grid-template-rows:auto minmax(350px,55vh); min-height:0; }
  .hero-copy { min-height:0; padding:5rem 6vw 3.5rem; }
  .hero-art { min-height:0; height:100%; }
  .hero-art img { object-position:86% center; }
  .hero-art::after { background:linear-gradient(0deg,rgba(6,33,58,.48),transparent 46%); }
  .hero-art figcaption { right:1.35rem; bottom:1.2rem; }
}
@media (max-width:480px) {
  .hero { grid-template-rows:auto 360px; }
  .hero-copy { padding:4.2rem 6vw 3rem; }
  .hero-art img { object-position:88% center; }
}

/* Multi-page local service site */
.page-hero { display:grid; grid-template-columns:1.05fr .95fr; gap:4vw; align-items:end; padding:clamp(5rem,10vw,9rem) 5vw clamp(4rem,8vw,7rem); color:#fff; background:var(--black); }
.page-hero h1 { max-width:840px; font-size:clamp(3.2rem,6.2vw,6.8rem); }.page-hero .lede { max-width:600px; margin:1.8rem 0 0; color:#c9d5e0; font-size:1.08rem; line-height:1.75; }.page-kicker { padding:1.1rem 1.25rem; border:1px solid rgba(134,210,255,.34); border-radius:18px; color:var(--blue-pale); font-size:.9rem; font-weight:700; line-height:1.6; }
.page-visual { position:relative; min-height:345px; margin:0; overflow:hidden; border-radius:24px; background:#101723; box-shadow:0 22px 45px rgba(0,0,0,.24); }.page-visual::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(5,12,23,.5),transparent 48%); pointer-events:none; }.page-visual img { width:100%; height:100%; object-fit:cover; display:block; }.page-visual figcaption { position:absolute; right:1.15rem; bottom:1rem; z-index:1; color:#fff; font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.page-section { padding:clamp(4.5rem,9vw,8rem) 5vw; background:var(--paper); }.page-section.tint { background:#edf5f9; }.page-section.dark { color:#fff; background:var(--black); }.section-heading { display:grid; grid-template-columns:.72fr 1.28fr; gap:7vw; margin-bottom:3.2rem; }.section-heading h2 { margin:0; font-size:clamp(2.4rem,4.6vw,5rem); }.section-heading p { max-width:530px; margin:0; color:#5c6671; font-size:1.05rem; line-height:1.75; }.dark .section-heading p { color:#c3cbd4; }
.page-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; }.page-card { padding:1.7rem; border:1px solid rgba(6,33,58,.14); border-radius:20px; background:white; }.page-card h3 { margin:1.2rem 0 .65rem; font-size:1.35rem; letter-spacing:-.04em; }.page-card p { margin:0; color:#5b6570; line-height:1.7; }.page-card .number { color:var(--red); font-size:.84rem; font-weight:800; }
.service-link-card { display:flex; flex-direction:column; min-height:280px; position:relative; overflow:hidden; padding:1.8rem; border-radius:22px; color:#fff; background:var(--black); }.service-link-card:nth-child(even) { background:var(--blue-deep); }.service-link-card::after { content:''; position:absolute; width:170px; height:170px; right:-66px; bottom:-76px; border:1px solid rgba(134,210,255,.45); border-radius:50%; box-shadow:0 0 0 21px rgba(134,210,255,.06),0 0 0 46px rgba(134,210,255,.035); }.service-link-card h2 { max-width:270px; margin:2.8rem 0 .8rem; font-size:2rem; }.service-link-card p { position:relative; z-index:1; max-width:340px; margin:0 0 1.4rem; color:#d2dce8; }.service-link-card .text-link { position:relative; z-index:1; align-self:flex-start; margin-top:auto; }
.detail-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.1rem; }.detail-panel { padding:clamp(1.5rem,3vw,2.7rem); border-radius:22px; color:#fff; background:#0c1524; }.detail-panel h2 { margin:0 0 1rem; font-size:clamp(2rem,3.4vw,3.5rem); }.detail-panel p { color:#c8d4df; line-height:1.75; }.detail-panel ul { padding-left:1.15rem; margin:1.4rem 0 0; color:#dbe7f1; line-height:1.9; }
.faq { display:grid; grid-template-columns:.78fr 1.22fr; gap:7vw; }.faq h2 { margin:0; font-size:clamp(2.4rem,4.5vw,4.5rem); }.faq-list { border-top:1px solid rgba(6,33,58,.18); }.faq-item { padding:1.3rem 0; border-bottom:1px solid rgba(6,33,58,.18); }.faq-item h3 { margin:0 0 .45rem; font-size:1.05rem; }.faq-item p { margin:0; color:#58626d; line-height:1.7; }
.area-list { display:flex; flex-wrap:wrap; gap:.7rem; margin:2rem 0 0; }.area-list span { padding:.72rem 1rem; border:1px solid rgba(0,123,199,.34); border-radius:999px; color:#124f78; font-size:.92rem; font-weight:700; }.local-statement { max-width:880px; font-size:clamp(2.2rem,4.3vw,4.6rem); letter-spacing:-.055em; line-height:1.04; }
.contact-page { display:grid; grid-template-columns:.78fr 1.22fr; gap:7vw; padding:clamp(5rem,10vw,9rem) 5vw; color:#fff; background:var(--black); }.contact-page h1 { margin:0; font-size:clamp(3.3rem,6vw,6.5rem); }.contact-page p { max-width:460px; margin:1.7rem 0; color:#c7d2dc; line-height:1.75; }.contact-page .phone-link { color:white; }.contact-page .contact-form { background:#172235; }
.crumb { margin:0 0 1.4rem; color:var(--blue-pale); font-size:.88rem; font-weight:700; }.crumb a { color:#fff; }.current-nav { color:white!important; }
@media (max-width:900px) { .page-hero,.section-heading,.faq,.contact-page { grid-template-columns:1fr; gap:2.25rem; }.page-card-grid { grid-template-columns:1fr 1fr; }.detail-grid { grid-template-columns:1fr; }.page-kicker { max-width:460px; }.page-visual { min-height:300px; max-width:620px; }.service-link-card h2 { margin-top:2rem; } }
@media (max-width:560px) { .page-card-grid { grid-template-columns:1fr; }.page-hero { padding-top:4.5rem; }.page-hero h1,.contact-page h1 { font-size:3rem; }.page-section { padding-left:6vw; padding-right:6vw; } }

/* Mobile-only service shortcuts keep the primary menu compact on desktop. */
.mobile-service-list { display:none; }
@media (max-width:850px) {
  nav { gap:.6rem; padding:1rem 5vw 1.4rem; max-height:calc(100vh - 72px); overflow-y:auto; }
  nav > a { padding:.45rem 0; }
  .mobile-service-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; width:100%; margin-top:.5rem; padding-top:1rem; border-top:1px solid var(--line); }
  .mobile-service-list > span { grid-column:1 / -1; margin-bottom:.1rem; color:var(--blue-pale); font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
  .mobile-service-list a { min-height:46px; display:flex; align-items:center; padding:.65rem .75rem; border:1px solid rgba(255,255,255,.16); border-radius:10px; background:rgba(255,255,255,.05); color:#fff; font-size:.8rem; font-weight:700; line-height:1.2; }
  .mobile-service-list a:hover { background:rgba(0,123,199,.24); border-color:var(--red); }
}
@media (max-width:420px) { .mobile-service-list { grid-template-columns:1fr; } }
