/* ════════════════════════════════════════
   VIBRANT MUSIC STUDIO — shared stylesheet
   Deep red & gold · Bodoni / Libre Baskerville / Lato
   ════════════════════════════════════════ */

:root {
  --red: #8B0000;
  --red-light: #A50000;
  --gold: #B8860B;
  --gold-light: #D4A843;
  --gold-pale: #F0DFA0;
  --cream: #FAF6EE;
  --warm: #FFF9F2;
  --dark: #1C1008;
  --mid: #4A3320;
  --muted: #7A6050;
  --rule: rgba(139,0,0,0.12);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  background: var(--warm);
  color: var(--dark);
  overflow-x: hidden;
}

@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes noteFloat {
  0%, 100% { transform: translateY(0) rotate(-5deg); opacity: 0.15; }
  50% { transform: translateY(-20px) rotate(5deg); opacity: 0.3; }
}
.fade-up { animation: fadeUp 0.8s ease forwards; }
.fade-up-2 { animation: fadeUp 0.8s 0.15s ease both; }
.fade-up-3 { animation: fadeUp 0.8s 0.3s ease both; }
.fade-up-4 { animation: fadeUp 0.8s 0.45s ease both; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,246,238,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px 24px; padding: 16px 32px;
}
.nav-brand {
  font-family: 'Bodoni Moda', serif; font-size: 20px; font-weight: 800;
  color: var(--red); text-decoration: none; letter-spacing: 0.01em;
}
.nav-brand span { color: var(--gold); font-style: italic; }
.nav-links { display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: center; }
.nav-links a {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mid); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--red); }
.nav-links a.nav-cta { background: var(--red); color: var(--cream); padding: 9px 18px; }
.nav-links a.nav-cta:hover { background: var(--red-light); color: var(--cream); }
.nav-links a.current { color: var(--red); border-bottom: 2px solid var(--gold); padding-bottom: 2px; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block; background: var(--gold); color: var(--dark);
  font-family: 'Lato', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; padding: 19px 44px;
  text-decoration: none; cursor: pointer; border: none;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
.btn-ghost {
  display: inline-block; background: transparent; color: var(--cream);
  font-family: 'Lato', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; padding: 19px 44px;
  text-decoration: none; border: 1px solid rgba(250,246,238,0.4);
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.btn-ghost:hover { border-color: var(--gold-light); background: rgba(255,255,255,0.06); transform: translateY(-3px); }

/* ── HERO ── */
.hero {
  min-height: 88vh; background: var(--red); display: grid; place-items: center;
  text-align: center; padding: 80px 24px 110px; position: relative; overflow: hidden;
}
.hero.short { min-height: 56vh; padding: 72px 24px 96px; }
.hero-bg-notes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-bg-notes span {
  position: absolute; font-size: clamp(40px, 8vw, 100px);
  color: rgba(184,134,11,0.14); animation: noteFloat 6s ease-in-out infinite;
}
.hero-bg-notes span:nth-child(1) { top: 8%; left: 6%; animation-delay: 0s; }
.hero-bg-notes span:nth-child(2) { top: 22%; right: 9%; animation-delay: 1.5s; }
.hero-bg-notes span:nth-child(3) { bottom: 16%; left: 11%; animation-delay: 3s; }
.hero-bg-notes span:nth-child(4) { bottom: 26%; right: 7%; animation-delay: 0.8s; }
.hero-bg-notes span:nth-child(5) { top: 52%; left: 3%; animation-delay: 2.2s; }
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
  background: linear-gradient(to bottom, transparent, var(--warm));
}
.hero-inner { position: relative; z-index: 2; max-width: 880px; }
.hero-kicker {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 32px;
  padding: 8px 20px; border: 1px solid rgba(212,168,67,0.35);
}
.hero h1 {
  font-family: 'Bodoni Moda', serif; font-size: clamp(46px, 9vw, 92px);
  font-weight: 800; color: var(--cream); line-height: 1.0; margin-bottom: 8px; letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: var(--gold-light); display: block; }
.hero h1.one-line em { display: inline; }
.hero-rule { width: 80px; height: 2px; background: var(--gold); margin: 32px auto; position: relative; }
.hero-rule::before, .hero-rule::after { content: '◆'; position: absolute; top: -7px; font-size: 10px; color: var(--gold); }
.hero-rule::before { left: -18px; }
.hero-rule::after { right: -18px; }
.hero-sub {
  font-family: 'Libre Baskerville', serif; font-size: clamp(17px, 2.8vw, 23px);
  font-style: italic; color: rgba(250,246,238,0.78); max-width: 640px;
  margin: 0 auto 48px; line-height: 1.65;
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* ── SECTION BASICS ── */
.section-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; display: block;
}
.section-h2 { font-family: 'Bodoni Moda', serif; font-size: clamp(30px, 5vw, 52px); font-weight: 700; line-height: 1.1; color: var(--red); }
.section-h2.light { color: var(--cream); }
.section-intro {
  font-family: 'Libre Baskerville', serif; font-size: clamp(16px, 2.2vw, 20px);
  font-style: italic; color: var(--muted); line-height: 1.7; max-width: 640px;
}
.section-intro.light { color: rgba(250,246,238,0.65); }

/* ── MANIFESTO ── */
.manifesto { background: var(--cream); padding: 110px 24px; text-align: center; }
.manifesto-inner { max-width: 820px; margin: 0 auto; }
.manifesto-quote {
  font-family: 'Bodoni Moda', serif; font-size: clamp(25px, 4vw, 42px);
  font-style: italic; font-weight: 600; color: var(--red); line-height: 1.35;
  margin: 20px 0 0; position: relative; padding: 0 20px;
}
.manifesto-quote::before {
  content: '\201C'; font-size: 120px; color: rgba(139,0,0,0.07);
  position: absolute; top: -42px; left: -8px; line-height: 1; font-family: 'Bodoni Moda', serif;
}

/* ── TWO-COLUMN / STATS ── */
.what-is { padding: 110px 24px; background: var(--warm); }
.what-is-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.what-is-text .section-h2 { margin-bottom: 22px; }
.what-is-text p { font-size: 16px; color: var(--mid); line-height: 1.8; margin-bottom: 16px; }
.stat-stack { display: flex; flex-direction: column; gap: 3px; }
.stat-item { background: var(--cream); padding: 22px 26px; border-left: 3px solid var(--gold); display: flex; align-items: baseline; gap: 16px; }
.stat-number { font-family: 'Bodoni Moda', serif; font-size: 46px; font-weight: 800; color: var(--red); line-height: 1; flex-shrink: 0; }
.stat-label { font-size: 14px; color: var(--muted); line-height: 1.5; }
.stat-label strong { display: block; font-size: 15px; color: var(--mid); font-weight: 700; margin-bottom: 3px; }

/* ── PROGRAM CARDS ── */
.programs { background: var(--cream); padding: 110px 24px; text-align: center; }
.programs-inner { max-width: 1020px; margin: 0 auto; }
.programs-head { max-width: 640px; margin: 0 auto 64px; }
.programs-head .section-h2 { margin-bottom: 18px; }
.program-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.program-card {
  background: white; border: 1px solid rgba(139,0,0,0.08); padding: 44px 32px 36px;
  text-align: center; display: flex; flex-direction: column; align-items: center;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.program-card:hover { border-color: var(--gold); box-shadow: 0 10px 36px rgba(139,0,0,0.10); transform: translateY(-4px); }
.program-icon { font-size: 40px; margin-bottom: 18px; }
.program-card h3 { font-family: 'Bodoni Moda', serif; font-size: 28px; font-weight: 700; color: var(--red); margin-bottom: 12px; }
.program-card p { font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 28px; flex: 1; }
.program-link {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); text-decoration: none; border-bottom: 2px solid var(--gold-pale);
  padding-bottom: 4px; transition: color 0.2s, border-color 0.2s;
}
.program-link:hover { color: var(--red); border-color: var(--red); }

/* ── TEACHERS TEASER ── */
.teachers { background: var(--dark); padding: 110px 24px; text-align: center; }
.teachers-inner { max-width: 760px; margin: 0 auto; }
.teachers-inner .section-h2 { margin-bottom: 24px; }
.teachers-inner p {
  font-family: 'Libre Baskerville', serif; font-size: 17px; font-style: italic;
  color: rgba(250,246,238,0.7); line-height: 1.8; margin-bottom: 36px;
  max-width: 620px; margin-left: auto; margin-right: auto;
}

/* ── INQUIRE / FORM ── */
.inquire { background: var(--red); padding: 110px 24px; }
.inquire-inner { max-width: 620px; margin: 0 auto; text-align: center; }
.inquire-inner .section-eyebrow { color: var(--gold-light); }
.inquire-inner .section-h2 { margin-bottom: 16px; }
.inquire-inner .section-intro { margin: 0 auto 44px; color: rgba(250,246,238,0.72); }
.form-field { margin-bottom: 18px; text-align: left; }
.form-field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 14px 16px; font-family: 'Lato', sans-serif; font-size: 15px;
  color: var(--cream); background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212,168,67,0.3); border-radius: 0; outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(250,246,238,0.4); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold-light); background: rgba(255,255,255,0.1); }
