@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@font-face {
  font-family: "Brunson";
  src: url("../fonts/brunson/Brunson.ttf") format("truetype");
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

.wrapper {
  width: 80%;
}

.heading {
  width: 100%;
  /* height: max(100vh, 950px); */
  background: linear-gradient(180deg, #050505 0%, #0e0e0e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

.navbar {
  width: 100%;
  padding-top: 1rem;
  color: #f2e9dc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.left {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.left .img1 {
  margin-right: 2rem;
}

.left .img2 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.right button {
  all: unset;
  cursor: pointer;
  background-color: #b54b40;
  border: 2px solid #b54b40;
  color: #f2e9dc;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}

.nav-items .nav-link {
  text-decoration: none;
  color: inherit;
  /* font-weight: 600; */
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 0 8px;
  display: inline-block;
}

.nav-items .nav-link:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.hamburger {
  display: none;
}

.main1 {
  width: 100%;
  color: #f2e9dc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.main1 h1 {
  all: unset;
  width: 100%;
  font-family: "Brunson", sans-serif;
  font-size: 14vw;
  letter-spacing: 0.35rem;
  text-align: center;
}

/* make .vinyl a clipping viewport */
.vinyl {
  width: 100%;
  /* height: 500px; */
  aspect-ratio: 16/6.5;
  /* aspect-ratio: 16/20; */
  display: flex;
  position: relative; /* establishes positioning context for absolutely-placed children */
  overflow: hidden; /* important — hides parts of images outside this box */
  margin-top: 1rem; /* optional spacing from the heading */
}

/* The board is the background image that fills the container */
.vinyl-board {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%); /* center the board inside .vinyl */
  z-index: 1;
}

/* the player overlay (bigger, sits above board) */
.vinyl-player {
  position: absolute;
  z-index: 2;
  /* control size relative to container */
  width: 69%;
  height: auto;
  top: -4%; /* tweak these to place the player visually */
  left: 19%;
  /* transform: translateX(-44.5%) translateY(-5%); */
  pointer-events: none; /* optional: clicks pass through */
  /* transform-origin: 50% 50%; */
}

.vinyl-disk {
  position: absolute;
  z-index: 3;
  width: 12%;
  max-width: 180px;
  height: auto;
  top: 66%;
  left: 48%;
  pointer-events: none;
}

.vinyl-tonearm {
  position: absolute;
  z-index: 3;
  width: 42%;
  height: auto;
  top: 20%;
  left: 9.5%;
  transform-origin: 13.2% 82%;
  cursor: grab;
  pointer-events: auto;
}

.vinyl-tonearm:active {
  cursor: grabbing;
}

.vinyl-tonearm img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.tonearm-tip {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 80%;
  top: 0%;
  transform: translate(50%, 50%);
  pointer-events: none;
  background: transparent;
  /* background-color: white; */
}

.play-area {
  position: absolute;
  width: 53.6%;
  height: 132.8%;
  z-index: 2;
  /* border-radius: 50%; */
  overflow: hidden;
  /* background-color: white; */
  /* border: 1px solid white; */
  left: 27%;
  top: 16%;
}

.vinyl-player,
.vinyl-disk,
.vinyl-tonearm {
  will-change: transform;
  transform: translateZ(0) rotate(-20deg); /* hint for GPU compositing */
  backface-visibility: hidden;
}

.indicator {
  position: absolute;
  color: black;
  font-family: "Brunson", sans-serif;
  font-size: 1.5rem;
  background-color: white;
  z-index: 200;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  top: 2vw;
  left: 15vw;

  /* Additions for better interaction */
  cursor: pointer;
  user-select: none;
  /* Will-change helps browser optimize rendering */
  will-change: transform;
}

.about {
  background: #0e0e0e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}

.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-container h2 {
  all: unset;
  font-family: "Brunson", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #f2e9dc;
}

.about-container p {
  font-family: "Manrope", sans-serif;
  color: #a3a3a3;
  width: 70%;
  padding-top: 2rem;
}

/* .about-image {
  width: 40%;
  padding-top: 5rem;
}

.about-image img {
  width: 100%;
} */

.about .vinyl {
  aspect-ratio: 16/12;
  width: 60%;
}

.about .vinyl-board {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .vinyl-player {
  width: 68.5%;
  top: 4%;
  left: 20%;
}

.about .vinyl-disk {
  width: 17%;
  top: 39.5%;
  left: 45%;
}

.about .vinyl-tonearm {
  transform: rotate(-23deg);
}

.timeline {
  width: 100%;
  background: #0e0e0e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
}

.timeline h2 {
  font-family: "Brunson", sans-serif;
  width: 100%;
  color: #f2e9dc;
  font-size: 5rem;
  font-weight: 100;
}

.timeline-container {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
  width: 100%;
  aspect-ratio: 16/12;
  margin-top: 2rem;
}

.timeline .time-1 {
  position: absolute;
  width: 62%;
}

.timeline .time-2 {
  position: absolute;
  left: 55%;
  width: 16.1%;
}

.timeline .time-3 {
  position: absolute;
  left: 65%;
  width: 12.65%;
  top: 1.4%;
}

.timeline .time-4 {
  position: absolute;
  width: 13%;
  left: 73%;
  top: 1.2%;
}

.timeline .time-5 {
  position: absolute;
  width: 13%;
  left: 82%;
  top: 1.2%;
}

.timeline-mobile {
  width: 100%;
  background: #0e0e0e;
  display: none;
  padding: 1.5rem;
  padding-top: 4rem;
  box-sizing: border-box;
}

.timeline-mobile h2 {
  font-family: "Brunson", sans-serif;
  width: 100%;
  color: #f2e9dc;
  font-size: clamp(3rem, 7.5vw, 4rem);
  font-weight: 100;
  text-align: center;
  margin: 0;
}

.timeline-mobile-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

/* All images responsive */
.timeline-mobile-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.timeline-mobile .time-2 {
  margin-top: clamp(-8rem, -15vw, -6.5rem);
}
.timeline-mobile .time-3 {
  margin-top: clamp(-8rem, -15vw, -6.5rem);
}
.timeline-mobile .time-4 {
  margin-top: clamp(-8rem, -15vw, -6.5rem);
}
.timeline-mobile .time-5 {
  margin-top: clamp(-8rem, -15vw, -6.5rem);
}

/* .timeline-mobile .time-1 {
  position: absolute;
  width: 100%;
} */

/* .timeline-mobile .time-2 {
  position: absolute;
  top: 95%;
  width: 100%;
} */

/* .timeline-mobile .time-3 {
  position: absolute;
  width: 100%;
  top: 190%;
} */

/* .timeline-mobile .time-4 {
  position: absolute;
  width: 100%;
  top: 285%;
} */

/* .timeline-mobile .time-5 {
  position: absolute;
  width: 100%;
  top: 385%;
} */

/* container */
.gallery {
  width: 100%;
  aspect-ratio: 16 / 12;
  background: #0e0e0e;
  display: flex;
  align-items: center; /* vertically center wrapper in viewport */
  justify-content: center; /* horizontally center wrapper */
  position: relative;
}

.gallery h1 {
  display: block;
  font-size: 10vw;
  font-family: "Brunson", sans-serif;
  font-weight: 100;
  color: #f2e9dc;
  letter-spacing: 0.1rem;
}

.gallery #img1,
#img2,
#img3,
#img4,
#img5,
#img6,
#img7,
#img8,
#img9 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.gallery #img1:hover,
#img2:hover,
#img3:hover,
#img4:hover,
#img5:hover,
#img6:hover,
#img7:hover,
#img8:hover,
#img9:hover {
  filter: grayscale(0%);
}

.gallery .image1 {
  position: absolute;
  width: 9vw;
  height: 14vw;
  left: 8.5%;
  top: 39%;
  overflow: hidden;
}

.gallery #img1 {
  transform: scale(1.7);
}

.gallery .image2 {
  position: absolute;
  width: 15vw;
  height: 15vw;
  left: 18%;
  top: 59.5%;
  overflow: hidden;
}

.gallery #img2 {
  transform: scale(1.2);
}

.gallery .image3 {
  position: absolute;
  width: 13vw;
  height: 20vw;
  left: 34.5%;
  top: 59.5%;
}

.gallery .image4 {
  position: absolute;
  width: 14vw;
  height: 23vw;
  left: 19%;
  top: 27%;
  overflow: hidden;
}

.gallery #img4 {
  transform: scale(2.2);
}

.gallery .image5 {
  position: absolute;
  width: 14vw;
  height: 20vw;
  left: 66%;
  top: 34%;
}

.gallery .image6 {
  position: absolute;
  width: 20vw;
  height: 9vw;
  left: 45%;
  top: 27%;
  overflow: hidden;
}

.gallery #img6 {
  transform: scale(1.5);
}

