@font-face {
  font-family: "Founders Grotesk";
  src: url("../Asset/TestFoundersGrotesk/TestFoundersGrotesk-Regular.otf"), url("../Asset/TestFoundersGrotesk/TestFoundersGrotesk-Medium.otf");
}
@font-face {
  font-family: "PirateoftheSeaside";
  src: url("../Asset/PirateoftheSeaside/Pirate of the Seaside Bubbles.ttf");
}
body {
  font-family: "Founders Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  min-height: 200vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: grid;
  grid-template-columns: 7fr 1px 5fr;
  height: calc(100vh - 40px);
  margin: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}
.container::before, .container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e6e6f1;
  z-index: 1;
}
.container::before {
  top: 0;
}
.container::after {
  bottom: 0;
}
.container .vertical-line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e6e6f1;
  z-index: 1;
}
.container .vertical-line::before {
  top: 120px;
}
.container .vertical-line::after {
  bottom: 120px;
}
.container .vertical-line.left {
  left: 0;
}
.container .vertical-line.right {
  right: 0;
}
.container hr {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 1px;
  border: none;
  background-color: #e6e6f1;
  z-index: 1;
}
.container .left-pane,
.container .right-pane {
  position: relative;
  overflow: hidden;
}

.left-pane {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA;
}
.left-pane nav {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #FAFAFA;
  padding-top: 1rem;
}
.left-pane nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}
.left-pane nav ul li {
  color: #999;
  cursor: pointer;
}
.left-pane nav ul li.active {
  color: #000;
}
.left-pane .content {
  position: relative;
  flex: 1;
  width: 100%;
  padding: 0 48px 48px;
  padding-top: 400px;
  overflow-y: auto;
  height: 100vh;
  width: 90%;
  transform: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.left-pane .content:last-child {
  margin-bottom: auto;
}
.left-pane .content::-webkit-scrollbar {
  display: none;
}
.left-pane .content h2 {
  color: #f26522;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-family: "PirateoftheSeaside", -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 4rem;
}
.left-pane .content p {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02px;
  margin-bottom: 1.5rem;
  color: #1c1d20;
}
.left-pane .content .image {
  cursor: pointer;
}
.left-pane .content .image img,
.left-pane .content .image video {
  height: 24px;
  width: auto;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
.left-pane .content .image img:hover,
.left-pane .content .image video:hover {
  opacity: 0.7;
}
.left-pane .content a {
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  padding: 0 2px;
  display: inline-block;
  line-height: 1.2;
  margin: 0 2px;
  clip-path: polygon(0 0, 3% 4%, 7% 0, 93% 2%, 97% 0, 100% 4%, 98% 100%, 94% 96%, 87% 100%, 13% 98%, 6% 100%, 0 96%);
}
.left-pane .content a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f09970;
  transition: height 0.2s ease;
  z-index: -1;
  clip-path: inherit;
}
.left-pane .content a:hover::before {
  height: 100%;
}
.left-pane .content a.displayed {
  opacity: 0.5;
}
.left-pane .content a:hover {
  opacity: 1;
}

.right-pane {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  position: relative;
  overflow: hidden;
  background-image: url("../Asset/Image/texture.jpeg");
  background-size: 400px 200px;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center;
  position: relative;
  transition: background-color 0.3s ease;
}
.right-pane svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.right-pane .image-container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding-bottom: 40px;
  grid-column: 1/span 5;
  grid-row: 6/span 1;
  padding-bottom: 0;
}
.right-pane .intro-video {
  position: relative;
  z-index: 1;
  width: 100%;
}
.right-pane .intro-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.right-pane .intro-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(255, 142, 94);
  opacity: 0.8;
  width: 80%;
  mix-blend-mode: color;
  z-index: 2;
  clip-path: none;
  width: 100%;
}
.right-pane .intro-video .grain-overlay {
  position: absolute;
  inset: 0;
  width: 80%;
  height: 100%;
  background-size: 100% 100%;
  opacity: 0.15;
  mix-blend-mode: soft-light;
  z-index: 3;
  clip-path: none;
  width: 100%;
}
.right-pane .dots {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.right-pane .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
}
.right-pane .dots span:nth-child(1) {
  background: #000;
}
.right-pane .dots span:nth-child(2) {
  background: #4b9cd3;
}
.right-pane .dots span:nth-child(3) {
  background: #f26522;
}
.right-pane .grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.right-pane .grid .cell {
  background-image: url("../Asset/Image/texture.jpeg");
  background-size: 400px 200px;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center;
  position: relative;
  transition: background-color 0.3s ease;
}
.right-pane .grid .cell:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.right-pane .grid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6e6f1;
  z-index: -1;
}
.right-pane .intro-video,
.right-pane .image-container,
.right-pane .dots {
  position: relative;
  z-index: 1;
}
.right-pane .floating-media {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  height: 200px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  touch-action: none;
  pointer-events: auto;
  backdrop-filter: blur(10px);
}
.right-pane .floating-media img,
.right-pane .floating-media video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 100%;
  pointer-events: none;
}
.right-pane .floating-media img {
  padding: 16px;
}
.right-pane .floating-media .product-image {
  padding: 0;
}
.right-pane .floating-media.visible {
  opacity: 1;
  transform: scale(1);
}
.right-pane .floating-media:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
}
.right-pane .floating-media:active {
  cursor: grabbing;
  transform: scale(0.98);
  transition: all 0.2s ease;
}

