/* ==========================================================================
   THE GRAND ACT — dedicated theme-page stylesheet
   Circus × Model UN, staying inside brand colors (green/gold/grey/black/white)
   Horizontal rules & dashed "ticket" lines only — no diagonals.
   Loads AFTER home.css + pages.css (uses --mms-* vars already defined there).
   ========================================================================== */

/* Circus display font — applied to EVERY piece of text on this page (nav excluded) */
@font-face{
    font-family: 'CircusFreakshow';
    src: url('/static/font/circus-freakshow/Carnevalee-Freakshow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.grand-act-body,
.grand-act-body *{
    font-family: 'CircusFreakshow', 'Montserrat', cursive !important;
    letter-spacing: 0.5px;
}
.circus-font{ letter-spacing: 1.5px; }
.hero-spotlight h1.circus-font{ font-size: 68px; line-height: 1.1; }
.playbill-heading h2.circus-font,
.cast-heading h2.circus-font{ font-size: 42px; }
.playbill-card h4.circus-font{ font-size: 27px; letter-spacing: 1px; }

/* body copy needs to be a touch larger in a display font to stay readable */
.grand-act-body p,
.grand-act-body li,
.grand-act-body .cast-desc{
    line-height: 2.1;
    letter-spacing: 0.4px;
}
.grand-act-body .eyebrow,
.grand-act-body .hero-eyebrow,
.grand-act-body .cast-parallel,
.grand-act-body span[class*="ticket"]{
    letter-spacing: 2px;
}

/* ---------- ticket badge (hero eyebrow) ---------- */
.ticket-badge{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    background: var(--mms-cream);
    color: var(--mms-green-dark);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 9px 22px;
    border-radius: 30px;
    border: 2px dashed var(--mms-gold);
    margin-bottom: 22px;
}
.ticket-badge svg{ width:15px; height:15px; stroke: var(--mms-green-dark); fill:none; stroke-width:2; }

/* ---------- decorative icon strip under hero tagline ---------- */
.icon-strip{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 26px;
    margin-top: 30px;
}
.icon-strip svg{ width:22px; height:22px; stroke: var(--mms-gold); fill:none; stroke-width:1.5; opacity:.85; }
.icon-strip .divider-dot{ width:5px; height:5px; border-radius:50%; background: var(--mms-cream); opacity:.6; }

/* ---------- proscenium frame — the "under the big top" story block ---------- */
.proscenium{
    max-width: 860px;
    margin: 0 auto;
    padding: 0 45px;
}
.proscenium-inner{
    background: var(--mms-white);
    border-radius: 4px;
    border-top: 8px solid var(--mms-green);
    border-bottom: 8px solid var(--mms-gold);
    padding: 15px 60px 56px 60px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.07);
    position: relative;
}
.proscenium-inner p{
    color: var(--mms-grey);
    font-size: 15.5px;
    line-height: 2;
    margin-bottom: 28px;
    text-align: left;
}
.proscenium-inner p:last-child{ margin-bottom: 0; }

.proscenium-inner p.lead-line{
    font-size: 25px;
    line-height: 1.6;
    font-style: italic;
    font-weight: 700;
    color: var(--mms-green-dark);
    margin-bottom: 36px;
}

.proscenium-inner p.lead-line + p::first-letter{
    font-family: Georgia, serif;
    font-size: 90px;
    color: var(--mms-gold);
    float: left;
    line-height: 0.8;
    padding-right: 12px;
    padding-top: 8px;
}

/* ---------- playbill / act cards ---------- */
.playbill-heading{ text-align:center; margin: 90px 0 12px 0; }
.playbill-heading .eyebrow{ margin-bottom: 6px; }
.playbill-heading h2{ font-weight:800; color: var(--mms-green); font-size: 30px; margin:0 0 10px 0; }
.playbill-heading p{ font-style: italic; color: var(--mms-grey); font-size: 14px; max-width: 560px; margin: 0 auto 30px auto; }

.playbill-grid{
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 45px 20px 45px;
}
.playbill-card{
    flex: 1 1 280px;
    max-width: 320px;
    background: var(--mms-paper);
    border: 1px solid #eadfc4;
    border-top: 5px solid var(--mms-green);
    border-radius: 6px;
    padding: 34px 28px;
    text-align: center;
    position: relative;
    transition: transform .4s var(--ease-pop), box-shadow .4s ease, border-top-color .4s ease;
}
.playbill-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(0,111,59,0.15);
    border-top-color: var(--mms-gold);
}
.playbill-act{
    display:block;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--mms-gold);
    margin-bottom: 14px;
}
.playbill-icon{
    width: 54px; height:54px;
    margin: 0 auto 6px auto;
    opacity: 0;
    transform: scale(.3) translateY(12px);
    transition: all .55s var(--ease-pop);
}
.playbill-card:hover .playbill-icon{ opacity:1; transform: scale(1) translateY(0); margin-bottom: 16px; }
.playbill-icon svg{ width:100%; height:100%; stroke: var(--mms-green); fill:none; stroke-width:1.5; }
.playbill-card h4{ color: var(--mms-green); font-size: 19px; margin: 0 0 10px 0; }
.playbill-card p{
    color: var(--mms-grey); font-size: 13.5px; line-height: 1.8; margin:0;
    max-height: 0; opacity:0; overflow:hidden;
    transition: max-height .5s ease, opacity .5s ease .1s;
}
.playbill-card:hover p{ max-height: 160px; opacity: 1; }

