:root {
  --ink: #171411;
  --paper: #f2ede4;
  --red: #a41916;
  --red-dark: #a41916;
  --gold: #c7a66a;
  --line: rgba(23, 20, 17, .18);
  --shell: min(1180px, calc(100vw - 40px));
  --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; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 16px; clip: auto; background: white; }

.site-header { position: absolute; z-index: 10; top: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { position: fixed; color: var(--ink); background: var(--paper); border-color: var(--line); box-shadow: 0 8px 28px rgba(23,20,17,.09); }
.site-header.is-scrolled .menu-toggle > span:not(.screen-reader-text) { background: var(--ink); }
.site-header__inner { position: relative; height: 72px; min-height: 72px; display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.site-branding { position: absolute; z-index: 2; top: 3px; left: 0; }
.brand-logo { display: block; width: 104px; height: 104px; }
.brand-logo__crop { display: block; width: 104px; height: 104px; }
.brand-logo__crop img { width: 104px; height: 104px; object-fit: contain; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 190px; max-height: 68px; object-fit: contain; }
.wordmark { display: flex; flex-direction: column; text-decoration: none; line-height: 1.05; }
.wordmark__name { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .05em; }
.wordmark__tagline { margin-top: 7px; font-size: .62rem; text-transform: uppercase; letter-spacing: .2em; opacity: .72; }
.primary-navigation ul { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.primary-navigation a:hover, .primary-navigation a:focus { color: var(--gold); }
.primary-navigation li { position: relative; }
.primary-navigation .sub-menu { display: none; position: absolute; top: calc(100% + 16px); left: -18px; min-width: 220px; padding: 14px 0; gap: 0; color: white; background: #171411; box-shadow: 0 16px 40px rgba(0,0,0,.22); }
.site-header.is-scrolled .primary-navigation .sub-menu { color: var(--ink); background: var(--paper); }
.primary-navigation .sub-menu::before { content: ''; position: absolute; top: -18px; left: 0; width: 100%; height: 18px; }
.primary-navigation .sub-menu li { width: 100%; }
.primary-navigation .sub-menu a { display: block; padding: 9px 18px; white-space: nowrap; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
.primary-navigation .menu-highlight > a { padding: 9px 13px; color: white; border: 2px solid var(--red); background: transparent; }
.primary-navigation .menu-highlight > a:hover, .primary-navigation .menu-highlight > a:focus { color: white; background: var(--red); }
.site-header.is-scrolled .primary-navigation .menu-highlight > a { color: var(--red); }
.site-header.is-scrolled .primary-navigation .menu-highlight > a:hover, .site-header.is-scrolled .primary-navigation .menu-highlight > a:focus { color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 1px; margin: 6px; background: white; }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; color: white; background: #17110f url('../images/theater-vorhang.jpg') center 56% / cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,8,8,.92) 0%, rgba(29,12,12,.68) 48%, rgba(17,10,9,.28) 100%), linear-gradient(0deg, rgba(10,7,6,.35), transparent 48%); }
.hero__glow { position: absolute; width: 42vw; height: 140%; top: -20%; right: 6%; transform: rotate(13deg); background: linear-gradient(90deg, transparent, rgba(255,224,164,.15), transparent); filter: blur(10px); }
.hero__content { position: relative; padding-top: 100px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
.hero .eyebrow, .visit-section .eyebrow { color: var(--gold); }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(3.4rem, 7.8vw, 7rem); line-height: .92; letter-spacing: -.035em; }
.hero__intro { max-width: 590px; margin: 32px 0 0; font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.4rem); color: rgba(255,255,255,.76); }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero__side-note { position: absolute; right: -58px; bottom: 150px; transform: rotate(-90deg); font-size: .64rem; text-transform: uppercase; letter-spacing: .32em; opacity: .5; }
.button { display: inline-block; padding: 15px 23px; color: white; background: var(--red); text-decoration: none; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; transition: transform .2s, background .2s; }
.button:hover, .button:focus { background: #a41916; filter: brightness(1.12); transform: translateY(-2px); }
.text-link { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; text-underline-offset: 5px; }

.section { padding-block: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; font-weight: 400; }
.production-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.production-card__media { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #c8bbaa; }
.production-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.production-card:hover img { transform: scale(1.025); }
.production-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(145deg, #2a1817, var(--red) 60%, #d2ad6c); }
.production-card__meta, .post-teaser__meta { margin: 20px 0 6px; color: var(--red); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.production-card h3 { margin: 0; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.15; }
.production-card h3 a { text-decoration: none; }
.production-card p:last-child { color: #665e56; }
.empty-state { grid-column: 1 / -1; padding: 60px; text-align: center; border: 1px solid var(--line); }

.story-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(42px, 7vw, 100px); padding-block: 110px; }
.story-section__image { position: relative; }
.story-section__image::after { content: ''; position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 55%; height: 75%; background: var(--red); }
.story-section__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.story-section__content p:not(.eyebrow) { margin: 28px 0; color: #5f5750; font-size: 1.08rem; }

.feature-section { padding: 0 0 110px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-card { position: relative; min-height: 610px; overflow: hidden; }
.feature-card--image { display: flex; align-items: flex-end; color: white; background: #171411; }
.feature-card--image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,8,7,.94), rgba(12,8,7,.08) 75%); }
.feature-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-card__overlay { position: relative; z-index: 1; padding: clamp(30px, 5vw, 58px); }
.feature-card h2 { font-size: clamp(2.25rem, 4vw, 3.6rem); }
.feature-card--support { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 58px); color: white; background: var(--red); }
.feature-card--support .eyebrow { color: #f0c98a; }
.feature-card--support > div > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.support-facts { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid rgba(255,255,255,.25); }
.support-facts p { display: flex; flex-direction: column; margin: 0; padding: 24px 0; }
.support-facts p + p { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.support-facts strong { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.support-facts span { font-size: .72rem; opacity: .72; }
.feature-card__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

.location-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); padding-bottom: 110px; }
.location-section__details { padding-top: 8px; }
.location-section address { font-style: normal; font-size: 1.12rem; }
.location-section__details > p { max-width: 620px; margin: 24px 0; color: #5f5750; }

.visit-section { padding: 110px 0; color: white; background: var(--red-dark); }
.visit-section__inner { max-width: 860px; text-align: center; }
.visit-section p:not(.eyebrow) { max-width: 610px; margin: 25px auto 32px; color: rgba(255,255,255,.74); }
.button--light { color: var(--red-dark); background: var(--gold); }
.button--light:hover, .button--light:focus { background: #e0c58f; }

.content-area { min-height: 65vh; padding-top: 180px; padding-bottom: 100px; }
.content-area--narrow { max-width: 850px; }
.page-header { margin-bottom: 60px; }
.page-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.5rem); line-height: .95; font-weight: 400; }
.post-list { border-top: 1px solid var(--line); }
.post-teaser { padding: 36px 0; border-bottom: 1px solid var(--line); }
.post-teaser h2 { font-size: 2.2rem; }
.post-teaser h2 a { text-decoration: none; }
.entry-content { font-family: var(--serif); font-size: 1.18rem; }
.entry-content > * { max-width: 720px; }
.entry-content > .alignwide { max-width: 1100px; margin-left: 50%; transform: translateX(-50%); }
.featured-image { margin: 0 0 50px; }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.65); background: #100d0c; font-size: .82rem; }
.site-footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.site-footer__title { margin: 0; color: white; font-family: var(--serif); font-size: 1.6rem; }
.site-footer ul { display: flex; justify-content: flex-end; gap: 24px; margin: 0; padding: 0; list-style: none; }
.site-footer a { color: white; text-decoration: none; }
.site-footer__legal { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }

body:not(.home) .site-header { position: relative; color: var(--ink); border-color: var(--line); }
body:not(.home) .site-header.is-scrolled { position: fixed; }
body:not(.home) .menu-toggle > span:not(.screen-reader-text) { background: var(--ink); }
body:not(.home) .content-area { padding-top: 90px; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header__inner { height: 58px; min-height: 58px; }
  .brand-logo, .brand-logo__crop, .brand-logo__crop img { width: 80px; height: 80px; }
  .site-branding { top: 5px; }
  .menu-toggle { display: block; }
  .primary-navigation { display: none; position: absolute; top: 58px; left: 0; width: 100%; padding: 24px; background: #160e0e; }
  body:not(.home) .primary-navigation { background: var(--paper); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { flex-direction: column; gap: 18px; }
  .primary-navigation .sub-menu { display: block; position: static; min-width: 0; margin: 10px 0 0 15px; padding: 0 0 0 14px; gap: 8px; border-left: 1px solid rgba(255,255,255,.25); box-shadow: none; background: transparent; }
  body:not(.home) .primary-navigation .sub-menu { color: var(--ink); }
  .primary-navigation .sub-menu::before { display: none; }
  .primary-navigation .sub-menu a { padding: 4px 0; }
  .primary-navigation .menu-highlight > a { display: inline-block; }
  .hero { min-height: 700px; }
  .hero__content { padding-top: 60px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__side-note { display: none; }
  .section { padding-block: 75px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .production-grid { grid-template-columns: 1fr; gap: 42px; }
  .production-card__media { aspect-ratio: 5 / 4; }
  .story-section { grid-template-columns: 1fr; padding-block: 75px; }
  .story-section__image::after { right: -7px; bottom: -10px; }
  .feature-section { padding-bottom: 75px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 560px; }
  .location-section { grid-template-columns: 1fr; gap: 35px; padding-bottom: 75px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer ul { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
