/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Oxygen', ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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 {
  .visible {
    visibility: visible;
  }
  .winner-trophy {
    p {
      margin-bottom: 0.35rem !important;
    }
    h5 {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      color: var(--gold-light, #D4BC70);
      font-size: 16px;
      font-weight: 700;
      margin: 0.5rem 0 0.25rem;
      padding: 0;
      line-height: 1.5;
      &:before {
        content: "\01F3C6";
        position: static;
        flex-shrink: 0;
        line-height: 1.4;
      }
    }
  }
  .relative {
    position: relative;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mm-form {
    h3 {
      font-size: 24px !important;
      color: var(--white, #f5f3ed) !important;
    }
    .mauticform_wrapper {
      max-width: 100% !important;
      margin: 0;
    }
    .mauticform-selectbox, .mauticform-input {
      height: 50px;
      background: var(--bg-input, #0f0f1a);
      border: 1px solid var(--border-input, rgba(255,255,255,.08));
      color: var(--white, #f5f3ed);
      border-radius: 4px;
    }
    .mauticform-page-wrapper {
      display: flex !important;
      flex-wrap: wrap;
      gap: 0;
    }
    .mauticform-row {
      width: 50% !important;
      &.hidden {
        display: none !important;
      }
      @media (max-width: 543px) {
        width: 100% !important;
      }
    }
    .mauticform-radiogrp, .mauticform-checkboxgrp, .full-width, .mauticform-freetext {
      width: 100% !important;
    }
  }
  .text-content {
    line-height: 1.75;
    font-family: var(--body, 'Oxygen', sans-serif);
    color: var(--text-sub, #9e988a);
    h1, h2, h3, h4, h5, h6 {
      font-family: var(--display, 'Playfair Display', serif);
      font-weight: 600;
      color: var(--white, #f5f3ed);
      margin-top: 2rem;
      margin-bottom: 1rem;
      line-height: 1.4;
    }
    p {
      margin-bottom: 1.25rem !important;
    }
    ul, ol {
      margin-bottom: 1.25rem;
      padding-left: 1.5rem;
    }
    ul {
      list-style: disc;
    }
    ol {
      list-style: decimal;
    }
    a {
      color: var(--gold-light, #D4BC70);
      text-decoration: underline;
      &:hover {
        color: var(--gold-bright, #EDE0C0);
      }
    }
    strong {
      color: var(--white, #f5f3ed);
    }
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .categories-container {
    display: none;
    ~ .mauticform-errormsg {
      display: none !important;
    }
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-5\! {
    padding: calc(var(--spacing) * 5) !important;
  }
  .text-center {
    text-align: center;
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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\:bg-gray-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-300);
      }
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
}
@layer base {
  html.CFA2026, html.CFA2026 body {
    font-family: var(--font-sans);
  }
}
html.CFA2026 {
  --bg: #060608;
  --bg-elevated: #0a0a12;
  --bg-card: #0d0d16;
  --bg-input: #0f0f1a;
  --gold: #C4A144;
  --gold-light: #D4BC70;
  --gold-deep: #8B6914;
  --gold-bright: #EDE0C0;
  --white: #f5f3ed;
  --text: #e2ded4;
  --text-sub: #9e988a;
  --text-muted: #6b665a;
  --border: rgba(255,255,255,.05);
  --border-input: rgba(255,255,255,.08);
  --border-gold: rgba(196,161,68,.22);
  --border-focus: rgba(196,161,68,.35);
  --glow-gold: rgba(196,161,68,.18);
  --body: 'Oxygen', sans-serif;
  --heading: 'Roboto Condensed', sans-serif;
  --meta: 'Roboto', sans-serif;
  --display: 'Playfair Display', serif;
  --radius: 4px;
  --maxw: 1200px;
  --header-height: 76px;
  --nav-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-duration: 0.4s;
}
*,*::before,*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--bg);
}
body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease;
}
a:hover {
  opacity: .75;
}
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}
.container--narrow {
  max-width: 760px;
}
.container--wide {
  max-width: 960px;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 12px;
  background: var(--gold);
  color: #0a0a0a;
  padding: 10px 20px;
  font-weight: 700;
  z-index: 10000;
  border-radius: var(--radius);
  font-size: 14px;
}
.skip-link:focus {
  top: 12px;
}
@keyframes metallicShimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes goldGlow {
  0%,100% {
    box-shadow: 0 0 18px rgba(196,161,68,.25), 0 0 50px rgba(196,161,68,.08);
  }
  50% {
    box-shadow: 0 0 35px rgba(196,161,68,.45), 0 0 90px rgba(196,161,68,.16);
  }
}
@keyframes goldRuleShimmer {
  0% {
    background-position: -100% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes goldSweep {
  0% {
    left: -60%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes orbDrift {
  0% {
    transform: translate(0,0) scale(1);
  }
  33% {
    transform: translate(50px,-40px) scale(1.18);
  }
  66% {
    transform: translate(-30px,25px) scale(.88);
  }
  100% {
    transform: translate(0,0) scale(1);
  }
}
@keyframes metaPulse {
  0%,100% {
    box-shadow: 0 0 16px rgba(196,161,68,.6);
  }
  50% {
    box-shadow: 0 0 28px rgba(196,161,68,.6), 0 0 50px rgba(196,161,68,.3);
  }
}
@keyframes sectionGlow {
  0%,100% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
}
@keyframes dividerPulse {
  0%,100% {
    opacity: .4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes dotTravel {
  0% {
    left: 3%;
    opacity: 0;
    transform: scale(.3);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    left: 97%;
    opacity: 0;
    transform: scale(.3);
  }
}
@keyframes smokeWispFromLeft {
  0% {
    transform: translate(0, 0) scale(.82);
    opacity: 0;
  }
  8% {
    opacity: .9;
  }
  45% {
    opacity: .72;
  }
  100% {
    transform: translate(var(--smoke-drift-x, 120px), var(--smoke-drift-y, -140px)) scale(1.65);
    opacity: 0;
  }
}
@keyframes smokeWispFromRight {
  0% {
    transform: translate(0, 0) scale(.82);
    opacity: 0;
  }
  8% {
    opacity: .9;
  }
  45% {
    opacity: .72;
  }
  100% {
    transform: translate(var(--smoke-drift-x, -120px), var(--smoke-drift-y, -140px)) scale(1.65);
    opacity: 0;
  }
}
@keyframes emberCrackle {
  0% {
    transform: translate(0, 0) scale(.4);
    opacity: 0;
  }
  12% {
    opacity: 1;
    transform: translate(var(--ember-x, 8px), var(--ember-y, -18px)) scale(1);
  }
  35% {
    opacity: .85;
  }
  100% {
    transform: translate(calc(var(--ember-x, 8px) * 2.2), calc(var(--ember-y, -18px) * 3)) scale(.2);
    opacity: 0;
  }
}
@keyframes fireFlicker {
  0%,100% {
    opacity: .55;
  }
  25% {
    opacity: .95;
  }
  50% {
    opacity: .7;
  }
  75% {
    opacity: 1;
  }
}
@keyframes btnPulse {
  0%,100% {
    box-shadow: 0 0 35px rgba(196,161,68,.25), 0 0 70px rgba(196,161,68,.10);
  }
  50% {
    box-shadow: 0 0 50px rgba(196,161,68,.40), 0 0 95px rgba(196,161,68,.16);
  }
}
@keyframes dotPulse {
  0%,100% {
    box-shadow: 0 0 12px rgba(196,161,68,.5);
  }
  50% {
    box-shadow: 0 0 24px rgba(196,161,68,.8);
  }
}
@keyframes progressPulse {
  0%,100% {
    box-shadow: 0 0 14px rgba(196,161,68,.5);
  }
  50% {
    box-shadow: 0 0 28px rgba(196,161,68,.8);
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color .4s ease, box-shadow .4s ease;
  background: transparent;
}
.nav.is-scrolled {
  background: rgba(6,6,8,.94);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow: 0 1px 0 var(--border);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--header-height);
  min-width: 0;
  position: relative;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 1;
  min-width: 0;
}
.nav__wordmark {
  height: 28px;
  width: auto;
}
.nav__brand > a {
  opacity: 1;
  flex-shrink: 0;
}
.nav__brand > a:hover {
  opacity: 1;
}
.cfa-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  text-transform: none;
}
.cfa-wordmark__light {
  color: rgba(255,255,255,.95);
}
.cfa-wordmark__gold {
  color: var(--gold-light);
}
.cfa-wordmark--muted {
  opacity: .5;
}
.cfa-wordmark--muted .cfa-wordmark__light, .cfa-wordmark--muted .cfa-wordmark__gold {
  color: rgba(255,255,255,.4);
}
.footer__wordmark.cfa-wordmark {
  font-size: 1.125rem;
  height: auto;
}
.nav__brand-divider {
  width: 1px;
  height: 20px;
  background: rgba(196,161,68,.25);
  flex-shrink: 0;
}
.nav__co-brands {
  font-family: var(--heading);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: .08em;
  color: var(--text-muted);
  text-transform: uppercase;
  white-space: nowrap;
}
.nav__co-brands strong {
  color: var(--gold-light);
  font-weight: 700;
}
.nav__cfa-badge {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--white);
  padding-left: 12px;
  border-left: 1px solid rgba(196,161,68,.28);
  letter-spacing: .06em;
  text-shadow: 0 0 20px rgba(196,161,68,.18);
  white-space: nowrap;
  text-transform: uppercase;
  flex-shrink: 0;
}
.nav__cfa-badge strong {
  color: var(--gold-light);
  font-weight: 700;
}
.nav__primary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}
.nav__panel {
  display: flex;
  align-items: center;
  min-width: 0;
}
.nav__links {
  display: none;
  list-style: none;
  gap: 6px;
  align-items: center;
  margin: 0;
  padding: 0;
}
.nav__links > li {
  display: flex;
  align-items: center;
}
.nav__links a, .nav__links .nav__dropdown-trigger {
  font-family: var(--heading);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--text-sub);
  padding: 8px 12px;
  border-radius: var(--radius);
  transition: color .2s ease, background-color .2s ease;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
}
.nav__links a:hover, .nav__links a:focus-visible, .nav__links .nav__dropdown-trigger:hover {
  color: var(--white);
  background: rgba(255,255,255,.05);
  opacity: 1;
}
.nav__dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.nav__dropdown-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.5;
  flex-shrink: 0;
  transform: translateY(-1px);
  transition: transform var(--nav-duration) var(--nav-ease), opacity 0.2s ease;
}
.nav__dropdown.open .nav__dropdown-arrow {
  transform: translateY(-1px) rotate(180deg);
  opacity: 1;
}
.nav__dropdown::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
  z-index: 1;
}
.nav__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: rgba(10,10,18,.98);
  backdrop-filter: blur(28px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 0;
  margin-top: 0;
  list-style: none;
  z-index: 2;
}
.nav__dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
}
.nav__cta-item {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.nav__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite, btnPulse 3s ease-in-out infinite;
  color: #0a0a0a;
  padding: 11px 22px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  text-decoration: none;
  line-height: 1.3;
  box-shadow: 0 0 35px rgba(196,161,68,.25), 0 0 70px rgba(196,161,68,.10);
}
.nav__cta-btn:hover, .nav__cta-btn:focus-visible {
  animation: none;
  background: var(--gold-deep);
  opacity: 1;
  transform: translateY(-2px);
  border-color: var(--gold-light);
  box-shadow: 0 0 0 1px rgba(196,161,68,.35), 0 0 40px rgba(196,161,68,.18), 0 0 55px rgba(196,161,68,.28);
}
.nav__menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  flex-shrink: 0;
  margin-left: auto;
}
.nav__menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
  transition: transform var(--nav-duration) var(--nav-ease), opacity var(--nav-duration) var(--nav-ease);
}
.nav__backdrop {
  display: none;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg);
}
#hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero__glow-orbs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  animation: orbDrift linear infinite;
}
.hero__orb--warm1 {
  width: 700px;
  height: 700px;
  background: rgba(196,161,68,.10);
  top: -20%;
  left: -15%;
  animation-duration: 22s;
}
.hero__orb--warm2 {
  width: 500px;
  height: 500px;
  background: rgba(139,105,20,.10);
  bottom: -25%;
  left: 20%;
  animation-duration: 30s;
  animation-delay: -8s;
}
.hero__orb--warm3 {
  width: 600px;
  height: 600px;
  background: rgba(196,161,68,.08);
  top: 25%;
  right: -20%;
  animation-duration: 26s;
  animation-delay: -4s;
}
.hero__orb--warm4 {
  width: 450px;
  height: 450px;
  background: rgba(212,188,112,.06);
  top: 50%;
  right: 15%;
  animation-duration: 32s;
  animation-delay: -16s;
}
.hero__orb--warm5 {
  width: 350px;
  height: 350px;
  background: rgba(196,161,68,.05);
  top: 70%;
  left: 40%;
  animation-duration: 28s;
  animation-delay: -10s;
}
.hero__shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(196,161,68,.03), rgba(212,188,112,.06), rgba(196,161,68,.03), transparent);
  z-index: 2;
  pointer-events: none;
  animation: goldSweep 8s ease-in-out infinite;
}
.hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 25%, rgba(6,6,8,.75) 100%);
}
.hero__content {
  position: relative;
  z-index: 3;
  padding: 120px 28px 80px;
  max-width: 840px;
  width: 100%;
}
.hero__presented {
  font-family: var(--heading);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.hero__presented strong {
  color: var(--gold-light);
  font-weight: 700;
}
.hero__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(44px, 7.5vw, 92px);
  line-height: .92;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -.015em;
}
.hero__title em {
  font-style: italic;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  padding: 0 10px;
}
.hero__strap {
  font-family: var(--body);
  font-weight: 300;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.55;
  color: var(--text-sub);
  max-width: 520px;
  margin-bottom: 8px;
}
.hero__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  margin-bottom: 44px;
}
.hero__meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero__meta-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(196,161,68,.6);
  animation: metaPulse 2s ease-in-out infinite;
}
.hero__meta-text {
  font-family: var(--meta);
  font-size: 14px;
  color: var(--text-sub);
}
.hero__meta-text strong {
  color: var(--white);
  font-weight: 500;
}
.hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero__btn {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite;
  color: #0a0a0a;
  padding: 18px 40px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 0 60px rgba(196,161,68,.20), 0 0 100px rgba(196,161,68,.08);
}
.hero__btn:hover {
  animation: none;
  background: var(--gold-deep);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 0 100px rgba(196,161,68,.40), 0 0 160px rgba(196,161,68,.14);
}
.hero__btn--outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: none;
  padding: 17px 38px;
  animation: none;
}
.hero__btn--outline:hover {
  background: rgba(255,255,255,.04);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(196,161,68,.14);
  color: var(--white);
}
.section {
  padding: 100px 0;
  position: relative;
}
.section--elevated {
  background: var(--bg-elevated);
}
.section--no-divider::after {
  display: none;
}
.section-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease;
}
html.CFA2026 .section-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.section-glow-divider {
  height: 3px;
  background: transparent;
  position: relative;
  margin: 0;
  overflow: visible;
}
html.CFA2026 .section-glow-divider::after {
  content: '';
  position: absolute;
  left: 5%;
  right: 5%;
  top: 1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,188,112,.40), rgba(196,161,68,.35), transparent);
  animation: dividerPulse 2.5s ease-in-out infinite;
}
html.CFA2026 .section-glow-divider::before {
  content: '';
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237,224,192,.85) 0%, rgba(212,188,112,.5) 40%, transparent 70%);
  box-shadow: 0 0 30px rgba(212,188,112,.8), 0 0 60px rgba(196,161,68,.45), 0 0 100px rgba(212,188,112,.30);
  animation: dotTravel 4.5s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}
