/* Set 1 — newspaper: masthead, feature story, text rows */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,560;9..144,700&family=Source+Sans+3:wght@400;600;700&display=swap");

.tpl-1 {
  background: var(--bg-page);
  color: var(--text-heading);
  font-family: "Source Sans 3", "Golos Text", sans-serif;
}

.tpl-1 .site-head { border-bottom: 4px solid var(--color-primary); }

.tpl-1 .head-bar { min-height: 60px; }

.tpl-1 .logo a {
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  letter-spacing: 0;
  text-transform: none;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .tpl-1 .site-head { text-align: center; }
  .tpl-1 .head-bar { justify-content: center; position: relative;        padding-top: 10px; }
  .tpl-1 .head-tools { position: absolute; right: 0; }
  .tpl-1 .nav-links { justify-content: center; width: min(1120px, calc(100% - 32px)); margin: 0 auto 10px; border-top: 1px solid rgba(255, 255, 255, 0.15); }
}

.tpl-1 .hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 0;
}

.tpl-1 .hero-copy {
  /* max-width: 42rem; */
}

.tpl-1 .hero h1 {
  margin: 0 0 10px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 560;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

.tpl-1 .hero h1 em {
  font-style: italic;
  color: var(--text-accent);
}

.tpl-1 .hero-stage {
  display: grid;
  gap: 12px;
}

.tpl-1 .hero-feature,
.tpl-1 .hero-mini {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  background: var(--bg-placeholder, #d9d9d9);
}

.tpl-1 .hero-feature .thumb,
.tpl-1 .hero-mini .thumb {
  aspect-ratio: 4 / 3;
  width: 100%;
  min-height: 0;
  transition: transform 0.28s ease;
}

.tpl-1 .hero-feature:hover .thumb,
.tpl-1 .hero-mini:hover .thumb {
  transform: scale(1.04);
}

.tpl-1 .hero-feature::after,
.tpl-1 .hero-mini::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 42%, transparent 70%);
  pointer-events: none;
}

.tpl-1 .hero-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--bg-play, var(--color-primary));
  color: var(--text-inverse);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.tpl-1 .hero-mini .hero-play {
  width: 44px;
  height: 44px;
}

.tpl-1 .hero-play .iconfont {
  font-size: 18px;
  line-height: 1;
}

.tpl-1 .hero-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px;
}

.tpl-1 .hero-cap .cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.tpl-1 .hero-cap .name,
.tpl-1 .hero-cap strong {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.tpl-1 .hero-mini .hero-cap .name {
  font-size: 16px;
  -webkit-line-clamp: 2;
}

.tpl-1 .play-pill {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--text-inverse);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
      justify-content: center;
      gap: 20px;
}

.tpl-1 .hero-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 899px) {
  .tpl-1 .wrap {
    width: min(1120px, calc(100% - 24px));
    padding: 12px 0;
  }

  .tpl-1 .hero {
    gap: 10px;
    padding: 12px 0 8px;
  }

  .tpl-1 .hero .kicker {
    margin: 0 0 4px;
    font-size: 11px;
  }

  .tpl-1 .hero h1 {
    margin: 0 0 6px;
    font-size: clamp(24px, 6.4vw, 34px);
    line-height: 1.18;
  }

  .tpl-1 .hero .lede {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .tpl-1 .hero-stage {
    gap: 8px;
  }

  .tpl-1 .hero-side {
    order: -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tpl-1 .hero-feature,
  .tpl-1 .hero-mini {
    border-radius: 12px;
  }

  .tpl-1 .hero-cap {
    gap: 2px;
    padding: 10px;
  }

  .tpl-1 .hero-cap .cat {
    font-size: 10px;
  }

  .tpl-1 .hero-cap .name,
  .tpl-1 .hero-cap strong {
    font-size: 18px;
  }

  .tpl-1 .hero-feature .play-pill {
    display: none;
  }

  .tpl-1 .hero-play {
    width: 40px;
    height: 40px;
  }

  .tpl-1 .hero-mini .hero-play {
    width: 32px;
    height: 32px;
  }

  .tpl-1 .hero-play .iconfont {
    font-size: 14px;
  }

  .tpl-1 .hero-mini .hero-cap {
    padding: 8px;
  }

  .tpl-1 .hero-mini .hero-cap .name {
    font-size: 13px;
  }

  .tpl-1 .guide {
    padding: 12px 0;
  }

  .tpl-1 .guide-head {
    margin-bottom: 12px;
  }

  .tpl-1 .guide-head h2,
  .tpl-1 .section-head h2 {
    font-size: 22px;
  }

  .tpl-1 .guide-head .lede {
    font-size: 13px;
    line-height: 1.45;
  }

  .tpl-1 .guide-grid {
    gap: 10px;
  }

  .tpl-1 .band {
    padding: 12px 0;
  }

  .tpl-1 .section-head {
    margin-bottom: 12px;
  }

  .tpl-1 .board {
    gap: 10px;
  }
}

@media (min-width: 900px) {
  .tpl-1 .hero-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .tpl-1 .hero-stage .hero-feature {
    min-height: 100%;
    height: 100%;
  }

  .tpl-1 .hero-stage .hero-feature .thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    min-height: 0;
  }

  .tpl-1 .hero-stage .hero-feature .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tpl-1 .hero-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    height: 100%;
    align-content: stretch;
  }

  .tpl-1 .hero-mini {
    min-height: 0;
  }

  .tpl-1 .hero-mini .thumb {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

.tpl-1 .guide {
  padding: 24px 0 ;
}

.tpl-1 .guide-head h2,
.tpl-1 .section-head h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
}

.tpl-1 .guide-card { border: 0; background: transparent; }

.tpl-1 .guide-body .name {
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
}

.tpl-1 .band { padding: 24px 0; border-top: 1px solid color-mix(in srgb, var(--text-primary) 16%, transparent); }

.tpl-1 .board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tpl-1 .card-board {
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.tpl-1 .card-board .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
}

.tpl-1 .card-board .thumb img {
  transition: transform 0.28s ease;
}

.tpl-1 .card-board:hover .thumb img {
  transform: scale(1.05);
}

.tpl-1 .card-board .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 48%);
  opacity: 0.85;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.tpl-1 .card-board:hover .thumb::after {
  opacity: 1;
}

