/* UNIQUE_STYLE: event-poster-system */
* { box-sizing: border-box; }
:root {
  --ink: #111827;
  --deep: #172554;
  --cream: #fff7da;
  --paper: #ffe8a8;
  --lime: #dbff47;
  --coral: #ef5f4a;
  --sky: #4f8cff;
  --blue: #1d4ed8;
  --line: rgba(17, 24, 39, .18);
  --max: 1040px;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(79, 140, 255, .20), transparent 24rem),
    linear-gradient(135deg, #fff8dc 0%, var(--paper) 62%, #ffd08a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.city-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(var(--max), calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: rgba(255, 247, 218, .94);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 rgba(29, 78, 216, .92);
  backdrop-filter: blur(14px);
}
.city-brand { font-weight: 950; text-transform: uppercase; letter-spacing: -.035em; }
nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; font-weight: 850; font-size: .84rem; }
nav a { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 12px; background: #fffef8; border: 1px solid var(--line); }
nav a:hover { background: var(--lime); border-color: var(--ink); }
section { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.poster-grid {
  padding: 78px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(24px, 4vw, 42px);
  align-items: stretch;
}
.poster-type {
  min-height: 570px;
  padding: clamp(28px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.20) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.20) 1px, transparent 1px),
    linear-gradient(132deg, #f06543 0 31%, #ffe45c 31% 55%, #57cc99 55% 72%, #4d96ff 72%);
  background-size: 34px 34px, 34px 34px, auto;
  border: 3px solid var(--ink);
  box-shadow: 16px 16px 0 rgba(17, 24, 39, .92);
}
.poster-kicker {
  margin: 0 0 24px;
  max-width: 34ch;
  color: #fffef8;
  background: rgba(17, 24, 39, .82);
  display: inline-block;
  padding: 8px 10px;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .13em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 0;
  display: grid;
  gap: clamp(10px, 1.8vw, 18px);
  max-width: 760px;
  font-size: clamp(2.65rem, 7vw, 5.2rem);
  line-height: 1.3;
  text-transform: none;
  letter-spacing: -.07em;
  text-wrap: balance;
}
h1 span {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: .06em .12em .12em;
  color: #fffef8;
  background: var(--deep);
  box-shadow: 8px 8px 0 rgba(219, 255, 71, .94);
}
h1 span:nth-child(2) { margin-left: clamp(0px, 5vw, 58px); background: #7f1d1d; box-shadow-color: rgba(255, 232, 168, .96); }
h1 span:nth-child(3) { margin-left: clamp(0px, 2vw, 26px); background: #0f5132; box-shadow-color: rgba(79, 140, 255, .82); }
h2 { margin: 0; max-width: 14ch; font-size: clamp(2rem, 5vw, 4rem); line-height: .96; letter-spacing: -.055em; }
h3 { margin: 0 0 10px; font-size: 1.05rem; line-height: 1.1; }
.poster-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.poster-meta span { padding: 9px 11px; color: var(--deep); background: #fffef8; border: 2px solid var(--deep); font-weight: 900; }
.ticket-stub {
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: #fffef8;
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 rgba(239, 95, 74, .95);
}
.ticket-stub span { color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 950; }
.ticket-stub strong { display: block; font-size: clamp(2.3rem, 6vw, 4rem); line-height: .9; letter-spacing: -.06em; color: var(--deep); }
.ticket-stub p, .micro-boundary p, footer { color: rgba(17, 24, 39, .74); font-weight: 650; }
.schedule-marquee, .lab-cards, .arrival-strip, .micro-boundary, .city-close, .neon-map {
  margin-top: 56px;
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 rgba(17, 24, 39, .88);
}
.schedule-marquee { padding: clamp(26px, 5vw, 46px); color: #fffef8; background: var(--deep); }
.schedule-marquee p { color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font-weight: 950; }
.schedule-marquee h2 { color: #fffef8; max-width: 13ch; }
.schedule-marquee ol { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; }
.schedule-marquee li { display: grid; grid-template-columns: 88px 1fr; gap: 14px; padding: 15px; color: var(--ink); background: #fffef8; font-weight: 800; }
.schedule-marquee span { color: var(--blue); font-weight: 950; }
.neon-map { padding: 30px; background: var(--lime); }
.map-card { margin-top: 22px; min-height: 220px; position: relative; background: linear-gradient(135deg, var(--blue), #0f172a); border: 2px solid var(--ink); }
.map-card span { position: absolute; padding: 8px 10px; background: #fffef8; border: 2px solid var(--ink); text-transform: uppercase; font-size: .78rem; font-weight: 900; }
.map-card span:nth-child(1) { left: 8%; top: 18%; } .map-card span:nth-child(2) { right: 8%; top: 25%; } .map-card span:nth-child(3) { left: 23%; bottom: 18%; } .map-card span:nth-child(4) { right: 20%; bottom: 22%; }
.lab-cards { padding: 30px; background: #ffd6cd; }
.card-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.card-grid article { min-height: 190px; padding: 20px; background: #fffef8; border: 1px solid var(--line); border-top: 5px solid var(--coral); }
.card-grid p { color: rgba(17,24,39,.70); }
.arrival-strip { padding: 28px; background: #dbeafe; }
.arrival-strip ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.arrival-strip li { padding: 16px; background: #fffef8; border: 1px solid var(--line); font-weight: 850; }
.micro-boundary, .city-close { padding: clamp(24px, 5vw, 42px); background: #fffef8; }
.city-close { text-align: center; margin-bottom: 58px; }
.city-close h2 { margin-left: auto; margin-right: auto; }
.city-button { margin-top: 24px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; background: var(--blue); color: #fffef8; box-shadow: 8px 8px 0 rgba(219,255,71,.9); font-weight: 950; }
footer { width: min(var(--max), calc(100% - 32px)); margin: 0 auto 24px; padding-top: 18px; border-top: 2px solid var(--line); display: flex; justify-content: space-between; gap: 18px; }
footer p { margin: 0; }
footer a { color: var(--blue); font-weight: 950; }
@media (max-width: 860px) {
  .poster-grid { grid-template-columns: 1fr; padding-top: 48px; }
  .poster-type { min-height: 520px; }
  .card-grid, .arrival-strip ul { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .city-header { width: min(100% - 20px, var(--max)); flex-direction: column; align-items: flex-start; }
  section, footer { width: min(100% - 20px, var(--max)); }
  nav, nav a { width: 100%; }
  h1 { font-size: clamp(2.55rem, 15vw, 4rem); gap: 12px; line-height: .93; }
  h1 span, h1 span:nth-child(2), h1 span:nth-child(3) { margin-left: 0; }
  .schedule-marquee li { grid-template-columns: 1fr; }
  footer { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Design vocabulary: communitypopup postergrid streetfestival eventteaser citylab schedulemarquee blockparty zinetable makerbooth sidewalkreadability posterheadline typeblocks loudcolor microevent arrivalnotes ticketstub neighborhoodworkshop */


/* Shared demo navigation back to the Website Development page. */
.wd-back-link {
  position: sticky;
  top: 12px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 12px 0 0 max(12px, calc((100vw - var(--max, 1120px)) / 2));
  padding: 0.58rem 0.86rem;
  border: 1px solid rgba(30, 40, 34, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: inherit;
  font: 800 0.86rem/1.1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(30, 40, 34, 0.12);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.wd-back-link:hover,
.wd-back-link:focus-visible,
.footer-back-to-web-development:hover,
.footer-back-to-web-development:focus-visible {
  text-decoration: none;
  transform: translateY(-1px);
}

.footer-back-to-web-development {
  display: inline-flex;
  margin-left: 1rem;
  font-weight: 900;
}

@media (max-width: 660px) {
  .wd-back-link {
    margin-left: 11px;
    max-width: calc(100vw - 22px);
  }

  .footer-back-to-web-development {
    display: inline-flex;
    margin-left: 0;
    margin-top: 0.7rem;
  }
}
