
:root{--ink:#153a3d;--teal:#0d494d;--paper:#f5f8f8;--line:#d4e1e1;--muted:#486367;--accent:#b4e7d6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font:17px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:white}a{color:inherit;text-underline-offset:5px}a:focus-visible,summary:focus-visible{outline:3px solid #cf6a24;outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12}h1{font-size:clamp(2.8rem,5.8vw,5rem);font-weight:500;letter-spacing:-.055em;max-width:850px}h2{font-size:clamp(2rem,3.5vw,3.1rem);font-weight:500;letter-spacing:-.04em}h3{font-size:1.3rem;font-weight:600}p{color:var(--muted)}.wrap{width:min(1180px,calc(100% - 80px));margin:auto}.draft{background:var(--teal);color:white;text-align:center;padding:8px 20px;font-size:.875rem}.skip{position:absolute;left:15px;top:-100px;background:white;padding:12px;z-index:5}.skip:focus{top:15px}header{padding:29px 0;border-bottom:1px solid var(--line)}.header,.nav,.brand,.actions{display:flex;align-items:center;gap:30px}.header{justify-content:space-between}.brand{text-decoration:none;gap:13px;line-height:1.2}.mark{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--teal);border-radius:50%;font-size:30px;font-weight:300}.brand strong{font-size:1.15rem;letter-spacing:-.02em}.brand small{display:block;font-size:.875rem;margin-top:5px;color:var(--muted)}.nav{gap:28px;font-size:.9375rem}.nav a{text-decoration:none}.nav a:hover{text-decoration:underline}.button{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:12px 23px;border:1px solid var(--teal);background:var(--teal);color:white;text-decoration:none;font-size:1rem;font-weight:600;border-radius:5px;gap:20px}.button:hover{background:#176469;color:white}.button.light{background:white;color:var(--teal)}.eyebrow{font-size:.875rem;text-transform:uppercase;letter-spacing:.14em;font-weight:650;color:var(--teal);margin-bottom:25px}.hero{padding:74px 0 64px;background:var(--paper)}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#23766d}.hero .lead{font-size:1.2rem;max-width:660px;margin:27px 0 30px}.actions{gap:14px;flex-wrap:wrap}.hero-bottom{margin-top:65px;display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--line);padding-top:26px;gap:25px}.hero-bottom small{display:block;font-size:.875rem;color:var(--muted);margin-bottom:6px}.hero-bottom strong{font-size:1.05rem;font-weight:550}.section{padding:80px 0}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:40px}.section-head p{max-width:500px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service{padding:32px 30px 38px 0}.service+.service{border-left:1px solid var(--line);padding-left:30px}.number{display:block;color:#527978;font-size:.875rem;margin-bottom:28px}.service p{margin-top:16px;font-size:1rem}.service ul{padding-left:19px;margin:22px 0 0;font-size:.9375rem;color:var(--muted)}.visit{background:var(--teal);color:white}.visit p,.visit .eyebrow{color:#d6e9e8}.visit-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:center}.visit h2{margin-bottom:24px}.visit p{margin-bottom:24px}.photo{margin:0}.photo img{display:block;width:100%;height:auto;border-radius:5px}.photo figcaption{font-size:.875rem;margin-top:12px;color:#d6e9e8}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-grid h2{margin-bottom:25px}.contact-item{padding:20px 0;border-bottom:1px solid var(--line)}.contact-item small{display:block;font-size:.875rem;color:var(--muted);margin-bottom:7px}.contact-item a{font-size:1.15rem;overflow-wrap:anywhere}.contact-box{padding:34px;background:var(--paper);border:1px solid var(--line);border-radius:5px}.contact-box h3{margin-bottom:17px}.contact-box p{margin-bottom:22px}.contact-box .note{font-size:.9375rem;margin:20px 0 0}.footer{padding:30px 0;border-top:1px solid var(--line);font-size:.875rem}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer-links{display:flex;gap:25px}.review{margin-top:24px;font-size:.875rem}.review summary{cursor:pointer;color:var(--muted)}.review p{margin-top:12px;max-width:850px}.legal-note{font-size:.875rem;margin-top:12px;color:var(--muted)}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}header{padding:20px 0}.header{align-items:flex-start}.nav{gap:15px}.nav .button{display:none}.hero{padding:48px 0}.hero-bottom{margin-top:40px;grid-template-columns:1fr 1fr}.hero-bottom>div:last-child{grid-column:1/-1}.section{padding:52px 0}.section-head,.visit-grid,.contact-grid{grid-template-columns:1fr;gap:28px}.services{grid-template-columns:1fr}.service,.service+.service{padding:26px 0;border-left:0}.service+.service{border-top:1px solid var(--line)}.number{margin-bottom:14px}.photo{max-width:540px}.footer-inner{flex-direction:column;gap:18px}}
@media(max-width:480px){.header{flex-direction:column;gap:20px}.nav{width:100%;justify-content:space-between}.hero-bottom{grid-template-columns:1fr;gap:16px}.hero-bottom>div:last-child{grid-column:auto}.actions{align-items:stretch;flex-direction:column}.contact-box{padding:24px}.brand strong{font-size:1.1rem}h1{font-size:2.8rem}.footer-links{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
