
:root{--bg:#fbfaf6;--paper:#fff;--ink:#111;--muted:#625b55;--line:#e8ded4;--red:#a6372e;--red2:#7d241f;--gold:#c19442;--soft:#f4ece3;--shadow:0 22px 55px rgba(44,30,18,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.45}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}h1,h2,h3,.serif{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:850}
.header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{max-width:1240px;margin:auto;padding:13px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo img{width:176px;height:58px;object-fit:contain;object-position:left center;mix-blend-mode:multiply}.links{display:flex;gap:24px;align-items:center;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.links a{padding:10px 0;border-bottom:2px solid transparent}.links a:hover,.links a.active{border-color:var(--red);color:var(--red)}.nav-actions{display:flex;gap:10px}.menu{display:none;border:0;background:none;font-size:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--red);background:var(--red);color:#fff;border-radius:999px;padding:13px 20px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.btn:hover{background:var(--red2);transform:translateY(-1px)}.btn.secondary{background:transparent;color:var(--red)}.btn.secondary:hover{background:#fff1ee}.btn.gold{background:var(--gold);border-color:var(--gold);color:#111}.page{display:none}.page.active{display:block}.section{max-width:1240px;margin:auto;padding:76px 22px}.kicker{font-size:13px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:14px}
.hero{max-width:1500px;margin:auto;min-height:calc(100vh - 86px);display:grid;grid-template-columns:.78fr 1.22fr;background:#fff}.hero-copy{padding:72px 22px 58px max(22px,calc((100vw - 1240px)/2 + 22px));display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(48px,6.4vw,84px);line-height:.93;letter-spacing:-.045em;margin:0 0 26px}.hero p{font-size:20px;color:#3d3732;margin:0 0 28px;max-width:545px}.hero-img{position:relative;min-height:650px;overflow:hidden}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.25) 35%,rgba(255,255,255,0) 58%)}
.notice{position:absolute;right:34px;bottom:34px;max-width:450px;background:rgba(17,17,17,.86);color:#fff;border-radius:18px;padding:24px;backdrop-filter:blur(8px);z-index:2}.notice .label{color:#ffcf9a;font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px;margin-bottom:8px}.notice b{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:850;font-size:34px;display:block;line-height:1;margin-bottom:8px}.notice span{color:#f1e7dd}.notice .mini{display:inline-block;margin-top:14px;border:1px solid rgba(255,255,255,.35);padding:9px 12px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:white}
.stats{max-width:1240px;margin:-28px auto 0;position:relative;z-index:4;padding:0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.stat strong{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:850;font-size:38px;display:block;line-height:1}.stat span{font-size:14px;color:var(--muted)}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 15px 44px rgba(44,30,18,.08)}.click{cursor:pointer;transition:.18s}.click:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(44,30,18,.15)}.card-img{height:265px;overflow:hidden}.card-img.tall{height:420px}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:27px}.card h3{font-size:36px;line-height:1;margin:0 0 10px}.card p{color:var(--muted);margin:0 0 18px}.arrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.split{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.split.rev{grid-template-columns:.92fr 1.08fr}.big{font-size:clamp(40px,4.6vw,64px);line-height:.96;letter-spacing:-.035em;margin:0 0 22px}.lead{font-size:20px;color:#46403b;max-width:780px}.quote-band{background:#111;color:#fff}.quote-band .section{padding-top:58px;padding-bottom:58px}.quote{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:850;font-size:clamp(38px,5vw,72px);line-height:.95;margin:0}.quote small{display:block;font-family:Inter,sans-serif;font-size:16px;color:#dccdc1;margin-top:18px}.pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;color:var(--muted);font-size:13px}
.pagehero{min-height:530px;display:flex;align-items:flex-end;position:relative;color:#fff;overflow:hidden;background:#111}.pagehero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.74}.pagehero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.80),rgba(0,0,0,.12))}.pagehero .inner{position:relative;z-index:2;max-width:1240px;width:100%;margin:auto;padding:92px 22px}.pagehero h1{font-size:clamp(54px,7vw,98px);line-height:.9;letter-spacing:-.04em;margin:0}.pagehero p{font-size:21px;color:#f1e7dd;max-width:760px}.info{display:grid;gap:14px}.info-item{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.info-item b{display:block;color:var(--red);text-transform:uppercase;letter-spacing:.09em;font-size:13px;margin-bottom:6px}.hand{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow);transform:rotate(-1.2deg)}.hand img{border-radius:10px}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:16px}.g1{grid-column:span 7;height:430px}.g2{grid-column:span 5;height:430px}.g3,.g4,.g5{grid-column:span 4;height:310px}.support-band{background:linear-gradient(135deg,#fff,#f3e6dc);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.donatebox{background:#111;color:#fff;border-radius:24px;padding:32px}.donatebox p{color:#ddd}.amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:22px 0}.amounts button{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:850;font-size:36px;padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.amounts button:hover{background:rgba(255,255,255,.18)}.form{display:grid;gap:12px}.form input,.form textarea,.form select{width:100%;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff}.form textarea{min-height:135px}.footer{background:#111;color:#eee;margin-top:70px;padding:46px 22px}.foot{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr auto;gap:30px}.footer img{width:170px;filter:invert(1);opacity:.9}.footer p{color:#ccc}
@media(max-width:900px){.links,.nav-actions{display:none}.menu{display:block}.nav.open .links{display:flex;position:absolute;left:0;right:0;top:84px;background:#fff;flex-direction:column;padding:20px;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr}.hero-img{min-height:440px;order:-1}.hero-copy{padding:48px 22px}.stats,.grid3,.grid2,.split,.split.rev{grid-template-columns:1fr}.g1,.g2,.g3,.g4,.g5{grid-column:span 12;height:310px}.foot{grid-template-columns:1fr}}

.quote-photo-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.quote-photo-card img{width:100%;height:380px;object-fit:cover}
.quote-photo-card blockquote{font-size:24px;line-height:1.35;margin:0;padding:30px 30px 12px;color:#222}
.quote-photo-card p{padding:0 30px 30px;margin:0;color:var(--muted)}
.support-quote{background:#111;color:#fff;border-radius:24px;padding:42px;box-shadow:var(--shadow)}
.support-quote blockquote{font-size:34px;line-height:1.15;margin:0;font-weight:800;letter-spacing:-.03em}
.support-quote p{color:#d7c9bf;margin:22px 0 0}


.christmas-artwork{
background:#fff;
border:1px solid #ddd;
border-radius:24px;
padding:24px;
margin-bottom:24px;
text-align:center;
}
.christmas-artwork img{
width:100%;
max-height:520px;
object-fit:contain;
border-radius:12px;
}
.christmas-artwork .caption{
margin-top:12px;
color:#666;
font-size:14px;
}

/* v5 refinements */
.hero{
  grid-template-columns:0.42fr 0.58fr;
}
.hero-copy{
  padding-top:58px;
  padding-bottom:50px;
}
.hero h1{
  max-width:540px;
}
.hero p{
  max-width:470px;
}
.home-cards{
  padding-top:54px;
}
.notice{
  max-width:560px;
}
.notice span{
  display:block;
  max-width:500px;
}
@media(max-width:900px){
  .hero{grid-template-columns:1fr}
}

.christmas-artwork{padding-bottom:24px}
.christmas-artwork img{margin:auto}

/* v7 Christmas page layout refinement */
#christmas .section.split{
  align-items:start;
  grid-template-columns:0.55fr 0.45fr;
}
.christmas-side{
  display:flex;
  flex-direction:column;
  gap:24px;
}
#christmas .christmas-artwork{
  margin-bottom:0;
}
#christmas .quote-photo-card img{
  height:300px;
}
#christmas .lead{
  font-size:19px;
  line-height:1.48;
}
@media(max-width:900px){
  #christmas .section.split{grid-template-columns:1fr}
}

/* v8 Christmas page: remove artwork, move Errollyn quote/image up */
#christmas .section.split{
  align-items:start;
  grid-template-columns:0.58fr 0.42fr;
}
#christmas .christmas-side{
  margin-top:0;
}
#christmas .quote-photo-card{
  margin-top:0;
}
#christmas .quote-photo-card img{
  height:420px;
  object-fit:cover;
  object-position:center center;
}
#christmas .big{
  font-size:clamp(38px,4.1vw,58px);
  line-height:0.98;
}
@media(max-width:900px){
  #christmas .section.split{grid-template-columns:1fr}
}

/* v9 refinements */
.productions-grid{grid-template-columns:repeat(3,1fr)}
.productions-grid .card-img{height:260px}
.takepart-form-section{padding-top:20px}
.form-wrap{max-width:980px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:44px;box-shadow:var(--shadow)}
.contact-form input,.contact-form select,.contact-form textarea{width:100%}
.form-note{margin-top:14px;color:var(--muted);font-size:14px;line-height:1.45}
.donate-panel p{max-width:900px}
@media(max-width:950px){.productions-grid{grid-template-columns:1fr}}

/* v10 productions/support adjustments */
.productions-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:28px;
}
.productions-grid .card-img{
  height:255px;
}
.support-quote{
  margin-top:28px;
}
@media(max-width:950px){
  .productions-grid{grid-template-columns:1fr}
}


/* v12 refinements */
.support-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);
  gap:48px;
  align-items:start;
  max-width:1280px;
  margin:0 auto;
  padding:88px 32px 44px;
}
,
.support-hero h1{
    font-size: clamp(4rem, 5vw, 5rem) !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    max-width: 900px !important;
}

