/* static/css/commandfest_alt.css */

.cfx-hero-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.cfx-hero-title-line {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto .5em;
  align-content: center;
}

.cf-text-gradient {
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  -webkit-text-fill-color: transparent;
}

.cf-text-mythic {
  background: linear-gradient(135deg, #ff6000, #e6e6e6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  -webkit-text-fill-color: transparent;
}

h2 {
  text-transform: uppercase;
}

.cfx-page {
  --cfx-shell: min(1320px, calc(100% - 40px));
  --cfx-line: rgba(255, 255, 255, 0.13);
  --cfx-soft: rgba(255, 255, 255, 0.06);
  --cfx-strong: rgba(255, 255, 255, 0.1);
  --cfx-shadow: 0 20px 80px rgba(0, 0, 0, 0.34);
  position: relative;
  overflow-x: clip;
}

.cfx-shell {
  width: var(--cfx-shell);
  margin: 0 auto;
}

.cfx-hero {
  position: relative;
  min-height: 100svh;
  padding: 40px 0 50px;
  overflow: clip;
}

.cfx-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cfx-bg--base {
  background:
    linear-gradient(to bottom, rgba(5, 7, 12, 0.12), rgba(5, 7, 12, 0.72)),
    radial-gradient(900px 560px at 18% 18%, color-mix(in srgb, var(--brand1) 30%, transparent), transparent 62%),
    radial-gradient(1000px 620px at 78% 0%, color-mix(in srgb, var(--brand2) 24%, transparent), transparent 58%),
    radial-gradient(900px 520px at 72% 75%, color-mix(in srgb, var(--brand3) 20%, transparent), transparent 60%);
}

.cfx-bg--mesh {
  opacity: 0.55;
  background:
    radial-gradient(700px 320px at 10% 28%, rgba(255, 255, 255, 0.08), transparent 60%),
    radial-gradient(760px 420px at 90% 16%, rgba(255, 255, 255, 0.06), transparent 60%);
}

.cfx-bg--glow {
  opacity: 0.8;
  background:
    radial-gradient(480px 260px at 28% 30%, color-mix(in srgb, var(--brand1) 40%, transparent), transparent 65%),
    radial-gradient(460px 260px at 74% 20%, color-mix(in srgb, var(--brand2) 32%, transparent), transparent 60%),
    radial-gradient(400px 240px at 72% 74%, color-mix(in srgb, var(--brand3) 24%, transparent), transparent 64%);
  filter: blur(20px);
}

.cfx-bg--noise {
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
}

.cfx-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.cfx-copy,
.cfx-facts-card,
.cfx-map-card,
.cfx-panel,
.cfx-guest-card,
.cfx-table-wrap,
.cfx-panels-card,
.cfx-price-card,
.cfx-mailing-card,
.cfx-travel-card {
  border: 1px solid var(--cfx-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: var(--cfx-shadow);
  backdrop-filter: blur(14px);
}

.cfx-copy {
  border-radius: 34px;
  padding: 26px;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cfx-copy-top {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}

.cfx-copy-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.cfx-copy-logo {
  display: block;
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.16))
    drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
}

.cfx-copy-kicker,
.cfx-hero-title-line {
  margin: 0;
  font-size: clamp(28px, 4.6vw, 40px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.97);
  text-wrap: balance;
  text-transform: uppercase !important;
}

.cfx-copy-divider {
  width: 100%;
  height: 1px;
  margin: 0 0 18px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.24),
    rgba(255, 255, 255, 0.06)
  );
}

.cfx-overline,
.cfx-section-label,
.cfx-fact-label,
.cfx-word-head {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.72);
}

.cfx-title {
  display: grid;
  gap: 8px;
  margin: 12px 0 16px;
  font-size: clamp(52px, 10vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.cfx-word {
  display: block;
}

.cfx-subtitle {
  max-width: none;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 24px;
}

.cfx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 6px;
}

.cfx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid var(--cfx-line);
  font-weight: 900;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.18s ease, background 0.18s ease, filter 0.18s ease;
}

.cfx-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
}

.cfx-btn--primary {
  border-color: color-mix(in srgb, var(--brand1) 55%, var(--cfx-line));
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--brand1) 96%, #fff 0%),
    color-mix(in srgb, var(--brand2) 56%, #fff 0%)
  );
}

.cfx-btn--secondary {
  background: color-mix(in srgb, var(--brand2) 18%, transparent);
}

