/* LOWEELUXURY — Instant Luxury Pick Up Service */
.pickup-page {
  background: #040404;
  color: var(--text);
}

/* ── Cinematic hero carousel ── */
#pkuHero.hero--carousel {
  animation: none;
  background-image: none !important;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  padding-top: max(100px, calc(72px + env(safe-area-inset-top, 0px)));
  padding-bottom: max(72px, calc(48px + env(safe-area-inset-bottom, 0px)));
}

#pkuHero.hero--carousel::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.5) 42%,
    rgba(0, 0, 0, 0.58) 100%
  );
  z-index: 3;
}

#pkuHero.hero--carousel .hero__layer {
  display: block;
  z-index: 3;
}

#pkuHero .hero__vignette {
  background: radial-gradient(ellipse 85% 75% at 50% 45%, transparent 0%, rgba(5, 5, 5, 0.42) 65%, rgba(5, 5, 5, 0.82) 100%);
}

#pkuHero .hero-carousel {
  z-index: 1;
  pointer-events: none;
}

#pkuHero .hero-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  transform: scale(1.06);
  will-change: opacity, transform;
  filter: brightness(0.82) contrast(1.05) saturate(0.94);
}

#pkuHero .hero-slide.is-active {
  opacity: 1;
  z-index: 2;
  animation: pkuHeroKenBurns 4s ease-out forwards;
}

@keyframes pkuHeroKenBurns {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.02);
  }
}

#pkuHero .hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 880px;
}

#pkuHero .hero-subtitle {
  margin: 0 auto 16px;
  max-width: 620px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(18px, 2.8vw, 26px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.45;
  color: rgba(236, 232, 224, 0.94);
}

.pku-hero-desc {
  margin: 0 auto 28px;
  max-width: 680px;
  font-size: clamp(10px, 1.5vw, 12px);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.85;
  text-transform: uppercase;
  color: var(--gold-mid);
  opacity: 0.95;
}

#pkuHero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ── Feature cards ── */
.pku-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(32px, 4vw, 48px);
  position: relative;
  z-index: 2;
  padding-bottom: clamp(48px, 6vw, 72px);
}

.pku-feature-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(18, 16, 12, 0.92), rgba(6, 6, 6, 0.88));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(201, 168, 76, 0.08);
  transition: transform 0.4s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.pku-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), 0 0 32px rgba(201, 168, 76, 0.1);
}

.pku-feature-card__icon {
  display: block;
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--gold);
  opacity: 0.7;
}

.pku-feature-card__title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--gold-soft);
  line-height: 1.25;
}

.pku-feature-card__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 300;
  color: var(--muted);
}

/* ── Why Choose Us ── */
.pku-why {
  position: relative;
  padding: clamp(56px, 7vw, 88px) 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201, 168, 76, 0.08), transparent 60%),
    #040404;
}

.pku-why__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(36px, 5vw, 56px);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 6px;
  background: rgba(8, 8, 8, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 0 48px rgba(201, 168, 76, 0.08);
}

.pku-why__title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: var(--gold-soft);
}

.pku-why__subtitle {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  font-style: italic;
  color: var(--gold-mid);
}

.pku-why__desc {
  margin: 0 0 32px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(236, 232, 224, 0.82);
}

/* ── Service Coverage Map ── */
.pku-coverage {
  position: relative;
  padding: clamp(64px, 8vw, 96px) 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(201, 168, 76, 0.07), transparent 62%),
    #040404;
}

.pku-coverage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.pku-coverage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 36px);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(155deg, rgba(201, 168, 76, 0.07) 0%, transparent 42%),
    linear-gradient(180deg, rgba(14, 13, 10, 0.96), rgba(6, 6, 6, 0.94));
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(201, 168, 76, 0.1);
  transition:
    transform 0.45s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.pku-coverage-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(201, 168, 76, 0.12),
    inset 0 1px 0 rgba(201, 168, 76, 0.16);
}

