@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/inter-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/inter-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/space-grotesk-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/space-grotesk-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/roboto-mono-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/roboto-mono-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/audiowide-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Barcode 128 Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/libre-barcode-128-text-400-normal.woff2') format('woff2');
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* Opt-out for the small site brand in the header so it doesn't get auto-capitalized */
#site-brand {
  text-transform: none !important;
  letter-spacing: inherit !important;
}

/* Opt-out & font-tuning for the large hero title on the Crash page only */
/* Revert: Crash hero title should use the original Audiowide uppercase styling */
body[data-page="crash"] #hero-template-title {
  text-transform: uppercase !important;
  font-family: "Audiowide", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* Restore the original styling for the single word 'CRASH' in the hero title on the crash page */
body[data-page="crash"] #hero-template-title .hero-crash-word {
  font-family: "Audiowide", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

/* Strong final override to ensure the single word 'CRASH' uses the pre-change styling
   This is placed late in the file and is narrowly scoped to avoid affecting other pages. */
body[data-page="crash"] .hero-template-title .hero-crash-word {
  display: inline-block !important;
  font-family: "Audiowide", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Mirror other hero-title cosmetics so CRASH visually matches previous treatment */
body[data-page="crash"] .hero-template-title .hero-crash-word {
  color: #fff !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}


/* About & Shows card enhancements */

.about-panel{
  background: linear-gradient(180deg, rgba(5,6,10,0.96), rgba(12,12,18,0.98));
  border:1px solid rgba(115,5,224,0.12);
  box-shadow:0 30px 80px rgba(0,0,0,0.72), 0 0 36px rgba(62,244,255,0.06), 0 0 28px rgba(115,5,224,0.06);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  backdrop-filter: blur(8px) saturate(120%);
}

.about-panel::before,
.about-panel::after{
  display:none;
}

.about-copy{
  color:rgba(255,255,255,.86);
  line-height:1.72
}

.about-paragraph{
  margin-bottom:1.35rem;
  color:rgba(255,255,255,.8)
}

.about-paragraph:last-child{
  margin-bottom:0
}

.about-paragraph.about-pull{
  margin:1.9rem 0 1.75rem;
  padding:0.55rem 0.95rem 0.6rem 1.05rem;
  color:rgba(255,106,216,0.95);
  font-size:1.15rem;
  font-weight:700;
  letter-spacing:.02em;
  text-shadow:0 1px 8px rgba(0,0,0,0.55);
  background:rgba(18,0,22,0.32);
  border-left:2px solid rgba(255,106,216,0.6);
  box-shadow:0 8px 20px rgba(0,0,0,.22);
}

.about-paragraph.about-pull strong{
  color:inherit;
  font-weight:inherit;
}

.about-panel strong{
  color:#f8f9ff;
  font-weight:700;
  letter-spacing:.02em
}

.about-panel em{
  color:rgba(255,255,255,.92)
}

.show-item{
  background:radial-gradient(120% 100% at 50% 0%,rgba(62,244,255,.12),transparent 55%),linear-gradient(185deg,rgba(6,8,22,.92),rgba(11,14,32,.9));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 20px 55px rgba(0,0,0,.6),0 0 28px rgba(62,244,255,.08),0 0 20px rgba(255,46,229,.08);
  -webkit-backdrop-filter:blur(8px) saturate(115%);
          backdrop-filter:blur(8px) saturate(115%);
  gap:.85rem
}

.show-item span{
  letter-spacing:.38em;
  color:rgba(255,255,255,.66)
}

.show-item p{
  color:rgba(255,255,255,.84)
}

.show-item .show-city{
  color:rgba(255,255,255,.8)
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "Inter", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "Roboto Mono", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
/* Correct the cursor style of increment and decrement buttons in Safari. */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  /* vertical-align intentionally omitted for block-level replaced elements */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #9effff;
  color: #020617;
}

::selection {
  background-color: #9effff;
  color: #020617;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 19% 32%, rgba(115, 5, 224, 0.06), transparent 35%),
      radial-gradient(circle at 98% 60%, rgba(62, 244, 255, 0.04), transparent 40%),
      linear-gradient(135deg, rgba(22, 8, 58, 0.24), rgba(8, 39, 58, 0.35));
  mix-blend-mode: screen;
  opacity: 0.8;
  z-index: 0;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: image-set(
    url('../assets/static_noise.webp') type('image/webp'),
    url('../assets/static_noise.gif') type('image/gif')
  );
  background-size: cover;
  opacity: 0.07;
  z-index: 1;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.hero-shell {
  position: relative;
  overflow: hidden;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-image: linear-gradient(rgba(12, 2, 23, 0.65), rgba(12, 2, 23, 0.8)), url('../assets/Rave.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-eyebrow {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  color: rgb(255 255 255 / 0.7);
}

.hero-portrait-glow {
  position: absolute;
  inset: 0px;
  border-radius: 28px;
  background: radial-gradient(circle at 30% 20%, rgba(115, 5, 224, 0.3), transparent 40%), radial-gradient(circle at 80% 70%, rgba(62, 255, 213, 0.25), transparent 45%);
  filter: blur(30px);
  z-index: 0;
}

.hero-portrait-barcode {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: rgb(255 255 255 / 0.7);
  font-family: 'Libre Barcode 128 Text', cursive;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  z-index: 7;
  text-shadow: none;
  opacity: 0.32;
}

@media (prefers-reduced-motion: reduce) {
  .hero-ticker-track {
    animation-duration: 999s;
  }

  .hero-template-ticker-track {
    animation: none !important;
    transform: none !important;
  }

  .hero-portrait-card {
    animation: none;
  }

  .hero-template-animate .hero-template-reveal-bar,
    .hero-template-animate .hero-template-title,
    .hero-template-animate .hero-template-paragraph {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.hero-ticker-bottom .hero-ticker-track {
  animation-name: marquee-scroll-reverse;
}

.hero-ticker-track .text-primary,
  .hero-ticker-track .text-secondary {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.hero-ticker-text,
  .hero-ticker-sep {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero-ticker-text {
  padding-inline: 0.45em;
}

.hero-ticker-sep {
  padding-inline: 0.35em;
  letter-spacing: 0.1em;
}

.glitch {
  animation: glitch 0.25s ease-in-out;
}

.section-visible {
  /* final visible state used by IntersectionObserver */
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Reveal helper: use transitions for predictable behavior in Chrome */
.animate-fade-up {
  opacity: 0;
  transform: translateY(18px);
  will-change: transform, opacity;
  transition: transform 520ms cubic-bezier(.2,.9,.2,1), opacity 520ms cubic-bezier(.2,.9,.2,1);
}
.animate-fade-up.section-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-0 { --delay: 0ms; transition-delay: 0ms; }
.delay-70 { --delay: 70ms; transition-delay: 70ms; }
.delay-80 { --delay: 80ms; transition-delay: 80ms; }
.delay-100 { --delay: 100ms; transition-delay: 100ms; }
.delay-120 { --delay: 120ms; transition-delay: 120ms; }
.delay-140 { --delay: 140ms; transition-delay: 140ms; }
.delay-160 { --delay: 160ms; transition-delay: 160ms; }
.delay-200 { --delay: 200ms; transition-delay: 200ms; }
.delay-210 { --delay: 210ms; transition-delay: 210ms; }
.delay-240 { --delay: 240ms; transition-delay: 240ms; }
.delay-280 { --delay: 280ms; transition-delay: 280ms; }
.delay-300 { --delay: 300ms; transition-delay: 300ms; }
.delay-320 { --delay: 320ms; transition-delay: 320ms; }
.delay-350 { --delay: 350ms; transition-delay: 350ms; }
.delay-360 { --delay: 360ms; transition-delay: 360ms; }
.delay-400 { --delay: 400ms; transition-delay: 400ms; }
.delay-420 { --delay: 420ms; transition-delay: 420ms; }
.delay-480 { --delay: 480ms; transition-delay: 480ms; }
.delay-490 { --delay: 490ms; transition-delay: 490ms; }

.tilt-neg-2 { --tilt: -0.525deg; }
.tilt-neg-1 { --tilt: -0.175deg; }
.tilt-pos-1 { --tilt: 0.175deg; }
.tilt-pos-2 { --tilt: 0.525deg; }

.hero-ticker-track .btn {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.hero-template-ticker-track .btn {
  margin-left: 0.2em;
  margin-right: 0.2em;
  color: inherit;
  color: #3eff4e;
}

.btn,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  min-height: 3.25rem;
}

.btn {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 255 62 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  --tw-text-opacity: 1;
  color: rgb(68 255 62 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 40px rgba(68,255,62,0.18);
  --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform, box-shadow, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 260ms;
  background: linear-gradient(180deg, rgba(6,7,10,0.96), rgba(18,18,20,0.99));
  backdrop-filter: blur(6px) saturate(110%);
}

.btn:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 20px 60px rgba(68,255,62,0.26);
  --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: linear-gradient(180deg, rgba(20,20,22,0.96), rgba(30,30,32,0.98));
}

.btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 255 62 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #020617;
}

.btn-outline {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: transform, box-shadow, background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 220ms;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-color: rgba(255,255,255,0.12);
}

.btn-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgba(142,255,165,0.18);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.6), 0 0 28px rgba(142,255,165,0.06);
}

.btn-outline:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 2px rgba(68,255,62,0.45),
    0 0 0 6px rgba(2,6,23,0.9),
    0 14px 36px rgba(0,0,0,0.6);
}
/* Crash page: only the hero secondary CTA (Press Kit) gets the magenta treatment */
/* Press Kit primary styling (magenta + dark bold text) */
#hero-template-cta-secondary.btn-outline,
#hero-template-cta-secondary.btn-outline:link,
#hero-template-cta-secondary.btn-outline:visited {
  background: linear-gradient(180deg,#ff007f 0%, #e40073 55%, #8a003e 100%);
  color: #1b0610; /* dark text for high contrast */
  border-color: #ff007f;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-shadow: 0 18px 56px rgba(255,0,127,0.14);
}

#hero-template-cta-secondary.btn-outline:hover{
  transform: translateY(-2px);
  box-shadow: 0 28px 84px rgba(255,0,127,0.22);
}

/* Strong Press Kit button — simplified, legible, and Tailwind-like utilities for animation choices */
#hero-template-cta-secondary.btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-family: 'Audiowide', 'Space Grotesk', Inter, system-ui, -apple-system, sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1b0610;
  background: linear-gradient(180deg,#ff007f 0%, #e40073 55%, #8a003e 100%);
  border: 2px solid rgba(255,255,255,0.44);
  /* subtle neon rim + soft outer glow (idle) */
  box-shadow: 0 22px 90px rgba(255,46,229,0.12), 0 0 44px rgba(62,244,255,0.08);
  transition: transform 200ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms ease, color 160ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: none;
  will-change: box-shadow, opacity;
  /* default animation — pulse affects glow only (no continuous transform to keep text crisp) */
  animation: twPulse 3.6s ease-in-out infinite alternate;
}

/* Outer halo for the button (neon rim + cyan highlights) — keep but softened */
#hero-template-cta-secondary.btn-outline::before {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 9999px;
  pointer-events: none;
  background: radial-gradient(circle at 18% 22%, rgba(255,46,229,0.36), transparent 24%), radial-gradient(circle at 82% 78%, rgba(62,244,255,0.12), transparent 24%);
  filter: blur(22px);
  opacity: 0.72;
  transform: scale(1);
  transition: opacity 260ms ease, transform 260ms ease;
  z-index: -2;
  animation: neonPulse 4.2s ease-in-out infinite alternate;
}

/* Scanning sheen + subtle stripe animation */
#hero-template-cta-secondary.btn-outline::after{
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  /* sheen + faint scanlines layer (animated by .press-anim-scan) */
  background: linear-gradient(90deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 20%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0.00) 70%), repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 6px);
  mix-blend-mode: overlay;
  opacity: 0.08; /* slightly stronger idle scanline so animation is visible */
  background-size: 240% 100%, 6px 100%;
  background-position: -120% 0, 0 0;
  transform: translateX(0%);
  transition: transform 320ms cubic-bezier(.2,.9,.2,1), opacity 220ms ease;
}

