:root {
  --ink: #11100e;
  --paper: #fff1c7;
  --muted: #61554b;
  --line: rgba(17, 16, 14, 0.28);
  --sun: #ffe100;
  --hot: #ff3b1f;
  --clay: #c24d2c;
  --blue: #00a0b0;
  --green: #5a7f28;
  --pink: #ff5aa5;
  --white: #fff9e8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(17, 16, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 16, 14, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 22px 22px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 2px solid var(--ink);
  color: var(--white);
  background: rgba(17, 16, 14, 0.94);
  backdrop-filter: blur(6px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 52px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--sun);
  border-radius: 0;
  box-shadow: 4px 4px 0 var(--hot);
  font-weight: 900;
  letter-spacing: 0;
  transform: rotate(-3deg);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.76rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 0.92rem;
}

.main-nav a,
.nav-action,
.text-link {
  text-decoration: none;
}

.main-nav a:hover,
.text-link:hover {
  text-decoration: underline;
}

.nav-action {
  border: 2px solid var(--white);
  border-radius: 0;
  padding: 9px 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 40px;
  gap: 4px;
  border: 2px solid var(--white);
  background: var(--ink);
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 22px;
  height: 3px;
  background: var(--white);
}

.mobile-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 220px;
  border: 2px solid var(--white);
  background: rgba(17, 16, 14, 0.98);
  box-shadow: 6px 6px 0 var(--hot);
}

.mobile-menu-panel a {
  padding: 13px 16px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu-panel a + a {
  border-top: 1px solid rgba(255, 249, 232, 0.22);
}

.mobile-menu-panel a:hover {
  color: var(--ink);
  background: var(--sun);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 130px clamp(18px, 5vw, 70px) 54px;
  color: var(--white);
  border-bottom: 5px solid var(--ink);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.9), rgba(17, 16, 14, 0.48) 48%, rgba(17, 16, 14, 0.04)),
    linear-gradient(0deg, rgba(17, 16, 14, 0.72), rgba(17, 16, 14, 0.04) 45%);
  mix-blend-mode: multiply;
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  width: max-content;
  max-width: 100%;
  padding: 4px 7px;
  color: var(--ink);
  background: var(--sun);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3.8rem, 8vw, 8.5rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 rgba(255, 59, 31, 0.82);
}

h2 {
  margin-bottom: 14px;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 7px;
  font-size: 1.05rem;
}

.hero-copy,
.section-copy {
  max-width: 680px;
  color: rgba(255, 250, 240, 0.84);
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
  line-height: 1.55;
}

.hero-statement {
  margin: 14px 0 8px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
}

.section-copy {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.signup button,
.event-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 0;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary,
.signup button {
  color: var(--ink);
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--hot);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--blue);
}

.button.compact {
  min-height: 40px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--hot);
}

.hero-card {
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: 54px;
  width: min(310px, calc(100% - 36px));
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--hot);
  transform: rotate(1.5deg);
}

.hero-card span,
.tag {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--hot);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.hero-card p {
  margin-bottom: 12px;
  color: var(--muted);
}

.ticker {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px clamp(18px, 5vw, 70px);
  color: var(--ink);
  background: var(--sun);
  border-bottom: 3px solid var(--ink);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ticker::-webkit-scrollbar {
  display: none;
}

.ticker-track {
  display: flex;
  flex: 0 0 max-content;
  gap: 10px;
  min-width: max-content;
  animation: ticker-scroll 34s linear infinite;
}

.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track {
  animation-play-state: paused;
}

.ticker a {
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  border-radius: 0;
  padding: 8px 12px;
  color: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.ticker a:hover,
.ticker a:focus-visible {
  color: var(--white);
  background: var(--ink);
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 10px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker {
    overflow-x: auto;
  }

  .ticker-track {
    animation: none;
  }
}

.artist-first {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(24px, 5vw, 70px);
  padding: clamp(44px, 6vw, 72px) clamp(18px, 5vw, 70px);
  border-bottom: 3px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 90, 165, 0.22), transparent 36%),
    var(--white);
}

.artist-first h2 {
  margin-bottom: 0;
}

.artist-first-copy {
  border-left: 5px solid var(--hot);
  padding-left: clamp(18px, 3vw, 32px);
}

.artist-first-copy p {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.artist-first-copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.artist-first-copy li {
  position: relative;
  padding: 10px 12px 10px 34px;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.16);
  font-weight: 800;
}

.artist-first-copy li::before {
  content: "✶";
  position: absolute;
  left: 10px;
  color: var(--hot);
}

.section {
  padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 70px);
  border-bottom: 3px solid var(--ink);
}

.grid-two,
.section-heading,
.flyer-section,
.newsletter,
.appointment {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.section-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 28px;
}

.feature-exhibition {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(320px, 1.16fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background:
    radial-gradient(circle at 90% 12%, rgba(0, 160, 176, 0.18), transparent 25%),
    var(--ink);
  color: var(--white);
}

.feature-exhibition-alt {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 225, 0, 0.24), transparent 26%),
    linear-gradient(135deg, #191715, #322019);
}

.feature-exhibition-alt .feature-image {
  box-shadow: 12px 12px 0 var(--blue);
  transform: rotate(-1deg);
}

.gallery-feature {
  background:
    radial-gradient(circle at 90% 82%, rgba(255, 90, 165, 0.22), transparent 28%),
    linear-gradient(135deg, #241f18, #141312);
}

.gallery-feature .feature-image {
  box-shadow: 12px 12px 0 var(--pink);
  transform: rotate(0.7deg);
}

.summer-feature {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 225, 0, 0.2), transparent 26%),
    linear-gradient(135deg, #10292f, #151311);
}

.summer-feature .feature-image {
  box-shadow: 12px 12px 0 var(--sun);
  transform: rotate(-0.7deg);
}

.satellite-feature {
  background:
    radial-gradient(circle at 14% 82%, rgba(0, 160, 176, 0.24), transparent 28%),
    linear-gradient(135deg, #08172a, #151311);
}

.satellite-feature .feature-image {
  box-shadow: 12px 12px 0 var(--hot);
  transform: rotate(0.5deg);
}

.satellite-image img {
  aspect-ratio: 3 / 2;
  object-position: center;
}

.artist-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}

