@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Montserrat:wght@500;600;700&display=swap");

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --ink: #000000;
  --muted: rgba(0, 0, 0, 0.6);
  --line: rgba(0, 0, 0, 0.12);
  --navy: #006bff;
  --red: #ed1c24;
  --gold: #006bff;
  --green: #006bff;
  --amber: rgba(0, 0, 0, 0.56);
  --radius: 22px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  --font-body: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
  --font-heading: "Montserrat", "Avenir Next", "Helvetica Neue", sans-serif;
  --table-long: 130px;
  --table-short: 54px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(0, 107, 255, 0.05), transparent 18%),
    radial-gradient(circle at top right, rgba(237, 28, 36, 0.04), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

main {
  display: block;
  padding-top: 0;
  max-width: 100%;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  max-width: 100%;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

section {
  max-width: 100%;
  overflow-x: hidden;
}

.nav-shell,
.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.nav-shell {
  min-height: 110px;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-mark {
  display: flex;
  align-items: center;
  max-height: 72px;
  flex-shrink: 0;
  overflow: visible;
}

.brand-kicker,
.eyebrow,
.meta-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--red);
  font-family: var(--font-heading);
}

.brand-name,
h1,
h2,
h3 {
  font-family: var(--font-heading);
  letter-spacing: 0.01em;
}

.brand-logo {
  display: block;
  height: 140px;
  max-height: none;
  width: auto;
  max-width: 760px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.45rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0;
}

.site-nav a,
.site-nav a:visited,
.site-nav a:active,
.site-nav a:focus {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a.active,
.site-nav a.current,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--navy);
}

.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;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero,
.page-hero {
  padding: 2.75rem 0 2rem;
}

.hero {
  padding-top: 3.25rem;
}

.hero-grid,
.split-panel,
.card-grid,
.field-grid {
  display: grid;
  gap: 1.25rem;
}

.hero-grid {
  grid-template-columns: 1.3fr 0.9fr;
  align-items: stretch;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.95;
  margin: 0.5rem 0 1rem;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 0 0 0.8rem;
  font-weight: 700;
}

h3 {
  font-size: 1.35rem;
  margin: 0 0 0.6rem;
  font-weight: 600;
}

p,
li,
label,
input,
select,
textarea,
button {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
}

strong {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.01em;
}

label,
input,
select,
textarea {
  font-weight: 400;
}

.hero-copy,
.page-intro,
.muted {
  color: var(--muted);
}

.event-meta,
.cta-row,
.legend,
.pricing-stack,
.stacked-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-row {
  column-gap: 1.25rem;
  row-gap: 1.75rem;
  margin-top: 1.75rem;
}

