/* SwervCuts visual depth layer. */
.community-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;background:linear-gradient(115deg,#234732,#17261d);border:1px solid #49604b;border-radius:14px;margin:12px 0 30px;color:var(--text);text-decoration:none}
.community-banner h3{font-size:30px;margin:12px 0 8px}.community-banner p{font-size:13px;color:#cad8c9;margin:0;line-height:1.6}.community-banner .kicker{font-size:9px;letter-spacing:1.5px}.community-arrow{font-size:30px;color:#d1e2a8}.service-preview{border:1px solid var(--border-hi);border-radius:12px;overflow:hidden}.service-preview article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid var(--border);background:#161a17}.service-preview article:last-child{border:0}.service-preview h4{margin:0;font-size:15px}.service-preview p{font-size:12px;color:var(--text-dim);margin:6px 0 0}.service-preview strong{white-space:nowrap;color:#d1e2a8;font-size:15px}.service-help{display:flex;justify-content:space-between;gap:18px;margin:20px 0;font-size:12px;flex-wrap:wrap}.service-help a{color:#d7efe4;text-decoration:underline;text-underline-offset:4px}
:root {
  --depth-shadow: 0 24px 70px rgba(0,0,0,.48);
  --depth-soft: 0 12px 28px rgba(0,0,0,.34);
  --rim: rgba(215,239,228,.16);
}

body { overflow-x: hidden; }
#view { perspective: 1200px; }

.topbar,
.bottomnav {
  box-shadow: 0 10px 35px rgba(0,0,0,.18);
}

.brand { perspective: 700px; }
.brand-mark {
  border-radius: 50% !important;
  transform-style: preserve-3d;
  box-shadow:
    0 10px 24px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(255,255,255,.12),
    inset 0 8px 16px rgba(255,255,255,.04);
  animation: scLogoFloat 5.8s ease-in-out infinite;
}
.brand-mark:hover { transform: rotateY(16deg) rotateX(-6deg) scale(1.06); }

.mode-card,
.product-card,
.card,
.truck-map-wrap,
.ig-band {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.mode-card {
  isolation: isolate;
  min-height: 220px;
  box-shadow: var(--depth-soft);
  transition: transform .34s cubic-bezier(.2,.8,.2,1), box-shadow .34s ease, border-color .34s ease;
  animation: scCardRise .52s cubic-bezier(.2,.8,.2,1) both;
}
.mode-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 20% 10%, rgba(61,107,82,.22), transparent 42%);
  pointer-events: none;
}
.mode-card:active { transform: translateY(1px) scale(.985); }
@media (hover:hover) {
  .mode-card:hover {
    transform: translateY(-7px) rotateX(2.4deg) rotateY(-2deg);
    box-shadow: 0 30px 80px rgba(0,0,0,.52);
    border-color: var(--rim);
  }
  .product-card:hover {
    transform: translateY(-8px) rotateX(2deg) rotateY(1.5deg);
    box-shadow: 0 30px 70px rgba(0,0,0,.48);
    border-color: var(--rim);
  }
}

.mode-truck-art {
  position: relative;
  margin: -12px -10px 12px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
  overflow: visible;
}
.mode-truck-art::after {
  content: '';
  position: absolute;
  left: 18%; right: 18%; bottom: 5px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  filter: blur(9px);
  transform: translateZ(-30px);
}
.mode-truck-art img {
  width: 108%;
  max-width: 360px;
  height: 138px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(0,0,0,.42));
  transform-origin: 50% 70%;
  animation: scTruckFloat 4.6s ease-in-out infinite;
}
.mode-card.truck .mode-ico { display: none; }