.artist-list a {
  color: var(--white);
  font-weight: 800;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-copy p {
  max-width: 620px;
  color: rgba(255, 249, 232, 0.82);
  font-size: 1.08rem;
  line-height: 1.6;
}

.details-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.details-list div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: start;
  border-top: 2px solid rgba(255, 249, 232, 0.25);
  padding-top: 10px;
}

.details-list dt {
  color: var(--sun);
  font-weight: 900;
  text-transform: uppercase;
}

.details-list dd {
  margin: 0;
  color: var(--white);
}

.feature-image {
  margin: 0;
  border: 3px solid var(--white);
  background: var(--white);
  box-shadow: 12px 12px 0 var(--hot);
  transform: rotate(1deg);
}

.feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.flyer-image img {
  aspect-ratio: 0.94;
  object-position: top center;
}

.logo-feature-image {
  background: #050505;
}

.logo-feature-image img {
  aspect-ratio: 1.18;
  object-fit: contain;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #050505;
}

.feature-image figcaption {
  padding: 10px 12px;
  color: var(--ink);
  font-size: 0.8rem;
  line-height: 1.35;
}

.event-list {
  display: grid;
  gap: 12px;
}

.event-card {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(17, 16, 14, 0.14);
}

.event-card time {
  color: var(--hot);
  font-weight: 900;
}

.museum-event {
  border-color: var(--hot);
  background: #fff6d8;
}

.gallery-event {
  border-color: var(--pink);
  background: #fff1f7;
}

.workshop-event {
  border-color: var(--blue);
  background: #e7fbff;
}

.cala-event {
  border-color: var(--green);
  background: #eef7db;
}

.cala-event a {
  background: var(--green);
}

.new-space-event {
  border: 3px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 59, 31, 0.2), transparent 48%),
    var(--sun);
  box-shadow: 7px 7px 0 var(--hot);
}

.new-space-event time {
  color: var(--ink);
  text-transform: uppercase;
}

.new-space-event h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 1.5rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.new-space-event a {
  background: var(--hot);
}

.new-space-event .event-artist-link {
  display: inline-block;
  min-height: 0;
  margin-top: 3px;
  padding: 0;
  border: 0;
  color: var(--hot);
  background: transparent;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: underline;
}

.inline-artist-link {
  color: var(--hot);
  font-weight: 900;
}

.event-card p,
.opportunity-grid p,
.submit-panel p,
.appointment p,
.newsletter p {
  color: var(--muted);
  line-height: 1.55;
}

.event-card a {
  min-height: 38px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 3px 3px 0 var(--ink);
}

.map-section {
  background:
    repeating-linear-gradient(-8deg, rgba(17, 16, 14, 0.035) 0 2px, transparent 2px 12px),
    #f8d66b;
}

.map-filter-stack {
  display: grid;
  gap: 10px;
}

.map-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.map-filters span {
  min-width: 42px;
  color: rgba(17, 16, 14, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.area-filters .filter {
  padding: 7px 10px;
  font-size: 0.9rem;
}

.filter {
  border: 2px solid var(--ink);
  border-radius: 0;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.filter.active {
  color: var(--ink);
  background: var(--pink);
  box-shadow: 4px 4px 0 var(--ink);
}

.filter[data-filter="gallery"] {
  color: var(--white);
  background: #e72c83;
}

.filter[data-filter="education"] {
  color: var(--white);
  background: #3158de;
}

.filter[data-filter="public"] {
  color: var(--white);
  background: #008f92;
}

.filter[data-filter].active {
  box-shadow: 4px 4px 0 var(--ink);
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 18px;
}

.map-board {
  position: relative;
  height: 560px;
  min-height: 520px;
  overflow: hidden;
  padding: 14px;
  border: 3px solid var(--ink);
  border-radius: 0;
  background:
    linear-gradient(135deg, #fff1c7, #eebf4d);
  box-shadow: 10px 10px 0 rgba(17, 16, 14, 0.18);
}

.arts-map {
  position: absolute;
  inset: 14px;
  z-index: 1;
  min-height: 492px;
  background: #fff8e8;
}

.map-fallback {
  position: absolute;
  left: 24px;
  bottom: 18px;
  z-index: 0;
  max-width: 320px;
  margin: 0;
  color: rgba(17, 16, 14, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
}

.leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 492px;
  font: inherit;
  background: #fff8e8;
}

.leaflet-control-zoom {
  border: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.22) !important;
}

.leaflet-control-zoom a {
  color: var(--ink) !important;
  font-weight: 900;
}

.leaflet-control-attribution {
  font-size: 0.62rem;
}

.leaflet-marker-icon {
  overflow: visible;
}

.hm-marker {
  position: relative;
  width: 24px;
  height: 24px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #e72c83;
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.32);
  cursor: pointer;
  transition:
    width 160ms ease,
    height 160ms ease,
    transform 160ms ease;
}

.hm-marker > span:first-child {
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: var(--white);
}

.hm-marker.public {
  background: #008f92;
}

.hm-marker.education:not(.gallery) {
  background: #3158de;
}

.hm-marker.black-pin {
  background: var(--ink);
}

.hm-marker.education.milkweed-pin {
  border-color: #3158de;
  background: #ff7a1a;
  box-shadow: 5px 5px 0 #3158de;
}

.hm-marker.education.milkweed-pin > span:first-child {
  background: #3158de;
}

.hm-marker.grand-ave-pin {
  border-color: #008f92;
  background: #ffe15a;
  box-shadow: 5px 5px 0 #008f92;
}

.hm-marker.grand-ave-pin > span:first-child {
  background: #008f92;
}

.hm-marker.forge-pin {
  border-color: #102a43;
  background: #f47b20;
  box-shadow: 5px 5px 0 #102a43;
}

.hm-marker.forge-pin > span:first-child {
  background: #102a43;
}

.hm-marker.first-studio-pin {
  border-color: #74747f;
  background: #7047a3;
  box-shadow: 5px 5px 0 #74747f;
}

.hm-marker.first-studio-pin > span:first-child {
  background: #d8d8df;
}

.hm-marker.roosevelt-row-pin {
  border-color: #008f92;
  background: #e72c83;
  box-shadow: 5px 5px 0 #008f92;
}

.hm-marker.roosevelt-row-pin > span:first-child {
  background: #008f92;
}

.hm-marker.phoenix-art-museum-pin {
  border-color: #e72c83;
  background: var(--white);
  box-shadow: 5px 5px 0 #e72c83;
}

.hm-marker.phoenix-art-museum-pin > span:first-child {
  background: #e72c83;
}

.hm-marker.heard-pin {
  border-color: #721f2c;
  background: var(--white);
  box-shadow: 5px 5px 0 #721f2c;
}

.hm-marker.heard-pin > span:first-child {
  background: #721f2c;
}

.hm-marker.cahokia-pin {
  border-color: var(--ink);
  background: #60d2ad;
  box-shadow: 5px 5px 0 var(--ink);
}

.hm-marker.cahokia-pin > span:first-child {
  background: var(--ink);
}

.hm-marker.lisa-sette-pin {
  border-color: #f2c500;
  background: var(--white);
  box-shadow: 5px 5px 0 #f2c500;
}

.hm-marker.lisa-sette-pin > span:first-child {
  background: #f2c500;
}

.hm-marker.volumen-pin {
  border-color: var(--ink);
  background: #ffe15a;
  box-shadow: 5px 5px 0 var(--ink);
}

.hm-marker.volumen-pin > span:first-child {
  background: var(--ink);
}

.hm-marker.b-art-pin {
  border-color: var(--ink);
  background: #b52c35;
  box-shadow: 5px 5px 0 var(--ink);
}

.hm-marker.b-art-pin > span:first-child {
  background: var(--ink);
}

.hm-marker.smoca-pin {
  border-color: #2364aa;
  background: var(--white);
  box-shadow: 5px 5px 0 #2364aa;
}

.hm-marker.smoca-pin > span:first-child {
  background: #2364aa;
}

.hm-marker.de-sarthe-pin {
  border-color: #d62828;
  background: var(--white);
  box-shadow: 5px 5px 0 #d62828;
}

.hm-marker.de-sarthe-pin > span:first-child {
  background: #d62828;
}

.hm-marker.education.tca-pin {
  border-color: #1d4ed8;
  background: #1d4ed8;
  box-shadow: 5px 5px 0 #d62828;
}

.hm-marker.education.tca-pin > span:first-child {
  background: #d62828;
}

.hm-marker:hover,
.hm-marker:focus-visible,
.leaflet-marker-icon.active-pin .hm-marker {
  z-index: 30;
  width: 30px;
  height: 30px;
  transform: translate(-3px, -3px);
}

.hm-marker:hover .pin-preview,
.hm-marker:focus-visible .pin-preview {
  opacity: 1;
  transform: translate(-50%, 0);
}

.leaflet-marker-icon.active-pin .hm-marker {
  outline: 3px solid #ffe15a;
  outline-offset: 3px;
}

.map-zoom-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  display: flex;
  gap: 7px;
  padding: 6px;
  border: 2px solid var(--ink);
  background: rgba(255, 249, 232, 0.9);
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.22);
}

