:root {
  --velox-orange: #ef8d08;
  --velox-orange-dark: #c96f00;
  --velox-black: #181818;
  --velox-charcoal: #252525;
  --velox-paper: #f6f3ed;
  --velox-warm: #f4e5d0;
  --velox-gray: #e8e8e6;
  --velox-line: rgba(24, 24, 24, .17);
}

.velox-case-page h1,
.velox-case-page h2,
.velox-case-page h3 { font-weight: 430; }
.velox-case-page h1 em,
.velox-case-page h2 em { font-weight: 370; }

.velox-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + var(--hero-space-top)) 0 var(--hero-space-bottom);
  background:
    radial-gradient(circle at 91% 12%, rgba(239, 141, 8, .19), transparent 26rem),
    radial-gradient(circle at 8% 91%, rgba(24, 24, 24, .07), transparent 31rem),
    linear-gradient(118deg, var(--velox-paper) 0 63%, var(--velox-warm) 63% 100%);
}
.velox-hero::before {
  position: absolute;
  top: 12rem;
  right: -15rem;
  width: 41rem;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 141, 8, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(239, 141, 8, .025), 0 0 0 10rem rgba(24, 24, 24, .013);
  content: "";
}
.velox-hero .section-shell { position: relative; z-index: 1; }
.velox-hero-grid {
  display: grid;
  min-height: 45rem;
  align-items: center;
  grid-template-columns: minmax(0, 1.06fr) minmax(32rem, .94fr);
  gap: clamp(3rem, 7vw, 7rem);
}
.velox-project-tags { display: flex; margin-bottom: 1.5rem; flex-wrap: wrap; gap: .55rem; }
.velox-project-tags span {
  padding: .62rem .92rem;
  border: 1px solid rgba(24, 24, 24, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: var(--velox-black);
  font-size: var(--text-label);
  font-weight: 500;
}
.velox-hero-copy h1 { max-width: 14ch; margin: 0; font-size: var(--type-page-title); line-height: 1.04; letter-spacing: -.055em; }
.velox-hero-copy h1 em { color: var(--velox-orange-dark); }
.velox-hero-copy > p { max-width: 49rem; margin: 1.5rem 0 0; color: var(--slate); font-size: var(--text-lead); line-height: 1.7; }
.velox-hero-actions { display: flex; margin-top: 2rem; flex-wrap: wrap; gap: .75rem; }
.velox-hero-actions .button { border-color: var(--velox-orange); background: var(--velox-orange); color: var(--velox-black); }
.velox-hero-actions .button:hover,
.velox-hero-actions .button:focus-visible { border-color: var(--velox-black); background: var(--velox-black); color: #fff; }
.velox-hero-actions .button-ghost { border-color: rgba(201, 111, 0, .58); background: transparent; color: var(--velox-black); }
.velox-hero-actions .button-ghost:hover,
.velox-hero-actions .button-ghost:focus-visible { border-color: var(--velox-orange); background: var(--velox-orange); color: var(--velox-black); }

.velox-hero-switch { position: relative; min-height: 43rem; perspective: 1200px; }
.velox-hero-site { position: absolute; overflow: hidden; border: .5rem solid rgba(255, 255, 255, .94); border-radius: 1.5rem; background: #fff; box-shadow: 0 1.8rem 4rem rgba(24, 24, 24, .2); }
.velox-hero-site--shop { z-index: 2; top: 2%; left: 0; width: 67%; transform: rotate(-2.7deg); }
.velox-hero-site--event { z-index: 3; right: 0; bottom: 1%; width: 61%; transform: rotate(2.4deg); }
.velox-site-label { display: flex; min-height: 3.7rem; padding: .75rem 1rem; align-items: center; justify-content: space-between; gap: 1rem; background: var(--velox-black); color: #fff; }
.velox-site-label span { color: var(--velox-orange); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.velox-site-label strong { overflow: hidden; font-size: var(--text-support); font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.velox-hero-site--event .velox-site-label { background: var(--velox-orange); color: var(--velox-black); }
.velox-hero-site--event .velox-site-label span { color: #fff; }
.velox-hero-site figure { overflow: hidden; height: 22rem; margin: 0; background: #fff; }
.velox-hero-site--event figure { height: 25rem; }
.velox-hero-site img { display: block; width: 100%; height: auto; }
.velox-browser-bar { display: flex; min-height: 2.6rem; padding: .55rem .9rem; align-items: center; gap: .38rem; background: #efefee; color: #5b5b5b; }
.velox-browser-bar > span { width: .56rem; aspect-ratio: 1; border: 1px solid rgba(24, 24, 24, .15); border-radius: 50%; background: #fff; }
.velox-browser-bar > span:first-child { background: var(--velox-orange); }
.velox-browser-bar i { overflow: hidden; margin-left: .55rem; color: rgba(24, 24, 24, .68); font-family: var(--font-mono); font-size: var(--text-label); font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.velox-browser-bar b { margin-left: auto; color: var(--velox-orange-dark); font-size: var(--text-label); font-weight: 500; white-space: nowrap; }
.velox-switch-mark { position: absolute; z-index: 5; top: 42%; left: 43%; display: grid; width: 5.5rem; aspect-ratio: 1; place-items: center; border: .45rem solid var(--velox-paper); border-radius: 50%; background: var(--velox-orange); box-shadow: 0 1rem 2rem rgba(24, 24, 24, .2); color: #fff; font-size: 2rem; font-weight: 600; transform: rotate(-7deg); }

.velox-scope { border-block: 1px solid rgba(255, 255, 255, .11); background: var(--velox-black); color: #fff; }
.velox-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.velox-scope p { display: flex; min-height: 10rem; margin: 0; padding: 1.6rem clamp(1rem, 2.5vw, 2.5rem); flex-direction: column; justify-content: center; border-left: 1px solid rgba(255, 255, 255, .13); }
.velox-scope p:last-child { border-right: 1px solid rgba(255, 255, 255, .13); }
.velox-scope strong { color: #ffad3d; font-size: var(--type-card-title); font-weight: 430; line-height: 1.25; }
.velox-scope span { margin-top: .45rem; color: rgba(255, 255, 255, .66); font-size: var(--text-support); line-height: 1.55; }

.velox-two-paths { padding: var(--section-space) 0 0; background: var(--velox-paper); }
.velox-two-paths-heading,
.velox-shop-depth-heading,
.velox-event-heading { display: grid; align-items: end; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .72fr); gap: clamp(3rem, 8vw, 9rem); }
.velox-two-paths-heading h2,
.velox-shop-depth-heading h2,
.velox-event-heading h2 { max-width: 13ch; margin: 0; font-size: var(--type-section-title); line-height: 1.08; letter-spacing: -.045em; }
.velox-two-paths-heading h2 em,
.velox-shop-depth-heading h2 em,
.velox-event-heading h2 em { color: var(--velox-orange-dark); }
.velox-two-paths-heading > p,
.velox-shop-depth-heading > p,
.velox-event-heading > p { margin: 0; color: var(--slate); font-size: var(--text-lead); line-height: 1.7; }
.velox-path-panels { display: grid; margin-top: var(--content-space); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.velox-path-panel { display: grid; min-width: 0; min-height: 48rem; grid-template-columns: minmax(20rem, .95fr) minmax(17rem, 1.05fr); }
.velox-path-panel > div { display: flex; padding: clamp(2rem, 5vw, 5rem); flex-direction: column; justify-content: center; }
.velox-path-panel--shop { background: var(--velox-charcoal); color: #fff; }
.velox-path-panel--event { background: var(--velox-orange); color: var(--velox-black); }
.velox-path-panel > div > span { font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.velox-path-panel--shop > div > span { color: var(--velox-orange); }
.velox-path-panel--event > div > span { color: #fff; }
.velox-path-panel h3 { max-width: 10ch; margin: 1rem 0 0; font-size: var(--type-section-title-compact); line-height: 1.08; letter-spacing: -.04em; }
.velox-path-panel p { margin: 1.2rem 0 0; color: inherit; font-size: var(--text-support); line-height: 1.65; opacity: .72; }
.velox-path-panel ul { display: flex; margin: 1.8rem 0 0; padding: 0; flex-direction: column; list-style: none; border-top: 1px solid currentColor; }
.velox-path-panel li { padding: .8rem 0; border-bottom: 1px solid currentColor; font-size: var(--text-support); font-weight: 500; opacity: .8; }
.velox-path-panel figure { overflow: hidden; min-width: 0; height: 48rem; margin: 0; background: #fff; }
.velox-path-panel img { display: block; width: 100%; height: auto; }

.velox-navigation { position: relative; overflow: hidden; padding: var(--section-space) 0; background: #e7e5e0; }
.velox-navigation::after { position: absolute; right: -17rem; bottom: -19rem; width: 43rem; aspect-ratio: 1; border: 1px solid rgba(239, 141, 8, .11); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(239, 141, 8, .02), 0 0 0 10rem rgba(24, 24, 24, .012); content: ""; }
.velox-navigation-grid { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: minmax(24rem, .78fr) minmax(42rem, 1.22fr); gap: clamp(3rem, 7vw, 7rem); }
.velox-navigation-copy h2 { max-width: 12ch; margin: 0; font-size: var(--type-section-title); line-height: 1.08; letter-spacing: -.045em; }
.velox-navigation-copy h2 em { color: var(--velox-orange-dark); }
.velox-navigation-copy > p { max-width: 46rem; margin: 1.4rem 0 0; color: var(--slate); font-size: var(--text-lead); line-height: 1.7; }
.velox-navigation-principles { margin-top: 2rem; border-top: 1px solid var(--velox-line); }
.velox-navigation-principles p { display: grid; margin: 0; padding: 1rem 0; grid-template-columns: 8rem 1fr; gap: 1rem; border-bottom: 1px solid var(--velox-line); }
.velox-navigation-principles strong { color: var(--velox-orange-dark); font-weight: 500; }
.velox-navigation-principles span { color: var(--slate); font-size: var(--text-support); line-height: 1.55; }
.velox-navigation-shot { overflow: hidden; margin: 0; padding: .7rem; border-radius: 1.7rem; background: #fff; box-shadow: 0 2rem 5rem rgba(24, 24, 24, .14); transform: rotate(1.4deg); }
.velox-navigation-shot img { display: block; width: 100%; height: auto; border-radius: 1.1rem; }

.velox-shop-depth { padding: var(--section-space) 0; background: var(--velox-paper); }
.velox-shop-windows { display: grid; width: calc(100% - (2 * var(--page-padding))); max-width: 1540px; margin: var(--content-space) auto 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.velox-shop-window { overflow: hidden; border: 1px solid var(--velox-line); border-radius: 2rem; background: #fff; box-shadow: 0 1.7rem 4rem rgba(24, 24, 24, .08); }
.velox-shop-window > figure { overflow-x: hidden; overflow-y: auto; height: clamp(34rem, 46vw, 47rem); margin: 0; background: #fff; overscroll-behavior: contain; scrollbar-color: var(--velox-orange) rgba(24, 24, 24, .1); scrollbar-width: thin; }
.velox-shop-window > figure:focus-visible,
.velox-campaign-stage > figure:focus-visible,
.velox-event-showcase > figure:focus-visible { outline: 3px solid var(--velox-orange); outline-offset: -3px; }
.velox-shop-window > figure img { display: block; width: 100%; height: auto; }
.velox-shop-window > div:last-child { min-height: 11rem; padding: 1.7rem 2rem 2rem; border-top: 1px solid var(--velox-line); }
.velox-shop-window strong { font-size: var(--type-card-title-large); font-weight: 430; line-height: 1.25; }
.velox-shop-window p { margin: .75rem 0 0; color: var(--slate); font-size: var(--text-support); line-height: 1.6; }

.velox-campaign { position: relative; overflow: hidden; padding: var(--section-space) 0; background: var(--velox-black); color: #fff; }
.velox-campaign::before { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; }
.velox-campaign-grid { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: minmax(25rem, .82fr) minmax(38rem, 1.18fr); gap: clamp(3rem, 8vw, 9rem); }
.velox-campaign-copy h2 { max-width: 12ch; margin: 0; font-size: var(--type-section-title); line-height: 1.08; letter-spacing: -.045em; }
.velox-campaign-copy h2 em { color: var(--velox-orange); }
.velox-campaign-copy > p { max-width: 48rem; margin: 1.4rem 0 0; color: rgba(255, 255, 255, .68); font-size: var(--text-lead); line-height: 1.7; }
.velox-campaign-note { display: grid; margin-top: 2rem; padding: 1.4rem; grid-template-columns: 3.2rem 1fr; border: 1px solid rgba(255, 255, 255, .15); border-radius: 1.2rem; background: rgba(255, 255, 255, .06); }
.velox-campaign-note > span { display: grid; width: 2.3rem; aspect-ratio: 1; grid-row: 1 / 3; place-items: center; border-radius: 50%; background: var(--velox-orange); color: var(--velox-black); font-size: 1.1rem; font-weight: 600; }
.velox-campaign-note strong { font-weight: 500; }
.velox-campaign-note p { margin: .45rem 0 0; color: rgba(255, 255, 255, .62); font-size: var(--text-support); line-height: 1.55; }
.velox-campaign-stage { min-width: 0; padding: 1rem; border: 1px solid rgba(255, 255, 255, .16); border-radius: 2rem; background: rgba(255, 255, 255, .07); box-shadow: 0 2rem 5rem rgba(0, 0, 0, .24); }
.velox-campaign-signal { display: grid; min-height: 5rem; padding: .8rem 1rem; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 1rem; color: rgba(255, 255, 255, .68); }
.velox-campaign-signal span,
.velox-campaign-signal strong { font-size: var(--text-support); font-weight: 500; text-align: center; }
.velox-campaign-signal i { color: var(--velox-orange); font-family: var(--font-mono); font-size: var(--text-label); font-style: normal; text-align: center; text-transform: uppercase; }
.velox-campaign-signal strong { padding: .7rem; border-radius: 999px; background: var(--velox-orange); color: var(--velox-black); }
.velox-campaign-stage .velox-browser-bar { border-radius: 1rem 1rem 0 0; }
.velox-campaign-stage > figure { overflow-x: hidden; overflow-y: auto; height: clamp(38rem, 57vw, 53rem); margin: 0; border-radius: 0 0 1rem 1rem; background: #fff; overscroll-behavior: contain; scrollbar-color: var(--velox-orange) rgba(24, 24, 24, .15); scrollbar-width: thin; }
.velox-campaign-stage > figure img { display: block; width: 100%; height: auto; }

.velox-event { padding: var(--section-space) 0; background: var(--velox-warm); }
.velox-event-route { display: grid; margin-top: var(--content-space); align-items: center; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); }
.velox-event-route p { display: flex; min-height: 12rem; margin: 0; padding: 1.4rem; flex-direction: column; justify-content: space-between; border: 1px solid rgba(201, 111, 0, .22); border-radius: 1.3rem; background: rgba(255, 255, 255, .5); }
.velox-event-route span { color: var(--velox-orange-dark); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.velox-event-route strong { max-width: 17ch; margin-top: 1.5rem; font-size: var(--type-card-title); font-weight: 430; line-height: 1.3; }
.velox-event-route > i { display: grid; width: clamp(2.1rem, 3vw, 3.5rem); place-items: center; color: var(--velox-orange-dark); font-size: 1.5rem; font-style: normal; }
.velox-event-showcase { overflow: hidden; width: calc(100% - (2 * var(--page-padding))); max-width: 1540px; margin: clamp(3rem, 6vw, 6rem) auto 0; border: 1px solid rgba(201, 111, 0, .22); border-radius: 2rem; background: #fff; box-shadow: 0 2rem 5rem rgba(80, 47, 5, .12); }
.velox-event-showcase > figure { overflow-x: hidden; overflow-y: auto; height: clamp(38rem, 58vw, 58rem); margin: 0; background: #fff; overscroll-behavior: contain; scrollbar-color: var(--velox-orange) rgba(24, 24, 24, .1); scrollbar-width: thin; }
.velox-event-showcase > figure img { display: block; width: 100%; height: auto; }

.velox-outcomes { padding: var(--section-space-compact) 0; background: linear-gradient(135deg, #e6e3dc, #f0e2ce 55%, #e4e2dc); }
.velox-outcomes h2 { max-width: 14ch; margin: 0; font-size: var(--type-section-title); line-height: 1.08; letter-spacing: -.045em; }
.velox-outcomes h2 em { color: var(--velox-orange-dark); }
.velox-outcome-grid { display: grid; margin-top: var(--content-space); grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--velox-line); }
.velox-outcome-grid p { display: flex; min-height: 15rem; margin: 0; padding: clamp(2rem, 4vw, 4rem); flex-direction: column; justify-content: space-between; border-left: 1px solid var(--velox-line); }
.velox-outcome-grid p:last-child { border-right: 1px solid var(--velox-line); }
.velox-outcome-grid strong { max-width: 17ch; font-size: var(--type-card-title-large); font-weight: 430; line-height: 1.2; }
.velox-outcome-grid span { margin-top: 1.5rem; color: var(--slate); line-height: 1.6; }

.velox-next-step { padding: var(--section-space-cta) 0; background: #f0eee9; }
.velox-next-step-grid { display: grid; align-items: start; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .72fr); gap: clamp(3rem, 8vw, 9rem); }
.velox-next-step h2 { max-width: 14ch; margin: 0; font-size: var(--type-section-title-compact); line-height: 1.08; letter-spacing: -.045em; }
.velox-next-step h2 em { color: var(--velox-orange-dark); }
.velox-next-step p { max-width: 46rem; margin: 1.35rem 0 1.8rem; color: var(--slate); font-size: var(--text-lead); line-height: 1.7; }
.velox-next-step .button { border-color: var(--velox-black); background: var(--velox-black); }
.velox-service-links { display: flex; flex-direction: column; border-top: 1px solid var(--velox-line); }
.velox-service-links a { display: flex; min-height: 5.2rem; padding: 1.1rem 0; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--velox-line); font-size: 1.08rem; font-weight: 500; transition: padding 180ms ease, color 180ms ease; }
.velox-service-links a:hover { padding-left: .7rem; color: var(--velox-orange-dark); }
.velox-service-links i { color: var(--velox-orange-dark); font-style: normal; }
.velox-project-nav { --project-accent: var(--velox-orange); }

@keyframes velox-shop-float {
  from { transform: translate3d(0, .25rem, 0) rotate(-2.7deg); }
  to { transform: translate3d(0, -.35rem, 0) rotate(-2deg); }
}
@keyframes velox-event-float {
  from { transform: translate3d(0, -.2rem, 0) rotate(2.4deg); }
  to { transform: translate3d(0, .4rem, 0) rotate(1.7deg); }
}
.velox-hero-site--shop { animation: velox-shop-float 6s ease-in-out infinite alternate; }
.velox-hero-site--event { animation: velox-event-float 7s ease-in-out infinite alternate; }

@media (max-width: 1250px) {
  .velox-path-panel { grid-template-columns: 1fr; }
  .velox-path-panel figure { height: 30rem; }
}

@media (max-width: 1180px) {
  .velox-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(30rem, .92fr); gap: 3rem; }
  .velox-navigation-grid { grid-template-columns: minmax(23rem, .82fr) minmax(36rem, 1.18fr); gap: 4rem; }
  .velox-campaign-grid { grid-template-columns: minmax(24rem, .86fr) minmax(34rem, 1.14fr); gap: 4rem; }
}

@media (max-width: 960px) {
  .velox-hero-grid,
  .velox-two-paths-heading,
  .velox-navigation-grid,
  .velox-shop-depth-heading,
  .velox-campaign-grid,
  .velox-event-heading,
  .velox-next-step-grid { grid-template-columns: 1fr; }
  .velox-hero-grid { min-height: 0; }
  .velox-hero-copy h1 { max-width: 15ch; }
  .velox-hero-switch { width: min(100%, 45rem); min-height: 41rem; margin: 0 auto; }
  .velox-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .velox-scope p:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, .13); }
  .velox-scope p:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .13); }
  .velox-path-panels { grid-template-columns: 1fr; }
  .velox-path-panel { min-height: 0; grid-template-columns: minmax(20rem, .92fr) minmax(20rem, 1.08fr); }
  .velox-path-panel figure { height: 40rem; }
  .velox-navigation-shot { width: min(100%, 48rem); margin-inline: auto; }
  .velox-shop-windows { grid-template-columns: 1fr; }
  .velox-shop-window > figure { height: 42rem; }
  .velox-campaign-stage { width: min(100%, 48rem); margin-inline: auto; }
  .velox-event-route { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .velox-event-route > i { display: none; }
  .velox-outcome-grid { grid-template-columns: 1fr; border: 0; }
  .velox-outcome-grid p { min-height: 0; border: 1px solid var(--velox-line); border-bottom: 0; }
  .velox-outcome-grid p:last-child { border-right: 1px solid var(--velox-line); border-bottom: 1px solid var(--velox-line); }
}

@media (max-width: 700px) {
  .velox-hero { padding-bottom: 4rem; background: linear-gradient(160deg, var(--velox-paper) 0 72%, var(--velox-warm) 72% 100%); }
  .velox-hero-switch { min-height: 32rem; }
  .velox-hero-site--shop { width: 73%; }
  .velox-hero-site--event { width: 67%; }
  .velox-hero-site figure { height: 16rem; }
  .velox-hero-site--event figure { height: 18rem; }
  .velox-site-label { min-height: 3.2rem; padding: .65rem .75rem; }
  .velox-site-label strong { font-size: var(--text-label); }
  .velox-switch-mark { left: 40%; width: 4.2rem; border-width: .35rem; font-size: 1.5rem; }
  .velox-scope-grid { grid-template-columns: 1fr; }
  .velox-scope p { min-height: 8rem; border-right: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .velox-scope p:last-child { border-bottom: 0; }
  .velox-two-paths-heading,
  .velox-shop-depth-heading,
  .velox-event-heading { gap: 1.5rem; }
  .velox-path-panel { grid-template-columns: 1fr; }
  .velox-path-panel > div { padding: 2.2rem var(--page-padding); }
  .velox-path-panel figure { height: 28rem; }
  .velox-navigation-principles p { grid-template-columns: 1fr; gap: .35rem; }
  .velox-shop-window > figure { height: 34rem; }
  .velox-campaign-stage > figure { height: 36rem; }
  .velox-campaign-signal { grid-template-columns: 1fr; gap: .5rem; }
  .velox-event-route { grid-template-columns: 1fr; }
  .velox-event-route p { min-height: 10rem; }
  .velox-event-showcase > figure { height: 37rem; }
}

@media (max-width: 460px) {
  .velox-hero-actions { align-items: stretch; flex-direction: column; }
  .velox-hero-actions .button { justify-content: center; }
  .velox-hero-switch { min-height: 29rem; }
  .velox-hero-site figure { height: 14rem; }
  .velox-hero-site--event figure { height: 16rem; }
  .velox-switch-mark { top: 44%; left: 38%; }
}

@media (prefers-reduced-motion: reduce) {
  .velox-hero-site--shop,
  .velox-hero-site--event { animation: none; }
}
