html,
body {
  overflow: hidden;
}

@font-face {
  font-family: myFirstFont;
  src: url(webfontkit-20250516-084149/lagency-regular-webfont.woff);
}

body {
  background-image: url("images/Background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  text-align: center;
  color: white;
  font-family: Poppins, serif;
}

#name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 64px;
  padding: 10px;
  letter-spacing: 15px;
}

h1 {
  font-size: 104px;
  font-family: myFirstFont, serif;
  margin-top: 240px;
  margin-bottom: 20px;
}

#tagline {
  font-size: 24px;
  font-weight: 100;
}

p {
  font-size: 20px;
  font-weight: 300;
}

/* ENHANCED MAILCHIMP OVERRIDES */

/* Hide all default Mailchimp elements first */
#mc_embed_signup * {
  background: transparent !important;
  border: none !important;
  font-family: inherit !important;
  color: inherit !important;
}

/* Nuclear option - hide everything then show only what we need */
#mc_embed_signup * {
  visibility: hidden !important;
}

/* Show only our needed elements */
#mc_embed_signup form,
#mc_embed_signup #mc_embed_signup_scroll,
#mc_embed_signup .pill-wrapper,
#mc_embed_signup .mc-field-group,
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="submit"],
#mc_embed_signup .clear,
#mc_embed_signup #mce-responses,
#mc_embed_signup .response {
  visibility: visible !important;
}

/* Force hide problematic elements with maximum specificity */
#mc_embed_signup .indicates-required,
#mc_embed_signup div.indicates-required,
#mc_embed_signup .asterisk,
#mc_embed_signup span.asterisk,
#mc_embed_signup label,
#mc_embed_signup .mc-field-group label {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -999 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
}

/* Main form container */
#mc_embed_signup {
  background: transparent !important;
  clear: left;
  font: inherit;
  width: 100%;
}

#mc_embed_signup form {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center !important;
}

#mc_embed_signup_scroll {
  width: 100% !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide the honeypot field */
div[aria-hidden="true"] {
  display: none !important;
}

/* Style the main form container with pill wrapper */
#mc_embed_signup .pill-wrapper {
  display: flex !important;
  align-items: center !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50px !important;
  padding: 5px !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  gap: 0 !important;
  border: none !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Make the field group take up available space */
#mc_embed_signup .pill-wrapper .mc-field-group {
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* Style the email input */
#mc_embed_signup .pill-wrapper input[type="email"],
#mc_embed_signup .pill-wrapper input.email {
  width: 100% !important;
  padding: 14px 20px !important;
  font-size: 16px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 50px !important;
  box-sizing: border-box !important;
  font-family: Poppins !important;
}

#mc_embed_signup .pill-wrapper input[type="email"]::placeholder,
#mc_embed_signup .pill-wrapper input.email::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Style the submit button */
#mc_embed_signup .pill-wrapper input[type="submit"],
#mc_embed_signup .pill-wrapper .button {
  padding: 14px 24px !important;
  font-size: 16px !important;
  background-color: #cba150 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 150ms ease !important;
  flex-shrink: 0 !important;
  margin-left: -5px !important;
  font-family: Poppins !important;
}

#mc_embed_signup .pill-wrapper input[type="submit"]:hover,
#mc_embed_signup .pill-wrapper .button:hover {
  color: #cba150 !important;
  background: #000000 !important;
  border: 2px solid #cba150 !important;
}

/* Style response messages */
#mce-responses {
  margin-top: 10px !important;
  text-align: center !important;
}

.response {
  padding: 10px !important;
  border-radius: 25px !important;
  margin-top: 10px !important;
  font-size: 14px !important;
}

#mce-error-response {
  background-color: rgba(255, 0, 0, 0.1) !important;
  color: #ff6b6b !important;
  border: 1px solid rgba(255, 107, 107, 0.3) !important;
}

#mce-success-response {
  background-color: rgba(0, 255, 0, 0.1) !important;
  color: #51cf66 !important;
  border: 1px solid rgba(81, 207, 102, 0.3) !important;
}

.tiktok {
  margin: 0 32px;
}

/* Phones */
@media screen and (max-width: 430px) {
  html,
  body {
    overflow: hidden;
  }

  h1 {
    font-size: 48px;
    margin: 124px 64px 16px;
  }

  #name {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 32px;
  }

  #tagline {
    font-size: 20px;
    margin: 8px 0;
  }

  p {
    font-size: 14px;
    margin: 8px 0;
  }

  .pill-form {
    margin-top: 24px;
  }

  #mc_embed_signup .pill-wrapper {
    margin: 0 18px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: none !important;
    padding: 0 !important;
  }

  #mc_embed_signup .pill-wrapper input[type="email"],
  #mc_embed_signup .pill-wrapper input.email {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50px !important;
    margin-bottom: 10px !important;
  }

  #mc_embed_signup .pill-wrapper input[type="submit"],
  #mc_embed_signup .pill-wrapper .button {
    width: 100% !important;
    border-radius: 50px !important;
    margin-left: 0 !important;
  }

  .social-icons {
    margin-bottom: auto;
  }
}

/* For iPads */
@media screen and (min-width: 744px) and (max-width: 834px) {
  h1 {
    font-size: 96px;
    margin: 240px 160px 32px;
  }

  #name {
    font-size: 20px;
    margin-top: 64px;
    margin-bottom: 48px;
  }

  #tagline {
    font-size: 24px;
  }
}

/* ADDITIONAL MEDIA QUERY OVERRIDE - This ensures maximum specificity */
@media screen and (min-width: 1px) {
  #mc_embed_signup .indicates-required,
  #mc_embed_signup div.indicates-required {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  #mc_embed_signup .asterisk,
  #mc_embed_signup span.asterisk {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    color: transparent !important;
    background: transparent !important;
    font-size: 0 !important;
  }

  #mc_embed_signup label,
  #mc_embed_signup .mc-field-group label {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
}
