:root {
  --black: #080808;
  --near-black: #11100f;
  --paper: #f2efe7;
  --paper-2: #e8e2d6;
  --red: #ed001c;
  --red-dark: #b90016;
  --white: #fff;
  --muted: #aaa39a;
  --line: rgba(255,255,255,.18);
  --ink-line: rgba(8,8,8,.18);
  --shell: min(1240px, calc(100vw - 96px));
  --header-h: 108px;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--black);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  background: var(--black);
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; top: -80px; left: 16px; z-index: 9999; background: white; padding: 12px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000; height: var(--header-h);
  color: white; transition: transform .35s ease, background .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled { background: rgba(8,8,8,.82); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.site-header.is-hidden { transform: translateY(-100%); }
.header-inner { width: var(--shell); height: 100%; margin: 0 auto; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { width: 166px; position: relative; z-index: 2; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: 12px; letter-spacing: .13em; text-transform: uppercase; text-decoration: none; opacity: .72; transition: opacity .2s; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.menu-button { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px 7px; position: relative; z-index: 2; }
.menu-button span:not(.sr-only) { display: block; height: 1px; background: white; margin: 6px 0; transition: transform .25s, opacity .25s; }

.hero {
  position: relative; min-height: max(840px, 100svh); overflow: hidden; color: white;
  display: grid; place-items: center; background: radial-gradient(circle at 63% 40%, #292624 0, #121110 35%, #050505 72%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.52)); pointer-events: none; }
.hero-noise { position: absolute; inset: 0; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-inner { width: var(--shell); position: relative; z-index: 2; padding-top: calc(var(--header-h) + 46px); padding-bottom: 90px; }
.eyebrow { font-size: 12px; letter-spacing: .25em; margin: 0 0 34px; opacity: .72; }
.hero-title { margin: 0; display: flex; align-items: baseline; line-height: .78; font-size: clamp(112px, 18vw, 280px); letter-spacing: -.08em; font-weight: 900; text-transform: lowercase; }
.hero-title span:nth-child(3) { color: var(--red); transform: translateY(-.08em); }
.hero-title span:nth-child(6) { transform: rotate(-8deg) translateY(.02em); transform-origin: 50% 80%; }
.hero-meta { display: flex; gap: clamp(36px, 8vw, 118px); margin-top: 54px; border-top: 1px solid var(--line); padding-top: 24px; max-width: 820px; }
.hero-meta p { display: grid; gap: 6px; margin: 0; }
.hero-meta strong { font-size: 13px; letter-spacing: .16em; }
.hero-meta span { font-size: 13px; opacity: .66; }
.hero-actions { display: flex; gap: 12px; margin-top: 48px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 25px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 13px; letter-spacing: .04em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; border: 1px solid var(--red); }
.button-primary:hover { background: #ff1830; border-color: #ff1830; }
.button-ghost { border: 1px solid rgba(255,255,255,.36); color: white; }
.button-ghost:hover { border-color: white; }
.hero-mark { position: absolute; right: 5vw; top: 48%; width: min(32vw, 470px); aspect-ratio: 1; border: 2px solid rgba(255,255,255,.16); border-radius: 55% 45% 60% 40% / 48% 58% 42% 52%; transform: translateY(-50%) rotate(11deg); opacity: .65; }
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; inset: 11%; transform: rotate(-19deg); }
.hero-mark::after { inset: 25%; transform: rotate(31deg); }
.mark-eye { position: absolute; width: 18px; height: 18px; background: var(--red); border-radius: 50%; right: 23%; top: 28%; box-shadow: 0 0 35px rgba(237,0,28,.8); }
.mark-tail { position: absolute; width: 42%; height: 42%; border-top: 2px solid rgba(255,255,255,.25); border-radius: 50%; left: -25%; bottom: 5%; transform: rotate(-36deg); }
.hero-scroll { position: absolute; z-index: 3; bottom: 28px; right: 42px; font-size: 10px; letter-spacing: .28em; opacity: .5; writing-mode: vertical-rl; }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px dashed rgba(255,255,255,.1); animation: orbit 24s linear infinite; }
.orbit-a { width: 65vw; aspect-ratio: 1; right: -28vw; top: -30vw; }
.orbit-b { width: 44vw; aspect-ratio: 1; left: -28vw; bottom: -24vw; animation-direction: reverse; animation-duration: 34s; }
@keyframes orbit { to { transform: rotate(360deg); } }

.section-shell { width: var(--shell); margin: 0 auto; }
.section-dark { color: white; background: var(--near-black); }
.section-paper { background: var(--paper); color: var(--black); }
.section-red { background: var(--red); color: white; }
.section-heading .section-index, .section-index { font-size: 11px; letter-spacing: .22em; margin: 0 0 36px; font-weight: 700; }
.section-heading h2, .media-heading h2, .contact-main h2 { margin: 0; font-size: clamp(52px, 6.4vw, 100px); line-height: .95; letter-spacing: -.055em; font-weight: 800; }
.event { padding: 160px 0; }
.event-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.event-card { border-top: 1px solid var(--line); padding-top: 28px; }
.event-label { font-size: 11px; letter-spacing: .22em; opacity: .55; }
.event-theme { font-size: clamp(76px, 10vw, 148px); line-height: .9; letter-spacing: -.07em; margin: 20px 0 58px; font-weight: 800; }
.event-details { margin: 0; border-top: 1px solid var(--line); }
.event-details div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; border-bottom: 1px solid var(--line); padding: 19px 0; }
.event-details dt { font-size: 12px; opacity: .5; }
.event-details dd { margin: 0; font-size: 15px; }
.event-note { max-width: 610px; font-size: 18px; line-height: 1.9; margin: 40px 0 0; opacity: .78; }

.about { position: relative; padding: 170px 0 300px; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; }
.about-copy { max-width: 670px; padding-top: 68px; }
.about-copy p { font-size: clamp(16px, 1.4vw, 20px); line-height: 2.05; margin: 0 0 28px; }
.about-copy .lead { font-size: clamp(25px, 3vw, 42px); font-weight: 800; line-height: 1.45; margin-bottom: 54px; }
.about-ribbon { position: absolute; left: -3%; right: -3%; bottom: 48px; display: flex; gap: 55px; white-space: nowrap; transform: rotate(-3deg); font-size: clamp(50px, 8vw, 120px); line-height: 1; letter-spacing: -.05em; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(8,8,8,.22); }

.artists { padding: 160px 0; }
.artists-header { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; align-items: end; }
.artists-intro { max-width: 620px; font-size: 20px; line-height: 1.8; }
.artists-intro .small { font-size: 13px; opacity: .72; }
.artist-year-switcher { display: flex; gap: 8px; margin: 80px 0 24px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 16px; }
.artist-year-switcher button { border: 0; color: white; background: transparent; font: inherit; font-size: 14px; font-weight: 700; padding: 8px 14px; border-radius: 999px; opacity: .55; cursor: pointer; }
.artist-year-switcher button.is-active { color: var(--red); background: white; opacity: 1; }
.artist-list { min-height: 230px; }
.artist-empty { border: 1px solid rgba(255,255,255,.38); border-radius: var(--radius); padding: clamp(30px, 5vw, 72px); display: grid; grid-template-columns: .35fr 1fr; align-items: center; gap: 24px; background: rgba(255,255,255,.06); }
.artist-empty-year { font-size: clamp(62px, 8vw, 120px); line-height: 1; margin: 0; font-weight: 900; letter-spacing: -.06em; }
.artist-empty > p:not(.artist-empty-year) { font-size: 20px; }
.artist-empty a { grid-column: 2; text-underline-offset: 5px; }
.artist-item { display: grid; grid-template-columns: 72px 1fr 200px; gap: 20px; align-items: baseline; border-top: 1px solid rgba(255,255,255,.35); padding: 20px 0; }
.artist-item p { margin: 0; font-size: 28px; font-weight: 700; }
.artist-item small { text-align: right; opacity: .7; }

.archive { padding: 170px 0; }
.archive-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.archive-sidecopy { max-width: 250px; margin-top: 44px; line-height: 1.8; }
.timeline { border-top: 1px solid var(--ink-line); }
.timeline-row { display: grid; grid-template-columns: 90px 1.1fr .9fr; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--ink-line); align-items: center; transition: padding .25s, background .25s; }
.timeline-row:hover { background: rgba(8,8,8,.035); padding-left: 12px; padding-right: 12px; }
.timeline-row.is-current { color: var(--red); }
.timeline-year { font-size: 13px; font-weight: 800; }
.timeline-edition { margin: 0 0 5px; font-size: 11px; letter-spacing: .08em; opacity: .55; }
.timeline-main h3 { margin: 0; font-size: clamp(22px, 2.2vw, 36px); letter-spacing: -.03em; }
.timeline-detail { text-align: right; }
.timeline-detail p { margin: 2px 0; font-size: 12px; line-height: 1.5; }

.join { padding: 170px 0; }
.join-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.join-lead { font-size: clamp(26px, 3.4vw, 50px); line-height: 1.35; font-weight: 800; margin: 0 0 60px; }
.join-rules { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.join-rules li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.join-rules li span { color: var(--red); font-size: 12px; font-weight: 800; }
.join-rules p { margin: 0; font-size: 18px; line-height: 1.75; }
.join-bottom { margin-top: 46px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.join-bottom p { max-width: 460px; font-size: 14px; line-height: 1.8; opacity: .66; }

.media { padding: 160px 0; }
.media-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.media-card { min-height: 230px; border: 1px solid var(--ink-line); border-radius: var(--radius); padding: 30px; display: flex; align-items: center; gap: 28px; text-decoration: none; background: rgba(255,255,255,.18); transition: transform .25s, background .25s; }
.media-card:hover { transform: translateY(-5px); background: white; }
.media-card img { width: 132px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.media-card span { font-size: 10px; letter-spacing: .2em; opacity: .55; }
.media-card h3 { margin: 10px 0 8px; font-size: 28px; letter-spacing: -.03em; }
.media-card p { margin: 0; font-size: 13px; opacity: .65; }
.media-icon { width: 132px; aspect-ratio: 1; border-radius: 50%; background: var(--black); color: white; display: grid; place-items: center; font-size: 54px; font-weight: 700; flex: 0 0 auto; }

.contact { padding: 160px 0 130px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: end; }
.contact-main h2 { font-size: clamp(74px, 11vw, 170px); }
.contact-mail { display: inline-block; margin-top: 54px; font-size: clamp(20px, 3vw, 44px); font-weight: 800; letter-spacing: -.04em; text-underline-offset: 9px; }
.contact-info { border-top: 1px solid rgba(255,255,255,.48); padding-top: 26px; }
.contact-info p, .contact-info address { font-style: normal; font-size: 13px; line-height: 1.8; margin: 0 0 24px; }
.site-footer { color: white; background: var(--black); padding: 70px 48px 40px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 34px; }
.site-footer img { width: 180px; }
.site-footer p { font-size: 11px; opacity: .55; margin: 0; }
.site-footer .footer-producer { justify-self: center; text-align: center; white-space: nowrap; }
.site-footer .footer-copyright { grid-column: 1 / -1; justify-self: center; text-align: center; margin-top: 2px; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 44px, 720px); --header-h: 86px; }
  .brand { width: 136px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 0; background: var(--black); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 100px 11vw; gap: 12px; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1); }
  .site-nav.is-open { transform: none; }
  .site-nav a { font-size: clamp(30px, 8vw, 58px); line-height: 1.15; letter-spacing: -.04em; font-weight: 800; opacity: 1; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: max(780px, 100svh); align-items: center; }
  .hero-title { font-size: clamp(88px, 22vw, 170px); flex-wrap: wrap; max-width: 86vw; line-height: .74; }
  .hero-title span:nth-child(4) { margin-left: .2em; }
  .hero-mark { width: 68vw; right: -30vw; top: 30%; opacity: .4; }
  .hero-meta { flex-direction: column; gap: 18px; margin-top: 36px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-scroll { display: none; }
  .event, .artists, .archive, .join, .media, .contact { padding: 110px 0; }
  .about { padding: 120px 0 250px; }
  .event-grid, .about-grid, .artists-header, .archive-grid, .join-grid, .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .about-copy { padding-top: 0; }
  .artist-empty { grid-template-columns: 1fr; }
  .artist-empty a { grid-column: auto; }
  .timeline-row { grid-template-columns: 66px 1fr; gap: 16px; }
  .timeline-detail { grid-column: 2; text-align: left; padding-top: 4px; }
  .join-bottom { align-items: flex-start; flex-direction: column; }
  .media-grid { grid-template-columns: 1fr; }
  .media-heading { align-items: flex-start; flex-direction: column; gap: 34px; }
  .contact-info { margin-top: 20px; }
  .site-footer { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .site-footer .footer-producer { justify-self: center; text-align: center; }
  .site-footer .footer-copyright { justify-self: center; text-align: center; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100vw - 34px); --radius: 17px; }
  .hero-inner { padding-top: calc(var(--header-h) + 34px); padding-bottom: 74px; }
  .eyebrow { font-size: 9px; line-height: 1.6; max-width: 270px; }
  .hero-title { font-size: 25vw; letter-spacing: -.09em; }
  .hero-meta { max-width: 94%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 310px; }
  .button { width: 100%; }
  .section-heading h2, .media-heading h2 { font-size: clamp(48px, 15vw, 72px); }
  .event-theme { font-size: 24vw; }
  .event-details div { grid-template-columns: 72px 1fr; }
  .event-note { font-size: 16px; }
  .about-ribbon { font-size: 70px; bottom: 58px; }
  .artists-intro { font-size: 17px; }
  .artist-empty { padding: 28px 22px; }
  .timeline-row { padding: 20px 0; }
  .timeline-main h3 { font-size: 22px; }
  .join-rules li { grid-template-columns: 42px 1fr; gap: 12px; }
  .join-rules p { font-size: 16px; }
  .media-card { min-height: 170px; padding: 22px; gap: 18px; }
  .media-card img, .media-icon { width: 88px; }
  .media-icon { font-size: 34px; }
  .media-card h3 { font-size: 23px; }
  .contact-main h2 { font-size: 23vw; }
  .contact-mail { word-break: break-all; }
}


/* v2 refinements */
body { line-break: strict; }
p, li, dd, address { text-wrap: pretty; }
h1, h2, h3, .lead { text-wrap: balance; }
.line { display: block; }
.keep { white-space: nowrap; }
.venue-note { max-width: 610px; margin: 18px 0 0; font-size: 11px; line-height: 1.8; opacity: .48; }

.origin-map {
  position: relative; z-index: 2; width: var(--shell); margin: 104px auto 0;
  display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px, 6vw, 90px);
  align-items: stretch; border-top: 1px solid var(--ink-line); padding-top: 42px;
}
.origin-copy { display: flex; flex-direction: column; justify-content: center; padding: 20px 0 24px; }
.map-kicker { margin: 0 0 22px; font-size: 10px; letter-spacing: .24em; font-weight: 800; }
.origin-copy h3 { margin: 0; font-size: clamp(48px, 6.5vw, 96px); line-height: .88; letter-spacing: -.06em; }
.origin-copy > p:not(.map-kicker):not(.origin-route):not(.origin-caption) { max-width: 470px; margin: 34px 0 0; font-size: 16px; line-height: 1.9; }
.origin-route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin: 42px 0 0; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.origin-route i { height: 1px; background: var(--black); position: relative; }
.origin-route i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid; border-right: 1px solid; transform: rotate(45deg); }
.origin-caption { margin: 18px 0 0; font-size: 13px; line-height: 1.55; font-weight: 700; }
.map-frame { position: relative; min-height: 440px; overflow: hidden; border-radius: var(--radius); background: #ddd8ce; border: 1px solid var(--ink-line); }
.map-frame iframe { width: 100%; height: 100%; min-height: 440px; border: 0; filter: grayscale(1) contrast(1.08); opacity: .88; }
.map-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(8,8,8,.1); }
.map-pin-label { position: absolute; top: 22px; left: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 999px; background: rgba(242,239,231,.92); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.map-pin-label span { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(237,0,28,.14); }
.map-open { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; border-radius: 999px; background: rgba(8,8,8,.84); color: white; font-size: 10px; text-decoration: none; letter-spacing: .05em; }

.artists-archive-link { margin-top: 30px; display: flex; justify-content: flex-end; }
.quiet-link { display: inline-block; color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-decoration: none; padding: 10px 0 7px; border-bottom: 1px solid currentColor; opacity: .68; transition: opacity .2s, transform .2s; }
.quiet-link:hover { opacity: 1; transform: translateX(3px); }

/* past artists page */
.artists-page { background: var(--paper); }
.artists-page-hero { min-height: 680px; padding: calc(var(--header-h) + 120px) 0 110px; color: white; background: radial-gradient(circle at 76% 22%, #302b28 0, #121110 38%, #080808 72%); display: flex; align-items: flex-end; }
.artists-page-hero h1 { margin: 0; font-size: clamp(88px, 16vw, 240px); line-height: .74; letter-spacing: -.075em; }
.artists-page-lead { margin: 56px 0 0; font-size: clamp(18px, 2vw, 27px); line-height: 1.8; opacity: .76; }
.back-link { margin-top: 44px; }
.past-artists-list { padding: 150px 0 180px; }
.past-artists-intro { max-width: 720px; margin: 0 0 76px auto; font-size: 20px; line-height: 1.8; }
.past-artists-intro p { margin: 0 0 12px; }
.past-artists-intro .small { font-size: 12px; opacity: .58; }
.artist-edition { border-top: 1px solid var(--ink-line); }
.artist-edition:last-of-type { border-bottom: 1px solid var(--ink-line); }
.artist-edition summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 110px 1fr auto; gap: 28px; align-items: center; padding: 28px 0; }
.artist-edition summary::-webkit-details-marker { display: none; }
.artist-edition summary::after { content: "+"; grid-column: 4; font-size: 26px; font-weight: 300; }
.artist-edition[open] summary::after { content: "−"; }
.edition-year { font-size: 13px; font-weight: 900; }
.edition-copy { display: flex; align-items: baseline; gap: 24px; min-width: 0; }
.edition-copy b { font-size: 12px; letter-spacing: .08em; opacity: .54; }
.edition-copy em { font-style: normal; font-size: clamp(27px, 3vw, 46px); font-weight: 800; letter-spacing: -.04em; }
.edition-count { font-size: 9px; letter-spacing: .16em; opacity: .48; white-space: nowrap; }
.past-name-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 72px; padding: 14px 0 52px 138px; }
.past-name-grid p { margin: 0; padding: 18px 0; border-top: 1px solid var(--ink-line); font-size: clamp(20px, 2vw, 31px); font-weight: 700; letter-spacing: -.025em; }
.past-name-grid small { font-size: 9px; margin-left: 8px; opacity: .5; letter-spacing: .1em; }
.past-name-grid.compact { grid-template-columns: 1fr; }
.edition-note { margin: -26px 0 48px 138px; max-width: 640px; font-size: 11px; line-height: 1.8; opacity: .5; }
.recovery-note { margin: 130px 0 0 auto; max-width: 850px; border-left: 8px solid var(--red); padding: 4px 0 4px 38px; }
.recovery-note > p:first-child { margin: 0 0 24px; font-size: 10px; letter-spacing: .2em; font-weight: 900; }
.recovery-note h2 { margin: 0; font-size: clamp(52px, 7vw, 104px); line-height: .86; letter-spacing: -.06em; }
.recovery-note > p:last-child { margin: 34px 0 0; max-width: 560px; line-height: 1.9; }

@media (max-width: 900px) {
  .origin-map { grid-template-columns: 1fr; margin-top: 76px; gap: 34px; }
  .origin-copy { padding-bottom: 0; }
  .map-frame, .map-frame iframe { min-height: 390px; }
  .artists-page-hero { min-height: 620px; padding-top: calc(var(--header-h) + 96px); }
  .past-artists-list { padding: 110px 0 140px; }
  .past-artists-intro { margin-left: 0; margin-bottom: 58px; }
  .artist-edition summary { grid-template-columns: 68px 1fr; gap: 14px; }
  .artist-edition summary::after { grid-column: 3; grid-row: 1; }
  .edition-count { grid-column: 2; margin-top: -8px; }
  .edition-copy { flex-direction: column; gap: 4px; }
  .past-name-grid { grid-template-columns: 1fr; padding-left: 82px; column-gap: 0; }
  .edition-note { margin-left: 82px; }
}

@media (max-width: 520px) {
  .desktop-break { display: none; }
  .keep { white-space: normal; }
  .header-inner { padding-top: 10px; padding-bottom: 10px; }
  .site-nav { padding-top: 130px; padding-bottom: 90px; }
  .hero-meta span { max-width: 270px; line-height: 1.7; }
  .event-details div { grid-template-columns: 92px 1fr; gap: 12px; }
  .event-details dt { line-height: 1.55; }
  .about-copy p { line-height: 1.95; }
  .origin-map { margin-top: 64px; padding-top: 30px; }
  .origin-copy h3 { font-size: 16vw; }
  .map-frame, .map-frame iframe { min-height: 330px; }
  .map-pin-label { top: 14px; left: 14px; max-width: calc(100% - 28px); font-size: 8px; }
  .map-open { right: 12px; bottom: 12px; }
  .artists-archive-link { justify-content: flex-start; }
  .quiet-link { line-height: 1.7; }
  .artists-page-hero { min-height: 560px; padding-top: calc(var(--header-h) + 70px); padding-bottom: 80px; }
  .artists-page-hero h1 { font-size: 24vw; }
  .artists-page-lead { margin-top: 38px; font-size: 17px; }
  .past-artists-intro { font-size: 17px; }
  .artist-edition summary { grid-template-columns: 52px 1fr; padding: 22px 0; }
  .edition-copy em { font-size: 26px; }
  .edition-count { font-size: 8px; }
  .past-name-grid { padding: 6px 0 38px 66px; }
  .past-name-grid p { font-size: 20px; padding: 15px 0; }
  .edition-note { margin: -18px 0 38px 66px; }
  .recovery-note { margin-top: 90px; padding-left: 24px; border-left-width: 5px; }
  .recovery-note h2 { font-size: 15vw; }
}

/* v3 refinements */
.hero-splash {
  position: absolute;
  z-index: 1;
  right: clamp(-120px, -5vw, -40px);
  top: 50%;
  width: min(46vw, 650px);
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(-7deg);
  pointer-events: none;
  opacity: .92;
  filter: saturate(1.15) contrast(1.05);
  mix-blend-mode: screen;
}
.hero-splash svg { width: 100%; height: 100%; overflow: visible; }
.hero-splash .ink { transform-origin: center; }
.hero-splash .ink-magenta { fill: #ff1f68; }
.hero-splash .ink-cyan { fill: #00d4ff; }
.hero-splash .ink-yellow { fill: #ffd400; }
.hero-splash .ink-blue { fill: #5c4dff; }
.hero-splash .splash-main { opacity: .74; }
.hero-splash .splash-drops { opacity: .92; }
.hero-splash::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.2), transparent 62%);
  filter: blur(26px);
}

.media-card-line {
  grid-column: 1 / -1;
  min-height: 176px;
  background: #101512;
  color: white;
  border-color: rgba(8,8,8,.1);
}
.media-card-line:hover { background: #16241b; }
.line-icon {
  background: #06c755;
  font-size: 20px;
  letter-spacing: -.04em;
}
.media-minor-links { display: flex; justify-content: flex-end; margin-top: 22px; }
.media-minor-links a {
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .4;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  transition: opacity .2s;
}
.media-minor-links a:hover { opacity: .9; }

.all-artists-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(36px, 7vw, 110px);
  border-top: 1px solid var(--ink-line);
}
.all-artists-grid li {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--ink-line);
  font-size: clamp(18px, 1.65vw, 27px);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -.025em;
  text-wrap: pretty;
}
.artists-and-more {
  margin: 38px 0 0;
  text-align: right;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.055em;
  opacity: .14;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-splash .splash-main { animation: splash-float 8s ease-in-out infinite; transform-origin: center; }
  .hero-splash .splash-drops { animation: drops-float 11s ease-in-out infinite reverse; transform-origin: center; }
}
@keyframes splash-float {
  0%, 100% { transform: rotate(-1deg) scale(1); }
  50% { transform: rotate(2deg) scale(1.025); }
}
@keyframes drops-float {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(6px,-8px); }
}

@media (max-width: 900px) {
  .hero-splash { width: 78vw; right: -34vw; top: 36%; opacity: .68; }
  .media-card-line { grid-column: auto; }
  .all-artists-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero-splash { width: 96vw; right: -48vw; top: 31%; opacity: .58; }
  .media-minor-links { justify-content: flex-start; margin-top: 18px; }
  .all-artists-grid li { padding: 18px 0; font-size: 18px; line-height: 1.65; }
  .artists-and-more { text-align: left; margin-top: 30px; }
}


/* v4 — roomier header, line-art splash, social wall, playful movement */
:root { --header-h: 122px; }
.header-inner { padding: 17px 0; gap: 26px; }
.brand { width: auto; display: inline-flex; align-items: center; gap: 18px; text-decoration: none; min-width: 0; }
.brand > img { width: 154px; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 5px; min-width: 0; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.22); color: white; line-height: 1.15; }
.brand-copy strong { font-size: 10px; letter-spacing: .13em; white-space: nowrap; }
.brand-copy small { font-size: 10px; letter-spacing: .05em; opacity: .58; white-space: nowrap; }
.site-nav { gap: 25px; margin-left: auto; }
.hero-inner { padding-top: calc(var(--header-h) + 72px); padding-bottom: 112px; }

.hero-splash { right: clamp(-118px,-4vw,-42px); top: 48%; width: min(49vw,690px); opacity: .96; filter: none; mix-blend-mode: normal; }
.hero-splash img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 20px rgba(255,255,255,.04)); }
.hero-splash::after { display: none; }