.tpl-1 .card-board .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.tpl-1 .card-board .cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-accent);
}

.tpl-1 .card-board .name {
  font-family: Fraunces, Georgia, serif;
  font-size: 16px;
  line-height: 1.25;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tpl-1 .card-board:first-child .name{
    -webkit-line-clamp: 2;
}

.tpl-1 .card-board:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  align-items: stretch;
  padding: 10px;
  background: var(--bg-detail-card, var(--bg-lists));
  border-radius: 16px;
}

.tpl-1 .card-board:first-child .thumb {
  border-radius: 12px;
}

.tpl-1 .card-board:first-child .info {
  justify-content: center;
  padding: 4px 4px 8px 0;
}

.tpl-1 .card-board:first-child .name {
  font-size: 24px;
  -webkit-line-clamp: 3;
}



@media (min-width: 768px) {
  .tpl-1 .board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .tpl-1 .card-board:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tpl-1 .card-board:first-child .info {
    justify-content: flex-start;
    padding: 0 4px 6px;
  }

  .tpl-1 .card-board:first-child .name { font-size: 26px; }
}

@media (min-width: 1024px) {
  .tpl-1 .board { grid-template-columns: repeat(6, minmax(0, 1fr)); }

  .tpl-1 .card-board:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
}

.tpl-1 .detail-page {
  padding-bottom: 12px;
}

.tpl-1 .crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
}

.tpl-1 .crumb a {
  color: var(--text-accent);
  text-decoration: none;
}

.tpl-1 .detail-hero {
  display: grid;
  gap: 18px;
  padding: 18px 0 8px;
}

.tpl-1 .detail-copy h1 {
  margin: 0 0 10px;
  padding-bottom: 20px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 560;
  line-height: 1.1;
  color: var(--text-primary);
}

.tpl-1 .detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.tpl-1 .detail-article {
      width: min(1120px, calc(100% - 32px));
}

.tpl-1 .detail-article h2,
.tpl-1 .howto h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
}

.tpl-1 .howto {
  padding: 8px 0 20px;
}

.tpl-1 .howto-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.tpl-1 .howto-list li {
  counter-increment: step;
  padding: 14px 14px 14px 58px;
  border: 1px solid color-mix(in srgb, var(--text-primary) 14%, transparent);
  border-radius: 14px;
  position: relative;
}

.tpl-1 .howto-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 16px;
  font-size: 13px;
  font-weight: 800;
  color: var(--text-accent);
}

.tpl-1 .howto-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.tpl-1 .howto-list p {
  margin: 0;
  color: var(--text-body);
  line-height: 1.55;
}

.tpl-1 .detail-hero .hero-feature {
  height: auto;
  min-height: 0;
}