.donate-panel{
  background:#111;
  color:#fff;
  border-radius:28px;
  padding:38px;
  box-shadow:0 18px 50px rgba(0,0,0,.12);
}
.donate-panel h2{
  margin:0 0 18px;
  font-size:30px;
}
.donate-panel p{
  color:#e9e2d9;
  font-size:20px;
  line-height:1.45;
  margin-bottom:28px;
}
.button.gold{
  background:#cda24a;
  color:#111;
}
.support-quotes{
  max-width:1280px;
  margin:0 auto;
  padding:24px 32px 96px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
}
.testimonial-card{
  background:#111;
  color:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.12);
}
.testimonial-card img{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
}
.testimonial-card div{
  padding:34px;
}
.testimonial-card blockquote{
  margin:0;
  font-size:34px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.03em;
}
.testimonial-card p{
  margin:24px 0 0;
  color:#e9e2d9;
  font-size:18px;
}
@media (max-width:900px){
  .support-hero,.support-quotes{grid-template-columns:1fr;}
  .testimonial-card blockquote{font-size:28px;}
}

/* v16: real crop for volunteer quote image, with face visible */
.testimonial-card img[src*="support_quote_boy_face"]{
  object-fit: cover;
  object-position: center center;
}


/* v21 fixes: restore proper logo and Support Us page banner */
.logo img{
  width:150px !important;
  height:auto !important;
  max-height:62px !important;
  object-fit:contain !important;
  object-position:center center !important;
}
.header .logo{
  display:flex;
  align-items:center;
}
.support-banner{
  min-height:500px;
}
.support-banner img{
  object-position:center 35% !important;
}
.support-banner:after{
  background:linear-gradient(90deg, rgba(0,0,0,.70), rgba(0,0,0,.30), rgba(0,0,0,.65)) !important;
}
.support-banner .inner{
  padding-top:120px;
  padding-bottom:120px;
}
.support-banner h1{
  max-width:980px;
}
.support-banner p{
  max-width:820px;
}
.testimonial-card img[src*="support_quote_boy_face"]{
  object-position:center 28% !important;
}
.testimonial-card img[src*="support_parent_photo"]{
  object-position:center 45% !important;
}


