/* ============================================================
   PROGRAMME.CSS — Singapore Saxophone Symposium
   Schedule page: hero + 3 day-blocks + per-row entries
   ============================================================ */

/* ── Page Header ───────────────────────────────────────────── */
.prog-header {
    padding: 5rem 0 0;
}

.prog-header .content-wrapper { 
    /* padding: 0 40px;  */
}

/* Breadcrumb row: "05 / PROGRAMME SCHEDULE" */
.prog-breadcrumb {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 4rem;
}

.prog-breadcrumb__num {
    color: var(--dark-gold);
    margin-right: 0.5rem;
}

.prog-breadcrumb__sep {
    color: var(--dark-gold);
    margin: 0 0.75rem 0 0;
}

.prog-header h1 {
    font-size: 96px;
    line-height: 1.0;
    margin-bottom: 1rem;
    color: var(--white);
}

.prog-header__sub {
    font-family: var(--font-mono);
    font-size: 16px;
    letter-spacing: 0.12em;
    /* text-transform: uppercase; */
    color: var(--muted);
    margin-bottom: 0;
}

.prog-header hr {
    border-top: 1px solid var(--mid-gray);
    margin: 3rem 0 2.5rem;
}

/* Lead paragraph: large display serif with gold accent words */
.prog-lead {
    font-family: var(--font-serif);
    font-size: 36px;
    line-height: 1.25;
    color: var(--white);
    max-width: 720px;
    margin: 0 0 3rem;
}

.prog-lead .accent {
    color: var(--gold);
}

/* Legend + meta row beneath the lead */
.prog-legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--mid-gray);
    flex-wrap: wrap;
}

.prog-legend__keys {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.prog-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
}

.prog-legend__swatch {
    display: inline-block;
    width: 28px;
    height: 2px;
    background-color: var(--muted-gold);
}

.prog-legend__swatch--gold {
    background-color: var(--gold);
}

.prog-legend__note {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--muted);
    margin: 0;
    text-align: right;
}

/* ═══════════════════════════════════════════════════════════
   DAY BLOCK
   ═══════════════════════════════════════════════════════════ */
.prog-days {
    padding: 4rem 0 0;
}

.prog-days .content-wrapper {
    /* Schedule rows use the wider 1440px wrapper for more horizontal room */
    width: var(--max-width);
    max-width: 100%;
}

.prog-day {
    padding: 4rem 0 1rem;
}

.prog-day:first-child {
    padding-top: 0;
}

/* Day header: 2-col layout — large numeral left, meta right */
.prog-day__header {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    align-items: start;
    padding-bottom: 5.5rem;
    border-bottom: 1px solid var(--muted-gold);
    margin-bottom: 1.5rem;
}

.prog-day__numeral {
    font-family: var(--font-serif);
    font-size: 240px;
    font-weight: 400;
    line-height: 0.9;
    color: var(--gold);
    letter-spacing: -0.02em;
    margin: 0;
    position: relative;
    top: -70px;
}

.prog-day__meta {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--dark-gold);
    position: relative;
}

.prog-day__roman {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
    position: absolute;
    left: -35px;
    top: 3px;
    margin-top: 0;
}

.prog-day__month {
    font-family: var(--font-serif);
    font-size: 46px;
    font-weight: 400;
    color: var(--white);
    line-height: 1;
    margin: 0 0 0.85rem;
}

.prog-day__month em {
    font-style: italic;
    font-weight: 400;
    color: var(--off-white);
}

.prog-day__eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
}

.prog-day__desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    max-width: 460px;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   SCHEDULE ROW
   ═══════════════════════════════════════════════════════════ */
.prog-rows {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prog-row {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 32px;
    align-items: start;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--mid-gray);
    border-left: 2px solid transparent;
    transition: background-color 0.25s, border-color 0.25s;
}

.prog-row.prog-row--featured {
    padding: 1.5rem 30px;
}

.prog-row:last-child {
    border-bottom: 1px solid var(--dark-gold);
}

/* Left meta column */
.prog-row__time {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--white);
    margin-bottom: 0.4rem;
}

/* Venue + area sit on the same row (inline). Markup: <p>Venue ·</p><p>Area</p> */
.prog-row__venue,
.prog-row__area {
    display: inline;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.5;
}

.prog-row__venue {
    color: var(--white);
}

.prog-row__area {
    color: var(--white);
}


.prog-row--featured .prog-row__area {
    color: var(--off-white);
}

/* Right content column */
.prog-row__type {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.prog-row__title {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--white);
    margin: 0 0 0.5rem;
}

.prog-row__lead {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 16px;
    color: var(--off-white);
    margin: 0 0 0.25rem;
}

