/* pages/student-hub.css
   Student Hub dashboard, YAM gallery, video, and weekly focus styles.
   Source: assets/css/ss.css migration split. */

/* From student-hub.html */
:root {
      --ss-green: #116A42;
      --ss-dark: #211d18;
      --ss-ink: #211d18;
      --ss-muted: #756b5f;
      --ss-soft: #fffaf2;
      --ss-line: rgba(33, 29, 24, 0.12);
      --ss-card: #fffaf2;
      --ss-teal: #5f6f52;
      --ss-cyan: #b88a44;
      --ss-cream: #f7f3ec;
      --ss-border: rgba(33, 29, 24, .12);
    }
body {
      color: var(--ss-ink);
      background: #f7f3ec;
      font-family: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
      margin: 0;
      overflow-x: hidden;
    }
.ss-skip-link {
      position: absolute;
      top: -48px;
      left: 1rem;
      background: var(--ss-ink);
      color: #fff;
      padding: .75rem 1rem;
      border-radius: .75rem;
      z-index: 999;
    }
.ss-skip-link:focus {
      top: 1rem;
    }
.hub-nav {
      background: rgba(255, 250, 242, .96);
      border-bottom: 1px solid var(--ss-border);
      backdrop-filter: blur(10px);
    }
.ss-hub {
      display: block;
      max-width: none !important;
      overflow-x: hidden;
      padding: 24px 16px 88px;
      width: 100% !important;
    }
.ss-hub-inner {
      display: block;
      max-width: 760px !important;
      margin: 0 auto;
      min-width: 0 !important;
      width: 100% !important;
    }
.ss-hub-banner {
      background: var(--ss-cream);
      border-bottom: 1px solid var(--ss-border);
      padding: 10px 16px;
      text-align: center;
      font-size: 0.92rem;
      font-weight: 700;
      margin: -24px -16px 24px;
    }
.ss-hub-banner p {
      margin: 0;
      color: var(--ss-dark);
    }
.ss-hub-banner a {
      color: var(--ss-green);
      text-decoration: underline;
      margin-left: 4px;
    }
.ss-hub * {
      box-sizing: border-box;
    }
.ss-eyebrow {
      margin: 0 0 8px;
      color: var(--ss-green);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
.ss-hub h1,
    .ss-hub h2,
    .ss-hub h3 {
      color: var(--ss-dark);
      line-height: 1.05;
      margin: 0 0 12px;
    }
.ss-hub h1 {
      font-size: clamp(1.85rem, 8vw, 3.25rem);
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }
.ss-hub h2 {
      font-size: clamp(1.45rem, 7vw, 2.35rem);
      letter-spacing: 0;
    }
.ss-hub h3 {
      font-size: 1.15rem;
    }
.ss-hub p {
      margin: 0 0 14px;
      color: var(--ss-muted);
      font-size: 1rem;
      line-height: 1.55;
    }
.ss-week-updated {
      color: var(--ss-dark);
      font-size: 0.92rem;
      font-weight: 700;
      margin-bottom: 10px;
    }
.ss-weekly-terms a {
      color: var(--ss-dark);
      font-weight: 700;
    }
.ss-expert-note,
    .ss-parent-cue,
    .ss-training-cue {
      border-left: 3px solid rgba(17, 106, 66, 0.45);
      padding-left: 12px;
    }
.ss-expert-note strong,
    .ss-parent-cue strong {
      color: var(--ss-dark);
    }
.ss-hub-hero {
      padding: 28px 0 32px;
    }
.ss-hub-hero p {
      font-size: 1.08rem;
    }
.ss-today-before-class {
      background:
        linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(239, 232, 220, 0.96));
      border-color: rgba(17, 106, 66, 0.18);
    }
.hub-today-dashboard {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }
.hub-brief-block {
      background: #fffaf2;
      border: 1px solid rgba(17, 106, 66, 0.15);
      border-radius: 8px;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 16px;
      width: 100% !important;
    }
.hub-brief-block h2 {
      font-size: 1rem;
      letter-spacing: 0;
      margin-bottom: 10px;
    }
.hub-bring-list,
    .hub-week-list {
      display: grid;
      gap: 8px;
      list-style: none;
      margin: 0;
      padding: 0;
    }
.hub-bring-list li {
      color: var(--ss-dark);
      font-weight: 700;
    }
.hub-week-list strong {
      color: var(--ss-dark);
    }
