@font-face {
  font-family: "Arges";
  src: url("https://assets.website-files.com/65382e7b00e53a2ce7420bc7/653cfce2deea6f44f7ded8b5_AT%20Arges%20Black%20Condensed.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inconsolata";
  src: url("https://fonts.gstatic.com/s/inconsolata/v37/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyya15.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inconsolata";
  src: url("https://fonts.gstatic.com/s/inconsolata/v37/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyxq15Mjs.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

:root {
  --primary: #3E5BA5;
  --accent: #ffffff;
  --bg: #ffffff;
  --ink: #0f172a;
  --muted: #ffffff;
  --shadow: none;
  --radius: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inconsolata", monospace;
  background: #000000;
  color: #ffffff;
  line-height: 1.5;
}

.page-dim {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 18px 6vw;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  backdrop-filter: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.site-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 12px;
}

.brand-logo {
  width: 44px;
  height: 44px;
  display: block;
  color: inherit;
}

.site-header .brand-logo {
  width: 58px;
  height: 58px;
}

.brand-path {
  fill: currentColor;
  fill-rule: evenodd;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-left: 6px;
}

.site-nav a {
  font-family: "Inter", system-ui, sans-serif;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.menu-open {
  overflow: hidden;
}

/* Panels */
.svs-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.svs-panel {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 24px;
  background-color: #ffffff !important;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}

.vertical-item {
  width: 50%;
  height: 100%;
  display: flex;
}

.vertical-item.col-1 {
  justify-content: flex-start;
  align-items: center;
}

.vertical-item.col-2 {
  justify-content: flex-start;
  align-items: center;
}

.svs-color-bg {
  color: #ffffff !important;
  width: 100%;
}

.image-1 {
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.image-2 {
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.hero-heading {
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Arges", sans-serif;
  font-size: 10rem;
  line-height: 1.2;
}

.heading-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(50%);
}

.heading-wrapper-2 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-50%);
}

.intro-heading {
  color: #ffffff !important;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Inconsolata", monospace;
  font-size: 1.5rem;
  line-height: 1.2;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  padding: 18px;
  background: #ffffff;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.padding-large {
  padding: 3rem;
  box-sizing: border-box;
  width: 100%;
}

.heading-style-h1 {
  color: #ffffff !important;
  font-family: "Arges", sans-serif;
  font-size: 12rem !important;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase !important;
}

.text-size-medium,
.text-reveal-paragraph {
  color: #ffffff !important;
  font-family: "Inconsolata", monospace;
  font-size: 1.25rem;
}

.svs-nav-fixed-bar {
  position: fixed;
  bottom: 200px;
  left: 95%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  padding: 8px 15px;
  border-radius: 18px;
}

.svs-nav-button {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.04) !important;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
  outline: none !important;
}

.svs-nav-button:hover {
  transform: scale(1.1);
}

.svs-nav-button:focus,
.svs-nav-button:active,
.svs-nav-button:visited {
  outline: none !important;
  background-color: transparent !important;
  -webkit-tap-highlight-color: transparent;
}

.svs-hover-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 1;
}

.svs-nav-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 7%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}

.svs-nav-button svg {
  width: 100%;
  height: 100%;
  display: block;
}

.svs-nav-button svg path {
  fill: #ffffff !important;
  transition: none;
}

@media screen and (max-width: 767px) {
  .site-header {
    justify-content: space-between;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .vertical-item {
    width: 100%;
    height: 50vh !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .image-wrapper {
    height: 100%;
  }

  .svs-panel.panel-1 .slide-wrapper {
    height: 100vh;
  }

  .svs-panel.panel-1 .vertical-item.col-1 {
    width: 100%;
    height: 100vh !important;
    justify-content: center;
    background-size: contain !important;
    background-position: 50% 50% !important;
  }

  .svs-panel.panel-1 .vertical-item.col-2 {
    display: none;
  }

  .svs-panel.panel-1 .heading-wrapper {
    position: static;
    transform: none;
    text-align: center;
  }

  .hero-heading {
    font-size: 4rem;
    white-space: normal;
    text-align: center;
  }

  .heading-style-h1 {
    font-size: 4rem !important;
  }

  .text-size-medium,
  .text-reveal-paragraph {
    font-size: 1rem !important;
  }

  .padding-large {
    padding: 1rem;
  }

  .svs-panel {
    padding: 12px;
  }

  .image-wrapper {
    padding: 12px;
  }

  .svs-panel:nth-child(even) .slide-wrapper {
    flex-direction: column-reverse;
  }

  .svs-nav-fixed-bar {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 6vw;
    right: 6vw;
    display: grid;
    gap: 6px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #ffffff;
    backdrop-filter: none;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    margin-left: 0;
  }

  .site-nav a {
    padding: 10px 8px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  body.menu-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