.meta-card,
.info-card,
.panel,
.form-card,
.spotlight-card,
.map-shell {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.meta-card {
  min-width: 200px;
  padding: 1rem 1.15rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled,
.button.is-loading {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-primary {
  background: var(--red);
  color: #ffffff;
}

.button-secondary {
  background: var(--navy);
  border-color: var(--navy);
  color: #ffffff;
}

.spotlight-card {
  padding: 1.25rem;
  display: grid;
  gap: 1rem;
  background:
    linear-gradient(155deg, rgba(0, 107, 255, 0.96), rgba(237, 28, 36, 0.88)),
    var(--navy);
  color: #ffffff;
}

.logo-showcase {
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: calc(var(--radius) - 8px);
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, 0.04) 18px,
      rgba(255, 255, 255, 0.04) 36px
    );
  padding: 2rem;
}

.hero-logo {
  width: min(100%, 480px);
  height: auto;
  object-fit: contain;
}

.section {
  padding: 2rem 0 3.5rem;
}

.section-alt {
  padding-top: 0;
}

.section-heading {
  margin-bottom: 1.25rem;
  text-align: center;
}

.section-heading.left {
  text-align: left;
}

.section-cta {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-start;
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-up,
.split-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.panel,
.form-card {
  padding: 1.5rem;
}

.accent-card,
.panel-accent {
  background:
    linear-gradient(180deg, rgba(0, 107, 255, 0.96), rgba(0, 107, 255, 0.86)),
    var(--navy);
  color: #ffffff;
}

.feature-list {
  margin: 0;
  padding-left: 1.2rem;
}

.feature-list.compact li {
  margin-bottom: 0.4rem;
}

.text-link {
  font-family: var(--font-heading);
  letter-spacing: 0.01em;
  font-weight: 600;
  color: var(--red);
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.price-line:last-child {
  border-bottom: 0;
}

.stacked-links {
  flex-direction: column;
}

.stacked-links a {
  display: block;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.legend {
  margin-bottom: 1rem;
}

.legend-chip,
.table-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.legend-chip.available,
.table-card.available .table-status,
.table-status.available {
  background: rgba(0, 107, 255, 0.12);
  color: var(--navy);
}

.legend-chip.pending,
.table-card.pending .table-status,
.table-status.pending {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.72);
}

.legend-chip.sold,
.table-card.sold .table-status,
.table-status.sold {
  background: rgba(237, 28, 36, 0.12);
  color: var(--red);
}

.legend-chip.selected,
.table-card.selected .table-status,
.table-status.selected {
  background: rgba(0, 107, 255, 0.16);
  color: #000000;
}

.table-status.approved {
  background: rgba(0, 107, 255, 0.12);
  color: var(--navy);
}

.table-status.cancelled {
  background: rgba(237, 28, 36, 0.12);
  color: var(--red);
}

.map-shell {
  padding: 1.5rem;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  max-width: 100%;
  overflow-x: hidden;
}

.map-note {
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--navy);
  border-radius: 16px;
  background: rgba(0, 107, 255, 0.06);
  color: var(--ink);
  font-weight: 500;
}

.api-fallback,
.turnstile-placeholder {
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.api-fallback {
  background: rgba(237, 28, 36, 0.05);
}

.turnstile-placeholder {
  background: rgba(0, 107, 255, 0.05);
}

.api-fallback h3,
.turnstile-placeholder p {
  margin: 0.25rem 0 0;
}

.map-mobile-note {
  display: none;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.map-stage {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 18px;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--red));
}

.table-grid {
  display: grid;
  gap: 1rem;
}

.mobile-map-scale {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.table-grid-svg {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.table-grid-svg svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 247, 0.98)),
    var(--surface-strong);
}

.svg-room-boundary {
  fill: none;
  stroke: rgba(0, 0, 0, 0.86);
  stroke-width: 8;
}

.svg-entrance {
  fill: var(--red);
  stroke: rgba(0, 0, 0, 0.9);
  stroke-width: 6;
}

.svg-entrance-text {
  fill: #ffffff;
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-anchor: middle;
  dominant-baseline: middle;
  writing-mode: vertical-rl;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(180deg);
}

.svg-map-table {
  cursor: default;
}

.svg-map-table.is-selectable {
  cursor: pointer;
}

.svg-map-table .svg-table-rect {
  fill: rgba(255, 255, 255, 0.98);
  stroke: rgba(0, 0, 0, 0.14);
  stroke-width: 8;
  transition: fill 180ms ease, stroke 180ms ease, filter 180ms ease;
}

.svg-map-table .svg-table-status-pill {
  fill: rgba(255, 255, 255, 0.97);
  stroke: rgba(0, 0, 0, 0.14);
  stroke-width: 4;
}

.svg-map-table.available .svg-table-rect {
  stroke: rgba(0, 107, 255, 0.55);
  fill: rgba(255, 255, 255, 0.98);
}

.svg-map-table.available .svg-table-status-pill {
  fill: rgba(0, 107, 255, 0.16);
  stroke: rgba(0, 107, 255, 0.34);
}

.svg-map-table.pending .svg-table-rect {
  stroke: rgba(0, 0, 0, 0.28);
  fill: rgba(0, 0, 0, 0.06);
}

.svg-map-table.pending .svg-table-status-pill {
  fill: rgba(0, 0, 0, 0.12);
  stroke: rgba(0, 0, 0, 0.22);
}

.svg-map-table.sold .svg-table-rect {
  stroke: rgba(237, 28, 36, 0.5);
  fill: rgba(237, 28, 36, 0.1);
}

.svg-map-table.sold .svg-table-status-pill {
  fill: rgba(237, 28, 36, 0.18);
  stroke: rgba(237, 28, 36, 0.3);
}

.svg-map-table.selected .svg-table-rect {
  stroke: rgba(0, 107, 255, 0.9);
  fill: rgba(0, 107, 255, 0.12);
}

.svg-map-table.selected .svg-table-status-pill {
  fill: rgba(0, 107, 255, 0.26);
  stroke: rgba(0, 107, 255, 0.42);
}

.svg-map-table.is-disabled {
  opacity: 0.78;
}

.svg-map-table.is-selectable:hover .svg-table-rect,
.svg-map-table.is-selectable:focus-visible .svg-table-rect {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.14));
}