.cfx-btn--ghost {
  background: rgba(255, 255, 255, 0.03);
}

.cfx-btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.cfx-utility {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 100%;
  min-height: 100%;
}

.cfx-facts-card,
.cfx-map-card,
.cfx-panels-card,
.cfx-mailing-card,
.cfx-travel-card,
.cfx-table-wrap {
  border-radius: 28px;
  padding: 22px;
}

.cfx-facts-card,
.cfx-map-card {
  height: 100%;
}

.cfx-facts-card h2,
.cfx-panels-card h2,
.cfx-mailing-card h2 {
  margin: 6px 0 30px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  align-content: center;
}

.cfx-facts-grid {
  display: grid;
  gap: 14px;
}

.cfx-fact-block {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cfx-fact-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.cfx-fact-value {
  font-size: 20px;
  font-weight: 900;
  margin-top: 6px;
}

.cfx-fact-sub {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.55;
}

.cfx-map-card {
  overflow: hidden;
}

.cfx-map-card iframe {
  display: block;
  border-radius: 18px;
  height: 100%;
  min-height: 250px;
}

.cfx-collage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 16px;
  margin-top: 18px;
}

.cfx-panel {
  overflow: hidden;
  border-radius: 28px;
  min-height: 260px;
}

.cfx-panel--tall {
  min-height: 380px;
}

.cfx-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cfx-panel:hover img,
.cfx-photo-card:hover img,
.cfx-travel-photo:hover img,
.cfx-guest-card:hover .cfx-guest-photo--image img {
  transform: scale(1.03);
}

.cfx-marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.cfx-marquee-track {
  display: flex;
  gap: 34px;
  padding: 16px 0;
  min-width: max-content;
  animation: cfx-marquee 26s linear infinite;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

@keyframes cfx-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.cfx-section {
  position: relative;
  padding: 56px 0;
}

.cfx-section-head {
  max-width: 760px;
  margin-bottom: 20px;
}

.cfx-section-head--split {
  margin-top: 32px;
}

.cfx-word-head {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(64px, 12vw, 104px);
  line-height: 0.84;
  letter-spacing: -0.04em;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.96);
  text-transform: none;
}

.cfx-section-subhead {
  margin-bottom: 10px;
  font-size: clamp(9px, 0.9vw, 11px);
  line-height: 1.4;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.6);
}

.cfx-section-head p,
.cfx-panels-card p,
.cfx-mailing-card p,
.cfx-travel-card p,
.cfx-guest-card p,
.cfx-price-card li {
  color: var(--muted);
  line-height: 1.65;
}

.cfx-guest-grid,
.cfx-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cfx-guest-grid--top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 8px;
}

.cfx-guest-card,
.cfx-price-card {
  border-radius: 24px;
  padding: 18px;
}

.cfx-guest-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.cfx-guest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.cfx-guest-photo {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  background:
    radial-gradient(300px 180px at 30% 20%, color-mix(in srgb, var(--brand1) 36%, transparent), transparent 62%),
    radial-gradient(320px 190px at 70% 18%, color-mix(in srgb, var(--brand2) 28%, transparent), transparent 60%),
    rgba(255, 255, 255, 0.05);
  margin-bottom: 14px;
}

.cfx-section--artists .cfx-guest-photo {
  display: none;
}

.cfx-guest-card h3,
.cfx-price-card h3,
.cfx-travel-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.cfx-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.cfx-table {
  width: 100%;
  border-collapse: collapse;
}

.cfx-table th,
.cfx-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.cfx-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}

.cfx-price {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 1000;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.cfx-price-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
}

