/* Reset and base styles */
body {
  margin: 0;
  padding: 0;
  padding-top: 60px; /* space for fixed navbar */
  background: #000;
  font-family: 'Arial', sans-serif;
  color: #fff;
  text-align: center;
}

/* Nav bar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #111;
  padding: 10px 20px;
  position: fixed; /* fixed at top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-sigil {
  width: 20px;
  height: auto;
}
.nav-logo {
  display: none;
}

/* Desktop menu: show links, hide hamburger */
.nav-menu {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0 auto;
  padding: 0;
}
.nav-menu li a {
  font-size: 0.9rem; /* reduced font size */
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
.nav-menu li a:hover,
.nav-menu li a.highlighted {
  color: #ff77cc;
}
.nav-toggle-label {
  display: none;
}
.nav-toggle {
  display: none;
}

/* Hero Section */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* start from top */
  min-height: 100vh;
  padding: 20vh 20px 0; /* shift content down for central feel */
}
.main-sigil {
  width: 80vmin;
  max-width: 400px;
  margin-bottom: 20px;
}
/* Hide the textual H1 in Hero, use logo instead */
.hero h1 {
  display: none;
}
.hero-logo {
  display: block; /* ensure your PNG logo shows */
}

.tagline {
  font-style: italic;
  font-weight: bold;
}


/* Vision Section */
/* Desktop Vision: full-screen background image */
.vision {
  position: relative;
  background: url("assets/ourvision.gif") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0 20px;
}
/* Hide the inline IMG on desktop */
.vision-gif {
  display: none;
}

/* Overlay text styling stays the same */
.vision-overlay {
  background: none;
  padding: 40px;
  max-width: 600px;
  text-align: left;
  /* ... your existing stroke & shadow ... */
}

/* MOBILE: stack image then text */
@media (max-width: 768px) {
  .vision {
    /* turn off the CSS background on mobile */
    background: none;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    min-height: auto; /* let it size naturally */
  }
  .vision-gif {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px; /* optional */
  }
  .vision-overlay {
    padding: 0;
    max-width: 100%;
    text-align: left;  /* or center, if you prefer */
  }
}

.vision h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}
.vision p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
  -webkit-text-stroke: 0.5px #000;
  text-shadow:
    -0.5px -0.5px 0 #000,
     0.5px -0.5px 0 #000,
    -0.5px  0.5px 0 #000,
     0.5px  0.5px 0 #000;
}

/* Join Section */
.join {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgb(25,25,30); /* updated background */
  padding: 60px 20px;
}
.join img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  margin: 20px;
}
.join-text {
  max-width: 500px;
  text-align: left;
  padding: 20px;
}
.join-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.join-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.eval-button {
  display: inline-block;
  background: linear-gradient(90deg, #00e5ff, #ff00ff);
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  font-size: 1.2rem;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 0 12px #ff00ffaa;
  transition: transform 0.2s ease;
}
.eval-button:hover {
  transform: scale(1.05);
}

/* Testimonials Section */
.testimonials {
  padding: 60px 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials h2 {
  width: 100%;
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
}
.testimonials-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  max-width: 800px;        /* constrain total width for centering */
  width: 100%;
  margin: 0 auto;          /* center container */
  padding: 0 20px;         /* horizontal padding */
}
.testimonials-container .testimonial-gif {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonials-container .testimonial-gif img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.testimonials-container .testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
}
.testimonials-container p {
  text-align: left;
}

/* Tighter Testimonials Panel */
.testimonials {
  padding: 10px 5px;       /* less padding so more room */
  min-height: 100vh;
}

/* Make all GIFs a uniform, smaller size */
.testimonials-container img {
  max-width: 200px;         /* cap size for every GIF */
  width: 100%;
  height: auto;
}

/* Shrink the text a bit */
.testimonials-container p {
  font-size: 0.9rem;        /* smaller font for tighter fit */
  line-height: 1.4;
  margin-bottom: 15px;
}

/* Pride Tickets Section */
.tickets {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 20px;
  min-height: 100vh;
}
.tickets-text {
  max-width: 500px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tickets-text .subheading {
  color: rgb(224,125,170);
  font-style: italic;
  margin-bottom: 10px;
}
.tickets-logo {
  width: 70vmin;       /* increased for greater impact */
  max-width: 500px;
  margin: 20px 0;
}
.tickets-text h2 {
  font-size: 2.5rem;
  margin: 10px 0;
}
.tickets-info {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
}
.tickets-button {
  display: inline-block;
  background: #ff77cc;
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: 0 0 12px #ff77cc;
  transition: transform 0.2s ease;
}
.tickets-button:hover {
  transform: scale(1.05);
}
.tickets-address {
  font-size: 0.9rem;
  color: #ccc;
}
.tickets-image {
  width: 100%;
  max-width: 500px;      /* constrain width to half viewport */
  height: auto;         /* preserve aspect ratio */
  border-radius: 10px;
  margin: 20px;
  /* object-fit removed to avoid cropping */
  flex: 1;
}


/* Contact Section */
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 60px 20px;
  background-color: #000;
  color: #fff;
}
.contact .main-sigil {
  width: 40vmin;
  max-width: 400px;
  margin-bottom: 30px;
}
.contact h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
.contact p {
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto 30px auto;
}
.social-links {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.social-links a img {
  width: 50px;
  transition: transform 0.2s ease;
}
.social-links a img:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  /* Show hamburger toggle */
  .nav-toggle {
    display: block;
  }
  /* Position hamburger fixed in viewport */
  .nav-toggle-label {
    display: flex;
    position: fixed;
    top: 15px;
    right: 20px;
    flex-direction: column;
    cursor: pointer;
    z-index: 1100;
  }
  /* Hamburger lines */
  .nav-toggle-label span,
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    content: '';
    display: block;
    background: #ccc;
    height: 2px;
    width: 25px;
    margin: 4px 0;
    transition: transform 0.3s ease;
  }
  .nav-toggle-label span::before {
    transform: translateY(-8px);
  }
  .nav-toggle-label span::after {
    transform: translateY(4px);
  }

  /* Position menu fixed so it's always visible below header */
  .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 60px;
    right: 0;
    background-color: #111;
    padding: 20px;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    width: 180px;
    z-index: 1050;
  }
  /* Show menu when toggled */
  .nav-toggle:checked + .nav-toggle-label + .nav-menu {
    display: flex;
  }

  /* Adjust main content padding for fixed nav+toggle */
  .main-sigil {
    width: 100px;
  }
  h1 {
    font-size: 1.5rem;
  }
  .vision, .hero, .join, .tickets, .contact {
    text-align: center;
  }
  .vision-overlay, .join-text, .tickets-text {
    width: 90%;
    padding: 20px;
  }
  .vision h2, .testimonials h2 {
    font-size: 2rem;
  }
  .vision p, .join-text p {
    font-size: 1rem;
  }
  .testimonials-grid {
    display: flex;
    flex-direction: column;
  }
}
