
:root{
  --blue:#003b73;
  --deep:#00172f;
  --navy:#002a54;
  --red:#d71920;
  --yellow:#f6c900;
  --paper:#f3f6fa;
  --ink:#10243a;
  --muted:#687a8c;
  --line:rgba(16,36,58,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
body.video-modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.social-page-noise{
  position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.022;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.social-video-container{width:min(1240px,calc(100% - 34px));margin-inline:auto}
.social-page-header{
  position:sticky;top:0;z-index:70;
  background:rgba(0,29,59,.94);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(20px);
}
.social-page-header-inner{
  width:min(1320px,calc(100% - 30px));min-height:80px;margin:auto;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.social-page-brand img{display:block;width:165px;max-height:56px;object-fit:contain}
.social-page-nav{display:flex;align-items:center;gap:20px}
.social-page-nav a{
  position:relative;color:rgba(255,255,255,.68);font-size:.79rem;font-weight:820;
}
.social-page-nav a:hover,.social-page-nav a.active{color:#fff}
.social-page-nav a.active:after{
  content:"";position:absolute;left:0;right:0;bottom:-12px;height:3px;border-radius:999px;background:var(--yellow);
}
.social-page-actions{display:flex;align-items:center;gap:11px}
.social-page-language{
  display:inline-flex;padding:4px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.06)
}
.social-page-language button{
  min-width:40px;height:32px;border:0;border-radius:999px;background:transparent;color:rgba(255,255,255,.7);font-size:.7rem;font-weight:850;cursor:pointer
}
.social-page-language button.active{background:var(--red);color:#fff;box-shadow:0 10px 22px rgba(215,25,32,.25)}
.social-page-back{
  min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 15px;
  border:1px solid rgba(246,201,0,.26);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:.73rem;font-weight:820
}
.social-page-back svg{width:17px;height:17px}
.social-video-hero{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 84% 14%,rgba(246,201,0,.14),transparent 24%),
    radial-gradient(circle at 8% 92%,rgba(215,25,32,.16),transparent 28%),
    linear-gradient(145deg,#00152c,#003b73 60%,#00234b);
}
.social-video-grid-art{
  position:absolute;inset:52% -5% -55%;opacity:.12;transform:perspective(650px) rotateX(66deg);
  background-image:linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(246,201,0,.14) 1px,transparent 1px);
  background-size:56px 56px;
}
.social-video-orbit{position:absolute;border-radius:50%;border:1px solid rgba(246,201,0,.28)}
.orbit-one{width:410px;height:410px;right:-105px;top:-110px}
.orbit-two{width:240px;height:240px;right:22px;top:20px;border-color:rgba(215,25,32,.34)}
.social-video-hero-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:32px;
  padding:88px 0 74px;
}
.social-video-kicker{color:var(--yellow);font-size:.66rem;font-weight:900;letter-spacing:.22em}
.social-video-hero-copy h1{
  max-width:840px;margin:18px 0 22px;
  font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.1rem,7vw,6.4rem);line-height:.9;letter-spacing:-.06em
}
.social-video-hero-copy>p{max-width:760px;margin:0;color:rgba(255,255,255,.7);font-size:1.02rem;line-height:1.8}
.social-video-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.social-video-stats article{
  min-width:135px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.075)
}
.social-video-stats strong{display:block;font-size:1.35rem}
.social-video-stats span{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:.73rem}
.social-video-hero-panel{
  align-self:end;padding:23px;border:1px solid rgba(255,255,255,.13);border-radius:27px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));backdrop-filter:blur(16px)
}
.social-video-hero-panel>span{display:block;color:var(--yellow);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.social-video-hero-panel>p{margin:10px 0 18px;color:rgba(255,255,255,.62);font-size:.82rem;line-height:1.65}
.social-video-channel-links{display:grid;gap:9px}
.channel-link{
  min-height:56px;display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:10px;
  padding:0 13px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.06);color:#fff
}
.channel-link svg{width:17px;height:17px;color:rgba(255,255,255,.48)}
.youtube-page-mark{
  width:31px;height:23px;display:block;background:url('../uploads/branding/youtube-logo-official.png') center/contain no-repeat
}
.tiktok-page-mark{
  width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#090909;color:#fff;font-size:1.1rem;font-weight:900;text-shadow:-2px 0 #21f4ee,2px 0 #ff1753
}
.social-video-library{padding:48px 0 90px}
.social-video-toolbar{
  display:flex;align-items:end;justify-content:space-between;gap:18px;
  margin-bottom:38px;padding:18px;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:0 18px 48px rgba(0,42,84,.06)
}
.social-video-filter-group{display:flex;flex-wrap:wrap;gap:7px}
.social-video-filter-group button{
  min-height:42px;padding:0 16px;border:1px solid rgba(0,59,115,.12);border-radius:999px;background:#f4f7fb;color:#52677c;font-size:.74rem;font-weight:850;cursor:pointer
}
.social-video-filter-group button.active{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:inset 0 -3px var(--yellow)}
.social-video-search{min-width:min(380px,100%);display:grid;gap:6px}
.social-video-search span{font-size:.67rem;font-weight:850;color:#52677c}
.social-video-search input{
  width:100%;height:46px;padding:0 15px;border:1px solid rgba(0,59,115,.14);border-radius:14px;background:#f8fafc;color:var(--ink);outline:none
}
.social-video-search input:focus{border-color:rgba(0,59,115,.42);box-shadow:0 0 0 4px rgba(0,59,115,.08)}
.social-video-library-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:23px}
.social-video-library-kicker{color:var(--red);font-size:.65rem;font-weight:900;letter-spacing:.18em}
.social-video-library-head h2{margin:8px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,5vw,4rem);line-height:1;letter-spacing:-.05em}
.social-video-library-head>span{color:var(--muted);font-size:.82rem}
.social-video-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.social-video-card{
  display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,42,84,.11);border-radius:27px;background:#fff;box-shadow:0 25px 70px rgba(0,42,84,.08)
}
.social-video-card[hidden]{display:none}
.social-video-card-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#07182b}
.social-video-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}
.social-video-card:hover .social-video-card-media img{transform:scale(1.035)}
.social-video-source,.social-video-duration{
  position:absolute;z-index:3;top:13px;padding:7px 9px;border-radius:999px;color:#fff;font-size:.61rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em
}
.social-video-source{left:13px}
.social-video-duration{right:13px;background:rgba(0,0,0,.72)}
.source-youtube{background:#e50914}
.source-tiktok{background:#080808;text-shadow:-1px 0 #20f4ef,1px 0 #ff1754}
.social-video-play{
  position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);
  width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(0,29,59,.72);color:#fff;backdrop-filter:blur(14px);cursor:pointer;box-shadow:0 18px 45px rgba(0,0,0,.34)
}
.social-video-play svg{width:23px;height:23px;fill:currentColor;stroke:none}
.social-video-card-copy{display:flex;flex:1 1 auto;flex-direction:column;padding:21px}
.social-video-card h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;line-height:1.06;letter-spacing:-.035em}
.social-video-card-meta{display:flex;flex-wrap:wrap;gap:9px;margin:13px 0;color:#788899;font-size:.72rem}
.social-video-card-meta span+span:before{content:"•";margin-right:9px;color:#b5c0ca}
.social-video-card-meta em{font-style:normal}
.social-video-watch{
  margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:0;border-radius:999px;background:var(--red);color:#fff;font-size:.73rem;font-weight:850;box-shadow:inset 0 -3px var(--yellow);cursor:pointer
}
.social-video-watch svg{width:17px;height:17px}
.social-video-empty{
  padding:52px;border:1px solid var(--line);border-radius:28px;background:#fff;text-align:center;box-shadow:0 22px 60px rgba(0,42,84,.06)
}
.social-video-empty>span{width:76px;height:76px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#fff1f2;color:var(--red);font-size:1.8rem}
.social-video-empty h2{margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:2.3rem}
.social-video-empty p{margin:0;color:var(--muted);line-height:1.8}
.social-video-modal{
  position:fixed;inset:0;z-index:400;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.24s ease
}
.social-video-modal.open{opacity:1;visibility:visible}
.social-video-modal-backdrop{position:absolute;inset:0;background:rgba(0,12,27,.9);backdrop-filter:blur(18px)}
.social-video-dialog{
  position:relative;z-index:2;width:min(1050px,100%);max-height:calc(100dvh - 36px);overflow:hidden;
  border:1px solid rgba(255,255,255,.14);border-radius:27px;background:linear-gradient(145deg,#002a54,#00152d);color:#fff;box-shadow:0 40px 130px rgba(0,0,0,.6)
}
.social-video-dialog-header{
  min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border-bottom:1px solid rgba(255,255,255,.09)
}
.social-video-dialog-header span{color:var(--yellow);font-size:.61rem;font-weight:900;letter-spacing:.16em}
.social-video-dialog-header h2{margin:7px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.35rem,3vw,2.1rem)}
.social-video-dialog-header button{
  width:45px;height:45px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(255,255,255,.07);color:#fff;cursor:pointer
}
.social-video-dialog-header button svg{width:20px;height:20px}
.social-video-stage{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}
.social-video-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
.social-video-loader{
  position:absolute;inset:0;z-index:5;display:grid;place-content:center;justify-items:center;gap:13px;background:radial-gradient(circle,rgba(0,59,115,.5),rgba(0,0,0,.94));color:rgba(255,255,255,.65);font-size:.76rem
}
.social-video-loader.hidden{display:none}
.social-video-loader i{width:42px;height:42px;border:3px solid rgba(255,255,255,.16);border-top-color:var(--yellow);border-radius:50%;animation:socialVideoSpin 1s linear infinite}
@keyframes socialVideoSpin{to{transform:rotate(360deg)}}
.social-video-player-empty{
  position:absolute;inset:0;z-index:6;display:grid;place-content:center;text-align:center;padding:30px;background:#001426
}
.social-video-player-empty[hidden]{display:none}
.social-video-player-empty strong{font-family:Georgia,"Times New Roman",serif;font-size:1.75rem}
.social-video-player-empty p{max-width:500px;margin:10px auto 0;color:rgba(255,255,255,.56);line-height:1.6}
.social-video-dialog-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px}
.social-video-dialog-footer p{max-width:610px;margin:0;color:rgba(255,255,255,.52);font-size:.69rem;line-height:1.5}
.social-video-dialog-footer>div{display:flex;gap:8px}
.social-video-dialog-footer button,.social-video-dialog-footer a{
  min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.07);color:#fff;font-size:.7rem;font-weight:850;cursor:pointer
}
.social-video-dialog-footer a{color:var(--yellow)}
.social-video-dialog-footer svg{width:17px;height:17px}
.social-page-footer{border-top:5px solid var(--yellow);background:linear-gradient(180deg,#002a54,#00152d);color:#fff}
.social-page-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 0}
.social-page-footer img{width:155px;max-height:56px;object-fit:contain}
.social-page-footer p{max-width:600px;margin:0;color:rgba(255,255,255,.58);font-size:.8rem;line-height:1.65}
.social-page-footer nav{display:flex;flex-wrap:wrap;gap:9px;margin-top:10px}
.social-page-footer nav a{padding:8px 11px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:rgba(255,255,255,.7);font-size:.7rem}
@media(max-width:1080px){
  .social-video-hero-inner{grid-template-columns:1fr}
  .social-video-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .social-page-header-inner{width:calc(100% - 22px);min-height:72px}
  .social-page-brand img{width:136px}
  .social-page-nav{display:none}
  .social-page-back{width:42px;padding:0;justify-content:center}
  .social-page-back span{display:none}
  .social-video-hero-inner{padding:64px 0 52px}
  .social-video-hero-copy h1{font-size:clamp(2.8rem,15vw,4.8rem)}
  .social-video-hero-copy>p{font-size:.94rem}
  .social-video-toolbar{display:grid;align-items:stretch}
  .social-video-search{min-width:0}
  .social-video-library-head{display:grid}
  .social-video-card-grid{grid-template-columns:1fr}
  .social-video-dialog{
    width:100%;max-height:none;height:calc(100dvh - max(16px,env(safe-area-inset-top)) - max(16px,env(safe-area-inset-bottom)));overflow-y:auto;border-radius:22px
  }
  .social-video-modal{padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}
  .social-video-dialog-header{min-height:76px;padding:13px 15px}
  .social-video-stage{aspect-ratio:16/10}
  .social-video-dialog-footer{align-items:flex-start;flex-direction:column;padding-bottom:calc(16px + env(safe-area-inset-bottom))}
  .social-video-dialog-footer>div{width:100%;flex-wrap:wrap}
  .social-page-footer-inner{display:grid}
}


/* ==========================================================
   v0.3.1 — Cleaner YouTube icon on social-videos page
   ========================================================== */
.youtube-page-mark{
  position:relative;
  width:30px;
  height:21px;
  display:inline-block;
  border-radius:7px;
  background:#ff0000 !important;
  background-image:none !important;
  box-shadow:0 10px 22px rgba(255,0,0,.22);
  overflow:hidden;
}
.youtube-page-mark::before{
  content:"";
  position:absolute;
  left:11px;
  top:5px;
  width:0;
  height:0;
  border-left:9px solid #fff;
  border-top:5.5px solid transparent;
  border-bottom:5.5px solid transparent;
}
