/* S368 Sofia watch page */
body#videoWatch { background: #fff; }
.sw-wrap { max-width: 1180px; margin: 0 auto; padding: 24px 18px 56px; }
.sw-crumbs { font-size: 13px; color: #7B8A95; margin: 0 0 22px; }
.sw-crumbs a { color: #1E6FA8; text-decoration: none; }
.sw-crumbs a:hover { text-decoration: underline; }
.sw-crumbs span { margin: 0 6px; }
.sw-crumbs .sw-current { color: #7B8A95; margin: 0; }
.sw-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; }
.sw-stage { position: relative; width: 100%; max-width: 340px; margin: 0 auto;
  aspect-ratio: 9 / 16; border-radius: 16px; overflow: hidden; background: #0E1B24;
  box-shadow: 0 10px 30px rgba(14,27,36,.16); }
.sw-stage img.sw-poster, .sw-stage video { position: absolute; inset: 0; width: 100%;
  height: 100%; object-fit: cover; display: block; }
.sw-playbtn { position: absolute; left: 50%; top: 50%; width: 68px; height: 68px;
  margin: -34px 0 0 -34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94);
  cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,.35); }
.sw-playbtn::after { content: ""; position: absolute; top: 22px; left: 27px;
  border-style: solid; border-width: 12px 0 12px 19px;
  border-color: transparent transparent transparent #1E6FA8; }
.sw-playbtn:hover { background: #fff; }
.sw-dur { position: absolute; top: 12px; left: 12px; font: 700 12px/1 inherit; color: #fff;
  background: rgba(6,16,23,.6); padding: 6px 9px; border-radius: 6px; }
.sw-copy h1 { font-size: 28px; line-height: 1.18; margin: 0 0 10px; color: #22323D;
  font-weight: 700; letter-spacing: -.01em; }
.sw-lede { font-size: 17px; line-height: 1.45; color: #1E6FA8; margin: 0 0 16px;
  font-weight: 400; }
.sw-body { font-size: 16px; line-height: 1.65; color: #3D4E5A; margin: 0 0 22px; }
.sw-cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.sw-btn { display: inline-block; background: #48A3DA; color: #fff; text-decoration: none;
  padding: 13px 20px; border-radius: 6px; font-size: 14px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; }
.sw-btn:hover { background: #1E6FA8; color: #fff; text-decoration: none; }
.sw-btn--ghost { background: transparent; color: #1E6FA8; border: 1px solid #C7D6E0; }
.sw-btn--ghost:hover { background: #F4F6F8; color: #1E6FA8; }
.sw-transcript { border-top: 1px solid #E2E9EF; padding-top: 16px; }
.sw-transcript summary { cursor: pointer; font-size: 14px; font-weight: 600; color: #1E6FA8; }
.sw-transcript p { font-size: 15px; line-height: 1.7; color: #55666F; margin: 12px 0 0; }
.sw-more { margin-top: 48px; border-top: 1px solid #E2E9EF; padding-top: 28px; }
.sw-more h2 { font-size: 20px; margin: 0 0 16px; color: #22323D; font-weight: 700; }
.sw-morerail { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px;
  scroll-snap-type: x mandatory; scrollbar-width: none; }
.sw-morerail::-webkit-scrollbar { display: none; }
.sw-mcard { position: relative; flex: 0 0 auto; scroll-snap-align: start; width: 150px;
  aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden; background: #0E1B24;
  text-decoration: none; box-shadow: 0 6px 20px rgba(14,27,36,.12); transition: transform .25s ease; }
.sw-mcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sw-mscrim { position: absolute; inset: 0; background: linear-gradient(to top,
  rgba(6,16,23,.97) 0%, rgba(6,16,23,.9) 22%, rgba(6,16,23,.4) 40%, rgba(6,16,23,0) 56%); }
.sw-mdur { position: absolute; top: 10px; left: 10px; font: 700 11px/1 inherit; color: #fff;
  background: rgba(6,16,23,.55); padding: 4px 7px; border-radius: 5px; }
.sw-mtitle { position: absolute; left: 12px; right: 12px; bottom: 12px; color: #CDE8F8;
  font: 700 11px/1.4 inherit; letter-spacing: .1em; text-transform: uppercase; }
@media (hover: hover) { .sw-mcard:hover { transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(14,27,36,.26); } }
@media screen and (min-width: 900px) {
  .sw-grid { grid-template-columns: 360px minmax(0, 1fr); gap: 40px; }
  .sw-stage { margin: 0; max-width: 360px; }
  .sw-copy h1 { font-size: 34px; }
}
@media (prefers-reduced-motion: reduce) { .sw-mcard { transition: none; } }

/* S368 video hub */
.sh-head { margin: 0 0 26px; }
.sh-head h1 { font-size: 30px; line-height: 1.15; margin: 6px 0 10px; color: #22323D;
  font-weight: 700; letter-spacing: -.02em; }
.sh-sub { font-size: 16px; line-height: 1.55; color: #667883; margin: 0; max-width: 68ch; }
.sh-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 22px; }
.sh-card { text-decoration: none; display: block; }
.sh-card:hover { text-decoration: none; }
.sh-thumb { position: relative; display: block; width: 100%; aspect-ratio: 9 / 16;
  border-radius: 14px; overflow: hidden; background: #0E1B24;
  box-shadow: 0 6px 22px rgba(14,27,36,.12); transition: transform .25s ease, box-shadow .25s ease; }
.sh-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sh-play { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px;
  border-radius: 50%; background: rgba(255,255,255,.92); }
.sh-play::after { content: ""; position: absolute; top: 11px; left: 13px; border-style: solid;
  border-width: 6px 0 6px 10px; border-color: transparent transparent transparent #1E6FA8; }
.sh-title { position: absolute; left: 14px; right: 14px; bottom: 14px; color: #CDE8F8;
  font: 700 12px/1.4 inherit; letter-spacing: .12em; text-transform: uppercase; }
.sh-blurb { display: block; margin: 10px 2px 0; font-size: 13.5px; line-height: 1.5;
  color: #55666F; }
@media (hover: hover) { .sh-card:hover .sh-thumb { transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(14,27,36,.28); } }
@media screen and (min-width: 900px) { .sh-head h1 { font-size: 36px; } }

/* S368 related carousel */
.sw-morehead { display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin: 0 0 16px; }
.sw-morehead h2 { margin: 0; }
.sw-arrows { display: none; gap: 8px; }
.sw-arrows button { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #E2E9EF;
  background: #fff; cursor: pointer; font-size: 16px; color: #333; line-height: 1; padding: 0; }
.sw-arrows button:hover { border-color: #48A3DA; color: #1E6FA8; }
.sw-morerail { scroll-behavior: smooth; }
@media screen and (min-width: 900px) { .sw-arrows { display: flex; } }
