/* ====== Global ====== */
* {
    box-sizing: border-box;
    font-family: "Radio Canada Big", "Radio Canada Big Placeholder", sans-serif;
}

body {
 margin: 0;
 font-family: 'Inter', sans-serif;
 background: #ffffff;
 perspective: 1200px;
 color: #111;
 scroll-behavior: smooth;
}

/* ====== Sticky Navbar ====== */
.top-nav-container {
  position: sticky;
  top: 0.5rem;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(24px);
  background: linear-gradient(rgba(244, 244, 244, 0.12) 0%, rgba(244, 244, 244, 0.64) 100%);
  max-width: 80%;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-radius: 20px;
  user-select: none;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
    position: absolute;
  width: 114px;
  height: 40px;
  border-radius: 6px;
    user-select: none;;
    top: 1.15rem;
}

/* ====== Button ====== */
.waitlist-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  background: #111;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
    font-family: "Open Sauce Two", "Open Sauce Two Placeholder", sans-serif;
}

.waitlist-btn:hover {
  background: #333;
  transform: translateY(-1px);
}

.waitlist-btn .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.waitlist-btn:hover .arrow {
  transform: translateX(4px) scale(1.2);
}

/* ====== Hero Section ====== */
.hero {
  text-align: center;
  margin-top: 8rem;
      box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
}
.hero-container {
  font-size: 0;
  margin-top: 7rem;
    font-family: "Poppins","Poppins Fallback", sans-serif !important;

}
.hero-container span {
  font-family: "Poppins","Poppins Fallback", sans-serif !important;
}

.hero-title {
  font-size: 3rem;
  font-weight: 500;
  font-size: 5rem;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  -webkit-text-stroke: 2px black;
  letter-spacing: -.03em;
  color: white;
  display: block;
  line-height: 5rem;
  
}

.hero-description {
  font-size: 1.4rem;
  color: #7c7c7c;
      margin-top: 2rem;
      font-weight: 100;
      font-style: normal;
      margin-bottom: 0.5rem;
}
.hero-description-2 {
  font-size: 1.4rem;
  color: #7c7c7c;
  margin-top: 0rem;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 50px;

}
/* ====== 3D Scroll Image ====== */
.scroll-image {
  display: block;
  width: 80%;
  margin: 0 auto 200px auto;
  margin-bottom: 0px !important;
  border-radius: 3.5vw;
  object-fit: cover;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 6px 17px) drop-shadow(rgba(0, 0, 0, 0.12) 0px 1px 1px);  transform-origin: center center;
  transition: transform 0.1s linear;
  will-change: transform, opacity;
}
.waitlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.2rem;
  background: #111;
  color: white;
  font-size: 0.92rem;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1; /* fixes vertical text alignment */
  transition: background 0.25s ease, transform 0.15s ease;
  text-align: center;
}

.waitlist-btn:hover {
  background: #616161;
  transform: translateY(-1px);
}

.waitlist-btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05em;
  transform-origin: center center;
  transition: transform 0.25s ease;
  line-height: 1; /* ensures the arrow matches text baseline */
  margin-top: 1px; /* fine-tuned vertical centering */
}

.waitlist-btn:hover .arrow {
  transform: translateX(3px) rotate(-15deg) scale(1.1);
}

.arrow img {
    width: 16px;
    height: 16px;
    fill: white;
    filter: brightness(0) invert(1);

}

.join-form-container {
    display: flex;
    justify-content: center;
    margin-top: -60px; /* Pull it up closer to the description */
    margin-bottom: 1rem; /* Space before the scroll image */
    margin-top: 1rem;
}