.svg-table-label {
  fill: var(--ink);
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
}

.svg-table-status-text {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
}

.svg-map-table.available .svg-table-status-text,
.svg-map-table.selected .svg-table-status-text {
  fill: #0051c7;
}

.svg-map-table.pending .svg-table-status-text {
  fill: rgba(0, 0, 0, 0.78);
}

.svg-map-table.sold .svg-table-status-text {
  fill: #c6171d;
}

.table-row {
  gap: 1.2rem;
}

.table-grid-plan,
.floor-map,
.reference-floor,
.map-canvas {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 247, 0.98)),
    var(--surface-strong);
  overflow: hidden;
}

.floor-room {
  position: absolute;
  inset: var(--room-inset, 28px);
  border: 2px solid rgba(0, 0, 0, 0.86);
  border-radius: 2px;
  pointer-events: none;
}

.entrance-marker {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  border: 2px solid rgba(0, 0, 0, 0.9);
  color: #ffffff;
  z-index: 1;
}

.table-layout-layer {
  position: absolute;
  inset: 0 auto auto 0;
  transform-origin: top left;
}

.entrance-marker span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-card {
  position: relative;
  width: var(--table-long);
  height: var(--table-short);
  padding: 0.4rem;
  border-radius: 0;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transform: translateY(var(--table-lift, 0));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

button.table-card {
  cursor: pointer;
  font: inherit;
}

button.table-card:hover:not(:disabled),
button.table-card:focus-visible:not(:disabled) {
  --table-lift: -2px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 107, 255, 0.28);
}

button.table-card:disabled {
  cursor: not-allowed;
  opacity: 0.92;
}

.table-card.selected {
  border-color: rgba(0, 0, 0, 0.55);
  background: linear-gradient(180deg, rgba(0, 107, 255, 0.08), rgba(255, 255, 255, 0.98));
}

.table-card h3 {
  margin: 0;
  font-size: 1rem;
}

.table-price {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1rem;
  color: var(--navy);
  display: none;
}

.table-vendor {
  margin: 0.45rem 0 0;
  color: var(--muted);
  display: none;
}

.plan-card {
  position: absolute;
  background: var(--surface-strong);
  z-index: 2;
}

.table-card.horizontal {
  width: var(--table-long);
  height: var(--table-short);
}

.table-card.vertical {
  width: var(--table-short);
  height: var(--table-long);
}

.plan-card:hover:not(:disabled),
.plan-card:focus-visible:not(:disabled) {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.plan-card-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
}

.plan-card .table-status {
  padding: 0.2rem 0.45rem;
  max-width: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}

.plan-card h3 {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plan-card.available,
.plan-card.sold,
.plan-card.pending {
  background: var(--surface-strong);
}

.plan-card.selected {
  background: linear-gradient(180deg, rgba(0, 107, 255, 0.08), rgba(255, 255, 255, 0.98));
  border-color: rgba(0, 107, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(0, 107, 255, 0.18);
}

.selection-sidebar {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.98);
  max-width: 100%;
  overflow-x: hidden;
}

.vendor-pricing-card {
  text-align: center;
}

.vendor-quickstart-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 520px;
  margin: 0 auto;
}

