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

:root {
  --ink: #121415;
  --paper: #eff0ed;
  --white: #fff;
  --indigo: #343b3d;
  --brass: #7f8b88;
  --red: #8b3f38;
  --muted: #606568;
  --line: rgba(18, 20, 21, .18);
}

body {
  background:
    linear-gradient(rgba(18, 20, 21, .038) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 30px;
}

.mode-hero > img { object-position: center; }
.mode-hero .article-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, .76), rgba(5, 6, 7, .53) 42%, rgba(5, 6, 7, .02) 74%),
    linear-gradient(0deg, rgba(5, 6, 7, .35), transparent 48%);
}
.mode-hero h1 {
  font-family: var(--sans);
  font-weight: 800;
  line-height: .98;
}
.mode-hero .hero-thesis { font-family: var(--sans); font-weight: 600; }
.mode-shop { background: #252a2c; }

.mode-p1 i:first-child { background: #151718; }
.mode-p1 i:nth-child(2) { background: #e4e0d6; }
.mode-p1 i:last-child { background: #474b4d; }
.mode-p2 i:first-child { background: #111314; }
.mode-p2 i:nth-child(2) { background: #292c2e; }
.mode-p2 i:last-child { background: #f1f0eb; }
.mode-p3 i:first-child { background: #17191a; }
.mode-p3 i:nth-child(2) { background: #55595b; }
.mode-p3 i:last-child { background: #898e8e; }

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