@font-face { font-family: "Barlow Condensed"; src: url("./assets/fonts/barlow-condensed-extrabold.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("./assets/fonts/space-grotesk-variable.woff2") format("woff2"); font-style: normal; font-weight: 300 700; font-display: swap; }
:root {
  --ink: #190d2c;
  --purple: #6633ba;
  --purple-dark: #30164d;
  --paper: #f7f5ed;
  --white: #ffffff;
  --lavender: #ede5ff;
  --muted: #514858;
  --line: #d9d3df;
  --lime: #ddff63;
  --violet: #8c52ff;
  --coral: #ff745e;
  color-scheme: light;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 1rem; line-height: 1.75; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
button, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif; font-weight: 800; letter-spacing: -.015em; text-transform: uppercase; text-wrap: balance; }
h2 { margin-bottom: 1.4rem; font-size: clamp(3rem, 5.4vw, 5rem); line-height: .98; }
h3 { margin-bottom: .8rem; font-size: 1.2rem; font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
p { margin-bottom: 1.2rem; }
.page-width { width: min(1320px, calc(100% - 6rem)); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 7vw, 7rem); }
.eyebrow, .hero-kicker { margin-bottom: 1.3rem; color: var(--purple); font-size: .69rem; font-weight: 700; line-height: 1.6; letter-spacing: .14em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .8rem; left: 1rem; padding: .7rem 1rem; color: #fff; background: var(--purple-dark); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.family-bar { color: #e9e0f2; background: var(--ink); }
.family-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 44px; font-size: .75rem; }
.family-inner > span { color: #d0c4de; }
.family-inner nav { display: flex; flex-wrap: wrap; gap: 0 1.5rem; }
.family-inner a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.family-inner a[aria-current] { color: var(--lime); }
.family-inner a:hover { text-decoration: underline; }
.family-bar :focus-visible { outline-color: var(--lime); }
.event-header { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 94px; padding: 1rem max(3rem, calc((100vw - 1320px) / 2)); background: var(--white); border-bottom: 1px solid var(--line); }
.event-brand { display: block; width: 230px; flex-shrink: 0; text-decoration: none; }
.event-brand img { width: 100%; height: auto; }
.event-brand > span { display: flex; align-items: center; gap: .65rem; margin: .45rem 0 0; color: #4f3b63; font-size: .68rem; font-weight: 700; line-height: 1.5; letter-spacing: .1em; }
.event-brand > span::before { width: 2.8rem; height: 1px; content: ""; background: var(--violet); }
.event-header nav { display: flex; align-items: center; gap: 1.9rem; }
.event-header nav a { display: inline-flex; align-items: center; min-height: 3.1rem; font-size: .82rem; font-weight: 600; text-decoration: none; }
.event-header nav a:hover { color: var(--purple); text-decoration: underline; }
.event-header nav .nav-action { gap: 1.25rem; padding: 0 1.2rem; color: var(--ink); background: var(--lime); border: 1px solid var(--lime); border-radius: 3px; }
.menu-button { display: none; }
.legacy-event-notice { padding: .72rem max(1.25rem, calc((100vw - 1320px) / 2)); color: var(--white); background: linear-gradient(90deg, var(--purple-dark), #4f2382); border-bottom: 1px solid #8758ba; }
.legacy-event-notice p { display: flex; justify-content: center; gap: .5rem; margin: 0; font-size: .82rem; text-align: center; }
.legacy-event-notice a { color: var(--lime); font-weight: 800; }
.festival-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(3.5rem, 5.5vw, 5.5rem) 0 4rem; color: var(--white); background: var(--ink); }
.hero-art { position: absolute; inset: 0; z-index: -2; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
[data-festival-motion] { overflow: hidden; transform-origin: center; }
[data-festival-motion] > img { opacity: 1; }
.festival-ribbon-flow { position: absolute; inset: 0; display: block; width: 100%; height: 100%; opacity: 0; pointer-events: none; }
[data-festival-motion][data-ribbons-ready="true"] > img { opacity: 0; }
[data-festival-motion][data-ribbons-ready="true"] > .festival-ribbon-flow { opacity: 1; }
:root[data-motion="off"] [data-festival-motion] > img { opacity: 1; }
:root[data-motion="off"] .festival-ribbon-flow { display: none; }
.festival-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #190d2cf5 0%, #190d2cdc 32%, #190d2c35 66%, transparent); }
.hero-layout { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; }
.hero-content { max-width: 760px; }
.hero-content h1 { max-width: 9ch; margin: 0 0 1.6rem; color: var(--lime); font-size: clamp(6rem, 10.8vw, 10.5rem); line-height: .88; text-wrap: initial; }
.hero-kicker { margin-bottom: 1.6rem; color: var(--white); font-size: .73rem; letter-spacing: .16em; }
.hero-lede { max-width: 38ch; margin: 0; color: #f3edf9; font-size: 1.06rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.35rem; min-height: 3.3rem; padding: .85rem 1.15rem; border: 1px solid transparent; border-radius: 3px; font-size: .82rem; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.button-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.button-primary:hover { background: #e9ff9c; border-color: #e9ff9c; }
.button-outline { color: var(--purple); border-color: var(--line); background: transparent; }
.button-outline:hover { background: var(--lavender); border-color: var(--purple); }
.festival-hero .button-outline { color: var(--white); border-color: #bdb0cf; background: #190d2c6b; }
.festival-hero .button-outline:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.festival-hero :focus-visible { outline-color: var(--white); }
.hero-host { margin: 1.6rem 0 0; color: #d8cde5; font-size: .75rem; }
.hero-host a { color: var(--white); }
.hero-date { flex: 0 0 232px; display: flex; flex-direction: column; margin-bottom: .5rem; padding: 1.25rem 1.4rem; color: var(--ink); background: var(--lime); border-radius: 4px; text-decoration: none; }
.hero-date > span:first-child { font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero-date strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 5.8rem; font-weight: 800; line-height: 1; }
.hero-date > span:not(:first-child) { display: flex; justify-content: space-between; margin-top: .5rem; font-size: .86rem; font-weight: 700; }
.hero-date small { margin-top: .5rem; font-size: .64rem; }
.hero-date:hover { background: #e9ff9c; }
.festival-band { background: var(--lime); color: var(--ink); }
.festival-band > div { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-block: 1rem; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.festival-band span[aria-hidden] { font-family: "Space Grotesk", sans-serif; font-size: 1.4rem; font-weight: 500; }
.experience-opening { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.experience-opening h2 { max-width: 12ch; }
.festival-community-photo { min-width: 0; margin: 0; background: var(--ink); }
.festival-community-photo img { width: 100%; height: auto; object-fit: contain; }
.festival-community-photo figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .25rem 1rem; padding: .9rem 1.2rem; color: #f5f0ff; font-size: .66rem; }
.festival-community-photo figcaption strong { color: var(--lime); font-weight: 600; }
.section-intro { max-width: 680px; }
.section-intro > p:last-child { max-width: 63ch; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.experience-grid article { padding: 2rem; background: var(--lavender); }
.experience-grid article:nth-child(2) { background: #fbdccf; }
.experience-grid article:nth-child(3) { background: #e6efc8; }
.experience-grid h3 { margin: 1.4rem 0 1rem; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(2.2rem, 3.6vw, 3.4rem); font-weight: 800; line-height: .98; text-transform: uppercase; }
.section-number { display: block; color: #514264; font-size: .61rem; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.experience-grid p { max-width: 37ch; margin: 0; color: #4e4259; font-size: .88rem; line-height: 1.7; }
.event-details { color: var(--white); background: var(--ink); }
.event-details :focus-visible { outline-color: #f4e8ff; }
.planning-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; padding-block: 5rem; }
.planning-copy { max-width: 500px; }
.planning-copy .eyebrow { color: var(--lime); }
.planning-copy > p:not(.eyebrow) { color: #ede4f4; font-size: .94rem; }
.text-link { display: inline-flex; align-items: baseline; gap: .8rem; min-height: 2.75rem; padding-block: .5rem; color: var(--purple); font-size: .85rem; font-weight: 600; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
.text-link:hover { text-decoration-thickness: 2px; }
.planning-copy .text-link { color: var(--white); }
.status-label { margin: 0; padding-bottom: .8rem; border-bottom: 1px solid #876e9b; color: #dfc8f2; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.planning-facts { padding: 2rem; border: 1px solid #746080; border-radius: 4px; }
.planning-facts dl { margin: 0; }
.planning-facts dl > div { display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: 1.5rem; padding-block: 1.15rem; border-bottom: 1px solid #876e9b; }
.planning-facts dt { padding-top: .1rem; color: #dfc8f2; font-size: .75rem; }
.planning-facts dd { margin: 0; font-size: .98rem; font-weight: 500; line-height: 1.55; }
.planning-facts dd small { display: block; margin-top: .2rem; color: #ede4f4; font-size: .84rem; font-weight: 400; }
.fact-note { margin: .9rem 0 0; color: #dfc8f2; font-size: .72rem; }
.community { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.community-copy > p:not(.eyebrow) { max-width: 49ch; color: var(--muted); }
.community-copy h2 { max-width: 13ch; }
.community-story { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.community-story .eyebrow { margin-bottom: .7rem; font-size: .62rem; }
.community-story p:not(.eyebrow) { max-width: 49ch; color: var(--muted); font-size: .89rem; }
.community-story .text-link { font-size: .78rem; }
.community-photo { justify-self: center; width: min(100%, 360px); margin: 0; }
.community-photo img { width: 100%; height: auto; object-fit: contain; border: 1px solid var(--line); }
.photo-clean-frame { aspect-ratio: 800 / 1247; overflow: hidden; border-radius: .45rem; background: #e7dfd1; }
.photo-clean-frame img { transform: translateY(-10.481%); border: 0; }
.community-photo figcaption { display: grid; gap: .25rem; padding-top: 1rem; color: var(--muted); font-size: .68rem; line-height: 1.55; }
.community-photo figcaption strong { color: var(--ink); font-size: .85rem; font-weight: 600; }
.community-photo figcaption span:last-child { font-size: .62rem; }
.join { background: var(--ink); color: var(--white); }
.join .section-intro { max-width: 750px; }
.join .section-intro h2 { color: var(--lime); }
.join .section-intro .eyebrow { color: #d5bbff; }
.join .section-intro > p:last-child { color: #e3d8ee; }
.join-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin-top: 2.7rem; }
.join-paths article { display: flex; flex-direction: column; align-items: flex-start; padding: 2rem 1.7rem; color: var(--ink); border-radius: 4px; background: var(--lime); }
.join-paths article:nth-child(2) { background: #d9c5ff; }
.join-paths article:nth-child(3) { background: var(--paper); }
.path-label { margin-bottom: 1.8rem; color: #473555; font-size: .62rem; font-weight: 700; line-height: 1.6; letter-spacing: .06em; text-transform: uppercase; }
.join-paths h3 { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 2.75rem; font-weight: 800; text-transform: uppercase; line-height: 1; }
.join-paths article > p:not(.path-label) { margin-bottom: 1.6rem; color: #4d4256; font-size: .88rem; }
.join-paths .text-link { width: 100%; margin-top: auto; padding-top: 1.1rem; justify-content: space-between; color: var(--ink); border-top: 1px solid #a59b91; font-size: .79rem; }
.contact-note { margin: 1.6rem 0 0; color: #d8cde5; font-size: .75rem; }
.contact-note a { color: var(--white); white-space: nowrap; }
.contact-note :focus-visible { outline-color: var(--lime); }
.sponsors { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); gap: 5rem; align-items: start; }
.sponsors h2 { max-width: 15ch; font-size: clamp(2.2rem, 3vw, 3rem); }
.sponsors-heading > p:not(.eyebrow) { max-width: 38ch; color: var(--muted); font-size: .88rem; }
.sponsors-heading .sponsor-note { font-size: .72rem; }
.sponsor-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 0; padding: 0; list-style: none; }
.sponsor-list li { display: flex; align-items: center; justify-content: center; min-height: 140px; padding: 1.5rem; border: 1px solid var(--line); border-radius: .45rem; background: var(--white); font-size: .94rem; font-weight: 600; line-height: 1.45; text-align: center; }
.sponsor-list img { width: 100%; height: 78px; object-fit: contain; }
.individual-supporter span { color: var(--muted); font-size: .65rem; letter-spacing: .05em; }
.individual-supporter strong { display: block; margin-top: .4rem; color: var(--ink); font-size: 1.1rem; letter-spacing: 0; }
.sponsor-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.sponsor-list li:nth-last-child(-n+2) { border-bottom: 0; }
.sponsor-page { background: var(--paper); }
.sponsor-page .event-header nav a[aria-current="page"] { color: var(--purple); text-decoration: underline; text-decoration-thickness: 2px; }
.sponsor-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(4.5rem, 7vw, 7.5rem); color: var(--white); background: var(--ink); }
.sponsor-hero-art { position: absolute; inset: 0; z-index: -2; opacity: .76; }
.sponsor-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.sponsor-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, #190d2cfb 0%, #190d2ced 48%, #190d2c75 72%, #190d2c4a); }
.sponsor-hero-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.sponsor-hero-copy { max-width: 840px; }
.sponsor-hero-copy h1 { max-width: 10.5ch; margin-bottom: 1.6rem; color: var(--lime); font-size: clamp(4.8rem, 9.5vw, 9rem); line-height: .9; }
.sponsor-hero-copy > p:not(.hero-kicker) { max-width: 48ch; color: #f2ebf8; font-size: 1.02rem; }
.sponsor-hero .button-outline { color: var(--white); border-color: #bdb0cf; background: #190d2c7d; }
.sponsor-hero .button-outline:hover { color: var(--ink); border-color: var(--white); background: var(--white); }
.sponsor-hero :focus-visible { outline-color: var(--white); }
.sponsor-hero-callout { padding: 1.5rem; color: var(--ink); border-radius: 4px; background: var(--lime); }
.sponsor-hero-callout > span { display: block; margin-bottom: .6rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sponsor-hero-callout strong { display: block; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(2rem, 3vw, 3rem); line-height: .96; text-transform: uppercase; }
.sponsor-hero-callout p { margin: 1.1rem 0; color: #443c20; font-size: .875rem; line-height: 1.6; }
.sponsor-hero-callout a { display: inline-block; max-width: 100%; padding-block: .4rem; font-size: .875rem; font-weight: 700; overflow-wrap: anywhere; }
.sponsor-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: clamp(2rem, 8vw, 7rem); align-items: end; margin-bottom: 3rem; }
.sponsor-section-heading h2 { max-width: 12ch; margin-bottom: 0; }
.sponsor-section-heading > p { max-width: 47ch; margin: 0; color: var(--muted); font-size: .9rem; }
.sponsor-tier-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.sponsor-tier { display: flex; flex-direction: column; min-height: 100%; padding: clamp(1.7rem, 3vw, 2.5rem); border: 1px solid var(--line); border-radius: .5rem; background: var(--white); }
.sponsor-tier-featured { color: var(--white); border-color: var(--purple); background: var(--purple); }
.tier-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.2rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.sponsor-tier-featured .tier-heading { border-color: #a786e5; }
.tier-label { display: block; margin-bottom: .45rem; color: var(--purple); font-size: .61rem; font-weight: 700; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.sponsor-tier-featured .tier-label { color: var(--lime); }
.tier-heading h3 { margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(2.5rem, 4.2vw, 4rem); font-weight: 800; line-height: .9; text-transform: uppercase; }
.tier-price { flex-shrink: 0; margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(2.2rem, 3.7vw, 3.5rem); font-weight: 800; line-height: .9; }
.tier-price span { font-family: "Space Grotesk", sans-serif; font-size: .9rem; font-weight: 600; vertical-align: top; }
.tier-summary { margin: 1.4rem 0 1rem; color: var(--muted); font-size: .88rem; }
.sponsor-tier-featured .tier-summary { color: #eee7fa; }
.sponsor-tier ul, .sponsor-special-grid ul { display: grid; gap: .75rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.sponsor-tier li, .sponsor-special-grid li { position: relative; padding-left: 1.4rem; color: #4d4357; font-size: .875rem; line-height: 1.6; }
.sponsor-tier li::before, .sponsor-special-grid li::before { content: "+"; position: absolute; left: 0; color: var(--purple); font-weight: 700; }
.sponsor-tier-featured li { color: #f4eff9; }
.sponsor-tier-featured li::before { color: var(--lime); }
.sponsor-tier .button { width: 100%; margin-top: auto; }
.sponsor-tier-featured .button-primary { border-color: var(--lime); }
.sponsor-special { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 7vw, 7rem); color: var(--white); background: var(--ink); }
.sponsor-section-heading-light .eyebrow { color: var(--lime); }
.sponsor-section-heading-light > p { color: #ded3e9; }
.sponsor-special-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.sponsor-special-grid article { display: flex; flex-direction: column; padding: clamp(1.7rem, 3vw, 2.5rem); color: var(--ink); border-radius: .5rem; background: var(--lavender); }
.sponsor-special-grid article:nth-child(2) { background: var(--lime); }
.sponsor-special-grid article:nth-child(2) .tier-label, .sponsor-special-grid article:nth-child(2) li::before { color: #4b1d7c; }
.sponsor-special-grid ul { margin-top: 1.4rem; }
.sponsor-special-grid .button { width: 100%; margin-top: auto; color: var(--white); border-color: var(--purple-dark); background: var(--purple-dark); }
.sponsor-special-grid .button:hover { border-color: var(--purple); background: var(--purple); }
.tier-price-words { max-width: 7ch; font-size: clamp(1.8rem, 3vw, 2.7rem); text-align: right; }
.sponsor-interest { scroll-margin-top: 7rem; }
.sponsor-interest-shell { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); border: 1px solid var(--line); border-radius: .65rem; background: var(--white); box-shadow: 0 30px 80px rgba(25,13,44,.11); overflow: hidden; }
.sponsor-interest-copy { position: relative; padding: clamp(2rem, 4.5vw, 4rem); color: var(--white); background: linear-gradient(150deg, var(--ink), #32164e); overflow: hidden; }
.sponsor-interest-copy::after { position: absolute; right: -8rem; bottom: -10rem; width: 23rem; height: 23rem; content: ""; border: 1px solid rgba(221,255,99,.3); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(221,255,99,.04), 0 0 0 6rem rgba(221,255,99,.025); }
.sponsor-interest-copy > * { position: relative; z-index: 1; }
.sponsor-interest-copy .eyebrow { color: var(--lime); }
.sponsor-interest-copy h2 { max-width: 9ch; color: var(--white); font-size: clamp(3.5rem, 6.4vw, 6.25rem); }
.sponsor-interest-copy > p:not(.eyebrow) { max-width: 37ch; color: #e3d9ed; font-size: .96rem; }
.sponsor-interest-copy ul { display: grid; gap: .7rem; margin: 2rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.sponsor-interest-copy li { position: relative; padding-left: 1.25rem; color: #f2edf7; font-size: .875rem; }
.sponsor-interest-copy li::before { position: absolute; left: 0; content: "✓"; color: var(--lime); font-weight: 800; }
.sponsor-interest-form { padding: clamp(2rem, 4.5vw, 4rem); }
.sponsor-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.sponsor-field { display: grid; gap: .45rem; min-width: 0; }
.sponsor-field-full { grid-column: 1 / -1; }
.sponsor-field > label { color: var(--ink); font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.sponsor-field > label span { color: var(--muted); font-weight: 500; letter-spacing: 0; }
.sponsor-field input, .sponsor-field select, .sponsor-field textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; color: var(--ink); border: 1px solid #bdb3c6; border-radius: .25rem; background: #fff; font: inherit; font-size: 1rem; }
.sponsor-field textarea { min-height: 116px; resize: vertical; }
.sponsor-field input:focus, .sponsor-field select:focus, .sponsor-field textarea:focus { border-color: var(--purple); outline: 3px solid rgba(107,49,194,.2); outline-offset: 1px; }
.sponsor-form-note { margin: 1.2rem 0; color: var(--muted); font-size: .875rem; }
.sponsor-interest-form .button { width: 100%; justify-content: space-between; }
.sponsor-form-status { min-height: 1.5rem; margin: .8rem 0 0; color: var(--purple); font-size: .875rem; font-weight: 600; }
.sponsor-tier[data-selected="true"] { outline: 3px solid var(--lime); outline-offset: 4px; }
.sponsor-special-grid article[data-selected="true"] { outline: 3px solid var(--lime); outline-offset: 4px; }
.sponsor-process ol { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border-block: 1px solid var(--line); background: transparent; list-style: none; }
.sponsor-process li { position: relative; display: flex; min-height: 250px; flex-direction: column; gap: 1.7rem; padding: 2rem 1.6rem; border-right: 1px solid var(--line); background: var(--white); }
.sponsor-process li:last-child { border-right: 0; }
.sponsor-process li::before { position: absolute; top: 0; left: 0; width: 0; height: 4px; content: ""; background: var(--lime); transition: width .35s ease; }
.sponsor-process li:hover::before, .sponsor-process li:focus-within::before { width: 100%; }
.sponsor-process li > span { color: var(--purple); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .08em; }
.sponsor-process h3 { margin: auto 0 .7rem; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(2.4rem, 3.4vw, 3.2rem); font-weight: 800; line-height: .95; text-transform: uppercase; }
.sponsor-process p { margin: 0; color: var(--muted); font-size: .875rem; }
.sponsor-closing { background: var(--violet); }
.questions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); gap: 5rem; border-top: 1px solid var(--line); }
.questions-heading h2 { max-width: 12ch; font-size: clamp(2.2rem, 3vw, 3rem); }
.questions-heading > p:not(.eyebrow) { color: var(--muted); font-size: .87rem; }
.questions-heading .text-link { font-size: .78rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 3.6rem; padding: 1.2rem 1.5rem 1.2rem .3rem; font-size: .95rem; font-weight: 600; line-height: 1.55; }
.faq-list summary::marker { color: var(--purple); }
.faq-list details > p { margin: 0 0 1.4rem; padding-left: .3rem; color: var(--muted); font-size: .9rem; }
.faq-list details > p a { color: var(--purple); }
.closing { padding-block: 4.5rem; background: var(--violet); color: var(--ink); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.closing .eyebrow { margin-bottom: 1.25rem; color: var(--ink); }
.closing h2 { margin: 0; font-size: clamp(3.2rem, 7.8vw, 7.5rem); }
.closing .button { flex-shrink: 0; min-width: 165px; }
.closing :focus-visible { outline-color: var(--ink); }
.community-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 2.5rem; }
.community-links > a { display: grid; gap: .6rem; padding: 1rem 2rem; text-decoration: none; }
.community-links > a:first-child { padding-left: 0; border-right: 1px solid var(--line); }
.community-links > a:last-child { padding-right: 0; }
.community-links > a > span { color: var(--purple); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.community-links strong { display: flex; justify-content: space-between; gap: 1rem; font-size: 1.1rem; line-height: 1.4; }
.community-links small { color: var(--muted); font-size: .72rem; }
.community-links a:hover strong { text-decoration: underline; text-underline-offset: .25em; }
footer { background: var(--white); }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, 1fr); gap: 3rem; padding-block: 4rem; }
.footer-branding img { width: 210px; height: auto; }
.footer-branding p { margin: 1.4rem 0 0; padding-left: 1rem; color: var(--muted); border-left: 3px solid var(--violet); font-size: .875rem; line-height: 1.7; }
.footer-branding p strong, .footer-branding p span { display: block; }
.footer-branding p strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 600; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; min-width: 0; }
.footer-column h2 { margin-bottom: .65rem; color: var(--purple); font-family: "Segoe UI", Arial, sans-serif; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { display: inline-block; min-height: 2.25rem; max-width: 100%; padding-block: .35rem; font-size: .875rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-column a:hover { text-decoration: underline; }
.footer-column p { margin: .15rem 0 0; color: var(--muted); font-size: .875rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-bottom a { display: inline-block; padding-block: .4rem; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
@media (max-width: 1100px) and (min-width: 801px) {
  .event-header nav { gap: 1rem; }
  .event-brand { width: 200px; }
  .event-header nav a { font-size: .75rem; }
  .experience-grid { gap: 2rem; }
  .join-paths article { padding: 1.5rem 1.2rem; }
  .join-paths .text-link { gap: .5rem; }
  .community { gap: 3rem; }
  .sponsors, .questions { gap: 3rem; }
  .sponsor-hero-layout { gap: 3rem; }
  .sponsor-section-heading { gap: 3rem; }
  .sponsor-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-process li:nth-child(2) { border-right: 0; }
  .sponsor-process li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 800px) {
  :root { scroll-padding-top: 7rem; }
  .page-width { width: calc(100% - 2.5rem); }
  .section { padding-block: 4rem; }
  .event-header { min-height: 88px; flex-wrap: wrap; gap: 1rem; padding: 1.1rem 1.25rem; }
  .event-brand { width: 190px; }
  .event-brand > span { margin-left: 0; font-size: .57rem; }
  .menu-button { display: flex; align-items: center; justify-content: center; gap: .7rem; min-width: 75px; min-height: 44px; padding: .6rem .7rem; color: var(--purple); background: var(--white); border: 1px solid var(--line); border-radius: 2px; font-size: .8rem; }
  .menu-lines::before { content: "+"; display: inline-block; font-size: 1.2rem; line-height: 1; }
  .menu-button[aria-expanded="true"] .menu-lines::before { content: "−"; }
  .event-header nav { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: .1rem; padding-top: .5rem; }
  .event-header nav[data-open="true"] { display: flex; }
  .event-header nav a { min-height: 3.1rem; padding: .6rem; }
  .event-header nav .nav-action { margin-top: .4rem; }
  .family-inner { justify-content: center; }
  .family-inner > span { display: none; }
  .family-inner nav { justify-content: center; gap: 0 1rem; width: 100%; }
  .family-inner a { min-height: 44px; font-size: .75rem; }
  .festival-hero { padding: 3.5rem 0 2rem; }
  .hero-art img { object-position: 62% top; }
  .festival-hero::before { background: linear-gradient(90deg, #190d2cec, #190d2c85), linear-gradient(0deg, #190d2c 0%, transparent 65%); }
  .hero-layout { flex-direction: column; align-items: stretch; gap: 2.5rem; }
  .hero-content h1 { max-width: 9ch; font-size: clamp(4.8rem, 15.2vw, 7.8rem); }
  .hero-lede { max-width: 46ch; }
  .hero-kicker { font-size: .65rem; }
  .hero-date { flex: initial; display: grid; grid-template-columns: 1fr auto; gap: .15rem 1rem; padding: 1rem 1.2rem; }
  .hero-date > span:first-child { grid-column: 1 / -1; }
  .hero-date strong { grid-column: 2; grid-row: 2; align-self: center; font-size: 4.1rem; }
  .hero-date > span:not(:first-child) { display: block; align-self: center; margin-top: 0; font-size: .8rem; }
  .hero-date > span > span { margin-left: .5rem; }
  .hero-date small { grid-column: 1 / -1; margin-top: 0; }
  .festival-band > div { gap: .5rem; font-size: clamp(.9rem, 3.8vw, 1.8rem); }
  .festival-band span[aria-hidden] { font-size: .9rem; }
  .experience-opening { grid-template-columns: 1fr; gap: 2rem; }
  .experience-opening h2 { max-width: 13ch; }
  .experience-grid { grid-template-columns: minmax(0, 1fr); gap: 1rem; margin-top: 2rem; }
  .experience-grid article { padding: 1.7rem; }
  .experience-grid h3 { font-size: 2.6rem; }
  .experience-grid h3 br { display: none; }
  .experience-grid p { max-width: 60ch; }
  .planning-layout { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 4rem; }
  .planning-copy { max-width: none; }
  .planning-facts { padding: 1.5rem; }
  .planning-facts dl > div { grid-template-columns: 4rem minmax(0, 1fr); gap: 1rem; }
  .community { grid-template-columns: 1fr; gap: 2.5rem; }
  .community-copy h2 { max-width: 16ch; }
  .community-copy > p:not(.eyebrow), .community-story p:not(.eyebrow) { max-width: 60ch; }
  .community-photo { width: min(80vw, 360px); }
  .join-paths { grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
  .join-paths article { padding: 1.8rem; }
  .path-label { margin-bottom: 1.1rem; }
  .join-paths article > p:not(.path-label) { max-width: 60ch; margin-bottom: 1rem; }
  .sponsors, .questions { grid-template-columns: 1fr; gap: 2rem; }
  .sponsors h2, .questions-heading h2 { max-width: 20ch; }
  .sponsors-heading > p:not(.eyebrow) { max-width: 58ch; }
  .sponsor-list li { min-height: 100px; padding: .8rem; font-size: .83rem; }
  .sponsor-hero { padding-block: 4.5rem; }
  .sponsor-hero::before { background: linear-gradient(90deg, #190d2cf5, #190d2c91), linear-gradient(0deg, #190d2c 0%, transparent 75%); }
  .sponsor-hero-art img { object-position: 62% center; }
  .sponsor-hero-layout, .sponsor-section-heading, .sponsor-interest-shell { grid-template-columns: 1fr; gap: 2rem; }
  .sponsor-interest-shell { gap: 0; }
  .sponsor-hero-copy h1 { max-width: 10ch; font-size: clamp(4.1rem, 15vw, 6.8rem); }
  .sponsor-hero-callout { max-width: 520px; }
  .sponsor-tier-grid, .sponsor-special-grid { grid-template-columns: 1fr; }
  .sponsor-tier, .sponsor-special-grid article { padding: 1.7rem; }
  .sponsor-section-heading h2 { max-width: 14ch; }
  .sponsor-process ol { grid-template-columns: 1fr; }
  .sponsor-process li { min-height: 0; }
  .sponsor-process li { border-right: 0; border-bottom: 1px solid var(--line); }
  .sponsor-process li:last-child { border-bottom: 0; }
  .closing-inner { flex-direction: column; align-items: flex-start; gap: 1.8rem; }
  .closing { padding-block: 3rem; }
  .community-links { grid-template-columns: 1fr; padding-block: 1.5rem; }
  .community-links > a { padding: 1.5rem 0; }
  .community-links > a:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; padding-block: 3rem; }
  .footer-branding { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 370px) {
  .event-header { column-gap: .65rem; }
  .event-brand { width: 172px; }
  .event-brand > span { margin-left: 0; font-size: .52rem; }
  .menu-button { min-width: 62px; padding-inline: .5rem; gap: .4rem; }
  .hero-actions .button { width: 100%; }
  .hero-content h1 { font-size: 4.5rem; }
  .footer-main { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-festival-motion] > img { opacity: 1 !important; filter: none !important; transform: none !important; }
  .festival-ribbon-flow { display: none; }
}
@media (max-width: 560px) {
  .legacy-event-notice p { display: block; }
  .legacy-event-notice a { display: block; margin-top: .2rem; }
  .sponsor-form-grid { grid-template-columns: 1fr; }
  .sponsor-field-full { grid-column: auto; }
}