.map-zoom-controls button {
  width: 36px;
  height: 36px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.map-zoom-controls button:hover,
.map-zoom-controls button:focus-visible {
  background: var(--pink);
}

.pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 rgba(17, 16, 14, 0.3);
  transform: none;
  cursor: pointer;
  overflow: visible;
  transition:
    left 180ms ease,
    top 180ms ease,
    width 160ms ease,
    height 160ms ease,
    border-radius 160ms ease,
    transform 160ms ease;
}

.pin > span:first-child {
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: var(--white);
}

.pin-preview {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 13px);
  z-index: 10;
  width: 88px;
  height: 88px;
  min-width: 0;
  min-height: 0;
  display: grid;
  align-items: center;
  padding: 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(17, 16, 14, 0.2);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.05;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, 7px);
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.pin-preview.has-image {
  width: 92px;
  height: 92px;
  min-height: 0;
  color: var(--white);
  background:
    linear-gradient(0deg, rgba(17, 16, 14, 0.72), rgba(17, 16, 14, 0.04) 58%),
    var(--preview-image) center / cover;
  text-shadow: 0 1px 2px rgba(17, 16, 14, 0.5);
}

.pin-preview.logo-preview {
  color: transparent;
  background: var(--white) var(--preview-image) center / contain no-repeat;
  text-shadow: none;
}

.pin-preview.clean-image-preview {
  align-items: end;
  padding: 9px;
  border: 5px solid var(--white);
  color: var(--ink);
  background: var(--white) var(--preview-image) center / cover no-repeat;
  box-shadow:
    0 0 0 2px var(--ink),
    5px 5px 0 rgba(17, 16, 14, 0.2);
  text-shadow:
    -1px -1px 0 var(--white),
    1px -1px 0 var(--white),
    -1px 1px 0 var(--white),
    1px 1px 0 var(--white);
}

.pin.black-pin {
  background: var(--ink);
}

.pin-preview.black-preview {
  color: var(--white);
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--pink);
}

.pin.milkweed-pin {
  border-color: #3158de;
  background: #ff7a1a;
  box-shadow: 5px 5px 0 #3158de;
}

.pin.milkweed-pin > span:first-child {
  background: #3158de;
}

.pin-preview.milkweed-preview {
  border-color: #3158de;
  color: var(--white);
  background: #3158de;
  box-shadow: 5px 5px 0 #ff7a1a;
}

.pin.grand-ave-pin {
  border-color: #008f92;
  background: #ffe15a;
  box-shadow: 5px 5px 0 #008f92;
}

.pin.grand-ave-pin > span:first-child {
  background: #008f92;
}

.pin-preview.grand-ave-preview {
  border-color: #008f92;
  color: var(--ink);
  background: #ffe15a;
  box-shadow: 5px 5px 0 #008f92;
}

.pin.forge-pin {
  border-color: #102a43;
  background: #f47b20;
  box-shadow: 5px 5px 0 #102a43;
}

.pin.forge-pin > span:first-child {
  background: #102a43;
}

.pin-preview.forge-preview {
  border-color: #102a43;
  color: var(--white);
  background: #102a43;
  box-shadow: 5px 5px 0 #f47b20;
  text-shadow: none;
}

