@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.site-header.is-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header.is-dark .header-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
}
@media (min-width: 899.9px) {
  .site-header.is-dark .header-inner {
    height: 16rem;
    padding: 0 3rem;
  }
}
.site-header.is-dark .main-nav {
  display: none;
}
@media (min-width: 899.9px) {
  .site-header.is-dark .main-nav {
    display: flex;
  }
  .site-header.is-dark .main-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  .site-header.is-dark .main-nav a {
    text-decoration: none;
    font-weight: 800;
    font-size: 1.5rem;
    transition: opacity 0.3s;
  }
  .site-header.is-dark .main-nav a:hover {
    opacity: 0.7;
  }
}

body {
  overflow-x: hidden;
}

.contactSection {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  width: 100vw;
  left: 0;
  right: 0;
  background: #FEDD00;
}
.contactSection .contactSection__bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .contactSection .contactSection__bgVideo {
    animation: none;
  }
}
.contactSection .contactInner {
  position: relative;
  z-index: 10;
  max-width: 75rem;
  width: 100%;
  padding: 5rem 2.5rem;
  box-sizing: border-box;
}

.contactSection ~ .site-header .main-nav a,
body:has(.contactSection) .site-header .main-nav a {
  color: #09101d;
}
.contactSection ~ .site-header .menu-toggle,
body:has(.contactSection) .site-header .menu-toggle {
  color: #09101d;
}
.contactSection ~ .site-header .logo img,
body:has(.contactSection) .site-header .logo img {
  filter: none;
}

/* Fallback if your environment doesn't support :has() */
.site-header.is-dark .main-nav a {
  color: #000;
}
.site-header.is-dark .menu-toggle {
  color: #000;
}

.contactSection {
  background: #FEDD00;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.8125rem 1rem 8rem;
}
@media (min-width: 899.9px) {
  .contactSection {
    padding: 8rem 1rem 8rem;
  }
}
.contactSection .contactInner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.contactFormWrap {
  width: 100%;
}

.contactForm {
  width: 100%;
}

h1.formTitle {
  margin: 0;
  padding: 0 0 1.875rem;
  text-align: center;
  color: #000;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: none;
}
@media (max-width: 0) {
  h1.formTitle {
    font-size: 1.625rem;
  }
}
@media (min-width: 899.9px) {
  h1.formTitle {
    font-size: 2rem;
    padding-top: 1.875rem;
  }
}

.formGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 899.9px) {
  .formGrid {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

@media (min-width: 899.9px) {
  .field {
    grid-column: span 5;
  }
}
@media (min-width: 899.9px) {
  .field.full {
    grid-column: span 12;
  }
}
@media (min-width: 899.9px) {
  .field.half {
    grid-column: span 6;
  }
}
@media (min-width: 899.9px) {
  .field.titleField {
    grid-column: span 2;
  }
}
.field label {
  display: block;
  margin-bottom: 0.5rem;
  color: #111;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1.35;
  text-align: left;
}
.field label span {
  color: #111;
}
.field input:not([type=checkbox]):not([type=radio]),
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 2px;
  background: #fff;
  padding: 0.625rem 0.75rem;
  color: #000;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  appearance: none;
}
.field input:not([type=checkbox]):not([type=radio]):focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid #4f46e5;
  outline-offset: 0;
}
.field select {
  color: #6b7280;
  padding-right: 2.25rem;
}
.field textarea {
  resize: vertical;
  min-height: 13rem;
}

.selectWrap {
  position: relative;
}
.selectWrap .selectArrow {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 0.6875rem;
  pointer-events: none;
}

.hint {
  margin: 0.375rem 0 0;
  color: #6b7280;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-align: left;
}

.uploadRow {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.uploadRow input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.browseBtn {
  margin: 0;
  display: inline-block;
  border: 0.5px solid #000;
  background: #efefef;
  color: #000;
  padding: 0.1875rem 0.5625rem;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
}

.fileName {
  margin: 0;
  color: #000;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.8125rem;
}

.termsField {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.termsField input[type=checkbox] {
  margin-top: 0.1875rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #d1d5db;
  accent-color: #4f46e5;
}
.termsField label {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}
.termsField a {
  color: #2563eb;
  text-decoration: underline;
}

.submitBtn {
  margin-top: 1.5rem;
  border: 0;
  border-radius: 0.375rem;
  background: #000;
  color: #FEDD00;
  padding: 0.625rem 2.5rem;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}
