/*
! tailwindcss v3.1.4 | 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.
*/

html {
  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: Montserrat, Arial, sans-serif; /* 4 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-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; /* 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;
}

/*
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: middle; /* 2 */
}

/*
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;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DuskTillDawn';
    src: url('../fonts/ccdusktilldawnrisenup-webfont.woff2') format('woff2'),
         url('../fonts/ccdusktilldawnrisenup-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}
.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;
  }
}
@media (min-width: 1680px) {

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

  .container {
    max-width: 1800px;
  }
}
.vimeo_player_overlay {
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.2) 26%, rgba(0, 0, 0, 0.46) 75%, rgba(0, 0, 0, 0.97) 100%);
}
.hero-black:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px #000000;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    z-index: 2;
}
.hero-red:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px #000000;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    z-index: 2;
}
.btn-view-all:before {
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  height: calc(100% + 2.5rem);
  width: calc(100% - 2rem);
  transform-origin: center center;
  left: 1rem;
  top: -1.25rem;
  z-index: 5;
}
.btn-view-all:hover:before {
  content: "";
  border: 2px solid #8b96ad;
  }
/* Smooth, custom section backgrounds (no texture image) */
.black-overlay,
.red-overlay,
.bg-red,
.hero-red {
  position: relative;
  overflow: hidden;
  background-color: #000000 !important;
  background-image: none !important;
  background-repeat: no-repeat;
  box-shadow: none;
  animation: none;
}

.black-overlay::before,
.red-overlay::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
  z-index: 1;
}

.bg-red::before,
.hero-red::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
  z-index: 1;
}

.black-overlay > *,
.red-overlay > * {
  position: relative;
  z-index: 2;
}

.bg-red > *,
.hero-red > * {
  position: relative;
  z-index: 2;
}

@keyframes sectionGradientShift {
  0% { background-position: 50% 50%, 50% 0%, 50% 100%; }
  100% { background-position: 50% 50%, 50% 10%, 50% 90%; }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-auto {
  height: auto;
}
.h-16 {
  height: 4rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-12 {
  height: 3rem;
}
.w-56 {
  width: 14rem;
}
.w-full {
  width: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-32 {
  width: 8rem;
}
.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;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.place-content-center {
  place-content: center;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-items-center {
  justify-items: center;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dotted {
  border-style: dotted;
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.p-8 {
  padding: 2rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-56 {
  padding-bottom: 56.25%;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Montserrat, Arial, sans-serif;
}
.font-serif {
  font-family: DuskTillDawn, Arial, sans-serif;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(253 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.accent-black {
  accent-color: #000;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-top {
  --tw-shadow: 0 -8px 8px -8px rgba(0 0 0 / 0.3);
  --tw-shadow-colored: 0 -8px 8px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow-large {
  --tw-shadow: 0 0 16px rgba(255 255 255 / 0.3);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 10px 15px -3px rgba(0 0 0 / 0.3), 0 4px 6px -4px rgba(0 0 0 / 0.3);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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;
}
.outline-2 {
  outline-width: 2px;
}
.outline-1 {
  outline-width: 1px;
}
.outline-offset-8 {
  outline-offset: 8px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-white {
  outline-color: #fff;
}
.outline-black {
  outline-color: #000;
}
.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);
}
.drop-shadow-for-logo {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0 0 0 / 0.1)) drop-shadow(0 2px 2px rgba(0 0 0 / 0.1));
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0 0 0 / 0.3)) drop-shadow(0 2px 2px rgba(0 0 0 / 0.3));
  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);
}
.drop-shadow-glow-small {
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(255 255 255 / 0.3)) drop-shadow(0 0 8px rgba(255 255 255 / 0.3));
  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);
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-linear {
  transition-timing-function: linear;
}

.custom-cursor {
  cursor: url('../img/custom-cursor.svg') 32 32, default; 
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0 0 0 / 0.6);
}

.text-shadow-light {
  text-shadow: 1px 1px 2px rgba(0 0 0 / 0.3);
}

.amplitude-paused .pause-button {
  display: none;
}

.amplitude-playing .play-button {
  display: none;
}

.amplitude-not-muted .sound-off {
  display: none;
}

.amplitude-muted .sound-on {
  display: none;
}

progress.amplitude-song-played-progress {
  background-color: #cccccc;
}
progress.amplitude-song-played-progress::-webkit-progress-bar {
  background-color: #cccccc;
}
progress.amplitude-song-played-progress::-webkit-progress-value {
  background-color: #fd0000;
}
progress.amplitude-song-played-progress::-moz-progress-bar {
  background-color: #fd0000;
}

body {
     animation: fadeIn ease 3s;
     -webkit-animation: fadeIn ease 3s;
     -moz-animation: fadeIn ease 3s;
     -o-animation: fadeIn ease 3s;
     -ms-animation: fadeIn ease 3s;
}

 @keyframes fadeIn {
     0% {
        opacity:0;
    }
     100% {
        opacity:1;
    }
}
 @-webkit-keyframes fadeIn {
     0% {
        opacity:0;
    }
     100% {
        opacity:1;
    }
}
 .hover\:cursor-pointer:hover {
  cursor: pointer;
}
 .hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
 .hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}
 .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
 .hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(253 0 0 / var(--tw-text-opacity));
}
 .hover\:outline-red:hover {
  outline-color: #fd0000;
}
 .focus\:outline-red:focus {
  outline-color: #fd0000;
}
 @media (min-width: 640px) {

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }
}
 @media (min-width: 768px) {

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

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

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

  .md\:pt-40 {
    padding-top: 10rem;
  }

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

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

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgb(253 0 0 / var(--tw-text-opacity));
  }
}
 @media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:text-right {
    text-align: right;
  }
}
 @media (min-width: 1280px) {

  .xl\:w-4\/5 {
    width: 80%;
  }

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

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

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

  .xl\:text-left {
    text-align: left;
  }
}
 @media (min-width: 1680px) {

  .\33xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.grunge-theme {
  background: #000000;
}

html,
body {
  background: #000000 !important;
}

body.vhs-intro-active {
  overflow: hidden !important;
}

#vhs-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
  opacity: 1;
  transition: opacity 620ms cubic-bezier(0.4, 0, 0.2, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

#vhs-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%) scaleX(0.02);
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95) 20%, rgba(255, 30, 30, 0.95) 50%, rgba(255, 255, 255, 0.95) 80%, transparent);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.9), 0 0 32px rgba(255, 30, 30, 0.45);
  pointer-events: none;
}