.join-form {
    display: flex;
    width: 100%;
    max-width: 600px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.join-form-input {
    flex-grow: 1;
    padding: 0.9rem 1.2rem;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #111;
    font-weight: 400;
}

.join-form-input::placeholder {
    color: #666;
}

.join-form-button {
    flex-shrink: 0;
    background: #111;
    color: #FFFFFF;
    border: none;
    padding: 0.9rem 1.6rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.15s ease;
    padding-right: 3rem;
}

.join-form-button:hover {
    background: #616161;
}
.scroll-image-container {

    margin-top: 2.5rem;
}

.form-right-arrow {
    margin-left: 8px;
    margin-top: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    fill: white;
    filter: brightness(0) invert(1);
    transition: transform 0.25s ease;
}
.join-form-button:hover .form-right-arrow {
    transform: translateX(3px) rotate(-15deg) scale(1.1);
}

.footer {
  padding: 2rem 0;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 50px; /* Add some space above the footer */
}
/* ====== Nav Center Links ====== */
.nav-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem; /* Spacing between the navigation links */
}

.nav-center ul li a {
  text-decoration: none;
  color: #000000b8;
  font-size: 0.95rem;
  font-weight: 525;
  padding: 0.5rem 0.2rem;
  position: relative;
  transition: opacity 0.2s ease, color 0.2s ease;
  font-family: "Open Sauce Two", "Open Sauce Two Placeholder", sans-serif;
}

.nav-center ul li a:hover {
  opacity: 0.5;
}

/* ====== Footer ====== */
.footer {
    padding: 3rem 0; /* Increased padding for better vertical spacing */
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 3rem; /* Spacing between the links */
    margin-bottom: 2rem; /* Space between links and the icon/copyright */

}

.footer-links a {
    text-decoration: none;
    color: #444; /* Darker color for visibility */
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.4s ease;
    font-family: "Open Sauce Two", "Open Sauce Two Placeholder", sans-serif;
}

.footer-links a:hover {
    opacity:0.8;
}

.social-icon {
    font-size: 1.5rem; /* Size of the icon */
    color: #888;
    margin-bottom: 2rem;
    display: inline-block; /* Ensure it respects margins */
    transition: color 0.2s ease, transform 0.15s ease;
}

.social-icon:hover {
    color: #444;
    transform: scale(1.05);
}

.copyright-text {
    font-size: 0.85rem;
    color: #666;
}
/* ====== Footer - Social Icons Adjustment (Optional Refinement) ====== */

/* Update the .social-icon rule to give all icons a margin */
.social-icon {
    font-size: 1.5rem; 
    color: #888;
    margin: 0 0.5rem 2rem 0.5rem; /* Added horizontal margin to separate icons */
    display: inline-block; 
    transition: color 0.2s ease, transform 0.15s ease;
}

/* Add a wrapper for the icons */
.social-icons-wrapper {
    display: flex;
    gap: 1rem; /* Space between icons */
    justify-content: center;
    margin-bottom: 2rem; /* Space between links and the icons/copyright */
}
.hero-title-2 {
    font-size: 5rem;
    font-weight: 700;
    margin-top: -10px;

    color: #111;
      line-height: 5rem;


}
/* ====== General Section Styles (for About and Team) ====== */
.section-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 24px; /* Adjusting padding for vertical rhythm (60px) and horizontal safety (24px) */
    text-align: center;
    padding-top: 30px;
    padding-bottom:0;
    padding-top: 7%;
  }

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px; /* 2 units of 4pt grid */
    margin-top: 0rem;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #7c7c7c;
    margin-bottom: 48px; /* 12 units of 4pt grid */
    font-weight: 400;
}

/* ====== About Section Styles ====== */


.about-content {
    display: flex;
    gap: 32px; /* 8 units of 4pt grid */
    justify-content: center;
    flex-wrap: wrap;
}

.about-card {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 32px; /* 8 units of 4pt grid */
    max-width: 320px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.about-icon {
    font-size: 2.5rem;
    color: #111;
    display: block;
    margin-bottom: 16px; /* 4 units of 4pt grid */
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
    margin-top: 0;
    margin-bottom: 8px;
}

.card-description {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}

/* ====== Team Section Styles ====== */
.team-section {
    background: #ffffff;
    padding-top: 50px;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 40px; /* 10 units of 4pt grid */
}

.team-member {
    text-align: center;
    max-width: 200px;
    padding: 16px;
    border-radius: 8px;
}

.member-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    border: 3px solid #111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.member-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: #111;
    margin: 8px 0 4px 0;
}