/* Hover and active states: bigger neon glow, sheen sweep and slight pulse */
#hero-template-cta-secondary.btn-outline:hover{
  transform: scale(1.04);
  box-shadow: 0 56px 200px rgba(255,46,229,0.26), 0 0 120px rgba(62,244,255,0.16);
}
#hero-template-cta-secondary.btn-outline:hover::after{
  opacity: 0.36;
  background-position: 220% 0, 0 0;
}
#hero-template-cta-secondary.btn-outline:active{
  transform: scale(1.02);
}

/* Tailwind-like utility animations for the Press Kit button. Add one of these classes to the button element to switch behavior:
   - .press-anim-pulse  (default pulse)
   - .press-anim-scan   (sweep sheen)
   - .press-anim-flicker (soft flicker)
*/
@keyframes twPulse {
  /* Pulse now animates glow/box-shadow and opacity only to avoid continuous transform on the element
     which can cause blurry/subpixel font rendering in some browsers. Hover still applies a small
     transform for interaction feedback. */
  0% { box-shadow: 0 18px 60px rgba(255,46,229,0.10), 0 0 32px rgba(62,244,255,0.06); opacity: 1; }
  100% { box-shadow: 0 38px 120px rgba(255,46,229,0.18), 0 0 72px rgba(62,244,255,0.12); opacity: 0.98; }
}

@keyframes twScan {
  0% { background-position: -120% 0, 0 0; }
  100% { background-position: 220% 0, 0 0; }
}

@keyframes twFlickerSoft {
  0% { opacity: 0.95; }
  10% { opacity: 0.75; }
  30% { opacity: 0.98; }
  100% { opacity: 0.95; }
}

.press-anim-pulse { animation: twPulse 3.6s ease-in-out infinite alternate; }
.press-anim-scan::after { animation: twScan 2.0s linear infinite; }
.press-anim-flicker { animation: twFlickerSoft 2.6s linear infinite; }

/* gentle pulse for the halo rim */
@keyframes neonPulse {
  0% { transform: scale(0.995); opacity: 0.82; }
  100% { transform: scale(1.015); opacity: 0.92; }
}


/* Header nav treatment for wider screens - lifted underline + subtle glow */
header nav a{
  position: relative;
  padding: 0.15rem 0.25rem;
  transition: color 220ms ease, transform 220ms ease;
}
header nav a::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, rgba(142,255,165,0.0), rgba(142,255,165,0.9), rgba(142,255,165,0.0));
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 240ms ease;
  opacity: 0.95;
}
header nav a:hover{
  color: #ffffff;
  transform: translateY(-2px);
}
header nav a:hover::after{
  transform: scaleX(1);
}

header nav a:focus-visible{
  outline: 2px solid rgba(68,255,62,0.55);
  outline-offset: 6px;
  border-radius: 0.5rem;
}
header nav a:focus-visible::after{
  transform: scaleX(1);
}

#menu-toggle:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 2px rgba(68,255,62,0.45),
    0 0 0 6px rgba(2,6,23,0.9);
}

/* Header background and title styling */
header {
  background-image: linear-gradient(180deg, rgba(6,6,10,0.85), rgba(20,12,40,0.6));
  border-bottom: 1px solid rgba(255,255,255,0.04);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
}

header .text-secondary.font-display {
  background: linear-gradient(174deg, #ff2ee5 -50%, #8753db 25%, #3effc0 69%, #44FF3E 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(0,0,0,0.6), 0 0 18px rgba(135,83,219,0.12);
}

/* Press grid: prefer 2x2 on medium, 1x4 on large to avoid 3-row layouts */
@media (min-width: 1200px){
  .press-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Make promoter contact panel slightly lighter and consistent with other cards */
.form-panel{
  border-width: 2px;
  border-color: rgba(115,5,224,0.08);
  background-color: rgba(10,10,14,0.9);
  background-image: linear-gradient(180deg, rgba(62,244,255,0.04) 0%, rgba(115,5,224,0.03) 35%, rgba(8,8,12,0.9) 100%);
  transition: transform 260ms ease, box-shadow 260ms ease;
}
.form-panel::before{
  opacity: 0.45;
}

.form-panel:hover{
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 30px 84px rgba(0,0,0,0.72), 0 0 40px rgba(115,5,224,0.06);
}

.btn-outline:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #020617;
}

.hero-title {
  text-transform: uppercase;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(3.2rem, 5.6vw, 5.1rem);
  letter-spacing: 0.04em;
  color: #ff28cf;
  display: inline-block;
  padding: 0.26em 0.6em;
  background: rgba(11, 6, 18, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 34px rgba(0,0,0,0.6);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  text-shadow:
      0 0 6px rgba(255, 255, 255, 0.55),
      0 0 18px rgba(122, 40, 255, 0.55),
      0 0 28px rgba(122, 40, 255, 0.35);
  line-height: 1.05;
  word-break: break-word;
}

@media (max-width: 768px) {
  .hero-title {
    letter-spacing: 0.08em;
    font-size: clamp(2.4rem, 6vw, 3.4rem);
  }
}

.stats-chip {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(0 0 0 / 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.card-panel {
  border-radius: 1.5rem;
  border-width: 2px;
  border-color: rgba(115,5,224,0.12);
  background-color: rgba(12,12,16,0.9); /* slightly transparent charcoal */
  background-image: linear-gradient(135deg, rgba(62,244,255,0.12) 0%, rgba(115,5,224,0.08) 35%, rgba(0,0,0,0.88) 100%);
  padding: 2rem;
  --tw-shadow: 0 30px 90px rgba(0,0,0,0.75);
  --tw-shadow-colored: 0 30px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow), 0 0 36px rgba(115,5,224,0.04), 0 0 28px rgba(62,244,255,0.03);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  backdrop-filter: blur(8px) saturate(120%);
  transition: transform 280ms ease, box-shadow 280ms ease, background-color 220ms ease;
}

/* Hover and focus for cards */
.card-panel:hover,
.card-panel:focus-within {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--tw-shadow), 0 0 60px rgba(115,5,224,0.08), 0 0 44px rgba(62,244,255,0.06);
}

/* Slight accent rim using outline for high-contrast */
.card-panel::before{
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(62,244,255,0.04), rgba(115,5,224,0.06));
  mix-blend-mode: screen;
  opacity: 0.9;
}

.hero-ticker-track .card-panel h3 {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.hero-template-ticker-track .card-panel h3 {
  margin-left: 0.2em;
  margin-right: 0.2em;
  color: inherit;
  color: #ff2ee5;
}

.card-panel h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgba(0,240,255,0.94);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-shadow: 0 20px 40px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 20px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gallery-card::after {
  content: '';
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.gallery-card:hover::after {
  opacity: 1;
}

.gallery-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: saturate(1.25);
}

.section-title {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgb(0 255 204 / 0.85);
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  display: block;
}

.hero-ticker-track .section-heading {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.hero-template-ticker-track .section-heading {
  margin-left: 0.2em;
  margin-right: 0.2em;
  color: inherit;
  color: #ff2ee5;
}

.section-heading {
  margin-bottom: 1rem;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(0 255 204 / 0.92);
  text-shadow: 0 0 12px rgba(0, 255, 204, 0.22);
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(2px);
}

@media (min-width: 768px) {
  .section-heading {
    font-size: 2.6rem;
  }
}

.section-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, rgba(0,255,204,0.9), rgba(124,58,237,0.9));
  box-shadow: 0 0 10px rgba(0,255,204,0.28);
}

.section-header {
  position: relative;
  overflow: hidden;
}

.section-header.is-visible .section-title {
  animation: sectionFade 0.9s ease forwards;
  animation-delay: 0.05s;
}

.section-header.is-visible .section-heading {
  animation: sectionFade 0.9s ease forwards;
  animation-delay: 0.14s;
}

.section-header.is-visible .section-heading::after {
  animation: headingUnderline 0.9s ease forwards;
  animation-delay: 0.22s;
}

@media (prefers-reduced-motion: reduce) {
  .section-title,
  .section-heading {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .section-heading::after {
    animation: none !important;
    width: 100%;
  }
}

@keyframes sectionFade {
  from { opacity: 0; transform: translateY(18px); filter: blur(3px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes headingUnderline {
  from { width: 0; }
  to { width: 100%; }
}

.panel-glow {
  position: relative;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.08);
  background-image: linear-gradient(135deg, rgba(62,244,255,0.05) 0%, rgba(255,46,229,0.04) 40%, rgba(0,0,0,0.55) 100%);
  --tw-shadow: 0 20px 60px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: hidden;
}

.panel-glow::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  border-radius: 1.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 45%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.panel-glow:hover::after {
  opacity: 1;
}

.stats-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.shows-shell {
  position: relative;
  padding-top: 0.5rem;
}

.shows-strip {
  position: relative;
  padding: 0.5rem 0 1.25rem;
}

.shows-viewport {
  position: relative;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 0.5rem 0 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
  cursor: grab;
}

.shows-viewport::-webkit-scrollbar {
  display: none;
}

.shows-viewport.is-dragging {
  cursor: grabbing;
}

.shows-track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 1rem;
  padding: 0.25rem 1rem 1rem;
  will-change: transform;
  transition: transform 120ms ease-out;
}

@media (min-width: 768px) {
  .shows-track {
    gap: 1.25rem;
    padding: 0.25rem 1.5rem 1.5rem;
  }
}

.origin-shell {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  overflow: visible;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.origin-panel {
  background: linear-gradient(135deg, rgba(0,255,204,0.06) 0%, rgba(124,58,237,0.05) 40%, rgba(0,0,0,0.7) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 70px rgba(0,0,0,0.68), 0 0 16px rgba(0,255,204,0.08);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  backdrop-filter: blur(12px);
  overflow: visible;
  border-radius: 0;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.origin-panel.panel-glow,
.origin-panel.panel-glow::after {
  border-radius: 0;
}

.origin-panel.panel-glow::after {
  inset: 0;
}

.origin-panel.panel-glow {
  overflow: visible;
}

.origin-arrival {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
  padding: clamp(0.5rem, 2vw, 1.25rem);
  background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.55));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 18px 48px rgba(0,0,0,0.55);
}

.origin-hero-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0.9rem;
  background: radial-gradient(120% 80% at 50% 0%, rgba(0,255,204,0.08), transparent 55%), rgba(0,0,0,0.35);
  box-shadow: 0 14px 38px rgba(0,0,0,0.5);
}

.origin-intro-flow {
  display: grid;
  gap: 1rem;
}

.origin-intro-block {
  background: rgba(0,0,0,0.35);
  border: none;
  padding: 1.3rem 1.5rem 1.2rem 1.2rem;
  box-shadow: 0 10px 28px rgba(0,0,0,0.45);
  position: relative;
}

.origin-intro-block p {
  margin-bottom: 0.6rem;
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

.origin-intro-block p:last-child {
  margin-bottom: 0;
}

.origin-intro-block--calm {
  max-width: 840px;
  margin: 0 auto;
}

.origin-intro-block--rise {
  max-width: 860px;
  margin-left: auto;
  margin-right: 0;
  background: rgba(0,0,0,0.48);
}

.origin-intro-block--rise::before {
  content: '';
  position: absolute;
  top: -0.6rem;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,255,204,0.4), rgba(124,58,237,0.35), transparent);
  opacity: 0.9;
}

.origin-intro-block::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 3px;
  background: linear-gradient(180deg, rgba(0,255,204,0.5), rgba(124,58,237,0.5));
  opacity: 0.75;
}

.origin-cta-block {
  display: flex;
  justify-content: center;
  padding: 0.8rem 0 0.25rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 0.2rem;
}

@media (max-width: 768px) {
  .origin-arrival {
    padding-inline: 0.25rem;
  }

  .origin-hero-card {
    max-width: 100%;
  }

  .origin-intro-block--rise {
    margin-left: 0;
  }

  .origin-middle::before {
    display: none;
  }

  #who-is-crash .origin-beat-body {
    display: grid;
    gap: 0.9rem;
  }

  #who-is-crash .origin-figure,
  #who-is-crash .origin-beat--right .origin-figure {
    float: none;
    margin: 0;
    width: 100%;
  }

  #who-is-crash .origin-figure.origin-figure--native {
    width: 100%;
  }

  #who-is-crash .origin-figure.origin-figure--native .origin-frame {
    width: 100%;
    max-width: 100%;
  }

  #who-is-crash .origin-figure.origin-figure--native .origin-frame video {
    width: 100%;
  }

  #who-is-crash .origin-beat {
    width: 100%;
  }

  #who-is-crash .origin-beat-copy {
    min-width: 0;
  }
}

