:root{ color-scheme:light; --navy:#263145; --navy-2:#1d2537; --teal:#269f9b; --teal-dark:#197c79; --pink:#ef83b4; --pink-soft:#f9d8e7; --peach:#ffd79a; --cream:#fff6e7; --paper:#fffdf8; --green:#35a948; --ink:#252b38; --muted:#5d6570; --line:rgba(38,49,69,.14); --shadow:0 28px 80px rgba(38,49,69,.16); --soft:0 14px 36px rgba(38,49,69,.09); --ring:0 0 0 4px rgba(38,159,155,.25); --radius:28px; --radius-lg:44px; --max:1180px; } *{box-sizing:border-box} html{scroll-behavior:smooth;text-size-adjust:100%} body{ margin:0; color:var(--ink); background: radial-gradient(circle at 90% 2%,rgba(239,131,180,.22),transparent 28%), radial-gradient(circle at 8% 3%,rgba(38,159,155,.18),transparent 28%), var(--cream); font-family:"Avenir Next",Avenir,"Trebuchet MS","Segoe UI",Arial,sans-serif; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; } body.menu-open{overflow:hidden} img{max-width:100%;height:auto} a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit} button{cursor:pointer} .container{width:min(100% - clamp(1.2rem,4vw,2.6rem),var(--max));margin-inline:auto} .skip{ position:fixed;left:1rem;top:-6rem;z-index:999; padding:.75rem 1rem;border-radius:999px;background:white;color:var(--navy); box-shadow:var(--shadow);font-weight:900;transition:top .18s ease; } .skip:focus{top:1rem} :focus-visible{outline:none;box-shadow:var(--ring)} .visually-hidden{ position:absolute!important;width:1px;height:1px;padding:0;margin:-1px; overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; } .icon,.nav-icon{ width:1.25rem;height:1.25rem;stroke:currentColor;stroke-width:2.2; fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto; } .nav-icon{width:1rem;height:1rem} .election-alert{position:relative;z-index:79;background:var(--navy);color:white;border-bottom:1px solid rgba(255,255,255,.1)} .election-alert .container{min-height:38px;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.45rem 0;font-size:.82rem;line-height:1.35;font-weight:800;text-align:center} .election-alert a{display:inline-flex;align-items:center;gap:.35rem;color:var(--peach);font-weight:1000;text-decoration:underline;text-underline-offset:3px} .brand-mark,.hero-brand img,.identity-card img,.footer-brand img{ background:transparent; } .hero-photo{ background:linear-gradient(145deg,#263145,#269f9b); } .sign-card{ background:linear-gradient(145deg,#fff,#f9d8e7); } /* Header */ .topbar{ position:sticky;top:0;z-index:80; background:rgba(255,246,231,.91); border-bottom:1px solid rgba(255,255,255,.8); backdrop-filter:blur(18px); box-shadow:0 8px 28px rgba(38,49,69,.07); } .nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem} .brand{display:flex;align-items:center;gap:.7rem;min-width:0;border-radius:1rem} .brand-mark{width:52px;height:52px;object-fit:contain;flex:0 0 auto} .brand-copy{min-width:0} .brand-copy strong{ display:block;color:var(--navy);font-size:clamp(.9rem,1.55vw,1.02rem); line-height:1.05;font-weight:1000;letter-spacing:-.035em;white-space:nowrap; overflow:hidden;text-overflow:ellipsis; } .brand-copy span{ display:block;margin-top:.22rem;color:var(--teal-dark);font-size:.68rem; font-weight:950;letter-spacing:.12em;text-transform:uppercase; } .desktop-nav{display:flex;align-items:center;gap:.35rem} .desktop-nav a:not(.btn){ display:inline-flex;align-items:center;gap:.38rem;padding:.55rem .62rem;border-radius:999px; color:#394051;font-size:.86rem;font-weight:850;transition:.18s ease; } .desktop-nav a:not(.btn):hover,.desktop-nav a.active{ background:white;color:var(--navy);box-shadow:0 7px 18px rgba(38,49,69,.07); } .menu-button{ display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:16px; background:white;color:var(--navy);font-size:1.45rem;font-weight:900; } .mobile-menu{ display:none;position:fixed;top:72px;left:1rem;right:1rem;z-index:75; background:rgba(255,253,248,.99);border:1px solid var(--line);border-radius:24px; box-shadow:var(--shadow);padding:.75rem;opacity:0;transform:translateY(-12px); pointer-events:none;transition:.18s ease; } .mobile-menu.open{opacity:1;transform:none;pointer-events:auto} .mobile-menu nav{display:grid;gap:.2rem} .mobile-menu a{ display:flex;align-items:center;gap:.68rem;padding:.85rem .95rem;border-radius:1rem; font-weight:900;color:var(--navy); } .mobile-menu a:hover{background:var(--pink-soft)} /* Buttons */ .btn{ display:inline-flex;align-items:center;justify-content:center;gap:.5rem; min-height:46px;padding:.8rem 1.05rem;border:0;border-radius:999px; font-size:.9rem;line-height:1;font-weight:950;white-space:nowrap;transition:.18s ease; } .btn:hover{transform:translateY(-2px)} .btn-primary{background:var(--navy);color:white;box-shadow:0 15px 32px rgba(38,49,69,.18)} .btn-primary:hover{background:var(--navy-2)} .btn-teal{background:var(--teal-dark);color:white;box-shadow:0 15px 32px rgba(25,124,121,.17)} .btn-pink{background:var(--pink);color:var(--navy);box-shadow:0 15px 32px rgba(239,131,180,.2)} .btn-light{background:white;color:var(--navy);border:1px solid var(--line);box-shadow:var(--soft)} /* Hero */ main{overflow:hidden} .hero{position:relative;padding:clamp(2.8rem,7vw,5.5rem) 0 clamp(3.6rem,7vw,6rem)} .hero::before{ content:"";position:absolute;inset:0;opacity:.33;pointer-events:none; background: linear-gradient(90deg,transparent 0 49%,rgba(38,49,69,.07) 49% 50%,transparent 50%), linear-gradient(180deg,transparent 0 49%,rgba(38,49,69,.05) 49% 50%,transparent 50%); background-size:52px 52px;mask-image:linear-gradient(180deg,black,transparent 90%); } .hero-grid{ position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr); gap:clamp(1.5rem,4vw,3rem);align-items:center; } .tag{ display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .78rem;border-radius:999px; background:white;border:1px solid var(--line);color:var(--navy);font-size:.82rem;font-weight:950; box-shadow:0 9px 22px rgba(38,49,69,.05); } .tag .dot{width:.52rem;height:.52rem;border-radius:999px;background:var(--pink)} h1,h2,h3,p{margin:0} h1{ margin-top:1rem;color:var(--navy);font-size:clamp(3.2rem,8vw,7.4rem); line-height:.86;letter-spacing:-.078em;font-weight:1000;max-width:850px; } .slogan{ display:inline-flex;align-items:center;gap:.6rem;margin-top:1rem;color:var(--teal-dark); font-size:clamp(1.7rem,4vw,2.9rem);line-height:1;font-weight:1000;letter-spacing:-.05em; } .slogan::before{content:"";width:2.6rem;height:.24rem;border-radius:999px;background:var(--pink)} .lede{ max-width:730px;margin-top:1.1rem;color:#4d5560;font-size:clamp(1.08rem,2vw,1.3rem); line-height:1.58;font-weight:650; } .hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.55rem} .hero-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.25rem} .chip{ display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .7rem;border-radius:999px; background:rgba(255,255,255,.77);border:1px solid var(--line);font-size:.82rem;font-weight:850; color:#414958; } .chip::before{content:"";width:.4rem;height:.4rem;border-radius:999px;background:var(--green)} .hero-card{ position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--navy); color:white;box-shadow:var(--shadow);padding:.85rem; } .hero-photo{ position:relative;overflow:hidden;border-radius:calc(var(--radius-lg) - .6rem);min-height:570px; } .hero-photo img{ width:100%;height:100%;min-height:570px;display:block;object-fit:cover;object-position:center 38%; } .hero-photo::after{ content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 0 0 0 1px rgba(255,255,255,.08); }
/* Sections */ .section{padding:clamp(3rem,7vw,5.4rem) 0;scroll-margin-top:88px} .white{background:rgba(255,253,248,.79)} .teal-band{background:linear-gradient(135deg,var(--teal-dark),var(--teal));color:white} .section-head{max-width:800px;margin-bottom:1.8rem} .section-head.center{text-align:center;margin-inline:auto} .eyebrow{display:inline-flex;align-items:center;gap:.55rem;color:var(--teal-dark);font-size:.82rem;font-weight:1000;letter-spacing:.12em;text-transform:uppercase} .teal-band .eyebrow{color:var(--peach)} h2{ margin-top:.65rem;color:var(--navy);font-size:clamp(2.2rem,5.3vw,4.35rem); line-height:.94;letter-spacing:-.064em;font-weight:1000; } .teal-band h2{color:white} .section-copy{margin-top:.85rem;color:var(--muted);font-size:clamp(1rem,1.65vw,1.13rem);line-height:1.63;font-weight:650} /* Candidate biography */ .about-bio-grid{ display:grid; grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr); gap:clamp(1.3rem,4vw,2.4rem); align-items:start; } .about-narrative{ border:1px solid var(--line); border-radius:var(--radius-lg); background:rgba(255,255,255,.91); box-shadow:var(--shadow); padding:clamp(1.3rem,3vw,2.1rem); } .about-narrative .about-lead{ margin-top:1rem; color:#3f4857; font-size:clamp(1.08rem,1.85vw,1.23rem); line-height:1.62; font-weight:760; } .about-narrative .about-body{ margin-top:1rem; color:var(--muted); font-size:1rem; line-height:1.68; font-weight:620; } .why-running{ position:relative; overflow:hidden; margin-top:1.15rem; border-radius:1.35rem; background:linear-gradient(135deg,var(--navy),#33425e); color:white; padding:1.15rem 1.2rem; } .why-running::after{ content:""; position:absolute; right:-3rem; bottom:-4rem; width:12rem; height:12rem; border-radius:50%; background:rgba(239,131,180,.14); } .why-running > *{position:relative;z-index:1} .why-running small{ color:var(--peach); font-size:.7rem; font-weight:1000; letter-spacing:.12em; text-transform:uppercase; } .why-running h3{ margin-top:.38rem; color:white; font-size:clamp(1.35rem,3vw,1.85rem); line-height:1; letter-spacing:-.04em; } .why-running p{ margin-top:.6rem; color:rgba(255,255,255,.82); line-height:1.58; font-size:.95rem; font-weight:650; } .about-cta{ display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1rem; } .about-sidebar{ display:grid; gap:.85rem; } .profile-card{ border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(160deg,#fff,var(--cream)); box-shadow:var(--soft); padding:1.15rem; } .profile-card--pink{ background:linear-gradient(160deg,#fff,#fff1f7); } .profile-kicker{ color:var(--teal-dark); font-size:.7rem; font-weight:1000; letter-spacing:.12em; text-transform:uppercase; } .profile-card h3{ margin-top:.4rem; font-size:1.4rem; } .fact-list{ display:grid; gap:.68rem; margin-top:.9rem; } .fact{ display:grid; grid-template-columns:auto minmax(0,1fr); gap:.65rem; align-items:start; color:#4a5260; font-size:.91rem; line-height:1.45; font-weight:750; } .fact-icon{ width:1.75rem; height:1.75rem; display:grid; place-items:center; border-radius:999px; background:var(--pink-soft); color:var(--navy); font-weight:1000; flex:0 0 auto; } .experience-list{ display:grid; gap:.7rem; margin-top:.9rem; } .experience-item{ border-top:1px solid var(--line); padding-top:.7rem; } .experience-item:first-child{ border-top:0; padding-top:0; } .experience-item strong{ display:block; color:var(--navy); font-size:.96rem; font-weight:1000; } .experience-item span{ display:block; margin-top:.28rem; color:var(--muted); font-size:.88rem; line-height:1.5; font-weight:650; } .human-note{ margin-top:.9rem; padding:.8rem .9rem; border-radius:1rem; background:var(--pink-soft); color:var(--navy); font-size:.87rem; line-height:1.5; font-weight:850; } .quote-action{ display:inline-flex; margin-top:.7rem; color:var(--navy); font-size:.9rem; font-weight:1000; text-decoration:underline; text-underline-offset:3px; } @media(max-width:860px){ .about-bio-grid{grid-template-columns:1fr} .about-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))} } @media(max-width:640px){ .about-sidebar{grid-template-columns:1fr} .about-cta{display:grid;grid-template-columns:1fr} .about-cta .btn{width:100%} } .teal-band .section-copy{color:rgba(255,255,255,.84)} /* About */ .about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(1.4rem,4vw,2.5rem);align-items:start} .bio-card{ border:1px solid var(--line);border-radius:var(--radius-lg);background:white;box-shadow:var(--soft); padding:clamp(1.25rem,3vw,2rem); } .bio-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.2rem} .bio-point{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem;border-radius:1.15rem;background:var(--cream);border:1px solid rgba(38,49,69,.08);font-weight:850;line-height:1.4} .bio-point b{width:1.55rem;height:1.55rem;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:var(--teal);color:white} .quote-action{display:inline-flex;margin-top:.7rem;color:var(--navy);font-size:.9rem;font-weight:1000;text-decoration:underline;text-underline-offset:3px} .quote{ margin-top:1rem;padding:1rem 1.1rem;border-left:5px solid var(--pink);border-radius:1rem 1.3rem 1.3rem 1rem; background:var(--pink-soft);color:var(--navy);font-size:clamp(1.02rem,2vw,1.18rem);line-height:1.45;font-weight:950; } .about-side{display:grid;gap:.8rem} .about-stat{ display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;padding:1rem;border-radius:1.3rem; background:rgba(255,255,255,.85);border:1px solid var(--line);box-shadow:0 10px 22px rgba(38,49,69,.05); } .about-stat .icon-box{width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:1rem;background:var(--navy);color:white} .about-stat p{margin-top:.32rem;color:var(--muted);line-height:1.5;font-size:.93rem;font-weight:650} /* Priorities */ .priority-intro{ display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(1.3rem,4vw,2.2rem);align-items:center;margin-bottom:2rem; } .priority-callout{ position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--navy);color:white; box-shadow:var(--shadow);padding:clamp(1.35rem,3vw,2rem); } .priority-callout::after{ content:"";position:absolute;right:-3rem;bottom:-3rem;width:12rem;height:12rem;border-radius:50%; background:rgba(239,131,180,.18); } .priority-callout h3{color:white;font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.05em} .priority-callout p{margin-top:.75rem;color:rgba(255,255,255,.8);line-height:1.6;font-weight:650} .priority-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem} .priority-group{ min-height:100%;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--soft);padding:1.15rem; } .priority-group:nth-child(2){background:#fff3f8} .priority-group:nth-child(3){background:#eef9f7} .priority-group .group-icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:1rem;background:var(--navy);color:white} .priority-group h3{margin-top:.8rem} .priority-list{display:grid;gap:.65rem;margin-top:.85rem} .priority-item{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start} .priority-bullet{width:1.8rem;height:1.8rem;display:grid;place-items:center;border-radius:999px;background:var(--peach);color:var(--navy);font-size:1.05rem;line-height:1;font-weight:1000} .priority-item span:last-child{color:#505866;font-size:.93rem;line-height:1.45;font-weight:760} /* Port */ .port-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(1.3rem,4vw,2.4rem);align-items:center} .port-copy{border-radius:var(--radius-lg);background:var(--navy);color:white;padding:clamp(1.35rem,3vw,2rem);box-shadow:var(--shadow)} .port-copy h2,.port-copy .section-copy{color:white} .port-copy .section-copy{color:rgba(255,255,255,.82)} .port-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem} .port-card{border:1px solid var(--line);border-radius:1.3rem;background:white;padding:1rem;box-shadow:0 10px 24px rgba(38,49,69,.06)} .port-card .mini-icon{width:2.6rem;height:2.6rem;display:grid;place-items:center;border-radius:.9rem;background:var(--pink-soft);color:var(--navy);margin-bottom:.7rem} .port-card p{margin-top:.4rem;color:var(--muted);font-size:.91rem;line-height:1.5;font-weight:650} /* Support section */ .support-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(1.4rem,4vw,2.5rem);align-items:center} .sign-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:white;padding:.7rem;border:1px solid var(--line);box-shadow:var(--shadow)} .sign-card img{display:block;width:100%;border-radius:calc(var(--radius-lg) - .6rem)} .sign-chip{position:absolute;left:1.2rem;bottom:1.2rem;padding:.6rem .85rem;border-radius:999px;background:var(--navy);color:white;font-size:.8rem;font-weight:950} .support-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.2rem} .support-action{border:1px solid var(--line);border-radius:1.25rem;background:white;padding:1rem;box-shadow:0 10px 24px rgba(38,49,69,.05)} .support-action .mini-icon{width:2.7rem;height:2.7rem;display:grid;place-items:center;border-radius:.95rem;background:var(--teal);color:white} .support-action h3{margin-top:.7rem;font-size:1.14rem} .support-action p{margin-top:.38rem;color:var(--muted);font-size:.9rem;line-height:1.48;font-weight:650} .support-action a{display:inline-flex;margin-top:.65rem;color:var(--teal-dark);font-weight:950;text-decoration:underline;text-underline-offset:3px} /* Campaign contributions */ .contribute-section{ scroll-margin-top:88px; background: radial-gradient(circle at 92% 10%,rgba(38,159,155,.15),transparent 28%), radial-gradient(circle at 7% 86%,rgba(239,131,180,.14),transparent 28%), var(--paper); } .contribute-grid{ display:grid; grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr); gap:clamp(1.25rem,4vw,2.25rem); align-items:start; } .contribute-main{ border:1px solid var(--line); border-radius:var(--radius-lg); background:white; box-shadow:var(--shadow); padding:clamp(1.25rem,3vw,2rem); } .interac-lockup{ display:flex;align-items:center;gap:.8rem;margin-top:1rem;padding:.85rem 1rem; border:1px solid rgba(38,159,155,.28);border-radius:1.2rem;background:#eef9f7; } .interac-mark{ width:3rem;height:3rem;display:grid;place-items:center;flex:0 0 auto; border-radius:1rem;background:var(--teal-dark);color:white;font-weight:1000; letter-spacing:-.04em; } .interac-lockup strong{display:block;color:var(--navy);font-size:1.05rem} .interac-lockup span{display:block;margin-top:.2rem;color:var(--muted);font-size:.88rem;line-height:1.45;font-weight:650} .amount-label{ display:block;margin-top:1.2rem;color:var(--navy);font-size:.82rem;font-weight:1000; letter-spacing:.08em;text-transform:uppercase; } .amount-grid{ display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.65rem; } .amount-btn{ min-height:48px;border:1px solid var(--line);border-radius:1rem;background:var(--cream); color:var(--navy);font-weight:1000;transition:.16s ease; } .amount-btn:hover,.amount-btn.active{background:var(--pink-soft);border-color:rgba(239,131,180,.55);transform:translateY(-1px)} .donation-fields{ display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem; } .donation-fields .wide{grid-column:1/-1} .donation-fields label>span.field-label{ display:block;margin:0 0 .35rem;color:var(--navy);font-size:.78rem;font-weight:900; } .donor-declarations{ display:grid;gap:.65rem;margin-top:1rem;padding:1rem;border-radius:1.2rem;background:var(--cream);border:1px solid var(--line); } .donor-declarations h3{font-size:1.05rem} .declaration{ display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:start; color:#4c5461;font-size:.86rem;line-height:1.48;font-weight:650; } .declaration input{ width:1.1rem;height:1.1rem;min-height:auto;margin-top:.16rem;accent-color:var(--teal-dark); } .contribution-submit{width:100%;margin-top:1rem;min-height:52px} .contribution-note{ margin-top:.75rem;color:var(--muted);font-size:.8rem;line-height:1.5;font-weight:650; } .contribution-note strong{color:var(--navy)} .contribute-side{display:grid;gap:.8rem} .legal-donor-card{ border:1px solid var(--line);border-radius:var(--radius);background:white;padding:1.05rem;box-shadow:var(--soft); } .legal-donor-card--navy{background:var(--navy);color:white} .legal-donor-card--navy h3{color:white} .legal-donor-card--navy p,.legal-donor-card--navy li{color:rgba(255,255,255,.78)} .legal-donor-card h3{font-size:1.18rem} .legal-donor-card p,.legal-donor-card li{ margin-top:.45rem;color:var(--muted);font-size:.88rem;line-height:1.52;font-weight:650; } .legal-donor-card ul{margin:.55rem 0 0;padding-left:1.1rem} .donor-limit{ display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.8rem; } .limit-box{border-radius:1rem;background:var(--pink-soft);padding:.75rem;text-align:center} .limit-box strong{display:block;color:var(--navy);font-size:1.35rem;line-height:1} .limit-box span{display:block;margin-top:.28rem;color:#4e5663;font-size:.72rem;line-height:1.35;font-weight:850} .process-steps{display:grid;gap:.55rem;margin-top:.75rem} .process-step{display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:start} .process-step b{ width:1.7rem;height:1.7rem;display:grid;place-items:center;border-radius:999px;background:var(--teal);color:white;font-size:.75rem; } .process-step span{color:var(--muted);font-size:.86rem;line-height:1.45;font-weight:650} .live-payment-notice{ margin-top:.85rem;padding:.78rem .85rem;border-radius:1rem;background:#eef9f7;border:1px solid rgba(38,159,155,.24); color:var(--navy);font-size:.82rem;line-height:1.45;font-weight:800; } /* Device-adaptive layout support */ html[data-device="desktop"] .contribute-grid{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr)} html[data-device="tablet"] .contribute-grid{grid-template-columns:1fr} html[data-device="tablet"] .contribute-side{grid-template-columns:repeat(2,minmax(0,1fr))} html[data-device="mobile"] .contribute-grid{grid-template-columns:1fr} html[data-device="mobile"] .amount-grid{grid-template-columns:repeat(2,minmax(0,1fr))} html[data-device="mobile"] .donation-fields{grid-template-columns:1fr} html[data-device="mobile"] .donation-fields .wide{grid-column:auto} html[data-device="mobile"] .contribute-side{grid-template-columns:1fr} html[data-input="touch"] .amount-btn, html[data-input="touch"] .btn, html[data-input="touch"] .menu-button{min-height:48px} @media(max-width:1024px){ .contribute-grid{grid-template-columns:1fr} .contribute-side{grid-template-columns:repeat(2,minmax(0,1fr))} } @media(max-width:700px){ .amount-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .donation-fields{grid-template-columns:1fr} .donation-fields .wide{grid-column:auto} .contribute-side{grid-template-columns:1fr} } /* Form */ .join-wrap{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(1.4rem,4vw,2.4rem);align-items:start} .join-info{display:grid;gap:.8rem} .join-step{border:1px solid rgba(255,255,255,.18);border-radius:1.25rem;background:rgba(255,255,255,.08);padding:1rem} .join-step strong{display:block;color:white;font-size:1.05rem} .join-step p{margin-top:.35rem;color:rgba(255,255,255,.78);line-height:1.5;font-size:.92rem;font-weight:650} form{border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);background:var(--paper);padding:clamp(1.2rem,3vw,1.7rem);box-shadow:var(--shadow);color:var(--ink)} form h3{font-size:clamp(1.55rem,3vw,2rem)} form>p{margin-top:.45rem;color:var(--muted);font-size:.93rem;line-height:1.48;font-weight:650} .fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem} .wide{grid-column:1/-1} input,select,textarea{ width:100%;min-height:50px;border:1px solid rgba(38,49,69,.18);border-radius:1rem; background:white;color:var(--ink);padding:.9rem .95rem;font-weight:650; } textarea{min-height:120px;resize:vertical;line-height:1.5} input:focus,select:focus,textarea:focus{outline:none;border-color:var(--teal);box-shadow:var(--ring)} .hide{display:none!important} details{ margin-top:1rem;border:1px solid var(--line);border-radius:1rem;background:var(--cream);padding:.8rem .9rem; } details summary{cursor:pointer;color:var(--navy);font-weight:950} .consent-row{display:flex;align-items:flex-start;gap:.65rem;margin-top:.9rem;color:var(--muted);font-size:.82rem;line-height:1.45;font-weight:650} .consent-row input{width:1.1rem;height:1.1rem;min-height:auto;margin-top:.15rem;flex:0 0 auto;accent-color:var(--teal-dark)} details p{margin-top:.55rem;color:var(--muted);font-size:.84rem;line-height:1.5;font-weight:650} /* Vote */ .vote-shell{ display:grid;grid-template-columns:.83fr 1.17fr;gap:1rem;align-items:stretch; border-radius:var(--radius-lg);background:var(--navy);color:white;box-shadow:var(--shadow); padding:clamp(1.3rem,3vw,1.8rem); } .vote-shell h2,.vote-shell .section-copy{color:white} .vote-shell .section-copy{color:rgba(255,255,255,.82)} .vote-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.vote-card:last-child{grid-column:1/-1} .vote-card{border:1px solid rgba(255,255,255,.14);border-radius:1.25rem;background:rgba(255,255,255,.09);padding:1rem} .vote-card small{color:var(--peach);font-size:.72rem;font-weight:1000;letter-spacing:.1em;text-transform:uppercase} .vote-card strong{display:block;margin-top:.35rem;color:white;font-size:1.2rem;line-height:1.1;font-weight:1000} .vote-card span{display:block;margin-top:.45rem;color:rgba(255,255,255,.76);font-size:.88rem;line-height:1.45;font-weight:650} .official-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;color:white;font-weight:950;text-decoration:underline;text-underline-offset:3px} /* Sitemap/footer */ .bottom{padding:clamp(3rem,6vw,4.5rem) 0 2rem;background:var(--paper);border-top:1px solid var(--line)} .sitemap-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:1rem} .identity-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--pink),#f5a4c8);padding:1.4rem;box-shadow:var(--shadow)} .identity-card img{width:min(220px,55%);display:block;margin-inline:auto;filter:drop-shadow(0 12px 20px rgba(38,49,69,.15))} .identity-card h2{margin-top:.8rem;text-align:center;font-size:clamp(1.8rem,4vw,2.7rem)} .identity-card p{margin-top:.6rem;text-align:center;color:#3d4350;line-height:1.5;font-weight:700} .site-map{border:1px solid var(--line);border-radius:var(--radius-lg);background:white;padding:1.2rem;box-shadow:var(--soft)} .site-map h3{font-size:1.6rem} .sitemap-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;list-style:none;padding:0;margin:1rem 0 0} .sitemap-list a{ min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:.6rem; border:1px solid var(--line);border-radius:1.1rem;background:var(--cream);padding:.75rem .85rem; color:var(--navy);font-size:.9rem;font-weight:950;transition:.18s ease; } .sitemap-list a:hover{transform:translateY(-2px);background:white} .sitemap-list a span{display:inline-flex;align-items:center;gap:.52rem} .sitemap-list a::after{content:"→";width:1.6rem;height:1.6rem;display:grid;place-items:center;border-radius:999px;background:white} footer{background:var(--navy-2);color:white;padding:1.3rem 0 calc(1.3rem + env(safe-area-inset-bottom))} .footer-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap} .footer-brand{display:flex;align-items:center;gap:.7rem;font-weight:1000} .footer-brand img{width:50px;height:50px;object-fit:contain} .footer-note{text-align:right;color:rgba(255,255,255,.72);font-size:.82rem;line-height:1.5;font-weight:650} .footer-note a{text-decoration:underline;text-underline-offset:3px} .legal-section{ scroll-margin-top:90px; padding:clamp(2.8rem,6vw,4.5rem) 0; background:radial-gradient(circle at 88% 10%,rgba(239,131,180,.15),transparent 28%),linear-gradient(180deg,var(--paper),var(--cream)); border-top:1px solid var(--line); } .legal-section-head{ display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end;margin-bottom:1rem; } .legal-section-head p{ max-width:760px;margin:.55rem 0 0;color:var(--muted);line-height:1.58;font-weight:650; } .legal-updated{ align-self:start;display:inline-flex;border:1px solid var(--line);border-radius:999px;background:white;color:var(--navy); padding:.52rem .7rem;font-size:.75rem;font-weight:900;white-space:nowrap; } .legal-accordion{display:grid;gap:.75rem} .legal-accordion details{ scroll-margin-top:92px;margin:0;border:1px solid var(--line);border-radius:1.35rem;background:rgba(255,255,255,.92); box-shadow:0 10px 26px rgba(38,49,69,.06);overflow:hidden; } .legal-accordion summary{ list-style:none;cursor:pointer;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center; padding:1rem 1.1rem;color:var(--navy);font-weight:1000;outline:none; } .legal-accordion summary::-webkit-details-marker{display:none} .legal-accordion summary:focus-visible{box-shadow:inset 0 0 0 4px rgba(38,159,155,.24)} .legal-icon{ width:2.35rem;height:2.35rem;display:grid;place-items:center;border-radius:.85rem;background:var(--pink-soft);color:var(--navy); } .legal-summary-copy small{ display:block;margin-bottom:.18rem;color:var(--teal-dark);font-size:.68rem;line-height:1;letter-spacing:.11em;text-transform:uppercase;font-weight:1000; } .legal-summary-copy strong{display:block;font-size:clamp(1rem,2vw,1.2rem);line-height:1.15} .legal-chevron{ width:2rem;height:2rem;display:grid;place-items:center;border-radius:999px;background:var(--cream);color:var(--navy); transition:transform .18s ease;font-size:1.15rem;font-weight:900; } .legal-accordion details[open] .legal-chevron{transform:rotate(180deg)} .legal-content{border-top:1px solid var(--line);padding:1rem;background:rgba(255,253,248,.96)} .legal-content .card{ margin:0 0 .75rem;border:1px solid var(--line);border-radius:1.05rem;background:white;padding:1rem;box-shadow:none; } .legal-content .card:last-child{margin-bottom:0} .legal-content .card h2{margin:0;color:var(--navy);font-size:1.08rem;line-height:1.2;letter-spacing:-.025em} .legal-content .card h3{margin:1rem 0 .3rem;color:var(--navy);font-size:1rem} .legal-content .card p,.legal-content .card li{color:var(--muted);font-size:.9rem;line-height:1.6;font-weight:620} .legal-content .card ul{padding-left:1.15rem} .legal-content .callout{ margin-top:.8rem;border-left:4px solid var(--pink);border-radius:.8rem 1rem 1rem .8rem;background:var(--pink-soft); padding:.8rem;color:var(--navy);font-size:.9rem;line-height:1.5;font-weight:800; } .legal-content .references a{ display:block;margin:.4rem 0;color:var(--teal-dark);font-weight:850;text-decoration:underline;text-underline-offset:3px; } @media(max-width:640px){ .legal-section-head{grid-template-columns:1fr} .legal-updated{justify-self:start} .legal-accordion summary{grid-template-columns:auto minmax(0,1fr) auto;padding:.9rem} .legal-content{padding:.8rem} } .form-legal{ margin-top:.7rem;color:var(--muted);font-size:.78rem;line-height:1.45;font-weight:650; } .form-legal a,.legal-links a{ color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px; } .legal-links{ display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem .8rem;margin-top:.3rem; } .copyright-line{ margin-top:.4rem;color:rgba(255,255,255,.62);font-size:.78rem;line-height:1.45; } .mobile-cta{display:none;position:fixed;left:.8rem;right:.8rem;bottom:calc(.75rem + env(safe-area-inset-bottom));z-index:70} .mobile-cta .btn{width:100%;min-height:52px;box-shadow:0 18px 40px rgba(38,49,69,.28)} .mobile-cta-grid{grid-template-columns:1fr 1fr;gap:.55rem} .mobile-cta.mobile-cta-grid{display:none} /* Motion */ [data-animate]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease} [data-animate].in-view{opacity:1;transform:none} .delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s} @media(min-width:700px) and (max-width:1099px){ .hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.86fr);gap:1.4rem} .hero-photo,.hero-photo img{min-height:500px} .about-bio-grid{grid-template-columns:1fr} .about-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))} .port-grid{grid-template-columns:1fr} .vote-shell{grid-template-columns:1fr} } @media(max-width:699px){ .hero-grid,.about-bio-grid,.port-grid,.support-grid,.join-wrap,.vote-shell,.sitemap-shell{grid-template-columns:1fr} .hero-photo,.hero-photo img{min-height:440px} } @media(max-width:1080px){ .desktop-nav a:not(.btn) span{display:none} .priority-groups{grid-template-columns:1fr 1fr} .priority-group:last-child{grid-column:1/-1} } @media(max-width:860px){ .desktop-nav{display:none} .menu-button{display:inline-grid;place-items:center} .mobile-menu{display:block} .hero-grid,.about-grid,.priority-intro,.port-grid,.support-grid,.join-wrap,.vote-shell,.sitemap-shell{grid-template-columns:1fr} .hero-photo,.hero-photo img{min-height:520px} .priority-groups,.support-actions{grid-template-columns:1fr 1fr} .priority-group:last-child{grid-column:1/-1} .footer-grid{align-items:flex-start;flex-direction:column} .footer-note{text-align:left} .legal-links{justify-content:flex-start} .mobile-cta{display:block} .mobile-cta.mobile-cta-grid{display:grid} } @media(max-width:640px){ .election-alert .container{display:grid;gap:.2rem} .election-alert a{justify-content:center} .nav{min-height:66px} .mobile-menu{top:66px;left:.7rem;right:.7rem} .brand-mark{width:44px;height:44px} .brand-copy strong{max-width:220px;font-size:.84rem} .brand-copy span{font-size:.6rem} .hero{padding-top:2.1rem} .hero-actions{display:grid;grid-template-columns:1fr} .hero-actions .btn{width:100%} .hero-photo,.hero-photo img{min-height:465px} .bio-points,.priority-groups,.port-cards,.support-actions,.fields,.vote-cards,.sitemap-list{grid-template-columns:1fr} .priority-group:last-child{grid-column:auto} .wide{grid-column:auto} .identity-card,.site-map,.hero-card,form{border-radius:1.6rem} } @media(prefers-reduced-motion:reduce){ html{scroll-behavior:auto} *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important} [data-animate]{opacity:1;transform:none} }
[data-animate]{opacity:1!important;transform:none!important;transition:none!important}


/* ---- bundled style block ---- */


.form-status{
  min-height:1.35rem;
  margin:.65rem 0 0;
  font-size:.82rem;
  line-height:1.45;
  color:var(--muted);
  font-weight:750;
}
.form-status.success{color:#166b4f}
.form-status.error{color:#9b2d3c}
[data-campaign-form] button[type="submit"][disabled]{
  opacity:.68;
  cursor:wait;
}


/* ---- e-Transfer completion flow ---- */
.etransfer-dialog{
  width:min(680px,calc(100vw - 1.5rem));
  max-height:min(88vh,820px);
  border:0;
  border-radius:26px;
  padding:0;
  overflow:auto;
  background:var(--cream);
  color:var(--navy);
  box-shadow:0 30px 100px rgba(22,31,49,.38);
}
.etransfer-dialog::backdrop{
  background:rgba(20,29,43,.68);
  backdrop-filter:blur(5px);
}
.etransfer-dialog-head{
  padding:1.4rem 1.45rem 1.15rem;
  background:linear-gradient(135deg,var(--navy),#344762);
  color:#fff;
}
.etransfer-dialog-head .eyebrow{color:var(--peach)}
.etransfer-dialog-head h3{
  margin:.25rem 0 .35rem;
  font-size:clamp(1.55rem,5vw,2.25rem);
  line-height:1.05;
}
.etransfer-dialog-head p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-weight:700;
}
.etransfer-dialog-body{padding:1.2rem 1.45rem 1.45rem}
.etransfer-detail{
  display:grid;
  grid-template-columns:1fr auto;
  gap:.35rem 1rem;
  align-items:center;
  padding:1rem 0;
  border-bottom:1px solid rgba(38,49,69,.12);
}
.etransfer-detail>span{
  grid-column:1/-1;
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--muted);
}
.etransfer-detail strong{
  font-size:clamp(1.05rem,4vw,1.35rem);
  overflow-wrap:anywhere;
}
.copy-detail-btn{
  min-height:42px;
  border:1px solid rgba(38,49,69,.18);
  border-radius:999px;
  padding:.65rem .9rem;
  background:#fff;
  color:var(--navy);
  font:inherit;
  font-size:.78rem;
  font-weight:900;
  cursor:pointer;
}
.copy-detail-btn:hover{border-color:var(--teal);color:var(--teal-dark)}
.copy-detail-btn.copied{background:var(--teal);border-color:var(--teal);color:#fff}
.etransfer-steps{
  margin:1.15rem 0;
  padding-left:1.35rem;
  color:var(--text);
}
.etransfer-steps li{
  margin:.55rem 0;
  padding-left:.25rem;
  line-height:1.5;
}
.etransfer-safety{
  margin:1rem 0 0;
  padding:1rem;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(38,49,69,.1);
  color:var(--muted);
  font-size:.88rem;
  line-height:1.55;
}
.etransfer-dialog-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  margin-top:1rem;
}
@media (max-width:560px){
  .etransfer-dialog{width:calc(100vw - 1rem);border-radius:20px}
  .etransfer-dialog-head,.etransfer-dialog-body{padding-left:1rem;padding-right:1rem}
  .etransfer-detail{grid-template-columns:1fr}
  .copy-detail-btn{width:100%}
  .etransfer-dialog-actions>*{width:100%;justify-content:center}
}


/* ---- final launch refinements ---- */
.footer-domain{
  margin:.65rem 0 0;
  font-weight:900;
  letter-spacing:.02em;
}
.footer-domain a{
  color:inherit;
  text-decoration-thickness:.08em;
  text-underline-offset:.18em;
}
.submission-success-banner{
  position:fixed;
  z-index:1200;
  left:50%;
  top:max(1rem,env(safe-area-inset-top));
  transform:translateX(-50%);
  width:min(720px,calc(100vw - 1.5rem));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 1.1rem;
  border-radius:18px;
  background:#e7f6ef;
  border:1px solid rgba(21,147,143,.24);
  color:#1e493f;
  box-shadow:0 16px 50px rgba(24,35,52,.2);
}
.submission-success-banner[hidden]{display:none}
.submission-success-banner strong{color:var(--navy);margin-right:.3rem}
.submission-success-banner button{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--navy);
  font:inherit;
  font-size:1.5rem;
  line-height:1;
  cursor:pointer;
  padding:.25rem .4rem;
}
@media (max-width:540px){
  .submission-success-banner{align-items:flex-start}
}


/* ---- Mobile contribution readability fix: 2026-09-15 ---- */
/* The dark Ontario-limits card previously inherited the general muted text colour. */
.legal-donor-card.legal-donor-card--navy p,
.legal-donor-card.legal-donor-card--navy li{
  color:rgba(255,255,255,.90);
}
.legal-donor-card.legal-donor-card--navy strong,
.legal-donor-card.legal-donor-card--navy h3{
  color:#fff;
}

/* Keep the Interac mark constrained even if copy is edited in future. */
.interac-mark{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:clip;
}

/* Prevent the sticky mobile campaign CTA from covering the contribution form
   while the visitor is actively reading/completing that section. */
.mobile-cta{
  transition:opacity .18s ease,transform .18s ease;
}
.mobile-cta.is-context-hidden{
  opacity:0;
  transform:translateY(calc(100% + 1.5rem));
  pointer-events:none;
}

@media(max-width:700px){
  .contribute-section{
    padding-top:3.1rem;
  }
  .contribute-main{
    padding:1rem;
    border-radius:1.45rem;
  }
  .contribute-main h2{
    font-size:clamp(2rem,10.5vw,2.75rem);
    line-height:.98;
    letter-spacing:-.05em;
  }
  .contribute-main>.section-copy{
    font-size:.98rem;
    line-height:1.58;
    font-weight:650;
  }
  .interac-lockup{
    align-items:flex-start;
    gap:.72rem;
    padding:.85rem;
  }
  .interac-mark{
    width:2.75rem;
    height:2.75rem;
    border-radius:.85rem;
    font-size:1rem;
    line-height:1;
  }
  .interac-lockup strong{
    font-size:1rem;
    line-height:1.25;
  }
  .interac-lockup span{
    margin-top:.28rem;
    font-size:.9rem;
    line-height:1.5;
  }
  .amount-label{
    margin-top:1.25rem;
    font-size:.78rem;
    line-height:1.3;
  }
  .amount-btn{
    min-height:50px;
    font-size:.95rem;
  }
  .donation-fields label>span.field-label{
    font-size:.82rem;
    line-height:1.35;
  }
  .donor-declarations{
    padding:.9rem;
  }
  .declaration{
    gap:.7rem;
    font-size:.9rem;
    line-height:1.52;
  }
  .declaration input{
    width:1.2rem;
    height:1.2rem;
  }
  .contribution-submit{
    min-height:56px;
    white-space:normal;
    line-height:1.2;
    padding:.85rem 1rem;
    font-size:.88rem;
  }
  .contribution-note{
    font-size:.86rem;
    line-height:1.55;
  }
  .legal-donor-card{
    padding:1rem;
  }
  .legal-donor-card h3{
    font-size:1.14rem;
    line-height:1.2;
  }
  .legal-donor-card p,
  .legal-donor-card li,
  .process-step span{
    font-size:.91rem;
    line-height:1.55;
  }
  .live-payment-notice{
    font-size:.86rem;
    line-height:1.5;
  }
}


/* ---- All-device contribution readability fix: 2026-09-15 ---- */
/* Robust at desktop, Windows display scaling, tablet and mobile widths. */
.contribute-grid,
.contribute-grid *,
.contribute-main,
.contribute-side,
.legal-donor-card{
  min-width:0;
}

/* Never allow accidental copy inside the small Interac mark to overflow. */
.interac-mark{
  width:3rem;
  height:3rem;
  flex:0 0 3rem;
  display:grid;
  place-items:center;
  overflow:hidden;
  white-space:nowrap;
  font-size:0 !important;
  line-height:1;
}
.interac-mark::before{
  content:"e";
  display:block;
  color:#fff;
  font-size:1rem;
  line-height:1;
  font-weight:1000;
}
.interac-lockup>div{min-width:0}

/* Readable wrapping in every contribution component, including long email addresses. */
.interac-lockup strong,
.interac-lockup span,
.declaration span,
.contribution-note,
.legal-donor-card p,
.legal-donor-card li,
.limit-box span,
.process-step span,
.live-payment-notice,
.etransfer-detail strong,
.etransfer-safety{
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}

.contribute-main>.section-copy{
  font-size:1rem;
  line-height:1.62;
  font-weight:650;
}
.interac-lockup{
  align-items:flex-start;
}
.interac-lockup strong{
  font-size:1.02rem;
  line-height:1.28;
}
.interac-lockup span{
  font-size:.92rem;
  line-height:1.52;
}
.donation-fields label>span.field-label{
  font-size:.82rem;
  line-height:1.35;
}
.donation-fields input,
.donation-fields select,
.donation-fields textarea{
  font-size:1rem;
  line-height:1.35;
}
.donor-declarations{
  gap:.72rem;
}
.declaration{
  font-size:.92rem;
  line-height:1.55;
}
.declaration input{
  flex:0 0 auto;
  width:1.18rem;
  height:1.18rem;
}

/* The general .btn rule uses nowrap. This contribution CTA must be allowed to wrap. */
.contribution-submit{
  min-height:56px;
  white-space:normal !important;
  text-align:center;
  text-wrap:balance;
  line-height:1.22;
  padding:.85rem 1.1rem;
  font-size:.9rem;
}
.contribution-note{
  font-size:.86rem;
  line-height:1.58;
}

/* Side information cards: strong contrast on all operating systems/browsers. */
.legal-donor-card h3{
  font-size:1.18rem;
  line-height:1.22;
}
.legal-donor-card p,
.legal-donor-card li{
  font-size:.92rem;
  line-height:1.56;
}
.legal-donor-card.legal-donor-card--navy,
.legal-donor-card.legal-donor-card--navy h3,
.legal-donor-card.legal-donor-card--navy strong{
  color:#fff;
}
.legal-donor-card.legal-donor-card--navy p,
.legal-donor-card.legal-donor-card--navy li{
  color:rgba(255,255,255,.94) !important;
}
.limit-box strong{
  color:var(--navy);
}
.limit-box span{
  color:#38414f;
  font-size:.76rem;
  line-height:1.4;
}
.process-step span{
  font-size:.9rem;
  line-height:1.52;
}
.live-payment-notice{
  font-size:.87rem;
  line-height:1.52;
}

/* A laptop at 125%-150% Windows display scaling often has an effective CSS
   viewport near tablet width. Switch to the roomy one-column layout sooner
   instead of squeezing the form beside the information rail. */
@media(max-width:1220px){
  .contribute-grid{
    grid-template-columns:1fr !important;
  }
  .contribute-side{
    grid-template-columns:1fr !important;
  }
  .contribute-main{
    max-width:900px;
    width:100%;
    margin-inline:auto;
  }
  .contribute-side{
    max-width:900px;
    width:100%;
    margin-inline:auto;
  }
}

/* Comfortable tablet form sizing. */
@media(min-width:701px) and (max-width:1220px){
  .contribute-main{
    padding:clamp(1.35rem,3vw,2rem);
  }
  .interac-lockup{
    padding:1rem;
  }
  .donor-declarations{
    padding:1.05rem;
  }
  .amount-btn{
    min-height:50px;
    font-size:.98rem;
  }
  .contribution-submit{
    font-size:.95rem;
  }
}

@media(max-width:700px){
  .interac-mark{
    width:2.75rem;
    height:2.75rem;
    flex-basis:2.75rem;
  }
  .interac-mark::before{font-size:.95rem}
}
/* ---- End all-device contribution readability fix ---- */

/* ---- Lawn-sign overlay correction: 2026-09-16 ----
   The campaign image already contains its own Ward 2 / It's Time branding.
   Never place a separate text chip over the sign artwork. */
.sign-card .sign-chip{
  display:none !important;
}
.sign-card img{
  position:relative;
  z-index:1;
}
