
:root {
  --red: #B5121B;
  --red-soft: #f5d6d8;
  --black: #0a0a0a;
  --ink: #1a1a1a;
  --ink2: #3a3a3a;
  --muted: #6a6a6a;
  --muted2: #8a8a8a;
  --line: #d8d8d8;
  --hairline: #ececec;
  --ultralight: #f6f5f2;
  --bg: #ffffff;
  --serif-jp: "Yu Mincho", "YuMincho", "游明朝", "Noto Serif JP", serif;
  --serif-latin: "Cormorant Garamond", "Yu Mincho", "游明朝", serif;
  --sans: "Inter", -apple-system, "Helvetica Neue", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink);
  font-family: var(--serif-jp); font-weight: 300;
  line-height: 1.75; -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
/* ========== TOP NAV ========== */
.topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 40px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.logo {
  font-family: var(--serif-latin);
  font-size: 24px; font-weight: 400; letter-spacing: 0.02em;
  font-style: italic;
}
.logo .e { color: var(--red); font-style: normal; }
.topnav-right {
  display: flex; gap: 28px;
  font-family: var(--sans);
  font-size: 10.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--muted); font-weight: 400;
  align-items: center;
}
.topnav-right a { transition: color .25s; position: relative; }
.topnav-right a:hover { color: var(--red); }
.topnav-entry {
  color: var(--black) !important;
  padding: 8px 16px;
  border: 1px solid var(--black);
  transition: background .3s, color .3s;
}
.topnav-entry:hover { background: var(--black); color: #fff !important; }
/* ========== HERO ========== */
.hero {
  padding: 120px 40px 80px;
  max-width: 1400px; margin: 0 auto;
  position: relative;
}
.hero-top {
  display: flex; justify-content: space-between;
  padding-bottom: 24px; border-bottom: 1px solid var(--line);
  margin-bottom: 60px;
  font-family: var(--sans);
  font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted);
}
.hero-top .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red); display: inline-block; margin-right: 8px; vertical-align: middle; }
.hero-main {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: end;
  min-height: 440px;
}
.hero-title {
  font-family: var(--serif-latin);
  font-size: clamp(80px, 13vw, 200px);
  font-weight: 300; line-height: 0.88;
  letter-spacing: -0.03em;
  color: var(--black); font-style: italic;
}
.hero-title .e { color: var(--red); font-style: normal; display: inline-block; transform: translateY(-0.04em); }
.hero-title-sub {
  font-family: var(--serif-jp);
  font-size: 22px; font-weight: 300;
  line-height: 1.9; letter-spacing: 0.06em;
  color: var(--ink);
  margin-top: 32px;
}
.hero-title-sub .mark { color: var(--red); }
.hero-title-en {
  font-family: var(--serif-latin);
  font-style: italic; font-size: 14px;
  color: var(--muted); letter-spacing: 0.02em;
  margin-top: 14px;
}
/* Hero visual — abstract composition echoing the ï mark */
.hero-visual {
  position: relative; aspect-ratio: 5/4; width: 100%;
  overflow: hidden;
  background: var(--ultralight);
}
.hv-circle {
  position: absolute; top: 14%; left: 20%;
  width: 50%; aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.hv-sphere {
  position: absolute; top: 44%; left: 12%;
  width: 34%; aspect-ratio: 1;
  background: radial-gradient(circle at 30% 28%, #fff 0%, #f2efe8 40%, #d9d3c6 100%);
  border-radius: 50%;
  box-shadow: 0 30px 50px -15px rgba(0,0,0,0.25);
}
.hv-red {
  position: absolute; top: 16%; left: 50%;
  width: 22%; aspect-ratio: 1;
  background: radial-gradient(circle at 40% 35%, #d94953 0%, #B5121B 55%, #8c0d14 100%);
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.hv-imark {
  position: absolute; top: 8%; left: 28%;
  font-family: var(--serif-latin);
  font-size: 280px; line-height: 0.7;
  color: var(--black);
  font-style: italic; font-weight: 300;
}
.hv-caption {
  position: absolute; top: 50%; right: 30px;
  transform: translateY(-50%);
  text-align: right;
  font-family: var(--serif-latin);
  font-style: italic;
  color: var(--ink);
  max-width: 160px;
}
.hv-caption .cap-eyebrow {
  font-family: var(--sans);
  font-size: 9px; letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted); font-style: normal;
  margin-bottom: 10px; display: block;
}
.hv-caption .cap-formula {
  font-size: 22px; line-height: 1.1;
  color: var(--black); letter-spacing: 0.02em;
  font-weight: 400;
}
.hv-caption .cap-formula .r { color: var(--red); font-style: italic; }
.hv-caption .cap-desc {
  font-family: var(--serif-jp);
  font-size: 10.5px; font-style: normal;
  color: var(--muted); line-height: 1.8;
  letter-spacing: 0.1em; margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.hv-line-diag {
  position: absolute; top: 72%; left: -4%;
  width: 44%; height: 1px;
  background: var(--ink);
  transform: rotate(-34deg); transform-origin: left center;
}
.hv-label {
  position: absolute; top: 5%; left: 5%;
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--muted);
}
.hv-label.tr { top: auto; left: auto; bottom: 5%; right: 5%; }
/* ========== SECTION HEADER (reusable) ========== */
.section {
  max-width: 1400px; margin: 0 auto;
  padding: 0 40px; margin-bottom: 100px;
}
.sec-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px; align-items: end;
  padding-bottom: 28px; border-bottom: 1px solid var(--black);
  margin-bottom: 48px;
}
.sec-num {
  font-family: var(--sans);
  font-size: 10.5px; letter-spacing: 0.3em;
  color: var(--muted); text-transform: uppercase;
}
.sec-title {
  font-family: var(--serif-jp);
  font-size: 34px; font-weight: 300;
  letter-spacing: 0.06em; color: var(--black);
  line-height: 1.2;
}
.sec-title .mark { color: var(--red); }
.sec-title .latin {
  display: block;
  font-family: var(--serif-latin);
  font-style: italic; font-size: 14px;
  color: var(--muted); letter-spacing: 0.02em;
  margin-top: 6px; font-weight: 400;
}
.sec-link {
  font-family: var(--serif-latin);
  font-size: 14px; font-style: italic;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 10px;
  transition: color .25s;
}
.sec-link:hover { color: var(--red); }
.sec-link .arr { transition: transform .3s; }
.sec-link:hover .arr { transform: translateX(5px); }
/* ========== ARTICLES GRID ========== */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 32px;
}
.article {
  display: flex; flex-direction: column;
  cursor: pointer;
}
.article-thumb {
  position: relative; width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--ultralight);
  margin-bottom: 18px;
}
.article-thumb.thumb-size-wide     { aspect-ratio: 16/9; }
.article-thumb.thumb-size-square   { aspect-ratio: 1/1; }
.article-thumb.thumb-size-portrait { aspect-ratio: 3/4; }
.article-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.1);
  transition: transform 1.1s ease, filter .6s;
}
.article:hover .article-thumb img { transform: scale(1.06); filter: grayscale(0); }
.article-cat {
  display: none;
}
.article-cat[style*="background"] {
  display: inline-block;
  position: absolute; top: 12px; left: 12px;
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #fff;
  font-weight: 500;
}
.article-num {
  position: absolute; top: 12px; right: 14px;
  font-family: var(--serif-latin);
  font-size: 13px; font-style: italic;
  color: var(--ink); opacity: 0.7;
}
.article-title {
  font-family: var(--serif-jp);
  font-size: 17px; line-height: 1.6;
  font-weight: 400; letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 12px;
  transition: color .3s;
  /* Clamp to 3 lines */
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.article:hover .article-title { color: var(--red); }
.article-excerpt {
  font-family: var(--serif-jp);
  font-size: 12.5px; line-height: 1.8;
  color: var(--muted); letter-spacing: 0.04em;
  margin-bottom: 14px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.article-meta {
  margin-top: auto;
  display: flex; justify-content: space-between;
  font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.15em;
  color: var(--muted2); text-transform: uppercase;
  padding-top: 14px; border-top: 1px solid var(--hairline);
}
.article-meta .author { color: var(--ink); letter-spacing: 0.08em; text-transform: none; font-family: var(--serif-jp); font-size: 11.5px; }
/* Thumbnail variants — abstract */
.thumb-type {
  position: relative; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.thumb-type .bg-label {
  position: absolute; bottom: 14px; right: 14px;
  font-family: var(--serif-latin);
  font-style: italic; font-size: 13px;
  color: rgba(0,0,0,0.35); letter-spacing: 0;
}
/* Formula Z = D + iD */
.thumb-formula {
  background: linear-gradient(160deg, #f8f6f1 0%, #eee8dd 100%);
}
.thumb-formula .formula {
  font-family: var(--serif-latin);
  font-size: 62px; font-weight: 400; font-style: italic;
  color: var(--black); letter-spacing: -0.01em;
}
.thumb-formula .formula .i { color: var(--red); }
.thumb-formula .formula .sub {
  font-size: 16px; color: var(--muted); font-style: normal;
  letter-spacing: 0.15em; text-transform: uppercase;
  display: block; margin-top: 12px; text-align: center;
  font-family: var(--sans); font-weight: 400;
}
/* Big ï */
.thumb-imark { background: #f1ede5; }
.thumb-imark .big-i {
  font-family: var(--serif-latin);
  font-size: 180px; line-height: 0.9;
  color: var(--black); font-style: italic; font-weight: 300;
}
.thumb-imark .big-i .dots {
  color: var(--red);
  letter-spacing: -0.04em;
}
/* Quote/tagline */
.thumb-quote {
  background: var(--black); color: #fff;
  padding: 52px 26px 26px;
  align-items: flex-start; justify-content: flex-start;
}
.thumb-quote .q {
  font-family: var(--serif-jp);
  font-size: 19px; line-height: 1.7;
  font-weight: 300; letter-spacing: 0.06em;
}
.thumb-quote .q .mark { color: var(--red); }
.thumb-quote .bg-label { color: rgba(255,255,255,0.45); }
/* Geometric circle */
.thumb-geo {
  background: #ede7dc;
}
.thumb-geo .geo-inner { position: relative; width: 100%; height: 100%; }
.thumb-geo .c1 {
  position: absolute; top: 18%; left: 14%;
  width: 62%; aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.thumb-geo .c2 {
  position: absolute; top: 38%; left: 40%;
  width: 26%; aspect-ratio: 1;
  background: var(--red);
  border-radius: 50%;
  opacity: 0.88;
}
.thumb-geo .c3 {
  position: absolute; top: 48%; left: 28%;
  width: 22%; aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 16px -4px rgba(0,0,0,0.18);
}
/* Stripe */
.thumb-stripe {
  background: var(--ultralight);
  align-items: flex-start; justify-content: flex-start;
  padding: 24px;
}
.thumb-stripe .issue {
  font-family: var(--serif-latin); font-style: italic;
  font-size: 13px; color: var(--muted);
  letter-spacing: 0.05em;
}
.thumb-stripe .no {
  font-family: var(--serif-latin);
  font-size: 110px; line-height: 0.85;
  color: var(--black); font-weight: 300; font-style: italic;
  margin-top: 20px;
}
.thumb-stripe .no sup {
  color: var(--red); font-size: 40px; vertical-align: top;
}
/* Dialogue — two overlapping circles */
.thumb-dialogue {
  background: #efe9de;
  position: relative;
}
.thumb-dialogue .d1, .thumb-dialogue .d2 {
  position: absolute; top: 22%;
  width: 44%; aspect-ratio: 1;
  border-radius: 50%;
}
.thumb-dialogue .d1 {
  left: 16%;
  background: var(--black);
}
.thumb-dialogue .d2 {
  left: 42%;
  background: var(--red);
  mix-blend-mode: multiply;
}
.thumb-dialogue .d-label {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--serif-latin); font-style: italic;
  font-size: 13px; color: var(--ink);
  letter-spacing: 0.02em;
}
.thumb-dialogue .d-x {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif-latin); font-style: italic;
  font-size: 22px; color: #fff; z-index: 2;
  mix-blend-mode: difference;
}
/* Grid — data / information layer */
.thumb-grid {
  background: #f1ede3;
  position: relative;
  overflow: hidden;
}
.thumb-grid .dots {
  position: absolute; inset: 18% 18% 18% 18%;
  background-image:
    radial-gradient(circle, var(--ink) 1.2px, transparent 1.4px);
  background-size: 18px 18px;
  background-position: 0 0;
  opacity: 0.85;
}
.thumb-grid .highlight {
  position: absolute; top: 44%; left: 42%;
  width: 12%; aspect-ratio: 1;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(181,18,27,0.15);
}
.thumb-grid .g-label {
  position: absolute; bottom: 14px; right: 14px;
  font-family: var(--serif-latin); font-style: italic;
  font-size: 13px; color: var(--muted);
  letter-spacing: 0.02em;
}
/* Paint — overlapping color blocks */
.thumb-paint {
  background: #f4f1ea;
  position: relative;
  overflow: hidden;
}
.thumb-paint .p1 {
  position: absolute; top: 15%; left: 10%;
  width: 48%; height: 55%;
  background: var(--black);
  transform: rotate(-3deg);
}
.thumb-paint .p2 {
  position: absolute; top: 30%; left: 36%;
  width: 42%; height: 48%;
  background: var(--red);
  transform: rotate(5deg);
  mix-blend-mode: multiply;
}
.thumb-paint .p3 {
  position: absolute; top: 24%; left: 48%;
  width: 26%; height: 26%;
  background: #fff;
  border: 1px solid var(--ink);
  transform: rotate(-2deg);
}
.thumb-paint .p-label {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--serif-latin); font-style: italic;
  font-size: 13px; color: var(--ink);
  letter-spacing: 0.02em;
  z-index: 2;
}
/* Axis — coordinate system with plot */
.thumb-axis {
  background: #f2ede2;
  position: relative;
  overflow: hidden;
}
.thumb-axis .grid-lines {
  position: absolute; inset: 22% 18% 20% 18%;
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 14% 20%;
}
.thumb-axis .x-axis {
  position: absolute; left: 18%; right: 18%;
  bottom: 22%; height: 1px; background: var(--ink);
}
.thumb-axis .y-axis {
  position: absolute; top: 22%; bottom: 22%;
  left: 18%; width: 1px; background: var(--ink);
}
.thumb-axis .plot {
  position: absolute; top: 30%; left: 60%;
  width: 14px; height: 14px;
  background: var(--red); border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(181,18,27,0.12);
}
.thumb-axis .plot2 {
  position: absolute; top: 50%; left: 42%;
  width: 10px; height: 10px;
  background: var(--ink); border-radius: 50%;
}
.thumb-axis .a-label {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--serif-latin); font-style: italic;
  font-size: 13px; color: var(--ink);
  letter-spacing: 0.02em;
}
.thumb-axis .a-label-right {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted);
}
/* ========== MEEDIER ROW ========== */
.meediers-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 24px;
  overflow: hidden;
}
.meedier-card {
  display: flex; flex-direction: column;
  cursor: pointer;
}
.meedier-ph {
  width: 100%; aspect-ratio: 1;
  overflow: hidden;
  background: var(--ultralight);
  margin-bottom: 16px;
  position: relative;
}
.meedier-ph img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.35);
  transition: filter .6s, transform 1s;
}
.meedier-card:hover .meedier-ph img { filter: grayscale(0); transform: scale(1.05); }
.meedier-status-dot {
  position: absolute; top: 10px; right: 10px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px #fff;
}
.meedier-status-dot.black { background: var(--black); }
.meedier-status-dot.coming { background: var(--muted); }
.meedier-card .m-name-en {
  font-family: var(--serif-latin);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 4px;
}
.meedier-card .m-name {
  font-family: var(--serif-jp);
  font-size: 17px; font-weight: 400;
  color: var(--black); letter-spacing: 0.05em;
  line-height: 1.3; margin-bottom: 4px;
}
.meedier-card .m-role {
  font-family: var(--serif-jp);
  font-size: 11.5px; color: var(--muted);
  letter-spacing: 0.04em;
}
.meedier-card.coming .meedier-ph {
  background: #f1eee7;
  display: flex; align-items: center; justify-content: center;
}
.meedier-card.coming .meedier-ph::after {
  content: '?'; font-family: var(--serif-latin);
  font-size: 90px; font-style: italic; color: var(--muted2);
  font-weight: 300;
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.meedier-card.coming .m-name { color: var(--muted); }
/* ========== PICK UP ========== */
.pickup-sub-head {
  display: flex; align-items: baseline; gap: 20px;
  margin-bottom: 28px; margin-top: 72px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hairline);
}
.pickup-sub-head:first-of-type { margin-top: 0; }
.pickup-sub-num {
  font-family: var(--serif-latin);
  font-size: 32px; font-style: italic;
  color: var(--red); line-height: 1;
  font-weight: 400;
}
.pickup-sub-title {
  font-family: var(--serif-jp);
  font-size: 22px; font-weight: 400;
  letter-spacing: 0.08em; color: var(--black);
  line-height: 1.3;
}
.pickup-sub-title .en {
  display: inline-block; margin-left: 16px;
  font-family: var(--serif-latin); font-style: italic;
  font-size: 15px; color: var(--muted);
  letter-spacing: 0.02em;
}
.pickup-sub-meta {
  margin-left: auto;
  font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.24em;
  color: var(--muted); text-transform: uppercase;
}
.pickup-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.pickup {
  display: flex; flex-direction: column;
  cursor: pointer;
}
.pickup-thumb {
  position: relative; width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--ultralight);
  margin-bottom: 22px;
}
.pickup-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s;
}
.pickup:hover .pickup-thumb img { transform: scale(1.05); }
.pickup-thumb .pickup-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--red); color: #fff;
  font-family: var(--sans);
  font-size: 9.5px; font-weight: 500;
  letter-spacing: 0.22em;
  padding: 6px 12px;
}
.pickup .p-cat {
  font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 10px;
}
.pickup-special-label {
  font-family: var(--sans);
  font-size: 9px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 8px; margin-top: 4px;
}
.pickup:first-child .pickup-special-label {
  font-size: 10px;
}
.pickup .p-title {
  font-family: var(--serif-jp);
  font-size: 24px; line-height: 1.55;
  color: var(--black); font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  transition: color .3s;
}
.pickup:first-child .p-title { font-size: 28px; }
.pickup:hover .p-title { color: var(--red); }
.pickup .p-excerpt {
  font-family: var(--serif-jp);
  font-size: 13px; line-height: 1.85;
  color: var(--muted); letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.pickup .p-meta {
  margin-top: auto;
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
}
.pickup .p-author {
  font-family: var(--serif-jp);
  font-size: 12px; color: var(--ink);
  letter-spacing: 0.04em;
}
.pickup .p-date {
  font-family: var(--sans); font-size: 10px;
  color: var(--muted2); letter-spacing: 0.15em;
}
/* People pickup cards */
.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.person-card {
  cursor: pointer;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
  padding: 22px 22px 22px 22px;
  border: 1px solid var(--line);
  transition: border-color .3s, transform .3s;
}
.person-card:hover { border-color: var(--black); transform: translateY(-3px); }
.person-thumb {
  position: relative; width: 120px;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--ultralight);
}
.person-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.3) contrast(1.02);
  transition: transform 1.2s, filter .8s;
}
.person-card:hover .person-thumb img { filter: grayscale(0); transform: scale(1.06); }
.person-thumb .featured-ribbon {
  display: none;
}
.person-thumb .live-dot {
  position: absolute; top: 8px; left: 8px;
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.92);
  padding: 3px 7px;
  font-family: var(--sans);
  font-size: 8px; font-weight: 500;
  letter-spacing: 0.18em; color: var(--ink);
}
.person-thumb .live-dot .ld {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--red); display: inline-block;
  animation: pulse 1.8s ease-in-out infinite;
}
.person-thumb .live-dot.soon .ld { background: var(--muted); animation: none; }
.person-body {
  display: flex; flex-direction: column;
  min-height: 120px;
}
.person-card .pc-featured {
  font-family: var(--sans);
  font-size: 9px; letter-spacing: 0.22em;
  color: var(--red); text-transform: uppercase;
  font-weight: 500; margin-bottom: 6px;
}
.person-card .pc-name-en {
  font-family: var(--serif-latin);
  font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 4px;
}
.person-card .pc-name {
  font-family: var(--serif-jp);
  font-size: 20px; font-weight: 400;
  letter-spacing: 0.04em; color: var(--black);
  line-height: 1.2; margin-bottom: 4px;
  transition: color .3s;
}
.person-card:hover .pc-name { color: var(--red); }
.person-card .pc-role {
  font-family: var(--serif-jp);
  font-size: 11px; color: var(--muted);
  letter-spacing: 0.04em;
  padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 1px solid var(--hairline);
}
.person-card .pc-statement {
  font-family: var(--serif-jp);
  font-size: 12px; line-height: 1.8;
  color: var(--ink2); letter-spacing: 0.04em;
  margin-bottom: 14px;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.person-card .pc-link {
  margin-top: auto;
  font-family: var(--serif-latin);
  font-size: 12px; font-style: italic;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.person-card .pc-link .arr { transition: transform .3s; }
.person-card:hover .pc-link .arr { transform: translateX(5px); }
.person-card .pc-link.soon { color: var(--muted); }
@keyframes pulse { 0%,100% {opacity:1;} 50% {opacity:0.35;} }
/* ========== EVENTS ========== */
.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.event {
  border: 1px solid var(--line);
  padding: 28px 24px;
  transition: border-color .3s, transform .3s;
  display: flex; flex-direction: column;
  min-height: 260px;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.event:hover { border-color: var(--black); transform: translateY(-4px); }
.event-date-tag {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hairline);
}
.event-date-tag .day {
  font-family: var(--serif-latin);
  font-size: 42px; line-height: 1;
  color: var(--black); font-weight: 300;
  font-style: italic;
}
.event-date-tag .mo {
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.25em;
  color: var(--muted); text-transform: uppercase;
  line-height: 1.4;
}
.event-date-tag .year {
  font-family: var(--sans); font-size: 9.5px;
  letter-spacing: 0.2em; color: var(--muted2);
  display: block;
}
.event-cat {
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 10px;
}
.event-title {
  font-family: var(--serif-jp);
  font-size: 17px; line-height: 1.55;
  font-weight: 400; letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 14px;
}
.event-venue {
  font-family: var(--serif-jp);
  font-size: 11.5px; color: var(--muted);
  letter-spacing: 0.04em; line-height: 1.7;
  margin-bottom: 16px;
}
.event-cta {
  margin-top: auto;
  font-family: var(--serif-latin);
  font-size: 13px; font-style: italic;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 10px;
}
.event-cta .arr { transition: transform .3s; }
.event:hover .event-cta .arr { transform: translateX(5px); }
.event.sold-out { opacity: 0.55; }
.event.sold-out .event-cta { color: var(--muted); }
/* ========== ENTRY CTA ========== */
.entry-cta {
  max-width: 1400px; margin: 0 auto 100px;
  padding: 0 40px;
}
.entry-inner {
  position: relative;
  background: var(--black); color: #fff;
  padding: 100px 80px;
  overflow: hidden;
}
.entry-inner::before {
  content: ''; position: absolute;
  top: -30%; right: -10%;
  width: 50%; aspect-ratio: 1;
  background: radial-gradient(circle, #B5121B 0%, rgba(181,18,27,0) 65%);
  opacity: 0.45;
  pointer-events: none;
}
.entry-inner::after {
  content: 'ï'; position: absolute;
  bottom: -80px; right: 60px;
  font-family: var(--serif-latin);
  font-size: 380px; font-style: italic;
  color: rgba(255,255,255,0.04); line-height: 0.8;
  pointer-events: none;
  font-weight: 300;
}
.entry-label {
  font-family: var(--sans);
  font-size: 10.5px; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase; margin-bottom: 36px;
}
.entry-label .dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--red); margin-right: 10px; vertical-align: middle; }
.entry-title {
  font-family: var(--serif-jp);
  font-size: 44px; line-height: 1.55;
  letter-spacing: 0.08em; font-weight: 300;
  margin-bottom: 20px;
  max-width: 900px;
}
.entry-title .mark { color: var(--red); }
.entry-en {
  font-family: var(--serif-latin);
  font-style: italic; font-size: 18px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 40px; letter-spacing: 0.02em;
}
.entry-body {
  font-family: var(--serif-jp);
  font-size: 15px; line-height: 2;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.04em; max-width: 620px;
  margin-bottom: 48px;
}
.entry-button {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 20px 40px;
  background: #fff; color: var(--black);
  font-family: var(--serif-latin);
  font-size: 17px; font-style: italic;
  letter-spacing: 0.02em;
  transition: background .3s, color .3s, transform .3s;
}
.entry-button:hover { background: var(--red); color: #fff; transform: translateX(6px); }
.entry-button .arr { transition: transform .3s; font-style: normal; }
.entry-footer {
  margin-top: 60px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex; justify-content: space-between; gap: 40px;
  font-family: var(--sans); font-size: 10.5px;
  letter-spacing: 0.18em; color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
/* ========== ABOUT / Meëdiaとは ========== */
.about-block {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
.about-def {
  font-family: var(--serif-jp);
  font-size: 30px; font-weight: 300;
  line-height: 1.75; letter-spacing: 0.06em;
  color: var(--black);
  margin-bottom: 36px;
}
.about-def .mark { color: var(--red); }
.about-def .u { border-bottom: 1px solid var(--red); padding-bottom: 2px; }
.about-body {
  font-family: var(--serif-jp);
  font-size: 14px; line-height: 2;
  color: var(--ink2); letter-spacing: 0.04em;
  max-width: 540px; margin-bottom: 28px;
}
.about-link {
  font-family: var(--serif-latin);
  font-style: italic; font-size: 15px;
  color: var(--black);
  display: inline-flex; align-items: center; gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--black);
  transition: color .3s;
}
.about-link:hover { color: var(--red); border-bottom-color: var(--red); }
.about-link .arr { transition: transform .3s; }
.about-link:hover .arr { transform: translateX(5px); }
/* 3 layers diagram */
.layers {
  display: flex; flex-direction: column; gap: 10px;
  padding: 36px 36px;
  background: var(--ultralight);
  border-left: 3px solid var(--red);
}
.layers .lab {
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.28em;
  color: var(--muted); text-transform: uppercase;
  margin-bottom: 14px; display: block;
}
.layer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px; align-items: baseline;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--hairline);
  transition: border-color .3s;
}
.layer:hover { border-color: var(--ink); }
.layer.top { border-color: var(--red); background: #fff6f6; }
.layer .l-num {
  font-family: var(--serif-latin);
  font-size: 14px; font-style: italic;
  color: var(--muted); line-height: 1;
}
.layer.top .l-num { color: var(--red); }
.layer .l-jp {
  font-family: var(--serif-jp);
  font-size: 16px; font-weight: 400;
  color: var(--black); letter-spacing: 0.04em;
}
.layer .l-en {
  font-family: var(--serif-latin);
  font-size: 12px; font-style: italic;
  color: var(--muted); letter-spacing: 0.02em;
}
.layer .l-desc {
  grid-column: 2 / -1;
  font-family: var(--serif-jp);
  font-size: 12px; color: var(--muted);
  letter-spacing: 0.04em; line-height: 1.75;
  margin-top: 4px;
}
.layer.top .l-desc { color: var(--ink2); }
/* ========== SERIES SHELF ========== */
.section-full {
  margin-bottom: 100px;
  position: relative;
}
.section-full .sec-head-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.series-shelf {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  padding-bottom: 20px;
}
.series-shelf::-webkit-scrollbar { height: 6px; }
.series-shelf::-webkit-scrollbar-track { background: var(--hairline); }
.series-shelf::-webkit-scrollbar-thumb { background: var(--muted); }
.series-inner {
  display: flex;
  gap: 28px;
  padding-bottom: 14px;
  width: max-content;
}
.series-inner::before, .series-inner::after {
  content: '';
  flex: 0 0 40px;
}
.series-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  display: flex; flex-direction: column;
  cursor: pointer;
}
.series-cover {
  position: relative; width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--ultralight);
}
.series-cover .s-cat {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #fff; color: var(--ink);
}
.series-cover .s-ep {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--serif-latin);
  font-size: 13px; font-style: italic;
  color: var(--ink); letter-spacing: 0.02em;
  background: rgba(255,255,255,0.92);
  padding: 4px 10px;
}
.series-card .s-title {
  font-family: var(--serif-jp);
  font-size: 22px; line-height: 1.45;
  font-weight: 400; letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 10px;
  transition: color .3s;
}
.series-card:hover .s-title { color: var(--red); }
.series-card .s-title-en {
  font-family: var(--serif-latin);
  font-size: 13px; font-style: italic;
  color: var(--muted); letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.series-card .s-desc {
  font-family: var(--serif-jp);
  font-size: 12.5px; line-height: 1.85;
  color: var(--ink2); letter-spacing: 0.04em;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hairline);
}
.series-card .s-producer {
  font-family: var(--serif-jp);
  font-size: 11.5px; color: var(--muted);
  letter-spacing: 0.06em;
  display: flex; justify-content: space-between;
  align-items: center;
}
.series-card .s-producer .s-read {
  font-family: var(--serif-latin);
  font-style: italic; font-size: 12px;
  color: var(--ink);
}
/* Series cover variants — YouTube-thumbnail style */
/* Common */
.cover-yt-dialogue,
.cover-yt-theory,
.cover-yt-practice,
.cover-yt-ai,
.cover-yt-archive {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}
/* 1. Dialogue — 2 people split */
.cover-yt-dialogue {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cover-yt-dialogue .yt-p {
  position: relative; height: 100%; overflow: hidden;
}
.cover-yt-dialogue .yt-p img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.9) brightness(0.92);
}
.cover-yt-dialogue .yt-p-l img { object-position: center 18%; }
.cover-yt-dialogue .yt-p-r img { object-position: center 12%; }
.cover-yt-dialogue .yt-p::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(0,0,0,0.85) 100%);
}
.cover-yt-dialogue .yt-divider {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 1px; background: rgba(255,255,255,0.15);
  z-index: 2;
}
.cover-yt-dialogue .yt-x {
  position: absolute;
  top: 44%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif-latin); font-style: italic;
  font-size: 68px; color: #fff;
  font-weight: 300; line-height: 1;
  text-shadow: 0 4px 14px rgba(0,0,0,0.5);
  z-index: 3;
}
.cover-yt-dialogue .yt-x::before {
  content: ''; position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 130px; height: 130px;
  background: radial-gradient(circle, rgba(181,18,27,0.75) 0%, rgba(181,18,27,0) 65%);
  border-radius: 50%; z-index: -1;
}
.cover-yt-dialogue .yt-names {
  position: absolute;
  bottom: 14px; left: 0; right: 0;
  z-index: 4;
  display: grid; grid-template-columns: 1fr 1fr;
  font-family: var(--serif-jp);
  font-size: 15px; color: #fff;
  font-weight: 500; letter-spacing: 0.04em;
}
.cover-yt-dialogue .yt-names span {
  padding: 0 14px;
}
.cover-yt-dialogue .yt-names .yt-name-l { text-align: left; }
.cover-yt-dialogue .yt-names .yt-name-r { text-align: right; }
/* 2. Theory — photo + formula */
.cover-yt-theory {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: #f2ede2;
}
.cover-yt-theory .yt-photo { overflow: hidden; position: relative; }
.cover-yt-theory .yt-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 15%;
  filter: grayscale(0.15) contrast(1.03);
}
.cover-yt-theory .yt-panel {
  padding: 22px 24px;
  display: flex; flex-direction: column;
  justify-content: center;
  background: #f2ede2;
}
.cover-yt-theory .yt-eyebrow {
  font-family: var(--serif-latin); font-style: italic;
  font-size: 12px; color: var(--red);
  letter-spacing: 0.02em; margin-bottom: 8px;
}
.cover-yt-theory .yt-big {
  font-family: var(--serif-latin); font-style: italic;
  font-size: 40px; font-weight: 400;
  line-height: 1; letter-spacing: -0.01em;
  color: var(--black);
  margin-bottom: 14px;
}
.cover-yt-theory .yt-big em { font-style: italic; }
.cover-yt-theory .yt-big .r { color: var(--red); }
.cover-yt-theory .yt-sub {
  font-family: var(--serif-jp);
  font-size: 12.5px; color: var(--muted);
  letter-spacing: 0.05em; font-weight: 400;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
/* 3. Practice — photo + Λ */
.cover-yt-practice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}
.cover-yt-practice .yt-photo { overflow: hidden; position: relative; }
.cover-yt-practice .yt-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 18%;
  filter: grayscale(1) contrast(1.08) brightness(0.98);
}
.cover-yt-practice .yt-panel {
  padding: 24px;
  display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start;
  background: #f7f4ed;
  position: relative;
}
.cover-yt-practice .yt-lam {
  font-family: var(--serif-latin);
  font-size: 90px; line-height: 0.85;
  font-style: italic; color: var(--black);
  font-weight: 300;
  margin-bottom: 14px;
}
.cover-yt-practice .yt-lam-sub {
  font-family: var(--serif-jp);
  font-size: 16px; font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: var(--black);
}
.cover-yt-practice .yt-eyebrow-alt {
  font-family: var(--sans);
  font-size: 9.5px; letter-spacing: 0.3em;
  color: var(--red); text-transform: uppercase;
  font-weight: 500;
}
/* 4. AI Process */
.cover-yt-ai {
  background: #0e0e0e;
  position: relative;
}
.cover-yt-ai::before {
  content: ''; position: absolute;
  top: 50%; right: 15%;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(181,18,27,0.5) 0%, rgba(181,18,27,0) 65%);
  transform: translateY(-50%);
  border-radius: 50%;
  pointer-events: none;
}
.cover-yt-ai .yt-photo-small {
  position: absolute; left: 7%; bottom: 8%;
  width: 32%; aspect-ratio: 1; overflow: hidden;
  border: 2px solid #fff;
  z-index: 2;
}
.cover-yt-ai .yt-photo-small img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 15%;
  filter: grayscale(0.5) contrast(1.08);
}
.cover-yt-ai .yt-ai-text {
  position: absolute;
  top: 50%; left: 45%;
  transform: translateY(-50%);
  display: flex; align-items: center; gap: 14px;
  color: #fff; z-index: 3;
}
.cover-yt-ai .yt-ai-arrow {
  font-family: var(--serif-latin); font-style: italic;
  font-size: 52px; color: var(--red);
  line-height: 1; font-weight: 300;
}
.cover-yt-ai .yt-ai-main {
  font-family: var(--serif-latin); font-style: italic;
  font-size: 92px; font-weight: 300;
  line-height: 0.9; letter-spacing: -0.02em;
}
.cover-yt-ai .yt-ai-caption {
  position: absolute;
  bottom: 14px; right: 14px;
  font-family: var(--serif-latin); font-style: italic;
  font-size: 11.5px; color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
}
/* 5. Archive — 4-photo mosaic */
.cover-yt-archive {
  position: relative;
  background: #000;
}
.cover-yt-archive .yt-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  position: absolute;
  inset: 0;
}
.cover-yt-archive .yt-mosaic img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 15%;
  filter: grayscale(0.9) brightness(0.55) contrast(1.05);
}
.cover-yt-archive::after {
  content: ''; position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}
