:root{
  --blsh-green:#064f43;
  --blsh-deep:#083f37;
  --blsh-navy:#112640;
  --blsh-gold:#d3a83f;
  --blsh-cream:#f7f5ef;
  --blsh-card:#faf9f5;
  --blsh-line:#e4e0d6;
}

.blsh-home{font-family:Georgia,'Times New Roman',serif;color:var(--blsh-navy);background:#fff}
.blsh-home *{box-sizing:border-box}
.blsh-home a{text-decoration:none;color:inherit}
.blsh-shell{width:min(1240px,calc(100% - 28px));margin-inline:auto}

/* Remove the redundant WordPress page title/header spacing on the hub page. */
.blsh-hub-page .entry-title,
.blsh-hub-page .wp-block-post-title,
.blsh-hub-page .page-title,
.blsh-hub-page .entry-header:has(.entry-title:empty),
.blsh-hub-page .page-header:has(.page-title:empty){display:none!important}
.blsh-hub-page .entry-content,
.blsh-hub-page .site-main,
.blsh-hub-page main{margin-top:0!important;padding-top:0!important}

/* Hero */
.blsh-hero{
  position:relative;
  width:min(1240px,calc(100% - 28px));
  min-height:210px;
  margin:0 auto;
  border-radius:18px;
  overflow:hidden;
  color:#fff;
  background-image:linear-gradient(90deg,rgba(2,54,45,.88),rgba(2,54,45,.34)),var(--blsh-hero,linear-gradient(135deg,#164f43,#63826a));
  background-size:cover;
  background-position:center;
}
.blsh-hero .blsh-shell{width:100%;padding-inline:34px}
.blsh-hero-inner{min-height:210px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:24px}
.blsh-kicker,.blsh-eyebrow{font:700 12px/1.2 Arial,sans-serif;letter-spacing:.14em}
.blsh-hero h1{font-size:clamp(50px,6vw,76px);line-height:.9;margin:8px 0 10px;color:#fff}
.blsh-hero p{font-size:23px;font-style:italic;margin:0}
.blsh-script{font-size:28px;font-style:italic;transform:rotate(-4deg);white-space:nowrap;text-align:right}
.blsh-script i{display:block;width:100%;height:4px;background:var(--blsh-gold);margin-top:7px;transform:skewX(-25deg)}
.blsh-arc{position:absolute;left:-52px;top:-138px;width:430px;height:188px;background:#fff;border-radius:0 0 55% 55%;transform:rotate(-2deg);box-shadow:0 5px 0 rgba(211,168,63,.72)}
.blsh-arc img{position:absolute;left:112px;bottom:12px;width:145px;height:64px;object-fit:contain;object-position:center}

/* Weekly dashboard */
.blsh-content{padding-top:10px}
.blsh-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:stretch}
.blsh-clickcard{position:relative;cursor:pointer}
.blsh-card-arrow{position:absolute;right:12px;bottom:10px;font:700 18px/1 Arial,sans-serif;color:var(--blsh-gold)}
.blsh-rollup{
  min-width:0;
  min-height:160px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 112px;
  gap:0;
  padding:14px 16px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,#075347,#073d36);
  transition:transform .15s ease,box-shadow .15s ease;
}
.blsh-rollup:hover,.blsh-status:hover,.blsh-lb:hover{transform:translateY(-1px)}
.blsh-roll-main{padding-right:14px;min-width:0}
.blsh-rollup h2{font-size:29px;line-height:1;margin:0 0 4px;color:#fff}
.blsh-roll-date{font-size:18px;font-weight:700;line-height:1.15}
.blsh-roll-status{display:inline-block;margin-top:13px;color:#f0c24c;font:700 15px/1.2 Arial,sans-serif}
.blsh-tee{margin-top:10px;padding-top:9px;border-top:1px solid rgba(255,255,255,.32);font:14px/1.25 Arial,sans-serif}
.blsh-weather{border-left:1px solid rgba(255,255,255,.28);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:4px;padding-left:10px}
.blsh-weather .blsh-sun{font-size:27px;color:#f1c34b}
.blsh-weather strong{font-size:29px;color:#fff}
.blsh-weather span{font:12px/1.2 Arial,sans-serif}

.blsh-status-scroller{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:8px;min-width:0}
.blsh-card{background:linear-gradient(180deg,#fbfaf7,#f6f3ed);border:1px solid var(--blsh-line);box-shadow:0 6px 16px rgba(17,38,64,.04)}
.blsh-status{min-height:0;padding:12px 38px 12px 14px;border-radius:14px;display:flex;flex-direction:column;justify-content:center;transition:transform .15s ease,box-shadow .15s ease}
.blsh-status .blsh-eyebrow{font-size:10px}
.blsh-status h3{font-size:20px;line-height:1.05;margin:5px 0 3px}
.blsh-status p{font:13px/1.2 Arial,sans-serif;color:#33465b;margin:0}

/* Sections and standings */
.blsh-section{margin-top:11px}
.blsh-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}
.blsh-section-head h2{font-size:26px;margin:0}
.blsh-mobile-hint{display:none;font:600 11px Arial,sans-serif;color:#68757f}
.blsh-lb-scroller{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) .82fr;gap:8px}
.blsh-lb{position:relative;padding:11px 34px 11px 12px;border-radius:13px;min-width:0;transition:transform .15s ease,box-shadow .15s ease}
.blsh-lb .blsh-eyebrow{font-size:9px}
.blsh-lb .blsh-eyebrow:after{content:"";display:block;width:26px;height:2px;background:var(--blsh-gold);margin-top:4px}
.blsh-lb h3{font-size:19px;line-height:1.05;margin:5px 0 2px}
.blsh-lb .blsh-muted{font:12px Arial,sans-serif;color:#68757f;margin:0 0 4px}
.blsh-lb ol{list-style:none;margin:0;padding:0}
.blsh-lb li{display:grid;grid-template-columns:21px minmax(0,1fr) auto;gap:6px;align-items:center;padding:4px 0;border-bottom:1px solid #e6e4de;font-size:14px;line-height:1.15}
.blsh-lb li strong{color:var(--blsh-green)}
.blsh-rank{width:20px;height:20px;border-radius:50%;background:#ede9dc;display:grid;place-items:center;font:700 10px Arial,sans-serif}
.blsh-lb .blsh-card-arrow{right:10px;bottom:9px;font-size:15px}
.blsh-strap{min-height:100%;border-radius:13px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;padding:15px;color:#fff;background-image:linear-gradient(rgba(8,63,55,.48),rgba(8,63,55,.68)),var(--blsh-strap,linear-gradient(145deg,#486a50,#26483d));background-size:cover;background-position:center;border-top:3px solid var(--blsh-gold)}
.blsh-strap p{font-size:22px;line-height:1.08;font-style:italic;margin:0;transform:rotate(-3deg);text-shadow:0 1px 8px rgba(0,0,0,.32)}

/* News */
.blsh-news-actions{display:flex;align-items:center;gap:7px;font-family:Arial,sans-serif}
.blsh-news-actions button{width:32px;height:32px;border:1px solid #d8d7d2;background:#fff;border-radius:50%;font-size:21px;cursor:pointer}
.blsh-news-actions a{color:var(--blsh-navy);font-weight:700}
.blsh-news-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 30px)/4);grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.blsh-news-track::-webkit-scrollbar{display:none}
.blsh-news-card{border:1px solid var(--blsh-line);border-radius:10px;overflow:hidden;background:#fff;scroll-snap-align:start;min-width:0}
.blsh-news-img{display:block;aspect-ratio:16/8.5;background:#e9e8e2;overflow:hidden}
.blsh-news-img img,.blsh-news-img span{display:block;width:100%;height:100%;object-fit:cover}
.blsh-news-body{padding:12px 13px 13px}
.blsh-pill{display:inline-block;background:var(--blsh-gold);color:#fff;border-radius:3px;padding:4px 8px;font:700 11px Arial,sans-serif;letter-spacing:.05em;text-transform:uppercase}
.blsh-news-body h3{font-size:21px;line-height:1.08;margin:9px 0 6px}
.blsh-news-body h3 a{color:var(--blsh-navy)}
.blsh-news-body p{font:14px/1.35 Arial,sans-serif;color:#46556a;margin:0}
.blsh-news-foot{display:flex;justify-content:space-between;margin-top:10px;color:#68757f;font:13px Arial,sans-serif}
.blsh-news-foot a{font-size:22px;color:var(--blsh-navy)}

/* Quick links */
.blsh-quick{display:grid;grid-template-columns:repeat(6,1fr);margin-top:16px;border-top:1px solid #ece9e0}
.blsh-quick a{text-align:center;padding:18px 8px;color:var(--blsh-navy);border-right:1px solid #ece9e0}
.blsh-quick a:last-child{border-right:0}
.blsh-qicon{width:50px;height:50px;border-radius:50%;background:#efeee8;display:grid;place-items:center;margin:0 auto 9px;color:var(--blsh-green);font:700 20px Arial,sans-serif}
.blsh-quick strong,.blsh-quick small{display:block}
.blsh-quick strong{font-size:17px;margin-bottom:3px}
.blsh-quick small{font:13px/1.25 Arial,sans-serif;color:#47566a}

@media(max-width:980px){
  .blsh-hero,.blsh-shell{width:calc(100% - 24px)}
  .blsh-dashboard{grid-template-columns:1fr 1fr}
  .blsh-lb-scroller{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:46%;overflow-x:auto;scroll-snap-type:x mandatory;padding-right:8%;scrollbar-width:none}
  .blsh-lb-scroller::-webkit-scrollbar{display:none}
  .blsh-lb,.blsh-strap{scroll-snap-align:start}
  .blsh-mobile-hint{display:block}
  .blsh-news-track{grid-auto-columns:42vw}
  .blsh-quick{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:640px){
  /* Keep a slim white frame, but use much more of the screen. */
  .blsh-shell,.blsh-hero{width:calc(100% - 20px)}

  .blsh-hero{min-height:148px;border-radius:14px}
  .blsh-hero .blsh-shell{width:100%;padding-inline:14px}
  .blsh-hero-inner{min-height:148px;padding-top:28px;gap:8px}
  .blsh-hero h1{font-size:34px;margin:4px 0 6px}
  .blsh-hero p{font-size:14px;max-width:160px;line-height:1.2}
  .blsh-kicker{font-size:9px}
  .blsh-script{display:block;font-size:12px;line-height:1.1;white-space:normal;max-width:100px;margin-top:28px}
  .blsh-script i{height:3px;margin-top:5px}
  .blsh-arc{left:-54px;top:-98px;width:258px;height:124px}
  .blsh-arc img{left:69px;bottom:9px;width:100px;height:43px}

  /* True 50/50 mobile dashboard. */
  .blsh-content{padding-top:7px}
  .blsh-dashboard{grid-template-columns:1fr 1fr;gap:6px}
  .blsh-rollup{min-height:140px;grid-template-columns:minmax(0,1fr) 52px;padding:9px 8px;border-radius:12px}
  .blsh-roll-main{padding-right:6px}
  .blsh-rollup h2{font-size:17px;line-height:1;margin-bottom:3px}
  .blsh-roll-date{font-size:10.5px;line-height:1.15}
  .blsh-roll-status{font-size:9px;margin-top:8px}
  .blsh-tee{font-size:8px;line-height:1.2;margin-top:7px;padding-top:6px}
  .blsh-weather{padding-left:4px;gap:2px}
  .blsh-weather .blsh-sun{font-size:15px}
  .blsh-weather strong{font-size:17px}
  .blsh-weather span{font-size:7px}
  .blsh-card-arrow{right:8px;bottom:7px;font-size:13px}

  .blsh-status-scroller{gap:6px}
  .blsh-status{padding:8px 24px 8px 8px;border-radius:12px}
  .blsh-status .blsh-eyebrow{font-size:7px}
  .blsh-status h3{font-size:11px;line-height:1.06;margin:3px 0 2px}
  .blsh-status p{font-size:8px;line-height:1.17;margin:0}

  .blsh-section{margin-top:9px}
  .blsh-section-head{margin-bottom:4px}
  .blsh-section-head h2{font-size:20px}
  .blsh-mobile-hint{font-size:9px}

  /* One substantial standings card with a deliberate glimpse of the next. */
  .blsh-lb-scroller{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:88%;gap:8px;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;padding:0 12% 4px 0;margin:0;scrollbar-width:none}
  .blsh-lb{padding:10px 30px 10px 10px;border-radius:11px}
  .blsh-lb h3{font-size:17px;margin:4px 0 2px}
  .blsh-lb .blsh-muted{font-size:10px;margin-bottom:4px}
  .blsh-lb .blsh-eyebrow{font-size:8px}
  .blsh-lb li{grid-template-columns:19px minmax(0,1fr) auto;gap:5px;padding:5px 0;font-size:12.5px}
  .blsh-rank{width:18px;height:18px;font-size:9px}
  .blsh-lb .blsh-card-arrow{right:8px;bottom:8px;font-size:13px}
  .blsh-strap{min-height:174px;padding:18px;border-radius:11px}
  .blsh-strap p{font-size:22px}

  .blsh-news-actions a{display:none}
  .blsh-news-track{grid-auto-columns:88%;padding-right:12%;gap:8px}
  .blsh-news-card{border-radius:11px}
  .blsh-news-body h3{font-size:19px}

  .blsh-quick{grid-template-columns:repeat(2,1fr)}
  .blsh-quick a{padding:14px 6px}
  .blsh-qicon{width:44px;height:44px;font-size:18px}
  .blsh-quick strong{font-size:15px}
  .blsh-quick small{font-size:11px}
}

/* v1.5 finishing refinements */
.blsh-shell,.blsh-hero{width:min(1320px,calc(100% - 18px))}
.blsh-hero{
  background-size:var(--blsh-hzoom,100%) auto;
  background-position:var(--blsh-hx,50%) var(--blsh-hy,50%);
  background-repeat:no-repeat;
}
.blsh-arc img{
  left:calc(var(--blsh-cx,50%) - 72px);
  bottom:auto;
  top:calc(var(--blsh-cy,50%) - 32px);
  width:calc(145px * var(--blsh-cscale,100%) / 100%);
  height:calc(64px * var(--blsh-cscale,100%) / 100%);
  object-fit:contain;
}
.blsh-script{
  font-size:calc(28px * var(--blsh-tscale,100%) / 100%);
  transform:translate(var(--blsh-tx,0),var(--blsh-ty,0)) rotate(-4deg);
  max-width:300px;
}
.blsh-rollup{grid-template-columns:1fr;min-height:146px;padding:13px 15px}
.blsh-roll-main{padding-right:0;display:flex;flex-direction:column;min-height:100%}
.blsh-rollup h2{white-space:nowrap;font-size:27px}
.blsh-roll-date,.blsh-tee{color:#fff}
.blsh-roll-status{font-size:15px;margin-top:11px}
.blsh-roll-status span{margin-left:3px;color:var(--blsh-gold)}
.blsh-tee{margin-top:8px;padding-top:8px}
.blsh-weather{display:none}
.blsh-weather-line{margin-top:auto;padding-top:9px;font:12px/1.2 Arial,sans-serif;color:rgba(255,255,255,.88);display:flex;align-items:center;gap:5px}
.blsh-weather-line .blsh-sun{font-size:14px;color:#f1c34b}
.blsh-weather-line strong{font-size:13px;color:#fff}
.blsh-strap{background-size:var(--blsh-szoom,100%) auto;background-position:var(--blsh-sx,50%) var(--blsh-sy,50%);background-repeat:no-repeat}

@media(max-width:980px){
  .blsh-hero,.blsh-shell{width:calc(100% - 16px)}
}
@media(max-width:640px){
  .blsh-shell,.blsh-hero{width:calc(100% - 12px)}
  .blsh-hero{background-size:var(--blsh-hzoom,100%) auto;background-position:var(--blsh-hx,50%) var(--blsh-hy,50%)}
  .blsh-arc img{
    left:calc(var(--blsh-cx,50%) - 50px);
    top:calc(var(--blsh-cy,50%) - 22px);
    width:calc(100px * var(--blsh-cscale,100%) / 100%);
    height:calc(43px * var(--blsh-cscale,100%) / 100%);
  }
  .blsh-script{font-size:calc(12px * var(--blsh-tscale,100%) / 100%);transform:translate(var(--blsh-tx,0),var(--blsh-ty,0)) rotate(-4deg);max-width:115px}
  .blsh-dashboard{gap:5px}
  .blsh-rollup{min-height:132px;grid-template-columns:1fr;padding:9px 8px}
  .blsh-rollup h2{font-size:15.5px;white-space:nowrap;margin-bottom:3px}
  .blsh-roll-date{font-size:10px;color:#fff}
  .blsh-roll-status{font-size:9px;margin-top:7px}
  .blsh-tee{font-size:8px;margin-top:6px;padding-top:5px;color:#fff}
  .blsh-weather-line{font-size:7.5px;padding-top:6px;gap:3px}
  .blsh-weather-line .blsh-sun{font-size:10px}
  .blsh-weather-line strong{font-size:8.5px}
  .blsh-status-scroller{gap:5px}
  .blsh-status{padding:7px 23px 7px 8px}
  .blsh-section{margin-top:8px}
  .blsh-strap{background-size:var(--blsh-szoom,100%) auto;background-position:var(--blsh-sx,50%) var(--blsh-sy,50%)}
}

/* v1.6 hero-only refinement — all cards below the hero intentionally untouched */
.blsh-hero{
  min-height:172px;
  background-image:linear-gradient(90deg,rgba(3,43,37,.66) 0%,rgba(3,43,37,.28) 48%,rgba(3,43,37,.18) 100%),var(--blsh-hero,linear-gradient(135deg,#164f43,#63826a));
}
.blsh-hero .blsh-shell{padding-inline:28px}
.blsh-hero-inner{
  min-height:172px;
  padding-top:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.blsh-hero-brand{
  display:flex;
  align-items:center;
  min-width:0;
  gap:18px;
}
.blsh-hero-crest{
  width:92px;
  height:76px;
  object-fit:contain;
  flex:0 0 auto;
  filter:brightness(0) invert(1);
  opacity:.98;
}
.blsh-hero-divider{
  width:2px;
  height:78px;
  flex:0 0 2px;
  background:var(--blsh-gold);
  border-radius:2px;
}
.blsh-hero-copy{min-width:0}
.blsh-hero h1{
  margin:0 0 3px;
  color:#fff;
  font-family:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  font-size:clamp(38px,4.5vw,58px);
  font-weight:500;
  letter-spacing:.015em;
  line-height:.92;
}
.blsh-hero p{
  margin:0;
  color:#fff;
  font-family:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  font-size:clamp(18px,2vw,24px);
  font-style:italic;
  font-weight:400;
  line-height:1.05;
  white-space:nowrap;
}
.blsh-script{
  position:relative;
  margin:0 10px 0 auto;
  max-width:190px;
  white-space:normal;
  text-align:right;
  color:#fff;
  font-family:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  font-size:clamp(18px,2.05vw,25px);
  font-style:italic;
  font-weight:400;
  line-height:1.02;
  transform:none;
}
.blsh-script span{display:block;transform:rotate(-2deg)}
.blsh-script i{
  display:block;
  width:112px;
  height:17px;
  margin:7px 0 0 auto;
  background:none;
  border-top:3px solid var(--blsh-gold);
  border-radius:55% 55% 0 0;
  transform:rotate(-5deg) skewX(-16deg);
  transform-origin:right center;
}

@media(max-width:640px){
  .blsh-hero{min-height:126px;border-radius:14px}
  .blsh-hero .blsh-shell{padding-inline:12px}
  .blsh-hero-inner{min-height:126px;gap:8px}
  .blsh-hero-brand{gap:8px;flex:1 1 auto}
  .blsh-hero-crest{width:46px;height:52px}
  .blsh-hero-divider{width:1.5px;flex-basis:1.5px;height:52px}
  .blsh-hero h1{font-size:25px;line-height:.94;margin-bottom:2px}
  .blsh-hero p{font-size:11.5px;line-height:1;white-space:nowrap}
  .blsh-script{max-width:88px;margin-right:2px;font-size:11.5px;line-height:1.02}
  .blsh-script i{width:58px;height:10px;border-top-width:2px;margin-top:4px}
}
