*,
:after,
:before {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus:not(.focus-visible),
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[data-original-title],

address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}

sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
.custom-cursor--enabled a {
  cursor: none;
}
a[data-title] {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
.splitting .word:last-child {
  margin-right: 0;
}
.splitting br {
  display: none;
}
.splitted-title__line {
  display: flex;
  overflow: hidden;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  padding-left: 0.15em;
  padding-right: 0.15em;
  margin-left: -0.15em;
  margin-right: -0.15em;
}
.splitted-title__line .word + .word {
  padding-left: 0.2em;
}
.splitted-title__line .word + .word:before {
  left: 0.2em;
}
.is-win .italic-outline {
  top: 0.04em;
}
.italic-outline [data-char="A"] {
  padding-left: 0.12em;
}
@media (prefers-reduced-motion: reduce) {
  .link-typed .entry-title__arrow {
    transition: none;
  }
}
.is-win .link-typed.is-active .link__text--italic {
  top: 0;
}
.entry-title {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .entry-title {
    letter-spacing: -0.015em;
  }
}
.entry-title [data-word="web"] ~ [data-word="graphic"] {
  position: relative;
  margin-left: 0.15em;
}
@media (min-width: 1024px) {
  .entry-title [data-word="web"] ~ [data-word="graphic"] {
    margin-left: 0.3em;
  }
}
.entry-title [data-word="web"] ~ [data-word="graphic"]:before {
  color: #151515;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  content: "/";
  position: absolute;
  left: -0.25em;
  top: 50%;
  transform: translateY(-50%);
}
.entry-title:not(.splitting) .entry-title__line {
  opacity: 0;
}
[data-webgl-hover] [data-word="graphic"],
[data-webgl-hover] [data-word="web"] {
  transition: color 0.35s, -webkit-text-stroke-color 0.35s,
    -webkit-text-stroke-width 0.35s;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #151515;
  color: transparent;
  color: #151515;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-text-stroke-color: transparent;
}
.custom-cursor--enabled [data-webgl-hover] [data-word="graphic"],
.custom-cursor--enabled [data-webgl-hover] [data-word="web"] {
  cursor: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-webgl-hover] [data-word="graphic"],
  [data-webgl-hover] [data-word="web"] {
    transition: none;
  }
}
[data-webgl-hover] [data-word="graphic"]:hover,
[data-webgl-hover] [data-word="web"]:hover {
  color: transparent;
  -webkit-text-stroke-color: #151515;
}
[data-webgl-hover] [data-word="graphic"]:hover:after,
[data-webgl-hover] [data-word="web"]:hover:after {
  opacity: 0;
}
[data-webgl-hover] [data-word="graphic"]:after,
[data-webgl-hover] [data-word="web"]:after {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.075em;
  background-color: #151515;
}
@media (prefers-reduced-motion: reduce) {
  [data-webgl-hover] [data-word="graphic"]:after,
  [data-webgl-hover] [data-word="web"]:after {
    transition: none;
  }
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  transition: border-color 0.35s;
  text-align: center;
  border: solid;
  border-width: 0 0 1px;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  input[type="email"],
  input[type="tel"],
  input[type="text"],
  textarea {
    transition: none;
  }
}

