/* Sarasota County Musicians Club
   Editorial layout system shared with the BPPA site, in the club's own
   palette: midnight indigo and brass. Change the tokens below to retheme. */

:root {
  --ink: #1d1f3b;
  --deep: #121430;
  --tone: #1f2350;
  --muted: #666a80;
  --brass: #d9a441;
  --brass-light: #e8bd63;
  --brass-dark: #a5761f;
  --paper: #faf8f4;
  --cream: #f1ede3;
  --line: #dcd8cd;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, p, figure, blockquote, ul, ol, dl { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 5.1vw, 78px); }
h2 { font-size: clamp(34px, 3.3vw, 50px); }
h3 { font-size: 30px; }
h1 em, h2 em { font-weight: 400; font-style: italic; }
p + p { margin-top: 18px; }
p { max-width: 70ch; }
p a { text-decoration: underline; text-underline-offset: 4px; }
:focus-visible { outline: 3px solid var(--brass-dark); outline-offset: 5px; }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

.container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.section { padding: 96px 0; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 20px; line-height: 1.5; }
.muted { color: var(--muted); font-size: 14px; }
.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; top: -100px; left: 20px; z-index: 100; background: var(--brass); color: var(--deep); padding: 12px 24px; }
.skip-link:focus { top: 10px; }

