/* ============================================================
   MAROON + GOLD + CREAM SECTION BANDS
   #by-numbers (cream) and #teams (dark maroon) — matches the
   supplied maroon/gold/cream palette exactly.
============================================================ */

/* ---------------- shared decorative layer ---------------- */
.cc-band{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.cc-band .cc-leaf{
  position:absolute;
  z-index:0;
  pointer-events:none;
  top:8%;
  right:-6%;
  width:clamp(280px, 30vw, 480px);
  height:auto;
}
.cc-band .cc-dots{
  position:absolute;
  z-index:0;
  pointer-events:none;
  left:0;
  bottom:0;
  width:220px;
  height:220px;
  background-image:radial-gradient(currentColor 2px, transparent 2px);
  background-size:16px 16px;
  -webkit-mask-image:radial-gradient(circle at 0% 100%, #000 0%, transparent 75%);
  mask-image:radial-gradient(circle at 0% 100%, #000 0%, transparent 75%);
}
.cc-band .cc-diagonals{
  position:absolute;
  z-index:0;
  pointer-events:none;
  inset:0;
  background:repeating-linear-gradient(
    115deg,
    currentColor 0px,
    currentColor 1.5px,
    transparent 1.5px,
    transparent 90px
  );
  opacity:.06;
}
.cc-band > .container{ position:relative; z-index:1; }
.cc-band > *:not(.cc-leaf):not(.cc-dots):not(.cc-diagonals){ position:relative; z-index:1; }

/* ---------------- #by-numbers — CREAM band ---------------- */
#by-numbers{
  padding:80px 0 64px;
  background:
    linear-gradient(rgba(248,246,242,.92), rgba(248,246,242,.94)),
    url('images/bg/canada-leaf-bg.webp');
  background-size:cover;
  background-position:center;
  color:#241512;
}
#by-numbers .cc-leaf{ color:#6E0D0D; opacity:.1; filter:drop-shadow(0 18px 26px rgba(74,8,8,.2)); }
#by-numbers .cc-dots{ color:rgba(110,13,13,.22); }
#by-numbers .cc-diagonals{ color:#6E0D0D; opacity:.05; }

#reveals.cc-band .cc-leaf{ color:#6E0D0D; opacity:.1; filter:drop-shadow(0 18px 26px rgba(74,8,8,.2)); }
#reveals.cc-band .cc-dots{ color:rgba(110,13,13,.22); }
#reveals.cc-band .cc-diagonals{ color:#6E0D0D; opacity:.05; }

#by-numbers .eyebrow{ color:#6E0D0D; }
#by-numbers .eyebrow::before{ background:linear-gradient(90deg, transparent, #6E0D0D); }

#by-numbers .section-head h2{
  background:none;
  -webkit-text-fill-color:#8C1010;
  color:#8C1010;
  filter:none;
  text-shadow:none;
}
#by-numbers .section-head p{ color:rgba(36,21,18,.62); }

#by-numbers .bn-grid{ position:relative; z-index:1; }
#by-numbers .bn-cell{
  position:relative;
  background:#fff;
  border:1px solid #e9e2d3;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(74,8,8,0.06);
  padding-top:clamp(26px,3vw,34px);
  transition:transform .35s var(--ease), box-shadow .3s ease;
  clip-path:polygon(0 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  overflow:hidden;
}
#by-numbers .bn-cell::before{
  content:"";
  position:absolute;
  top:0; right:0;
  width:20px; height:20px;
  background:linear-gradient(135deg, transparent 50%, #D4AF37 50%);
  opacity:.55;
}
#by-numbers .bn-cell:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 30px -14px rgba(74,8,8,0.22);
}
#by-numbers .bn-icon{
  width:44px; height:44px;
  margin:0 auto 14px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:transparent;
  color:#6E0D0D;
}
#by-numbers .bn-icon svg{ width:26px; height:26px; }
#by-numbers .bn-num{
  background:none;
  -webkit-text-fill-color:#8C1010;
  color:#8C1010;
}
#by-numbers .bn-label{
  color:#241512;
  position:relative;
  padding-top:10px;
}
#by-numbers .bn-label::before{
  content:"";
  position:absolute;
  top:0; left:50%;
  transform:translateX(-50%);
  width:26px; height:2px;
  background:#6E0D0D;
  opacity:.55;
}
#by-numbers .bn-cell.is-highlight{
  border-color:rgba(212,175,55,.5);
  box-shadow:0 14px 28px -14px rgba(212,175,55,.35);
}
#by-numbers .bn-cell.is-highlight .bn-icon{ color:#B9822C; }

