/* G70 Events — scoped to the event archive and single templates. */
.events-main { --event-serif: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif; --event-coral: #c98372; background: var(--paper); }
.events-main figure { margin: 0; }
.events-main .events-eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.events-main .events-eyebrow.dark { color: #916b20; }
.events-main h1, .events-main h2, .events-main h3 { line-break: strict; word-break: normal; overflow-wrap: normal; text-wrap: balance; }
.site-header .main-nav a.active { color: var(--gold-light); }
.site-header .main-nav a.active::after { right: 0; }
.site-header.is-scrolled .main-nav a.active { color: #9a742d; }

.events-archive-hero { min-height: 690px; padding: 230px 0 120px; color: var(--white); background: var(--navy); }
.events-archive-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.events-archive-hero h1 { max-width: 900px; margin: 0; font-family: var(--event-serif); font-size: clamp(54px, 7vw, 104px); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.events-archive-hero-grid > p { margin: 0 0 12px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.9; }
.events-archive-content { padding: 120px 0 150px; background: #fcfaf6; }
.events-archive-heading { margin-bottom: 50px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.events-archive-heading h2 { margin: 0; font-family: var(--event-serif); font-size: clamp(46px, 5vw, 72px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.events-archive-heading > p { margin: 0 0 7px; color: var(--muted); }
.events-archive-heading strong { color: var(--ink); font-family: var(--event-serif); font-size: 28px; font-weight: 400; }
.event-filters { padding: 22px 0; display: grid; grid-template-columns: repeat(3, 1fr) auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-filters label { padding: 0 28px; display: grid; gap: 3px; color: var(--muted); border-right: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.event-filters label:first-child { padding-left: 0; }
.event-filters select { width: 100%; padding: 6px 24px 4px 0; color: var(--ink); border: 0; background: transparent; font-family: var(--event-serif); font-size: 18px; }
.event-filters button { min-height: 48px; margin-left: 28px; padding: 0 22px; color: var(--ink); border: 1px solid var(--line); background: transparent; cursor: pointer; }
.event-filters button:hover, .event-filters button:focus-visible { border-color: var(--gold); background: var(--white); }
.event-list { margin-top: 56px; }
.event-card { border: 1px solid var(--line); background: var(--white); }
.event-card[hidden], .event-empty-state[hidden] { display: none; }
.event-card > a { min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); }
.event-card-image { position: relative; overflow: hidden; background: var(--navy); }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.event-card:hover .event-card-image img { transform: scale(1.015); }
.event-card-image figcaption { position: absolute; left: 24px; bottom: 20px; padding: 9px 13px; color: var(--white); background: rgba(8,23,35,.88); font-size: 11px; }
.event-card-body { padding: clamp(48px, 6vw, 88px); display: flex; flex-direction: column; }
.event-card-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.event-card-meta span { color: #855f17; font-weight: 700; }
.event-card-body h3 { margin: 55px 0 24px; font-family: var(--event-serif); font-size: clamp(34px, 3.35vw, 50px); font-weight: 400; letter-spacing: -.04em; line-height: 1.12; }
.event-card-body h3 span { display: block; white-space: nowrap; }
html[lang^="en"] .event-card-body h3 span, html[lang^="ja"] .event-card-body h3 span { white-space: normal; }
.event-card-body > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.event-card-footer { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.event-card-footer b { color: var(--ink); }
.event-card-footer b span { color: #855f17; }
.event-empty-state { padding: 64px; text-align: center; border: 1px solid var(--line); background: var(--white); }

.event-hero { padding-top: 104px; color: var(--white); background: var(--navy); }
.event-hero > .container { padding-top: 70px; }
.event-back-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.64); font-size: 12px; }
.event-back-link:hover, .event-back-link:focus-visible { color: var(--gold-light); }
.event-hero-copy { max-width: 1120px; padding: 76px 0 90px; }
.event-hero-copy h1 { max-width: 1100px; margin: 0 0 28px; font-family: var(--event-serif); font-size: clamp(54px, 6.2vw, 94px); font-weight: 400; letter-spacing: -.055em; line-height: 1.04; }
.event-hero-copy .title-event, .event-hero-copy .title-theme { display: block; }
.event-hero-copy .is-cjk-title .title-event { white-space: nowrap; }
.event-hero-copy .is-cjk-title .title-event::after { content: "："; }
.event-hero-copy .is-cjk-title .title-theme > span { display: inline; white-space: nowrap; }
.event-hero-copy .is-global-title { max-width: 1000px; font-size: clamp(48px, 5.25vw, 80px); line-height: 1.04; }
.event-hero-copy .is-global-title .title-theme { margin-top: .28em; color: var(--gold-light); font-size: .68em; letter-spacing: -.025em; line-height: 1.15; }
.event-english-title { margin: 0 0 54px; color: var(--gold-light); font-family: var(--event-serif); font-size: 21px; letter-spacing: .02em; }
.event-lead { max-width: 900px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 2; }
.hero-photo { position: relative; padding: 0 48px 48px; background: var(--navy); }
.hero-photo img { width: 100%; max-height: 78vh; object-fit: cover; object-position: center; }
.hero-photo figcaption, .event-programme-break figcaption { position: absolute; left: 72px; bottom: 70px; padding: 10px 14px; color: var(--white); background: rgba(8,23,35,.9); font-size: 11px; }

.event-facts { padding: 72px 0 84px; background: #fcfaf6; }
.event-facts dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.event-facts dl > div { min-height: 170px; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-facts dt { margin-bottom: 28px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.event-facts dd { margin: 0; font-family: var(--event-serif); font-size: 22px; line-height: 1.45; }
.event-facts small { color: var(--muted); font-family: Arial, sans-serif; font-size: 13px; }
.event-story { padding: 145px 0; background: #fcfaf6; }
.event-story-intro-grid { display: grid; grid-template-columns: 180px minmax(0, 800px); gap: 60px; }
.event-story-number { color: var(--gold); font-family: var(--event-serif); font-size: 20px; }
.event-story-copy h2 { margin: 0 0 36px; font-family: var(--event-serif); font-size: clamp(48px, 5vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.event-story-copy p { margin: 0 0 24px; color: #3f4b51; font-size: 17px; line-height: 2; }
.event-story-copy .event-story-deck { color: var(--ink); font-family: var(--event-serif); font-size: 27px; line-height: 1.65; }
.event-evidence-grid { margin-top: 90px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; align-items: stretch; }
.event-evidence-grid figure, .event-action-gallery figure { position: relative; min-height: 380px; overflow: hidden; background: var(--navy); }
.event-evidence-grid img, .event-action-gallery img { width: 100%; height: 100%; object-fit: cover; }
.event-evidence-grid figcaption, .event-action-gallery figcaption { position: absolute; inset: auto 0 0; padding: 15px 18px; color: rgba(255,255,255,.88); background: rgba(8,23,35,.9); font-size: 11px; }
.event-evidence-grid .figure-wide { grid-column: 1 / -1; min-height: 620px; }
.event-evidence-grid .figure-portrait { grid-row: span 2; min-height: 780px; }
.event-programme-break { position: relative; padding: 48px; background: var(--navy); }
.event-programme-break img { width: 100%; max-height: 84vh; object-fit: cover; }
.event-partnership-section { background: var(--paper); }
.event-preserve-frame { margin-top: 88px; padding: 32px; background: var(--navy); }
.event-preserve-frame img { width: 100%; height: auto; object-fit: contain; }
.event-preserve-frame figcaption { padding: 18px 4px 0; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.68); font-size: 12px; }
.event-preserve-frame figcaption strong { color: var(--gold-light); font-weight: 700; }
.event-action-section { background: #fcfaf6; }
.event-action-gallery { margin-top: 90px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.event-action-gallery figure { min-height: 440px; }
.event-action-gallery .action-dinner { grid-column: 1 / -1; min-height: 650px; }
.event-action-gallery .action-item { grid-column: 1 / -1; min-height: 520px; }
.event-outcome-section { padding: 120px 0; background: #ead7d0; }
.event-outcome-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 96px; align-items: center; }
.event-outcome-copy { position: sticky; top: 130px; align-self: start; padding-top: 48px; }
.event-outcome-copy h2 { margin: 0 0 28px; font-family: var(--event-serif); font-size: clamp(31px, 3.6vw, 52px); font-weight: 400; letter-spacing: -.045em; line-height: 1.13; }
.event-outcome-copy h2 span { display: block; white-space: nowrap; }
html[lang^="en"] .event-outcome-copy h2 span, html[lang^="ja"] .event-outcome-copy h2 span { white-space: normal; }
.event-outcome-copy > p:last-child { color: #704f49; font-size: 13px; }
.event-outcome-evidence { margin: 0; padding: 28px; }
.event-outcome-evidence img { max-height: 980px; }
.event-closing-section { padding: 150px 0; color: var(--white); background: var(--navy); }
.event-closing-section .event-story-copy p { color: rgba(255,255,255,.7); }
.event-closing-section .event-story-deck { color: var(--white); }
.event-closing-link { min-height: 52px; margin-top: 28px; padding-bottom: 6px; display: inline-flex; align-items: center; gap: 48px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--gold-light); font-weight: 700; }

@media (max-width: 1050px) {
  .event-card > a { grid-template-columns: 1fr; }
  .event-card-image { min-height: 460px; }
  .event-card-body { min-height: 480px; }
  .event-story-intro-grid { grid-template-columns: 100px minmax(0, 1fr); }
  .event-outcome-grid { gap: 52px; }
}

@media (max-width: 760px) {
  .events-archive-hero { min-height: 0; padding: 170px 0 78px; }
  .events-archive-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .events-archive-hero h1 { font-size: clamp(48px, 14vw, 66px); line-height: 1.06; }
  html[lang^="en"] .events-archive-hero h1, html[lang^="ja"] .events-archive-hero h1 { font-size: clamp(42px, 11vw, 56px); }
  .events-archive-hero-grid > p { font-size: 16px; }
  .events-archive-content { padding: 80px 0 96px; }
  .events-archive-heading { margin-bottom: 34px; align-items: flex-end; }
  .events-archive-heading h2 { font-size: 50px; }
  .events-archive-heading > p { font-size: 12px; }
  .event-filters { grid-template-columns: 1fr; }
  .event-filters label { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .event-filters button { margin: 16px 0 0; }
  .event-list { margin-top: 34px; }
  .event-card > a { min-height: 0; }
  .event-card-image { min-height: 250px; }
  .event-card-image figcaption { left: 12px; right: 12px; bottom: 12px; }
  .event-card-body { min-height: 500px; padding: 32px 26px; }
  .event-card-meta { flex-direction: column; gap: 4px; }
  .event-card-body h3 { margin: 34px 0 18px; font-size: clamp(31px, 9vw, 36px); }
  .event-card-body h3 span { white-space: normal; }
  .event-card-body > p { font-size: 15px; }
  .event-card-footer { flex-direction: column; gap: 4px; }
  .event-hero { padding-top: 82px; }
  .event-hero > .container { padding-top: 30px; }
  .event-hero-copy { padding: 54px 0 60px; }
  .event-hero-copy h1, .event-hero-copy .is-global-title { font-size: clamp(36px, 10.2vw, 42px); line-height: 1.12; letter-spacing: -.04em; }
  .event-hero-copy .is-cjk-title .title-event::after { content: ""; }
  .event-hero-copy .title-theme { margin-top: .18em; }
  .event-hero-copy .title-theme > span, .event-hero-copy .is-cjk-title .title-theme > span { display: block; white-space: normal; }
  .event-english-title { margin-bottom: 38px; font-size: 17px; }
  .event-lead { font-size: 16px; line-height: 1.85; }
  .hero-photo { padding: 0 12px 12px; }
  .hero-photo img { min-height: 310px; object-fit: cover; }
  .hero-photo figcaption, .event-programme-break figcaption { left: 24px; right: 24px; bottom: 24px; }
  .event-facts { padding: 56px 0 64px; }
  .event-facts dl { grid-template-columns: repeat(2, 1fr); }
  .event-facts dl > div { min-height: 150px; padding: 20px 18px; }
  .event-facts dt { margin-bottom: 18px; }
  .event-facts dd { font-size: 17px; }
  .event-story { padding: 88px 0; }
  .event-story-intro-grid { grid-template-columns: 1fr; gap: 22px; }
  .event-story-number { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .event-story-copy h2 { font-size: 47px; }
  html[lang^="en"] .event-story-copy h2, html[lang^="ja"] .event-story-copy h2 { font-size: 40px; }
  .event-story-copy p { font-size: 16px; line-height: 1.9; }
  .event-story-copy .event-story-deck { font-size: 23px; }
  .event-evidence-grid, .event-action-gallery { margin-top: 54px; grid-template-columns: 1fr; gap: 12px; }
  .event-evidence-grid .figure-wide, .event-evidence-grid .figure-portrait, .event-action-gallery .action-dinner, .event-action-gallery .action-item { grid-column: auto; grid-row: auto; min-height: 0; }
  .event-evidence-grid figure, .event-action-gallery figure { min-height: 0; }
  .event-evidence-grid img, .event-action-gallery img { height: auto; object-fit: contain; }
  .event-evidence-grid figcaption, .event-action-gallery figcaption { position: static; padding: 11px 13px; }
  .event-programme-break { padding: 12px; }
  .event-programme-break img { min-height: 310px; object-fit: cover; }
  .event-preserve-frame { width: calc(100% - 24px); margin-top: 52px; padding: 12px; }
  .event-preserve-frame figcaption { flex-direction: column; gap: 2px; }
  .event-outcome-section { padding: 78px 0; }
  .event-outcome-grid { grid-template-columns: 1fr; gap: 40px; }
  .event-outcome-copy { position: static; padding: 0; }
  .event-outcome-copy h2 { font-size: clamp(32px, 9vw, 36px); }
  .event-outcome-evidence { width: 100%; padding: 12px; }
  .event-outcome-evidence img { max-height: none; }
  .event-closing-section { padding: 92px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .events-main *, .events-main *::before, .events-main *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
