/* 241 image-led system — Revel-inspired, expressed in the 241 palette */
:root {
  --revel-blush: #fadcd5;
  --revel-mauve: #765d67;
  --revel-burgundy: #6d3c52;
  --revel-plum: #4b2138;
  --revel-night: #1b0c1a;
  --revel-noir: #351e28;
  --revel-ink: #2d222f;
  --revel-paper: #fff7f3;
  --depth-shadow: 18px 22px 50px rgba(27, 12, 26, .32);
  --depth-shadow-soft: 10px 14px 30px rgba(75, 33, 56, .2);
  --paper-grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

body { background: var(--revel-blush); color: var(--revel-ink); }
a, button { transition: color .2s ease, background-color .2s ease, transform .2s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

/* Shared navigation */
.program-header,
.program-interior-header,
.interior-page .site-header { min-height: 72px; height: auto; padding: 14px clamp(22px, 3vw, 46px); background: var(--revel-noir) !important; color: var(--revel-paper) !important; border-color: rgba(250,220,213,.3) !important; }
.program-mark, .wordmark { font-size: clamp(2.1rem, 3vw, 2.7rem); }
.program-nav, .program-interior-header .site-nav { grid-column: 3; color: inherit; }
.program-header .menu-toggle, .program-interior-header .menu-toggle, .interior-page .site-header .menu-toggle { color: inherit; }
.program-nav a, .program-interior-header .site-nav a { font-size: .67rem; letter-spacing: .15em; }
.nav-cta { padding: .65rem 1rem !important; }

/* Revel-style mission opening */
.revel-hero { min-height: 500px; padding: clamp(55px, 7vw, 100px) clamp(22px, 4vw, 64px) clamp(45px, 5.5vw, 76px); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .55fr); grid-template-rows: auto 1fr; gap: 2.4rem clamp(36px, 6vw, 104px); align-items: end; background: var(--revel-burgundy); color: var(--revel-paper); }
.revel-hero > .program-label { grid-column: 1 / -1; align-self: start; }
.revel-hero h1 { font-family: var(--display); font-size: clamp(4.5rem, 8vw, 8rem); line-height: .8; letter-spacing: -.07em; font-weight: 500; margin: 0; }
.revel-hero h1 em { color: var(--revel-blush); font-weight: 500; }
.revel-hero-note { align-self: end; max-width: 460px; }
.revel-hero-note > p { font-size: clamp(1rem, 1.35vw, 1.2rem); margin: 0 0 1.6rem; }
.revel-outline-link { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: 100%; padding: 1rem 1.25rem; border: 1px solid currentColor; color: inherit; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 600; }
.revel-outline-link:hover { background: var(--revel-blush); color: var(--revel-plum); }
.revel-image-band { margin: 0; padding: clamp(28px, 4vw, 52px) clamp(22px, 4vw, 64px); background: var(--revel-night); position: relative; }
.revel-image-band img { display: block; width: min(100%, 1400px, calc((100svh - 150px) * 1.5)); height: auto; max-height: calc(100svh - 150px); margin: 0 auto; object-fit: contain; object-position: center; }
.program-page .revel-image-band img { width: min(100%, 1080px, calc((100svh - 150px) * 1.5)); height: auto; aspect-ratio: 3 / 2; }
.revel-image-band figcaption { position: static; display: block; width: min(100%, 1400px, calc((100svh - 150px) * 1.5)); margin: 0 auto; padding: .75rem 1rem; background: var(--revel-blush); color: var(--revel-ink); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.program-page .revel-image-band figcaption { width: min(100%, 1080px, calc((100svh - 150px) * 1.5)); }

/* Home sections: alternating color fields and fewer card effects */
.studio-intro { padding: clamp(68px, 8vw, 120px) clamp(22px, 4vw, 64px); display: grid; grid-template-columns: minmax(0, .35fr) minmax(0, 1.25fr) minmax(260px, .5fr); gap: clamp(28px, 4vw, 72px); align-items: end; background: var(--revel-noir); color: var(--revel-paper); border-top: 1px solid rgba(250,220,213,.2); }
.studio-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.7vw, 6rem); font-weight: 500; line-height: .88; letter-spacing: -.06em; }
.studio-intro > div > p { max-width: 440px; color: rgba(255,247,243,.72); }
.studio-intro .program-link { margin-top: 1.5rem; }
.studio-services { padding: clamp(68px, 8vw, 120px) clamp(22px, 4vw, 64px); display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(44px, 7vw, 120px); background: var(--revel-paper); }
.studio-services header { align-self: start; position: sticky; top: 108px; }
.studio-services h2 { margin: 1.2rem 0 0; font-family: var(--display); font-size: clamp(3rem, 5.2vw, 5.6rem); font-weight: 500; line-height: .88; letter-spacing: -.06em; }
.studio-service-list { border-top: 1px solid rgba(45,34,47,.28); }
.studio-service-list article { display: grid; grid-template-columns: 56px minmax(180px, .7fr) minmax(240px, 1fr); gap: clamp(18px, 3vw, 48px); padding: clamp(28px, 3.8vw, 52px) 0; border-bottom: 1px solid rgba(45,34,47,.28); align-items: start; }
.studio-service-list article > span { font-size: .62rem; letter-spacing: .16em; }
.studio-service-list h3 { margin: 0; font-family: var(--display); font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 500; line-height: .94; letter-spacing: -.04em; }
.studio-service-list p { margin: 0; color: var(--revel-burgundy); max-width: 430px; }
.program-section { background: var(--revel-blush); }
.program-section-head { grid-template-columns: .3fr 1.25fr .5fr; padding-bottom: 3rem; }
.program-section { padding: clamp(68px, 8vw, 120px) clamp(22px, 4vw, 64px); }
.program-section-head h2 { font-size: clamp(3.8rem, 7.2vw, 7.2rem); }
.next-event { grid-template-columns: .22fr 1.25fr .6fr; padding: clamp(44px, 5.5vw, 76px) 0; }
.next-event-image { aspect-ratio: 3 / 2; }
.next-event-copy h3 { font-size: clamp(2.5rem, 4vw, 4.4rem); }
.upcoming-grid { grid-template-columns: repeat(2, 1fr); }
.program-event-card { padding: clamp(25px, 3.5vw, 50px); }
.program-event-card img { aspect-ratio: 3 / 2; }
.program-empty { min-height: 360px; }
.program-archive { padding-top: clamp(56px, 7vw, 104px); }
.behind-gathering { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); background: var(--revel-mauve); color: var(--revel-paper); }
.behind-gathering figure { margin: 0; position: relative; background: var(--revel-night); }
.behind-gathering figure { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px) 0; }
.behind-gathering figure img { display: block; width: min(100%, 1080px); height: auto; min-height: 0; aspect-ratio: 3 / 2; margin: 0 auto; object-fit: contain; object-position: center; }
.behind-gathering figcaption { position: static; width: min(100%, 1080px); margin: 0 auto; padding: .75rem 1rem; background: var(--revel-blush); color: var(--revel-ink); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.behind-gathering > div { padding: clamp(44px, 5.5vw, 84px) clamp(28px, 4vw, 64px); display: flex; flex-direction: column; justify-content: flex-end; }
.behind-gathering h2 { font-family: var(--display); font-size: clamp(2.8rem, 4.4vw, 5rem); line-height: .88; letter-spacing: -.055em; font-weight: 500; margin: 1.6rem 0; }
.behind-gathering > div > p:last-child { max-width: 440px; color: rgba(255,247,243,.76); }
.program-venues { padding: clamp(68px, 8vw, 120px) clamp(22px, 4vw, 64px); gap: clamp(32px, 5.5vw, 88px); background: var(--revel-night); }
.venue-preview-copy h2 { font-size: clamp(3rem, 5.2vw, 5.6rem); }
.venue-preview-grid { gap: 1px; background: rgba(250,220,213,.24); }
.venue-preview-card { background: var(--revel-plum); }
.venue-preview-card img { filter: none; }
.program-community { padding: clamp(64px, 8vw, 112px) clamp(22px, 4vw, 64px); gap: 6.4vw; background: var(--revel-mauve); color: var(--revel-paper); }
.program-community h2 { font-size: clamp(2.7rem, 4.8vw, 5.2rem); }
.program-community h2 { color: var(--revel-paper); }
.program-signup > div { border-color: currentColor; }
.program-signup > div input, .program-signup button, .signup-secondary { color: inherit; }
.signup-secondary { border-color: rgba(250,220,213,.45); }
.program-contact-band { padding: clamp(72px, 9.5vw, 136px) clamp(22px, 4vw, 64px); background: var(--revel-plum); }
.program-contact-band h2 { font-size: clamp(3rem, 6vw, 6.4rem); }

/* About */
.revel-about-hero { min-height: 500px; padding: clamp(55px, 7vw, 104px) clamp(22px, 4vw, 64px) clamp(48px, 6.5vw, 88px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .55fr); grid-template-rows: auto 1fr; gap: 2.4rem clamp(36px, 6vw, 104px); align-items: end; background: var(--revel-mauve); color: var(--revel-paper); }
.revel-about-hero > .program-label { grid-column: 1 / -1; align-self: start; }
.revel-about-hero h1 { font-family: var(--display); font-size: clamp(4.5rem, 7.8vw, 7.8rem); line-height: .8; letter-spacing: -.07em; font-weight: 500; margin: 0; }
.revel-about-hero h1 em { color: var(--revel-blush); font-weight: 500; }
.revel-about-hero .about-intro { color: var(--revel-paper); }
.revel-about-hero .about-intro p:first-child { font-size: clamp(1.35rem, 2vw, 1.9rem); }
.revel-about-hero .about-intro p:last-child { color: rgba(255,247,243,.72); }
.about-image-story { padding: clamp(64px, 8vw, 120px) clamp(22px, 4vw, 64px); display: grid; grid-template-columns: .55fr 1.25fr; gap: clamp(36px, 6vw, 104px); align-items: center; background: var(--revel-paper); }
.about-image-story-copy h2 { font-family: var(--display); font-size: clamp(2.8rem, 4.8vw, 5.2rem); line-height: .88; letter-spacing: -.055em; font-weight: 500; margin: 1.2rem 0 1.6rem; }
.about-image-story-copy > p:last-child { color: var(--revel-burgundy); max-width: 430px; }
.about-image-story figure { margin: 0; }
.about-image-story img { display: block; width: min(100%, 1080px); height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.about-image-story figcaption { padding: .8rem 0; border-bottom: 1px solid var(--line-light); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.about-community-portrait { margin: 0; padding: clamp(36px, 4.5vw, 60px) clamp(22px, 4vw, 64px); background: var(--revel-night); color: var(--revel-paper); }
.about-community-portrait img { display: block; width: min(100%, 1080px); height: auto; margin: 0 auto; }
.about-community-portrait figcaption { width: min(100%, 1080px); margin: 0 auto; padding: 1rem 0; display: flex; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(250,220,213,.35); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.about-team { padding: clamp(68px, 8vw, 120px) clamp(22px, 4vw, 64px); background: var(--revel-blush); }
.about-section-head h2 { font-size: clamp(3.4rem, 6vw, 6rem); }
.team-profile .team-copy { padding: clamp(22px, 2.4vw, 36px); }
.team-profile .team-copy h3 { font-size: clamp(2.7rem, 4vw, 4.4rem); }
.team-profile .team-portrait img { filter: none; }
.team-profile:nth-child(2) .team-copy { background: var(--revel-paper); }
.team-text-portrait { background: var(--revel-burgundy); }
.about-contact { padding: clamp(72px, 8.8vw, 128px) clamp(22px, 4vw, 64px); background: var(--revel-mauve); color: var(--revel-paper); }
.about-contact h2 { font-size: clamp(3rem, 5.6vw, 6rem); }
.about-contact h2 em { color: var(--revel-blush); }
.about-contact > p:not(.program-label) { color: rgba(255,247,243,.74); }

/* Venue directory */
.directory-page { background: var(--revel-blush); }
.directory-hero { min-height: 510px; padding: 0; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 0; background: var(--revel-plum); color: var(--revel-paper); align-items: stretch; }
.directory-hero-copy { padding: clamp(60px, 7vw, 104px) clamp(22px, 4vw, 64px); display: flex; flex-direction: column; justify-content: flex-end; }
.directory-hero h1 { font-size: clamp(4.5rem, 8vw, 8rem); }
.directory-hero-copy > p:not(.program-label) { max-width: 540px; color: rgba(255,247,243,.72); }
.directory-hero-copy .program-link { align-self: flex-start; margin-top: 1.5rem; color: inherit; }
.directory-hero-image { min-width: 0; margin: 0; position: relative; background: var(--revel-night); overflow: hidden; }
.directory-hero-image { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px) 0; }
.directory-hero-image img { display: block; width: 100%; height: auto; max-height: calc(100svh - 150px); aspect-ratio: 3 / 2; object-fit: contain; object-position: center; }
.directory-hero-image figcaption { position: static; padding: .75rem 1rem; background: var(--revel-blush); color: var(--revel-ink); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }

/* Shared split photo heroes */
.split-photo-hero { min-height: 510px; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 0; align-items: stretch; color: var(--revel-paper); }
.split-photo-hero-home { background: var(--revel-noir); }
.split-photo-hero-about,
.split-photo-hero-contact { background: var(--revel-noir); }
.split-photo-hero-venues { background: var(--revel-plum); }
.split-photo-hero-copy { min-width: 0; padding: clamp(60px, 7vw, 104px) clamp(22px, 4vw, 64px); display: flex; flex-direction: column; justify-content: flex-end; }
.split-photo-hero-copy h1 { font-family: var(--display); font-size: clamp(4.2rem, 7.5vw, 7.2rem); line-height: .8; letter-spacing: -.07em; font-weight: 500; margin: 1.2rem 0; }
.split-photo-hero-copy h1 em { color: var(--revel-blush); font-weight: 500; }
.split-photo-hero-copy > p:not(.program-label) { max-width: 540px; color: rgba(255,247,243,.76); }
.split-photo-hero-copy .program-link { align-self: flex-start; margin-top: 1.25rem; color: inherit; }
.split-photo-hero-image { min-width: 0; margin: 0; padding: clamp(28px, 4vw, 52px) 0; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; background: var(--revel-night); }
.split-photo-hero-image img { display: block; width: 100%; height: auto; max-height: calc(100svh - 150px); aspect-ratio: 3 / 2; object-fit: contain; object-position: center; }
.split-photo-hero-image figcaption { position: static; padding: .75rem 1rem; background: var(--revel-blush); color: var(--revel-ink); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.about-relocated-intro { margin-bottom: 1rem; font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.15; color: var(--revel-ink) !important; }
.contact-page { background: var(--revel-paper); color: var(--revel-ink); }
.contact-page .contact-layout { scroll-margin-top: 72px; }

.city-jump { background: var(--revel-mauve); color: var(--revel-paper); border: 0; }
.city-jump a { border-color: rgba(250,220,213,.3); }
.directory-city { padding: clamp(60px, 7vw, 104px) clamp(22px, 4vw, 64px); }
.directory-city > header { margin-bottom: 3.2rem; }
.directory-city h2 { font-size: clamp(3.4rem, 6.4vw, 6.4rem); }
.directory-city:nth-of-type(odd) { background: var(--revel-paper); }
.directory-city:nth-of-type(even) { background: var(--revel-blush); }
.directory-grid { grid-template-columns: repeat(2, 1fr); gap: clamp(45px, 7vw, 100px) 1px; }
.directory-card { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--revel-plum); color: var(--revel-paper); min-height: 416px; }
.directory-card:nth-child(3n+2), .directory-card:nth-child(even) { transform: none; }
.directory-image img { height: 100%; aspect-ratio: auto; filter: none; }
.directory-card > div { padding: clamp(25px, 3vw, 48px); display: flex; flex-direction: column; justify-content: flex-end; }
.directory-card h3 { font-size: clamp(2.1rem, 3.2vw, 3.6rem); }
.directory-cta { padding: clamp(72px, 8.8vw, 128px) clamp(22px, 4vw, 64px); background: var(--revel-burgundy); }
.directory-cta h2 { font-size: clamp(2.7rem, 4.8vw, 5.2rem); }

/* Contact and shared interior pages */
.interior-main { padding: 0; }
.interior-intro { min-height: 440px; padding: clamp(60px, 7vw, 104px) clamp(22px, 4vw, 64px); background: var(--revel-mauve); color: var(--revel-paper); border: 0; align-items: end; }
.interior-intro h1 { font-size: clamp(4.2rem, 7.6vw, 7.6rem); line-height: .82; }
.interior-intro > div:last-child { color: rgba(255,247,243,.76); }
.contact-layout { margin: 0; padding: clamp(64px, 8vw, 120px) clamp(22px, 4vw, 64px); background: var(--revel-paper); }
.contact-aside h2 { font-size: clamp(2.4rem, 4vw, 4.4rem); line-height: .92; }
.smart-form { padding: clamp(22px, 3.2vw, 44px); background: var(--revel-blush); }
.inquiry-choice { background: var(--revel-paper); }
.inquiry-choice input:checked + label { background: var(--revel-burgundy); }
.submit-button { width: 100%; min-height: 60px; background: var(--revel-plum); border-color: var(--revel-plum); }

/* Shared event and venue details */
.event-page, .location-page { background: var(--revel-blush) !important; color: var(--revel-ink) !important; font-family: var(--sans) !important; }
.event-page .event-hero, .location-page .location-hero { min-height: 64vh; padding: 120px 0 56px; }
.event-page .event-hero::before, .location-page .location-hero::before { background: linear-gradient(0deg, rgba(27,12,26,.82), rgba(27,12,26,.08) 70%) !important; }
.event-page .hero-title, .location-page .hero-title { font-family: var(--display) !important; font-size: clamp(3.8rem, 7.2vw, 7.2rem) !important; line-height: .82 !important; letter-spacing: -.065em !important; font-weight: 500 !important; max-width: 980px; }
.event-page .hero-kicker, .location-page .hero-kicker { border-radius: 0 !important; background: var(--revel-blush) !important; color: var(--revel-ink) !important; border: 0 !important; }
.event-page .card-lite, .location-page .card-lite { border: 0 !important; border-top: 1px solid var(--line-light) !important; border-radius: 0 !important; box-shadow: none !important; background: transparent !important; padding: 2.5rem 0 !important; }
.event-page .card-cta, .location-page .card-cta { border: 0 !important; background: var(--revel-plum) !important; color: var(--revel-paper) !important; padding: clamp(28px, 4vw, 55px) !important; }
.event-page .section-title, .location-page .section-title { font-family: var(--display) !important; font-size: clamp(2.5rem, 4vw, 4.4rem) !important; line-height: .9 !important; }
.location-page .gallery-card, .location-page .gallery-carousel .carousel-inner { border-radius: 0 !important; box-shadow: none !important; }
.location-page .gallery-image, .location-page .gallery-carousel-image { filter: none !important; }

/* Legacy Bootstrap-driven pages */
.interior-page .hero.responsive-hero { min-height: 60vh; }
.interior-page .container.py-5, .interior-page section.py-5 { padding-top: clamp(56px, 6.4vw, 88px) !important; padding-bottom: clamp(56px, 6.4vw, 88px) !important; }
.interior-page .card { border-radius: 0; border-color: var(--line-light); box-shadow: none !important; }
.interior-page .btn { border-radius: 0; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }

/* Standalone event campaigns retain their content and conversion behavior */
.pride-nav, .page-nav { background: var(--revel-burgundy) !important; color: var(--revel-paper) !important; border-color: rgba(250,220,213,.3) !important; }
.pride-nav-back, .page-nav-back { color: inherit !important; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; }
.pride-hero { background-color: var(--revel-mauve) !important; color: var(--revel-paper) !important; min-height: 64vh !important; }
.pride-hero .hero-title-main, .pride-hero .hero-title-pride { font-family: var(--display) !important; letter-spacing: -.07em !important; }
.pride-hero .hero-title-main { font-size: clamp(4.2rem, 8.8vw, 8.8rem) !important; line-height: .78 !important; }
.pride-section:nth-child(odd) { background: var(--revel-paper); }
.pride-section:nth-child(even) { background: var(--revel-blush); }
.pride-section .row { margin-left: 0; margin-right: 0; }
.pride-cta { border-radius: 0 !important; background: var(--revel-plum) !important; }
.lp { background: var(--revel-blush) !important; }
.lp > .hero { background: var(--revel-burgundy) !important; color: var(--revel-paper) !important; }
.lp .hero-title { font-family: var(--display) !important; font-size: clamp(3.8rem, 7.2vw, 7.2rem) !important; letter-spacing: -.065em !important; }
.lp .hero-img-wrap, .lp .hero-img { border-radius: 0 !important; }
.lp .cta-wrap { background: var(--revel-plum) !important; color: var(--revel-paper) !important; }
.lp input, .lp select, .lp textarea { border-radius: 0 !important; }
.watch-party-page .watch-hero { min-height: 66vh !important; padding: 110px 0 60px !important; }
.watch-party-page .watch-title { font-size: clamp(2.8rem, 5.6vw, 5.2rem) !important; }
.watch-party-page .watch-section { padding-top: 58px !important; padding-bottom: 58px !important; }
.watch-party-page .watch-heading { font-size: clamp(1.8rem, 3.2vw, 2.8rem) !important; }
.watch-party-page .row { margin-left: 0; margin-right: 0; }

.site-footer, .program-footer { background: var(--revel-night); }

/* Modern tactile layer */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  background-image: var(--paper-grain);
  background-size: 180px 180px;
  opacity: .035;
  mix-blend-mode: soft-light;
}

body,
button,
input,
select,
textarea { font-family: var(--sans); }

h1, h2, h3, h4,
.wordmark,
.program-mark,
.program-index,
.team-profile-number { font-family: var(--display); }

.split-photo-hero-copy h1,
.studio-intro h2,
.studio-services h2,
.studio-service-list h3,
.program-section-head h2,
.next-event-copy h3,
.archive-title h3,
.behind-gathering h2,
.program-community h2,
.program-contact-band h2,
.about-image-story-copy h2,
.about-section-head h2,
.team-profile .team-copy h3,
.about-contact h2,
.contact-aside h2,
.event-page .hero-title,
.location-page .hero-title,
.event-page .section-title,
.location-page .section-title {
  letter-spacing: -.035em !important;
  line-height: .94 !important;
  font-weight: 600 !important;
}

.split-photo-hero-copy h1 { font-size: clamp(3.7rem, 6vw, 5.9rem); }
.split-photo-hero-copy h1 em,
.about-contact h2 em { font-weight: 600; }
.program-label,
.site-nav,
figcaption { font-family: var(--sans); font-weight: 600; }

.split-photo-hero-image,
.behind-gathering figure { overflow: visible; isolation: isolate; }

.split-photo-hero-image::before,
.behind-gathering figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - clamp(42px, 5vw, 74px));
  aspect-ratio: 3 / 2;
  left: calc(clamp(42px, 5vw, 74px) / 2 + 12px);
  top: 50%;
  transform: translateY(-50%) translate(10px, 12px);
  background: var(--revel-mauve);
  border: 1px solid rgba(250, 220, 213, .24);
}

