@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
* { 
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
  font-family: 'Inter', sans-serif;
}

body {
  background-color: #690093;
}
.title {
    color: #FFFFFF;
    letter-spacing: -0.11em;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(42px, 9vw, 96px);
}
.title-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -4%;
}
.title-ellipse {
    width: clamp(368.8125px, 70vw, 843px);
    height: clamp(40.25px, 9vw, 92px);
    border-radius: 100% 100% 100% 100%;
    background-color: #D9D9D9;
    opacity: 0.18;
    top: clamp(28.4375px, 5vw, 65px);
}
.fork-image {
    width: calc(150px + 103px * ((100vw - 320px) / (1280px - 320px)));
    height: calc(150px + 103px * ((100vw - 320px) / (1280px - 320px)));
    display: block;
    z-index: 1;
    margin-top: -7%;
    margin-left: clamp(68%, 1.5vw, 73%);
}
.option-text {
    color: #FFFFFF;
    letter-spacing: -0.11em;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(37px, 9vw, 85px);
    width: clamp(250px, 35vw, 700px);
    z-index: 2;
}
.option-shade-1 {
    color: #000000;
    letter-spacing: -0.11em;
    opacity: 0.18;
    line-height: 0.83;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(59px, 9vw, 97px); 
    width: clamp(250px, 35vw, 700px);
    position: absolute;
    bottom: 52.5%;
    height: auto;
}

.option-shade-2 {
    color: #000000;
    letter-spacing: -0.11em;
    opacity: 0.18;
    line-height: 0.83;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(59px, 9vw, 97px); 
    width: clamp(250px, 35vw, 700px);
    position: absolute;
    bottom: 52.5%;
    height: auto;
}
.option-shade-3 {
    color: #000000;
    letter-spacing: -0.11em;
    opacity: 0.18;
    line-height: 0.83;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(59px, 9vw, 97px); 
    width: clamp(500px, 35vw, 700px);
    position: absolute;
    bottom: 51%;
    height: auto;
}
.section-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 174px;
    margin-top: clamp(125px, 15vw, 174px);
    gap: 2vw;
    box-sizing: border-box;
}
.gallery-container, .about-container {
    margin: 0;
    flex: 1 1 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.gallery-container:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}
.about-container:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}
.contact-container:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}
.tv-image:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}
.gallery-container {
    align-items: flex-start;
}

.about-container {
    align-items: flex-end;
}

.contact-container {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    position: relative; 
    margin: clamp(40px, 3vw, 50px) auto 0 auto;
    width: fit-content;
    text-align: center;
}
.tv-image {
    width: clamp(300px, 45vw, 500px);
    height: auto;
    display: block;; 
    position: relative;
    margin-top: clamp(-235px, calc((100vw - 480px) * (-200 / 800)), 0px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.tv-ellipse {
    width: clamp(235px, 35vw, 400px);
    height: clamp(20px, calc(20px + (15 * ((100vw - 320px) / 960))), 35px);
    border-radius: 100% 100% 100% 100%;
    background-color: #D9D9D9;
    opacity: 0.18;
    bottom: 5%;
    right: 10%;
    z-index: 0;
    position: absolute;
}
.tv-image img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
}
.tv-sticker {
    position: absolute;
    color: #FFFFFF;
    letter-spacing: -0.11em;
    opacity: 0.18;
    line-height: 0.83;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(8.5px, 1vw, 12px);
    right: 19%;
    bottom: 17%;
    pointer-events: none;
    width: max-content;
    z-index: 3;
}

.tv-video {
    position: absolute;
    top: 15%;
    left: 22.5%;
    object-fit: cover;
    z-index: 1;
    width: clamp(167px, 25vw, 277px);
    height: clamp(125px, 19vw, 207px);
    border-radius: 18px 18px 8px 8px;
    opacity: 0.5;
    z-index: 3;
}

.promo-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 5%;
    gap: 10px;
    margin-bottom: 2%;
}
.promo-text {
    color: #FFFFFF;
    letter-spacing: -0.11em;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(42px, 9vw, 96px);
    font-style: italic;
    text-align: center;
    word-break: break-word;
}
.promo-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap; 
  box-sizing: border-box;
}

.promo-track {
  display: inline-flex;
  animation: marquee 34s linear infinite;
}

.promo-track span {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 9vw, 96px);
  font-style: italic;
  letter-spacing: -0.11em;
  padding-right: 0rem;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.promo-subheader {
    color: #FFFFFF;
    opacity: 0.42;
    letter-spacing: -0.11em;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-size: clamp(20px, 2vw, 55px);
    text-align: center;
    margin-top: -2%;
}
.promo-images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -5% auto;
    padding: 0 10px;
}

.promo-image {
    flex: 0 0 clamp(360px, 60vw, 780px);
    width: clamp(360px, 60vw, 780px);
    height: auto;
    border-radius: 10px;
    pointer-events: none;
    transition: transform 0.3s ease;
    object-fit: cover;
}
@keyframes buttonStrobe {
  0%, 100% { 
    transform: scale(1); 
    border-width: 2px;
  }
  50% { 
    transform: scale(1.05);
    border-width: 5px;
  }
}

@keyframes buttonFlash {
  0%, 100% { 
    background-color: #690093; 
  }
  50% { 
    background-color: #8a1bb8; 
  }
}

.book-button {
    background-color: #690093;
    color: #FFFFFF;
    width: clamp(130px, 18vw, 340px);
    height: clamp(130px, 18vw, 340px);
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(20px, 2.5vw, 46px);
    letter-spacing: -0.11em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    flex: 0 0 auto;
    
    animation: 
      buttonStrobe 2s ease-in-out infinite,
      buttonFlash 2s ease-in-out infinite;
    
    transition: all 0.3s ease;
}

.book-button:hover {
    animation: none;
    transform: scale(1.05);
    background-color: #8a1bb8;
    border-width: 4px;
}

.book-button-sub {
    font-size: clamp(20px, 2.5vw, 46px);
    font-style: italic;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(20px, 2.5vw, 46px);
    letter-spacing: -0.11em;
}
.promo-track-2 {
  display: inline-flex;
  animation: marquee 26s linear infinite;
}
.promo-track-2 span {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 6vw, 72px);
  font-style: italic;
  letter-spacing: -0.11em;
  padding-right: 0rem;
  margin-bottom: 0.4%;
}
.marquee--reverse .promo-track-2 {
  animation-direction: reverse;
}

.subscribe-form-wrap {
  max-width: 720px;
  margin: 24px auto;
  padding: 0 12px; 
}

.subscribe-form-wrap input[type="email"] {
  border-radius: 12px;
  border: 2px solid #fff;
  background: rgba(255,255,255,0.08);
  color: #fff;
  height: 48px;
  padding: 0 14px;
  font-family: 'Inter', sans-serif;
}
.subscribe-form-wrap button {
  background: #690093;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  height: 48px;
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
}
.subscribe-form-wrap button:hover {
  background: #8a1bb8;
}
.promo-strip-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(10px, 3vw, 24px);
  width: 100%;
  padding: 0 25px;
}

.promo-strip {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(6px, 1.5vw, 14px);
  width: 100%;
}

.promo-header {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 55px);
  letter-spacing: -0.11em;
  white-space: nowrap;
  margin-top: clamp(12px, 3.5vw, 25px);
  justify-content: center;
  align-items: center; 
}
.promo-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.08);
  transition: transform 0.25s ease;
}
.promo-thumb:hover {
  transform: scale(1.03);
}