.pin-preview.first-studio-preview {
  border-color: #74747f;
  color: var(--white);
  background: #7047a3;
  box-shadow: 5px 5px 0 #74747f;
  text-shadow: none;
}

.pin.first-studio-pin {
  border-color: #74747f;
  background: #7047a3;
  box-shadow: 5px 5px 0 #74747f;
}

.pin.first-studio-pin > span:first-child {
  background: #d8d8df;
}

.pin.roosevelt-row-pin {
  border-color: #008f92;
  background: #e72c83;
  box-shadow: 5px 5px 0 #008f92;
}

.pin.roosevelt-row-pin > span:first-child {
  background: #008f92;
}

.pin-preview.roosevelt-row-preview {
  border-color: #008f92;
  color: var(--white);
  background: #e72c83;
  box-shadow: 5px 5px 0 #008f92;
  text-shadow: none;
}

.pin-preview.alwun-preview {
  border-color: var(--ink);
  color: var(--white);
  background: #cf2018;
  box-shadow: 5px 5px 0 var(--ink);
}

.pin-preview.como-preview {
  border-color: var(--ink);
  color: var(--white);
  background: #555;
  box-shadow: 5px 5px 0 #b8b8b8;
}

.pin-preview.paper-jam-preview {
  border-color: var(--ink);
  color: var(--white);
  background: #087cff;
  box-shadow: 5px 5px 0 #73c5ee;
}

.pin.phoenix-art-museum-pin {
  border-color: #e72c83;
  background: var(--white);
  box-shadow: 5px 5px 0 #e72c83;
}

.pin.phoenix-art-museum-pin > span:first-child {
  background: #e72c83;
}

.pin-preview.phoenix-art-museum-preview {
  border-color: #e72c83;
  color: #e72c83;
  background: var(--white);
  box-shadow: 5px 5px 0 #e72c83;
}

.pin.heard-pin {
  border-color: #721f2c;
  background: var(--white);
  box-shadow: 5px 5px 0 #721f2c;
}

.pin.heard-pin > span:first-child {
  background: #721f2c;
}

.pin-preview.heard-preview {
  border-color: #721f2c;
  color: var(--white);
  background: #721f2c;
  box-shadow: 5px 5px 0 var(--white);
}

.pin.cahokia-pin {
  border-color: var(--ink);
  background: #60d2ad;
  box-shadow: 5px 5px 0 var(--ink);
}

.pin.cahokia-pin > span:first-child {
  background: var(--ink);
}

.pin-preview.cahokia-preview {
  border-color: var(--ink);
  color: var(--ink);
  background: #60d2ad;
  box-shadow: 5px 5px 0 var(--ink);
}

.pin.lisa-sette-pin {
  border-color: #f2c500;
  background: var(--white);
  box-shadow: 5px 5px 0 #f2c500;
}

.pin.lisa-sette-pin > span:first-child {
  background: #f2c500;
}

.pin-preview.lisa-sette-preview {
  border-color: #f2c500;
  color: var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 #f2c500;
}

.pin.volumen-pin {
  border-color: var(--ink);
  background: #ffe15a;
  box-shadow: 5px 5px 0 var(--ink);
}

.pin.volumen-pin > span:first-child {
  background: var(--ink);
}

.pin-preview.volumen-preview {
  border-color: var(--ink);
  color: #ffe15a;
  background: var(--ink);
  box-shadow: 5px 5px 0 #ffe15a;
}

.pin.b-art-pin {
  border-color: var(--ink);
  background: #b52c35;
  box-shadow: 5px 5px 0 var(--ink);
}

.pin.b-art-pin > span:first-child {
  background: var(--ink);
}

.pin-preview.b-art-preview {
  border-color: var(--ink);
  color: #ef4a4f;
  background: var(--ink);
  box-shadow: 5px 5px 0 #b52c35;
}

.pin.smoca-pin {
  border-color: #2364aa;
  background: var(--white);
  box-shadow: 5px 5px 0 #2364aa;
}

.pin.smoca-pin > span:first-child {
  background: #2364aa;
}

.pin-preview.smoca-preview {
  border-color: #2364aa;
  color: #2364aa;
  background: var(--white);
  box-shadow: 5px 5px 0 #2364aa;
}

.pin.de-sarthe-pin {
  border-color: #d62828;
  background: var(--white);
  box-shadow: 5px 5px 0 #d62828;
}

.pin.de-sarthe-pin > span:first-child {
  background: #d62828;
}

.pin-preview.de-sarthe-preview {
  border-color: #d62828;
  color: var(--white);
  background: #d62828;
  box-shadow: 5px 5px 0 var(--white);
}

.pin.tca-pin {
  border-color: #1d4ed8;
  background: #d62828;
  box-shadow: 5px 5px 0 #1d4ed8;
}

.pin.tca-pin > span:first-child {
  background: #1d4ed8;
}

.pin-preview.tca-preview {
  border-color: #1d4ed8;
  color: var(--white);
  background: #d62828;
  box-shadow: 5px 5px 0 #1d4ed8;
}

.pin:hover .pin-preview,
.pin:focus-visible .pin-preview {
  opacity: 1;
  transform: translate(-50%, 0);
}

.pin:hover,
.pin:focus-visible {
  z-index: 30;
  width: 30px;
  height: 30px;
  transform: translate(-3px, -3px);
}

.pin.gallery {
  border-color: var(--ink);
  background: #e72c83;
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.32);
}

.pin.public {
  border-color: var(--ink);
  background: #008f92;
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.32);
}

.pin.education:not(.gallery) {
  border-color: var(--ink);
  background: #3158de;
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.32);
}

.pin.gallery > span:first-child,
.pin.public > span:first-child,
.pin.education:not(.gallery) > span:first-child {
  background: var(--white);
}

.pin.active-pin {
  outline: 3px solid #ffe15a;
  outline-offset: 3px;
}

.pin.is-hidden {
  display: none;
}

.map-panel,
.opportunity-grid article,
.submit-panel,
.signup {
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--white);
  box-shadow: 7px 7px 0 rgba(17, 16, 14, 0.16);
}

.submit-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(28px, 5vw, 70px);
}

.submit-intro {
  align-self: start;
}

