/* [project]/frontend/components/ScrollDebug/ScrollDebug.module.css [app-client] (css) */
.ScrollDebug-module__7cPXZa__scrollDebug {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  display: flex;
  position: fixed;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

.ScrollDebug-module__7cPXZa__track {
  background: #fff3;
  border-radius: 4px;
  width: 4px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.ScrollDebug-module__7cPXZa__fill {
  background: #f5c518;
  border-radius: 4px;
  width: 100%;
  height: 0%;
  transition: height 50ms linear;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ScrollDebug-module__7cPXZa__num {
  color: #f5c518;
  text-align: center;
  background: #0009;
  border-radius: 4px;
  min-width: 2.8rem;
  padding: .2rem .4rem;
  font-family: monospace;
  font-size: .75rem;
  font-weight: bold;
}

.ScrollDebug-module__7cPXZa__label {
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: monospace;
  font-size: .6rem;
}

/* [project]/frontend/components/HeroSection/HeroSection.module.css [app-client] (css) */
.HeroSection-module__tCBskW__hero {
  height: 300vh;
  margin-bottom: -100vh;
  position: relative;
}

.HeroSection-module__tCBskW__heroSticky {
  background: #fff;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.HeroSection-module__tCBskW__heroBack {
  position: absolute;
  inset: 0;
}

.HeroSection-module__tCBskW__heroBack img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.HeroSection-module__tCBskW__heroHouse {
  z-index: 1;
  transform-origin: bottom;
  height: 97.5%;
  position: absolute;
  bottom: -18%;
  left: 0;
  right: 0;
}

.HeroSection-module__tCBskW__heroHouse img {
  object-fit: contain;
  object-position: bottom center;
  width: 100%;
  height: 100%;
}

.HeroSection-module__tCBskW__heroCloud {
  z-index: 2;
  pointer-events: none;
  position: absolute;
}

.HeroSection-module__tCBskW__heroCloudLeft {
  width: 55vw;
  top: 20%;
  left: -10%;
}

.HeroSection-module__tCBskW__heroCloudRight {
  width: 45vw;
  top: 15%;
  right: -10%;
}

.HeroSection-module__tCBskW__heroCloud img {
  width: 100%;
  height: auto;
  display: block;
}

.HeroSection-module__tCBskW__heroSmoke {
  z-index: 4;
  pointer-events: none;
  height: 40%;
  position: absolute;
  bottom: -8%;
  left: 0;
  right: 0;
}

.HeroSection-module__tCBskW__heroSmoke img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.HeroSection-module__tCBskW__heroFade {
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(#0000, #fff);
  height: 22%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.HeroSection-module__tCBskW__heroOverlap {
  pointer-events: none;
  z-index: 10;
  position: absolute;
  inset: 0 0 100vh;
}

.HeroSection-module__tCBskW__heroOverlapSmoke {
  z-index: 2;
  height: 62rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.HeroSection-module__tCBskW__heroOverlapSmoke img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.HeroSection-module__tCBskW__heroOverlapFade {
  z-index: 3;
  background: linear-gradient(#fff0, #fff);
  height: 32rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.HeroSection-module__tCBskW__heroText {
  z-index: 5;
  text-align: center;
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 2.5%;
  left: 50%;
  transform: translateX(-50%);
}

.HeroSection-module__tCBskW__heroTextLine {
  background: #ffffff8c;
  width: 0;
  height: 1px;
  margin: 0 auto 1.4rem;
  display: block;
}

.HeroSection-module__tCBskW__heroTextLineBottom {
  margin: 1.4rem auto 0;
}

.HeroSection-module__tCBskW__brandRowBreak {
  display: none;
}

.HeroSection-module__tCBskW__heroBrandSvg {
  filter: none;
  width: min(92vw, 820px);
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: visible;
}

.HeroSection-module__tCBskW__heroSub {
  margin-top: .15em;
  overflow: hidden;
}

.HeroSection-module__tCBskW__heroSub span {
  font-family: var(--font-jost), sans-serif;
  letter-spacing: .55em;
  color: #ffffffd1;
  text-transform: uppercase;
  font-size: clamp(.75rem, 1.6vw, 1.3rem);
  font-weight: 200;
  display: block;
  transform: translateY(120%);
}

.HeroSection-module__tCBskW__siteLogo {
  z-index: 100;
  width: auto;
  height: 3.2rem;
  position: fixed;
  top: 1.6rem;
  left: 2rem;
}

.HeroSection-module__tCBskW__heroVideo {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: none;
  border: none;
  outline: none;
  width: 50vw;
  height: 50vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HeroSection-module__tCBskW__heroVideo video {
  object-fit: cover;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  display: block;
}

.HeroSection-module__tCBskW__mobVideo {
  object-fit: cover;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  width: 90vw;
  height: 80vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.HeroSection-module__tCBskW__pageContent {
  z-index: 10;
  text-align: center;
  background: #fff;
  padding: 8rem 2rem;
  position: relative;
}

.HeroSection-module__tCBskW__pageContent h2 {
  letter-spacing: -.02em;
  color: #151717;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
}

.HeroSection-module__tCBskW__pageContent p {
  color: #15171780;
  max-width: 60rem;
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .HeroSection-module__tCBskW__heroVideo {
    display: none !important;
  }

  .HeroSection-module__tCBskW__mobVideo {
    display: block;
  }

  .HeroSection-module__tCBskW__heroHouse {
    height: 30%;
    top: 30%;
    bottom: auto;
    transform: none;
  }

  .HeroSection-module__tCBskW__heroText {
    z-index: 20;
    top: 20%;
  }

  .HeroSection-module__tCBskW__heroBrandSvg {
    width: 98vw;
  }

  .HeroSection-module__tCBskW__heroSub {
    display: none;
  }

  body {
    padding-bottom: 68px;
  }
}

/* [project]/frontend/components/BottomNav/BottomNav.module.css [app-client] (css) */
.BottomNav-module__CiZOsW__btmNav, .BottomNav-module__CiZOsW__btmDrawer, .BottomNav-module__CiZOsW__btmOverlay {
  display: none;
}

@media (max-width: 768px) {
  .BottomNav-module__CiZOsW__btmNav {
    -webkit-backdrop-filter: blur(12px);
    z-index: 600;
    background: #fafaf8f7;
    border-top: 1px solid #c9a84c40;
    border-radius: 20px 20px 0 0;
    align-items: stretch;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 24px #00000014;
  }

  .BottomNav-module__CiZOsW__btmNavItem {
    color: #0006;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: none;
    outline: none;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0 2px;
    font-family: inherit;
    font-size: 9px;
    text-decoration: none;
    transition: color .18s;
    display: flex;
  }

  .BottomNav-module__CiZOsW__btmNavItem svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
  }

  .BottomNav-module__CiZOsW__btmNavItem.BottomNav-module__CiZOsW__active {
    color: #c9a84c;
  }

  .BottomNav-module__CiZOsW__btmNavItem.BottomNav-module__CiZOsW__active svg {
    filter: drop-shadow(0 0 6px #c9a84c80);
  }

  .BottomNav-module__CiZOsW__btmNavItem:active {
    color: #c9a84c;
  }

  .BottomNav-module__CiZOsW__btmDrawer {
    z-index: 599;
    background: #fafaf8fc;
    border-top: 1px solid #c9a84c2e;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    transform: translateY(102%);
  }

  .BottomNav-module__CiZOsW__btmDrawer.BottomNav-module__CiZOsW__open {
    transform: translateY(0);
  }

  .BottomNav-module__CiZOsW__btmDrawerTitle {
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #c9a84c99;
    padding: .7rem 1.2rem .35rem;
    font-size: 9px;
  }

  .BottomNav-module__CiZOsW__btmDrawerGrid {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .BottomNav-module__CiZOsW__btmDrawerItem {
    color: #00000073;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    border-bottom: 1px solid #c9a84c1f;
    border-right: 1px solid #c9a84c1f;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 1rem .5rem;
    font-size: 10px;
    text-decoration: none;
    transition: color .18s, background .18s;
    display: flex;
  }

  .BottomNav-module__CiZOsW__btmDrawerItem:nth-child(2n) {
    border-right: none;
  }

  .BottomNav-module__CiZOsW__btmDrawerItem.BottomNav-module__CiZOsW__active, .BottomNav-module__CiZOsW__btmDrawerItem:active {
    color: #c9a84c;
    background: #c9a84c12;
  }

  .BottomNav-module__CiZOsW__btmDrawerItem svg {
    width: 28px;
    height: 28px;
  }

  .BottomNav-module__CiZOsW__btmOverlay {
    z-index: 598;
    background: #0000004d;
    display: none;
    position: fixed;
    inset: 0 0 60px;
  }

  .BottomNav-module__CiZOsW__btmOverlay.BottomNav-module__CiZOsW__open {
    display: block;
  }
}

/*# sourceMappingURL=frontend_components_0fj6l~9._.css.map*/