:root {
  --ink: #11110f;
  --paper: #f1f0eb;
  --white: #faf9f5;
  --gray: #6c6b66;
  --line: rgba(17, 17, 15, .18);
  --rust: #9a4e3e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-200%); background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 78px; padding: 0 clamp(1.4rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(241,240,235,.94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.wordmark { font: 700 1.32rem/1 var(--serif); letter-spacing: .16em; text-decoration: none; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.5rem); }
nav a { font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; }
nav a:not(.nav-contact) { padding: 1rem 0 .35rem; background: linear-gradient(var(--ink),var(--ink)) left bottom / 0 1px no-repeat; transition: background-size .25s ease; }
nav a:not(.nav-contact):hover { background-size: 100% 1px; }
.nav-contact { border: 1px solid var(--ink); padding: .8rem 1rem; transition: .2s ease; }
.nav-contact:hover { color: var(--paper); background: var(--ink); }
.nav-toggle { display: none; border: 0; background: none; padding: .5rem; }

.hero { min-height: calc(100svh - 78px); display: grid; grid-template-columns: 1.04fr .96fr; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6.5vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 1.5rem; font-size: .69rem; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 790px; font: 400 clamp(3rem, 5.7vw, 6.6rem)/.98 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--rust); font-weight: 400; }
.hero-intro { max-width: 650px; margin: 2rem 0 0; font: 400 clamp(1rem, 1.35vw, 1.25rem)/1.7 var(--sans); color: #3d3c38; }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.button { display: inline-block; padding: 1rem 1.4rem; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border: 1px solid currentColor; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--rust); border-color: var(--rust); }
.text-link { padding: .7rem 0 .35rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; border-bottom: 1px solid var(--ink); }
.hero-art { padding: clamp(2rem, 4vw, 4.25rem); display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: var(--white); }
.art-frame { border: 1px solid rgba(255,255,255,.3); padding: clamp(.55rem, 1vw, 1rem); }
.art-frame img { width: 100%; aspect-ratio: 792/612; object-fit: cover; }
.byline { margin: 1.15rem 0 0; display: flex; justify-content: space-between; font: 400 clamp(.9rem, 1.2vw, 1.1rem)/1.4 var(--serif); letter-spacing: .03em; }
.byline span { color: #b4b2aa; }

.marquee { padding: 1.2rem 2rem; border-block: 1px solid var(--line); overflow: hidden; }
.marquee p { margin: 0; display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 3vw, 3.6rem); white-space: nowrap; font-size: .67rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.marquee i { width: 4px; height: 4px; background: var(--rust); border-radius: 50%; }

.section { max-width: 1480px; margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) clamp(1.5rem, 6vw, 6rem); display: grid; grid-template-columns: .3fr .9fr 1.05fr; gap: clamp(2rem, 5vw, 6rem); border-bottom: 1px solid var(--line); }
.section-number { font: italic 1rem/1 var(--serif); color: var(--rust); }
.section-heading h2 { margin: 0; font: 400 clamp(2.75rem, 5vw, 5.6rem)/1.02 var(--serif); letter-spacing: -.045em; }
.section-heading h2 span { color: var(--gray); }
.section-body { padding-top: 2.2rem; }
.section-body p { margin: 0 0 1.35rem; font-size: 1rem; line-height: 1.8; color: #42413d; }
.section-body .lead { font: 400 clamp(1.35rem, 2.1vw, 2.1rem)/1.43 var(--serif); color: var(--ink); }
blockquote { margin: 3rem 0 0; padding: 1.5rem 0 0 2rem; border-top: 1px solid var(--ink); font: italic 1.2rem/1.65 var(--serif); }

.production-case { padding: clamp(6rem, 10vw, 9rem) clamp(1.5rem, 7vw, 7rem); background: var(--white); border-bottom: 1px solid var(--line); }
.production-copy { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.production-copy h2 { margin: 0; font: 400 clamp(3rem, 5.7vw, 6.2rem)/.98 var(--serif); letter-spacing: -.05em; }
.production-copy h2 em { color: var(--rust); font-weight: 400; }
.production-copy > div:last-child { padding-bottom: .45rem; }
.production-copy p { margin: 0 0 1.25rem; font-size: 1rem; line-height: 1.75; color: #42413d; }
.production-copy .production-lead { font: 400 clamp(1.3rem, 1.9vw, 1.8rem)/1.5 var(--serif); color: var(--ink); }
.production-grid { max-width: 1360px; margin: clamp(4rem, 7vw, 6.5rem) auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--ink); }
.production-grid article { min-height: 235px; padding: 1.6rem 1.8rem 1.8rem 0; border-right: 1px solid var(--line); }
.production-grid article + article { padding-left: 1.8rem; }
.production-grid article:last-child { border-right: 0; }
.production-grid span { font: italic .85rem/1 var(--serif); color: var(--rust); }
.production-grid h3 { margin: 3.2rem 0 .85rem; font: 400 clamp(1.55rem, 2vw, 2.15rem)/1.1 var(--serif); }
.production-grid p { margin: 0; font-size: 1rem; line-height: 1.6; color: #4b4a45; }
.production-close { max-width: 1360px; margin: 2rem auto 0; text-align: right; font: italic clamp(1.2rem, 1.8vw, 1.6rem)/1.4 var(--serif); }

.themes { background: #deddd6; padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 6vw, 6rem); }
.themes > .eyebrow { max-width: 1360px; margin-inline: auto; }
.theme-grid { max-width: 1360px; margin: 3rem auto 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(17,17,15,.25); }
.theme-grid article { min-height: 240px; padding: 2rem; border-right: 1px solid rgba(17,17,15,.25); display: flex; flex-direction: column; justify-content: flex-start; }
.theme-grid article:nth-child(even) { background: rgba(255,255,255,.2); }
.theme-grid article:last-child { border-right: 0; }
.theme-grid span { font: italic .85rem/1 var(--serif); color: var(--rust); }
.theme-grid h3 { margin: 2.5rem 0 1rem; font: 400 clamp(2rem, 2.8vw, 3rem)/1 var(--serif); }
.theme-grid p { margin: 0; max-width: 15rem; font-size: 1rem; line-height: 1.6; color: #363530; }

.october { padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 7vw, 7rem); background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.october::after { content: "OCT"; position: absolute; right: -2vw; top: -4vw; color: rgba(255,255,255,.028); font: 700 clamp(12rem, 34vw, 34rem)/1 var(--serif); pointer-events: none; }
.october-inner { max-width: 1360px; margin: 0 auto; position: relative; z-index: 1; }
.october .light { color: #bbb9b1; }
.october h2 { max-width: 980px; margin: 0; font: 400 clamp(3.2rem, 7vw, 7.7rem)/.93 var(--serif); letter-spacing: -.05em; }
.october-intro { max-width: 760px; margin: 2.4rem 0 0; color: #c8c6be; font: 400 clamp(1.2rem, 2vw, 1.65rem)/1.6 var(--serif); }
.program-grid { margin: clamp(3.5rem, 7vw, 6.5rem) 0 3.5rem; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid rgba(255,255,255,.23); }
.program-grid article { min-height: 255px; padding: 1.8rem 2rem 2rem 0; border-right: 1px solid rgba(255,255,255,.23); }
.program-grid article + article { padding-left: 2rem; }
.program-grid article:last-child { border-right: 0; }
.program-grid span { color: #a6a49d; font: italic .78rem/1 var(--serif); }
.program-grid h3 { margin: 4.5rem 0 .8rem; font: 400 1.8rem/1.1 var(--serif); }
.program-grid p { margin: 0; color: #aaa8a1; font-size: .88rem; line-height: 1.65; }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); background: var(--rust); border-color: var(--rust); }

.content-note { padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 7vw, 7rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); background: var(--rust); color: white; }
.content-note h2 { max-width: 600px; margin: 0; font: 400 clamp(2.4rem, 4.2vw, 4.7rem)/1.05 var(--serif); letter-spacing: -.04em; }
.content-note > div:last-child { padding-top: 2rem; }
.content-note p { margin: 0 0 1.35rem; max-width: 650px; font-size: .96rem; line-height: 1.75; }
.resource-line { padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.45); }
.resource-line a { font-weight: 700; }
.resource-line .support-link { display: inline-block; margin: .25rem 0 1.5rem; padding: .9rem 1.1rem; border: 1px solid rgba(255,255,255,.75); text-decoration: none; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.resource-line .support-link:hover { background: var(--white); color: var(--rust); }
.resource-line .crisis-note { margin-bottom: 0; font-size: .88rem; }

.contact { padding: clamp(7rem, 12vw, 12rem) 1.5rem; text-align: center; }
.contact h2 { margin: 0; font: 400 clamp(3.3rem, 7vw, 8rem)/1 var(--serif); letter-spacing: -.055em; }
.contact > p:not(.eyebrow) { max-width: 690px; margin: 2rem auto 2.4rem; font-size: 1rem; line-height: 1.75; color: #52514c; }
.contact .button { margin: 0 auto 1.7rem; }
.email-link { display: block; width: fit-content; margin: 0 auto; font: 400 1rem/1.3 var(--serif); text-decoration-thickness: 1px; text-underline-offset: 4px; }

footer { padding: 2rem clamp(1.4rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
footer p, footer > a:last-child { margin: 0; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding-block: 6rem; }
  .hero-art { padding: 3rem clamp(1.5rem, 8vw, 6rem); }
  .section { grid-template-columns: .15fr .8fr 1fr; gap: 2rem; }
  .theme-grid { grid-template-columns: 1fr 1fr; }
  .production-grid { grid-template-columns: 1fr 1fr; }
  .production-grid article:nth-child(2) { border-right: 0; }
  .production-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .theme-grid article:nth-child(2) { border-right: 0; }
  .theme-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(17,17,15,.25); }
}

@media (max-width: 760px) {
  .site-header { min-height: 66px; }
  .nav-toggle { display: grid; gap: 6px; position: relative; z-index: 22; }
  .nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); transition: .2s ease; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  nav { display: none; position: fixed; inset: 66px 0 auto; padding: 2.5rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 1.25rem; }
  nav.open { display: flex; }
  nav a { font-size: .85rem; }
  .nav-contact { text-align: center; margin-top: .5rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4.5rem 1.5rem; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .hero-art { padding: 1.5rem; }
  .byline { flex-direction: column; gap: .3rem; }
  .marquee { overflow-x: auto; }
  .marquee p { justify-content: flex-start; width: max-content; }
  .section { padding-block: 5rem; grid-template-columns: 1fr; gap: .8rem; }
  .section-number { margin-bottom: 1.3rem; }
  .section-body { padding-top: 1.2rem; }
  .section-heading h2 { font-size: 2.9rem; }
  .production-copy { grid-template-columns: 1fr; gap: 2.5rem; }
  .production-copy h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .production-grid { grid-template-columns: 1fr; }
  .production-grid article, .production-grid article + article { min-height: 0; padding: 1.8rem 0 2rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .production-grid article:last-child { border-bottom: 0; }
  .production-grid h3 { margin-top: 2rem; }
  .production-close { text-align: left; }
  .theme-grid { grid-template-columns: 1fr; }
  .theme-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(17,17,15,.25); }
  .theme-grid article:last-child { border-bottom: 0; }
  .october h2 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid article, .program-grid article + article { min-height: 0; padding: 1.8rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.23); }
  .program-grid article:last-child { border-bottom: 0; }
  .program-grid h3 { margin-top: 2.2rem; }
  .content-note { grid-template-columns: 1fr; gap: 1rem; }
  .content-note > div:last-child { padding-top: 1rem; }
  footer { flex-direction: column; align-items: flex-start; }
}

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