* { box-sizing: border-box; }
:root { --paper:#ece8df; --ink:#1d1c19; --red:#7f1d2d; --red-light:#c9636f; --deep:#122238; --muted:#85847b; --line:rgba(29,28,25,.22); }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:'DM Sans', sans-serif; font-size:14px; }
a { color:inherit; text-decoration:none; }
.site-header { height:86px; padding:20px 3.5vw; display:flex; align-items:center; justify-content:space-between; position:absolute; width:100%; z-index:5; color:var(--paper); mix-blend-mode:normal; }
.brand { display:flex; align-items:center; gap:14px; position:relative; font-family:'DM Mono', monospace; font-size:16px; font-weight:500; line-height:1.1; text-transform:uppercase; letter-spacing:.05em; }
.brand-mark { width:54px; height:54px; object-fit:contain; position:relative; z-index:2; filter:drop-shadow(0 2px 6px rgba(0,0,0,.35)); transition:transform .2s ease-out; }
.brand::before, .brand::after { content:''; position:absolute; left:50%; top:50%; width:54px; height:54px; margin:-27px 0 0 -27px; border-radius:50%; }
.brand::before { border:1px solid var(--red-light); box-shadow:0 0 18px rgba(201,99,111,.6), inset 0 0 14px rgba(201,99,111,.25); opacity:0; }
.brand::after { border:1px dashed rgba(236,232,223,.8); opacity:0; }
.brand:hover .brand-mark, .brand:focus-visible .brand-mark { transform:rotate(-30deg) scale(1.5); animation:brand-spin 1.4s cubic-bezier(.6,.02,.35,1) infinite; }
.brand:hover::before, .brand:focus-visible::before { animation:brand-pulse .8s ease-out infinite; }
.brand:hover::after, .brand:focus-visible::after { animation:brand-ring 1.6s linear infinite; }
@keyframes brand-spin { 0% { transform:rotate(-30deg) scale(1.5); } 50% { transform:rotate(330deg) scale(1.6); } 100% { transform:rotate(690deg) scale(1.5); } }
@keyframes brand-pulse { 0% { opacity:0; transform:scale(.4) rotate(0deg); } 30% { opacity:1; } 100% { opacity:0; transform:scale(2.2) rotate(360deg); } }
@keyframes brand-ring { 0% { opacity:0; transform:scale(.5) rotate(0deg); } 20% { opacity:1; } 100% { opacity:0; transform:scale(2.4) rotate(720deg); } }
.main-nav { display:flex; gap:30px; font:700 15px 'DM Mono', monospace; text-transform:uppercase; }
.main-nav a { opacity:.95; transition:opacity .2s; }.main-nav a:hover { opacity:1; }.arrow,.diagonal-arrow { display:inline-block; width:10px; height:10px; margin-left:7px; vertical-align:-1px; position:relative; }.arrow::before,.diagonal-arrow::before { content:''; position:absolute; top:1px; left:1px; width:6px; height:6px; border-top:1.5px solid currentColor; border-right:1.5px solid currentColor; }.arrow::after,.diagonal-arrow::after { content:''; position:absolute; top:2px; left:2px; width:1.5px; height:10px; background:currentColor; transform:rotate(45deg); transform-origin:top; }
.menu-toggle { display:none; background:transparent; border:0; color:inherit; }
.hero { min-height:100svh; position:relative; display:flex; color:var(--paper); overflow:hidden; }
.hero-image { position:absolute; inset:0; background-image:url('https://www.datocms-assets.com/197184/1787441350-20260716_184656.jpg'); background-size:cover; background-position:center 32%; transform:scale(1.02); animation:hero-in 1.8s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,14,13,.68),rgba(10,14,13,.25) 68%,rgba(10,14,13,.38)),linear-gradient(0deg,rgba(10,14,13,.6),transparent 45%); }
.hero-content { position:relative; width:100%; padding:18vh 8vw 7vh; display:flex; flex-direction:column; justify-content:space-between; z-index:1; }
.eyebrow { color:var(--red); font:12px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.08em; margin:0 0 28px; }.eyebrow.light { color:var(--paper); }.dark-section .eyebrow { color:var(--red-light); }
h1,h2 { font-weight:400; letter-spacing:-.045em; line-height:.87; margin:0; font-family:'Instrument Serif', serif; } h1 { font-size:clamp(82px,14vw,220px); } h2 { font-size:clamp(65px,9vw,140px); } em { color:var(--red); font-style:italic; }.dark-section em { color:var(--red-light); }#hero-title em { color:#d1324c; }
.hero-footer { display:flex; align-items:flex-end; justify-content:space-between; font:12px 'DM Mono',monospace; line-height:1.4; text-transform:uppercase; }.circle-link { border:1px solid currentColor; border-radius:50%; width:58px; height:58px; display:grid; place-items:center; position:relative; transition:background .3s,color .3s; }.circle-link::before { content:''; width:10px; height:10px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg) translate(-2px,-2px); }.circle-link:hover { color:var(--ink); background:var(--paper); }.hero-side-label { position:absolute; z-index:1; right:3.5vw; top:50%; writing-mode:vertical-rl; font:12px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.1em; }
.section-grid { display:grid; grid-template-columns:1.1fr 2fr .55fr; gap:5vw; padding:15vw 7vw 13vw; position:relative; }.section-index { font:12px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.08em; }.section-index span { color:var(--red); margin:0 8px; }.intro-copy,.about-copy,.events-list,.contact-copy,.support-copy { max-width:680px; }.large-copy { font-size:clamp(19px,2vw,28px); line-height:1.18; max-width:520px; margin:55px 0 45px; letter-spacing:-.02em; }.text-link,.email-link { color:var(--red); font:12px 'DM Mono',monospace; text-transform:uppercase; border-bottom:1px solid var(--red); padding-bottom:7px; }.text-link span { margin-left:30px; }.vertical-note { writing-mode:vertical-rl; font:10px 'DM Mono',monospace; color:var(--muted); letter-spacing:.08em; justify-self:end; }.section-top-link { position:absolute; right:7vw; bottom:34px; width:58px; height:58px; display:grid; place-items:center; color:var(--red); font:12px 'DM Mono',monospace; text-transform:uppercase; }.section-top-link span { transition:opacity .2s; }.section-top-link b { position:absolute; display:grid; place-items:center; width:58px; height:58px; border:1px solid var(--red); border-radius:50%; background:var(--red); color:var(--paper); opacity:0; transform:scale(.85); transition:opacity .2s,transform .25s; }.section-top-link b::before,.up-arrow::before { content:''; display:block; width:9px; height:9px; border-top:2px solid currentColor; border-left:2px solid currentColor; transform:rotate(45deg); }.section-top-link:hover span,.section-top-link:focus-visible span { opacity:0; }.section-top-link:hover b,.section-top-link:focus-visible b { opacity:1; transform:scale(1); }.up-arrow { display:inline-block; width:10px; height:10px; margin-left:8px; vertical-align:-1px; }
.dark-section { background:var(--deep); color:var(--paper); }.dark-section .section-top-link { color:var(--red-light); }.dark-section .section-top-link b { border-color:var(--red-light); background:var(--red-light); }.about { min-height:850px; }.about-image { margin-top:70px; min-height:440px; background:url('https://www.datocms-assets.com/197184/1772919745-img_0887.jpg') center/cover; position:relative; }.about-image.cleveland-image { background-image:url('https://www.datocms-assets.com/197184/1787782013-20260425_110120-edited.jpeg'); }.about-image.federation-image { background-image:url('https://www.datocms-assets.com/197184/1787781504-dsc04333.jpg'); }.image-frame span { position:absolute; bottom:-27px; left:0; color:var(--paper); font:10px 'DM Mono',monospace; text-transform:uppercase; }.about-image.federation-image span { top:calc(100% + 10px); bottom:auto; line-height:1.4; }.stat-row { display:flex; gap:70px; margin-top:90px; border-top:1px solid rgba(236,232,223,.3); padding-top:18px; }.stat-row div { display:flex; flex-direction:column; gap:5px; }.stat-row strong { font:48px 'Instrument Serif',serif; color:var(--red-light); }.stat-row span { font:12px 'DM Mono',monospace; line-height:1.5; text-transform:uppercase; letter-spacing:.04em; color:rgba(236,232,223,.78); }
.events { padding-bottom:16vw; }.events-list h2 { margin-bottom:95px; }.event-items.is-scrollable { max-height:660px; overflow-y:auto; padding-right:14px; scrollbar-color:var(--red) transparent; }.event-item { display:grid; grid-template-columns:75px 1fr 30px; align-items:start; border-top:1px solid var(--line); padding:25px 0 28px; transition:padding .25s,color .25s; cursor:pointer; }.event-item:hover,.event-item:focus-visible { padding-left:15px; color:var(--red); }.event-item time { font:12px 'DM Mono',monospace; line-height:1.05; text-transform:uppercase; }.event-item time b { font-size:26px; font-weight:400; }.event-type,.event-item h3,.event-item p { margin:0; }.event-type { font:10px 'DM Mono',monospace; text-transform:uppercase; color:var(--red); margin-bottom:12px; }.event-item h3 { font:28px 'Instrument Serif',serif; font-weight:400; }.event-item div > p:last-child { font-size:12px; color:var(--muted); margin-top:10px; }.event-arrow { position:relative; width:16px; height:16px; justify-self:end; margin-top:2px; }.event-arrow::before { content:''; position:absolute; top:2px; left:2px; width:8px; height:8px; border-top:1.5px solid currentColor; border-right:1.5px solid currentColor; }.event-arrow::after { content:''; position:absolute; top:3px; left:3px; width:1.5px; height:11px; background:currentColor; transform:rotate(45deg); transform-origin:top; }
.event-modal { position:fixed; inset:0; z-index:50; display:flex; align-items:center; justify-content:center; padding:6vw; }.event-modal[hidden] { display:none; }.event-modal-overlay { position:absolute; inset:0; background:rgba(18,34,56,.78); }.event-modal-panel { position:relative; background:var(--paper); color:var(--ink); width:100%; max-width:565px; max-height:calc(80vh + 15px); overflow-y:auto; padding:52px 42px; }.event-modal-close { position:absolute; top:16px; right:18px; background:transparent; border:0; font-size:28px; line-height:1; cursor:pointer; color:var(--ink); }.event-modal-type { color:var(--red); font:10px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.08em; margin:0 0 14px; }.event-modal-title { font:42px 'Instrument Serif',serif; font-weight:400; letter-spacing:-.02em; margin:0 0 18px; }.event-modal-meta { font:12px 'DM Mono',monospace; text-transform:uppercase; color:var(--muted); margin:0 0 28px; }.event-modal-description p { font-size:17px; line-height:1.6; margin:0 0 16px; }.event-modal-description p:last-child { margin-bottom:0; }.event-modal-description a { color:var(--red); text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:3px; transition:background .2s,color .2s; }.event-modal-description a:hover,.event-modal-description a:focus-visible { background:var(--red); color:var(--paper); }
.support-copy .large-copy { margin-bottom:40px; }.button-link { display:inline-block; border:1px solid var(--paper); border-radius:100px; padding:15px 21px; font:12px 'DM Mono',monospace; text-transform:uppercase; transition:background .25s,color .25s; }.button-link:hover { background:var(--red); border-color:var(--red); color:var(--paper); }
.contact { padding-top:14vw; padding-bottom:12vw; }.contact-copy .large-copy { margin-top:55px; }.email-link { display:inline-block; font-size:12px; }
.site-footer { border-top:1px solid var(--line); display:flex; justify-content:space-between; padding:22px 3.5vw; font:10px 'DM Mono',monospace; text-transform:uppercase; color:var(--muted); }.site-footer a { color:var(--ink); }.github-link { display:inline-flex; vertical-align:middle; margin-left:8px; opacity:.72; transition:opacity .2s; }.github-link:hover,.github-link:focus-visible { opacity:1; }.github-link svg { width:14px; height:14px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; }
@keyframes hero-in { from { transform:scale(1.1); opacity:.4; } to { transform:scale(1.02); opacity:1; } }
@media (max-width:700px) { .site-header { padding:16px 5vw; }.main-nav { position:absolute; top:86px; left:5vw; right:5vw; background:var(--deep); padding:20px; flex-direction:column; gap:18px; opacity:0; pointer-events:none; transition:opacity .2s; }.main-nav.open { opacity:1; pointer-events:auto; }.menu-toggle { display:flex; flex-direction:column; gap:6px; padding:8px 0; }.menu-toggle span { display:block; width:24px; height:1px; background:currentColor; }.hero-content { padding:20vh 7vw 8vh; }.hero-side-label { display:none; }.section-grid { grid-template-columns:1fr; padding:24vw 7vw 22vw; gap:40px; }.section-index { order:0; }.intro-copy,.about-copy,.events-list,.contact-copy,.support-copy { max-width:none; }.vertical-note { display:none; }.section-top-link { right:7vw; bottom:34px; width:auto; height:auto; display:block; }.section-top-link b { display:none; }.large-copy { margin:40px 0 35px; }.about { min-height:auto; }.about-image { min-height:380px; margin-top:50px; }.stat-row { margin-top:60px; gap:30px; }.events-list h2 { margin-bottom:60px; }.event-item { grid-template-columns:55px 1fr 20px; }.event-item h3 { font-size:23px; }.contact-form { padding-top:10px; }.site-footer { gap:20px; flex-wrap:wrap; }.site-footer span:nth-child(2) { order:3; width:100%; } }
/* Large/laptop breakpoint: swap vw-fluid grid sizing for fixed values so the copy/image column keeps its intended width instead of shrinking with viewport width */
@media (min-width:701px) and (max-width:1440px) { .section-grid { grid-template-columns:170px 1fr 90px; gap:48px; padding:170px 64px 150px; }.about-image { min-height:460px; } }
@media (min-width:701px) { .event-modal-panel { max-width:680px; max-height:85vh; padding:56px 48px; } }
@media (min-width:701px) { .event-items.is-scrollable { scrollbar-color:transparent transparent; }.event-items.is-scrollable:hover,.event-items.is-scrollable:focus-within { scrollbar-color:var(--red) transparent; }.event-items.is-scrollable::-webkit-scrollbar { width:6px; }.event-items.is-scrollable::-webkit-scrollbar-thumb { background:transparent; }.event-items.is-scrollable:hover::-webkit-scrollbar-thumb,.event-items.is-scrollable:focus-within::-webkit-scrollbar-thumb { background:var(--red); } }
@media (max-width:700px) { .event-items.is-scrollable { scrollbar-color:rgba(127,29,45,.45) transparent; }.event-items.is-scrollable::-webkit-scrollbar { width:6px; }.event-items.is-scrollable::-webkit-scrollbar-thumb { background:rgba(127,29,45,.45); } }
.icon-sprite { position:absolute; width:0; height:0; overflow:hidden; }.inline-arrow,.circle-link svg,.section-top-link b svg,.event-arrow { display:inline-block; flex:none; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; }.inline-arrow { width:12px; height:12px; margin-left:7px; vertical-align:-2px; }.circle-link svg { width:22px; height:22px; }.section-top-link b svg { width:23px; height:23px; }.event-arrow { width:17px; height:17px; justify-self:end; margin-top:2px; }.event-arrow svg { display:block; width:100%; height:100%; }.arrow,.diagonal-arrow { display:none; }.arrow::before,.arrow::after,.diagonal-arrow::before,.diagonal-arrow::after,.event-arrow::before,.event-arrow::after,.section-top-link b::before,.up-arrow::before,.circle-link::before { content:none; }
