:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7f7f2;background:#101312;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 85% 5%,#28302d 0,#101312 38rem)}body,main{min-height:100vh}main{--primary:#a71919;--accent:#f4c430;max-width:1180px;margin:auto;padding:2rem 3rem 1.5rem}header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid #ffffff24}.eyebrow,.intro p,article span{display:block;color:#b9c0bc;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:700}h1{margin:.2rem 0 0;font-size:clamp(2rem,5vw,3.5rem);line-height:.95}.province{font-size:.9rem;color:#ced2cf;border:1px solid #ffffff2b;border-radius:2rem;padding:.55rem .9rem}.headerActions{display:flex;align-items:center;gap:.8rem}.headerActions a{color:#f7f7f2;font-size:.85rem;text-underline-offset:.25rem}.intro{padding:clamp(4rem,10vw,8rem) 0 3rem;max-width:780px}.intro p{color:var(--accent);margin:0 0 1rem}.intro h2{font-size:clamp(3rem,8vw,6.8rem);letter-spacing:-.065em;line-height:.85;margin:0 0 1.4rem}.intro span{font-size:1.05rem;color:#bcc3bf}.grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:1rem;gap:1rem}article{min-height:220px;padding:1.6rem;display:flex;flex-direction:column;justify-content:space-between;background:#1a1f1d;border:1px solid #ffffff17;border-radius:1.2rem}article.featured{background:var(--primary);border-color:transparent}article.featured small,article.featured span{color:#fff}article strong{font-size:clamp(2.8rem,6vw,5rem);line-height:1;letter-spacing:-.06em}article small{font-size:.84rem;color:#aeb5b1}.empty{grid-column:1/-1}footer{display:flex;justify-content:space-between;color:#858d88;font-size:.78rem;padding-top:1.5rem}footer b{color:#9ed5aa;font-weight:600}footer b:before{content:"";display:inline-block;width:.5rem;height:.5rem;margin-right:.45rem;border-radius:50%;background:#48b866}footer b.stale{color:#f1bd72}footer b.stale:before{background:#e39a32}.state{display:grid;place-content:center;text-align:center}.directoryIntro{padding:clamp(3.5rem,8vw,6rem) 0 2.5rem}.directoryIntro h2{font-size:clamp(2.6rem,7vw,5.5rem);letter-spacing:-.055em;margin:0 0 .8rem}.directoryIntro p{color:#b9c0bc;font-size:1.05rem}.tenantGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.tenantCard{--tenant:#555;min-height:210px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;color:#fff;text-decoration:none;border-radius:1.2rem;border:1px solid #ffffff1f;background:linear-gradient(145deg,var(--tenant),#1a1f1d 75%);transition:transform .18s ease,border-color .18s ease}.tenantCard:hover{transform:translateY(-3px);border-color:#ffffff66}.tenantCard small,.tenantCard span{color:#e7e9e7;font-size:.82rem}.tenantCard strong{font-size:2.1rem;letter-spacing:-.04em}.notice{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;border:1px solid #ffffff1f;border-radius:1rem;color:#b9c0bc}.notice strong{color:#fff}@media (max-width:760px){main{padding:1.4rem}.province{display:none}.intro{padding:4rem 0 2rem}.grid{grid-template-columns:1fr}article{min-height:170px}footer{gap:1rem;flex-direction:column}}