.member-role {
    font-size: 0.9rem;
    color: #7c7c7c;
    margin: 0 0 16px 0;
}

.member-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social-link {
    color: #444;
    font-size: 1.2rem;
    transition: color 0.2s ease, transform 0.15s ease;
}

.social-link:hover {
    color: #111;
    transform: translateY(-2px);
}

/* ====== RESPONSIVE DESIGN ====== */

/* ====== Large Tablets (≤1200px) ====== */
@media (max-width: 1200px) {
  .top-nav-container {
    max-width: 90%;
    padding: 0.8rem 1.5rem;
  }

  .hero-title,
  .hero-title-2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .hero-description,
  .hero-description-2 {
    font-size: 1.2rem;
  }

  .scroll-image {
    width: 85%;
  }
}

/* ====== Tablets (≤900px) ====== */
@media (max-width: 900px) {
  .top-nav {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 1rem;
  }

  .logo {
    position: static;
    transform: none;
    margin: 0 auto;
    display: block;
  }

  .nav-center ul {
    gap: 1.2rem;
  }

  .waitlist-btn {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }

  .hero {
    margin-top: 5rem;
  }

  .hero-title,
  .hero-title-2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  .hero-description,
  .hero-description-2 {
    font-size: 1.05rem;
    padding: 0 1rem;
  }

  .join-form {
    flex-direction: column;
    max-width: 90%;
  }

  .join-form-input {
    width: 100%;
    padding: 0.8rem;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .join-form-button {
    width: 100%;
    font-size: 1rem;
    padding: 0.9rem;
  }

  .scroll-image {
    width: 90%;
    border-radius: 5vw;
  }

  .about-content {
    flex-direction: column;
    align-items: center;
  }

  .team-grid {
    flex-wrap: wrap;
    gap: 30px;
  }

  .section-title {
    font-size: 2.4rem;
  }
}

/* ====== Mobile (≤600px) ====== */
@media (max-width: 600px) {
  .top-nav-container {
    max-width: 95%;
    padding: 0.6rem 1rem;
    border-radius: 16px;
  }

  .nav-center ul {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .nav-center ul li a {
    font-size: 0.85rem;
  }

  .waitlist-btn {
    padding: 0.5rem 0.9rem;
    font-size: 0.85rem;
  }

  .hero-title {
    line-height: 2.6rem;
    -webkit-text-stroke: 1px black;
  }

  .hero-title-2 {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .hero-description,
  .hero-description-2 {
    font-size: 0.95rem;
    padding: 0 1rem;
  }

  .join-form {
    flex-direction: column;
    border-radius: 10px;
    max-width: 85%;
  }

  .join-form-input,
  .join-form-button {
    font-size: 0.9rem;
    padding: 0.8rem;
  }

  .scroll-image {
    width: 95%;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .about-card {
    width: 90%;
    padding: 1.5rem;
  }

  .team-grid {
    flex-direction: column;
    align-items: center;
  }

  .team-member {
    max-width: 250px;
  }

  .footer-links {
    gap: 1rem;
  }

  .social-icons-wrapper {
    flex-wrap: wrap;
  }

  .copyright-text {
    font-size: 0.75rem;
  }
}

/* ====== Ultra Small (≤400px) ====== */
@media (max-width: 400px) {

  .join-form {
    max-width: 95%;
  }

  .about-card {
    padding: 1.2rem;
  }
}
.abhinav {
  overflow: hidden;
    white-space: nowrap;
}
/* Center and style the message under the form */
.form-message {
  margin-top: 20px;          /* small space below button */
  text-align: center;        /* center horizontally */
  font-size: 0.95rem;        /* subtle, readable size */
  font-family: 'Inter', sans-serif;
  color: #333;               /* default text color */
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}

/* Optional: make message fade in smoothly */

.form-message.show .scroll-image-container {
  margin-top: 1.5rem;
}
[data-scroll-3d] {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    transform-origin: center center;
    opacity: 1;
  }