:root {
  --ink: #241d1b;
  --muted: #6d625d;
  --cream: #fbf6ee;
  --paper: #fffdf9;
  --burgundy: #0a3d78;
  --burgundy-dark: #062b57;
  --gold: #c5a15a;
  --gold-light: #e2ca93;
  --line: #eadfce;
  --shadow: 0 18px 50px rgba(52, 25, 18, .10);
  --radius: 18px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 8px; }
.topbar { background: rgba(255,253,249,.98); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(8px); }
.topbar-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: grid; grid-template-columns: auto 1fr; column-gap: 7px; align-items: end; }
.brand-kicker { font-family: var(--serif); font-size: .95rem; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; align-self: center; }
.brand-main { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--burgundy); line-height: 1; }
.brand-tagline { grid-column: 1 / -1; font-size: .73rem; color: var(--muted); margin-top: 6px; letter-spacing: .02em; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a { text-decoration: none; color: #4c423e; font-weight: 700; font-size: .92rem; position: relative; padding: 12px 0; }
.site-nav a::after { content: ''; position: absolute; height: 2px; background: var(--gold); left: 0; right: 100%; bottom: 5px; transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; padding: 9px 13px; border-radius: 9px; font-weight: 700; }
.hero { background: radial-gradient(circle at 76% 34%, rgba(197,161,90,.25), transparent 31%), linear-gradient(135deg, #062b57 0%, #0a3d78 56%, #155ca8 100%); color: white; overflow: hidden; }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 72px; padding: 70px 0; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .18em; font-size: .77rem; font-weight: 800; color: var(--burgundy); }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.14; margin-top: 0; }
.hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); margin-bottom: 22px; letter-spacing: -.03em; max-width: 780px; }
.hero-lede { font-family: var(--serif); font-size: 1.32rem; color: #f3e9e3; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 0; cursor: pointer; font-size: .95rem; }
.button-primary { background: var(--burgundy); color: white; box-shadow: 0 10px 25px rgba(6,43,87,.24); }
.hero .button-primary { background: var(--gold); color: #291914; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.button-gold { background: var(--gold); color: #2b1c18; }
.button.large { min-height: 56px; padding-left: 28px; padding-right: 28px; }
.full-width { width: 100%; }
.stage-frame { width: min(420px, 100%); aspect-ratio: 4/5; margin-left: auto; position: relative; border: 1px solid rgba(255,255,255,.22); border-radius: 220px 220px 18px 18px; overflow: hidden; background: #0e0908; box-shadow: 0 40px 80px rgba(0,0,0,.35), inset 0 0 0 12px rgba(197,161,90,.08); }
.stage-frame::before { content: ''; position: absolute; inset: 10% 12% 9%; border: 1px solid rgba(226,202,147,.26); border-radius: 180px 180px 8px 8px; }
.stage-curtain { position: absolute; top: 0; bottom: 0; width: 58%; background: linear-gradient(90deg, #062b57, #0f4b8f 52%, #062b57); }
.stage-curtain-left { left: -31%; transform: skewX(8deg); }
.stage-curtain-right { right: -31%; transform: skewX(-8deg); }
.stage-light { position: absolute; width: 36%; height: 74%; left: 32%; top: 12%; background: linear-gradient(to bottom, rgba(255,235,185,.75), rgba(255,220,148,.1), transparent); filter: blur(8px); clip-path: polygon(42% 0,58% 0,100% 100%,0 100%); opacity: .75; }
.stage-title { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; font-family: var(--serif); font-size: 4.2rem; letter-spacing: .04em; line-height: .8; text-shadow: 0 6px 30px #000; }
.stage-title span { color: var(--gold-light); font-size: .58em; letter-spacing: .22em; }
.section { padding: 82px 0; }
.section-heading { max-width: 850px; margin-bottom: 42px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2 { font-size: clamp(2.15rem, 4vw, 3.4rem); margin-bottom: 10px; }
.section-heading h3 { font-size: 1.35rem; color: var(--burgundy); margin-bottom: 20px; }
.section-heading p { color: var(--muted); font-size: 1.02rem; }
.schedule-section { background: var(--cream); }
.schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.opera-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: grid; grid-template-columns: 88px 1fr; gap: 20px; align-items: center; box-shadow: 0 8px 26px rgba(52,25,18,.05); }
.opera-card.featured-card { grid-column: 1 / -1; background: linear-gradient(135deg, #fffdf9, #f7ead7); border-color: #dfc492; }
.date-badge { border-radius: 13px; background: var(--burgundy); color: white; text-align: center; padding: 10px 8px; line-height: 1; min-height: 92px; display: grid; align-content: center; }
.date-badge span { font-size: .75rem; letter-spacing: .14em; font-weight: 800; color: var(--gold-light); }
.date-badge strong { font-family: var(--serif); font-size: 2rem; margin: 4px 0; }
.date-badge small { opacity: .8; }
.performance-type { margin: 0 0 5px; color: var(--burgundy); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; }
.opera-card h4 { font-size: 1.55rem; margin: 0 0 7px; }
.time-line { margin: 0 0 9px; color: var(--muted); }
.text-link { color: var(--burgundy); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.schedule-note { text-align: center; color: var(--muted); font-style: italic; margin: 30px 0 0; }
.newsletter-section { background: #062b57; color: white; }
.newsletter-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.newsletter-grid h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); margin-bottom: 18px; }
.newsletter-grid > div:first-child > p:not(.eyebrow) { color: #e9d9d5; max-width: 650px; }
.newsletter-card { background: #fffaf2; color: var(--ink); padding: 28px; border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; gap: 7px; margin-bottom: 16px; }
.field-row label { font-size: .86rem; font-weight: 800; }
.field-row input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d8cabb; border-radius: 10px; font: inherit; background: white; }
.field-row input:focus { outline: 3px solid rgba(197,161,90,.25); border-color: var(--gold); }
.form-note, .form-status { font-size: .79rem; line-height: 1.45; color: var(--muted); margin-bottom: 0; }
.form-status:not(:empty) { background: #fff2d9; border: 1px solid #e9c77b; padding: 10px; border-radius: 8px; }
.page-hero { padding: 82px 0 68px; background: linear-gradient(135deg, #f5e8d7, #fffaf2); border-bottom: 1px solid var(--line); text-align: center; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); margin-bottom: 10px; color: var(--burgundy-dark); }
.page-hero p:last-child { font-family: var(--serif); font-size: 1.25rem; color: var(--muted); }
.ticket-panel { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; text-align: center; box-shadow: var(--shadow); }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 24px 0 32px; }
.price-grid div { background: var(--cream); border: 1px solid var(--line); border-radius: 13px; padding: 20px 10px; }
.price-grid span { display: block; color: var(--muted); font-weight: 700; }
.price-grid strong { display: block; font-family: var(--serif); color: var(--burgundy); font-size: 2.2rem; line-height: 1.15; }
.subtle-callout { margin-top: 28px; text-align: center; }
.subtle-callout p { margin-bottom: 5px; color: var(--muted); }
.about-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 56px; align-items: start; }
.about-photo-card { position: sticky; top: 120px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-photo-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.about-photo-card p { margin: 0; padding: 18px; text-align: center; font-family: var(--serif); font-size: 1.05rem; }
.photo-fallback { display: none; aspect-ratio: 1/1; place-items: center; background: linear-gradient(135deg, var(--burgundy), #155ca8); color: white; }
.photo-fallback span { width: 120px; height: 120px; border-radius: 50%; border: 2px solid var(--gold-light); display: grid; place-items: center; font-family: var(--serif); font-size: 2.5rem; }
.about-photo-card.image-missing .photo-fallback { display: grid; }
.prose { font-family: var(--serif); font-size: 1.09rem; color: #3e3531; }
.prose p { margin-top: 0; margin-bottom: 1.2em; }
.prose h2 { margin-top: 1.8em; color: var(--burgundy); font-size: 1.65rem; }
.prose a { color: var(--burgundy); font-weight: 700; }
.signature { font-size: 1.45rem; color: var(--burgundy); font-style: italic; }
.privacy-copy { max-width: 850px; }
.site-footer { background: #05264d; color: #e5dbd4; padding: 52px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 48px; align-items: start; }
.footer-brand { font-family: var(--serif); font-size: 1.7rem; color: white; text-decoration: none; }
.footer-grid p { color: #ad9e96; max-width: 370px; }
.footer-grid nav { display: grid; gap: 8px; }
.footer-grid nav a, .footer-contact a { color: #e8ddd7; text-decoration: none; }
.footer-contact { display: grid; gap: 6px; }
.footer-contact span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 34px; padding-top: 18px; color: #978880; font-size: .85rem; }
.message-page { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, var(--cream), #f1dfc8); padding: 24px; }
.message-card { width: min(640px,100%); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; padding: 54px 36px; }
.message-card h1 { font-size: clamp(2.2rem,5vw,3.5rem); color: var(--burgundy); }
@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 82px; display: none; padding: 16px 20px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 0; }
  .hero-grid, .newsletter-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .stage-frame { margin: 0 auto; max-width: 340px; }
  .schedule-grid { grid-template-columns: 1fr; }
  .opera-card.featured-card { grid-column: auto; }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo-card { position: static; width: min(320px,100%); margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .shell, .narrow { width: min(100% - 28px,1160px); }
  .topbar-inner { min-height: 78px; }
  .brand-main { font-size: 1.6rem; }
  .brand-tagline { display: none; }
  .site-nav { top: 72px; }
  .hero-grid { min-height: auto; padding: 56px 0; }
  .hero-art { display: none; }
  .hero h1 { font-size: 3.1rem; }
  .section { padding: 60px 0; }
  .schedule-grid { gap: 13px; }
  .opera-card { grid-template-columns: 68px 1fr; gap: 14px; padding: 17px; }
  .date-badge { min-height: 78px; }
  .date-badge strong { font-size: 1.6rem; }
  .opera-card h4 { font-size: 1.28rem; }
  .price-grid { grid-template-columns: 1fr; }
  .ticket-panel { padding: 26px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}


/* Senior-friendly readability and 2026/2027 list layout */
html { font-size: 20px; }
body { line-height: 1.72; }
.shell { width: min(1280px, calc(100% - 48px)); }
.narrow { width: min(920px, calc(100% - 48px)); }
.topbar-inner { min-height: 108px; gap: 22px; }
.brand-main { font-size: 2.15rem; }
.brand-tagline { font-size: .78rem; line-height: 1.35; max-width: 470px; }
.site-nav { gap: 15px; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a { font-size: .90rem; padding: 13px 0; }
.site-nav a.newsletter-nav { background: var(--burgundy); color: white; padding: 10px 16px; border-radius: 999px; }
.site-nav a.newsletter-nav::after { display: none; }
.button { min-height: 56px; padding: 15px 25px; font-size: 1rem; }
.hero-lede { font-size: 1.42rem; line-height: 1.6; }
.section-heading { max-width: 1000px; }
.section-heading h3 { font-size: 1.55rem; }
.section-heading p { color: #514844; font-size: 1.08rem; }

.year-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.year-column { background: white; border: 2px solid #ddcdb8; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(52,25,18,.06); }
.year-heading { margin: 0; padding: 18px 24px; background: var(--burgundy); color: white; font-size: 2.1rem; text-align: center; letter-spacing: .03em; }
.opera-list { list-style: none; margin: 0; padding: 0; }
.opera-list-item { padding: 24px; border-top: 1px solid var(--line); }
.opera-list-item:first-child { border-top: 0; }
.opera-list-item h4 { margin: 4px 0 8px; font-size: 1.55rem; color: var(--burgundy-dark); }
.opera-date { margin: 0 0 5px; font-weight: 900; font-size: 1.14rem; color: #17110f; }
.opera-time { margin: 0 0 5px; font-weight: 800; font-size: 1.05rem; color: #3f342f; }
.opera-kind { margin: 0 0 7px; font-weight: 800; font-size: .90rem; color: var(--burgundy); text-transform: uppercase; letter-spacing: .04em; }
.opera-list-item .text-link { display: inline-block; margin-top: 5px; font-size: .98rem; text-decoration: underline; text-underline-offset: 3px; }
.schedule-note { font-size: 1rem; color: #554b46; }
.schedule-source { text-align: center; margin: 20px 0 0; font-size: 1rem; }
.schedule-source a { color: var(--burgundy); font-weight: 800; }

.newsletter-sitewide { background: #f2e4d2; border-top: 2px solid #ddc7a8; border-bottom: 2px solid #ddc7a8; padding: 34px 0; }
.newsletter-sitewide-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.newsletter-sitewide h2 { font-size: 1.75rem; margin: 0 0 7px; color: var(--burgundy-dark); }
.newsletter-sitewide p { margin: 0; color: #4a403b; font-size: 1.02rem; }
.newsletter-sitewide .button { flex: 0 0 auto; }

.newsletter-page-intro { max-width: 900px; margin: 0 auto 34px; text-align: center; }
.newsletter-page-intro p { font-size: 1.15rem; color: #4d433f; }
.newsletter-page-card { max-width: 760px; margin: 0 auto; padding: 38px; }
.field-row label { font-size: 1rem; }
.field-row input { min-height: 58px; font-size: 1rem; }
.form-note, .form-status { font-size: .90rem; }
.prose { font-size: 1.16rem; line-height: 1.78; }
.ticket-panel { font-size: 1.05rem; }
.footer-grid nav a, .footer-contact a { font-size: .95rem; }

@media (max-width: 1080px) {
  .topbar-inner { flex-wrap: wrap; padding: 14px 0; }
  .site-nav { width: 100%; justify-content: flex-start; }
}
@media (max-width: 900px) {
  html { font-size: 19px; }
  .topbar-inner { min-height: 90px; flex-wrap: nowrap; }
  .site-nav { width: auto; }
  .year-columns { grid-template-columns: 1fr; }
  .newsletter-sitewide-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  html { font-size: 18px; }
  .shell, .narrow { width: min(100% - 28px,1280px); }
  .year-heading { font-size: 1.8rem; }
  .opera-list-item { padding: 20px 18px; }
  .opera-list-item h4 { font-size: 1.42rem; }
  .newsletter-page-card { padding: 26px 18px; }
}

.footer-location { color: #e8ddd7; font-size: .95rem; text-transform: none; letter-spacing: 0; font-weight: 400; }

/* AWeber form 945091906 */
.aweber-embed { width: 100%; max-width: 760px; margin: 0 auto; }
.aweber-embed .AW-Form-945091906 { width: 100%; }
@media (max-width: 620px) {
  .aweber-embed { max-width: 100%; }
}


/* FINAL COMPACT HOME / SENIOR-FRIENDLY REFINEMENT */
html { font-size: 17px; }
body { line-height: 1.58; }
.shell { width: min(1180px, calc(100% - 36px)); }

/* Compact navy masthead so more of the page is above the fold */
.topbar { background: #06366d; border-bottom: 3px solid var(--gold); position: sticky; top: 0; }
.topbar-inner { min-height: 72px; padding: 7px 0 6px; gap: 18px; }
.brand { align-items: center; }
.brand-kicker { color: var(--gold-light); font-size: .68rem; }
.brand-main { color: #f0c86c; font-size: 1.72rem; }
.brand-tagline { color: #f4f7fb; font-size: .67rem; margin-top: 3px; max-width: 355px; }
.site-nav { gap: 15px; }
.site-nav a { color: white; font-size: .76rem; padding: 8px 0; }
.site-nav a.newsletter-nav { background: transparent; color: #f0c86c; padding: 8px 0; border-radius: 0; }
.site-nav a.newsletter-nav::after { display: block; }
.nav-toggle { color: white; border-color: rgba(255,255,255,.45); background: transparent; }

.home-intro { background: #fff; padding: 30px 0 24px; text-align: center; }
.home-intro-inner { max-width: 980px; }
.home-intro h1 { color: var(--burgundy-dark); font-size: clamp(2.15rem, 4.2vw, 3.55rem); line-height: 1.08; margin: 0 0 10px; }
.home-intro p { max-width: 850px; margin: 5px auto; font-size: .98rem; line-height: 1.48; color: #282522; }
.gold-divider { color: var(--gold); display: flex; align-items: center; justify-content: center; gap: 10px; margin: 5px auto 12px; width: min(320px, 60%); }
.gold-divider::before, .gold-divider::after { content: ''; height: 1px; background: var(--gold); flex: 1; }
.gold-divider span { font-size: .95rem; }

.schedule-section { padding: 24px 0 46px; }
.schedule-section .section-heading { margin-bottom: 18px; }
.schedule-section .section-heading .eyebrow { margin-bottom: 4px; }
.schedule-section .section-heading h2 { font-size: 1.75rem; margin-bottom: 8px; }
.schedule-section .section-heading p { font-size: .90rem; max-width: 930px; margin: 0 auto; line-height: 1.45; }
.year-columns { gap: 16px; }
.year-column { border-radius: 7px; border-width: 1px; box-shadow: 0 5px 14px rgba(16,35,62,.06); }
.year-heading { font-size: 1.65rem; padding: 8px 16px; }
.opera-list-item { padding: 14px 17px 13px; }
.opera-list-item h4 { font-size: 1.18rem; margin: 1px 0 4px; line-height: 1.18; }
.opera-date { font-size: .94rem; margin-bottom: 1px; line-height: 1.35; }
.opera-time { font-size: .98rem; margin-bottom: 2px; line-height: 1.25; color: #111; }
.opera-kind { font-size: .73rem; margin-bottom: 3px; line-height: 1.25; color: #bf861b; }
.opera-list-item .text-link { font-size: .76rem; margin-top: 1px; text-decoration: none; color: var(--burgundy); }
.opera-list-item .text-link:hover { text-decoration: underline; }
.schedule-note, .schedule-source { font-size: .82rem; }
.schedule-note { margin-top: 18px; }
.schedule-source { margin-top: 8px; }

.newsletter-sitewide { padding: 18px 0; }
.newsletter-sitewide h2 { font-size: 1.35rem; margin-bottom: 3px; }
.newsletter-sitewide p { font-size: .88rem; }
.newsletter-sitewide .button { min-height: 42px; padding: 9px 18px; font-size: .82rem; }

/* About photo lives in assets folder */
.about-photo-card img { object-position: center; }

/* Distinguish production/presentation labels from blue titles */
.opera-kind { color: #b77a08 !important; }

@media (max-width: 1080px) {
  .topbar-inner { min-height: 68px; flex-wrap: nowrap; padding: 6px 0; }
  .site-nav { width: auto; }
}
@media (max-width: 900px) {
  html { font-size: 17px; }
  .site-nav { background: #073b77; border-color: rgba(255,255,255,.2); top: 67px; }
  .site-nav a { color: white; }
  .year-columns { grid-template-columns: 1fr; }
  .home-intro { padding: 24px 0 18px; }
}
@media (max-width: 620px) {
  html { font-size: 16px; }
  .shell, .narrow { width: min(100% - 22px, 1180px); }
  .topbar-inner { min-height: 62px; }
  .brand-main { font-size: 1.45rem; }
  .brand-tagline { display: block; font-size: .58rem; max-width: 225px; }
  .site-nav { top: 61px; }
  .home-intro { padding: 18px 0 14px; }
  .home-intro h1 { font-size: 2rem; }
  .home-intro p { font-size: .88rem; line-height: 1.42; }
  .schedule-section { padding-top: 16px; }
  .schedule-section .section-heading h2 { font-size: 1.45rem; }
  .opera-list-item { padding: 11px 13px; }
  .opera-list-item h4 { font-size: 1.06rem; }
  .opera-date { font-size: .88rem; }
  .opera-time { font-size: .93rem; }
  .opera-kind { font-size: .68rem; }
}

/* Ensure the Metropolitan Opera Live in HD tagline is high-contrast on the navy banner */
.topbar .brand-tagline { color: #ffffff !important; }


/* Final header/logo and compact above-the-fold refinements */
.sr-only { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.topbar { background: rgba(255,255,255,.98); }
.topbar-inner { min-height: 80px; gap: 18px; flex-wrap: nowrap; }
.brand.brand-image { display:flex; align-items:center; text-decoration:none; }
.brand.brand-image img { display:block; height: 72px; width: auto; max-width: 360px; }
.site-nav { gap: 12px; flex-wrap: nowrap; justify-content: flex-end; }
.site-nav a { font-size: .82rem; white-space: nowrap; }
.site-nav a.newsletter-nav { padding: 8px 12px; }
.hero { background: linear-gradient(135deg, #0a3d78 0%, #062b57 100%); }
.hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; padding: 22px 0 18px; }
.hero-copy { text-align: center; }
.hero .eyebrow { color: #ffffff; }
.hero h1 { font-size: clamp(2.2rem, 4.8vw, 3.7rem); margin-bottom: 10px; max-width: none; }
.hero-lede { max-width: 920px; margin: 0 auto; font-size: 1.03rem; color: rgba(255,255,255,.95); }
.hero-actions, .hero-art { display: none; }
.section.schedule-section { padding-top: 42px; }
.section-heading { margin-bottom: 26px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3rem); }
.section-heading h3 { font-size: 1.22rem; margin-bottom: 12px; }
.section-heading p { font-size: .98rem; }
.year-columns { gap: 22px; }
.year-heading { padding: 14px 18px; font-size: 1.8rem; }
.opera-list-item { padding: 18px 20px; }
.opera-list-item h4 { font-size: 1.28rem; margin: 4px 0 6px; }
.opera-date { font-size: 1rem; margin: 0 0 4px; }
.opera-time { font-size: .96rem; margin: 0 0 4px; }
.opera-kind { font-size: .82rem; }
.kind-accent { color: var(--gold); font-weight: 900; }
.opera-list-item .text-link { font-size: .90rem; }
.newsletter-sitewide { padding: 24px 0; }
.newsletter-sitewide h2 { font-size: 1.45rem; }
.newsletter-sitewide p { font-size: .95rem; }
.footer-grid { grid-template-columns: 1.1fr .9fr 1fr; gap: 34px; }
@media (max-width: 1080px) {
  .brand.brand-image img { height: 62px; max-width: 290px; }
  .topbar-inner { min-height: 74px; gap: 12px; }
  .site-nav a { font-size: .76rem; }
  .site-nav a.newsletter-nav { padding: 7px 10px; }
}
@media (max-width: 900px) {
  .topbar-inner { flex-wrap: nowrap; }
  .brand.brand-image img { height: 54px; max-width: 240px; }
  .site-nav { width: auto; }
}
@media (max-width: 620px) {
  .topbar-inner { min-height: 70px; }
  .brand.brand-image img { height: 48px; max-width: 215px; }
  .hero-grid { padding: 18px 0 16px; }
  .hero h1 { font-size: 2.15rem; }
  .hero-lede { font-size: .95rem; }
  .section.schedule-section { padding-top: 34px; }
  .year-heading { font-size: 1.55rem; }
  .opera-list-item { padding: 16px; }
  .opera-list-item h4 { font-size: 1.18rem; }
}


/* FINAL LAYOUT REBUILD */
:root {
  --header-h: 78px;
}
.sr-only { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
html { font-size: 18px; }
body { line-height: 1.62; }
.shell { width: min(1200px, calc(100% - 40px)); }
.narrow { width: min(860px, calc(100% - 40px)); }
.topbar { background: rgba(255,253,249,.98); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.topbar-inner { min-height: var(--header-h); display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 18px; }
.brand.brand-image { display:flex; align-items:center; text-decoration:none; justify-self:center; }
.brand.brand-image img { display:block; height: 50px; width: auto; }
.site-nav { display:flex; align-items:center; gap: 18px; flex-wrap: nowrap; }
.site-nav a { text-decoration:none; color:#4c423e; font-weight:700; font-size: .92rem; white-space: nowrap; position:relative; padding: 10px 0; }
.site-nav a.mobile-only { display:none; }
.site-nav a::after { content:''; position:absolute; height:2px; background: var(--gold); left:0; right:100%; bottom:3px; transition:right .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right:0; }
.header-newsletter { min-height: 46px; padding: 11px 20px; font-size: .95rem; white-space: nowrap; }
.header-newsletter.active-btn { box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
.nav-toggle { display:none; border:1px solid var(--line); background:white; padding:9px 13px; border-radius:9px; font-weight:700; }

.hero { background: radial-gradient(circle at 80% 35%, rgba(197,161,90,.22), transparent 26%), linear-gradient(135deg, #082f63 0%, #0a3d78 60%, #1b5ca3 100%); color: white; }
.hero-grid { min-height: 0; display:grid; grid-template-columns: 1.25fr .75fr; align-items:center; gap: 32px; padding: 26px 0 30px; }
.hero-copy { padding-right: 12px; }
.eyebrow.light { color: var(--gold-light); font-size: .82rem; letter-spacing: .18em; margin-bottom: 10px; }
.hero h1 { font-size: clamp(2.55rem, 5vw, 4rem); margin-bottom: 12px; letter-spacing: -.02em; }
.hero-lede { font-family: var(--serif); font-size: 1.16rem; color: #f0e6de; max-width: 670px; margin: 0; }
.hero-actions { display:none; }
.stage-frame { width: min(260px, 100%); aspect-ratio: 4/5; margin-left: auto; position: relative; border: 1px solid rgba(255,255,255,.22); border-radius: 160px 160px 16px 16px; overflow: hidden; background: #0e0908; box-shadow: 0 26px 60px rgba(0,0,0,.28), inset 0 0 0 10px rgba(197,161,90,.08); }
.stage-frame::before { content:''; position:absolute; inset: 10% 12% 9%; border: 1px solid rgba(226,202,147,.26); border-radius: 130px 130px 8px 8px; }
.stage-curtain { position:absolute; top:0; bottom:0; width:58%; background: linear-gradient(90deg, #0a0a14, #1e0d06 52%, #0a0a14); }
.stage-curtain-left { left:-31%; transform: skewX(8deg); }
.stage-curtain-right { right:-31%; transform: skewX(-8deg); }
.stage-light { position:absolute; width:36%; height:74%; left:32%; top:12%; background: linear-gradient(to bottom, rgba(255,235,185,.75), rgba(255,220,148,.1), transparent); filter: blur(8px); clip-path: polygon(42% 0,58% 0,100% 100%,0 100%); opacity:.78; }
.stage-title { position:absolute; inset:0; display:grid; place-content:center; text-align:center; font-family:var(--serif); font-size: 3.2rem; letter-spacing: .04em; line-height: .82; text-shadow: 0 6px 30px #000; }
.stage-title span { color: var(--gold-light); font-size: .56em; letter-spacing: .2em; }

.section { padding: 64px 0; }
.schedule-section { background: var(--cream); }
.section-heading { max-width: 900px; margin: 0 auto 30px; text-align:center; }
.section-heading .eyebrow { color: var(--burgundy); }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 8px; }
.section-heading h3 { font-size: 1.16rem; color: var(--burgundy); margin-bottom: 14px; }
.section-heading p { color: #514844; font-size: .98rem; }
.year-columns { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; align-items:start; }
.year-column { background:white; border:2px solid #ddcdb8; border-radius:18px; overflow:hidden; box-shadow: 0 10px 30px rgba(52,25,18,.06); }
.year-heading { margin:0; padding: 14px 18px; background: var(--burgundy); color:white; font-size: 1.75rem; text-align:center; letter-spacing:.03em; }
.opera-list { list-style:none; margin:0; padding:0; }
.opera-list-item { padding: 18px 20px; border-top: 1px solid var(--line); display:grid; grid-template-columns: 44px 1fr; gap: 14px; align-items:start; }
.opera-list-item:first-child { border-top:0; }
.opera-item-icon { display:grid; place-items:center; width: 40px; height:40px; border-radius: 50%; background: #fff5e4; color: var(--gold); font-size: 1.25rem; margin-top: 4px; }
.opera-item-copy > *:first-child { margin-top:0; }
.opera-list-item h4 { margin: 4px 0 6px; font-size: 1.2rem; color: var(--burgundy-dark); line-height: 1.22; }
.opera-date { margin: 0 0 3px; font-weight: 800; font-size: .98rem; color: #17110f; }
.opera-time { margin: 0 0 4px; font-weight: 700; font-size: .94rem; color: #3f342f; }
.opera-kind { margin: 0 0 6px; font-weight: 800; font-size: .82rem; color: var(--gold); text-transform: uppercase; letter-spacing: .04em; }
.opera-list-item .text-link { display:inline-block; margin-top: 4px; font-size: .89rem; text-decoration: underline; text-underline-offset: 3px; color: var(--burgundy); font-weight:800; }
.schedule-note { font-size: .95rem; color: #554b46; text-align:center; margin-top: 24px; }
.schedule-source { text-align:center; margin: 14px 0 0; font-size: .95rem; }
.schedule-source a { color: var(--burgundy); font-weight: 800; }

.newsletter-section { background: #062b57; color:white; }
.newsletter-grid { display:grid; grid-template-columns: 1fr .9fr; gap: 42px; align-items:center; }
.newsletter-grid h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.newsletter-grid > div:first-child > p:not(.eyebrow) { color: #e9d9d5; max-width: 650px; }
.newsletter-card { background: #fffaf2; color: var(--ink); padding: 26px; border-radius: var(--radius); box-shadow: var(--shadow); }
.newsletter-sitewide { background: #f2e4d2; border-top: 2px solid #ddc7a8; border-bottom: 2px solid #ddc7a8; padding: 24px 0; }
.newsletter-sitewide h2 { font-size: 1.45rem; margin: 0 0 7px; color: var(--burgundy-dark); }
.newsletter-sitewide p { margin:0; color:#4a403b; font-size:.95rem; }
.newsletter-sitewide .button { min-height: 48px; }

.page-hero { padding: 62px 0 52px; }
.page-hero h1 { font-size: clamp(2.3rem,5vw,3.5rem); }
.page-hero p:last-child { font-size: 1.08rem; }
.prose { font-size: 1.02rem; line-height:1.7; }
.about-layout { display:grid; grid-template-columns: 260px minmax(0,1fr); gap: 42px; }
.about-photo-card img { width:100%; aspect-ratio:1/1; object-fit:cover; }
.site-footer { background:#05264d; color:#e5dbd4; padding: 42px 0 18px; }
.footer-grid { display:grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 34px; align-items:start; }
.footer-grid nav a, .footer-contact a, .footer-location { font-size: .93rem; }
.footer-bottom { margin-top: 24px; padding-top: 16px; font-size: .82rem; }

@media (max-width: 1080px) {
  .topbar-inner { grid-template-columns: 1fr auto auto; gap: 12px; }
  .site-nav { gap: 12px; }
  .site-nav a { font-size: .84rem; }
  .brand.brand-image img { height: 44px; }
  .header-newsletter { padding: 10px 14px; font-size: .88rem; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 24px; padding: 24px 0 28px; }
  .hero h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); }
}
@media (max-width: 900px) {
  .nav-toggle { display:inline-block; justify-self:end; }
  .topbar-inner { min-height: 72px; grid-template-columns: auto 1fr auto; }
  .brand.brand-image { justify-self: start; order:1; }
  .brand.brand-image img { height: 42px; }
  .header-newsletter { display:none; }
  .site-nav { position:absolute; left:20px; right:20px; top: 72px; display:none; padding:16px 20px; background:white; border:1px solid var(--line); border-radius:12px; box-shadow: var(--shadow); flex-direction:column; align-items:stretch; gap:0; z-index:31; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:11px 0; font-size: .95rem; }
  .site-nav a.mobile-only { display:block; }
  .site-nav a::after { bottom: 7px; }
  .hero-grid { grid-template-columns: 1fr; text-align:center; }
  .hero-copy { padding-right: 0; }
  .hero-lede { margin: 0 auto; }
  .hero-art { display:none; }
  .year-columns { grid-template-columns: 1fr; }
  .newsletter-grid { grid-template-columns: 1fr; gap: 28px; }
  .newsletter-sitewide-inner { display:flex; flex-direction:column; align-items:flex-start; gap:18px; }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo-card { position: static; width: min(300px, 100%); margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  html { font-size: 17px; }
  .shell, .narrow { width: min(100% - 28px, 1200px); }
  .topbar-inner { gap: 10px; }
  .brand.brand-image img { height: 38px; }
  .hero-grid { padding: 20px 0 22px; }
  .hero h1 { font-size: 2.15rem; }
  .hero-lede { font-size: 1rem; }
  .section { padding: 54px 0; }
  .year-heading { font-size: 1.6rem; }
  .opera-list-item { padding: 16px; grid-template-columns: 38px 1fr; gap: 12px; }
  .opera-item-icon { width: 34px; height: 34px; font-size: 1.05rem; }
  .opera-list-item h4 { font-size: 1.1rem; }
  .opera-date { font-size: .94rem; }
  .opera-time, .schedule-note, .schedule-source { font-size: .9rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}

.opera-subnote { margin: 0 0 6px; font-size: .9rem; font-style: italic; color: #574c46; }


/* === FINAL POLISH: header, hero, newsletter intro, footer only === */
.final-header-inner {
  min-height: 104px !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto auto !important;
  align-items: center !important;
  gap: 22px !important;
  padding: 6px 0 !important;
}
.final-logo { justify-self: start !important; }
.final-logo img {
  height: 90px !important;
  width: auto !important;
  max-width: 230px !important;
  object-fit: contain !important;
}
.final-site-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  width: auto !important;
}
.final-site-nav a {
  font-size: .94rem !important;
  color: #3f3936 !important;
  white-space: nowrap !important;
}
.final-newsletter-button {
  min-height: 48px !important;
  padding: 11px 20px !important;
  white-space: nowrap !important;
}

.final-hero {
  background: radial-gradient(circle at 78% 36%, rgba(197,161,90,.18), transparent 27%), linear-gradient(135deg, #0b3569 0%, #0c4686 62%, #2268aa 100%) !important;
  color: #fff !important;
}
.final-hero-grid {
  height: min(645px, calc(100vh - 104px)) !important;
  min-height: 520px !important;
  display: grid !important;
  grid-template-columns: 1.25fr .75fr !important;
  align-items: center !important;
  gap: 54px !important;
  padding: 28px 0 !important;
}
.final-hero-copy { text-align: left !important; padding-right: 0 !important; }
.final-hero-kicker {
  color: #e0b95f !important;
  font-size: .85rem !important;
  letter-spacing: .18em !important;
  font-weight: 900 !important;
  margin: 0 0 20px !important;
}
.final-hero h1 {
  color: #fff !important;
  font-size: clamp(3.4rem, 6.2vw, 6rem) !important;
  line-height: 1.08 !important;
  margin: 0 0 28px !important;
  max-width: 760px !important;
}
.final-hero .hero-lede {
  color: #fff !important;
  font-size: clamp(1.25rem, 2vw, 1.8rem) !important;
  line-height: 1.55 !important;
  max-width: 730px !important;
  margin: 0 !important;
}
.final-hero .hero-actions {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-top: 30px !important;
}
.final-hero .button { min-height: 52px !important; padding: 13px 25px !important; font-size: 1rem !important; }
.final-hero-art { display: block !important; }
.final-hero .stage-frame {
  width: min(350px, 100%) !important;
  aspect-ratio: 4/5 !important;
  margin-left: auto !important;
  border-radius: 190px 190px 18px 18px !important;
}
.final-hero .stage-title { font-size: 4rem !important; }

/* Requested newsletter wording uses same site sans-serif typeface */
.newsletter-sitewide h2,
.newsletter-page-hero h1 {
  font-family: var(--sans) !important;
  font-weight: 800 !important;
}
.newsletter-sitewide h2 { font-size: 1.18rem !important; line-height: 1.35 !important; max-width: 760px !important; }
.newsletter-page-hero h1 { font-size: clamp(2rem, 4vw, 3.1rem) !important; line-height: 1.18 !important; }

/* Footer readability */
.site-footer, .site-footer p, .site-footer a, .site-footer .footer-location,
.site-footer .footer-contact a, .site-footer nav a {
  color: #ffffff !important;
}
.site-footer .footer-contact > span:first-child { color: var(--gold-light) !important; }

@media (max-width: 1100px) {
  .final-header-inner { gap: 14px !important; }
  .final-logo img { height: 90px !important; max-width: 205px !important; }
  .final-site-nav { gap: 14px !important; }
  .final-site-nav a { font-size: .82rem !important; }
  .final-newsletter-button { padding: 10px 14px !important; font-size: .86rem !important; }
  .final-hero-grid { gap: 34px !important; }
  .final-hero h1 { font-size: clamp(3rem, 6vw, 5rem) !important; }
}
@media (max-width: 900px) {
  .final-header-inner { min-height: 96px !important; grid-template-columns: auto 1fr auto !important; }
  .final-logo img { height: 84px !important; max-width: 190px !important; }
  .final-newsletter-button { display: none !important; }
  .nav-toggle { display: inline-block !important; justify-self: end !important; }
  .final-site-nav {
    position: absolute !important; left: 20px !important; right: 20px !important; top: 96px !important;
    display: none !important; padding: 16px 20px !important; background: white !important;
    border: 1px solid var(--line) !important; border-radius: 12px !important; box-shadow: var(--shadow) !important;
    flex-direction: column !important; align-items: stretch !important; gap: 0 !important; z-index: 31 !important;
  }
  .final-site-nav.open { display: flex !important; }
  .final-site-nav a { font-size: .96rem !important; padding: 11px 0 !important; }
  .final-site-nav a.mobile-only { display: block !important; }
  .final-hero-grid {
    height: auto !important; min-height: 0 !important; grid-template-columns: 1fr !important;
    text-align: center !important; padding: 32px 0 !important;
  }
  .final-hero-copy { text-align: center !important; }
  .final-hero .hero-lede { margin: 0 auto !important; }
  .final-hero .hero-actions { justify-content: center !important; }
  .final-hero-art { display: none !important; }
}
@media (max-width: 620px) {
  .final-header-inner { min-height: 84px !important; }
  .final-logo img { height: 72px !important; max-width: 170px !important; }
  .final-site-nav { top: 84px !important; }
  .final-hero h1 { font-size: 3rem !important; }
  .final-hero .hero-lede { font-size: 1.05rem !important; }
  .final-hero .hero-actions { margin-top: 22px !important; }
}

/* Logo visibility revision: larger desktop logo, shorter hero so header + banner remain above fold */
@media (min-width: 1101px) {
  .final-header-inner {
    min-height: 164px !important;
    padding: 7px 0 !important;
  }
  .final-logo img {
    height: 150px !important;
    max-width: 360px !important;
  }
  .final-hero-grid {
    height: min(585px, calc(100vh - 164px)) !important;
    min-height: 460px !important;
    padding: 22px 0 !important;
  }
  .final-hero .stage-frame {
    width: min(310px, 100%) !important;
  }
  .final-hero h1 {
    font-size: clamp(3.15rem, 5.6vw, 5.5rem) !important;
    margin-bottom: 20px !important;
  }
  .final-hero .hero-lede {
    font-size: clamp(1.15rem, 1.7vw, 1.55rem) !important;
  }
  .final-hero .hero-actions {
    margin-top: 24px !important;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .final-header-inner {
    min-height: 144px !important;
  }
  .final-logo img {
    height: 132px !important;
    max-width: 315px !important;
  }
  .final-hero-grid {
    height: min(560px, calc(100vh - 144px)) !important;
    min-height: 440px !important;
    padding: 20px 0 !important;
  }
  .final-hero .stage-frame {
    width: min(285px, 100%) !important;
  }
}


/* Integrated opera-stage banner artwork; schedule/list styles intentionally untouched */
.final-hero-art {
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  align-self:stretch !important;
}
.final-hero-stage-image {
  display:block !important;
  width:min(660px, 100%) !important;
  height:auto !important;
  max-height:520px !important;
  object-fit:contain !important;
  margin-left:auto !important;
  filter:none !important;
}
@media (min-width:1101px) {
  .final-hero-grid { grid-template-columns: 1.02fr .98fr !important; gap: 18px !important; }
  .final-hero-stage-image { width:min(690px, 100%) !important; max-height:535px !important; }
}
@media (min-width:901px) and (max-width:1100px) {
  .final-hero-grid { grid-template-columns: 1.08fr .92fr !important; gap:18px !important; }
  .final-hero-stage-image { width:min(560px,100%) !important; max-height:440px !important; }
}
@media (max-width:900px) {
  .final-hero-stage-image { display:none !important; }
}
