/* Orlando Show Guide — site layer on top of framework.css (vendored, unmodified).
   Only additions and show-guide specific components live here. */

@font-face { font-family: "Spectral"; font-style: normal; font-weight: 400; font-display: optional; src: url(/assets/fonts/display-400.woff2) format("woff2"); }
@font-face { font-family: "Spectral"; font-style: italic; font-weight: 400; font-display: optional; src: url(/assets/fonts/display-400-italic.woff2) format("woff2"); }
@font-face { font-family: "Spectral"; font-style: normal; font-weight: 600; font-display: optional; src: url(/assets/fonts/display-600.woff2) format("woff2"); }
@font-face { font-family: "Literata"; font-style: normal; font-weight: 400; font-display: optional; src: url(/assets/fonts/body-400.woff2) format("woff2"); }
@font-face { font-family: "Literata"; font-style: italic; font-weight: 400; font-display: optional; src: url(/assets/fonts/body-400-italic.woff2) format("woff2"); }
@font-face { font-family: "Literata"; font-style: normal; font-weight: 500; font-display: optional; src: url(/assets/fonts/body-500.woff2) format("woff2"); }

/* header nav: plain links styled like the framework dropdown buttons */
.nav-link {
  display: flex; align-items: center; padding: .5rem .75rem; border-radius: var(--radius);
  font-family: var(--font-display); font-size: 1rem; font-weight: 500; text-decoration: none;
  color: var(--color-shadow-light); transition: background-color .2s, color .2s;
}
.nav-link:hover, .nav-link[aria-current="page"] { background: var(--muted); color: var(--color-terracotta); }
@media (min-width: 768px) and (max-width: 1023px) { .nav-link { padding: .5rem .5rem; font-size: .9375rem; } .brand-name span { display: none; } }
.mobile-section-content.open { display: block; padding-bottom: 1rem; }

/* hero sizing + photo credit */
.hero.hero-page { min-height: 380px; }
.hero.hero-event { min-height: 320px; }
.hero.hero-home { min-height: 560px; }
.hero h1 .l1.sm, .hero h1 .l2.sm { font-size: 2.25rem; }
@media (min-width: 640px) { .hero h1 .l1.sm, .hero h1 .l2.sm { font-size: 3rem; } }
@media (min-width: 1280px) { .hero h1 .l1.sm, .hero h1 .l2.sm { font-size: 3.5rem; } }
.hero .hero-lede { color: color-mix(in srgb, var(--color-chalk) 85%, transparent); max-width: 44rem; font-size: 1.0625rem; margin: 0; }
.hero-credit {
  position: absolute; right: .75rem; bottom: .5rem; z-index: 11; margin: 0;
  font-size: .6875rem; color: color-mix(in srgb, var(--color-chalk) 70%, transparent);
}
.hero-credit a { color: inherit; }
.hero .crumbs { font-size: .8125rem; color: color-mix(in srgb, var(--color-chalk) 70%, transparent); margin: 0 0 1rem; }
.hero .crumbs a { color: inherit; text-decoration: none; }
.hero .crumbs a:hover { color: var(--color-gold); }
.hero .crumbs .sep { margin: 0 .375rem; opacity: .6; }

/* page body spacing */
.page-body { padding-block: 3rem 4rem; }
.page-body > .article-section + .article-section { margin-top: 3.5rem; }
.section-header p.section-desc { margin: .5rem 0 0; color: var(--muted-foreground); max-width: 40rem; }
.lead-p { font-size: 1.0625rem; color: var(--muted-foreground); max-width: 46rem; }

/* event tables */
.data-table td.num, .data-table th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.data-table td.when { white-space: nowrap; font-variant-numeric: tabular-nums; }
.data-table td a { color: inherit; text-decoration: none; }
.data-table td a:hover { color: var(--color-terracotta); text-decoration: underline; }
.data-table td .sub { display: block; font-size: .75rem; font-weight: 400; color: var(--muted-foreground); }
.data-table td.cta { text-align: right; }
.btn-sm { padding: .4rem .8rem; font-size: .875rem; }
.data-table .btn-sm { color: var(--color-chalk); }
.data-table .btn-sm:hover { color: var(--color-chalk); text-decoration: none; }
@media (max-width: 639px) {
  .data-table .hide-sm { display: none; }
  .data-table th, .data-table td { padding: .6rem .4rem; }
}
.month-h { font-size: 1.25rem; margin: 2rem 0 .25rem; }