.instagram-showcase { margin: 0 0 58px; padding: 34px 0 48px; border-top: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line); display: grid; grid-template-columns: .42fr 1.58fr; gap: clamp(30px,6vw,82px); align-items: start; }
.instagram-intro { position: sticky; top: calc(var(--header-h) + 24px); }
.instagram-intro .mini-label { margin: 0 0 22px; font-size: 9px; letter-spacing: .22em; font-weight: 900; opacity: .48; }
.instagram-intro h3 { margin: 0 0 28px; font-size: clamp(28px,3vw,48px); line-height: 1.03; letter-spacing: -.045em; }
.instagram-intro a { font-size: 11px; font-weight: 800; letter-spacing: .05em; text-underline-offset: 5px; }
.instagram-reel { min-width: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.instagram-post { min-width: 0; min-height: 420px; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.instagram-media { min-width: 0 !important; width: 100% !important; max-width: none !important; margin: 0 !important; border: 0 !important; box-shadow: none !important; }
.instagram-media > a { min-height: 420px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; text-decoration: none; color: white; background: linear-gradient(145deg,#ef0022 0%,#111 65%); }
.instagram-media > a span { font-size: 27px; font-weight: 900; line-height: 1.04; letter-spacing: -.04em; }
.instagram-media > a small { font-size: 10px; letter-spacing: .08em; opacity: .7; }

.media-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.media-card { min-height: 196px; padding: 25px; gap: 19px; overflow: hidden; position: relative; }
.media-card::after { content: "↗"; position: absolute; right: 18px; top: 15px; font-size: 12px; opacity: .22; transition: transform .25s, opacity .25s; }
.media-card:hover::after { transform: translate(3px,-3px); opacity: .8; }
.media-card img, .media-icon { width: 86px; }
.media-card h3 { font-size: clamp(20px,1.8vw,28px); }
.media-card-line { grid-column: span 2; background: #101512; }
.media-card-line .social-qr { border-radius: 10px; width: 104px; background: white; padding: 7px; }
.media-card-line:hover { background: #17251c; }
.media-icon-facebook { background: #1877f2; font-family: Arial,sans-serif; text-transform: lowercase; }
.media-icon-youtube { background: #ff0033; font-size: 32px; padding-left: 5px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-title span { animation: letter-drift 7.2s ease-in-out infinite; }
  .hero-title span:nth-child(2) { animation-delay: -.7s; }
  .hero-title span:nth-child(3) { animation-delay: -1.6s; }
  .hero-title span:nth-child(4) { animation-delay: -2.4s; }
  .hero-title span:nth-child(5) { animation-delay: -3.1s; }
  .hero-title span:nth-child(6) { animation-delay: -4.2s; }
  .hero-splash { animation: splash-drift-v4 9s ease-in-out infinite; }
  .about-ribbon { animation: ribbon-slide 18s linear infinite alternate; }
  .playful-nudge { animation: odd-nudge 9s steps(1,end) infinite; }
  .media-card:nth-child(3n+2):hover { transform: translateY(-7px) rotate(.7deg); }
  .media-card:nth-child(3n):hover { transform: translateY(-7px) rotate(-.7deg); }
}
@keyframes letter-drift {
  0%,100% { translate: 0 0; rotate: 0deg; }
  40% { translate: 0 -4px; rotate: -.4deg; }
  68% { translate: 2px 2px; rotate: .3deg; }
}
@keyframes splash-drift-v4 {
  0%,100% { transform: translateY(-50%) rotate(-7deg) scale(1); }
  50% { transform: translateY(-52%) rotate(-4deg) scale(1.018); }
}
@keyframes ribbon-slide { from { translate: -2% 0; } to { translate: 3% 0; } }
@keyframes odd-nudge {
  0%,76%,100% { translate: 0 0; }
  78% { translate: -4px 1px; }
  80% { translate: 3px -1px; }
  82% { translate: 0 0; }
}

@media (max-width: 1100px) {
  .brand-copy strong, .brand-copy small { white-space: normal; }
  .brand-copy { max-width: 155px; }
  .site-nav { gap: 17px; }
  .media-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .media-card-line { grid-column: span 2; }
}

@media (max-width: 900px) {
  :root { --header-h: 96px; }
  .header-inner { padding: 12px 0; }
  .brand { gap: 11px; }
  .brand > img { width: 116px; }
  .brand-copy { max-width: 150px; gap: 3px; padding-left: 11px; }
  .brand-copy strong { font-size: 8px; line-height: 1.25; letter-spacing: .09em; }
  .brand-copy small { font-size: 8px; line-height: 1.35; }
  .hero-inner { padding-top: calc(var(--header-h) + 64px); }
  .hero-splash { width: 84vw; right: -38vw; top: 34%; opacity: .78; }
  .instagram-showcase { grid-template-columns: 1fr; gap: 30px; }
  .instagram-intro { position: static; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px; }
  .instagram-intro .mini-label { grid-column: 1 / -1; margin-bottom: 0; }
  .instagram-intro h3 { margin: 0; }
  .instagram-reel { display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 22px 15px; margin: 0 -22px; scrollbar-width: none; }
  .instagram-reel::-webkit-scrollbar { display: none; }
  .instagram-post { flex: 0 0 min(78vw,390px); scroll-snap-align: center; }
}

@media (max-width: 520px) {
  :root { --header-h: 92px; }
  .header-inner { width: calc(100vw - 26px); }
  .brand > img { width: 104px; }
  .brand-copy { max-width: 130px; padding-left: 9px; }
  .brand-copy strong { font-size: 7.5px; letter-spacing: .055em; }
  .brand-copy small { font-size: 7.5px; letter-spacing: .02em; }
  .menu-button { width: 38px; padding-left: 5px; padding-right: 5px; }
  .hero-inner { padding-top: calc(var(--header-h) + 62px); padding-bottom: 92px; }
  .hero-splash { width: 112vw; right: -58vw; top: 29%; opacity: .7; }
  .instagram-intro { display: block; }
  .instagram-intro h3 { margin: 16px 0 22px; font-size: 34px; }
  .instagram-post, .instagram-media > a { min-height: 390px; }
  .media-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .media-card { min-height: 154px; padding: 17px 14px; gap: 12px; flex-direction: column; align-items: flex-start; justify-content: flex-end; border-radius: 16px; }
  .media-card img, .media-icon { width: 58px; }
  .media-icon { font-size: 24px; }
  .media-card h3 { margin: 7px 0 4px; font-size: 19px; line-height: 1.05; }
  .media-card p { font-size: 10px; line-height: 1.45; }
  .media-card span { font-size: 7px; }
  .media-card-line { grid-column: 1 / -1; min-height: 154px; flex-direction: row; align-items: center; justify-content: flex-start; padding: 18px; }
  .media-card-line .social-qr { width: 92px; flex: 0 0 auto; }
  .media-icon-youtube { font-size: 20px; }
}


/* v5 — no hero graphic, breathing theme word, photo-only Instagram windows */
.hero-title {
  width: max-content;
  max-width: 100%;
  transform-origin: 0 52%;
  will-change: transform, letter-spacing;
}

/* Instagram embeds are clipped to the photographic area only. */
.instagram-photo-only .instagram-post {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  background: #151515;
  isolation: isolate;
}
.instagram-photo-only .instagram-post::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border: 1px solid rgba(8,8,8,.10);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.instagram-photo-only .instagram-media {
  position: absolute !important;
  top: -58px !important;
  left: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: calc(100% + 180px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #151515 !important;
}
.instagram-photo-only .instagram-media > a {
  position: absolute;
  inset: 58px 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 0;
  background: linear-gradient(135deg,#252525,#0a0a0a);
}
.instagram-photo-only .instagram-media iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: calc(100% + 180px) !important;
  border: 0 !important;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-title.reveal.is-visible {
    animation: animal-breathe 7.4s cubic-bezier(.45,0,.2,1) infinite;
  }
  .hero-title span {
    animation: none !important;
  }
}
@keyframes animal-breathe {
  0%, 100% {
    transform: scaleX(.935) scaleY(.985);
    letter-spacing: -.092em;
  }
  48% {
    transform: scaleX(1.035) scaleY(1.012);
    letter-spacing: -.045em;
  }
  58% {
    transform: scaleX(1.022) scaleY(1.006);
    letter-spacing: -.052em;
  }
}

@media (max-width: 900px) {
  .hero-title {
    transform-origin: 50% 52%;
  }
  .instagram-photo-only .instagram-post {
    flex-basis: min(78vw,390px);
  }
}

@media (max-width: 520px) {
  .instagram-photo-only .instagram-post {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .instagram-photo-only .instagram-media,
  .instagram-photo-only .instagram-media iframe {
    height: calc(100% + 160px) !important;
  }
  @keyframes animal-breathe {
    0%, 100% {
      transform: scaleX(.94) scaleY(.988);
      letter-spacing: -.095em;
    }
    50% {
      transform: scaleX(1.018) scaleY(1.008);
      letter-spacing: -.062em;
    }
  }
}

/* v6 — cleaner monochrome Instagram crop, quieter social links */
.instagram-photo-only .instagram-post {
  border-radius: 14px;
  background: #0b0b0b;
  box-shadow: none;
}
.instagram-photo-only .instagram-post::after {
  inset: -1px;
  border: 4px solid #0b0b0b;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.instagram-photo-only .instagram-media {
  top: -72px !important;
  left: -8% !important;
  width: 116% !important;
  min-width: 116% !important;
  max-width: 116% !important;
  height: calc(100% + 230px) !important;
  background: #0b0b0b !important;
}
.instagram-photo-only .instagram-media > a {
  inset: 72px 0 auto;
  background: #0b0b0b;
}
.instagram-photo-only .instagram-media iframe {
  left: -2% !important;
  width: 104% !important;
  min-width: 104% !important;
  max-width: 104% !important;
  height: calc(100% + 230px) !important;
  filter: grayscale(1) contrast(1.12) brightness(.94);
  transform: scale(1.035);
  transform-origin: 50% 0;
}

.media-primary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.media-featured {
  min-height: 238px;
  background: rgba(255,255,255,.26);
}
.media-featured h3 {
  font-size: clamp(27px, 2.6vw, 40px);
}
.media-featured img,
.media-featured .media-icon {
  width: clamp(92px, 10vw, 132px);
}
.social-compact {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.social-chip {
  min-width: 0;
  min-height: 62px;
  padding: 12px 14px;
  border-top: 1px solid var(--ink-line);
  border-bottom: 1px solid var(--ink-line);
  display: flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  opacity: .58;
  transition: opacity .2s, transform .2s, background .2s;
}
.social-chip:hover {
  opacity: 1;
  transform: translateY(-2px);
  background: rgba(255,255,255,.32);
}
.social-mark {
  width: 30px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: -.03em;
}

@media (max-width: 900px) {
  .social-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .media-primary-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .media-featured {
    min-height: 170px;
    padding: 22px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .media-featured img,
  .media-featured .media-icon {
    width: 76px;
  }
  .media-featured h3 {
    margin: 8px 0 5px;
    font-size: 26px;
  }
  .social-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }
  .social-chip {
    min-height: 54px;
    padding: 10px 8px;
    font-size: 10px;
    gap: 8px;
  }
  .social-mark {
    width: 26px;
    height: 26px;
    font-size: 8px;
  }
  .instagram-photo-only .instagram-media,
  .instagram-photo-only .instagram-media iframe {
    height: calc(100% + 210px) !important;
  }
}

/* v7 — compact five-image monochrome Instagram strip + quiet radio line */
.instagram-showcase {
  margin-bottom: clamp(54px, 7vw, 88px);
}
.instagram-showcase .instagram-intro {
  max-width: 360px;
}
.instagram-showcase .instagram-intro h3 {
  font-size: clamp(26px, 2.5vw, 38px);
}
.instagram-showcase .instagram-reel {
  align-self: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.instagram-photo-only .instagram-post {
  width: 100%;
  max-width: 190px;
  justify-self: center;
  border-radius: 10px;
  filter: grayscale(1) contrast(1.12) brightness(.88);
  transition: transform .28s ease, filter .28s ease, opacity .28s ease;
  opacity: .88;
}
.instagram-photo-only .instagram-post:hover {
  transform: translateY(-4px);
  filter: grayscale(1) contrast(1.16) brightness(.96);
  opacity: 1;
}
.instagram-photo-only .instagram-post::after {
  inset: -2px;
  border-width: 7px;
  border-color: #0b0b0b;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.instagram-photo-only .instagram-media {
  top: -92px !important;
  left: -16% !important;
  width: 132% !important;
  min-width: 132% !important;
  max-width: 132% !important;
  height: calc(100% + 285px) !important;
  filter: grayscale(1) contrast(1.12) brightness(.9) !important;
}
.instagram-photo-only .instagram-media > a {
  inset: 92px 0 auto;
}
.instagram-photo-only .instagram-media iframe {
  left: -8% !important;
  width: 116% !important;
  min-width: 116% !important;
  max-width: 116% !important;
  height: calc(100% + 285px) !important;
  filter: grayscale(1) contrast(1.12) brightness(.9) !important;
  transform: scale(1.14);
  transform-origin: 50% 0;
}
.radio-whisper {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 12px;
  font-style: italic;
  letter-spacing: .08em;
  opacity: .44;
  text-align: right;
}

@media (max-width: 1100px) {
  .instagram-showcase .instagram-reel {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .instagram-showcase .instagram-reel::-webkit-scrollbar { display: none; }
  .instagram-photo-only .instagram-post {
    min-width: 150px;
    scroll-snap-align: center;
  }
}

@media (max-width: 900px) {
  .instagram-showcase {
    gap: 24px;
  }
  .instagram-showcase .instagram-intro {
    max-width: none;
  }
  .instagram-showcase .instagram-reel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 44vw);
    grid-template-columns: none;
    gap: 9px;
    padding: 0 22px 12px;
  }
  .instagram-photo-only .instagram-post {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex-basis: auto;
  }
  .radio-whisper {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .instagram-showcase {
    margin-bottom: 48px;
  }
  .instagram-showcase .instagram-intro h3 {
    font-size: 29px;
  }
  .instagram-showcase .instagram-reel {
    grid-auto-columns: minmax(132px, 41vw);
  }
  .instagram-photo-only .instagram-media,
  .instagram-photo-only .instagram-media iframe {
    height: calc(100% + 250px) !important;
  }
  .radio-whisper {
    margin-bottom: 9px;
    font-size: 11px;
  }
}

/* v8 — quieter Instagram, original editorial theme word */
.hero-title {
  display: block;
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: clamp(104px, 17vw, 262px);
  font-weight: 400;
  font-style: italic;
  line-height: .82;
  letter-spacing: -.072em;
  text-transform: lowercase;
}
.hero-title .hero-word {
  display: inline-block;
  color: inherit;
  transform: none;
  rotate: none;
}
.event-theme {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.055em;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-title.reveal.is-visible {
    animation: animal-breathe-v8 8.2s cubic-bezier(.45,0,.2,1) infinite;
  }
  .hero-title .hero-word { animation: none !important; }
}
@keyframes animal-breathe-v8 {
  0%, 100% {
    transform: scaleX(.93) scaleY(.99);
    letter-spacing: -.083em;
  }
  50% {
    transform: scaleX(1.035) scaleY(1.008);
    letter-spacing: -.045em;
  }
}

.instagram-showcase .instagram-reel {
  grid-template-columns: repeat(5, minmax(0, 132px));
  justify-content: end;
  gap: 9px;
}
.instagram-photo-only .instagram-post {
  max-width: 132px;
  border-radius: 8px;
  opacity: .82;
  filter: grayscale(1) contrast(1.08) brightness(.9) !important;
}
.instagram-photo-only .instagram-post::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  background: #7f7f7f;
  mix-blend-mode: saturation;
}
.instagram-photo-only .instagram-post::after {
  z-index: 4;
  inset: -2px;
  border-width: 6px;
}
.instagram-photo-only .instagram-media,
.instagram-photo-only .instagram-media iframe {
  filter: grayscale(1) saturate(0) contrast(1.1) brightness(.9) !important;
}
.instagram-photo-only .instagram-post:hover {
  opacity: 1;
  filter: grayscale(1) contrast(1.12) brightness(.96) !important;
}
.radio-whisper {
  font-size: 11px;
  opacity: .36;
  letter-spacing: .1em;
}

@media (max-width: 1100px) {
  .instagram-showcase .instagram-reel {
    grid-template-columns: repeat(5, 126px);
    justify-content: start;
  }
  .instagram-photo-only .instagram-post {
    min-width: 126px;
    max-width: 126px;
  }
}
@media (max-width: 900px) {
  .hero-title {
    font-size: clamp(84px, 21vw, 160px);
    max-width: 92vw;
    line-height: .83;
  }
  .instagram-showcase .instagram-reel {
    grid-auto-columns: 124px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .instagram-photo-only .instagram-post {
    width: 124px;
    min-width: 124px;
    max-width: 124px;
  }
}
@media (max-width: 520px) {
  .hero-title {
    font-size: 24.5vw;
    letter-spacing: -.075em;
  }
  .event-theme { font-size: 22vw; }
  .instagram-showcase .instagram-reel {
    grid-auto-columns: 112px;
  }
  .instagram-photo-only .instagram-post {
    width: 112px;
    min-width: 112px;
    max-width: 112px;
  }
}

/* v9 — protect the hero word from Safari transform clipping; intentional Instagram line breaks */
.hero-title {
  box-sizing: content-box;
  max-width: none;
  overflow: visible;
  line-height: .9;
  padding: .18em .16em .14em .035em;
  margin: -.18em -.16em -.14em -.035em;
}
.hero-title .hero-word {
  display: inline-block;
  overflow: visible;
  padding-right: .07em;
}

.instagram-showcase {
  grid-template-columns: minmax(292px, .5fr) 1.5fr;
  gap: clamp(34px, 5vw, 68px);
}
.instagram-showcase .instagram-intro {
  max-width: 330px;
}
.instagram-showcase .instagram-intro h3 {
  font-size: clamp(27px, 2.25vw, 35px);
  line-height: 1.02;
}
.instagram-showcase .instagram-intro h3 .line {
  display: block;
}
.instagram-showcase .instagram-intro h3 .instagram-last-line {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .hero-title {
    padding-right: .2em;
    margin-right: -.2em;
  }
  .instagram-showcase {
    grid-template-columns: 1fr;
  }
  .instagram-showcase .instagram-intro {
    max-width: none;
  }
  .instagram-showcase .instagram-intro h3 {
    font-size: clamp(29px, 6vw, 38px);
  }
}

@media (max-width: 520px) {
  .hero-title {
    line-height: .92;
    padding-top: .2em;
    padding-right: .22em;
    margin-top: -.2em;
    margin-right: -.22em;
  }
  .instagram-showcase .instagram-intro h3 {
    font-size: 29px;
  }
}


/* v10 — independently breathing hero letters and locked editorial line breaks */
.hero-title {
  display: flex;
  align-items: baseline;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  overflow: visible;
  padding-right: .24em;
  transform: none !important;
  animation: none !important;
}
.hero-title .hero-letter {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  color: inherit !important;
  font: inherit;
  line-height: inherit;
  margin-right: -.073em;
  padding: .08em 0 .12em;
  transform-origin: 50% 67%;
  will-change: transform;
}
.hero-title .hero-letter:last-child {
  margin-right: 0;
  padding-right: .1em;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-title.reveal.is-visible .hero-letter {
    animation-name: animal-letter-breathe-v10;
    animation-duration: var(--duration, 8s);
    animation-delay: var(--delay, 0s);
    animation-timing-function: cubic-bezier(.42,0,.2,1);
    animation-iteration-count: infinite;
    animation-direction: normal;
  }
}

@keyframes animal-letter-breathe-v10 {
  0%, 100% {
    transform: translate3d(0,0,0) rotate(0deg) scaleX(1) scaleY(1);
  }
  31% {
    transform: translate3d(var(--x1, 0), var(--y1, 0), 0)
               rotate(var(--r1, 0deg))
               scaleX(var(--sx1, 1)) scaleY(var(--sy1, 1));
  }
  67% {
    transform: translate3d(var(--x2, 0), var(--y2, 0), 0)
               rotate(var(--r2, 0deg))
               scaleX(var(--sx2, 1)) scaleY(var(--sy2, 1));
  }
}

.instagram-showcase .instagram-intro h3 .line,
.join .section-heading h2 .line {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .hero-title {
    width: max-content;
    max-width: none;
    padding-right: .28em;
  }
}

@media (max-width: 520px) {
  .hero-title {
    width: max-content;
    max-width: none;
    padding-right: .31em;
  }
  .hero-title .hero-letter {
    margin-right: -.068em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title .hero-letter {
    animation: none !important;
    transform: none !important;
  }
}

/* v11 — spacious, independent breathing letters; Safari-safe final l */
.hero-inner {
  overflow: visible;
}
.hero-title {
  display: flex;
  align-items: baseline;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  overflow: visible;
  letter-spacing: 0;
  line-height: .94;
  padding: .24em .52em .23em .08em;
  margin: -.24em -.52em -.23em -.08em;
  transform: none !important;
  animation: none !important;
}
.hero-title .hero-letter {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  color: inherit !important;
  font: inherit;
  font-style: inherit;
  line-height: 1;
  letter-spacing: 0;
  margin-right: .032em;
  padding: .16em .018em .19em;
  transform-origin: 50% 70%;
  transform: translate3d(var(--x0, 0), var(--y0, 0), 0) rotate(var(--r0, 0deg));
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.hero-title .hero-letter:last-child {
  margin-right: 0;
  padding-right: .24em;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-title .hero-letter,
  .hero-title.reveal.is-visible .hero-letter {
    animation-name: animal-letter-breathe-v11 !important;
    animation-duration: var(--duration, 13s) !important;
    animation-delay: var(--delay, 0s) !important;
    animation-timing-function: cubic-bezier(.42,0,.22,1) !important;
    animation-iteration-count: infinite !important;
    animation-direction: normal !important;
    animation-fill-mode: both !important;
    animation-play-state: running !important;
  }
}

@keyframes animal-letter-breathe-v11 {
  0%, 100% {
    transform: translate3d(var(--x0, 0), var(--y0, 0), 0)
               rotate(var(--r0, 0deg))
               scaleX(.992) scaleY(1.008);
  }
  34% {
    transform: translate3d(var(--x1, 0), var(--y1, 0), 0)
               rotate(var(--r1, 0deg))
               scaleX(1.006) scaleY(.996);
  }
  67% {
    transform: translate3d(var(--x2, 0), var(--y2, 0), 0)
               rotate(var(--r2, 0deg))
               scaleX(.998) scaleY(1.006);
  }
  84% {
    transform: translate3d(var(--x3, 0), var(--y3, 0), 0)
               rotate(var(--r3, 0deg))
               scaleX(1.004) scaleY(.998);
  }
}

@media (max-width: 900px) {
  .hero-title {
    padding-right: .62em;
    margin-right: -.62em;
  }
  .hero-title .hero-letter {
    margin-right: .026em;
  }
  .hero-title .hero-letter:last-child {
    padding-right: .3em;
  }
}

@media (max-width: 520px) {
  .hero-title {
    font-size: 23.2vw;
    padding-top: .3em;
    padding-right: .72em;
    margin-top: -.3em;
    margin-right: -.72em;
  }
  .hero-title .hero-letter {
    margin-right: .021em;
    padding-top: .2em;
    padding-bottom: .24em;
  }
  .hero-title .hero-letter:last-child {
    padding-right: .38em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title .hero-letter {
    animation: none !important;
    transform: translate3d(var(--x0, 0), var(--y0, 0), 0) rotate(var(--r0, 0deg)) !important;
  }
}


/* v12 — each letter tilts independently, like a slow breathing animal */
.hero-title .hero-letter {
  margin-right: .046em;
  transform-origin: 50% 72%;
}
.hero-title .hero-letter:last-child {
  margin-right: 0;
  padding-right: .34em;
}

@media (max-width: 900px) {
  .hero-title .hero-letter { margin-right: .038em; }
  .hero-title .hero-letter:last-child { padding-right: .38em; }
}

@media (max-width: 520px) {
  .hero-title .hero-letter { margin-right: .032em; }
  .hero-title .hero-letter:last-child { padding-right: .44em; }
}


/* v13 — restrained colour breathing + Montana / Bozeman map story */
.hero-title .hero-letter {
  color: var(--letter-color, #f7f4ed) !important;
  transition: color 2.85s cubic-bezier(.42,0,.18,1);
}

/* v14 — slower, continuous one-letter colour breathing */
.hero-title .hero-letter.is-colour-breathing {
  will-change: color;
}

.map-frame-montana {
  min-height: 440px;
  background: #d9d5cc;
}
.map-frame-montana iframe {
  filter: grayscale(1) contrast(1.12) brightness(1.04);
  opacity: .82;
}
.map-logo-note {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: calc(100% - 40px);
  padding: 11px 14px;
  border: 1px solid rgba(8,8,8,.1);
  border-radius: 999px;
  background: rgba(244,241,234,.92);
  box-shadow: 0 8px 28px rgba(8,8,8,.08);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.map-logo-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(237,0,28,.13);
}
.map-logo-note p {
  display: grid;
  gap: 2px;
  margin: 0;
  line-height: 1.2;
}
.map-logo-note strong {
  font-size: 9px;
  letter-spacing: .14em;
}
.map-logo-note small {
  font-size: 9px;
  letter-spacing: .04em;
  opacity: .62;
}
.bozeman-pin {
  position: absolute;
  left: 41.59%;
  top: 72%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translate(-10px,-50%);
  pointer-events: none;
}
.bozeman-pin-dot {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 4px 14px rgba(8,8,8,.24), 0 0 0 1px rgba(8,8,8,.14);
}
.bozeman-pin-dot::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(237,0,28,.34);
  border-radius: 50%;
}
.bozeman-pin-label {
  display: grid;
  gap: 1px;
  min-width: max-content;
  padding: 8px 10px 7px;
  border-radius: 8px;
  background: rgba(8,8,8,.88);
  color: #fff;
  box-shadow: 0 6px 18px rgba(8,8,8,.18);
}
.bozeman-pin-label strong {
  font-size: 10px;
  line-height: 1;
  letter-spacing: .12em;
}
.bozeman-pin-label small {
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: .035em;
  opacity: .66;
}

@media (prefers-reduced-motion: no-preference) {
  .bozeman-pin-dot::after {
    animation: bozeman-pulse 3.2s ease-out infinite;
  }
}
@keyframes bozeman-pulse {
  0%, 35% { transform: scale(.55); opacity: 0; }
  52% { opacity: .9; }
  100% { transform: scale(1.55); opacity: 0; }
}

@media (max-width: 700px) {
  .map-logo-note {
    top: 13px;
    left: 13px;
    max-width: calc(100% - 26px);
    padding: 9px 11px;
  }
  .map-logo-note strong,
  .map-logo-note small { font-size: 8px; }
  .bozeman-pin {
    left: 41.59%;
    top: 72%;
    gap: 6px;
    transform: translate(-8px,-50%);
  }
  .bozeman-pin-label {
    padding: 7px 8px 6px;
  }
  .bozeman-pin-label strong { font-size: 8px; }
  .bozeman-pin-label small { display: none; }
}

/* v15 — rare whole-word cat shiver; breathing letters continue underneath */
@media (prefers-reduced-motion: no-preference) {
  .hero-title.is-cat-shivering {
    animation: animal-cat-shiver-v15 480ms linear both !important;
    transform-origin: 48% 66%;
  }
}

@keyframes animal-cat-shiver-v15 {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  10% { transform: translate3d(-2px, 0, 0) rotate(-.20deg); }
  20% { transform: translate3d(2px, -1px, 0) rotate(.18deg); }
  31% { transform: translate3d(-3px, 1px, 0) rotate(-.26deg); }
  42% { transform: translate3d(3px, 0, 0) rotate(.23deg); }
  54% { transform: translate3d(-2px, -1px, 0) rotate(-.17deg); }
  66% { transform: translate3d(2px, 1px, 0) rotate(.14deg); }
  78% { transform: translate3d(-1px, 0, 0) rotate(-.08deg); }
  90% { transform: translate3d(1px, 0, 0) rotate(.04deg); }
}


/* v16 — a-to-l per-letter shiver wave, first at 3s and then every 3–5s */
.hero-title .hero-letter-glyph {
  display: inline-block;
  color: inherit;
  line-height: inherit;
  transform-origin: 50% 64%;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-title .hero-letter:nth-child(3n + 1) .hero-letter-glyph.is-wave-shivering {
    animation: animal-letter-shiver-left-v16 460ms linear both;
  }
  .hero-title .hero-letter:nth-child(3n + 2) .hero-letter-glyph.is-wave-shivering {
    animation: animal-letter-shiver-right-v16 460ms linear both;
  }
  .hero-title .hero-letter:nth-child(3n) .hero-letter-glyph.is-wave-shivering {
    animation: animal-letter-shiver-up-v16 460ms linear both;
  }
}

@keyframes animal-letter-shiver-left-v16 {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
  12% { transform: translate3d(-2px,0,0) rotate(-.55deg); }
  24% { transform: translate3d(2px,-1px,0) rotate(.65deg); }
  37% { transform: translate3d(-3px,1px,0) rotate(-.75deg); }
  51% { transform: translate3d(2px,0,0) rotate(.55deg); }
  66% { transform: translate3d(-2px,-1px,0) rotate(-.38deg); }
  82% { transform: translate3d(1px,1px,0) rotate(.22deg); }
}

@keyframes animal-letter-shiver-right-v16 {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
  12% { transform: translate3d(2px,-1px,0) rotate(.50deg); }
  24% { transform: translate3d(-2px,1px,0) rotate(-.62deg); }
  37% { transform: translate3d(3px,0,0) rotate(.72deg); }
  51% { transform: translate3d(-2px,-1px,0) rotate(-.52deg); }
  66% { transform: translate3d(2px,1px,0) rotate(.34deg); }
  82% { transform: translate3d(-1px,0,0) rotate(-.18deg); }
}

@keyframes animal-letter-shiver-up-v16 {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
  12% { transform: translate3d(-1px,-2px,0) rotate(-.42deg); }
  24% { transform: translate3d(1px,2px,0) rotate(.58deg); }
  37% { transform: translate3d(-2px,-2px,0) rotate(-.68deg); }
  51% { transform: translate3d(2px,1px,0) rotate(.50deg); }
  66% { transform: translate3d(-1px,-1px,0) rotate(-.31deg); }
  82% { transform: translate3d(1px,1px,0) rotate(.17deg); }
}

/* v17 — Safari-safe glyph paint bounds + guaranteed a-to-l shiver wave */
.hero-title {
  overflow: visible !important;
  padding-top: .48em !important;
  padding-right: .86em !important;
  padding-bottom: .34em !important;
  padding-left: .12em !important;
  margin-top: -.48em !important;
  margin-right: -.86em !important;
  margin-bottom: -.34em !important;
  margin-left: -.12em !important;
  contain: none !important;
}
.hero-title .hero-letter {
  overflow: visible !important;
  contain: none !important;
  padding-top: .30em !important;
  padding-bottom: .26em !important;
}
.hero-title .hero-letter-glyph {
  display: inline-block;
  overflow: visible !important;
  contain: none !important;
  box-sizing: content-box;
  padding: .34em .10em .28em;
  margin: -.34em -.10em -.28em;
  transform-origin: 50% 66%;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  will-change: transform;
}
.hero-title .letter-i .hero-letter-glyph,
.hero-title .letter-l .hero-letter-glyph {
  padding-top: .52em;
  margin-top: -.52em;
}
.hero-title .letter-l,
.hero-title .letter-l .hero-letter-glyph {
  padding-right: .22em;
  margin-right: -.08em;
}

@media (max-width: 900px) {
  .hero-title {
    padding-top: .54em !important;
    padding-right: .96em !important;
    margin-top: -.54em !important;
    margin-right: -.96em !important;
  }
}

@media (max-width: 520px) {
  .hero-title {
    padding-top: .60em !important;
    padding-right: 1.04em !important;
    margin-top: -.60em !important;
    margin-right: -1.04em !important;
  }
  .hero-title .hero-letter-glyph {
    padding-top: .42em;
    margin-top: -.42em;
  }
  .hero-title .letter-i .hero-letter-glyph,
  .hero-title .letter-l .hero-letter-glyph {
    padding-top: .60em;
    margin-top: -.60em;
  }
}


/* v19 bilingual refinement */
.brand-copy .brand-ja,
.sub-ja,
.artist-empty-ja,
.section-subja {
  display:block;
  font-size:.84em;
  line-height:1.65;
  letter-spacing:.01em;
  opacity:.62;
  font-weight:500;
}
.brand-copy .brand-ja { margin-top:-2px; }
.section-subja {
  margin: 14px 0 0;
  max-width: 34ch;
  font-size: 13px;
}
.event-details dd small,
.event-note small,
.venue-note small,
.about-copy p small,
.origin-copy p small,
.artists-intro p small,
.archive-sidecopy small,
.join-lead small,
.join-rules p small,
.join-bottom p small,
.contact-info p small,
.contact-info address small,
.media-card p small,
.artists-page-lead small,
.past-artists-intro p small,
.quiet-link small {
  display:block;
  margin-top:6px;
  font-size:.84em;
  line-height:1.7;
  letter-spacing:.01em;
  opacity:.64;
  font-weight:500;
}
.instagram-intro .subline {
  margin-top:.48em;
  font-size: clamp(18px, 2vw, 23px);
  line-height:1.4;
  letter-spacing:.01em;
  font-weight:600;
  opacity:.56;
}
.artist-empty-ja { margin-top:8px; font-size:14px; }
@media (max-width: 720px) {
  .section-subja { max-width: none; }
  .instagram-intro .subline { font-size: 16px; }
}


/* v20 — bilingual title spacing refinement */
.section-heading h2,
.media-heading h2,
.contact-main h2,
.artists-page-hero h1,
.origin-copy h3 {
  letter-spacing: -.016em !important;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

/* Give large display lines a little more breathing room vertically too. */
.section-heading h2,
.media-heading h2,
.contact-main h2 {
  line-height: .99 !important;
}

@media (max-width: 720px) {
  .section-heading h2,
  .media-heading h2,
  .contact-main h2,
  .artists-page-hero h1,
  .origin-copy h3 {
    letter-spacing: -.008em !important;
  }
}


/* v21 — prevent JOIN heading/button clipping */
.join-grid > *,
.join-content,
.contact-grid > *,
.contact-main,
.contact-info {
  min-width: 0;
}

.join-lead {
  max-width: 14ch;
  font-size: clamp(24px, 3vw, 46px);
}

.join-bottom {
  flex-wrap: wrap;
}

.join-bottom .button {
  margin-left: auto;
  max-width: 100%;
}

@media (max-width: 900px) {
  .join-lead {
    max-width: none;
    font-size: clamp(26px, 6vw, 42px);
  }
  .join-bottom .button {
    margin-left: 0;
  }
}


/* v22 — final JOIN layout correction */
.join-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(56px, 6vw, 96px);
}

.join .section-heading h2 {
  font-size: clamp(54px, 5.2vw, 80px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.join .section-heading h2 .line {
  white-space: nowrap;
}

.join-lead {
  max-width: none;
  margin-bottom: 58px;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.42;
}

.join-lead-en {
  display: block;
}

.join-lead .join-lead-ja {
  display: block;
  max-width: 31em;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: .02em;
  opacity: .56;
  font-weight: 500;
}

.join-bottom {
  width: 100%;
}

.join-bottom .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .join-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 52px;
  }
  .join .section-heading h2 {
    font-size: clamp(50px, 5.5vw, 68px);
  }
  .join-lead {
    font-size: clamp(28px, 3vw, 36px);
  }
}

@media (max-width: 900px) {
  .join-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .join .section-heading h2 {
    font-size: clamp(48px, 14vw, 72px);
  }
  .join .section-heading h2 .line {
    white-space: normal;
  }
  .join-lead {
    font-size: clamp(28px, 7vw, 40px);
  }
  .join-lead .join-lead-ja {
    font-size: 14px;
  }
  .join-bottom .button {
    white-space: normal;
  }
}

/* v23 — iPhone polish: English-first header, centered hero CTAs, compact archive */
@media (max-width: 520px) {
  /* Keep the header visually international: English leads, Japanese is a quiet caption. */
  .brand-copy {
    max-width: 158px;
    gap: 4px;
    padding-left: 11px;
  }
  .brand-copy strong {
    font-size: 9px;
    line-height: 1.22;
    letter-spacing: .09em;
  }
  .brand-copy > small:not(.brand-ja) {
    font-size: 8px;
    line-height: 1.38;
    letter-spacing: .035em;
    opacity: .72;
  }
  .brand-copy .brand-ja {
    margin-top: 0;
    font-size: 6.25px;
    line-height: 1.32;
    letter-spacing: .015em;
    opacity: .38;
  }

  /* Remove the legacy extra gap before the m: read as one word, not “ani mal”. */
  .hero-title .hero-letter:nth-child(4) {
    margin-left: 0 !important;
  }

  /* Center the two first-view actions as a single, balanced group. */
  .hero-actions {
    width: min(100%, 310px);
    margin-left: auto;
    margin-right: auto;
  }

  /* The archive is historically long, so make every year more compact on phones. */
  .archive {
    padding-top: 78px;
    padding-bottom: 84px;
  }
  .archive-grid {
    gap: 32px;
  }
  .archive-sidecopy {
    margin-top: 22px;
    max-width: none;
  }
  .timeline-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
  }
  .timeline-year {
    font-size: 11px;
  }
  .timeline-edition {
    margin-bottom: 2px;
    font-size: 8px;
    line-height: 1.35;
  }
  .timeline-main h3 {
    font-size: 18px;
    line-height: 1.16;
  }
  .timeline-detail {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
    padding-top: 0;
  }
  .timeline-detail p {
    margin: 0;
    font-size: 9px;
    line-height: 1.45;
  }
}


/* v25 — iPhone QA lock: horizontal containment, centered hero, stable menu, readable ribbon */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
}
body { position: relative; }
main,
.site-header,
.site-footer,
section {
  max-width: 100%;
}
body.menu-open {
  overflow: hidden !important;
  touch-action: none;
}

/* The real map marker is now rendered by OpenStreetMap at the exact Bozeman coordinates. */
.bozeman-pin { display: none !important; }

@media (max-width: 900px) {
  .site-header { overflow: visible; }
  .site-nav {
    z-index: 1100;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    min-height: 100vh;
    padding: calc(var(--header-h) + 44px) max(34px, 11vw) 54px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #080808 !important;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%,0,0);
    transition: transform .32s cubic-bezier(.4,0,.2,1), visibility 0s linear .32s;
  }
  .site-nav.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0,0,0);
    transition: transform .32s cubic-bezier(.4,0,.2,1), visibility 0s;
  }
  .site-nav a {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 54px);
    white-space: nowrap;
  }
  .menu-button { z-index: 1200; }
  .brand { z-index: 1200; }
}

@media (max-width: 520px) {
  /* One centered first-view composition. */
  .hero-inner {
    width: min(100% - 30px, 460px);
    text-align: center;
    overflow: visible;
  }
  .eyebrow {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hero-title {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: .12em !important;
    padding-right: .18em !important;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: visible !important;
  }
  .hero-title .hero-letter {
    margin-left: 0 !important;
    margin-right: -.055em !important;
  }
  .hero-title .hero-letter:last-child {
    margin-right: 0 !important;
  }
  .hero-meta {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
  }
  .hero-meta p {
    justify-items: center;
    width: 100%;
  }
  .hero-meta span,
  .hero-meta .sub-ja {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hero-actions {
    justify-items: center;
  }

  /* Show the complete statement once, instead of a cropped moving strip. */
  .about-ribbon {
    left: 0 !important;
    right: 0 !important;
    bottom: 64px !important;
    width: 100% !important;
    padding: 0 12px;
    justify-content: center;
    gap: 0 !important;
    overflow: visible;
    transform: none !important;
    animation: none !important;
    font-size: clamp(25px, 7.1vw, 31px) !important;
    line-height: 1.05;
    letter-spacing: -.025em !important;
    text-align: center;
  }
  .about-ribbon span { display: none; }
  .about-ribbon span:first-child {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  /* Block all accidental page-width expansion from decorative and swipe elements. */
  .hero,
  .hero-inner,
  .hero-orbit,
  .about,
  .about-ribbon,
  .instagram-showcase,
  .instagram-reel,
  .site-footer {
    max-width: 100vw;
  }
}


/* v26 — restore the exact Bozeman badge and make the mobile statement bold again */
.ribbon-break-mobile { display: none; }

/* The badge is positioned from the real map bounds by JavaScript, so it stays on
   Bozeman at every map aspect ratio instead of drifting between Mac and iPhone. */
.bozeman-pin {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease;
}
.bozeman-pin.is-positioned {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 520px) {
  .about-ribbon {
    left: 50% !important;
    right: auto !important;
    bottom: 50px !important;
    width: min(92vw, 390px) !important;
    max-width: none !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    transform: translateX(-50%) rotate(-6deg) !important;
    animation: none !important;
    font-size: clamp(44px, 13.4vw, 58px) !important;
    line-height: .88 !important;
    letter-spacing: -.055em !important;
    text-align: left !important;
    -webkit-text-stroke: 1px rgba(8,8,8,.28);
  }
  .about-ribbon span { display: none !important; }
  .about-ribbon span:first-child {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
  }
  .ribbon-break-mobile { display: block; }
}

/* v27 — mobile optical alignment and map-native coordinate marker */
.bozeman-pin { display: none !important; }

@media (max-width: 520px) {
  .hero-title {
    position: relative;
    left: clamp(5px, 1.55vw, 8px);
  }

  .about-ribbon {
    left: 52.8% !important;
    width: min(96vw, 404px) !important;
    font-size: clamp(48px, 14.45vw, 62px) !important;
    line-height: .87 !important;
  }
}

/* v28 — final iPhone optical tuning */
@media (max-width: 520px) {
  /* Move the top “animal” wordmark just a touch farther right. */
  .hero-title {
    left: clamp(9px, 2.45vw, 12px);
  }

  /* Keep the two-line angle, only increase its presence slightly. */
  .about-ribbon {
    font-size: clamp(51px, 15.2vw, 66px) !important;
  }
}

/* v29 — final iPhone optical alignment and centered footer */
@media (max-width: 520px) {
  /* Top “animal”: a final tiny optical nudge to the right. */
  .hero-title {
    left: clamp(12px, 3.2vw, 15px);
  }

  /* ART IS / NOT A GENRE: retain the scale and angle, shift slightly left. */
  .about-ribbon {
    left: 51.6% !important;
  }

  /* End-of-page logo and production information read as one centered sign-off. */
  .site-footer {
    justify-items: center;
    text-align: center;
    gap: 12px;
  }
  .site-footer img {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer p {
    width: 100%;
    text-align: center;
  }
}


/* ==========================================================================\n   v34 — JOIN / CONTACT motion timing refinement\n   Keeps the v29-v32 visual system intact; uses a 0.5-second pause after scrolling settles, followed by a calm one-second fade-in.\n   ========================================================================== */
.button[type="button"] { font: inherit; cursor: pointer; }
.contact-mail { text-decoration: none; margin-bottom: 28px; }
.contact-section-button {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 5px;
  min-width: min(100%, 360px);
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.62);
  background: transparent;
  color: white;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.contact-section-button > span { font-size: 19px; line-height: 1; }
.contact-section-button small { grid-column: 1 / -1; display: block; font-size: 10px; font-weight: 500; letter-spacing: .04em; opacity: .65; }
.contact-section-button:hover { background: white; color: var(--red); transform: translateY(-2px); }

.floating-contact {
  position: fixed;
  z-index: 1180;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  width: 140px;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(8,8,8,.92);
  color: white;
  box-shadow: 0 10px 35px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, background .2s ease, border-color .2s ease, visibility 1s ease-in-out;
}
.floating-contact::after {
  content: "↗";
  position: absolute;
  right: 14px;
  top: 14px;
  color: var(--red);
  font-size: 17px;
  font-weight: 800;
}
.floating-contact span { display: block; padding: 0 14px 0 6px; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-align: center; }
.floating-contact small { display: block; margin-top: 4px; padding: 0 9px 0 5px; font-size: 9px; opacity: .55; letter-spacing: .04em; text-align: center; }
.floating-contact:hover { transform: translateY(-3px); background: var(--red); border-color: var(--red); }
.floating-contact:hover::after { color: white; }
.floating-contact.is-scroll-moving {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition-duration: .14s, .16s, .2s, .2s, .14s;
}

body.contact-open { overflow: hidden; }
body.contact-open .floating-contact { opacity: 0; visibility: hidden; pointer-events: none; }

.contact-modal[hidden] { display: none !important; }
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}
.contact-modal.is-open { opacity: 1; visibility: visible; }
.contact-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.68); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.contact-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: min(880px, calc(100svh - 40px));
  overflow: auto;
  overscroll-behavior: contain;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  background: rgba(242,239,231,.90);
  color: var(--black);
  backdrop-filter: blur(18px) saturate(.92);
  -webkit-backdrop-filter: blur(18px) saturate(.92);
  box-shadow: 0 34px 110px rgba(0,0,0,.45);
  transform: translateY(18px) scale(.985);
  transition: transform .24s cubic-bezier(.2,.75,.2,1);
}
.contact-modal.is-open .contact-dialog { transform: none; }
.contact-dialog-close {
  position: absolute;
  right: 18px;
  top: 15px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--black);
  font: 300 34px/1 -apple-system, BlinkMacSystemFont, sans-serif;
  cursor: pointer;
}
.contact-dialog-intro {
  min-height: 100%;
  padding: 58px 42px 48px;
  background: rgba(237,0,28,.90);
  color: white;
  display: flex;
  flex-direction: column;
}
.contact-dialog-kicker { margin: 0 0 42px; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.contact-dialog-intro h2 { margin: 0 0 34px; font-size: clamp(58px, 7vw, 104px); line-height: .94; letter-spacing: -.035em; }
.contact-dialog-intro h2 span { display: block; }
.contact-dialog-intro > p:not(.contact-dialog-kicker):not(.contact-dialog-mail) { margin: 0; font-size: 14px; line-height: 1.7; max-width: 310px; }
.contact-dialog-intro .sub-ja { display: block; margin-top: 9px; font-size: 10px; line-height: 1.65; opacity: .7; }
.contact-dialog-mail { margin: auto 0 0; padding-top: 40px; font-size: 12px; font-weight: 700; letter-spacing: .015em; }
.manboze-contact-form { position: relative; padding: 58px 58px 46px; min-width: 0; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.contact-fields label { display: grid; gap: 8px; min-width: 0; }
.contact-fields label > span { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.contact-fields label > span em { margin-left: 5px; color: var(--red); font-style: normal; font-size: 7px; }
.contact-fields input,
.contact-fields select,
.contact-fields textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(8,8,8,.3);
  border-radius: 0;
  background: transparent;
  color: var(--black);
  padding: 9px 0 11px;
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  outline: none;
}
.contact-fields select { cursor: pointer; }
.contact-fields textarea { resize: vertical; min-height: 118px; }
.contact-fields input:focus,
.contact-fields select:focus,
.contact-fields textarea:focus { border-bottom-color: var(--red); box-shadow: 0 1px 0 var(--red); }
.contact-message-field { grid-column: 1 / -1; }
.contact-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form-note { grid-column: 1 / -1; margin: 0; font-size: 10px; line-height: 1.55; opacity: .52; }
.contact-form-note small { display: block; font-size: inherit; }
.contact-form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; min-height: 56px; }
.contact-submit {
  min-width: 140px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--black);
  color: white;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.contact-submit:hover { transform: translateY(-2px); background: var(--red); }
.contact-submit:disabled { opacity: .45; cursor: wait; transform: none; }
.contact-form-status { margin: 0; font-size: 11px; line-height: 1.5; opacity: .7; }
.contact-form-status.is-error { color: var(--red-dark); opacity: 1; }
.contact-success { display: none; min-height: 460px; place-content: center; text-align: center; }
.manboze-contact-form.is-sent .contact-fields { display: none; }
.manboze-contact-form.is-sent .contact-success { display: grid; }
.contact-success-mark { margin: 0; color: var(--red); font-size: clamp(48px, 7vw, 84px); font-weight: 900; letter-spacing: -.05em; }
.contact-success > p:not(.contact-success-mark) { margin: 16px 0 30px; font-size: 15px; }
.contact-success small { display: block; margin-top: 5px; font-size: 10px; opacity: .58; }
.contact-success-close {
  justify-self: center;
  min-width: 130px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  cursor: pointer;
}
.artist-empty-contact {
  grid-column: 2 / -1;
  justify-self: start;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .contact-dialog { grid-template-columns: 1fr; max-height: calc(100svh - 26px); }
  .contact-dialog-intro { min-height: auto; padding: 42px 28px 32px; }
  .contact-dialog-kicker { margin-bottom: 18px; }
  .contact-dialog-intro h2 { font-size: clamp(48px, 13vw, 78px); line-height: .96; letter-spacing: -.025em; margin-bottom: 20px; }
  .contact-dialog-mail { margin-top: 24px; padding-top: 0; }
  .manboze-contact-form { padding: 38px 28px 32px; }
  .contact-fields { gap: 21px 16px; }
  .contact-dialog-close { color: white; }
  .artist-empty-contact { grid-column: auto; }
}

@media (max-width: 520px) {
  .floating-contact {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 120px;
    min-height: 54px;
    padding: 10px 12px;
  }
  .floating-contact::after { right: 12px; top: 11px; font-size: 15px; }
  .floating-contact span { font-size: 9px; }
  .floating-contact small { font-size: 8px; }
  .contact-modal { padding: 0; }
  .contact-dialog { width: 100%; max-height: 100svh; min-height: 100svh; box-shadow: none; }
  .contact-dialog-intro { padding: calc(26px + env(safe-area-inset-top)) 21px 24px; }
  .contact-dialog-intro h2 { font-size: 15.8vw; line-height: .99; letter-spacing: -.012em; }
  .contact-dialog-intro > p:not(.contact-dialog-kicker):not(.contact-dialog-mail) { font-size: 12px; max-width: 290px; }
  .contact-dialog-close { top: calc(11px + env(safe-area-inset-top)); right: 9px; }
  .manboze-contact-form { padding: 30px 21px calc(28px + env(safe-area-inset-bottom)); }
  .contact-fields { grid-template-columns: 1fr; gap: 18px; }
  .contact-message-field, .contact-form-note, .contact-form-actions { grid-column: auto; }
  .contact-form-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .contact-submit { width: 100%; }
  .contact-success { min-height: 310px; }
  .contact-section-button { width: 100%; min-width: 0; }
}

@media print {
  .floating-contact, .contact-modal, .contact-section-button { display: none !important; }
}