.community-submission-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.community-submission-form label {
  display: grid;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.community-submission-form input,
.community-submission-form select,
.community-submission-form textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 0;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.community-submission-form textarea {
  resize: vertical;
}

.community-submission-form small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.permission-check {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.permission-check input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.community-submission-form .button {
  justify-self: start;
}

.map-panel {
  align-self: stretch;
  padding: 24px;
}

.map-panel h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 2rem;
  line-height: 0.92;
  text-transform: uppercase;
}

.map-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.map-artist-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.map-artist-links:empty {
  display: none;
}

.map-artist-links a {
  padding: 6px 8px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 3px 3px 0 rgba(17, 16, 14, 0.16);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.map-artist-links a:hover,
.map-artist-links a:focus-visible {
  background: var(--pink);
}

.landmark-card {
  display: grid;
  grid-template-columns: minmax(180px, 300px) 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 10px 10px 0 rgba(17, 16, 14, 0.18);
}

.landmark-card img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
}

.logo-card img {
  height: 280px;
  padding: 34px;
  object-fit: contain;
  background: #050a10;
}

.landmark-card div {
  padding: 22px 22px 22px 0;
}

.landmark-card h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.landmark-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.text-link {
  color: var(--hot);
  font-weight: 900;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.opportunity-grid article {
  position: relative;
  padding: 20px;
  padding-bottom: 70px;
}

.opportunity-logo {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: block;
  width: 46px;
  max-height: 46px;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.b-art-opportunity-logo {
  width: 82px;
  max-height: 32px;
  padding: 6px 8px;
  background: var(--ink);
}

.opportunity-grid .featured-call {
  grid-column: span 2;
  border-color: var(--hot);
  background:
    linear-gradient(135deg, rgba(255, 225, 0, 0.38), transparent 44%),
    var(--white);
}

.opportunity-grid .other-art-fair-call {
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(0, 160, 176, 0.18), transparent 46%),
    var(--white);
}

.opportunity-grid .light-work-opportunity {
  border-color: #315a87;
  background:
    linear-gradient(135deg, rgba(49, 90, 135, 0.16), transparent 48%),
    var(--white);
}

.opportunity-grid .rocking-s-opportunity {
  border-color: #42634b;
  background:
    linear-gradient(135deg, rgba(66, 99, 75, 0.16), transparent 48%),
    var(--white);
}

.opportunity-grid .chandler-engagement-opportunity {
  border-color: #9f48d1;
  background:
    linear-gradient(135deg, rgba(159, 72, 209, 0.15), transparent 48%),
    var(--white);
}

.vendor-opportunity {
  border-color: var(--pink);
  background:
    linear-gradient(135deg, rgba(255, 90, 165, 0.17), transparent 48%),
    var(--white);
}

.artists-commune-call {
  border-color: #4d0f1a;
  background:
    linear-gradient(135deg, rgba(255, 57, 177, 0.2), transparent 46%),
    #f1f2ed;
}

.artists-commune-calendar-row {
  border-color: #4d0f1a;
  background:
    linear-gradient(100deg, rgba(255, 57, 177, 0.14), transparent 46%),
    var(--white);
}

.beetle-workshop-row {
  border-color: #0d6471;
  background:
    linear-gradient(100deg, rgba(190, 207, 53, 0.2), transparent 48%),
    var(--white);
}

.dismarket-row {
  border-color: #b73c31;
  background:
    linear-gradient(100deg, rgba(173, 205, 234, 0.28), transparent 48%),
    var(--white);
}

.outsourced-workshop-row {
  border-color: #7047a3;
  background:
    linear-gradient(100deg, rgba(112, 71, 163, 0.15), transparent 48%),
    var(--white);
}

.alwun-exhibition-row {
  border-color: #cf2018;
  background:
    linear-gradient(100deg, rgba(207, 32, 24, 0.14), transparent 48%),
    var(--white);
}

.monsters-menagerie-row {
  border-color: #73c5ee;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(37, 121, 130, 0.35), transparent 52%),
    #080d0e;
}

.monsters-menagerie-row p,
.monsters-menagerie-row time span {
  color: rgba(255, 255, 255, 0.74);
}

.monsters-menagerie-row .calendar-kind,
.monsters-menagerie-row time {
  color: #73c5ee;
}

.cahokia-opportunity {
  grid-column: span 2;
  border-color: var(--sun);
  background:
    linear-gradient(135deg, rgba(255, 225, 0, 0.24), transparent 48%),
    var(--white);
}

.opportunity-grid h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.opportunity-grid .featured-call h3 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.88;
}

.tag {
  color: var(--blue);
}

.flyer-section {
  align-items: center;
}

.flyer-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 14px;
}

.flyer {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(-1.2deg);
}

.flyer:nth-child(2) {
  transform: rotate(1.4deg);
}

.flyer:nth-child(3) {
  transform: rotate(-0.4deg);
}

.flyer span,
.flyer small {
  font-weight: 900;
}

.flyer strong {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 0.9;
}

.flyer.hot {
  color: var(--white);
  background: var(--hot);
}

.flyer.sun {
  background: var(--sun);
}

.flyer.blue {
  color: var(--white);
  background: var(--blue);
}

.real-flyer {
  padding: 0;
  overflow: hidden;
  background: var(--white);
}

.real-flyer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-flyer {
  grid-column: 1 / -1;
  min-height: 520px;
  transform: rotate(-0.7deg);
}

.featured-flyer img,
.real-flyer img[src*="electric-frontier"] {
  object-fit: contain;
  background: #fff;
}

.newsletter,
.appointment {
  align-items: center;
}

.newsletter {
  color: var(--white);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 8px),
    var(--ink);
}

.newsletter .eyebrow,
.newsletter p {
  color: rgba(255, 250, 240, 0.74);
}

.signup {
  padding: 18px;
}

.signup label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 900;
}

.signup div {
  display: flex;
  gap: 8px;
}

.signup input {
  width: 100%;
  min-height: 48px;
  border: 2px solid var(--ink);
  border-radius: 0;
  padding: 0 15px;
  background: #fff;
}

