:root {
  --bg: #292929;
  --bg-deep: #202020;
  --bg-soft: #333333;
  --text: #f3f3ef;
  --muted: #a9a9a4;
  --line: #4a4a4a;
  --line-soft: #3d3d3d;
  --font-en: "Aptos", "Segoe UI", Arial, sans-serif;
  --font-ja: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --max: 1760px;
  --pad: clamp(18px, 3.2vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ja);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -70px;
  z-index: 999;
  background: var(--text);
  color: var(--bg-deep);
  padding: 9px 14px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  min-height: 100px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--text);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .25s ease, min-height .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  min-height: 82px;
  background: rgba(41,41,41,.92);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: baseline; gap: 14px; font-family: var(--font-en); }
.brand-main { font-size: 22px; font-weight: 600; letter-spacing: .055em; }
.brand--lockup { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: clamp(12px, 1.3vw, 22px); font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; }
.brand-affiliation { display: grid; gap: 1px; text-align: right; }
.brand-affiliation span { font-size: clamp(11px, 1vw, 16px); font-weight: 500; line-height: 1.12; letter-spacing: .06em; white-space: nowrap; }
.brand-laboratory { font-size: clamp(20px, 2.1vw, 34px); font-weight: 500; line-height: 1; letter-spacing: .015em; white-space: nowrap; }
.brand-sub { font-size: 13px; letter-spacing: .11em; color: var(--muted); }
.global-nav { justify-self: end; display: flex; gap: clamp(24px, 2.35vw, 44px); font-family: var(--font-en); }
.global-nav a { font-size: 15px; letter-spacing: .085em; text-transform: uppercase; color: #e6e6e2; }
.global-nav a:hover { color: white; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  background: var(--bg-deep);
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 46%;
  filter: saturate(1.02) contrast(1.18) brightness(1.02);
  transform: scale(1.002);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.08) 54%, rgba(0,0,0,.03) 100%),
    linear-gradient(0deg, rgba(32,32,32,.46) 0%, transparent 30%, rgba(0,0,0,.01) 65%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  min-height: 82svh;
  margin: auto;
  padding: 128px var(--pad) 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.hero-kicker { margin: 0 0 16px; max-width: 980px; font-family: "Times New Roman", Times, serif; font-size: clamp(19px, 1.45vw, 24px); line-height: 1.5; letter-spacing: .12em; color: #e0e0dc; text-shadow: 0 2px 18px rgba(0,0,0,.72); }
.hero-kicker span { display: block; }
.hero h1 { margin: 0; font-family: "Times New Roman", Times, serif; font-weight: 400; font-size: clamp(68px, 10vw, 172px); line-height: .91; letter-spacing: .012em; }
.hero h1 span { display: block; }
.hero-caption { margin: 28px 0 0; max-width: none; font-size: clamp(30px, 3vw, 48px); line-height: 1.35; letter-spacing: .015em; color: #e2e2de; }
.hero-caption span { display: block; }
.hero-caption-en { font-family: "Times New Roman", Times, serif; white-space: nowrap; }
.hero-meta {
  position: absolute;
  right: var(--pad);
  bottom: 40px;
  z-index: 3;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
  color: rgba(255,255,255,.62);
}

.home-section { padding: clamp(86px, 9vw, 140px) var(--pad); }
.section-inner { max-width: var(--max); margin: auto; }
.section-head {
  display: grid;
  grid-template-columns: minmax(110px, .65fr) minmax(0, 3.35fr);
  gap: clamp(36px, 7vw, 120px);
  margin-bottom: 54px;
  align-items: end;
}
.section-label { margin: 0; font-family: var(--font-en); font-size: 12px; letter-spacing: .17em; color: var(--muted); }
.section-title { margin: 0; font-family: var(--font-en); font-size: clamp(52px, 6.4vw, 104px); line-height: 1; font-weight: 400; letter-spacing: -.045em; white-space: nowrap; }

.upcoming-section {
  padding: clamp(42px, 4.5vw, 66px) var(--pad) 0;
  background: var(--bg);
}
.upcoming-heading {
  margin-bottom: 16px;
}
.upcoming-heading h2 {
  margin: 0;
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .015em;
}
.upcoming-heading h2 [lang="en"] { font-family: var(--font-en); }
.upcoming-list { border-top: 1px solid var(--line); }
.upcoming-item {
  display: grid;
  grid-template-columns: 150px minmax(300px, 1.5fr) minmax(180px, .8fr) 70px;
  gap: clamp(14px, 2vw, 32px);
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.upcoming-item time,
.upcoming-item h3,
.upcoming-item > p {
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.45;
  color: var(--text);
}
.upcoming-item time,
.upcoming-presenter { font-family: var(--font-en); letter-spacing: .04em; }
.upcoming-item h3 {
  margin: 0;
}
.upcoming-item h3 span {
  display: inline;
  font-size: inherit;
  color: inherit;
}
.upcoming-item > p { margin: 0; }
.upcoming-item > p span::before { content: " / "; }
.upcoming-presenter { justify-self: end; }

.news-section { padding-top: clamp(52px, 5vw, 74px); background: var(--bg); }
.news-list { border-top: 1px solid var(--line); }
.news-item {
  display: grid;
  grid-template-columns: 130px 140px minmax(0, 1fr) 36px;
  gap: 24px;
  align-items: center;
  min-height: 98px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, padding .2s ease;
}
.news-item:hover { background: rgba(255,255,255,.026); padding-left: 12px; padding-right: 12px; }
.news-date, .news-category { font-family: var(--font-en); font-size: 12px; letter-spacing: .11em; }
.news-category { color: var(--muted); }
.news-title { margin: 0; font-size: clamp(18px, 1.4vw, 23px); font-weight: 400; }
.news-arrow { justify-self: end; font-family: var(--font-en); color: var(--muted); }
.section-more { display: flex; justify-content: flex-end; margin-top: 30px; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-family: var(--font-en); font-size: 12px; letter-spacing: .13em; }

.contents-section { padding-top: 14px; background: var(--bg-deep); }
.contents-intro {
  display: grid;
  grid-template-columns: minmax(110px, .65fr) minmax(0, 3.35fr);
  gap: clamp(36px, 7vw, 120px);
  margin-bottom: 72px;
}
.contents-copy { max-width: 650px; margin: 0; color: var(--muted); }
.content-links { border-top: 1px solid var(--line); }
.content-link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(70px, .65fr) minmax(0, 3.0fr) minmax(180px, 1fr) 50px;
  gap: clamp(20px, 4vw, 70px);
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.content-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-soft);
  transform: translateY(100%);
  transition: transform .35s ease;
}
.content-link:hover::before { transform: translateY(0); }
.content-link > * { position: relative; z-index: 1; }
.content-index { font-family: var(--font-en); font-size: 10px; letter-spacing: .16em; color: var(--muted); }
.content-name { margin: 0; font-family: var(--font-en); font-size: clamp(40px, 4.9vw, 78px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.content-ja { margin: 0; color: var(--muted); font-size: 13px; }
.content-arrow { justify-self: end; font-family: var(--font-en); font-size: 28px; font-weight: 200; }

.footer {
  padding: 74px var(--pad) 32px;
  background: #191919;
  border-top: 1px solid #373737;
}
.footer-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.7fr 1fr; gap: 50px; }
.footer-brand { margin: 0; font-family: var(--font-en); font-size: 22px; letter-spacing: .09em; }
.footer-copy { margin: 14px 0 0; color: #bdbdb8; font-size: 16px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 32px; font-family: var(--font-en); font-size: 14px; letter-spacing: .065em; color: #e0e0dc; }
.copyright { grid-column: 1 / -1; margin: 58px 0 0; padding-top: 18px; border-top: 1px solid #343434; font-family: var(--font-en); font-size: 11px; letter-spacing: .11em; color: #8a8a85; }

/* internal pages */
.page-hero { padding: 164px var(--pad) 90px; background: var(--bg-deep); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: minmax(110px,.65fr) minmax(0,3.35fr); gap: clamp(36px,7vw,120px); }
.page-kicker { margin: 13px 0 0; font-family: var(--font-en); font-size: 10px; letter-spacing: .2em; color: var(--muted); }
.page-title { margin: 0; font-family: var(--font-en); font-size: clamp(62px, 9vw, 148px); line-height: .9; font-weight: 400; letter-spacing: -.06em; }
.page-subtitle { max-width: 680px; margin: 38px 0 0; color: var(--muted); }
.page-body { padding: clamp(82px, 9vw, 140px) var(--pad); }
.page-body-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: minmax(110px,.65fr) minmax(0,3.35fr); gap: clamp(36px,7vw,120px); }
.placeholder-list { border-top: 1px solid var(--line); }
.placeholder-row { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.placeholder-row span { font-family: var(--font-en); font-size: 10px; letter-spacing: .15em; color: var(--muted); }
.placeholder-row h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 42px); font-weight: 400; }
.placeholder-row p { margin: 0; color: var(--muted); }
.back-home { display: inline-block; margin-top: 48px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-family: var(--font-en); font-size: 10px; letter-spacing: .15em; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { min-height: 82px; }
  .menu-button { justify-self: end; display: flex; align-items: center; gap: 12px; border: 0; background: none; color: inherit; font-family: var(--font-en); font-size: 13px; letter-spacing: .10em; }
  .menu-lines, .menu-lines::before { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-lines { position: relative; }
  .menu-lines::before { content: ""; position: absolute; top: 6px; }
  .menu-button[aria-expanded="true"] .menu-lines { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(90deg); }
  .global-nav { position: fixed; inset: 76px 0 auto 0; display: none; flex-direction: column; gap: 17px; padding: 28px var(--pad) 38px; background: rgba(32,32,32,.98); border-bottom: 1px solid var(--line); }
  .global-nav.is-open { display: flex; }
  .global-nav a { font-size: 19px; }
  .content-link { grid-template-columns: 70px minmax(0,1fr) 42px; }
  .content-ja { display: none; }
}

@media (max-width: 720px) {
  :root { --pad: 21px; }
  .brand-sub { display: none; }
  .hero, .hero-content { min-height: 800px; }
  .hero-image { object-position: 72% center; }
  .hero h1 { font-size: clamp(58px, 18vw, 92px); }
  .hero-caption { max-width: none; font-size: clamp(20px, 5.7vw, 32px); }
  .hero-meta { display: none; }
  .section-head, .contents-intro, .page-hero-inner, .page-body-inner { grid-template-columns: 1fr; gap: 32px; }
  .section-title { font-size: clamp(42px, 14vw, 52px); }
  .news-item { grid-template-columns: 100px 1fr 25px; gap: 14px; min-height: 116px; padding: 22px 0; }
  .news-category { text-align: right; }
  .news-title { grid-column: 1 / -1; }
  .news-arrow { grid-column: 3; grid-row: 1; }
  .content-link { min-height: 118px; grid-template-columns: 44px minmax(0,1fr) 30px; gap: 12px; }
  .content-name { font-size: 38px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { margin-top: 15px; }
  .page-hero { padding-top: 130px; }
  .page-title { font-size: 64px; }
  .placeholder-row { grid-template-columns: 58px 1fr; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* v0.3 — members, publications, presentations and access */
.eyebrow, .mini-heading, .route-label, .presentation-type {
  margin: 0;
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.pi-profile { border-top: 1px solid var(--line); padding: 42px 0 78px; }
.pi-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 36px; align-items: end; }
.member-name { margin: 12px 0 4px; font-size: clamp(38px, 5.2vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.member-name span { display: block; margin-top: 13px; font-family: var(--font-en); font-size: .27em; letter-spacing: .1em; color: var(--muted); }
.member-role { margin: 20px 0 0; color: var(--muted); }
.profile-links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-family: var(--font-en); font-size: 9px; letter-spacing: .12em; }
.profile-links a, .access-links a, .external-bar a, .subsection-heading a { padding-bottom: 3px; border-bottom: 1px solid currentColor; }
.profile-intro { max-width: 850px; margin: 48px 0 62px; font-size: clamp(17px,1.45vw,23px); line-height: 1.9; }
.profile-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(40px,7vw,110px); }
.mini-heading { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { display: grid; grid-template-columns: 145px minmax(0,1fr); gap: 25px; padding: 19px 0; border-bottom: 1px solid var(--line-soft); }
.timeline time { font-family: var(--font-en); font-size: 10px; letter-spacing: .08em; color: var(--muted); }
.timeline div { font-size: 14px; }
.timeline span { color: var(--muted); }
.member-groups { border-top: 1px solid var(--line); }
.member-group { padding: 30px 0 12px; border-bottom: 1px solid var(--line); }
.member-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: end; padding: 25px 0; }
.member-row + .member-row { border-top: 1px solid var(--line-soft); }
.member-row h2 { margin: 0 0 6px; font-size: clamp(27px,3.4vw,48px); font-weight: 400; }
.member-row p { margin: 0; color: var(--muted); }
.member-row > span { font-family: var(--font-en); font-size: 8px; letter-spacing: .15em; color: #757571; }
.alumni-block { margin-top: 92px; padding: 44px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.alumni-block h2 { margin: 12px 0 20px; font-family: var(--font-en); font-size: clamp(36px,4vw,58px); font-weight: 400; }
.alumni-block p:last-child { max-width: 820px; margin-bottom: 0; color: var(--muted); }

.publication-page { padding-bottom: 35px; }
.external-bar { display: flex; justify-content: space-between; gap: 38px; align-items: flex-start; margin-bottom: 45px; }
.external-bar p { max-width: 680px; margin: 0; color: var(--muted); }
.external-bar div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-family: var(--font-en); font-size: 9px; letter-spacing: .12em; }
.publication-list { border-top: 1px solid var(--line); }
.publication-item { display: grid; grid-template-columns: 105px minmax(0,1fr) 35px; gap: clamp(20px,3.5vw,55px); padding: 30px 0; border-bottom: 1px solid var(--line); }
.publication-meta { display: flex; flex-direction: column; gap: 4px; font-family: var(--font-en); }
.publication-meta time { font-size: 15px; }
.publication-meta span { font-size: 8px; letter-spacing: .14em; color: var(--muted); }
.publication-item h3 { margin: 0 0 12px; max-width: 1040px; font-family: var(--font-en); font-size: clamp(17px,1.65vw,24px); line-height: 1.42; font-weight: 400; }
.publication-authors, .publication-journal { margin: 0; font-size: 12px; line-height: 1.65; }
.publication-authors { color: #c8c8c4; }
.publication-journal { margin-top: 5px; color: var(--muted); font-style: italic; }
.publication-link { justify-self: end; font-family: var(--font-en); font-size: 24px; color: var(--muted); }
.publication-item:hover .publication-link { color: white; }
.publication-note { margin: 18px 0 0; font-size: 10px; color: var(--muted); }
.presentation-section { padding-top: 80px; background: var(--bg-deep); }
.subsection-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 42px; }
.subsection-heading h2 { margin: 0; font-family: var(--font-en); font-size: clamp(37px,5vw,74px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.subsection-heading a { font-family: var(--font-en); font-size: 9px; letter-spacing: .11em; }
.presentation-list { border-top: 1px solid var(--line); }
.presentation-item { display: grid; grid-template-columns: 145px minmax(0,1fr); gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.presentation-item time { font-family: var(--font-en); font-size: 11px; letter-spacing: .08em; }
.presentation-item h3 { margin: 8px 0 6px; font-size: clamp(18px,1.8vw,27px); line-height: 1.45; font-weight: 400; }
.presentation-item p:last-child { margin: 0; color: var(--muted); font-size: 13px; }

.access-primary { padding: 10px 0 66px; border-bottom: 1px solid var(--line); }
.access-primary h2 { margin: 18px 0 36px; font-size: clamp(42px,6vw,86px); line-height: 1.2; font-weight: 400; letter-spacing: -.045em; }
.access-primary address { font-style: normal; font-size: clamp(18px,2vw,25px); line-height: 1.7; }
.address-en { margin: 23px 0 0; font-family: var(--font-en); font-size: 13px; line-height: 1.7; color: var(--muted); }
.access-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; font-family: var(--font-en); font-size: 9px; letter-spacing: .12em; }
.route-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-bottom: 1px solid var(--line); }
.route-grid section { min-height: 220px; padding: 38px 34px 38px 0; border-bottom: 1px solid var(--line-soft); }
.route-grid section:nth-child(odd) { border-right: 1px solid var(--line); }
.route-grid section:nth-child(even) { padding-left: 34px; }
.route-grid section:nth-last-child(-n+2) { border-bottom: 0; }
.route-grid h3 { margin: 16px 0 12px; font-family: var(--font-en); font-size: clamp(32px,4vw,54px); font-weight: 400; }
.route-grid p:last-child { margin: 0; color: var(--muted); }
.access-note { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 30px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.access-note p:last-child { max-width: 780px; margin: 0; color: var(--muted); }

.news-archive { border-top: 1px solid var(--line); }
.news-archive article { display: grid; grid-template-columns: 120px 130px minmax(0,1fr); gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.news-archive time, .news-archive > article > span { font-family: var(--font-en); font-size: 10px; letter-spacing: .11em; }
.news-archive > article > span { color: var(--muted); }
.news-archive h2 { margin: 0 0 9px; font-size: clamp(19px,2vw,30px); line-height: 1.5; font-weight: 400; }
.news-archive p { margin: 0; color: var(--muted); }
.news-archive a { display: inline-block; margin-top: 14px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-family: var(--font-en); font-size: 9px; letter-spacing: .12em; }

@media (max-width: 800px) {
  .upcoming-item { grid-template-columns: 112px minmax(0, 1fr); gap: 5px 16px; padding: 12px 0; }
  .upcoming-item h3 { grid-column: 2; }
  .upcoming-item > p:not(.upcoming-presenter) { grid-column: 2; }
  .upcoming-presenter { grid-column: 2; justify-self: start; }
  .pi-heading, .profile-columns, .external-bar, .subsection-heading { grid-template-columns: 1fr; display: grid; }
  .profile-links { align-items: flex-start; margin-top: 10px; }
  .timeline li { grid-template-columns: 108px minmax(0,1fr); gap: 16px; }
  .member-row { grid-template-columns: 1fr; gap: 8px; }
  .member-row > span { justify-self: start; }
  .external-bar div { justify-content: flex-start; }
  .publication-item { grid-template-columns: 72px minmax(0,1fr) 22px; gap: 14px; }
  .presentation-item { grid-template-columns: 95px minmax(0,1fr); gap: 18px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-grid section, .route-grid section:nth-child(even) { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-grid section:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .route-grid section:last-child { border-bottom: 0; }
  .access-note { grid-template-columns: 1fr; gap: 15px; }
  .news-archive article { grid-template-columns: 100px 1fr; gap: 12px 18px; }
  .news-archive article > div { grid-column: 1 / -1; }
}

/* v0.7: Latest News records are gray; the section heading remains white. */
.news-item .news-date,
.news-item .news-category,
.news-item .news-title,
.news-item .news-arrow { color: var(--muted); }

.news-item .news-date,
.news-item .news-category,
.news-item .news-arrow { color: var(--muted); }
.news-item .news-title { color: var(--text); }

/* v0.47 — remove the small left labels and keep page content on one background. */
.page-kicker,
.section-label { display: none !important; }
.photo-page-hero-inner {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: end;
  padding-left: clamp(28px, 5vw, 82px) !important;
  padding-right: clamp(28px, 5vw, 82px) !important;
}

@media (max-width: 520px) {
  .upcoming-item { grid-template-columns: 1fr; gap: 5px; }
  .upcoming-item h3,
  .upcoming-item > p:not(.upcoming-presenter),
  .upcoming-presenter { grid-column: 1; }
  .upcoming-item time { margin-bottom: 4px; }
}
.photo-page-hero-inner > div { max-width: 1120px; }
.page-body-inner {
  display: block !important;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: clamp(4px, 1.2vw, 22px);
  padding-right: clamp(4px, 1.2vw, 22px);
}
.join-index { display: none !important; }
.join-row {
  grid-template-columns: minmax(0, 1fr) !important;
  padding-left: 0 !important;
}
.join-contact,
.access-contact-card,
.presentation-section {
  background: transparent !important;
}
.join-contact,
.access-contact-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.join-contact .eyebrow { display: none; }
.home-section-inner { display: block !important; }
@media (max-width: 720px) {
  .photo-page-hero-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .page-body-inner { padding-left: 0; padding-right: 0; }
}
