:root{color-scheme:light;--ink:#172027;--muted:#55636e;--paper:#f7f5ef;--white:#fff;--line:#d8d3c6;--navy:#16324a;--green:#496b58;--gold:#b78b42;--shadow:0 20px 60px rgba(23,32,39,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,56px);background:rgba(247,245,239,.94);border-bottom:1px solid rgba(216,211,198,.78);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{display:grid;width:42px;height:42px;place-items:center;color:var(--white);background:var(--navy);border-radius:8px;font-weight:700}.brand small{display:block;color:var(--muted);font-size:.78rem}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 22px;color:var(--muted);font-size:.95rem}nav a{text-decoration:none}nav a:hover{color:var(--navy)}.hero{min-height:calc(100vh - 72px);display:flex;align-items:center;padding:72px clamp(18px,5vw,72px);color:var(--white);background:linear-gradient(90deg,rgba(13,28,42,.88) 0%,rgba(13,28,42,.74) 44%,rgba(13,28,42,.2) 100%),url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=82") center/cover}.hero-content{width:min(680px,100%)}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;max-width:760px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.4rem,6vw,5.6rem);line-height:.98;font-weight:600;letter-spacing:0}h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;letter-spacing:0}h3{margin:0 0 10px;font-size:1.15rem}.hero-copy{max-width:600px;margin:24px 0 0;color:rgba(255,255,255,.88);font-size:1.16rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 18px;border:1px solid transparent;border-radius:8px;font-weight:700;text-decoration:none;cursor:pointer}.button.primary{color:var(--white);background:var(--green)}.button.primary:hover{background:#385544}.button.secondary{color:var(--white);border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.08)}.button.secondary:hover{background:rgba(255,255,255,.16)}.intro-band{padding:28px clamp(18px,5vw,72px);color:var(--white);background:var(--green)}.intro-band p{max-width:1080px;margin:0 auto;font-size:1.05rem}.split-section,.services,.contact-section{padding:clamp(56px,8vw,104px) clamp(18px,5vw,72px)}.split-section,.contact-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(30px,6vw,72px);align-items:start}.section-copy p,.contact-copy p{margin-top:0;color:var(--muted);font-size:1.08rem}.check-list{display:grid;gap:12px;padding:0;margin:24px 0 0;list-style:none}.check-list li{position:relative;padding-left:28px}.check-list li:before{position:absolute;left:0;top:.05em;color:var(--green);content:"✓";font-weight:700}.services{background:var(--white)}.section-heading{max-width:850px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.service-grid article,.contact-form{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow)}.service-grid article{padding:24px}.service-grid p{margin:0;color:var(--muted)}.contact-section{background:linear-gradient(180deg,rgba(247,245,239,.92),rgba(247,245,239,.98)),url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1600&q=80") center/cover}.profile-link{display:inline-flex;margin-top:16px;color:var(--navy);font-weight:700}.contact-form{display:grid;gap:16px;padding:clamp(22px,4vw,34px);background:var(--white)}label{display:grid;gap:7px;color:var(--ink);font-weight:700}input,select,textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #c8c1b4;border-radius:8px;color:var(--ink);background:var(--white);font:inherit}textarea{resize:vertical}.form-note{min-height:1.4em;margin:0;color:var(--muted);font-size:.93rem}.site-footer{display:grid;gap:8px;padding:28px clamp(18px,5vw,72px);color:rgba(255,255,255,.72);background:var(--navy);font-size:.9rem}.site-footer p{max-width:980px;margin:0}@media (max-width:820px){.site-header{position:static;align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.hero{min-height:720px;align-items:flex-end;padding-top:88px;background:linear-gradient(180deg,rgba(13,28,42,.38) 0%,rgba(13,28,42,.9) 66%),url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1200&q=82") center/cover}.split-section,.contact-section,.service-grid{grid-template-columns:1fr}.button{width:100%}}
.hidden-field{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}

.service-hero{min-height:560px}
.local-pages .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-grid a{color:var(--navy);font-weight:700;text-decoration:none}
.service-grid a:hover{text-decoration:underline}
.thank-you-hero{min-height:calc(100vh - 72px)}
@media (max-width:820px){.service-hero{min-height:620px}.local-pages .service-grid{grid-template-columns:1fr}}
