* {
  box-sizing: border-box;
  margin: 0;
}

li {
  list-style: none;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.menu-wide {
  display: none;
}

.nav-menu-group {
  display: flex;
  gap: 3rem;
}

.nav-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 72.875rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.nav-menu-item {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0.5rem;
  font-family: "Coolvetica-Condenced", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.nav-menu-group.logo {
  font-size: 1.5rem;
}

.nav-menu-item a {
  text-decoration: none;
  color: var(--foreground);
}

.mobile-nav a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-lg);
  font-size: 3rem;
  text-decoration: none;
  color: var(--foreground);
  transition: background-color 150ms;
}

.menu-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--border);
  height: 72px;
}

.logo {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.hero.section {
  padding-top: 2.5rem;
}

.image-wall {
  min-height: 200vh;
  margin-bottom: -100vh;
  position: relative;
}

.image-section {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}

.hero-heading {
  text-align: center;
  position: relative;
  z-index: 2;
}

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
}

.image.hero-image {
  width: 100%;
  height: 100vh;
  margin-top: -10vh;
  border-radius: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale3d(0.9, 0.9, 1);
  overflow: hidden;
}

.bg-overlay {
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.hero-action {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  gap: 1rem;
}

.hero-action > .p {
  font-size: 2.7rem;
  color: var(--background);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}

.hero-action > .btn {
  padding: 1rem;
}

.hero-action > .btn:hover {
  padding: 2rem;
}

.cta-form {
  background-color: var(--foreground);
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}

.cta-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
}

.section {
  padding: 5rem 0;
}

.cta-form h2 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: normal;
  border-bottom: none;
}

.cta-form .input {
  background-color: var(--foreground);
  border-color: var(--green-accent);
  color: var(--background);
  transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cta-form .input:hover {
  border-color: var(--background);
}

.cta-form .input:focus {
  border-color: var(--green-accent);
}

.cta-form .btn {
  width: 100%;
}

.section-intro-wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-flow: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}

.section-intro {
  background-color: var(--background);
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.margin-bottom-8 {
  margin-bottom: 0.375rem;
}

.margin-bottom-24 {
  margin-bottom: 1rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-40 {
  margin-bottom: 2rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

.margin-top-40 {
  margin-top: 2rem;
}

.margin-bottom-48 {
  margin-bottom: 2.25rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.margin-top-32 {
  margin-top: 1.5rem;
}

.margin-top-64 {
  margin-top: 4rem;
}

.margin-bottom-64 {
  margin-bottom: 3rem;
}

.cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.section-locations {
  position: relative;
  overflow: hidden;
  color: var(--background);
}

.location-list {
  width: 100vw;
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 1.5rem;
}

.location-list-item {
  flex: none;
  width: 90%;
  padding: 0;
}

.location-img-wrapper {
  aspect-ratio: 330 / 180;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.location-img-wrapper .image {
  height: 100%;
}

.section-locations .h2,
.section-locations .medium {
  color: var(--background);
}

.section-locations .image-wrapper {
  z-index: 1;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-locations .bg-overlay {
  background-image: linear-gradient(90deg, #000000b3, #0000);
  z-index: 2;
}

.parallax-img {
  opacity: 0.7;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
  position: relative;
}

.location-wrapper {
  z-index: 2;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  gap: 4rem;
}

.lightgray {
  color: var(--lightgray);
}

.faqs-section {
  background-color: var(--foreground);
}

.faqs-section h2 {
  color: var(--background);
}

.faqs-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.cta-last-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.cta-last .image {
  height: 30rem;
  margin-top: -4.5rem;
  border-radius: 3.125rem;
}

.max-width-700 {
  z-index: 2;
  max-width: 43.75rem;
  position: relative;
}

.full-width {
  width: 100%;
}

.full-width .btn {
  width: 100%;
}

.section-intro .card {
  scale: 0.7;

  animation: card-scale linear both;
  animation-timeline: view();
  animation-range: entry 0% entry 70%;
}

@keyframes card-scale {
  from {
    scale: 0.7;
  }

  to {
    scale: 1;
  }
}

.cta-last {
  overflow: hidden;
  view-timeline-name: --cta-section;
  view-timeline-axis: block;
}

.cta-last .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 33.13rem;
  transform-origin: 50% 0;
  transform: scale(2.5);

  animation: cta-image-scale linear both;
  animation-timeline: --cta-section;

  animation-range: entry 0% cover 50%;
}

.cta-last .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes cta-image-scale {
  from {
    transform: scale(2.5);
  }

  to {
    transform: scale(1);
  }
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-nav-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.max-width-250 {
  max-width: 15.63rem;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.footer-links {
  gap: 1rem;
  display: flex;
  margin-left: -0.5rem;
  flex-flow: wrap;
  padding: 0;
}

.footer-links li {
  padding: 0.1rem 0.5rem;
}

.footer-form-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.footer-form-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  flex: 0 auto;
  width: 100%;
  max-width: none;
}

.footer-copyright {
  display: flex;
  padding-top: 2rem;
  width: 100%;
  gap: 2rem;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-copyright-content {
  flex-flow: column;
  gap: 1rem;
  display: flex;
  opacity: 0.6;
}

.social-link {
  gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-action .btn {
  border-radius: 9999px;
  width: 3.3rem;
  height: 3.3rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.arrow-down-icon {
  aspect-ratio: 1/1;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-content {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.location-list-item .eyebrow {
  color: var(--lightgray);
}

.email-faq {
  color: var(--green-accent);
  text-decoration: underline;
}

.email-faq:hover {
  text-decoration: none;
}

.location-list-item .h4 {
  color: var(--lightgray);
}

.text-color {
  color: var(--green-accent);
}

@media screen and (min-width: 480px) {
  .footer-form-bottom {
    flex-direction: row;
    gap: 1rem;
  }
  .h1,
  .h1 > span {
    font-size: 7rem;
  }
  .form-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .cta-form-wrapper .max-width-440:has(.form-wrapper) {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .footer-copyright-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .h1 {
    font-size: 11.25rem;
  }
  .image-wall {
    margin-top: -5vh;
  }
  .cards-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: none;
    display: grid;
    gap: 2rem;
  }
  .location-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: none;
    display: grid;
  }
  .footer-links {
    gap: 3rem;
  }
}

@media screen and (min-width: 991px) {
  .section.cta-last {
    padding-top: 7rem;
  }
  .section {
    padding: 7.5rem 0;
  }
  .cards-wrapper {
    gap: 6rem;
  }
  .location-wrapper {
    gap: 4.75rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .image.hero-image {
    transform: scale3d(0.6, 0.6, 1);
    margin-top: -32vh;
  }
  .hero-action .h3 {
    font-size: 3.5rem;
  }
  .hero-action .btn {
    width: 4.75em;
    height: 4.75rem;
  }
  .arrow-down-icon {
    width: 1.5rem;
  }
  .menu-mobile {
    display: none;
  }
  .menu-wide {
    display: block;
  }
  .footer-content {
    flex-direction: row;
  }
  .footer-form-bottom {
    flex: 1;
    max-width: 31.875rem;
    margin-bottom: 0;
  }
}
