:root{--bg:#fff;--bg-subtle:#f1f7f7;--bg-note:#e8f4f2;--text:#14201f;--text-muted:#4a5b5a;--border:#d3e0de;--brand:#0b6b66;--brand-strong:#073f46;--link:#0a5f74;--link-hover:#073f4d;--accent:#c47d16;--accent-bg:#fdf4e5;--focus:#b45309;--radius:10px;--wrap:46rem;--wrap-wide:66rem;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font);color:var(--text);background:var(--bg);margin:0;font-size:1.0625rem;line-height:1.65}img,svg{max-width:100%;height:auto}a{color:var(--link);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--link-hover)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:2px}h1,h2,h3,h4{color:var(--brand-strong);margin:2.2rem 0 .75rem;font-weight:700;line-height:1.25}h1{margin-top:0;font-size:clamp(1.7rem,1.3rem + 2vw,2.5rem)}h2{font-size:clamp(1.35rem,1.15rem + 1vw,1.75rem)}h3{font-size:1.2rem}p,ul,ol{margin:0 0 1rem}li{margin-bottom:.4rem}strong{color:var(--brand-strong)}.skip-link{z-index:100;background:var(--brand-strong);color:#fff;border-radius:0 0 var(--radius) 0;padding:.75rem 1rem;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:1.1rem}.wrap-wide{max-width:var(--wrap-wide)}.site-header{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;position:relative}.site-header__inner{flex-wrap:wrap;align-items:center;gap:.4rem 1.25rem;padding-block:.7rem;display:flex}.brand{color:var(--brand-strong);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:inline-flex}.brand:hover{color:var(--brand-strong)}.brand__mark{flex:none;width:1.6rem;height:1.6rem}.brand__text{flex-direction:column;line-height:1.1;display:inline-flex}.brand__sub{letter-spacing:.02em;color:var(--text-muted);text-transform:uppercase;font-size:.68rem;font-weight:600}.site-nav{margin-left:auto}.site-nav ul{flex-wrap:wrap;gap:.15rem 1.1rem;margin:0;padding:0;font-size:.95rem;list-style:none;display:flex}.site-nav li{margin:0}.site-nav a{color:var(--text);border-bottom:2px solid #0000;padding:.35rem 0;font-weight:600;text-decoration:none;display:inline-block}.site-nav a:hover{color:var(--brand);border-bottom-color:var(--brand)}.site-nav a[aria-current=page]{color:var(--brand-strong);border-bottom-color:var(--brand-strong)}.main{padding-block:1.75rem 3rem;display:block}.hero{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.75rem;padding:1.4rem 1.3rem}.hero h1{margin-bottom:.5rem}.lead{color:var(--text);font-size:1.15rem}.finder{margin:1.5rem 0}.finder__form{flex-wrap:wrap;gap:.6rem;display:flex}.finder__field{flex:16rem;min-width:0}.finder label{color:var(--brand-strong);margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:block}.finder input{width:100%;font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);padding:.7rem .8rem}.finder button{font:inherit;cursor:pointer;border:1px solid var(--brand-strong);border-radius:var(--radius);background:var(--brand-strong);color:#fff;align-self:flex-end;padding:.72rem 1.2rem;font-weight:700}.finder button:hover{background:var(--brand);border-color:var(--brand)}.finder__hint{color:var(--text-muted);margin:.6rem 0 0;font-size:.9rem}.finder__result{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-note);margin-top:1rem;padding:.9rem 1rem}.finder__result:empty{display:none}.chips{flex-wrap:wrap;gap:.5rem;margin:1rem 0;padding:0;list-style:none;display:flex}.chips li{margin:0}.chips a,.chips span{border:1px solid var(--border);background:var(--bg-subtle);color:var(--brand-strong);border-radius:999px;padding:.3rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.chips a:hover{border-color:var(--brand);color:var(--brand)}.province-grid{grid-template-columns:1fr;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}@media (width>=34rem){.province-grid{grid-template-columns:1fr 1fr}}@media (width>=52rem){.province-grid{grid-template-columns:repeat(3,1fr)}}.province-grid li{margin:0}.province-grid a{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--brand-strong);padding:.75rem .9rem;font-weight:700;text-decoration:none;display:block}.province-grid a:hover{border-color:var(--brand);background:var(--bg-subtle)}.province-grid span{color:var(--text-muted);font-size:.85rem;font-weight:500;display:block}.empty{border:1px dashed var(--border);border-radius:var(--radius);background:var(--bg-subtle);margin:1.5rem 0;padding:1.2rem 1.3rem}.empty h2,.empty h3{margin-top:0}.empty p:last-child{margin-bottom:0}.note{background:var(--bg-note);border:1px solid var(--border);border-radius:var(--radius);margin:1.5rem 0;padding:1rem 1.1rem}.note>:first-child{margin-top:0}.note>:last-child{margin-bottom:0}.callout{border-left:4px solid var(--brand);background:var(--bg-subtle);border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0;padding:.9rem 1.1rem}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.cards{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0;display:grid}@media (width>=40rem){.cards{grid-template-columns:1fr 1fr}}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:1rem 1.1rem}.card h3{margin-top:0;font-size:1.05rem}.card p{color:var(--text-muted);margin-bottom:.5rem;font-size:.97rem}.card a{font-weight:600}.faq{margin-top:2rem}.faq details{border-top:1px solid var(--border);padding:.35rem 0}.faq details:last-of-type{border-bottom:1px solid var(--border)}.faq summary{cursor:pointer;color:var(--brand-strong);padding:.6rem 0;font-weight:700;list-style-position:outside}.faq summary:hover{color:var(--brand)}.faq details[open] summary{margin-bottom:.4rem}.faq p{margin-top:0}.related{border-top:2px solid var(--border);margin-top:2.5rem;padding-top:1rem}.related ul{margin:0;padding:0;list-style:none}.related li{margin-bottom:.65rem}.related a{font-weight:600}.steps{counter-reset:step;padding:0;list-style:none}.steps>li{margin-bottom:1rem;padding-left:2.6rem;position:relative}.steps>li:before{counter-increment:step;content:counter(step);background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:1.8rem;height:1.8rem;font-size:.95rem;font-weight:700;display:grid;position:absolute;top:.1rem;left:0}.site-footer{border-top:1px solid var(--border);background:var(--bg-subtle);color:var(--text-muted);margin-top:2rem;padding-block:1.75rem;font-size:.92rem}.site-footer nav ul{flex-wrap:wrap;gap:.3rem 1.1rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.site-footer a{color:var(--text)}.site-footer p{max-width:52rem;margin:0 0 .5rem}.site-footer p:last-child{margin-bottom:0}.footer-cols{grid-template-columns:1fr;gap:1rem 2rem;margin-bottom:1.25rem;display:grid}@media (width>=40rem){.footer-cols{grid-template-columns:1fr 1fr}}.footer-cols h2{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .4rem;font-size:.85rem}.footer-cols ul{margin:0;padding:0;list-style:none}.footer-cols li{margin-bottom:.3rem}.disclaimer{font-size:.86rem}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;gap:.35rem;margin:0 0 1rem;padding:0;font-size:.9rem;list-style:none;display:flex}.breadcrumb li:after{content:"/";color:var(--border);margin-left:.35rem}.breadcrumb li:last-child:after{content:""}.breadcrumb a{color:var(--text-muted)}.meta{color:var(--text-muted);font-size:.92rem}.updated{color:var(--text-muted);margin-top:2rem;font-size:.86rem}.center{text-align:center}.listing-list{gap:.85rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}.listing{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:1rem 1.1rem}.listing__name{margin:0 0 .4rem;font-size:1.1rem}.listing__address,.listing__contact{overflow-wrap:anywhere;margin:0 0 .35rem}.listing__address{color:var(--text-muted)}.listing__contact:last-child{margin-bottom:0}.listing a{overflow-wrap:anywhere}
