@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.7);
  --faint: rgba(255, 255, 255, 0.46);
  --purple: #221852;
  --navy: #0e123a;
  --yellow: #fcea0d;
  --footer: #151515;
  --line: rgba(238, 238, 238, 0.2);
  --shell: 1440px;
  --gutter: 48px;
  --font: "Montserrat", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 58px;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url("../images/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.dialog-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 5000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #000;
  background: var(--yellow);
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.content-shell {
  width: min(calc(100% - var(--gutter)), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  color: #fff;
  background: var(--purple);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-shell {
  position: relative;
  display: flex;
  min-height: 56px;
  width: min(calc(100% - var(--gutter)), var(--shell));
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}

.nav-brand {
  display: none;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 56px);
}

.site-nav a {
  position: relative;
  padding: 17px 0 15px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  height: 1px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="true"]::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 1px;
  margin-block: 5px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: calc(100svh - 56px);
  overflow: hidden;
  background-color: #f4f4f4;
  background-image: url("../images/kv-pc-bg.png");
  background-position: center;
  background-size: cover;
  border-top: 1px solid var(--line);
}

.hero-title {
  position: absolute;
  z-index: 2;
  top: 7%;
  left: 48%;
  height: 88%;
  width: auto;
  max-width: 76vw;
  transform: translateX(-50%);
}

.hero-title-mobile {
  display: none;
}

.hero-note,
.hero-place {
  position: absolute;
  z-index: 3;
  bottom: 1.5%;
  width: 23vw;
  height: auto;
}

.hero-note {
  left: 2%;
}

.hero-place {
  right: 1.5%;
  width: 22vw;
}

.intro-section {
  padding: clamp(80px, 9vw, 126px) 0 110px;
}

.intro-copy {
  text-align: center;
}

.intro-copy > h2 {
  margin-bottom: 32px;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.45;
}

.intro-copy > p {
  max-width: 900px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
}

.event-summary {
  padding-top: 20px;
  font-size: 16px !important;
}

.event-summary strong {
  font-weight: 500;
}

.event-summary span {
  color: var(--muted);
  font-size: 13px;
}

.video-frame {
  position: relative;
  width: min(100%, 800px);
  margin: 70px auto 0;
  overflow: hidden;
  background: #111;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.4);
  aspect-ratio: 16 / 9;
}

.video-frame iframe,
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.make-section {
  padding: 0 0 100px;
}

.make-grid {
  display: grid;
  min-height: 470px;
  padding: clamp(30px, 5vw, 62px);
  align-items: center;
  gap: clamp(35px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.make-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(27px, 3.3vw, 42px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.make-copy p {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
}

.steps {
  padding: 8px 0 0;
  margin: 0 0 30px;
  list-style: none;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.75;
}

.steps span {
  color: #fff;
  font-weight: 500;
}

.make-demo {
  width: 100%;
  height: auto;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.36);
}

.pill-button {
  display: inline-flex;
  min-width: 124px;
  min-height: 42px;
  padding: 10px 28px;
  color: #000;
  background: var(--yellow);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.pill-button:hover {
  color: #fff;
  background: #32343a;
  transform: translateY(-2px);
}

.page-section {
  padding-bottom: 100px;
}

.section-heading {
  padding: 80px 0 42px;
  text-align: center;
}

.section-heading h1,
.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.45;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.section-link {
  display: inline-block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-decoration-color: rgba(252, 234, 13, 0.55);
  text-underline-offset: 4px;
  transition: color 180ms ease;
}

.section-link:hover {
  color: var(--yellow);
}

.about-list {
  display: grid;
  gap: 0;
}

.about-row {
  display: grid;
  min-height: 240px;
  padding: 36px 0;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
}

.about-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.018);
}

.about-image,
.event-tile {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 20px;
  border: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #303030;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  isolation: isolate;
}

.about-image::before,
.event-tile::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  content: "";
  transition: background-color 260ms ease;
}

.about-image:hover::before,
.event-tile:hover::before {
  background: rgba(0, 0, 0, 0.22);
}

.about-image-1 {
  background-image: url("../images/about01_1.jpg");
  background-size: contain;
}

.about-image-2 {
  background-image: url("../images/about02.jpg");
  background-size: contain;
}

.about-image-3 {
  background-image: url("../images/about03.jpg");
}

.about-image-4 {
  background-image: url("../images/about04.jpg");
}

.about-image > span:last-child,
.event-tile span {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.35em;
  line-height: 1.5;
}

.chapter-mark {
  padding-bottom: 8px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}

.about-copy {
  align-self: center;
}

.about-copy h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.about-copy p {
  max-width: 630px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.8;
}

.artist-grid {
  display: grid;
  padding-inline: 0;
  gap: 42px 46px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artist-card,
.partner-card {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.artist-card > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: filter 260ms ease, transform 340ms ease;
}

.artist-card:hover > img {
  filter: brightness(1.08);
  transform: scale(1.02);
}

.card-caption {
  display: flex;
  min-height: 58px;
  padding: 9px 4px 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.card-caption strong {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.card-caption small {
  flex: none;
  padding-top: 1px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.8;
}

.event-grid {
  display: grid;
  min-height: 240px;
  padding: 36px 0;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-tile-1 {
  background-image: url("../images/about01_1.jpg");
  background-size: contain;
}

.event-tile-2 {
  background-image: url("../images/event05.jpg");
}

.event-tile-3 {
  background-image: url("../images/about03.jpg");
}

.section-action {
  display: flex;
  padding: 0 0 36px;
  align-items: center;
  justify-content: center;
}

.partner-grid {
  display: flex;
  padding-bottom: 30px;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.partner-card {
  width: 280px;
  text-align: center;
}

.partner-card img {
  width: 280px;
  height: 140px;
  object-fit: cover;
  transition: filter 260ms ease, transform 260ms ease;
}

.partner-card:hover img {
  filter: brightness(1.15);
  transform: translateY(-3px);
}

.partner-card span {
  display: block;
  padding: 8px 4px 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.visit-content {
  width: 80%;
  margin-inline: auto;
  padding: 42px clamp(22px, 5vw, 60px) 55px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.visit-content > section + section {
  padding-top: 36px;
}

.visit-content h3 {
  margin-bottom: 14px;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.visit-content h4 {
  margin: 22px 0 6px;
  font-size: 17px;
  font-weight: 400;
}

.visit-content p,
.visit-content li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.85;
}

.visit-content ul {
  padding-left: 1.4em;
  margin: 0;
}

.map-frame {
  width: 100%;
  margin-top: 34px;
  background: #1d1d1d;
  aspect-ratio: 16 / 9;
}

.doc-section .section-heading {
  padding: 34px 0 38px;
}

.breadcrumb {
  padding-top: 30px;
  color: var(--faint);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.breadcrumb ol {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.breadcrumb li + li::before {
  margin-right: 8px;
  content: "／";
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--yellow);
}

.breadcrumb [aria-current="page"] {
  color: rgba(255, 255, 255, 0.8);
}

.doc-content {
  width: min(100%, 900px);
  margin-inline: auto;
  padding: 44px clamp(22px, 5vw, 60px) 54px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.doc-content > section + section {
  padding-top: 34px;
}

.doc-content h2 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.doc-content h3 {
  margin: 24px 0 8px;
  font-size: 17px;
  font-weight: 400;
}

.doc-content p,
.doc-content li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.95;
}

.doc-content p {
  margin-bottom: 16px;
}

.doc-content p:last-child {
  margin-bottom: 0;
}

.doc-content ul {
  margin: 0 0 16px;
  padding-left: 1.4em;
}

.doc-content li {
  margin-bottom: 8px;
}

.doc-content li strong {
  font-weight: 500;
}

.doc-content a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(252, 234, 13, 0.55);
  text-underline-offset: 3px;
  transition: color 180ms ease;
}

.doc-content a:hover {
  color: var(--yellow);
}

.doc-meta {
  margin-bottom: 30px;
  color: var(--faint);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.site-footer {
  padding: 56px 0 18px;
  background: var(--footer);
}

.site-footer h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.supporters {
  display: flex;
  max-width: 980px;
  margin: 0 auto 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 42px;
}

.supporter-group {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.supporter-group span {
  color: #818181;
  font-size: 11px;
  font-weight: 400;
}

.supporter-group img {
  width: auto;
  max-width: 145px;
  height: 30px;
  opacity: 0.5;
  object-fit: contain;
}

.supporter-wide img:nth-of-type(2) {
  max-width: 155px;
}

.supporter-group .street-logo {
  width: 45px;
  height: 45px;
  opacity: 0.34;
}

.footer-nav {
  display: flex;
  margin: 6px auto 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 26px;
  font-size: 12px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-nav a:hover {
  color: var(--yellow);
}

.social-links {
  display: flex;
  margin: 18px 0;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.social-links a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, transform 180ms ease;
}

.social-links a:hover {
  color: var(--yellow);
  transform: translateY(-2px);
}

.social-links svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.contact-details {
  display: flex;
  margin: 20px 0;
  align-items: center;
  justify-content: center;
  gap: 12px 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-style: normal;
}

.contact-details a {
  text-decoration: none;
}

.contact-details a:hover {
  color: var(--yellow);
}

.copyright {
  margin-bottom: 0;
  color: #8d8d8d;
  text-align: center;
  font-size: 9px;
}

.back-to-top {
  position: fixed;
  z-index: 900;
  right: 2vw;
  bottom: 2vw;
  display: grid;
  width: 70px;
  height: 70px;
  color: #000;
  background: var(--yellow);
  border-radius: 50%;
  place-items: center;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #fff;
}

.back-to-top svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.detail-dialog {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 0 0 92px;
  overflow: visible;
  color: #fff;
  background: transparent;
  border: 0;
}

.detail-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(3px);
}

.detail-panel,
.event-dialog-panel {
  overflow: auto;
  width: min(900px, 86vw);
  max-height: 78vh;
  margin: 0 auto;
  background-color: var(--navy);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/card-bg.jpg");
  background-position: center;
  background-size: auto;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
  scrollbar-color: var(--yellow) rgba(0, 0, 0, 0.3);
  scrollbar-width: thin;
}

.detail-panel {
  display: grid;
  min-height: min(650px, 76vh);
  padding: 26px;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.detail-panel > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.detail-copy {
  padding: 28px 22px 28px 0;
  align-self: center;
}

.detail-copy h2 {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}

.detail-copy h3 {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.detail-copy p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.85;
}

.dialog-close {
  position: absolute;
  right: 50%;
  bottom: 6px;
  display: grid;
  width: 70px;
  height: 70px;
  padding: 0;
  background: var(--yellow);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  place-items: center;
  transform: translateX(50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.dialog-close::before {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1.5px solid #000;
  border-radius: 50%;
  content: "";
}

.dialog-close span,
.dialog-close span::after {
  width: 24px;
  height: 2px;
  background: #000;
}

.dialog-close span {
  transform: rotate(45deg);
}

.dialog-close span::after {
  display: block;
  content: "";
  transform: rotate(90deg);
}

.dialog-close:hover {
  background: #fff;
  transform: translateX(50%) rotate(4deg);
}

.event-dialog-panel {
  padding: 10px 26px;
}

.event-detail {
  display: grid;
  min-height: 185px;
  padding: 16px 0;
  gap: 36px;
  grid-template-columns: minmax(190px, 0.68fr) minmax(0, 1.32fr);
  border-bottom: 1px solid var(--line);
}

.event-detail:last-child {
  border-bottom: 0;
}

.event-detail img {
  width: 100%;
  height: 100%;
  min-height: 155px;
  object-fit: cover;
}

.event-detail > div {
  align-self: center;
}

.event-detail span {
  display: block;
  margin-bottom: 1px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.event-detail h3 {
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}

.event-detail h4 {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.event-detail p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  :root {
    --gutter: 36px;
  }

  .nav-shell {
    justify-content: space-between;
  }

  .nav-brand,
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 56px;
    right: calc(var(--gutter) / -2);
    left: calc(var(--gutter) / -2);
    display: flex;
    padding: 12px 20px 20px;
    flex-direction: column;
    gap: 0;
    background: var(--purple);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .js .site-nav {
    display: none;
  }

  .js .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 11px 4px;
    text-align: center;
  }

  .site-nav a::after {
    bottom: 7px;
  }

  .make-grid {
    grid-template-columns: 1fr;
  }

  .make-demo {
    grid-row: 1;
  }

  .about-row {
    padding: 24px 0;
    grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1.2fr);
  }

  .artist-grid {
    gap: 34px 28px;
  }

  .visit-content {
    width: 90%;
  }

  .contact-details {
    flex-direction: column;
  }

  .footer-nav {
    gap: 8px 18px;
  }

  .detail-panel {
    width: min(92vw, 760px);
    gap: 24px;
  }

  .event-dialog-panel {
    width: min(92vw, 760px);
  }
}

@media (max-width: 680px) {
  :root {
    --gutter: 28px;
  }

  body {
    font-size: 14px;
    background-size: auto 100%;
  }

  html {
    scroll-padding-top: 58px;
  }

  .hero {
    min-height: calc(100svh - 56px);
    background-position: 54% center;
  }

  .hero-title-desktop {
    display: none;
  }

  .hero-title-mobile {
    display: block;
    top: 7%;
    left: 50%;
    width: 80%;
    max-width: 80vw;
    height: 86%;
  }

  .hero-note {
    bottom: 1.5%;
    left: 3%;
    width: 42vw;
  }

  .hero-place {
    right: 3%;
    bottom: 1.5%;
    width: 42vw;
  }

  .intro-section {
    padding: 72px 0 80px;
  }

  .intro-copy > h2 {
    margin-bottom: 26px;
    font-size: 28px;
    letter-spacing: 0.07em;
  }

  .intro-copy > p {
    font-size: 14px;
  }

  .intro-copy > p:not(.event-summary) br {
    display: none;
  }

  .video-frame {
    margin-top: 48px;
  }

  .make-section,
  .page-section {
    padding-bottom: 72px;
  }

  .make-grid {
    padding: 28px 20px 34px;
    gap: 30px;
  }

  .make-copy h2 {
    font-size: 27px;
  }

  .steps {
    font-size: 12px;
  }

  .section-heading {
    padding: 62px 0 30px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .about-row {
    min-height: 0;
    padding: 14px 0 30px;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 210px;
  }

  .about-copy {
    padding-inline: 8px;
  }

  .about-copy h3 {
    font-size: 17px;
  }

  .about-copy p {
    font-size: 13px;
  }

  .artist-grid {
    padding-inline: 0;
    gap: 30px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-caption {
    min-height: 70px;
  }

  .card-caption strong {
    font-size: 11px;
  }

  .card-caption small {
    font-size: 8px;
  }

  .event-grid {
    min-height: 0;
    padding: 12px 0 30px;
    grid-template-columns: 1fr;
  }

  .event-tile {
    min-height: 190px;
  }

  .partner-grid {
    flex-direction: column;
    align-items: center;
  }

  .partner-card,
  .partner-card img {
    width: min(100%, 320px);
  }

  .partner-card img {
    height: auto;
    aspect-ratio: 2 / 1;
  }

  .visit-content {
    width: 100%;
    padding: 28px 18px 36px;
  }

  .visit-content h3 {
    font-size: 23px;
  }

  .visit-content p,
  .visit-content li {
    font-size: 13px;
  }

  .doc-content {
    padding: 28px 18px 36px;
  }

  .doc-content h2 {
    font-size: 21px;
  }

  .doc-content h3 {
    font-size: 16px;
  }

  .doc-content p,
  .doc-content li {
    font-size: 13px;
  }

  .doc-section .section-heading {
    padding: 26px 0 30px;
  }

  .breadcrumb {
    padding-top: 24px;
    font-size: 11px;
  }

  .map-frame {
    aspect-ratio: 4 / 5;
  }

  .site-footer {
    padding-top: 45px;
  }

  .site-footer h2 {
    font-size: 30px;
  }

  .supporters {
    gap: 24px;
  }

  .supporter-group,
  .supporter-wide {
    width: 100%;
    flex-wrap: wrap;
  }

  .contact-details {
    font-size: 11px;
    gap: 5px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }

  .detail-dialog {
    padding-bottom: 78px;
  }

  .detail-panel {
    display: block;
    width: 92vw;
    min-height: 0;
    max-height: 78vh;
    padding: 18px;
  }

  .detail-panel > img {
    height: 38vh;
    min-height: 260px;
  }

  .detail-copy {
    padding: 22px 4px 10px;
  }

  .detail-copy h2 {
    font-size: 19px;
  }

  .dialog-close {
    width: 60px;
    height: 60px;
  }

  .dialog-close::before {
    width: 51px;
    height: 51px;
  }

  .event-dialog-panel {
    width: 92vw;
    max-height: 78vh;
    padding: 8px 18px;
  }

  .event-detail {
    padding: 18px 0 24px;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .event-detail img {
    height: 210px;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
