:root{--bg: #fffaf5;--surface: #ffffff;--surface-2: #f7f3ee;--text: #172033;--muted: #5b6476;--accent: #1a56db;--accent-hover: #1447c1;--border: #e4ddd5;--radius: 12px;--radius-sm: 8px}*{box-sizing:border-box}html{font-family:Inter,Segoe UI,Roboto,system-ui,sans-serif;line-height:1.65;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text)}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;color:var(--accent-hover)}h1,h2,h3,h4{line-height:1.3;margin-top:0}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}.site-nav nav{display:flex;gap:1.25rem;flex-wrap:wrap}.site-nav nav a{color:var(--muted);font-size:.9rem;font-weight:500}.site-nav nav a:hover{color:var(--accent);text-decoration:none}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding:2.5rem 0;background:var(--surface)}.footer-inner{display:grid;grid-template-columns:1fr auto auto;gap:2rem;align-items:start}@media(max-width:640px){.footer-inner{grid-template-columns:1fr}}.footer-brand p{color:var(--muted);font-size:.875rem;margin:.4rem 0 0;max-width:28ch}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--muted);font-size:.875rem}.footer-copy{color:var(--muted);font-size:.8rem;align-self:end}.brand{font-weight:700;font-size:1.05rem;color:var(--text);text-decoration:none}.page-shell{width:min(920px,calc(100% - 2rem));margin:2.5rem auto 4rem}.breadcrumbs{margin-bottom:1.5rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.35rem .5rem;list-style:none;margin:0;padding:0;font-size:.875rem;color:var(--muted)}.breadcrumbs li+li:before{content:"›";margin-right:.35rem;color:var(--muted)}.breadcrumbs a{color:var(--muted)}.breadcrumbs a:hover{color:var(--accent)}.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 2.25rem;margin-bottom:2rem}.hero-card h1{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:.6rem}.hero-card .lead{font-size:1.05rem;color:var(--muted);margin:0 0 1.2rem}.fact-row{display:flex;flex-wrap:wrap;gap:.5rem}.fact-badge{background:var(--surface-2);border:1px solid var(--border);border-radius:2rem;padding:.25rem .75rem;font-size:.8rem;color:var(--muted)}.content-section{margin-bottom:2.25rem}.content-section h2{font-size:1.2rem;border-bottom:2px solid var(--border);padding-bottom:.4rem;margin-bottom:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;transition:box-shadow .15s}.card:hover{box-shadow:0 2px 12px #00000012}.card h3{margin:0 0 .4rem;font-size:.975rem}.card a{color:var(--accent)}.card p{margin:0;font-size:.875rem;color:var(--muted);line-height:1.5}.fact-list,.specialty-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.fact-list li,.specialty-list li{padding-left:1.4rem;position:relative;font-size:.95rem}.fact-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.specialty-list li:before{content:"•";position:absolute;left:.2rem;color:var(--muted)}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);background:#000}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem}.faq-item dt{font-weight:600;font-size:.95rem;margin-bottom:.4rem}.faq-item dd{margin:0;font-size:.9rem;color:var(--muted);line-height:1.6}.home-hero{background:linear-gradient(135deg,#1a56db,#0f3d9e);color:#fff;padding:4rem 1rem;text-align:center}.home-hero h1{font-size:clamp(2rem,5vw,3rem);margin:0 0 1rem}.home-hero p{font-size:1.15rem;opacity:.88;max-width:52ch;margin:0 auto 2rem}.home-search{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.home-search input{padding:.65rem 1rem;border-radius:2rem;border:0;font-size:1rem;width:min(360px,100%)}.home-search button,.btn{padding:.65rem 1.5rem;border-radius:2rem;background:var(--surface);color:var(--accent);border:0;font-weight:600;font-size:1rem;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);text-decoration:none}.province-card{display:grid;grid-template-columns:1fr auto;align-items:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;gap:1rem}.province-card h2{margin:0 0 .5rem;font-size:1.3rem}.province-card p{margin:0 0 1rem;color:var(--muted)}.stats-strip{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:2.5rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.stat{text-align:center}.stat-num{font-size:2rem;font-weight:700;color:var(--accent);display:block}.stat-label{font-size:.85rem;color:var(--muted)}.search-bar{display:flex;gap:.5rem;margin-bottom:2rem}.search-bar input{flex:1;padding:.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;background:var(--surface)}.search-bar button{padding:.65rem 1.25rem;background:var(--accent);color:#fff;border:0;border-radius:var(--radius-sm);font-size:1rem;cursor:pointer;white-space:nowrap}.search-results li{margin-bottom:1rem}.result-type{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-left:.5rem}.not-found{text-align:center;padding:5rem 1rem}@media(max-width:640px){.hero-card{padding:1.25rem}.card-grid,.video-grid{grid-template-columns:1fr}}
