:root{--navy:#062a52;--navy2:#031b36;--blue:#0c70c8;--cyan:#20aef3;--gold:#f0a51c;--ink:#0d1b2d;--muted:#687589;--line:#dce4ed;--bg:#f5f8fb;--white:#fff;--radius:8px;--wrap:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(calc(100% - 36px),var(--wrap));margin-inline:auto}.narrow{max-width:820px}.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.top-strip{background:linear-gradient(90deg,var(--navy2),var(--navy));color:#fff;font-size:13px}.top-strip .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.top-strip__right{opacity:.78}.header-main{min-height:126px;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:26px}.site-branding img{width:285px;max-height:112px;object-fit:contain}.primary-nav{justify-self:center}.bts-menu{list-style:none;display:flex;gap:24px;align-items:center;padding:0;margin:0;font-weight:750;text-transform:uppercase;font-size:14px}.bts-menu a{padding:12px 0;position:relative}.bts-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:3px;background:var(--blue);transition:.2s}.bts-menu a:hover:after{right:0}.menu-toggle{display:none}.search-form{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.search-field{border:0;padding:9px 5px 9px 14px;width:95px;outline:none}.search-submit{border:0;background:transparent;padding:0 12px;cursor:pointer;font-size:19px}.site-content{padding-bottom:0}.home-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:20px;margin-top:12px}.hero-story{min-height:470px}.hero-story>a{height:100%;display:block}.hero-story__image{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--navy);min-height:470px}.hero-story__image img{width:100%;height:470px;object-fit:cover}.hero-story__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.86) 100%)}.hero-story__placeholder{height:470px;display:grid;place-items:center;color:#fff;font-size:32px;font-weight:900;background:linear-gradient(135deg,var(--navy),var(--blue))}.badge{position:absolute;z-index:3;top:18px;left:18px;background:#e51f27;color:#fff;font-weight:900;text-transform:uppercase;font-size:12px;padding:6px 10px;border-radius:3px}.hero-story__overlay{position:absolute;z-index:3;left:28px;right:28px;bottom:24px;color:#fff}.hero-story__overlay h1{font-size:clamp(32px,4.2vw,54px);line-height:.98;margin:6px 0 10px;max-width:760px;letter-spacing:-.03em}.hero-story__overlay p{font-size:17px;max-width:680px;margin:0 0 12px}.eyebrow{text-transform:uppercase;color:var(--blue);font-weight:850;font-size:12px;letter-spacing:.025em}.hero-story .eyebrow{color:#73c9ff}.story-meta{color:var(--muted);font-size:13px}.hero-story .story-meta{color:#e7edf5}.latest-panel{border:1px solid var(--line);background:#fff;border-radius:var(--radius);overflow:hidden}.section-title--dark{background:var(--navy);color:#fff;padding:11px 16px}.section-title h2{font-size:17px;margin:0}.latest-item{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.latest-item__thumb{background:var(--bg);min-height:70px}.latest-item__thumb img{width:100%;height:70px;object-fit:cover}.latest-item h3{font-size:15px;line-height:1.15;margin:3px 0 6px}.latest-item h3 a:hover{color:var(--blue)}.panel-link{display:block;padding:13px 16px;text-align:right;color:var(--blue);font-size:13px;font-weight:850;text-transform:uppercase}.panel-empty{padding:25px;color:var(--muted)}.park-strip{display:grid;grid-template-columns:repeat(5,1fr);margin-top:20px;background:linear-gradient(90deg,var(--navy),#0a4e88);border-radius:5px;overflow:hidden;color:#fff}.park-strip a{padding:16px 14px;display:flex;align-items:center;justify-content:center;gap:9px;border-right:1px solid rgba(255,255,255,.18);font-size:13px;font-weight:700;text-align:center}.park-strip a:hover{background:rgba(255,255,255,.08)}.park-icon{color:#8ed8ff;font-size:20px}.content-with-rail{display:grid;grid-template-columns:minmax(0,3fr) minmax(250px,1fr);gap:18px;margin-top:24px}.home-section{margin-bottom:28px}.section-heading{display:flex;align-items:center;gap:14px;margin:0 0 14px}.section-heading h2{font-size:20px;text-transform:uppercase;margin:0;color:var(--navy)}.section-heading span{height:2px;background:linear-gradient(90deg,var(--blue),transparent);flex:1}.story-grid{display:grid;gap:14px}.four-up{grid-template-columns:repeat(4,1fr)}.three-up{grid-template-columns:repeat(3,1fr)}.story-card{border:1px solid var(--line);background:#fff;overflow:hidden}.story-card__image{display:block;background:var(--bg);aspect-ratio:16/10}.story-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.story-card:hover img{transform:scale(1.025)}.story-card__placeholder{display:grid;place-items:center;height:100%;background:linear-gradient(135deg,#e7f4ff,#cde8fb);color:var(--navy);font-weight:900}.story-card__body{padding:12px}.story-card h3{font-size:17px;line-height:1.2;margin:5px 0 9px}.story-card h3 a:hover{color:var(--blue)}.category-empty{border:1px solid var(--line);padding:18px;min-height:220px;background:var(--bg);display:flex;flex-direction:column;justify-content:flex-end}.category-empty strong{font-size:19px}.category-empty p{color:var(--muted);font-size:14px;margin-bottom:0}.content-rail{display:flex;flex-direction:column;gap:16px}.rail-feature{border:1px solid var(--line);background:#fff}.rail-feature img{width:100%;aspect-ratio:16/9;object-fit:cover}.rail-label{background:var(--navy);color:#fff;font-size:12px;text-transform:uppercase;font-weight:900;padding:8px 12px}.rail-label--gold{background:var(--gold);color:#132238}.rail-body{padding:14px}.rail-body h2{font-size:20px;line-height:1.15;margin:0 0 8px}.rail-body p{font-size:14px;color:#37465a}.text-link{color:var(--blue);font-weight:850;text-transform:uppercase;font-size:12px}.empty-state{min-height:260px;padding:38px;border:1px dashed #aac8e1;background:#f4f9fd;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px}.empty-state strong{font-size:22px;color:var(--navy)}.empty-state span{color:var(--muted)}.empty-state.compact{min-height:170px}.newsletter-band{margin-top:32px;background:linear-gradient(90deg,#063b6d,#0874bd);color:#fff}.newsletter-band__inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:20px}.newsletter-band strong{font-size:22px;display:block}.newsletter-band span{display:block;opacity:.86}.button{display:inline-block;background:var(--blue);color:#fff;padding:11px 16px;border-radius:4px;font-weight:800}.button--light{background:#fff;color:var(--navy)}.site-footer{background:var(--navy2);color:#fff}.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-block:38px}.footer-main h3{font-size:13px;text-transform:uppercase;letter-spacing:.04em}.footer-main a{display:block;color:#d3e3f1;margin:7px 0;font-size:14px}.footer-brand img{width:200px}.footer-brand p{color:#b8c8d6;max-width:250px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0 24px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#aebfce}.archive-layout{padding-top:36px;padding-bottom:50px}.archive-header{margin-bottom:24px;border-bottom:3px solid var(--navy);padding-bottom:18px}.archive-header h1{font-size:42px;line-height:1.05;margin:5px 0}.archive-description{color:var(--muted);max-width:760px}.single-story{padding-top:38px}.story-header h1{font-size:clamp(38px,5vw,64px);line-height:.98;letter-spacing:-.035em;margin:8px 0 14px}.story-deck{font-size:21px;color:#455267;line-height:1.4}.story-byline{font-size:14px;color:var(--muted);padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.story-hero{margin-top:26px}.story-hero img{width:100%;max-height:680px;object-fit:cover}.story-hero figcaption{font-size:12px;color:var(--muted);padding-top:7px}.story-layout{display:grid;grid-template-columns:minmax(0,760px) 260px;justify-content:center;gap:42px;padding-top:32px}.entry-content{font-size:18px;line-height:1.78}.entry-content h2{font-size:32px;line-height:1.15;margin-top:1.6em}.entry-content h3{font-size:24px}.entry-content a{color:var(--blue);text-decoration:underline}.entry-content img{border-radius:3px}.story-sidebar{font-size:14px}.sidebar-box{border-top:4px solid var(--navy);background:var(--bg);padding:16px;margin-bottom:16px}.sidebar-box strong{color:var(--navy)}.sidebar-box a{display:block;margin-top:10px;color:var(--blue);font-weight:800}.story-footer{padding-block:24px 50px}.page-shell{padding-block:45px 60px}.page-header h1{font-size:48px;margin:0 0 24px}.nav-links{display:flex;justify-content:center;gap:10px;margin:30px 0}.page-numbers{padding:8px 12px;border:1px solid var(--line)}.page-numbers.current{background:var(--navy);color:#fff}.wp-block-image figcaption{color:var(--muted);font-size:13px}
@media(max-width:980px){.header-main{grid-template-columns:230px auto;min-height:100px}.site-branding img{width:220px;max-height:90px}.menu-toggle{display:block;justify-self:end;border:1px solid var(--line);background:#fff;padding:9px 13px;font-weight:800}.primary-nav{display:none;grid-column:1/-1;justify-self:stretch;padding-bottom:15px}.primary-nav.is-open{display:block}.bts-menu{flex-wrap:wrap;gap:9px 18px}.header-search{display:none}.home-grid,.content-with-rail{grid-template-columns:1fr}.latest-panel{display:grid;grid-template-columns:1fr 1fr}.section-title--dark,.panel-link{grid-column:1/-1}.park-strip{grid-template-columns:repeat(3,1fr)}.four-up{grid-template-columns:repeat(2,1fr)}.content-rail{display:grid;grid-template-columns:1fr 1fr}.story-layout{grid-template-columns:minmax(0,760px)}.story-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:15px}.footer-main{grid-template-columns:2fr 1fr 1fr}.footer-main>div:last-child{grid-column:2/-1}}
@media(max-width:680px){.wrap{width:min(calc(100% - 24px),var(--wrap))}.top-strip__right{display:none}.header-main{grid-template-columns:1fr auto;gap:10px}.site-branding img{width:190px}.hero-story,.hero-story__image,.hero-story__image img,.hero-story__placeholder{min-height:420px;height:420px}.hero-story__overlay{left:18px;right:18px;bottom:18px}.hero-story__overlay h1{font-size:36px}.latest-panel{display:block}.park-strip{grid-template-columns:1fr 1fr}.park-strip a{justify-content:flex-start}.four-up,.three-up,.content-rail{grid-template-columns:1fr}.newsletter-band__inner,.footer-bottom{align-items:flex-start;flex-direction:column;padding-block:24px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-main>div:last-child{grid-column:auto}.story-header h1{font-size:40px}.story-deck{font-size:18px}.story-layout{padding-top:22px}.entry-content{font-size:17px}.story-sidebar{grid-template-columns:1fr}.archive-header h1{font-size:34px}}


/* ---- v0.2 visual refinements ---- */
:root{
  --wrap:1240px;
  --radius:7px;
}
.top-strip .wrap{min-height:34px}
.header-main{
  min-height:116px;
  grid-template-columns:340px minmax(0,1fr) auto;
  gap:22px;
}
.site-branding{
  display:flex;
  align-items:center;
  min-width:0;
}
.site-branding .bts-brand-default{
  display:block;
  line-height:0;
}
.site-branding img{
  width:330px;
  max-width:100%;
  max-height:108px;
  object-fit:contain;
  object-position:left center;
}
.primary-nav{justify-self:center;min-width:0}
.bts-menu{gap:22px;font-size:13px;white-space:nowrap}
.header-search{justify-self:end}
.search-field{width:104px}
.home-grid{margin-top:6px;gap:18px}
.hero-story{min-height:438px}
.hero-story__image{min-height:438px}
.hero-story__image img{height:438px}
.hero-story__placeholder{height:438px}
.hero-story__overlay{left:24px;right:24px;bottom:22px}
.hero-story__overlay h1{font-size:clamp(32px,3.7vw,50px);max-width:700px}
.latest-panel{min-height:438px}
.park-strip{margin-top:16px}
.content-with-rail{margin-top:20px}
.section-heading{margin-bottom:12px}
.story-card h3{font-size:16px}
.site-footer{margin-top:0}

/* Give empty cards a cleaner branded treatment before content is loaded. */
.category-empty{
  min-height:210px;
  background:linear-gradient(145deg,#f8fbfe,#edf6fc);
}
.category-empty:before{
  content:"";
  width:36px;
  height:4px;
  background:var(--blue);
  margin-bottom:auto;
}
.panel-empty{
  min-height:292px;
  display:flex;
  align-items:center;
  color:var(--muted);
}

/* Keep WordPress admin bar from making the header feel oversized while logged in. */
.admin-bar .site-header{position:relative}

@media(max-width:1100px){
  .header-main{grid-template-columns:285px auto;min-height:104px}
  .site-branding img{width:275px;max-height:96px}
  .menu-toggle{display:block;justify-self:end;border:1px solid var(--line);background:#fff;padding:9px 13px;font-weight:800}
  .primary-nav{display:none;grid-column:1/-1;justify-self:stretch;padding-bottom:15px}
  .primary-nav.is-open{display:block}
  .bts-menu{flex-wrap:wrap;gap:9px 18px;white-space:normal}
  .header-search{display:none}
}
@media(max-width:680px){
  .header-main{min-height:92px}
  .site-branding img{width:220px;max-height:82px}
  .hero-story,.hero-story__image,.hero-story__image img,.hero-story__placeholder{min-height:390px;height:390px}
}


/* ---- v0.6 simpler readable mockup branding ---- */
.header-main{
  min-height:142px;
  grid-template-columns:390px minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
}
.site-branding{
  min-width:0;
  overflow:visible;
}
.site-branding .bts-brand-default{
  display:block;
  line-height:0;
}
.site-branding img{
  display:block;
  width:370px;
  max-width:100%;
  height:auto;
  max-height:132px;
  object-fit:contain;
  object-position:left center;
}
.primary-nav{
  justify-self:center;
  min-width:0;
}
.bts-menu{
  gap:24px;
  font-size:13px;
  white-space:nowrap;
}
.header-search{justify-self:end}

.footer-brand{
  align-self:center;
  line-height:0;
}
.footer-brand-mark{
  display:block;
  width:250px;
  max-width:100%;
  height:auto;
  margin:0;
}

/* Keep logo/nav balance readable before switching to mobile menu. */
@media(max-width:1180px){
  .header-main{
    grid-template-columns:340px auto;
    min-height:126px;
  }
  .site-branding img{
    width:325px;
    max-height:116px;
  }
  .menu-toggle{
    display:block;
    justify-self:end;
    border:1px solid var(--line);
    background:#fff;
    padding:9px 13px;
    font-weight:800;
  }
  .primary-nav{
    display:none;
    grid-column:1/-1;
    justify-self:stretch;
    padding-bottom:14px;
  }
  .primary-nav.is-open{display:block}
  .bts-menu{
    flex-wrap:wrap;
    gap:9px 18px;
    white-space:normal;
  }
  .header-search{display:none}
}
@media(max-width:700px){
  .header-main{
    grid-template-columns:minmax(0,1fr) auto;
    min-height:104px;
    gap:10px;
  }
  .site-branding img{
    width:275px;
    max-height:94px;
  }
  .footer-brand-mark{width:220px}
}


/* ---- v0.8 approved footer treatment; V6 header unchanged ---- */
.footer-grid{
  grid-template-columns:minmax(360px,1.35fr) repeat(3,minmax(150px,.75fr));
  gap:0;
  align-items:stretch;
}
.footer-brand--v8{
  display:block;
  padding-right:42px;
  line-height:1;
}
.footer-brand-mark--v8{
  display:block;
  width:430px;
  max-width:100%;
  height:auto;
  margin:0 0 18px;
  border:0;
  box-shadow:none;
}
.footer-brand--v8 p{
  display:none !important;
}
.footer-social--v8{
  display:flex;
  gap:14px;
  align-items:center;
  padding-left:12px;
}
.footer-social--v8 .social-placeholder{
  width:42px;
  height:42px;
  border:1px solid rgba(140,210,255,.85);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:20px;
  font-weight:800;
  line-height:1;
}
.footer-links{
  border-left:1px solid rgba(47,174,242,.45);
  padding-left:42px;
}
.footer-links h4{
  color:#28a9f2;
}
.footer-bottom{
  border-top:1px solid rgba(47,174,242,.45);
  margin-top:36px;
  padding-top:20px;
}

@media(max-width:1000px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    row-gap:34px;
  }
  .footer-links:nth-of-type(2){
    border-left:1px solid rgba(47,174,242,.45);
  }
  .footer-brand-mark--v8{width:390px}
}
@media(max-width:700px){
  .footer-grid{grid-template-columns:1fr}
  .footer-brand--v8{padding-right:0}
  .footer-brand-mark--v8{width:340px}
  .footer-links{
    border-left:0;
    border-top:1px solid rgba(47,174,242,.28);
    padding:22px 0 0;
  }
  .footer-social--v8{padding-left:0}
}
