:root {
  --bg-color: #000000;
  --header-bg: rgba(14, 14, 14, 0.94);
  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --accent-color: #ff9900;
  --accent-hover: #ffad33;
  --border-color: #282828;
  --surface-color: #111111;
  --surface-raised: #171717;
  --font-sans: Manrope, "Helvetica Neue", Arial, sans-serif;
  --font-heading: var(--font-sans);
  --font-label: var(--font-sans);
  --display-heading-font: var(--font-sans);
  --display-heading-size: 64px;
  --display-heading-weight: 800;
  --display-heading-line-height: 0.95;
  --display-heading-letter-spacing: -0.035em;
  --display-heading-color: #ffffff;
  --display-heading-transform: uppercase;
  --brand-divider-gap: 166px;
  --brand-divider-baseline-height: 1000px;
  --brand-divider-upper-offset: 367px;
  --brand-divider-lower-offset: 94px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #090909 0%, #000 42%, #050505 100%);
  color: var(--text-primary);
  font-family: var(--font-sans);
  line-height: 1.5;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.top-strip {
  height: 0;
  background: transparent;
  width: 100%;
  flex: 0 0 auto;
}

header {
  width: min(1370px, calc(100% - 1px));
  min-height: 68px;
  margin: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  backdrop-filter: none;
  box-shadow: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

header.is-scrolled {
  background: #020202;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.brand-icon {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain;
  flex: 0 0 auto;
  transition: opacity 0.2s ease;
}

.brand-icon-light {
  opacity: 1;
}

.brand-icon-dark {
  position: absolute;
  inset: 0;
  opacity: 0;
}

header.is-scrolled .brand-icon-light {
  opacity: 0;
}

header.is-scrolled .brand-icon-dark {
  opacity: 1;
}

.brand-wordmark {
  display: inline-block;
  font-family: Manrope, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 0.8px #000000;
  paint-order: stroke fill;
  text-shadow:
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
}

.brand-logo-dark .brand-wordmark {
  color: #ffffff;
}

.brand-logo-light .brand-wordmark {
  color: #17151c;
}

.brand-logo-wordmark-only .brand-icon,
.brand-logo-icon-only .brand-wordmark {
  display: none;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  padding: 9px 0;
  transition: color 0.2s, background-color 0.2s;
}

nav a:hover {
  color: #000000;
  background-color: transparent;
}

.videos-more a,
.join-block-button {
  background-color: var(--accent-color);
  color: #000;
  border-radius: 999px;
  transition: background-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.videos-more a:hover,
.join-block-button:hover {
  background-color: var(--accent-hover);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(255, 153, 0, 0.28);
}

.hero,
.hero-video {
  position: relative;
  min-height: 520px;
  background: #000000;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  border-bottom: 1px solid var(--border-color);
}

.hero-video {
  min-height: clamp(620px, 54.3vw, 760px);
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  padding: 72px clamp(24px, 6vw, 80px);
  isolation: isolate;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'><defs><linearGradient id='g' x1='0' x2='1' y1='0' y2='1'><stop offset='0%' stop-color='%23111111'/><stop offset='55%' stop-color='%23282621'/><stop offset='100%' stop-color='%23060606'/></linearGradient></defs><rect width='1600' height='900' fill='url(%23g)'/><rect x='820' y='120' width='520' height='640' rx='24' fill='%23ffffff' fill-opacity='0.07'/><rect x='900' y='210' width='280' height='18' fill='%23ff9900' fill-opacity='0.78'/><rect x='900' y='260' width='360' height='34' fill='%23ffffff' fill-opacity='0.9'/><rect x='900' y='320' width='260' height='14' fill='%23ffffff' fill-opacity='0.36'/><circle cx='1180' cy='520' r='92' fill='%23ff9900' fill-opacity='0.16'/><polygon points='1154,472 1154,568 1236,520' fill='%23ffffff' fill-opacity='0.82'/></svg>");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.video-backdrop video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: #000;
}

.video-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 6, 10, 0.45) 0%,
      rgba(7, 6, 10, 0.15) 50%,
      rgba(7, 6, 10, 0) 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 60%,
      rgba(0, 0, 0, 0.35) 75%,
      rgba(0, 0, 0, 0.8) 90%,
      #000000 100%
    );
  pointer-events: none;
}