.origin-kicker {
  font-size: 0.9rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(0,255,204,0.85);
  margin-bottom: 0.1rem;
  text-align: left;
}

.origin-toggle {
  margin-top: 1rem;
  padding: 0.8rem 0 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.origin-toggle button {
  width: 100%;
  max-width: 420px;
  justify-content: center;
  gap: 0.6rem;
  letter-spacing: 0.2em;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(0,255,204,0.18), transparent 58%),
    linear-gradient(180deg, rgba(22,18,32,0.98), rgba(8,8,16,0.9));
  border-color: rgba(0,255,204,0.45);
  color: rgba(0,255,204,0.9);
  box-shadow: 0 16px 40px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.12), inset 0 0 0 1px rgba(0,255,204,0.08);
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.origin-toggle-helper {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  text-align: center;
}

.origin-toggle-meta {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.6);
}

.highlight-text {
  color: rgba(124,58,237,0.9);
  font-weight: 600;
}

.origin-visual {
  position: relative;
  width: 100%;
  max-width: 920px;
  min-width: min(100%, 540px);
  justify-self: center;
  overflow: visible;
  border-radius: 0;
  margin-top: 0.25rem;
  transform: translateY(4px);
}

.origin-visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(0,255,204,0.16);
  background: radial-gradient(120% 100% at 60% 10%, rgba(0,255,204,0.1), transparent 50%), linear-gradient(180deg, rgba(10,10,22,0.9), rgba(5,5,12,0.92));
  box-shadow: 0 18px 60px rgba(0,0,0,0.72), 0 0 0 1px rgba(255,255,255,0.05);
  padding: 0.35rem;
}

.origin-visual-frame::before {
  content: '';
  position: absolute;
  inset: 0.35rem;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}

.origin-visual-frame img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 240ms ease, filter 240ms ease;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.origin-visual-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.06) 0%, transparent 40%),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.22) 0, rgba(0,0,0,0.22) 1px, transparent 1px, transparent 3px);
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.origin-visual-frame:hover img {
  transform: scale(1.015);
  filter: saturate(1.1);
}

.origin-visual-frame:hover .origin-visual-overlay {
  opacity: 0.5;
}

.origin-visual .origin-caption {
  margin: 0;
  border-top: 1px solid rgba(0,255,204,0.16);
  background: linear-gradient(180deg, rgba(0,0,0,0.78), rgba(0,0,0,0.9));
  padding: 0.72rem 0.9rem 0.78rem;
  font-size: 0.9rem;
  letter-spacing: 0.11em;
}

.origin-toggle button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,255,204,0.18), rgba(124,58,237,0.18));
  opacity: 0;
  transition: opacity 200ms ease;
}

.origin-toggle button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  opacity: 0;
  transform: skewX(-20deg);
  transition: opacity 220ms ease, left 380ms ease;
}

.origin-toggle button:hover::before,
.origin-toggle button:focus-visible::before {
  opacity: 0.25;
}

.origin-toggle button:hover::after,
.origin-toggle button:focus-visible::after {
  opacity: 0.5;
  left: 120%;
}

.origin-toggle button:active {
  transform: translateY(1px);
}

.origin-toggle button:hover,
.origin-toggle button:focus-visible {
  box-shadow: 0 14px 38px rgba(0,0,0,0.6), 0 0 18px rgba(0,255,204,0.2);
  border-color: rgba(0,255,204,0.6);
}

.origin-middle {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 420ms ease;
  margin-top: 1.2rem;
  padding: 1.8rem 0.75rem 0.4rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.origin-middle.expanded {
  max-height: 6000px;
  opacity: 1;
  pointer-events: auto;
  margin-top: 0.75rem;
  background: linear-gradient(180deg, rgba(4,4,12,0.9), rgba(4,4,12,0.8));
  padding: 2.1rem 0.85rem 0.6rem;
  box-shadow: inset 0 1px 0 rgba(0,255,204,0.08), 0 12px 32px rgba(0,0,0,0.55);
}

.origin-middle::before {
  content: '';
  position: absolute;
  left: -1.25rem;
  right: -1.25rem;
  top: 0.2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,255,204,0.5), rgba(124,58,237,0.45), transparent);
  box-shadow: 0 6px 24px rgba(0,0,0,0.5);
}

.origin-beats.prefers-reduced {
  transition: none;
}

.origin-beat {
  margin-bottom: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  opacity: 0;
  transform: translateY(16px);
}

.origin-beat.visible {
  animation: originFadeUp 0.6s ease forwards;
}

.origin-beat--right .origin-beat-body {
  flex-direction: row-reverse;
}

.origin-beat:last-child {
  margin-bottom: 0;
}

.origin-beat-title {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,255,204,0.92);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.origin-beat-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgba(124,58,237,0.9);
  border-radius: 50%;
  margin-right: 0.75rem;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.origin-beat-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(0,255,204,0.9), rgba(124,58,237,0.9));
  transition: width 0.5s ease;
}

.origin-beat.visible .origin-beat-title::after {
  width: 100%;
}

.origin-beat.visible .origin-beat-title::before {
  transform: scale(1);
}

.origin-beat-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: flex-start;
  overflow: visible;
  justify-content: space-between;
}

.origin-beat-copy {
  flex: 1;
  min-width: 280px;
  max-width: 680px;
}

.origin-beat--left .origin-beat-copy {
  padding-right: 0.6rem;
}

.origin-beat--right .origin-beat-copy {
  padding-left: 0.6rem;
}

.origin-beat-copy p {
  margin-bottom: 0.6rem;
  line-height: 1.75;
  font-size: 1.125rem;
  color: rgba(255,255,255,0.9);
  opacity: 0;
  transform: translateY(8px);
  filter: blur(1px);
  transition: opacity 260ms ease, transform 260ms ease, filter 260ms ease;
  transition-delay: var(--delay, 0ms);
}

.origin-beat.visible .origin-beat-copy p {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.origin-artifact {
  position: relative;
  perspective: 1200px;
  flex: 0 0 clamp(280px, 32vw, 360px);
  max-width: clamp(300px, 38vw, 380px);
  min-width: 260px;
  overflow: visible;
  align-self: flex-start;
  margin-top: 0.35rem;
}

.origin-frame {
  position: relative;
  border-radius: 0;
  overflow: visible;
  border: 1px solid rgba(0,255,204,0.22);
  background: linear-gradient(180deg, rgba(10,10,20,0.9), rgba(0,0,0,0.92));
  transform: rotate(var(--tilt, -0.2deg));
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 12px 40px rgba(0,0,0,0.55);
  padding: 0.35rem;
}

.origin-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.origin-frame video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.origin-frame:hover {
  transform: rotate(0deg) scale(1.01);
  box-shadow: 0 22px 60px rgba(0,0,0,0.7), 0 0 12px rgba(0,255,204,0.14);
}

.origin-caption {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  padding: 0.72rem 0.9rem 0.78rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.78), rgba(0,0,0,0.9));
  border-top: 1px solid rgba(0,255,204,0.16);
  margin: 0 -0.35rem -0.35rem;
}

.origin-frame::after {
  content: '';
  position: absolute;
  inset: 0.35rem;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 35%);
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.origin-frame:hover::after {
  opacity: 0.5;
}

.origin-frame--beat {
  opacity: 0;
}

.origin-beat.visible .origin-frame--beat {
  opacity: 1;
  transition: opacity 240ms ease, transform 220ms ease, box-shadow 220ms ease;
  transform-origin: center;
}

.origin-frame--beat:hover img {
  transform: scale(1.015);
}

.origin-outro {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(124,58,237,0.2);
  max-width: 940px;
  background: linear-gradient(180deg, rgba(0,0,0,0.82), rgba(0,0,0,0.68));
  padding: 1.65rem 1.3rem 1.4rem;
  box-shadow: 0 10px 32px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.06);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 0.85rem;
}

.origin-outro p {
  margin-bottom: 0.6rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

.origin-closing {
  font-style: italic;
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.origin-closing p {
  margin-bottom: 0.65rem;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: left;
}

.origin-closing::before {
  content: '';
  position: absolute;
  top: -0.75rem;
  left: 25%;
  right: 25%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,255,204,0.35), transparent);
}

/* Scoped Origin Story refinements */
#who-is-crash .origin-panel {
  max-width: min(1120px, 100%);
  min-width: 0;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  width: 100%;
}

