:root {
  --page-bg: #050306;
  --surface: #17101d;
  --surface-2: #22152b;
  --surface-3: #2d1935;
  --panel-soft: #f3edf5;
  --text: #fff8fd;
  --text-dark: #261a29;
  --muted: #b9a9bd;
  --muted-dark: #726378;
  --violet: #8b5cf6;
  --violet-deep: #5f36bd;
  --rose: #e63e78;
  --rose-deep: #ad2859;
  --accent-gradient: linear-gradient(118deg, #7652dc 0%, #b83d93 54%, #df3f72 100%);
  --border: rgba(230, 206, 235, 0.16);
  --border-strong: rgba(232, 99, 158, 0.42);
  --radius-xs: 2px;
  --radius-sm: 5px;
  --radius-md: 10px;
  --space-1: 6px;
  --space-2: 10px;
  --space-3: 16px;
  --space-4: 22px;
  --space-5: 30px;
  --container: 1420px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #050306;
  color: var(--text);
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid #ff75ae;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 9px 14px;
  color: #1b101d;
  background: #fff;
  border-radius: var(--radius-sm);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  border-top: 3px solid transparent;
  border-image: var(--accent-gradient) 1;
  background: linear-gradient(180deg, #21142a 0%, #130d18 100%);
  border-bottom: 1px solid var(--border);
}

.header-frame,
.page-shell,
.footer-frame,
.category-nav {
  width: min(100% - 24px, var(--container));
  margin-inline: auto;
}

.header-frame {
  display: grid;
  gap: 16px;
  padding: 16px 0;
}

.brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 14px;
  border-left: 3px solid var(--rose);
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  max-width: 100%;
}

.brand-kicker {
  color: #d8c7df;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-kicker b {
  display: inline-block;
  margin-right: 7px;
  padding: 2px 5px;
  color: #fff;
  background: var(--rose-deep);
  border-radius: var(--radius-xs);
  letter-spacing: 0;
}

.brand-name {
  display: block;
  max-width: 100%;
  margin-top: 4px;
  overflow: hidden;
  font-size: clamp(24px, 7vw, 36px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-note {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.search-panel {
  min-width: 0;
}

.search-label {
  display: block;
  margin-bottom: 6px;
  color: #d7c6dc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 3px;
  background: #f4eef6;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.search-row input {
  width: 100%;
  min-width: 0;
  padding: 10px 11px;
  color: var(--text-dark);
  background: transparent;
  border: 0;
  outline: 0;
}

.search-row input::placeholder {
  color: #827387;
}

.search-row button {
  min-width: 82px;
  padding: 9px 13px;
  color: #fff;
  font-weight: 800;
  background: var(--accent-gradient);
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.hot-searches {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 8px;
}

.hot-searches__label {
  padding: 2px 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  background: var(--rose-deep);
  border-radius: 2px;
}

.hot-searches__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  min-width: 0;
}

.hot-searches__links a {
  max-width: 160px;
  overflow: hidden;
  color: #cdbfd2;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-searches__links a:hover {
  color: #ff91bd;
}

.sponsor-banner,
.sponsor-banner.container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px 6px;
  width: 100% !important;
  max-width: none !important;
  margin: 2px 0 !important;
  padding: 0 !important;
}

.sponsor-banner__item,
.sponsor-banner__item a,
.sponsor-banner__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.sponsor-banner__item img {
  object-fit: fill;
  border-radius: 2px;
}

.category-nav {
  padding: 10px 0;
}

.category-nav__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.category-nav__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 39px;
  padding: 7px 5px;
  overflow: hidden;
  color: #e8dcec;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  background: #211629;
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
}

.category-nav__grid a:hover,
.category-nav__grid a:focus-visible,
.category-nav__grid .category-nav__home {
  color: #fff;
  background: linear-gradient(135deg, #593890, #9e2d6b);
  border-color: rgba(255, 145, 189, 0.55);
}

.page-shell {
  padding-block: 18px 26px;
}

.home-intro,
.catalog-header,
.search-result-header,
.watch-heading {
  margin-bottom: 18px;
}

.home-intro {
  display: grid;
  gap: 8px;
  align-items: end;
  padding: 14px 15px;
  background: linear-gradient(100deg, rgba(79, 48, 105, 0.62), rgba(54, 25, 54, 0.5));
  border: 1px solid var(--border);
  border-left: 4px solid var(--rose);
}

.home-intro h1,
.catalog-header h1,
.search-result-header h1,
.watch-heading h1 {
  margin: 3px 0 0;
  overflow-wrap: anywhere;
  font-size: clamp(23px, 6.4vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.home-intro p,
.catalog-header p,
.search-result-header p,
.watch-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.section-eyebrow {
  color: #ef91bb;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.content-section,
.catalog-content,
.search-results,
.related-section {
  margin-top: 22px;
}

.offset-heading,
.split-heading,
.related-heading,
.search-section-heading {
  margin-bottom: 12px;
}

.offset-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  background: var(--surface);
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border);
}

.offset-heading p,
.split-heading p,
.related-heading p,
.search-section-heading p {
  grid-column: 2;
  margin: -5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.directory-number {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-width: 48px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  background: var(--accent-gradient);
  transform: translateY(-14px);
  box-shadow: 5px 6px 0 rgba(100, 47, 121, 0.32);
}

.offset-heading h2,
.split-heading h2,
.related-heading h2,
.search-section-heading h2,
.catalog-toolbar h2 {
  margin: 0;
  font-size: clamp(19px, 5vw, 27px);
  line-height: 1.2;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 0 0 10px 13px;
  border-left: 4px solid var(--violet);
  border-bottom: 1px solid var(--border);
}

.split-heading__label span {
  color: #a991e7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.split-heading p {
  grid-column: auto;
  margin: 0;
}

.featured-section {
  padding: 14px;
  background: linear-gradient(145deg, rgba(42, 26, 52, 0.9), rgba(19, 12, 23, 0.9));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.latest-section .offset-heading {
  background: linear-gradient(90deg, #28182f, #151019);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.video-card {
  min-width: 0;
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.video-card:hover {
  z-index: 1;
  border-color: var(--border-strong);
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.video-card > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.video-cover {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex: 0 0 auto;
  background: #26182d;
  border-radius: 4px 4px 0 0;
}

.video-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(20, 6, 20, 0.62) 100%);
}

.video-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.video-card:hover .video-cover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.025);
}

.play-mark {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  background: rgba(42, 18, 45, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
  opacity: 0.88;
  transform: translate(-50%, -50%);
}

.play-mark::after {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  transform: translate(-50%, -50%);
}

.card-flag {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 7px;
  max-width: calc(100% - 14px);
  padding: 3px 6px;
  overflow: hidden;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  background: rgba(143, 38, 91, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  white-space: nowrap;
}

.video-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  align-items: start;
  min-height: 58px;
  height: 100%;
  padding: 9px 10px 10px;
}

.video-info h3 {
  display: -webkit-box;
  grid-column: 1;
  min-width: 0;
  height: 2.8em;
  margin: 0;
  overflow: hidden;
  color: #f9f2fa;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-tail {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
  color: #9e8aa5;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.video-index {
  grid-column: 2;
  grid-row: 1;
  color: #d54a82;
  font-size: 15px;
  font-weight: 900;
}

.status-dot {
  grid-column: 2;
  grid-row: 1;
  width: 7px;
  height: 7px;
  margin-top: 5px;
  background: #e65c96;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(230, 92, 150, 0.14);
}

.video-card--featured {
  background: #f1eaf3;
  border-color: rgba(255, 255, 255, 0.4);
}

.video-card--featured .video-info h3 {
  color: var(--text-dark);
}

.video-card--featured .card-tail {
  color: #72566f;
}

.video-card--latest .video-info {
  border-top: 2px solid transparent;
  border-image: var(--accent-gradient) 1;
}

.catalog-header {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, #efe7f1 0%, #d8c8de 100%);
  color: var(--text-dark);
  border-radius: var(--radius-sm);
}

.catalog-header .section-eyebrow,
.catalog-header p {
  color: #68445d;
}

.catalog-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.catalog-stats div {
  min-width: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.56);
  border-left: 3px solid var(--rose-deep);
}

.catalog-stats dt {
  color: var(--muted-dark);
  font-size: 11px;
}

.catalog-stats dd {
  margin: 2px 0 0;
  overflow: hidden;
  color: #431b37;
  font-size: 20px;
  font-weight: 900;
  text-overflow: ellipsis;
}

.catalog-toolbar {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding: 11px 12px;
  background: var(--surface-2);
  border: 1px solid var(--border);
}

.catalog-toolbar > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
}

.toolbar-index {
  padding: 4px 7px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: var(--rose-deep);
}

.sort-region {
  min-width: 0;
}

.sort-region a,
.sort-region button {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 2px 4px 2px 0;
  padding: 6px 10px;
  color: #dfd2e3;
  background: #34213d;
  border: 1px solid var(--border);
  border-radius: 3px;
  cursor: pointer;
}

.sort-region a:hover,
.sort-region a.active,
.sort-region button:hover,
.sort-region button.active {
  color: #fff;
  background: var(--rose-deep);
  border-color: #e5699e;
}

.search-result-header {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: stretch;
  padding: 13px;
  overflow: hidden;
  background: var(--surface-2);
  border: 1px solid var(--border);
}

.search-result-header__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  background: var(--accent-gradient);
  writing-mode: vertical-rl;
}

.search-result-header__content {
  min-width: 0;
}

.search-result-header strong {
  color: #ff85b5;
  font-size: 17px;
}

.search-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--border-strong);
}

.search-section-heading p {
  grid-column: auto;
  margin: 0;
}

.empty-guidance {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  justify-content: space-between;
  margin-top: 12px;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 12px;
  background: rgba(37, 23, 43, 0.75);
  border-left: 3px solid var(--violet);
}

.empty-guidance a {
  color: #f28db8;
  font-weight: 700;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin-top: 18px;
  padding: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.page-link {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  min-height: 36px;
  padding: 5px 9px;
  color: #e8dce9;
  background: #2b1d32;
  border: 1px solid var(--border);
  border-radius: 3px;
}

.page-link:hover,
.page-link.current,
.page-link.active,
.page-link.on {
  color: #fff;
  background: var(--accent-gradient);
  border-color: #e46a9f;
}

.watch-heading {
  padding: 13px 14px;
  background: linear-gradient(90deg, #25152c 0%, #151017 70%);
  border-left: 4px solid var(--rose);
}

.watch-heading__status {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #e1bbd1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: #ef548f;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(239, 84, 143, 0.12);
}

.player-section {
  width: 100%;
}

.player-frame {
  position: relative;
  width: 100%;
  max-width: 960px;
  max-height: 540px;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(230, 75, 136, 0.52);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.48);
  overscroll-behavior: auto;
}

.player-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

.player-frame.is-ready {
  border-color: rgba(154, 102, 231, 0.7);
}

.video-actions-region {
  width: 100%;
  max-width: 960px;
  margin: 8px auto 0;
  padding: 9px 10px;
  background: var(--surface-2);
  border: 1px solid var(--border);
}

.video-actions-region button,
.video-actions-region a {
  margin: 3px;
}

.related-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  padding: 10px 12px;
  background: linear-gradient(100deg, #2b1933, #18101c);
  border-right: 4px solid var(--violet);
}

.related-heading p {
  grid-column: auto;
  margin: 0;
}

.site-footer {
  margin-top: 4px;
  background: linear-gradient(180deg, #17101b, #0a070b);
  border-top: 1px solid var(--border-strong);
}

.footer-frame {
  padding-block: 20px;
}

.friend-links {
  display: grid;
  gap: 11px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--border);
}

.footer-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  align-items: baseline;
}

.footer-heading h2 {
  margin: 0;
  font-size: 17px;
}

.footer-heading span {
  color: var(--muted);
  font-size: 11px;
}

.friend-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.friend-links__list a {
  max-width: 190px;
  padding: 5px 9px;
  overflow: hidden;
  color: #cfbfd3;
  font-size: 12px;
  text-overflow: ellipsis;
  background: #25182b;
  border: 1px solid var(--border);
  border-radius: 2px;
  white-space: nowrap;
}

.friend-links__list a:hover {
  color: #fff;
  border-color: var(--border-strong);
}

.footer-bottom {
  display: grid;
  gap: 5px;
  padding-top: 16px;
  color: #8f8193;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-brand {
  width: fit-content;
  color: #f2e7f4;
  font-size: 18px;
  font-weight: 900;
}

.error-page {
  display: grid;
  min-height: 100vh;
  padding: 20px;
  place-items: center;
  background: #050306;
}

.error-panel {
  width: min(100%, 620px);
  padding: 30px 22px;
  text-align: center;
  background: linear-gradient(145deg, #2a1832, #130d17);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.error-code {
  color: transparent;
  font-size: clamp(72px, 25vw, 150px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.08em;
  background: var(--accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.error-label {
  display: block;
  margin-top: 15px;
  color: #d69cb9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.error-panel h1 {
  margin: 6px 0;
  font-size: 29px;
}

.error-panel p {
  margin: 0 auto 18px;
  color: var(--muted);
}

.error-panel a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 18px;
  color: #fff;
  font-weight: 800;
  background: var(--accent-gradient);
  border-radius: 3px;
}

@media (min-width: 520px) {
  .header-frame,
  .page-shell,
  .footer-frame,
  .category-nav {
    width: min(100% - 32px, var(--container));
  }

  .category-nav__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .video-grid {
    gap: 13px;
  }

  .video-info h3 {
    font-size: 14px;
  }

  .home-intro {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.45fr);
  }
}

@media (min-width: 641px) {
  .sponsor-banner,
  .sponsor-banner.container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-frame {
    grid-template-columns: minmax(210px, 0.68fr) minmax(340px, 1.32fr);
    align-items: center;
  }

  .category-nav__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-heading,
  .related-heading,
  .search-section-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .split-heading p,
  .related-heading p,
  .search-section-heading p {
    grid-column: 2;
    text-align: right;
  }

  .catalog-header {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
    align-items: center;
  }

  .catalog-toolbar {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .sort-region {
    text-align: right;
  }

  .watch-heading {
    padding-inline: 20px;
  }
}

@media (min-width: 900px) {
  .page-shell {
    padding-block: 22px 30px;
  }

  .header-frame {
    grid-template-columns: minmax(260px, 0.72fr) minmax(460px, 1.28fr);
    gap: 32px;
    padding-block: 20px;
  }

  .category-nav__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }

  .offset-heading {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .offset-heading p {
    grid-column: 3;
    margin: 0;
  }

  .home-intro,
  .catalog-header,
  .search-result-header,
  .watch-heading {
    margin-bottom: 22px;
  }

  .content-section,
  .catalog-content,
  .search-results,
  .related-section {
    margin-top: 26px;
  }
}

@media (min-width: 1280px) {
  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .category-nav__grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (hover: hover) {
  .search-row button:hover {
    filter: brightness(1.09);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