/* Announcement and header */
.announcement { padding: 9px 50px; background: var(--tone); color: #f1f0ea; text-align: center; font-size: 12px; position: relative; letter-spacing: .015em; }
.announcement > a { margin-left: 10px; text-decoration: underline; text-underline-offset: 3px; }
.announcement-short { display: none; }
.announcement .dismiss { position: absolute; right: 20px; top: 0; height: 100%; min-width: 32px; border: 0; background: none; color: #fff; font-size: 22px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(250, 248, 244, .97); border-bottom: 1px solid #e3e0d7; backdrop-filter: blur(14px); }
.nav-wrap { max-width: 1450px; margin: auto; padding: 21px 40px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 44px; height: 44px; }
.brand > span { display: flex; align-items: center; gap: 15px; }
.brand strong { font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.brand-dot { color: var(--brass-dark); }
.brand small { font-size: 9px; line-height: 1.4; font-weight: 500; letter-spacing: .01em; border-left: 1px solid #c9c6d2; padding-left: 15px; }
.site-header nav { display: flex; gap: 30px; align-items: center; font-size: 12px; font-weight: 500; }
.site-header nav > a[aria-current=page]:not(.button) { text-decoration: underline; text-decoration-color: var(--brass-dark); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.menu-toggle { display: none; }

/* Buttons and links */
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 52px; padding: 14px 24px; background: var(--brass); border: 1px solid var(--brass); color: var(--deep); font-size: 13px; font-weight: 700; border-radius: 3px; transition: background .2s, transform .2s; }
.button:hover { background: var(--brass-light); border-color: var(--brass-light); text-decoration: none; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; gap: 18px; font-size: 12px; }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 600; padding: 8px 0; border-bottom: 1px solid #a3a5b8; line-height: 1.6; }
.light-link { color: #fff; border-color: #7f83a8; }
.text-link:hover, .light-link:hover { text-decoration: none; border-color: var(--brass); }
.text-link > span, .light-link > span { font-size: 19px; }

/* Hero */
.hero { position: relative; min-height: 640px; overflow: hidden; background: var(--tone); color: #fff; display: flex; align-items: center; }
.hero-art { position: absolute; inset: 0 0 0 30%; width: auto; height: 100%; color: var(--brass-light); pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 45%); mask-image: linear-gradient(90deg, transparent 0%, #000 45%); }
.hero-content { position: relative; padding-top: 84px; padding-bottom: 70px; }
.hero .eyebrow { color: var(--brass-light); letter-spacing: .16em; margin-bottom: 22px; }
.hero h1 { font-size: clamp(40px, 4.6vw, 68px); max-width: 900px; line-height: 1.06; }
.hero-break { display: none; }
.hero h1 em { color: #ead8ac; }
.hero-content > p:not(.eyebrow) { margin-top: 28px; color: #dcdeea; line-height: 1.7; font-size: 17px; max-width: 52ch; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 30px; }
.hero-foot { display: flex; gap: 26px; align-items: center; margin-top: 50px; font-size: 10px; letter-spacing: .06em; color: #c2c5d9; text-transform: uppercase; }
.hero-foot > span + span::before { content: ''; display: inline-block; width: 25px; height: 1px; background: currentColor; opacity: .5; margin-right: 26px; vertical-align: middle; }

/* Chapter (intro) */
.chapter-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; align-items: center; }
.chapter h2 em { color: #6f7396; }
.chapter .large-copy { font-size: 20px; line-height: 1.5; }
.chapter p:not(.eyebrow):not(.large-copy) { color: #5c6078; }
.chapter .text-link { margin-top: 18px; }

/* Section headings and cream sections */
.cream-section { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 45px; margin-bottom: 42px; }
.section-heading > p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* Pillars (Meet / Learn / Play) */
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { background: var(--paper); border: 1px solid #d9d5ca; border-radius: 5px; padding: 32px 36px; }
.pillar-number { font-family: var(--serif); font-size: 52px; line-height: 1; color: #c4c1cf; font-style: italic; display: block; margin-bottom: 26px; }
.pillar h3 { font-size: 34px; }
.pillar p { font-size: 14px; color: var(--muted); margin-top: 16px; }

/* Meeting rows (home) */
.meeting-list { display: grid; border-top: 1px solid var(--line); }
.meeting-row { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 24px; padding: 22px 4px; border-bottom: 1px solid var(--line); }
.meeting-row:hover { text-decoration: none; background: #f2f0e9; }
.meeting-row-date strong { font-family: var(--serif); font-weight: 400; font-size: 26px; letter-spacing: -.02em; display: block; line-height: 1.2; }
.meeting-row-date small { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.meeting-row-label { font-size: 14px; color: var(--muted); }
.meeting-row[data-state=past] .meeting-row-date strong, .meeting-row[data-state=past] .meeting-row-label { color: var(--muted); }
.meeting-row[data-state=cancelled] .meeting-row-date strong { text-decoration: line-through; color: var(--muted); }
.schedule-note { margin-top: 24px; }
.schedule-note a { text-decoration: underline; text-underline-offset: 4px; }

/* Status pill */
.status-pill { display: inline-flex; gap: 7px; align-items: center; font-size: 10px; letter-spacing: .025em; background: #e9e7ef; border: 1px solid #d5d2df; border-radius: 30px; padding: 4px 10px; color: #3f4266; white-space: nowrap; }
.status-pill > span:first-child { width: 5px; height: 5px; border-radius: 50%; background: #6f7396; }
.status-pill-small { padding: 3px 8px; font-size: 9px; }
[data-state=next] .status-pill { background: #fbf1d9; border-color: #ecd59c; color: #6b4d0d; }
[data-state=next] .status-pill > span:first-child { background: var(--brass-dark); }
[data-state=past] .status-pill { color: #575a72; }
[data-state=cancelled] .status-pill { background: #f6e3e0; border-color: #e6c2bc; color: #7a2e22; }
[data-state=cancelled] .status-pill > span:first-child { background: #b3432e; }
[data-state=tentative] .status-pill { background: #f3f1f5; color: #4d5070; }

/* Meeting cards (schedule) */
.meeting-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.meeting-anchor { scroll-margin-top: 120px; }
.meeting-card { background: var(--paper); border: 1px solid #d9d5ca; border-radius: 5px; padding: 32px 36px; height: 100%; }
.meeting-card[data-state=next] { border-color: var(--brass); box-shadow: 0 0 0 3px #f3e3bd; }
.meeting-card[data-state=past] h3, .meeting-card[data-state=past] .meeting-time { color: var(--muted); }
.meeting-card[data-state=cancelled] h3 { text-decoration: line-through; color: var(--muted); }
.meeting-cancelled { font-size: 14px; color: #7a2e22; margin: 22px 0 8px; }
.meeting-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.meeting-number { font-family: var(--serif); font-size: 52px; line-height: 1; color: #c4c1cf; font-style: italic; }
.meeting-card .eyebrow { color: #5f6285; font-size: 10px; margin-bottom: 12px; }
.meeting-card h3 { font-size: 30px; line-height: 1.15; }
.meeting-time { font-size: 15px; color: var(--muted); margin-top: 8px; }
.meeting-card dl { font-size: 12px; margin: 26px 0 16px; border-top: 1px solid var(--line); }
.meeting-card dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.meeting-card dt { color: var(--muted); }
.meeting-card dd { margin: 0; text-align: right; }
.meeting-actions { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 16px; }

/* Timeline (how a meeting runs) */
.format-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 90px; align-items: start; }
.format-grid h2 em { color: #6f7396; }
.format-grid > div > p:not(.eyebrow) { color: #5c6078; margin-top: 22px; }
.timeline { list-style: none; padding: 0; border-top: 1px solid #cfcbc1; }
.timeline li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #cfcbc1; }
.timeline li > span { font-family: var(--serif); font-size: 22px; color: #8a6118; line-height: 1.3; }
.timeline strong { font-weight: 600; font-size: 15px; }
.timeline p { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* Venue */
.venue-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 90px; align-items: start; }
.venue-address { font-size: 17px; line-height: 1.6; margin: 20px 0 24px; }
.know-list ul, .who-list ul, .perks ul { list-style: none; padding: 0; border-top: 1px solid var(--line); }
.know-list li, .who-list li, .perks li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: #5c6078; }
.know-list strong, .perks strong { color: var(--ink); font-weight: 600; }

/* Register band */
.register-band { padding: 96px 0 105px; background: var(--deep); color: #ecedf3; }
.register-band .eyebrow { color: var(--brass-light); }
.register-band h2 { font-size: 44px; }
.register-band h2 em { color: #ead8ac; }
.register-band p:not(.eyebrow) { color: #c1c4d8; font-size: 15px; margin: 25px 0; max-width: 47ch; }
.cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.next-panel { background: rgba(255, 255, 255, .06); border: 1px solid #3a3e66; border-radius: 5px; padding: 32px 34px; }
.next-panel .eyebrow { margin-bottom: 14px; font-family: var(--sans); font-weight: 700; font-size: 11px; letter-spacing: .18em; line-height: 1.5; }
.next-panel h3 { font-size: 28px; }
.next-panel p { margin: 10px 0 0; font-size: 14px; }
.next-panel .meeting-time { color: var(--brass-light); font-size: 16px; }
.next-panel .muted { color: #a9adc6; }
.next-panel .text-link { color: #fff; border-color: #7f83a8; }
.next-panel .text-link:hover { border-color: var(--brass); }
.register-band .button { margin-top: 4px; }

/* Register page */
.register-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.register-form { border: 1px solid var(--line); background: #f2f0e9; border-radius: 4px; padding: 35px; }
.register-form h2 { font-size: 32px; }
.register-form > p { margin: 16px 0 10px; font-size: 14px; color: var(--muted); }
.register-form label { display: block; font-size: 12px; font-weight: 500; margin: 18px 0 7px; }
.register-form .optional { color: var(--muted); font-weight: 400; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #86838f; border-radius: 3px; font-size: 14px; min-height: 48px; }
input::placeholder { color: #6b6e85; }
input:user-invalid { border-color: #b3432e; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; font-weight: 400 !important; margin-top: 22px !important; }
.check input { width: 18px; height: 18px; min-height: 0; margin-top: 4px; flex-shrink: 0; }
.register-form .button { margin-top: 24px; }
.form-help { font-size: 11px; color: var(--muted); margin-top: 14px; }
.form-status { font-size: 13px; border-top: 1px solid #cfcbc1; padding-top: 18px; margin-top: 18px; }
.form-status:empty { border: 0; padding: 0; margin: 0; }
.form-status.is-error { color: #8f2f1e; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.register-side { display: grid; gap: 24px; }
.perks { border: 1px solid var(--line); border-radius: 4px; padding: 30px 32px; }
.register-side .next-panel { background: var(--tone); color: #ecedf3; border-color: var(--tone); }
.register-side .next-panel .eyebrow { color: var(--brass-light); }

/* About */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; align-items: start; }
.about-grid > div > p:not(.eyebrow) { color: #5c6078; font-size: 15px; margin-top: 22px; }
.rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid #cfcbc1; border-radius: 4px; overflow: hidden; }
.rules-grid article { padding: 32px; background: var(--paper); border-right: 1px solid #cfcbc1; border-bottom: 1px solid #cfcbc1; }
.rules-grid article:nth-child(3n) { border-right: 0; }
.rules-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.rules-grid h3 { font-size: 24px; }
.rules-grid p { font-size: 14px; color: var(--muted); margin-top: 12px; }

/* FAQ */
.faq { margin-top: 36px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 23px 42px 23px 0; position: relative; font-weight: 500; font-size: 16px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 8px; font-size: 22px; font-weight: 400; top: 18px; }
details[open] summary::after { content: '−'; }
details > p { padding-bottom: 26px; color: var(--muted); font-size: 15px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-email { display: inline-block; text-decoration: underline; text-underline-offset: 5px; margin-top: 30px; overflow-wrap: anywhere; font-size: 18px; }
.contact-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 16px; }
.contact-social { display: flex; gap: 25px; font-size: 13px; margin: 24px 0 0; }
.contact-cards { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-cards article { padding: 30px 0; border-bottom: 1px solid var(--line); }
.contact-cards h3 { font-size: 26px; }
.contact-cards p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin: 12px 0 16px; }
.contact-cards .eyebrow { margin-bottom: 10px; color: #5f6285; font-size: 10px; }

/* Page intro and prose */
.page-intro { background: var(--cream); padding: 70px 0 66px; position: relative; border-bottom: 1px solid var(--line); }
.page-intro h1 { font-size: clamp(46px, 5vw, 72px); }
.page-intro h1 em { color: #6f7396; }
.intro-copy { margin-top: 24px; font-size: 16px; color: #5c6078; max-width: 65ch; }
.prose h2 { font-size: 30px; margin: 40px 0 18px; }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 15px; color: var(--muted); }

/* Footer */
.site-footer { background: var(--deep); color: #ecedf3; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.site-footer .brand strong { font-size: 40px; }
.site-footer .brand small { color: #c4c7db; border-color: #4a4e78; font-size: 10px; }
.site-footer .brand-mark { width: 50px; height: 50px; }
.site-footer p { font-size: 13px; color: #b8bcd2; margin-top: 22px; }
.socials { display: flex; gap: 24px; margin-top: 22px; font-size: 11px; }
.socials-soon { font-size: 11px !important; color: #8f93b3 !important; }
.site-footer h2 { font-family: var(--sans); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #d9c08a; font-weight: 500; margin-bottom: 22px; }
.footer-grid > div:not(:first-child) > a { display: block; font-size: 12px; margin: 9px 0; color: #d0d3e4; }
.footer-bottom { border-top: 1px solid #34375c; padding-block: 22px; display: grid; gap: 10px; font-size: 11px; color: #b4b8d0; line-height: 1.6; }
.footer-bottom .disclaimer { font-size: 12px; color: #c9ccdf; }

/* Responsive */
@media (max-width: 1150px) {
  .nav-wrap { padding: 20px 28px; gap: 22px; }
  .brand small { display: none; }
  .site-header nav { gap: 23px; }
  .container { width: calc(100% - 72px); }
  .chapter-grid { gap: 65px; }
  .hero { min-height: 600px; }
  .hero-content { padding-top: 70px; }
  .hero h1 { font-size: 50px; }
  .hero-foot { margin-top: 40px; }
  .pillar, .meeting-card { padding: 28px; }
  .pillar h3 { font-size: 30px; }
  .meeting-card h3 { font-size: 26px; }
  .format-grid, .venue-grid, .cta-grid, .about-grid, .contact-grid, .register-grid { gap: 55px; }
  .footer-grid { gap: 50px; }
}

@media (max-width: 850px) {
  .section { padding: 64px 0; }
  .container { width: calc(100% - 48px); }
  .brand small { display: block; font-size: 8px; }
  .nav-wrap { padding: 17px 24px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand strong { font-size: 28px; }
  .site-header nav { display: none; }
  .menu-toggle { display: flex; gap: 14px; align-items: center; border: 1px solid #cbc8d1; background: none; padding: 7px 12px; border-radius: 3px; font-size: 12px; }
  .site-header nav.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 22px 24px 28px; flex-direction: column; align-items: stretch; gap: 3px; box-shadow: 0 15px 20px #1d1f3b15; }
  .site-header nav.is-open > a { padding: 12px 0; }
  .site-header nav.is-open > .button { margin-top: 10px; }
  .announcement { font-size: 10px; padding: 8px 40px 8px 15px; }
  .announcement-long { display: none; }
  .announcement-short { display: inline; }
  .announcement > a { margin-left: 8px; }
  .announcement .dismiss { right: 5px; }
  .hero { min-height: 560px; }
  .hero h1 { font-size: 42px; }
  .hero-content { padding-top: 64px; }
  .hero-art { inset: 0 -20% 0 10%; opacity: .6; }
  .chapter-grid { gap: 36px; }
  .chapter h2 { font-size: 34px; }
  .chapter .large-copy { font-size: 18px; }
  .section-heading { gap: 28px; }
  .section-heading h2 { font-size: 38px; }
  .pillar-grid, .meeting-grid, .rules-grid { grid-template-columns: 1fr 1fr; }
  .rules-grid article:nth-child(3n) { border-right: 1px solid #cfcbc1; }
  .rules-grid article:nth-child(2n) { border-right: 0; }
  .rules-grid article:nth-last-child(-n+3) { border-bottom: 1px solid #cfcbc1; }
  .rules-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .meeting-row { grid-template-columns: 1fr auto; }
  .meeting-row-label { display: none; }
  .format-grid, .venue-grid, .cta-grid, .about-grid, .contact-grid, .register-grid { gap: 40px; }
  .register-band { padding: 64px 0; }
  .register-band h2 { font-size: 36px; }
  .footer-grid { gap: 28px; grid-template-columns: 1.5fr 1fr 1fr; }
  .site-footer .brand small { display: none; }
  .page-intro { padding: 52px 0; }
  .page-intro h1 { font-size: 52px; }
  .register-form { padding: 26px; }
  .contact-grid h2 { font-size: 35px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 40px); }
  .section { padding: 54px 0; }
  .brand small { font-size: 8px; padding-left: 10px; }
  .brand > span { gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark { width: 32px; height: 32px; }
  .nav-wrap { padding: 15px 20px; }
  .brand strong { font-size: 27px; }
  .hero { min-height: 0; }
  .hero-content { padding-top: 56px; padding-bottom: 60px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .16em; }
  .hero h1 { font-size: clamp(32px, 9vw, 44px); line-height: 1.1; }
  .hero-content > p:not(.eyebrow) { font-size: 15px; line-height: 1.75; margin-top: 24px; }
  .hero-actions { gap: 20px; margin-top: 26px; }
  .hero .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero .button { min-height: 48px; font-size: 12px; }
  .hero-foot { margin-top: 35px; font-size: 9px; gap: 15px; flex-wrap: wrap; }
  .hero-foot > span + span::before { display: none; }
  .hero-break { display: inline; }
  .hero-art { inset: 40% -30% 0 -10%; opacity: .45; -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 55%); mask-image: linear-gradient(180deg, transparent 0%, #000 55%); }
  .hero-art g { display: none; }
  .chapter-grid, .pillar-grid, .meeting-grid, .format-grid, .venue-grid, .cta-grid, .about-grid, .contact-grid, .register-grid, .rules-grid { grid-template-columns: 1fr; gap: 30px; }
  .rules-grid article { border-right: 0 !important; border-bottom: 1px solid #cfcbc1 !important; }
  .rules-grid article:last-child { border-bottom: 0 !important; }
  .chapter h2 { font-size: 38px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { font-size: 37px; }
  .section-heading > p, .section-heading > .text-link { margin-top: 20px; }
  .pillar-grid, .meeting-grid { gap: 18px; }
  .pillar, .meeting-card { padding: 26px; }
  .meeting-card dl > div { flex-direction: column; gap: 2px; }
  .meeting-card dd { text-align: left; }
  .meeting-row { padding: 18px 2px; gap: 14px; }
  .meeting-row-date strong { font-size: 22px; }
  .timeline li { grid-template-columns: 52px 1fr; gap: 14px; }
  .timeline li > span { font-size: 19px; }
  .register-band { padding: 55px 0 60px; }
  .register-band h2 { font-size: 36px; }
  .next-panel { padding: 26px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .register-form { padding: 26px 22px; }
  .register-form h2 { font-size: 30px; }
  .site-footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding-bottom: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .site-footer .brand small { display: block; }
  .site-footer .brand strong { font-size: 35px; }
  .site-footer .brand-mark { width: 40px; height: 40px; }
  .site-footer p { font-size: 12px; margin-top: 18px; }
  .site-footer h2 { font-size: 10px; margin-bottom: 18px; }
  .footer-grid > div:not(:first-child) > a { font-size: 11px; }
  .footer-bottom { font-size: 10px; }
  .footer-bottom .disclaimer { font-size: 11px; }
  .page-intro { padding: 44px 0; }
  .page-intro h1 { font-size: 42px; }
  .page-intro .eyebrow { font-size: 10px; margin-bottom: 16px; }
  .intro-copy { font-size: 14px; margin-top: 22px; }
  .faq summary { font-size: 14px; }
  .faq p { font-size: 14px; }
  .contact-email { font-size: 15px; }
  .contact-cards h3 { font-size: 23px; }
  .prose h2 { font-size: 27px; }
  .prose p { font-size: 14px; }
}

@media print {
  .site-header, .announcement, .site-footer, .hero-actions, .register-band, .menu-toggle { display: none; }
  .container { width: 100%; }
  .hero, .page-intro { background: white; color: black; padding: 10px 0; min-height: 0; }
  .hero-art { display: none; }
  .hero h1, .page-intro h1 { font-size: 30px; }
  body { background: white; }
}