#who-is-crash .origin-arrival {
  background: linear-gradient(180deg, rgba(0,0,0,0.72), rgba(0,0,0,0.56));
  border: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 16px 42px rgba(0,0,0,0.5);
  padding: clamp(0.6rem, 2.4vw, 1.35rem);
  gap: 1.15rem;
}

#who-is-crash .origin-hero-card {
  max-width: 620px;
  padding: 0.45rem 0.5rem 0.85rem;
  background: radial-gradient(120% 80% at 50% 0%, rgba(0,255,204,0.08), transparent 58%), rgba(0,0,0,0.32);
  box-shadow: 0 12px 30px rgba(0,0,0,0.48);
}

#who-is-crash .origin-visual-frame {
  border: 1px solid rgba(0,255,204,0.14);
  box-shadow: 0 16px 54px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.05);
}

#who-is-crash .origin-visual .origin-caption {
  letter-spacing: 0.1em;
  padding: 0.7rem 0.9rem 0.76rem;
}

#who-is-crash .origin-intro-flow {
  max-width: 880px;
  margin: 0 auto;
  gap: 0.9rem;
}

#who-is-crash .origin-intro-block {
  background: rgba(0,0,0,0.3);
  padding: 1.2rem 1.5rem 1.1rem 1.25rem;
  box-shadow: 0 10px 24px rgba(0,0,0,0.38);
}

#who-is-crash .origin-intro-block::after {
  width: 2px;
  left: 0;
  top: 0.9rem;
  bottom: 0.9rem;
  opacity: 0.65;
}

#who-is-crash .origin-intro-block p {
  line-height: 1.78;
  margin-bottom: 0.65rem;
  max-width: 64ch;
}

#who-is-crash .origin-intro-block--lead .origin-intro-lead {
  display: block;
  font-weight: 600;
}

#who-is-crash .origin-intro-block--lead .origin-intro-sub {
  display: block;
  margin-top: 0.2rem;
}

#who-is-crash .origin-intro-block--lead .origin-intro-whisper {
  display: block;
  font-style: italic;
  letter-spacing: 0.12em;
}

#who-is-crash .origin-intro-block--rise {
  background: rgba(0,0,0,0.42);
  margin-right: auto;
  border: none;
}

#who-is-crash .origin-intro-block--rise::before {
  top: -0.5rem;
  background: linear-gradient(90deg, transparent, rgba(0,255,204,0.38), rgba(124,58,237,0.32), transparent);
}

#who-is-crash .origin-cta-block {
  padding: 1rem 0 0.4rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 0.4rem;
}

#who-is-crash .origin-toggle button {
  box-shadow: 0 12px 30px rgba(0,0,0,0.55), 0 0 0 1px rgba(0,255,204,0.12);
}

#who-is-crash .origin-toggle-helper {
  color: rgba(255,255,255,0.72);
}

#who-is-crash #origin-middle {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

#who-is-crash .origin-middle::before {
  left: -1rem;
  right: -1rem;
}

#who-is-crash .origin-middle.expanded {
  background: linear-gradient(180deg, rgba(4,4,12,0.88), rgba(4,4,12,0.78));
}

#who-is-crash .origin-beats {
  display: grid;
  gap: 2.2rem;
}

#who-is-crash .origin-beat {
  display: block;
  gap: 1.1rem;
}

#who-is-crash .origin-beat-body {
  display: block;
  overflow: visible;
  margin-top: 0.85rem;
}

#who-is-crash .origin-beat-head {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(0,255,204,0.18);
}

#who-is-crash .origin-beat-title {
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  letter-spacing: 0.12em;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.25rem;
}

#who-is-crash .origin-beat-title::after {
  height: 1px;
  bottom: -6px;
  background: linear-gradient(90deg, rgba(0,255,204,0.7), rgba(124,58,237,0.45), transparent);
}

#who-is-crash .origin-beat-copy {
  max-width: none;
}

#who-is-crash .origin-beat-copy p {
  line-height: 1.78;
  margin-bottom: 0.7rem;
}

#who-is-crash .origin-grad {
  color: rgba(0,255,204,0.92);
  background-image: linear-gradient(120deg, rgba(57,205,52,0.9), rgba(0,255,204,0.95));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#who-is-crash .origin-punch {
  color: rgba(255,255,255,0.97);
  font-weight: 600;
  letter-spacing: 0.02em;
}

#who-is-crash .highlight-text,
#who-is-crash .origin-ink {
  color: #ff4fd4;
  background-image: linear-gradient(184deg, rgba(255, 79, 212, 0.95), rgba(124, 58, 237, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 79, 212, 0.18);
}

#who-is-crash #origin-middle .origin-list {
  margin: 0.35rem 0 0.7rem;
}

#who-is-crash #origin-middle .origin-list-item {
  position: relative;
  padding-left: 1.6rem;
  margin: 0 0 0.35rem;
  line-height: 1.6;
}

#who-is-crash #origin-middle .origin-list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0,255,204,0.85);
}

#who-is-crash #origin-middle .origin-list-item:last-child {
  margin-bottom: 0;
}

#who-is-crash #origin-middle .origin-command-list {
  margin: 0.5rem 0 0.6rem;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(0,255,204,0.3);
}

#who-is-crash #origin-middle .origin-command {
  margin: 0 0 0.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.96);
}

#who-is-crash #origin-middle .origin-command:last-child {
  margin-bottom: 0;
}

#who-is-crash .origin-divider {
  height: 1px;
  margin: 0.9rem 0 1rem;
  background: linear-gradient(90deg, transparent, rgba(0,255,204,0.4), rgba(124,58,237,0.35), transparent);
  border: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

#who-is-crash .origin-quote {
  margin: 0.75rem 0 0.85rem;
  padding: 0.65rem 0.9rem;
  border-left: 2px solid rgba(0,255,204,0.6);
  background: rgba(0,0,0,0.4);
  color: rgba(255,255,255,0.92);
  font-style: italic;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

#who-is-crash .origin-figure {
  float: left;
  margin: 0 1.3rem 0.75rem 0;
}

#who-is-crash .origin-beat--right .origin-figure {
  float: right;
  margin: 0 0 0.75rem 1.3rem;
}

#who-is-crash .origin-figure .origin-frame {
  width: 100%;
}

#who-is-crash .origin-figure.size-sm {
  width: clamp(220px, 26vw, 300px);
}

#who-is-crash .origin-figure.size-md {
  width: clamp(260px, 30vw, 360px);
}

#who-is-crash .origin-figure.size-lg {
  width: clamp(320px, 36vw, 460px);
}

#who-is-crash .origin-figure.size-xl {
  width: clamp(360px, 52vw, 700px);
  float: none;
  margin: 0 auto 1rem auto;
  display: block;
}

#who-is-crash .origin-figure.origin-figure--native {
  width: auto;
  max-width: 100%;
}

#who-is-crash .origin-figure.origin-media-w-480 {
  --media-width: 480px;
}

#who-is-crash .origin-figure.origin-figure--native .origin-frame {
  /* Match image-card padding (0.35rem) plus the 1px frame border. */
  width: calc(var(--media-width, 0px) + 0.7rem + 2px);
  display: inline-block;
}

#who-is-crash .origin-figure.origin-figure--native .origin-frame video {
  width: var(--media-width, 100%);
  height: auto;
  max-width: 100%;
}

#who-is-crash .origin-figure.size-lg,
#who-is-crash .origin-figure.size-xl {
  margin-bottom: 1.1rem;
}

#who-is-crash .origin-figure.size-lg .origin-frame,
#who-is-crash .origin-figure.size-xl .origin-frame {
  border-color: rgba(0,255,204,0.12);
}

#who-is-crash .origin-figure.size-lg .origin-caption,
#who-is-crash .origin-figure.size-xl .origin-caption {
  font-size: 0.95rem;
  letter-spacing: 0.09em;
  padding: 0.75rem 0.9rem 0.8rem;
}

@media (max-width: 768px) {
  #who-is-crash .origin-figure.size-sm,
  #who-is-crash .origin-figure.size-md,
  #who-is-crash .origin-figure.size-lg,
  #who-is-crash .origin-figure.size-xl {
    width: 100%;
    max-width: 100%;
  }

  #who-is-crash .origin-arrival {
    grid-template-columns: minmax(0, 1fr);
  }

  #who-is-crash .origin-hero-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #who-is-crash .origin-visual {
    width: 100%;
    min-width: 0;
  }

  #who-is-crash .origin-figure.origin-figure--native {
    width: 100%;
  }

  #who-is-crash .origin-figure.origin-figure--native .origin-frame {
    width: 100%;
    max-width: 100%;
  }

  #who-is-crash .origin-figure.origin-figure--native .origin-frame video {
    width: 100%;
  }
}

#who-is-crash .origin-beat:after {
  content: '';
  display: table;
  clear: both;
}

#who-is-crash .origin-artifact {
  flex: 0 0 clamp(260px, 30vw, 340px);
}

#who-is-crash .origin-frame {
  border: 1px solid rgba(0,255,204,0.18);
  box-shadow: 0 12px 36px rgba(0,0,0,0.5);
}

#who-is-crash .origin-outro {
  max-width: 960px;
  padding: 1.75rem 1.35rem 1.5rem;
  background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0.64));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

#who-is-crash .origin-outro p {
  line-height: 1.78;
}

#who-is-crash .origin-closing {
  margin-top: 1.2rem;
  font-style: normal;
  text-align: left;
}

#who-is-crash .origin-finale {
  display: grid;
  gap: 0.3rem;
  padding: 0.6rem 0 0.2rem;
}

#who-is-crash .origin-finale .finale-punch {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

#who-is-crash .origin-finale .finale-staccato {
  font-style: italic;
}

#who-is-crash .origin-finale .finale-credo {
  margin-top: 0.6rem;
}

#who-is-crash .origin-finale .finale-stair {
  margin-top: 0.4rem;
  letter-spacing: 0.01em;
}

#who-is-crash .origin-finale .finale-hit {
  margin-top: 0.5rem;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
}

.origin-beats.prefers-reduced,
.origin-beats.prefers-reduced .origin-beat,
.origin-beats.prefers-reduced .origin-beat-copy p,
.origin-beats.prefers-reduced .origin-outro {
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim {
  opacity: 1;
  transform: none;
  animation: none;
}

#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat {
  opacity: 1;
  transform: none;
  box-shadow: 0 12px 40px rgba(0,0,0,0.55);
  transition: none;
}

#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat:hover,
#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat:focus-visible {
  transform: none;
  box-shadow: 0 12px 40px rgba(0,0,0,0.55);
}

#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat::after {
  opacity: 0.3;
  transition: none;
}

#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat:hover::after,
#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat:focus-visible::after {
  opacity: 0.3;
}

#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat img {
  transform: none;
}

#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat:hover img,
#who-is-crash #origin-middle .origin-beat.origin-beat--no-anim .origin-frame--beat:focus-visible img {
  transform: none;
}

/* Tighten caption spacing under Origin Story image cards */
#who-is-crash #origin-middle .origin-frame--beat .origin-caption {
  margin-bottom: 0.2rem;
  padding-bottom: 0.35rem;
  line-height: 1.35;
}

