:root{--paper:#EDF1F0;--ink:#183B3B;--yellow:#FFD559;--steel:#BDC9CB;--white:#FFFFFF;--display:"Arial Rounded MT Bold","Trebuchet MS",sans-serif;--body:"Helvetica Neue",Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:3px solid var(--yellow);outline-offset:6px}
.demo-notice{padding:11px 20px;background:var(--ink);color:var(--white);text-align:center;font-size:12px;line-height:1.5}
.masthead,main,footer{width:min(1220px,calc(100% - 64px));margin-inline:auto}
.masthead{height:112px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.wordmark{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:2px;font-size:17px}
.mark{width:39px;height:39px;display:grid;place-items:center;background:var(--yellow);border-radius:11px;font:30px/1 var(--display);letter-spacing:-3px;padding-right:3px}
.location{font-size:14px;white-space:nowrap}.location span{margin:0 14px;color:#4E6868}
.hero{display:grid;grid-template-columns:1.15fr 1fr;min-height:590px;border-radius:28px;overflow:hidden;background:var(--white)}
.hero-copy{background:var(--ink);color:var(--white);padding:46px 46px 40px;min-width:0}
.eyebrow{display:flex;align-items:center;gap:9px;font-size:13px;letter-spacing:.6px;margin:0 0 28px;color:var(--paper)}
.eyebrow span{height:8px;width:8px;border-radius:50%;background:var(--yellow)}
h1{font:clamp(48px,5.6vw,78px)/1.02 var(--display);letter-spacing:-4px;margin:0;font-weight:700}
h1 span{font-size:.68em;letter-spacing:-2px;line-height:1.3}
.district{display:inline-block;padding:9px 13px;border:1px solid #668181;border-radius:8px;font-size:14px;margin:22px 0 0}
.intro{font-size:18px;line-height:1.6;max-width:350px;margin:23px 0}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.button{min-height:56px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:23px;padding:15px 19px;font-size:14px;font-weight:700;transition:transform .18s}
.button:hover{transform:translateY(-2px)}
.primary{background:var(--yellow);color:var(--ink)}
.secondary{border:1px solid #8FA2A2;color:var(--white)}
.button span:last-child{font-size:21px;font-weight:400}
.phone{display:inline-block;font-size:15px;letter-spacing:.5px;margin-top:24px;color:var(--paper)}
.workbench{display:grid;align-items:center;min-width:0;padding:9px;background:var(--white)}
.workbench svg{display:block;width:100%;height:auto;max-height:610px}
.contact{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:38px 4px;border-bottom:1px solid var(--steel)}
h2{font:700 23px/1.2 var(--display);letter-spacing:-.7px;margin:0 0 10px}
.contact p{font-size:15px;line-height:1.6;margin:0;color:#4E6868}
.contact a{white-space:nowrap;display:flex;align-items:center;gap:27px;font-weight:700;font-size:20px}.contact a span{font-size:30px}
footer{display:flex;justify-content:space-between;gap:20px;padding-block:28px 35px;font-size:12px;line-height:1.6;color:#4E6868}
@media(max-width:800px){.masthead,main,footer{width:calc(100% - 40px)}.masthead{height:92px}.hero{grid-template-columns:1fr}.hero-copy{padding:32px}.workbench{padding:12px 34px}.workbench svg{max-height:420px}.contact{align-items:flex-start;flex-direction:column;gap:19px;padding-block:30px}h1{font-size:66px}.location{font-size:12px}.location span{margin-inline:7px}footer{flex-direction:column;gap:5px}}
@media(max-width:430px){.demo-notice{padding:9px 14px;font-size:11px}.masthead,main,footer{width:calc(100% - 28px)}.masthead{height:82px}.wordmark{font-size:14px;gap:8px;letter-spacing:1.5px}.mark{width:32px;height:32px;font-size:26px}.hero{border-radius:20px}.hero-copy{padding:27px 23px 30px}.eyebrow{margin-bottom:22px;font-size:11px}h1{font-size:58px;letter-spacing:-3px}h1 span{letter-spacing:-1.8px}.district{font-size:12px;margin-top:17px;padding:8px 10px}.intro{font-size:16px;line-height:1.55;margin:20px 0}.actions{gap:10px}.button{padding:13px 15px;gap:15px;min-height:52px;font-size:13px}.secondary{flex:1}.phone{margin-top:19px;font-size:14px}.workbench{padding:6px 21px}.workbench svg{max-height:370px}.contact h2{font-size:23px}.contact p{font-size:14px}.contact a{font-size:19px}}
@media(max-width:350px){h1{font-size:51px}.hero-copy{padding:24px 20px}.actions{flex-direction:column}.button{width:100%;min-height:48px}.location{font-size:11px}.location span{margin-inline:4px}.eyebrow{font-size:10px}.intro{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
