
:root {
  --midnight: #101b2d;
  --navy: #18345b;
  --royal: #28517f;
  --cyan: #6d8da3;
  --orange: #c54b32;
  --gold: #d4a744;
  --cream: #eee3c7;
  --paper: #f6edd8;
  --ink: #1c2430;
  --muted: #5f5a50;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background-color: var(--paper); background-image: radial-gradient(rgba(35,29,22,.06) .7px, transparent .7px); background-size: 5px 5px; color: var(--ink); font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 108px; padding: 10px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(100deg, var(--midnight), #07366b); color: white; border-bottom: 2px solid var(--orange); position: relative; z-index: 5; }
.brand img { width: 230px; height: 88px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 15px; font-weight: 700; }
nav a { padding: 12px 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--orange); }
.nav-cta { border: 1px solid rgba(255,255,255,.55) !important; border-radius: 999px; padding: 11px 22px !important; }

.hero { min-height: calc(100vh - 108px); display: grid; grid-template-columns: 47% 53%; background: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(64px, 8vw, 120px) clamp(36px, 6vw, 92px); position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; }
.hero-copy::after { content: ""; position: absolute; width: 520px; height: 180px; left: -60px; bottom: -40px; opacity: .13; background: repeating-radial-gradient(ellipse at center, transparent 0 17px, var(--cyan) 18px 20px, transparent 21px 34px); transform: rotate(5deg); pointer-events: none; }
.hero-photo { background: linear-gradient(90deg, rgba(6,27,51,.18), transparent 22%), url('images/sea-breeze-singers-action.jpg') center center/cover no-repeat; clip-path: ellipse(97% 90% at 100% 50%); min-height: 680px; border-left: 3px solid var(--orange); }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--royal); text-transform: uppercase; letter-spacing: .25em; font-size: 12px; font-weight: 800; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.04em; }
h1 { max-width: 710px; margin: 0; font-size: clamp(58px, 6.1vw, 100px); line-height: .98; }
.hero-intro { max-width: 650px; margin: 32px 0 0; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.65; color: #33485a; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 26px; border-radius: 3px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(105deg, var(--navy), var(--royal)); color: white; border: 1px solid var(--royal); box-shadow: 0 8px 24px rgba(8,44,92,.2); }
.button-secondary { border: 1px solid #aab4bc; background: rgba(255,255,255,.35); }
.hero-note { margin-top: 42px; display: flex; align-items: center; gap: 18px; max-width: 500px; position: relative; z-index: 1; }
.hero-note strong { color: var(--orange); font-family: Georgia, serif; font-size: 27px; white-space: nowrap; }
.hero-note span { border-left: 1px solid #b8b4a9; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.section { padding: 120px clamp(28px, 7vw, 110px); }
.retro-divider { height: clamp(82px, 10vw, 150px); padding: 0 clamp(20px, 6vw, 90px); display: flex; align-items: center; justify-content: center; background: var(--paper); overflow: hidden; }
.retro-divider img { width: min(100%, 1220px); height: 100%; display: block; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 9vw; }
.story h2, .perform h2, .join h2 { margin: 0; font-size: clamp(48px, 5.2vw, 78px); line-height: 1.02; }
.story-copy { font-size: 17px; line-height: 1.8; color: var(--muted); }
.story-copy .lead { margin-top: 0; color: var(--ink); font-family: Georgia, serif; font-size: 27px; line-height: 1.5; }
.bhs-affiliation { margin-top: 34px; padding: 18px 22px; display: flex; align-items: center; gap: 20px; border: 1px solid #d4dbe0; background: white; transition: transform .2s, box-shadow .2s; }
.bhs-affiliation:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(6,27,51,.09); }
.bhs-affiliation img { width: 78px; height: 78px; object-fit: contain; mix-blend-mode: multiply; }
.bhs-affiliation span { display: grid; gap: 6px; color: var(--ink); line-height: 1.35; }
.bhs-affiliation small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.timeline { margin-top: 80px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #c8d1d8; }
.timeline article { padding: 34px 34px 12px 0; position: relative; }
.timeline article::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); }
.timeline span { color: var(--royal); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.timeline h3 { margin: 14px 0 8px; font-family: Georgia, serif; font-size: 24px; }
.timeline p { color: var(--muted); line-height: 1.6; }

.heritage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: var(--cream); border-top: 1px solid #e2ddd2; }
.heritage h2 { margin: 0; font-size: clamp(48px, 5.2vw, 78px); line-height: 1.02; }
.heritage-story { color: var(--muted); font-size: 17px; line-height: 1.82; }
.heritage-story p { margin: 0 0 22px; }
.heritage-story .heritage-lead { color: var(--ink); font-family: Georgia, serif; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.45; }
.four-parts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid #c8c3b9; }
.four-parts article { padding: 30px 26px 18px 0; border-right: 1px solid #d8d3c9; }
.four-parts article + article { padding-left: 26px; }
.four-parts article:last-child { border-right: 0; }
.four-parts span { display: block; color: var(--orange); font-size: 11px; font-weight: 900; margin-bottom: 25px; }
.four-parts strong { display: block; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.four-parts em { display: block; margin: 8px 0 16px; color: var(--orange); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.four-parts p { color: var(--muted); font-size: 14px; line-height: 1.68; }
.parts-together { grid-column: 1 / -1; width: min(100%, 900px); margin: 42px auto 0; padding: 26px 32px; text-align: center; color: var(--ink); border-block: 3px double var(--ink); font-family: Rockwell, Georgia, serif; font-size: clamp(19px, 2vw, 27px); line-height: 1.5; }

.blend { padding: 100px clamp(28px, 7vw, 110px); display: grid; grid-template-columns: .55fr 1.3fr .8fr; gap: 6vw; align-items: center; background: linear-gradient(130deg, var(--midnight), #073c77); color: white; overflow: hidden; position: relative; }
.blend::before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(0,166,223,.25); border-radius: 50%; left: -240px; top: -180px; box-shadow: 0 0 0 70px rgba(0,166,223,.05), 0 0 0 140px rgba(0,166,223,.035); }
.blend-mark { font-family: Georgia, serif; font-size: clamp(90px, 12vw, 180px); line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--cyan); opacity: .45; }
.eyebrow.light { color: #66cef0; }
.blend h2 { margin: 0; color: white; font-size: clamp(62px, 7vw, 106px); line-height: .9; }
.blend-subtitle { margin: 14px 0 30px; color: var(--orange); text-transform: uppercase; letter-spacing: .24em; font-weight: 800; }
.blend-copy > p:last-of-type { color: #d5e4f0; line-height: 1.8; font-size: 17px; }
.text-link { display: inline-flex; gap: 16px; margin-top: 16px; padding-bottom: 7px; border-bottom: 2px solid var(--orange); font-weight: 800; }
.event-card { background: var(--cream); color: var(--ink); padding: 36px; box-shadow: 16px 16px 0 rgba(0,166,223,.2); }
.card-label { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; color: var(--royal); }
.event-date { margin: 12px 0 0; font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.event-date span { font-family: Arial, sans-serif; font-size: 18px; text-transform: uppercase; color: var(--orange); font-weight: 900; }
.event-year { font-weight: 800; }
.event-card hr { border: 0; border-top: 1px solid #cbd2d8; margin: 25px 0; }
.event-card p { line-height: 1.55; }
.event-card .small { font-size: 13px; color: var(--muted); }

.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 9vw; align-items: end; }
.section-heading > p { color: var(--muted); line-height: 1.8; font-size: 17px; }
.occasion-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 70px; border-top: 1px solid #c7d0d8; }
.occasion-grid article { padding: 34px 28px 24px 0; border-right: 1px solid #d4dbe0; min-height: 250px; }
.occasion-grid article + article { padding-left: 28px; }
.occasion-grid article:last-child { border: 0; }
.occasion-grid span { color: var(--orange); font-size: 12px; font-weight: 900; }
.occasion-grid h3 { margin: 38px 0 12px; font-family: Georgia, serif; font-size: 25px; }
.occasion-grid p { color: var(--muted); line-height: 1.65; font-size: 14px; }

.past-performances { color: var(--paper); background-color: var(--midnight); background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 2px, transparent 2px 10px); border-block: 8px solid var(--gold); }
.past-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.past-heading h2 { margin: 0; color: var(--paper); font-size: clamp(48px, 5.2vw, 78px); line-height: 1.02; text-shadow: 3px 3px 0 rgba(197,75,50,.35); }
.past-heading > p { margin: 0; color: #cbd5dc; font-size: 17px; line-height: 1.8; }
.performance-ledger { margin-top: 68px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.performance-card { min-height: 330px; display: grid; grid-template-columns: minmax(180px, .82fr) 1.18fr; color: var(--ink); background: var(--paper); border: 3px solid var(--gold); box-shadow: 8px 8px 0 var(--orange); transition: transform .2s, box-shadow .2s; }
.performance-card:hover, .performance-card:focus-visible { transform: translate(-2px, -2px); box-shadow: 12px 12px 0 var(--orange); outline: 2px solid var(--paper); outline-offset: 5px; }
.performance-art { min-height: 100%; padding: 28px; display: flex; align-items: center; justify-content: center; background: #f9f1df; border-right: 3px double var(--ink); overflow: hidden; }
.performance-art img { display: block; width: 100%; height: 190px; object-fit: contain; }
.performance-copy { padding: 34px 32px 30px; display: flex; flex-direction: column; align-items: flex-start; }
.performance-date { display: inline-block; margin-bottom: 22px; padding: 6px 9px 5px; color: var(--paper); background: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; transform: rotate(-1deg); }
.performance-copy h3 { margin: 0; font-family: Rockwell, Georgia, serif; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.05; text-transform: uppercase; }
.performance-copy p { margin: 18px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.performance-copy small { margin-top: auto; color: var(--royal); border-bottom: 2px solid var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.lexington-card .performance-art { background: #101b2d; }
.hooks-card .performance-art { background: #fff; }
.hooks-card .performance-art img { width: 72%; }
.icerays-card .performance-art { background: #fff; }
.mark-note { margin: 30px 0 0; color: #8fa0ad; font-size: 10px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }

.stage-feature { margin: 0; position: relative; height: min(72vw, 760px); min-height: 460px; overflow: hidden; background: var(--midnight); }
.stage-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,27,51,.88) 100%); pointer-events: none; }
.stage-feature img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 43%; }
.stage-feature figcaption { position: absolute; left: clamp(24px, 7vw, 110px); bottom: clamp(28px, 6vw, 76px); z-index: 1; color: white; display: grid; gap: 12px; }
.stage-feature figcaption span { color: var(--orange); text-transform: uppercase; letter-spacing: .24em; font-size: 12px; font-weight: 900; }
.stage-feature figcaption strong { max-width: 760px; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 72px); line-height: 1.05; font-weight: 500; }

.join { display: grid; grid-template-columns: 1fr 1fr; column-gap: 11vw; row-gap: 70px; background: #eff7fa; align-items: center; }
.join-copy > p:not(.section-kicker) { max-width: 650px; color: var(--muted); line-height: 1.8; font-size: 17px; }
.join .button { margin-top: 18px; }
.no-experience { display: inline-block; margin-top: 22px !important; padding: 9px 13px; color: var(--paper) !important; background: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 13px !important; font-weight: 900; transform: rotate(-1deg); }
.rehearsal-card { padding: 32px 42px 40px; position: relative; text-align: center; background: var(--paper); border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--gold); }
.rehearsal-card > img { width: min(100%, 330px); height: 145px; margin: -14px auto 8px; display: block; object-fit: cover; mix-blend-mode: multiply; }
.rehearsal-card h3 { margin: 8px 0 0; font-family: Rockwell, Georgia, serif; font-size: clamp(30px, 3vw, 44px); line-height: 1; text-transform: uppercase; }
.rehearsal-time { margin: 10px 0; color: var(--orange); font-family: Rockwell, Georgia, serif; font-size: 34px; font-weight: 800; }
.rehearsal-rule { width: 90px; height: 5px; margin: 22px auto; border-block: 1px solid var(--ink); }
.rehearsal-card > p:not(.card-label):not(.rehearsal-time) { color: var(--muted); line-height: 1.65; }
.rehearsal-venue { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; background: var(--paper); border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--gold); }
.venue-photo { min-height: 360px; margin: 0; position: relative; overflow: hidden; border-right: 3px double var(--ink); background: var(--midnight); }
.venue-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72) sepia(.08) contrast(1.07); }
.venue-photo figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px 7px; color: var(--paper); background: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-1deg); box-shadow: 3px 3px 0 var(--ink); }
.venue-copy { padding: clamp(30px, 4vw, 54px); }
.venue-copy h3 { margin: 10px 0 20px; font-family: Rockwell, Georgia, serif; font-size: clamp(30px, 3vw, 46px); line-height: 1.06; text-transform: uppercase; }
.venue-copy > p:not(.card-label) { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.venue-copy address { padding-top: 20px; color: var(--ink); border-top: 3px double var(--ink); font-style: normal; font-weight: 800; line-height: 1.65; }
.venue-actions { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 26px; }
.venue-link { display: inline-flex; gap: 12px; padding-bottom: 6px; color: var(--royal); border-bottom: 2px solid var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.venue-link:hover, .venue-link:focus-visible { color: var(--orange); }
blockquote { margin: 0; padding: 50px; background: white; border-left: 5px solid var(--orange); font-family: Georgia, serif; font-size: clamp(28px, 3vw, 44px); line-height: 1.35; box-shadow: 0 20px 50px rgba(6,27,51,.09); }
.quote-mark { display: block; color: var(--cyan); font-size: 80px; line-height: .5; margin-bottom: 22px; }

.contact { padding: 110px 24px; text-align: center; color: white; background: linear-gradient(120deg, var(--midnight), var(--navy)); position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -220px; bottom: -260px; background: var(--orange); opacity: .16; }
.contact img { width: 180px; height: 110px; object-fit: contain; margin-bottom: 24px; }
.contact h2 { margin: 0; font-size: clamp(52px, 6vw, 88px); }
.contact > p:not(.eyebrow) { color: #d8e6ef; max-width: 650px; margin: 24px auto; font-size: 18px; line-height: 1.7; }
.inline-link { color: white; border-bottom: 1px solid var(--orange); font-weight: 800; }
.contact-form { width: min(100%, 820px); min-height: 360px; margin: 42px auto 0; padding: 28px; position: relative; z-index: 1; color: var(--ink); text-align: left; background: var(--paper); border: 3px double var(--gold); box-shadow: 10px 10px 0 var(--orange); }
.contact-form iframe { width: 100% !important; border: 0 !important; }

footer { min-height: 130px; padding: 24px clamp(28px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 13px; }
footer img { width: 150px; height: 90px; object-fit: contain; }

/* 1940s concert-poster treatment */
.site-header { background: var(--midnight); border-bottom: 6px double var(--gold); box-shadow: 0 5px 0 rgba(28,36,48,.22); }
nav { text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.nav-cta { border-radius: 0; border: 2px solid var(--gold) !important; color: #fff5dc; box-shadow: 3px 3px 0 var(--orange); }
.hero { background-color: var(--cream); background-image: linear-gradient(135deg, rgba(197,75,50,.035) 25%, transparent 25%, transparent 50%, rgba(197,75,50,.035) 50%, rgba(197,75,50,.035) 75%, transparent 75%); background-size: 18px 18px; border-bottom: 8px solid var(--midnight); }
.hero-copy::before { content: "PRESENTING"; display: block; width: max-content; margin-bottom: 20px; padding: 5px 10px 4px; color: var(--paper); background: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .28em; transform: rotate(-1deg); }
.hero-copy::after { opacity: .09; filter: grayscale(1); }
.hero-photo { clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%); border-left: 8px solid var(--gold); filter: saturate(.82) contrast(1.05); }
.eyebrow, .section-kicker { color: var(--orange); letter-spacing: .3em; }
h1, h2 { font-family: Rockwell, "Roboto Slab", Georgia, serif; text-transform: uppercase; letter-spacing: -.025em; text-shadow: 1px 1px 0 rgba(255,255,255,.35); }
h1 { line-height: .92; }
.hero-intro { color: #3f4751; }
.button { border-radius: 0; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; box-shadow: 5px 5px 0 rgba(28,36,48,.2); }
.button-primary { background: var(--navy); border: 2px solid var(--midnight); box-shadow: 5px 5px 0 var(--gold); }
.button-secondary { background: transparent; border: 2px solid var(--ink); }
.hero-note strong { color: var(--orange); text-transform: uppercase; }
.story, .perform { background-color: var(--paper); background-image: radial-gradient(rgba(35,29,22,.055) .7px, transparent .7px); background-size: 5px 5px; }
.bhs-affiliation { border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--gold); background: #f8f0dd; }
.timeline, .four-parts, .occasion-grid { border-top: 3px double var(--ink); }
.timeline article::before { width: 13px; height: 13px; top: -8px; border: 2px solid var(--paper); box-shadow: 0 0 0 1px var(--orange); }
.heritage { background-color: #e9dab9; background-image: linear-gradient(90deg, rgba(28,36,48,.025) 50%, transparent 50%); background-size: 8px 8px; border-block: 5px double var(--ink); }
.four-parts strong, .timeline h3, .occasion-grid h3 { text-transform: uppercase; letter-spacing: .03em; }
.blend { background: var(--midnight); border-block: 8px solid var(--gold); }
.blend::before { border-radius: 0; transform: rotate(45deg); border-color: rgba(212,167,68,.18); box-shadow: 0 0 0 70px rgba(212,167,68,.04), 0 0 0 140px rgba(212,167,68,.025); }
.blend-mark { color: rgba(212,167,68,.08); -webkit-text-stroke: 2px var(--gold); font-family: Rockwell, Georgia, serif; }
.blend-subtitle, .event-date span { color: var(--gold); }
.event-card { border: 3px solid var(--ink); background: var(--paper); box-shadow: 12px 12px 0 var(--orange); transform: rotate(1deg); }
.event-card hr { border-top: 3px double var(--ink); }
.stage-feature { border-block: 8px solid var(--midnight); }
.stage-feature img { filter: saturate(.72) sepia(.08) contrast(1.08); }
.stage-feature figcaption { padding: 18px 24px; background: rgba(16,27,45,.9); border-left: 7px solid var(--gold); }
.stage-feature figcaption span { color: var(--gold); }
.stage-feature figcaption strong { font-family: Rockwell, Georgia, serif; text-transform: uppercase; }
.join { background: #dbe1df; border-block: 5px double var(--ink); }
blockquote { border: 2px solid var(--ink); border-left: 10px solid var(--orange); box-shadow: 9px 9px 0 var(--gold); background: var(--paper); }
.quote-mark { color: var(--orange); }
.contact { background-color: var(--midnight); background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 2px, transparent 2px 10px); border-top: 8px solid var(--gold); }
.contact::after { border-radius: 0; transform: rotate(45deg); background: var(--orange); }
.contact-form { background-color: var(--paper); background-image: radial-gradient(rgba(35,29,22,.045) .7px, transparent .7px); background-size: 5px 5px; }
footer { background: var(--cream); border-top: 4px double var(--ink); text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .hero-photo { min-height: 560px; clip-path: ellipse(100% 95% at 50% 100%); border-left: 0; border-top: 3px solid var(--orange); }
  .story-grid, .heritage, .section-heading, .past-heading, .join { grid-template-columns: 1fr; gap: 45px; }
  .four-parts { grid-column: auto; grid-template-columns: repeat(2, 1fr); }
  .blend { grid-template-columns: 1fr 1fr; }
  .blend-mark { display: none; }
  .occasion-grid { grid-template-columns: repeat(2,1fr); }
  .occasion-grid article:nth-child(2) { border-right: 0; }
  .performance-ledger { grid-template-columns: 1fr; }
  .rehearsal-venue { grid-template-columns: 1fr; }
  .venue-photo { min-height: 320px; border-right: 0; border-bottom: 3px double var(--ink); }
}

@media (max-width: 640px) {
  .site-header { height: 86px; padding: 8px 18px; }
  .brand img { width: 154px; height: 70px; }
  .nav-cta { padding: 10px 16px !important; }
  .hero { min-height: auto; }
  .hero-copy { padding: 64px 24px 54px; min-height: auto; }
  h1 { font-size: 52px; }
  .hero-photo { min-height: 380px; background-position: 55% center; }
  .section { padding: 82px 24px; }
  .retro-divider { height: 76px; padding-inline: 0; }
  .retro-divider img { width: 150%; max-width: none; }
  .story-grid { gap: 32px; }
  .bhs-affiliation { align-items: flex-start; padding: 16px; }
  .bhs-affiliation img { width: 64px; height: 64px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { padding: 30px 0; }
  .four-parts { grid-template-columns: 1fr; }
  .four-parts article, .four-parts article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid #d8d3c9; }
  .four-parts span { margin-bottom: 12px; }
  .blend { padding: 78px 24px; grid-template-columns: 1fr; }
  .event-card { margin-top: 18px; }
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion-grid article, .occasion-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid #d4dbe0; min-height: auto; }
  .occasion-grid h3 { margin-top: 18px; }
  .performance-ledger { margin-top: 46px; gap: 22px; }
  .performance-card { min-height: auto; grid-template-columns: 1fr; }
  .performance-art { min-height: 190px; border-right: 0; border-bottom: 3px double var(--ink); }
  .performance-art img { height: 150px; }
  .comic-con-card .performance-art img { height: 180px; }
  .performance-copy { padding: 28px 24px 26px; }
  .mark-note { text-align: left; line-height: 1.5; }
  .stage-feature { min-height: 480px; height: 105vw; }
  .stage-feature img { object-position: center center; }
  blockquote { padding: 38px 30px; }
  .rehearsal-card { padding: 26px 20px 32px; }
  .rehearsal-card > img { height: 110px; }
  .venue-photo { min-height: 230px; }
  .venue-photo figcaption { left: 12px; bottom: 12px; font-size: 9px; }
  .venue-copy { padding: 28px 22px 32px; }
  .contact-form { padding: 12px; box-shadow: 6px 6px 0 var(--orange); }
  footer { flex-direction: column; text-align: center; padding-block: 36px; }
}

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