/* Cindy Sonne for Kamloops City Council 2026 — site styles */
/* NOTE: contains two original style blocks (homepage + "Why It Matters").
   They were merged in the source HTML; preserved as-is so rendering is unchanged. */
* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: Arial, sans-serif; background-color: #0d2b4e; color: #1a1a2e; overflow-x: hidden; }

        .hero {
            background: linear-gradient(135deg, rgba(13,43,78,0.82) 0%, rgba(26,74,138,0.78) 100%), url("../../images/hero-bg.jpg") center/cover no-repeat;
            color: white;
            padding: 20px 40px 28px 40px;
            display: flex;
            flex-direction: column;
        }
        .hero-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(201, 168, 76, 0.3);
            padding-bottom: 16px;
            flex-wrap: wrap;
            gap: 8px;
        }
        .gold { color: #c9a84c; font-weight: bold; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
        .hero-main { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; max-width: 1080px; margin: 0 auto; width: 100%; }
        .hero-text { flex: 1; min-width: 260px; }
        h1 { font-size: 38px; margin-bottom: 12px; font-weight: bold; line-height: 1.1; }
        h1 span { color: #c9a84c; }
        .tagline { font-size: 13px; line-height: 1.6; margin-bottom: 20px; }
        .stats-row { display: flex; gap: 20px; margin-bottom: 0; flex-direction: row; flex-wrap: wrap; }
        .stat { flex: 0 1 auto; }
        .stat-number { font-size: 22px; font-weight: bold; color: #c9a84c; }
        .stat-label { font-size: 10px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 4px; max-width: 100px; line-height: 1.3; }
        .hero-photo { width: 340px; height: 400px; border: 4px solid #c9a84c; overflow: hidden; flex-shrink: 0; }

        section { padding: 48px 40px; background: #0d2b4e; color: white; }
        section:nth-child(even) { background: #0d2b4e; color: white; }
        section:nth-child(odd) { background: #1a4a8a; color: white; }
        .section-label { color: #c9a84c; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 12px; }
        section h2 { font-size: 32px; color: #c9a84c; font-weight: bold; margin-bottom: 28px; }

        .why-section { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
        .why-text { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.9); }
        .why-commitment { font-size: 15px; font-weight: bold; color: #c9a84c; margin-top: 20px; }

        .card-stack { display: flex; flex-direction: column; gap: 16px; }
        .card { background: #0d2b4e; color: white; padding: 20px; border-radius: 3px; }
        .card-number { font-size: 26px; font-weight: bold; color: #c9a84c; margin-bottom: 8px; }
        .card-text { font-size: 13px; line-height: 1.6; }

        .platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
        .platform-card { background: #0d2b4e; color: white; padding: 28px; border-radius: 3px; }
        .platform-icon { font-size: 36px; margin-bottom: 12px; }
        .platform-card h3 { font-size: 17px; margin-bottom: 12px; font-weight: bold; }
        .platform-card p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.9); }

        .media-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
        .media-card { background: rgba(255,255,255,0.1); border: 2px solid #c9a84c; padding: 24px; border-radius: 3px; display: flex; flex-direction: column; color: white; }
        .media-outlet { color: #c9a84c; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
        .media-card h3 { font-size: 16px; color: #c9a84c; margin-bottom: 10px; font-weight: bold; }
        .media-description { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.85); margin-bottom: 16px; flex: 1; }
        .btn { display: inline-block; background: #0d2b4e; color: white; padding: 10px 20px; text-decoration: none; font-weight: bold; font-size: 11px; text-transform: uppercase; border-radius: 3px; }

        .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
        .btn-donate { display: inline-block; background: #c9a84c; color: #0d2b4e; padding: 14px 30px; text-decoration: none; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; border-radius: 3px; transition: all .2s; box-shadow: 0 4px 14px rgba(201,168,76,0.35); }
        .btn-donate:hover { background: #e8c96d; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(201,168,76,0.45); }
        .btn-outline { display: inline-block; background: transparent; color: #fff; padding: 14px 26px; text-decoration: none; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; border: 2px solid rgba(255,255,255,0.4); border-radius: 3px; transition: all .2s; }
        .btn-outline:hover { border-color: #c9a84c; color: #c9a84c; }
        .media-date { font-size: 11px; color: #aaa; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.2); }

        footer { background: #0d2b4e; color: white; padding: 36px 40px; display: flex; justify-content: space-between; gap: 32px; font-size: 13px; line-height: 1.6; flex-wrap: wrap; }
        footer strong { color: #c9a84c; }
        .intro-text { font-size: 14px; line-height: 1.7; max-width: 720px; margin-bottom: 32px; color: rgba(255,255,255,0.85); }

        @media (max-width: 768px) {
            .hero { padding: 16px 20px 24px 20px; }
            h1 { font-size: 28px; }
            .hero-photo { width: 260px; height: 306px; }
            .why-section, .platform-grid, .media-grid { grid-template-columns: 1fr; }
            section { padding: 36px 20px; }
            section h2 { font-size: 26px; }
            footer { flex-direction: column; padding: 28px 20px; }
        }
    

        /* ── WHY IT MATTERS PAGE STYLES ── */
:root {
            --navy: #0d2b4e;
            --navy-dark: #060f1c;
            --gold: #c9a84c;
            --gold-light: #e8c96d;
            --red: #e74c3c;
            --white: #ffffff;
        }
        * { margin:0; padding:0; box-sizing:border-box; }
        body { font-family:'Source Sans 3',Georgia,sans-serif; background:#0d2b4e; color:#ffffff; overflow-x:hidden; }

        /* NAV */
        nav { background:#071929; border-bottom:2px solid var(--gold); padding:14px 32px; display:flex; align-items:center; justify-content:space-between; position:sticky; top:0; z-index:100; }
        .nav-brand { font-family:'Playfair Display',serif; font-size:1.1rem; color:var(--white); text-decoration:none; }
        .nav-brand span { color:var(--gold); }
        .nav-back { color:var(--gold); text-decoration:none; font-size:0.8rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; border:1px solid var(--gold); padding:6px 16px; transition:all .2s; }
        .nav-back:hover { background:var(--gold); color:var(--navy); }

        /* HERO (the "Why It Matters" evidence band — kept distinct from the
           homepage .hero above so it doesn't override the homepage hero's
           background photo) */
        .hero-evidence { background:linear-gradient(160deg,#0d2b4e 0%,#081a30 60%,var(--navy-dark) 100%); border-bottom:3px solid var(--gold); padding:72px 32px 64px; text-align:center; }
        .eyebrow { display:inline-block; color:var(--gold); font-size:0.72rem; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; border:1px solid rgba(201,168,76,.4); padding:5px 14px; margin-bottom:20px; }
        .hero-evidence h1 { font-family:'Playfair Display',serif; font-size:clamp(2.2rem,5vw,3.8rem); font-weight:900; color:var(--white); margin-bottom:18px; line-height:1.1; }
        .hero-evidence h1 span { color:var(--gold); }
        .hero-evidence .sub { font-size:1.05rem; font-weight:300; color:rgba(255,255,255,.8); max-width:660px; margin:0 auto 40px; line-height:1.7; }
        .stat-bar { display:flex; justify-content:center; flex-wrap:wrap; max-width:920px; margin:0 auto; border:1px solid rgba(201,168,76,.3); }
        .stat-bar .s { flex:1; min-width:170px; padding:22px 18px; border-right:1px solid rgba(201,168,76,.3); text-align:center; background:rgba(255,255,255,.03); }
        .stat-bar .s:last-child { border-right:none; }
        .stat-bar .n { font-family:'Playfair Display',serif; font-size:2.2rem; font-weight:900; color:var(--gold); display:block; line-height:1; }
        .stat-bar .l { font-size:0.68rem; font-weight:600; letter-spacing:.09em; text-transform:uppercase; color:rgba(255,255,255,.6); margin-top:6px; display:block; }

        /* LAYOUT */
        .section { max-width:1080px; margin:0 auto; padding:64px 32px; background:#0d2b4e; }
        .sec-head { display:flex; align-items:center; gap:14px; margin-bottom:36px; }
        .sec-head .bar { width:40px; height:3px; background:var(--gold); flex-shrink:0; }
        .sec-head h2 { font-family:'Playfair Display',serif; font-size:1.65rem; font-weight:700; color:var(--white); }
        .divider { border:none; border-top:1px solid rgba(201,168,76,.15); margin:0 32px; }

        /* CALLOUT */
        .callout { background:#071929; border:1px solid rgba(201,168,76,.45); border-left:5px solid var(--gold); padding:28px 32px; margin:0 0 40px; }
        .callout p { font-size:1.08rem; color:#ffffff; line-height:1.75; }
        .callout p strong { color:var(--gold-light); font-weight:700; }

        /* TIMELINE */
        .timeline { position:relative; padding-left:0; }
        .timeline::before { content:''; position:absolute; left:20px; top:8px; bottom:8px; width:2px; background:linear-gradient(to bottom,var(--gold),rgba(201,168,76,.15)); }
        .tl-item { display:flex; gap:28px; margin-bottom:32px; padding-left:12px; }
        .tl-dot { flex-shrink:0; width:16px; height:16px; border-radius:50%; background:var(--gold); border:3px solid var(--navy); margin-top:5px; box-shadow:0 0 0 2px var(--gold); }
        .tl-dot.red { background:var(--red); box-shadow:0 0 0 2px var(--red); }
        .tl-box { background:#0a1c30; border:1px solid rgba(255,255,255,.08); border-left:3px solid var(--gold); padding:18px 22px; flex:1; }
        .tl-box.red-border { border-left-color:var(--red); }
        .tl-yr { font-size:0.68rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--gold); margin-bottom:4px; }
        .tl-yr.red { color:var(--red); }
        .tl-title { font-size:1rem; font-weight:700; color:#ffffff; margin-bottom:6px; }
        .tl-body { font-size:0.93rem; color:#d0d8e4; line-height:1.65; background:#0d2b4e; }
        .tl-body strong { color:#ffffff; font-weight:700; }

        /* SVG CHART */
        .chart-wrap { background:#071929; border:1px solid rgba(201,168,76,.25); padding:24px; margin-top:48px; }
        .chart-title { font-size:0.68rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--gold); margin-bottom:16px; }
        .chart-wrap svg { display:block; width:100%; height:auto; }
        .chart-caption { font-size:0.72rem; color:rgba(255,255,255,.45); margin-top:10px; }

        /* BUSINESS LOSS BOXES */
        .loss-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:20px; margin-top:8px; }
        .loss-card { background:#0a1c30; border:1px solid rgba(201,168,76,.2); padding:26px 22px; position:relative; }
        .loss-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--gold); }
        .loss-card.red::after { background:var(--red); }
        .loss-card .big { font-family:'Playfair Display',serif; font-size:2.8rem; font-weight:900; color:var(--gold); line-height:1; }
        .loss-card.red .big { color:var(--red); }
        .loss-card .desc { font-size:0.9rem; color:#d0d8e4; margin-top:8px; line-height:1.55; }
        .loss-card .src { font-size:0.7rem; color:rgba(255,255,255,.35); margin-top:12px; font-style:italic; }

        /* SOURCE LINE */
        .src-line { font-size:0.75rem; color:rgba(255,255,255,.4); margin-top:20px; }

        /* FOOTER */
        footer { background:#040d18; border-top:2px solid rgba(201,168,76,.25); padding:22px 32px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:0.73rem; color:rgba(255,255,255,.4); }

        @media(max-width:600px){
            .stat-bar { flex-direction:column; }
            .stat-bar .s { border-right:none; border-bottom:1px solid rgba(201,168,76,.3); }
            .section { padding:48px 18px; }
            .tl-item { gap:16px; }
        }

        /* ─────────────────────────────────────────────
           DONATION PAGE (donate.php)
           ───────────────────────────────────────────── */
        .donate-hero { background:linear-gradient(160deg,#0d2b4e 0%,#081a30 60%,#060f1c 100%); border-bottom:3px solid #c9a84c; padding:48px 24px; text-align:center; }
        .donate-hero h1 { font-family:'Playfair Display',serif; font-size:clamp(1.8rem,4vw,2.8rem); font-weight:900; color:#fff; margin-bottom:12px; line-height:1.15; }
        .donate-hero h1 span { color:#c9a84c; }
        .donate-hero p { color:rgba(255,255,255,.82); max-width:620px; margin:0 auto; font-size:1rem; line-height:1.65; }

        .donate-wrap { max-width:760px; margin:0 auto; padding:44px 24px 80px; }

        .donation-form { background:#0a1c30; border:1px solid rgba(201,168,76,.25); border-radius:8px; padding:32px; }
        .form-section { margin-bottom:34px; }
        .form-section:last-of-type { margin-bottom:24px; }
        .form-section > h2 { font-family:'Playfair Display',serif; font-size:1.15rem; color:#c9a84c; margin-bottom:18px; padding-bottom:9px; border-bottom:1px solid rgba(201,168,76,.2); }

        .field { margin-bottom:18px; }
        .field label { display:block; font-size:.82rem; font-weight:700; color:#fff; margin-bottom:6px; }
        .field .req { color:#e74c3c; }
        .field input, .field select { width:100%; padding:12px 14px; font-size:.95rem; background:#0d2b4e; border:1px solid rgba(255,255,255,.18); border-radius:4px; color:#fff; font-family:inherit; }
        .field input::placeholder { color:rgba(255,255,255,.4); }
        .field input:focus, .field select:focus { outline:none; border-color:#c9a84c; box-shadow:0 0 0 2px rgba(201,168,76,.25); }
        .field select { appearance:none; -webkit-appearance:none; background-image:linear-gradient(45deg,transparent 50%,#c9a84c 50%),linear-gradient(135deg,#c9a84c 50%,transparent 50%); background-position:calc(100% - 18px) center,calc(100% - 13px) center; background-size:5px 5px,5px 5px; background-repeat:no-repeat; padding-right:38px; }
        .field-row { display:flex; gap:18px; flex-wrap:wrap; }
        .field-row .field { flex:1; min-width:200px; }
        .phone-row { display:flex; gap:10px; }
        .phone-row select { flex:0 0 130px; }

        .amount-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:16px; }
        .amount-opt input { position:absolute; opacity:0; pointer-events:none; }
        .amount-opt label { display:block; text-align:center; padding:15px 8px; border:1px solid rgba(201,168,76,.4); border-radius:5px; cursor:pointer; font-weight:700; color:#fff; transition:all .15s; margin:0; }
        .amount-opt label:hover { border-color:#c9a84c; }
        .amount-opt input:checked + label { background:#c9a84c; color:#0d2b4e; border-color:#c9a84c; }
        .amount-opt input:focus-visible + label { box-shadow:0 0 0 2px rgba(201,168,76,.5); }

        .eligibility .check { display:flex; gap:11px; align-items:flex-start; margin-bottom:13px; font-size:.85rem; color:rgba(255,255,255,.85); line-height:1.5; }
        .eligibility .check input { width:auto; margin-top:3px; flex:0 0 auto; accent-color:#c9a84c; }

        .form-note { font-size:.78rem; color:rgba(255,255,255,.55); line-height:1.55; margin-top:8px; }
        .submit-row button { width:100%; border:none; cursor:pointer; font-size:1rem; padding:16px; }

        .form-errors { background:rgba(231,76,60,.12); border:1px solid #e74c3c; border-radius:6px; padding:16px 20px; margin-bottom:26px; }
        .form-errors strong { color:#ff8a7a; display:block; margin-bottom:8px; }
        .form-errors ul { margin:0; padding-left:18px; color:#ffd0c9; font-size:.85rem; line-height:1.65; }

        .thank-you { background:#0a1c30; border:1px solid rgba(201,168,76,.3); border-left:5px solid #c9a84c; border-radius:8px; padding:44px 40px; text-align:center; }
        .thank-you h2 { font-family:'Playfair Display',serif; color:#c9a84c; font-size:1.6rem; margin-bottom:16px; }
        .thank-you p { color:rgba(255,255,255,.85); line-height:1.7; margin-bottom:12px; }
        .thank-you a.btn-donate { margin-top:12px; }

        @media(max-width:600px){
            .donation-form { padding:22px; }
            .amount-grid { grid-template-columns:repeat(2,1fr); }
        }

/* ─────────────────────────────────────────────
   2026 REFRESH — inline SVG icons + readability
   Appended last so these override the earlier same-selector rules.
   Headings (h1, section h2) are intentionally left as-is to preserve
   the visual hierarchy.
   ───────────────────────────────────────────── */

/* Icons are sized in `em` so each scales with its context, and inherit
   color via currentColor. They are decorative (aria-hidden in markup). */
.icon { width:1em; height:1em; display:inline-block; vertical-align:-0.125em; flex:0 0 auto; }
.icon-inline  { vertical-align:-0.15em; margin-right:.3em; }
.icon-btn     { width:1.05em; height:1.05em; vertical-align:-0.16em; margin-right:.5em; }
.icon-eyebrow { width:1.15em; height:1.15em; vertical-align:-0.2em; margin-right:.45em; color:#c9a84c; }

/* Platform cards: emoji → gold line icon */
.platform-icon { color:#c9a84c; line-height:1; margin-bottom:14px; }
.platform-icon .icon { width:42px; height:42px; stroke-width:1.75; }

/* ── Readability: bump small body copy and labels ── */
body { font-size:16px; line-height:1.6; }

/* homepage block (was 13–14px body / 10–11px labels) */
.tagline       { font-size:16px; line-height:1.7; }
.gold          { font-size:13px; }
.stat-label    { font-size:12px; }
.section-label { font-size:12px; }
.why-text      { font-size:16px; line-height:1.75; }
.why-commitment{ font-size:17px; }
.card-text     { font-size:15px; line-height:1.65; }
.platform-card p  { font-size:16px; line-height:1.7; }
.platform-card h3 { font-size:18px; }
.media-outlet     { font-size:12px; }
.media-card h3    { font-size:17px; }
.media-description{ font-size:15px; line-height:1.6; }
.media-date    { font-size:12px; }
.btn           { font-size:13px; }
.intro-text    { font-size:16px; line-height:1.75; }
footer         { font-size:14px; }

/* evidence / timeline block (rem-based; lift the smallest values) */
.eyebrow        { font-size:.78rem; }
.stat-bar .l    { font-size:.75rem; }
.tl-yr          { font-size:.75rem; }
.tl-body        { font-size:1rem; line-height:1.7; }
.chart-caption  { font-size:.78rem; }
.loss-card .desc{ font-size:.95rem; }
.loss-card .src { font-size:.75rem; }
.src-line       { font-size:.8rem; }

/* donation form (1rem inputs also stop iOS auto-zoom on focus) */
.field label   { font-size:.9rem; }
.field input, .field select { font-size:1rem; }
.eligibility .check { font-size:.95rem; line-height:1.55; }
.form-note     { font-size:.85rem; }
.form-errors ul{ font-size:.9rem; }
