

/* Same As Quebec: typography-led civic identity. No runtime dependencies. */
:root {
  --navy: #112c3c;
  --blue: #244d64;
  --red: #b62432;
  --ink: #1d303a;
  --muted: #596871;
  --bg: #e5e6e1;
  --line: #cdd0c9;
  --paper: #efeee9;
  --surface: #f5f4ef;
  --max: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; }
p { margin: 0 0 1.15em; }
::selection { background: #eec9cd; color: var(--navy); }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
header { position: sticky; top: 0; z-index: 20; background: var(--surface); border-bottom: 1px solid var(--line); }
.nav { max-width: var(--max); margin: auto; min-height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--navy); text-decoration: none; flex-shrink: 0; }
.mark { width: 41px; height: 44px; display: block; flex-shrink: 0; }
.mark svg { display: block; width: 100%; height: 100%; }
.wordmark { font-size: 19px; line-height: 1.15; letter-spacing: -.055em; font-weight: 800; }
.brand small { display: block; margin-top: 7px; font-size: 12px; letter-spacing: 0; font-weight: 400; color: var(--muted); }
nav { display: flex; gap: 22px; align-items: center; }
nav a { font-size: 14px; font-weight: 500; text-decoration: none; white-space: nowrap; }
nav a:hover { color: var(--red); }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 13px 20px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 700; line-height: 1.45; letter-spacing: .07em; text-decoration: none; text-align: center; transition: background .18s ease, border-color .18s ease; }
.btn.red { background: var(--red); color: #fff; }
.btn.red:hover { background: #941a27; }
.btn.outline { border-color: #9baab2; color: var(--navy); background: transparent; }
.btn.outline:hover { border-color: var(--navy); background: var(--bg); }
.btn.blue { background: var(--navy); color: #fff; }
.btn.blue:hover { background: #244d64; }
.nav > .btn { flex-shrink: 0; }
.hero { background: var(--paper); color: var(--navy); border-bottom: 1px solid var(--line); }
.hero-inner { max-width: var(--max); margin: auto; padding: 84px 32px 88px; display: grid; grid-template-columns: 1.55fr 1fr; gap: 70px; align-items: center; }
.eyebrow { font-size: 12px; line-height: 1.5; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--red); margin-bottom: 24px; }
.hero h1 { font: 400 clamp(58px, 6.7vw, 88px)/1.035 var(--serif); letter-spacing: -.055em; margin: 0 0 30px; }
.hero h1 span { color: var(--red); }
.hero p { max-width: 560px; font-size: 19px; line-height: 1.65; color: var(--muted); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.question { padding: 49px 37px 40px; border-top: 5px solid var(--red); background: var(--navy); color: #fff; font: 400 clamp(34px, 3.4vw, 45px)/1.17 var(--serif); letter-spacing: -.025em; }
.question span { display: block; border-top: 1px solid #48606e; padding-top: 28px; margin-top: 42px; color: #d6e0e6; font: 400 15px/1.65 var(--sans); letter-spacing: 0; }
.principles { border-bottom: 1px solid var(--line); background: var(--bg); }
.principles .grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 32px; }
.principle { padding: 0 25px; border-right: 1px solid #cbd3d7; font-size: 14px; line-height: 1.6; color: var(--muted); }
.principle:first-child { padding-left: 0; }
.principle:last-child { border: 0; padding-right: 0; }
.principle strong { display: block; margin-bottom: 7px; font-size: 12px; letter-spacing: .065em; color: var(--navy); }
.wrap { max-width: var(--max); margin: auto; padding: 94px 32px; }
.lead { display: grid; grid-template-columns: 1.2fr .8fr; gap: 96px; align-items: center; }
h2, .section-title { font: 400 clamp(35px, 3.65vw, 48px)/1.13 var(--serif); letter-spacing: -.035em; color: var(--navy); margin: 0 0 25px; }
.lead h2 { max-width: 480px; }
.lead p { color: var(--muted); }
.lead p strong { color: var(--navy); }
.lead-card { border-left: 1px solid var(--line); padding: 12px 0 12px 46px; }
.lead-card .big { font: 400 35px/1.2 var(--serif); letter-spacing: -.035em; color: var(--navy); margin-bottom: 26px; }
.lead-card p { font-size: 16px; margin-bottom: 0; }
.program { background: #e9eae4; border-top: 1px solid var(--line); }
.program-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; align-items: end; }
.program-heading .eyebrow { grid-column: 1/-1; }
.program-heading h2 { margin-bottom: 0; }
.program-heading p { margin: 0; color: var(--muted); max-width: 430px; justify-self: end; }
.program-grid { margin-top: 46px; border-top: 2px solid var(--navy); }
.card { display: grid; grid-template-columns: 1fr 1.45fr 1.45fr; grid-template-areas: "title summary ask" "title source ask"; column-gap: 40px; row-gap: 15px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.card h3 { grid-area: title; font: 400 27px/1.2 var(--serif); color: var(--navy); letter-spacing: -.02em; margin: 0; }
.card p { grid-area: summary; margin: 0; font-size: 16px; line-height: 1.6; color: var(--muted); }
.card .ask { grid-area: ask; color: var(--ink); border-left: 1px solid var(--line); padding-left: 28px; }
.ask strong { display: block; color: var(--red); font-size: 12px; letter-spacing: .06em; margin-bottom: 10px; }
.research { grid-area: source; align-self: end; width: fit-content; color: var(--blue); font-weight: 700; text-decoration: none; font-size: 12px; line-height: 1.65; letter-spacing: .03em; }
.research:hover { text-decoration: underline; }
.referendum { background: var(--navy); color: #e0e7eb; }
.ref-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 88px; align-items: center; }
.ref-grid h2 { color: #fff; }
.ref-grid .eyebrow { color: #ddb4b9; }
.ref-grid p:last-child { margin-bottom: 0; }
.formula { padding: 28px 0 28px 40px; border-left: 1px solid #49606e; font-size: clamp(15px, 1.5vw, 20px); font-weight: 500; line-height: 3; letter-spacing: .04em; white-space: nowrap; }
.formula b { color: #f19ba6; font-size: 1.3em; margin: 0 6px; }
.sources > p { color: var(--muted); margin-bottom: 36px; }
.source-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 46px; }
.source { border-top: 1px solid var(--line); padding: 24px 28px 24px 0; position: relative; text-decoration: none; }
.source::after { content: "↗"; position: absolute; top: 25px; right: 0; color: var(--red); font-size: 20px; }
.source strong { display: block; color: var(--navy); font-size: 17px; font-weight: 500; line-height: 1.5; margin-bottom: 5px; }
.source small { color: var(--muted); font-size: 14px; }
.source:hover strong { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.join { max-width: none; border-top: 1px solid var(--line); background: var(--bg); text-align: center; }
.join h2 { max-width: 720px; margin: 0 auto 24px; }
.join p { max-width: 710px; margin: 0 auto 26px; color: var(--muted); }
.join .actions { justify-content: center; }
.note { max-width: 670px; margin: 26px auto 0; font-size: 12px; line-height: 1.65; color: var(--muted); }
footer { background: #0b2231; color: #fff; }
.foot { max-width: var(--max); margin: auto; padding: 42px 32px; display: flex; justify-content: space-between; gap: 70px; }
.foot strong { font-size: 17px; letter-spacing: -.025em; }
.foot small { font-size: 12px; color: #b4c3cc; }
@media (max-width: 1120px) {
  .nav { flex-wrap: wrap; gap: 14px 28px; }
  nav { order: 3; flex-basis: 100%; justify-content: center; border-top: 1px solid var(--line); padding-top: 12px; }
  html { scroll-padding-top: 155px; }
  .hero-inner { gap: 40px; }
  .lead, .ref-grid { gap: 48px; }
  .formula { padding-left: 24px; }
}
@media (max-width: 800px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 55px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(56px, 10vw, 78px); }
  .hero p { max-width: 640px; }
  .question { font-size: 37px; padding: 30px; }
  .question span { margin-top: 24px; padding-top: 20px; }
  .principles .grid { grid-template-columns: 1fr 1fr; gap: 24px 32px; }
  .principle, .principle:first-child, .principle:last-child { border: 0; padding: 0; }
  .wrap { padding-top: 64px; padding-bottom: 64px; }
  .lead, .ref-grid { grid-template-columns: 1fr; gap: 36px; }
  .lead-card { padding: 26px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .program-heading { display: block; }
  .program-heading p { max-width: 100%; margin-top: 20px; }
  .card { grid-template-columns: 1fr 1fr; grid-template-areas: "title title" "summary ask" "source ask"; gap: 20px 30px; }
  .formula { padding: 20px 0 0; border-left: 0; border-top: 1px solid #49606e; font-size: 19px; }
  .source-list { grid-template-columns: 1fr; }
  .foot { flex-direction: column; gap: 24px; }
}
@media (max-width: 480px) {
  .nav { padding: 14px 20px; gap: 14px 10px; }
  .mark { width: 29px; height: 32px; }
  .brand { gap: 9px; }
  .wordmark { font-size: 16px; }
  .brand small { display: none; }
  .nav > .btn { min-height: 42px; padding: 9px 10px; font-size: 10px; letter-spacing: .025em; }
  nav { gap: 9px 18px; flex-wrap: wrap; }
  nav a { font-size: 13px; }
  .hero-inner, .wrap { padding-left: 22px; padding-right: 22px; }
  .hero-inner { padding-top: 42px; gap: 35px; }
  .hero h1 { font-size: clamp(46px, 12vw, 58px); }
  .hero .eyebrow { font-size: 11px; letter-spacing: .09em; }
  .hero p { font-size: 17px; }
  .actions { flex-direction: column; align-items: stretch; }
  .question { font-size: 33px; padding: 28px; }
  .principles .grid { padding: 28px 22px; gap: 24px; }
  .principle { font-size: 13px; }
  .principle strong { font-size: 11px; }
  .card { grid-template-columns: 1fr; grid-template-areas: "title" "summary" "ask" "source"; }
  .card .ask { padding-left: 20px; }
  .formula { font-size: 14px; letter-spacing: .015em; }
  .foot { padding: 36px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}

/* Photography, consistent Lucide line icons, and the supporter form. */
.hero-visual { min-width: 0; border-top: 4px solid var(--red); background: var(--navy); }
.hero-photo { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.hero-visual .question { border: 0; padding: 30px 32px; font-size: clamp(30px, 2.6vw, 36px); }
.hero-visual .question span { margin-top: 23px; padding-top: 20px; font-size: 14px; }
.policy-icon { display: block; width: 32px; height: 32px; margin-bottom: 18px; color: var(--red); stroke-width: 1.5; }
.section-icon { display: block; width: 34px; height: 34px; margin-bottom: 20px; color: var(--red); stroke-width: 1.5; }
.formula .section-icon { width: 46px; height: 46px; color: #e6adb5; margin-bottom: 18px; }
.referendum { position: relative; isolation: isolate; }
.referendum::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("assets/alberta-landscape.jpg") center 55% / cover no-repeat; opacity: .10; }
.join { text-align: left; border-top: 1px solid var(--line); background: var(--bg); }
.join-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.join-intro { padding-top: 22px; }
.join h2 { margin: 0 0 24px; }
.join p { margin: 0 0 26px; }
.join-research { display: inline-block; margin-top: 12px; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.supporter-form { background: var(--surface); border-top: 3px solid var(--red); padding: 34px; box-shadow: 0 12px 40px #112c3c08; }
.supporter-form h3 { margin: 0 0 28px; font: 400 29px/1.2 var(--serif); letter-spacing: -.025em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.field { min-width: 0; }
.field label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 500; }
.field label span { color: var(--muted); font-weight: 400; }
.full-width { grid-column: 1 / -1; }
input, select, textarea, button { font-family: inherit; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; border: 1px solid #acb8bf; border-radius: 2px; background: var(--surface); color: var(--ink); font-size: 16px; line-height: 1.5; padding: 11px 12px; }
.field select { min-height: 48px; }
.field textarea { resize: vertical; min-height: 112px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--blue); outline-offset: 2px; border-color: var(--blue); }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 24px 0; font-size: 14px; line-height: 1.6; color: var(--muted); cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 3px 0 0; flex-shrink: 0; accent-color: var(--red); }
.supporter-form button { cursor: pointer; width: 100%; }
.supporter-form button:disabled { opacity: .65; cursor: wait; }
button:focus-visible, input[type="checkbox"]:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.supporter-form .form-status { color: var(--red); font-size: 14px; margin: 18px 0 0; line-height: 1.6; }
@media(max-width: 800px) {
  .hero-photo { aspect-ratio: 16 / 8; }
  .join-grid { grid-template-columns: 1fr; gap: 30px; }
  .join-intro { padding-top: 0; }
  .policy-icon { display: inline-block; margin: 0 16px 0 0; vertical-align: middle; }
  .card h3 { display: flex; align-items: center; }
  .card h3 .policy-icon { flex-shrink: 0; }
}
@media(max-width: 480px) {
  .hero-visual .question { padding: 26px; font-size: 31px; }
  .supporter-form { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
}

/* Search landing pages share the established civic identity. */
.skip-link { position: fixed; top: 10px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--navy); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.faq-teaser { background: var(--bg); border-bottom: 1px solid var(--line); }
.faq-teaser .wrap { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding-top: 48px; padding-bottom: 48px; }
.faq-teaser h2 { font-size: 34px; margin-bottom: 14px; }
.faq-teaser p { max-width: 740px; color: var(--muted); margin: 0; }
.footer-faq { display: inline-block; margin-top: 14px; color: #dce4e7; font-size: 14px; }
.faq-hero { border-bottom: 1px solid var(--line); }
.faq-hero .wrap { padding-top: 50px; padding-bottom: 54px; }
.breadcrumb { font-size: 14px; color: var(--muted); margin-bottom: 34px; }
.breadcrumb span { padding: 0 9px; }
.faq-hero h1 { font: 400 clamp(38px, 5.4vw, 68px)/1.08 var(--serif); letter-spacing: -.04em; max-width: 950px; margin: 0 0 24px; }
.faq-hero p { max-width: 740px; color: var(--muted); font-size: 19px; }
.faq-layout { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 65px; align-items: start; }
.faq-index { position: sticky; top: 170px; border-top: 2px solid var(--red); padding-top: 20px; }
.faq-index h2 { font: 600 14px/1.4 var(--sans); letter-spacing: 0; margin-bottom: 16px; }
.faq-index a { display: block; padding: 9px 0; font-size: 15px; text-decoration: none; color: var(--muted); }
.faq-index a:hover { color: var(--red); text-decoration: underline; }
.faq-group { margin-bottom: 55px; scroll-margin-top: 170px; }
.faq-group > h2 { font-size: 36px; padding-bottom: 24px; border-bottom: 2px solid var(--navy); margin-bottom: 0; }
.faq-answer { padding: 27px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 170px; }
.faq-answer h3 { font: 400 26px/1.25 var(--serif); letter-spacing: -.02em; margin: 0 0 15px; }
.faq-answer p { color: var(--muted); margin-bottom: 14px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer a { color: var(--blue); }
.faq-citation { font-size: 14px; }
.faq-reviewed { font-size: 14px; color: var(--muted); margin-top: 30px; }
.thanks { max-width: 720px; padding-top: 100px; padding-bottom: 100px; }
.thanks p { color: var(--muted); }
@media (max-width: 800px) {
 .faq-layout { grid-template-columns: 1fr; gap: 35px; }
 .faq-index { position: static; }
 .faq-index a { display: inline-block; margin-right: 22px; }
 .faq-teaser .wrap { grid-template-columns: 1fr; gap: 24px; }
 .faq-teaser .btn { justify-self: start; }
}
@media (max-width: 480px) {
 html { scroll-padding-top: 175px; }
 .faq-hero p { font-size: 17px; }
 .faq-group > h2 { font-size: 30px; }
 .faq-answer h3 { font-size: 24px; }
}

/* Footer policy links and readable legal pages. */
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.footer-links a { font-size: 14px; color: #dce4e7; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.supporter-form .form-privacy { margin: 20px 0 0; font-size: 14px; line-height: 1.6; color: var(--muted); }
.form-privacy a { color: var(--blue); }
.legal-page { max-width: 880px; padding-top: 48px; }
.legal-page h1 { font: 400 clamp(40px, 5vw, 60px)/1.1 var(--serif); letter-spacing: -.035em; margin: 0 0 22px; }
.legal-intro { color: var(--muted); font-size: 19px; }
.legal-date { font-size: 14px; color: var(--muted); padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-page section { margin-top: 34px; }
.legal-page h2 { font: 400 29px/1.2 var(--serif); letter-spacing: -.02em; margin-bottom: 16px; }
.legal-page section p { color: var(--muted); }
.legal-page section a { color: var(--blue); }