.hub-week-list li,
    .ss-mini-card,
    .weekly-focus-card {
      min-width: 0;
      overflow-wrap: anywhere;
    }
.ss-card,
    .ss-final-cta {
      background: var(--ss-card);
      border: 1px solid var(--ss-line);
      border-radius: 8px;
      box-shadow: 0 14px 36px rgba(33, 29, 24, 0.06);
      margin: 16px 0;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 20px;
      width: 100% !important;
    }
.ss-final-cta {
      background: #2a221b;
    }
.ss-final-cta h2,
    .ss-final-cta p {
      color: #fffaf2;
    }
.ss-button-row {
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }
.hero-action-stack {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }
.hero-secondary-actions {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr;
    }
.hero-action-stack .ss-btn-primary {
      min-height: 54px;
      font-size: 1rem;
    }
.ss-btn,
    .ss-help-grid a,
    .ss-mobile-sticky a {
      align-items: center;
      border-radius: 999px;
      display: inline-flex;
      font-weight: 800;
      justify-content: center;
      line-height: 1.1;
      min-height: 48px;
      padding: 13px 18px;
      text-align: center;
      text-decoration: none;
      transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
    }
.ss-btn:hover,
    .ss-help-grid a:hover,
    .ss-mobile-sticky a:hover {
      transform: translateY(-1px);
    }
.ss-btn-primary {
      background: var(--ss-green);
      color: #fff;
      box-shadow: 0 10px 22px rgba(17, 106, 66, 0.28);
    }
.ss-btn-dark {
      background: var(--ss-dark);
      color: #fff;
    }
.ss-btn-soft {
      background: var(--ss-soft);
      color: var(--ss-dark);
      border: 1px solid rgba(17, 106, 66, 0.18);
    }
.ss-checklist ul {
      display: grid;
      gap: 10px;
      list-style: none;
      margin: 0;
      padding: 0;
    }
.ss-checklist li {
      align-items: flex-start;
      display: flex;
      font-weight: 700;
      gap: 10px;
    }
.ss-checklist li::before {
      color: var(--ss-green);
      content: "✓";
      font-weight: 900;
    }
.ss-today-grid,
    .ss-focus-stack {
      display: grid;
      gap: 12px;
    }
.ss-mini-card,
    .ss-focus-card {
      background: var(--ss-surface);
      border: 1px solid rgba(17, 106, 66, 0.15);
      border-radius: 8px;
      padding: 16px;
    }
.ss-mini-card {
      align-items: flex-start;
      display: grid;
      gap: 6px;
      min-height: 98px;
    }
.ss-mini-card span {
      color: var(--ss-muted);
      font-size: 0.95rem;
      font-weight: 700;
    }
.ss-mini-card strong {
      color: var(--ss-dark);
      font-size: 1.05rem;
      line-height: 1.15;
    }
.ss-focus-card p {
      margin-bottom: 8px;
    }
.ss-focus-card a {
      color: var(--ss-green);
      display: inline-block;
      font-weight: 900;
      margin-top: 8px;
      text-decoration: none;
    }
.ss-help-grid {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr 1fr;
    }
.ss-help-grid a {
      background: var(--ss-surface);
      border: 1px solid rgba(17, 106, 66, 0.16);
      color: var(--ss-dark);
      min-height: 56px;
      padding: 12px;
    }
.ss-help-grid .ss-btn-primary {
      background: var(--ss-green);
      color: #fff;
    }
.ss-help-grid .ss-btn-dark {
      background: var(--ss-dark);
      color: #fff;
    }
.ss-mobile-sticky {
      align-items: center;
      background: rgba(255, 250, 242, 0.96);
      border-top: 1px solid var(--ss-line);
      bottom: 0;
      box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.12);
      display: grid;
      gap: 8px;
      grid-template-columns: 1fr 1fr 1fr;
      left: 0;
      padding: 10px 12px;
      position: fixed;
      right: 0;
      z-index: 9999;
    }
.ss-mobile-sticky a {
      background: var(--ss-dark);
      color: #fffaf2;
      font-size: 0.9rem;
      min-height: 46px;
      padding: 10px;
    }
.ss-mobile-sticky a:nth-child(2) {
      background: var(--ss-green);
    }
#class-focus,
    #focus,
    #weekly-focus {
      scroll-margin-top: 84px;
    }
.ss-anchor-alias {
      display: block;
      height: 0;
      overflow: hidden;
      pointer-events: none;
      visibility: hidden;
    }