.tpl-1 .detail-hero .hero-feature .thumb {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.tpl-1 .detail-hero .hero-feature .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 900px) {
  .tpl-1 .detail-hero {
    grid-template-columns: 1.5fr 1.1fr;
    align-items: center;
    gap: 28px;
  }

  .tpl-1 .detail-hero .hero-feature .thumb {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  .tpl-1 .howto-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tpl-1 .picks {
  /* padding: 8px 0 28px; */
}

.tpl-1 .pick-list {
  display: grid;
  gap: 10px;
}

.tpl-1 .pick-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 36px;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--text-primary) 12%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-page) 88%, var(--text-primary) 4%);
  text-decoration: none;
  color: inherit;
}

.tpl-1 .pick-cover {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.tpl-1 .pick-cover .thumb {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.tpl-1 .pick-cover .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.tpl-1 .pick-card:hover .pick-cover .thumb img {
  transform: scale(1.06);
}

.tpl-1 .pick-body .cat {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-accent);
}

.tpl-1 .pick-body .name {
  display: -webkit-box;
  overflow: hidden;
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  font-weight: 560;
  line-height: 1.2;
  color: var(--text-primary);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tpl-1 .pick-desc {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-body);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tpl-1 .pick-go {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--bg-play, var(--color-primary));
  color: var(--text-inverse);
}

.tpl-1 .pick-go .iconfont {
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 800px) {
  .tpl-1 .pick-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

.tpl-1 .search-page {
  padding-bottom: 12px;
}

.tpl-1 .search-hero {
  padding: 24px 0 0;
}

.tpl-1 .search-hero h1 {
  margin: 0 0 16px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 560;
  line-height: 1.15;
  color: var(--text-primary);
}

.tpl-1 .search-hero .search-panel {
  margin-bottom: 22px;
}

.tpl-1 .strip-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tpl-1 .strip-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  background: var(--bg-placeholder, #d9d9d9);
}

.tpl-1 .strip-media {
  position: absolute;
  inset: 0;
}

.tpl-1 .strip-media .thumb,
.tpl-1 .strip-media .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpl-1 .strip-media .thumb img {
  transition: transform 0.35s ease;
}

.tpl-1 .strip-card:hover .strip-media .thumb img {
  transform: scale(1.06);
}

.tpl-1 .strip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.28) 45%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
}

.tpl-1 .strip-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 56px 14px 14px;
}

.tpl-1 .strip-meta .cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.tpl-1 .strip-meta .name {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 560;
  line-height: 1.15;
  color: #fff;
}

.tpl-1 .strip-play {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--bg-play, var(--color-primary));
  color: var(--text-inverse);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.tpl-1 .strip-play .iconfont {
  font-size: 15px;
  line-height: 1;
}

@media (min-width: 800px) {
  .tpl-1 .strip-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

.tpl-1 .results { grid-template-columns: 1fr; }

@media (min-width: 800px) {
  .tpl-1 .results { grid-template-columns: 1fr 1fr; }
}

.tpl-1 .site-foot {
  border-top: 0;
}

.tpl-1 .foot-wordmark {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
  text-transform: uppercase;
  width: 100%;
}

.tpl-1 .foot-index a {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
}

/* Recommended games: numbered rank rows */
.tpl-1 .pick-list .pick-card.pick-rank {
  min-width: 0;
}

.tpl-1 .pick-card.pick-rank {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 36px;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-page) 92%, var(--text-primary) 3%);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.tpl-1 .pick-card.pick-rank:hover {
  border-color: var(--text-accent);
  background: var(--bg-detail-card, var(--bg-lists));
  transform: translateY(-2px);
}

.tpl-1 .rank-no {
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-accent);
  text-align: center;
}

.tpl-1 .rank-cover {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.tpl-1 .rank-cover .thumb {
  aspect-ratio: 4 / 3;
  width: 100%;
  transition: transform 0.28s ease;
}

.tpl-1 .pick-card.pick-rank:hover .rank-cover .thumb {
  transform: scale(1.08);
}

.tpl-1 .rank-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.tpl-1 .rank-body .cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-accent);
}

.tpl-1 .rank-body .name {
  font-family: Fraunces, Georgia, serif;
  font-size: 16px;
  font-weight: 560;
  line-height: 1.25;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tpl-1 .rank-go {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--bg-play, var(--color-primary));
  color: var(--text-inverse);
}

.tpl-1 .rank-go .iconfont {
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 767px) {
  .tpl-1 .pick-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (min-width: 800px) {
  .tpl-1 .pick-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }
}