.split-photo-hero-image img,
.split-photo-hero-image figcaption,
.behind-gathering figure img,
.behind-gathering figcaption {
  width: calc(100% - clamp(42px, 5vw, 74px));
  margin-inline: auto;
}

.split-photo-hero-image img,
.behind-gathering figure img {
  border: 1px solid rgba(250, 220, 213, .28);
  box-shadow: var(--depth-shadow);
  transition: transform .45s ease, box-shadow .45s ease;
}

.split-photo-hero-image:hover img,
.behind-gathering figure:hover img {
  transform: translateY(-4px);
  box-shadow: 22px 28px 62px rgba(27, 12, 26, .42);
}

.split-photo-hero-image figcaption,
.behind-gathering figcaption {
  border: 1px solid rgba(45, 34, 47, .16);
  border-top: 0;
  box-shadow: 12px 14px 28px rgba(27, 12, 26, .18);
}

.about-image-story figure {
  position: relative;
  padding: 14px 14px 0;
  background: var(--revel-blush);
  box-shadow: var(--depth-shadow-soft);
  transform: translateY(18px);
}

.about-image-story figure::before {
  content: "";
  position: absolute;
  inset: -14px 18px 20px -14px;
  z-index: -1;
  border: 1px solid rgba(109, 60, 82, .28);
  background: rgba(118, 93, 103, .12);
}

