/* === FONT IMPORT === */
@font-face {
  font-family: 'Space Grotesk';
  src: url('/Assets/Fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('/Assets/Fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/Assets/Fonts/Agrandir_Font_Family/agrandir-tight-bold.ttf') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/Assets/Fonts/Agrandir_Font_Family/agrandir-tight-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/Assets/Fonts//Agrandir_Font_Family/agrandir-tight-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/Assets/Fonts/Agrandir_Font_Family/agrandir-tight-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/Assets/Fonts/Agrandir_Font_Family/agrandir-tight-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/Assets/Fonts/Agrandir_Font_Family/agrandir-tight-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* === RESET & BASE === */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
  font-family: 'Agrandir', sans-serif;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bold {
  font-weight: 900;
}

.tight {
  font-weight: 300;
}

.h2, .cta-button {
  font-weight: 700;
}

.subtitle, nav a {
  font-weight: 500;
}

p, .bio-text {
  font-weight: 300;
}

.caption, .footer-note {
  font-weight: 100;
}

/* === FOR VENUES PAGE === */
/* === SECTION 1 === */
.venue-hero-section {
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: O;
}

.venue-hero-container {
  text-align: center;
  margin-bottom: 3rem;
}

.venue-hero-title {
  font-size: 4rem;
  font-weight: 400;
}

.venue-hero-subtitle {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.venue-hero-description {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25rem;
}

.venue-features-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 5rem;
  margin-right: 5rem;
  gap: 2rem;
}

.venue-features-wrapper h3 {
  font-size: 2rem;
  padding-bottom: 2rem;
  padding-top: 0.5rem;
  font-weight: 700;
  text-align: center;
}

.feature-box {
  padding-bottom: 2rem;
  padding-left: 2rem;
  border-radius: 1rem;
}

.feature-box p,
.feature-box ul {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  line-height: 1.6;
}

.feature-box ul {
  padding-left: 3rem;
  margin-top: 0.5rem;
}

.feature-box ul li {
  margin-bottom: 0.25rem;
}

.premium-listings {
  background-color: #fddfa1;
}

.in-app-campaigns {
  background-color: #e5b9d4;
  z-index: 2;
}

.note {
  font-style: italic;
  margin-top: 0.5rem;
}

/* === SECTION 2 === */
.visibility-section {
  position: relative;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 8rem;
  background-color: #fff;
  overflow: hidden;
}

.for-venues-rainbow {
  position: absolute;
  top: 15%;
  left: -150px;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  transform: rotate(-95deg);
  pointer-events: none;
}

.visibility-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.visibility-image {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.visibility-image img {
  max-width: 100%;
  height: 700px;
}

.visibility-text {
  flex: 1 1 400px;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

.visibility-text h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.visibility-text h3 {
  text-align: center;
  font-size: 2rem;
  margin: 1rem auto 0 auto;
}

.visibility-text p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

/* === SECTION 3 === */
.contact-section {
  background-color: #000;
  color: white;
  text-align: center;
  margin-top: -6px;
  padding: 2rem 0;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 130vw;
  left: -15vw;
  z-index: 2;
  position: relative;
}

.contact-section h2 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.contact-section p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-button {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  border-radius: 2rem;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 2.5rem;
  z-index: 4;
}

.contact-button:hover {
  background-color: #a86daa;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .venue-hero-section {
    padding: 6rem 1rem 3rem 1rem;
  }

  .venue-hero-title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .venue-hero-subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .venue-hero-description {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }

  .venue-features-wrapper {
    margin: 0;
    padding: 0 1rem;
    gap: 2rem;
  }

  .feature-box {
    padding: 1.5rem 1rem;
  }

  .feature-box p,
  .feature-box ul {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .feature-box ul {
    padding-left: 1.5rem;
  }

  .feature-box ul li {
    margin-bottom: 0.5rem;
  }

  .venue-features-wrapper h3 {
    font-size: 1.5rem;
    padding: 1rem 0;
  }

  .note {
    font-size: 0.9rem;
    margin-top: 1rem;
  }

  /* === SECTION 2 === */
  .visibility-section {
    padding: 0;
    overflow: visible;
  }

  .visibility-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 0;
  }
  
  .visibility-image img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
  }
  
  .visibility-text {
    padding: 0;
    text-align: center;
  }
  
  .visibility-text h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .visibility-text h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 1rem auto 0 auto;
  }
  
  .visibility-text p {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin-bottom: 0.75rem;
  }

  .for-venues-rainbow {
    position: absolute;
    top: 50px; /* pulls it into the section above */
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    width: 300vw;
    height: auto;
    overflow: visible;
    z-index: 0;
    pointer-events: none;
  }

  /* === SECTION 3 === */
  .contact-section {
    padding: 4rem 1rem;
    background-color: #000;
    color: #fff;
    margin-bottom: -5px;
    border: none;
  }

  .contact-container {
    width: 100%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

  .contact-container h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .contact-container p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0.75rem 0;
    padding: 0 4rem;
  }

  .contact-container .cta-button {
    font-size: 1.25rem;
    width: 40vw;
    padding: 1rem 2rem;
    margin-top: 2rem;
  }
}

