/* AI New Orleans SHORTS — cream / ink / red, sampled from the organizer's
   art-deco fleur-de-lis + camera emblem (Logo/logo.png).
   Fonts: Big Shoulders Display (display) + Libre Franklin (body).
   No opacity:0 scroll-reveal anywhere (breaks headless renders). */

:root {
  --paper: #f1e2d5;
  --paper-2: #e9d7c6;
  --ink: #1a1b1c;
  --ink-dim: #5a534c;
  --red: #a42316;
  --red-soft: #c33a2b;
  --line: rgba(26, 27, 28, 0.16);
  --display: "Big Shoulders Display", sans-serif;
  --body: "Libre Franklin", sans-serif;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--display); font-weight: 700; margin: 0; letter-spacing: 0.01em; }
p { margin: 0 0 1em; color: var(--ink-dim); }
a { color: var(--red); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--red); color: var(--paper);
  padding: 10px 16px; z-index: 1000;
}
.skip-link:focus { left: 12px; top: 12px; }

.eyebrow {
  display: block; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem;
  color: var(--red); font-weight: 700; margin-bottom: 12px;
}

/* ---- ticket-stub nav ---- */
.ticket-nav {
  position: sticky; top: 0; z-index: 100; background: rgba(241, 226, 213, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 2px dashed var(--line);
}
.ticket-nav.scrolled { border-bottom-style: solid; box-shadow: 0 8px 20px rgba(26,27,28,0.12); }
.ticket-nav-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { display: block; border-radius: 6px; }
.wordmark {
  font-family: var(--display); font-weight: 800; font-size: 1.2rem; color: var(--ink);
  letter-spacing: 0.02em; white-space: nowrap;
}
.wordmark span { color: var(--red); }
.wordmark.small { font-size: 1.05rem; margin: 0 0 6px; }
.ticket-links { display: flex; gap: 22px; flex-wrap: wrap; }
.ticket-links a {
  color: var(--ink-dim); text-decoration: none; font-size: 0.92rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ticket-links a:hover { color: var(--red); }
.ticket-cta { white-space: nowrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 2px;
  font-family: var(--display); font-weight: 700; text-decoration: none; letter-spacing: 0.03em;
  border: 2px solid transparent; font-size: 0.95rem;
}
.btn-red { background: var(--red); color: var(--paper); }
.btn-red:hover { background: var(--red-soft); }
.btn-ghost { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { border-color: var(--red); color: var(--red); }
.btn-big { font-size: 1.1rem; padding: 16px 30px; }

/* ---- hero ---- */
.hero { padding: 64px 0 40px; position: relative; }
.hero-in { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); line-height: 0.98; text-transform: uppercase; }
.accent { color: var(--red); }
.hero-lead { font-size: 1.1rem; max-width: 560px; margin-top: 20px; }
.hero-meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0; }
.pill {
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: 0.85rem;
  color: var(--ink-dim);
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.hero-mark { display: flex; justify-content: center; }
.hero-mark img { width: 100%; max-width: 420px; height: auto; border-radius: 10px; }
.candle-row { height: 40px; margin-top: 40px; opacity: 0.65; }
.candles { width: 100%; height: 100%; }

/* ---- river divider ---- */
.river-divider { height: 40px; }
.river-divider svg { width: 100%; height: 100%; }
.river-divider.flip svg { transform: scaleY(-1); }

/* ---- sections ---- */
.section { padding: 72px 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head h2, .concept-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); text-transform: uppercase; }

/* ---- concept ---- */
.concept { background: var(--paper-2); }
.concept-in { display: grid; grid-template-columns: 1fr; gap: 32px; }
.concept-head { max-width: 640px; }
.concept-body { max-width: 720px; }
.concept-body p { font-size: 1.03rem; }
.venue-para { border-left: 3px solid var(--red); padding-left: 18px; color: var(--ink); }

/* ---- line-up (awards) as ticket stubs ---- */
.stub-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.stub {
  display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: baseline;
  padding: 20px 24px; background: var(--paper-2);
  border-left: 4px dashed var(--red);
  position: relative;
}
.stub::before {
  content: ""; position: absolute; left: -2px; top: 50%; width: 12px; height: 12px;
  background: var(--paper); border-radius: 50%; transform: translate(-50%, -50%);
}
.stub-name { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--ink); text-transform: uppercase; }
.stub-desc { color: var(--ink-dim); font-size: 0.96rem; }

/* ---- rules as almanac list ---- */
.almanac { list-style: none; margin: 0; padding: 0; max-width: 760px; }
.almanac li {
  display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 18px 0;
  border-top: 1px solid var(--line);
}
.almanac li:last-child { border-bottom: 1px solid var(--line); }
.almanac .num {
  font-family: var(--display); font-weight: 800; font-size: 2rem; color: transparent;
  -webkit-text-stroke: 1.5px var(--red); text-stroke: 1.5px var(--red);
}
.almanac b { color: var(--ink); }

/* ---- route ---- */
.route { background: var(--paper-2); }
.route-in { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.route-copy h2 { text-transform: uppercase; }
.procession { margin-top: 28px; display: grid; gap: 12px; }
.stop { display: flex; align-items: center; gap: 12px; color: var(--ink-dim); font-size: 0.95rem; }
.stop .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); flex: none; }
.stop-final .dot { background: var(--ink); }
.stop b { color: var(--ink); }
.route-map { border: 2px solid var(--line); min-height: 340px; }
.route-map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; filter: grayscale(0.15) contrast(1.02); }

.route-close { margin-top: 24px; padding-top: 20px; border-top: 1px dashed var(--line); font-size: 0.92rem; }
.route-close a { font-weight: 600; }

/* ---- footer ---- */
.site-footer { border-top: 2px dashed var(--line); padding: 48px 0; }
.footer-in { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.footer-in nav { display: flex; flex-direction: column; gap: 10px; }
.footer-in nav a { color: var(--ink-dim); text-decoration: none; font-size: 0.92rem; }
.footer-in nav a:hover { color: var(--red); }
.footer-contact { text-align: right; }
.footer-contact p { margin-top: 10px; font-size: 0.82rem; color: var(--ink-dim); }

/* ---- responsive ---- */
@media (max-width: 860px) {
  .ticket-links { display: none; }
  .hero-in { grid-template-columns: 1fr; }
  .hero-mark { order: -1; max-width: 260px; margin: 0 auto; }
  .concept-in, .route-in { grid-template-columns: 1fr; }
  .footer-in { grid-template-columns: 1fr; text-align: left; }
  .footer-contact { text-align: left; }
  .stub { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero { padding-top: 56px; }
}
