/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
/*! tailwindcss v4 */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-xl: 24px;
    --blur-3xl: 64px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .shrink {
    flex-shrink: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-6 {
    --tw-translate-y: calc(var(--spacing) * -6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-14 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[5px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(5px * var(--tw-space-y-reverse));
      margin-block-end: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#333\] {
    border-color: #333;
  }
  .border-\[\#444\] {
    border-color: #444;
  }
  .border-\[\#262626\] {
    border-color: #262626;
  }
  .border-\[\#FFD700\] {
    border-color: #FFD700;
  }
  .bg-\[\#0f0f0f\]\/30 {
    background-color: color-mix(in oklab, #0f0f0f 30%, transparent);
  }
  .bg-\[\#1c1c1c\] {
    background-color: #1c1c1c;
  }
  .bg-\[\#2f2f2f\]\/95 {
    background-color: color-mix(in oklab, #2f2f2f 95%, transparent);
  }
  .bg-\[\#111\] {
    background-color: #111;
  }
  .bg-\[\#050505\] {
    background-color: #050505;
  }
  .bg-\[\#FFD700\] {
    background-color: #FFD700;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-\[radial-gradient\(circle_at_top\,rgba\(255\,215\,0\,0\.12\)\,transparent_60\%\)\] {
    background-image: radial-gradient(circle at top,rgba(255,215,0,0.12),transparent 60%);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-48 {
    padding-top: calc(var(--spacing) * 48);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#FFD700\] {
    color: #FFD700;
  }
  .text-\[\#f2f2f2\] {
    color: #f2f2f2;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-yellow-500\/40 {
    --tw-shadow-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-yellow-500) 40%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .drop-shadow-\[0_0_25px_rgba\(255\,215\,0\,0\.45\)\] {
    --tw-drop-shadow-size: drop-shadow(0 0 25px var(--tw-drop-shadow-color, rgba(255,215,0,0.45)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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-3xl {
    --tw-backdrop-blur: blur(var(--blur-3xl));
    -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-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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(var(--blur-xl));
    -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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-yellow-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-400);
      }
    }
  }
  .hover\:bg-yellow-500\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-yellow-500) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#FFD700\] {
    &:hover {
      @media (hover: hover) {
        color: #FFD700;
      }
    }
  }
  .hover\:shadow-yellow-500\/30 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-yellow-500) 30%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:shadow-yellow-500\/40 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-yellow-500) 40%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:shadow-yellow-500\/70 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-yellow-500) 70%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:drop-shadow-\[0_0_8px_rgba\(255\,215\,0\,0\.6\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0 0 8px var(--tw-drop-shadow-color, rgba(255,215,0,0.6)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .focus\:border-\[\#FFD700\] {
    &:focus {
      border-color: #FFD700;
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#FFD700\] {
    &:focus {
      --tw-ring-color: #FFD700;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-32 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
}
body {
  font-family: "Poppins", sans-serif;
}
.hero-text {
  font-family: "Inter", sans-serif;
}
.hero-divider {
  width: 12rem;
  height: 0.05rem;
  margin: 0 auto 1.5rem;
  border-radius: 999px;
  background: linear-gradient(to right, rgba(255, 215, 0, 0), rgba(255, 215, 0, 1), rgba(255, 215, 0, 0));
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.85), 0 0 10px rgba(255, 215, 0, 0.65);
}
.bg-hero {
  background-image: url("../images/hero/hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section {
  padding-top: 7rem;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 640px) {
  .hero-section {
    padding-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .hero-section {
    padding-top: 10rem;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 55%, rgba(255, 215, 0, 0.22), rgba(0, 0, 0, 0) 70%);
  filter: blur(40px);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.hero-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 2;
}
.hero-gold-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 75%,  rgba(255, 215, 0, 0.22),  rgba(0, 0, 0, 0) 70%);
  mix-blend-mode: screen;
  opacity: 0.30;
  pointer-events: none;
  z-index: 1;
}
.hero-parallax {
  background-attachment: fixed;
  background-size: 110%;
  transition: background-position 0.25s ease-out;
}
@media (max-width: 1024px) {
  .hero-parallax {
    background-attachment: scroll;
  }
}
.hero-overlay-main {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.16) 35%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-overlay-side {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 640px) {
  .hero-section {
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
  }
  .hero-section::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.65) 100%);
  }
  .hero-section::after {
    opacity: 0.32;
    filter: blur(35px);
  }
  .hero-parallax {
    background-position-y: 0 !important;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .hero-section {
    min-height: 95vh;
    background-position: center top;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section {
    min-height: 100vh;
    background-position: 50% 35%;
  }
}
.hero-text>* {
  will-change: opacity, transform;
}
.animate-hero-fade {
  animation: heroFade 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.animate-hero-slide {
  animation: heroSlide 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-button:hover {
  animation: buttonShake 0.4s ease-in-out;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.65) !important;
}
.hero-button:active {
  transform: scale(0.93);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.45) inset !important;
}
.hero-title {
  position: relative;
  z-index: 3;
}
.hero-title-line {
  display: block;
  overflow: hidden;
}
.hero-word {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  animation: heroWordIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-title-line:nth-child(1) .hero-word {
  animation-delay: 0.05s;
}
.hero-title-line:nth-child(2) .hero-word {
  animation-delay: 0.25s;
}
.hero-title-line:nth-child(3) .hero-word {
  animation-delay: 0.45s;
}
.hero-highlight {
  display: inline-block;
  color: #ffd700 !important;
  text-shadow: 0 0 14px rgba(255, 215, 0, 0.85);
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}
.hero-lead {
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(12px);
  animation: heroLeadIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.65s;
}
.hero-cta {
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  animation: heroCTAIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1s;
}
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.hero-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.9), rgba(255, 215, 0, 0));
  opacity: 0;
  filter: blur(0.5px);
  animation: heroParticleRise 5s linear infinite;
}
.hero-particles .p1 {
  left: 18%;
  bottom: 12%;
  animation-delay: 0s;
}
.hero-particles .p2 {
  left: 52%;
  bottom: 18%;
  animation-delay: 3s;
}
.hero-particles .p3 {
  left: 78%;
  bottom: 10%;
  animation-delay: 6s;
}
@media (max-width: 640px) {
  .hero-particles .particle {
    opacity: 0.75;
    transform: scale(0.9);
  }
}
.animate-gold-shimmer {
  animation: goldShimmerLine 3.5s linear infinite;
}
.animate-gold-dust {
  animation: goldDustFloat 6s ease-in-out infinite;
}
.animate-title-fade {
  animation: titleFadeEpic 1.3s ease-out forwards;
}
.inner-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-hero-vignette {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.65) 100%);
}
.inner-hero-glow {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 60%, rgba(255, 215, 0, 0.12), rgba(0, 0, 0, 0) 65%);
  mix-blend-mode: screen;
}
.inner-hero-title {
  position: relative;
  z-index: 2;
  animation: innerHeroFade 1.2s ease-out forwards;
  opacity: 0;
  transform: translateY(10px);
}
.inner-hero-sub {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(14px);
  animation: innerHeroFade 1.2s ease-out forwards;
  animation-delay: 0.2s;
}
.inner-header {
  background-color: #000 !important;
  position: relative;
  overflow: hidden;
}
.inner-header::before, .inner-header::after {
  display: none !important;
}
.bg-about {
  background-image: url("../images/hero/about.webp");
}
.bg-projects {
  background-image: url("../images/hero/projects.webp");
}
.bg-products {
  background-image: url("../images/hero/products.webp");
}
.bg-contact {
  background-image: url("../images/hero/contact.webp");
}
.page-with-global-hero {
  position: relative;
  background: #000;
  overflow-x: hidden;
  overflow-y: visible;
}
.page-with-global-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140vh;
  background-image: url("../images/hero/hero.webp");
  background-size: 120%;
  background-position: center 10%;
  background-repeat: no-repeat;
  z-index: -3;
  pointer-events: none;
  transform: translateY(var(--hero-shift, 0));
  transition: transform 0.18s linear;
}
.page-with-global-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140vh;
  background: radial-gradient(circle at 50% 70%, rgba(255, 215, 0, 0.25), transparent 60%), radial-gradient(circle at center, transparent 20%, rgba(0, 0, 0, 0.65) 90%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-with-global-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130vh;
    background-image: url("../images/hero/hero.webp");
    background-size: 115%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -3;
    pointer-events: none;
    opacity: 1;
    transform: translateY(var(--hero-shift, 0));
  }
  .page-with-global-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130vh;
    background: radial-gradient(circle at 50% 75%, rgba(255, 215, 0, 0.25), transparent 60%), radial-gradient(circle at center, transparent 25%, rgba(0, 0, 0, 0.55) 90%);
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: -2;
  }
}
.page-with-global-hero .text-contrast {
  position: relative;
  z-index: 5;
}
.page-with-global-hero .text-contrast::before {
  content: "";
  position: absolute;
  inset: -30px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.75));
  filter: blur(28px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.9;
}
.logo-hover:hover {
  color: #4ade80;
  transform: scale(1.12);
  filter: drop-shadow(0 0 10px rgba(0, 255, 0, 0.35));
  transition: all 0.3s ease-out;
}
#navbar.shrink .logo-hover:hover {
  color: #facc15 !important;
  transform: scale(1.12);
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.45));
}
.nav-link {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #e5e5e5;
  position: relative;
  transition: all 0.3s ease-out;
}
.nav-link:hover {
  color: #ffffff;
  transform: scale(1.12);
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.45));
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #ffd700;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
.nav-link:hover::after {
  width: 100%;
}
.nav-link-active {
  padding: 0.5rem 1.6rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #222222;
  background-color: #ffd700;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-out;
}
#navbar:not(.shrink) .nav-inner {
  height: 3rem;
}
#navbar #navbar-box {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  backdrop-filter: blur(10px);
  background-color: rgba(47, 47, 47, 0.92);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.35);
  transition: all 0.35s ease;
}
#navbar .nav-inner {
  transition: all 0.35s ease;
}
#navbar .logo-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  transition: all 0.35s ease;
}
#navbar .nav-link, #navbar .nav-link-active {
  font-size: 1rem;
  transition: all 0.35s ease;
}
#navbar.shrink #navbar-box {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: rgba(30, 30, 30, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 22px rgba(255, 215, 0, 0.3), 0 8px 30px rgba(255, 215, 0, 0.25), 0 6px 26px rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 215, 0, 0.38);
}
#navbar.shrink .nav-inner {
  height: 3.3rem;
  transform: translateY(-1px);
}
#navbar.shrink .logo-text {
  font-size: 1.28rem;
  letter-spacing: 0.025em;
  transform: translateY(-1px);
  color: #fcd34d;
}
#navbar.shrink .nav-link {
  font-size: 0.92rem;
  transform: translateY(-1px);
  color: #facc15;
}
#navbar.shrink .nav-link-active {
  font-size: 0.92rem;
  transform: translateY(-1px);
  background-color: #facc15 !important;
  color: #000000 !important;
}
.mobile-link {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #e5e5e5;
  border-radius: 0.5rem;
  position: relative;
  transition: all 0.3s ease-out;
}
.mobile-link-active {
  color: #ffd700;
  font-size: 1.9rem;
  font-weight: 700;
  position: relative;
  transition: all 0.4s ease-out;
  animation: activePulseMobile 2.4s ease-in-out infinite;
}
.mobile-link-active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(255, 215, 0, 0) 0%, rgba(255, 215, 0, 0.35) 45%, rgba(255, 255, 255, 0.55) 55%, rgba(255, 215, 0, 0.35) 65%, rgba(255, 215, 0, 0) 100%);
  background-size: 220% 100%;
  filter: blur(34px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: xOuterHalo 4.8s ease-in-out infinite, goldShimmer 5.5s ease-in-out infinite;
}
.close-x-btn {
  position: relative;
  transition: all 0.35s ease-out;
  animation: xLuxuryFloat 4.6s ease-in-out infinite, xLuxuryGlow 3.2s ease-in-out infinite;
}
#menu-close:active .close-x-btn {
  transform: scale(1.2);
  filter: drop-shadow(0 0 28px rgba(255, 215, 0, 1));
}
.menu-open #line-top {
  transform: translateY(10px) rotate(45deg);
}
.menu-open #line-mid {
  opacity: 0;
  transform: scaleX(0);
}
.menu-open #line-bottom {
  transform: translateY(-10px) rotate(-45deg);
}
.menu-open {
  color: #ffd700;
}
#mobile-menu {
  transform: translateY(-100%) rotate(-2deg);
}
#mobile-menu.open {
  opacity: 1 !important;
  transform: translateY(0) rotate(0deg) !important;
}
.curtain-god::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 215, 0, 0.18), rgba(0, 0, 0, 0.3) 70%);
  filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  animation: gyroDrift 6s ease-in-out infinite;
}
#mobile-menu.open.curtain-god::before {
  opacity: 1;
}
.curtain-god::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.2), transparent 60%);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: particlesFade 3.6s ease forwards;
}
#mobile-menu.open.curtain-god::after {
  opacity: 0.22;
}
#mobile-menu a {
  opacity: 0;
  transform: translateY(20px);
}
#mobile-menu.open a {
  animation: linkEnter 0.8s ease forwards;
}
#mobile-menu.open a:nth-of-type(1) {
  animation-delay: 0.1s;
}
#mobile-menu.open a:nth-of-type(2) {
  animation-delay: 0.22s;
}
#mobile-menu.open a:nth-of-type(3) {
  animation-delay: 0.34s;
}
#mobile-menu.open a:nth-of-type(4) {
  animation-delay: 0.46s;
}
#mobile-menu.open a:nth-of-type(5) {
  animation-delay: 0.58s;
}
.curtain-brand {
  position: relative;
  margin-top: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.9rem;
  font-weight: 800;
  color: #facc15;
  z-index: 10;
}
.curtain-brand::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 55%;
  background: linear-gradient(to right, rgba(255, 215, 0, 0) 0%, rgba(255, 215, 0, 1) 40%, rgba(255, 255, 0, 1) 60%, rgba(255, 215, 0, 0) 100%);
  opacity: 0;
  transform: translateX(-110%);
  animation: goldSweep 4.6s linear infinite;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.85));
}
.footer-shell {
  isolation: isolate;
}
.footer-inner {
  max-width: 72rem;
}
.footer-grid {
  align-items: flex-start;
}
.footer-col {
  position: relative;
}
@media (min-width: 1024px) {
  .footer-col::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    bottom: 0.25rem;
    left: -1.5rem;
    width: 1px;
    background: linear-gradient( to bottom, rgba(148, 163, 184, 0.0), rgba(148, 163, 184, 0.35), rgba(148, 163, 184, 0.0) );
    opacity: 0.4;
  }
  .footer-col:first-child::before {
    display: none;
  }
}
.footer-brand-title {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.28);
}
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .footer-brand-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient( 90deg, rgba(255, 215, 0, 0.0), rgba(255, 215, 0, 1), rgba(255, 255, 255, 0.9), rgba(255, 215, 0, 0) );
    opacity: 0.9;
    border-radius: 999px;
    background-size: 220% 100%;
    animation: footerBrandSweep 5.2s ease-in-out infinite;
  }
}
.footer-tagline {
  max-width: 30rem;
}
.footer-heading {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.footer-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #d4d4d4;
  text-decoration: none;
  padding-block: 0.15rem;
  transition: color 0.25s ease-out, transform 0.25s ease-out;
}
.footer-link::before {
  content: "•";
  font-size: 0.7rem;
  opacity: 0.6;
  transform: translateY(1px);
}
.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient( 90deg, rgba(250, 204, 21, 0.0), rgba(250, 204, 21, 0.9), rgba(253, 224, 71, 0.0) );
  transform-origin: left;
  transition: width 0.26s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .footer-link:hover {
    color: #facc15;
    transform: translateX(2px);
  }
  .footer-link:hover::after {
    width: 100%;
  }
}
.footer-contact-label {
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid #262626;
}
@media (hover: hover) and (pointer: fine) {
  .footer-bottom-meta:hover {
    color: #9ca3af;
  }
}
.product-box {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 215, 0, 0.14);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0 0 18px rgba(255, 215, 0, 0.1);
  backdrop-filter: blur(6px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.product-box:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(255, 215, 0, 0.38);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.28), 0 0 35px rgba(0, 0, 0, 0.7);
}
.product-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 0.85rem;
  text-shadow: 0 0 6px rgba(255, 215, 0, 0.35);
  letter-spacing: 0.02em;
}
.product-desc {
  color: #d8d8d8;
  font-size: 1.06rem;
  line-height: 1.75;
}
.product-img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.product-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.18), transparent 70%);
  opacity: 0;
  transition: opacity .4s ease;
}
.product-box:hover .product-img-wrapper::after {
  opacity: 1;
}
.product-box {
  opacity: 0;
  animation: fadeProduct 0.9s ease forwards;
}
@keyframes fadeProduct {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.text-cinematic {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 12px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.55);
}
@keyframes hoverPulse {
  0%, 100% {
    opacity: 0.9;
  }
  50% {
    opacity: 1;
  }
}
@keyframes xInnerPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}
@keyframes xOuterHalo {
  0%, 100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
}
@keyframes xIdleDrift {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
@keyframes xLuxuryFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-2px) rotate(1deg);
  }
}
@keyframes xLuxuryGlow {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.45));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.85));
  }
}
@keyframes goldSweep {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }
  10% {
    opacity: 1;
  }
  55% {
    transform: translateX(135%);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateX(185%);
    opacity: 0;
  }
}
@keyframes oilFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes heroFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes innerHeroFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroSlide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes activePulseMobile {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}
@keyframes goldShimmer {
  0% {
    background-position: -120% 0;
    opacity: 0.6;
  }
  50% {
    background-position: 120% 0;
    opacity: 1;
  }
  100% {
    background-position: -120% 0;
    opacity: 0.6;
  }
}
@keyframes heroWordIn {
  0% {
    transform: translateY(120%);
    opacity: 0;
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes heroHighlightSweep {
  0% {
    background-position: -120% 0;
    opacity: 0.9;
  }
  50% {
    background-position: 120% 0;
    opacity: 1;
  }
  100% {
    background-position: -120% 0;
    opacity: 0.9;
  }
}
@keyframes heroLeadIn {
  0% {
    transform: translateY(14px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes heroCTAIn {
  0% {
    transform: translateY(18px) scale(0.96);
    opacity: 0;
  }
  60% {
    transform: translateY(0) scale(1.02);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes heroParticleRise {
  0% {
    transform: translateY(12px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60% {
    transform: translateY(-46px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-70px);
    opacity: 0;
  }
}
@keyframes goldShimmerLine {
  0% {
    transform: translateX(-100%);
    opacity: 0.6;
  }
  50% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0.6;
  }
}
@keyframes goldDustFloat {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-8px);
    opacity: 0.55;
  }
}
@keyframes titleFadeEpic {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes gyroDrift {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes particlesFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.22;
  }
}
@keyframes linkEnter {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes buttonShake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  60% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .footer-shell::before, .footer-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.42;
    mix-blend-mode: screen;
    will-change: transform, opacity;
    animation: footerOrbit 18s ease-in-out infinite alternate;
  }
  .footer-shell::before {
    width: 220px;
    height: 220px;
    top: -40px;
    left: -40px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.6), rgba(15, 23, 42, 0.0));
  }
  .footer-shell::after {
    width: 260px;
    height: 260px;
    bottom: -60px;
    right: -20px;
    background: radial-gradient(circle, rgba(74, 222, 128, 0.45), rgba(15, 23, 42, 0.0));
    animation-duration: 22s;
    animation-delay: 2s;
  }
  @keyframes footerOrbit {
    0% {
      transform: translate3d(0, 0, 0);
      opacity: 0.28;
    }
    50% {
      transform: translate3d(12px, -6px, 0);
      opacity: 0.6;
    }
    100% {
      transform: translate3d(-8px, 10px, 0);
      opacity: 0.25;
    }
  }
  @keyframes footerBrandSweep {
    0% {
      background-position: -120% 0;
    }
    50% {
      background-position: 120% 0;
    }
    100% {
      background-position: -120% 0;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
