:root {
  --ink: #151515;
  --coal: #24211f;
  --paper: #fbfaf7;
  --paper-strong: #ffffff;
  --accent: #2a2a2a;
  --mist: #eeece7;
  --line: #d9d2c7;
  --red: #d60b2e;
  --red-deep: #a80522;
  --gold: #c49a43;
  --jade: #1c7563;
  --blue: #255b7a;
  --text: #292622;
  --muted: #69635b;
  --shadow: 0 18px 42px rgba(21, 21, 21, 0.14);
  --max: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--red);
}

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

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: 5rem;
  margin-bottom: 1.1rem;
}

h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.45rem;
  margin-bottom: 0.7rem;
}

p {
  margin-bottom: 1rem;
}

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

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

.section--paper {
  background: var(--paper-strong);
}

.section--ink {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
}

.section--ink h2,
.section--ink h3 {
  color: #ffffff;
}

.eyebrow,
.story-kicker {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.section--ink .eyebrow,
.section--ink .story-kicker {
  color: #ffcb58;
}

.large-copy {
  font-size: 1.24rem;
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.25rem;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--red);
  border-color: var(--red);
  color: #ffffff;
}

.btn--primary:hover {
  background: var(--red-deep);
  border-color: var(--red-deep);
  color: #ffffff;
}

.btn--light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.btn--light:hover {
  background: #ffffff;
  color: var(--ink);
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand__mark {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand__text {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.brand__text strong {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.05;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.84rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  font-size: 0.94rem;
  font-weight: 800;
}

.header-end {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  flex: 0 0 auto;
  margin-left: auto;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.lang-switch:hover {
  background: var(--red);
  border-color: var(--red);
  color: #ffffff;
}

.language-link {
  min-width: 42px;
  padding: 0.38rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 68svh;
  max-height: 720px;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
}

.hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.78) 0%, rgba(7, 7, 7, 0.46) 44%, rgba(7, 7, 7, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.5) 0%, rgba(7, 7, 7, 0) 34%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0 70px;
  color: #ffffff;
}

.hero h1 {
  color: #ffffff;
  max-width: 820px;
}

.hero .eyebrow {
  color: #ffcb58;
}

.hero__lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.28rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.news-strip {
  background: var(--ink);
  color: #ffffff;
}

.news-strip__inner {
  width: min(var(--max), calc(100% - 32px));
  min-height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.news-strip strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.75rem;
  background: var(--red);
  border-radius: 4px;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.news-strip__meta {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  font-weight: 800;
}

.ticker {
  position: relative;
  min-height: 34px;
  overflow: hidden;
}

.ticker__item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 0.45em;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 240ms ease, transform 240ms ease;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticker__item time {
  font-size: 0.86rem;
  font-weight: 800;
  flex-shrink: 0;
}

.ticker__item .ticker__kicker {
  flex-shrink: 0;
}

.ticker__item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.news-grid,
.dojo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.news-card,
.dojo-card,
.quote-panel {
  border-radius: 8px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.section-head--light p {
  color: rgba(255, 255, 255, 0.75);
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.lead-story {
  min-height: 420px;
  position: relative;
  display: flex;
  background: var(--ink);
  border-radius: 8px;
  overflow: hidden;
}

.lead-story::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.1) 0%, rgba(21, 21, 21, 0.38) 45%, rgba(21, 21, 21, 0.9) 100%);
  pointer-events: none;
}

.lead-story__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lead-story__link {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: #ffffff;
}

.lead-story h3 {
  max-width: 720px;
  color: #ffffff;
  font-size: 2.25rem;
}

.lead-story p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
}

.read-more,
.text-link {
  color: var(--red);
  font-weight: 900;
}

.text-link {
  display: block;
}

.text-link + .text-link {
  margin-top: 0.4rem;
}

.lead-story .read-more {
  color: #ffcb58;
}

.brief-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.brief-list a {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  background: #ffffff;
}

.brief-list time,
.news-card time {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-card {
  min-height: 260px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: #ffffff;
}

.news-card--story {
  grid-column: span 2;
}

.news-card h3 {
  font-size: 1.3rem;
}

.news-card__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0;
}

.news-card__media--single {
  grid-template-columns: 1fr;
}

.news-card__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  background: var(--paper);
}

.news-card__portrait {
  margin: 1rem 0;
}