#vhs-intro.is-closing {
  animation: vhsTrackingDrop 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#vhs-intro.is-closing .vhs-content {
  animation: vhsPowerCollapse 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#vhs-intro.is-closing .vhs-noise {
  animation: vhsNoiseBurst 520ms steps(4, end) forwards;
}

#vhs-intro.is-closing .vhs-scanlines {
  animation: vhsScanBurst 520ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#vhs-intro.is-closing::after {
  animation: vhsShutdownLine 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#vhs-intro.is-exit {
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
}

.vhs-content {
  position: relative;
  text-align: center;
  color: #ff1c1c;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  animation: vhsPulse 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

.vhs-tag {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.85);
}

.vhs-title {
  margin: 0;
  font-size: clamp(2.2rem, 9vw, 6rem);
  font-weight: 700;
  line-height: 1;
  color: #ff1c1c;
  text-shadow:
    -1.3px 0 rgba(255, 255, 255, 0.25),
    1.3px 0 rgba(255, 0, 0, 0.55),
    0 0 24px rgba(255, 30, 30, 0.55);
  animation: vhsGlitch 900ms steps(2, end) infinite;
}

.vhs-sub {
  margin: 1rem 0 0;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.72);
}

.vhs-noise,
.vhs-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vhs-noise {
  opacity: 0.16;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1), transparent 34%),
    radial-gradient(circle at 75% 70%, rgba(255, 0, 0, 0.08), transparent 28%);
  animation: vhsNoise 280ms steps(2, end) infinite;
}

.vhs-scanlines {
  opacity: 0.22;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.12) 0px,
      rgba(255, 255, 255, 0.12) 1px,
      transparent 1px,
      transparent 3px
    );
  animation: vhsScan 5.2s linear infinite;
}

@keyframes vhsGlitch {
  0%, 80%, 100% { transform: translate(0, 0); }
  83% { transform: translate(-1px, 0); }
  86% { transform: translate(1.2px, -0.4px); }
  89% { transform: translate(-0.8px, 0.35px); }
}