.vendor-pricing-card h2 {
  margin-bottom: 0.5rem;
  font-size: 1.55rem;
  font-weight: 600;
}

.vendor-pricing-card #vendor-price-summary {
  margin: 0;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.12;
  color: var(--ink);
}

.vendor-quickstart {
  padding-top: 2.5rem;
  padding-bottom: 2.6rem;
}

.vendor-map-cta {
  justify-content: center;
  margin-top: 1.5rem;
}

.vendor-setup-callout {
  margin: 0 0 1.15rem;
  padding: 0.95rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: var(--shadow);
}

.mobile-selection-bar {
  display: none;
}

.mobile-selection-bar-text {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.mobile-table-selector {
  display: none;
}

.mobile-table-sections {
  display: grid;
  gap: 1rem;
}

.mobile-table-section {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.98);
}

.mobile-table-section h3 {
  margin-bottom: 0.9rem;
}

.mobile-table-stack {
  display: grid;
  gap: 0.85rem;
}

.mobile-table-card {
  width: 100%;
  min-height: 138px;
  padding: 1rem;
  border-radius: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.mobile-table-card .mobile-table-card-content {
  display: grid;
  width: 100%;
  gap: 0.65rem;
}

.mobile-table-card .table-status {
  justify-self: flex-start;
}

.mobile-table-card h4 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  line-height: 1.1;
}

.mobile-table-card .table-price {
  display: block;
  margin: 0;
}

.mobile-table-row {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(var(--mobile-row-columns, 1), minmax(0, 1fr));
}

.mobile-table-row.centered {
  justify-content: center;
}

.mobile-table-row.centered .mobile-table-card {
  max-width: 220px;
  justify-self: center;
}

.mobile-table-row.single {
  --mobile-row-columns: 1;
}

.mobile-table-row.double {
  --mobile-row-columns: 2;
}

.mobile-table-row.triple {
  --mobile-row-columns: 3;
}

.mobile-table-row.quad {
  --mobile-row-columns: 4;
}

.mobile-table-row.five {
  --mobile-row-columns: 5;
}

.selection-list {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 1.25rem;
}

.selection-item,
.selection-empty,
.selection-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.04);
}

.selection-item p,
.selection-empty,
.sidebar-note {
  margin: 0;
}

.selection-price {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--navy);
}

.selection-totals {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.sponsor-tier.bronze {
  border-top: 5px solid #cd7f32;
  background: linear-gradient(180deg, rgba(205, 127, 50, 0.08), rgba(255, 255, 255, 0.98));
}

.sponsor-tier.silver {
  border-top: 5px solid #c0c0c0;
  background: linear-gradient(180deg, rgba(192, 192, 192, 0.12), rgba(255, 255, 255, 0.98));
}

.sponsor-tier.gold {
  border-top: 5px solid #d4af37;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.12), rgba(255, 255, 255, 0.98));
}

.sponsor-tier.bronze h3 {
  color: #cd7f32;
}

.sponsor-tier.silver h3 {
  color: #7a7a7a;
}

.sponsor-tier.gold h3 {
  color: #b78d1e;
}

.current-sponsor-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  background: rgba(255, 255, 255, 0.98);
}

.current-sponsor-card h3 {
  margin-bottom: 0;
}

.current-sponsor-card p {
  margin: 0;
}

