.home-hero {
  --hero-ivory: #efe4cf;
  --hero-muted: #b8a98f;
  --hero-orange: #d56538;
  --hero-brass: #968267;
  position: relative;
  min-height: max(700px, 88svh);
  overflow: hidden;
  color: var(--hero-ivory);
  background: #080b0c;
}

.home-hero-visual {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #080b0c;
}

.home-hero-visual::before,
.home-hero-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.home-hero-visual::before {
  background:
    linear-gradient(180deg, rgba(4, 7, 8, .58) 0, rgba(4, 7, 8, .05) 22%, rgba(4, 7, 8, .02) 72%, rgba(4, 7, 8, .84) 100%),
    linear-gradient(90deg, rgba(4, 7, 8, .42) 0, rgba(4, 7, 8, .2) 32%, rgba(4, 7, 8, 0) 68%);
}

.home-hero-visual::after {
  background: linear-gradient(90deg, rgba(4, 7, 8, .74) 0, rgba(4, 7, 8, .28) 36%, transparent 60%);
  mix-blend-mode: multiply;
}

.home-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: contrast(1.035) saturate(.82);
  animation: relief-in 640ms cubic-bezier(.2, .75, .25, 1) both;
}

.home-hero-panel {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: max(700px, 88svh);
  display: grid;
  padding-top: 108px;
}

.hero-copy {
  position: relative;
  top: 28px;
  width: min(60vw, 880px);
  align-self: center;
  margin-left: clamp(28px, 3.05vw, 50px);
  padding: 24px 0 46px;
  animation: copy-in 480ms 20ms ease-out both;
}

.hero-plate {
  margin: 0 0 10px;
  color: var(--hero-orange);
  font-size: clamp(.69rem, .78vw, .82rem);
  font-weight: 800;
  letter-spacing: .145em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 5vw, 5rem);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.042em;
  text-wrap: balance;
  text-shadow: 0 3px 30px rgba(0, 0, 0, .45);
}