@keyframes vhsNoise {
  0% { transform: translate(0, 0); }
  100% { transform: translate(0, -2px); }
}

@keyframes vhsScan {
  0% { background-position: 0 -120px; }
  100% { background-position: 0 120px; }
}

@keyframes vhsPulse {
  0% { opacity: 0.75; transform: scale(0.985); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes vhsTrackingDrop {
  0% { filter: contrast(1) brightness(1); }
  35% { filter: contrast(1.3) brightness(1.1); }
  60% { filter: contrast(1.15) brightness(0.9); }
  100% { filter: contrast(1) brightness(0.84); }
}

@keyframes vhsPowerCollapse {
  0% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
  28% { transform: translateX(1.5px) scale(1.015); }
  52% { transform: translateX(-1px) scale(0.995); }
  72% { opacity: 1; transform: scaleY(0.28) scaleX(1.04); filter: blur(1px); }
  100% { opacity: 0; transform: scaleY(0.02) scaleX(1.08); filter: blur(2px); }
}

@keyframes vhsNoiseBurst {
  0% { opacity: 0.16; transform: translateY(0); }
  45% { opacity: 0.42; transform: translateY(-8px); }
  85% { opacity: 0.28; transform: translateY(5px); }
  100% { opacity: 0; transform: translateY(0); }
}

@keyframes vhsScanBurst {
  0% { opacity: 0.22; transform: scaleY(1); }
  55% { opacity: 0.48; transform: scaleY(1.25); }
  100% { opacity: 0; transform: scaleY(0.3); }
}

@keyframes vhsShutdownLine {
  0% { opacity: 0; transform: translateY(-50%) scaleX(0.03); }
  52% { opacity: 0.95; transform: translateY(-50%) scaleX(1.02); }
  100% { opacity: 0; transform: translateY(-50%) scaleX(0.06); }
}

/* ---------- Quick logo controls (edit these) ---------- */
:root {
  --LOGO_PLACEMENT_DOWN: 350px;
  --LOGO_WIDTH: min(72vw, 780px);
  --LOGO_MIN_WIDTH: 420px;
  --COUNTDOWN_PLACEMENT_DOWN: calc(var(--LOGO_PLACEMENT_DOWN) - 192px);
}
/* ------------------------------------------------------ */

.grunge-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 4px, 4px 100%;
  z-index: 1;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65) contrast(1.1) brightness(0.5);
  transform: scale(1.03);
}

#intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.9));
  z-index: 2;
}

#intro > *:not(.hero-bg-video) {
  position: relative;
  z-index: 3;
}

.btn-view-all,
.shadow,
.shadow-md {
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-view-all:hover,
.shadow:hover,
.shadow-md:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.45);
}

/* Smoother interaction polish */
a,
button,
input[type="submit"] {
  transition: all 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

#intro {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 1));
  background-size: 100% 100%;
  background-position: center center;
}

#intro .hero-bg-video {
  display: block !important;
}

#intro .header-logo-img {
  display: none !important;
}

#intro .header-logo-img + svg {
  display: none !important;
}

.intro-centered-logo {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(58vw, 560px);
  min-width: 320px;
  z-index: 5;
}

.intro-main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(var(--LOGO_PLACEMENT_DOWN));
  width: var(--LOGO_WIDTH);
  min-width: var(--LOGO_MIN_WIDTH);
  z-index: 6;
  pointer-events: none;
}

.intro-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(var(--COUNTDOWN_PLACEMENT_DOWN));
  z-index: 6;
  width: min(95vw, 960px);
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

.intro-countdown-title {
  margin: 0 0 0.35rem;
  text-align: center;
  font-size: 0.86rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #ff1c1c;
  text-shadow: 0 0 14px rgba(255, 18, 18, 0.35);
  animation: countdownGlitch 3.8s steps(2, end) infinite;
}

.intro-countdown-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
}

.intro-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  animation: countdownPulse 2.8s ease-in-out infinite;
}

.intro-countdown-value {
  font-size: clamp(1.05rem, 2.5vw, 1.55rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ff1c1c;
  text-shadow: 0 0 10px rgba(255, 18, 18, 0.34);
  animation: countdownGlitch 2.9s steps(2, end) infinite;
}

.intro-countdown-label {
  margin-top: 0.24rem;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 48, 48, 0.95);
}