@media (min-width: 720px) {
      .ss-hub {
        padding: 48px 24px 72px;
      }

      .ss-hub-inner {
        width: min(100%, 760px) !important;
      }

      .ss-button-row {
        display: flex;
        flex-wrap: wrap;
      }

      .hero-secondary-actions {
        grid-template-columns: 1fr 1fr;
      }

      .ss-btn {
        width: auto;
      }

      .ss-today-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .ss-mini-card {
        padding: 8px;
      }

      .ss-mini-card strong {
        font-size: 0.95rem;
      }

      .ss-focus-stack {
        grid-template-columns: 1fr 1fr;
      }

      .ss-help-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .hub-today-dashboard {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
      }

      .hub-today-dashboard .hub-week-block {
        grid-column: 1 / -1;
      }

      .ss-mobile-sticky {
        display: none;
      }
    }
@media (max-width: 719.98px) {
      .ss-hub,
      .ss-hub-inner,
      .ss-card,
      .ss-final-cta,
      .hub-brief-block,
      .student-weekly-focus,
      .weekly-focus-card {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
      }

      .ss-card,
      .ss-final-cta {
        overflow: hidden;
      }

      .ss-hub-hero > .ss-eyebrow,
      .ss-hub-hero > h1,
      .ss-hub-hero > p {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        width: 100%;
      }

      .hub-today-dashboard,
      .hero-action-stack {
        margin-left: 0;
        margin-right: 0;
        max-width: 320px;
        width: calc(100vw - 72px);
      }

      .hub-brief-block {
        max-width: 320px !important;
        width: calc(100vw - 72px) !important;
      }

      .hub-week-list {
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
      }

      .ss-hub-hero > h1 {
        font-size: 1.7rem;
        max-width: 260px;
        white-space: normal !important;
      }

      .ss-hub-hero > p {
        font-size: 1rem;
        max-width: 280px;
        white-space: normal !important;
      }

      .ss-mini-card strong {
        font-size: 1.2rem;
      }
    }
