.highlight-carousel-wrapper{margin:2rem 8rem;display:flex}@media (max-width:768px){.highlight-carousel-wrapper{margin:unset;flex-direction:column}}
.home-page{background:var(--bg);color:var(--fg)}.summary{flex-direction:column;justify-content:center;min-height:100vh;padding:0 0 3rem;display:flex;position:relative;overflow:hidden}.summary-bg-grid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 70%,#000 40%,#0000 100%)}.summary-layout{grid-template-columns:1fr auto;align-items:center;gap:4rem;display:grid}.summary-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-family:var(--font-sans);margin-bottom:1.5rem;font-weight:500;display:block}.summary-title{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(3.5rem,8vw,8rem);font-weight:300;line-height:1}.summary-title-line{display:block}.summary-title-italic{color:var(--accent);font-style:italic}.summary-desc{color:var(--fg-muted);max-width:42ch;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.8}.summary-actions{flex-wrap:wrap;gap:1rem;display:flex}.summary-aside{border:1px solid var(--border);border-radius:2px;flex-direction:column;gap:1px;min-width:180px;display:flex;overflow:hidden}.summary-stat-card{background:var(--bg-card);border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1.5rem 1.75rem;transition:background .3s;display:flex}.summary-stat-card:last-child{border-bottom:none}.summary-stat-card:hover{background:var(--bg-alt)}.summary-stat-number{font-family:var(--font-serif);color:var(--fg);font-size:2.2rem;font-weight:600;line-height:1}.summary-stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-size:.75rem}.summary-scroll-hint{letter-spacing:.2em;text-transform:uppercase;color:var(--fg-muted);flex-direction:column;align-items:center;gap:.75rem;font-size:.7rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.summary-scroll-line{background:linear-gradient(to bottom, var(--fg-muted), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}.section-header{margin-bottom:3.5rem}.section-header--split{justify-content:space-between;align-items:flex-end;display:flex}.see-all-link{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;transition:color .3s;display:inline-flex}.see-all-link:hover{color:var(--accent)}.highlight-section{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.recent-section{background:var(--bg)}.projects-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.project-card{background:var(--bg);position:relative;overflow:hidden}.project-card--featured{grid-row:span 1}.project-image-wrapper{height:300px;position:relative;overflow:hidden}.project-image{object-fit:cover;object-position:center top;filter:grayscale(10%);width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s}.project-card:hover .project-image{filter:grayscale(0%);transform:scale(1.06)}.project-overlay{opacity:0;background:#0a0a0a80;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.project-card:hover .project-overlay{opacity:1}.project-overlay-btn{background:var(--accent);width:48px;height:48px;color:var(--bg);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .3s;display:flex}.project-overlay-btn:hover{color:var(--bg);transform:scale(1.1)}.project-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-medium);color:var(--fg-muted);letter-spacing:.12em;text-transform:uppercase;background:#0a0a0acc;padding:.3rem .75rem;font-size:.7rem;position:absolute;bottom:.75rem;left:.75rem}.project-info{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.project-title{color:var(--fg);margin-bottom:.2rem;font-size:1.1rem;font-weight:400}.project-artist{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.project-desc{color:var(--fg-muted);font-size:.85rem;line-height:1.7}.philosophy-band{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0}.philosophy-quote{font-family:var(--font-serif);color:var(--fg);text-align:center;quotes:none;border:none;max-width:800px;margin:0 auto;padding:0 2rem;font-size:clamp(1.4rem,3vw,2.5rem);font-style:italic;font-weight:300;line-height:1.5}.philosophy-quote cite{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-size:.8rem;font-style:normal;font-family:var(--font-sans);margin-top:1.5rem;display:block}.events-section{background:var(--bg)}.events-section .section-footer{text-align:center;margin-top:2rem}.events-section-all-link{align-items:center;gap:.5rem;display:inline-flex}.home-events-list{border:1px solid var(--border);flex-direction:column;gap:0;display:flex}.event-item{border-bottom:1px solid var(--border);grid-template-columns:80px 1fr;gap:2rem;padding:2rem;transition:background .3s;display:grid}.event-item-link{color:inherit;text-decoration:none;display:contents}.event-item:last-child{border-bottom:none}.event-item:hover{background:var(--bg-card)}.home-event-date-block{flex-direction:column;justify-content:flex-start;align-items:center;padding-top:.2rem;display:flex}.event-day{font-family:var(--font-serif);color:var(--accent);font-size:2.5rem;font-weight:300;line-height:1}.event-month{letter-spacing:.2em;text-transform:uppercase;color:var(--fg-muted);margin-top:.2rem;font-size:.7rem}.event-title{margin-bottom:.5rem;font-size:1.2rem;font-weight:400}.event-meta{color:var(--fg-muted);letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.home-event-desc{color:var(--fg-muted);font-size:.9rem;line-height:1.7}.artists-section{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.artists-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1px;display:grid}.artist-card{background:var(--bg-alt);transition:background .4s;overflow:hidden}.artist-card:hover{background:var(--bg-card)}.artist-image-wrapper{aspect-ratio:1;overflow:hidden}.artist-image{object-fit:cover;filter:grayscale(40%);width:100%;height:100%;transition:filter .6s,transform .6s cubic-bezier(.16,1,.3,1)}.artist-card:hover .artist-image{filter:grayscale(0%);transform:scale(1.04)}.home-artist-info{border-top:1px solid var(--border);padding:1.25rem}.artist-name{letter-spacing:.02em;margin-bottom:.25rem;font-size:1.1rem;font-weight:300}.artist-specialty{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.75rem}.info-section{background:var(--bg)}.info-grid{grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}.info-block h3{font-size:1.8rem;font-weight:300}.home-hours-list{flex-direction:column;gap:0;list-style:none;display:flex}.hour-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 0;font-size:.9rem;display:flex}.hour-day{color:var(--fg-muted)}.hour-time{color:var(--fg);font-weight:500}.contact-list{flex-direction:column;gap:1.1rem;list-style:none;display:flex}.contact-list--compact{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.contact-list li{color:var(--fg-muted);align-items:flex-start;gap:.85rem;font-size:.9rem;line-height:1.6;display:flex}.contact-list a{color:var(--fg-muted)}.contact-list a:hover{color:var(--accent)}.contact-icon{color:var(--accent);flex-shrink:0;margin-top:.2rem;font-size:.9rem}.info-cta-card{border:1px solid var(--border);background:var(--bg-card);padding:1.5rem}.info-cta-note{color:var(--fg-muted);font-size:.92rem;line-height:1.75}.info-cta-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.info-cta-actions .btn{justify-content:center}.cta-section{background:var(--bg-alt);border-top:1px solid var(--border);padding:8rem 0}.cta-inner{text-align:center}.cta-title{max-width:700px;margin:.5rem auto 2.5rem;font-size:clamp(1.8rem,4vw,3.5rem);font-weight:300;line-height:1.2}.cta-btn{padding:1rem 2.5rem;font-size:.85rem}@media (max-width:1024px){.summary-layout{grid-template-columns:1fr;gap:3rem}.summary-aside{min-width:unset;flex-direction:row}.summary-stat-card{border-bottom:none;border-right:1px solid var(--border);flex:1}.summary-stat-card:last-child{border-right:none}.projects-grid{grid-template-columns:repeat(2,1fr)}.info-grid{gap:2.5rem}.info-cta-card{padding:1.25rem}}@media (max-width:768px){.summary{min-height:auto;padding:7rem 0 4rem}.summary-title{font-size:clamp(2.5rem,10vw,4.5rem)}.summary-aside{flex-direction:column}.summary-stat-card{border-right:none;border-bottom:1px solid var(--border)}.projects-grid{grid-template-columns:1fr}.section-header--split{flex-direction:column;align-items:flex-start;gap:1rem}.event-item{grid-template-columns:60px 1fr;gap:1rem;padding:1.5rem}.info-grid{grid-template-columns:1fr}.info-cta-actions{flex-direction:column}.info-cta-actions .btn{width:100%}.summary-scroll-hint{display:none}}
