:root {
  --video-pink: #dc1767;
  --video-deep: #72113a;
  --video-ink: #26151c;
  --video-cream: #fbf8f2;
  --video-line: #eadde1;
}

body.video-gallery-page,
.video-gallery-page button { font-family: "mont-r", Arial, sans-serif; }
.video-gallery-page { color: var(--video-ink); background: var(--video-cream); }

.video-gallery-page .main-header,
.video-gallery-page .main-header a,
.video-gallery-page .main-header li,
.video-gallery-page .main-header span:not(.icon):not([class^="fa"]):not([class*=" fa"]),
.video-gallery-page .main-header button { font-family: var(--font-family-jost) !important; }

.video-gallery-page .main-header .btn-style-one .text-one {
  color: var(--white-color) !important;
  opacity: 1;
  visibility: visible;
}

.video-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-top: 85px;
  padding: 76px 20px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(47,3,21,.9), rgba(105,8,48,.18)),
    url(../images/main-slider/back3new1.png) center / cover no-repeat;
}

.video-hero::before {
  position: absolute;
  top: -120px;
  right: -90px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 52px rgba(255,255,255,.04), 0 0 0 104px rgba(255,255,255,.03);
}

.video-hero .auto-container { position: relative; z-index: 1; width: 100%; max-width: 1326px; box-sizing: border-box; }

.video-eyebrow,
.video-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffd0e2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.video-eyebrow { margin-bottom: 18px; }
.video-eyebrow::before,
.video-kicker::before { width: 34px; height: 2px; content: ""; background: currentColor; }

.video-hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
  color: #fff;
  font-family: "mont-m", Arial Black, sans-serif;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1;
  letter-spacing: -.045em;
}

.video-hero h1 span { color: #f06a9e; }
.video-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.75; }

.video-featured { padding: 100px 0 85px; }

.video-featured > .auto-container,
.video-library > .auto-container,
.video-channel-cta > .auto-container {
  width: 100%;
  box-sizing: border-box;
}

.video-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
  gap: 55px;
  align-items: center;
}

.featured-video-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #3b1022;
  box-shadow: 0 28px 70px rgba(57,15,32,.18);
}

.featured-video-card::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(26,3,13,.84));
}

.featured-video-card { width: 100%; padding: 0; text-align: left; cursor: pointer; }
.featured-video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.featured-video-card:hover img { transform: scale(1.04); }

.video-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  color: var(--video-pink);
  background: #fff;
  box-shadow: 0 15px 35px rgba(31,3,14,.28);
  transform: translate(-50%, -50%);
  transition: .3s ease;
}

.video-play::after {
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  content: "";
}