@keyframes countdownPulse {
  0%, 100% { opacity: 0.88; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-1px); }
}

@keyframes countdownGlitch {
  0%, 86%, 100% {
    transform: translate(0, 0);
    text-shadow:
      0 0 12px rgba(255, 18, 18, 0.32),
      0 0 1px rgba(255, 70, 70, 0.32);
  }
  87% {
    transform: translate(0.4px, -0.3px);
    text-shadow:
      -1px 0 rgba(255, 30, 30, 0.35),
      1px 0 rgba(255, 90, 90, 0.24),
      0 0 13px rgba(255, 18, 18, 0.38);
  }
  89% {
    transform: translate(-0.6px, 0.35px);
    text-shadow:
      1px 0 rgba(255, 30, 30, 0.35),
      -1px 0 rgba(255, 90, 90, 0.24),
      0 0 14px rgba(255, 18, 18, 0.4);
  }
  92% {
    transform: translate(0.3px, 0);
    text-shadow:
      -0.6px 0 rgba(255, 50, 50, 0.3),
      0.6px 0 rgba(255, 100, 100, 0.22),
      0 0 11px rgba(255, 18, 18, 0.3);
  }
}

@media (max-width: 768px) {
  :root {
    --COUNTDOWN_PLACEMENT_DOWN: calc(var(--LOGO_PLACEMENT_DOWN) - 192px);
  }

  .intro-countdown {
    width: min(96vw, 940px);
    padding: 0;
  }

  .intro-countdown-grid {
    gap: 0.45rem;
  }
}

/* Clean section box grid treatment */
section[id]:not(#intro):not(#audio-player) {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4.5rem, 7vw, 6.5rem) !important;
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem) !important;
}

section[id]:not(#intro):not(#audio-player) + section[id]:not(#audio-player) {
  margin-top: -1.1rem;
}

section[id]:not(#intro):not(#audio-player)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 72%);
  opacity: 0.18;
}

section[id]:not(#intro):not(#audio-player)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 86px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(255, 26, 26, 0.05), transparent 75%);
  opacity: 0.14;
}

section[id]:not(#intro):not(#audio-player) h2 {
  margin-bottom: clamp(2.8rem, 6vw, 5.2rem) !important;
  letter-spacing: 0.06em;
}

section[id]:not(#intro):not(#audio-player) > .container {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: 1px solid rgba(255, 28, 28, 0.16);
  outline-offset: 10px;
  border-radius: 4px;
  padding: clamp(1.2rem, 2.2vw, 2rem);
  background: #000000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 22px 46px rgba(0, 0, 0, 0.68),
    0 0 28px rgba(255, 24, 24, 0.08);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), border-color 600ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 600ms cubic-bezier(0.4, 0, 0.2, 1), outline-color 600ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 50% 0%;
}

