:root {
  color-scheme: dark;
  --black: #050505;
  --gold: #f5bd30;
  --gold-soft: #ffd96a;
  --steel: #d8dbe0;
  --line: rgba(245, 189, 48, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 189, 48, 0.14), transparent 28rem),
    linear-gradient(180deg, #020202 0%, #090909 52%, #12100d 100%);
  color: var(--steel);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 74px;
  padding: 0 4vw;
  background: rgba(3, 3, 3, 0.78);
  border-bottom: 1px solid rgba(245, 189, 48, 0.24);
  backdrop-filter: blur(18px);
}

.header-tagline {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.header-call {
  color: var(--gold);
  font-weight: 800;
}

.header-call:hover {
  color: var(--gold-soft);
}

.hero {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 6.8rem 4vw 2.5rem;
  text-align: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 5%, rgba(245, 189, 48, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.86));
}

.hero-logo {
  width: min(1240px, calc(100% - 1rem));
  margin: 0 auto 1rem;
}

.lion-logo {
  display: block;
  width: clamp(118px, 15vw, 188px);
  height: auto;
  margin: 0 auto 0.3rem;
  filter: drop-shadow(0 0 18px rgba(245, 189, 48, 0.42));
}

h1,
p {
  margin-top: 0;
}

h1 {
  max-width: none;
  margin: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8.5vw, 7.6rem);
  font-weight: 700;
  line-height: 0.9;
  text-shadow: 0 0 30px rgba(245, 189, 48, 0.36);
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-subtitle {
  margin: 0.4rem 0 0;
  color: #fff;
  font-size: clamp(1rem, 2.6vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero-showcase {
  width: min(1160px, 100%);
  display: grid;
  justify-items: center;
  gap: clamp(0.75rem, 2vw, 1.2rem);
}

.van-stage {
  position: relative;
  width: min(860px, 100%);
  overflow: hidden;
}

.van-image {
  display: block;
  width: 100%;
  height: auto;
}

.van-decal {
  position: absolute;
  left: 34%;
  top: 12%;
  width: 60%;
  height: 63%;
  object-fit: fill;
  opacity: 0.96;
  filter: drop-shadow(0 0 8px rgba(245, 189, 48, 0.28));
  pointer-events: none;
}

.services-instruction {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(1rem, 2.3vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(245, 189, 48, 0.36);
}

.services-panel-wrap {
  width: min(864px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 3px solid rgba(245, 189, 48, 0.72);
  background: rgba(5, 5, 5, 0.86);
  box-shadow: 0 0 22px rgba(245, 189, 48, 0.18), 0 16px 34px rgba(0, 0, 0, 0.42);
}

.service-tile {
  display: grid;
  grid-template-rows: 82px minmax(1.45rem, auto) minmax(1.9rem, auto);
  align-items: center;
  justify-items: center;
  gap: 0.22rem;
  min-height: 162px;
  padding: 0.88rem 0.6rem;
  border-right: 2px solid rgba(245, 189, 48, 0.52);
  border-bottom: 2px solid rgba(245, 189, 48, 0.52);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}

.service-tile:nth-child(4n) {
  border-right: 0;
}

.service-tile:nth-child(n + 5) {
  border-bottom: 0;
}

.service-tile:hover,
.service-tile:focus-visible {
  outline: 2px solid rgba(255, 217, 106, 0.9);
  outline-offset: -4px;
  background: rgba(245, 189, 48, 0.08);
}

.service-tile img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(245, 189, 48, 0.58)) saturate(1.12) contrast(1.08);
}

.service-tile span {
  justify-self: center;
  color: var(--gold-soft);
  width: 100%;
  max-width: 13ch;
  font-size: clamp(0.72rem, 0.9vw, 0.85rem);
  font-weight: 1000;
  letter-spacing: 0.03em;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(255, 217, 106, 0.5), 0 0 16px rgba(245, 189, 48, 0.5);
}

.service-tile .service-price {
  max-width: 17ch;
  color: #fff3b8;
  font-size: clamp(0.64rem, 0.76vw, 0.74rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.12;
  text-shadow: 0 0 10px rgba(245, 189, 48, 0.34);
}

.hero-content {
  width: min(780px, 100%);
  margin: 1.1rem auto 0;
  text-align: center;
}

.hero-copy {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #f1f1f1;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.25rem;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.button.primary {
  background: linear-gradient(135deg, var(--gold-soft), #c68611);
  color: #090704;
  box-shadow: 0 0 30px rgba(245, 189, 48, 0.28);
}

.button.secondary {
  border: 1px solid var(--line);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.hero-qr {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0;
  padding: 0.5rem 0.7rem 0.5rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.72);
  box-shadow: 0 0 26px rgba(245, 189, 48, 0.16);
}

.hero-qr img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 4px;
}

.hero-qr strong,
.hero-qr span {
  display: block;
}

.hero-qr strong {
  color: #fff;
  font-size: 0.92rem;
  text-transform: uppercase;
}

.hero-qr span {
  color: var(--gold-soft);
  margin-top: 0.22rem;
  font-weight: 900;
}

.payment-footer {
  padding: 1.35rem 4vw 1.6rem;
  border-top: 1px solid rgba(245, 189, 48, 0.32);
  background: rgba(3, 3, 3, 0.9);
  text-align: center;
}

.payment-footer p {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.payment-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.38rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  white-space: nowrap;
  scrollbar-width: thin;
}

.payment-list li {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.62rem;
  border: 1px solid rgba(245, 189, 48, 0.44);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(245, 189, 48, 0.12);
}

.payment-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  color: inherit;
}

.payment-list a:hover,
.payment-list a:focus-visible {
  color: #fff;
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    min-height: 66px;
  }

  .hero {
    min-height: auto;
    padding-top: 6rem;
  }

  .services-panel-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tile:nth-child(4n) {
    border-right: 2px solid rgba(245, 189, 48, 0.52);
  }

  .service-tile:nth-child(2n) {
    border-right: 0;
  }

  .service-tile:nth-child(n + 5) {
    border-bottom: 2px solid rgba(245, 189, 48, 0.52);
  }

  .service-tile:nth-child(n + 7) {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0 1rem;
  }

  .header-tagline {
    max-width: 14rem;
    font-size: 0.62rem;
  }

  .header-call {
    font-size: 0.86rem;
  }

  .hero {
    min-height: auto;
    padding: 5.9rem 1rem 2rem;
  }

  .lion-logo {
    width: 108px;
  }

  h1 {
    font-size: clamp(1.8rem, 8.4vw, 3.25rem);
  }

  .logo-subtitle {
    letter-spacing: 0.22em;
  }

  .van-decal {
    left: 34%;
    top: 13%;
    width: 60%;
    height: 62%;
  }

  .services-panel-wrap {
    grid-template-columns: 1fr;
  }

  .service-tile,
  .service-tile:nth-child(2n),
  .service-tile:nth-child(4n) {
    border-right: 0;
  }

  .service-tile:nth-child(n) {
    border-bottom: 2px solid rgba(245, 189, 48, 0.52);
  }

  .service-tile:last-child {
    border-bottom: 0;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-qr {
    width: 100%;
    justify-content: flex-start;
  }

  .payment-footer {
    padding: 1.2rem 1rem 1.35rem;
  }

  .payment-list {
    justify-content: flex-start;
  }
}
