
.upstate-floor-plan-shell {
  --ink: #0c101c;
  --line: #0c101c;
  --court: #eef3f4;
  --court-open: #c5cbcf;
  --accent: #ff7c48;
  --table: #ffffff;
  --table-stroke: #6f7780;
  width: 100%;
  overflow-x: auto;
  background: #0c101c;
  padding: 24px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.upstate-floor-plan {
  display: block;
  width: 100%;
  max-width: 1500px;
  min-width: 0;
  height: auto;
  margin: 0 auto;
  background: #0c101c;
  border-radius: 8px;
}

.upstate-floor-plan .year {
  fill: #fff;
  font-size: 38px;
  font-weight: 900;
}

.upstate-floor-plan .upstate-logo {
  filter: invert(1);
}

.upstate-floor-plan .sponsor-logo {
  overflow: visible;
}

.upstate-floor-plan .court {
  stroke: var(--line);
  stroke-width: 4;
}

.upstate-floor-plan .court-line {
  fill: none;
  stroke: rgba(32, 36, 43, 0.2);
  stroke-width: 2;
}

.upstate-floor-plan .divider {
  stroke: #1e2329;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 32 18;
}

.upstate-floor-plan .solid-divider {
  stroke: #1e2329;
  stroke-width: 5;
  stroke-linecap: round;
}

.upstate-floor-plan .zone-label {
  fill: #0c101c;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
}

.upstate-floor-plan .small-zone-label {
  fill: #0c101c;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.upstate-floor-plan .court-label {
  fill: rgba(12, 16, 28, 0.48);
  font-size: 15px;
  font-weight: 800;
}

.upstate-floor-plan .sponsor-card {
  fill: rgba(255, 255, 255, 0.96);
  stroke: #ff7c48;
  stroke-width: 4;
  rx: 10;
  filter: drop-shadow(0 10px 18px rgba(12, 16, 28, 0.28));
}

.upstate-floor-plan .sponsor-label {
  fill: #ff7c48;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-anchor: middle;
}

.upstate-floor-plan .sponsor-subtitle {
  fill: #0c101c;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-anchor: middle;
}

.upstate-floor-plan .wall-run {
  fill: rgba(255, 255, 255, 0.34);
  stroke: rgba(52, 59, 67, 0.24);
  stroke-width: 1;
  rx: 5;
}

.upstate-floor-plan .block-frame {
  fill: rgba(255, 255, 255, 0.2);
  stroke: rgba(52, 59, 67, 0.22);
  stroke-width: 1;
  rx: 4;
}

.upstate-floor-plan .table rect {
  fill: var(--table);
  stroke: #89939d;
  stroke-width: 1;
  rx: 3;
}

.upstate-floor-plan .table text {
  fill: #111827;
  font-size: 15px;
  font-weight: 900;
  dominant-baseline: middle;
  text-anchor: middle;
}

.upstate-floor-plan .table.sold {
  cursor: help;
}

.upstate-floor-plan .table.group-sold rect {
  fill: rgba(255, 255, 255, 0.9);
  stroke: var(--sold-color, #ff7c48);
  stroke-width: 1.8;
}

.upstate-floor-plan .table.group-sold text {
  fill: #0c101c;
}

.upstate-floor-plan .table.sold rect {
  fill: var(--sold-color, #ff7c48);
  stroke: #0c101c;
  stroke-width: 1.4;
}

.upstate-floor-plan .table.sold text {
  fill: #fff;
  font-size: 12px;
  font-weight: 900;
}

.upstate-floor-plan .vendor-footprint rect {
  fill: var(--vendor-fill, rgba(255, 124, 72, 0.16));
  stroke: var(--vendor-color, #ff7c48);
  stroke-width: 3;
  rx: 9;
  filter: drop-shadow(0 4px 8px rgba(12, 16, 28, 0.18));
}

.upstate-floor-plan .reserved-footprint rect {
  fill: var(--area-fill, rgba(12, 16, 28, 0.2));
  stroke: var(--area-color, #0c101c);
  stroke-width: 5;
  stroke-dasharray: 12 7;
  rx: 8;
  filter: drop-shadow(0 5px 10px rgba(12, 16, 28, 0.16));
}

.upstate-floor-plan .reserved-footprint text {
  fill: var(--area-color, #0c101c);
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-anchor: middle;
  dominant-baseline: middle;
}

.upstate-floor-plan .vendor-footprint text {
  fill: var(--vendor-color, #ff7c48);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-anchor: middle;
}

.upstate-floor-plan .vendor-overlay rect {
  fill: rgba(255, 255, 255, 0.95);
  stroke: var(--vendor-color, #ff7c48);
  stroke-width: 2;
  rx: 8;
}

.upstate-floor-plan .vendor-overlay text {
  fill: #0c101c;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  dominant-baseline: middle;
  text-anchor: middle;
}

.upstate-floor-plan .entrance rect {
  fill: var(--accent);
}

.upstate-floor-plan .entrance text {
  fill: #fff;
  font-size: 18px;
  font-weight: 900;
  dominant-baseline: middle;
  text-anchor: middle;
}

.upstate-floor-plan .vendor-entrance text {
  font-size: 17px;
}

.upstate-vendor-directory {
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  color: #0c101c;
  font-family: Inter, Arial, Helvetica, sans-serif;
  margin: 30px auto 0;
  max-width: 1500px;
  padding: 0;
}

.upstate-vendor-directory-header {
  align-items: center;
  background: #0c101c;
  border: 0;
  border-radius: 8px 8px 0 0;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 520px);
  margin: 0;
  padding: 32px;
}

.upstate-vendor-directory-header span {
  color: #ff7c48;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.upstate-vendor-directory-header h2 {
  color: #ffffff;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.upstate-vendor-directory-header p {
  color: #d6dde6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  max-width: 560px;
}

.upstate-vendor-directory-grid {
  background: #edf2f6;
  border: 1px solid #d9e0e6;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  padding: 28px;
}

.upstate-vendor-directory-card {
  background: #ffffff;
  border: 1px solid #d8e0e7;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(12, 16, 28, 0.1);
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}

.upstate-vendor-directory-card::before {
  background: var(--vendor-color, #ff7c48);
  content: "";
  height: 7px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 2;
}

.upstate-vendor-directory-art {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(12, 16, 28, 0.88), rgba(12, 16, 28, 0.72)),
    radial-gradient(circle at 18% 18%, var(--vendor-soft, rgba(255, 124, 72, 0.18)), transparent 34%),
    linear-gradient(135deg, var(--vendor-color, #ff7c48), #263244);
  display: flex;
  justify-content: center;
  min-height: 250px;
  padding: 24px;
}

.upstate-vendor-directory-logo {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
  display: flex;
  justify-content: center;
  min-height: 126px;
  padding: 18px;
  width: min(100%, 270px);
}

.upstate-vendor-directory-card img,
.upstate-vendor-directory-initials {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 112px;
  justify-content: center;
  width: 210px;
}

.upstate-vendor-directory-card img {
  display: block;
  max-height: 112px !important;
  max-width: 210px !important;
  object-fit: contain !important;
  width: 210px !important;
  height: 112px !important;
}

.upstate-vendor-directory-initials {
  background: #0c101c;
  border: 2px solid var(--vendor-color, #ff7c48);
  border-radius: 8px;
  color: var(--vendor-color, #ff7c48);
  font-size: 36px;
  font-weight: 900;
  padding: 0;
}

.upstate-vendor-directory-initials.is-fallback {
  display: none;
}

.upstate-vendor-directory-info {
  background: #ffffff;
  align-content: center;
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 30px;
}

.upstate-vendor-directory-card h3 {
  color: #0c101c;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0;
  overflow-wrap: anywhere;
}

.upstate-vendor-directory-location {
  align-self: start;
  background: var(--vendor-color, #ff7c48);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  max-width: 100%;
  padding: 11px 14px;
  width: fit-content;
}

@media (max-width: 560px) {
  .upstate-vendor-directory {
    padding: 18px;
  }

  .upstate-vendor-directory-header,
  .upstate-vendor-directory-card {
    grid-template-columns: 1fr;
  }

  .upstate-vendor-directory-header h2 {
    font-size: 34px;
  }

  .upstate-vendor-directory-grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .upstate-vendor-directory-art {
    min-height: 160px;
  }
}