.cover-yt-archive .yt-archive-overlay {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.cover-yt-archive .yt-arch-label {
  display: block;
  font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  margin-bottom: 6px;
}
.cover-yt-archive .yt-arch-num {
  display: block;
  font-family: var(--serif-latin);
  font-size: 100px; font-weight: 300;
  font-style: italic; line-height: 0.9;
  color: #fff;
}
.cover-yt-archive .yt-arch-num .d { color: var(--red); }
.cover-yt-archive .yt-arch-sub {
  display: block;
  margin-top: 8px;
  font-family: var(--serif-latin); font-style: italic;
  font-size: 12px; color: rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
}
/* ========== SNS FEED (compact list) ========== */
.sns-list {
  border-top: 1px solid var(--black);
}
.sns-item {
  display: grid;
  grid-template-columns: 28px 160px 1fr auto 18px;
  gap: 22px;
  padding: 18px 10px;
  align-items: center;
  border-bottom: 1px solid var(--hairline);
  transition: background .25s;
  cursor: pointer;
}
.sns-item:hover { background: #faf9f7; }
.sns-item:hover .sns-arr { transform: translateX(4px); color: var(--red); }
.sns-item:hover .sns-text { color: var(--red); }
.sns-chip {
  width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 4px;
  font-family: var(--sans); font-weight: 700;
  font-size: 11px; color: #fff;
}
.sns-chip.yt { background: #FF0000; }
.sns-chip.x { background: #000; }
.sns-chip.ig { background: linear-gradient(135deg, #405DE6, #833AB4, #E1306C, #F77737); }
.sns-platform {
  display: flex; flex-direction: column; gap: 3px;
  min-width: 0;
}
.sns-pname {
  font-family: var(--sans);
  font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink);
  font-weight: 500;
}
.sns-handle {
  font-family: var(--serif-latin);
  font-size: 11px; font-style: italic;
  color: var(--muted); letter-spacing: 0.02em;
}
.sns-text {
  font-family: var(--serif-jp);
  font-size: 14px; line-height: 1.5;
  color: var(--ink); letter-spacing: 0.03em;
  overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .3s;
  min-width: 0;
}
.sns-date {
  font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.14em;
  color: var(--muted); text-transform: uppercase;
  white-space: nowrap;
}
.sns-arr {
  font-family: var(--serif-latin);
  font-size: 16px; font-style: italic;
  color: var(--ink); transition: transform .3s, color .3s;
  text-align: right;
}
/* ========== FOOTER ========== */
footer {
  border-top: 1px solid var(--line);
  padding: 56px 40px 40px;
  max-width: 1400px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.1em; color: var(--muted);
}
.foot-logo {
  font-family: var(--serif-latin);
  font-size: 28px; font-style: italic;
  color: var(--black); letter-spacing: 0.02em; margin-bottom: 10px;
}
.foot-logo .e { color: var(--red); font-style: normal; }
.foot-desc {
  font-family: var(--serif-jp); font-size: 13px;
  color: var(--ink); letter-spacing: 0.04em;
  line-height: 1.8; font-weight: 300;
  max-width: 280px;
}
footer h4 {
  font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.28em; color: var(--black);
  text-transform: uppercase; font-weight: 500;
  margin-bottom: 18px;
}
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer ul li a {
  font-family: var(--serif-jp);
  font-size: 13px; color: var(--ink);
  letter-spacing: 0.04em; font-weight: 300;
  transition: color .25s;
}
footer ul li a:hover { color: var(--red); }
.foot-base {
  max-width: 1400px; margin: 0 auto;
  padding: 28px 40px;
  border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-between;
  font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.2em; color: var(--muted2);
  text-transform: uppercase;
}
/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  .topnav { padding: 16px 20px; }
  .topnav-right { gap: 14px; font-size: 10px; letter-spacing: 0.16em; }
  .topnav-right a:not(.topnav-entry):not(.nav-primary) { display: none; }
  .topnav-entry { padding: 6px 12px; font-size: 9.5px; }
  .hero { padding: 95px 20px 60px; }
  .hero-top { font-size: 9.5px; letter-spacing: 0.16em; flex-wrap: wrap; gap: 10px 16px; margin-bottom: 36px; padding-bottom: 18px; }
  .hero-top span { flex-shrink: 0; }
  .hero-main { grid-template-columns: 1fr; gap: 40px; min-height: unset; }
  .hero-title { font-size: clamp(64px, 20vw, 120px); }
  .hero-title-sub { font-size: 17px; margin-top: 24px; }
  .hv-imark { font-size: 180px; }
  .hero-visual { aspect-ratio: 4/3; }
  .hv-caption { display: none; }
  .section { padding: 0 20px; margin-bottom: 70px; }
  .sec-head {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 12px 20px; margin-bottom: 32px; padding-bottom: 18px;
  }
  .sec-title { grid-column: 1 / -1; font-size: 24px; }
  .sec-title .latin { font-size: 12px; }
  .sec-num { font-size: 10px; letter-spacing: 0.22em; }
  .articles-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .article-title { font-size: 14px; }
  .article-excerpt { font-size: 11.5px; }
  .thumb-formula .formula { font-size: 36px; }
  .thumb-formula .formula .sub { font-size: 11px; margin-top: 8px; }
  .thumb-imark .big-i { font-size: 110px; }
  .thumb-quote { padding: 16px; }
  .thumb-quote .q { font-size: 13px; }
  .thumb-stripe { padding: 16px; }
  .thumb-stripe .no { font-size: 70px; margin-top: 12px; }
  .thumb-stripe .no sup { font-size: 24px; }
  .meediers-row { grid-template-columns: repeat(3, 1fr); gap: 18px 14px; }
  .meedier-card .m-name { font-size: 14px; }
  .pickup-grid { grid-template-columns: 1fr; gap: 36px; }
  .pickup .p-title { font-size: 20px; }
  .pickup:first-child .p-title { font-size: 22px; }
  .pickup-sub-head { flex-wrap: wrap; gap: 10px 14px; margin-top: 52px; padding-bottom: 14px; }
  .pickup-sub-title { font-size: 18px; }
  .pickup-sub-title .en { font-size: 12px; margin-left: 10px; }
  .pickup-sub-meta { width: 100%; margin-left: 0; font-size: 9.5px; letter-spacing: 0.18em; }
  .people-grid { grid-template-columns: 1fr; gap: 14px; }
  .person-card { grid-template-columns: 96px 1fr; gap: 16px; padding: 18px; }
  .person-thumb { width: 96px; }
  .person-card .pc-name { font-size: 18px; }
  .person-card .pc-statement { font-size: 11.5px; -webkit-line-clamp: 3; }
  .events-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .event { padding: 20px 18px; min-height: 220px; }
  .event-date-tag .day { font-size: 34px; }
  .event-title { font-size: 15px; }
  .entry-cta { padding: 0 20px; margin-bottom: 60px; }
  .entry-inner { padding: 54px 26px; }
  .entry-inner::after { font-size: 200px; right: 20px; bottom: -40px; }
  .entry-title { font-size: 26px; line-height: 1.6; }
  .entry-en { font-size: 14px; margin-bottom: 28px; }
  .entry-body { font-size: 13px; margin-bottom: 32px; }
  .entry-button { padding: 15px 24px; font-size: 14px; }
  .entry-footer { flex-direction: column; gap: 8px; font-size: 9.5px; letter-spacing: 0.14em; margin-top: 40px; padding-top: 24px; }
  footer { grid-template-columns: 1fr 1fr; gap: 30px 24px; padding: 44px 20px 32px; }
  .foot-col-brand { grid-column: 1 / -1; }
  footer h4 { font-size: 9.5px; letter-spacing: 0.22em; margin-bottom: 12px; }
  footer ul li a { font-size: 12px; }
  .foot-base { flex-direction: column; gap: 6px; padding: 20px 20px 24px; }
  .about-block { grid-template-columns: 1fr; gap: 32px; }
  .about-def { font-size: 22px; margin-bottom: 24px; }
  .layers { padding: 24px 20px; }
  .layer { padding: 12px 14px; }
  .section-full .sec-head-wrap { padding: 0 20px; }
  .section-full .sec-head { padding-bottom: 18px; margin-bottom: 28px; }
  .series-inner { gap: 18px; }
  .series-inner::before, .series-inner::after { flex: 0 0 20px; }
  .series-card { flex: 0 0 280px; }
  .series-cover { margin-bottom: 16px; }
  .series-card .s-title { font-size: 17px; }
  .series-card .s-title-en { font-size: 11.5px; }
  .cover-yt-theory .yt-big { font-size: 28px; }
  .cover-yt-theory .yt-sub { font-size: 11px; padding-top: 10px; }
  .cover-yt-theory .yt-eyebrow { font-size: 11px; }
  .cover-yt-practice .yt-lam { font-size: 60px; }
  .cover-yt-practice .yt-lam-sub { font-size: 13px; }
  .cover-yt-practice .yt-eyebrow-alt { font-size: 8.5px; letter-spacing: 0.22em; }
  .cover-yt-dialogue .yt-x { font-size: 48px; top: 42%; }
  .cover-yt-dialogue .yt-x::before { width: 90px; height: 90px; }
  .cover-yt-dialogue .yt-names { font-size: 12px; }
  .cover-yt-ai .yt-ai-main { font-size: 60px; }
  .cover-yt-ai .yt-ai-arrow { font-size: 32px; }
  .cover-yt-archive .yt-arch-num { font-size: 70px; }
  .sns-item {
    grid-template-columns: 22px 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px; row-gap: 4px;
    padding: 14px 4px;
  }
  .sns-chip { width: 20px; height: 20px; font-size: 9px; }
  .sns-platform { grid-column: 2; grid-row: 1; flex-direction: row; align-items: baseline; gap: 10px; }
  .sns-text { grid-column: 2; grid-row: 2; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 13px; line-height: 1.55; }
  .sns-date { grid-column: 3; grid-row: 1; align-self: baseline; font-size: 9.5px; }
  .sns-arr { display: none; }
}
/* ========== FADE-IN ========== */
.fade-up { opacity: 0; transform: translateY(16px); animation: fadeUp .9s ease forwards; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .18s; } .d3 { animation-delay: .3s; }


/* ========== SINGLE ARTICLE ========== */
.single-article { max-width: 800px; margin: 0 auto 100px; padding: 120px 40px 0; }
.single-header { margin-bottom: 60px; }
.single-header-inner { }
.single-title {
  font-family: var(--serif-jp);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300; line-height: 1.5;
  letter-spacing: 0.05em; color: var(--black);
  margin: 20px 0 24px;
}
.single-meta {
  display: flex; gap: 24px;
  font-family: var(--sans);
  font-size: 11px; letter-spacing: 0.15em;
  color: var(--muted2); text-transform: uppercase;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.single-thumb { margin-top: 40px; overflow: hidden; }
.single-thumb img { width: 100%; height: auto; display: block; object-fit: cover; }
.single-body {
  font-family: var(--serif-jp);
  font-size: 17px; line-height: 2;
  letter-spacing: 0.04em; color: var(--ink);
}
.single-body h2 {
  font-size: 26px; font-weight: 400;
  margin: 64px 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.single-body h3 { font-size: 21px; font-weight: 400; margin: 48px 0 18px; }
.single-body p { margin-bottom: 28px; }
.single-body blockquote {
  margin: 40px 0; padding: 28px 36px;
  border-left: 2px solid var(--red);
  font-style: italic; font-size: 19px;
  color: var(--ink2);
}
.single-body img { max-width: 100%; margin: 40px 0; }
.single-body a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.single-footer {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}
.single-author-box {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 32px; background: var(--ultralight);
  margin-bottom: 48px;
}
.single-author-box .author-avatar { border-radius: 50%; flex-shrink: 0; }
.single-author-box .author-name {
  font-family: var(--serif-jp);
  font-size: 16px; font-weight: 400;
  letter-spacing: 0.06em; margin-bottom: 8px;
}
.single-author-box .author-bio {
  font-family: var(--serif-jp);
  font-size: 13px; line-height: 1.85;
  color: var(--muted); letter-spacing: 0.04em;
}
.post-nav {
  display: flex; justify-content: space-between; gap: 24px;
}
.post-nav-prev, .post-nav-next {
  font-family: var(--serif-jp);
  font-size: 13px; color: var(--muted);
  letter-spacing: 0.04em;
  max-width: 45%;
}
.post-nav-prev a, .post-nav-next a {
  color: var(--ink);
  transition: color .25s;
}
.post-nav-prev a:hover, .post-nav-next a:hover { color: var(--red); }
.post-nav-next { text-align: right; }

/* ========== ARCHIVE ========== */
.archive-wrap {
  max-width: 1400px; margin: 0 auto;
  padding: 120px 40px 100px;
}
.archive-header { margin-bottom: 60px; }

/* ========== 404 ========== */
.error-404 {
  max-width: 800px; margin: 0 auto;
  padding: 160px 40px 100px;
  text-align: center;
}
.error-404 h1 {
  font-family: var(--serif-latin);
  font-size: clamp(80px, 15vw, 160px);
  font-weight: 300; font-style: italic;
  color: var(--black); line-height: 1;
  margin-bottom: 24px;
}
.error-404 p {
  font-family: var(--serif-jp);
  font-size: 16px; color: var(--muted);
  letter-spacing: 0.04em; margin-bottom: 40px;
}
.error-404 a {
  font-family: var(--serif-latin);
  font-size: 14px; font-style: italic;
  color: var(--red);
}

/* ========== PAGINATION ========== */
.pagination {
  display: flex; gap: 8px; justify-content: center;
  margin-top: 60px;
  font-family: var(--sans); font-size: 12px;
  letter-spacing: 0.15em;
}
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid var(--line);
  color: var(--muted);
  transition: border-color .25s, color .25s;
}
.pagination a:hover { border-color: var(--black); color: var(--black); }
.pagination .current { border-color: var(--black); color: var(--black); }

/* ========== HERO CUSTOM IMAGE ========== */
.hero-visual--image {
  display: flex; align-items: center; justify-content: center;
  background: var(--ultralight);
  overflow: hidden;
}
.hero-custom-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== PEOPLE VIEW MORE ========== */
.people-viewmore {
  text-align: right;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
}
.people-viewmore-link {
  font-family: var(--serif-latin);
  font-size: 13px; font-style: italic;
  color: var(--ink); letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color .25s;
}
.people-viewmore-link:hover { color: var(--red); }
.people-viewmore-link .arr { transition: transform .3s; }
.people-viewmore-link:hover .arr { transform: translateX(5px); }

/* ========== MEEDIER PROFILE PAGE ========== */
.meedier-profile-wrap { max-width: 1100px; margin: 0 auto; padding: 100px 40px 80px; }
.meedier-profile-header {
  display: grid; grid-template-columns: 340px 1fr; gap: 64px;
  align-items: start; margin-bottom: 80px;
}
.meedier-profile-photo {
  width: 100%; aspect-ratio: 1; overflow: hidden; background: var(--ultralight);
}
.meedier-profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.meedier-profile-photo-placeholder { width: 100%; height: 100%; background: var(--ultralight); }
.meedier-profile-roman {
  font-family: var(--serif-latin); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 8px;
}
.meedier-profile-name {
  font-family: var(--serif-jp); font-size: clamp(28px,4vw,44px);
  font-weight: 300; letter-spacing: 0.05em; color: var(--black);
  margin-bottom: 10px; line-height: 1.3;
}
.meedier-profile-role {
  font-family: var(--serif-jp); font-size: 14px; color: var(--muted);
  letter-spacing: 0.06em; margin-bottom: 24px;
}
.meedier-profile-bio {
  font-family: var(--serif-jp); font-size: 14px; line-height: 1.9;
  color: var(--ink2); margin-bottom: 28px;
}
.meedier-sns-row { display: flex; flex-wrap: wrap; gap: 10px; }
.meedier-sns-link {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 6px 14px;
  border: 1px solid var(--ink); color: var(--ink);
  transition: background .2s, color .2s;
}
.meedier-sns-link:hover { background: var(--black); color: #fff; border-color: var(--black); }
.meedier-profile-body {
  max-width: 720px; margin: 0 auto 80px;
  font-family: var(--serif-jp); font-size: 15px; line-height: 2;
}
.meedier-articles-section { border-top: 1px solid var(--hairline); padding-top: 64px; }
@media (max-width: 768px) {
  .meedier-profile-header { grid-template-columns: 1fr; gap: 32px; }
  .meedier-profile-photo { max-width: 240px; }
  .meedier-profile-wrap { padding: 60px 20px 60px; }
}
