/* Solid offline internals for 5th & PCH */
html.syt-internal, body.syt-internal {
  background: #0a1219 !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #eee;
}
.js body, .js body.initialized, body.syt-internal {
  visibility: visible !important;
}
body.syt-internal #page,
body.syt-internal #syt-muse-offline-heal,
body.syt-internal .mt_btn_top {
  display: none !important;
}

.syt-topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 800;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  background: linear-gradient(180deg, #141414 0%, #000 100%);
  box-shadow: 0 4px 18px rgba(0,0,0,.45);
  border-bottom: 3px solid #950000;
  box-sizing: border-box;
}
.syt-brand {
  color: #fff;
  text-decoration: none;
  font-family: viga, Montserrat, "Segoe UI", sans-serif;
  font-size: 20px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
.syt-topnav {
  display: flex;
  gap: 18px;
  margin: 0 auto;
}
.syt-topnav a {
  color: #fff;
  text-decoration: none;
  font-family: viga, "Segoe UI", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: .92;
}
.syt-topnav a:hover { color: #ffb3b3; opacity: 1; }
.syt-menu-btn {
  margin-left: auto;
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: viga, "Segoe UI", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
.syt-menu-btn:hover { border-color: #950000; background: rgba(149,0,0,.25); }

#syt-muse-menu {
  display: none;
  position: fixed;
  top: 78px; right: 18px;
  width: min(300px, 86vw);
  max-height: calc(100vh - 100px);
  overflow: auto;
  z-index: 900;
  background: rgba(12,12,12,.96);
  border: 1px solid rgba(149,0,0,.55);
  border-radius: 14px;
  padding: 12px 0;
  box-shadow: 0 18px 40px rgba(0,0,0,.55);
}
#syt-muse-menu.open { display: block; }
#syt-muse-menu a {
  display: block;
  padding: 11px 20px;
  color: #fff;
  text-decoration: none;
  font-family: viga, "Segoe UI", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
#syt-muse-menu a:hover { background: rgba(149,0,0,.35); }

#syt-internal-panel {
  max-width: 920px;
  margin: 96px auto 36px;
  position: relative;
  z-index: 5;
  background: #f4f1ec;
  border-radius: 18px;
  box-shadow: 0 22px 56px rgba(0,0,0,.45);
  padding: 40px 44px 48px;
  color: #1c1c1c;
  box-sizing: border-box;
}
#syt-internal-panel .syt-kicker {
  margin: 0 0 8px;
  font-family: asap, "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #950000;
  font-weight: 700;
}
#syt-internal-panel h1 {
  margin: 0 0 22px;
  font-family: viga, Montserrat, "Segoe UI", sans-serif;
  font-size: clamp(26px, 3.6vw, 38px);
  color: #111;
  line-height: 1.15;
  border-bottom: 3px solid #950000;
  padding-bottom: 14px;
}
#syt-internal-panel .syt-hero {
  margin: 0 0 24px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.2);
  background: #111;
  max-height: 360px;
}
#syt-internal-panel .syt-hero img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
#syt-internal-panel .syt-lead {
  margin: 0 0 24px;
  font-family: asap, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #333;
}
#syt-internal-panel .syt-cards {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
}
#syt-internal-panel .syt-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-left: 4px solid #950000;
  border-radius: 12px;
  padding: 16px 18px 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
#syt-internal-panel .syt-card h2 {
  margin: 0 0 8px;
  font-family: viga, "Segoe UI", sans-serif;
  font-size: 20px;
  color: #111;
}
#syt-internal-panel .syt-card p,
#syt-internal-panel .syt-lead p {
  margin: 0 0 8px;
  font-family: asap, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}
#syt-internal-panel .syt-card a,
#syt-internal-panel .syt-lead a {
  color: #950000;
  font-weight: 600;
  text-decoration: none;
}
#syt-internal-panel .syt-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin: 8px 0 28px;
}
#syt-internal-panel .syt-gallery-lite {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
#syt-internal-panel .syt-gallery figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 3;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
#syt-internal-panel .syt-gallery img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
#syt-internal-panel .syt-actions {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px;
}
#syt-internal-panel .syt-cta {
  display: inline-block;
  padding: 12px 20px;
  background: #950000;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none !important;
  font-family: viga, "Segoe UI", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(149,0,0,.35);
}
#syt-internal-panel .syt-cta.secondary {
  background: #1a1a1a;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
}
#syt-internal-footer {
  max-width: 920px;
  margin: 0 auto 40px;
  padding: 8px;
  text-align: center;
  font-family: asap, "Segoe UI", sans-serif;
  font-size: 13px;
}
#syt-internal-footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
  opacity: .85;
}
#syt-internal-footer a:hover { opacity: 1; color: #ffb3b3; }

@media (max-width: 820px) {
  .syt-topnav { display: none; }
  #syt-internal-panel {
    margin: 88px 12px 28px;
    padding: 26px 18px 32px;
  }
}