.pku-coverage-card:nth-child(2) {
  transition-delay: 0.1s;
}

.pku-coverage-card__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(201, 168, 76, 0.08);
}

.pku-coverage-card__title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
  line-height: 1.2;
}

.pku-coverage-card__subtitle {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--muted);
}

.pku-coverage-card__map {
  position: relative;
  margin-bottom: 22px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.18);
  aspect-ratio: 5 / 4;
  background: #0a0a0a;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.45);
}

.pku-coverage-card__map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.15) 0%, rgba(4, 4, 4, 0.35) 100%);
  z-index: 1;
}

.pku-coverage-card__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 1.1s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
  filter: saturate(0.85) contrast(1.05);
}

.pku-coverage-card:hover .pku-coverage-card__map img {
  transform: scale(1.1);
}

.pku-map-pin {
  position: absolute;
  left: var(--pin-x, 50%);
  top: var(--pin-y, 50%);
  z-index: 2;
  width: 0;
  height: 0;
  transform: translate(-50%, -100%);
  pointer-events: none;
}

.pku-map-pin__core {
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  transform: rotate(-45deg);
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.85), 0 2px 8px rgba(0, 0, 0, 0.45);
  animation: pku-pin-float 2.8s ease-in-out infinite;
}

.pku-map-pin--secondary .pku-map-pin__core {
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  opacity: 0.75;
  animation-delay: 0.6s;
}

.pku-map-pin__ring {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.55);
  animation: pku-pin-pulse 2.4s ease-out infinite;
}

.pku-map-pin--secondary .pku-map-pin__ring {
  width: 26px;
  height: 26px;
  margin-left: -13px;
  opacity: 0.6;
}

.pku-map-pin__ring--delay {
  animation-delay: 1.2s;
}

@keyframes pku-pin-pulse {
  0% {
    transform: scale(0.35);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes pku-pin-float {
  0%, 100% {
    transform: rotate(-45deg) translateY(0);
  }
  50% {
    transform: rotate(-45deg) translateY(-4px);
  }
}

.pku-coverage-card__areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.pku-coverage-card__areas li {
  padding: 7px 12px;
  border: 1px solid rgba(201, 168, 76, 0.16);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(236, 232, 224, 0.82);
  background: rgba(8, 8, 8, 0.55);
  transition: border-color 0.3s ease, color 0.3s ease;
}

.pku-coverage-card:hover .pku-coverage-card__areas li {
  border-color: rgba(201, 168, 76, 0.28);
}

.pku-coverage-card__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding: 16px 24px;
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.16), rgba(201, 168, 76, 0.04));
  text-decoration: none;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.pku-coverage-card__btn:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 10px 32px rgba(201, 168, 76, 0.22);
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.24), rgba(201, 168, 76, 0.08));
}

.pku-coverage-card__btn-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.pku-coverage-card__btn-phone {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
}

.pku-coverage__attrib {
  margin: clamp(20px, 3vw, 28px) 0 0;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.06em;
  color: rgba(236, 232, 224, 0.35);
}

.pku-coverage__attrib a {
  color: rgba(201, 168, 76, 0.45);
  text-decoration: none;
}

.pku-coverage__attrib a:hover {
  color: var(--gold-mid);
}

/* ── Contact buttons ── */
.pku-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pku-contact-row--center {
  margin-top: 8px;
}

.pku-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 14px 24px;
  border-radius: 2px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: rgba(12, 12, 12, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pku-contact-btn:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.2);
}

/* ── Sections ── */
.pku-main {
  padding: clamp(48px, 6vw, 80px) 0 clamp(64px, 8vw, 96px);
}

.pku-section {
  margin-bottom: clamp(56px, 7vw, 88px);
}

.pku-section__head {
  margin-bottom: clamp(28px, 4vw, 40px);
  text-align: center;
}

.pku-section__eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.pku-section__title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text);
}