.current-sponsor-logo-link {
  display: block;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.current-sponsor-logo-link-dark {
  background: #0f172a;
}

.current-sponsor-logo {
  display: block;
  width: 100%;
  height: auto;
}

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

.field-span-2 {
  grid-column: 1 / -1;
}

.reservation-form {
  margin-top: 1rem;
}

.category-group {
  display: grid;
  gap: 0.6rem;
}

.category-label {
  margin: 0;
  font-weight: 500;
}

.category-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.category-option {
  position: relative;
  display: inline-flex;
}

.category-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.category-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-option span:hover {
  transform: translateY(-1px);
}

.category-option input:focus-visible + span {
  outline: 2px solid rgba(0, 107, 255, 0.28);
  outline-offset: 2px;
}

.category-option input:checked + span {
  background: rgba(0, 107, 255, 0.12);
  border-color: rgba(0, 107, 255, 0.28);
  color: var(--ink);
}

.reservation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.reservation-feedback {
  min-height: 1.5rem;
}

.admin-toolbar,
.status-button-row,
.reservation-meta,
.table-status-line,
.admin-link-row,
.admin-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-toolbar,
.reservation-meta,
.table-status-line,
.admin-link-row {
  align-items: center;
}

.admin-request-actions {
  margin-top: 1rem;
}

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

.admin-table-card,
.admin-reservation-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.admin-table-card h3,
.admin-reservation-card h3 {
  margin-bottom: 0.35rem;
}

.admin-table-card p,
.admin-reservation-card p,
.admin-reservation-card li {
  margin-top: 0;
}

.admin-feedback {
  min-height: 1.5rem;
  color: var(--navy);
  font-weight: 500;
}

.admin-feedback[data-state="error"] {
  color: var(--red);
}

.status-button-row .button {
  min-height: 2.75rem;
}

.table-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.table-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
}

.reservation-list {
  display: grid;
  gap: 1rem;
}

.admin-notes-label {
  margin-top: 1rem;
}

.admin-note-input {
  margin-top: 0.4rem;
}

.reservation-detail-list {
  margin: 0.85rem 0 0;
  padding-left: 1.2rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-family: var(--font-body);
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-feedback {
  min-height: 1.5rem;
  margin: 0.75rem 0 0;
  font-family: var(--font-body);
  color: var(--navy);
  font-weight: 500;
}

.contact-submit-button,
.updates-submit-button {
  margin-top: 1.25rem;
  padding-inline: 2rem;
}

.updates-submit-button {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--navy);
}

.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
}

.footer-shell {
  flex-wrap: wrap;
  color: var(--muted);
}