.hero-video-copy {
  max-width: 720px;
  margin: 0 0 clamp(64px, 10vh, 118px);
}

.kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent-color);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1,
.hero-video h1 {
  max-width: 920px;
  font-family: var(--font-heading);
  font-size: clamp(32px, 5.4vw, 58px);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero p,
.hero-video p {
  max-width: 760px;
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--text-secondary);
  margin-bottom: 32px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  header {
    width: calc(100% - 80px);
    min-height: 88px;
    top: 20px;
    padding: 0;
    align-items: center;
    gap: 40px;
  }

  .brand-logo {
    gap: 0;
    align-items: center;
  }

  .brand-icon {
    width: 88px;
    height: 88px;
  }

  nav {
    gap: 32px;
    padding-right: 80px;
  }

  nav a {
    color: #ffffff;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
  }

  nav a:hover {
    color: #ffffff;
    background-color: transparent;
  }

  .hero-video {
    min-height: 100vh;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 max(24px, calc((100vw - 1370px) / 2 + 24px)) 17vh;
    text-align: left;
    border-bottom: 0;
  }

  main {
    background: #000000;
  }

  .hero-video-copy {
    max-width: 760px;
    margin: 0;
  }

  .hero-video h1 {
    max-width: 680px;
    margin: 0;
    color: var(--display-heading-color);
    font-family: var(--display-heading-font);
    font-size: var(--display-heading-size);
    font-weight: var(--display-heading-weight);
    line-height: var(--display-heading-line-height);
    letter-spacing: var(--display-heading-letter-spacing);
    text-transform: var(--display-heading-transform);
    text-shadow: none;
    -webkit-text-stroke: 0;
  }

  .hero-video p {
    max-width: none;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    white-space: nowrap;
  }
}

.benefit-bar {
  background-color: var(--surface-color);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 44px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--accent-color);
}

.benefit-bar span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.benefit-bar span::before {
  content: "+";
  color: #fff;
  font-weight: 900;
}

main {
  max-width: 1400px;
  margin: 0 auto 56px;
  padding: 0 24px;
}

.videos-section {
  margin-top: 0;
  padding: 0;
}

.works-scroll-section {
  position: relative;
  height: 260vh;
  margin: 0;
  background: #000;
}

.works-sticky {
  --works-video-height: clamp(340px, 29vw, 420px);
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 150px 0 92px;
}

.works-heading {
  width: min(1370px, calc(100% - 48px));
  margin: 0 auto 28px;
  padding: 0;
}

.works-heading h2 {
  color: var(--display-heading-color);
  font-family: var(--display-heading-font);
  font-size: var(--display-heading-size);
  font-weight: var(--display-heading-weight);
  line-height: var(--display-heading-line-height);
  letter-spacing: var(--display-heading-letter-spacing);
  text-transform: var(--display-heading-transform);
}