.form-field select option { color: var(--dark); }
.form-field textarea { resize: vertical; min-height: 110px; }
.inquire .btn-primary { margin-top: 12px; width: 100%; }

/* ── CONTENT / EVENT PAGES ── */
.page-intro { background: var(--warm); padding: 72px 24px 8px; text-align: center; }
.page-intro-inner { max-width: 720px; margin: 0 auto; }
.page-intro .section-intro { margin: 14px auto 0; }

.season-wrap { background: var(--warm); padding: 56px 24px 100px; }
.season-inner { max-width: 820px; margin: 0 auto; }
.season-block { margin-bottom: 52px; }
.season-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); padding-bottom: 12px; border-bottom: 1px solid var(--rule);
  margin-bottom: 20px; display: flex; align-items: center; gap: 12px;
}
.season-label::after { content: ''; flex: 1; height: 1px; background: var(--rule); }

/* Accordion event (native details/summary) */
.event { background: white; border: 1px solid rgba(139,0,0,0.10); margin-bottom: 10px; }
.event[open] { border-color: var(--gold); box-shadow: 0 6px 22px rgba(139,0,0,0.07); }
.event summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  display: flex; align-items: baseline; gap: 14px; transition: background 0.2s;
}
.event summary::-webkit-details-marker { display: none; }
.event summary:hover { background: var(--cream); }
.event .ev-date {
  font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold); flex-shrink: 0; min-width: 96px; padding-top: 3px;
}
.event .ev-title { font-family: 'Bodoni Moda', serif; font-size: 19px; font-weight: 700; color: var(--red); line-height: 1.3; flex: 1; }
.event .ev-chev { color: var(--gold); font-size: 13px; transition: transform 0.25s; flex-shrink: 0; padding-top: 4px; }
.event[open] .ev-chev { transform: rotate(180deg); }
.event .ev-body { padding: 0 24px 24px; border-top: 1px solid var(--rule); }
.event .ev-meta { display: flex; flex-wrap: wrap; gap: 6px 28px; margin: 18px 0 16px; }
.event .ev-meta div { font-size: 13px; color: var(--muted); }
.event .ev-meta strong { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.event .ev-desc { font-size: 15px; color: var(--mid); line-height: 1.75; }
.event .ev-desc p { margin-bottom: 12px; }
.event .ev-desc p:last-child { margin-bottom: 0; }
.event .ev-desc strong { color: var(--red); }
.event .ev-desc ul { margin: 8px 0 12px 20px; }
.event .ev-desc li { margin-bottom: 5px; }

.season-note {
  background: var(--cream); border-left: 3px solid var(--gold); padding: 18px 22px;
  font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 28px;
}
.season-note strong { color: var(--red); }

.page-cta { background: var(--red); padding: 80px 24px; text-align: center; }
.page-cta-inner { max-width: 600px; margin: 0 auto; }
.page-cta .section-h2 { margin-bottom: 28px; }

/* ── WHY MUSIC MATTERS ── */
.why-section { padding: 96px 24px; }
.why-section.cream { background: var(--cream); }
.why-section.warm { background: var(--warm); }
.why-inner { max-width: 880px; margin: 0 auto; }
.why-inner .section-h2 { margin-bottom: 24px; }
.why-inner > p { font-size: 17px; color: var(--mid); line-height: 1.85; margin-bottom: 18px; max-width: 720px; }
.why-inner > p .lead-in { color: var(--red); font-weight: 700; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 44px; }
.why-card { background: white; border: 1px solid rgba(139,0,0,0.08); padding: 32px 28px; transition: border-color 0.25s, transform 0.25s; }
.why-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.why-card .why-icon { font-size: 30px; margin-bottom: 14px; display: block; }
.why-card h3 { font-family: 'Bodoni Moda', serif; font-size: 21px; color: var(--red); margin-bottom: 10px; line-height: 1.25; }
.why-card p { font-size: 14.5px; color: var(--mid); line-height: 1.7; }
.pull-quote {
  font-family: 'Bodoni Moda', serif; font-size: clamp(22px, 3.6vw, 34px); font-style: italic;
  font-weight: 600; color: var(--red); line-height: 1.4; text-align: center;
  max-width: 760px; margin: 0 auto; padding: 0 16px;
}

/* ── HOW OUR STUDIO WORKS ── */
.tuition-table-wrap { overflow-x: auto; margin: 32px 0; }
.tuition-table { width: 100%; border-collapse: collapse; background: white; border: 1px solid rgba(139,0,0,0.10); }
.tuition-table th, .tuition-table td { padding: 16px 22px; text-align: left; font-size: 15px; }
.tuition-table thead th {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream); background: var(--red);
}
.tuition-table tbody tr:nth-child(even) { background: var(--cream); }
.tuition-table tbody td:first-child { font-family: 'Bodoni Moda', serif; font-weight: 700; color: var(--red); }
.tuition-table tbody td { color: var(--mid); border-bottom: 1px solid var(--rule); }
.tuition-table tbody tr:last-child td { border-bottom: none; }