/* v22 - make Support Us heading match other major page headings */
,
.support-hero h1{
    font-size: clamp(4rem, 5vw, 5rem) !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    max-width: 900px !important;
}


.support-hero .eyebrow{
    color:#b74132 !important;
    text-transform:uppercase !important;
    letter-spacing:.12em !important;
    font-weight:700 !important;
    font-size:.9rem !important;
}


/* v23 - corrected Support Us heading scale and donate-panel alignment */
.support-hero{
  align-items:start !important;
}
,
.support-hero h1{
    font-size: clamp(4rem, 5vw, 5rem) !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    max-width: 900px !important;
}

.donate-panel{
  margin-top: 64px !important;
}
@media(max-width:900px){
  ,
.support-hero h1{
    font-size: clamp(4rem, 5vw, 5rem) !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    max-width: 900px !important;
}

  .donate-panel{margin-top:0 !important;}
}


/* v25 support heading balance */
.support-hero h1{
    font-size: clamp(4.8rem, 6vw, 6.2rem) !important;
    line-height: 0.95 !important;
    max-width: 1100px !important;
}


/* v26 requested updates */
#support .support-banner img{object-position:center 52% !important;}
#about .pagehero img{object-position:center 18% !important;}
#productions .card[data-goto="christmas"] .card-img img{object-position:center center;}
#productions .card[data-goto="production-beggar"] .card-img img{object-position:center 35%;}
.testimonial-card img[src*="participant_feedback"]{object-fit:cover;object-position:center 50%;}
.production-meta{max-width:520px;margin:0 0 28px;}
.production-detail .gallery{margin-top:20px;}
.photo-credit{margin-top:18px;color:var(--muted);font-size:15px;}
.gallery img{background:#eee;}


/* v27 final corrections */
#support .support-hero h1{
  font-size:clamp(40px,4.6vw,64px) !important;
  line-height:.96 !important;
  letter-spacing:-.035em !important;
  max-width:760px !important;
  margin:0 0 22px !important;
}
#support .support-hero{
  grid-template-columns:minmax(0,1fr) minmax(320px,.75fr) !important;
}
#join .hand img{
  object-fit:cover !important;
  object-position:center center !important;
}
#support .testimonial-card img[src*="support_parent_photo"]{
  object-position:center 45% !important;
}