/* status + genre pills */
.pill { display: inline-block; border-radius: 9999px; padding: .125rem .5rem; font-size: .6875rem; font-weight: 600; letter-spacing: .02em; vertical-align: middle; }
.pill-warn { background: color-mix(in srgb, var(--color-red-700) 10%, transparent); color: var(--color-red-700); }
.pill-genre { background: color-mix(in srgb, var(--color-azulejo) 10%, transparent); color: var(--color-azulejo); }

/* text cards (shows without photos) */
.show-card .card-body { gap: .5rem; }
.show-card .card-kicker { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--color-terracotta); font-weight: 600; }
.card-media .card-media-title { position: absolute; left: 1rem; bottom: .75rem; right: 1rem; z-index: 2; color: var(--color-chalk); font-family: var(--font-display); font-size: 1.25rem; line-height: 1.25; }

/* stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 0 0 2.5rem; }
@media (min-width: 768px) { .stat-strip { grid-template-columns: repeat(4, 1fr); } }
.stat { border: 1px solid var(--color-border); background: var(--color-card); border-radius: .75rem; padding: 1rem 1.125rem; }
.stat b { display: block; font-family: var(--font-display); font-size: 1.625rem; font-weight: 500; color: var(--foreground); line-height: 1.2; font-variant-numeric: tabular-nums; }
.stat span { font-size: .8125rem; color: var(--muted-foreground); }

/* showtimes list on event pages */
.showtimes { display: grid; gap: .75rem; margin: 1.25rem 0 0; }
.showtime { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem; border: 1px solid var(--color-border); border-radius: .75rem; padding: .875rem 1rem; background: var(--color-card); }
.showtime .t { font-family: var(--font-display); font-size: 1.25rem; }
.showtime .p { font-size: .875rem; color: var(--muted-foreground); }

/* disclosure */
.disclosure { font-size: .8125rem; color: var(--muted-foreground); border-top: 1px solid var(--color-border); padding-top: 1.25rem; margin-top: 3rem; }
.disclosure a { color: var(--color-terracotta); }

/* guide article */
.guide-meta { font-size: .8125rem; color: var(--muted-foreground); margin: 0 0 2rem; }
.prose h2 { font-size: 1.5rem; margin: 2.5rem 0 1rem; }
@media (min-width: 640px) { .prose h2 { font-size: 1.875rem; } }
.prose table { width: 100%; border-collapse: collapse; font-size: .9rem; margin: 1rem 0 1.5rem; }
.prose th, .prose td { text-align: left; padding: .6rem .5rem; border-bottom: 1px solid var(--color-border); vertical-align: top; }
.prose th { color: var(--foreground); font-weight: 500; }
.prose td { color: var(--muted-foreground); }
.sources { font-size: .8125rem; }
.sources li { margin-bottom: .25rem; }

/* chips row */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }

/* search page */
.search-box { width: 100%; font: inherit; font-size: 1.0625rem; padding: .875rem 1rem; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-card); }
.search-results { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .5rem; }
.search-results a { display: block; padding: .75rem 1rem; border: 1px solid var(--color-border); border-radius: var(--radius); text-decoration: none; background: var(--color-card); }
.search-results a:hover { border-color: var(--color-terracotta); }
.search-results .k { font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--color-terracotta); }
.search-results .s { display: block; font-size: .8125rem; color: var(--muted-foreground); }

/* footer: brand + three evenly aligned link columns */
.site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; align-items: start; }
.site-footer .footer-brand, .site-footer .footer-col-wide { grid-column: 1 / -1; }
.site-footer .footer-col h3 { margin: 0 0 .75rem; min-height: 1.5rem; }
.site-footer .footer-col a { padding: .375rem 0; line-height: 1.4; }
.site-footer .footer-col-wide ul { columns: 2; column-gap: 1.5rem; }
.site-footer .footer-col-wide li { break-inside: avoid; }
.site-footer .footer-col-wide { order: 3; }
.site-footer .footer-legal nav { flex-wrap: nowrap; flex-shrink: 0; }
@media (min-width: 768px) {
  .site-footer .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem 2rem; }
  .site-footer .footer-col-wide { grid-column: auto; order: 0; }
  .site-footer .footer-col-wide ul { columns: 1; }
}
@media (min-width: 1024px) {
  .site-footer .footer-grid { grid-template-columns: 1.5fr 1fr 1.25fr 1fr; gap: 3rem; }
  .site-footer .footer-brand { grid-column: auto; }
  .site-footer .footer-brand .about { max-width: 22rem; }
}