.about-image-story figcaption { padding-inline: 4px; }
.about-community-portrait img,
.about-community-portrait figcaption {
  width: min(calc(100% - 40px), 1040px);
}
.about-community-portrait img {
  border: 10px solid var(--revel-paper);
  box-shadow: var(--depth-shadow);
  transform: translateY(-16px);
}
.about-community-portrait figcaption { margin-top: -16px; padding: 1rem 10px; }

.team-profile {
  position: relative;
  box-shadow: var(--depth-shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease;
}
.team-profile:nth-child(2) { transform: translateY(18px); }
.team-profile:hover { transform: translateY(-5px); box-shadow: var(--depth-shadow); }
.team-profile:nth-child(2):hover { transform: translateY(10px); }
.team-portrait { background: var(--revel-mauve); }
.team-portrait img { outline: 1px solid rgba(250, 220, 213, .24); outline-offset: -1px; }

.next-event-image,
.program-event-card img,
.archive-image,
.event-page .event-hero,
.location-page .location-hero,
.location-page .gallery-card,
.location-page .gallery-carousel .carousel-inner {
  box-shadow: var(--depth-shadow-soft) !important;
}
.next-event-image,
.program-event-card,
.archive-row { transition: transform .35s ease, box-shadow .35s ease; }
.next-event-image:hover,
.program-event-card:hover { transform: translateY(-5px); box-shadow: var(--depth-shadow) !important; }

.smart-form,
.inquiry-choice,
.contact-aside {
  border: 1px solid rgba(75, 33, 56, .16);
  box-shadow: var(--depth-shadow-soft);
}
.inquiry-choice { transition: transform .2s ease, box-shadow .2s ease; }
.inquiry-choice:hover { transform: translateY(-2px); box-shadow: 8px 10px 20px rgba(75, 33, 56, .16); }

@media (max-width: 600px) {
  .split-photo-hero-copy h1 { font-size: clamp(3rem, 12vw, 3.45rem); line-height: .98 !important; }
  .studio-intro h2,
  .studio-services h2,
  .program-section-head h2,
  .behind-gathering h2 { line-height: .98 !important; }
  .split-photo-hero-image::before,
  .behind-gathering figure::before { width: calc(100% - 36px); left: 18px; transform: translateY(-50%) translate(7px, 8px); }
  .split-photo-hero-image img,
  .split-photo-hero-image figcaption,
  .behind-gathering figure img,
  .behind-gathering figcaption { width: calc(100% - 36px); }
  .about-image-story figure { transform: none; }
  .about-community-portrait img,
  .about-community-portrait figcaption { width: 100%; }
  .team-profile:nth-child(2) { transform: none; }
}

@media (max-width: 900px) {
  .program-header .program-nav, .program-interior-header .site-nav { background: var(--revel-noir); color: var(--revel-paper); }
  .studio-intro { grid-template-columns: 1fr 2fr; }
  .studio-intro > div { grid-column: 2; }
  .studio-services { grid-template-columns: 1fr; }
  .studio-services header { position: static; }
  .revel-hero, .revel-about-hero { grid-template-columns: 1.25fr .75fr; }
  .revel-hero h1, .revel-about-hero h1 { font-size: clamp(4rem, 10.5vw, 5.8rem); }
  .about-image-story { grid-template-columns: 1fr; }
  .behind-gathering { grid-template-columns: 1fr; }
  .behind-gathering figure img { min-height: 0; aspect-ratio: 3 / 2; }
  .directory-hero { grid-template-columns: 1fr; }
  .directory-hero-image img { aspect-ratio: 3 / 2; height: auto; object-position: center 46%; }
  .split-photo-hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr); }
  .split-photo-hero-copy { padding: clamp(52px, 7vw, 72px) clamp(22px, 4vw, 42px); }
  .split-photo-hero-copy h1 { font-size: clamp(3.8rem, 8vw, 5rem); }
  .directory-grid { grid-template-columns: 1fr; }
  .directory-card { min-height: 360px; }
}

