.nav-links a:hover,
.nav-links a.active {
  color: var(--lime);
}

.nav a,
.nav button {
  touch-action: manipulation;
}

.menu-toggle {
  display: none;
}

.menu-toggle:focus-visible,
.nav-links a:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

.packages-intro {
  padding: 170px 0 95px;
  background:
    radial-gradient(circle at 82% 35%, rgba(74, 215, 255, .13), transparent 32%),
    linear-gradient(135deg, #0c1117, #06090c);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.gallery-intro {
  padding: 170px 0 95px;
  background:
    radial-gradient(circle at 75% 30%, rgba(200, 255, 56, .10), transparent 31%),
    linear-gradient(135deg, #0c1117, #06090c);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.about-intro {
  padding: 170px 0 95px;
  background:
    radial-gradient(circle at 78% 32%, rgba(74, 215, 255, .11), transparent 32%),
    linear-gradient(135deg, #0c1117, #06090c);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.contact-intro {
  padding: 170px 0 95px;
  background:
    radial-gradient(circle at 78% 32%, rgba(200, 255, 56, .10), transparent 31%),
    linear-gradient(135deg, #0c1117, #06090c);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.contact-intro h1 {
  font-size: clamp(68px, 8vw, 118px);
  line-height: .88;
}

.contact-intro .lead {
  max-width: 720px;
}

.contact-section {
  background: #0e151b;
}

.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 55px;
  align-items: stretch;
}

.contact-details h2 {
  font-size: clamp(44px, 5vw, 68px);
  margin-bottom: 35px;
}

.contact-card {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 24px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(145deg, #18212a, #0f151b);
  border: 1px solid rgba(255, 255, 255, .09);
  transition: transform .2s ease, border-color .2s ease;
}

.contact-card + .contact-card {
  margin-top: 12px;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 255, 56, .45);
}

.contact-card > span {
  color: var(--lime);
  font: 600 12px Oswald, sans-serif;
}

.contact-card div {
  display: grid;
  gap: 7px;
}

.contact-card small {
  color: #7e8a92;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.contact-card b {
  font: 600 18px/1.4 Oswald, sans-serif;
  text-transform: uppercase;
}

.contact-card i {
  color: var(--lime);
  font-style: normal;
}

.contact-service-note {
  margin: 28px 0;
  padding-left: 20px;
  border-left: 2px solid var(--blue);
}

.contact-service-note b {
  font: 600 16px Oswald, sans-serif;
  text-transform: uppercase;
}

.contact-service-note p {
  margin: 7px 0 0;
  color: #8b969d;
  font-size: 13px;
  line-height: 1.65;
}

.map-wrap {
  min-height: 610px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .10);
  background: #121920;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 610px;
  display: block;
  border: 0;
  filter: saturate(.8) contrast(1.04);
}

.map-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 13px 16px;
  color: #0a0e12;
  background: var(--lime);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.about-intro h1 {
  font-size: clamp(68px, 8vw, 118px);
  line-height: .88;
}

.about-intro .lead {
  max-width: 690px;
}

.about-page .process {
  padding-top: 90px;
}

.payments {
  margin-top: 95px;
  padding-top: 70px;
  border-top: 1px solid #283138;
}

.payments-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 34px;
}

.payments-heading h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: .95;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.payment-card {
  min-height: 150px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, #18212a, #0f151b);
  border: 1px solid rgba(255, 255, 255, .09);
}

.payment-card span {
  color: var(--lime);
  font: 700 20px Oswald, sans-serif;
  letter-spacing: 1px;
}

.payment-card b {
  color: #fff;
  font: 600 17px Oswald, sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
}

.gallery-intro h1 {
  font-size: clamp(68px, 8vw, 118px);
  line-height: .88;
}

.gallery-intro .lead {
  max-width: 660px;
}

.gallery-page .gallery-section {
  padding-top: 80px;
}

.project-photo {
  height: 330px;
  position: relative;
  overflow: hidden;
  border: 1px solid #29343c;
  background: #131c22;
}

.project-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .6s ease;
}

.headlight-photo img {
  object-position: center 67%;
}

.project-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 10, 13, .28), transparent 45%);
  pointer-events: none;
}

.project-photo b {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 14px;
  font: 700 64px Oswald, sans-serif;
  color: rgba(255, 255, 255, .25);
}

.gallery-item:hover .project-photo img {
  transform: scale(1.025);
}

.packages-intro h1 {
  font-size: clamp(68px, 8vw, 118px);
  line-height: .88;
}

.packages-intro .lead {
  max-width: 660px;
}

.package-jump {
  display: flex;
  gap: 28px;
  margin-top: 34px;
}

.package-jump a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #45515a;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.packages-page .packages {
  padding-top: 65px;
}

.packages-page .package-label {
  scroll-margin-top: 120px;
}

.packages-cta {
  margin-top: 85px;
  padding: 42px;
  background: #111820;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.packages-cta h2 {
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -1px;
}

@media (max-width: 900px) {
  .nav {
    height: 66px;
    min-height: 66px;
    padding: 0;
    position: relative;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    background: rgba(7, 11, 15, .98);
    border: 1px solid rgba(255, 255, 255, .11);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .42);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    padding: 12px 0 12px 18px;
    color: #fff;
    background: transparent;
    border: 0;
    font: 800 12px Manrope, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }

  .menu-toggle i,
  .menu-toggle i::before,
  .menu-toggle i::after {
    width: 24px;
    height: 2px;
    display: block;
    position: relative;
    background: var(--lime);
    transition: transform .18s ease, opacity .18s ease;
  }

  .menu-toggle i::before,
  .menu-toggle i::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-toggle i::before {
    top: -7px;
  }

  .menu-toggle i::after {
    top: 7px;
  }

  .menu-toggle[aria-expanded="true"] i {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i::before {
    top: 0;
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] i::after {
    top: 0;
    transform: rotate(90deg);
  }

  .hero {
    padding-top: 66px;
  }

  .packages-intro {
    padding-top: 125px;
  }

  .gallery-intro {
    padding-top: 125px;
  }

  .about-intro {
    padding-top: 125px;
  }

  .contact-intro {
    padding-top: 125px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .payment-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .booking-page {
    padding-top: 115px;
  }
}

@media (max-width: 620px) {
  .nav .brand span {
    font-size: 28px;
  }

  .packages-intro {
    padding: 120px 0 75px;
  }

  .gallery-intro {
    padding: 120px 0 75px;
  }

  .about-intro {
    padding: 120px 0 75px;
  }

  .contact-intro {
    padding: 120px 0 75px;
  }

  .packages-intro h1 {
    font-size: 62px;
  }

  .gallery-intro h1 {
    font-size: 62px;
  }

  .about-intro h1 {
    font-size: 62px;
  }

  .contact-intro h1 {
    font-size: 62px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 440px;
  }

  .map-link {
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
  }

  .payments {
    margin-top: 70px;
    padding-top: 55px;
  }

  .payments-heading {
    display: block;
  }

  .payment-grid {
    grid-template-columns: 1fr 1fr;
  }

  .payment-card {
    min-height: 125px;
  }

  .project-photo {
    height: 240px;
  }

  .package-jump,
  .packages-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .packages-cta {
    margin-top: 60px;
    padding: 28px;
  }
}