.footer-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 107, 255, 0.06);
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 960px) {
  .hero-grid,
  .two-up,
  .three-up,
  .four-up,
  .split-panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .attendees-page-shell > .section + .section-alt {
    padding-top: 0;
  }

  .attendees-page-shell .card-grid,
  .attendees-page-shell .split-panel {
    gap: 1.25rem;
  }

  .attendees-page-shell .info-card,
  .attendees-page-shell .panel {
    padding: 1.5rem;
  }

  .vendor-page-shell {
    display: flex;
    flex-direction: column;
    padding-bottom: 6.75rem;
  }

  .vendor-page-hero {
    order: 1;
  }

  .vendor-quickstart {
    order: 2;
    padding-bottom: 1.35rem;
  }

  .vendor-table-map-section {
    order: 3;
    padding-top: 0;
  }

  .vendor-rules-section {
    order: 4;
  }

  .map-layout {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .map-shell {
    display: block;
    padding: 0.1rem 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .map-note,
  .map-mobile-note {
    margin-bottom: 0.75rem;
  }

  .vendor-map-cta,
  .vendor-table-map-section .section-heading .page-intro,
  .vendor-table-map-section .section-heading .muted,
  .map-note:not(.map-instruction-note),
  .map-mobile-note {
    display: none;
  }

  .vendor-quickstart .info-card h2 {
    font-size: 1.4rem;
  }

  .vendor-quickstart-grid {
    max-width: none;
    grid-template-columns: 1fr;
  }

  .vendor-pricing-card {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .vendor-pricing-card h2 {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .vendor-pricing-card #vendor-price-summary {
    font-size: 1.7rem;
  }

  .vendor-setup-callout {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    font-size: 0.96rem;
  }

  .table-grid-plan,
  .floor-map,
  .reference-floor,
  .map-canvas {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .mobile-table-selector {
    display: none;
  }

  .map-stage {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.7rem;
  }

  .plan-card.available {
    border-color: rgba(0, 107, 255, 0.42);
    box-shadow: 0 0 0 1px rgba(0, 107, 255, 0.12);
  }

  .table-grid-svg {
    width: calc(100% + 1.2rem);
    max-width: calc(100% + 1.2rem);
    margin-inline: -0.6rem;
  }

  .table-grid-svg svg {
    border-radius: 22px;
  }

  .svg-room-boundary {
    stroke: transparent;
  }

  .svg-table-label {
    font-size: 74px;
  }

  .svg-entrance-text {
    font-size: 36px;
  }

  .svg-table-status-text {
    font-size: 66px;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  .svg-map-table .svg-table-status-pill {
    stroke-width: 6;
  }

  .svg-map-table.available .svg-table-status-pill {
    fill: #006bff;
    stroke: #0051c7;
  }

  .svg-map-table.pending .svg-table-status-pill {
    fill: #4b5563;
    stroke: #374151;
  }

  .svg-map-table.sold .svg-table-status-pill {
    fill: #d61f26;
    stroke: #b91c1c;
  }

  .svg-map-table.selected .svg-table-status-pill {
    fill: #004fc4;
    stroke: #003a91;
  }

  .svg-map-table.available .svg-table-status-text,
  .svg-map-table.pending .svg-table-status-text,
  .svg-map-table.sold .svg-table-status-text,
  .svg-map-table.selected .svg-table-status-text {
    fill: #ffffff;
  }

  .entrance-marker span {
    font-size: 0.48rem;
    letter-spacing: 0.06em;
  }

  .selection-sidebar {
    margin-top: 0.35rem;
    padding: 1.25rem;
    border-color: rgba(0, 107, 255, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    scroll-margin-top: 6.5rem;
  }

  .selection-sidebar .button {
    width: 100%;
  }

  .selection-sidebar h2 {
    font-size: 1.6rem;
  }

  .selection-list {
    margin-top: 0.85rem;
  }

  .selection-item,
  .selection-empty,
  .selection-line {
    padding: 0.95rem 1rem;
  }

  .field-grid label,
  .field-grid input,
  .field-grid select,
  .field-grid textarea {
    width: 100%;
  }

  .reservation-actions,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .reservation-actions .button,
  .status-button-row .button,
  .admin-link-row .button {
    width: 100%;
  }

  .mobile-selection-bar {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(0, 107, 255, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 1001;
  }

  .mobile-selection-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-selection-bar .button {
    min-height: 3rem;
    padding-inline: 1rem;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .site-header,
  .site-header .container,
  .site-header .nav-shell {
    overflow: visible;
  }

  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0.25rem;
    font-size: 2rem;
    line-height: 1;
    background: none;
    border: none;
    color: var(--ink);
    cursor: pointer;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .menu-toggle[aria-expanded="true"] {
    transform: rotate(90deg);
  }

  .mobile-menu {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    padding: 1rem;
    opacity: 0;
    transform: translateY(-12px);
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      max-height 260ms ease;
    z-index: 999;
  }

  .mobile-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    max-height: 420px;
    pointer-events: auto;
  }

  .mobile-menu a {
    display: block;
    padding: 1rem;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink);
    border-radius: 12px;
  }

  .mobile-menu a + a {
    margin-top: 0.75rem;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus {
    background: rgba(0, 107, 255, 0.08);
    color: #006bff;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .nav-shell,
  .footer-shell,
  .event-meta,
  .cta-row,
  .legend,
  .pricing-stack {
    flex-direction: column;
    align-items: stretch;
  }

  .hero,
  .page-hero {
    padding-top: 2rem;
  }

  .nav-shell {
    position: relative;
    min-height: 88px;
    height: 88px;
    padding: 0.35rem 0;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    overflow: visible;
  }

  .brand-mark {
    align-self: center;
  }

  .brand-logo {
    width: auto;
    max-height: 104px;
    max-width: 340px;
  }

  .hero-grid,
  .two-up,
  .three-up,
  .four-up,
  .split-panel,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .selection-item,
  .selection-empty,
  .selection-line {
    align-items: center;
  }

  h1 {
    font-size: 2.8rem;
  }
}