.hero-lead {
  max-width: 45ch;
  margin: 28px 0 0;
  color: var(--hero-ivory);
  font-size: clamp(.98rem, 1.08vw, 1.1rem);
  line-height: 1.58;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .58);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.hero-button {
  min-width: min(305px, 100%);
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  color: #080b0c;
  background: var(--hero-orange);
  border: 1px solid var(--hero-orange);
  font-size: clamp(.93rem, 1.06vw, 1.1rem);
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hero-button:hover { background: #e07443; border-color: #e07443; transform: translateY(-2px); }

.hero-secondary-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--hero-ivory);
  border-bottom: 1px solid currentColor;
  font-size: clamp(.96rem, 1.04vw, 1.08rem);
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.hero-secondary-link:hover { color: #fff; border-bottom-color: var(--hero-orange); }

.hero-count {
  margin: 16px 0 0;
  color: var(--hero-muted);
  font-size: clamp(.79rem, .91vw, .94rem);
  letter-spacing: .025em;
}

.hero-count i { padding-inline: 6px; color: var(--hero-brass); font-style: normal; }

.hero-search {
  width: min(100%, 620px);
  margin-top: 28px;
}

.hero-search > label {
  display: block;
  margin-bottom: 8px;
  color: var(--hero-muted);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-search > div {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  background: rgba(8, 11, 12, .76);
  border: 1px solid rgba(239, 228, 207, .42);
  backdrop-filter: blur(10px);
}

.hero-search input {
  min-width: 0;
  padding: 0 16px;
  color: var(--hero-ivory);
  background: transparent;
  border: 0;
  outline: 0;
}

.hero-search input::placeholder { color: #a89d8c; }
.hero-search > div:focus-within { border-color: var(--hero-orange); box-shadow: 0 0 0 2px rgba(213, 101, 56, .22); }

.hero-search button {
  min-height: 50px;
  padding: 0 18px;
  color: var(--hero-ivory);
  background: rgba(213, 101, 56, .16);
  border: 0;
  border-left: 1px solid rgba(239, 228, 207, .24);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.hero-search button:hover { color: white; background: var(--hero-orange); }

.hero-period-index {
  width: 100%;
  min-height: 132px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-self: end;
  background: linear-gradient(180deg, rgba(5, 8, 9, .08), rgba(5, 8, 9, .84));
  border-top: 1px solid rgba(239, 228, 207, .08);
  animation: copy-in 520ms 80ms ease-out both;
}

.hero-period-index a {
  min-width: 0;
  min-height: 132px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 9px;
  padding: 13px clamp(18px, 2.8vw, 44px) 16px;
  color: var(--hero-brass);
  border-right: 1px solid rgba(150, 130, 103, .62);
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.hero-period-index a:last-child { border-right: 0; }
.period-glyph { width: 48px; height: 48px; overflow: visible; color: currentColor; }
.hero-period-index strong { min-width: 0; color: inherit; font-size: clamp(.84rem, 1.02vw, 1.05rem); line-height: 1.15; }
.hero-period-index a:hover { color: var(--hero-ivory); background: rgba(213, 101, 56, .11); }

.home-section {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 8vw, 124px) 0;
}

.section-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, .55fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(46px, 6vw, 80px);
}

.section-intro h2 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.2vw, 6rem);
  font-weight: 800;
  font-stretch: condensed;
  line-height: .95;
  letter-spacing: -.04em;
}

.section-intro > p,
.section-side > p {
  max-width: 48ch;
  margin: 0;
  color: var(--ink-soft);
}

.section-side { display: grid; gap: 22px; justify-items: start; }

.period-section { background: var(--paper-light); }
.period-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(34vw, 520px);
  height: 340px;
  background: url("../images/home/ivory-relief.webp") 50% 0 / cover no-repeat;
  opacity: .3;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.period-list { position: relative; z-index: 1; border-top: 1px solid var(--line-strong); }

.period-row {
  min-height: 118px;
  display: grid;
  grid-template-columns: 52px minmax(220px, .85fr) minmax(320px, 1.15fr) 92px 34px;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
  padding: 18px 10px 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, padding 180ms ease;
}

.period-row--without-status { grid-template-columns: 52px minmax(220px, .85fr) minmax(320px, 1.15fr) 34px; }

.period-row:hover,
.period-row:focus-visible { padding-inline: 14px 10px; background: rgba(148, 30, 36, .045); }
.period-number { color: var(--oxblood); font: 800 1.05rem/1 var(--display); }
.period-heading strong { display: block; font: 800 clamp(1.9rem, 3vw, 3.45rem)/.95 var(--display); letter-spacing: -.025em; }
.period-heading span { display: block; margin-top: 7px; color: var(--muted); font-size: .67rem; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.period-row p { max-width: 53ch; margin: 0; color: var(--ink-soft); }
.route-status { justify-self: end; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.route-status[data-status="published"] { color: var(--oxblood); }
.route-arrow { grid-column: -1; justify-self: end; color: var(--oxblood); font-size: 1.5rem; transition: transform 180ms ease; }
.period-row:hover .route-arrow,
.war-row:hover .route-arrow { transform: translateX(5px); }

.war-section {
  color: var(--paper-light);
  background: var(--command);
}

.war-section :focus-visible,
.dossier-method :focus-visible { outline-color: var(--oxblood-light); }

.war-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(42vw, 620px);
  height: 410px;
  background: url("../images/home/dark-relief.webp") 50% 0 / cover no-repeat;
  opacity: .58;
  pointer-events: none;
}

.section-intro-dark .eyebrow { color: var(--oxblood-light); }
.section-intro-dark > p,
.section-intro-dark .section-side > p { color: var(--command-muted); }
.section-intro-dark .text-link { color: var(--paper-light); }

.war-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(44px, 6vw, 94px);
  border-top: 1px solid var(--command-line);
}

.war-row {
  min-width: 0;
  min-height: 108px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto auto 26px;
  align-items: center;
  gap: 16px;
  padding: 18px 8px 18px 0;
  color: var(--paper-light);
  border-bottom: 1px solid var(--command-line);
  text-decoration: none;
  transition: background 180ms ease, padding 180ms ease;
}

.war-row--without-status { grid-template-columns: 42px minmax(0, 1fr) auto 26px; }

.war-row:hover,
.war-row:focus-visible { padding-left: 10px; background: rgba(244, 240, 232, .045); }
.war-number { color: var(--oxblood-light); font: 800 1rem/1 var(--display); }
.war-main { min-width: 0; display: grid; }
.war-main small { display: flex; gap: 9px; margin-bottom: 7px; color: var(--command-muted); font-size: .58rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.war-main small em { color: var(--oxblood-light); font-style: normal; }
.war-compact-status { display: none; }
.war-main strong { font: 800 clamp(1.35rem, 2vw, 2.35rem)/.96 var(--display); letter-spacing: -.018em; }
.war-date { color: #c9c3b9; font-size: .69rem; white-space: nowrap; }
.war-row .route-status { color: var(--command-muted); }
.war-row .route-status[data-status="published"] { color: var(--oxblood-light); }
.war-row .route-arrow { color: var(--paper-light); }

.battle-collection { background: var(--paper-light); }
.battle-plate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.battle-plate {
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: rgba(244, 240, 232, .72);
  border: 1px solid var(--line-strong);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.battle-plate:hover,
.battle-plate:focus-visible { color: var(--oxblood-dark); border-color: var(--oxblood); transform: translateY(-4px); }
.battle-terrain { height: 150px; margin: 0; overflow: hidden; border-bottom: 1px solid var(--line-strong); background: var(--paper-deep); }
.battle-terrain img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.72) saturate(.72) contrast(1.04); transition: filter 180ms ease, transform 300ms ease; }
.battle-plate[data-status="published"] .battle-terrain img,
.battle-plate:hover .battle-terrain img,
.battle-plate:focus-visible .battle-terrain img { filter: grayscale(.28) saturate(.9) contrast(1.06); transform: scale(1.025); }
.battle-plate-body { min-height: 286px; display: flex; flex-direction: column; padding: 18px; }
.battle-period { margin: 0; color: var(--oxblood); font-size: .61rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.battle-parent { margin: 6px 0 0; color: var(--muted); font-size: .7rem; font-weight: 700; line-height: 1.25; }
.battle-plate h3 { margin: 12px 0 10px; font: 800 clamp(2.3rem, 3.2vw, 3.85rem)/.9 var(--display); letter-spacing: -.03em; overflow-wrap: anywhere; }
.battle-place { display: grid; gap: 1px; margin: 0; color: var(--ink-soft); font-size: .76rem; }
.battle-mechanism { margin: auto 0 0; padding-top: 16px; color: var(--ink-soft); font-size: .78rem; line-height: 1.4; }
.battle-mechanism + .battle-status { margin-top: 18px; }
.battle-status { width: max-content; min-height: 30px; display: inline-flex; align-items: center; margin-top: auto; padding: 0 10px; color: var(--ink-soft); border: 1px solid currentColor; font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.battle-status[data-status="published"] { color: white; background: var(--oxblood); border-color: var(--oxblood); }

.dossier-method {
  color: var(--paper-light);
  background: var(--command);
}

.dossier-method::before {
  content: "";
  position: absolute;
  left: -6vw;
  bottom: -160px;
  width: min(48vw, 720px);
  aspect-ratio: 1.6;
  background: url("../images/home/hero-relief.webp") 50% 72% / cover no-repeat;
  opacity: .1;
  filter: grayscale(1);
  transform: rotate(-7deg);
  pointer-events: none;
}

.method-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(560px, 1.22fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: start;
}

.method-heading { position: sticky; top: calc(var(--header-h) + 36px); }
.method-heading .eyebrow { color: var(--oxblood-light); }
.method-heading h2 { max-width: 12ch; margin: 0; font: 800 clamp(3.4rem, 5.1vw, 5.8rem)/.95 var(--display); letter-spacing: -.04em; }
.method-heading > p { max-width: 48ch; margin: 30px 0 0; color: var(--command-muted); }
.method-cta { margin-top: 30px; color: var(--paper-light); }

.method-list { border-top: 1px solid var(--command-line); }
.method-item {
  min-height: 150px;
  display: grid;
  grid-template-columns: 54px minmax(190px, .8fr) minmax(230px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--command-line);
}
.method-item > span { color: var(--oxblood-light); font: 800 2.25rem/1 var(--display); }
.method-item h3 { margin: 0; font: 800 clamp(1.7rem, 2.6vw, 3rem)/.98 var(--display); letter-spacing: -.02em; }
.method-item p { max-width: 44ch; margin: 0; color: #c2bdb4; }

@keyframes relief-in {
  from { opacity: .72; transform: scale(1.018); }
}

@keyframes copy-in {
  from { opacity: .32; transform: translateY(10px); }
}

@media (max-width: 1240px) {
  .hero-copy { width: min(65vw, 760px); }
  .home-hero h1 { font-size: clamp(4rem, 5.7vw, 5rem); }
  .hero-period-index a { padding-inline: clamp(16px, 2.3vw, 30px); }
  .period-glyph { width: 43px; height: 43px; }
  .period-row { grid-template-columns: 42px minmax(210px, .85fr) minmax(260px, 1fr) 80px 28px; gap: 20px; }
  .period-row--without-status { grid-template-columns: 42px minmax(210px, .85fr) minmax(260px, 1fr) 28px; }
  .war-row { grid-template-columns: 34px minmax(0, 1fr) auto 24px; }
  .war-row--without-status { grid-template-columns: 34px minmax(0, 1fr) auto 24px; }
  .war-row .route-status { display: none; }
  .war-compact-status { display: inline; }
  .battle-plate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1101px) and (max-height: 760px) {
  .home-hero,
  .home-hero-panel { min-height: 100svh; }
  .home-hero-panel { padding-top: 94px; }
  .hero-copy { top: 0; padding: 8px 0 28px; }
  .hero-plate { margin-bottom: 13px; font-size: .64rem; }
  .home-hero h1 { font-size: clamp(3.35rem, 4.55vw, 4rem); line-height: .92; }
  .hero-lead { margin-top: 17px; font-size: .88rem; line-height: 1.45; }
  .hero-actions { margin-top: 19px; gap: 8px; }
  .hero-button { min-height: 48px; min-width: 255px; padding-block: 8px; font-size: .88rem; }
  .hero-secondary-link { min-height: 34px; font-size: .88rem; }
  .hero-count { margin-top: 8px; font-size: .7rem; }
  .hero-search { margin-top: 12px; }
  .hero-search > label { margin-bottom: 5px; font-size: .58rem; }
  .hero-search > div { min-height: 44px; }
  .hero-search button { min-height: 42px; }
  .hero-period-index,
  .hero-period-index a { min-height: 102px; }
  .hero-period-index a { gap: 5px; padding-block: 9px; }
  .period-glyph { width: 34px; height: 34px; }
  .hero-period-index strong { font-size: .79rem; }
}

@media (max-width: 1100px) {
  .home-hero { min-height: max(680px, calc(100svh - var(--header-h))); }
  .home-hero-visual img { object-position: 61% 50%; }
  .home-hero-visual::before {
    background:
      linear-gradient(180deg, rgba(4, 7, 8, .58) 0, rgba(4, 7, 8, .1) 23%, rgba(4, 7, 8, .12) 64%, rgba(4, 7, 8, .92) 100%),
      linear-gradient(90deg, rgba(4, 7, 8, .83) 0, rgba(4, 7, 8, .43) 58%, rgba(4, 7, 8, .12) 100%);
  }
  .home-hero-panel { min-height: max(680px, calc(100svh - var(--header-h))); padding-top: 0; }
  .hero-copy { top: 0; width: min(calc(100% - 2 * var(--gutter)), 760px); margin-inline: var(--gutter); padding: 48px 0 44px; }
  .home-hero h1 { max-width: 10ch; font-size: clamp(4rem, 9vw, 6rem); }
  .hero-period-index { min-height: 188px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-period-index a { min-height: 94px; padding: 10px var(--gutter); border-bottom: 1px solid rgba(150, 130, 103, .45); }
  .hero-period-index a:nth-child(3n) { border-right: 0; }
  .hero-period-index a:nth-last-child(-n + 3) { border-bottom: 0; }
  .period-glyph { width: 37px; height: 37px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .section-intro h2 { max-width: 13ch; }
  .section-side { max-width: 52ch; }
  .period-row { grid-template-columns: 42px minmax(0, 1fr) auto 28px; gap: 16px; }
  .period-row--without-status { grid-template-columns: 42px minmax(0, 1fr) 28px; }
  .period-row p { grid-column: 2 / -1; padding-right: 34px; }
  .war-list { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; }
  .war-list::after { display: none; }
  .war-row { grid-template-columns: 42px minmax(0, 1fr) auto auto 26px; }
  .war-row--without-status { grid-template-columns: 42px minmax(0, 1fr) auto 26px; }
  .war-row .route-status { display: block; }
  .war-compact-status { display: none; }
  .battle-plate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-layout { grid-template-columns: 1fr; gap: 54px; }
  .method-heading { position: static; }
  .method-heading h2 { max-width: 13ch; }
}

@media (max-width: 640px) {
  .home-hero { min-height: max(720px, calc(100svh - var(--header-h))); }
  .home-hero-visual img { object-position: 66% 50%; }
  .home-hero-visual::before {
    background:
      linear-gradient(180deg, rgba(4, 7, 8, .94) 0, rgba(4, 7, 8, .69) 51%, rgba(4, 7, 8, .82) 69%, rgba(4, 7, 8, .98) 100%),
      linear-gradient(90deg, rgba(4, 7, 8, .68), rgba(4, 7, 8, .26));
  }
  .home-hero-visual::after { background: linear-gradient(180deg, rgba(4, 7, 8, .36), transparent 42%, rgba(4, 7, 8, .32)); }
  .home-hero-panel { min-height: max(720px, calc(100svh - var(--header-h))); }
  .hero-copy { width: auto; margin-inline: 18px; padding: 30px 0 36px; }
  .home-hero h1 { max-width: 100%; font-size: clamp(3.25rem, 15vw, 4.35rem); line-height: .94; }
  .hero-plate { margin-bottom: 18px; font-size: .62rem; }
  .hero-lead { max-width: 38ch; margin-top: 22px; font-size: .94rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 25px; }
  .hero-button { width: 100%; min-width: 0; min-height: 56px; padding-inline: 16px; }
  .hero-count { margin-top: 12px; }
  .hero-search { margin-top: 20px; }
  .hero-search > div { grid-template-columns: minmax(0, 1fr) 48px; }
  .hero-search button { width: 48px; padding: 0; overflow: hidden; color: transparent; font-size: 0; }
  .hero-search button::after { content: "→"; display: grid; place-items: center; color: var(--hero-ivory); font-size: 1.1rem; }
  .hero-period-index { min-height: 108px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(142px, 42vw); overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .hero-period-index a { min-height: 108px; padding: 10px 18px; border-right: 1px solid rgba(150, 130, 103, .52); border-bottom: 0; }
  .hero-period-index a:nth-child(3n),
  .hero-period-index a:nth-child(2n) { border-right: 1px solid rgba(150, 130, 103, .52); }
  .hero-period-index a:last-child { border-right: 0; }
  .period-glyph { width: 34px; height: 34px; }
  .hero-period-index strong { font-size: .8rem; }
  .home-section { padding: 76px 0; }
  .section-intro { margin-bottom: 38px; }
  .section-intro h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .period-section::before { width: 78vw; height: 220px; opacity: .22; }
  .period-row { min-height: 0; grid-template-columns: 32px minmax(0, 1fr) 24px; gap: 12px; padding-block: 22px; }
  .period-row--without-status { grid-template-columns: 32px minmax(0, 1fr) 24px; }
  .period-heading strong { font-size: 2.05rem; }
  .period-row p { grid-column: 2 / -1; padding-right: 18px; font-size: .88rem; }
  .period-row .route-status { grid-column: 2; grid-row: 3; justify-self: start; }
  .period-row .route-arrow { grid-column: 3; grid-row: 1; }
  .war-row { min-height: 112px; grid-template-columns: 34px minmax(0, 1fr) 24px; gap: 12px; }
  .war-row--without-status { grid-template-columns: 34px minmax(0, 1fr) 24px; }
  .war-main strong { white-space: normal; font-size: 1.8rem; }
  .war-date { grid-column: 2; grid-row: 2; }
  .war-row .route-status { grid-column: 2; grid-row: 3; justify-self: start; }
  .war-row .route-arrow { grid-column: 3; grid-row: 1; }
  .battle-plate-grid { grid-template-columns: 1fr; }
  .battle-plate-body { min-height: 250px; }
  .battle-plate h3 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .method-item { grid-template-columns: 46px minmax(0, 1fr); gap: 16px; }
  .method-item > span { align-self: start; }
  .method-item p { grid-column: 2; }
}

@media (forced-colors: active) {
  .home-hero-visual::before,
  .home-hero-visual::after,
  .period-section::before,
  .war-section::before,
  .dossier-method::before { display: none; }
  .hero-button,
  .battle-status { border: 1px solid ButtonText; }
}