#who-is-crash .origin-closing p {
  margin-bottom: 0.5rem;
}

#who-is-crash .origin-closing p:nth-child(1) {
  margin-left: 0.12rem;
  margin-bottom: 0.06rem;
  font-size: 1.22rem;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
}

#who-is-crash .origin-closing p:nth-child(2) {
  margin-left: 0.28rem;
  margin-bottom: 0.9rem;
  font-size: 1.22rem;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
}

#who-is-crash .origin-closing p:nth-child(3) { margin-left: 0.42rem; margin-bottom: 0.15rem; }
#who-is-crash .origin-closing p:nth-child(4) { margin-left: 0.56rem; margin-bottom: 0.15rem; }
#who-is-crash .origin-closing p:nth-child(5) { margin-left: 0.7rem; margin-bottom: 0.7rem; }

#who-is-crash .origin-closing p:nth-child(6) { margin-left: 0.86rem; margin-bottom: 0.2rem; color: rgba(124, 58, 237, 0.95); }
#who-is-crash .origin-closing p:nth-child(7) { margin-left: 1.0rem; margin-bottom: 0.2rem; color: rgba(124, 58, 237, 0.95); }
#who-is-crash .origin-closing p:nth-child(8) { margin-left: 1.14rem; margin-bottom: 0.7rem; color: rgba(124, 58, 237, 0.95); }

#who-is-crash .origin-closing p:nth-child(9) { margin-left: 0.78rem; margin-bottom: 0.25rem; }
#who-is-crash .origin-closing p:nth-child(10) { margin-left: 0.92rem; margin-bottom: 0.25rem; }
#who-is-crash .origin-closing p:nth-child(11) { margin-left: 1.06rem; margin-bottom: 0.6rem; }

#who-is-crash .origin-closing p:nth-child(12) { margin-left: 1.2rem; margin-bottom: 0.35rem; }

#who-is-crash .origin-closing p:last-child {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: rgba(0,255,204,0.95);
  text-shadow:
    0 0 14px rgba(0,255,204,0.35),
    0 0 36px rgba(124,58,237,0.35);
}

@keyframes originFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


.shows-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 1;
}

.shows-fade--left {
  left: 0;
  background: linear-gradient(90deg, rgba(6,6,12,0.85), transparent);
}

.shows-fade--right {
  right: 0;
  background: linear-gradient(270deg, rgba(6,6,12,0.85), transparent);
}

.show-card {
  position: relative;
  flex: 0 0 280px;
  border-radius: 0.9rem;
  border: 1px solid rgba(0, 255, 204, 0.18);
  padding: 1.4rem;
  background:
    linear-gradient(135deg, rgba(0,255,204,0.08) 0%, rgba(124,58,237,0.04) 40%, rgba(0,0,0,0.85) 100%),
    radial-gradient(140% 120% at 60% 10%, rgba(255,255,255,0.12), transparent 50%),
    linear-gradient(185deg, rgba(6, 8, 22, 0.96), rgba(11, 14, 32, 0.9));
  box-shadow: 0 16px 52px rgba(0,0,0,0.72), 0 0 12px rgba(0,255,204,0.06);
  transform: rotate(var(--tilt, -0.35deg));
  transition: transform 200ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 200ms ease;
  animation: showJitter 10s ease-in-out infinite alternate;
  will-change: transform, box-shadow, border-color;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .show-card {
    flex-basis: 320px;
  }
}

.show-card::before,
.show-card::after {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: 1.2rem;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.show-card::before {
  background: linear-gradient(90deg, rgba(62,244,255,0.32), rgba(120,200,255,0.12), rgba(115,5,224,0.12));
  filter: blur(16px);
  opacity: 0.2;
  z-index: -1;
}

.show-card::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 55%),
    linear-gradient(45deg, rgba(0,255,204,0.08), transparent 60%);
  opacity: 0.18;
}

.show-card:hover,
.show-card:focus-visible {
  transform: translateY(-6px) rotate(0deg);
  border-color: rgba(0,255,204,0.55);
  box-shadow: 0 24px 68px rgba(0,0,0,0.72), 0 0 22px rgba(0,255,204,0.14);
  outline: none;
}

.show-card:hover::before,
.show-card:focus-visible::before {
  opacity: 0.45;
  transform: scale(1.03);
}

.show-card:hover::after,
.show-card:focus-visible::after {
  opacity: 0.28;
}

.show-card:hover .show-city::after,
.show-card:focus-visible .show-city::after {
  width: 100%;
}

.show-card-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 40%),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 1px, transparent 1px, transparent 3px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M10 10h100v100H10z' fill='none' stroke='rgba(0,255,204,0.08)' stroke-width='1'/%3E%3Cpath d='M60 0v120M0 60h120' stroke='rgba(124,58,237,0.08)' stroke-width='0.6'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  opacity: 0.28;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.show-card:hover .show-card-overlay,
.show-card:focus-visible .show-card-overlay {
  opacity: 0.48;
}

.show-card-body {
  position: relative;
  z-index: 1;
}

.show-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.show-date {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.show-card .show-city {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 12px rgba(0,0,0,0.55);
  position: relative;
  display: inline-block;
}

.show-card .show-city::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, rgba(0,255,204,0.9), rgba(124,58,237,0.9));
  transition: width 200ms ease;
}

.show-venue {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.45rem;
  font-style: italic;
}

.show-role {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  color: rgb(5 187 144 / 0.92);
}

.show-card:nth-child(3n+1) .show-role {
  color: rgba(62, 255, 192, 0.92);
}

.show-card:nth-child(3n+2) .show-role {
  color: rgba(135, 83, 219, 0.92);
}

.show-card:nth-child(3n) .show-role {
  color: rgba(255, 255, 255, 0.7);
}

.show-status {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(0, 255, 204, 0.28);
  background: rgba(0, 255, 204, 0.08);
  color: rgba(0, 255, 204, 0.95);
  clip-path: polygon(0% 0%, 6% 0%, 10% 20%, 14% 0%, 20% 18%, 24% 0%, 30% 24%, 34% 0%, 40% 22%, 44% 0%, 50% 26%, 54% 0%, 60% 24%, 64% 0%, 70% 18%, 74% 0%, 80% 22%, 84% 0%, 90% 18%, 94% 0%, 100% 0%, 100% 100%, 94% 100%, 90% 82%, 84% 100%, 80% 84%, 74% 100%, 70% 76%, 64% 100%, 60% 80%, 54% 100%, 50% 74%, 44% 100%, 40% 78%, 34% 100%, 30% 82%, 24% 100%, 20% 84%, 14% 100%, 10% 80%, 6% 100%, 0% 100%);
  position: relative;
  overflow: hidden;
}

@keyframes showJitter {
  0% { transform: rotate(-0.45deg) translate3d(0, 0, 0); }
  38% { transform: rotate(-0.25deg) translate3d(1px, -2px, 0); }
  70% { transform: rotate(-0.6deg) translate3d(-1px, 1px, 0); }
  100% { transform: rotate(-0.35deg) translate3d(0, -1px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .shows-viewport {
    scroll-behavior: auto;
  }
  .show-card {
    animation: none;
    transition: none;
  }
}

.show-item {
  position: relative;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.08);
  background-image: linear-gradient(180deg, rgba(11,5,23,0.9), rgba(20,8,40,0.9));
  --tw-shadow: 0 20px 60px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: hidden;
}

.show-item::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  border-radius: 1.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 45%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.show-item:hover::after {
  opacity: 1;
}

.show-item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.show-item {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: linear-gradient(180deg, rgba(11, 5, 23, 0.9), rgba(20, 8, 40, 0.9));
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
}

.show-item span {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: rgb(255 255 255 / 0.6);
}

.show-city {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgb(255 255 255 / 0.7);
}

.press-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.form-panel {
  position: relative;
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  background-color: rgb(0 0 0 / 0.7);
  padding: 2.5rem;
  --tw-shadow: 0 40px 80px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0 40px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-panel::before,
.show-item::before,
.about-panel::before,
.form-panel::before{
  content: '';
  position: absolute;
  inset: -14px; /* extend beyond border for a larger, visible rim */
  border-radius: calc(0.6rem + 14px);
  pointer-events: none;
  filter: blur(20px);
  opacity: 0.28; /* visible idle glow */
  transition: opacity 320ms ease, transform 320ms ease;
  background-size: 300% 100%;
  z-index: -1; /* sit behind the panel itself */
}
.card-panel::before{ background: linear-gradient(90deg, rgba(255,46,229,0.36), rgba(255,120,200,0.14), rgba(62,244,255,0.12)); }
.show-item::before{ background: linear-gradient(90deg, rgba(62,244,255,0.36), rgba(120,200,255,0.14), rgba(115,5,224,0.08)); }
.about-panel::before{ background: linear-gradient(90deg, rgba(115,5,224,0.40), rgba(255,46,229,0.18), rgba(62,244,255,0.08)); }
.form-panel::before{ background: linear-gradient(90deg, rgba(142,255,165,0.32), rgba(62,244,255,0.12), rgba(115,5,224,0.08)); }

.form-panel input::-moz-placeholder, .form-panel textarea::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.form-panel input::placeholder,
  .form-panel textarea::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.form-panel input:focus,
  .form-panel textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(62 244 255 / var(--tw-ring-opacity, 1));
}

.form-panel textarea {
  border-radius: 1rem;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: rgba(22, 255, 30);
}

.footer-link span {
  background-image: linear-gradient(90deg, transparent 0%, #d6ded8 50%, transparent 100%);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}

.footer-link:hover span {
  background-size: 100% 2px;
}

.hud-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  color: rgba(0, 255, 58, 0.88);
}

.hud-mode-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.hero-template-shell {
  height: 45em;
  margin-top: 1em;
  padding-top: clamp(2.5rem, 4vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  padding-right: clamp(1.5rem, 3vw, 2.5rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  /* allow the top/bottom glow elements to extend outside the shell */
  overflow: visible;
  background-color: #050915;
  border-radius: 18px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.65);
}

.hero-template-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .hero-template-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero-template-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  display: grid;
}

.hero-template-text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2em;
  display: flex;
}

.hero-template-title-wrap {
  z-index: 0;
  margin-top: 3em;
  padding: 1em 1.5em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.hero-template-title {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Audiowide", sans-serif;
  font-size: clamp(1.25rem, 6vw, 2.8em);
  font-weight: 600;
  line-height: 1em;
  word-break: break-word;
}

.font-loading .hero-template-title {
  visibility: hidden;
}

.hero-template-animate--title.is-visible .hero-template-title.glitch {
  animation: glitch 0.25s ease-in-out;
  text-shadow:
      0 0 6px rgba(255, 255, 255, 0.55),
      0 0 18px rgba(255, 40, 207, 0.45),
      0 0 28px rgba(62, 244, 255, 0.55);
}

.hero-template-paragraph-wrap {
  z-index: 0;
  max-width: 40.4em;
  padding: 1em 1.5em;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.hero-template-paragraph {
  color: #fff;
  opacity: 0.95;
  line-height: 1.6;
  margin: 0;
}

.hero-template-tagline {
  color: #8cffa7;
}

.hero-template-hud-wrap {
  width: 100%;
  max-width: 40.4em;
  display: flex;
  justify-content: flex-start;
}

.hero-template-animate {
  position: relative;
  overflow: hidden;
}

.hero-template-reveal-bar {
  position: absolute;
  inset: 0px;
  background: linear-gradient(135deg, rgba(10, 5, 18, 0.78), rgba(15, 10, 28, 0.62));
  opacity: 0.95;
  transform: translateX(-105%);
  z-index: 0;
  pointer-events: none;
}

.hero-template-animate .hero-template-title,
  .hero-template-animate .hero-template-paragraph {
  position: relative;
  z-index: 1;
}

.hero-template-animate--title .hero-template-title {
  transform: translateY(120%);
  opacity: 0;
}

.hero-template-animate--paragraph .hero-template-paragraph {
  transform: translateY(15px);
  opacity: 0;
}

.hero-template-animate.is-visible .hero-template-reveal-bar {
  animation: hero-template-overlay-fill 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.hero-template-animate--title.is-visible .hero-template-title {
  transform: translateY(0);
  opacity: 1;
}

.hero-template-animate--title.is-visible:not(.reveal-complete) .hero-template-title {
  animation: hero-template-title-rise 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}

.hero-template-animate--paragraph.is-visible .hero-template-paragraph {
  animation: hero-template-paragraph-rise 0.6s ease 0.5s forwards;
}

.hero-template-image {
  z-index: 1;
  width: 25em;
  height: 25em;
  aspect-ratio: 1 / 1;
  border-radius: 10%;
  margin: 0 auto;
  justify-self: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(115, 5, 224, 0.12), rgba(62, 255, 213, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.7);
  transition: transform 0.6s ease, box-shadow 0.6s ease, filter 0.6s ease;
}

.hero-template-image:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.85);
}

.hero-template-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.6s ease;
}

.hero-template-image:hover .hero-template-img {
  transform: scale(1.05);
}

.hero-template-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-template-actions-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 0.5rem;
}