.fee-list { list-style: none; margin: 20px 0; }
.fee-list li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: 16px; color: var(--mid);
}
.fee-list li:last-child { border-bottom: none; }
.fee-list .fee-amount { font-family: 'Bodoni Moda', serif; font-weight: 700; color: var(--red); font-size: 19px; white-space: nowrap; }

.check-list { list-style: none; margin: 24px 0; }
.check-list li { display: flex; gap: 14px; padding: 10px 0; font-size: 15.5px; color: var(--mid); line-height: 1.65; }
.check-list li::before { content: '\2726'; color: var(--gold); flex-shrink: 0; font-size: 14px; padding-top: 3px; }
.check-list strong { color: var(--red); }

.step-block { display: grid; grid-template-columns: 44px 1fr; gap: 20px; margin-bottom: 32px; }
.step-num {
  width: 44px; height: 44px; border: 1px solid var(--gold); color: var(--gold);
  font-family: 'Bodoni Moda', serif; font-weight: 700; font-size: 18px;
  display: grid; place-items: center;
}
.step-block h3 { font-family: 'Bodoni Moda', serif; font-size: 20px; color: var(--red); margin-bottom: 8px; }
.step-block p { font-size: 15.5px; color: var(--mid); line-height: 1.75; }
.step-block ul { margin: 10px 0 0 20px; }
.step-block li { font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 6px; }