/* Student Hub YAM Archive */
    .ss-yam-archive {
      --yam-ink: var(--ss-ink, #362B24);
      --yam-text: var(--ss-text, #1F1712);
      --yam-muted: var(--ss-muted, #4F433C);
      --yam-bg: var(--ss-bg, #FBFAF8);
      --yam-surface: var(--ss-surface, #FFFFFF);
      --yam-surface-2: var(--ss-surface2, #F4F1ED);
      --yam-border: var(--ss-border, rgba(54, 43, 36, 0.14));
      --yam-orange: var(--ss-green, #116A42);
      --yam-teal: var(--ss-teal, #289FA1);
      margin: clamp(2rem, 6vw, 4rem) auto;
      color: var(--yam-text);
    }
.ss-yam-archive-head {
      max-width: 720px;
      margin-bottom: 1rem;
    }
.ss-yam-archive-head h3 {
      margin: 0.15rem 0 0.5rem;
      font-size: clamp(1.7rem, 5vw, 2.5rem);
      letter-spacing: -0.04em;
    }
.ss-yam-archive-head p {
      color: var(--yam-muted);
      margin-bottom: 0;
    }
.ss-kicker {
      margin: 0;
      color: var(--yam-orange);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
.ss-yam-toolbar {
      background: color-mix(in srgb, var(--yam-surface) 92%, transparent);
      border: 1px solid var(--yam-border);
      border-radius: 24px;
      box-shadow: 0 12px 36px rgba(54, 43, 36, 0.08);
      padding: 0.8rem;
      margin: 1rem 0 1.1rem;
      backdrop-filter: blur(14px);
    }
.ss-yam-toolbar-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 0.65rem;
    }
.ss-yam-nominate {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 0.45rem 0.75rem;
      border-radius: 999px;
      background: var(--yam-ink);
      color: #fff;
      font-size: 0.82rem;
      font-weight: 800;
      text-decoration: none;
    }
.ss-yam-chip-row {
      display: flex;
      gap: 0.5rem;
      overflow-x: auto;
      padding: 0.15rem 0 0.45rem;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
.ss-yam-chip-row::-webkit-scrollbar { display: none; }
.ss-yam-chip {
      flex: 0 0 auto;
      border: 1px solid var(--yam-border);
      border-radius: 999px;
      background: var(--yam-surface-2);
      color: var(--yam-text);
      min-height: 38px;
      padding: 0.5rem 0.85rem;
      font: inherit;
      font-size: 0.88rem;
      font-weight: 800;
      line-height: 1;
    }
.ss-yam-chip.is-active {
      background: var(--yam-orange);
      border-color: var(--yam-orange);
      color: #fff;
    }
.ss-yam-count {
      margin: 0.25rem 0 0;
      color: var(--yam-muted);
      font-size: 0.86rem;
    }
.ss-yam-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.75rem;
    }
.ss-yam-card { min-width: 0; }
.ss-yam-card[hidden] { display: none; }
.ss-yam-card-btn {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
      border: 1px solid var(--yam-border);
      border-radius: 22px;
      background: var(--yam-surface);
      box-shadow: 0 10px 28px rgba(54, 43, 36, 0.08);
      padding: 0;
      text-align: left;
      cursor: pointer;
    }
.ss-yam-card-btn img {
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      background: var(--yam-surface-2);
      transform: scale(1.001);
    }
.ss-yam-card-btn::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 48%;
      background: linear-gradient(to top, rgba(31, 23, 18, 0.78), transparent);
      pointer-events: none;
    }
.ss-yam-badge {
      position: absolute;
      top: 0.55rem;
      left: 0.55rem;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0.35rem 0.55rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      color: var(--yam-ink);
      font-size: 0.72rem;
      font-weight: 900;
    }
.ss-yam-card-copy {
      position: absolute;
      z-index: 2;
      left: 0.7rem;
      right: 0.7rem;
      bottom: 0.7rem;
      color: #fff;
    }
.ss-yam-card-copy strong,
.ss-yam-card-copy small { display: block; }
.ss-yam-card-copy strong {
      font-size: 0.95rem;
      line-height: 1.05;
    }
.ss-yam-card-copy small {
      opacity: 0.92;
      font-size: 0.76rem;
      line-height: 1.2;
      margin-top: 0.18rem;
    }
.ss-yam-empty {
      margin-top: 1rem;
      padding: 1rem;
      border: 1px dashed var(--yam-border);
      border-radius: 18px;
      background: var(--yam-surface-2);
      color: var(--yam-muted);
      text-align: center;
      font-weight: 700;
    }
.ss-yam-modal[hidden] { display: none; }
.ss-yam-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: grid;
      place-items: center;
      padding: 1rem;
      touch-action: none;
    }
.ss-yam-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(31, 23, 18, 0.72);
      z-index: 0;
      pointer-events: auto;
    }
.ss-yam-modal-panel {
      position: relative;
      z-index: 1;
      width: min(92vw, 620px);
      overflow: hidden;
      border-radius: 26px;
      background: var(--yam-surface);
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
      pointer-events: auto;
    }
.ss-yam-modal-panel img {
      display: block;
      width: 100%;
      max-height: 72vh;
      object-fit: contain;
      background: var(--yam-surface-2);
    }
.ss-yam-modal-panel p {
      margin: 0;
      padding: 0.85rem 1rem 1rem;
      color: var(--yam-text);
      font-weight: 800;
    }
.ss-yam-modal-close {
      position: absolute;
      top: 0.7rem;
      right: 0.7rem;
      z-index: 2;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.94);
      color: var(--yam-ink);
      font-size: 1.8rem;
      line-height: 1;
      cursor: pointer;
    }
@media (max-width: 767.98px) {
      .ss-yam-toolbar {
        position: sticky;
        top: calc(var(--ss-sticky-top, 64px) + env(safe-area-inset-top));
        z-index: 30;
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        border-radius: 20px;
      }
      .ss-yam-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .ss-yam-card-copy small {
        display: none;
      }
    }
@media (min-width: 768px) {
      .ss-yam-toolbar {
        padding: 1rem;
      }
      .ss-yam-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
      }
    }
@media (min-width: 1100px) {
      .ss-yam-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
@media (prefers-reduced-motion: no-preference) {
      .ss-yam-card-btn {
        transition: transform 180ms ease, box-shadow 180ms ease;
      }
      .ss-yam-card-btn:hover,
      .ss-yam-card-btn:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 16px 38px rgba(54, 43, 36, 0.14);
      }
    }
.visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

/* Click-to-load YouTube Facade */
.ss-video-facade {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #211d18;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  display: block;
}

.ss-video-facade--16-9 {
  aspect-ratio: 16 / 9;
}

.ss-video-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
  opacity: 0.85;
  display: block;
}

.ss-video-facade:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.ss-video-facade__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: var(--ss-teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.2s ease;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.ss-video-facade:hover .ss-video-facade__play {
  transform: translate(-50%, -50%) scale(1.15);
  background: var(--ss-slate);
}

.ss-video-facade__play::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}

.ss-video-embed {
      width: 100%;
      aspect-ratio: 9 / 16;
      border-radius: 8px;
      overflow: hidden;
      background: #211d18;
      margin-top: 12px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }
.ss-video-embed iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
    }
.ss-shorts-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 16px;
      margin-top: 16px;
    }
