:root {
  --bg: #07060b;
  --panel: rgba(16, 12, 24, 0.92);
  --panel-soft: rgba(18, 13, 29, 0.84);
  --border: rgba(180, 115, 255, 0.22);
  --text: #ffffff;
  --muted: #d8cce8;
  --purple: #cb73ff;
  --purple-deep: #812ce1;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  --container: min(1260px, calc(100vw - 1rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  background: linear-gradient(180deg, #09080d 0%, #07060b 100%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  background: rgba(5, 5, 8, 0.76);
}
.site-header__inner {
  display: grid;
  gap: 0.25rem;
  padding: 0.28rem 0.5rem 0.3rem;
}
.site-header__identity {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}
.site-header__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  min-width: 0;
  flex: 0 1 auto;
}
.site-brand__icon {
  width: 8.8rem;
  height: 3.4rem;
  object-fit: contain;
  flex: 0 0 auto;
}
.site-brand__name {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.site-header__phone {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: #f3ddff;
  white-space: nowrap;
}
.site-header__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-header__action--primary {
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  box-shadow: 0 10px 24px rgba(109, 43, 208, 0.28);
}
.site-header__action--secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  position: relative;
  min-height: clamp(24rem, 73vh, 36rem);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hero__bg,
.hero__overlay {
  position: absolute;
  inset: 0;
}
.hero__bg {
  z-index: -2;
  background-image: url("./home-hero/undercover-hero-v2.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.52) 44%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 5, 12, 0.06), rgba(18, 8, 30, 0.48));
}
.hero__inner {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
  padding: 0.85rem 1rem 1.35rem;
}
.hero__content {
  max-width: 27rem;
}
.hero__logo {
  width: 6.6rem;
  margin: 0 0 0.3rem;
  mix-blend-mode: screen;
}
.hero__eyebrow,
.section__eyebrow {
  margin: 0 0 0.2rem;
  color: #d79eff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: "Saira Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.01em;
}
h1 {
  max-width: 21rem;
  font-size: clamp(2.35rem, 5.8vw, 4.7rem);
  line-height: 1.02;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1;
}
p,
li {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}
.hero__subheadline {
  margin: 0.6rem 0 0;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  max-width: 23rem;
}
.hero__body {
  max-width: 23rem;
  margin: 0.5rem 0 0;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.hero__action-link {
  display: inline-flex;
  align-items: center;
}
.hero__action-image {
  width: auto;
  height: 5.35rem;
}
.hero__meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.hero__meta-pills span {
  padding: 0.32rem 0.56rem;
  border: 1px solid rgba(184, 126, 255, 0.18);
  border-radius: 0.82rem;
  background: rgba(14, 10, 24, 0.62);
  color: #f0e6ff;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1;
}
.hero__meta-pills .hero__hours {
  display: grid;
  gap: 0.12rem;
  min-width: min(100%, 18.5rem);
  max-width: 18.5rem;
  padding: 0.44rem 0.68rem;
  border-radius: 0.78rem;
  text-align: left;
  line-height: 1.08;
}
.hero__hours strong,
.hero__hours small {
  display: block;
}
.hero__hours strong {
  margin-bottom: 0.04rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hero__hours small {
  margin: 0;
  font-size: 0.65rem;
  line-height: 1.18;
}
.hero__hours small:first-of-type {
  color: #f7f1ff;
}
.hero__hours small:last-of-type {
  max-width: 17rem;
  color: rgba(240, 230, 255, 0.8);
  font-size: 0.61rem;
}

.payment-strip-wrap {
  padding: 0.05rem 0 0.34rem;
}
.payment-strip-wrap__inner {
  display: flex;
  justify-content: center;
}
.payment-banner {
  display: block;
  width: min(100%, 42rem);
  height: auto;
  border-radius: 1rem;
}

.overview {
  padding: 0 0 0.25rem;
}
.overview__grid {
  display: grid;
  gap: 0.85rem;
}
.overview__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.service-card,
.map-card,
.ride-panel,
.service-chip {
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--panel-soft);
  box-shadow: var(--shadow);
}
.service-card {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.3rem;
  min-height: 5.8rem;
  padding: 0.44rem 0.42rem 0.34rem;
  text-align: center;
}
.service-card__icon {
  width: min(100%, 11.6rem);
  height: auto;
  margin: 0 auto;
}
.service-card h3,
.map-card h3 {
  font-size: 0.9rem;
  line-height: 0.96;
  text-transform: uppercase;
}
.service-card p,
.map-card p {
  margin: 0;
  font-size: 0.7rem;
}
.map-card {
  display: grid;
  grid-template-rows: auto minmax(9.2rem, 1fr);
  overflow: hidden;
}
.map-card__content {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 0.9rem;
}
.map-card__eyebrow,
.ride-panel__eyebrow {
  margin: 0;
  color: #fff;
  font-family: "Saira Condensed", "Arial Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.map-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  color: #eed8ff;
  font-size: 0.8rem;
  font-weight: 700;
}
.map-card__link::before {
  content: "⌖";
  color: var(--purple);
}
.map-card__visual {
  min-height: 9.2rem;
  position: relative;
  background: #0d0a15;
}
.map-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ride-panel-wrap {
  padding: 0.45rem 0 0.75rem;
}
.ride-panel {
  padding: 0.75rem;
}
.ride-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.7rem;
}
.service-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.78rem 0.92rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}
.pill {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(180, 100, 255, 0.4);
}
.pill--highlight {
  border-color: rgba(214, 182, 255, 0.38);
  background: linear-gradient(135deg, rgba(134, 47, 236, 0.95), rgba(207, 102, 255, 0.94));
}

.site-footer {
  padding: 0.55rem 0 5.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 6, 12, 0.92);
}
.site-footer__inner {
  display: grid;
  gap: 0.3rem;
  text-align: center;
}
.site-footer__inner p {
  margin: 0;
  color: #c9bfdc;
  font-size: 0.72rem;
  line-height: 1.35;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.8rem 0.75rem calc(0.8rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 8, 0.9);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.button--primary {
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  box-shadow: 0 16px 34px rgba(109, 43, 208, 0.34);
}
.button--secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 760px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    padding-block: 0.24rem 0.26rem;
  }
  .site-header__actions {
    grid-template-columns: repeat(2, auto);
    justify-content: end;
  }
  .hero__inner {
    padding: 0.9rem 1.15rem 1.45rem;
  }
  .payment-strip-wrap__inner {
    justify-content: center;
    padding-left: 0;
  }
  .payment-banner {
    width: min(100%, 52rem);
  }
  .overview__services {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .overview__grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.96fr);
    align-items: stretch;
  }
  .service-card {
    min-height: 5.1rem;
    gap: 0.24rem;
    padding: 0.38rem 0.34rem 0.28rem;
  }
  .service-card__icon {
    width: min(100%, 10rem);
  }
  .service-card h3 {
    font-size: 0.92rem;
  }
  .service-card p {
    font-size: 0.72rem;
    line-height: 1.18;
  }
  .ride-panel__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .site-footer__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .container {
    width: min(1340px, calc(100vw - 2rem));
  }
  .site-header__inner {
    padding: 0.22rem 1.1rem 0.24rem;
  }
  .site-brand__icon {
    width: 10rem;
    height: 3.85rem;
  }
  .site-brand__name {
    font-size: 1rem;
  }
  .site-header__phone {
    font-size: 0.96rem;
  }
  .site-header__action {
    min-height: 2.05rem;
    padding: 0.44rem 0.86rem;
    font-size: 0.7rem;
  }
  .hero {
    min-height: clamp(26rem, 78vh, 40rem);
  }
  .hero__inner {
    padding: 1rem 1.55rem 1.75rem;
  }
  .hero__content {
    max-width: 30rem;
  }
  .hero__logo {
    width: 7rem;
    margin-bottom: 0.34rem;
  }
  h1 {
    max-width: 25rem;
    font-size: clamp(4rem, 6vw, 5.25rem);
    line-height: 1.01;
  }
  .hero__subheadline {
    margin-top: 0.72rem;
    font-size: 1.02rem;
  }
  .hero__body {
    margin-top: 0.58rem;
    max-width: 24rem;
    font-size: 0.97rem;
  }
  .hero__action-image {
    height: 5.95rem;
  }
  .hero__meta-pills {
    max-width: 29rem;
    margin-top: 0.92rem;
  }
  .payment-strip-wrap {
    padding: 0 0 0.24rem;
  }
  .payment-strip-wrap__inner {
    padding-left: 0;
  }
  .payment-banner {
    width: min(100%, 62rem);
  }
  .overview__grid {
    gap: 1rem;
  }
  .service-card {
    min-height: 4.55rem;
    padding: 0.34rem 0.28rem 0.24rem;
    gap: 0.18rem;
  }
  .service-card__icon {
    width: min(100%, 8.7rem);
  }
  .service-card h3 {
    font-size: 0.98rem;
  }
  .service-card p {
    font-size: 0.76rem;
    line-height: 1.2;
  }
  .map-card__content {
    padding: 0.72rem 0.92rem 0.66rem;
  }
  .map-card__visual {
    min-height: 9.8rem;
  }
  .ride-panel {
    padding: 0.8rem 0.9rem;
  }
  .ride-panel__grid {
    grid-template-columns: 1.15fr 1.15fr 1.2fr 1.15fr;
  }
  .mobile-cta { display: none; }
  .site-footer { padding-bottom: 0.55rem; }
}