.hero-template-img-base {
  opacity: 0.8;
  z-index: 0;
}

.hero-template-img-glow {
  z-index: 2;
  filter: saturate(2) blur(10px);
}

.hero-template-img-overlay {
  z-index: 6;
}

/* place barcode behind the image overlay to match template stacking */

.hero-template-barcode {
  z-index: 0;
  color: #fff;
  font-family: "Libre Barcode 128 Text", cursive;
  font-size: 2em;
  position: absolute;
  bottom: 0.5em;
  right: 0.7em;
  opacity: 0.32;
}

.hero-template-bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
}

/* clip the scaled background to the hero bounds and reduce overshoot */

.hero-template-bg {
  overflow: hidden;
}

.hero-template-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.05);
  position: absolute;
  inset: 0;
}

.hero-template-ticker {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  display: flex;
  position: absolute;
  left: 0%;
  right: auto;
  overflow: hidden;
  z-index: 8;
}

.hero-template-ticker.top {
  top: 0;
}

.hero-template-ticker.bottom {
  top: auto;
  bottom: 0;
}

.hero-template-ticker-track {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.9em;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1.5rem;
  min-width: 240%;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 1.75rem;
  animation: hero-marquee 110s linear infinite;
  word-spacing: 0.25em;
}

.hero-template-ticker.bottom .hero-template-ticker-track {
  animation-name: hero-marquee-reverse;
}

.hero-template-ticker-track span {
  display: inline-flex;
  align-items: center;
  padding-right: 1.5rem;
}

.hero-template-ticker-track .text-primary,
  .hero-template-ticker-track .text-secondary {
  margin-left: 0.2em;
  margin-right: 0.2em;
  color: inherit;
}

.hero-template-ticker-track .text-primary {
  color: #3effc0;
}

.hero-template-ticker-track .text-secondary {
  color: #8753db;
}

.card-panel {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(115,5,224,0.08);
  background-color: rgba(8,8,12,0.96);
  background-image: linear-gradient(135deg, rgba(62,244,255,0.08) 0%, rgba(115,5,224,0.06) 35%, rgba(0,0,0,0.96) 100%);
  padding: 2rem;
  --tw-shadow: 0 28px 80px rgba(0,0,0,0.72);
  --tw-shadow-colored: 0 28px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  backdrop-filter: blur(8px) saturate(120%);
}
.about-panel::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  border-radius: 1.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 45%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.about-panel:hover::after {
  opacity: 1;
}

.about-panel {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(0 0 0 / 0.7);
  padding: 2rem;
  text-align: left;
}

@media (min-width: 768px) {
  .about-panel {
    padding: 2.5rem;
  }
}

.about-panel {
  background: linear-gradient(180deg, rgba(16, 13, 19, 0.9), rgba(17, 4, 30, 0.9));
}

.about-panel::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 33.333333%;
  background: radial-gradient(120% 70% at 50% 0%, rgba(115, 5, 224, 0.12), transparent 55%);
  mix-blend-mode: screen;
}

.about-panel::after {
  display: none;
}

.about-copy {
  position: relative;
}

.about-copy > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.about-copy {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.75);
}

