@import url("amekaji-guide.css?v=20260618-reviewed");

:root {
  --ink: #1c1e19;
  --paper: #f0efe8;
  --white: #fffefa;
  --indigo: #37464a;
  --brass: #9a7d45;
  --red: #8b4236;
  --muted: #62645c;
  --line: rgba(28, 30, 25, .18);
}

body {
  background:
    linear-gradient(rgba(78, 86, 59, .04) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 29px;
}

.military-hero > img { object-position: center; }
.military-hero .article-hero__shade {
  background:
    linear-gradient(90deg, rgba(10, 11, 9, .79), rgba(10, 11, 9, .56) 42%, rgba(10, 11, 9, .03) 74%),
    linear-gradient(0deg, rgba(10, 11, 9, .35), transparent 48%);
}
.military-hero h1 { font-weight: 600; }
.military-shop { background: #3f4938; }

.military-p1 i:first-child { background: #60634b; }
.military-p1 i:nth-child(2) { background: #e2ddd0; }
.military-p1 i:last-child { background: #46494a; }
.military-p2 i:first-child { background: #24292a; }
.military-p2 i:nth-child(2) { background: #f2efe7; }
.military-p2 i:last-child { background: #777b7d; }
.military-p3 i:first-child { background: #6e654d; }
.military-p3 i:nth-child(2) { background: #a5a29c; }
.military-p3 i:last-child { background: #263444; }

@media (max-width: 620px) {
  .military-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding-top: 68px;
    background: #11130f;
  }
  .military-hero > img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    order: 1;
  }
  .military-hero .article-hero__shade { display: none; }
  .military-hero .article-hero__copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    order: 2;
    padding: 30px 20px 48px;
  }
  .military-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .military-hero .hero-description { display: none; }
}