.news-card__portrait img {
  width: min(100%, 340px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
  background: var(--paper);
}

.story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: #ffffff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
}

.story-button:hover {
  background: var(--paper-strong);
  color: var(--ink);
  border-color: var(--ink);
}

.news-quote {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--accent);
  background: var(--paper);
}

.news-quote p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.65;
}

.news-card p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.source-news {
  margin-top: 2.8rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.source-news--main {
  margin: 0 0 2.8rem;
  padding: 0 0 2.4rem;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.section-head--compact {
  max-width: 760px;
  margin-bottom: 1.4rem;
}

.section-head--compact h3 {
  font-size: 2rem;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.source-news--main .source-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.source-card {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  background: var(--paper);
}

.source-news--main .source-card {
  background: #ffffff;
}

.mixed-feed .news-card {
  grid-column: span 2;
  min-height: 100%;
  background: #ffffff;
}

.source-news--main .source-card:nth-child(-n+2) {
  grid-column: span 3;
  padding: 1.35rem;
}

.source-news--main .source-card:nth-child(n+3) {
  grid-column: span 2;
}

.source-card h4 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.18;
}

.source-news--main .source-card:nth-child(-n+2) h4 {
  font-size: 1.35rem;
}

.source-card time {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.source-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.source-link {
  display: inline-flex;
  align-items: center;
  margin-top: 0.35rem;
  color: var(--red-deep);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.story-modal {
  width: min(940px, calc(100% - 32px));
  max-height: min(86vh, 900px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
}

.story-modal::backdrop {
  background: rgba(9, 22, 40, 0.66);
}

.story-modal__panel {
  position: relative;
  max-height: min(86vh, 900px);
  overflow: auto;
  background: transparent;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.story-modal__content {
  padding: 2.6rem 2.2rem 2.2rem;
}

.story-modal h2 {
  margin-bottom: 0.5rem;
}

.story-modal time {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
}

.story-modal__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.4rem 0;
}

.story-modal__media--single {
  grid-template-columns: minmax(0, 1fr);
}

.story-modal__media img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--paper);
}

.story-modal__media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 560px;
  border-radius: 6px;
  background: #000000;
}

.story-modal__body {
  display: grid;
  gap: 1rem;
  max-width: 720px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.8;
}

.story-modal__body p {
  margin: 0;
}

.split-section {
  background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 58%, #efe7da 58%, #efe7da 100%);
}

.split-grid,
.history-grid,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 3rem;
  align-items: center;
}

.quote-panel {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 2rem;
  background: var(--ink);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.quote-panel blockquote {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.18;
}

.quote-panel figcaption {
  color: rgba(255, 255, 255, 0.68);
}

.dojo-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.dojo-card {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
}

.dojo-card--primary {
  background: #ffffff;
  color: var(--text);
  text-align: left;
}

.dojo-card--primary h3 {
  color: var(--ink);
}

.dojo-card dl {
  display: grid;
  gap: 0.7rem;
  margin: 1.5rem 0 0;
}

.dojo-card dl div {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 0.8rem;
}

.dojo-card dt {
  color: var(--muted);
  font-weight: 900;
}

.dojo-card dd {
  margin: 0;
}

.section--ink .dojo-card dt {
  color: rgba(255, 255, 255, 0.56);
}

.dojo-card--primary dt {
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(9, 22, 40, 0.12);
  border-radius: 6px;
  background: #f8fafc;
  color: var(--ink);
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1;
}

.contact-actions a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
}

.contact-actions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.history-section {
  background: var(--paper-strong);
}

.history-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 3rem;
  align-items: start;
}

.history-article {
  max-width: 880px;
}

.history-article h2 {
  max-width: 780px;
}

.prose-block {
  margin-top: 2.4rem;
}

.prose-block h3 {
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
  font-size: 1.65rem;
}

.prose-block p {
  color: #3a352f;
}

.meaning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.4rem;
}

.meaning-item {
  padding-top: 1rem;
  border-top: 4px solid var(--red);
}

.meaning-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: var(--ink);
  color: #ffffff;
  font-weight: 900;
}

.meaning-item h4 {
  margin: 0 0 0.65rem;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.meaning-item p {
  color: var(--muted);
}

.judo-quote {
  margin: 3rem 0 0;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line);
}