.submit-panel {
  max-width: 900px;
  margin: clamp(54px, 8vw, 110px) auto;
  padding: clamp(28px, 5vw, 54px);
  text-align: center;
  transform: rotate(-0.5deg);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.directory-page {
  background:
    linear-gradient(rgba(17, 16, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 16, 14, 0.035) 1px, transparent 1px),
    var(--white);
  background-size: 22px 22px;
}

.directory-hero {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  padding: 110px clamp(18px, 5vw, 70px) 60px;
  border-bottom: 4px solid var(--ink);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.96), rgba(17, 16, 14, 0.68)),
    url("assets/everything-that-grows-here-satellite.jpg") center 56% / cover;
}

.directory-hero h1 {
  max-width: 850px;
}

.directory-hero > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 249, 232, 0.84);
  font-size: 1.2rem;
  line-height: 1.6;
}

.directory-jump-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px clamp(18px, 5vw, 70px);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  background: rgba(255, 249, 232, 0.96);
  box-shadow: 0 5px 0 rgba(17, 16, 14, 0.12);
  backdrop-filter: blur(8px);
}

.directory-jump-nav span {
  margin-right: 4px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.directory-jump-nav a {
  border: 2px solid var(--ink);
  padding: 7px 10px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.directory-jump-nav a:hover,
.directory-jump-nav a:focus-visible {
  color: var(--white);
  background: var(--blue);
}

.directory-section,
.space-card[id] {
  scroll-margin-top: 84px;
}

.directory-back-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  border: 2px solid var(--ink);
  padding: 9px 12px;
  color: var(--ink);
  background: var(--sun);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.directory-back-link:hover,
.directory-back-link:focus-visible {
  color: var(--white);
  background: var(--blue);
}

.directory-section {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 70px);
  border-bottom: 3px solid var(--ink);
}

.directory-section-alt {
  background: var(--paper);
}

.directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 520px);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.directory-heading h2,
.directory-heading p {
  margin-bottom: 0;
}

.directory-heading > p {
  color: var(--muted);
  line-height: 1.55;
}

.space-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.space-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 7px 7px 0 rgba(17, 16, 14, 0.16);
}

.space-card.featured-space {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(255, 225, 0, 0.32), transparent 45%),
    var(--white);
}

.appointment-space {
  border-color: var(--pink);
  background:
    linear-gradient(135deg, rgba(255, 90, 165, 0.13), transparent 46%),
    var(--white);
}

.earth-maker-card {
  grid-column: span 2;
  border-color: var(--hot);
  background:
    linear-gradient(135deg, rgba(255, 59, 31, 0.14), transparent 48%),
    var(--white);
}

.first-studio-card {
  grid-column: span 2;
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(0, 160, 176, 0.16), transparent 48%),
    var(--white);
}

.cahokia-card {
  grid-column: span 2;
  border-color: var(--sun);
  background:
    linear-gradient(135deg, rgba(255, 225, 0, 0.2), transparent 50%),
    var(--white);
}

.phoenix-forge-card {
  grid-column: span 2;
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(0, 160, 176, 0.14), transparent 48%),
    var(--white);
}

.heard-museum-card {
  grid-column: span 2;
  border-color: var(--hot);
  background:
    linear-gradient(135deg, rgba(255, 59, 31, 0.13), transparent 50%),
    var(--white);
}

.space-note {
  font-size: 0.9rem;
}

.space-card-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.space-type,
.space-admission {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.space-admission {
  color: var(--hot);
}

.space-card h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.space-card p {
  color: var(--muted);
  line-height: 1.55;
}

.space-card .text-link {
  margin-top: auto;
}

.space-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: auto;
}

.space-link-row .text-link {
  margin-top: 0;
}

.current-show-space {
  border-color: var(--hot);
}

.current-show {
  width: 100%;
  margin: 4px 0 18px;
  padding: 12px;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.14);
}

.current-show span,
.current-show strong {
  display: block;
}

.current-show span {
  color: var(--hot);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.current-show strong {
  margin: 3px 0 5px;
  font-size: 1.25rem;
}

.current-show p {
  margin: 0;
  font-size: 0.9rem;
}

.current-show-list ul {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.mesa-arts-card {
  grid-column: span 2;
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(0, 160, 176, 0.14), transparent 45%),
    var(--white);
}

.space-facts {
  display: grid;
  gap: 7px;
  margin: 4px 0 18px;
}

.space-facts div {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 8px;
}

.space-facts dt {
  font-weight: 900;
}

.space-facts dd {
  margin: 0;
  color: var(--muted);
}

.space-logo {
  width: 84px;
  height: 64px;
  margin-bottom: 18px;
  object-fit: contain;
}

.space-logo.wide-logo {
  width: 150px;
}

.space-logo.square-logo {
  width: 76px;
  height: 76px;
}

.space-logo.dark-logo {
  padding: 8px;
  background: var(--ink);
}

.space-photo {
  width: calc(100% + 40px);
  height: 150px;
  margin: -20px -20px 18px;
  border-bottom: 2px solid var(--ink);
  object-fit: cover;
}

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

.directory-submit {
  max-width: 920px;
  margin: clamp(54px, 8vw, 100px) auto;
  padding: clamp(28px, 5vw, 54px);
  border: 3px solid var(--ink);
  background: var(--sun);
  box-shadow: 10px 10px 0 var(--hot);
  text-align: center;
}

.directory-submit .eyebrow {
  margin-right: auto;
  margin-left: auto;
  background: var(--white);
}

.directory-submit p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.calendar-page {
  background: var(--white);
}

.calendar-hero {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 110px clamp(18px, 5vw, 70px) 58px;
  border-bottom: 4px solid var(--ink);
  color: var(--white);
  background:
    repeating-linear-gradient(-8deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 14px),
    var(--ink);
}

.calendar-hero h1 {
  max-width: 900px;
}

.calendar-hero > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 249, 232, 0.82);
  font-size: 1.18rem;
  line-height: 1.6;
}

.calendar-download-all {
  margin-top: 20px;
}

.calendar-section {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 70px);
  border-bottom: 3px solid var(--ink);
}

.calendar-section-alt {
  background: var(--paper);
}

.calendar-heading {
  margin-bottom: 28px;
}

.month-view-section {
  background: var(--white);
}

.month-view-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.month-view-heading .calendar-heading {
  margin-bottom: 0;
}

