:root {
  --page-bg: #000;
  --text: #fff;
  --shadow: 10px 10px 4px 0 #fff;
  --radius: 50px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page-bg);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--text);
  font-family: Gilroy, Montserrat, "Arial Black", Arial, sans-serif;
}

img,
video {
  display: block;
}

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

figure,
h1,
h2,
p {
  margin: 0;
}

a:focus-visible,
.slider:focus-visible {
  outline: 6px solid rgba(255, 255, 255, 0.9);
  outline-offset: 8px;
}

.portfolio-shell {
  position: relative;
  width: 100%;
  height: 7150px;
  overflow: hidden;
  background: #000;
}

.portfolio {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 7150px;
  overflow: hidden;
  transform: translateX(-50%);
  transform-origin: top center;
  background: #000;
}

.hero-media {
  position: absolute;
  top: 16px;
  left: 61px;
  width: 1054px;
  height: 914px;
  overflow: hidden;
}

.hero-media img {
  position: absolute;
  top: -4.63%;
  left: -41.27%;
  width: 182.16%;
  height: 118.22%;
  max-width: none;
  object-fit: cover;
}

.brand-name,
.top-links,
.project-menu,
.wallpone-link,
h1,
.section-title {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-weight: 900;
  line-height: normal;
  white-space: nowrap;
}

.brand-name {
  top: 70px;
  left: 61px;
  font-size: 28px;
  letter-spacing: 2.8px;
}

.top-links {
  top: 70px;
  left: 900px;
  display: flex;
  width: 943px;
  justify-content: space-between;
  font-size: 28px;
  letter-spacing: 2.8px;
}

.top-links a,
.project-menu a,
.wallpone-link {
  transition: opacity 160ms ease;
}

.top-links a:hover,
.project-menu a:hover,
.wallpone-link:hover {
  opacity: 0.72;
}

h1 {
  top: 254px;
  right: 77px;
  font-family: "Barlow Semi Condensed", "Arial Narrow", Gilroy, Arial, sans-serif;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 10px;
  text-align: right;
}

.project-menu {
  top: 409px;
  left: 1558px;
  display: flex;
  width: 276px;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: right;
}

.wallpone-link {
  top: 901px;
  left: 1653px;
  font-size: 24px;
  letter-spacing: 2.4px;
}

.section-title {
  font-size: 28px;
  letter-spacing: 2.8px;
}

.wallpone-title {
  top: 1059px;
  left: 61px;
  font-size: 32px;
  letter-spacing: 3.2px;
}