.gallery .image7 {
  position: absolute;
  width: 12vw;
  height: 17vw;
  left: 66%;
  top: 10%;
}

.gallery .image8 {
  position: absolute;
  width: 14vw;
  height: 10vw;
  left: 61.5%;
  top: 62.5%;
  overflow: hidden;
}

.gallery #img8 {
  transform: scale(1.5);
}

.gallery .image9 {
  position: absolute;
  width: 11vw;
  height: 12vw;
  left: 81.5%;
  top: 45%;
  overflow: hidden;
}

.gallery #img9 {
  transform: scale(1.5);
}

/* Contact us */

.contact {
  width: 100%;
  height: max(100vh, 1064px);
  background: #131313;
  color: #f2e9dc;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.contact-footer {
  display: flex;
  align-items: center;
}

.contact h2 {
  font-family: "Brunson", sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 5rem;
  padding-top: 10rem;
}

#help2 {
  display: none;
}

/* .contact-img1 {
  position: absolute;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 8rem;
  z-index: 20;
} */

.contact-img2 {
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 8rem;
  z-index: 10;
}

.contact-div {
  position: absolute;
  width: 54%;
  aspect-ratio: 2.72274;
  top: 24.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(-1.66deg);
  background-color: #1b1524;
  z-index: 20;
  -webkit-mask-image: radial-gradient(circle at 71% 0, transparent 5%, black 5%),
    radial-gradient(circle at 71% 100%, transparent 6%, black 6%);
  mask-image: radial-gradient(circle at 71% 0, transparent 6%, black 6%),
    radial-gradient(circle at 71% 100%, transparent 6%, black 6%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.contact-div-contain {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.contact-div-contain .coupon-img {
  position: absolute;
  height: 100%;
  width: 29%;
  right: 0;
  top: 0;
  border-left: 2px dashed white;
  object-fit: cover;
}

.coupon-text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.5rem;
  padding-left: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.coupon-heading {
  display: flex;
  flex-direction: column;
}

.coupon-contact,
.coupon-heading .role {
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.75rem, 1.75vw, 2rem);
}

.coupon-heading .name {
  font-family: "Brunson", sans-serif;
  font-size: clamp(1rem, 4.5vw, 3rem);
}

.coupon-heading .role {
  color: #585858;
  font-size: clamp(0.75rem, 1.75vw, 2rem);
}

.coupon-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.coupon-contact .contact-container {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.contact-container img {
  height: 1.75rem;
  width: 1.75rem;
}

/* .contact-div .coupon-img {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  border-left: 2px dashed white;
}

.contact-div .coupon-heading {
  position: absolute;
  top: 11%;
  left: 5%;
  display: flex;
  flex-direction: column;
}

.coupon-heading .name {
  font-family: "Brunson", sans-serif;
  font-size: clamp(1rem, 2.5vw, 2rem);
} */

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slanted-footer {
  background: #1b1523; /* Footer color */
  color: white;
  padding: 5rem 10rem;
  padding-bottom: 3rem;
  position: relative;
  clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0 100%);
  /* top-left corner (0 0)
     top-right corner (100% 5vw) → slants downward
     bottom-right (100% 100%)
     bottom-left (0 100%) */
}

.footer-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content h3 {
  font-family: "Brunson", sans-serif;
  font-size: 5rem;
  font-weight: 100;
}

.divider {
  height: 7rem;
  /* width: 10px; */
  background-color: aliceblue;
  border-left: 1px solid gray;
  box-sizing: border-box;
  margin-left: 2rem;
  margin-right: 2rem;
}

.connect {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.connect p {
  font-family: "Manrope", sans-serif;
}

.connect .icons {
  display: flex;
  gap: 1rem;
}

.contact-text {
  margin-top: 2rem;
  font-family: "Manrope", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.contact-text .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.temp-connect {
  display: none;
}

.icons a:hover {
  transform: scale(1.1);
}

/* Hamburger icon */
.hamburger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.3s ease;
}

.hamburger:hover {
  transform: scale(1.1);
}

/* Hamburger menu */
.hamburger-menu {
  position: fixed;
  top: 0;
  left: -100%; /* Hidden by default */
  width: 280px;
  height: 100vh;
  background-color: #1b1523;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  transition: left 0.3s ease;
  overflow-y: auto;
  font-family: "Manrope", sans-serif;
}

.hamburger-menu.active {
  left: 0; /* Slide in when active */
}

/* Menu header with close button */
.menu-header {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
}

.close-btn {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: white;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease;
}

.close-btn:hover {
  transform: rotate(90deg);
  color: #bbb;
}

/* Menu navigation */
.menu-nav {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.menu-nav a {
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  transition: background-color 0.2s ease, padding-left 0.2s ease;
  border-left: 3px solid transparent;
}

.menu-nav a:hover {
  background-color: darkslateblue;
  padding-left: 35px;
  border-left-color: #007bff;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}
