:root{--ink:#25222a;--muted:#665f6c;--paper:#ffffff;--soft:#fff5f8;--soft-2:#f5f8ff;--line:#e5dfe5;--brand:#b72a5d;--brand-dark:#801940;--accent:#f5b642;--blue:#315b9a;--success:#176a45;--danger:#9d2738;--shadow:0 16px 42px rgba(55,35,49,0.09);--radius:20px;--wrap:1180px} *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65} body.menu-open{overflow:hidden} img{display:block;max-width:100%} .una-picture{display:contents} a{color:var(--brand-dark);text-decoration-thickness:1px;text-underline-offset:3px} a:hover{text-decoration-thickness:2px} button,input,select,textarea{font:inherit} button,a{-webkit-tap-highlight-color:transparent} h1,h2,h3{margin:0 0 0.7em;line-height:1.16;letter-spacing:-0.025em} h1{font-size:clamp(2.4rem,6vw,4.75rem)} h2{font-size:clamp(1.7rem,3.5vw,2.7rem)} h3{font-size:1.25rem} p{margin:0 0 1.15em} .wrap{width:min(calc(100% - 36px),var(--wrap));margin-inline:auto} .narrow{width:min(100%,820px)} .skip-link{position:fixed;top:12px;left:12px;z-index:1000;padding:12px 18px;color:#fff;background:var(--brand-dark);border-radius:10px;transform:translateY(-150%)} .skip-link:focus{transform:translateY(0)} .site-header{position:relative;z-index:20;color:var(--ink);background:rgba(255,255,255,0.98);border-bottom:1px solid var(--line)} .site-header__inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px} .site-logo{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none} .site-logo__mark{display:grid;width:50px;height:50px;place-items:center;font-size:1.6rem;background:var(--soft);border:1px solid #f3c9d8;border-radius:15px} .site-logo strong,.site-logo small{display:block} .site-logo strong{font-size:1.18rem;letter-spacing:-0.02em} .site-logo small{color:var(--muted);font-size:0.74rem} .desktop-nav{display:flex;align-items:center;gap:24px} .desktop-nav a{position:relative;min-height:44px;display:inline-flex;align-items:center;color:var(--ink);font-size:0.94rem;font-weight:700;text-decoration:none} .desktop-nav a[aria-current="page"]::after,.desktop-nav a:hover::after{position:absolute;right:0;bottom:5px;left:0;height:3px;content:"";background:var(--brand);border-radius:10px} .menu-toggle{display:none;min-width:48px;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:8px 10px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:12px;cursor:pointer} .menu-toggle__label{font-weight:750} .menu-toggle__icon{width:24px} .menu-toggle__icon span{display:block;height:2px;margin:5px 0;background:currentColor;border-radius:3px} .menu-overlay{position:fixed;inset:0;z-index:50;opacity:0;background:rgba(21,16,22,0.55);transition:opacity 260ms ease} .menu-overlay.is-visible{opacity:1} .mobile-menu{position:fixed;top:0;right:0;z-index:60;width:min(88vw,390px);height:100dvh;padding:22px;overflow-y:auto;color:var(--ink);background:#fff;box-shadow:-24px 0 60px rgba(28,19,25,0.22);transform:translateX(105%);transition:transform 280ms cubic-bezier(0.22,1,0.36,1)} .mobile-menu.is-open{transform:translateX(0)} .mobile-menu__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)} .mobile-menu__close{width:48px;height:48px;color:var(--ink);background:var(--soft);border:0;border-radius:14px;font-size:2rem;cursor:pointer} .mobile-menu nav{display:grid;margin-top:10px} .mobile-menu nav a{min-height:54px;display:flex;align-items:center;color:var(--ink);font-size:1.08rem;font-weight:750;text-decoration:none;border-bottom:1px solid var(--line)} .breadcrumbs{padding:18px 0 12px;color:var(--muted);font-size:0.88rem} .breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none} .breadcrumbs li:not(:last-child)::after{margin-left:7px;content:"/";color:#aaa1aa} .page-hero{aspect-ratio:16 / 9;margin:12px 0 0;overflow:hidden;background:var(--soft);border-radius:26px;box-shadow:var(--shadow)} .page-hero img{width:100%;height:100%;object-fit:cover} .eyebrow{margin-bottom:0.65rem;color:var(--brand-dark);font-size:0.76rem;font-weight:850;letter-spacing:0.11em;text-transform:uppercase} .home-hero{padding:clamp(64px,9vw,120px) 0;background:radial-gradient(circle at 84% 10%,rgba(245,182,66,0.28),transparent 30%),radial-gradient(circle at 10% 100%,rgba(183,42,93,0.16),transparent 34%),linear-gradient(135deg,#fff 0%,#fff8fa 55%,#f5f8ff 100%);border-bottom:1px solid var(--line)} .home-hero__grid,.city-intro__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,0.75fr);align-items:center;gap:clamp(35px,6vw,90px)} .home-hero h1{max-width:760px} .home-hero__lead{max-width:720px;color:var(--muted);font-size:clamp(1.15rem,2vw,1.42rem)} .hero-panel,.fact-card{padding:clamp(26px,5vw,42px);background:rgba(255,255,255,0.94);border:1px solid rgba(183,42,93,0.18);border-radius:26px;box-shadow:var(--shadow)} .hero-panel__icon{display:block;margin-bottom:12px;font-size:3.5rem} .hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px} .hero-points span,.badge-list li,.inline-list li{display:inline-flex;min-height:34px;align-items:center;padding:5px 11px;color:#59414b;background:#fff;border:1px solid #e8c9d5;border-radius:9px;font-size:0.82rem;font-weight:750} .city-finder{max-width:720px;margin-top:28px} .city-finder label,.field label{display:block;margin-bottom:7px;color:var(--ink);font-size:0.93rem;font-weight:800} .city-finder__row{display:flex;gap:10px} .city-finder input,.field input,.field select,.field textarea{width:100%;min-height:52px;padding:12px 14px;color:var(--ink);background:#fff;border:1px solid #cfc6cf;border-radius:12px} .field textarea{min-height:180px;resize:vertical} .city-finder input:focus,.field input:focus,.field select:focus,.field textarea:focus,button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid rgba(49,91,154,0.34);outline-offset:2px;border-color:var(--blue)} .button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;color:#fff;background:var(--brand);border:2px solid var(--brand);border-radius:12px;font-weight:850;text-decoration:none;cursor:pointer} .button:hover{color:#fff;background:var(--brand-dark);border-color:var(--brand-dark)} .button--secondary{color:var(--brand-dark);background:#fff;border-color:#d8a5b7} .button--secondary:hover{color:#fff} .button--quiet{min-height:44px;color:var(--brand-dark);background:transparent;border-color:transparent} .button--quiet:hover{color:var(--brand-dark);background:var(--soft);border-color:#efc3d2} .button--light{color:var(--brand-dark);background:#fff;border-color:#fff} .button--light:hover{color:var(--brand-dark);background:#fff4f7;border-color:#fff4f7} .button--full{width:100%;margin-top:8px} .button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px} .section{padding:clamp(65px,8vw,110px) 0} .section--soft{background:var(--soft-2);border-block:1px solid #e1e7f1} .section--accent{color:#fff;background:var(--brand-dark)} .section--accent .eyebrow{color:#ffd6e4} .section-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,0.8fr);align-items:end;gap:35px;margin-bottom:34px} .section-heading>p{color:var(--muted)} .feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px} .feature-card,.mini-card,.city-card,.content-card,.sidebar-card,.filter-panel,.freebie-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)} .feature-card,.mini-card,.city-card{padding:25px} .feature-card>span{width:44px;height:44px;display:grid;place-items:center;margin-bottom:16px;color:var(--brand-dark);background:var(--soft);border-radius:12px;font-weight:900} .feature-card p,.mini-card p,.city-card p{color:var(--muted)} .mini-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px} .mini-card>span{color:var(--success);font-size:0.82rem;font-weight:800} .page-intro,.city-intro{padding:clamp(55px,7vw,90px) 0;background:linear-gradient(180deg,#fff8fa,#fff);border-bottom:1px solid var(--line)} .page-intro h1,.city-intro h1{font-size:clamp(2.3rem,5vw,4rem)} .page-intro p,.city-intro p{color:var(--muted);font-size:1.08rem} .fact-card{display:grid;gap:7px} .fact-card__number{color:var(--brand);font-size:4rem;font-weight:900;line-height:1} .fact-card>span:not(.fact-card__number){color:var(--muted);font-size:0.9rem} .content-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:30px;padding-top:55px;padding-bottom:80px} .main-column,.sidebar{min-width:0} .sidebar{display:grid;gap:22px} .sidebar-card{padding:24px} .sidebar-card h2{font-size:1.25rem} .check-list,.number-list{margin:0;padding-left:1.2rem} .check-list li,.number-list li{margin-bottom:10px} .content-card{margin-bottom:28px;padding:clamp(25px,5vw,46px)} .prose h2:not(:first-child){margin-top:1.7em} .prose p,.prose li{color:#4f4952} .filter-panel{margin-bottom:26px;padding:clamp(22px,4vw,34px)} .filter-panel__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px} .filter-panel__heading h2{margin-bottom:0;font-size:clamp(1.5rem,3vw,2rem)} .filter-panel__heading>p{margin:0;color:var(--muted);font-size:0.9rem} .filter-grid,.form-grid{display:grid;grid-template-columns:1.4fr 0.8fr 0.8fr;gap:16px} .form-grid{grid-template-columns:1fr 1fr} .filter-checks{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;margin-top:20px} .filter-checks label,.consent-check{display:inline-flex;min-height:44px;align-items:center;gap:9px;font-weight:700} .filter-checks input,.consent-check input{width:20px;height:20px} .filter-empty{margin:20px 0 0;padding:15px;color:var(--danger);background:#fff1f3;border-radius:12px;font-weight:800} .freebie-grid{display:grid;gap:22px} .freebie-card{padding:clamp(23px,4vw,34px)} .freebie-card[hidden]{display:none} .freebie-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px} .freebie-card__top h3{margin-bottom:0;font-size:clamp(1.35rem,3vw,1.75rem)} .verification{max-width:220px;display:inline-flex;padding:6px 10px;color:var(--success);background:#eef9f3;border:1px solid #c8e7d6;border-radius:8px;font-size:0.76rem;font-weight:850;text-align:center} .verification--official-variable,.verification--confirm-first{color:#735415;background:#fff8e6;border-color:#edd8a0} .freebie-card__offer{margin-top:18px;color:var(--ink);font-size:1.13rem;font-weight:850} .badge-list,.inline-list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0;padding:0;list-style:none} .badge-list li{color:#2d4e73;background:#f2f7fd;border-color:#ceddef} .offer-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:22px 0 0;border:1px solid var(--line);border-radius:14px;overflow:hidden} .offer-details div{padding:16px} .offer-details div+div{border-left:1px solid var(--line)} .offer-details dt{margin-bottom:5px;color:var(--brand-dark);font-size:0.78rem;font-weight:850;text-transform:uppercase} .offer-details dd{margin:0;color:var(--muted);font-size:0.91rem} .freebie-card__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:0.83rem} .text-link{font-weight:850} .faq-list{border-top:1px solid var(--line)} .faq-list details{border-bottom:1px solid var(--line)} .faq-list summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-weight:850;list-style:none} .faq-list summary::-webkit-details-marker{display:none} .faq-list summary::after{content:"+";color:var(--brand);font-size:1.5rem} .faq-list details[open] summary::after{content:"−"} .faq-list details p{padding-right:35px} .city-finder--page{margin-inline:auto;text-align:left} .province-block{margin-bottom:40px} .province-block__heading{margin-bottom:24px} .city-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px} .city-card>span{color:var(--brand);font-size:0.8rem;font-weight:900} .site-form{display:grid;gap:20px} .honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important} .consent-check{align-items:flex-start} .notice{margin-top:22px;padding:18px 20px;color:#473d45;background:#f7f4f7;border:1px solid var(--line);border-radius:12px} .notice--success{color:#154e36;background:#effaf4;border-color:#bee4ce} .notice--error{color:#762031;background:#fff1f3;border-color:#efbdc6} .notice p:last-child{margin-bottom:0} .callout{display:flex;align-items:center;justify-content:space-between;gap:35px} .callout h2{margin-bottom:0.25em} .ad-placeholder{min-height:250px;display:grid;place-items:center;margin:25px 0;color:var(--muted);background:#f4f2f4;border:1px dashed #c9c0c8;border-radius:12px;font-size:0.75rem;text-transform:uppercase} .site-footer{padding:60px 0 28px;color:#f6edf1;background:#261a22} .site-footer__grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:35px} .site-footer h2{color:#fff;font-size:1.05rem} .site-footer p,.site-footer li{color:#dacdd4;font-size:0.9rem} .site-footer ul{margin:0;padding:0;list-style:none} .site-footer li{margin-bottom:8px} .site-footer a{color:#fff} .footer-note{max-width:390px} .site-footer__bottom{display:flex;justify-content:space-between;gap:25px;margin-top:35px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.16)} .site-footer__bottom p{margin:0;font-size:0.8rem} @media(max-width:980px){.desktop-nav{display:none} .menu-toggle{display:inline-flex} .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .content-with-sidebar{grid-template-columns:minmax(0,1fr)} .sidebar{grid-template-columns:repeat(2,minmax(0,1fr))} .site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media(max-width:760px){body{font-size:16px} .wrap{width:min(calc(100% - 24px),var(--wrap))} .site-header__inner{min-height:74px} .site-logo__mark{width:44px;height:44px} .site-logo small{display:none} .menu-toggle__label{display:none} .home-hero{padding:54px 0 64px} .home-hero__grid,.city-intro__grid,.section-heading{grid-template-columns:1fr;gap:24px} h1{font-size:clamp(2.3rem,13vw,3.5rem)} .city-finder__row,.callout,.freebie-card__top,.freebie-card__footer{align-items:stretch;flex-direction:column} .city-finder__row{display:grid} .feature-grid,.mini-card-grid,.city-card-grid,.sidebar,.site-footer__grid,.filter-grid,.form-grid,.offer-details{grid-template-columns:1fr} .offer-details div+div{border-top:1px solid var(--line);border-left:0} .filter-panel__heading{align-items:flex-start;flex-direction:column} .verification{max-width:none;align-self:flex-start} .site-footer__bottom{flex-direction:column}} @media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition-duration:0.01ms !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important}} .province-intro-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,0.75fr);align-items:center;gap:clamp(35px,6vw,80px)} .province-block__heading--with-link,.freebie-group__heading{display:flex;align-items:end;justify-content:space-between;gap:24px} .province-block__heading--with-link>div,.freebie-group__heading>div{min-width:0} .freebie-group{margin-bottom:42px} .freebie-group[hidden]{display:none} .freebie-group__heading{display:block;margin:0 0 22px;padding:0 4px} .freebie-group__heading h2{margin-bottom:0.3em;font-size:clamp(1.7rem,3.5vw,2.4rem)} .freebie-group__heading p:last-child{max-width:760px;margin-bottom:0;color:var(--muted)} .verification-stack{display:grid;justify-items:end;gap:7px} .verification--review{color:#762031;background:#fff1f3;border-color:#efbdc6} .sidebar-link-list{margin:0;padding-left:1.1rem} .sidebar-link-list li{margin-bottom:10px} .filter-checks .button{margin-left:auto} @media(max-width:980px){.province-intro-grid{grid-template-columns:1fr}} @media(max-width:760px){.province-block__heading--with-link{align-items:flex-start;flex-direction:column} .verification-stack{justify-items:start} .filter-checks .button{width:100%;margin-left:0}} .city-highlights{margin:0 0 2rem} .highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem} .highlight-card{display:flex;flex-direction:column;gap:.45rem;min-height:10rem;padding:1.15rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-decoration:none;box-shadow:var(--shadow-small)} .highlight-card:hover,.highlight-card:focus-visible{transform:translateY(-2px);box-shadow:var(--shadow)} .highlight-card span{color:var(--accent-dark);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase} .highlight-card strong{color:var(--ink);font-size:1.08rem} .highlight-card small{color:var(--muted);font-size:.92rem;line-height:1.55} .source-details{margin-top:1rem;border-top:1px solid var(--line);padding-top:.85rem} .source-details summary{color:var(--accent-dark);cursor:pointer;font-weight:800} .source-details div{padding-top:.7rem} .source-details p{margin:.35rem 0;font-size:.9rem} .review-status{display:inline-block;margin-left:.3rem;padding:.15rem .45rem;border-radius:.4rem;background:var(--soft);color:var(--ink);font-size:.72rem;font-weight:800} .review-status--overdue{background:#fff3cd;color:#664d03} .review-status--due-soon{background:#e8f1ff;color:#153f73} .review-status--current{background:#e8f7ee;color:#205b36} .freebie-card:target{outline:4px solid rgba(183,42,93,.2);outline-offset:4px} @media(max-width:900px){.highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media(max-width:600px){.highlight-grid{grid-template-columns:1fr} .highlight-card{min-height:0}} .city-review-note{margin-top:1rem;color:var(--muted,#5c6570);font-size:.92rem}.maintenance-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#f7f3f5}.maintenance-page .content-card{max-width:650px;margin:0} .offer-condition-warning{margin:.75rem 0;padding:.75rem .9rem;border-left:4px solid #a13a17;background:#fff4ec;color:#68230e;border-radius:.25rem} .preview-banner{padding:.8rem 1rem;background:#fff0b8;color:#4d3900;text-align:center;border-bottom:1px solid #d9b74b} .preview-banner a{color:inherit;font-weight:700} .mobile-menu__sub{padding-left:2rem !important;font-size:.95em} .quick-offers-panel,.recent-changes-panel{margin:1.25rem 0;padding:1.2rem;border:1px solid var(--line,#d9dde2);border-radius:.8rem;background:#fff}.quick-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.quick-offer-grid a{display:grid;gap:.25rem;min-height:100%;padding:.9rem;border:1px solid var(--line,#d9dde2);border-radius:.65rem;text-decoration:none;color:inherit;background:var(--soft,#f8f3f6)}.quick-offer-grid a:hover,.quick-offer-grid a:focus-visible{border-color:var(--accent,#b72a5d);box-shadow:0 0 0 3px rgba(183,42,93,.12)}.quick-offer-grid span{font-size:.9rem;color:var(--muted,#5c6570)}.recent-change-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.recent-change-list li{display:grid;grid-template-columns:150px 1fr;gap:1rem;padding:.8rem 0;border-top:1px solid var(--line,#d9dde2)}.recent-change-list li:first-child{border-top:0}.recent-change-list time{font-size:.85rem;font-weight:800;color:var(--muted,#5c6570)}.recent-change-list a{font-weight:800;color:var(--accent-dark,#861d48)}.recent-change-list p{margin:.2rem 0 0}.fact-card__number+strong{margin-bottom:.25rem}@media(max-width:800px){.quick-offer-grid{grid-template-columns:1fr}.recent-change-list li{grid-template-columns:1fr;gap:.25rem}}:root{--ink:#18324b;--muted:#536579;--paper:#fffdf8;--soft:#fff7ed;--soft-2:#eefafd;--line:#d9d8e8;--brand:#c52e68;--brand-dark:#941d4b;--teal:#0f7f8c;--teal-dark:#075965;--accent:#ffd75b;--lavender:#f0eaff;--coral:#ff7892;--blue:#176f9b;--success:#176a45;--danger:#98243a;--shadow:0 14px 36px rgba(39,54,91,0.11);--radius:22px} body{color:var(--ink);background:var(--paper);font-size:17px;line-height:1.58} h1,h2,h3{color:var(--ink)} h1{font-size:clamp(2.25rem,5.7vw,4.45rem)} h2{font-size:clamp(1.65rem,3.3vw,2.55rem)} p{margin-bottom:1em} a{color:var(--teal-dark)} .site-header{background:rgba(255,255,255,.99);border-bottom:1px solid #d8d6e8} .party-flags{height:8px;background:repeating-linear-gradient(90deg,#ff7892 0 52px,#ffd75b 52px 104px,#63cdd2 104px 156px,#9e83dc 156px 208px,#ff9a66 208px 260px)} .site-header__inner{min-height:92px} .site-logo__mark{display:block;width:58px;height:58px;object-fit:cover;padding:0;background:#078cf5;border:2px solid #d8efff;border-radius:16px} .site-logo strong{font-size:1.2rem;color:var(--teal-dark)} .site-logo strong span{color:var(--brand)} .site-logo small{color:#52647a} .desktop-nav a{color:var(--ink)} .desktop-nav a[aria-current="page"]::after,.desktop-nav a:hover::after{background:var(--brand)} .mobile-menu{border-left:6px solid var(--accent)} .mobile-menu__brand{display:flex;align-items:center;gap:.65rem} .mobile-menu__brand img{border-radius:14px} .mobile-menu nav a:hover{background:#fff6f9} .eyebrow{color:var(--brand-dark);letter-spacing:.075em;font-size:.78rem} .home-hero{position:relative;overflow:hidden;padding:clamp(48px,7vw,92px) 0;background:radial-gradient(circle at 8% 20%,rgba(255,215,91,.35),transparent 24%),radial-gradient(circle at 96% 85%,rgba(99,205,210,.26),transparent 25%),linear-gradient(135deg,#fffdf8 0%,#fff4f8 48%,#eefafd 100%);border-bottom:1px solid #d9d8e8} .home-hero::after{position:absolute;inset:auto 0 0;height:18px;content:"";background:repeating-linear-gradient(135deg,transparent 0 18px,rgba(197,46,104,.08) 18px 36px)} .home-hero__grid{grid-template-columns:minmax(0,1.22fr) minmax(320px,.8fr)} .home-hero__lead{color:#41596e} .home-hero__art{position:relative} .home-hero__art>img,.home-hero__art>.una-picture>img{width:100%;border:3px solid #fff;border-radius:30px;box-shadow:var(--shadow)} .home-hero__bubble{position:absolute;right:18px;bottom:-22px;max-width:300px;padding:15px 18px;background:#fff;border:2px solid #b8a5df;border-radius:18px;box-shadow:0 10px 24px rgba(43,44,86,.12)} .home-hero__bubble strong,.home-hero__bubble span{display:block} .home-hero__bubble strong{color:var(--brand-dark);font-size:1.05rem} .home-hero__bubble span{color:var(--muted);font-size:.9rem} .city-finder{padding:20px;background:rgba(255,255,255,.88);border:2px solid #c6dfe4;border-radius:18px;box-shadow:0 10px 28px rgba(29,72,84,.08)} .city-finder input,.field input,.field select,.field textarea{border:1px solid #9eaec1;border-radius:12px} .button{background:var(--brand);border-color:var(--brand);border-radius:12px;box-shadow:0 4px 0 #8f1d4a} .button:hover{background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(1px);box-shadow:0 3px 0 #71163a} .button--secondary{color:var(--teal-dark);background:#fff;border-color:var(--teal);box-shadow:none} .button--secondary:hover{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff} .hero-points span,.badge-list li,.inline-list li{color:#263f58;background:#fff;border-color:#c9c5df} .hero-points span:nth-child(2n){background:#fff8d8;border-color:#e8c955} .hero-points span:nth-child(3n){background:#eafafa;border-color:#8bced3} .quick-paths{padding:26px 0} .quick-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px} .quick-path-card{display:grid;grid-template-columns:auto 1fr;gap:2px 14px;align-items:center;min-height:118px;padding:22px;color:var(--ink);text-decoration:none;border:2px solid transparent;border-radius:20px;box-shadow:0 8px 22px rgba(48,53,91,.08)} .quick-path-card>span{grid-row:1/3;font-size:2.2rem} .quick-path-card strong{font-size:1.12rem} .quick-path-card small{color:#4d5e71} .quick-path-card--yellow{background:#fff5c9;border-color:#e7ca52} .quick-path-card--blue{background:#e4f7fa;border-color:#86ced5} .quick-path-card--lavender{background:#f0eaff;border-color:#b8a6df} .quick-path-card--green{background:#e8f7ec;border-color:#9dcea8} .quick-path-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)} .una-section{padding-top:34px;padding-bottom:34px} .una-tip{display:flex;flex-direction:column;align-items:center;gap:14px;margin:28px 0;padding:28px clamp(22px,4vw,40px);text-align:center;background:linear-gradient(100deg,#f3edff,#fff 65%);border:2px solid #b9aae0;border-radius:24px;box-shadow:0 10px 26px rgba(70,54,112,.08)} .una-tip .una-picture{display:block;width:100%} .una-tip img{width:150px;height:150px;margin-inline:auto;object-fit:cover;border-radius:18px} .una-tip>div{width:min(100%,680px);margin-inline:auto} .una-tip .eyebrow,.una-tip h2,.una-tip p{text-align:center} .una-tip h2{margin-bottom:.3rem;font-size:clamp(1.35rem,2.4vw,2rem)} .una-tip p:last-child{margin-bottom:0} .fact-card img{float:right;margin:-14px -10px 4px 12px;border-radius:18px} .fact-card{border:2px solid #bbaee1;background:#fff} .fact-card__number{color:var(--brand)} .section--soft{background:#f6fbfc} .city-card,.feature-card,.mini-card,.content-card,.sidebar-card,.freebie-card,.highlight-card,.filter-panel,.quick-offers-panel,.recent-changes-panel{border-color:#d4d3e5;box-shadow:0 8px 24px rgba(35,53,86,.065)} .city-card{border-top:6px solid var(--teal)} .city-card:nth-child(2n){border-top-color:var(--brand)} .city-card:nth-child(3n){border-top-color:#d4a91c} .city-card>span{background:var(--lavender);color:var(--teal-dark);border-radius:8px} .feature-card>span{background:var(--accent);color:#24364d} .mini-card>span{color:#4b325d;background:var(--lavender)} .freebie-card{position:relative;overflow:hidden;background:#fff} .freebie-card::before{position:absolute;top:0;left:0;right:0;height:7px;content:"";background:linear-gradient(90deg,var(--teal) 0 33%,var(--accent) 33% 66%,var(--brand) 66%)} .freebie-card__offer{color:var(--teal-dark)} .offer-condition-warning{background:#fff2cd;border-color:#d4ae2a;color:#533d00} .badge-list li{border-radius:8px} .verification{border-radius:8px} .offer-details dt{color:var(--brand-dark)} .source-details summary{color:var(--teal-dark)} .una-last-minute{display:grid;grid-template-columns:170px minmax(0,1fr);gap:20px;align-items:center;background:linear-gradient(120deg,#fff8d9,#fff 55%,#eefafb);border:2px solid #e1c34c} .una-last-minute>img,.una-last-minute>.una-picture>img{width:170px;height:194px;object-fit:cover;border-radius:18px} .una-last-minute__content{min-width:0} .sidebar-card--una{display:flex;flex-direction:column;align-items:center;text-align:center;background:linear-gradient(180deg,#f2ecff,#fff);border:2px solid #b9aae0} .sidebar-card--una .una-picture{display:block;width:100%} .sidebar-card--una img{margin:0 auto 10px;border-radius:18px} .sidebar-card--una>.eyebrow,.sidebar-card--una>h2,.sidebar-card--una>p{max-width:28ch;margin-inline:auto;text-align:center} .sidebar-card--una .check-list,.sidebar-card--una .number-list{width:100%;text-align:left} .sidebar-card--una .button{align-self:stretch} .una-result{display:flex;align-items:center;gap:16px;margin-top:22px} .una-result img{flex:0 0 auto;border-radius:14px} .una-result a{display:block;margin-top:4px;font-weight:800} .form-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.65fr);gap:24px;align-items:start} .form-side .una-tip{text-align:center;margin:0} .form-side .una-tip img{margin:auto} .centered-note{text-align:center} .error-una{text-align:center} .error-una img{margin:0 auto 18px;border-radius:24px} .error-una .button-row{justify-content:center} .site-footer{position:relative;background:#17354d;color:#fff} .site-footer__confetti{height:10px;background:repeating-linear-gradient(90deg,#ff7892 0 45px,#ffd75b 45px 90px,#63cdd2 90px 135px,#9e83dc 135px 180px)} .site-footer a{color:#fff} .site-footer h2{color:#fff} .footer-brand{display:grid;grid-template-columns:82px 1fr;gap:16px} .footer-brand img{border-radius:18px;border:3px solid #fff} .site-footer__bottom{border-top-color:rgba(255,255,255,.22)} .una-maintenance{display:grid;grid-template-columns:210px 1fr;gap:24px;align-items:center;max-width:760px;margin:12vh auto} .una-maintenance img{border-radius:22px} @media(max-width:900px){.home-hero__grid{grid-template-columns:1fr} .home-hero__art{max-width:650px;margin:0 auto} .quick-path-grid{grid-template-columns:1fr} .form-layout{grid-template-columns:1fr} .una-last-minute{grid-template-columns:130px minmax(0,1fr)} .una-last-minute>img,.una-last-minute>.una-picture>img{width:130px;height:148px}} @media(max-width:650px){.site-logo small{display:none} .site-logo__mark{width:50px;height:50px} .home-hero{padding-top:38px} .city-finder{padding:15px} .city-finder__row{flex-direction:column} .home-hero__bubble{position:static;max-width:none;margin-top:12px} .una-tip{padding:20px 18px;gap:12px} .una-tip img{width:110px;height:110px} .una-last-minute{grid-template-columns:1fr} .una-last-minute>img,.una-last-minute>.una-picture>img{width:130px;height:148px;margin:0 auto} .una-result{align-items:flex-start} .footer-brand{grid-template-columns:64px 1fr} .footer-brand img{width:64px;height:64px} .una-maintenance{grid-template-columns:1fr;text-align:center;margin:3rem 1rem} .una-maintenance img{margin:auto}} @media(prefers-reduced-motion:reduce){.quick-path-card,.button{transition:none;transform:none !important}} .offer-feedback{margin:0.85rem 0 0;padding-top:0.8rem;border-top:1px solid var(--line);font-size:0.92rem} .offer-feedback a{font-weight:800;color:var(--brand-dark)} .birthday-plan{display:grid;grid-template-columns:150px minmax(0,1fr);gap:1.4rem;align-items:start;padding:1.45rem;margin:0 0 1.6rem;border:2px solid #d9c9f2;border-radius:var(--radius);background:linear-gradient(135deg,#fff 0%,#f8f3ff 100%);box-shadow:var(--shadow)} .birthday-plan>img,.birthday-plan>.una-picture>img{width:150px;height:auto} .birthday-plan__steps{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:0.8rem} .birthday-plan__steps li{display:grid;grid-template-columns:6.2rem minmax(0,1fr);gap:0.8rem;padding:0.95rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)} .birthday-plan__steps li>span{font-weight:900;color:#8b2d64} .birthday-plan__steps strong{display:block;color:var(--ink)} .birthday-plan__steps p{margin:0.3rem 0} .birthday-plan__steps a{font-weight:800} .birthday-plan__note{margin:0.9rem 0 0;font-weight:700} @media(max-width:720px){.birthday-plan{grid-template-columns:1fr} .birthday-plan>img,.birthday-plan>.una-picture>img{width:120px;justify-self:center} .birthday-plan__steps li{grid-template-columns:1fr}} .planner-promo-section{padding-top:0}.planner-promo{display:grid;grid-template-columns:180px minmax(0,1fr);gap:1.5rem;align-items:center;background:linear-gradient(135deg,#eef9fb,#f8f1ff 58%,#fff6cf);border:1px solid #c8e1e6;border-radius:28px;padding:1.5rem 2rem}.planner-promo img{width:180px;height:auto}.planner-intro{background:linear-gradient(180deg,#f2fbfc,#fff)}.planner-intro__grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:2rem;align-items:center}.planner-intro__grid img{width:250px;height:auto;justify-self:end}.privacy-note{padding:.85rem 1rem;border-left:5px solid #0f7f8c;background:#fff;border-radius:8px}.planner-form{padding:1.5rem;margin-bottom:1.5rem}.planner-form__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.planner-form label,.planner-form legend{font-weight:800;color:#20334c}.planner-form select{width:100%;min-height:48px;margin-top:.4rem;border:1px solid #91a9b3;border-radius:10px;background:#fff;padding:.65rem .75rem;font:inherit}.planner-category-fieldset{border:0;padding:1rem 0 0;margin:0}.planner-category-fieldset legend{margin-bottom:.65rem}.planner-category-fieldset label{display:inline-flex;align-items:center;gap:.4rem;margin:0 1rem .65rem 0;font-weight:700}.planner-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.planner-summary{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:1.25rem;align-items:center;background:#f7f1ff;border:1px solid #d9caef;border-radius:24px;padding:1.25rem;margin-bottom:1.5rem}.planner-summary img{width:120px;height:auto}.planner-summary h2{margin:.2rem 0}.planner-group{margin:2rem 0}.planner-group>.section-heading>span{display:inline-grid;place-items:center;min-width:44px;height:44px;border-radius:50%;background:#ffd75b;color:#20334c;font-weight:900}.planner-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.planner-item{border:1px solid #c8d9df;border-radius:18px;background:#fff;padding:1.15rem;box-shadow:0 8px 26px rgba(31,65,79,.08)}.planner-item>label{float:right;font-size:.85rem;font-weight:800}.planner-item h3{margin:.15rem 0 .65rem;padding-right:5rem}.planner-item__gift{font-size:1.05rem;font-weight:800;color:#0d6470}.planner-item__warning{background:#fff3cf;border-left:4px solid #d48b00;padding:.7rem .8rem;border-radius:8px}.planner-item dl{display:grid;gap:.55rem;margin:1rem 0}.planner-item dl div{display:grid;grid-template-columns:70px 1fr;gap:.6rem}.planner-item dt{font-weight:900}.planner-item dd{margin:0}.planner-item__date{font-weight:800;color:#a52b5e}.planner-empty{margin-top:1.5rem} @media(max-width:760px){.planner-promo,.planner-intro__grid,.planner-summary{grid-template-columns:1fr}.planner-promo img,.planner-intro__grid img,.planner-summary img{justify-self:center}.planner-form__grid{grid-template-columns:1fr}.planner-item-grid{grid-template-columns:1fr}.planner-summary .button{justify-self:start}} @media print{.site-header,.site-footer,.breadcrumbs,.planner-form,.planner-summary img,.planner-summary .button,.menu-overlay,.mobile-menu,.ad-insertion-point{display:none!important}.planner-results{display:block!important}.planner-item-grid{grid-template-columns:1fr 1fr}.planner-item{break-inside:avoid;box-shadow:none}.planner-group{break-before:auto}.planner-item a{display:none}.planner-summary{grid-template-columns:1fr;border:0;background:#fff;padding:0}} .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important} img{height:auto} button[aria-busy="true"]{cursor:wait;opacity:.78} @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto} *,*::before,*::after{scroll-behavior:auto !important;animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}} .freebie-group--nearby{padding:24px;border:2px solid #d9c8f3;border-radius:20px;background:#fbf8ff} .freebie-group--nearby .freebie-group__heading{margin-top:0} [data-planner-area-field][hidden]{display:none !important} .offer-guide-link{margin:1rem 0 .25rem} .offer-guide-link .button{width:100%} .business-guide-grid,.program-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem} .business-guide-card{display:flex;flex-direction:column;align-items:flex-start} .business-guide-card h2{margin-top:.2rem} .business-guide-card h2 a{color:inherit;text-decoration:none} .business-guide-card h2 a:hover,.business-guide-card h2 a:focus-visible{text-decoration:underline} .business-guide-card__reward{font-weight:800;color:#7b244e} .business-guide-card .button{margin-top:auto} .guide-reviewed{font-size:.92rem;color:#4e5c67} .business-guide-section{margin-block:1.5rem} .guide-step-list{list-style:none;padding:0;display:grid;gap:.85rem;counter-reset:guide-step} .guide-step-list li{display:grid;grid-template-columns:46px 1fr;gap:.85rem;align-items:start;padding:1rem;background:#fff;border:1px solid var(--border-color,#dfe5e7);border-radius:var(--radius,14px)} .guide-step-list li>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e9f6f7;color:#0b6873;font-weight:900} .guide-step-list h3,.program-rule-card h3{margin:.1rem 0 .35rem} .guide-step-list p,.program-rule-card p{margin:.2rem 0} .program-rule-card{border-top:5px solid #0f7f8c} .guide-source{padding:1rem 0;border-top:1px solid #dfe5e7} .guide-source:first-of-type{border-top:0} .sidebar-link-list{padding-left:1.1rem} .planner-item__links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.8rem} .planner-item__guide{font-weight:800} @media(max-width:760px){.business-guide-grid,.program-rule-grid{grid-template-columns:1fr}} .language-switch{border:1px solid currentColor;border-radius:8px;padding:.35rem .65rem;font-weight:800} .language-pilot-note{margin-top:1rem;padding:.85rem 1rem;border-left:4px solid var(--blue);background:var(--soft-2)} .city-page--fr .freebie-card,.province-page--fr .freebie-card{overflow-wrap:anywhere} @media(max-width:760px){.language-switch{width:fit-content}} .context-link-grid{columns:2;column-gap:2rem;margin:1rem 0;padding-left:1.2rem} .context-link-grid li{break-inside:avoid;margin:0 0 .65rem} @media(max-width:760px){.context-link-grid{columns:1}} .ad-insertion-point{display:block;width:100%;min-height:0;margin:0;padding:0;border:0} .ad-preview-slot{display:grid;place-items:center;gap:.35rem;width:100%;margin:28px 0;padding:1rem;border:2px dashed #8b6bb5;border-radius:14px;background:#f7f1ff;color:#3b2852;text-align:center} .ad-preview-slot.ad-slot--in-content{min-height:280px}.ad-preview-slot.ad-slot--sidebar{min-height:600px} .ad-preview-slot strong{font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}.ad-preview-slot span{max-width:28rem;font-weight:800} @media(max-width:760px){.ad-preview-slot.ad-slot--sidebar{min-height:280px}} @media print{.ad-preview-slot,.ad-insertion-point{display:none!important}} @media(max-width:899px){.ad-insertion-point--desktop{display:none!important}}.home-una-tools-section{padding-top:clamp(52px,7vw,84px);padding-bottom:clamp(52px,7vw,84px)}.home-una-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.home-una-card{display:flex;min-width:0;min-height:100%;flex-direction:column;align-items:center;padding:clamp(26px,4vw,38px);text-align:center;border:2px solid #b9aae0;border-radius:26px;box-shadow:0 10px 28px rgba(70,54,112,.09)}.home-una-card--tip{background:linear-gradient(145deg,#f3edff,#fff 68%)}.home-una-card--planner{background:linear-gradient(145deg,#eef9fb,#fff 68%);border-color:#9ccfd4}.home-una-card__image{min-height:205px;display:grid;place-items:center;margin-bottom:8px}.home-una-card__image img{margin-inline:auto;object-fit:contain}.home-una-card__copy{display:flex;width:min(100%,510px);flex:1;flex-direction:column;align-items:center}.home-una-card .eyebrow{margin-top:4px;text-align:center}.home-una-card h2{margin-bottom:.55rem;font-size:clamp(1.45rem,2.4vw,2.1rem);text-align:center}.home-una-card p:not(.eyebrow){max-width:45ch;margin-inline:auto;text-align:center}.home-una-card .button{margin-top:auto}.home-page .city-card,.home-page .mini-card{display:flex;min-width:0;flex-direction:column}.home-page .city-card>.text-link,.home-page .mini-card>.text-link{margin-top:auto}.home-hub-card__icon{width:48px;height:48px;display:grid!important;place-items:center;margin-bottom:14px;padding:0!important;font-size:1.45rem!important;line-height:1;border-radius:14px!important}.home-hub-card h3{font-size:1.22rem}.home-city-directory-link{margin:30px 0 0;text-align:center}.home-city-directory-link .button{min-width:min(100%,260px)}@media(max-width:980px){.home-hub-grid,.home-city-section .city-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.quick-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.home-una-tools,.home-hub-grid,.home-city-section .city-card-grid{grid-template-columns:1fr}.home-una-card{padding:24px 20px}.home-una-card__image{min-height:178px}.home-una-card__image img{max-width:160px;max-height:178px}}@media(max-width:650px){.quick-path-grid{grid-template-columns:1fr}}.section-heading--compact{grid-template-columns:minmax(0,1fr);align-items:start;gap:.45rem;margin-bottom:1rem}.section-heading--compact>p{margin:0;max-width:62ch}.una-last-minute{align-items:start}.una-last-minute>.una-picture{width:100%;display:flex;justify-content:center}.una-last-minute__content{width:100%}.una-last-minute .quick-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.birthday-plan__content{min-width:0;width:100%}@media(max-width:720px){.una-last-minute .quick-offer-grid{grid-template-columns:minmax(0,1fr)}}.birthday-plan>.una-picture{display:block;width:150px;max-width:100%;justify-self:center}.birthday-plan>.una-picture>img{width:100%;max-width:150px;height:auto}.birthday-plan__content{min-width:0;width:100%;justify-self:stretch}@media(max-width:720px){.birthday-plan>.una-picture{width:120px}.birthday-plan>.una-picture>img{max-width:120px}}.home-hero__art>.home-hero__scene{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;border:3px solid #fff;border-radius:30px;box-shadow:var(--shadow)}.home-una-card__image{width:min(100%,520px);min-height:0;aspect-ratio:16/9;overflow:hidden;margin-bottom:20px;border:3px solid rgba(255,255,255,.95);border-radius:22px;box-shadow:0 10px 24px rgba(43,44,86,.12)}.home-una-card__image .home-una-card__scene{width:100%;height:100%;max-width:none;max-height:none;margin:0;object-fit:cover}.home-page .sidebar-card--una .home-sidebar-una-scene{width:100%;aspect-ratio:16/9;margin:0 0 18px;object-fit:cover;border-radius:18px}@media(max-width:760px){.home-una-card__image{width:100%;min-height:0}.home-una-card__image .home-una-card__scene{max-width:none;max-height:none}}.home-hero__art{display:flex;flex-direction:column;align-items:stretch}.home-hero__bubble{position:static;right:auto;bottom:auto;max-width:none;width:100%;margin-top:16px}.home-hero__art>.home-hero__scene{display:block}@media(max-width:760px){.home-hero__bubble{margin-top:14px}}