/* v28 requested corrections */
#support .support-banner img{
  object-position:72% 52% !important;
}
#about .about-hero img{
  object-position:center 42% !important;
}
#production-drummer .gallery img[src*="drummer_05"]{
  object-position:center 26% !important;
}
#production-noyes .gallery img[src*="noyes_05"]{
  object-position:center 20% !important;
}
#production-beggar .gallery img[src*="beggar_rob"]{
  object-position:center 35% !important;
}
#support .support-hero h1{
  font-size:clamp(40px,4.6vw,64px) !important;
  line-height:.96 !important;
  letter-spacing:-.035em !important;
  max-width:760px !important;
  margin:0 0 22px !important;
}
#support .support-hero{
  align-items:start !important;
}

/* v29: Support Us banner vertical crop correction — keep horizontal framing, move image lower so far-right girl's face is visible */
#support .support-banner img{
  object-position:72% 35% !important;
}

/* Live-site clean-up: professional donate button + remove leftover prototype notes */
.button.gold{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-width:190px;
  margin-top:6px;
  padding:14px 24px;
  border-radius:999px;
  background:#c19442;
  border:1px solid #c19442;
  color:#111 !important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:13px;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(193,148,66,.24);
}
.button.gold:hover{
  background:#d2aa58;
  border-color:#d2aa58;
  transform:translateY(-1px);
}

.hidden{display:none!important}

.form-status{
  margin-top:16px;
  font-weight:800;
  color:#a6372e;
}
button[disabled]{
  opacity:.7;
  cursor:wait;
}