.corner-plus {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 1000;
  pointer-events: none;
}
.corner-plus::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 10px;
  height: 1px;
  background-color: #1c1d20;
}
.corner-plus::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  height: 10px;
  width: 1px;
  background-color: #1c1d20;
}
.corner-plus.top-left {
  top: -11px;
  left: -12px;
}
.corner-plus.top-right {
  top: -11px;
  right: -12px;
}
.corner-plus.bottom-left {
  bottom: -13px;
  left: -12px;
}
.corner-plus.bottom-right {
  bottom: -13px;
  right: -12px;
}

.menu {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 1px;
  background-color: #e6e6f1;
  margin-bottom: 4rem;
  border: 1px solid #e6e6f1;
  border-right: none;
  z-index: 1000;
  width: 200px;
}
.menu .menu-item {
  background-color: white;
  padding: 12px 16px;
}
.menu .menu-item:active {
  color: #1c1d20;
}
.menu .menu-item:not(.active) {
  color: #cfd1df;
}
.menu .plus-sign {
  position: absolute;
  top: 101%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
}
.menu .plus-sign::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 10px;
  height: 1px;
  background-color: #1c1d20;
}
.menu .plus-sign::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  height: 10px;
  width: 1px;
  background-color: #1c1d20;
}
.menu .plus-sign.left {
  left: -13px;
}
.menu .plus-sign.right {
  right: -12px;
}
.menu .plus-sign.top-right {
  top: -11px;
  right: -12px;
  transform: none;
}

.meet-me h1 {
  font-family: "Founders Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1, "dlig" 1, "ss01" 1;
  -webkit-font-feature-settings: "liga" 1, "calt" 1, "dlig" 1, "ss01" 1;
  text-rendering: optimizeLegibility;
}

.pencil-effect {
  position: fixed;
  pointer-events: none;
  width: 2px;
  height: 2px;
  background: #1c1d20;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: transform 0.1s ease;
  z-index: 9999;
}
.pencil-effect::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: transparent;
  border: 1px solid #1c1d20;
  border-radius: 50%;
}

@keyframes noise {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(3%, 15%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
.custom-cursor {
  position: fixed;
  font-size: 24px;
  color: #1c1d20;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform;
  mix-blend-mode: difference;
  color: white;
  transition: font-size 0.2s ease;
}
.custom-cursor--link {
  font-size: 24px;
  transform: translate(-50%, -50%) rotate(0deg);
}

a {
  cursor: none !important;
}

img,
video,
.image {
  cursor: none !important;
}

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