@charset "UTF-8";
:root {
  --c-w1: #fffdf8;
  --c-w2: #f0e5d1;
  --c-b: #4f2926;
  --c-lb: #C4E5FF;
  --speed-default: 1.5s;
  --w-sidebar: 240px;
}
@media (min-width: 1200px) {
  :root {
    --w-sidebar: 360px;
  }
}
@media (max-width: 1024px) {
  :root {
    --w-sidebar: 0px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1440px;
}

.mb-1 {
  margin-bottom: 16px;
}

.mb-2 {
  margin-bottom: 24px;
}

.mb-3 {
  margin-bottom: 32px;
}

.mb-4 {
  margin-bottom: 64px;
}

.mb-5 {
  margin-bottom: 128px;
}

.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
  gap: 8px 0;
}

[class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
  width: 100%;
}

.col {
  flex: 1 0 0;
  padding: 4px;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
} /* 1/12 */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
} /* 2/12 */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
} /* 3/12 */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 1024px) {
  .col-4 {
    width: 50%;
  }
}

/* 4/12 */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
} /* 5/12 */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
} /* 6/12 */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
} /* 7/12 */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
} /* 8/12 */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
} /* 9/12 */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
} /* 10/12 */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
} /* 11/12 */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
} /* 12/12 */
/**
* @license
*
* Font Family: Clash Display
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.comfonts/clash-display
* © 2025 Indian Type Foundry
*
* Clash Display Extralight
* Clash Display Light
* Clash Display Regular
* Clash Display Medium
* Clash Display Semibold
* Clash Display Bold
* Clash Display Variable (Variable font)

*
*/
@font-face {
  font-family: "ClashDisplay-Extralight";
  src: url("fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("fonts/ClashDisplay-Extralight.woff") format("woff"), url("fonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Light";
  src: url("fonts/ClashDisplay-Light.woff2") format("woff2"), url("fonts/ClashDisplay-Light.woff") format("woff"), url("fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("fonts/ClashDisplay-Regular.woff2") format("woff2"), url("fonts/ClashDisplay-Regular.woff") format("woff"), url("fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("fonts/ClashDisplay-Medium.woff2") format("woff2"), url("fonts/ClashDisplay-Medium.woff") format("woff"), url("fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("fonts/ClashDisplay-Semibold.woff") format("woff"), url("fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("fonts/ClashDisplay-Bold.woff2") format("woff2"), url("fonts/ClashDisplay-Bold.woff") format("woff"), url("fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("fonts/ClashDisplay-Variable.woff2") format("woff2"), url("fonts/ClashDisplay-Variable.woff") format("woff"), url("fonts/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
h1 {
  font-family: ClashDisplay-Semibold, Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

h2, h3, h4 {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: ClashDisplay-Regular, Arial, sans-serif;
  margin: 0;
}
@media (max-width: 1024px) {
  h2, h3, h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h2, h3, h4 {
    font-size: 2.2rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 24px 0;
}
@media (max-width: 480px) {
  p {
    font-size: 0.8rem;
    margin: 12px 0;
  }
}

.label {
  font-family: ClashDisplay-Semibold, Arial, sans-serif;
  font-size: 16px;
}

.value {
  font-size: 0.8rem;
}

.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--speed-default) ease-in-out, transform 1s ease-in;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--speed-default) ease-in-out, transform 1s ease-in;
}

.del-1 {
  transition-delay: 0.1s !important;
}

.del-2 {
  transition-delay: 0.2s !important;
}

.del-3 {
  transition-delay: 0.3s !important;
}

.del-4 {
  transition-delay: 0.4s !important;
}

.del-5 {
  transition-delay: 0.5s !important;
}

.del-6 {
  transition-delay: 1s !important;
  transition-duration: 0.8s !important;
}

.del-7 {
  transition-delay: 1.8s !important;
  transition-duration: 0.8s !important;
}

.btn,
.link {
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--c-b);
  border: 1px solid var(--c-b);
  background-color: var(--c-w1);
  transition: color ease-in 0.3s, background-color ease-in-out 0.2s;
}
.btn:hover, .btn:active,
.link:hover,
.link:active {
  background-color: var(--c-b);
  color: var(--c-w1);
}

.el-lan,
.arc, .des, .exh {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.el-lan.active,
.arc.active, .des.active, .exh.active {
  opacity: 1;
}

html {
  font-family: ClashDisplay-Regular, Arial, sans-serif;
}

html,
body {
  margin: 0;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding: 180px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}
html *,
body * {
  box-sizing: border-box;
  color: var(--c-b);
}

.logo img {
  width: 100%;
  max-width: 204px;
}
@media (max-width: 1024px) {
  .logo img {
    width: 248px;
  }
}

.full-screen {
  height: 50vh;
  margin: 0 24px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.not-scroll {
  overflow: hidden;
}

.img__placeholder {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.75;
  overflow: hidden;
}
.img__placeholder img {
  width: 100%;
}

.page__wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}

.content {
  flex: 1;
  background-color: var(--c-w1);
  overflow: auto;
}

.sidebar {
  height: 100vh;
  width: var(--w-sidebar);
  background-color: var(--c-w1);
  padding: 24px;
  position: fixed;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-in, height 0.4s ease-in;
}
@media (max-width: 1024px) {
  .sidebar {
    width: 100%;
    height: 0;
    background-color: transparent;
  }
  .sidebar nav,
  .sidebar li {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in, height 0.8s ease-in;
    transition-delay: 0.15s;
  }
  .sidebar.active {
    background-color: var(--c-w2);
    height: 100%;
  }
  .sidebar.active nav {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in;
    margin-bottom: 54px;
  }
  .sidebar.active li {
    opacity: 1;
    transition: opacity 0.5s ease-in;
  }
}
.sidebar--spacer {
  width: var(--w-sidebar);
}
@media (max-width: 1024px) {
  .sidebar--spacer {
    display: none;
  }
}
.sidebar nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar nav ul li {
  display: block;
}

.menu__trigger {
  height: 2px;
  padding: 20px 0;
  width: 36px;
  position: absolute;
  right: 24px;
  cursor: pointer;
  box-sizing: content-box;
  display: none;
}
@media (max-width: 1024px) {
  .menu__trigger {
    display: block;
  }
}
.menu__trigger:after, .menu__trigger:before {
  content: "";
  height: 2px;
  width: 36px;
  background-color: var(--c-b);
  display: block;
  position: absolute;
  bottom: 0;
  transition: all ease-in-out 0.4s;
}
.menu__trigger:after {
  top: 10px;
}
.menu__trigger:before {
  bottom: 10px;
}
.menu__trigger--inner {
  width: 36px;
  height: 2px;
  background-color: var(--c-b);
  transition: all ease-in-out 0.2s;
}
.menu__trigger.active:before {
  transform: rotate(45deg);
  top: 50%;
}
.menu__trigger.active:after {
  transform: rotate(-45deg);
  top: 50%;
}
.menu__trigger.active .menu__trigger--inner {
  opacity: 0;
  width: 0;
}

.landing__title {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 6px;
  bottom: 0;
  margin-bottom: 16px;
  position: absolute;
  width: 100%;
}
.landing__title .word__wrapper {
  position: absolute;
  bottom: 46px;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  transform: translateX(-50%);
}
.landing__title .word__wrapper * {
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3607843137);
}
@media (max-width: 1024px) {
  .landing__title .word__wrapper * {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.3607843137);
  }
}
.landing__title > h1 {
  margin: 0;
  font-weight: 300;
  line-height: 0.5;
}
.landing__title .word {
  font-weight: 800;
}

.fixed-bg {
  position: fixed;
  z-index: 0;
  top: 0;
  width: calc(100% - var(--w-sidebar));
}

.section {
  padding: 20vh 24px;
  overflow: hidden;
  background: var(--c-w1);
  position: relative;
  z-index: 1;
}
.section--margin-top {
  padding-top: 0;
  margin-top: 50vh;
}
.section--black {
  margin: 0;
  padding: 20vh 24px;
  background: var(--c-b);
}
.section--black * {
  color: var(--c-w1);
}

/*# sourceMappingURL=main.css.map */