.video-play i { margin-left: 4px; font-size: 22px; }
.featured-video-card:hover .video-play { color: #fff; background: var(--video-pink); transform: translate(-50%, -50%) scale(1.08); }

.featured-video-caption { position: absolute; z-index: 2; right: 25px; bottom: 23px; left: 25px; color: #fff; }
.featured-video-caption span { color: #ffc0d8; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.featured-video-caption h3 { margin: 5px 0 0; color: #fff; font-family: "mont-m", Arial Black, sans-serif; font-size: 24px; }

.video-kicker { color: var(--video-pink); }
.featured-copy h2 {
  margin: 16px 0 20px;
  color: var(--video-ink);
  font-family: "mont-m", Arial Black, sans-serif;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.featured-copy { min-width: 0; }
.featured-copy h2 span { color: var(--video-pink); }
.featured-copy p { margin: 0; color: #705d65; font-size: 15px; line-height: 1.8; }

.youtube-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 26px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #fff;
  background: #ff0033;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(255,0,51,.18);
}
.youtube-link:hover { color: #fff; background: var(--video-deep); transform: translateY(-2px); }

.video-library { padding: 88px 0 110px; background: #f5eee9; }

.video-library-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 42px; }
.video-library-head h2 { margin: 0; color: var(--video-ink); font-family: "mont-m", Arial Black, sans-serif; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.video-library-head h2 span { color: var(--video-pink); }
.video-library-head p { max-width: 380px; margin: 0 0 4px; color: #735f67; font-size: 14px; line-height: 1.7; }

.video-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.video-filter {
  padding: 11px 18px 9px;
  border: 1px solid #dfced4;
  border-radius: 999px;
  color: #7b606a;
  background: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .25s ease;
}
.video-filter:hover,
.video-filter:focus-visible { color: var(--video-pink); border-color: var(--video-pink); outline: none; }
.video-filter.active { color: #fff; border-color: var(--video-pink); background: var(--video-pink); box-shadow: 0 8px 22px rgba(220,23,103,.18); }

.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.video-card { min-width: 0; overflow: hidden; border: 1px solid #eadde1; border-radius: 15px; background: #fff; box-shadow: 0 14px 38px rgba(62,20,37,.08); transition: .35s ease; }
.video-card.is-hidden { display: none; }
.video-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(62,20,37,.14); }

.video-thumb { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; padding: 0; overflow: hidden; background: #471125; cursor: pointer; }
.video-thumb::after { position: absolute; inset: 50% 0 0; content: ""; background: linear-gradient(transparent, rgba(29,3,14,.55)); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.video-card:hover .video-thumb img { transform: scale(1.05); }

.video-thumb .video-play { width: 54px; height: 54px; }
.video-thumb .video-play i { font-size: 16px; }
.video-duration { position: absolute; z-index: 3; right: 12px; bottom: 11px; padding: 5px 8px 4px; border-radius: 5px; color: #fff; background: rgba(24,2,11,.72); font-size: 9px; font-weight: 800; letter-spacing: .06em; }

.video-card-info { padding: 18px 19px 20px; }
.video-card-info span { color: var(--video-pink); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.video-card-info h3 { margin: 6px 0 8px; color: var(--video-ink); font-family: "mont-m", Arial Black, sans-serif; font-size: 17px; line-height: 1.25; }
.video-card-info p { margin: 0; color: #907780; font-size: 11px; line-height: 1.55; }

.video-channel-cta { position: relative; overflow: hidden; padding: 78px 0; color: #fff; background: var(--video-deep); }
.video-channel-cta::after { position: absolute; right: -120px; bottom: -270px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.video-channel-cta .auto-container { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.video-channel-cta h2 { max-width: 760px; margin: 0; color: #fff; font-family: "mont-m", Arial Black, sans-serif; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
.video-channel-cta h2 span { color: #ffc0d8; }
.video-channel-cta p { margin: 12px 0 0; color: rgba(255,255,255,.72); }
.video-channel-cta .youtube-link { flex: 0 0 auto; margin: 0; padding: 16px 23px; }

body.video-modal-open { overflow: hidden; }
.video-modal[hidden] { display: none; }

.video-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.video-modal.visible { opacity: 1; visibility: visible; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(20,2,10,.9); backdrop-filter: blur(8px); cursor: pointer; }

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1050px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: #190812;
  box-shadow: 0 35px 100px rgba(0,0,0,.55);
  transform: translateY(18px) scale(.985);
  transition: transform .26s ease;
}

.video-modal.visible .video-modal-dialog { transform: translateY(0) scale(1); }
.video-embed-wrap { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.video-modal-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(20,2,10,.78);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.video-modal-close:hover { color: #fff; background: var(--video-pink); }
.video-modal-meta { padding: 18px 22px 21px; }
.video-modal-meta span { color: #ff9fc3; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.video-modal-meta h2 { margin: 4px 0 0; color: #fff; font-family: "mont-m", Arial Black, sans-serif; font-size: 22px; line-height: 1.25; text-transform: none; }

@media (max-width: 991px) {
  .video-hero { min-height: 460px; margin-top: 76px; }
  .video-featured-grid { grid-template-columns: 1fr; gap: 38px; }
  .featured-copy { max-width: 760px; }
  .video-library-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .video-channel-cta .auto-container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .video-hero > .auto-container,
  .video-featured > .auto-container,
  .video-library > .auto-container,
  .video-channel-cta > .auto-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .video-hero { min-height: 410px; margin-top: 0; padding: 60px 5px; }
  .video-hero h1 { max-width: 100%; font-size: 43px; white-space: normal; }
  .video-hero h1 span { display: block; }
  .video-hero p { width: calc(100vw - 50px); max-width: 100%; font-size: 15px; line-height: 1.65; white-space: normal; overflow-wrap: anywhere; }
  .video-featured { padding: 65px 0 60px; }
  .video-featured-grid { gap: 30px; }
  .featured-copy,
  .video-library-head,
  .video-library-head > * { min-width: 0; max-width: 100%; }
  .featured-copy h2,
  .video-library-head h2 { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .featured-copy h2 { font-size: 36px; }
  .video-library-head h2 { font-size: 38px; }
  .video-library-head h2 span { display: block; }
  .featured-copy p,
  .video-library-head p { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .featured-video-card { border-radius: 13px; }
  .video-play { width: 58px; height: 58px; }
  .featured-video-caption { right: 15px; bottom: 14px; left: 15px; }
  .featured-video-caption h3 { font-size: 17px; }
  .video-library { padding: 65px 0 72px; }
  .video-grid { grid-template-columns: 1fr; gap: 16px; }
  .video-card { border-radius: 12px; }
  .video-channel-cta { padding: 62px 0; }
  .video-modal { padding: 12px; }
  .video-modal-dialog { border-radius: 12px; }
  .video-modal-close { top: 8px; right: 8px; width: 36px; height: 36px; }
  .video-modal-meta { padding: 14px 15px 16px; }
  .video-modal-meta h2 { font-size: 16px; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .featured-video-card img,
  .video-play,
  .youtube-link,
  .video-filter,
  .video-card,
  .video-thumb img { transition: none; }
}

/* Vertical inline video gallery */
.shorts-showcase {
  padding: 88px 0 105px;
  background: #fff;
}

.shorts-showcase > .auto-container {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
}

.shorts-heading {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.shorts-heading > span {
  display: block;
  margin-bottom: 9px;
  color: var(--video-pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.shorts-heading h2 {
  margin: 0;
  color: var(--video-ink);
  font-family: "mont-m", Arial Black, sans-serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.035em;
}

.shorts-heading p {
  margin: 12px 0 0;
  color: #826d75;
  font-size: 13px;
}

.shorts-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.short-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid #e7d9de;
  border-radius: 13px;
  background: #190812;
  box-shadow: 0 16px 40px rgba(57,15,32,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}

.short-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(57,15,32,.18);
}

.short-card.playing { border-color: var(--video-pink); }
.short-poster,
.short-player { position: absolute; inset: 0; width: 100%; height: 100%; }
.short-poster { display: block; padding: 0; overflow: hidden; color: #fff; background: #2f0a1a; text-align: left; cursor: pointer; }
.short-poster[hidden],
.short-player[hidden] { display: none; }
.short-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.short-card:hover .short-poster img { transform: scale(1.035); }

.short-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,2,11,.48), transparent 28%, transparent 52%, rgba(24,2,11,.9));
}

.short-topline {
  position: absolute;
  top: 16px;
  right: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.short-topline i { color: #ffc0d8; }

.short-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 52px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: #ff0040;
  box-shadow: 0 12px 30px rgba(29,2,13,.3);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}
.short-play i { margin-left: 3px; font-size: 20px; }
.short-poster:hover .short-play { background: var(--video-deep); transform: translate(-50%, -50%) scale(1.08); }

.short-caption {
  position: absolute;
  right: 16px;
  bottom: 17px;
  left: 16px;
}
.short-caption small { display: block; margin-bottom: 5px; color: #ffc0d8; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.short-caption strong { display: block; color: #fff; font-family: "mont-m", Arial Black, sans-serif; font-size: 16px; line-height: 1.2; }

.short-player { z-index: 4; background: #000; }
.short-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.short-stop {
  position: absolute;
  z-index: 5;
  top: 9px;
  right: 9px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  color: #fff;
  background: rgba(25,3,12,.72);
  backdrop-filter: blur(5px);
  cursor: pointer;
}
.short-stop:hover { color: #fff; background: var(--video-pink); }

.shorts-view-all { margin-top: 38px; text-align: center; }
.shorts-view-all a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--video-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.shorts-view-all a:hover { color: var(--video-pink); }

@media (max-width: 991px) {
  .shorts-row { gap: 12px; }
  .short-caption { right: 10px; bottom: 12px; left: 10px; }
  .short-caption strong { font-size: 13px; }
  .short-play { width: 54px; height: 44px; border-radius: 15px; }
}

@media (max-width: 767px) {
  .shorts-showcase { padding: 65px 0 75px; }
  .shorts-showcase > .auto-container { max-width: none; padding-right: 0; padding-left: 20px; }
  .shorts-heading { margin-right: 20px; margin-bottom: 30px; }
  .shorts-heading h2 { font-size: 36px; white-space: normal; }
  .shorts-row {
    display: flex;
    gap: 13px;
    padding: 2px 20px 22px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .shorts-row::-webkit-scrollbar { display: none; }
  .short-card { width: min(72vw, 270px); flex: 0 0 min(72vw, 270px); scroll-snap-align: start; }
  .shorts-view-all { margin-right: 20px; margin-top: 22px; }
}