.works-viewport {
  position: relative;
  width: min(1370px, calc(100% - 48px));
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.works-viewport::-webkit-scrollbar {
  display: none;
}

.works-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: clamp(40px, 4vw, 56px);
  width: max-content;
  padding: 0 max(28px, 6vw) 4px 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.works-card {
  position: relative;
  width: calc(var(--works-video-height) * 16 / 9);
  flex: 0 0 auto;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.works-card.is-vertical {
  width: calc(var(--works-video-height) * 9 / 16);
}

.works-card video {
  display: block;
  width: 100%;
  height: var(--works-video-height);
  object-fit: contain;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.works-play-icon {
  position: absolute;
  top: calc(var(--works-video-height) / 2);
  left: 50%;
  width: clamp(54px, 4.6vw, 64px);
  height: clamp(54px, 4.6vw, 64px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background-color 0.16s ease, transform 0.16s ease;
}

.works-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
}

.works-card:hover .works-play-icon,
.works-card:focus-visible .works-play-icon {
  background: rgba(0, 0, 0, 0.66);
  transform: translate(-50%, -50%) scale(1.06);
}

.works-card > span:not(.works-play-icon) {
  display: block;
  min-height: 26px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.orbit-divider {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--brand-divider-gap) - var(--brand-divider-upper-offset) + (var(--brand-divider-baseline-height) - 100vh));
  padding: 48px 24px calc(var(--brand-divider-gap) - var(--brand-divider-lower-offset));
  background: #000000;
  pointer-events: none;
}

.orbit-divider img {
  display: block;
  width: 116px;
  height: auto;
}

body.video-modal-open {
  overflow: hidden;
}

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

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 36px);
  background: rgba(0, 0, 0, 0.9);
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.video-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  max-height: calc(100vh - clamp(36px, 6vw, 72px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
}

.video-modal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.video-modal-bar h2 {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.video-modal-close {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.video-modal-close:hover,
.video-modal-close:focus-visible {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

.video-modal-player {
  display: block;
  width: min(100%, calc((100vh - 120px) * 16 / 9));
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
  background: #000000;
  object-fit: contain;
}

.video-modal.is-vertical .video-modal-player {
  width: min(100%, calc((100vh - 120px) * 9 / 16));
  aspect-ratio: 9 / 16;
}

.about-section {
  max-width: 1370px;
  margin: 0 auto;
  padding: 72px 24px 132px;
  background: #000000;
}

.about-section h2 {
  margin-bottom: 26px;
  color: var(--display-heading-color);
  font-family: var(--display-heading-font);
  font-size: var(--display-heading-size);
  font-weight: var(--display-heading-weight);
  line-height: var(--display-heading-line-height);
  letter-spacing: var(--display-heading-letter-spacing);
  text-transform: var(--display-heading-transform);
}

.about-section p {
  max-width: 760px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

.about-skills {
  margin-top: 30px;
  color: #7c4dff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.tools-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 90px 0 150px;
  background: #000000;
  overflow: hidden;
}

.tools-marquee-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
}

.tools-marquee-track {
  display: flex;
  width: max-content;
  animation: tools-marquee 34s linear infinite;
}

.tools-marquee:hover .tools-marquee-track {
  animation-play-state: paused;
}

.tools-marquee-group {
  display: flex;
  align-items: center;
  gap: 120px;
  padding-right: 120px;
  flex: 0 0 auto;
}

.tool-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.tool-logo-with-mark {
  gap: 12px;
}

.tool-logo:hover {
  color: rgba(255, 255, 255, 1);
}

.tool-mark {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.68;
  transition: opacity 0.18s ease;
}

.tool-logo:hover .tool-mark {
  opacity: 1;
}

@keyframes tools-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.black-to-white-arc {
  position: relative;
  width: 100vw;
  height: 120px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #000000;
}

.black-to-white-arc::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -112px;
  width: 140vw;
  height: 220px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #ffffff;
}

.contact-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  color: #17151c;
}

.contact-inner {
  max-width: 1370px;
  margin: 0 auto;
  padding: 56px 80px 150px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  align-items: start;
  gap: clamp(100px, 9vw, 140px);
}

.contact-section h2 {
  margin-bottom: 24px;
  color: #17151c;
  font-size: clamp(72px, 6.2vw, 84px);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.contact-copy p {
  max-width: 520px;
  color: #17151c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-links {
  display: grid;
  gap: 40px;
  padding-top: 8px;
}

.contact-item {
  display: grid;
  gap: 8px;
}

.contact-item span {
  color: rgba(23, 21, 28, 0.58);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-item a {
  width: fit-content;
  color: #17151c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: #7c4dff;
  text-decoration: none;
}

.videos-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 22px;
  text-align: center;
}

.videos-heading::before,
.videos-heading::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.72);
}

.videos-heading h2 {
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.videos-section .video-grid + .video-grid {
  margin-top: 14px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  border-left: 4px solid var(--accent-color);
  padding-left: 16px;
}

.section-header h2 {
  font-size: clamp(26px, 3vw, 34px);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.section-header a {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

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

.thumb-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s;
}

.videos-more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.videos-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.join-text-block {
  max-width: 980px;
  margin: 0 auto;
  padding: 95px 0;
  text-align: center;
}

.join-symbol {
  display: block;
  width: min(520px, 72vw);
  height: 170px;
  margin: 0 auto 8px;
  object-fit: cover;
  object-position: center 56%;
}

.join-eyebrow {
  margin-bottom: 12px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.join-text-block h2 {
  max-width: 860px;
  margin: 0 auto 14px;
  color: var(--text-primary);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.join-text-block p:not(.join-eyebrow) {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #d4d4d4;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.join-block-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.new-videos-section {
  margin-top: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.pagination a,
.pagination span {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.pagination a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.pagination a.active {
  border-color: var(--accent-color);
  background: var(--accent-color);
  color: #000;
}

.pagination a:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.thumb-card:hover {
  transform: translateY(-3px);
}

.thumb-img-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid #333;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
  box-shadow: none;
}

.thumb-card:hover .thumb-img-wrapper {
  border-color: var(--accent-color);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.thumb-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s;
}

.thumb-img-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: contain;
}

.thumb-card:hover .thumb-img-wrapper img {
  transform: scale(1.025);
}

.thumb-card:hover .thumb-img-wrapper video {
  transform: none;
}

.badge-hd {
  display: none;
}

.duration-tag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
}

.thumb-info {
  padding: 8px 2px 0;
}

.thumb-title {
  font-size: 18px;
  font-family: var(--font-heading);
  font-weight: 800;
  margin-bottom: 5px;
}

.thumb-meta {
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: 500;
}

a:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  header {
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 24px);
    min-height: 0;
    margin: 0;
    padding: 14px 18px;
    border-radius: 18px;
  }

  .brand-logo {
    gap: 6px;
  }

  .brand-icon {
    width: 44px;
    height: 44px;
  }

  .brand-wordmark {
    font-size: 26px;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  nav a {
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-video {
    min-height: 560px;
    padding: 52px 24px 74px;
  }

  :root {
    --display-heading-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-video p {
    font-size: 16px;
  }

  .works-sticky {
    --works-video-height: clamp(260px, 76vw, 360px);
    min-height: 560px;
    padding: 96px 0 48px;
  }

  .works-scroll-section {
    height: 240vh;
  }

  .works-heading {
    margin-bottom: 20px;
  }

  .works-track {
    gap: 32px;
    padding-right: 44px;
  }

  .works-card span {
    font-size: 18px;
  }

  .videos-section {
    padding: 0;
  }

  .videos-heading {
    align-items: center;
    gap: 10px;
  }

  .videos-heading h2 {
    font-size: 18px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .join-text-block {
    margin: 0 auto;
    padding: 64px 0;
  }

  .join-text-block h2 {
    font-size: 34px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .benefit-bar {
    justify-content: flex-start;
    gap: 12px 20px;
  }

  .section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .contact-inner {
    padding: 64px 24px 112px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-section h2 {
    margin-bottom: 20px;
    font-size: 52px;
  }

  .contact-copy p {
    font-size: 18px;
  }

  .contact-links {
    gap: 36px;
    padding-top: 0;
  }

  .contact-item a {
    font-size: 18px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 900px) {
  header {
    width: calc(100% - 24px);
    min-height: 68px;
    top: 10px;
    padding: 8px 14px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-radius: 18px;
  }

  .brand-logo {
    flex: 0 0 auto;
    gap: 0;
  }

  .brand-icon {
    width: 44px;
    height: 44px;
  }

  nav {
    width: auto;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: clamp(11px, 3vw, 14px);
    padding-right: 0;
  }

  nav a {
    flex: 0 0 auto;
    padding: 0;
    font-size: clamp(14px, 3.65vw, 15px);
    line-height: 1;
    white-space: nowrap;
  }

  #work {
    scroll-margin-top: 88px;
  }

  .works-scroll-section {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .works-sticky {
    --works-video-height: auto;
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 96px 0 100px;
  }

  .works-heading,
  .works-viewport {
    width: min(720px, 100%);
  }

  .works-heading {
    margin-bottom: 28px;
  }

  .works-viewport {
    overflow: visible;
  }

  .works-track {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 56px;
    padding: 0;
    will-change: auto;
  }

  .works-card {
    width: 100%;
    max-width: 720px;
  }

  .works-card.is-vertical {
    width: min(74vw, 400px);
    max-width: 400px;
  }

  .works-card video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .works-card.is-vertical video {
    aspect-ratio: 9 / 16;
  }

  .works-play-icon {
    top: calc(min(720px, 100vw - 48px) * 9 / 32);
  }

  .works-card.is-vertical .works-play-icon {
    top: calc(min(74vw, 400px) * 8 / 9);
  }

  .works-card > span:not(.works-play-icon) {
    margin-top: 14px;
  }

  .orbit-divider {
    margin-top: 0;
  }
}