.stop-photo {
  width: 100px;
  height: 90px;
  background: radial-gradient(circle at 40% 20%, #213c31, #0f1110 72%);
  overflow: visible;
  perspective: 800px;
}
.stop-photo .truck-stop-render {
  width: 122%;
  height: 112%;
  object-fit: contain;
  transform: translateX(-8%) translateY(-4%) rotateY(-5deg);
  filter: drop-shadow(0 14px 14px rgba(0,0,0,.5));
}

.truck-map-wrap {
  box-shadow: var(--depth-shadow);
  transform: translateZ(0);
  border-color: rgba(215,239,228,.12);
}
.truck-map-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 -30px 50px rgba(0,0,0,.18);
  z-index: 450;
}
.truck-map {
  min-height: 300px;
  background:
    radial-gradient(circle at 72% 16%, rgba(61,107,82,.17), transparent 24%),
    #0c0f0e;
}

.sc-pin {
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  background: radial-gradient(circle at 35% 28%, #2f6b50, #0a2118 68%) !important;
  border: 2px solid rgba(232,240,237,.72) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.52), inset 0 5px 8px rgba(255,255,255,.08) !important;
  transform: rotateX(6deg) rotateY(-6deg);
}
.sc-pin.now { animation: scPinPulse 1.9s ease-in-out infinite; }

.product-card {
  position: relative;
  box-shadow: var(--depth-soft);
  transition: transform .34s cubic-bezier(.2,.8,.2,1), box-shadow .34s ease, border-color .34s ease;
  animation: scCardRise .55s cubic-bezier(.2,.8,.2,1) both;
}
.product-card:nth-child(2) { animation-delay: .05s; }
.product-card:nth-child(3) { animation-delay: .1s; }
.product-card:nth-child(4) { animation-delay: .15s; }
.product-photo {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%, rgba(60,99,80,.24), transparent 42%),
    linear-gradient(145deg, #171a18, #0b0d0c);
}
.product-photo::before {
  content: '';
  position: absolute;
  width: 70%; height: 18%;
  left: 15%; bottom: 8%;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  filter: blur(12px);
}
.product-photo img {
  position: relative;
  z-index: 1;
  object-fit: contain !important;
  transform: scale(.92) rotateY(-4deg) rotateX(2deg);
  filter: drop-shadow(0 22px 18px rgba(0,0,0,.42));
  transition: transform .4s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}
@media (hover:hover) {
  .product-card:hover .product-photo img {
    transform: scale(1.02) rotateY(6deg) rotateX(-2deg) translateY(-4px);
    filter: drop-shadow(0 30px 24px rgba(0,0,0,.5));
  }
}

.route-demo-intro {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}
.route-demo-intro .route-eyebrow {
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--forest-ink);
}
.route-demo-intro strong { font-size: 1rem; }

/* Tactile transitions */
.btn,
.slot-btn,
.day-tab,
.icon-btn,
.bottomnav a,
.card-tap {
  transition: transform .18s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease, color .24s ease;
}
.btn:active,
.slot-btn:active,
.day-tab:active,
.icon-btn:active,
.bottomnav a:active,
.card-tap:active { transform: scale(.965); }

@keyframes scTruckFloat {
  0%,100% { transform: translateY(0) rotateX(1deg) rotateY(-4deg); }
  50% { transform: translateY(-8px) rotateX(-1deg) rotateY(4deg); }
}
@keyframes scLogoFloat {
  0%,100% { transform: translateY(0) rotateY(-7deg) rotateX(2deg); }
  50% { transform: translateY(-3px) rotateY(8deg) rotateX(-2deg); }
}
@keyframes scCardRise {
  from { opacity: 0; transform: translateY(14px) rotateX(2deg); }
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}
@keyframes scPinPulse {
  0%,100% { box-shadow: 0 10px 20px rgba(0,0,0,.52), 0 0 0 0 rgba(255,106,0,.28) !important; }
  50% { box-shadow: 0 10px 20px rgba(0,0,0,.52), 0 0 0 9px rgba(255,106,0,0) !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .mode-card, .product-card, .mode-truck-art img, .brand-mark { transform: none !important; }
}