/* ── Region cards ── */
.pku-regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.pku-region-card {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 4px;
  background:
    linear-gradient(155deg, rgba(201, 168, 76, 0.06) 0%, transparent 45%),
    linear-gradient(180deg, rgba(14, 13, 10, 0.95), rgba(6, 6, 6, 0.92));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(201, 168, 76, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pku-region-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5), 0 0 36px rgba(201, 168, 76, 0.12);
}

.pku-region-card__badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.pku-region-card__locations {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.pku-region-card__locations li {
  position: relative;
  padding: 10px 0 10px 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--text);
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.pku-region-card__locations li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.6);
}

.pku-region-card__service {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--text);
  line-height: 1.35;
}

.pku-region-card__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
}

.pku-region-card__name {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.pku-region-card__phone {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pku-region-card__phone:hover {
  color: var(--gold);
}

.pku-region-card__wa {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 2px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold-soft);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.pku-region-card__wa:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: var(--gold);
}

/* ── Timeline ── */
.pku-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  max-width: 720px;
  margin-inline: auto;
}

.pku-timeline::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold) 8%, var(--gold) 92%, transparent);
  opacity: 0.45;
}

.pku-timeline__step {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: clamp(16px, 3vw, 28px);
  padding: clamp(18px, 3vw, 26px) 0;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.6s ease, transform 0.6s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

.pku-timeline__step.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.pku-timeline__dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: 6px auto 0;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(201, 168, 76, 0.7), 0 0 32px rgba(201, 168, 76, 0.3);
}

.pku-timeline__content {
  padding: clamp(18px, 2.5vw, 24px);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.pku-timeline__step:hover .pku-timeline__content {
  border-color: rgba(201, 168, 76, 0.38);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 24px rgba(201, 168, 76, 0.08);
}

.pku-timeline__title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
}

.pku-timeline__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 300;
  color: var(--muted);
}

/* ── Final CTA ── */
.pku-cta {
  text-align: center;
  padding: clamp(40px, 5vw, 56px);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 6px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 168, 76, 0.1), transparent 60%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.9), rgba(6, 6, 6, 0.95));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
}

.pku-cta__title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--gold-soft);
}

.pku-cta__text {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--muted);
}

.pku-timeline__step:nth-child(1) { transition-delay: 0.05s; }
.pku-timeline__step:nth-child(2) { transition-delay: 0.12s; }
.pku-timeline__step:nth-child(3) { transition-delay: 0.19s; }
.pku-timeline__step:nth-child(4) { transition-delay: 0.26s; }
.pku-timeline__step:nth-child(5) { transition-delay: 0.33s; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pku-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pku-coverage__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  #pkuHero.hero--carousel {
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: max(6.5rem, calc(4.5rem + env(safe-area-inset-top, 0px)));
    padding-bottom: max(5.5rem, calc(3.5rem + env(safe-area-inset-bottom, 0px)));
  }

  #pkuHero .hero-slide.is-active {
    animation-duration: 4s;
  }

  #pkuHero .hero-content {
    max-width: min(22.5rem, calc(100vw - 2rem));
  }

  #pkuHero .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  #pkuHero .hero-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .pku-features {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .pku-regions {
    grid-template-columns: 1fr;
  }

  .pku-why__inner {
    margin-inline: 16px;
  }

  .pku-coverage-card {
    padding: 22px;
  }

  .pku-coverage-card__areas li {
    font-size: 9px;
    padding: 6px 10px;
  }

  .pku-contact-btn {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .pku-contact-btn {
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #pkuHero .hero-slide.is-active {
    animation: none;
    transform: scale(1.04);
  }

  .pku-gallery-card__frame img,
  .pku-gallery-card,
  .pku-feature-card,
  .pku-region-card,
  .pku-coverage-card,
  .pku-coverage-card__map img,
  .pku-map-pin__core,
  .pku-map-pin__ring,
  .pku-timeline__step {
    transition: none;
    animation: none;
  }
}