/* ---------- horizontal rule with a small centered gold star ---------- */
.star-rule{
    display:flex; align-items:center; justify-content:center; gap: 16px;
    max-width: 500px; margin: 70px auto 0 auto; padding: 0 45px;
}
.star-rule::before, .star-rule::after{
    content:''; height: 2px; flex:1; background: var(--mms-gold);
}
.star-rule svg{ width:20px; height:20px; stroke: var(--mms-gold); fill: var(--mms-gold); flex-shrink:0; }

/* ---------- cast of characters ---------- */
.cast-heading{ text-align:center; margin: 60px 0 12px 0; }
.cast-heading h2{ font-weight:800; color: var(--mms-green); font-size: 30px; margin:0 0 10px 0; }
.cast-heading p{ font-style: italic; color: var(--mms-grey); font-size: 14px; max-width: 620px; margin: 0 auto 40px auto; }

.cast-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 22px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 45px 30px 45px;
}
.cast-card{
    flex: 1 1 190px;
    max-width: 210px;
    background: var(--mms-white);
    border: 1px solid #eee7d6;
    border-radius: 14px;
    padding: 26px 18px;
    text-align:center;
    transition: transform .35s var(--ease-pop), box-shadow .35s ease, background .35s ease;
}
.cast-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 26px rgba(0,111,59,0.14);
    background: var(--mms-green);
}
.cast-icon{
    width: 42px; height:42px; margin: 0 auto 14px auto;
    transition: transform .4s var(--ease-pop);
}
.cast-card:hover .cast-icon{ transform: scale(1.15) rotate(-6deg); }
.cast-icon svg{ width:100%; height:100%; stroke: var(--mms-green); fill:none; stroke-width:1.6; transition: stroke .35s ease; }
.cast-card:hover .cast-icon svg{ stroke: var(--mms-gold); }
.cast-role{
    font-weight: 800; font-size: 14px; color: var(--mms-green);
    margin: 0 0 4px 0; transition: color .35s ease;
}
.cast-card:hover .cast-role{ color: var(--mms-white); }
.cast-parallel{
    font-style: italic; font-size: 11px; color: var(--mms-gold);
    text-transform: uppercase; letter-spacing: .5px; margin: 0 0 10px 0;
}
.cast-card p.cast-desc{
    font-size: 12px; color: var(--mms-grey); line-height: 1.7; margin: 0;
    transition: color .35s ease;
}
.cast-card:hover p.cast-desc{ color: var(--mms-cream); }

/* ---------- ticket-stub pull quote ---------- */
.ticket-quote{
    max-width: 720px;
    margin: 80px auto;
    padding: 40px 50px;
    text-align:center;
    background: var(--mms-white);
    border: 2px dashed var(--mms-gold);
    border-radius: 8px;
    position: relative;
}
.ticket-quote::before, .ticket-quote::after{
    content:'';
    position:absolute;
    top: 50%;
    width: 26px; height: 26px;
    background: var(--mms-white);
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: inset 0 0 0 2px var(--mms-gold);
}
.ticket-quote::before{ left: -13px; }
.ticket-quote::after{ right: -13px; }
.ticket-quote p{
    font-style: italic; font-weight:700; color: var(--mms-green-dark);
    font-size: 21px; line-height: 1.65; margin:0;
}
.ticket-quote span{
    display:block; margin-top: 16px; font-size: 11px; letter-spacing: 2px;
    text-transform: uppercase; color: var(--mms-gold); font-weight: 700;
}

/* ---------- closing CTA ---------- */
.act-closing{
    background: var(--mms-green);
    border-top: 4px solid var(--mms-gold);
    padding: 60px 45px 70px 45px;
    text-align:center;
}
.act-closing h3{
    color: var(--mms-white); font-size: 24px; margin: 0 0 10px 0;
}
.act-closing p{
    color: var(--mms-cream); font-style: italic; font-size: 14px;
    max-width: 500px; margin: 0 auto 26px auto;
}
.act-closing .btn-grand{ background: var(--mms-white); }

@media (max-width: 700px){
    .proscenium-inner{ padding: 38px 26px; }
    .icon-strip{ gap: 16px; flex-wrap: wrap; }
    .playbill-grid, .cast-grid{ gap: 18px; }
}