.prog-row__desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
    margin: 0.4rem 0 0;
    max-width: 640px;
}

/* Performer / ensemble member list — inline names separated by middle dots,
   no bullet. Use for faculty groups, student ensembles, collaborative
   line-ups where the names form a flat reading list rather than items.
   Markup: <p class="prog-row__performers"><span>Name</span><span>…</span></p>
   The separator dot is injected by CSS so the gap can be tuned in one place. */
.prog-row__performers {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.9;
    margin: 0.5rem 0 0;
}

.prog-row__performers span:not(:last-child)::after {
    content: '\00B7';                /* middle dot (·) */
    color: var(--dark-gold);
    margin: 0 1.25rem;               /* ← tune this to change the gap */
}

/* Bullet sub-items */
.prog-row__bullets {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

.prog-row__bullets li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.7;
}

.prog-row__bullets li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold);
}

/* Featured variant */
.prog-row--featured {
    background-color: rgba(201, 168, 76, 0.04);
    border-left: 2px solid var(--gold);
    border-top: 1px solid var(--dark-gold);
}

.prog-row--featured + .prog-row {
    /* Reset the top border bleed when a featured row precedes a standard row */
}



.prog-row--featured .prog-row__time {
    color: var(--gold);
}

/* Right content column */
.prog-row--featured .prog-row__type {
    color: var(--gold);
}

.prog-row--featured .prog-row__title {
    color: var(--off-white);
}

.prog-row--featured .prog-row__venue {
    color: var(--off-white);
}

/* Gala variant — featured + larger title + visible body description */
.prog-row--gala {
    background-color: rgba(201, 168, 76, 0.06);
    border-left: 2px solid var(--gold);
    border-top: 1px solid var(--dark-gold);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.prog-row--gala .prog-row__title {
    font-size: 32px;
}

/* ═══════════════════════════════════════════════════════════
   PROGRAMME CTA STRIP (reuses reg-cta look)
   ═══════════════════════════════════════════════════════════ */
.prog-cta {
    background-color: var(--black);
    padding: 5rem 2rem 6rem;
    text-align: center;
    margin-top: 4rem;
}

.prog-cta h2 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.prog-cta p {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 2rem;
}

.prog-cta .btn {
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media screen and (max-width: 1280px) {
    .prog-header .content-wrapper,
    .prog-days .content-wrapper { padding: 0 32px; }
    .prog-header h1 { font-size: 80px; }
}

@media screen and (max-width: 1024px) {
    .prog-header h1 { font-size: 64px; }
    .prog-lead { font-size: 28px; }
    .prog-day__numeral { font-size: 120px; }
    .prog-day__month { font-size: 36px; }
}

@media screen and (max-width: 900px) {
    /* Day header — numeral stacks above meta block */
    .prog-day__header {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-bottom: 3rem;
    }
    .prog-day__numeral { font-size: 96px; line-height: 1; }
    .prog-day__month { font-size: 32px; }

    /* Row — left meta column stacks above content */
    .prog-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 1.25rem 0;
    }
}

@media screen and (max-width: 768px) {
    .prog-header { padding: 4rem 0 2rem; }
    .prog-header .content-wrapper,
    .prog-days .content-wrapper { padding: 0 24px; }
    .prog-header h1 { font-size: 44px; line-height: 1.05; }
    .prog-lead { font-size: 18px; }

    .prog-day__numeral { font-size: 80px; top: 0; }
    .prog-day__month { font-size: 26px; }
    .prog-day__eyebrow { font-size: 11px; }
    .prog-day__desc { font-size: 13px; }

    .prog-row__time { font-size: 12px; }
    .prog-row__venue,
    .prog-row__area { font-size: 11px; }
    .prog-row__type { font-size: 10px; }
    .prog-row__title { font-size: 22px; line-height: 1.2; }
    .prog-row--gala .prog-row__title { font-size: 24px; }
    .prog-row__desc { font-size: 13px; }

    /* Performers list — tighter gap on phones */
    .prog-row__performers span:not(:last-child)::after { margin: 0 0.75rem; }

    .prog-cta { padding: 3rem 1.25rem 4rem; margin-top: 2rem; }
    .prog-cta h2 { font-size: 28px; }
    .prog-cta p { font-size: 13px; }


}

@media screen and (max-width: 480px) {
    .prog-header .content-wrapper,
    .prog-days .content-wrapper { padding: 0 16px; }
    .prog-header h1 { font-size: 34px; }
    .prog-day__numeral { font-size: 64px; }
    .prog-day__month { font-size: 22px; }
    .prog-row__title { font-size: 18px; }
    .prog-row--gala .prog-row__title { font-size: 20px; }
    .prog-cta h2 { font-size: 22px; }
}