.month-view-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.month-view-controls button {
  min-height: 42px;
  border: 2px solid var(--ink);
  padding: 8px 13px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 3px 3px 0 var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.month-view-controls button:hover,
.month-view-controls button:focus-visible {
  background: var(--pink);
}

.month-view-controls button:disabled {
  box-shadow: none;
  cursor: default;
  opacity: 0.35;
}

.month-view-note {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.month-calendar-scroll {
  overflow-x: auto;
  padding: 0 5px 8px 0;
}

.month-calendar {
  min-width: 840px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
  box-shadow: 7px 7px 0 rgba(17, 16, 14, 0.16);
}

.month-weekday {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.month-weekday span {
  display: none;
}

.month-day {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--white);
}

.month-day:nth-child(7n + 8),
.month-day:nth-child(7n + 14) {
  background: rgba(255, 90, 165, 0.06);
}

.month-day > time {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 900;
}

.month-day.is-today > time {
  color: var(--white);
  background: var(--hot);
}

.month-day-empty {
  background: var(--paper);
}

.month-event {
  width: 100%;
  border: 1px solid var(--ink);
  padding: 5px 6px;
  color: var(--ink);
  background: #ffe15a;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.18;
  text-align: left;
  cursor: pointer;
  transition:
    background 140ms ease,
    color 140ms ease,
    padding 140ms ease;
}

.month-event-label {
  display: block;
}

.month-event-location {
  max-height: 0;
  display: block;
  overflow: hidden;
  border-top: 0 solid currentColor;
  margin-top: 0;
  padding-top: 0;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0;
  transition:
    max-height 180ms ease,
    margin 180ms ease,
    padding 180ms ease,
    border-width 180ms ease,
    opacity 140ms ease;
}

.month-event:nth-of-type(3n + 2) {
  background: #bff1eb;
}

.month-event:nth-of-type(3n + 3) {
  background: #ffd3e7;
}

.month-event:hover,
.month-event:focus-visible {
  color: var(--white);
  background: var(--blue);
  padding: 8px;
}

.month-event:hover .month-event-location,
.month-event:focus-visible .month-event-location {
  max-height: 90px;
  border-top-width: 1px;
  margin-top: 6px;
  padding-top: 5px;
  opacity: 1;
}

.calendar-row-highlight {
  animation: calendar-row-highlight 1.4s ease;
}

@keyframes calendar-row-highlight {
  0%,
  100% {
    outline: 0 solid transparent;
  }
  30% {
    outline: 6px solid var(--pink);
    outline-offset: 3px;
  }
}

.calendar-feature {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border: 3px solid var(--ink);
  background: var(--sun);
  box-shadow: 10px 10px 0 var(--hot);
}

.calendar-date-block {
  display: grid;
  place-content: center;
  padding: 28px;
  border-right: 3px solid var(--ink);
  color: var(--white);
  background: var(--hot);
  text-align: center;
  text-transform: uppercase;
}

.calendar-date-block span,
.calendar-date-block small {
  font-weight: 900;
  letter-spacing: 0.1em;
}

.calendar-date-block strong {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 6.5rem;
  line-height: 0.85;
}

.calendar-feature-copy {
  padding: clamp(24px, 4vw, 46px);
}

.calendar-feature-copy h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.calendar-feature-copy > p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.calendar-kind {
  color: var(--hot);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-facts {
  display: grid;
  gap: 7px;
  margin: 20px 0;
}

.calendar-facts div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
}

.calendar-facts dt {
  font-weight: 900;
}

.calendar-facts dd {
  margin: 0;
}

.calendar-list {
  display: grid;
  gap: 12px;
}

.calendar-row {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(17, 16, 14, 0.14);
}

.calendar-row time {
  display: grid;
  gap: 2px;
  color: var(--hot);
}

.calendar-row time strong {
  font-size: 1.15rem;
}

.calendar-row time span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.calendar-row h3,
.calendar-row p {
  margin-bottom: 2px;
}

.calendar-row p {
  color: var(--muted);
}

.recurring-gallery-row {
  border-color: var(--blue);
  background:
    linear-gradient(100deg, rgba(0, 160, 176, 0.13), transparent 44%),
    var(--white);
}

.recurring-gallery-row time {
  color: var(--blue);
}

.recurring-market-row {
  border-color: var(--pink);
  background:
    linear-gradient(100deg, rgba(255, 90, 165, 0.14), transparent 44%),
    var(--white);
}

.recurring-market-row time {
  color: var(--hot);
}

.cahokia-market-row {
  border-color: var(--sun);
  background:
    linear-gradient(100deg, rgba(255, 225, 0, 0.18), transparent 44%),
    var(--white);
}

.cahokia-market-row time {
  color: var(--blue);
}

.heard-event-row {
  border-color: var(--hot);
  background:
    linear-gradient(100deg, rgba(255, 59, 31, 0.12), transparent 44%),
    var(--white);
}

.calendar-row-actions {
  display: grid;
  gap: 7px;
  justify-items: stretch;
}

.calendar-row-actions > a,
.calendar-add-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--blue);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.past-events {
  max-width: 1180px;
  margin: clamp(38px, 6vw, 74px) auto;
  padding: 0 clamp(18px, 4vw, 48px);
}

.past-events summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.past-events summary small {
  color: rgba(255, 249, 232, 0.68);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.past-events-list {
  padding: 16px 0 4px;
}

.past-calendar-row {
  filter: grayscale(0.35);
  opacity: 0.72;
  box-shadow: 4px 4px 0 rgba(17, 16, 14, 0.1);
}

.past-calendar-row .calendar-kind {
  color: var(--muted);
}

.calendar-add-button {
  color: var(--ink);
  background: var(--white);
}

.calendar-add-button:hover,
.calendar-add-button:focus-visible {
  background: var(--pink);
}

.calendar-feature-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.calendar-feature-actions .calendar-add-button {
  min-height: 40px;
}

.deadline-row {
  border-color: var(--hot);
  background: #fff5bc;
}

.application-row {
  border-color: var(--pink);
  background: #fff0f7;
}

.mesa-closing-row {
  border-color: var(--blue);
  background: #eafcff;
}

.resource-space-card {
  border-color: var(--pink);
  background:
    linear-gradient(135deg, rgba(255, 90, 165, 0.14), transparent 46%),
    var(--white);
}

.paper-jam-card {
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(0, 160, 176, 0.17), transparent 48%),
    var(--white);
}

.como-art-card {
  border-color: var(--ink);
  background:
    linear-gradient(135deg, rgba(49, 88, 222, 0.14), transparent 48%),
    var(--white);
}

.context-resource-card {
  grid-column: span 2;
  border-color: var(--ink);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 160, 176, 0.32), transparent 50%),
    var(--ink);
}