html.CFA2026 .section-glow-divider:nth-child(odd)::before {
  animation-delay: 0s;
}
html.CFA2026 .section-glow-divider:nth-child(even)::before {
  animation-delay: 2.25s;
}
.eyebrow {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.section-heading {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--white);
  margin-bottom: 24px;
}
.section-heading em, .section-heading span {
  font-style: italic;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gold-rule {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #8B6914, #C4A144, #EDE0C0, #D4BC70, #8B6914);
  background-size: 200% 100%;
  animation: goldRuleShimmer 4s ease-in-out infinite;
  margin-bottom: 36px;
  border-radius: 2px;
}
.manifesto__lead {
  font-family: var(--body);
  font-weight: 300;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.4;
  color: var(--white);
  max-width: 640px;
}
.manifesto__lead strong {
  font-weight: 700;
}
.manifesto__body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-sub);
  max-width: 560px;
  margin-top: 32px;
}
.manifesto__body p {
  margin-bottom: 14px;
}
.manifesto__body p:last-child {
  margin-bottom: 0;
}
.about-awards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-top: 36px;
}
.about-awards__content .manifesto__lead {
  max-width: none;
}
.about-awards__content .manifesto__body {
  max-width: none;
}
.about-awards__content .body-text {
  max-width: none;
}
.about-awards__cta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.about-awards__media {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: var(--bg-card);
  box-shadow: 0 24px 80px rgba(0,0,0,.4);
}
.about-awards__media:empty {
  display: none;
}
.about-awards__media .youtube-embed, .about-awards__media .about-awards__embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #0a0a0a;
}
.about-awards__media .youtube-embed iframe, .about-awards__media .about-awards__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.about-awards__media .about-awards__video, .about-awards__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
@media (max-width: 900px) {
  .about-awards {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .about-awards__media {
    order: -1;
  }
}
.reasons {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 48px;
}
.reason {
  border-top: 1px solid var(--border-gold);
  padding-top: 32px;
  transition: border-color .3s ease;
}
.reason:hover {
  border-top-color: var(--gold);
}
.reason__num {
  font-family: var(--display);
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.reason__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 12px;
}
.reason__desc {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-sub);
  max-width: 440px;
}
.keydates {
  background: var(--bg-elevated);
  position: relative;
  overflow: hidden;
}
.keydates__row {
  display: flex;
  max-width: var(--maxw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.keydates__item {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 60px 24px;
  border-right: 1px solid var(--border);
  position: relative;
}
.keydates__item:last-child {
  border-right: none;
}
.keydates__label {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.keydates__day {
  font-family: var(--display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  color: var(--white);
  margin-bottom: 6px;
}
.keydates__month {
  font-family: var(--meta);
  font-size: 13px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.keydates__item.is-event {
  background: rgba(196,161,68,.03);
}
.keydates__item.is-event .keydates__day {
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.keydates__item.is-event .keydates__label {
  color: var(--gold-light);
}
.keydates__cta-row {
  text-align: center;
  padding: 0 28px 48px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.keydates__cta {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite;
  color: #0a0a0a;
  padding: 16px 36px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 0 40px rgba(196,161,68,.18);
}
.keydates__cta:hover {
  animation: none;
  background: var(--gold-deep);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 0 60px rgba(196,161,68,.30);
}
.partners-section {
  padding: 100px 0;
  position: relative;
  background: var(--bg-elevated);
}
.partners__spon {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.partners__spon-tier {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.partners__tier-label {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--text-muted);
  margin: 0;
  padding: 0 0 12px;
  border: none;
  border-bottom: 1px solid var(--border);
  width: 100%;
  max-width: 720px;
  text-align: center;
}
.partners__spon-tier--principal .partners__tier-label {
  color: var(--gold-light);
  border-bottom-color: var(--border-gold);
}
.partners__spon-tier--principal .partners__tier-label::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(196,161,68,.5);
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  animation: metaPulse 2s ease-in-out infinite;
}
.partners__logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  width: 100%;
}
.partners__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  flex: 0 0 180px;
  min-width: 180px;
  max-width: 180px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  text-decoration: none;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .2s ease;
}
.partners__logo-box:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 32px rgba(196,161,68,.12);
  opacity: 1;
  transform: translateY(-2px);
}
.partners__logo-box--principal {
  width: 280px;
  height: 120px;
  flex: 0 0 280px;
  min-width: 280px;
  max-width: 280px;
  padding: 0 32px;
  border-color: rgba(196,161,68,.22);
}
.partners__logo-box--principal:hover {
  box-shadow: 0 0 48px rgba(196,161,68,.18);
}
.partners__logo-box--principal .partners__logo-img, .partners__logo-box--principal img {
  max-height: 88px;
}
.partners__logo-img, .partners__logo-box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
  filter: none;
  opacity: 1;
}
.partners__logo-name {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.3;
}
.partners-page .partners__spon {
  margin-top: 0;
}
.partners__cta {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  text-align: center;
}
.ticket-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 24px;
  margin-top: 36px;
}
.ticket-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
  position: relative;
}
.ticket-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 50px rgba(196,161,68,.06);
  transform: translateY(-4px);
}
.ticket-card--featured {
  border-color: var(--border-gold);
  box-shadow: 0 0 40px rgba(196,161,68,.04);
}
.ticket-card--featured::before {
  content: 'POPULAR';
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--heading);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .14em;
  color: #0a0a0a;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite;
  padding: 5px 16px;
  border-radius: 2px;
}
.ticket-card__name {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.ticket-card__price {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 52px);
  line-height: normal;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ticket-card__price-note {
  font-family: var(--meta);
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.ticket-card__includes {
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-sub);
  list-style: none;
  margin-bottom: 28px;
}
.ticket-card__includes li {
  padding: 3px 0;
}
.ticket-card__includes li::before {
  content: '✓ ';
  color: var(--gold);
  font-weight: 700;
}
.ticket-card__cta {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite;
  color: #0a0a0a;
  padding: 14px 36px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .25s ease;
  box-shadow: 0 0 30px rgba(196,161,68,.12);
}
.ticket-card__cta:hover {
  animation: none;
  background: var(--gold-deep);
  opacity: 1;
  box-shadow: 0 0 50px rgba(196,161,68,.24);
}
.ticket-earlybird {
  text-align: center;
  margin-top: 24px;
  font-family: var(--meta);
  font-size: 13px;
  color: var(--text-muted);
}
.ticket-earlybird strong {
  color: var(--gold-light);
}
#tickets .eyebrow, #tickets .section-heading, .partners-section .eyebrow, .partners-section .section-heading {
  text-align: center;
}
#tickets .gold-rule, .partners-section .gold-rule {
  margin-left: auto;
  margin-right: auto;
}
.cta-block {
  text-align: center;
  padding: 20px 0;
}
.cta-block__text {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 2.8vw, 28px);
  line-height: 1.4;
  color: var(--white);
  margin-bottom: 8px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.cta-block__note {
  font-family: var(--meta);
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 40px;
}
.btn--gold {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite;
  color: #0a0a0a;
  padding: 20px 52px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 0 60px rgba(196,161,68,.20), 0 0 100px rgba(196,161,68,.08);
}
.btn--gold:hover {
  animation: none;
  background: var(--gold-deep);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 0 100px rgba(196,161,68,.36), 0 0 160px rgba(196,161,68,.14);
}
.btn--outline {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: transparent;
  color: var(--white);
  padding: 14px 32px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.16);
  cursor: pointer;
  text-decoration: none;
  transition: border-color .25s ease, color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(196,161,68,.05);
  opacity: 1;
  box-shadow: 0 0 40px rgba(196,161,68,.12);
}
.btn--outline-sm {
  padding: 8px 18px;
  font-size: 10px;
  letter-spacing: .12em;
}
.btn--gold--block {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.category-tab {
  appearance: none;
  -webkit-appearance: none;
}
.category-tab.active-tab {
  border-color: var(--gold);
  background: rgba(196,161,68,.12);
  color: var(--gold-light);
}
.btn--outline-dark {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: transparent;
  color: var(--text-sub);
  padding: 17px 42px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  cursor: pointer;
  text-decoration: none;
  transition: border-color .25s ease, color .25s ease;
}
.btn--outline-dark:hover {
  border-color: rgba(255,255,255,.15);
  color: var(--white);
  opacity: 1;
}
.cta-block__sub {
  font-family: var(--meta);
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 20px;
}
.organiser {
  padding: 36px 0;
  text-align: center;
  border-top: 1px solid var(--border);
}
.organiser__label {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.organiser__names {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.organiser__name {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .08em;
  color: var(--text);
  text-decoration: none;
  transition: color .3s ease;
}
.organiser__name:hover {
  color: var(--gold-light);
  opacity: 1;
}
.organiser__sep {
  color: var(--text-muted);
  font-size: 12px;
}
.event-producer {
  padding: 36px 0;
  border-top: 1px solid var(--border);
}
.event-producer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.event-producer__title {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--text-muted);
  margin: 0;
  text-align: center;
}
.event-producer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.event-producer__logo-link {
  display: flex;
  opacity: 1;
  transition: opacity .2s ease, transform .2s ease;
  text-decoration: none;
}
.event-producer__logo-link:hover {
  opacity: .92;
  transform: translateY(-2px);
}
.event-producer__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: var(--radius);
}
.event-producer__logo-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.event-producer__logo-box svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.page-header {
  position: relative;
  padding: 140px 0 60px;
  text-align: center;
  overflow: hidden;
  background: var(--bg);
}
.page-header .container {
  position: relative;
  z-index: 3;
}
.page-header__smoke-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.page-header__smoke {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.page-header__smoke-wisp {
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
  opacity: 0;
  will-change: transform, opacity;
  mix-blend-mode: screen;
}
.page-header__smoke-wisp--left-1 {
  left: -12%;
  bottom: 0;
  width: 340px;
  height: 220px;
  background: linear-gradient(135deg, rgba(237,224,192,.28) 0%, rgba(196,161,68,.22) 55%, rgba(245,243,237,.12) 100%);
  animation: smokeWispFromLeft 16s ease-in-out infinite;
  --smoke-drift-x: 140px;
  --smoke-drift-y: -150px;
  animation-delay: 0s;
}
.page-header__smoke-wisp--left-2 {
  left: -6%;
  bottom: 18%;
  width: 300px;
  height: 190px;
  background: linear-gradient(135deg, rgba(245,243,237,.22) 0%, rgba(212,188,112,.20) 50%, rgba(196,161,68,.14) 100%);
  animation: smokeWispFromLeft 19s ease-in-out infinite;
  --smoke-drift-x: 115px;
  --smoke-drift-y: -165px;
  animation-delay: -5s;
}
.page-header__smoke-wisp--left-3 {
  left: 0;
  bottom: 38%;
  width: 260px;
  height: 170px;
  background: linear-gradient(135deg, rgba(196,161,68,.24) 0%, rgba(237,224,192,.18) 60%, rgba(245,243,237,.10) 100%);
  animation: smokeWispFromLeft 17s ease-in-out infinite;
  --smoke-drift-x: 95px;
  --smoke-drift-y: -130px;
  animation-delay: -11s;
}
.page-header__smoke-wisp--left-4 {
  left: -4%;
  bottom: 55%;
  width: 220px;
  height: 150px;
  background: linear-gradient(135deg, rgba(245,243,237,.20) 0%, rgba(196,161,68,.16) 100%);
  animation: smokeWispFromLeft 21s ease-in-out infinite;
  --smoke-drift-x: 80px;
  --smoke-drift-y: -120px;
  animation-delay: -8s;
}
.page-header__smoke-wisp--right-1 {
  right: -12%;
  bottom: 2%;
  width: 340px;
  height: 220px;
  background: linear-gradient(225deg, rgba(237,224,192,.28) 0%, rgba(196,161,68,.22) 55%, rgba(245,243,237,.12) 100%);
  animation: smokeWispFromRight 16s ease-in-out infinite;
  --smoke-drift-x: -140px;
  --smoke-drift-y: -145px;
  animation-delay: -2s;
}
.page-header__smoke-wisp--right-2 {
  right: -6%;
  bottom: 20%;
  width: 300px;
  height: 190px;
  background: linear-gradient(225deg, rgba(245,243,237,.22) 0%, rgba(212,188,112,.20) 50%, rgba(196,161,68,.14) 100%);
  animation: smokeWispFromRight 18s ease-in-out infinite;
  --smoke-drift-x: -120px;
  --smoke-drift-y: -160px;
  animation-delay: -7s;
}
.page-header__smoke-wisp--right-3 {
  right: 0;
  bottom: 40%;
  width: 260px;
  height: 170px;
  background: linear-gradient(225deg, rgba(196,161,68,.24) 0%, rgba(237,224,192,.18) 60%, rgba(245,243,237,.10) 100%);
  animation: smokeWispFromRight 20s ease-in-out infinite;
  --smoke-drift-x: -100px;
  --smoke-drift-y: -125px;
  animation-delay: -13s;
}
.page-header__smoke-wisp--right-4 {
  right: -4%;
  bottom: 58%;
  width: 220px;
  height: 150px;
  background: linear-gradient(225deg, rgba(245,243,237,.20) 0%, rgba(196,161,68,.16) 100%);
  animation: smokeWispFromRight 22s ease-in-out infinite;
  --smoke-drift-x: -85px;
  --smoke-drift-y: -115px;
  animation-delay: -9s;
}
.page-header__smoke-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  animation: fireFlicker 3.5s ease-in-out infinite;
}
.page-header__smoke-glow--left {
  background: radial-gradient(ellipse at 0% 92%, rgba(196,161,68,.22) 0%, rgba(237,224,192,.08) 35%, transparent 62%);
}
.page-header__smoke-glow--right {
  background: radial-gradient(ellipse at 100% 92%, rgba(196,161,68,.22) 0%, rgba(237,224,192,.08) 35%, transparent 62%);
  animation-delay: -1.2s;
}
.page-header__embers {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.page-header__ember {
  position: absolute;
  width: var(--ember-size, 3px);
  height: var(--ember-size, 3px);
  border-radius: 50%;
  background: var(--ember-color, #EDE0C0);
  box-shadow: 0 0 8px rgba(237,224,192,.95), 0 0 16px rgba(196,161,68,.65);
  opacity: 0;
  animation: emberCrackle var(--ember-duration, 2.2s) ease-out infinite;
  animation-delay: var(--ember-delay, 0s);
}
.page-header .eyebrow {
  text-align: center;
  margin-bottom: 16px;
}
.page-header h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: -.01em;
}
.page-header h1 em {
  font-style: italic;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-header__strap {
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-sub);
  max-width: 600px;
  margin: 0 auto;
}
.body-text {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-sub);
  max-width: 680px;
}
.body-text p {
  margin-bottom: 16px;
}
.body-text p:last-child {
  margin-bottom: 0;
}
.body-text strong {
  color: var(--white);
  font-weight: 700;
}
.faq-group {
  margin-bottom: 56px;
}
.faq-group:last-child {
  margin-bottom: 0;
}
.faq-group__title {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--gold-light);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-gold);
}
.faq-item {
  border-bottom: 1px solid var(--border);
  transition: border-color .3s ease;
}
.faq-item:first-child {
  border-top: 1px solid var(--border);
}
.faq-item:hover {
  border-bottom-color: rgba(196,161,68,.12);
}
.faq-item__trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--white);
  transition: color .2s ease;
}
.faq-item__trigger:hover {
  color: var(--gold-light);
}
.faq-item__trigger::after {
  content: '+';
  flex-shrink: 0;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 22px;
  color: var(--text-muted);
  transition: transform .3s ease, color .2s ease;
  margin-top: 2px;
}
.faq-item.is-open .faq-item__trigger {
  color: var(--gold-light);
}
.faq-item.is-open .faq-item__trigger::after {
  content: '\2212';
  transform: rotate(180deg);
  color: var(--gold-light);
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}
.faq-item.is-open .faq-item__answer {
  max-height: 600px;
  padding-bottom: 24px;
}
.faq-item__answer-inner {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-sub);
}
.faq-item__answer-inner p {
  margin-bottom: 12px;
}
.faq-item__answer-inner a {
  color: var(--gold-light);
  text-decoration: underline;
}
.form-group {
  margin-bottom: 22px;
}
.form-label {
  display: block;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--text-sub);
  margin-bottom: 8px;
}
.form-label .required {
  color: var(--gold-light);
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  background: var(--bg-input);
  border: 1px solid var(--border-input);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-family: var(--meta);
  font-size: 15px;
  color: var(--white);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196,161,68,.08), 0 0 24px rgba(196,161,68,.06);
}
.form-input::placeholder, .form-textarea::placeholder {
  color: var(--text-muted);
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239e988a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form-select option {
  background: var(--bg-card);
  color: var(--white);
}
.form-textarea {
  min-height: 120px;
  resize: vertical;
}
.form-hint {
  font-family: var(--meta);
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 6px;
}
.form-row {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 20px;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 14px;
}
.form-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  margin-top: 2px;
  flex-shrink: 0;
}
.form-checkbox span {
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-sub);
}
.form-checkbox span a {
  color: var(--gold-light);
  text-decoration: underline;
}
.steps {
  list-style: none;
  max-width: 800px;
}
.step {
  display: flex;
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
  transition: border-color .3s ease;
}
.step:first-child {
  padding-top: 0;
}
.step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.step:hover {
  border-bottom-color: rgba(196,161,68,.12);
}
.step__num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(196,161,68,.30);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.step:hover .step__num {
  border-color: rgba(196,161,68,.5);
  box-shadow: 0 0 20px rgba(196,161,68,.15);
}
.step__body {
  flex: 1;
  min-width: 0;
}
.step__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  margin-bottom: 8px;
}
.step__desc {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-sub);
  margin-bottom: 12px;
}
.step__desc a {
  color: var(--gold-light);
  text-decoration: underline;
}
.step__note {
  font-family: var(--meta);
  font-size: 13px;
  color: var(--text-muted);
  padding: 12px 18px;
  background: var(--bg-card);
  border-left: 3px solid rgba(196,161,68,.30);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.checklist {
  list-style: none;
  max-width: 680px;
}
.checklist li {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-sub);
  padding: 10px 0 10px 36px;
  position: relative;
}
.checklist li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 10px;
  font-family: var(--heading);
  font-weight: 700;
  color: var(--gold-light);
  font-size: 14px;
}
.tip-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 20px;
}
.tip-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.tip-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 30px rgba(196,161,68,.06);
}
.tip-card__icon {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.tip-card__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 10px;
}
.tip-card__desc {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-sub);
}
.write-page {
  padding: 60px 0 0;
}
.write-page__section-title {
  max-width: 820px;
  margin: 0 auto 48px;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-sub);
}
.write-page__section-title p {
  margin-bottom: 16px;
}
.write-page__section-title p:last-child {
  margin-bottom: 0;
}
.write-page__todo-container {
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-card) 100%);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) * 2);
  padding: clamp(32px, 5vw, 56px) clamp(24px, 5vw, 48px);
  margin: 0 0 48px;
}
.write-page__todo-container-h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}
.write-page__todo-container-p {
  margin: 0 0 32px;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-sub);
}
.write-page__todo-items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(24px, 5vw, 48px);
  margin: 36px 0;
}
.write-page__todo-items:first-of-type {
  margin-top: 8px;
}
.write-page__write-icon {
  flex-shrink: 0;
  width: 110px !important;
  height: 110px !important;
  object-fit: contain;
}
.write-page__text {
  flex: 1;
  min-width: 0;
}
.write-page__text-h4 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.25;
  color: var(--white);
  margin: 0 0 12px;
}
.write-page__desktop-p {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-sub);
}
.write-page__desktop-p p {
  margin-bottom: 12px;
}
.write-page__desktop-p p:last-child {
  margin-bottom: 0;
}
.write-page__mobile {
  display: none;
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0 0;
  text-align: center;
  cursor: pointer;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-light);
  transition: color .2s ease;
}
.write-page__mobile:hover {
  color: var(--white);
}
.write-page__less {
  display: none;
}
.write-page__mobile.is-open .write-page__more {
  display: none;
}
.write-page__mobile.is-open .write-page__less {
  display: inline;
}
.write-page__mobile.is-open .write-page__icon {
  transform: rotate(180deg);
}
.write-page__icon {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  transition: transform .25s ease;
}
.write-page__nottodo-container {
  margin-bottom: 48px;
}
.write-page__nottodo-container-h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}
.write-page__nottodo-container-p {
  margin: 0 0 32px;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-sub);
}
.write-page__nottodo-items {
  border: 1px solid var(--border);
  background: var(--bg-card);
  border-radius: var(--radius);
  margin: 24px 0;
  padding: clamp(24px, 4vw, 36px) clamp(24px, 4vw, 48px);
  transition: border-color .3s ease, box-shadow .3s ease;
}
.write-page__nottodo-items:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 30px rgba(196,161,68,.06);
}
.write-page__nottodo-items-text-h4 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 22px);
  color: var(--white);
  margin: 0 0 12px;
}
.write-page__nottodo-items-text-p {
  margin: 0;
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-sub);
}
.write-page__additional-container {
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  padding: clamp(48px, 6vw, 72px) 0;
  margin-top: 12px;
}
.write-page__additional-items {
  margin-bottom: clamp(32px, 4vw, 48px);
}
.write-page__additional-items:last-child {
  margin-bottom: 0;
}
.write-page__additional-items-h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 28px);
  color: var(--gold-light);
  margin-bottom: 20px;
}
.write-page__additional-items-p {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-sub);
  max-width: 820px;
}
.write-page__additional-items-p p {
  margin-bottom: 12px;
}
.write-page__additional-items-p p:last-child {
  margin-bottom: 0;
}
.phase-stack {
  max-width: 780px;
}
.phase {
  border-left: 2px solid var(--border);
  padding: 0 0 44px 32px;
  position: relative;
}
.phase:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}
.phase::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid rgba(196,161,68,.30);
  position: absolute;
  left: -8px;
  top: 4px;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.phase.is-visible::before {
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 0 16px rgba(196,161,68,.4);
  animation: dotPulse 2s ease-in-out infinite;
}
.phase:last-child::before {
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 0 20px rgba(196,161,68,.5);
  animation: dotPulse 2s ease-in-out infinite;
}
.phase__num {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.phase__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  margin-bottom: 10px;
}
.phase__desc {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-sub);
}
.phase__desc p {
  margin-bottom: 12px;
}
.phase__desc p:last-child {
  margin-bottom: 0;
}
.phase__desc strong {
  color: var(--white);
  font-weight: 700;
}
.phase__desc a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.phase__desc a:hover {
  color: var(--gold);
}
.scoring-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}
.scoring-table th {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--text-muted);
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(196,161,68,.25);
}
.scoring-table td {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-sub);
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}
.scoring-table td:first-child {
  font-weight: 700;
  color: var(--white);
}
.scoring-table td:last-child {
  font-family: var(--heading);
  font-weight: 700;
  color: var(--gold-light);
  text-align: right;
}
.scoring-table tr:hover td {
  background: rgba(196,161,68,.03);
}
.progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
}
.progress__step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.progress__circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--text-muted);
  background: var(--bg);
  transition: border-color .3s ease, color .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.progress__step.is-active .progress__circle {
  border-color: var(--gold);
  color: #0a0a0a;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite, progressPulse 2s ease-in-out infinite;
}
.progress__step.is-done .progress__circle {
  border-color: var(--gold-light);
  color: var(--gold-light);
  background: var(--bg);
  box-shadow: 0 0 14px rgba(196,161,68,.3);
}
.progress__label {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--text-muted);
  transition: color .3s ease;
}
.progress__step.is-active .progress__label, .progress__step.is-done .progress__label {
  color: var(--gold-light);
}
.progress__bar {
  width: 80px;
  height: 2px;
  background: var(--border);
  margin: 0 8px;
  transition: background-color .4s ease;
}
.progress__bar.is-done {
  background: var(--border-gold);
}
.form-step {
  display: none;
}
.form-step.is-active, .form-step.active {
  display: block;
}
.form-panels {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 32px;
}
.form-panel {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
}
.form-panel__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.filter-pill {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-sub);
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}
.filter-pill:hover {
  border-color: rgba(196,161,68,.25);
  color: var(--white);
}
.filter-pill.is-active {
  border-color: var(--gold);
  background: rgba(196,161,68,.08);
  color: var(--gold-light);
}
.cat-list {
  list-style: none;
  max-height: 340px;
  overflow-y: auto;
}
.cat-list li {
  padding: 1px 0;
}
.cat-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color .15s ease;
  font-family: var(--body);
  font-size: 14px;
  color: var(--text-sub);
}
.cat-check:hover {
  background: rgba(255,255,255,.03);
}
.cat-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.cat-check.is-selected {
  color: var(--white);
}
.cat-count {
  font-family: var(--meta);
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 12px;
}
.upload-zone {
  border: 2px dashed var(--border-input);
  border-radius: var(--radius);
  padding: 40px 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}