.cfx-price-card--featured {
  transform: translateY(-8px);
  background:
    radial-gradient(700px 240px at 18% 18%, color-mix(in srgb, var(--brand1) 18%, transparent), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
}

.cfx-price-card--mythic {
  transform: translateY(-8px);
  background:
    radial-gradient(700px 240px at 18% 18%, color-mix(in srgb, #ff6000 18%, transparent), transparent 60%),
    linear-gradient(180deg, rgba(255, 96, 0, 0.11), rgba(232, 52, 17, 0.05));
  grid-column: span 2;
}

/* VIP+ showcase layout */
.cfx-price-card--showcase {
  overflow: visible;
}

.cfx-price-card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: 20px;
  align-items: stretch;
  height: 100%;
}

.cfx-price-copy {
  min-width: 0;
}

.cfx-badge-showcase {
  position: relative;
  min-height: 560px;
}

.cfx-badge-showcase--bare {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.cfx-card-hand {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cfx-card-hand--back {
  z-index: 1;
}

.cfx-card-hand--front {
  z-index: 2;
  transform: translateX(-72px);
}

.cfx-reward-card {
  position: absolute;
  width: clamp(118px, 13vw, 172px);
  max-width: 34%;
  height: auto;
  border-radius: 18px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.36),
    0 3px 12px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    z-index 0.22s ease,
    filter 0.22s ease;
  transform-origin: center bottom;
  pointer-events: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.cfx-reward-card:hover,
.cfx-reward-card:focus-visible {
  z-index: 40 !important;
  transform: translateY(-20px) scale(1.08) rotate(0deg) !important;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.48),
    0 8px 18px rgba(0, 0, 0, 0.28);
  filter: brightness(1.04);
}

.cfx-reward-card--voucher,
.cfx-reward-card--league {
  opacity: 0.94;
}

.cfx-reward-card--foil {
  filter: saturate(1.08) brightness(1.02);
}

/* Back hand */
.cfx-reward-card--v1 {
  left: 0%;
  top: 18%;
  transform: rotate(-18deg);
  z-index: 3;
}

.cfx-reward-card--v2 {
  left: 11%;
  top: 12%;
  transform: rotate(-8deg);
  z-index: 4;
}

.cfx-reward-card--v3 {
  left: 24%;
  top: 17%;
  transform: rotate(6deg);
  z-index: 5;
}

.cfx-reward-card--league1 {
  right: 10%;
  top: 20%;
  transform: rotate(14deg);
  z-index: 6;
  width: clamp(128px, 14vw, 182px);
}

/* Front hand */
.cfx-reward-card--p1 {
  left: 10%;
  bottom: 3%;
  transform: rotate(-20deg);
  z-index: 10;
}

.cfx-reward-card--p2 {
  left: 22%;
  bottom: 9%;
  transform: rotate(-10deg);
  z-index: 11;
}

.cfx-reward-card--p3 {
  left: 36%;
  bottom: 6%;
  transform: rotate(-1deg);
  z-index: 12;
}

.cfx-reward-card--f1 {
  left: 48%;
  bottom: 6%;
  transform: rotate(8deg);
  z-index: 13;
}

.cfx-reward-card--f2 {
  left: 60%;
  bottom: 9%;
  transform: rotate(16deg);
  z-index: 14;
}

.cfx-reward-card--f3 {
  right: 4%;
  bottom: 3%;
  transform: rotate(24deg);
  z-index: 15;
}

.cfx-mailing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: center;
}

.cfx-signup-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.cfx-signup-form input {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding: 0 16px;
}

.cfx-signup-form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cfx-fact-block--hours {
  display: grid;
  gap: 14px;
}

.cfx-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cfx-hours-group {
  display: grid;
  gap: 8px;
  padding: 0 18px;
}

.cfx-hours-group:first-child {
  padding-left: 0;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cfx-hours-group:last-child {
  padding-left: 18px;
  padding-right: 0;
}

.cfx-hours-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 2px;
}

.cfx-hours-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.cfx-hours-row span:first-child {
  font-weight: 700;
}

.cfx-hours-row span:last-child {
  text-align: right;
  color: rgba(255, 255, 255, 0.82);
}

.cfx-copy-logo--mobile {
  display: none;
}

.cfx-photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 16px;
  margin-bottom: 12px;
}

.cfx-photo-card,
.cfx-travel-photo {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--cfx-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: var(--cfx-shadow);
  backdrop-filter: blur(14px);
}

.cfx-photo-card {
  min-height: 280px;
}

.cfx-photo-card--lg {
  min-height: 440px;
}

.cfx-photo-card img,
.cfx-travel-photo img,
.cfx-guest-photo--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cfx-guest-photo--image {
  overflow: hidden;
  background: none;
  padding: 0;
}

.cfx-travel-stack {
  display: grid;
  gap: 16px;
}

.cfx-travel-photo {
  min-height: 280px;
}

.cfx-flash-stack {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.cfx-flash {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
}

.cfx-flash--success {
  border-color: rgba(80, 220, 140, 0.35);
  background: rgba(80, 220, 140, 0.1);
}

.cfx-flash--error {
  border-color: rgba(255, 90, 90, 0.35);
  background: rgba(255, 90, 90, 0.1);
}

.cfx-flash--info {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

/* Unsubscribe */
.cfx-mailing-card--prefs {
  max-width: 760px;
  margin: 0 auto;
}

.cfx-mailing-meta {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cfx-mailing-meta > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.cfx-mailing-meta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cfx-mailing-meta strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

/* Application form */
.cfx-apply-form {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.cfx-form-grid {
  display: grid;
  gap: 16px;
}

.cfx-form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cfx-field {
  display: grid;
  gap: 8px;
}

.cfx-field label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.cfx-field input,
.cfx-field select,
.cfx-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
}

.cfx-field textarea {
  resize: vertical;
  min-height: 96px;
}

.cfx-field input::placeholder,
.cfx-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.cfx-field input:focus,
.cfx-field select:focus,
.cfx-field textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--brand1) 55%, rgba(255, 255, 255, 0.18));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand1) 18%, transparent);
}

