:root {
  --red: #ef4135;
  --ink: #2b2b2b;
  --gray: #8a8a8a;
  --light: #f4f4f4;
  --max: 1140px;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 13px 26px;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  transition: all .15s ease;
  white-space: nowrap;
}
.btn-solid { background: var(--red); color: #fff; }
.btn-solid:hover { background: #d4382d; }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,0.7); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }

/* ===== Hero (full-bleed video) ===== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background: #000;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 22%),
    linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 45%);
}

.hero-top {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0;
  padding: 24px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 26px;
  font-size: 14px; letter-spacing: 0.4px;
}
.main-nav a { color: rgba(255,255,255,0.92); }
.main-nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }

.hero-logo { display: block; }
.hero-logo img { width: 340px; height: auto; display: block; }

.hero-copy {
  position: absolute;
  z-index: 2;
  left: 0; right: 0; bottom: 3vh;
  max-width: none;
  margin: 0;
  padding: 0 24px 0 64px;
  color: #fff;
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.9;
}
.hero-copy h1 {
  margin: 0;
  font-size: 59px;
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -1px;
}
.lede { margin: 18px 0 26px; font-size: 19px; max-width: 520px; opacity: 0.92; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Section helpers ===== */
.section-eyebrow {
  font-size: 13px; letter-spacing: 0; text-transform: none;
  color: var(--red); margin: 0 0 18px; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
}
.section-eyebrow::before {
  content: ""; width: 26px; height: 2px; background: currentColor; flex: 0 0 auto;
}
.section-eyebrow.center { justify-content: center; }
.section-heading {
  text-align: center; font-weight: 400; font-size: 32px;
  line-height: 1.15; color: #444; margin: 0 0 44px;
}
.section-heading.left { text-align: left; margin: 0; }

/* ===== Campaign band ===== */
.campaign { background: var(--light); padding: 90px 0; }
.campaign-title {
  margin: 0; font-weight: 400; font-size: 38px; line-height: 1.1;
  letter-spacing: -0.5px; max-width: 760px;
}
.campaign-subhead { margin: 14px 0 0; font-size: 16px; font-weight: 600; letter-spacing: 0.3px; color: var(--red); }
.campaign-lede { margin: 18px 0 0; font-size: 18px; line-height: 1.6; max-width: 680px; color: #555; }
.page-subhead { margin: 12px 0 0; font-size: 16px; font-weight: 600; letter-spacing: 0.3px; color: #fff; opacity: 0.92; }

.pillars {
  margin: 50px 0 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
/* Photo + red-wash duotone tile */
.pillar {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  isolation: isolate;
}
.pillar-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: grayscale(1) contrast(1.05) brightness(0.95);
  transition: transform .4s ease;
  z-index: 0;
}
/* red duotone wash */
.pillar::before {
  content: ""; position: absolute; inset: 0;
  background: var(--red);
  mix-blend-mode: multiply;
  z-index: 1;
}
/* bottom darkener for text legibility */
.pillar::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 55%);
  z-index: 2;
}
.pillar:hover .pillar-media { transform: scale(1.05); }

.pillar-num {
  position: absolute; top: 16px; left: 18px; z-index: 3;
  font-size: 30px; font-weight: 300; line-height: 1;
  color: rgba(255,255,255,0.85);
}
.pillar-content { position: relative; z-index: 3; padding: 22px 20px 24px; }
.pillar-verb {
  display: block; font-size: 14px; letter-spacing: 0; text-transform: none;
  font-weight: 600; opacity: 0.95; margin-bottom: 8px; line-height: 1.3;
}
.pillar-content h3 { margin: 0 0 14px; font-size: 22px; font-weight: 500; line-height: 1.1; }
.pillar .more { font-size: 13px; font-weight: 600; color: #fff; }

.campaign-cta { margin: 46px 0 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.campaign-note { font-size: 14px; color: #777; max-width: 380px; }

/* ===== Fundraiser visualizer + donation buttons ===== */
.fundraiser { margin: 40px 0 0; max-width: 640px; }
.fund-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.fund-raised { font-size: 22px; color: var(--ink); }
.fund-raised strong { font-size: 28px; color: var(--red); font-weight: 500; }
.fund-goal { font-size: 15px; color: #888; }
.fund-track { width: 100%; height: 14px; background: #e2e2e2; border-radius: 20px; overflow: hidden; }
.fund-fill { height: 100%; background: var(--red); border-radius: 20px; transition: width .8s ease; }
.donate-buttons { display: flex; gap: 12px; margin: 22px 0 0; flex-wrap: wrap; }
.donate-buttons .btn { flex: 1; min-width: 160px; text-align: center; }
.fundraiser .campaign-note { display: block; margin-top: 16px; }
.fundraiser .campaign-note a { color: var(--red); font-weight: 600; }
.fund-note{ display:block; margin-top:14px; font-size:13px; line-height:1.5; color:#888; max-width:520px; }
.fundraiser.dark .fund-note{ color:rgba(255,255,255,.6); margin-left:auto; margin-right:auto; }
/* dark variant (on ink / support section) */
.fundraiser.dark { margin-left: auto; margin-right: auto; }
.fundraiser.dark .fund-raised { color: #fff; }
.fundraiser.dark .fund-goal { color: rgba(255,255,255,0.7); }
.fundraiser.dark .fund-track { background: rgba(255,255,255,0.18); }

/* ===== Support section ===== */
.support { background: var(--ink); color: #fff; padding: 80px 0; text-align: center; }
.support .section-eyebrow.light { color: rgba(255,255,255,0.85); }
.support-title { font-weight: 400; font-size: 32px; line-height: 1.15; margin: 0 auto 8px; max-width: 640px; }

/* ===== Video placeholders ===== */
.videos { padding: 90px 0; background: #fff; text-align: center; }
.videos-title { font-weight: 400; font-size: 32px; margin: 0 auto 44px; color: #2b2b2b; }
.video-ph {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  background: #1c1c1c; border-radius: 3px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
}
.video-main { margin-bottom: 22px; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.video-ph .play {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(239,65,53,0.92); position: relative; transition: transform .2s ease;
}
.video-ph:hover .play { transform: scale(1.08); }
.video-ph .play::after {
  content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%);
  border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent #fff;
}
.video-label {
  position: absolute; left: 18px; bottom: 16px; color: #fff; font-size: 15px;
  font-weight: 600; text-shadow: 0 1px 4px rgba(0,0,0,0.5); text-align: left;
}
.video-label em { font-style: normal; font-weight: 400; opacity: 0.7; }
.video-note { margin-top: 22px; font-size: 13px; color: #999; }

/* ===== Festival page ===== */
.festival-hero { background: var(--ink); }
.festival-hero::before { content:""; position:absolute; inset:0; z-index:1; background: var(--red); mix-blend-mode: multiply; }
.festival-hero::after { content:""; position:absolute; inset:0; z-index:1; background: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0) 60%); }
.festival-hero .page-hero-media ~ * { position: relative; z-index: 2; }
.festival-hero h1 { font-size: 62px; line-height: 0.98; }
.festival-hero .hero-cta { margin-top: 26px; }

.program { padding: 90px 0; background: #fff; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.program-card {
  border-top: 2px solid var(--red); padding: 22px 4px 26px;
  display: flex; flex-direction: column; transition: transform .15s ease;
}
.program-card:hover { transform: translateY(-3px); }
.program-num { font-size: 26px; font-weight: 300; color: var(--red); line-height: 1; margin-bottom: 12px; }
.program-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 500; }
.program-card p { margin: 0; font-size: 15px; line-height: 1.55; color: #666; }

.auction { background: var(--ink); color: #fff; padding: 80px 0; text-align: center; }
.auction .section-eyebrow.light { color: rgba(255,255,255,0.85); }

/* ===== Impact by the numbers ===== */
.impact { padding: 90px 0; background: #fff; text-align: center; }
.section-eyebrow.center { text-align: center; }
.impact-title { font-weight: 400; font-size: 30px; line-height: 1.2; letter-spacing: -0.3px; margin: 0 auto 48px; max-width: 720px; color: #2b2b2b; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stat { display: flex; flex-direction: column; gap: 8px; padding: 0 8px; border-top: 3px solid var(--red); padding-top: 20px; }
.stat-num { font-size: 42px; font-weight: 400; line-height: 1; color: var(--red); letter-spacing: -1px; }
.stat-label { font-size: 14px; line-height: 1.4; color: #666; }
.impact-cta { margin-top: 44px; }

/* ===== Campaign across channels ===== */
.channels { padding: 90px 0; background: #fff; }
.channels-title { font-weight: 400; font-size: 34px; line-height: 1.1; letter-spacing: -0.5px; margin: 0 0 18px; max-width: 760px; }
.channels-lede { font-size: 18px; line-height: 1.6; color: #555; max-width: 680px; margin: 0 0 44px; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.channel { margin: 0; }
.channel figcaption { margin-top: 12px; font-size: 13px; letter-spacing: 0; color: #888; }

/* shared mini-post (Photo + Red Wash) */
.post {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; justify-content: space-between;
  color: #fff; width: 100%;
  box-shadow: 0 8px 26px rgba(0,0,0,0.14);
}
.post-ig { aspect-ratio: 1 / 1; }
.post-li { aspect-ratio: 1200 / 627; }
.post-yt { aspect-ratio: 16 / 9; }
.post-media {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  filter: grayscale(1) contrast(1.05) brightness(0.95);
}
.post::before { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--red); mix-blend-mode: multiply; }
.post::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0) 55%); }
.post > * { position: relative; z-index: 3; }
.post-top { display: flex; align-items: flex-start; justify-content: space-between; padding: 16px 16px 0; }
.post-mark { background: #fff; color: var(--red); font-weight: 700; font-size: 14px; line-height: 0.95; padding: 4px 5px; }
.post-eyebrow { font-size: 11px; letter-spacing: 0; font-weight: 600; opacity: 0.9; }
.post-foot { padding: 0 16px 16px; }
.post-verb { display: block; font-size: 11px; letter-spacing: 0; font-weight: 600; margin-bottom: 5px; opacity: 0.92; line-height: 1.3; }
.post-head { display: block; font-size: 30px; font-weight: 400; line-height: 0.95; letter-spacing: -0.01em; }
.post-head b { font-weight: 600; }
.post-li .post-head, .post-yt .post-head { font-size: 26px; }
.channels-cta { margin-top: 40px; }

/* ===== Store grid ===== */
.store { padding: 90px 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
.card-img {
  width: 100%; aspect-ratio: 16 / 11;
  background-size: cover; background-position: center; background-color: var(--light);
  transition: opacity .2s ease;
}
.card:hover .card-img { opacity: .9; }
.card-label { display: block; margin-top: 12px; font-size: 15px; }

/* ===== Events ===== */
.events { background: var(--light); padding: 90px 0; }
.events-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 36px; }
.all-events { font-size: 14px; color: var(--red); font-weight: 600; }
.event-list { list-style: none; margin: 0; padding: 0; }
.event {
  display: flex; align-items: center; gap: 26px;
  padding: 22px 0; border-bottom: 1px solid #e0e0e0;
}
.event-date {
  flex: 0 0 64px; text-align: center; line-height: 1;
  border-right: 2px solid var(--red); padding-right: 18px;
}
.event-date .mo { display: block; font-size: 13px; letter-spacing: 1px; color: var(--red); font-weight: 600; }
.event-date .day { display: block; font-size: 30px; font-weight: 400; margin-top: 4px; }
.event-info h3 { margin: 0 0 5px; font-size: 18px; font-weight: 500; }
.event-info p { margin: 0; font-size: 14px; color: #777; }
.event.featured .event-info h3 { color: var(--red); }

/* ===== Footer ===== */
.site-footer { background: var(--red); color: #fff; text-align: center; padding: 56px 24px 100px; }
.footer-logo img { width: 64px; height: auto; margin: 0 auto 22px; display: block; }
.footer-line { margin: 5px 0; font-size: 12px; letter-spacing: 0.3px; opacity: 0.96; }
.footer-fine { margin: 22px auto 0; font-size: 12px; opacity: 0.8; max-width: 560px; }

/* ===== Interior pages ===== */
.site-header {
  background: var(--ink);
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
}
.header-logo img { width: 300px; height: auto; display: block; }
.main-nav.dark a { color: rgba(255,255,255,0.9); }
.main-nav.dark a:hover { color: #fff; }
.main-nav .is-active { color: #fff; font-weight: 600; border-bottom: 2px solid var(--red); padding-bottom: 3px; }

.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: #f0f0f0; }
.btn-outline { border: 1px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }

.section-eyebrow.light { color: rgba(255,255,255,0.85); }
.wrap.narrow { max-width: 760px; }

.page-hero { color: #fff; padding: 110px 0 90px; position: relative; overflow: hidden; isolation: isolate; }
.page-hero h1 { margin: 0; font-weight: 400; font-size: 46px; line-height: 1.05; letter-spacing: -0.5px; }
.page-lede { margin: 22px 0 30px; font-size: 19px; line-height: 1.55; max-width: 640px; opacity: 0.95; }
.campaign-hero { background: var(--red); }
.visit-hero { background: var(--ink); }
/* surreal image + red wash hero */
.page-hero-media { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; filter: grayscale(1) contrast(1.05) brightness(0.9); }
.campaign-hero .page-hero-media ~ * { position: relative; z-index: 2; }
.campaign-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--red); mix-blend-mode: multiply; }
.campaign-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0) 60%); }

.prose-band { padding: 80px 0; }
.prose-band h2 { font-weight: 400; font-size: 30px; margin: 0 0 22px; }
.prose-band p { font-size: 18px; line-height: 1.65; color: #444; margin: 0 0 18px; }

.check-list { margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; font-size: 17px; color: #444; border-bottom: 1px solid #eee; }
.check-list li::before { content: "+"; position: absolute; left: 0; color: var(--red); font-weight: 700; }

/* Pillar detail rows */
.pillar-detail { padding: 56px 0; }
.pillar-detail.alt { background: var(--light); }
.pillar-row { display: flex; gap: 40px; align-items: flex-start; }
.pillar-num { font-size: 56px; font-weight: 300; color: var(--red); line-height: 1; flex: 0 0 auto; }
.pillar-body h2 { margin: 0 0 8px; font-weight: 500; font-size: 28px; }
.pillar-tag { margin: 0 0 14px; font-size: 18px; color: var(--red); font-weight: 600; }
.pillar-body p { font-size: 17px; line-height: 1.6; color: #555; max-width: 640px; margin: 0; }

/* Sign-up */
.signup { background: var(--ink); color: #fff; padding: 90px 0; text-align: center; }
.signup h2 { font-weight: 400; font-size: 34px; margin: 0 0 16px; }
.signup-lede { font-size: 18px; line-height: 1.6; max-width: 560px; margin: 0 auto 34px; opacity: 0.9; }
.signup-form { max-width: 560px; margin: 0 auto; }
.field-row { display: flex; gap: 12px; margin-bottom: 14px; }
.field-row input { flex: 1; padding: 14px 16px; font-size: 15px; border: 1px solid #555; background: #333; color: #fff; border-radius: 2px; font-family: var(--font); }
.field-row input::placeholder { color: #999; }
.signup-form button { width: 100%; border: none; cursor: pointer; font-family: var(--font); }
.hidden-field { display: none; }
.campaign-note.center { margin: 34px auto 0; text-align: center; color: rgba(255,255,255,0.6); max-width: 560px; }

/* Visit details */
.visit-band { padding: 80px 0; background: var(--light); }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.visit-card { background: #fff; padding: 32px 28px; border-top: 3px solid var(--red); }
.visit-card h2 { margin: 0 0 16px; font-size: 20px; font-weight: 600; }
.visit-card p { margin: 0 0 14px; font-size: 16px; line-height: 1.5; color: #444; }
.visit-card .muted { color: #888; font-size: 14px; }
.text-link { color: var(--red); font-weight: 600; font-size: 15px; }
.visit-cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-copy h1 { font-size: 48px; }
  .visit-grid { grid-template-columns: 1fr; }
  .channel-grid { grid-template-columns: 1fr; gap: 32px; max-width: 420px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .video-grid { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .hero-top { flex-direction: column-reverse; align-items: flex-start; gap: 16px; }
  .hero-logo img { width: 190px; }
  .main-nav ul { flex-wrap: wrap; gap: 14px; }
  .hero-copy h1 { font-size: 36px; }
  .lede { font-size: 16px; }
  .pillars { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .campaign-title { font-size: 28px; }
  .events-head { flex-direction: column; gap: 8px; align-items: flex-start; }
  .event { gap: 16px; }
  .site-header { flex-direction: column; gap: 14px; align-items: flex-start; }
  .header-logo img { width: 240px; }
  .page-hero h1 { font-size: 34px; }
  .pillar-row { flex-direction: column; gap: 12px; }
  .field-row { flex-direction: column; }
  .program-grid { grid-template-columns: 1fr; }
  .festival-hero h1 { font-size: 40px; }
}

/* ===== Festival: statement band ===== */
.band-statement{ background:var(--red); color:#fff; padding:14vh 0; }
.band-statement .section-eyebrow.light{ color:rgba(255,255,255,.9); }
.big-statement{ font-weight:400; font-size:clamp(30px,4.4vw,52px); line-height:1.08; letter-spacing:-0.5px; max-width:22ch; margin:0; }
.statement-lede{ margin:26px 0 30px; font-size:19px; line-height:1.6; max-width:56ch; color:rgba(255,255,255,.92); }
.program-note{ margin-top:34px; font-size:14px; color:#999; }

/* ===== Campaign: why give ===== */
.whygive{ padding:90px 0; background:#fff; }
.whygive-title{ font-weight:400; font-size:clamp(28px,4vw,44px); line-height:1.08; letter-spacing:-0.5px; max-width:20ch; margin:0; color:var(--ink); }
.whygive-lede{ margin:24px 0 0; font-size:20px; line-height:1.55; max-width:60ch; color:#333; }
.whygive-body{ margin:16px 0 0; font-size:18px; line-height:1.65; max-width:60ch; color:#555; }
.whygive-facts{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:44px; }
.wf{ border-top:3px solid var(--red); padding-top:18px; }
.wf-num{ display:block; font-size:26px; font-weight:500; color:var(--red); line-height:1.1; letter-spacing:-0.5px; }
.wf-label{ display:block; margin-top:8px; font-size:15px; line-height:1.45; color:#666; }

/* ===== Version toggle (Real / Lorem) ===== */
.vtoggle{ position:fixed; bottom:16px; right:16px; z-index:300; display:flex; align-items:center; gap:2px;
  background:rgba(20,19,18,.86); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  border-radius:22px; padding:4px; box-shadow:0 6px 24px rgba(0,0,0,.28); font-size:12px; }
.vtoggle .vlab{ color:rgba(255,255,255,.5); padding:0 8px 0 10px; letter-spacing:.02em; }
.vtoggle a{ padding:6px 13px; border-radius:18px; color:rgba(255,255,255,.72); text-decoration:none; font-weight:600; }
.vtoggle a:hover{ color:#fff; }
.vtoggle a.on{ background:var(--red); color:#fff; }
@media (max-width:600px){ .vtoggle .vlab{ display:none; } .vtoggle{ bottom:12px; right:12px; } }

@media (max-width:760px){ .whygive-facts{ grid-template-columns:1fr; gap:20px; } }

/* ===== SHLTR Instagram grid ===== */
.instagram{ padding:90px 0; background:#fff; }
.ig-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:36px; }
.ig-tile{ display:block; aspect-ratio:1/1; overflow:hidden; background:var(--light); }
.ig-tile img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
.ig-tile:hover img{ transform:scale(1.05); }
@media (max-width:600px){ .ig-grid{ grid-template-columns:repeat(2,1fr); } }

/* ===== v1 art-direction batch: campaign headline, animated fundraiser, IG, footer ===== */

/* Campaign headline now a single big line */
.campaign .campaign-title{font-size:clamp(40px,6vw,66px);line-height:1.02;margin-bottom:14px}
.campaign .campaign-lede{max-width:640px}

/* Eyebrow without the red dash */
.section-eyebrow.nodash::before{display:none}
.section-eyebrow.nodash{padding-left:0}

/* Animated fundraiser infographic */
.fundraiser.infographic{margin-top:48px;padding:34px 34px 30px;background:#fff;border:1px solid #e6e2dc;border-radius:2px}
.fund-figure{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.fund-count{font-size:clamp(46px,8vw,84px);font-weight:700;color:#ef4135;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.fund-of{font-size:17px;color:#6b6560}
.fund-of strong{color:#2b2b2b}
.fund-bar{position:relative;height:16px;background:#efece7;border-radius:100px;margin:30px 0 40px}
.fund-bar-fill{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,#ef4135,#ff6a5c);border-radius:100px;transition:width 1.5s cubic-bezier(.2,.8,.2,1)}
.fund-tick{position:absolute;top:24px;transform:translateX(-50%);font-size:13px;font-weight:600;color:#8a857f;white-space:nowrap}
.fund-tick::before{content:"";position:absolute;top:-26px;left:50%;transform:translateX(-50%);width:2px;height:16px;background:#d8d3cc}
.fund-tick-goal{color:#2b2b2b}
.fund-caption{margin:6px 0 22px;font-size:15px;color:#6b6560;max-width:560px}

/* Instagram: combined headline, smaller "follow along", full-bleed bigger squares */
.ig-headline{display:block;font-size:clamp(30px,5vw,52px);font-weight:700;color:#2b2b2b;line-height:1.05;text-decoration:none;letter-spacing:-.01em}
.ig-headline .ig-small{display:block;font-size:.42em;font-weight:600;color:#8a857f;letter-spacing:0;margin-bottom:4px}
.ig-grid-big{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;width:100vw;margin-left:calc(50% - 50vw);margin-top:30px}
.ig-grid-big .ig-tile{aspect-ratio:1/1;overflow:hidden;display:block}
.ig-grid-big .ig-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.ig-grid-big .ig-tile:hover img{transform:scale(1.05)}
@media(max-width:760px){.ig-grid-big{grid-template-columns:repeat(3,1fr)}}

/* Footer: one-line info, centered icon with breathing room */
.site-footer{text-align:center}
.footer-logo{display:inline-block;margin-bottom:44px}
.footer-oneline{font-size:14px;color:#fff}
.footer-oneline a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5)}
@media(max-width:640px){.footer-oneline{line-height:2}}

/* ===== v2: big full-bleed store + visual duotone events ===== */

/* Store: 2-across, full-bleed to edges, much bigger */
.store-big .store-lede{max-width:620px;margin-top:10px;color:#6b6560}
.card-grid-big{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100vw;margin-left:calc(50% - 50vw);margin-top:34px}
.bigcard{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;text-decoration:none}
.bigcard-img{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .7s ease}
.bigcard::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.62))}
.bigcard:hover .bigcard-img{transform:scale(1.05)}
.bigcard-label{position:absolute;left:34px;bottom:30px;z-index:2;color:#fff;font-size:clamp(26px,3.4vw,40px);font-weight:700;line-height:1.05;letter-spacing:-.01em}
.bigcard-kicker{display:block;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.82);margin-bottom:6px}
@media(max-width:760px){.card-grid-big{grid-template-columns:1fr}.bigcard{aspect-ratio:3/2}}

/* Events: visual duotone cards, red-hue + some full color */
.events-visual .event-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px}
.events-visual .ecard{position:relative;display:block;min-height:220px;overflow:hidden;border-radius:2px;background-size:cover;background-position:center;text-decoration:none;color:#fff}
.events-visual .ecard.featured{grid-column:1 / -1;min-height:300px}
.events-visual .ecard::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72))}
/* red-hue duotone treatment */
.events-visual .ecard.red{filter:grayscale(1)}
.events-visual .ecard.red::after{content:"";position:absolute;inset:0;background:#ef4135;mix-blend-mode:multiply;opacity:.55}
.events-visual .ecard.color::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(239,65,53,.10),rgba(0,0,0,.05))}
.events-visual .ecard-date{position:absolute;top:18px;left:20px;z-index:3;display:flex;flex-direction:column;font-size:26px;font-weight:700;line-height:1}
.events-visual .ecard-date b{font-size:12px;font-weight:600;letter-spacing:.08em}
.events-visual .ecard-body{position:absolute;left:20px;right:20px;bottom:20px;z-index:3}
.events-visual .ecard-body h3{font-size:21px;font-weight:600;line-height:1.15;margin:0 0 4px}
.events-visual .ecard.featured .ecard-body h3{font-size:28px}
.events-visual .ecard-body p{font-size:14px;color:rgba(255,255,255,.9);margin:0}
.events-visual .ecard-flag{display:inline-block;background:#fff;color:#ef4135;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;border-radius:2px;margin-bottom:10px}
@media(max-width:640px){.events-visual .event-cards{grid-template-columns:1fr}.events-visual .ecard.featured{min-height:240px}}

/* Footer: icon centered vertically, info pinned near the bottom, tight line spacing */
.site-footer{position:relative;min-height:360px;padding:0}
.site-footer .footer-logo{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);margin:0}
.site-footer .footer-oneline{position:absolute;left:0;right:0;bottom:66px;margin:0}
.site-footer .footer-fine{position:absolute;left:0;right:0;bottom:40px;margin:0}

/* ================= v2 visual redesign ================= */

/* ---- The Built Environment: full-bleed red mosaic ---- */
.campaign-mosaic{padding:0 0 64px;background:#fff}
.mosaic{display:grid;width:100vw;margin-left:calc(50% - 50vw);gap:6px;
  grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,190px);
  grid-template-areas:"head head a a" "head head b c" "d d b c"}
.mtile{position:relative;overflow:hidden;display:block;text-decoration:none}
.mtile-head{grid-area:head;background:#ef4135;color:#fff;display:flex;align-items:center}
.mtile-a{grid-area:a}.mtile-b{grid-area:b}.mtile-c{grid-area:c}.mtile-d{grid-area:d}
.mtile-head-inner{padding:32px}
.mtile-head h2{font-size:clamp(28px,3.3vw,48px);font-weight:700;line-height:1.02;letter-spacing:-.01em;margin:0 0 12px;color:#fff}
.mtile-head p{font-size:15px;line-height:1.5;opacity:.95;max-width:36ch;margin:0}
.mtile-img{background-size:cover;background-position:center;filter:grayscale(1);transition:transform .6s ease}
.mtile-img::before{content:"";position:absolute;inset:0;background:#ef4135;mix-blend-mode:multiply;opacity:.62;z-index:1}
.mtile-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.6));z-index:2}
.mtile-img:hover{transform:scale(1.05)}
.mtile-cap{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:18px 20px;color:#fff}
.mtile-cap b{display:block;font-size:19px;font-weight:600;line-height:1.15}
.mtile-cap em{display:block;font-style:normal;font-size:13px;opacity:.9;margin-top:3px;line-height:1.3}
@media(max-width:760px){
  .mosaic{grid-template-columns:1fr 1fr;grid-template-rows:auto;
    grid-template-areas:"head head" "a a" "b c" "d d"}
  .mtile-head{min-height:230px}.mtile-img{min-height:150px}
}

/* ---- Red skyline fundraiser that fills with the money raised ---- */
.fundraiser.skyline{margin-top:48px;padding:34px 34px 30px;background:#faf8f6;border:1px solid #e6e2dc;border-radius:2px}
.skyline-wrap{margin:26px 0 20px}
.skyline-svg{display:block;width:100%;height:auto}
.sky-outline{fill:none;stroke:#ef4135;stroke-width:2;stroke-linejoin:round}
.sky-base{stroke:#ef4135;stroke-width:2}
.flood{fill:#ef4135}
.floodgroup{transform:scaleY(0);transform-box:fill-box;transform-origin:bottom;
  transition:transform 1.7s cubic-bezier(.2,.8,.2,1)}
.floodgroup.on{transform:scaleY(0.6)}

/* ---- Store: book-weight discipline tiles ---- */
.card-grid-big .bigcard-label{font-weight:400}
.card-grid-big .bigcard-kicker{font-weight:600}

/* ---- Center events: all red + skew on hover ---- */
.events-visual .ecard{transition:transform .35s ease}
.events-visual .ecard.color::after{background:#ef4135;mix-blend-mode:multiply;opacity:.55}
.events-visual .ecard:hover{transform:skew(-2.5deg) scale(1.02);z-index:3}

/* ---- SHLTR Instagram: tiny header, two opposite marquee rows ---- */
.ig-marquee-sec{overflow:hidden}
.ig-mini-head{display:flex;align-items:baseline;gap:12px;margin-bottom:22px}
.ig-mini-eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8a857f}
.ig-mini-handle{font-size:19px;font-weight:600;color:#2b2b2b;text-decoration:none}
.ig-marquee{width:100vw;margin-left:calc(50% - 50vw)}
.ig-track{display:flex;gap:8px;width:max-content;will-change:transform}
.ig-track-b{margin-top:8px}
.ig-track-a{animation:mq-left 46s linear infinite}
.ig-track-b{animation:mq-right 46s linear infinite}
.ig-cell{flex:0 0 auto;width:230px;height:230px;overflow:hidden;display:block}
.ig-cell img{width:100%;height:100%;object-fit:cover;display:block}
@keyframes mq-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes mq-right{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@media(prefers-reduced-motion:reduce){.ig-track-a,.ig-track-b{animation:none}}
@media(max-width:640px){.ig-cell{width:150px;height:150px}}

/* ---- Mosaic refinement: city-grid, tiles bump on rollover, images read through the red ---- */
.mosaic{gap:3px}
.mtile{transition:transform .3s ease, box-shadow .3s ease}
.mtile-img{filter:grayscale(1)}
.mtile-img::before{opacity:.48}                                   /* lighter red so the photo reads */
.mtile-img::after{background:linear-gradient(180deg,rgba(0,0,0,0) 52%,rgba(0,0,0,.5))}
.mtile-img:hover{transform:scale(1.07);z-index:6;box-shadow:0 12px 34px rgba(0,0,0,.3)}  /* bumps into neighbors */
.mtile-head{transition:transform .3s ease}
.mtile-head:hover{transform:scale(1.04);z-index:6}

/* ---- Welcome / about band ---- */
.welcome{padding:64px 0 58px;background:#fff}
.welcome-title{font-size:clamp(26px,3.4vw,40px);font-weight:600;line-height:1.12;max-width:22ch;margin:8px 0 14px;color:#2b2b2b;letter-spacing:-.01em}
.welcome-lede{max-width:62ch;color:#4a4642;font-size:18px;line-height:1.55}
.welcome-link{display:inline-block;margin-top:18px;color:#ef4135;font-weight:600;text-decoration:none}
.welcome-link:hover{text-decoration:underline}

/* ---- On view now (exhibitions, in color) ---- */
.exhibits{padding:56px 0}
.exhibit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.exhibit{display:block;text-decoration:none;color:#2b2b2b}
.exhibit-media{display:block;aspect-ratio:4/5;overflow:hidden;border-radius:2px}
.exhibit-img{display:block;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .55s ease}
.exhibit:hover .exhibit-img{transform:scale(1.05)}
.exhibit-body{display:block;padding:14px 2px 0}
.exhibit-tag{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ef4135}
.exhibit-body h3{font-size:20px;font-weight:600;margin:6px 0 3px;line-height:1.15}
.exhibit-body p{font-size:14px;color:#8a857f;margin:0;line-height:1.4}
@media(max-width:760px){.exhibit-grid{grid-template-columns:1fr;gap:24px}}

/* ---- IG: header removed, larger cells, butted against neighbors ---- */
.ig-marquee-sec{padding:0}
.ig-marquee{margin:0}
.ig-track{gap:0}
.ig-track-b{margin-top:0}
.ig-cell{width:320px;height:320px}
@media(max-width:640px){.ig-cell{width:190px;height:190px}}

/* ---- Center events: festival graphic shows true colors (no red hue) ---- */
.events-visual .festival-card{background-size:cover;background-position:center;background-color:#24344f}
.events-visual .festival-card.red::after{content:none}
.events-visual .festival-card::before{display:none}
.events-visual .festival-card::after{display:none}

/* ---- Store: clean frame around discipline tiles, less busy ---- */
.card-grid-big{gap:12px}
.card-grid-big .bigcard{border:1px solid rgba(255,255,255,.14);outline:1px solid rgba(0,0,0,.06);border-radius:2px}

/* ---- Mosaic tiles must not clip the nudge translate ---- */
.mosaic{overflow:visible}

/* ---- Mosaic: inset with border space, wider gaps, push-not-overlap ---- */
.mosaic{width:auto;margin:0 clamp(16px,3.5vw,40px);gap:8px}   /* was full-bleed 3px gap -> inset, +5px gap */
.mtile-img:hover{transform:none;z-index:6;box-shadow:0 12px 34px rgba(0,0,0,.26)}  /* lift, no scale = no overlap */
.mtile-head:hover{transform:none}

/* ---- Impact bento: varied navy squares, push-on-hover ---- */
.impact-bento{padding:58px 0}
.ibento{display:grid;margin:0 clamp(16px,3.5vw,40px);gap:8px;overflow:visible;
  grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,152px);
  grid-template-areas:"head head s1 s2" "head head s3 s2" "s4 s4 s3 s2"}
.itile{position:relative;overflow:hidden;border-radius:2px;color:#fff;display:flex;
  transition:transform .3s ease, box-shadow .3s ease}
.itile:hover{z-index:6;box-shadow:0 12px 34px rgba(0,0,0,.26)}
.itile-head{grid-area:head;background:#24344f;align-items:center}
.itile-head-inner{padding:30px}
.itile-eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.68;margin-bottom:12px}
.itile-head h2{font-size:clamp(21px,2.5vw,33px);font-weight:600;line-height:1.13;color:#fff;margin:0}
.itile-stat{flex-direction:column;justify-content:flex-end;padding:22px}
.is1{grid-area:s1;background:#33465f}
.is2{grid-area:s2;background:#1d2b40}
.is3{grid-area:s3;background:#3a4d6a}
.is4{grid-area:s4;background:#2a3950}
.istat-num{font-size:clamp(30px,4vw,56px);font-weight:700;line-height:1;letter-spacing:-.01em}
.istat-label{font-size:14px;opacity:.85;margin-top:8px;line-height:1.3}
@media(max-width:760px){
  .ibento{grid-template-columns:1fr 1fr;grid-template-rows:auto;
    grid-template-areas:"head head" "s1 s2" "s3 s2" "s4 s4"}
  .itile-head{min-height:180px}.itile-stat{min-height:130px}
}

/* ---- Room between hero video and the mosaic so squares can push upward ---- */
.campaign-mosaic{padding-top:44px}

/* ---- Store: white border space at the browser edges (was full-bleed) ---- */
.card-grid-big{width:auto;margin:34px clamp(16px,3.5vw,40px) 0}

/* ---- Center events: fill the window more, stay responsive on mobile ---- */
.events-visual .event-cards{width:100vw;margin-left:calc(50% - 50vw);padding:0 clamp(16px,3.5vw,40px);box-sizing:border-box}
@media(max-width:640px){
  .events-visual .event-cards{grid-template-columns:1fr;gap:12px;padding:0 16px}
  .events-visual .ecard,.events-visual .ecard.featured{min-height:200px}
}

/* ---- Get involved ---- */
.involve{padding:66px 0;background:#f6f4f1}
.involve-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:42px;align-items:start}
.involve-lead h2{font-size:clamp(26px,3.2vw,40px);font-weight:600;line-height:1.12;letter-spacing:-.01em;color:#2b2b2b;margin:8px 0 12px;max-width:18ch}
.involve-lede{color:#4a4642;font-size:17px;max-width:52ch;line-height:1.55}
.involve-ways{margin-top:24px;border-top:1px solid #e3ded7}
.way{display:flex;gap:16px;align-items:baseline;padding:16px 4px;border-bottom:1px solid #e3ded7;text-decoration:none;color:#2b2b2b;transition:padding-left .25s ease, background .25s ease}
.way:hover{padding-left:12px;background:#fff}
.way-k{font-size:13px;font-weight:700;color:#ef4135;flex:0 0 auto}
.way-t b{display:block;font-size:18px;font-weight:600;line-height:1.2}
.way-t em{display:block;font-style:normal;font-size:14px;color:#8a857f;margin-top:2px}
.involve-signup{background:#24344f;color:#fff;border-radius:3px;padding:30px}
.involve-signup h3{font-size:22px;font-weight:600;margin:0 0 8px}
.involve-signup p{font-size:15px;opacity:.85;margin:0 0 18px;line-height:1.5}
.signup-form{display:flex;gap:8px;flex-wrap:wrap}
.signup-input{flex:1 1 auto;min-width:0;padding:12px 14px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff;border-radius:2px;font-size:15px;font-family:inherit}
.signup-input::placeholder{color:rgba(255,255,255,.55)}
.signup-btn{flex:0 0 auto}
.signup-fine{display:block;margin-top:12px;font-size:12px;opacity:.7}
@media(max-width:760px){.involve-grid{grid-template-columns:1fr;gap:30px}}

/* Festival banner shows at its true 2000x520 ratio (no crop) */
.events-visual .festival-card{aspect-ratio:2000 / 520;min-height:0}
@media(max-width:640px){.events-visual .festival-card{aspect-ratio:2000 / 520;min-height:0}}

/* ---- 3D twist on hover: mosaic + impact squares tilt like an edge is pulled ---- */
.mosaic,.ibento{perspective:1100px}
.mtile,.itile{transition:transform .32s cubic-bezier(.2,.7,.3,1), box-shadow .32s ease}
.mtile:hover,.itile:hover{transform:rotateX(5deg) rotateY(-8deg) scale(1.03);z-index:7;box-shadow:0 18px 42px rgba(0,0,0,.32)}

/* Festival featured card: image background + standard card chrome (date/headline/subhead) */
.events-visual .festival-card{aspect-ratio:auto;min-height:320px}
.events-visual .festival-card::before{display:block}   /* restore readability scrim under text */

/* ---- Randomized 3D twist: each tile pulls a different direction ---- */
.mosaic .mtile:nth-child(1):hover,.ibento .itile:nth-child(1):hover{transform:rotateX(7deg) rotateY(9deg) scale(1.03)}
.mosaic .mtile:nth-child(2):hover,.ibento .itile:nth-child(2):hover{transform:rotateX(-8deg) rotateY(-5deg) scale(1.03)}
.mosaic .mtile:nth-child(3):hover,.ibento .itile:nth-child(3):hover{transform:rotateX(4deg) rotateY(-11deg) scale(1.03)}
.mosaic .mtile:nth-child(4):hover,.ibento .itile:nth-child(4):hover{transform:rotateX(-6deg) rotateY(8deg) scale(1.03)}
.mosaic .mtile:nth-child(5):hover,.ibento .itile:nth-child(5):hover{transform:rotateX(9deg) rotateY(3deg) scale(1.03)}

/* ---- Festival card: show the graphic clean, no dark scrim, no flag ---- */
.events-visual .festival-card::before{display:none}

/* ---- On view now: fill browser + animate like the other squares ---- */
.exhibit-grid{width:100vw;margin-left:calc(50% - 50vw);padding:0 clamp(16px,3.5vw,40px);box-sizing:border-box;gap:12px;perspective:1200px}
.exhibit{transition:transform .34s cubic-bezier(.2,.7,.3,1), box-shadow .34s ease}
.exhibit:hover{z-index:7;box-shadow:0 18px 42px rgba(0,0,0,.2)}
.exhibit-grid .exhibit:nth-child(1):hover{transform:rotateX(6deg) rotateY(9deg) scale(1.02)}
.exhibit-grid .exhibit:nth-child(2):hover{transform:rotateX(-7deg) rotateY(-6deg) scale(1.02)}
.exhibit-grid .exhibit:nth-child(3):hover{transform:rotateX(5deg) rotateY(-10deg) scale(1.02)}
@media(max-width:760px){.exhibit-grid{grid-template-columns:1fr;gap:20px}}

/* ---- Bigger kickers / labels (tiny type was too small) ---- */
.section-eyebrow{font-size:14px;letter-spacing:.05em}
.exhibit-tag{font-size:14px;letter-spacing:.05em}
.exhibit-body h3{font-size:22px}
.exhibit-body p{font-size:15px}
.bigcard-kicker{font-size:14px;letter-spacing:.05em}
.itile-eyebrow{font-size:14px}
.way-k{font-size:15px}

/* ---- Fluid return: tiles ease smoothly back to rest ---- */
.mtile,.itile,.exhibit{will-change:transform}
.mtile,.itile{transition:transform .34s cubic-bezier(.25,.8,.35,1), box-shadow .34s ease}

/* ---- Instagram marquee: skew tiles on hover, pause the drift so you can catch them ---- */
.ig-cell{transition:transform .3s ease;position:relative}
.ig-marquee:hover .ig-track{animation-play-state:paused}
.ig-cell:hover{transform:skew(-4deg,-1.5deg) scale(1.06);z-index:4}

/* ---- Footer fine line: actually center it (was pinned left by max-width + margin:0) ---- */
.site-footer .footer-fine{margin:0 auto;max-width:640px}

/* ---- Footer icon: twist in 3D on hover like the boxes above ---- */
.site-footer{perspective:800px}
.footer-logo img{transition:transform .34s cubic-bezier(.2,.7,.3,1)}
.footer-logo:hover img{transform:rotateX(12deg) rotateY(-15deg) scale(1.08)}

/* ---- Store tiles: same twist + nudge as the other squares ---- */
.card-grid-big{perspective:1200px}
.bigcard{transition:transform .34s cubic-bezier(.25,.8,.35,1), box-shadow .34s ease}
.bigcard:hover{z-index:7;box-shadow:0 18px 44px rgba(0,0,0,.3)}
.card-grid-big .bigcard:nth-child(1):hover{transform:rotateX(6deg) rotateY(9deg) scale(1.02)}
.card-grid-big .bigcard:nth-child(2):hover{transform:rotateX(-7deg) rotateY(-6deg) scale(1.02)}
.card-grid-big .bigcard:nth-child(3):hover{transform:rotateX(5deg) rotateY(-10deg) scale(1.02)}
.card-grid-big .bigcard:nth-child(4):hover{transform:rotateX(-6deg) rotateY(8deg) scale(1.02)}
.card-grid-big .bigcard:nth-child(5):hover{transform:rotateX(8deg) rotateY(3deg) scale(1.02)}
.card-grid-big .bigcard:nth-child(6):hover{transform:rotateX(-5deg) rotateY(-9deg) scale(1.02)}

/* ---- Instagram: keep drifting while a hovered tile twists (no pause) ---- */
.ig-marquee:hover .ig-track{animation-play-state:running}

/* ---- Get involved: animated bento of content + form squares ---- */
.involve-bento-sec{padding:60px 0;background:#f6f4f1}
.involve-bento{display:grid;margin:0 clamp(16px,3.5vw,40px);gap:10px;perspective:1200px;
  grid-template-columns:repeat(4,1fr);grid-template-rows:160px 212px;
  grid-template-areas:"head head head signup" "gw1 gw2 gw3 signup"}
.gtile{position:relative;overflow:hidden;border-radius:2px;display:flex;
  transition:transform .34s cubic-bezier(.25,.8,.35,1), box-shadow .34s ease}
.gtile:hover{z-index:7;box-shadow:0 18px 42px rgba(0,0,0,.22)}
.involve-bento .gtile:nth-child(1):hover{transform:rotateX(6deg) rotateY(9deg) scale(1.02)}
.involve-bento .gtile:nth-child(2):hover{transform:rotateX(-7deg) rotateY(-6deg) scale(1.02)}
.involve-bento .gtile:nth-child(3):hover{transform:rotateX(5deg) rotateY(-10deg) scale(1.02)}
.involve-bento .gtile:nth-child(4):hover{transform:rotateX(-6deg) rotateY(8deg) scale(1.02)}
.involve-bento .gtile:nth-child(5):hover{transform:rotateX(7deg) rotateY(4deg) scale(1.01)}
.gtile-pad{padding:26px}
.gtile-head{grid-area:head;background:#ef4135;color:#fff;align-items:center}
.gtile-eyebrow{font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:.9;margin-bottom:8px}
.gtile-head h2{font-size:clamp(20px,2.4vw,30px);font-weight:600;line-height:1.12;color:#fff;margin:0;max-width:28ch}
.gtile-way{flex-direction:column;justify-content:flex-start;padding:22px;background:#fff;border:1px solid #e3ded7;text-decoration:none;color:#2b2b2b}
.gw1{grid-area:gw1}.gw2{grid-area:gw2}.gw3{grid-area:gw3}
.gway-k{font-size:14px;font-weight:700;color:#ef4135}
.gway-b{font-size:20px;font-weight:600;margin-top:auto;line-height:1.15}
.gway-e{font-size:14px;color:#8a857f;margin-top:4px}
.gtile-signup{grid-area:signup;background:#24344f;color:#fff}
.gtile-signup .gtile-pad{display:flex;flex-direction:column;justify-content:center;width:100%}
.gtile-signup h3{font-size:22px;font-weight:600;margin:0 0 8px}
.gtile-signup p{font-size:14px;opacity:.85;margin:0 0 16px;line-height:1.5}
@media(max-width:760px){
  .involve-bento{grid-template-columns:1fr;grid-template-rows:auto;
    grid-template-areas:"head" "gw1" "gw2" "gw3" "signup"}
  .gtile-head{min-height:150px}.gtile-way{min-height:140px}.gtile-signup{min-height:230px}
}

/* Store tiles: no frame, just the image */
.card-grid-big .bigcard{border:none;outline:none}

/* ---- Center events: each card twists its own way (was all the same skew) ---- */
.events-visual .event-cards{perspective:1300px}
.events-visual .ecard{transition:transform .34s cubic-bezier(.25,.8,.35,1), box-shadow .34s ease}
.events-visual .event-cards .ecard:hover{box-shadow:0 18px 44px rgba(0,0,0,.3);z-index:7}
.events-visual .event-cards .ecard:nth-child(1):hover{transform:rotateX(6deg) rotateY(9deg) scale(1.02)}
.events-visual .event-cards .ecard:nth-child(2):hover{transform:rotateX(-7deg) rotateY(-6deg) scale(1.02)}
.events-visual .event-cards .ecard:nth-child(3):hover{transform:rotateX(5deg) rotateY(-11deg) scale(1.02)}
.events-visual .event-cards .ecard:nth-child(4):hover{transform:rotateX(-6deg) rotateY(8deg) scale(1.02)}
.events-visual .event-cards .ecard:nth-child(5):hover{transform:rotateX(4deg) rotateY(-5deg) scale(1.01)}

/* ---- Get involved "way" squares: portrait photo + overlaid text ---- */
.gtile-way{background-size:cover;background-position:center 22%;border:none;color:#fff;justify-content:flex-end;overflow:hidden}
.gtile-way::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,26,40,.12) 30%,rgba(18,26,40,.85));z-index:1}
.gtile-way > *{position:relative;z-index:2}
.gtile-way .gway-k{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.gtile-way .gway-b{color:#fff}
.gtile-way .gway-e{color:rgba(255,255,255,.88)}

/* ---- Red head tile: architecture image under a red-hue duotone ---- */
.gtile-head{background:#ef4135;position:relative}
.ghead-img{position:absolute;inset:0;background-size:cover;background-position:center;filter:grayscale(1);z-index:0}
.ghead-tint{position:absolute;inset:0;background:#ef4135;mix-blend-mode:multiply;opacity:.6;z-index:1}
.gtile-head .gtile-pad{position:relative;z-index:2}

/* Remove the little rule/dash before kicker eyebrows, everywhere */
.section-eyebrow::before{display:none}
.section-eyebrow{gap:0}

/* Footer tagline centered on every page */
.site-footer .footer-fine{left:0;right:0;margin-left:auto;margin-right:auto;text-align:center}

/* Member + Volunteer portraits: lift the crop so faces aren't cut off */
.gtile-way.gw1,.gtile-way.gw2{background-position:center 5%}

/* Member + Volunteer: lift crop another 200px */
.gtile-way.gw1,.gtile-way.gw2{background-position:center calc(5% - 200px)}

/* Get Involved headline tile: darker red, image rotated 30deg */
.ghead-img{filter:grayscale(1) brightness(0.8);transform:rotate(30deg) scale(1.5)}
.ghead-tint{background:rgba(150,20,12,0.76)}

/* ===== v3: three drifting red blobs, white type on top ===== */
.fundraiser.blob{margin-top:40px;padding:0;background:none;border:none}
.blob-stage{position:relative;width:100vw;margin-left:calc(50% - 50vw);height:clamp(420px,66vh,700px);overflow:hidden}
.blob-svg{position:absolute;inset:0;width:100%;height:100%;display:block}
.blob-p{stroke:none;mix-blend-mode:normal}
.blob-a{fill:rgba(239,65,53,0.40)}
.blob-b{fill:rgba(255,96,84,0.34)}
.blob-c{fill:rgba(200,36,27,0.40)}
.blob-figure{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:3;text-shadow:0 2px 24px rgba(120,12,0,.5)}
.blob .fund-count{font-size:clamp(52px,10vw,120px);font-weight:700;line-height:1;color:#fff}
.blob .fund-of{display:block;font-size:clamp(14px,1.8vw,20px);margin-top:6px;color:#fff}
.blob .fund-of strong{color:#fff}
.fundraiser.blob .fund-caption{max-width:560px;margin:26px auto 20px;text-align:center;color:#6b6560}
.fundraiser.blob .donate-buttons{justify-content:center;max-width:480px;margin:0 auto}
.fundraiser.blob .fund-note{text-align:center;margin:16px auto 0;max-width:560px;color:#888}

/* Get Involved: un-rotate headline image; nudge member+volunteer down 100px */
.ghead-img{transform:none}
.gtile-way.gw1,.gtile-way.gw2{background-position:center calc(5% - 100px)}

/* ---- v3 blob: darker reds, all content centered in section, floating number ---- */
.blob-svg .blob-p{mix-blend-mode:multiply}
.blob-a{fill:rgba(206,32,24,0.72)}
.blob-b{fill:rgba(168,20,14,0.66)}
.blob-c{fill:rgba(230,50,40,0.68)}
.blob-overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px}
.blob-overlay .blob-figure{position:static;left:auto;top:auto;transform:none;margin:0 0 18px;color:#fff;text-shadow:0 2px 26px rgba(80,4,0,.65);animation:blobfloat 8s ease-in-out infinite}
.blob-overlay .fund-caption{position:static;margin:0 0 16px;max-width:520px;color:#fff;text-shadow:0 1px 16px rgba(80,4,0,.65)}
.blob-overlay .donate-buttons{position:static;justify-content:center;max-width:460px;margin:0 0 16px}
.blob-overlay .fund-note{position:static;margin:0;max-width:520px;color:rgba(255,255,255,.9);text-shadow:0 1px 14px rgba(80,4,0,.65)}
.fundraiser.blob .donate-buttons .btn-solid{background:#fff;color:#c11d12}
.fundraiser.blob .donate-buttons .btn-solid:hover{background:#f2f2f2}
.fundraiser.blob .donate-buttons .btn-outline{background:transparent;border:1px solid rgba(255,255,255,.85);color:#fff}
.fundraiser.blob .donate-buttons .btn-outline:hover{background:rgba(255,255,255,.16)}
@keyframes blobfloat{0%,100%{transform:translate(0,0)}25%{transform:translate(12px,-14px)}50%{transform:translate(-10px,10px)}75%{transform:translate(8px,12px)}}

/* Member up another 100px (volunteer stays); darker red on headline box */
.gtile-way.gw1{background-position:center calc(5% - 200px)}
.ghead-tint{background:rgba(120,14,9,0.84)}

/* v3 blob fixes: reliable full-bleed centering + white text */
.blob-stage{left:50%;transform:translateX(-50%);margin-left:0;width:100vw}
.fundraiser.blob .fund-caption{color:#fff}
.fundraiser.blob .fund-note{color:rgba(255,255,255,.92)}

/* Built Environment tiles: clear red hue over the B&W photos */
.mtile-img{filter:grayscale(1)}
.mtile-img::before{background:#ef4135;mix-blend-mode:multiply;opacity:0.6}

/* Member image down 50px */
.gtile-way.gw1{background-position:center calc(5% - 150px)}

/* Get Involved headline: darker red still */
.ghead-tint{background:rgba(88,8,4,0.9)}
.ghead-img{filter:grayscale(1) brightness(0.66)}

/* Signup heading bumped 5pt */
.gtile-signup h3{font-size:27px}

/* Bulletproof full-bleed + centered content for the blob section */
.blob-stage{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;transform:none;width:100vw;max-width:100vw}

/* Member image up 20px */
.gtile-way.gw1{background-position:center calc(5% - 170px)}

/* Restore the clean full-bleed centering (overrides the broken over-constrained rule) */
.blob-stage{left:auto;right:auto;transform:none;margin-right:0;margin-left:calc(50% - 50vw);width:100vw;max-width:none}

/* Solid red base so the band is fully covered edge-to-edge; blobs add darker motion on top */
.blob-stage{background:#d84438}

/* Our Impact tiles: Get Involved photos behind a navy tint, stats stay readable */
.itile.iphoto{background-size:cover;background-position:center 28%}
.itile.iphoto::before{content:"";position:absolute;inset:0;background:rgba(29,43,64,0.74);z-index:0}
.itile.iphoto > *{position:relative;z-index:1}

/* Fundraiser now a full-width child of the section: plain width:100% reaches both edges reliably */
.blob-stage{width:100%;max-width:none;margin:0;left:auto;right:auto;transform:none}

/* The .fundraiser base has max-width:640 — kill it for the blob so the stage fills the section */
.fundraiser.blob{max-width:none;width:100%;margin-left:0;margin-right:0}

/* ===== In motion: 3 video placeholders ===== */
.films{padding:60px 0}
.film-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.film{position:relative;display:block;aspect-ratio:16/10;border-radius:2px;overflow:hidden;background-size:cover;background-position:center;text-decoration:none;filter:grayscale(1)}
.film::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.66));z-index:1}
.film-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66px;height:66px;border-radius:50%;background:rgba(255,255,255,.92);z-index:2;transition:transform .25s ease;display:flex;align-items:center;justify-content:center}
.film-play::after{content:"";width:0;height:0;border-left:20px solid #c11d12;border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:5px}
.film:hover .film-play{transform:translate(-50%,-50%) scale(1.12)}
.film:hover{filter:grayscale(0)}
.film-cap{position:absolute;left:18px;bottom:16px;right:18px;z-index:2;color:#fff}
.film-cap b{display:block;font-size:18px;font-weight:600;line-height:1.15}
.film-cap em{display:block;font-style:normal;font-size:13px;opacity:.88;margin-top:3px}
.film-tag{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.92);color:#c11d12;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:2px}
@media(max-width:760px){.film-grid{grid-template-columns:1fr}}

/* GiveButter widget embed */
.givebutter-embed{max-width:660px;margin:28px auto 0}

/* Header alert bar (approved: "Design the future of SF. Join the movement.") */
.alertbar{background:#2b2b2b;color:#fff;display:flex;align-items:center;justify-content:center;gap:16px;padding:9px 18px;font-size:13px;letter-spacing:.02em;position:relative;z-index:30;flex-wrap:wrap}
.alertbar-text{opacity:.94}
.alertbar-link{color:#ff6a5c;font-weight:600;text-decoration:none;white-space:nowrap}
.alertbar-link:hover{color:#fff}


/* ===== interior page hero images + program thumbnails + festival banner ===== */
.visit-hero .page-hero-media{filter:grayscale(1) brightness(0.5)}
.visit-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.15))}
.visit-hero .page-hero-media ~ *{position:relative;z-index:2}
.pcard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.pcard{display:block;background:#fff;border:1px solid #e6e2dc;border-radius:2px;overflow:hidden;text-decoration:none;color:#2b2b2b;transition:transform .25s ease,box-shadow .25s ease}
.pcard:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.12)}
.pcard-thumb{display:block;aspect-ratio:16/10;background-size:cover;background-position:center}
.pcard-body{display:block;padding:16px 18px 20px}
.pcard-body h3{margin:0 0 6px;font-size:19px;font-weight:600;line-height:1.15}
.pcard-body p{margin:0;font-size:14px;color:#6b6560;line-height:1.4}
@media(max-width:760px){.pcard-grid{grid-template-columns:1fr}}
.festival-banner{width:100%;background:#24344f;line-height:0}
.festival-banner img{display:block;width:100%;height:auto}
.festival-intro{padding:40px 0 12px}

/* Featured festival tile: readability scrim over the light skyline */
.events-visual .festival-card::before{display:block;content:"";background:linear-gradient(180deg,rgba(0,0,0,.12) 38%,rgba(0,0,0,.62))}

/* Center events red tiles: true red duotone (grayscale filter grayed the red overlay) */
.events-visual .ecard.red{filter:none;background-color:#cf382d;background-blend-mode:luminosity}
.events-visual .ecard.red::after{display:none}

/* Center the store subhead under the heading */
.store-big .store-lede{text-align:center;max-width:640px;margin:10px auto 0}

/* Built Environment tiles: true red duotone (grayscale filter grayed the red overlay) */
.mtile-img{filter:none;background-color:#cf382d;background-blend-mode:luminosity}
.mtile-img::before{display:none}

/* Built Environment: darker red hue */
.mtile-img{filter:brightness(0.72);background-color:#9c1d12;background-blend-mode:luminosity}

/* Built Environment: deeper saturated dark-red duotone (fix sepia look) */
.mtile-img{filter:none;background-color:#c1121f;background-blend-mode:luminosity}
.mtile-img::before{display:block;content:"";position:absolute;inset:0;background:#6e0d12;mix-blend-mode:multiply;opacity:.62;z-index:1}
/* Headline tile: image behind, same red hue, white headline on top */
.mtile-head{background-color:#c1121f;background-size:cover;background-position:center;background-blend-mode:luminosity;position:relative}
.mtile-head::before{content:"";position:absolute;inset:0;background:#6e0d12;mix-blend-mode:multiply;opacity:.58;z-index:0}
.mtile-head::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.5));z-index:1}
.mtile-head .mtile-head-inner{position:relative;z-index:2}
.mtile-head h2{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.4)}
.mtile-head p{color:#fff;opacity:.95}

/* Our Impact tiles: proper navy duotone (was a flat 74% overlay) */
.itile.iphoto{background-size:cover;background-position:center 28%;background-color:#26364f;background-blend-mode:luminosity}
.itile.iphoto::before{content:"";position:absolute;inset:0;background:#15223a;mix-blend-mode:multiply;opacity:.5;z-index:0}
.itile.iphoto > *{position:relative;z-index:1}

/* "Do Not Try to Remember" tile: zoom past the baked-in white border */
.exhibit-grid .exhibit:nth-child(2) .exhibit-img{background-size:145%;background-position:center}

/* Festival landing headline + subhead */
.festival-intro .section-eyebrow{color:var(--red);justify-content:flex-start}
.festival-title{font-size:clamp(30px,4.4vw,52px);font-weight:600;line-height:1.05;letter-spacing:-.01em;color:#2b2b2b;margin:6px 0 14px;max-width:18ch}
.festival-intro .page-lede{color:#4a4642;max-width:60ch}

/* Interior hero images: less dark shading */
.visit-hero .page-hero-media{filter:grayscale(1) brightness(0.72)}
.visit-hero::after{background:linear-gradient(to top,rgba(0,0,0,.42),rgba(0,0,0,.05))}

/* Interior heroes in full color (dropped grayscale) */
.visit-hero .page-hero-media{filter:brightness(0.82)}

/* Support hero: crop in tighter and shift up to frame the Hallidie Building */
.support-media{transform:scale(1.35);transform-origin:center 22%;background-position:center 22%}

/* Festival hero: sit the skyline low so buildings show under the headline */
.festival-page-hero .page-hero-media{background-position:center bottom}

/* Downtown & Housing tile: show more sky + crop in a bit */
.mtile-a{background-position:center top;background-size:120%}

/* Fundraiser blob section: 150px shorter */
.blob-stage{height:clamp(300px,52vh,550px)}

/* Do Not Try to Remember tile: no repeat, crop into the tall/twisting building */
.exhibit-grid .exhibit:nth-child(2) .exhibit-img{background-size:cover;background-repeat:no-repeat;background-position:center;transform:scale(1.6);transform-origin:58% 32%}
.exhibit-grid .exhibit:nth-child(2):hover .exhibit-img{transform:scale(1.66)}

/* Tighten section gaps by 50px: fundraiser->impact and impact->on view */
.impact-bento{padding-top:8px}
.exhibits{padding-top:6px}

/* Downtown & Housing: crop in more */
.mtile-a{background-position:center 40%;background-size:150%}

/* Do Not Try to Remember: tighter crop into the twisted building */
.exhibit-grid .exhibit:nth-child(2) .exhibit-img{transform:scale(2.4);transform-origin:58% 30%}
.exhibit-grid .exhibit:nth-child(2):hover .exhibit-img{transform:scale(2.48)}


/* Festival 2026 schedule */
.fest-schedule{margin-top:22px}
.fest-day{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:15px 0;border-top:1px solid #e6e2db}
.fest-day:first-child{border-top:0}
.fest-date{font-weight:700;color:#2b2b2b;font-size:16px;line-height:1.1}
.fest-date span{display:block;font-weight:400;color:#8a857f;font-size:12px;margin-top:3px;text-transform:uppercase;letter-spacing:.05em}
.fest-events{display:grid;gap:0}
.fest-event{display:flex;justify-content:space-between;align-items:baseline;gap:18px;text-decoration:none;color:#2b2b2b;padding:9px 0;border-bottom:1px solid #efeae3;transition:padding-left .2s ease}
.fest-event:last-child{border-bottom:0}
.fest-event:hover{padding-left:8px}
.fest-event:hover .fe-title{color:#ef4135}
.fe-title{font-size:17px;font-weight:600;line-height:1.25}
.fe-meta{font-size:13.5px;color:#8a857f;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}
@media(max-width:560px){.fest-day{grid-template-columns:1fr;gap:6px}.fest-event{flex-direction:column;gap:2px}.fe-meta{text-align:left}}

/* Featured festival tile: stretched cover link + Get tickets button */
.events-visual .festival-card{position:relative}
.events-visual .festival-card .ecard-cover{position:absolute;inset:0;z-index:1}
.events-visual .festival-card .ecard-date,.events-visual .festival-card .ecard-body{position:relative;z-index:2}
.events-visual .festival-card .fest-tickets{position:absolute;right:18px;bottom:18px;z-index:3;background:#fff;color:#c11d12;font-size:13px;font-weight:700;letter-spacing:.01em;padding:9px 15px;border-radius:3px;text-decoration:none}
.events-visual .festival-card .fest-tickets:hover{background:#f2f2f2}

/* Festival tile: headline lower-left, Get-tickets as a pill in the top-right */
.events-visual .festival-card .ecard-body{left:14px;right:14px;bottom:12px}
.events-visual .festival-card .fest-tickets{top:16px;right:16px;bottom:auto;border-radius:100px;padding:9px 18px}

/* Get Involved bento: stack to one column sooner so the "Shape tomorrow" box has room */
@media(max-width:980px){
  .involve-bento{grid-template-columns:1fr;grid-template-rows:auto;
    grid-template-areas:"head" "gw1" "gw2" "gw3" "signup"}
  .gtile-head{min-height:150px}.gtile-way{min-height:140px}.gtile-signup{min-height:auto}
}

/* Festival tile headline: force back to absolute bottom-left (a prior rule made it relative/top) */
.events-visual .festival-card .ecard-body{position:absolute;top:auto;left:16px;right:16px;bottom:14px;z-index:2}