.calendar-links { display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0; }
.calendar-links a {
  display: inline-block; padding: 12px 26px; border: 1px solid var(--red); color: var(--red);
  text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.calendar-links a:hover { background: var(--red); color: var(--cream); }

/* ── VIDEO GALLERY ── */
.video-gallery { background: var(--warm); padding: 88px 24px; }
.video-gallery-inner { max-width: 1040px; margin: 0 auto; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 48px; }
.video-card { background: white; border: 1px solid rgba(139,0,0,0.08); }
.video-card .video-wrap { margin: 0; border: none; }
.video-card-body { padding: 22px 24px; }
.video-card h3 { font-family: 'Bodoni Moda', serif; font-size: 19px; color: var(--red); margin-bottom: 6px; line-height: 1.3; }
.video-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.video-placeholder {
  background: var(--cream); aspect-ratio: 16/9; display: grid; place-items: center;
  text-align: center; padding: 24px; border-bottom: 1px solid var(--rule);
}
.video-placeholder span { font-size: 12px; color: var(--muted); font-style: italic; line-height: 1.6; }
.video-placeholder .vp-note { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 10px; font-style: normal; }

/* ── BIO ── */
.bio-section { background: var(--warm); padding: 88px 24px; }
.bio-inner { max-width: 920px; margin: 0 auto; }
.bio-card { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: start; margin-bottom: 72px; }
.bio-card.flip { grid-template-columns: 1fr 320px; }
.bio-photo { overflow: hidden; }
.bio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.duo-photo-section { padding: 0 24px 70px; }
.duo-photo-inner { max-width: 760px; margin: 0 auto; border: 1px solid var(--rule); }
.duo-photo-inner img { width: 100%; height: auto; display: block; }
.bio-card.flip .bio-photo { order: 2; }
.bio-photo {
  background: var(--cream); border: 1px solid var(--rule); aspect-ratio: 4/5;
  display: grid; place-items: center; text-align: center; padding: 24px;
  position: sticky; top: 90px;
}
.bio-photo span { font-size: 12px; color: var(--muted); font-style: italic; line-height: 1.6; }
.bio-photo .bp-note { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 10px; font-style: normal; }
.bio-text .bio-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.bio-text h2 { font-family: 'Bodoni Moda', serif; font-size: clamp(30px, 5vw, 44px); color: var(--red); line-height: 1.05; margin-bottom: 8px; }
.bio-text .bio-role { font-family: 'Libre Baskerville', serif; font-style: italic; font-size: 16px; color: var(--gold); margin-bottom: 24px; }
.bio-text p { font-size: 16px; color: var(--mid); line-height: 1.85; margin-bottom: 16px; }
.bio-text p em { color: var(--red); font-style: italic; }

/* ── VIDEO EMBED (responsive 16:9) ── */
.video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 28px 0; border: 1px solid var(--rule); }
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* ── FOOTER ── */
footer { background: var(--dark); padding: 44px 24px; text-align: center; border-top: 1px solid rgba(212,168,67,0.15); }
footer .foot-brand { font-family: 'Bodoni Moda', serif; font-size: 18px; color: var(--gold-light); margin-bottom: 10px; }
footer p { font-size: 13px; color: rgba(250,246,238,0.5); line-height: 1.7; }
footer a { color: rgba(250,246,238,0.7); text-decoration: none; }
footer a:hover { color: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .what-is-inner { grid-template-columns: 1fr; gap: 44px; }
  .bio-card, .bio-card.flip { grid-template-columns: 1fr; gap: 24px; }
  .bio-card.flip .bio-photo { order: 0; }
  .bio-photo { position: relative; top: 0; max-width: 300px; margin: 0 auto; }
}
@media (max-width: 820px) {
  nav { padding: 14px 20px; justify-content: center; }
  .nav-links { justify-content: center; gap: 4px 16px; }
}
@media (max-width: 480px) {
  .nav-links a:not(.nav-cta) { font-size: 11px; }
  .btn-primary, .btn-ghost { padding: 17px 32px; width: 100%; text-align: center; }
  .hero-btns { flex-direction: column; }
  .event summary { flex-wrap: wrap; }
  .event .ev-date { min-width: 0; width: 100%; }
}