/* Weekly Focus Section Styles */
    .student-weekly-focus {
      padding: 2rem 0;
    }
.hub-section-kicker {
      color: var(--ss-green);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }
.weekly-focus-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 1.5rem;
    }
.weekly-focus-card {
      background: var(--ss-surface);
      border: 1px solid var(--ss-border);
      border-radius: 8px;
      padding: 1.5rem;
      height: 100%;
      box-shadow: 0 10px 30px rgba(33, 29, 24, 0.06);
    }
.focus-card-topline {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1rem;
    }
.focus-pill {
      background: var(--ss-soft);
      color: var(--ss-green);
      font-size: 0.75rem;
      font-weight: 700;
      padding: 0.25rem 0.75rem;
      border-radius: 99px;
      text-transform: uppercase;
    }
.focus-time {
      font-size: 0.75rem;
      color: var(--ss-muted);
    }
.focus-item {
      margin-bottom: 1rem;
    }
.focus-label {
      display: block;
      font-size: 0.7rem;
      font-weight: 800;
      text-transform: uppercase;
      color: var(--ss-muted);
      margin-bottom: 0.25rem;
    }
.focus-note {
      margin-top: 1.5rem;
      padding-top: 1rem;
      border-top: 1px dashed var(--ss-border);
      font-size: 0.9rem;
      font-style: italic;
      color: var(--ss-muted);
    }
/* Video Block Styles */
.weekly-video-block {
      margin-top: 2rem;
      padding: clamp(1.25rem, 3vw, 2rem);
      border: 1px solid var(--ss-border);
      border-radius: 8px;
      background: var(--ss-surface);
      box-shadow: 0 1.25rem 3rem rgba(33, 29, 24, 0.08);
    }
.weekly-video-header {
      margin-bottom: 1rem;
    }
.weekly-video-header h3 {
      margin: 0 0 0.35rem;
      color: var(--ss-text);
      font-size: clamp(1.45rem, 3vw, 2rem);
      line-height: 1.05;
      letter-spacing: 0;
    }
.weekly-video-header p {
      margin: 0;
      color: var(--ss-muted);
    }
.weekly-video-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }
.weekly-video-card {
      overflow: hidden;
      border: 1px solid var(--ss-border);
      border-radius: 8px;
      background: var(--ss-surface2);
    }
.video-ratio {
      position: relative;
      width: 100%;
      aspect-ratio: 9 / 16;
      background: #211d18;
    }
.video-ratio iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
.weekly-video-card h4 {
      margin: 0;
      padding: 0.85rem;
      color: var(--ss-text);
      font-size: 0.95rem;
      font-weight: 900;
      line-height: 1.25;
    }
@media (max-width: 991.98px) {
      .weekly-video-grid {
        grid-template-columns: 1fr;
      }
    }
@media (max-width: 720px) {
      .ss-shorts-grid {
        grid-template-columns: 1fr;
      }
      .ss-video-embed {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
      }
    }
/* Student Hub Strategy Classes */
    .page-student-hub .ss-section {
      background: #f7f3ec;
    }
.ss-card,
    .ss-mini-card {
      border: 1px solid rgba(33, 29, 24, 0.12);
    }
.ss-mini-card {
      height: 100%;
      padding: 1rem;
      border-radius: 1rem;
      background: #fffaf2;
      color: #211d18;
    }
.ss-mini-card strong {
      display: block;
      margin-bottom: .25rem;
      overflow-wrap: normal;
      word-break: normal;
    }
.ss-mini-card span {
      display: block;
      color: #756b5f;
      font-size: .95rem;
    }
.ss-referral-hub {
      background:
        radial-gradient(circle at top left, rgba(95, 111, 82, 0.12), transparent 32rem),
        #f7f3ec;
    }
.ss-parent-corner {
      background: #fffaf2;
    }
.ss-return-block {
      background:
        radial-gradient(circle at bottom right, rgba(17, 106, 66, 0.10), transparent 30rem),
        #f7f3ec;
    }