@media (max-width: 600px) {
  .program-header, .program-interior-header, .interior-page .site-header { min-height: 68px; padding-top: 12px; padding-bottom: 12px; }
  .revel-hero, .revel-about-hero { display: block; min-height: auto; padding-top: 52px; padding-bottom: 52px; }
  .revel-hero > .program-label, .revel-about-hero > .program-label { margin-bottom: 2.4rem; }
  .revel-hero h1, .revel-about-hero h1 { font-size: clamp(3.35rem, 14.5vw, 3.6rem); margin-bottom: 2.6rem; }
  .split-photo-hero { min-height: 0; grid-template-columns: 1fr; }
  .split-photo-hero-copy { padding: 52px 22px; }
  .split-photo-hero-copy h1 { font-size: clamp(3.25rem, 13.8vw, 3.55rem); margin: 1rem 0 1.4rem; }
  .split-photo-hero-copy > p:not(.program-label) { margin-bottom: .25rem; }
  .split-photo-hero-image { padding: 22px 0 0; }
  .split-photo-hero-image img { width: 100%; height: auto; max-height: none; aspect-ratio: 3 / 2; object-fit: contain; }
  .revel-image-band { padding: 22px; }
  .revel-image-band img, .program-page .revel-image-band img { width: 100%; height: auto; min-height: 0; max-height: none; aspect-ratio: 3 / 2; object-fit: contain; }
  .revel-image-band figcaption, .program-page .revel-image-band figcaption { width: 100%; }
  .program-section, .program-venues, .program-community, .about-team { padding-top: 58px; padding-bottom: 58px; }
  .studio-intro, .studio-services { grid-template-columns: 1fr; padding: 58px 22px; }
  .studio-intro { gap: 2rem; }
  .studio-intro > div { grid-column: auto; }
  .studio-intro h2, .studio-services h2 { font-size: 3.35rem; }
  .studio-services header { position: static; }
  .studio-service-list article { grid-template-columns: 36px 1fr; gap: 14px 18px; }
  .studio-service-list article p { grid-column: 2; }
  .program-section-head h2 { font-size: 3.45rem; }
  .behind-gathering figure { padding: 22px 0 0; }
  .behind-gathering > div { padding-top: 52px; padding-bottom: 56px; }
  .behind-gathering h2 { font-size: 3rem; }
  .about-image-story, .about-community-portrait, .about-contact, .directory-city, .directory-cta, .contact-layout { padding-top: 58px; padding-bottom: 58px; }
  .about-image-story img, .about-community-portrait img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
  .about-community-portrait figcaption { display: grid; gap: .45rem; }
  .program-section-head { display: block; }
  .directory-hero { min-height: 0; }
  .directory-hero-copy { padding-top: 52px; padding-bottom: 52px; }
  .directory-hero h1 { font-size: 3.55rem; }
  .directory-hero-image { padding: 22px 0 0; }
  .directory-card { grid-template-columns: 1fr; min-height: 0; }
  .directory-image img { aspect-ratio: 4 / 3; }
  .interior-intro { display: block; min-height: auto; padding-top: 54px; padding-bottom: 54px; }
  .interior-intro h1 { font-size: 3.6rem; }
  .interior-intro > div:first-child { margin-bottom: 3rem; }
  .event-page .event-hero, .location-page .location-hero { min-height: 56vh; padding: 96px 0 44px; }
  .event-page .hero-title, .location-page .hero-title { font-size: 3.6rem !important; }
  .pride-hero .hero-title-main, .lp .hero-title { font-size: 3.6rem !important; }
  .lp .hero-img-wrap { max-width: 100%; margin-left: 0 !important; margin-right: 0 !important; }
  .watch-party-page .watch-hero { min-height: 56vh !important; padding: 92px 0 44px !important; }
  .watch-party-page .watch-title { font-size: 3.25rem !important; }
  .watch-party-page .watch-section { padding-top: 48px !important; padding-bottom: 48px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .split-photo-hero-image:hover img,
  .behind-gathering figure:hover img,
  .next-event-image:hover,
  .program-event-card:hover,
  .team-profile:hover,
  .team-profile:nth-child(2),
  .team-profile:nth-child(2):hover,
  .inquiry-choice:hover { transform: none !important; }
}

@media (max-width: 600px) {
  .split-photo-hero-copy h1 { font-size: clamp(3rem, 12vw, 3.45rem); line-height: .98 !important; letter-spacing: -.025em !important; }
  .studio-intro h2,
  .studio-services h2,
  .program-section-head h2,
  .behind-gathering h2,
  .about-image-story-copy h2,
  .about-section-head h2,
  .about-contact h2 { letter-spacing: -.025em !important; line-height: .98 !important; }
  .split-photo-hero-image,
  .behind-gathering figure { padding-inline: 0; padding-bottom: 14px; }
  .split-photo-hero-image img,
  .split-photo-hero-image figcaption,
  .behind-gathering figure img,
  .behind-gathering figcaption { width: calc(100% - 28px); }
  .split-photo-hero-image::before,
  .behind-gathering figure::before { width: calc(100% - 28px); left: 14px; transform: translateY(-50%) translate(6px, 7px); }
}