@media (min-width: 768px) {
  .about-copy {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.about-paragraph {
  margin-bottom: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.7);
}

.about-paragraph:last-child {
  margin-bottom: 0;
}

.about-panel strong {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about-panel em {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.section-divider {
  position: relative;
  height: 1px;
  width: calc(100% - 2rem);
  max-width: calc(72rem - 2rem);
  margin: 0 auto;
  background: linear-gradient(90deg, transparent 0%, rgba(62, 255, 239, 0.4) 25%, rgba(115, 5, 224, 0.45) 50%, rgba(62, 255, 213, 0.4) 75%, transparent 100%);
  box-shadow: 0 0 18px rgba(62, 255, 197, 0.15), 0 0 22px rgba(87, 12, 161, 0.12);
}

.section-divider--glow {
  height: 2px;
}

@media (min-width: 768px) {
  .section-divider {
    width: calc(100% - 3rem);
    max-width: calc(72rem - 3rem);
  }
}

.section-divider--glow::before {
  content: '';
  position: absolute;
  inset: -16px 0 -16px 0;
  background: linear-gradient(90deg, transparent 0%, rgba(62, 244, 255, 0.35) 25%, rgba(17, 55, 113, 0.52) 50%, rgba(62, 255, 213, 0.35) 75%, transparent 100%);
  filter: saturate(6) blur(14px);
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
}

.hero-template-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background: linear-gradient(135deg, rgba(10, 5, 18, 0.78), rgba(17, 10, 28, 0.55));
  z-index: 1;
}

.hero-template-glow {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 130px;
  background:
      radial-gradient(70% 140% at 50% 100%, rgba(115, 5, 224, 0.5), transparent 65%),
      radial-gradient(55% 120% at 50% 0%, rgba(62, 255, 213, 0.3), transparent 70%);
  filter: blur(35px);
  mix-blend-mode: screen;
  opacity: 0.9;
  z-index: 2;
}

.hero-template-glow-top {
  top: -32px;
}

.hero-template-glow-bottom {
  bottom: -32px;
  transform: scaleY(-1);
}

@keyframes hero-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes hero-marquee-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes hero-template-overlay-fill {
  from {
    transform: translateX(-105%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes hero-template-title-rise {
  from {
    transform: translateY(120%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hero-template-paragraph-rise {
  from {
    transform: translateY(15px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .hero-template-shell {
    height: auto;
    min-height: 0;
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
  }

  .hero-template-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .hero-template-text {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .hero-template-hud-wrap {
    justify-content: center;
  }

  .hero-template-paragraph-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-template-image {
    margin: 0 auto;
    width: clamp(18em, 35vw, 22em);
    height: clamp(18em, 35vw, 22em);
    justify-self: center;
    align-self: center;
  }
}

@media (max-width: 767px) {
  .hero-template-shell {
    height: auto;
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 3.25rem;
    margin-top: 0.5rem;
  }

  .hero-template-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2.25rem;
    justify-items: center;
    text-align: left;
  }

  .hero-template-text {
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .hero-template-paragraph-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-template-image {
    width: min(50vw, 20em);
    height: min(50vw, 20em);
    margin: 1.25rem auto 0;
  }

  #hero-template .hud-line {
    font-size: 0.68rem;
    letter-spacing: 0.3em;
  }

  #hero-template-cta-secondary.btn-outline {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 479px) {
  .hero-template-shell {
    padding-top: 1.5rem;
    padding-bottom: 2.75rem;
    align-items: center;
  }

  .hero-template-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }

  .hero-template-grid {
    width: 100%;
    min-width: 0;
    justify-items: center;
  }

  .hero-template-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: center;
    text-align: center;
  }

  .hero-template-title-wrap,
    .hero-template-paragraph-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-template-title-wrap {
    margin-top: 0.5rem;
    padding: 0.85rem 1.1rem;
  }

  .hero-template-paragraph-wrap {
    padding: 0.9rem 1.1rem;
  }

  .hero-template-actions-block {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.25rem;
  }

  .hero-template-actions-block .btn,
    .hero-template-actions-block .btn-outline {
    width: min(80vw, 16.5rem);
  }

  .hero-template-button {
    align-self: center;
  }

  .hero-template-image {
    width: clamp(12rem, 55vw, 15.5rem);
    height: clamp(12rem, 55vw, 15.5rem);
    margin-top: 0.75rem;
  }

  #hero-template .hud-line {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
    align-items: center;
    text-align: center;
  }

  #hero-template .hero-template-actions-block .btn {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  #who-is-crash .origin-middle {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  #who-is-crash .origin-middle.expanded {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  #who-is-crash .origin-beat--left .origin-beat-copy,
  #who-is-crash .origin-beat--right .origin-beat-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-template-ticker-track {
    font-size: 0.82em;
    padding-inline: 1.25rem;
    gap: 1.15rem;
  }
}

@media (max-width: 360px) {
  #hero-template .hero-template-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #hero-template .hero-template-title-wrap {
    padding: 0.7rem 0.9rem;
  }

  #hero-template .hero-template-paragraph-wrap {
    padding: 0.75rem 0.9rem;
  }

  #hero-template .hero-template-actions-block .btn,
  #hero-template .hero-template-actions-block .btn-outline {
    width: min(86vw, 15rem);
  }

  #hero-template .hero-template-actions-block .btn {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  #hero-template-cta-secondary.btn-outline {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  #hero-template .hud-line {
    font-size: 0.56rem;
    letter-spacing: 0.2em;
  }

  #who-is-crash .origin-panel {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  #who-is-crash .origin-middle,
  #who-is-crash .origin-middle.expanded {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.hero-scroll-text-container {
  position: relative;
  display: flex;
  overflow: hidden;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-scroll-text {
  display: flex;
  min-width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  color: rgb(255 255 255 / 0.5);
  animation: marquee-scroll 40s linear infinite;
}

.hero-scroll-text._2nd {
  animation: marquee-scroll-reverse 40s linear infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.form-honeypot {
  display: none !important;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.max-w-\[100em\] {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
}

.bg-background\/60 {
  background-color: rgba(28, 20, 49, 0.6);
}

.bg-background\/70 {
  background-color: rgba(13, 13, 13, 0.7);
}

.bg-background\/80 {
  background-color: rgba(13, 13, 13, 0.8);
}

.bg-background\/95 {
  background-color: rgba(13, 13, 13, 0.95);
}

.bg-transparent {
  background-color: transparent;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-24 {
  padding-top: 6rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-display {
  font-family: "Space Grotesk", Inter, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.65rem\] {
  font-size: 0.65rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}

.tracking-\[0\.5em\] {
  letter-spacing: 0.5em;
}

.tracking-\[0\.6em\] {
  letter-spacing: 0.6em;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(62 244 255 / var(--tw-text-opacity, 1));
}

.text-primary\/90 {
  color: rgb(62 255 174 / 0.9);
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(62 255 174 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@keyframes marquee-scroll-reverse {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes global-static {
  0% {
    background-position: 0 0;
  }

  5% {
    background-position: 10px 20px;
  }

  10% {
    background-position: 20px 0;
  }

  15% {
    background-position: 0 10px;
  }

  20% {
    background-position: 30px -10px;
  }

  25% {
    background-position: 20px 20px;
  }

  30% {
    background-position: 0 0;
  }

  35% {
    background-position: -10px -10px;
  }

  40% {
    background-position: 10px 0;
  }

  45% {
    background-position: 0 20px;
  }

  50% {
    background-position: -20px 0;
  }

  55% {
    background-position: 0 0;
  }

  60% {
    background-position: 15px -5px;
  }

  65% {
    background-position: 5px 15px;
  }

  70% {
    background-position: -15px 5px;
  }

  75% {
    background-position: 15px 15px;
  }

  80% {
    background-position: 5px -15px;
  }

  85% {
    background-position: -5px 15px;
  }

  90% {
    background-position: 25px -5px;
  }

  95% {
    background-position: -25px 5px;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes glitch {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 1;
  }

  25% {
    transform: translate(4px, -4px);
    opacity: 0.8;
  }

  50% {
    transform: translate(-4px, 4px);
    opacity: 0.9;
  }

  75% {
    transform: translate(4px, 4px);
    opacity: 0.7;
  }
}

@keyframes breath {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.breathing-gradient {
  animation: breath 10s ease-in-out infinite;
}

@keyframes static-noise {
  0% {
    transform: translate3d(0, 0, 0);
    background-position: 0 0;
  }

  50% {
    transform: translate3d(-3px, 3px, 0) skewX(-1deg);
    background-position: 50px 30px;
  }

  100% {
    transform: translate3d(2px, -2px, 0);
    background-position: 0 60px;
  }
}

.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(62 244 255 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* --- Neon card polish for About / Origin Story / Shows --- */

.about-panel {
  position: relative;
  border-radius: 26px;
  padding: 2.5rem;
  border-width: 2px;
  border-color: rgba(115,5,224,0.12);
  background-color: rgba(10,10,14,0.9);
  background-image: linear-gradient(180deg, rgba(62,244,255,0.06) 0%, rgba(115,5,224,0.04) 35%, rgba(6,6,8,0.9) 100%);
  box-shadow: 0 32px 86px rgba(0,0,0,0.74), 0 0 44px rgba(62,244,255,0.06), 0 0 34px rgba(115,5,224,0.06);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
          backdrop-filter: blur(8px) saturate(120%);
}

.about-panel::before,
.about-panel::after { display:none; }

.about-copy {
  position: relative;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
}

.about-paragraph {
  margin-bottom: 1.35rem;
  color: rgba(255,255,255,0.82);
}

.about-paragraph:last-child { margin-bottom: 0; }

.about-panel strong { color: #f9fbff; font-weight: 700; letter-spacing: 0.02em; }

.about-panel em { color: rgba(255,255,255,0.94); }

.show-item {
  position: relative;
  border-radius: 20px;
  padding: 1.75rem;
  border-width: 2px;
  border-color: rgba(115,5,224,0.10);
  background-color: rgba(8,8,12,0.9);
  background-image: linear-gradient(180deg, rgba(62,244,255,0.06) 0%, rgba(115,5,224,0.04) 35%, rgba(6,6,8,0.92) 100%);
  box-shadow: 0 26px 70px rgba(0,0,0,0.72), 0 0 36px rgba(62,244,255,0.06), 0 0 28px rgba(115,5,224,0.06);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
          backdrop-filter: blur(6px) saturate(120%);
  gap: 0.85rem;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.show-item:hover{
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 30px 84px rgba(0,0,0,0.78), 0 0 46px rgba(115,5,224,0.08);
}

.show-item span {
  letter-spacing: 0.38em;
  color: rgba(255,255,255,0.72);
}

.show-item p {
  color: rgba(255,255,255,0.86);
}

.show-item .show-city {
  color: rgba(255,255,255,0.8);
}

/* ------------------
   Chrome-tuned cyberpunk card overrides (reworked)
   - Smoother gradients for backgrounds
   - Clear neon outlines (solid 2px) with subtle outer glow
   - Subtle sheen and restrained hover lifts/glows
   - Gentle, readable reveal animations
   - Hero left unchanged
   ------------------ */

/* Base panel appearance for all post-hero cards */
.card-panel,
.show-item,
.about-panel,
.form-panel {
  background-color: rgba(12,12,16,0.92) !important; /* slightly translucent */
  border-radius: 0.6rem; /* squared-off outer corners per preference */
  padding: 1.6rem;
  position: relative;
  overflow: visible;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255,255,255,0.04);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  backdrop-filter: blur(6px) saturate(120%);
  transition: transform 300ms cubic-bezier(.22,.98,.36,1), box-shadow 300ms cubic-bezier(.22,.98,.36,1), background-image 240ms ease;
}

/* Smooth, layered gradients designed to complement the hero */
.card-panel{
  background-image: linear-gradient(135deg, rgba(18,14,22,0.94) 0%, rgba(78,28,160,0.10) 35%, rgba(28,56,120,0.06) 60%, rgba(6,6,8,0.96) 100%);
}
.show-item{
  background-image: linear-gradient(180deg, rgba(14,14,18,0.94) 0%, rgba(36,58,150,0.10) 32%, rgba(62,244,255,0.06) 58%, rgba(6,6,8,0.95) 100%);
}
.about-panel{
  background-image: linear-gradient(210deg, rgba(16, 12, 20, 0.94) 0%, rgb(120 22 200 / 15%) 28%, rgb(62 93 255 / 9%) 54%, rgb(5 13 29 / 96%) 100%);
}
.form-panel{
  background-image: linear-gradient(180deg, rgba(12,14,16,0.94) 0%, rgba(48,74,170,0.07) 28%, rgba(115,5,224,0.05) 46%, rgba(6,6,8,0.96) 100%);
}

/* Enhanced outline and glow system
   - Use gradient border-image for colored outlines (magenta/cyan accents)
   - Add a subtle animated outer glow via ::before that pulses gently
   - Preserve the sheen overlay (::after) but keep it subtle
*/

/* Gradient borders (uses border-image for smooth multi-color outline) */
.card-panel{ border: 2px solid transparent; border-image: linear-gradient(90deg, rgba(255,46,229,0.95), rgba(255,46,229,0.45)) 1; }
.show-item{ border: 2px solid transparent; border-image: linear-gradient(90deg, rgba(62,244,255,0.95), rgba(62,244,255,0.45)) 1; }
.about-panel{ border: 2px solid transparent; border-image: linear-gradient(90deg, rgba(115,5,224,0.95), rgba(62,244,255,0.30)) 1; }
.form-panel{ border: 2px solid transparent; border-image: linear-gradient(90deg, rgba(142,255,165,0.95), rgba(62,244,255,0.30)) 1; }

/* Animated outer glow (soft, low-cost) */
.card-panel::before,
.show-item::before,
.about-panel::before,
.form-panel::before{
  content: '';
  position: absolute;
  inset: -10px; /* extend beyond border for visible rim */
  border-radius: calc(0.6rem + 10px);
  pointer-events: none;
  filter: blur(14px);
  opacity: 0.12; /* base visible glow */
  transition: opacity 320ms ease, transform 320ms ease;
  background-size: 300% 100%;
}
.card-panel::before{ background: linear-gradient(220deg, rgb(35 3 50 / 28%), rgb(93 5 57 / 10%), rgb(22 6 48 / 10%)); }
.show-item::before{ background: linear-gradient(90deg, rgba(62,244,255,0.28), rgba(120,200,255,0.10), rgba(115,5,224,0.06)); }
.about-panel::before{ background: linear-gradient(90deg, rgba(115,5,224,0.30), rgba(255,46,229,0.12), rgba(62,244,255,0.05)); }
.form-panel::before{ background: linear-gradient(90deg, rgba(142,255,165,0.22), rgba(62,244,255,0.08), rgba(115,5,224,0.06)); }

/* moving rim color sweep */
@keyframes rimSweep { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }
.card-panel::before, .show-item::before, .about-panel::before, .form-panel::before { animation: rimSweep 8s linear infinite; }
.card-panel:hover::before, .show-item:hover::before, .about-panel:hover::before, .form-panel:hover::before { opacity: 0.95; transform: scale(1.03); }

/* Sheen overlay (subtle) */
.card-panel::after,
.show-item::after,
.card-panel::after,
.show-item::after,
.about-panel::after,
.form-panel::after{
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.01) 100%);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(.2,.9,.2,1);
}
.card-panel:hover::after,
.show-item:hover::after,
.about-panel:hover::after,
.form-panel:hover::after{ opacity: 0.12; }
.card-panel{ box-shadow: 0 18px 56px rgba(0,0,0,0.72), 0 0 8px rgba(255,46,229,0.04); }
.show-item{ box-shadow: 0 18px 56px rgba(0,0,0,0.72), 0 0 6px rgba(62,244,255,0.035); }
.about-panel{ box-shadow: 0 18px 56px rgba(0,0,0,0.72), 0 0 6px rgba(115,5,224,0.035); }
.form-panel{ box-shadow: 0 18px 56px rgba(0,0,0,0.72), 0 0 6px rgba(142,255,165,0.03); }

.card-panel:hover{ box-shadow: 0 26px 72px rgba(0,0,0,0.72); }
.show-item:hover{ box-shadow: 0 24px 68px rgba(0,0,0,0.70); }
.about-panel:hover{ box-shadow: 0 24px 68px rgba(0,0,0,0.70); }
.form-panel:hover{ box-shadow: 0 24px 68px rgba(0,0,0,0.70); }

/* Force no inner 'inset' glows: explicitly set non-inset shadows and ensure rim pseudo sits behind */
.card-panel,
.show-item,
.about-panel,
.form-panel {
  /* clear any accidental inset shadows from earlier rules */
  box-shadow: 0 18px 56px rgba(0,0,0,0.72) !important;
  -webkit-box-shadow: 0 18px 56px rgba(0,0,0,0.72) !important;
}
.card-panel::before,
.show-item::before,
.about-panel::before,
.form-panel::before { z-index: -2 !important; }
.card-panel::after,
.show-item::after,
.about-panel::after,
.form-panel::after { z-index: 1; }

/* Extra aggressive Press Kit CTA styling (stacked neon glows + animated vertical bars)
   - adds a second subtle animated layer of vertical neon bars behind the sheen
   - stronger idle halo and larger hover bloom, still scoped to the button only
*/
#hero-template-cta-secondary.btn-outline {
  /* stronger stacked glows */
  box-shadow: 0 28px 120px rgba(255,46,229,0.26), 0 0 220px rgba(255,46,229,0.14), 0 0 420px rgba(62,244,255,0.08) !important;
  filter: saturate(1.2);
}

#hero-template-cta-secondary.btn-outline::after{
  /* sheen + animated vertical neon bars */
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 30%, rgba(255,255,255,0.00) 70%),
    repeating-linear-gradient(90deg, rgba(255,46,229,0.06) 0 3px, rgba(62,244,255,0.03) 3px 6px, transparent 6px 20px);
  mix-blend-mode: screen;
  opacity: 0.12;
  transform: translateX(-30%);
  background-size: 220% 100%, 160% 100%;
  transition: transform 420ms cubic-bezier(.2,.9,.2,1), opacity 260ms ease, background-position 900ms linear;
}

/* move the bar layer slowly to imply motion */
@keyframes barsSlide { 0% { background-position: 0% 0%, 0% 0%; } 100% { background-position: 200% 0%, 100% 0%; } }
#hero-template-cta-secondary.btn-outline::after{ animation: barsSlide 8s linear infinite; }

#hero-template-cta-secondary.btn-outline:hover{
  box-shadow: 0 88px 320px rgba(255,46,229,0.34), 0 0 420px rgba(255,46,229,0.22), 0 0 600px rgba(62,244,255,0.18) !important;
}

/* tighten neon flicker and add an extra quick pulse on hover */
@keyframes neonFlickerQuick { 0%{opacity:1} 4%{opacity:.85} 6%{opacity:1} 9%{opacity:.9} 12%{opacity:1} 100%{opacity:1} }
#hero-template-cta-secondary.btn-outline { animation: neonFlickerQuick 3.2s linear infinite; }
#hero-template-cta-secondary.btn-outline:hover { animation: neonFlickerQuick 1.6s linear infinite; }

/* Keep internal stagger for card children */
.card-panel > *{ transition: transform 220ms ease, opacity 220ms ease; }

/* EXTREME PRESS KIT OVERRIDES - temporary debug + aggressive neon styling */

/* ensure the Press Kit CTA sits above overlays */
#hero-template-cta-secondary.btn-outline { z-index: 9999; position: relative; }

/* Add an extra vertical bars layer and a scanline shimmer that pulses idle and explodes on hover */
#hero-template-cta-secondary.btn-outline::after{
  /* sheen + vertical neon bars + horizontal micro-bars for texture */
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 30%, rgba(255,255,255,0.00) 70%),
    repeating-linear-gradient(180deg, rgba(255,46,229,0.16) 0 8px, rgba(62,244,255,0.08) 8px 22px, transparent 22px 60px),
    repeating-linear-gradient(90deg, rgba(255,46,229,0.04) 0 3px, rgba(62,244,255,0.02) 3px 7px, transparent 7px 20px);
  mix-blend-mode: screen;
  opacity: 0.18; /* slightly louder idle */
  transform: translateX(-18%);
  background-size: 220% 120%, 80% 260%, 160% 100%;
  transition: transform 320ms cubic-bezier(.2,.9,.2,1), opacity 180ms ease, background-position 640ms linear;
  animation: barsSlide 6s linear infinite, scanPulse 4.4s ease-in-out infinite;
}

/* faster/taller bars movement */
@keyframes barsSlide { 0% { background-position: 0% 0%, 0% 0%, 0% 0%; } 50% { background-position: 200% 0%, 0% 80%, 100% 0%; } 100% { background-position: 400% 0%, 0% 160%, 200% 0%; } }

/* vertical scanline shimmer pulse (idle subtle, hover explosive) */
@keyframes scanPulse {
  0% { opacity: 0.14; filter: blur(8px); transform: scale(1); }
  40% { opacity: 0.22; filter: blur(10px); transform: scale(1.01); }
  60% { opacity: 0.16; filter: blur(9px); transform: scale(1); }
  100% { opacity: 0.18; filter: blur(8px); transform: scale(1); }
}

/* stronger, faster flicker + high-energy hover behaviour */
@keyframes neonFlickerExtreme { 0%{opacity:1} 3%{opacity:.76} 6%{opacity:1} 12%{opacity:.86} 15%{opacity:1} 24%{opacity:.9} 100%{opacity:1} }
#hero-template-cta-secondary.btn-outline { animation: neonFlickerExtreme 2.8s linear infinite; }
#hero-template-cta-secondary.btn-outline:hover { animation: neonFlickerExtreme 0.9s linear infinite; }

/* Hover: explode the scanline, raise opacity and make bars taller/intense */
#hero-template-cta-secondary.btn-outline:hover::after{
  opacity: 0.92;
  transform: translateX(0%) scale(1.02);
  background-size: 160% 120%, 40% 120%, 160% 100%;
  animation: barsSlide 1.8s linear infinite, scanPulse 0.9s ease-in-out 1;
}

/* amplify halo on hover */
#hero-template-cta-secondary.btn-outline::before{ animation: neonPulse 3s ease-in-out infinite, haloScan 6s linear infinite; }
@keyframes haloScan { 0% { transform: scale(0.995); opacity: 0.78; } 50% { transform: scale(1.06); opacity: 0.98; } 100% { transform: scale(0.995); opacity: 0.82; } }

/* Add an additional visual layer using a new pseudo via box-shadow trick (keeps DOM safe) */
#hero-template-cta-secondary.btn-outline { box-shadow: 0 28px 140px rgba(255,46,229,0.36), 0 0 420px rgba(255,46,229,0.20), 0 0 720px rgba(62,244,255,0.14) !important; }

/* Reduce intrusive inner hover glows inside cards in Services, Press, and Promoter Contact */
.show-item::after,
.press-grid .card-panel::after,
.form-panel::after {
  /* keep a faint sheen only */
  opacity: 0.04 !important;
  transition-duration: 160ms !important;
}
.show-item:hover::after,
.press-grid .card-panel:hover::after,
.form-panel:hover::after {
  opacity: 0.06 !important;
}

/* also tone down rim bloom on hover for these sections */
.show-item::before,
.press-grid .card-panel::before,
.form-panel::before { opacity: 0.08 !important; filter: blur(10px) !important; }
.show-item:hover::before,
.press-grid .card-panel:hover::before,
.form-panel:hover::before { opacity: 0.12 !important; transform: scale(1.01) !important; }

/* Temporary, obnoxious red glow OUTSIDE About card outline (debug aid) */
.about-panel { position: relative; }
.about-panel::after{
  /* deliberately override previous sheen for temporary debug: massive red rim */
  content: '';
  position: absolute;
  inset: -26px;
  border-radius: calc(0.6rem + 26px);
  pointer-events: none;
  z-index: -3 !important;
  box-shadow: 0 0 160px 40px rgba(255,0,0,0.98), 0 0 120px 20px rgba(255,80,80,0.6);
  opacity: 1 !important;
  filter: blur(22px);
}

/* Make sure about-panel internal sheen remains subtle behind the debug glow */
.about-panel .about-copy::after { opacity: 0 !important; }

/* --- TUNING FIXES (override the debug/rush edits) --- */

/* Remove temporary red debug glow added earlier and restore subtle about-panel sheen */
.about-panel::after{
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  border-radius: 1.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 45%);
  opacity: 0; /* subtle by default */
  transition: opacity 0.45s ease;
  z-index: -1;
}

/* Press Kit CTA: reduce pixelation by enabling font smoothing and avoiding rasterizing transforms */
#hero-template-cta-secondary.btn-outline{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: box-shadow, opacity; /* avoid transform will-change to prevent rasterization */
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

/* Override the hover transform to avoid scaling the element (keeps text crisp) */
#hero-template-cta-secondary.btn-outline:hover{
  transform: translateY(-2px) !important; /* no scale */
}

/* Headings inside cards often looked pixelated — enable font smoothing and remove heavy text-shadows */
.card-panel h3,
.show-item h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: none !important;
}

/* Services (.show-item) — tone down the outer/overflowing inner glow but strengthen the internal sheen on hover (~3x) */
.show-item::after { opacity: 0.02 !important; transition-duration: 180ms !important; }
.show-item:hover::after { opacity: 0.18 !important; }
.show-item::before { opacity: 0.06 !important; filter: blur(10px) !important; }
.show-item:hover::before { opacity: 0.22 !important; transform: scale(1.02) !important; }

/* Shows cards (press section) — increase left->right glow amplitude (~3x) both inside and outside outlines */
.press-grid .card-panel::before { opacity: 0.22 !important; filter: blur(12px) !important; }
.press-grid .card-panel:hover::before { opacity: 0.96 !important; transform: scale(1.03) !important; }
.press-grid .card-panel::after { opacity: 0.02 !important; }
.press-grid .card-panel:hover::after { opacity: 0.18 !important; }

/* Promoter contact: keep upward hover but strengthen subtle left->right animation twice as strong */
.form-panel::before { opacity: 0.12 !important; filter: blur(10px) !important; }
.form-panel:hover::before { opacity: 0.26 !important; transform: scale(1.02) !important; }
.form-panel::after { opacity: 0.03 !important; }
.form-panel:hover::after { opacity: 0.12 !important; }

/* Small accessibility: ensure pseudo-elements used for glows don't create overflow that shows beyond rounded corners */
.card-panel, .show-item, .about-panel, .form-panel { overflow: hidden; }

/* LCP assist: soften heavy hero effects until first paint finishes. */
html:not(.lcp-ready) .hero-template-shell {
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.5);
}

html:not(.lcp-ready) .hero-template-image {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
}

html:not(.lcp-ready) .hero-template-img-glow {
  filter: blur(4px);
  opacity: 0.45;
}

html:not(.lcp-ready) .hero-template-glow {
  filter: blur(18px);
  mix-blend-mode: normal;
  opacity: 0.35;
}

html:not(.lcp-ready) #hero-template-cta-secondary.btn-outline,
html:not(.lcp-ready) #hero-template-cta-secondary.btn-outline::before,
html:not(.lcp-ready) #hero-template-cta-secondary.btn-outline::after {
  animation: none !important;
}

html:not(.lcp-ready) #hero-template-cta-secondary.btn-outline {
  box-shadow: 0 18px 80px rgba(255, 46, 229, 0.18), 0 0 200px rgba(62, 244, 255, 0.08) !important;
}

html:not(.lcp-ready) .hero-template-ticker-track,
html:not(.lcp-ready) .hero-ticker-track {
  animation: none !important;
  transform: translateX(0) !important;
}
