:root { --base-gap:10px; }
@font-face { font-display:swap; font-family:"Neue Montreal"; src:url("../assets/NeueMontreal-Regular.woff2") format("woff2"),
  url("../assets/NeueMontreal-Regular.woff") format("woff"); font-weight:400; font-style:normal }
@font-face { font-display:swap; font-family:"Neue Montreal"; src:url("../assets/NeueMontreal-Bold.woff2") format("woff2"),
  url("../assets/NeueMontreal-Bold.woff") format("woff"); font-weight:700; font-style:normal }
@font-face { font-display:swap; font-family:"Geist Mono"; src:url("../assets/GeistMono-Regular.woff2") format("woff2"),
  url("../assets/GeistMono-Regular.woff") format("woff"); font-weight:400; font-style:normal }
@font-face { font-display:swap; font-family:"Geist Mono"; src:url("../assets/GeistMono-Medium.woff2") format("woff2"),
  url("../assets/GeistMono-Medium.woff") format("woff"); font-weight:500; font-style:normal }

  
/*--------------------
  Lenis Styles
  --------------*/
html.lenis,html.lenis body { height:auto }
.lenis:not(.lenis-autoToggle).lenis-stopped { overflow:clip }
.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch] { overscroll-behavior:contain }
.lenis.lenis-smooth iframe { pointer-events:none }
.lenis.lenis-autoToggle { transition-property:overflow; transition-duration:1ms; transition-behavior:allow-discrete }
*,::after,::before,body,html { margin:0; padding:0; box-sizing:border-box; }
body { background-color:#000; color:#fff; font-family:"Neue Montreal"; font-weight: 400; }
a { text-decoration:none; color:inherit; font-family:"Geist Mono",Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace; }
ul { list-style:none }
img,picture,video { display: flex; max-width:100%; height:auto }
button { background:none; border:none; cursor:pointer; font-family:inherit; }
h1 { font-size: clamp(60px,3svw + 3svh,110px); }
h2 { font-size: clamp(32px,1.8svw + 1.8svh,52px); }
h3 { font-size: clamp(20px,.85svw + .85svh,30px); }
p { font-size: .8rem; }


/*--------------------
  Width Utility Styles
--------------*/

.w-full { width: 100%; }
.w-half { width: 50%; }

/*--------------------
  Flex Utility Styles
--------------*/
.site_flex { display: flex; }
.site_flex-item { flex:1; }


/*--------------------
 Overlay Styles
--------------*/

[data-overlay-layer] { position: relative; min-width: 100vw; min-height: 100vh; overflow: hidden; display: flex; justify-content: center; align-items: center; }
[data-overlay] { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.5s ease-in-out; }
[data-overlay]:first-child { z-index: 1; }


/*------------------
  Text Animation Styles
--------------*/
[data-split="words"] { position: relative; }
[data-split="words"] .words { position: absolute; height: 100%; width: 100%; display: flex; }
[data-split="words"] div {
  position: absolute !important;
  left: 0;
  width: 100%;
}

/*--------------------
  CTA Styles
  --------------*/
.site_primary--cta { display: inline-block; padding: 12px 24px; background-color: #007BFF; color: #fff; font-family: "Geist Mono", monospace; font-weight: 500; border-radius: 4px; transition: background-color 0.3s ease; }


/*---------------
  Header Styles
  -----------*/
#site_header { position: fixed; padding: 1.5rem 1.2rem; z-index: 9; width: 100%; }
.header_navigation { display: flex; justify-content: space-between; align-items: center; text-align: center; }
.navigation_left .navigation_left-buttons { gap: calc(var(--base-gap) * 5); }
.navigation_left :is(.navigation_left-buttons, .navigation_left-button) { max-width: max-content; }
.site_button { display: flex; vertical-align: middle; padding: .5rem .7rem .4rem .7rem; border: 0; cursor: pointer; font-size: .6rem; line-height: 1.25; text-transform: uppercase; font-weight: 500; font-family: "Geist Mono",Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace; text-decoration: none; color: hsla(0,0%,100%,.6); background-color: rgba(0,0,0,.4); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); transition: color .15s linear,background-color .15s linear; gap:var(--base-gap); }
.navigation_left-button svg { display: flex; vertical-align: middle; fill: #fff; margin-top: -2px; }
.menu_button span:has(img) { max-width: 70px; width: 100%; }
.navigation_right.site_flex-item { justify-content: flex-end; }
.menu_button { align-items: center; }

/*---------------
  Hero Styles
  -----------*/
.hero_inner { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.hero_content-blocks { position: absolute; z-index: 2; width: 100%; height: 100%; display: flex; justify-content: space-around; align-items: center; flex-direction: column; text-align: center; color: #fff; }
.hero__block-eyebrow h1 { font-weight: 400; }
.hero__block-beneath p { font-size: clamp(16px,.85svw + .85svh,30px); }
.hero__block-eyebrow span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 1.3em;
  overflow: clip;
}

/*---------------
  Portfolio Styles
  ---------------*/

.portfolio {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio_inner {
  height: 100%;
  width: 100%;
}

.portfolio_blocks {
  height: 100%;
  width: 100%;
  position: relative;
}

.portfolio_block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  will-change: opacity, transform;
}

.slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio_block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 6vw 7vw;
  pointer-events: none;
}

.portfolio_block-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6vw 7vw;
  opacity: 0;
  visibility: hidden;
}

.portfolio_block-content-inner.active {
  opacity: 1;
  visibility: visible;
}

.portfolio_block-content-description {
  max-width: 500px;
  pointer-events: auto;
}

.portfolio_block-index {
  z-index: 3;
  display: flex;
  gap: 20px;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2vw;
  max-width: fit-content;
  right: 0;
}

.index_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.portfolio_index-items {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 18px;
  gap: 20px;
  padding: 20px 0;
}

.index_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 10px;
}

.index_item-active-bar {
  height: 2px;
  width: 0px;
  background: #fff;
  display: flex;
  transition: width 0.5s ease;
  will-change: width;
}

.index_item.active .index_item-active-bar {
  width: 20px;
}

.index_item span:first-child {
  transition: 0.3s color ease;
}

.index_item.active span {
  color: #ffffff75;
}

.progress_bar {
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -15px;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #fff;
}

.portfolio_block-background::after {
  content: '';
  position: absolute;
  background: #00000075;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.portfolio_block-background {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*---------------
  About Section Styles
  ---------------*/

.about_background :is(picture, img) {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.about_background[data-overlay]:first-child {
  z-index: 0;
}

.about_background picture::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000040;
  top: 0;
  left: 0;
}

.about_content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6vw;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5vw;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.about_content-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.about_content-heading {
  text-align: right;
}

.about_content-text {
  max-width: 320px;
  width: 100%;
  padding-top: 40px;
}

/*---------------
  Creation Section Styles
  ---------------*/
.creation {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.creation_inner {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.creation_backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.creation_bg {
  width: 100%;
  height: 100%;
  display: block;
}

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

.background_initial,
.background_clip,
.background_last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background_clip {
  clip-path: circle(0% at 50% 100%);
  z-index: 2;
}

.background_last {
  z-index: 3;
}

.creation_content {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.content_initial,
.content_center,
.content_end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content_initial h2 {
  font-size: clamp(40px, 4vw, 80px);
  line-height: 1.1;
}

.content_center {
  opacity: 0;
  padding: 0 20px;
}

.content_center p {
  max-width: 600px;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.5;
}

.content_end {
  opacity: 0;
}

.content_end h2 {
  font-size: clamp(40px, 4vw, 80px);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.content_end p {
  max-width: 400px;
  font-size: 16px;
}