section[id]:not(#intro):not(#audio-player) > .container:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.35);
  outline-color: rgba(255, 28, 28, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 26px 54px rgba(0, 0, 0, 0.74),
    0 0 36px rgba(255, 24, 24, 0.12);
}

section[id]:not(#intro):not(#audio-player) > .container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) left 12px top 12px / 34px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) left 12px top 12px / 1px 34px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) right 12px top 12px / 34px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) right 12px top 12px / 1px 34px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) left 12px bottom 12px / 34px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) left 12px bottom 12px / 1px 34px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) right 12px bottom 12px / 34px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)) right 12px bottom 12px / 1px 34px no-repeat;
  opacity: 0.72;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 50% 0%;
}

section[id]:not(#intro):not(#audio-player) > .container::after {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.4, 0, 0.2, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

section[id]:not(#intro):not(#audio-player) > .container > * {
  position: relative;
  z-index: 1;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

/* Cinematic connected motion system */
body.motion-ready section[id]:not(#intro):not(#audio-player) {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(6px);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 600ms cubic-bezier(0.4, 0, 0.2, 1), filter 600ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity, filter;
}

body.motion-ready section[id]:not(#intro):not(#audio-player).in-view {
  opacity: 1;
  transform: translateY(var(--section-drift, 0px)) scale(1);
  filter: blur(0);
}

body.motion-ready section[id]:not(#intro):not(#audio-player) > .container {
  transform: scaleX(0.965) scaleY(0.985);
  clip-path: inset(0 49% 100% 49%);
}

body.motion-ready section[id]:not(#intro):not(#audio-player).in-view > .container {
  transform: scaleX(1) scaleY(1);
  clip-path: inset(0 0 0 0);
}

body.motion-ready section[id]:not(#intro):not(#audio-player) > .container::before {
  transform: scaleX(0.9) scaleY(0.96);
  opacity: 0.2;
}

body.motion-ready section[id]:not(#intro):not(#audio-player).in-view > .container::before {
  transform: scaleX(1) scaleY(1);
  opacity: 0.72;
}

body.motion-ready section[id]:not(#intro):not(#audio-player) > .container::after {
  transform: translateY(8px) scale(0.98);
  opacity: 0;
}

body.motion-ready section[id]:not(#intro):not(#audio-player).in-view > .container::after {
  transform: translateY(0) scale(1);
  opacity: 0.4;
}

body.motion-ready section[id]:not(#intro):not(#audio-player) h2 {
  opacity: 0;
  transform: translateY(12px) scale(0.992);
  filter: blur(5px);
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1), opacity 640ms cubic-bezier(0.4, 0, 0.2, 1), filter 640ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.motion-ready section[id]:not(#intro):not(#audio-player).in-view h2 {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

body.motion-ready .motion-cluster {
  opacity: 0;
  transform: translateY(12px) scale(0.992);
  filter: blur(3px);
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),
    filter 300ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: calc(var(--cluster-index, 0) * 60ms);
}

body.motion-ready section[id]:not(#intro):not(#audio-player).in-view .motion-cluster {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

#watch .watch-embed-wrap:hover,
.locked-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  body.motion-ready section[id]:not(#intro):not(#audio-player),
  body.motion-ready .motion-cluster,
  body.motion-ready section[id]:not(#intro):not(#audio-player) h2 {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    clip-path: inset(0 0 0 0) !important;
  }
}

@media (max-width: 900px) {
  section[id]:not(#intro):not(#audio-player) {
    padding-top: clamp(4.1rem, 8vw, 5.4rem) !important;
    padding-bottom: clamp(4.1rem, 8vw, 5.4rem) !important;
  }

  section[id]:not(#intro):not(#audio-player) + section[id]:not(#audio-player) {
    margin-top: -0.7rem;
  }

  section[id]:not(#intro):not(#audio-player) h2 {
    margin-bottom: clamp(2.4rem, 5vw, 3.6rem) !important;
  }
}

/* Same footprint as o.html WATCH: `w-full` + `aspect-video` (16:9). Wrapper + absolute iframe
   avoids broken iframe sizing; ratio matches Malicide page embed boxes. */
#watch .watch-embed-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

#watch .watch-embed-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: #000;
}

/* Outline-only buttons (remove inner box fill) */
.btn-view-all,
#album-stream-link,
#subscribe-button {
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

#album-stream-link,
#subscribe-button {
  border: 2px solid rgba(255, 255, 255, 0.92);
}

.btn-view-all:hover,
#album-stream-link:hover,
#subscribe-button:hover {
  background: transparent !important;
  color: #ff1c1c !important;
}

.btn-view-all:hover:before {
  border-color: #ff1c1c;
}

#album-stream-link:hover,
#subscribe-button:hover {
  border-color: #ff1c1c;
}

.bg-red,
.hero-red,
.red-overlay {
  background-color: #000000 !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}

.locked-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  animation: lockedPulse 2.2s ease-in-out infinite;
}

.locked-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 10px, rgba(0, 0, 0, 0.06) 10px, rgba(0, 0, 0, 0.06) 20px);
  pointer-events: none;
}

.locked-label {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.75);
  padding: 0.2rem 0.45rem;
}

@keyframes lockedPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(255, 0, 0, 0); }
  50% { transform: scale(1.01); box-shadow: 0 0 22px rgba(255, 0, 0, 0.22); }
}

#audio-player {
  height: 72px;
}

#audio-player .song-name {
  min-width: 260px;
  font-weight: 600;
  color: #111;
}

#audio-player .amplitude-prev,
#audio-player .amplitude-next,
#audio-player .amplitude-play-pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#audio-player .amplitude-play-pause svg {
  width: 40px;
  height: 40px;
}

#audio-player #stream-soundcloud-player svg {
  width: 22px;
  height: 22px;
}