.judo-quote blockquote {
  margin: 0 0 0.7rem;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.judo-quote figcaption {
  color: var(--muted);
  font-weight: 800;
}

.history-sidebar {
  position: sticky;
  top: 104px;
  padding-left: 1.25rem;
  border-left: 3px solid var(--red);
}

.history-sidebar h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.timeline {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.timeline time {
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 900;
}

.about-band {
  background: var(--mist);
}

.site-footer {
  padding: 54px 0;
  background: #111111;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .brand__text strong {
  color: #ffffff;
}

.site-footer .brand__text small,
.site-footer p {
  color: rgba(255, 255, 255, 0.62);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 2rem;
}

.site-footer h2 {
  color: #ffffff;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.site-footer a:not(.brand) {
  display: block;
  margin-bottom: 0.55rem;
}

.language-gate {
  min-height: 100svh;
  display: grid;
  place-items: center;
  background: var(--paper);
}

.gate {
  width: min(560px, calc(100% - 40px));
  text-align: center;
}

.gate__mark {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 1.5rem;
}

.gate__actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .feature-grid,
  .news-grid,
  .source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-news--main .source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-news--main .source-card,
  .source-news--main .source-card:nth-child(-n+2),
  .source-news--main .source-card:nth-child(n+3) {
    grid-column: auto;
  }

  .source-news--main .source-card:first-child {
    grid-column: 1 / -1;
  }

  .lead-layout,
  .split-grid,
  .history-layout,
  .history-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .split-section {
    background: var(--paper);
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .header-inner {
    min-height: 70px;
  }

  .brand__mark {
    width: 46px;
    height: 46px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .header-end {
    gap: 0.55rem;
  }

  .site-nav.is-open {
    display: grid;
    gap: 0.75rem;
  }

  .site-nav a {
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  .hero {
    min-height: 64svh;
  }

  .hero__content {
    padding: 64px 0 56px;
  }

  .hero__lead {
    font-size: 1.08rem;
  }

  .news-strip__inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 0.9rem 0;
    gap: 0.65rem;
  }

  .ticker {
    width: 100%;
    min-height: 46px;
  }

.ticker__item {
  align-items: center;
  font-size: 0.85rem;
}

  .news-strip__meta {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

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

@media (max-width: 560px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .container,
  .hero__content {
    width: min(var(--max), calc(100% - 28px));
  }

  .feature-grid,
  .news-grid,
  .source-grid,
  .source-news--main .source-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .source-news--main .source-card:first-child {
    grid-column: auto;
  }

  .news-card--story {
    grid-column: auto;
  }

  .news-card__media {
    grid-template-columns: 1fr;
  }

  .story-modal {
    width: min(100% - 18px, 940px);
    max-height: 90vh;
  }

  .story-modal__content {
    padding: 1.3rem;
  }

  .story-modal__media {
    grid-template-columns: 1fr;
  }

  .story-modal__body {
    font-size: 1rem;
  }

  .lead-story {
    min-height: 360px;
  }

  .lead-story__link {
    padding: 1.4rem;
  }

  .lead-story h3 {
    font-size: 1.8rem;
  }

  .quote-panel blockquote {
    font-size: 1.55rem;
  }

  .dojo-card dl div,
  .meaning-grid,
  .timeline li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .history-sidebar {
    position: static;
  }

  .meaning-grid {
    gap: 1.25rem;
  }

  .judo-quote blockquote {
    font-size: 1.45rem;
  }
}

/* FAQ Section — added 2026-06-19 for GEO/SEO/AEO */
.faq-section {
  background: #f0ede5;
}

.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  background: var(--paper-strong);
  border: 1px solid #e6e2d8;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item[open] {
  border-color: var(--ink);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.faq-question {
  cursor: pointer;
  padding: 1.1rem 1.4rem;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  font-size: 1.6rem;
  font-weight: 300;
  color: #888;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-question::after {
  content: '\2212';
}

.faq-answer {
  padding: 0 1.4rem 1.25rem 1.4rem;
  color: var(--ink);
  line-height: 1.75;
  font-size: 1rem;
}

.faq-answer p {
  margin: 0 0 0.85rem 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .faq-question {
    font-size: 0.98rem;
    padding: 0.95rem 1.1rem;
  }
  .faq-answer {
    padding: 0 1.1rem 1.1rem 1.1rem;
    font-size: 0.95rem;
  }
}
