
.gp-home /* ===========================================================================
   gp.css — MyGrandePrairie.com design system  (v2)
   ---------------------------------------------------------------------------
   Architecture borrowed from everythingcalgary.com's ec.css: a small token
   block and a handful of reusable primitives. That is the reusable part — it
   does a whole site in ~20 KB where this site's styles.css had reached 409 KB
   carrying three dead homepage generations.

   The SKIN is deliberately not Calgary's. Calgary is near-black navy with a
   Calgary-red accent,.gp-home which reads metropolitan. Grande Prairie is spruce,.gp-home farmland and oilfield,.gp-home so the ink is a deep spruce green and the accent is
   prairie gold. v2 pulls the neutrals off the yellow-cream of v1,.gp-home which went
   muddy against photographs — the wash is now near-neutral so photos stay the
   most colourful thing on the page.
   =========================================================================== */

:root{
  --ink:#0B2419;         /* deep spruce — masthead, footer, headings */
  --ink-2:#14392A;
  --paper:#fff;
  --wash:#F5F6F2;        /* near-neutral, a hint warm */
  --line:#E3E4DD;
  --muted:#5D6A61;
  --gold:#B8862B;        /* prairie gold — primary accent */
  --gold-lt:#EAC97E;
  --gold-wash:#FBF4E4;
  --sky:#2C7A93;         /* links only */
  --red:#C0392B;         /* alerts only */
  --radius:14px;
  --shadow:0 2px 8px rgba(11,36,25,.07);
  --shadow-lg:0 18px 48px rgba(11,36,25,.17);
  --wrap:1240px;
}
.gp-home *{box-sizing:border-box}
.gp-home{margin:0;background:var(--paper);color:var(--ink);
     font:400 16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.gp-home img{max-width:100%;display:block}
.gp-home a{color:var(--sky);text-decoration:none}
.gp-home a:hover{text-decoration:underline}
.gp-home h1,.gp-home h2,.gp-home h3,.gp-home h4{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:800;
            line-height:1.15;letter-spacing:-.02em;margin:0}
.gp-home .gpx-wrap{width:min(var(--wrap),calc(100% - 40px));margin-inline:auto}
.gp-home /* ---------- utility strip ------------------------------------------------- */
.gpx-util{background:var(--ink);color:#CFDCD3;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08)}
.gp-home .gpx-util .gpx-wrap{display:flex;gap:24px;align-items:center;height:40px;overflow-x:auto;scrollbar-width:none}
.gp-home .gpx-util .gpx-wrap::-webkit-scrollbar{display:none}
.gp-home .gpx-util a{color:#CFDCD3;white-space:nowrap;display:flex;gap:6px;align-items:center}
.gp-home .gpx-util a:hover{color:var(--gold-lt);text-decoration:none}
.gp-home .gpx-util b{color:#fff;font-weight:600}
.gp-home .gpx-util .u-alert b{color:#FFAFA6}
.gp-home /* ---------- masthead + mega menu ------------------------------------------ */
.mast{background:var(--ink);color:#fff;border-bottom:3px solid var(--gold);position:relative;z-index:50}
.gp-home .mast .gpx-wrap{display:flex;align-items:center;gap:22px;min-height:72px}
.gp-home .mast-brand{color:#fff}
.gp-home .mast-brand:hover{text-decoration:none}
.gp-home .mast-brand .m1{font-family:Manrope,sans-serif;font-weight:800;font-size:24px;letter-spacing:-.03em;display:block}
.gp-home .mast-brand .m2{color:var(--gold-lt)}
.gp-home .mast-brand small{display:block;font-size:9.5px;letter-spacing:.19em;text-transform:uppercase;
                  color:#93A89A;font-weight:600;margin-top:3px}
.gp-home .mnav{margin-left:auto;display:flex;gap:20px;align-items:center;font-size:14px;font-weight:600}
.gp-home .mnav>a,.gp-home .more-btn{color:#EAF1EC;background:none;border:0;font:600 14px Inter,sans-serif;cursor:pointer;
                  padding:8px 0}
.gp-home .mnav>a:hover,.gp-home .more-btn:hover{color:var(--gold-lt);text-decoration:none}
.gp-home .mnav .cta{background:var(--gold);color:#201604;padding:9px 16px;border-radius:999px;font-weight:800}
.gp-home .mnav .cta:hover{background:var(--gold-lt);text-decoration:none}
.gp-home .more{position:relative}
.gp-home .mega{display:none;position:absolute;right:0;top:calc(100% + 14px);width:min(920px,88vw);
      background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);
      box-shadow:var(--shadow-lg);padding:22px 24px;
      grid-template-columns:repeat(3,1fr);gap:20px 26px;z-index:60}
.gp-home .more.open .mega{display:grid}
.gp-home .mega h5{margin:0 0 8px;font:800 11px Inter,sans-serif;letter-spacing:.15em;text-transform:uppercase;
         color:var(--gold);border-bottom:1px solid var(--line);padding-bottom:6px}
.gp-home .mega a{display:block;color:var(--ink);font-size:13.5px;padding:4px 0;font-weight:500}
.gp-home .mega a:hover{color:var(--sky);text-decoration:none}
.gp-home .burger{display:none;margin-left:auto;background:none;border:1px solid rgba(255,255,255,.32);
        color:#fff;border-radius:8px;padding:8px 12px;font:600 14px Inter,sans-serif;cursor:pointer}
.gp-home /* ---------- sections ------------------------------------------------------ */
.gpx-sec{padding:42px 0}
.gp-home .gpx-sec.wash{background:var(--wash)}
.gp-home .gpx-sechead{display:flex;align-items:baseline;justify-content:space-between;gap:18px;
          margin-bottom:20px;padding-bottom:11px;border-bottom:2px solid var(--ink)}
.gp-home .gpx-sechead h2{font-size:26px}
.gp-home .gpx-sechead a{font-size:13px;font-weight:700;color:var(--sky)}
.gp-home .gpx-subhead{font:800 12px Inter,sans-serif;letter-spacing:.13em;text-transform:uppercase;
          color:var(--muted);margin:20px 0 10px}
.gp-home .gpx-kicker{font:700 11px/1 Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase;
        color:var(--gold);margin-bottom:9px}
.gp-home /* ---------- hero ---------------------------------------------------------- */
.gpx-row{display:grid;grid-template-columns:1.55fr .95fr;gap:26px;padding:26px 0 6px}
.gp-home .gp-lead{position:relative;border-radius:var(--radius);overflow:hidden;min-height:430px;
      display:flex;align-items:flex-end;box-shadow:var(--shadow-lg);background:var(--ink)}
.gp-home .gp-lead img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gp-home .gp-lead:after{content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(7,26,17,.95) 6%,rgba(7,26,17,.55) 44%,rgba(7,26,17,.08) 80%)}
.gp-home .gp-lead-copy{position:relative;z-index:2;padding:30px}
.gp-home .gp-lead-copy h1{font-size:clamp(26px,3vw,40px);color:#fff;margin-bottom:10px}
.gp-home .gp-lead-copy p{margin:0;color:#D4E0D8;max-width:60ch}
.gp-home .gp-lead .gpx-kicker{color:var(--gold-lt)}
.gp-home .gpx-rail{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);
      box-shadow:var(--shadow);overflow:hidden;align-self:start}
.gp-home .gpx-railh{background:var(--ink);color:#fff;padding:13px 18px;font:800 15px Manrope,sans-serif;
        display:flex;justify-content:space-between;align-items:center}
.gp-home .gpx-railh span{font:600 11px Inter,sans-serif;color:#93A89A}
.gp-home .gpx-railrow{display:flex;gap:12px;padding:12px 18px;border-bottom:1px solid var(--line);align-items:flex-start}
.gp-home .gpx-railrow:last-child{border-bottom:0}
.gp-home .gpx-railrow:hover{background:var(--wash);text-decoration:none}
.gp-home .gpx-railrow .gpx-ic{width:30px;height:30px;border-radius:8px;background:var(--gold-wash);
              display:grid;place-items:center;font-size:15px;flex:none}
.gp-home .gpx-railrow b{display:block;font:700 14px Inter,sans-serif;color:var(--ink)}
.gp-home .gpx-railrow small{color:var(--muted);font-size:12.5px;display:block;line-height:1.4}
.gp-home .gpx-railrow.alert .gpx-ic{background:#FBEAE8}
.gp-home .gpx-railrow.alert b{color:var(--red)}
.gp-home /* ---------- cards --------------------------------------------------------- */
.gpx-grid{display:grid;gap:20px}
.gp-home .gpx-g2{grid-template-columns:repeat(2,1fr)}
.gp-home .gpx-g3{grid-template-columns:repeat(3,1fr)}
.gp-home .gpx-g4{grid-template-columns:repeat(4,1fr)}
.gp-home .gpx-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);
      overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;color:var(--ink)}
.gp-home .gpx-card:hover{box-shadow:var(--shadow-lg);text-decoration:none}
.gp-home .gpx-card .gpx-thumb{aspect-ratio:16/10;background:var(--wash);overflow:hidden}
.gp-home .gpx-card .gpx-thumb img{width:100%;height:100%;object-fit:cover}
.gp-home .gpx-card .gpx-body{padding:15px 16px;display:flex;flex-direction:column;gap:6px;flex:1}
.gp-home .gpx-card h3{font-size:16.5px}
.gp-home .gpx-card p{margin:0;color:var(--muted);font-size:13.5px}
.gp-home .gpx-card .gpx-meta{margin-top:auto;font-size:12px;color:var(--muted);display:flex;gap:9px;
            align-items:center;flex-wrap:wrap;padding-top:4px}
.gp-home .gpx-rating{color:#8A6410;font-weight:700}
.gp-home .tag{background:var(--gold-wash);color:#7A5A12;font:700 11px Inter,sans-serif;
     padding:3px 9px;border-radius:999px}
.gp-home /* ---------- events -------------------------------------------------------- */
.gpx-ev{display:grid;grid-template-columns:56px 1fr;gap:14px;padding:12px 0;
    border-bottom:1px solid var(--line);align-items:center;color:var(--ink)}
.gp-home .gpx-ev:last-child{border-bottom:0}
.gp-home .gpx-ev:hover{text-decoration:none}
.gp-home .gpx-ev time{background:var(--ink);color:#fff;border-radius:10px;text-align:center;padding:7px 4px}
.gp-home .gpx-ev time b{display:block;font:800 17px Manrope,sans-serif;line-height:1}
.gp-home .gpx-ev time span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-lt)}
.gp-home .gpx-ev strong{display:block;font-size:15px}
.gp-home .gpx-ev small{color:var(--muted);font-size:12.5px}
.gp-home .gpx-where{color:var(--gold);font-weight:700}
.gp-home /* ---------- news / guides ------------------------------------------------- */
.gpx-news{display:block;padding:10px 0;border-bottom:1px solid var(--line);color:var(--ink)}
.gp-home .gpx-news:last-child{border-bottom:0}
.gp-home .gpx-news:hover{text-decoration:none}
.gp-home .gpx-news b{display:block;font:600 15px Inter,sans-serif}
.gp-home .gpx-news small{color:var(--muted);font-size:12px}
.gp-home /* ---------- towns --------------------------------------------------------- */
.gpx-town{position:relative;border-radius:var(--radius);overflow:hidden;min-height:140px;
      display:flex;align-items:flex-end;background:var(--ink-2);color:#fff;box-shadow:var(--shadow)}
.gp-home .gpx-town:hover{text-decoration:none;box-shadow:var(--shadow-lg)}
.gp-home .gpx-town img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62}
.gp-home .gpx-town:after{content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(7,26,17,.9),rgba(7,26,17,.12) 68%)}
.gp-home .gpx-town span{position:relative;z-index:2;padding:14px 16px;font:800 17px Manrope,sans-serif}
.gp-home .gpx-town small{display:block;font:600 11.5px Inter,sans-serif;color:#BFD0C4;letter-spacing:.04em}
.gp-home .gpx-town .gpx-credit{position:absolute;right:7px;top:6px;z-index:2;font:500 9px Inter,sans-serif;
              color:rgba(255,255,255,.62);background:rgba(0,0,0,.35);padding:2px 6px;border-radius:5px}
.gp-home /* ---------- deals --------------------------------------------------------- */
.gpx-deal{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);align-items:center}
.gp-home .gpx-deal:last-child{border-bottom:0}
.gp-home .gpx-deal img{width:54px;height:54px;object-fit:contain;background:var(--wash);border-radius:9px;flex:none}
.gp-home .gpx-deal b{display:block;font:600 14px Inter,sans-serif}
.gp-home .gpx-deal small{color:var(--muted);font-size:12px}
.gp-home .gpx-deal .gpx-price{margin-left:auto;text-align:right;flex:none}
.gp-home .gpx-deal .gpx-price b{color:var(--red);font:800 15px Manrope,sans-serif}
.gp-home .gpx-deal .gpx-price s{color:var(--muted);font-size:11.5px}
.gp-home /* ---------- footer -------------------------------------------------------- */
.foot{background:var(--ink);color:#BFD0C4;padding:40px 0 24px;margin-top:38px}
.gp-home .foot .cols{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:24px}
.gp-home .foot h4{color:#fff;font-size:14px;margin-bottom:9px}
.gp-home .foot a{display:block;color:#BFD0C4;font-size:13.5px;padding:3px 0}
.gp-home .foot a:hover{color:var(--gold-lt);text-decoration:none}
.gp-home .foot .brand{font:800 21px Manrope,sans-serif;color:#fff}
.gp-home .foot .brand span{color:var(--gold-lt)}
.gp-home .foot p{font-size:13px;color:#93A89A;max-width:38ch}
.gp-home .foot .legal{border-top:1px solid rgba(255,255,255,.13);margin-top:24px;padding-top:15px;
             display:flex;gap:16px;flex-wrap:wrap;font-size:12.5px;color:#93A89A}
.gp-home .foot .credits{font-size:11.5px;color:#7E9186;margin-top:10px;line-height:1.5}

/* ---------- responsive ---------------------------------------------------- */
@media(max-width:1040px){
  .gpx-row{grid-template-columns:1fr}
.gp-home .gpx-g4{grid-template-columns:repeat(2,1fr)}
.gp-home .foot .cols{grid-template-columns:1fr 1fr 1fr}
.gp-home .mnav{display:none}
.gp-home .burger{display:block}
.gp-home .mnav.open{display:flex;position:absolute;left:0;right:0;top:72px;background:var(--ink-2);
             flex-direction:column;align-items:flex-start;padding:16px 20px;gap:12px}
.gp-home .mega{position:static;width:auto;grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .gpx-g2,.gpx-g3,.gpx-g4{grid-template-columns:1fr}
.gp-home .foot .cols{grid-template-columns:1fr 1fr}
.gp-home .gp-lead{min-height:320px}
.gp-home .gp-lead-copy{padding:20px}
.gp-home .gpx-sec{padding:28px 0}
.gp-home .mega{grid-template-columns:1fr}
}
.gp-home /* Logo lockup — same asset the other 57 pages use,.gp-home so branding matches. */
.mast-brand{display:flex;flex-direction:column;gap:3px;text-decoration:none}
.gp-home .mast-logo{width:auto;height:34px;display:block}
@media(max-width:680px){.mast-logo{height:26px}}

/* hero readability — the scrim washed out once styles.css loaded alongside
   this file, leaving the headline unreadable over a bright photo. */
.gp-home .gp-lead:after{background:linear-gradient(0deg,rgba(6,22,14,.97) 0%,rgba(6,22,14,.86) 34%,rgba(6,22,14,.55) 62%,rgba(6,22,14,.28) 100%)!important}
.gp-home .gp-lead-copy{position:relative;z-index:3}
.gp-home .gp-lead-copy h1{color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.75),0 1px 3px rgba(0,0,0,.9)}
.gp-home .gp-lead-copy p{color:#EDF3EE!important;text-shadow:0 1px 10px rgba(0,0,0,.8)}
.gp-home .gp-lead-copy .gpx-kicker{color:#F3D89A!important;text-shadow:0 1px 8px rgba(0,0,0,.8)}

/* no inherited fades — styles.css animates headings and hero copy with
   gpFadeUp starting at opacity:0, completed by a JS hook this page does
   not use. Without this, the hero text renders invisible. */
.gp-home,.gp-home *{animation:none!important;opacity:1!important;transform:none!important}
.gp-home .gp-lead{position:relative;display:flex;align-items:flex-end;min-height:430px;
  border-radius:14px;overflow:hidden;background:#0B2419;text-decoration:none}
.gp-home .gp-lead img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gp-home .gp-lead:after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(0deg,rgba(6,22,14,.97) 0%,rgba(6,22,14,.88) 38%,rgba(6,22,14,.58) 66%,rgba(6,22,14,.30) 100%)}
.gp-home .gp-lead-copy{position:relative;z-index:2;padding:30px}
.gp-home .gp-lead-copy h1{color:#fff!important;font-size:clamp(26px,3vw,40px);margin:0 0 10px;
  text-shadow:0 2px 18px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.95)}
.gp-home .gp-lead-copy p{color:#EDF3EE!important;margin:0;max-width:60ch;
  text-shadow:0 1px 10px rgba(0,0,0,.85)}
.gp-home .gp-lead-copy .gpx-kicker{color:#F3D89A!important;text-shadow:0 1px 8px rgba(0,0,0,.85)}
@media(max-width:680px){.gp-home .gp-lead{min-height:320px}.gp-home .gp-lead-copy{padding:20px}}

/* ORIGINAL SITE PALETTE — the owner wants the existing navy/gold kept, so
   these override the green scheme this file shipped with. Values are the
   site's own canonical tokens from styles.css. */
.gp-home{
  --ink:#06172d; --ink-2:#10223C; --paper:#fff; --wash:#f5f8fc;
  --line:#E3EAF1; --muted:#66758a; --gold:#F0A21A; --gold-lt:#FFD34D;
  --gold-wash:#FFF6E3; --sky:#0880D8; --red:#C0392B;
  background:transparent; color:#10223C;
}
.gp-home .gpx-sec.wash{background:#f5f8fc}
.gp-home .gpx-railh,.gp-home .gpx-ev time{background:#06172d}
.gp-home .gpx-town{background:#10223C}
.gp-home .gpx-sechead{border-bottom-color:#06172d}
.gp-home .gp-lead:after{background:linear-gradient(0deg,rgba(6,23,45,.96) 0%,rgba(6,23,45,.86) 38%,rgba(6,23,45,.55) 66%,rgba(6,23,45,.26) 100%)}
.gp-home .gp-lead-copy .gpx-kicker{color:#FFD34D!important}

/* address / phone on a card — a reader can act without clicking through */
.gp-home .gpx-addr{margin:0;font-size:12.5px;color:var(--muted);line-height:1.45}
.gp-home .gpx-card .gpx-thumb img{width:100%;height:100%;object-fit:cover}

/* ============================ LAYOUT + MOBILE ============================
   The content was reaching the screen edge and the grids were not collapsing
   on a phone. Gutters are enforced at every width and every grid becomes a
   single column below 720px. */
.gp-home .gpx-wrap{width:min(1240px,100%);margin-inline:auto;padding-inline:20px}
.gp-home .gpx-sec{padding:34px 0}

/* event rows: fixed date block + detail, never inline text */
.gp-home .gpx-ev{display:grid!important;grid-template-columns:58px 1fr;gap:14px;
  padding:12px 0;border-bottom:1px solid var(--line);align-items:center;
  color:var(--ink);text-decoration:none}
.gp-home .gpx-ev:last-child{border-bottom:0}
.gp-home .gpx-ev time{background:var(--ink);color:#fff;border-radius:10px;
  text-align:center;padding:7px 4px;display:block}
.gp-home .gpx-ev time b{display:block;font:800 17px/1 Manrope,Inter,sans-serif;color:#fff}
.gp-home .gpx-ev time span{display:block;font-size:10px;text-transform:uppercase;
  letter-spacing:.1em;color:var(--gold-lt)}
.gp-home .gpx-ev strong{display:block;font-size:15px;line-height:1.3}
.gp-home .gpx-ev small{display:block;color:var(--muted);font-size:12.5px;line-height:1.45}
.gp-home .gpx-where{color:var(--gold);font-weight:700}

/* cards keep a consistent image box so rows line up */
.gp-home .gpx-card{display:flex;flex-direction:column;overflow:hidden;
  border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);
  text-decoration:none}
.gp-home .gpx-thumb{display:block;aspect-ratio:16/10;background:var(--wash);overflow:hidden}
.gp-home .gpx-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gp-home .gpx-body{display:flex;flex-direction:column;gap:5px;padding:14px 16px;flex:1}

@media(max-width:1040px){
  .gp-home .gpx-g4{grid-template-columns:repeat(2,1fr)}
  .gp-home .gpx-g3{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .gp-home .gpx-wrap{padding-inline:16px}
  .gp-home .gpx-grid,
  .gp-home .gpx-g2,
  .gp-home .gpx-g3,
  .gp-home .gpx-g4{grid-template-columns:1fr!important;gap:14px}
  .gp-home .gpx-sec{padding:24px 0}
  .gp-home .gpx-sechead{flex-wrap:wrap;gap:6px}
  .gp-home .gpx-sechead h2{font-size:21px}
  .gp-home .gp-lead{min-height:290px}
  .gp-home .gp-lead-copy{padding:18px}
  .gp-home .gp-lead-copy h1{font-size:23px;line-height:1.2}
  .gp-home .gp-lead-copy p{font-size:14px}
  .gp-home .gpx-ev{grid-template-columns:50px 1fr;gap:11px}
  .gp-home .gpx-town{min-height:118px}
  .gp-home img{max-width:100%;height:auto}
}
/* nothing may push the page wider than the screen */
.gp-home{overflow-x:hidden}