.embed-responsive .embed-responsive__video {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  bottom: auto;
  right: auto;
  width: auto;
  height: 100%;
}
.embed-responsive .embed-responsive__video.is-visible {
  opacity: 1;
}
.embed-responsive--default:before {
  padding-top: 125%;
}
.embed-responsive--inline-video .embed-responsive__video-thumbnail {
  opacity: 0;
}
.embed-responsive--inline-video .embed-responsive__video {
  opacity: 1;
}
.embed-responsive__item,
.embed-responsive__video-thumbnail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.embed-responsive__item img,
.embed-responsive__video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
}
.embed-responsive__item[data-scroll],
.embed-responsive__video-thumbnail[data-scroll] {
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}
.embed-responsive__video-thumbnail {
  z-index: 3;
  top: -5%;
  bottom: -5%;
}
.page-darkener,
.page-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  transform: translate3d(0, 120%, 0);
  background: #0b0b0b;
  z-index: 5150;
}
.page-darkener {
  pointer-events: none;
  opacity: 0;
  background-color: #151515;
  z-index: 4120;
}
.page-noize {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
  width: 100vw !important;
  height: 100vh !important;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.list {
  padding-left: 0;
  list-style: none;
}
.rewards-block {
  background-color: #ff0000;
  color: #fff;
  padding: 0.8rem 2rem 5rem;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .rewards-block {
    padding: 4.8rem 5.5rem 7rem;
  }
}
.rewards-block__row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: auto;
  grid-gap: 0 30px;
  line-height: 1.1;
  padding: 28px 0 27px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid;
}
@media (min-width: 1024px) {
  .rewards-block__row {
    align-items: baseline;
  }
}
@media (min-width: 1440px) {
  .rewards-block__row {
    grid-template-columns: 1.1fr 0.9fr;
    padding: 3.5rem 0;
  }
}
.is-win .crawling-line:nth-child(2n) {
  top: 0.04em;
}
.crawling-line:nth-child(2n) [data-char="A"] {
  padding-left: 0.12em;
}
.crawling-line .word {
  display: flex;
  align-items: center;
  padding-right: 0.1em;
}
.site-section--light .crawling-line {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  color: transparent;
}
.crawling-line__text {
  display: flex;
}
.info-box {
  line-height: 1;
}
.scroll-indicator {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .scroll-indicator {
    display: flex;
    position: fixed;
    z-index: 1030;
    opacity: 0.3;
    pointer-events: none;
    overflow: hidden;
    left: 80px;
    bottom: 80px;
  }
}
.is-not-top .scroll-indicator {
  opacity: 0;
}
.scroll-indicator__text {
  display: block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.scroll-indicator__text + .scroll-indicator__text {
  position: absolute;
}
.circle-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.circle-close--fixed {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 3090;
}
@media (prefers-reduced-motion: reduce) {
  .circle-close--fixed {
    transition: none;
  }
}
.custom-cursor--enabled .circle-close {
  opacity: 1;
}
.circle-close__circle {
  width: 42px;
  height: 42px;
}
.circle-close__circle circle {
  transition: stroke 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95) 0.5s;
  stroke: #a4a4a4;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .circle-close__circle circle {
    transition: none;
  }
}
@media (min-width: 768px) {
  .circle-close__circle circle {
    opacity: 1;
  }
}
.touchevents [data-page-cursor] {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  [data-page-cursor] circle {
    opacity: 1;
  }
}
[data-page-cursor].is-stopped {
  opacity: 0 !important;
  visibility: hidden !important;
}
.text-block {
  padding: 12.5vmin 0;
}
@media (min-width: 1440px) {
  .text-block {
    padding: 10vmin 0;
  }
}
.text-block .animated-border {
  bottom: 100%;
}
@media (min-width: 768px) {
  .text-block .animated-border {
    left: 25%;
    right: 37.5%;
  }
}
@media (min-width: 768px) {
  .text-block--border-wide .animated-border {
    right: 0;
  }
}
@media (min-width: 768px) {
  .text-block--has-arrow .animated-border {
    right: 0;
    left: 62.5%;
  }
}
@media (min-width: 1024px) {
  .text-block--has-arrow .text-block__holder {
    padding-bottom: 3rem;
  }
}
.text-block + .text-block {
  padding-top: 0;
}
.text-block__label {
  margin-bottom: 3rem;
}
.custom-cursor--enabled body {
  cursor: none;
}
@media (min-width: 1024px) {
  body {
    letter-spacing: -0.015em;
  }
}
.has-scroll-smooth body,
.menu--opened body {
  overflow: hidden;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: padding 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 375px) {
  .container {
    max-width: 1060px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .container {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.container--small {
  max-width: 890px;
}
.container--wide {
  max-width: 1260px;
}
.container--fluid {
  max-width: 100%;
}
.wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.main-content {
  position: relative;
  z-index: 3;
  background-color: #000000;
}
.has-noize .main-content {
  background-color: transparent;
}
.main-content .page-noize {
  top: auto;
  position: absolute;
}
.touchevents .video-block.video-is-playing .button--play {
  opacity: 0;
  visibility: hidden;
}
.page-holder {
  flex-grow: 1;
  width: 100%;
}
.page-scroller {
  padding-top: 7.7rem;
}
@media (min-width: 1024px) {
  .page-scroller {
    padding-top: 13.3rem;
  }
}
html.touchevents [data-scroll],
html.touchevents [data-scroll] * {
  opacity: 1 !important;
  transform: none !important;
}



.showcase .showcase-item__title {
  opacity: 1 !important;
  
}



[data-barba="wrapper"] {
  width: 100%;
}
[data-barba="container"] + [data-barba="container"] {
  position: absolute;
  width: 100%;
  visibility: hidden;
  z-index: -10000;
  bottom: 200vh;
}
.site-offset-holder {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.site-offset {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .site-offset--left {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .site-offset--right {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.main-content__holder {
  position: relative;
  z-index: 3;
}
#scene {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.hero-section {
  padding: 12.5vw 0 0;
}
@media (min-width: 768px) {
  .hero-section {
    padding: 6rem 0;
  }
}
@media (min-width: 1440px) {
  .hero-section {
    margin-bottom: 8.5rem;
  }
}
.hero-section .embed-responsive:before {
  padding-top: 87.5%;
}
@media (min-width: 768px) {
  .hero-section .embed-responsive:before {
    padding-top: 46.875%;
  }
}
.hero-section--image {
  padding: 0;
}
.no-touchevents .hero-section--image .embed-responsive {
  min-height: 100vh;
}
.touchevents .hero-section--image .embed-responsive__item {
  background-position: 70% 50%;
}
.hero-section--image .hero-section__container {
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-section--small .hero-section__holder {
    padding-left: calc(25% + 15px);
  }
}
@media (min-width: 1024px) {
  .hero-section--small .hero-section__holder {
    padding-left: calc(25% + 45px);
  }
}
.hero-section--small .embed-responsive__video {
  height: 100%;
}
@media (min-width: 1024px) {
  .hero-section--small .embed-responsive__video {
    height: auto;
    width: 100%;
  }
}
.hero-section__play-button {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  .hero-section__play-button {
    right: 12.5%;
    top: -20.5%;
    transform: none;
  }
}
.hero-section__holder {
  position: relative;
}
.hero-section__container {
  padding: 0;
}
.intro-section {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .intro-section {
    min-height: calc(100vh - 7.3rem);
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .intro-section {
    min-height: calc(100vh - 13.3rem);
    padding-top: 0;
  }
}
.intro-section .site-section__holder {
  position: relative;
}
.intro-section + .showcase-section {
  margin-top: -2.5rem;
}
@media (min-width: 1024px) {
  .intro-section + .showcase-section {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .showcase-section--large-gap {
    margin-bottom: 16.4rem;
  }
}
.showcase-section .site-offset-holder {
  padding-top: 33px;
}
@media (min-width: 768px) {
  .showcase-section .site-offset-holder {
    padding-top: 0;
  }
}
.showcase {
  padding: 3.5rem 0;
  display: grid;
  grid-template-columns: 1fr ;
  grid-template-rows: auto;
  align-items: start;
  grid-gap: 5rem 30px;
}
@media (min-width: 768px) {
  .showcase {
    padding: 10vw 0;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .showcase {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .showcase {
    grid-template-columns: 0.6fr 1.2fr 1.2fr;
    grid-gap: 0 30px;
  }
}

@media (min-width: 1440px) {
  .showcase {
    padding: 13rem 0;
  }
}
.showcase:first-child {
  padding-top: 0;
}
.showcase--double {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .showcase--double {
    padding-left: 25%;
  }
}
@media (min-width: 1024px) {
  .showcase--double {
    grid-template-columns: 1fr 1fr;
  }
}
/* RESET DOUBLE SHOWCASE ON MOBILE */
.showcase--double .showcase-item {
  margin: 0;
  padding: 0;
}

/* TABLET */
@media (min-width: 768px) {
  .showcase--double .showcase-item {
    margin-bottom: 6rem;
  }

  .showcase--double .showcase-item:first-child,
  .showcase--double .showcase-item:nth-child(2) {
    padding-top: 0;
  }

  .showcase--double .showcase-item:nth-child(odd) {
    margin-top: 0;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .showcase--double .showcase-item {
    margin-bottom: 9rem;
  }
}

@media (min-width: 1440px) {
  .showcase--double .showcase-item {
    margin-bottom: 12rem;
  }
}












/* ITEM */
.showcase-item {
  position: relative;
  display: block;
}

/* TITLE — ALWAYS VISIBLE */
.showcase-item__title {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
  margin-bottom: 2.8rem;
  font-size: 22px;
  font-family: 'Inter', sans-serif!important;
}

@media (min-width: 1024px) {
  .showcase-item__title {
    margin-bottom: 3.6rem;
    font-size: 35px;
    position: relative;
    top: -0.25em;
  }
}

@media (min-width: 1440px) {
  .showcase-item__title {
    font-size: 40px;
  }
}

/* DESCRIPTION */
.showcase-item__description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  padding: 2.2rem 0 2.6rem;
  letter-spacing: -0.02em;
}

@media (min-width: 1440px) {
  .showcase-item__description {
    padding: 1.3rem 0;
  }
}

.showcase-item__date {
  text-align: right;
}














@media (min-width: 768px) {
  .showcase-description {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .showcase-description__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .showcase-description__content {
    padding-right: 16.25%;
  }
}
@media (min-width: 1440px) {
  .showcase-description__content {
    padding-right: 18.125%;
  }
}
@media (min-width: 1920px) {
  .showcase-description__content {
    padding-right: 20%;
  }
}
@media (min-width: 768px) {
  .showcase-description__content p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .showcase-description__content .text-block__title {
    line-height: 1.12;
  }
}
@media (min-width: 1920px) {
  .showcase-description__content .text-block__title {
    margin-right: 0;
  }
}
.showcase-arrow {
  display: none;
}
@media (min-width: 1024px) {
  .showcase-arrow {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    transform-origin: 50% 50%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.showcase-arrow--bottom {
  align-items: flex-end;
}
.showcase-arrow--center {
  align-items: center;
}
@media (min-width: 1024px) {
  .showcase-arrow--right + .showcase-item {
    padding-top: 5vw;
  }
}
@media (min-width: 1920px) {
  .showcase-arrow--right + .showcase-item {
    padding-top: 10vw;
  }
}
@media (min-width: 1024px) {
  .showcase-arrow--down-right + .showcase-item {
    padding-top: 14rem;
  }
}
@media (min-width: 1024px) {
  .showcase-arrow--down-right
    + .showcase-item
    + .showcase-item
    + .showcase-item {
    margin-top: -14rem;
  }
}
@media (min-width: 1440px) {
  .showcase-arrow--down-right
    + .showcase-item
    + .showcase-item
    + .showcase-item {
    margin-top: -16.5rem;
  }
}











/* ============================================================
   COMPLETE SHOWCASE STYLES (TITLES & HOVER CONTENT)
   ============================================================ */

/* 1. TITLES (UI/UX, GRAPHIC PROJECTS, ETC) */
.showcase-item__title {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 0 10px 0 !important;
    z-index: 10 !important;
    
    /* THIN FORMAT */
    font-weight: 100 !important; 
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    -webkit-font-smoothing: antialiased;

    /* FORCE SINGLE LINE */
    width: 100% !important;
    max-width: none !important;
    white-space: nowrap !important; /* Prevents words from jumping to next line */
    overflow: visible !important;
}

/* Fix for nested elements created by SplitLines JS */
.showcase-item__title div, 
.showcase-item__title span {
    display: inline-block !important; /* Changed from block to inline-block to keep on one line */
    font-weight: 100 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    white-space: nowrap !important;
}

/* 2. HOVER CONTENT (DESCRIPTIONS & DATES) */
.hover-content {
    /* Initial state (Mouse Out) */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important; 
    pointer-events: none !important;

    /* Smooth "Easy" Animation for BOTH In and Out */
    transition: all 0.5s ease !important; 
}

/* Active Hover State (Mouse In) */
.showcase-item:hover .hover-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* 3. DESCRIPTION TEXT SPACING */
.showcase-item__description {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 2px !important; 
}

.showcase-item__work-type, 
.showcase-item__date {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    font-weight: 100 !important; 
    color: #cccccc !important;
}

/* ============================================================
   4. RESPONSIVE SIZES (MOBILE, TABLET, DESKTOP)
   ============================================================ */

/* --- MOBILE (Phones < 768px) --- */
@media (max-width: 767px) {
    .showcase-item__title {
        font-size: 28px !important; /* Slightly smaller to fit "GRAPHIC PROJECTS" on one line */
    }
    
    .hover-content {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .showcase-item__work-type,
    .showcase-item__date {
        font-size: 12px !important;
    }
}

/* --- TABLET / LAPTOP (768px to 1199px) --- */
@media (min-width: 768px) and (max-width: 1199px) {
    .showcase-item__title {
        font-size: 5vw !important;
    }
    
}

/* --- DESKTOP (Large Screens > 1200px) --- */
@media (min-width: 1200px) {
    .showcase-item__title {
        font-size: 32px !important; 
    }


    .showcase-item__work-type,
    .showcase-item__date {
        font-size: 12px !important;
    }
}




















/* ============================================================
   FINAL BUTTON STYLE: SMOOTH 180° SPIN (NO BG)
   ============================================================ */

/* 1. Button Container */
.showcase-arrow {
    position: relative !important;
    z-index: 99 !important;
    pointer-events: auto !important;
    display: inline-block !important;
}

/* 2. Main Button Circle */
.button {
    height: 394px !important;
    width: 394px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    align-items: center!important;
    /* Transparent Background Styles */
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    
    /* Interaction logic */
    pointer-events: auto !important;

    /* THE "QUINTIC" TRANSITION */
    transition: transform 3.7s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

/* 3. Hover State: 180° Spin Only */
.button:hover {
    /* Rotates 180 degrees and scales slightly */
    transform: rotate(90deg) scale(1.05) !important;
    
    /* Forcing background to stay transparent */
    background: transparent !important;
    border-color: #ffffff !important;
}

/* 4. SVG Icon Styling */
.button__arrow {
    /* Adjusted size to look proportional inside the 394px circle */
    width: 320px !important; 
    height: auto !important;
    fill: none !important; /* Ensures the paths use the stroke color */
}

/* 5. Mobile Removal (Screens < 768px) */
@media (max-width: 767px) {
    .showcase-arrow {
        display: none !important;
    }
}















































body {
  animation: pageFadeIn 0.3s ease both;
}

@keyframes pageFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* page exit (does NOT touch hover elements) */
html.is-navigating body {
  opacity: 0;
  transition: opacity 0.25s ease;
}
