/* ==========================================================================
   The Hmong Inc. — The Big Fresno Hmong New Year (festival detail), v1 draft
   A layout of its OWN — not the home page's parts re-plated. It shares only the
   design system (tokens, type, buttons, the mast/util/footer chrome). Its body
   is bespoke: a horizontal PLAYBILL of the four days led by big date numerals,
   asymmetric editorial photo features, and a CRIMSON closing band (the home
   page's support band is green; this one is the auspicious red of the festival).

   Anti-slop: photography and type lead; separation comes from whitespace and
   scale, not hairline borders. Numbered days are earned — a festival programme
   is a real sequence. Extends styles.css; tokens from :root.
   ========================================================================== */

/* --- poster hero ---------------------------------------------------------- */
.poster { position: relative; margin-top: -84px; background: #0E1216; color: #fff; }
.poster__media { position: absolute; inset: 0; overflow: hidden; }
.poster__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.poster__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(8,10,12,.90) 0%, rgba(8,10,12,.42) 40%, rgba(8,10,12,.10) 68%, rgba(8,10,12,.34) 100%),
    linear-gradient(to right, rgba(8,10,12,.6) 0%, rgba(8,10,12,0) 60%);
}
.poster__inner {
  position: relative; z-index: 2; min-height: min(90vh, 880px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: 168px; padding-bottom: clamp(48px, 6vw, 92px);
}
.poster__kicker { font-family: var(--ui); font-variation-settings: "wdth" 100, "wght" 700;
  font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: #C9CBCD; margin: 0 0 1.15rem; }
.poster .d1 { color: #fff; max-width: 15ch; }
.poster__sub { color: rgba(255,255,255,.94); max-width: 42ch; margin-top: 1.4rem; }
.poster__meta { margin: 1.7rem 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1rem;
  font-family: var(--ui); font-variation-settings: "wdth" 100, "wght" 600; font-size: 1rem; color: #EDEFEF; font-variant-numeric: lining-nums; }
.poster__meta b { font-variation-settings: "wdth" 100, "wght" 700; color: #fff; }
.poster__meta i { font-style: normal; color: #8E9498; }
.poster__ctas { display: flex; gap: .8rem; margin-top: 2.2rem; flex-wrap: wrap; }
@media (max-width: 640px) { .poster .d1 { max-width: none; } }

/* --- the playbill: four days, read across, led by big date numerals -------
   The signature of this page. No cards, no dark board, no ruled cells — each
   day is a typographic block anchored by an oversized green date, separated
   from its neighbours by whitespace alone. */
.playbill__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.4rem;
  flex-wrap: wrap; margin-bottom: clamp(34px, 4.5vw, 62px); }
.playbill { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(26px, 3vw, 56px); }
@media (max-width: 900px) { .playbill { grid-template-columns: 1fr 1fr; row-gap: clamp(40px,6vw,56px); } }
@media (max-width: 520px) { .playbill { grid-template-columns: 1fr; } }
.pb-day__num {
  font-family: var(--display); font-variation-settings: "wdth" 62, "wght" 900;
  font-size: clamp(3.4rem, 5.6vw, 5.6rem); line-height: .86; letter-spacing: -.03em;
  color: var(--green); font-variant-numeric: lining-nums; margin: 0;
}
.pb-day__dow {
  margin: .7rem 0 1.15rem; font-family: var(--ui); font-variation-settings: "wdth" 100, "wght" 700;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--secondary);
  font-variant-numeric: lining-nums;
}
.pb-day__theme {
  font-family: var(--display); font-variation-settings: "wdth" 72, "wght" 800;
  text-transform: uppercase; font-size: 1.12rem; letter-spacing: -.002em; color: var(--ink); margin: 0 0 .9rem;
}
.pb-day__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.pb-day__list li { color: var(--secondary); font-size: .98rem; line-height: 1.45; }
.pb-day__list li b { color: var(--ink); font-weight: 600; }

/* --- editorial photo feature (pageant, marketplace) ----------------------
   Deliberately asymmetric (photo weighted larger) so it does not read as the
   home page's even 50/50 split. Caption in flow; no floating cards. */
.efeature { display: grid; grid-template-columns: 1.32fr 1fr; gap: clamp(34px, 5vw, 80px); align-items: center; }
.efeature--flip { grid-template-columns: 1fr 1.32fr; }
.efeature--flip .efeature__media { order: 2; }
@media (max-width: 900px) { .efeature, .efeature--flip { grid-template-columns: 1fr; gap: 2rem; } .efeature--flip .efeature__media { order: 0; } }
.efeature__media { margin: 0; }
.efeature__media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 4px; }
.efeature__cap { margin: .85rem 0 0; font-family: var(--ui); font-variation-settings: "wdth" 100, "wght" 600;
  font-size: .8rem; letter-spacing: .02em; color: var(--secondary); }
.efeature__ctas { display: flex; gap: .8rem 1.4rem; margin-top: 2rem; flex-wrap: wrap; align-items: center; }

/* --- visitor guide: facts + getting there, all borderless ----------------- */
.guide { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(22px, 3vw, 44px); }
@media (max-width: 820px) { .guide { grid-template-columns: 1fr 1fr; gap: 2rem 2.4rem; } }
@media (max-width: 460px) { .guide { grid-template-columns: 1fr; } }
.guide__k { font-family: var(--ui); font-variation-settings: "wdth" 100, "wght" 700;
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--green-ink); margin: 0 0 .5rem; }
.guide__v { font-family: var(--display); font-variation-settings: "wdth" 70, "wght" 800;
  text-transform: uppercase; font-size: 1.3rem; line-height: 1.22; color: var(--ink); margin: 0; font-variant-numeric: lining-nums; }
.guide__note { margin: .5rem 0 0; color: var(--secondary); font-size: .95rem; line-height: 1.5; }

.gt { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: center; margin-top: clamp(40px, 5vw, 68px); }
@media (max-width: 820px) { .gt { grid-template-columns: 1fr; gap: 1.8rem; } }
.gt__photo { margin: 0; }
.gt__photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 4px; }
.gt__addr { font-style: normal; }
.gt__addr .place { font-family: var(--display); font-variation-settings: "wdth" 70, "wght" 800;
  text-transform: uppercase; font-size: clamp(1.4rem, 2.1vw, 1.85rem); line-height: 1.12; color: var(--ink); margin: 0 0 .5rem; }
.gt__addr p { color: var(--secondary); margin: 0 0 1.4rem; line-height: 1.55; }

/* --- crimson closing band (the festival's own accent, not the green one) --- */
.cta { background: var(--crimson); color: #fff; }
.cta__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(36px, 5vw, 88px); align-items: center; }
@media (max-width: 900px) { .cta__grid { grid-template-columns: 1fr; } }
.cta .d2 { color: #fff; }
.cta__p { color: rgba(255,255,255,.9); margin-top: 1.4rem; max-width: 44ch; }
.cta__ctas { display: flex; gap: .8rem; margin-top: 2.1rem; flex-wrap: wrap; }
.cta .btn--light { background: #fff; color: var(--crimson); border-color: #fff; }
.cta .btn--light:hover { background: rgba(255,255,255,.88); border-color: rgba(255,255,255,.88); }
.cta__aside { border-left: 3px solid rgba(255,255,255,.5); padding-left: clamp(20px, 2.4vw, 32px); }
.cta__aside h3 { font-family: var(--ui); font-variation-settings: "wdth" 100, "wght" 700;
  font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; margin: 0 0 1rem; color: rgba(255,255,255,.82); }
.cta__aside ul { list-style: none; margin: 0; padding: 0; }
.cta__aside li { padding-block: .7rem; color: #fff; font-size: 1rem; line-height: 1.45; }
.cta__aside li + li { border-top: 1px solid rgba(255,255,255,.22); }