.wallpone-shot {
  position: absolute;
  top: 1098px;
  left: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.wallpone-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-title {
  top: 2234px;
  left: 61px;
  font-size: 32px;
  letter-spacing: 3.2px;
}

.flow-title {
  top: 3178px;
  left: 61px;
}

.botox-title {
  top: 3178px;
  left: 1012px;
}

.valorant-title {
  top: 4131px;
  left: 32px;
}

.mouse-title {
  top: 4652px;
  left: 32px;
}

.mobile-title {
  top: 5303px;
  left: 32px;
  font-size: 32px;
  letter-spacing: 3.2px;
}

.slider {
  position: absolute;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
  cursor: grab;
  user-select: none;
}

.slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.slider::-webkit-scrollbar {
  height: 12px;
}

.slider::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.slider-track {
  position: relative;
  height: 100%;
}

.cat-slider {
  top: 2297px;
  left: 61px;
  width: 1859px;
  height: 844px;
}

.cat-track {
  width: 2685px;
}

.valorant-slider {
  top: 4202px;
  left: 32px;
  width: 1888px;
  height: 399px;
}

.valorant-track {
  width: 2175px;
}

.mouse-slider {
  top: 4710px;
  left: 32px;
  width: 1859px;
  height: 542px;
}

.mouse-track {
  width: 2434px;
}

.mobile-slider {
  top: 5366px;
  left: 32px;
  width: 1888px;
  height: 779px;
}

.mobile-track {
  width: 2854px;
}

.card,
.mobile-card {
  position: absolute;
  overflow: hidden;
  scroll-snap-align: start;
  background: #000;
}

.card {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card img,
.card video,
.mobile-card img {
  width: 100%;
  height: 100%;
  object-position: center;
  pointer-events: none;
}

.card img,
.mobile-card img {
  object-fit: cover;
}

.video-card video {
  object-fit: contain;
  background: #000;
}

.cat-video {
  top: 215px;
  left: 0;
  width: 474px;
  height: 414px;
}

.cat-card {
  width: 709px;
  height: 399px;
}

.cat-visual {
  top: 0;
  left: 502px;
}

.cat-one {
  top: 445px;
  left: 502px;
}

.cat-five {
  top: 0;
  left: 1239px;
}

.cat-seven {
  top: 445px;
  left: 1239px;
}

.cat-nine {
  top: 0;
  left: 1976px;
}

.cat-eleven {
  top: 445px;
  left: 1976px;
}

.flow-video,
.botox-video {
  top: 3236px;
  width: 474px;
  height: 844px;
}

.flow-video {
  left: 61px;
}

.botox-video {
  left: 1012px;
}

.small-card {
  width: 224px;
}

.flow-still-a,
.botox-still-a {
  top: 3236px;
  height: 416px;
}

.flow-still-b,
.botox-still-b {
  top: 3691px;
  height: 389px;
}

.flow-still-a,
.flow-still-b {
  left: 615px;
}

.botox-still-a,
.botox-still-b {
  left: 1566px;
}

.poster-card {
  top: 0;
  width: 709px;
  height: 399px;
}

.valorant-a {
  left: 0;
}

.valorant-b {
  left: 733px;
}

.valorant-c {
  left: 1466px;
}

.mouse-video {
  top: 0;
  left: 0;
  width: 960px;
  height: 540px;
}

.mouse-wide {
  top: 0;
  left: 984px;
  width: 964px;
  height: 542px;
}

.mouse-small {
  left: 1972px;
  width: 462px;
  height: 260px;
}

.mouse-top {
  top: 0;
}

.mouse-bottom {
  top: 282px;
}

.mobile-card {
  background: transparent;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.mobile-c {
  border-radius: 0;
  box-shadow: none;
}

.mobile-a {
  top: 0;
  left: 0;
  width: 685.833px;
  height: 763.316px;
}

.mobile-b {
  top: 0;
  left: 740.833px;
  width: 685.833px;
  height: 177.111px;
}

.mobile-c {
  top: 377px;
  left: 740.833px;
  width: 685.833px;
  height: 385.781px;
}

.mobile-d {
  top: 0;
  left: 1481.667px;
  width: 685.833px;
  height: 393.051px;
}

.mobile-e {
  top: 393px;
  left: 1482px;
  width: 685.833px;
  height: 385.781px;
}

.mobile-f {
  top: 0;
  left: 2168px;
  width: 685.833px;
  height: 385.781px;
}

.mobile-g {
  top: 465px;
  left: 2168px;
  width: 685.833px;
  height: 314.389px;
}

.closing {
  position: absolute;
  top: 6223px;
  left: 32px;
  width: 1889px;
  height: 839px;
  overflow: hidden;
}

.closing-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 1982px;
  height: 839px;
  object-fit: cover;
}

.closing-foreground {
  position: absolute;
  top: 296px;
  left: 228px;
  width: 504px;
  height: 543px;
  object-fit: cover;
  object-position: top center;
}

.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483647;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 120ms ease;
}

.cursor-ring.is-clicking {
  animation: cursor-click 1s ease;
}

@keyframes cursor-click {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  28% {
    transform: translate(-50%, -50%) scale(2);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  body,
  body * {
    cursor: none;
  }

  .cursor-ring.is-visible {
    opacity: 1;
  }
}
