.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--gold);
  color: var(--ink);
  padding: 0.7rem 1rem;
  z-index: 20;
}
.skip-link:focus {
  top: 1rem;
}
.menu-toggle {
  display: none;
}
.section-shell {
  max-width: 1280px;
  margin: auto;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 4.5rem);
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
.section-kicker > span {
  color: var(--gold);
  font-size: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
}
.section-kicker .eyebrow {
  margin: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.hero-body {
  max-width: 30rem;
  color: #aeb9b0;
  font-size: 1.05rem;
}
.hero-seal {
  position: absolute;
  right: 12%;
  top: 35%;
  width: 14rem;
  height: 14rem;
  border: 1px solid #bd925177;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  transform: rotate(-12deg);
}
.hero-seal:before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border: 1px solid #bd925133;
  border-radius: 50%;
}
.hero-seal span {
  font:
    600 5rem / 1 "Playfair Display",
    serif;
}
.hero-seal small {
  position: absolute;
  bottom: 2.5rem;
  letter-spacing: 0.4em;
  font-size: 0.6rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.text-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.35rem;
}
.text-link.light {
  color: var(--paper);
  border-color: #bd9251;
}
.text-link span {
  color: var(--gold);
  font-size: 1.1rem;
}
.split-heading,
.foundation-grid,
.story-layout,
.formation-header,
.agenda-layout,
.gallery-header,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 8vw, 9rem);
  align-items: start;
}
.split-heading h2,
.story-layout h2,
.formation-header h2,
.agenda-layout h2,
.gallery-header h2,
.contact-grid h2,
.foundation-grid h2 {
  font:
    600 clamp(2.7rem, 5.5vw, 5.7rem) / 0.98 "Playfair Display",
    serif;
  letter-spacing: -0.05em;
  margin: 0;
}
.split-heading p,
.story-layout p,
.formation-header p,
.agenda-layout p,
.gallery-header p,
.contact-grid p,
.foundation-grid p {
  color: var(--muted);
  max-width: 34rem;
}
.lead {
  font-size: 1.16rem;
  line-height: 1.45;
  color: var(--ink);
}
.text-link {
  margin-top: 1.5rem;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 5.5rem;
  list-style: none;
  padding: 0;
}
.principles li {
  padding: 1.7rem 1.2rem 0 0;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 0.4rem;
}
.principles li + li {
  padding-left: 1.5rem;
}
.principles li:last-child {
  border: 0;
}
.principles b,
.formation-list > div > span {
  color: var(--gold);
  font:
    600 0.8rem "DM Sans",
    sans-serif;
}
.principles strong {
  font:
    1.5rem "Playfair Display",
    serif;
}
.principles span {
  color: var(--muted);
  font-size: 0.8rem;
}
.foundation-band,
.contact-section {
  background: var(--ink);
  color: var(--paper);
}
.foundation-grid,
.contact-grid {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}
.foundation-grid h2,
.contact-grid h2 {
  color: var(--paper);
}
.foundation-grid h2 em,
.contact-grid h2 em,
.story-layout h2 em,
.formation-header h2 em,
.agenda-layout h2 em,
.gallery-header h2 em {
  color: var(--gold);
  font-style: italic;
}
.foundation-grid .lead,
.contact-grid .lead {
  color: var(--paper);
}
.foundation-grid p:not(.eyebrow),
.contact-grid p:not(.eyebrow) {
  color: #b4c0b6;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
  margin-top: 1rem;
}
.feature-section {
  padding-bottom: clamp(5rem, 9vw, 8rem);
}
.section-heading.wide {
  max-width: 48rem;
}
.section-heading.wide h2 {
  font:
    600 clamp(2.7rem, 5.5vw, 5.7rem) / 0.98 "Playfair Display",
    serif;
  letter-spacing: -0.05em;
  margin: 0 0 1.2rem;
}
.reel-card {
  margin-top: 3.5rem;
  min-height: 32rem;
}
.poster-orbit {
  width: 9rem;
  height: 9rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
}
.poster-orbit:before {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border: 1px solid #bd925166;
  border-radius: 50%;
}
.poster-orbit span {
  font:
    600 3.5rem "Playfair Display",
    serif;
  color: var(--gold);
}
.poster-orbit i {
  position: absolute;
  bottom: -0.3rem;
  right: -0.5rem;
  background: var(--gold);
  color: var(--ink);
  border-radius: 50%;
  font-style: normal;
  font-size: 0.7rem;
  width: 2.3rem;
  height: 2.3rem;
  display: grid;
  place-items: center;
}
.reel-action h3 {
  font:
    1.9rem "Playfair Display",
    serif;
  margin: 0.7rem 0;
}
.media-label,
.footer-label {
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
}
.reel-action p {
  color: #b8c1b9;
  font-size: 0.95rem;
  max-width: 20rem;
}
.story-section {
  background: #e8e2d6;
}
.story-layout {
  align-items: start;
}
.timeline {
  margin-top: 3rem;
  border-left: 1px solid var(--gold);
  padding-left: 1.5rem;
}
.timeline > div {
  position: relative;
  margin-bottom: 2rem;
}
.timeline-dot {
  position: absolute;
  left: -1.85rem;
  top: 0.3rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--gold);
}
.timeline strong {
  font:
    1.3rem "Playfair Display",
    serif;
}
.timeline p {
  font-size: 0.85rem;
  margin: 0.3rem 0 0;
}
.formation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 4.5rem;
}
.formation-list > div {
  padding: 1.7rem 1.4rem 1rem 0;
  border-right: 1px solid var(--line);
}
.formation-list > div + div {
  padding-left: 1.4rem;
}
.formation-list > div:last-child {
  border: 0;
}
.formation-list h3 {
  font:
    1.5rem "Playfair Display",
    serif;
  margin: 1.7rem 0 0.5rem;
}
.formation-list p {
  color: var(--muted);
  font-size: 0.85rem;
  max-width: 18rem;
}
.status-pill {
  display: inline-block;
  margin-top: 2.8rem;
  border: 1px solid var(--line);
  padding: 0.75rem 1rem;
  color: var(--muted);
  font-size: 0.75rem;
}
.agenda-section {
  background: #f8f5ef;
}
.empty-event {
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background: var(--paper);
}
.event-mark {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  min-width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  font:
    1.3rem "Playfair Display",
    serif;
}
.empty-event h3 {
  font:
    1.65rem "Playfair Display",
    serif;
  max-width: 20rem;
  margin: 0.8rem 0;
}
.empty-event p {
  font-size: 0.85rem;
  margin: 0.4rem 0;
}
.gallery-section {
  background: #ded7c9;
}
.gallery-header {
  margin-bottom: 4rem;
}
.gallery-placeholders {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.15fr;
  gap: 1px;
  background: #b9b09f;
}
.gallery-placeholders > div {
  min-height: 15rem;
  padding: 1.5rem;
  background: #ded7c9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer > div:nth-child(2) {
  display: grid;
  gap: 0.4rem;
}
footer > div:nth-child(3) {
  align-self: start;
}
.gallery-placeholders > div:nth-child(2) {
  min-height: 19rem;
  background: #cfc6b5;
}
.gallery-placeholders span {
  color: var(--gold);
  font-size: 0.75rem;
}
.gallery-placeholders strong {
  font:
    1.8rem "Playfair Display",
    serif;
}
.gallery-placeholders small {
  color: var(--muted);
  font-size: 0.75rem;
}
.contact-grid {
  align-items: end;
}