.context-resource-card p {
  color: rgba(255, 255, 255, 0.76);
}

.context-resource-card .space-type,
.context-resource-card .text-link {
  color: #73c5ee;
}

.arts-commission-card {
  grid-column: span 2;
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(255, 225, 90, 0.3), transparent 50%),
    var(--white);
}

.alwun-house-card {
  border-color: var(--hot);
  background:
    linear-gradient(135deg, rgba(255, 59, 31, 0.14), transparent 48%),
    var(--white);
}

.cala-resource-card {
  grid-column: span 2;
  border-color: var(--green);
  background:
    linear-gradient(135deg, rgba(90, 127, 40, 0.16), transparent 48%),
    var(--white);
}

.resource-programs {
  width: 100%;
  margin: 5px 0 16px;
  padding: 12px;
  border-left: 5px solid var(--green);
  background: var(--paper);
}

.resource-programs > span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-programs ul {
  display: grid;
  gap: 5px;
  margin: 9px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.4;
}

.simbiosis-row {
  border-color: var(--green);
  background: #eef7db;
}

.noise-deadline-row,
.noise-event-row {
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(0, 160, 176, 0.15), transparent 46%),
    var(--white);
}

.noise-event-row h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.other-fair-deadline-row,
.other-fair-event-row {
  border-color: var(--pink);
  background:
    linear-gradient(135deg, rgba(255, 90, 165, 0.14), transparent 48%),
    var(--white);
}

.other-fair-event-row h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.light-work-deadline-row {
  border-color: #315a87;
  background:
    linear-gradient(100deg, rgba(49, 90, 135, 0.14), transparent 48%),
    var(--white);
}

.rocking-s-deadline-row {
  border-color: #42634b;
  background:
    linear-gradient(100deg, rgba(66, 99, 75, 0.14), transparent 48%),
    var(--white);
}

.chandler-engagement-deadline-row {
  border-color: #9f48d1;
  background:
    linear-gradient(100deg, rgba(159, 72, 209, 0.14), transparent 48%),
    var(--white);
}

.rocking-s-preview {
  color: var(--white);
  background: #42634b;
}

.azpa-card {
  border-color: #3e5875;
  background:
    linear-gradient(135deg, rgba(62, 88, 117, 0.12), transparent 48%),
    var(--white);
}

.zine-fest-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  color: var(--white);
  background:
    repeating-linear-gradient(-8deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 14px),
    var(--ink);
}

.zine-fest-flyer {
  margin: 0;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--pink);
  transform: rotate(-1deg);
}

.zine-fest-flyer img {
  display: block;
  width: 100%;
  height: auto;
}

.zine-fest-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 249, 232, 0.8);
  font-size: 1.08rem;
  line-height: 1.6;
}

.zine-fest-copy .calendar-facts dd {
  color: rgba(255, 249, 232, 0.84);
}

.calendar-submit {
  max-width: 920px;
  margin: clamp(54px, 8vw, 100px) auto;
  padding: clamp(28px, 5vw, 54px);
  border: 3px solid var(--ink);
  background: var(--pink);
  box-shadow: 10px 10px 0 var(--ink);
  text-align: center;
}

.calendar-submit .eyebrow {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 900px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
  }

  .main-nav,
  .nav-action {
    display: none;
  }

  .mobile-menu {
    display: block;
    margin-left: auto;
  }

  .hero {
    min-height: 700px;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }

  .grid-two,
  .section-heading,
  .feature-exhibition,
  .flyer-section,
  .newsletter,
  .appointment,
  .map-layout,
  .landmark-card,
  .artist-first,
  .submit-panel {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .artist-first-copy {
    border-left: 0;
    border-top: 5px solid var(--hot);
    padding-top: 20px;
    padding-left: 0;
  }

  .directory-heading,
  .space-grid,
  .compact-space-grid {
    grid-template-columns: 1fr;
  }

  .space-card.featured-space {
    grid-column: auto;
  }

  .mesa-arts-card {
    grid-column: auto;
  }

  .earth-maker-card {
    grid-column: auto;
  }

  .first-studio-card {
    grid-column: auto;
  }

  .cahokia-card,
  .cahokia-opportunity,
  .heard-museum-card,
  .phoenix-forge-card,
  .context-resource-card,
  .arts-commission-card {
    grid-column: auto;
  }

  .cala-resource-card {
    grid-column: auto;
  }

  .calendar-feature {
    grid-template-columns: 1fr;
  }

  .month-view-heading {
    align-items: start;
    flex-direction: column;
  }

  .calendar-date-block {
    border-right: 0;
    border-bottom: 3px solid var(--ink);
  }

  .calendar-row {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .calendar-row-actions {
    grid-column: 2;
    width: max-content;
  }

  .zine-fest-section {
    grid-template-columns: 1fr;
  }

  .landmark-card div {
    padding: 0 18px 22px;
  }

  .section-heading {
    align-items: start;
  }

  .opportunity-grid,
  .flyer-wall {
    grid-template-columns: 1fr;
  }

  .opportunity-grid .featured-call {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .directory-jump-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .directory-jump-nav span,
  .directory-jump-nav a {
    flex: 0 0 auto;
  }

  .directory-back-link {
    right: 10px;
    bottom: 10px;
  }

  .month-view-controls {
    width: 100%;
  }

  .month-view-controls button {
    flex: 1;
    padding-inline: 8px;
  }

  .month-calendar {
    min-width: 700px;
  }

  .month-day {
    min-height: 118px;
  }

  .month-weekday strong {
    display: none;
  }

  .month-weekday span {
    display: inline;
  }

  .main-nav {
    justify-content: flex-start;
  }

  h1 {
    font-size: 3.6rem;
  }

  .hero {
    padding-top: 108px;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card a {
    width: max-content;
  }

  .map-board {
    min-height: 390px;
  }

  .signup div {
    flex-direction: column;
  }
}