.cfx-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(18, 22, 32, 0.5);
  color: #fff;
}

.cfx-field select option,
.cfx-field select optgroup {
  background-color: #121620;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .cfx-marquee-track {
    animation: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1180px) {
  .cfx-price-card-inner {
    grid-template-columns: 1fr;
  }

  .cfx-badge-showcase {
    min-height: 500px;
  }

  .cfx-card-hand--front {
    transform: translateX(-32px);
  }
}

@media (max-width: 1100px) {
  .cfx-hero-inner,
  .cfx-collage,
  .cfx-grid-two,
  .cfx-mailing-card,
  .cfx-pricing-grid,
  .cfx-guest-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cfx-hero-inner {
    grid-template-columns: 1fr;
  }

  .cfx-price-card--mythic {
    grid-column: auto;
  }

  .cfx-utility {
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
  }

  .cfx-copy {
    height: auto;
  }

  .cfx-mailing-card,
  .cfx-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cfx-page {
    --cfx-shell: min(100% - 24px, 1320px);
  }

  .cfx-hero {
    min-height: auto;
    padding: 24px 0 24px;
  }

  .cfx-copy,
  .cfx-facts-card,
  .cfx-map-card,
  .cfx-panel,
  .cfx-guest-card,
  .cfx-table-wrap,
  .cfx-panels-card,
  .cfx-price-card,
  .cfx-mailing-card,
  .cfx-travel-card {
    border-radius: 22px;
    padding: 18px;
  }

  .cfx-copy-top {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .cfx-copy-kicker {
    font-size: clamp(24px, 9vw, 40px);
  }

  .cfx-collage,
  .cfx-pricing-grid,
  .cfx-guest-grid,
  .cfx-form-grid--two {
    grid-template-columns: 1fr;
  }

  .cfx-signup-form {
    grid-template-columns: 1fr;
  }

  .cfx-title {
    font-size: clamp(38px, 13vw, 62px);
  }

  .cfx-word-head {
    font-size: clamp(40px, 18vw, 76px);
    line-height: 0.88;
  }

  .cfx-section-subhead {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .cfx-panel,
  .cfx-panel--tall {
    min-height: 220px;
  }

  .cfx-copy-logo--desktop {
    display: none;
  }

  .cfx-copy-logo--mobile {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .cfx-hours-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cfx-hours-group:first-child {
    padding-right: 0;
    padding-bottom: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cfx-hours-group:last-child {
    padding-left: 0;
  }

  .cfx-badge-showcase {
    min-height: 420px;
  }

  .cfx-card-hand--front {
    transform: translateX(-12px);
  }

  .cfx-reward-card {
    width: clamp(96px, 22vw, 144px);
    max-width: none;
    border-radius: 14px;
  }

  .cfx-reward-card:hover,
  .cfx-reward-card:focus-visible {
    transform: translateY(-12px) scale(1.05) rotate(0deg) !important;
  }
}

@media (max-width: 640px) {
  .cfx-hours-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .cfx-hours-row span:last-child {
    text-align: left;
  }

  .cfx-mailing-meta > div {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}

/* -------------------------
   Events placeholder card
   ------------------------- */
.cfx-image-card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10,10,18,0.55);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  overflow: hidden;
}

.cfx-image-card-figure{
  margin: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.cfx-image-card-figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.cfx-image-card-body{
  padding: 16px 18px 18px;
}

.cfx-image-card-body h3{
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

.cfx-image-card-body p{
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.45;
}

/* If your right column gets too tall on mobile, this helps */
@media (max-width: 860px){
  .cfx-image-card-figure{
    aspect-ratio: 4 / 3;
  }
}