.golden-section,
.projects-section {
  background: var(--white);
}

.learning-section,
.academy-section {
  background: #edf3ed;
}

.dual-section {
  background: #183730;
  color: var(--paper);
}

.dual-section p:not(.eyebrow),
.dual-section .lead {
  color: #d8e4db;
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: 3rem;
}

.cycle-visual {
  aspect-ratio: 1;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 2rem;
  position: sticky;
  top: 7rem;
  background:
    radial-gradient(circle at center, #bd925122 0 28%, transparent 29%),
    conic-gradient(
      from -20deg,
      #17352f 0 12.5%,
      #2f5f72 12.5% 25%,
      #8e5f46 25% 37.5%,
      #bd9251 37.5% 50%,
      #17352f 50% 62.5%,
      #2f5f72 62.5% 75%,
      #8e5f46 75% 87.5%,
      #bd9251 87.5% 100%
    );
  color: var(--white);
  text-align: center;
}

.cycle-visual strong {
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: grid;
  place-items: center;
  padding: 1rem;
  font-size: clamp(0.75rem, 1.2vw, 1rem);
}

.cycle-visual span,
.cycle-result {
  position: absolute;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 0.45rem 0.55rem;
  font-size: 0.72rem;
  font-style: normal;
  max-width: 8.8rem;
  box-shadow: 0 0.5rem 1.4rem #17352f18;
}

.cycle-visual span:nth-of-type(1) {
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.cycle-visual span:nth-of-type(2) {
  top: 16%;
  right: 0;
}
.cycle-visual span:nth-of-type(3) {
  top: 42%;
  right: -4%;
}
.cycle-visual span:nth-of-type(4) {
  bottom: 16%;
  right: 0;
}
.cycle-visual span:nth-of-type(5) {
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.cycle-visual span:nth-of-type(6) {
  bottom: 16%;
  left: 0;
}
.cycle-visual span:nth-of-type(7) {
  top: 42%;
  left: -4%;
}
.cycle-visual span:nth-of-type(8) {
  top: 16%;
  left: 0;
}
.cycle-result {
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.stepper {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stepper li,
.credibility-grid article,
.compact-grid span,
.virtue-list span,
.question-grid p {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1rem;
}

.stepper strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.stepper p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.credibility-grid,
.compact-grid,
.virtue-list,
.question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.credibility-grid h3 {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.lab-layout,
.dual-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.lab-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lab-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.lab-form label:nth-child(n + 4) {
  grid-column: 1 / -1;
}

.lab-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.lab-actions button {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
  padding: 0.8rem 1rem;
  font:
    700 0.8rem "DM Sans",
    sans-serif;
  cursor: pointer;
}

.lab-actions button + button {
  background: transparent;
}

#draft-status {
  min-height: 1.5rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.compact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.virtue-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compact-grid span,
.virtue-list span {
  font-weight: 700;
}

.duality-scale {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 1.2rem;
  background: linear-gradient(90deg, #8e5f46, #f7f4ec, #2f5f72);
  color: var(--ink);
  min-height: 10rem;
}

.duality-scale span,
.duality-scale strong {
  background: #fffdf8dd;
  padding: 0.8rem;
  text-align: center;
}

.question-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.question-grid p {
  background: #fffdf8;
  color: var(--ink);
  margin: 0;
  font-weight: 700;
}

.academy-section .formation-list {
  grid-template-columns: repeat(3, 1fr);
}

.band-section {
  background: #f3eadb;
}

.band-section .principles {
  margin-bottom: 0;
}

.event-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1.4rem;
}

.event-date {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--gold);
}

.event-date strong {
  font:
    600 3rem / 1 "Playfair Display",
    serif;
}

.event-date span,
.confirmed {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.confirmed {
  color: var(--gold);
}

.event-card h3 {
  margin: 0.3rem 0;
  font:
    1.45rem "Playfair Display",
    serif;
}

.event-card p {
  margin: 0;
  color: var(--muted);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-brand .eyebrow {
  margin: 0;
}
.footer-brand .footer-title {
  margin: 0;
}
.footer-label {
  margin: 0 0 0.8rem;
  color: #abb5ac;
  font-size: 0.65rem;
}
.site-header {
  position: relative;
  z-index: 5;
  background: var(--paper);
}
.brand-copy {
  display: grid;
  gap: 0.25rem;
}
.brand-copy small {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}
.brand-copy strong {
  font-size: 0.9rem;
}
.social-link span {
  color: var(--gold);
}
@media (max-width: 800px) {
  .site-header {
    position: relative;
  }
  .menu-toggle {
    display: block;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    padding: 0.55rem 0.8rem;
    font:
      700 0.7rem "DM Sans",
      sans-serif;
  }
  .site-header nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1rem 1.25rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 1rem 2rem #13211f12;
  }
  .site-header nav.is-open {
    display: grid;
    gap: 1rem;
  }
  .site-header .social-link {
    margin-left: 0;
  }
  .hero-seal {
    right: -3rem;
    top: 14rem;
    opacity: 0.65;
  }
  .hero {
    min-height: 650px;
  }
  .hero-body {
    max-width: 19rem;
  }
  .split-heading,
  .foundation-grid,
  .story-layout,
  .formation-header,
  .agenda-layout,
  .gallery-header,
  .contact-grid,
  .method-grid,
  .lab-layout,
  .dual-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .principles,
  .formation-list,
  .gallery-placeholders,
  .academy-section .formation-list,
  .compact-grid,
  .virtue-list,
  .question-grid,
  .lab-form {
    grid-template-columns: 1fr;
  }
  .cycle-visual {
    position: relative;
    top: auto;
    aspect-ratio: auto;
    border-radius: 0;
    gap: 0.5rem;
    padding: 1rem;
  }
  .cycle-visual strong,
  .cycle-visual span,
  .cycle-result {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .duality-scale {
    grid-template-columns: 1fr;
  }
  .principles div,
  .formation-list > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1.4rem 0;
  }
  .gallery-placeholders > div,
  .gallery-placeholders > div:nth-child(2) {
    min-height: 12rem;
  }
  .empty-event {
    margin-top: 1rem;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .site-header {
    gap: 1rem;
  }
  .brand-mark {
    width: 36px;
    height: 36px;
  }
  .site-header .social-link {
    font-size: 0.7rem;
  }
  .hero h1 {
    font-size: 4.1rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
  }
  .hero-seal {
    top: 21rem;
  }
  .reel-card iframe {
    height: 520px;
  }
  .reel-action {
    padding: 2rem;
  }
  .empty-event {
    flex-direction: column;
  }
  .section-kicker {
    margin-bottom: 2rem;
  }
}

/* Editorial scale: keep the institution visible without turning headings into the interface. */
.hero h1,
.event-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  letter-spacing: 0;
}
.split-heading h2,
.section-heading.wide h2,
.story-layout h2,
.formation-header h2,
.agenda-layout h2,
.gallery-header h2,
.contact-grid h2,
.foundation-grid h2,
.event-overview h2,
.event-countdown h2,
.event-repertoire h2,
.event-note h2,
.internal-boundary h2 {
  font-size: clamp(2rem, 4vw, 4.3rem);
  letter-spacing: 0;
}
.hero {
  min-height: 560px;
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  padding-bottom: 4.5rem;
}
.section-shell,
.video-section,
.about,
.agenda,
.learning {
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}
.hero-seal {
  width: 11rem;
  height: 11rem;
  top: 32%;
}
.hero-seal span {
  font-size: 4rem;
}
.hero-seal small {
  bottom: 2rem;
}

.event-hero {
  background: var(--ink);
  color: var(--paper);
}
.event-hero .section-shell {
  padding-top: clamp(4rem, 9vw, 8rem);
  padding-bottom: clamp(4rem, 9vw, 8rem);
}
.back-link {
  display: inline-block;
  color: #b8c1b9;
  font-size: 0.78rem;
  text-decoration: none;
  margin-bottom: 5rem;
}
.event-hero h1 {
  font:
    600 clamp(3.5rem, 8vw, 8rem) / 0.94 "Playfair Display",
    serif;
  letter-spacing: -0.06em;
  margin: 0 0 3.5rem;
}
.event-hero h1 em {
  color: var(--gold);
  font-style: italic;
}
.event-meta {
  display: flex;
  gap: 3rem;
}
.event-meta span {
  display: grid;
  gap: 0.3rem;
  border-left: 1px solid var(--gold);
  padding-left: 1rem;
}
.event-meta b {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.event-meta small {
  color: #aeb9b0;
  font-size: 0.7rem;
}
.event-overview {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 8vw, 9rem);
}
.event-overview h2,
.event-countdown h2,
.event-repertoire h2,
.event-note h2,
.internal-boundary h2 {
  font:
    600 clamp(2.7rem, 5.5vw, 5.7rem) / 0.98 "Playfair Display",
    serif;
  letter-spacing: -0.05em;
  margin: 0;
}
.event-overview h2 em,
.event-countdown h2 em,
.event-repertoire h2 em,
.event-note h2 em {
  color: var(--gold);
  font-style: italic;
}
.event-overview p:not(.eyebrow),
.event-repertoire p,
.event-note p,
.internal-boundary p {
  color: var(--muted);
  max-width: 35rem;
}
.event-overview .lead {
  color: var(--ink);
}
.event-details {
  background: #e8e2d6;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 3rem;
}
.details-grid > div {
  background: #e8e2d6;
  padding: 1.7rem 1.5rem 1.5rem 0;
  display: grid;
  gap: 0.6rem;
}
.details-grid strong {
  font:
    1.35rem "Playfair Display",
    serif;
}
.details-grid p {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 0;
  max-width: 16rem;
}
.detail-number {
  color: var(--gold);
  font-size: 0.75rem;
}
.event-countdown {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}
.countdown {
  display: flex;
  gap: 1px;
  background: var(--line);
  border: 0;
  padding: 0;
}
.countdown span {
  background: var(--paper);
  min-width: 6rem;
  padding: 1.3rem 1rem;
  text-align: center;
  display: grid;
}
.countdown b {
  font:
    2.5rem "Playfair Display",
    serif;
  color: var(--ink);
}
.countdown small {
  color: var(--muted);
  font-size: 0.7rem;
}
.event-repertoire {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 8vw, 9rem);
  background: #f8f5ef;
}
.event-repertoire ul {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.event-repertoire li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  font:
    1.1rem "Playfair Display",
    serif;
}
.event-note {
  background: var(--gold);
}
.event-note h2 {
  max-width: 50rem;
}
.event-note > p:not(.eyebrow) {
  color: var(--ink);
  max-width: 34rem;
}
.internal-boundary {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.internal-boundary h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  max-width: 48rem;
}
.internal-boundary span {
  display: inline-block;
  margin-top: 1rem;
  border: 1px solid var(--line);
  padding: 0.7rem 1rem;
  color: var(--muted);
  font-size: 0.75rem;
}
@media (max-width: 800px) {
  .event-overview,
  .event-repertoire {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .details-grid {
    grid-template-columns: 1fr;
  }
  .details-grid > div {
    padding: 1.3rem 0;
  }
  .event-countdown {
    display: grid;
    align-items: start;
  }
  .countdown {
    width: 100%;
  }
  .countdown span {
    min-width: 0;
    flex: 1;
  }
  .back-link {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .event-hero h1 {
    font-size: 3.8rem;
  }
  .event-meta {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .countdown b {
    font-size: 1.8rem;
  }
}