/* ---------------- #cwc-journey — CREAM band ---------------- */
#cwc-journey{
  padding:76px 0 64px;
  background:
    linear-gradient(rgba(248,246,242,.92), rgba(248,246,242,.94)),
    url('images/bg/canada-leaf-bg.webp');
  background-size:cover;
  background-position:center;
  color:#241512;
}
#cwc-journey .cc-leaf{ color:#6E0D0D; opacity:.1; }
#cwc-journey .cc-dots{ color:rgba(110,13,13,.22); }
#cwc-journey .cc-diagonals{ color:#6E0D0D; opacity:.05; }

.cwcj-card{
  position:relative;
  background:#fff;
  border:1px solid #e9e2d3;
  border-radius:28px;
  box-shadow:0 24px 60px -30px rgba(74,8,8,.28);
  padding:clamp(28px,4vw,56px) clamp(20px,4vw,56px) clamp(32px,4vw,48px);
}
.cwcj-head{ text-align:center; align-items:center; max-width:640px; margin:0 auto 40px; }
.cwcj-head .eyebrow{ color:#B9822C; }
.cwcj-head .eyebrow::before{ display:none; }
.cwcj-head h2{
  background:none; -webkit-text-fill-color:#4A0808; color:#4A0808;
  filter:none; text-shadow:none;
}

.cwcj-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  padding-top:6px;
}
.cwcj-timeline::before{
  content:"";
  position:absolute;
  top:44px; left:calc(12.5% + 6px); right:calc(12.5% + 6px);
  height:2px;
  background:linear-gradient(90deg, rgba(212,175,55,.15), #D4AF37, rgba(212,175,55,.15));
  z-index:0;
}
.cwcj-step{
  position:relative; z-index:1;
  display:flex; flex-direction:column; align-items:center;
  text-align:center;
  gap:8px;
}
.cwcj-icon-wrap{
  width:88px; height:88px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#fff;
  border:2px solid #D4AF37;
  color:#4A0808;
  box-shadow:0 12px 24px -12px rgba(74,8,8,.3);
  margin-bottom:6px;
}
.cwcj-icon-wrap svg{ width:36px; height:36px; }
.cwcj-icon-wrap.is-gold{ background:linear-gradient(150deg,#E8CD7A,#D4AF37); color:#4A0808; border-color:#D4AF37; }
.cwcj-icon-wrap.is-navy{ background:#241512; color:#E8CD7A; border-color:#241512; }

.cwcj-badge{
  display:inline-block;
  padding:5px 14px;
  border-radius:999px;
  font-family:'Inter', sans-serif;
  font-weight:700;
  font-size:10.5px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#4A0808;
  background:#F3ECE6;
  border:1px solid rgba(74,8,8,.14);
}
.cwcj-badge.is-progress{ background:#D4AF37; color:#4A0808; border-color:transparent; }
.cwcj-badge.is-road{ background:#241512; color:#E8CD7A; border-color:transparent; }

.cwcj-step h3{
  font-family:'Anton', sans-serif;
  font-size:18px;
  letter-spacing:0.01em;
  color:#4A0808;
  margin:4px 0 0;
}
.cwcj-step p{
  font-family:'Inter', sans-serif;
  font-size:13.5px;
  line-height:1.5;
  color:rgba(36,21,18,.62);
  max-width:22ch;
  margin:0;
}
.cwcj-btn{ margin-top:6px; }

.cwcj-tabs{
  display:flex; flex-wrap:wrap; justify-content:center;
  gap:10px;
  margin-top:44px;
  padding-top:36px;
  border-top:1px solid rgba(74,8,8,.12);
}
.cwcj-tab{
  display:inline-flex; align-items:center; gap:8px;
  padding:12px 20px;
  border-radius:999px;
  border:1px solid rgba(74,8,8,.16);
  background:#F8F6F2;
  color:#4A0808;
  font-family:'Inter', sans-serif;
  font-weight:700;
  font-size:12.5px;
  letter-spacing:0.02em;
  cursor:pointer;
  transition:all .25s ease;
}
.cwcj-tab svg{ width:16px; height:16px; flex:0 0 auto; }
.cwcj-tab:hover{ border-color:#D4AF37; }
.cwcj-tab.is-active{
  background:linear-gradient(120deg,#E8CD7A,#D4AF37);
  border-color:transparent;
  color:#4A0808;
  box-shadow:0 10px 22px -12px rgba(212,175,55,.5);
}

@media (max-width:820px){
  .cwcj-timeline{ grid-template-columns:1fr 1fr; row-gap:36px; }
  .cwcj-timeline::before{ display:none; }
  .cwcj-tabs{ gap:8px; }
  .cwcj-tab{ padding:10px 16px; font-size:11.5px; }
}
@media (max-width:560px){
  .cwcj-timeline{ grid-template-columns:1fr; }
  .cwcj-icon-wrap{ width:76px; height:76px; }
}

/* ---------------- #corporate-world-cup-slider — full-bleed hero-style slider ---------------- */
.pcl-dynamic-slider-section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:600px;
  margin-bottom:64px;
  background:#150c0c;
}
.pcl-slider{
  position:relative;
  height:600px;
}
.pcl-slide{
  position:absolute; inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .8s ease, visibility .8s;
  z-index:0;
}
.pcl-slide.active{
  opacity:1;
  visibility:visible;
  z-index:1;
}
.pcl-slide picture{
  position:absolute; inset:0;
  display:block;
}
.pcl-slide picture img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}
.pcl-slide .overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(15,10,10,.92) 0%, rgba(20,12,12,.72) 32%, rgba(20,12,12,.28) 62%, rgba(20,12,12,.05) 100%),
    linear-gradient(180deg, rgba(0,0,0,.15) 0%, transparent 30%, rgba(0,0,0,.35) 100%);
}
.pcl-slide .content{
  position:relative; z-index:2;
  height:100%;
  display:flex; flex-direction:column; justify-content:center;
  max-width:640px;
  padding:0 max(24px, calc((100% - 1180px) / 2 + 24px));
  gap:16px;
}
.pcl-slide .content h2{
  font-family:'Anton', sans-serif;
  font-weight:400;
  font-size:clamp(34px,5.2vw,58px);
  line-height:1.04;
  color:#fff;
  margin:0;
  text-shadow:0 6px 30px rgba(0,0,0,.4);
}
.pcl-slide .content p{
  font-family:'Inter', sans-serif;
  font-size:clamp(14.5px,1.4vw,17px);
  line-height:1.6;
  color:rgba(255,255,255,.82);
  max-width:52ch;
  margin:0;
}
.pcl-slide .buttons{ display:flex; flex-wrap:wrap; gap:14px; margin-top:8px; }
.pcl-slide .buttons .btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  font-family:'Inter', sans-serif;
  font-weight:700;
  font-size:14px;
  letter-spacing:.01em;
  white-space:nowrap;
  text-decoration:none;
  cursor:pointer;
  transition:all .25s ease;
}
.pcl-slide .buttons .btn.primary{
  background:linear-gradient(180deg, #E8CD7A, #D4AF37);
  color:#4A0808;
  box-shadow:0 10px 24px -8px rgba(212,175,55,.5);
}
.pcl-slide .buttons .btn.primary:hover{ transform:translateY(-2px); box-shadow:0 14px 30px -8px rgba(212,175,55,.6); }
.pcl-slide .buttons .btn.secondary{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
}
.pcl-slide .buttons .btn.secondary:hover{ background:rgba(255,255,255,.16); border-color:#fff; }

/* side arrows */
.slider-controls{
  position:absolute; inset:0;
  z-index:3;
  pointer-events:none;
}
.slider-controls button{
  position:absolute; top:50%; transform:translateY(-50%);
  pointer-events:auto;
  width:48px; height:48px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(20,12,12,.45);
  backdrop-filter:blur(6px);
  color:#fff;
  font-size:18px;
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:all .25s ease;
}
.slider-controls button:hover{ background:#D4AF37; border-color:#D4AF37; color:#4A0808; }
#prev-slide{ left:22px; }
#next-slide{ right:22px; }

/* dot navigation */
.pcl-slider-dots{
  position:absolute; z-index:3;
  left:50%; bottom:26px; transform:translateX(-50%);
  display:flex; align-items:center; gap:8px;
}
.pcl-dot{
  width:9px; height:9px; border-radius:999px;
  border:none; padding:0;
  background:rgba(255,255,255,.4);
  cursor:pointer;
  transition:all .3s ease;
}
.pcl-dot.active{ width:26px; background:#D4AF37; }

/* floating quick-action bar, overlapping the bottom edge of the slider */
.pcl-slider-quickbar{
  position:relative; z-index:4;
  display:flex; flex-wrap:wrap;
  justify-content:center;
  gap:2px;
  max-width:1120px;
  margin:-40px auto 0;
  padding:10px;
  border-radius:20px;
  background:#0F1B33;
  box-shadow:0 24px 50px -20px rgba(0,0,0,.5);
}
.pcl-qb{
  flex:1 1 200px;
  display:flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 18px;
  border-radius:14px;
  border:none;
  background:transparent;
  color:rgba(255,255,255,.82);
  font-family:'Inter', sans-serif;
  font-weight:700;
  font-size:13px;
  letter-spacing:0.01em;
  text-align:left;
  cursor:pointer;
  transition:all .25s ease;
}
.pcl-qb svg{ width:20px; height:20px; flex:0 0 auto; }
.pcl-qb:hover{ background:rgba(255,255,255,.06); color:#fff; }
.pcl-qb.is-active{
  background:linear-gradient(120deg,#E8CD7A,#D4AF37);
  color:#4A0808;
  box-shadow:0 10px 22px -10px rgba(212,175,55,.5);
}

@media (max-width:980px){
  .pcl-dynamic-slider-section, .pcl-slider{ height:auto; min-height:520px; }
  .pcl-slide{ min-height:520px; }
  .pcl-slide .content{ padding:0 20px; max-width:100%; }
  .slider-controls button{ width:40px; height:40px; }
  #prev-slide{ left:12px; } #next-slide{ right:12px; }
}
@media (max-width:640px){
  .pcl-slider-quickbar{ margin-top:-24px; border-radius:16px; }
  .pcl-qb{ flex:1 1 46%; padding:12px; font-size:11.5px; justify-content:flex-start; }
  .pcl-slide .buttons .btn{ font-size:13px; padding:12px 20px; }
}

/* ---------------- #teams — DARK MAROON band ---------------- */
#teams{
  --gold:#D4AF37;
  padding:84px 0 70px;
  background:
    radial-gradient(120% 140% at 80% 0%, rgba(140,16,16,.9) 0%, rgba(74,8,8,.92) 55%, rgba(48,5,5,.94) 100%),
    url('images/bg/canada-leaf-bg.webp');
  background-size:cover;
  background-position:center;
  color:#fff;
}
#teams .cc-leaf{ color:#300505; opacity:.5; filter:drop-shadow(0 20px 30px rgba(0,0,0,.5)); }
#teams .cc-dots{ color:rgba(212,175,55,.25); }
#teams .cc-diagonals{ color:#fff; opacity:.04; }

#teams .eyebrow{ color:#E8CD7A; }
#teams .eyebrow::before{ background:linear-gradient(90deg, transparent, #E8CD7A); }
#teams .section-head h2{
  background:none;
  -webkit-text-fill-color:#fff;
  color:#fff;
  filter:none;
  text-shadow:0 4px 20px rgba(0,0,0,.3);
}
#teams .section-head p{ color:rgba(255,255,255,.78); }

#teams .team-card{
  background:#F8F6F2;
  border:1px solid rgba(212,175,55,.3);
  border-radius:16px 16px 0 0;
  border-top:3px solid var(--team-a-color, #D4AF37);
  box-shadow:0 -10px 26px rgba(0,0,0,.22);
  transition:transform .35s var(--ease), box-shadow .3s ease;
}
#teams .team-card::after{ background:linear-gradient(115deg, transparent, rgba(212,175,55,0.14), transparent); }
#teams .team-card:hover{
  transform:translateY(-6px);
  box-shadow:0 -14px 34px rgba(0,0,0,.28);
}
#teams .team-card h3{ color:#4A0808; }
#teams .team-card .team-city{ color:rgba(36,21,18,.55); }
#teams .team-card .team-motto{ color:rgba(36,21,18,.72); }
#teams .team-card .team-captain{ color:rgba(36,21,18,.55); }
#teams .team-card-logo{
  border-color:rgba(110,13,13,.18);
  background:radial-gradient(circle at 50% 30%, rgba(110,13,13,.08), transparent 70%);
}
#teams .swatch{ border-color:rgba(36,21,18,.18); }

@media (max-width:820px){
  #by-numbers, #teams{ padding:56px 0 48px; }
  .cc-band .cc-leaf{ width:200px; top:2%; right:-14%; opacity:.5; }
}

/* ============================================================
   ALTERNATING RED / WHITE BANDS — everything AFTER "Six Crests.
   One League." follows the same red-white-red template as the
   reference image, instead of one long maroon block.

   Rhythm: featured(white) -> logos(red) -> reveals(white) ->
   jerseys(red) -> slider(white) -> brand-face(red) ->
   sponsors(white) -> previous-season(red) -> media(white) ->
   footer(red)
============================================================ */

/* ---- shared light-band recipe: cream bg + dark text vars ---- */
#featured,
#reveals,
#jerseys,
#logos,
#slider-section,
#sponsors,
#media,
#pcl-news{
  position:relative;
  background:
    linear-gradient(rgba(248,246,242,.93), rgba(248,246,242,.95)),
    url('images/bg/canada-leaf-bg.webp');
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  color:#241512;
  --text:#241512;
  --text-dim:rgba(36,21,18,.7);
  --text-faint:rgba(36,21,18,.55);
  --gold:#6E0D0D;
  --gold-soft:#8C1010;
  --gold-deep:#4A0808;
  --panel: rgba(74,8,8,.04);
  --panel-border: rgba(74,8,8,.12);
  --hairline: rgba(74,8,8,.15);
  --bg-soft:#FFFDFC;
  --bg-navy:#FFFDFC;
  --bg-navy-2:#F3ECE6;
}
#featured .section-head h2,
#reveals .section-head h2,
#jerseys .section-head h2,
#logos .section-head h2,
#slider-section .section-head h2,
#sponsors .section-head h2,
#media .section-head h2,
#pcl-news .section-head h2{
  background:none;
  -webkit-text-fill-color:#8C1010;
  color:#8C1010;
  filter:none;
  text-shadow:none;
}
#featured .eyebrow, #reveals .eyebrow, #jerseys .eyebrow, #logos .eyebrow, #slider-section .eyebrow, #sponsors .eyebrow, #media .eyebrow, #pcl-news .eyebrow{
  color:#6E0D0D;
}
#featured .eyebrow::before, #reveals .eyebrow::before, #jerseys .eyebrow::before, #logos .eyebrow::before, #slider-section .eyebrow::before,
#sponsors .eyebrow::before, #media .eyebrow::before, #pcl-news .eyebrow::before{
  background:linear-gradient(90deg, transparent, #6E0D0D);
}
#featured .section-head p, #reveals .section-head p, #jerseys .section-head p, #logos .section-head p, #slider-section .section-head p,
#sponsors .section-head p, #media .section-head p, #pcl-news .section-head p{ color:rgba(36,21,18,.62); }

/* Logo Gallery: center the whole heading block */
#logos .section-head{ align-items:center; text-align:center; max-width:none; margin-left:auto; margin-right:auto; }
#logos .eyebrow::before{ display:none; }
#logos .section-head p{ margin-left:auto; margin-right:auto; }

/* light-band cards: swap translucent-white overlays for translucent-maroon so
   borders/highlights read correctly on the cream background */
#featured .featured{ background:#fff; box-shadow:0 16px 40px -22px rgba(74,8,8,.18); }
#featured .featured-tab{ border-color:rgba(74,8,8,.16); background:rgba(74,8,8,.04); }
#featured .featured-visual::before{ background:radial-gradient(circle, rgba(110,13,13,.14), transparent 70%); }
#reveals .reel-card{ border-color:rgba(74,8,8,.14); background:#fff; box-shadow:0 12px 28px -18px rgba(74,8,8,.22); }

/* Jersey Gallery: light cards to match the cream band, dark maroon/gold text */
#jerseys .jersey-card{
  background:linear-gradient(170deg, rgba(74,8,8,.03), rgba(74,8,8,.01)), #fff;
  border-color:rgba(74,8,8,.14);
  box-shadow:0 14px 32px -20px rgba(74,8,8,.22);
}
#jerseys .jersey-card:hover{
  border-color:rgba(212,175,55,.6);
  box-shadow:0 22px 46px -18px rgba(74,8,8,.28), 0 0 30px -8px rgba(212,175,55,.3);
}
#jerseys .jersey-card h4{ color:#4A0808; }
#jerseys .jersey-card .jersey-city{ color:rgba(36,21,18,.55); }
#jerseys .jersey-card .btn-ghost{ border-color:#6E0D0D; color:#6E0D0D; }
#jerseys .jersey-card .btn-ghost:hover{ border-color:#4A0808; color:#4A0808; background:rgba(110,13,13,.08); box-shadow:0 0 16px rgba(110,13,13,.18); }
#jerseys .jersey-spot{ background:radial-gradient(circle, rgba(74,8,8,.06), transparent 70%); }
#jerseys .jersey-card .jersey-spot{ background:radial-gradient(circle, rgba(74,8,8,.06), transparent 70%); }
#jerseys .jersey-frame{ background:radial-gradient(circle at 50% 20%, rgba(74,8,8,.05), transparent 70%); }
#jerseys .jersey-frame img{ filter:drop-shadow(0 16px 26px rgba(74,8,8,.18)); }
#jerseys .jersey-reflect{
  -webkit-mask-image:linear-gradient(to bottom, rgba(74,8,8,.18), transparent);
  mask-image:linear-gradient(to bottom, rgba(74,8,8,.18), transparent);
}
#slider-section .slide-card{ border-color:rgba(74,8,8,.14); background:#fff; box-shadow:0 12px 28px -18px rgba(74,8,8,.2); }
#sponsors .sponsor-badge{ border-color:rgba(74,8,8,.14); background:#fff; }
#media .reel-card{ border-color:rgba(74,8,8,.14); background:#fff; box-shadow:0 12px 28px -18px rgba(74,8,8,.22); }
#pcl-news .news-card{
  background:linear-gradient(170deg, rgba(74,8,8,.03), rgba(74,8,8,.01)), #fff;
  border-color:rgba(74,8,8,.14);
  box-shadow:0 12px 28px -18px rgba(74,8,8,.18);
}
#pcl-news .news-card:hover{
  border-color:rgba(212,175,55,.6);
  box-shadow:0 20px 40px -18px rgba(74,8,8,.24), 0 0 26px -10px rgba(212,175,55,.3);
}
#pcl-news .news-outlet{ color:#8C1010; }
#pcl-news .news-category{
  border-color:rgba(74,8,8,.16);
  background:rgba(74,8,8,.04);
  color:rgba(36,21,18,.55);
}
#pcl-news .news-title{ color:#241512; }
#pcl-news .news-meta{ border-top-color:rgba(74,8,8,.12); }
#pcl-news .news-date{ color:rgba(36,21,18,.5); }
#pcl-news .news-read{ color:#6E0D0D; }
#pcl-news .news-card:hover .news-read{ color:#4A0808; }
#pcl-news .btn-ghost{ border-color:#6E0D0D; color:#6E0D0D; }
#pcl-news .btn-ghost:hover{ border-color:#4A0808; color:#4A0808; background:rgba(110,13,13,.08); box-shadow:0 0 16px rgba(110,13,13,.18); }

/* ---- shared dark/red-band recipe: keep existing dark styling, just retint the photo ---- */
#brand-face,
#previous-season,
footer{
  position:relative;
  background:
    linear-gradient(160deg, rgba(74,8,8,.9) 0%, rgba(48,5,5,.93) 100%),
    url('images/bg/canada-leaf-bg.webp');
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
}

@media (max-width:820px){
  #featured, #reveals, #slider-section, #sponsors, #media,
  #logos, #jerseys, #brand-face, #previous-season, footer, #pcl-news{
    background-attachment:scroll;
  }
}