.upload-zone:hover {
  border-color: rgba(196,161,68,.25);
  background: rgba(196,161,68,.03);
}
.upload-zone__icon {
  font-size: 32px;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.upload-zone__text {
  font-family: var(--body);
  font-size: 14px;
  color: var(--text-sub);
}
.upload-zone__text strong {
  color: var(--gold-light);
}
.btn-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.form-success {
  display: none;
  text-align: center;
  padding: 60px 0;
}
.form-success.is-visible {
  display: block;
}
.form-success__icon {
  font-family: var(--display);
  font-weight: 600;
  font-size: 56px;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
.form-success__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 28px;
  color: var(--white);
  margin-bottom: 12px;
}
.form-success__desc {
  font-family: var(--body);
  font-size: 16px;
  color: var(--text-sub);
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 32px;
}
.nomination-form {
  width: 100%;
  max-width: none;
  margin: 0;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.form-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}
.form-progress-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--text-muted);
  transition: color .3s ease;
}
.form-progress-step .step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--text-muted);
  background: var(--bg);
  flex-shrink: 0;
  transition: border-color .3s ease, color .3s ease, background-color .3s ease, box-shadow .3s ease;
}
.form-progress-step.active {
  color: var(--gold-light);
}
.form-progress-step.active .step-num {
  border-color: var(--gold);
  color: #0a0a0a;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  background-size: 200% 100%;
  animation: metallicShimmer 3.5s ease-in-out infinite;
}
.form-progress-step.complete {
  color: var(--gold-light);
}
.form-progress-step.complete .step-num {
  border-color: var(--gold-light);
  color: var(--gold-light);
  box-shadow: 0 0 14px rgba(196,161,68,.3);
}
.form-progress-divider {
  width: 56px;
  height: 2px;
  background: var(--border);
  transition: background-color .4s ease;
}
.form-progress-divider.complete {
  background: var(--border-gold);
}
.form-section-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.nomination-page .mm-form {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.nomination-page .mm-form .mauticform-row {
  max-width: 100%;
  box-sizing: border-box;
}
.nomination-page .mm-form .mauticform-input, .nomination-page .mm-form textarea.mauticform-textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.nomination-page .wrapper, .nomination-page .form-actions, .nomination-page .nomination-filter-bar {
  max-width: 100%;
  box-sizing: border-box;
}
.nomination-page .nomination-category-hint {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.5;
}
.nomination-page .nomination-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.nomination-page .nomination-filter-bar .filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
}
.nomination-page .wrapper {
  padding-top: 0;
  margin-top: 0;
  overflow-y: auto;
  padding-right: 6px;
}
.nomination-page .form-checkbox {
  padding: 8px 0;
  margin-bottom: 0;
}
.nomination-page .form-checkbox:first-child {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.nomination-page .form-checkbox label[for="checkAll"] {
  font-weight: 700;
  color: var(--white);
}
.nomination-page .form-checkbox label.category__show-desc {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
}
.nomination-page .form-checkbox label.category__show-desc:hover {
  color: var(--gold-light);
}
.nomination-page .category-error {
  display: none;
  margin-top: 12px;
  color: #f87171;
  font-size: 13px;
}
.nomination-page .category-error.hidden {
  display: none;
}
.nomination-page .mm-form .mauticform-button {
  display: none;
}
.nominator-page .nominator-form-panel {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.nominator-page .nominator-form-intro {
  margin: 0 0 24px;
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.5;
}
.nominator-page .mauticform-message {
  display: none !important;
}
.nominator-page .mm-form .mauticform-button {
  display: none;
}
.nomination-thankyou-page .nomination-success-panel {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 48px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  background: var(--bg-card);
  text-align: center;
}
.nomination-thankyou-page .nomination-success-content h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 28px;
  color: var(--white);
  margin: 0 0 16px;
  line-height: 1.3;
}
.nomination-thankyou-page .nomination-success-content p {
  color: var(--text-sub);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.nomination-thankyou-page .nomination-success-content a {
  color: var(--gold-light);
  text-decoration: underline;
}
.nomination-thankyou-page .nomination-success-actions {
  margin-top: 28px;
}
.form-actions {
  margin-top: 8px;
}
.contact-card--form {
  text-align: left;
}
.contact-card--form .contact-card__title {
  text-align: center;
}
.contact-page .mm-form .mauticform-button {
  display: none;
}
#criteria-modal .modal-dialog h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 24px;
  color: var(--white);
  margin: 0 48px 12px 0;
}
#criteria-modal .helper {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-sub);
  margin-bottom: 20px;
}
.criteria-modal-category-locked {
  margin-bottom: 20px;
  padding: 16px 18px;
  background: rgba(196,161,68,.06);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
}
.criteria-modal-category-locked__label {
  display: block;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.criteria-modal-category-locked__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  margin: 0;
}
.criteria-modal-desc-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 10px 0;
  background: none;
  border: none;
  border-top: 1px solid var(--border);
  font-family: var(--heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-light);
  cursor: pointer;
}
.criteria-modal-desc-panel {
  padding-top: 12px;
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-sub);
}
.criteria-modal-multi__intro {
  margin-bottom: 16px;
}
.criteria-modal-checklist {
  max-height: 280px;
  overflow-y: auto;
  margin: 16px 0;
  padding-right: 6px;
}
.criteria-modal-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.criteria-modal-checklist-item--select-all {
  border-bottom: 1px solid var(--border-gold);
  margin-bottom: 4px;
}
.criteria-modal-checklist-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 14px;
  color: var(--text-sub);
  cursor: pointer;
  width: 100%;
}
.criteria-modal-checklist-name {
  flex: 1;
  min-width: 0;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  font-family: var(--body);
  font-size: 14px;
  color: var(--white);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(196,161,68,.35);
  text-underline-offset: 3px;
}
.criteria-modal-checklist-name:hover {
  color: var(--gold-light);
  opacity: 1;
}
.criteria-modal-submit {
  margin-top: 20px;
}
.criteria-modal-tabs {
  justify-content: center;
}
.criteria-modal-tabs .category-tab.active-tab {
  border-color: var(--gold);
  background: rgba(196,161,68,.08);
  color: var(--gold-light);
}
#criteria-modal .category-error {
  display: none;
  color: #f87171;
  font-size: 13px;
  margin-top: 8px;
}
#criteria-modal .criteria-modal-checklist input[type="checkbox"] {
  accent-color: var(--gold);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.categorydesc-modal__content h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  margin: 0 0 16px;
}
.categorydesc-modal__content p, .categorydesc-modal__content li {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-sub);
  margin-bottom: 12px;
}
.thankyou-modal__dialog {
  text-align: center;
}
.thankyou-modal__message {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-sub);
  margin: 0 0 24px;
}
.modal-dialog .submit_button_default, .form-actions .btn--gold, .criteria-modal-submit .btn--gold {
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.ryi-page .submit_button_default {
  margin-top: 16px;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 40px;
}
.filter-bar .filter-pill {
  font-size: 11px;
  padding: 10px 22px;
  border-radius: 24px;
}
.filter-bar .filter-pill.is-active {
  background: rgba(196,161,68,.18);
}
.filter-bar .filter-pill.filter-pill--cta, .filter-bar .filter-pill[data-action="criteria-modal-multi"] {
  border-color: var(--border-gold);
  color: var(--gold-light);
}
.filter-bar .filter-pill.filter-pill--cta:hover, .filter-bar .filter-pill[data-action="criteria-modal-multi"]:hover {
  background: rgba(196,161,68,.1);
}
.cat-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 16px;
}
.cat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color .3s ease, box-shadow .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cat-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 40px rgba(196,161,68,.06);
}
.cat-card__type {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .14em;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.cat-card__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
}
.cat-card__desc {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-sub);
  margin-bottom: 18px;
}
.cat-card__dl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 10px 20px;
  background: transparent;
  cursor: pointer;
  transition: all .25s ease;
  text-decoration: none;
}
.cat-card__dl:hover {
  background: rgba(196,161,68,.1);
  opacity: 1;
  box-shadow: 0 0 20px rgba(196,161,68,.1);
}
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 36px;
}
.tab {
  padding: 14px 28px;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--text-muted);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
}
.tab:hover {
  color: var(--text-sub);
}
.tab.is-active {
  color: var(--gold-light);
  border-bottom-color: var(--gold);
}
.winner-cat {
  margin-bottom: 48px;
}
.winner-cat__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  margin-bottom: 6px;
}
.winner-cat__winner {
  font-family: var(--body);
  font-size: 16px;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 4px;
}
.winner-cat__winner::before {
  content: '\2605 ';
  font-size: 14px;
}
.winner-cat__finalists {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-sub);
  list-style: none;
}
.winner-cat__finalists li::before {
  content: '\2022 ';
  color: var(--text-muted);
}
.organisers-page .organisers-grid {
  margin-top: 40px;
}
.organisers-page .organiser-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 24px;
  align-items: center;
  transition: transform .25s ease, border-color .3s ease, box-shadow .3s ease;
}
.organisers-page .organiser-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-gold);
  box-shadow: 0 0 50px rgba(196,161,68,.08);
}
.organisers-page .organiser-card__logo {
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
}
.organisers-page .organiser-card__logo-img, .organisers-page .organiser-card__logo img, .organisers-page .organiser-card__logo svg {
  display: block;
  max-width: 100%;
  max-height: 96px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.organisers-page .organiser-card__content {
  text-align: left;
}
.organisers-page .organiser-card__content h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
}
.organisers-page .organiser-card__content p {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-sub);
  margin-bottom: 12px;
}
.organisers-page .organiser-card__content p:last-child {
  margin-bottom: 0;
}
.brand-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 20px;
  margin-top: 36px;
}
.brand-chip {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.brand-chip:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 30px rgba(196,161,68,.06);
}
.brand-chip__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 6px;
}
.brand-chip__desc {
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-sub);
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.contact-item {
  font-family: var(--body);
  font-size: 15px;
  color: var(--text-sub);
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-item strong {
  color: var(--white);
  font-weight: 500;
}
.contact-item a {
  color: var(--gold-light);
  text-decoration: underline;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 32px;
}
.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px;
  text-align: center;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.contact-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 30px rgba(196,161,68,.06);
}
.contact-card__icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.contact-card__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 10px;
}
.contact-card__desc {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-sub);
  margin-bottom: 16px;
}
.contact-card__link {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--gold-light);
  display: inline-block;
  transition: opacity .2s ease;
}
.contact-card__link:hover {
  opacity: .7;
}
.tier {
  margin-bottom: 64px;
}
.tier:last-child {
  margin-bottom: 0;
}
.tier__label {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--text-muted);
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tier--principal .tier__label {
  color: var(--gold-light);
  border-bottom-color: var(--border-gold);
}
.tier--principal .tier__label::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(196,161,68,.5);
  animation: dotPulse 2s ease-in-out infinite;
}
.tier__featured {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 24px;
}
.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 40px 32px;
  min-height: 120px;
  transition: border-color .3s ease, box-shadow .3s ease;
  text-decoration: none;
}
.partner-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 40px rgba(196,161,68,.12);
  opacity: 1;
}
.partner-card img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.partner-card--large {
  padding: 48px 40px;
  min-height: 140px;
}
.partner-card--large img {
  max-height: 80px;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.partner-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 24px 20px;
  min-height: 100px;
  aspect-ratio: auto;
  text-decoration: none;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.partner-chip:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 32px rgba(196,161,68,.12);
  opacity: 1;
}
.partner-chip img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.benefit-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.benefit-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.benefit-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 30px rgba(196,161,68,.05);
}
.benefit-card__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 8px;
}
.benefit-card__desc {
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-sub);
}
.footer {
  background: #030305;
  border-top: 1px solid var(--border);
  padding: 64px 0 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 40px;
}
.footer__wordmark {
  height: 20px;
  width: auto;
  opacity: .5;
  margin-bottom: 8px;
}
.footer__tagline {
  font-family: var(--meta);
  font-size: 12px;
  color: var(--text-muted);
}
.footer__heading {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  margin-bottom: 16px;
  color: var(--text-sub);
}
.footer__links {
  list-style: none;
}
.footer__links li {
  margin-bottom: 8px;
}
.footer__links a {
  font-family: var(--meta);
  font-size: 13px;
  color: var(--text-muted);
  transition: color .2s ease;
}
.footer__links a:hover {
  color: var(--gold-light);
  opacity: 1;
}
.footer__social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius);
  color: var(--text-muted);
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.footer__social a:hover {
  border-color: var(--border-gold);
  background: rgba(196,161,68,.08);
  color: var(--gold-light);
  opacity: 1;
}
.footer__legal {
  margin-top: 48px;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.footer__copyright {
  font-family: var(--meta);
  font-size: 11px;
  color: var(--text-muted);
}
.footer__copyright span {
  font-weight: 700;
  color: rgba(255,255,255,.3);
}
.footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}
.footer__legal-links a {
  font-family: var(--meta);
  font-size: 11px;
  color: var(--text-muted);
  transition: color .2s ease;
}
.footer__legal-links a:hover {
  color: var(--text-sub);
  opacity: 1;
}
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .hero__content {
    padding: 140px 28px 100px;
  }
  .reasons {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .reason {
    border-top: none;
    border-left: 1px solid var(--border-gold);
    padding: 0 0 0 28px;
  }
  .reason:first-child {
    border-left: none;
    padding-left: 0;
  }
  .ticket-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .ticket-grid--count-1 {
    grid-template-columns: minmax(0, 400px);
    justify-content: center;
  }
  .ticket-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 400px));
    justify-content: center;
  }
  .footer__grid {
    grid-template-columns: minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  }
  .nav__brand {
    gap: 14px;
  }
  .nav__wordmark {
    height: 32px;
  }
  .nav__co-brands {
    font-size: 11px;
  }
  .nav__cfa-badge {
    font-size: 15px;
    padding-left: 14px;
  }
  .cat-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .tip-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .form-panels {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }
  .form-row {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .tier__featured {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .benefit-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
}
@media (min-width: 1024px) {
  .nav__menu-toggle {
    display: none;
  }
  .nav__links {
    display: flex;
    gap: 8px;
  }
  .nav__links a, .nav__links .nav__dropdown-trigger {
    font-size: 12px;
    padding: 8px 14px;
  }
  .nav__cta-item {
    margin-left: 12px;
  }
  .nav__dropdown:hover .nav__dropdown-menu, .nav__dropdown:focus-within .nav__dropdown-menu, .nav__dropdown.open .nav__dropdown-menu {
    display: block;
  }
  .hero__content {
    padding: 160px 28px 120px;
  }
  .section {
    padding: 120px 0;
  }
  .cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .nav__co-brands {
    display: none;
  }
  .nav__brand-divider {
    display: none;
  }
  .nav__menu-toggle {
    display: flex;
    position: relative;
    z-index: 1001;
  }
  .nav__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(6, 6, 8, 0.55);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: pointer;
    transition: opacity var(--nav-duration) var(--nav-ease), visibility 0s linear var(--nav-duration);
  }
  html.CFA2026 body.nav-open .nav__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity var(--nav-duration) var(--nav-ease), visibility 0s linear 0s;
  }
  .nav__panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100%;
    max-height: 100dvh;
    background: rgba(6, 6, 8, 0.98);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    padding: calc(var(--header-height) + 28px) 24px 40px;
    gap: 0;
    z-index: 999;
    overflow-y: auto;
    box-shadow: -12px 0 48px rgba(0, 0, 0, 0.45);
    border-left: 1px solid var(--border-gold);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform var(--nav-duration) var(--nav-ease), visibility 0s linear var(--nav-duration);
  }
  html.CFA2026 body.nav-open .nav__panel {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform var(--nav-duration) var(--nav-ease), visibility 0s linear 0s;
  }
  .nav__links {
    display: flex;
    flex-direction: column;
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    gap: 0;
    align-items: stretch;
    box-shadow: none;
    border-left: none;
    transform: none;
    visibility: visible;
    pointer-events: auto;
    overflow: visible;
  }
  html.CFA2026 body.nav-open {
    overflow: hidden;
  }
  .nav__links > li {
    width: 100%;
    border-bottom: 1px solid var(--border);
  }
  .nav__links > li:last-child {
    border-bottom: none;
  }
  .nav__links a, .nav__links .nav__dropdown-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    padding: 16px 4px;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    min-height: 52px;
  }
  .nav__dropdown {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .nav__dropdown::before {
    display: none;
  }
  .nav__dropdown-menu {
    display: none;
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    z-index: auto;
  }
  .nav__dropdown:hover .nav__dropdown-menu, .nav__dropdown:focus-within .nav__dropdown-menu {
    display: none;
  }
  .nav__dropdown-trigger {
    justify-content: space-between;
    gap: 12px;
  }
  .nav__dropdown.open .nav__dropdown-menu {
    display: block;
    margin: 0;
    padding: 0 4px 12px 16px;
    border-left: 1px solid var(--border-gold);
  }
  .nav__dropdown-menu a {
    font-size: 13px;
    padding: 12px 0;
    min-height: 0;
    white-space: normal;
  }
  .nav__cta-item {
    width: 100%;
    margin: 8px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-gold);
    border-bottom: none;
  }
  .nav__cta-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
    font-size: 13px;
    text-align: center;
    min-height: 0;
  }
  html.CFA2026 body.nav-open .nav__menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  html.CFA2026 body.nav-open .nav__menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  html.CFA2026 body.nav-open .nav__menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0;
  }
  .hero__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .partners__tier-label {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .organisers-page .organiser-card {
    grid-template-columns: minmax(0, 1fr);
  }
  .write-page {
    padding-top: 40px;
  }
  .write-page__section-title {
    text-align: center;
    padding: 0 4px;
  }
  .write-page__todo-container {
    border-radius: var(--radius);
    padding: 40px 20px;
    text-align: center;
  }
  .write-page__todo-items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 40px 0;
  }
  .write-page__write-icon {
    margin: 0 0 8px;
  }
  .write-page__nottodo-container-h3 {
    text-align: center;
  }
  .write-page__nottodo-container-p {
    text-align: center;
  }
  .write-page__nottodo-items {
    text-align: center;
    margin: 24px 0;
  }
  .write-page__desktop {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    text-align: left;
  }
  .write-page__desktop::before {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(18,18,18,0) 0%, var(--bg-card) 100%);
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .write-page__desktop.write-page__desktop--show {
    max-height: none;
    overflow: visible;
  }
  .write-page__desktop.write-page__desktop--show::before {
    opacity: 0;
  }
  .write-page__mobile {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
  #hero-canvas {
    display: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .section::after, .gold-rule, .phase::before, .progress__step.is-active .progress__circle {
    animation: none;
  }
  .nav__cta-btn, .hero__btn, .hero__title em, .section-heading em, .section-heading span, .reason__num, .ticket-card__price, .ticket-card__cta, .btn--gold, .keydates__item.is-event .keydates__day, .keydates__cta, .page-header h1 em, .step__num, .form-success__icon {
    animation: none;
    -webkit-text-fill-color: var(--gold);
    background: var(--gold);
  }
  .hero__smoke-wisp, .page-header__smoke-wisp, .page-header__smoke-glow, .page-header__ember {
    animation: none;
    opacity: .35;
  }
  .page-header__ember {
    opacity: 0;
  }
  .partners__logo-box img, .partner-card img, .partner-chip img {
    filter: none;
    opacity: 1;
  }
  .partners__spon-tier--principal .partners__tier-label::before, .tier--principal .tier__label::before {
    animation: none;
  }
}
html.CFA2026 .stat-row {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 32px;
  margin-top: 40px;
}
html.CFA2026 .stat {
  text-align: center;
  padding: 32px 24px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
html.CFA2026 .stat__num {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 30%, #EDE0C0 50%, #D4BC70 60%, #8B6914 80%);
  background-size: 200% auto;
  animation: metallicShimmer 4s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
html.CFA2026 .stat__label {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--text-muted);
}
html.CFA2026 .audience-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 16px;
  margin-top: 32px;
}
html.CFA2026 .audience-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .3s ease, box-shadow .3s ease;
}
html.CFA2026 .audience-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 30px rgba(196,161,68,.06);
}
html.CFA2026 .audience-card__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 8px;
}
html.CFA2026 .audience-card__desc {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-sub);
}
html.CFA2026 .coming-soon {
  padding: 60px 0;
  text-align: center;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
html.CFA2026 .coming-soon__badge {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}
html.CFA2026 .coming-soon h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 36px);
  color: var(--white);
  margin-bottom: 12px;
}
html.CFA2026 .coming-soon p {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-sub);
  max-width: 520px;
  margin: 0 auto;
}
html.CFA2026 .winners-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 16px;
}
html.CFA2026 .winner-year-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color .3s ease, box-shadow .3s ease;
}
html.CFA2026 .winner-year-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 40px rgba(196,161,68,.06);
}
html.CFA2026 .winner-year-card h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  margin-bottom: 8px;
}
html.CFA2026 .winner-year-card h3 a {
  color: inherit;
}
html.CFA2026 .winner-year-card h3 a:hover {
  color: var(--gold-light);
  opacity: 1;
}
html.CFA2026 .winner-year-card p {
  font-family: var(--body);
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 16px;
}
html.CFA2026 .winners-page__location-label {
  display: block;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--text-muted);
  margin-bottom: 12px;
}
html.CFA2026 .winners-page__location-buttons--desktop {
  display: none;
}
html.CFA2026 .winners-page__location-mobile {
  display: block;
  margin-top: 16px;
}
html.CFA2026 .winners-page__select-location {
  width: 100%;
  box-sizing: border-box;
  background: var(--bg-input);
  border: 1px solid var(--border-input);
  color: var(--white);
  border-radius: var(--radius);
  padding: 12px 14px;
  font-family: var(--body);
  font-size: 14px;
}
html.CFA2026 .winners-page__tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
html.CFA2026 .winners-page__location-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
html.CFA2026 .winners-page__link-location.active-tab, html.CFA2026 .winners-page__link-location.winners-page__link-location--active {
  border-color: var(--gold);
  background: rgba(196,161,68,.12);
  color: var(--gold-light);
}
html.CFA2026 .winners-page__tab {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
html.CFA2026 .winners-page__tab.current, html.CFA2026 .winners-page__tab.is-active {
  border-color: var(--border-gold);
  color: var(--gold-light);
}
html.CFA2026 .winners-page__type-wrap {
  display: none;
}
html.CFA2026 .winners-page__type-wrap.current {
  display: block;
}
html.CFA2026 .winners-page__category {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--text-muted);
  margin-bottom: 16px;
}
html.CFA2026 .winner-cat {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 16px;
}
html.CFA2026 .winner-cat__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 12px;
}
html.CFA2026 .winner-trophy.text-content h5 {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--gold-light);
  margin: 0.5rem 0 0.25rem;
  padding: 0;
  line-height: 1.5;
}
html.CFA2026 .winner-trophy.text-content h5::before {
  content: '\01F3C6';
  position: static;
  flex-shrink: 0;
  line-height: 1.4;
}
html.CFA2026 .winner-trophy.text-content p {
  margin-bottom: 0.35rem !important;
}
html.CFA2026 .modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(6,6,8,.85);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
html.CFA2026 .modal-overlay.hidden {
  display: none;
}
html.CFA2026 .modal-dialog {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 32px;
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
html.CFA2026 .modal-dialog--wide {
  max-width: 800px;
}
html.CFA2026 .modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}
html.CFA2026 .modal-close:hover {
  color: var(--white);
}
html.CFA2026 .mm-form .mauticform-input, html.CFA2026 .mm-form .mauticform-selectbox, html.CFA2026 .mm-form .mauticform-textarea {
  background: var(--bg-input);
  border: 1px solid var(--border-input);
  color: var(--white);
  border-radius: var(--radius);
}
html.CFA2026 .mm-form .mauticform-button {
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: linear-gradient(135deg, #8B6914 0%, #C4A144 25%, #EDE0C0 45%, #D4BC70 55%, #8B6914 70%, #C4A144 100%);
  color: #0a0a0a;
  border: none;
  padding: 14px 32px;
  border-radius: var(--radius);
  cursor: pointer;
}
html.CFA2026 .digital-hub__link {
  display: inline-block;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  html.CFA2026 .stat-row {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  html.CFA2026 .audience-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  html.CFA2026 .winners-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  html.CFA2026 .winners-page__location-buttons--desktop {
    display: flex;
  }
  html.CFA2026 .winners-page__location-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  html.CFA2026 .audience-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  html.CFA2026 .winners-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  html.CFA2026 .nominator-page .mm-form .mauticform-row.mauticform-text, html.CFA2026 .nominator-page .mm-form .mauticform-row.mauticform-email, html.CFA2026 .nominator-page .mm-form .mauticform-row.mauticform-tel, html.CFA2026 .nominator-page .mm-form .mauticform-row.mauticform-select {
    width: calc(50% - 12px);
  }
}
.event_title {
  font-family: var(--display);
}
.event_title span {
  display: block;
}
[class*="captcha_honeypot"], [id*="captcha_honeypot"], [name*="captcha_honeypot"] {
  display: none !important;
}
.mauticform-page-wrapper {
  > div {
    &[data-validation-type="radiogrp"], &[data-validation-type="checkboxgrp"], &[data-validation-type="textarea"] {
      width: 100% !important;
    }
    @media (max-width: 543px) {
      width: 100% !important;
      margin-right: 0 !important;
    }
  }
  .full-width, .mauticform-checkboxgrp, .mauticform-freetext, .mauticform-radiogrp {
    width: 100% !important;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --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-ease: initial;
    }
  }
}
