/* ============================================================
   source layer: home-fix-20260523r12.css
   ============================================================ */
/* Home production diff repair (2026-05-23 r11)
   Loaded after style.min.css. Keep this file narrow and removable. */

:root {
  --f-editorial: var(--font-base) !important;
  --f-display-banner: var(--font-display) !important;
  --f-display-condensed: var(--font-display) !important;
}

body.home-page,
body.home-page main,
body.home-page .section,
body.home-page .home-section--paper,
body.home-page .home-section--paper-bottom,
body.home-page #news.news-section,
body.home-page #ranking.hm-ranking-section,
body.home-page .hm-database-section,
body.home-page .hm-timeline-section,
body.home-page .home-chip-section,
body.home-page .home-editor-note {
  background: #fff !important;
  color: var(--text) !important;
}

body.home-page .section-header__title,
body.home-page .section-header__title-link,
body.home-page .hm-latest-articles__title,
body.home-page .hm-latest-articles__title-link,
body.home-page #news .section-header__title,
body.home-page #ranking .section-header__title,
body.home-page .hm-database-section .section-header__title,
body.home-page .hm-database-section .section-header__title-link,
body.home-page .hm-timeline-section .section-header__title,
body.home-page .hm-rumors-section .section-header__title {
  color: #111 !important;
  font-family: var(--font-display, var(--f-heading)) !important;
  font-size: 56px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  font-variation-settings: normal !important;
}

body.home-page .section-header__sub,
body.home-page .hm-latest-articles__subtitle,
body.home-page #news .section-header__sub,
body.home-page #ranking .section-header__sub,
body.home-page .hm-timeline-section .section-header__sub,
body.home-page .section-header__view-all,
body.home-page .home-cover-rotator__count,
body.home-page .hm-ranking-toggle,
body.home-page .home-chip,
body.home-page .home-chip__label {
  font-family: var(--font-body, var(--font-base)) !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-variation-settings: normal !important;
}

body.home-page .section-header__sub,
body.home-page #news .section-header__sub,
body.home-page #ranking .section-header__sub,
body.home-page .hm-timeline-section .section-header__sub {
  color: #888 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.1em !important;
}

body.home-page #news .section-header,
body.home-page #ranking .section-header,
body.home-page .hm-database-section .section-header,
body.home-page .hm-timeline-section .section-header {
  border-bottom-color: var(--c-line) !important;
}

body.home-page .news-list--briefing,
body.home-page #ranking .ranking-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--c-line) !important;
}

body.home-page .news-list--briefing .news-item,
body.home-page .news-list--briefing .news-item:first-child,
body.home-page .news-list--briefing .news-item:not(:first-child),
body.home-page #ranking .ranking-item,
body.home-page #ranking-list.ranking-list .ranking-item:first-child,
body.home-page #ranking-more.ranking-list .ranking-item:first-child {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--c-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--text) !important;
  overflow: visible !important;
  transform: none !important;
}

body.home-page .news-list--briefing .news-item__link,
body.home-page .news-list--briefing .news-item:first-child .news-item__link,
body.home-page #ranking .ranking-item a,
body.home-page #ranking-list.ranking-list .ranking-item:first-child a,
body.home-page #ranking-more.ranking-list .ranking-item:first-child a {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 18px 0 !important;
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.home-page .news-list--briefing .news-item__link::after,
body.home-page #ranking .ranking-item a::before,
body.home-page .ranking-num {
  content: none !important;
  display: none !important;
}

body.home-page .news-list--briefing .news-item__thumb,
body.home-page .news-list--briefing .news-item:first-child .news-item__thumb,
body.home-page .news-list--briefing .news-item__thumb--rail,
body.home-page #ranking .ranking-thumb,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-thumb,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-thumb {
  display: block !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 96px !important;
  min-width: 0 !important;
  aspect-ratio: 4 / 3 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--placeholder) !important;
  overflow: hidden !important;
}

body.home-page .news-list--briefing .news-item__thumb img,
body.home-page #ranking .ranking-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.home-page .news-list--briefing .news-item__meta,
body.home-page .news-list--briefing .news-item:first-child .news-item__meta,
body.home-page .news-list--briefing .news-item__title,
body.home-page .news-list--briefing .news-item:first-child .news-item__title,
body.home-page #ranking .ranking-body,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-body {
  grid-column: 2 !important;
}

body.home-page .news-list--briefing .news-item__meta,
body.home-page .news-list--briefing .news-item:first-child .news-item__meta {
  grid-row: 1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 6px !important;
}

body.home-page .news-list--briefing .news-item__title,
body.home-page .news-list--briefing .news-item:first-child .news-item__title,
body.home-page #ranking .ranking-title,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-title,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-title {
  grid-row: 2 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--text) !important;
  font-family: var(--f-heading-jp) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

body.home-page .news-list--briefing .news-item__date,
body.home-page .news-list--briefing .news-item:first-child .news-item__date,
body.home-page .news-list--briefing .news-item__category,
body.home-page .news-list--briefing .news-item:first-child .news-item__category,
body.home-page #ranking .ranking-date {
  color: var(--text-muted) !important;
  font-family: var(--f-en) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

body.home-page .news-list--briefing .news-item__category {
  background: transparent !important;
  padding: 0 !important;
}

body.home-page .news-list--briefing .news-item__category::before {
  content: "/" !important;
  margin-right: 8px !important;
  color: var(--c-line) !important;
}

body.home-page .hm-db-rail-wrap {
  position: relative !important;
  margin: 12px 0 24px !important;
}

body.home-page .hm-db-rail {
  display: flex !important;
  gap: 14px !important;
  padding: 4px 4px 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
}

body.home-page .hm-db-card {
  flex: 0 0 clamp(180px, 22vw, 232px) !important;
  scroll-snap-align: start !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--text) !important;
  text-align: center !important;
  text-decoration: none !important;
}

body.home-page .hm-db-card__visual {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.home-page .hm-db-card__visual img {
  width: 86% !important;
  height: 86% !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.home-page .hm-db-card__body {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
  padding: 0 2px !important;
  text-align: center !important;
}

body.home-page .hm-db-card__title {
  margin: 0 !important;
  color: var(--text) !important;
  font-family: var(--font-display) !important;
  font-size: clamp(20px, 1.9vw, 26px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body.home-page .hm-db-card__sub {
  margin: 0 !important;
  color: color-mix(in srgb, var(--text) 58%, transparent) !important;
  font-family: Menlo, monospace !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}

body.home-page .hm-timeline__rail {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(24px, 2.5rem, 40px) !important;
  margin: 0 !important;
  padding: clamp(24px, 2.5rem, 40px) 0 0 !important;
  border-top: 1px solid var(--c-line) !important;
  overflow: visible !important;
}

body.home-page .hm-timeline__year {
  min-width: 0 !important;
}

body.home-page .hm-timeline__year-label {
  position: static !important;
  display: block !important;
  margin: 0 0 18px !important;
  color: var(--text) !important;
  font-family: var(--font-display) !important;
  font-size: clamp(42px, 4.25rem, 68px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: 0.02em !important;
  transform: none !important;
}

body.home-page .hm-timeline__items {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--c-line) !important;
  list-style: none !important;
}

body.home-page .hm-timeline__item,
body.home-page .hm-timeline__overflow {
  min-width: 0 !important;
  border-bottom: 1px solid var(--c-line) !important;
}

body.home-page .hm-timeline__chip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 4px !important;
  min-height: 72px !important;
  padding: 13px 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--text) !important;
  text-decoration: none !important;
}

body.home-page .hm-timeline__chip-cat,
body.home-page .hm-timeline__chip-chip,
body.home-page .hm-timeline__overflow {
  color: var(--text-muted) !important;
  font-family: var(--f-en) !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

body.home-page .hm-timeline__chip-name {
  min-width: 0 !important;
  color: var(--text) !important;
  font-family: var(--f-heading-jp) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

body.home-page .hm-timeline__hint,
body.home-page .hm-timeline__empty {
  display: none !important;
}

@media (min-width: 900px) {
  body.home-page .news-list--briefing .news-item__link,
  body.home-page .news-list--briefing .news-item:first-child .news-item__link,
  body.home-page #ranking .ranking-item a,
  body.home-page #ranking-list.ranking-list .ranking-item:first-child a,
  body.home-page #ranking-more.ranking-list .ranking-item:first-child a {
    grid-template-columns: 120px minmax(0, 1fr) !important;
  }

  body.home-page .news-list--briefing .news-item__thumb,
  body.home-page .news-list--briefing .news-item:first-child .news-item__thumb,
  body.home-page #ranking .ranking-thumb,
  body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-thumb,
  body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-thumb {
    width: 120px !important;
  }
}

@media (min-width: 1024px) {
  body.home-page .hm-db-rail {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 12px !important;
    overflow: visible !important;
    padding: 4px 0 8px !important;
  }

  body.home-page .hm-db-card {
    width: 100% !important;
    flex: none !important;
  }
}

@media (max-width: 900px) {
  body.home-page .hm-timeline__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.home-page #news.news-section,
  body.home-page #ranking.hm-ranking-section,
  body.home-page .hm-database-section,
  body.home-page .hm-timeline-section {
    padding-block: 48px !important;
  }

  body.home-page .section-header__title,
  body.home-page .hm-latest-articles__title,
  body.home-page #news .section-header__title,
  body.home-page #ranking .section-header__title,
  body.home-page .hm-database-section .section-header__title,
  body.home-page .hm-timeline-section .section-header__title {
    font-size: 36px !important;
  }

  body.home-page .news-list--briefing .news-item__link,
  body.home-page .news-list--briefing .news-item:first-child .news-item__link,
  body.home-page #ranking .ranking-item a,
  body.home-page #ranking-list.ranking-list .ranking-item:first-child a,
  body.home-page #ranking-more.ranking-list .ranking-item:first-child a {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 16px 0 !important;
  }

  body.home-page .news-list--briefing .news-item__thumb,
  body.home-page .news-list--briefing .news-item:first-child .news-item__thumb,
  body.home-page #ranking .ranking-thumb,
  body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-thumb,
  body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-thumb {
    width: 84px !important;
  }

  body.home-page .hm-db-card {
    flex-basis: clamp(160px, 60vw, 200px) !important;
  }

  body.home-page .hm-timeline__rail {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-top: 22px !important;
  }

  body.home-page .hm-timeline__year-label {
    margin-bottom: 12px !important;
    font-size: 40px !important;
    line-height: 1.05 !important;
  }
}

/* ============================================================
   source layer: home-fix-20260523r13.css
   ============================================================ */
/* Home list offset repair (2026-05-23 r13)
   Loaded after r12 to neutralize leftover first-card offsets. */

body.home-page .news-list--briefing .news-item__thumb,
body.home-page .news-list--briefing .news-item:first-child .news-item__thumb,
body.home-page .news-list--briefing .news-item__thumb--rail,
body.home-page #ranking .ranking-thumb,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-thumb,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-thumb {
  margin: 0 !important;
  transform: none !important;
  justify-self: start !important;
  align-self: center !important;
}

body.home-page .news-list--briefing .news-item__meta,
body.home-page .news-list--briefing .news-item:first-child .news-item__meta,
body.home-page .news-list--briefing .news-item__title,
body.home-page .news-list--briefing .news-item:first-child .news-item__title,
body.home-page #ranking .ranking-body,
body.home-page #ranking .ranking-title,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-body,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-title,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-body,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-title {
  position: static !important;
  transform: none !important;
}

/* ============================================================
   source layer: home-fix-20260523r14.css
   ============================================================ */
/* Home mobile timeline trim (2026-05-23 r14)
   On the homepage, mobile shows the current year only. */

@media (max-width: 760px) {
  body.home-page .hm-timeline__rail {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.home-page .hm-timeline__rail .hm-timeline__year:nth-child(n + 2) {
    display: none !important;
  }
}

/* ============================================================
   source layer: home-fix-20260523r68.css
   ============================================================ */
/* Home editor note flow repair (2026-05-23 r68)
   Loaded after home-fix r14. Keep the note in normal document flow. */

body.home-page main > .home-editor-note,
body.home-page .home-editor-note {
  overflow: visible !important;
}

body.home-page .home-editor-note .container,
body.home-page .home-editor-note__body,
body.home-page .home-editor-note__body p {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.home-page .home-editor-note__body {
  display: block !important;
  overflow: visible !important;
}

body.home-page .home-editor-note__body p,
body.home-page .home-editor-note__body > * {
  max-height: none !important;
  overflow: visible !important;
}

body.home-page .home-editor-note__body p {
  display: block !important;
  margin: 0 !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

body.home-page .home-editor-note__body p + p {
  display: block !important;
  margin-top: 0.72em !important;
}

body.home-page .home-editor-note__body > * + * {
  margin-top: 0.72em !important;
}


/* ============================================================
   source layer: home-fix-20260523r70.css
   ============================================================ */
/* Home mobile timeline current-year compatibility (2026-05-23 r70)
   Keeps the r14 intent working with the current release-timeline DOM. */

@media (max-width: 760px) {
  body.home-page .hm-timeline__years {
    --hm-timeline-years: 1 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.home-page .hm-timeline__year-tabs .hm-timeline__year-tab:nth-child(n + 2),
  body.home-page .hm-timeline__years .hm-timeline__year-col:nth-child(n + 2),
  body.home-page .hm-timeline__rail .hm-timeline__year:nth-child(n + 2) {
    display: none !important;
  }
}


/* ============================================================
   source layer: home-content-roles-20260523.css
   ============================================================ */
/* Home content role layer (2026-05-23)
   Keep this after the emergency home-fix files. */

body.home-page main > #home-latest,
body.home-page #news.news-section,
body.home-page #ranking.hm-ranking-section,
body.home-page #rumors.hm-rumors-section {
  background: #fff !important;
}

body.home-page #home-latest .hm-latest-articles__head,
body.home-page #news .section-header,
body.home-page #ranking .section-header,
body.home-page #rumors .section-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 8px 24px !important;
  margin-bottom: clamp(22px, 3vw, 38px) !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
}

body.home-page #home-latest .hm-latest-articles__title,
body.home-page #home-latest .hm-latest-articles__title-link,
body.home-page #news .section-header__title,
body.home-page #ranking .section-header__title,
body.home-page #rumors .section-header__title {
  color: #111 !important;
  font-family: var(--font-display, var(--f-heading)) !important;
  font-size: clamp(46px, 6vw, 82px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.home-page #home-latest .hm-latest-articles__subtitle,
body.home-page #news .section-header__sub,
body.home-page #ranking .section-header__sub,
body.home-page #rumors .section-header__sub {
  grid-column: 1 !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, 0.48) !important;
  font-family: var(--font-body, var(--font-base)) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.04em !important;
}

body.home-page #home-latest .hm-latest-articles__more,
body.home-page #news .section-header__view-all,
body.home-page #rumors .section-header__view-all {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: end !important;
  margin: 0 0 2px !important;
}

body.home-page #home-latest .hm-latest-articles__more a,
body.home-page #news .section-header__view-all,
body.home-page #rumors .section-header__view-all {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 0 5px !important;
  border-bottom: 1px solid #111 !important;
  color: #111 !important;
  font-family: var(--font-body, var(--font-base)) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
}

/* LATEST ARTICLES: readable editorial cards */
body.home-page main > #home-latest {
  padding-block: clamp(64px, 7vw, 112px) !important;
}

body.home-page main > #home-latest .hm-latest-articles {
  background: transparent !important;
  color: #111 !important;
}

body.home-page main > #home-latest .hm-latest-articles__inner {
  width: min(100% - clamp(32px, 6vw, 96px), 1180px) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__list {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item {
  grid-column: span 4 !important;
  min-width: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.home-page main > #home-latest .hm-latest-articles__link {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  gap: 14px !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  text-decoration: none !important;
}

body.home-page main > #home-latest .hm-latest-articles__thumb {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 !important;
  background: #f3f3f3 !important;
  overflow: hidden !important;
}

body.home-page main > #home-latest .hm-latest-articles__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.38s var(--ease) !important;
}

body.home-page main > #home-latest .hm-latest-articles__body {
  display: grid !important;
  align-content: start !important;
  gap: 8px !important;
}

body.home-page main > #home-latest .hm-latest-articles__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, 0.48) !important;
  font-family: var(--font-body, var(--font-base)) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

body.home-page main > #home-latest .hm-latest-articles__headline {
  margin: 0 !important;
  color: #111 !important;
  font-family: var(--f-heading-jp, var(--font-body)) !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  font-style: normal !important;
  font-weight: 750 !important;
  line-height: 1.36 !important;
  letter-spacing: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child {
  grid-column: span 7 !important;
  grid-row: span 2 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:nth-child(2),
body.home-page main > #home-latest .hm-latest-articles__item:nth-child(3) {
  grid-column: span 5 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
  aspect-ratio: 16 / 11 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
  max-width: 780px !important;
  font-size: clamp(28px, 4vw, 52px) !important;
  line-height: 1.18 !important;
}

body.home-page main > #home-latest .hm-latest-articles__link:hover .hm-latest-articles__thumb img,
body.home-page main > #home-latest .hm-latest-articles__link:focus-visible .hm-latest-articles__thumb img {
  transform: scale(1.035) !important;
}

body.home-page main > #home-latest .hm-latest-articles__link:hover .hm-latest-articles__headline,
body.home-page main > #home-latest .hm-latest-articles__link:focus-visible .hm-latest-articles__headline {
  color: var(--accent, #d97868) !important;
}

/* NEWS: compact breaking-news list */
body.home-page #news.news-section {
  padding-block: clamp(48px, 5.5vw, 82px) !important;
}

body.home-page #news .news-list--briefing {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.22) !important;
}

body.home-page #news .news-list--briefing .news-item,
body.home-page #news .news-list--briefing .news-item:first-child,
body.home-page #news .news-list--briefing .news-item:not(:first-child) {
  display: block !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12) !important;
  background: transparent !important;
}

body.home-page #news .news-list--briefing .news-item__link,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__link {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 10px 0 !important;
}

body.home-page #news .news-list--briefing .news-item__thumb,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__thumb,
body.home-page #news .news-list--briefing .news-item__thumb--rail {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 64px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  background: #f3f3f3 !important;
}

body.home-page #news .news-list--briefing .news-item__meta,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__meta {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  gap: 8px !important;
  margin: 0 0 4px !important;
}

body.home-page #news .news-list--briefing .news-item__date,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__date,
body.home-page #news .news-list--briefing .news-item__category,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__category {
  color: rgba(17, 17, 17, 0.48) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

body.home-page #news .news-list--briefing .news-item__title,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__title {
  grid-column: 2 !important;
  grid-row: 2 !important;
  max-width: none !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.42 !important;
  -webkit-line-clamp: 2 !important;
}

body.home-page #news .news-list--briefing .news-item__link::after {
  content: "→" !important;
  display: block !important;
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  color: rgba(17, 17, 17, 0.32) !important;
  font-size: 15px !important;
}

/* RANKING: make the rank number the main visual signal */
body.home-page #ranking.hm-ranking-section {
  padding-block: clamp(52px, 6vw, 92px) !important;
}

body.home-page #ranking.hm-ranking-section .ranking-list,
body.home-page #ranking-list.ranking-list,
body.home-page #ranking-more.ranking-list {
  counter-reset: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.22) !important;
}

body.home-page #ranking.hm-ranking-section .ranking-item,
body.home-page #ranking-list.ranking-list .ranking-item,
body.home-page #ranking-more.ranking-list .ranking-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12) !important;
  background: transparent !important;
}

body.home-page #ranking.hm-ranking-section .ranking-item a,
body.home-page #ranking-list.ranking-list .ranking-item:first-child a,
body.home-page #ranking-more.ranking-list .ranking-item:first-child a {
  display: grid !important;
  grid-template-columns: 64px 82px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 0 !important;
  padding: 14px 0 !important;
  color: #111 !important;
}

body.home-page #ranking.hm-ranking-section .ranking-item a::before,
body.home-page #ranking-list.ranking-list .ranking-item a::before,
body.home-page #ranking-more.ranking-list .ranking-item a::before {
  content: none !important;
  display: none !important;
}

body.home-page #ranking.hm-ranking-section .ranking-num,
body.home-page #ranking-list.ranking-list .ranking-num,
body.home-page #ranking-more.ranking-list .ranking-num {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: block !important;
  width: 64px !important;
  color: #111 !important;
  font-family: var(--font-display, var(--f-heading)) !important;
  font-size: clamp(34px, 4.5vw, 56px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.home-page #ranking.hm-ranking-section .ranking-thumb,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-thumb,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-thumb {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  display: block !important;
  width: 82px !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  background: #f3f3f3 !important;
}

body.home-page #ranking.hm-ranking-section .ranking-body,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-body,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-body {
  grid-column: 3 !important;
  min-width: 0 !important;
}

body.home-page #ranking.hm-ranking-section .ranking-title,
body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-title,
body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-title {
  color: #111 !important;
  font-size: clamp(17px, 1.7vw, 22px) !important;
  font-weight: 800 !important;
  line-height: 1.38 !important;
  -webkit-line-clamp: 2 !important;
}

body.home-page #ranking.hm-ranking-section .ranking-date {
  margin-top: 6px !important;
  color: rgba(17, 17, 17, 0.48) !important;
  font-size: 11px !important;
}

/* RUMORS: product, confidence, and timing are always visible */
body.home-page #rumors.hm-rumors-section {
  padding-block: clamp(58px, 7vw, 104px) !important;
}

body.home-page #rumors .home-track-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: -10px 0 24px !important;
}

body.home-page #rumors .home-track-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

body.home-page #rumors .hm-rumors-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 22px) !important;
  margin: 0 !important;
}

body.home-page #rumors .hm-rumor-card {
  display: grid !important;
  align-content: start !important;
  gap: 18px !important;
  min-height: clamp(150px, 16vw, 190px) !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-top: 3px solid #111 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.home-page #rumors .hm-rumor-card__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 !important;
}

body.home-page #rumors .hm-rumor-card__pill {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 4px 8px !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

body.home-page #rumors .hm-rumor-card__pill--confidence {
  border-color: color-mix(in srgb, var(--accent, #d97868) 42%, rgba(17, 17, 17, 0.16)) !important;
  color: color-mix(in srgb, var(--accent, #d97868) 82%, #111) !important;
}

body.home-page #rumors .hm-rumor-card__title {
  color: #111 !important;
  font-family: var(--f-heading-jp, var(--font-body)) !important;
  font-size: clamp(22px, 2.4vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

body.home-page #rumors .hm-rumor-card::after {
  content: "DETAIL →" !important;
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-top: auto !important;
  background: transparent !important;
  color: rgba(17, 17, 17, 0.46) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  transform: none !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  body.home-page main > #home-latest .hm-latest-articles__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child,
  body.home-page main > #home-latest .hm-latest-articles__item:nth-child(2),
  body.home-page main > #home-latest .hm-latest-articles__item:nth-child(3) {
    grid-column: span 1 !important;
    grid-row: auto !important;
  }

  body.home-page #rumors .hm-rumors-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.home-page #home-latest .hm-latest-articles__head,
  body.home-page #news .section-header,
  body.home-page #ranking .section-header,
  body.home-page #rumors .section-header {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.home-page #home-latest .hm-latest-articles__more,
  body.home-page #news .section-header__view-all,
  body.home-page #rumors .section-header__view-all {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__list {
    grid-template-columns: 1fr !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
    font-size: 26px !important;
  }

  body.home-page #news .news-list--briefing .news-item__link,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__link {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px 0 !important;
  }

  body.home-page #news .news-list--briefing .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item__thumb--rail {
    width: 58px !important;
  }

  body.home-page #news .news-list--briefing .news-item__link::after {
    display: none !important;
  }

  body.home-page #ranking.hm-ranking-section .ranking-item a,
  body.home-page #ranking-list.ranking-list .ranking-item:first-child a,
  body.home-page #ranking-more.ranking-list .ranking-item:first-child a {
    grid-template-columns: 44px 64px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.home-page #ranking.hm-ranking-section .ranking-num,
  body.home-page #ranking-list.ranking-list .ranking-num,
  body.home-page #ranking-more.ranking-list .ranking-num {
    width: 44px !important;
    font-size: 34px !important;
  }

  body.home-page #ranking.hm-ranking-section .ranking-thumb,
  body.home-page #ranking-list.ranking-list .ranking-item:first-child .ranking-thumb,
  body.home-page #ranking-more.ranking-list .ranking-item:first-child .ranking-thumb {
    width: 64px !important;
  }
}

/* ============================================================
   source layer: logo-launch-20260523r60.css
   ============================================================ */
/* Home Logo Launch header-flight reveal (2026-05-23 r60)
   Gives the logo enough readable time before a clear, stable header landing. */
html.home-launch-active body.home-page .home-logo-launch {
  overflow: hidden;
  background: transparent;
}

html.home-launch-active body.home-page .home-logo-launch::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px) center / clamp(84px, 8vw, 128px) 100%,
    #fff;
  transform: translateY(0);
  will-change: transform;
}

html.home-launch-active.home-launch-running body.home-page .home-logo-launch::before {
  animation: hm-logo-launch-surface 3600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.home-launch-active body.home-page .site-header,
html.home-launch-active body.home-page .home-hero {
  opacity: 1;
}

html.home-launch-active body.home-page .site-header .logo-mark {
  opacity: 0;
}

html.home-launch-done:not(.home-launch-skip) body.home-page .site-header,
html.home-launch-done:not(.home-launch-skip) body.home-page .home-hero {
  animation: none;
}

body.home-page .home-logo-launch__stage {
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(0.96);
  will-change: transform, opacity;
}

html.home-launch-active.home-launch-running body.home-page .home-logo-launch__stage {
  animation: hm-logo-launch-stage 3600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hm-logo-launch-stage {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.96);
  }

  14%,
  42% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  80%,
  100% {
    opacity: 1;
    transform: translate3d(var(--hm-launch-target-x, 0px), var(--hm-launch-target-y, 0px), 0) scale(var(--hm-launch-target-scale, 1));
  }
}

@keyframes hm-logo-launch-surface {
  0%,
  42% {
    opacity: 1;
    transform: translateY(0);
  }

  80%,
  100% {
    opacity: 1;
    transform: translateY(-101%);
  }
}

/* ============================================================
   source layer: home-header-dashboard-20260523.css
   ============================================================ */
/* Home header status dashboard (2026-05-23)
   Loaded after the current home repair layers. */

body.home-page .hm-header-dashboard {
  display: none;
}

body.home-page .hm-header-dashboard__item {
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.home-page .hm-header-dashboard__label,
body.home-page .hm-header-dashboard__value {
  display: inline;
}

@media (min-width: 901px) {
  body.home-page .site-header .nav {
    min-width: 0;
  }

  body.home-page .site-header.is-scrolled .nav-list {
    display: none !important;
  }

  body.home-page .site-header.is-scrolled .hm-header-dashboard {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 30px);
    min-width: 0;
    margin: 0 clamp(16px, 2vw, 28px);
    color: var(--text);
    font-family: var(--font-body, var(--font-base));
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body.home-page .hm-header-dashboard__item {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    min-height: 36px;
    padding: 12px 0;
    transition: color 0.18s var(--ease), opacity 0.18s var(--ease);
  }

  body.home-page .hm-header-dashboard__item + .hm-header-dashboard__item::before {
    content: "/";
    position: absolute;
    left: calc(clamp(16px, 2vw, 30px) * -0.65);
    color: color-mix(in srgb, var(--text) 28%, transparent);
    font-weight: 520;
  }

  body.home-page .hm-header-dashboard__label {
    color: color-mix(in srgb, var(--text) 54%, transparent);
    font-weight: 820;
  }

  body.home-page .hm-header-dashboard__label::after {
    content: ":";
  }

  body.home-page .hm-header-dashboard__value {
    color: var(--text);
    font-weight: 800;
  }

  body.home-page .hm-header-dashboard__item:hover,
  body.home-page .hm-header-dashboard__item:focus-visible {
    color: var(--accent);
  }

  body.home-page .hm-header-dashboard__item:hover .hm-header-dashboard__label,
  body.home-page .hm-header-dashboard__item:focus-visible .hm-header-dashboard__label,
  body.home-page .hm-header-dashboard__item:hover .hm-header-dashboard__value,
  body.home-page .hm-header-dashboard__item:focus-visible .hm-header-dashboard__value {
    color: var(--accent);
  }
}

@media (max-width: 900px) {
  body.home-page .site-header.is-scrolled .header-brand {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.home-page .site-header.is-scrolled .hm-header-dashboard {
    display: none !important;
  }
}

/* ============================================================
   source layer: home-latest-spacing-20260523.css
   ============================================================ */
@media (max-width: 700px) {
  body.home-page main > #home-latest .hm-latest-articles__list {
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item {
    margin-top: 0 !important;
    padding-block: 8px !important;
    border-top: 1px solid rgba(29, 29, 31, 0.1) !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    height: auto !important;
    column-gap: 15px !important;
    row-gap: 0 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__body {
    row-gap: 6px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__meta {
    margin-bottom: 2px !important;
  }

  body.dark.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item,
  :root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item {
    border-top-color: rgba(255, 255, 255, 0.16) !important;
  }
}

/* ============================================================
   source layer: home-latest-type-20260523.css
   ============================================================ */
/* Home latest mobile type tuning (2026-05-23)
   Keep the editorial feel, but reduce the dense headline wall on phones. */

@media (max-width: 700px) {
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
    font-size: clamp(22px, 5.85vw, 23px) !important;
    font-weight: 700 !important;
    line-height: 1.26 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child {
    padding-bottom: 14px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child + .hm-latest-articles__item {
    margin-top: 8px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item {
    padding-block: 10px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    column-gap: 13px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__body {
    row-gap: 5px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__headline {
    font-size: clamp(15.4px, 4.1vw, 15.9px) !important;
    font-weight: 680 !important;
    line-height: 1.46 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__meta {
    gap: 7px !important;
    color: rgba(17, 17, 17, 0.45) !important;
    font-size: 10.2px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: 0.035em !important;
  }
}

@media (max-width: 360px) {
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
}

/* ============================================================
   source layer: home-latest-index-20260523.css
   ============================================================ */
/* Home latest editorial index (2026-05-23)
   Latest is a table of contents, not another card rail or news list. */

body.home-page main > #home-latest .hm-latest-articles__inner {
  width: min(calc(100% - clamp(32px, 6vw, 96px)), 940px) !important;
}

body.home-page main > #home-latest .hm-latest-articles__head {
  margin-bottom: clamp(20px, 3vw, 34px) !important;
}

body.home-page main > #home-latest .hm-latest-articles__list {
  counter-reset: latest-index !important;
  display: block !important;
  margin: 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.18) !important;
}

body.home-page main > #home-latest .hm-latest-articles__item,
body.home-page main > #home-latest .hm-latest-articles__item:first-child,
body.home-page main > #home-latest .hm-latest-articles__item:nth-child(2),
body.home-page main > #home-latest .hm-latest-articles__item:nth-child(3) {
  counter-increment: latest-index !important;
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.11) !important;
  background: transparent !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child + .hm-latest-articles__item {
  margin-top: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__link,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) clamp(64px, 6vw, 84px) !important;
  grid-template-rows: auto !important;
  align-items: center !important;
  gap: clamp(10px, 1.2vw, 16px) !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(9px, 1.1vw, 13px) 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  text-decoration: none !important;
}

body.home-page main > #home-latest .hm-latest-articles__link::before {
  content: counter(latest-index, decimal-leading-zero) !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: end !important;
  transform: translateY(-0.9em) !important;
  color: rgba(17, 17, 17, 0.28) !important;
  font-family: var(--f-en, var(--font-body)) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

body.home-page main > #home-latest .hm-latest-articles__thumb,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__thumb,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
  grid-column: 3 !important;
  grid-row: 1 !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  background: #f1f1f1 !important;
  overflow: hidden !important;
}

body.home-page main > #home-latest .hm-latest-articles__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.home-page main > #home-latest .hm-latest-articles__body,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__body,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  align-content: center !important;
  gap: 5px !important;
  min-width: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__meta,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__meta,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, 0.45) !important;
  font-family: var(--font-body, var(--font-base)) !important;
  font-size: 9.5px !important;
  font-weight: 720 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.055em !important;
}

body.home-page main > #home-latest .hm-latest-articles__meta time::before {
  content: "/" !important;
  margin: 0 8px !important;
  color: rgba(17, 17, 17, 0.2) !important;
  font-weight: 600 !important;
}

body.home-page main > #home-latest .hm-latest-articles__headline,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__headline,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
  max-width: 560px !important;
  margin: 0 !important;
  color: #111 !important;
  display: block !important;
  font-family: var(--f-heading-jp, var(--font-body)) !important;
  font-size: clamp(15.4px, 1.05vw, 17.2px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
  letter-spacing: 0 !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

body.home-page main > #home-latest .hm-latest-articles__link:hover .hm-latest-articles__headline,
body.home-page main > #home-latest .hm-latest-articles__link:focus-visible .hm-latest-articles__headline {
  color: var(--accent, #d97868) !important;
}

@media (max-width: 700px) {
  body.home-page main > #home-latest .hm-latest-articles__inner {
    width: min(100% - 32px, 640px) !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__head {
    margin-bottom: 24px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__link,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
    grid-template-columns: 20px minmax(0, 1fr) 86px !important;
    align-items: start !important;
    gap: 8px 12px !important;
    padding: 18px 0 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__link::before {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: start !important;
    margin-top: 1px !important;
    font-size: 10.5px !important;
    transform: none !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__body,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__body,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body {
    grid-column: 2 !important;
    padding-left: 0 !important;
    gap: 7px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__thumb,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__thumb,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
    grid-column: 3 !important;
    align-self: center !important;
    width: 86px !important;
    aspect-ratio: 1 / 1 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__headline,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__headline,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
    font-size: clamp(16.4px, 4.45vw, 17.4px) !important;
    font-weight: 680 !important;
    line-height: 1.46 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__meta,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__meta,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__meta {
    font-size: 10.4px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.045em !important;
  }
}

@media (max-width: 360px) {
  body.home-page main > #home-latest .hm-latest-articles__link,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
    grid-template-columns: 18px minmax(0, 1fr) 76px !important;
    gap: 8px 10px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__thumb,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__thumb,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
    width: 76px !important;
  }
}

/* ============================================================
   source layer: home-ranking-hidden-20260523.css
   ============================================================ */
/* Home ranking: keep collapsed items hidden even after later layout layers set display. */
body.home-page #ranking-more[hidden],
body.home-page #ranking-more.ranking-list[hidden] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ============================================================
   source layer: home-rumors-polish-20260523.css
   ============================================================ */
/* Home Rumors polish (2026-05-23)
   Scoped to the top-page Rumors section. */

body.home-page #rumors.hm-rumors-section {
  padding-block: clamp(52px, 6vw, 88px) !important;
}

body.home-page #rumors .section-header {
  margin-bottom: clamp(18px, 3vw, 34px) !important;
}

body.home-page #rumors .home-track-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 0 clamp(18px, 3vw, 30px) !important;
  border-top: 1px solid color-mix(in srgb, var(--text) 13%, transparent) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 13%, transparent) !important;
  counter-reset: hm-rumor-link !important;
}

body.home-page #rumors .home-track-links a {
  counter-increment: hm-rumor-link !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-right: 1px solid color-mix(in srgb, var(--text) 9%, transparent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: color-mix(in srgb, var(--text) 70%, transparent) !important;
  font-family: var(--font-body, var(--font-base)) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body.home-page #rumors .home-track-links a:last-child {
  border-right: 0 !important;
}

body.home-page #rumors .home-track-links a::before {
  content: counter(hm-rumor-link, decimal-leading-zero) !important;
  color: var(--accent) !important;
  font-family: var(--f-en, var(--font-body)) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

body.home-page #rumors .home-track-links a::after {
  content: "→" !important;
  color: color-mix(in srgb, var(--text) 32%, transparent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.home-page #rumors .home-track-links a:hover,
body.home-page #rumors .home-track-links a:focus-visible {
  background: color-mix(in srgb, var(--text) 3%, transparent) !important;
  color: var(--text) !important;
}

body.home-page #rumors .hm-rumors-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  border-top: 1px solid color-mix(in srgb, var(--text) 18%, transparent) !important;
}

body.home-page #rumors .hm-rumor-card {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto minmax(76px, 1fr) auto !important;
  align-content: stretch !important;
  gap: clamp(16px, 2vw, 22px) !important;
  min-height: clamp(188px, 18vw, 232px) !important;
  padding: clamp(18px, 2.2vw, 28px) clamp(16px, 2.4vw, 30px) !important;
  border: 0 !important;
  border-right: 1px solid color-mix(in srgb, var(--text) 10%, transparent) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 18%, transparent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--text) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.home-page #rumors .hm-rumor-card:last-child {
  border-right: 0 !important;
}

body.home-page #rumors .hm-rumor-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: color-mix(in srgb, var(--accent) 58%, var(--text) 14%) !important;
  transform: scaleX(0.24) !important;
  transform-origin: left center !important;
  transition: transform 0.22s var(--ease) !important;
}

body.home-page #rumors .hm-rumor-card:hover::before,
body.home-page #rumors .hm-rumor-card:focus-visible::before {
  transform: scaleX(1) !important;
}

body.home-page #rumors .hm-rumor-card__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.home-page #rumors .hm-rumor-card__pill {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: color-mix(in srgb, var(--text) 52%, transparent) !important;
  font-family: var(--f-en, var(--font-body)) !important;
  font-size: 12px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.home-page #rumors .hm-rumor-card__pill + .hm-rumor-card__pill::before {
  content: "/" !important;
  margin-right: 8px !important;
  color: color-mix(in srgb, var(--text) 22%, transparent) !important;
  font-weight: 500 !important;
}

body.home-page #rumors .hm-rumor-card__pill--confidence {
  color: color-mix(in srgb, var(--accent) 86%, var(--text)) !important;
}

body.home-page #rumors .hm-rumor-card__title {
  align-self: center !important;
  max-width: 11em !important;
  color: var(--text) !important;
  font-family: var(--font-body, var(--font-base)) !important;
  font-size: clamp(25px, 2.7vw, 38px) !important;
  font-weight: 760 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.home-page #rumors .hm-rumor-card::after {
  content: "DETAIL" !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent !important;
  color: color-mix(in srgb, var(--text) 44%, transparent) !important;
  font-family: var(--f-en, var(--font-body)) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  opacity: 1 !important;
  transform: none !important;
}

body.home-page #rumors .hm-rumor-card:hover::after,
body.home-page #rumors .hm-rumor-card:focus-visible::after {
  color: var(--accent) !important;
}

@media (max-width: 900px) {
  body.home-page #rumors .home-track-links {
    grid-template-columns: 1fr !important;
  }

  body.home-page #rumors .home-track-links a {
    border-right: 0 !important;
    border-bottom: 1px solid color-mix(in srgb, var(--text) 8%, transparent) !important;
  }

  body.home-page #rumors .home-track-links a:last-child {
    border-bottom: 0 !important;
  }

  body.home-page #rumors .hm-rumors-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page #rumors .hm-rumor-card {
    grid-template-rows: auto auto auto !important;
    min-height: 0 !important;
    padding: 18px 0 19px !important;
    border-right: 0 !important;
  }

  body.home-page #rumors .hm-rumor-card::before {
    width: 3px !important;
    height: auto !important;
    inset: 18px auto 19px 0 !important;
    transform: scaleY(0.55) !important;
    transform-origin: top center !important;
  }

  body.home-page #rumors .hm-rumor-card:hover::before,
  body.home-page #rumors .hm-rumor-card:focus-visible::before {
    transform: scaleY(1) !important;
  }

  body.home-page #rumors .hm-rumor-card__meta,
  body.home-page #rumors .hm-rumor-card__title,
  body.home-page #rumors .hm-rumor-card::after {
    margin-left: 16px !important;
  }

  body.home-page #rumors .hm-rumor-card__title {
    max-width: none !important;
    font-size: clamp(25px, 7vw, 32px) !important;
  }
}

@media (max-width: 760px) {
  body.home-page #rumors.hm-rumors-section {
    padding-block: 44px 58px !important;
  }

  body.home-page #rumors .home-track-links {
    display: none !important;
  }

  body.home-page #rumors .hm-rumors-grid {
    margin-top: 24px !important;
  }

  body.home-page #rumors .hm-rumor-card__pill {
    font-size: 11px !important;
  }

  body.home-page #rumors .hm-rumor-card::after {
    font-size: 10px !important;
  }
}

/* ============================================================
   source layer: home-ia-flow-20260527.css
   ============================================================ */
/* Local homepage IA flow trial: route index and tighter first-section spacing. */
body.home-page main > .home-route-section,
body.home-page .home-route-section {
  padding: clamp(24px, 3.2vw, 38px) 0 clamp(34px, 4.4vw, 56px) !important;
}

body.home-page .home-route-section .container {
  display: grid;
  grid-template-columns: minmax(170px, 0.3fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(26px, 4.8vw, 72px);
  width: min(100% - clamp(32px, 6vw, 96px), 940px) !important;
}

body.home-page .home-route-head {
  display: block;
  margin: 0;
  padding-top: 2px;
}

body.home-page .home-route-eyebrow {
  margin: 0 !important;
  color: color-mix(in srgb, var(--text) 62%, transparent) !important;
  font-size: clamp(14px, 0.95vw, 16px) !important;
  font-weight: 800 !important;
}

body.home-page .home-route-copy {
  max-width: 13em;
  margin: 9px 0 0;
  color: color-mix(in srgb, var(--text) 46%, transparent);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
  letter-spacing: 0;
}

body.home-page .home-route-nav {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0 !important;
  border-top: 1px solid color-mix(in srgb, var(--text) 16%, transparent) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 12%, transparent) !important;
}

body.home-page .home-route,
body.home-page .home-route:nth-child(odd),
body.home-page .home-route:nth-child(even) {
  position: relative;
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center !important;
  gap: clamp(14px, 2.4vw, 28px) !important;
  min-height: 64px !important;
  padding: 15px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--text) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.home-page .home-route:not(:first-child) {
  border-top: 1px solid color-mix(in srgb, var(--text) 8%, transparent) !important;
}

body.home-page .home-route::before {
  content: none !important;
  display: none !important;
}

body.home-page .home-route::after {
  content: none !important;
  display: none !important;
}

body.home-page .home-route__num {
  color: color-mix(in srgb, var(--text) 32%, transparent);
  font-family: var(--f-en, var(--font-body));
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

body.home-page .home-route__body {
  display: flex;
  align-items: baseline;
  min-width: 0;
  gap: 16px;
}

body.home-page .home-route__title {
  overflow-wrap: anywhere;
  color: inherit;
  font-family: var(--f-en, var(--font-body));
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

body.home-page .home-route__meta {
  min-width: 0;
  overflow: hidden;
  color: color-mix(in srgb, var(--text) 48%, transparent);
  font-family: var(--font-body, var(--font-base));
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home-page .home-route__arrow {
  color: color-mix(in srgb, var(--text) 34%, transparent);
  font-family: var(--font-body, var(--font-base));
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  transform: translateX(0);
  transition: color 0.18s var(--ease);
}

body.home-page .home-route:hover,
body.home-page .home-route:focus-visible {
  background: transparent !important;
  color: var(--text) !important;
  outline: none;
}

body.home-page .home-route:hover .home-route__arrow,
body.home-page .home-route:focus-visible .home-route__arrow,
body.home-page .home-route:active .home-route__arrow {
  color: var(--accent);
}

body.home-page main > .home-chip-section + #home-latest.home-section--paper-top {
  padding-top: clamp(28px, 4vw, 46px) !important;
}

body.home-page main > .home-chip-section + #home-latest .hm-latest-articles {
  padding-top: clamp(32px, 4.5vw, 52px) !important;
}

@media (max-width: 760px) {
  body.home-page .home-route-section .container {
    display: block;
    width: calc(100% - 28px) !important;
  }

  body.home-page .home-route-head {
    margin-bottom: 14px;
  }

  body.home-page .home-route-copy {
    max-width: none;
    font-size: 12.5px;
  }

  body.home-page .home-route-nav {
    grid-template-columns: 1fr;
  }

  body.home-page .home-route,
  body.home-page .home-route:nth-child(odd),
  body.home-page .home-route:nth-child(even) {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 58px !important;
    gap: 11px !important;
    padding: 13px 0 !important;
  }

  body.home-page .home-route + .home-route,
  body.home-page .home-route:nth-child(even),
  body.home-page .home-route:nth-child(n + 3) {
    border-left: 0 !important;
    border-top: 1px solid color-mix(in srgb, var(--text) 8%, transparent) !important;
  }

  body.home-page .home-route__title {
    font-size: 14.5px;
  }

  body.home-page .home-route__meta {
    font-size: 12px;
  }

  body.home-page .home-route__body {
    gap: 11px;
  }

  body.home-page .home-route::before {
    left: 38px;
  }

  body.home-page main > .home-chip-section + #home-latest.home-section--paper-top {
    padding-top: 28px !important;
  }

  body.home-page main > .home-chip-section + #home-latest .hm-latest-articles {
    padding-top: 34px !important;
  }
}

/* ============================================================
   source layer: home-rhythm-20260527.css
   ============================================================ */
/*
 * Homepage rhythm experiment.
 * Gives NEWS, BUY TIMING, and PRODUCT DATABASE different section grammar
 * without replacing the main CSS bundle.
 */

body.home-page #news.news-section,
body.home-page #buy-timing.section--buy-time {
  isolation: isolate;
}

body.home-page #news.news-section {
  padding-block: 64px 76px !important;
  background: #fff !important;
}

body.home-page main > .home-editor-note + #home-latest.home-section--paper {
  padding-top: 24px !important;
}

body.home-page main > .home-editor-note + #home-latest .hm-latest-articles.hm-latest-articles--paper {
  padding-top: 36px !important;
}

body.home-page #news .news-list--briefing .news-item__link::after {
  content: "\2192";
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  color: rgba(17, 17, 17, 0.28);
  font-family: var(--f-en, var(--font-display, sans-serif));
  font-size: 16px;
  font-weight: 780;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

body.home-page #news .news-list--briefing .news-item__link:hover::after,
body.home-page #news .news-list--briefing .news-item__link:focus-visible::after {
  color: var(--accent, #d97868);
  transform: translateX(4px);
}

body.home-page #news .news-list--briefing .news-item__title,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__title {
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 780 !important;
  line-height: 1.42 !important;
}

body.home-page #news .news-list--briefing .news-item__category,
body.home-page #news .news-list--briefing .news-item:first-child .news-item__category {
  color: var(--accent, #d97868) !important;
}

body.home-page #buy-timing.section--buy-time {
  padding-block: 72px 84px !important;
  border-block: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff !important;
}

body.home-page #buy-timing .hm-buy-timing-panel--summary {
  overflow: visible;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__intro {
  margin: 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.22);
  border-bottom: 0 !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__lead {
  max-width: 34em !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, 0.54) !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  line-height: 1.8 !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

body.home-page #buy-timing .hm-buy-timing-card {
  display: grid !important;
  align-content: start !important;
  min-height: 232px !important;
  padding: 24px !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  transition: border-color 180ms ease, transform 180ms ease;
}

body.home-page #buy-timing .hm-buy-timing-card + .hm-buy-timing-card {
  border-top: 1px solid rgba(17, 17, 17, 0.14) !important;
}

body.home-page #buy-timing .hm-buy-timing-card::before {
  top: 0 !important;
  right: -1px !important;
  left: -1px !important;
  height: 4px !important;
  background: var(--hm-buy-status, #fff) !important;
  opacity: 0.88 !important;
}

body.home-page #buy-timing .hm-buy-timing-card:hover,
body.home-page #buy-timing .hm-buy-timing-card:focus-visible {
  border-color: rgba(17, 17, 17, 0.24) !important;
}

body.home-page #buy-timing .hm-buy-timing-card__head {
  display: block !important;
}

body.home-page #buy-timing .hm-buy-timing-card__mark {
  display: none !important;
}

body.home-page #buy-timing .hm-buy-timing-card__title-row {
  display: grid !important;
  gap: 7px !important;
}

body.home-page #buy-timing .hm-buy-timing-card h3 {
  color: #111 !important;
  font-family: var(--f-en, var(--font-display, sans-serif)) !important;
  font-size: 40px !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  line-height: 0.95 !important;
}

body.home-page #buy-timing .hm-buy-timing-card p,
body.home-page #buy-timing .hm-buy-timing-card__scope {
  color: rgba(17, 17, 17, 0.58) !important;
}

body.home-page #buy-timing .hm-buy-timing-card__scope {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  letter-spacing: 0.04em !important;
}

body.home-page #buy-timing .hm-buy-timing-card ul {
  display: grid !important;
  gap: 10px !important;
  margin: 22px 0 20px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home-page #buy-timing .hm-buy-timing-card li {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.35 !important;
}

body.home-page #buy-timing .hm-buy-timing-card li::before {
  color: var(--hm-buy-status, #fff) !important;
}

body.home-page #buy-timing .hm-buy-timing-card__cta {
  align-self: end !important;
  color: color-mix(in srgb, var(--hm-buy-status, #111) 78%, #111) !important;
  font-size: 12px !important;
}

body.home-page #buy-timing .hm-buy-timing-card:hover .hm-buy-timing-card__cta,
body.home-page #buy-timing .hm-buy-timing-card:focus-visible .hm-buy-timing-card__cta {
  color: var(--hm-buy-status, #111) !important;
}

@media (min-width: 900px) {
  body.home-page #news.news-section {
    padding-block: 70px 86px !important;
  }

  body.home-page #news.news-section .container {
    display: grid !important;
    grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: 48px !important;
  }

  body.home-page #news .section-header--with-link {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.home-page #news .section-header--with-link::after {
    content: none !important;
  }

  body.home-page #news .section-header__title,
  body.home-page #news .section-header__title-link {
    max-width: 3.4em !important;
    font-size: 72px !important;
    line-height: 0.86 !important;
  }

  body.home-page #news .section-header__sub {
    max-width: 15em !important;
    margin: 2px 0 0 !important;
    color: rgba(17, 17, 17, 0.48) !important;
  }

  body.home-page #news .section-header__view-all {
    justify-self: start !important;
    margin-top: 26px !important;
    padding: 12px 0 !important;
    border-width: 1px 0 !important;
    border-style: solid !important;
    border-color: rgba(17, 17, 17, 0.2) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.home-page #news .news-list--briefing {
    margin-top: 4px !important;
  }

  body.home-page #news .news-list--briefing .news-item__link,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__link {
    grid-template-columns: 74px minmax(0, 1fr) 32px !important;
    gap: 18px !important;
    padding: 14px 0 !important;
  }

  body.home-page #news .news-list--briefing .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item__thumb--rail {
    width: 74px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-panel--summary {
    display: grid !important;
    grid-template-columns: minmax(210px, 0.48fr) minmax(0, 2.1fr) !important;
    gap: 16px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-panel__intro {
    display: flex !important;
    align-items: start !important;
    min-height: 100% !important;
    padding: 18px 18px 0 0 !important;
    border-top: 1px solid rgba(17, 17, 17, 0.22) !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  body.home-page #buy-timing .hm-buy-timing-panel__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card + .hm-buy-timing-card {
    border-top: 1px solid rgba(17, 17, 17, 0.14) !important;
    border-left: 1px solid rgba(17, 17, 17, 0.14) !important;
  }

}

@media (max-width: 899px) {
  body.home-page #news.news-section,
  body.home-page #buy-timing.section--buy-time {
    padding-block: 52px 62px !important;
  }

  body.home-page #buy-timing.section--buy-time {
    background: #fff !important;
  }

  body.home-page #news .news-list--briefing .news-item__link,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__link {
    grid-template-columns: 58px minmax(0, 1fr) 24px !important;
    gap: 12px !important;
  }

  body.home-page #news .news-list--briefing .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item__thumb--rail {
    width: 58px !important;
  }

  body.home-page #news .news-list--briefing .news-item__title,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__title {
    font-size: 15px !important;
  }

  body.home-page #news .news-list--briefing {
    border-top-color: rgba(17, 17, 17, 0.34) !important;
  }

  body.home-page #news .news-list--briefing .news-item:first-child .news-item__link {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 16px 0 20px !important;
  }

  body.home-page #news .news-list--briefing .news-item:first-child .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item:first-child .news-item__thumb--rail {
    order: 1 !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.home-page #news .news-list--briefing .news-item:first-child .news-item__meta {
    order: 2 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.home-page #news .news-list--briefing .news-item:first-child .news-item__title {
    order: 3 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    font-size: clamp(21px, 6vw, 27px) !important;
    line-height: 1.34 !important;
  }

  body.home-page #news .news-list--briefing .news-item:first-child .news-item__link::after {
    content: "READ \2192" !important;
    order: 4 !important;
    align-self: flex-start !important;
    margin-top: 2px !important;
    color: #111 !important;
    font-size: 12px !important;
    letter-spacing: 0.08em !important;
    transform: none !important;
  }

  body.home-page #news .news-list--briefing .news-item:not(:first-child) .news-item__link {
    grid-template-columns: 50px minmax(0, 1fr) 18px !important;
    min-height: 74px !important;
    padding: 12px 0 !important;
  }

  body.home-page #news .news-list--briefing .news-item:not(:first-child) .news-item__thumb,
  body.home-page #news .news-list--briefing .news-item:not(:first-child) .news-item__thumb--rail {
    width: 50px !important;
  }

  body.home-page #news .news-list--briefing .news-item:not(:first-child) .news-item__title {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card {
    display: grid !important;
    gap: 14px !important;
    min-height: 0 !important;
    padding: 18px 0 20px !important;
    border-width: 0 0 1px !important;
    border-color: rgba(17, 17, 17, 0.14) !important;
    background: #fff !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card + .hm-buy-timing-card {
    border-top: 0 !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card::before {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    height: 3px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card__title-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card h3 {
    font-size: 32px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card p {
    margin-top: 2px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 14px !important;
    margin: 6px 0 0 !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card__cta {
    margin-top: 0 !important;
  }

}

/* ============================================================
   source layer: home-line-motion-20260527.css
   ============================================================ */
/* Local trial: make the homepage's existing rule lines lead the motion. */
body.home-page {
  --hm-surface-white: #fff;
  --hm-surface-gray: #f6f7f8;
  --hm-rule-solid: color-mix(in srgb, var(--text) 42%, transparent);
  --hm-section-bg: var(--hm-surface-white);
  --hm-section-accent: #6f7378;
  --hm-section-radius: clamp(22px, 3vw, 42px);
  --hm-field-line: color-mix(in srgb, var(--hm-section-accent) 22%, transparent);
  --hm-field-mark-line: color-mix(in srgb, var(--hm-section-accent) 42%, transparent);
  --hm-field-grid-line: color-mix(in srgb, var(--text) 6%, transparent);
  --hm-field-grid-x: clamp(64px, 7.8vw, 118px);
  --hm-field-grid-y: clamp(48px, 5.2vw, 84px);
  --hm-rule-hair: 0.5px;
  --hm-rule-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hm-rule-line-bg: linear-gradient(90deg, var(--hm-rule-solid), var(--hm-rule-solid));
  --hm-rule-line-bg-soft: linear-gradient(90deg, var(--hm-rule-solid), var(--hm-rule-solid));
}

body.home-page .hm-timeline {
  --hm-lane-line: var(--hm-rule-solid);
  --hm-lane-line-soft: var(--hm-rule-solid);
}

body.home-page .hm-timeline__year-col.is-active .hm-timeline__dot-cell::before {
  background: var(--hm-rule-solid);
}

body.home-page main {
  position: relative;
  isolation: isolate;
  background: var(--hm-surface-white);
}

body.home-page main > .section[data-reveal="section"],
body.home-page main > #home-latest[data-reveal="section"] {
  --hm-field-a-x: 0%;
  --hm-field-a-y: 18%;
  --hm-field-a-w: 62%;
  --hm-field-b-x: 100%;
  --hm-field-b-y: 49%;
  --hm-field-b-w: 78%;
  --hm-field-c-x: 0%;
  --hm-field-c-y: 76%;
  --hm-field-c-w: 46%;
  --hm-field-d-x: 64%;
  --hm-field-d-y: 29%;
  --hm-field-d-w: 26%;
  --hm-field-e-x: 18%;
  --hm-field-e-y: 91%;
  --hm-field-e-w: 34%;
  --hm-field-f-x: 42%;
  --hm-field-f-y: 8%;
  --hm-field-f-w: 28%;
  --hm-field-g-x: 72%;
  --hm-field-g-y: 66%;
  --hm-field-g-w: 22%;
  --hm-field-h-x: 6%;
  --hm-field-h-y: 43%;
  --hm-field-h-w: 18%;
  --hm-field-mark-a-x: 0%;
  --hm-field-mark-a-y: 33%;
  --hm-field-mark-a-w: 24%;
  --hm-field-mark-b-x: 74%;
  --hm-field-mark-b-y: 72%;
  --hm-field-mark-b-w: 18%;
  --hm-field-v-a-x: 9%;
  --hm-field-v-a-y: 5%;
  --hm-field-v-a-h: 88%;
  --hm-field-v-b-x: 88%;
  --hm-field-v-b-y: 18%;
  --hm-field-v-b-h: 60%;
  --hm-field-v-c-x: 36%;
  --hm-field-v-c-y: 58%;
  --hm-field-v-c-h: 30%;
  --hm-field-v-d-x: 68%;
  --hm-field-v-d-y: 8%;
  --hm-field-v-d-h: 38%;
  --hm-field-mark-v-a-x: 24%;
  --hm-field-mark-v-a-y: 7%;
  --hm-field-mark-v-a-h: 22%;
  --hm-field-mark-v-b-x: 82%;
  --hm-field-mark-v-b-y: 56%;
  --hm-field-mark-v-b-h: 28%;
  position: relative;
  background: var(--hm-section-bg) !important;
  border-radius: var(--hm-section-radius);
  overflow: hidden;
  overflow: clip;
}

body.home-page main > .section[data-reveal="section"] > .container,
body.home-page main > #home-latest[data-reveal="section"] > * {
  position: relative;
  z-index: 1;
}

body.home-page main > .section[data-reveal="section"]::before,
body.home-page main > #home-latest[data-reveal="section"]::before {
  height: 1px !important;
  border: 0 !important;
  background: var(--hm-rule-solid) !important;
  transform: scaleX(1);
  transform-origin: left center;
}

body.home-page main > .section::before,
body.home-page main > #home-latest::before {
  height: 1px !important;
  border: 0 !important;
  background: var(--hm-rule-solid) !important;
}

body.home-page main > .section[data-reveal="section"]::after,
body.home-page main > #home-latest[data-reveal="section"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--hm-field-mark-line), var(--hm-field-mark-line)) var(--hm-field-mark-a-x) var(--hm-field-mark-a-y) / var(--hm-field-mark-a-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-mark-line), var(--hm-field-mark-line)) var(--hm-field-mark-b-x) var(--hm-field-mark-b-y) / var(--hm-field-mark-b-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(to bottom, var(--hm-field-mark-line), var(--hm-field-mark-line)) var(--hm-field-mark-v-a-x) var(--hm-field-mark-v-a-y) / var(--hm-rule-hair) var(--hm-field-mark-v-a-h) no-repeat,
    linear-gradient(to bottom, var(--hm-field-mark-line), var(--hm-field-mark-line)) var(--hm-field-mark-v-b-x) var(--hm-field-mark-v-b-y) / var(--hm-rule-hair) var(--hm-field-mark-v-b-h) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-a-x) var(--hm-field-a-y) / var(--hm-field-a-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-b-x) var(--hm-field-b-y) / var(--hm-field-b-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-c-x) var(--hm-field-c-y) / var(--hm-field-c-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-d-x) var(--hm-field-d-y) / var(--hm-field-d-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-e-x) var(--hm-field-e-y) / var(--hm-field-e-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-f-x) var(--hm-field-f-y) / var(--hm-field-f-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-g-x) var(--hm-field-g-y) / var(--hm-field-g-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(90deg, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-h-x) var(--hm-field-h-y) / var(--hm-field-h-w) var(--hm-rule-hair) no-repeat,
    linear-gradient(to bottom, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-v-a-x) var(--hm-field-v-a-y) / var(--hm-rule-hair) var(--hm-field-v-a-h) no-repeat,
    linear-gradient(to bottom, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-v-b-x) var(--hm-field-v-b-y) / var(--hm-rule-hair) var(--hm-field-v-b-h) no-repeat,
    linear-gradient(to bottom, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-v-c-x) var(--hm-field-v-c-y) / var(--hm-rule-hair) var(--hm-field-v-c-h) no-repeat,
    linear-gradient(to bottom, var(--hm-field-line), var(--hm-field-line)) var(--hm-field-v-d-x) var(--hm-field-v-d-y) / var(--hm-rule-hair) var(--hm-field-v-d-h) no-repeat,
    repeating-linear-gradient(90deg, var(--hm-field-grid-line) 0 var(--hm-rule-hair), transparent var(--hm-rule-hair) var(--hm-field-grid-x)),
    repeating-linear-gradient(180deg, var(--hm-field-grid-line) 0 var(--hm-rule-hair), transparent var(--hm-rule-hair) var(--hm-field-grid-y));
  opacity: 0.42;
  transform: translate3d(-8%, 0, 0);
}

body.home-page main > #home-latest[data-reveal="section"] {
  --hm-section-bg: var(--hm-surface-gray);
  --hm-section-accent: #62666c;
  --hm-field-a-x: 7%;
  --hm-field-a-y: 14%;
  --hm-field-a-w: 48%;
  --hm-field-b-x: 96%;
  --hm-field-b-y: 41%;
  --hm-field-b-w: 64%;
  --hm-field-c-x: 14%;
  --hm-field-c-y: 82%;
  --hm-field-c-w: 32%;
  --hm-field-d-x: 58%;
  --hm-field-d-y: 27%;
  --hm-field-d-w: 22%;
  --hm-field-e-x: 4%;
  --hm-field-e-y: 92%;
  --hm-field-e-w: 28%;
  --hm-field-f-x: 48%;
  --hm-field-f-y: 9%;
  --hm-field-f-w: 18%;
  --hm-field-g-x: 76%;
  --hm-field-g-y: 71%;
  --hm-field-g-w: 30%;
  --hm-field-h-x: 2%;
  --hm-field-h-y: 54%;
  --hm-field-h-w: 22%;
  --hm-field-v-a-x: 8%;
  --hm-field-v-a-h: 76%;
  --hm-field-v-b-x: 86%;
  --hm-field-v-b-y: 28%;
  --hm-field-v-b-h: 48%;
  --hm-field-v-c-x: 30%;
  --hm-field-v-c-y: 62%;
  --hm-field-v-c-h: 22%;
  --hm-field-v-d-x: 64%;
  --hm-field-v-d-y: 7%;
  --hm-field-v-d-h: 32%;
}

body.home-page #news {
  --hm-section-bg: var(--hm-surface-white);
  --hm-section-accent: #6f7378;
  --hm-field-a-x: 22%;
  --hm-field-a-y: 22%;
  --hm-field-a-w: 42%;
  --hm-field-b-x: 100%;
  --hm-field-b-y: 63%;
  --hm-field-b-w: 72%;
  --hm-field-c-x: 5%;
  --hm-field-c-y: 88%;
  --hm-field-c-w: 24%;
  --hm-field-d-x: 72%;
  --hm-field-d-y: 30%;
  --hm-field-d-w: 36%;
  --hm-field-e-x: 28%;
  --hm-field-e-y: 74%;
  --hm-field-e-w: 18%;
  --hm-field-f-x: 30%;
  --hm-field-f-y: 41%;
  --hm-field-f-w: 52%;
  --hm-field-g-x: 72%;
  --hm-field-g-y: 13%;
  --hm-field-g-w: 22%;
  --hm-field-h-x: 8%;
  --hm-field-h-y: 55%;
  --hm-field-h-w: 20%;
  --hm-field-v-a-x: 15%;
  --hm-field-v-a-y: 12%;
  --hm-field-v-a-h: 48%;
  --hm-field-v-b-x: 92%;
  --hm-field-v-b-h: 72%;
  --hm-field-v-c-x: 28%;
  --hm-field-v-c-y: 44%;
  --hm-field-v-c-h: 42%;
  --hm-field-v-d-x: 76%;
  --hm-field-v-d-y: 4%;
  --hm-field-v-d-h: 24%;
}

body.home-page #buy-timing {
  --hm-section-bg: var(--hm-surface-gray);
  --hm-section-accent: #62666c;
  --hm-field-a-x: 0%;
  --hm-field-a-y: 12%;
  --hm-field-a-w: 38%;
  --hm-field-b-x: 68%;
  --hm-field-b-y: 34%;
  --hm-field-b-w: 46%;
  --hm-field-c-x: 11%;
  --hm-field-c-y: 86%;
  --hm-field-c-w: 30%;
  --hm-field-d-x: 40%;
  --hm-field-d-y: 22%;
  --hm-field-d-w: 20%;
  --hm-field-e-x: 70%;
  --hm-field-e-y: 72%;
  --hm-field-e-w: 44%;
  --hm-field-f-x: 26%;
  --hm-field-f-y: 58%;
  --hm-field-f-w: 18%;
  --hm-field-g-x: 88%;
  --hm-field-g-y: 18%;
  --hm-field-g-w: 28%;
  --hm-field-h-x: 4%;
  --hm-field-h-y: 50%;
  --hm-field-h-w: 18%;
  --hm-field-v-a-x: 8%;
  --hm-field-v-a-h: 64%;
  --hm-field-v-b-x: 84%;
  --hm-field-v-b-y: 7%;
  --hm-field-v-b-h: 86%;
  --hm-field-v-c-x: 36%;
  --hm-field-v-c-y: 10%;
  --hm-field-v-c-h: 30%;
  --hm-field-v-d-x: 66%;
  --hm-field-v-d-y: 48%;
  --hm-field-v-d-h: 32%;
}

body.home-page #buy-timing .hm-buy-timing-card {
  --hm-buy-status: #62666c;
}

body.home-page #buy-timing .hm-buy-timing-card--buy {
  --hm-buy-status: #2f9f5b;
}

body.home-page #buy-timing .hm-buy-timing-card--neutral {
  --hm-buy-status: #b59a3a;
}

body.home-page #buy-timing .hm-buy-timing-card--wait {
  --hm-buy-status: #c95850;
}

body.home-page #buy-timing .hm-buy-timing-card::after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: block !important;
  height: 5px;
  pointer-events: none;
  background: var(--hm-buy-status);
  opacity: 0.95;
  transition: height 180ms var(--ease), opacity 180ms var(--ease);
}

body.home-page #buy-timing .hm-buy-timing-card:is(:hover, :focus-visible)::after {
  height: 6px;
  opacity: 1;
}

body.home-page #buy-timing .hm-buy-timing-card__scope {
  border-color: color-mix(in srgb, var(--hm-buy-status) 42%, var(--home-line-soft, rgba(17, 17, 17, 0.12)));
}

body.home-page #buy-timing .hm-buy-timing-card__cta,
body.home-page #buy-timing .hm-buy-timing-card__cta::after {
  color: color-mix(in srgb, var(--text) 68%, transparent) !important;
}

body.home-page #database {
  --hm-section-bg: var(--hm-surface-white);
  --hm-section-accent: #6f7378;
  --hm-field-a-x: 12%;
  --hm-field-a-y: 18%;
  --hm-field-a-w: 58%;
  --hm-field-b-x: 100%;
  --hm-field-b-y: 52%;
  --hm-field-b-w: 34%;
  --hm-field-c-x: 0%;
  --hm-field-c-y: 78%;
  --hm-field-c-w: 72%;
  --hm-field-d-x: 48%;
  --hm-field-d-y: 30%;
  --hm-field-d-w: 26%;
  --hm-field-e-x: 18%;
  --hm-field-e-y: 91%;
  --hm-field-e-w: 40%;
  --hm-field-f-x: 32%;
  --hm-field-f-y: 8%;
  --hm-field-f-w: 24%;
  --hm-field-g-x: 78%;
  --hm-field-g-y: 67%;
  --hm-field-g-w: 38%;
  --hm-field-h-x: 6%;
  --hm-field-h-y: 46%;
  --hm-field-h-w: 20%;
  --hm-field-v-a-x: 4%;
  --hm-field-v-a-y: 24%;
  --hm-field-v-a-h: 54%;
  --hm-field-v-b-x: 72%;
  --hm-field-v-b-h: 42%;
  --hm-field-v-c-x: 22%;
  --hm-field-v-c-y: 58%;
  --hm-field-v-c-h: 32%;
  --hm-field-v-d-x: 90%;
  --hm-field-v-d-y: 16%;
  --hm-field-v-d-h: 58%;
}

body.home-page #ranking,
body.home-page .hm-timeline-section {
  --hm-section-bg: var(--hm-surface-gray);
  --hm-section-accent: #62666c;
  --hm-field-a-x: 36%;
  --hm-field-a-y: 16%;
  --hm-field-a-w: 28%;
  --hm-field-b-x: 92%;
  --hm-field-b-y: 58%;
  --hm-field-b-w: 58%;
  --hm-field-c-x: 6%;
  --hm-field-c-y: 84%;
  --hm-field-c-w: 50%;
  --hm-field-d-x: 68%;
  --hm-field-d-y: 26%;
  --hm-field-d-w: 22%;
  --hm-field-e-x: 34%;
  --hm-field-e-y: 70%;
  --hm-field-e-w: 30%;
  --hm-field-f-x: 8%;
  --hm-field-f-y: 52%;
  --hm-field-f-w: 34%;
  --hm-field-g-x: 80%;
  --hm-field-g-y: 12%;
  --hm-field-g-w: 18%;
  --hm-field-h-x: 48%;
  --hm-field-h-y: 92%;
  --hm-field-h-w: 28%;
  --hm-field-v-a-x: 18%;
  --hm-field-v-a-h: 42%;
  --hm-field-v-b-x: 78%;
  --hm-field-v-b-y: 30%;
  --hm-field-v-b-h: 58%;
  --hm-field-v-c-x: 46%;
  --hm-field-v-c-y: 4%;
  --hm-field-v-c-h: 34%;
  --hm-field-v-d-x: 92%;
  --hm-field-v-d-y: 48%;
  --hm-field-v-d-h: 36%;
}

body.home-page #rumors {
  --hm-section-bg: var(--hm-surface-gray);
  --hm-section-accent: #62666c;
  --hm-field-a-x: 0%;
  --hm-field-a-y: 24%;
  --hm-field-a-w: 54%;
  --hm-field-b-x: 84%;
  --hm-field-b-y: 46%;
  --hm-field-b-w: 38%;
  --hm-field-c-x: 24%;
  --hm-field-c-y: 88%;
  --hm-field-c-w: 64%;
  --hm-field-d-x: 74%;
  --hm-field-d-y: 19%;
  --hm-field-d-w: 18%;
  --hm-field-e-x: 6%;
  --hm-field-e-y: 66%;
  --hm-field-e-w: 36%;
  --hm-field-f-x: 36%;
  --hm-field-f-y: 12%;
  --hm-field-f-w: 28%;
  --hm-field-g-x: 76%;
  --hm-field-g-y: 82%;
  --hm-field-g-w: 34%;
  --hm-field-h-x: 16%;
  --hm-field-h-y: 42%;
  --hm-field-h-w: 24%;
  --hm-field-v-a-x: 11%;
  --hm-field-v-a-y: 4%;
  --hm-field-v-a-h: 74%;
  --hm-field-v-b-x: 94%;
  --hm-field-v-b-h: 36%;
  --hm-field-v-c-x: 38%;
  --hm-field-v-c-y: 46%;
  --hm-field-v-c-h: 38%;
  --hm-field-v-d-x: 70%;
  --hm-field-v-d-y: 18%;
  --hm-field-v-d-h: 28%;
}

body.home-page #rumors .home-track-links a::before,
body.home-page #rumors .hm-rumor-card__pill--confidence {
  color: color-mix(in srgb, var(--text) 52%, transparent) !important;
}

body.home-page main > .home-chip-section.home-route-section,
body.home-page .home-chip-section.home-route-section {
  background: var(--hm-surface-gray) !important;
  border-radius: 0 0 var(--hm-section-radius) var(--hm-section-radius);
  overflow: hidden;
  overflow: clip;
}

body.home-page main > .home-editor-note {
  background: var(--hm-surface-white) !important;
}

body.home-page #news.news-section,
body.home-page #buy-timing.section--buy-time,
body.home-page #database.hm-database-section,
body.home-page #ranking.hm-ranking-section,
body.home-page .hm-timeline-section,
body.home-page #rumors.hm-rumors-section {
  background: var(--hm-section-bg) !important;
}

body.home-page #ranking.hm-ranking-section {
  --hm-section-bg: var(--hm-surface-gray);
  --hm-section-accent: #62666c;
}

body.home-page .hm-timeline-section {
  --hm-section-bg: var(--hm-surface-white);
  --hm-section-accent: #6f7378;
}

body.home-page main > .section[data-reveal="section"],
body.home-page main > #home-latest[data-reveal="section"] {
  --hm-field-line: color-mix(in srgb, var(--hm-section-accent) 22%, transparent);
  --hm-field-mark-line: color-mix(in srgb, var(--hm-section-accent) 42%, transparent);
}

.reveal-ready body.home-page main > .section[data-reveal="section"]:not(.is-visible)::before,
.reveal-ready body.home-page main > #home-latest[data-reveal="section"]:not(.is-visible)::before {
  opacity: 0;
  transform: scaleX(0);
}

.reveal-ready body.home-page main > .section[data-reveal="section"].is-visible::before,
.reveal-ready body.home-page main > #home-latest[data-reveal="section"].is-visible::before {
  opacity: 1;
  transform: scaleX(1);
  transition:
    transform 1400ms var(--hm-rule-ease),
    opacity 520ms ease;
}

body.home-page .section-header::after,
body.home-page .section-header--with-controls::after,
body.home-page .section-header--with-link::after,
body.home-page .hm-latest-articles__head::after {
  background: var(--hm-rule-solid);
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
  transition:
    opacity 360ms ease,
    transform 680ms var(--hm-rule-ease);
}

.reveal-ready body.home-page main > .section[data-reveal="section"]:not(.is-visible) .section-header::after,
.reveal-ready body.home-page main > .section[data-reveal="section"]:not(.is-visible) .section-header--with-controls::after,
.reveal-ready body.home-page main > .section[data-reveal="section"]:not(.is-visible) .section-header--with-link::after,
.reveal-ready body.home-page main > #home-latest[data-reveal="section"]:not(.is-visible) .hm-latest-articles__head::after {
  opacity: 0.3;
  transform: scaleX(0.04);
}

.reveal-ready body.home-page main > .section[data-reveal="section"].is-visible .section-header::after,
.reveal-ready body.home-page main > .section[data-reveal="section"].is-visible .section-header--with-controls::after,
.reveal-ready body.home-page main > .section[data-reveal="section"].is-visible .section-header--with-link::after,
.reveal-ready body.home-page main > #home-latest[data-reveal="section"].is-visible .hm-latest-articles__head::after {
  opacity: 1;
  transform: scaleX(1);
}

body.home-page .home-hero--cover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
}

body.home-page .home-hero--cover > .container {
  position: relative;
  z-index: 1;
}

body.home-page .home-cover-rotator {
  position: relative;
  isolation: isolate;
}

body.home-page .home-cover-rotator::before {
  content: "";
  position: absolute;
  top: clamp(58px, 8vw, 118px);
  right: 0;
  left: 0;
  z-index: 0;
  height: var(--hm-rule-hair);
  pointer-events: none;
  background: var(--hm-field-line);
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left center;
  animation: hm-line-ambient-sweep 7200ms 2200ms var(--hm-rule-ease) infinite;
}

body.home-page .home-cover-rotator__deck,
body.home-page .home-cover-rotator__bar,
body.home-page .home-cover-rotator__controls {
  position: relative;
  z-index: 1;
}

body.home-page .home-cover {
  --hm-hero-radius: 8px;
  padding: clamp(18px, 2.2vw, 30px) clamp(18px, 2.6vw, 34px) !important;
  border: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
  border-radius: var(--hm-hero-radius);
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--text) 7%, transparent);
}

body.home-page .home-cover[data-home-cover-fixed] {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 42%),
    color-mix(in srgb, var(--bg) 94%, #f5f5f7 6%);
}

body.home-page .home-cover__visual {
  border-radius: calc(var(--hm-hero-radius) - 2px);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text) 8%, transparent);
}

body.home-page .home-cover__visual-link {
  display: grid;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: inherit;
}

body.home-page .home-cover__visual-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 56%, var(--text));
  outline-offset: 3px;
}

body.home-page .home-cover__image {
  border-radius: inherit;
  transition: transform 180ms var(--ease);
}

body.home-page .home-cover[data-home-cover-fixed] .home-cover__image {
  padding: clamp(14px, 3.2vw, 48px);
  background: color-mix(in srgb, #f5f5f7 72%, #fff);
  object-fit: contain;
}

body.home-page .home-cover[data-home-cover-fixed] .home-cover__visual-link:hover .home-cover__image {
  transform: scale(1.015);
}

body.home-page .home-cover__cta {
  border-radius: 6px;
}

body.home-page .home-hero--cover::before {
  content: "";
  position: absolute;
  top: clamp(18px, 2.6vw, 38px);
  right: clamp(14px, 4vw, 68px);
  left: clamp(14px, 4vw, 68px);
  z-index: 0;
  height: clamp(210px, 28vw, 360px);
  pointer-events: none;
  background:
    var(--hm-rule-line-bg) 0 11% / 92% var(--hm-rule-hair) no-repeat,
    var(--hm-rule-line-bg-soft) 8% 37% / 58% var(--hm-rule-hair) no-repeat,
    var(--hm-rule-line-bg-soft) 100% 64% / 42% var(--hm-rule-hair) no-repeat,
    linear-gradient(to bottom, var(--hm-field-line), var(--hm-field-line)) 4% 0 / var(--hm-rule-hair) 86% no-repeat,
    linear-gradient(to bottom, var(--hm-field-line), var(--hm-field-line)) 92% 18% / var(--hm-rule-hair) 52% no-repeat;
  opacity: 0.62;
  transform: scaleX(1);
  transform-origin: left center;
  animation: hm-hero-backdrop-lines 1800ms 120ms var(--hm-rule-ease) both;
}

body.home-page .home-hero--cover::after {
  content: "";
  position: absolute;
  top: clamp(18px, 2.6vw, 38px);
  bottom: clamp(18px, 3vw, 46px);
  left: clamp(14px, 4vw, 68px);
  z-index: 0;
  width: 1px;
  pointer-events: none;
  background: var(--hm-field-line);
  opacity: 0.58;
  transform: scaleY(1);
  transform-origin: top center;
  animation: hm-hero-backdrop-vertical 1700ms 260ms var(--hm-rule-ease) both;
}

body.home-page .home-cover__rule,
body.home-page .home-cover-rotator__count-rule,
body.home-page .home-editor-note__rule,
body.home-page .hm-db-rail__hint-line,
body.home-page .hm-timeline__hint span:nth-child(2) {
  background: var(--hm-rule-line-bg);
  opacity: 0.72;
  transform: scaleX(1);
  transform-origin: left center;
}

html.home-cover-ready body.home-page .home-cover--slide.is-active .home-cover__rule,
html.home-cover-ready body.home-page .home-cover-rotator__count-rule {
  animation: hm-existing-list-rule 1500ms 180ms var(--hm-rule-ease) both;
}

body.home-page main > #home-latest .hm-latest-articles__list,
body.home-page main > #home-latest .hm-latest-articles__item {
  position: relative;
}

body.home-page main > #home-latest .hm-latest-articles__list {
  border-top: 1px solid transparent !important;
}

body.home-page main > #home-latest .hm-latest-articles__item,
body.home-page main > #home-latest[data-latest-state="ready"] .hm-latest-articles__item:first-child {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}

body.home-page main > #home-latest .hm-latest-articles__list::before,
body.home-page main > #home-latest .hm-latest-articles__item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: var(--hm-rule-solid);
  opacity: 0.72;
  transform: scaleX(1);
  transform-origin: left center;
}

body.home-page main > #home-latest .hm-latest-articles__list::before {
  top: 0;
  height: 1px;
}

body.home-page main > #home-latest .hm-latest-articles__item::after {
  bottom: 0;
  height: 1px;
}

@media (max-width: 768px) {
  body.home-page .home-cover {
    padding: 18px !important;
    border-radius: 8px;
  }

  body.home-page .home-cover__visual {
    border-radius: 7px;
  }
}

.reveal-ready body.home-page main > #home-latest:not(.is-visible) .hm-latest-articles__list::before,
.reveal-ready body.home-page main > #home-latest:not(.is-visible) .hm-latest-articles__item::after {
  opacity: 0.12;
  transform: scaleX(0.04);
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__list::before,
.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item::after {
  animation: hm-existing-list-rule 2600ms var(--hm-rule-ease) both;
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__list::before {
  animation-delay: 220ms;
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item:nth-child(1)::after {
  animation-delay: 420ms;
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item:nth-child(2)::after {
  animation-delay: 620ms;
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item:nth-child(3)::after {
  animation-delay: 820ms;
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item:nth-child(4)::after {
  animation-delay: 1020ms;
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item:nth-child(5)::after {
  animation-delay: 1220ms;
}

.reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item:nth-child(n + 6)::after {
  animation-delay: 1400ms;
}

body.home-page .hm-timeline__dot-cell::before {
  height: 2px;
  transform: translateY(-50%) scaleX(1);
  transform-origin: left center;
}

.reveal-ready body.home-page .hm-timeline-section:not(.is-visible) .hm-timeline__dot-cell::before {
  opacity: 0.16;
  transform: translateY(-50%) scaleX(0.06);
}

.reveal-ready body.home-page .hm-timeline-section.is-visible .hm-timeline__dot-cell::before {
  animation: hm-existing-timeline-rule 1500ms var(--hm-rule-ease) both;
}

.reveal-ready body.home-page .hm-timeline-section.is-visible .hm-timeline__year-col:nth-child(2) .hm-timeline__dot-cell::before {
  animation-delay: 90ms;
}

.reveal-ready body.home-page .hm-timeline-section.is-visible .hm-timeline__year-col:nth-child(3) .hm-timeline__dot-cell::before {
  animation-delay: 180ms;
}

.reveal-ready body.home-page .hm-timeline-section.is-visible .hm-timeline__year-col:nth-child(4) .hm-timeline__dot-cell::before {
  animation-delay: 270ms;
}

.reveal-ready body.home-page .hm-timeline-section.is-visible .hm-timeline__year-col:nth-child(5) .hm-timeline__dot-cell::before {
  animation-delay: 360ms;
}

.reveal-ready body.home-page .hm-timeline-section.is-visible .hm-timeline__year-col:nth-child(n + 6) .hm-timeline__dot-cell::before {
  animation-delay: 450ms;
}

body.home-page .hm-timeline__frame {
  transition: border-color 420ms ease;
}

.reveal-ready body.home-page .hm-timeline-section.is-visible .hm-timeline__frame {
  animation: hm-existing-frame-rule 1200ms var(--hm-rule-ease) both;
}

/* Tighten the first decision stack after the cover so Route, Editor note,
   and Latest read as one continuous entry flow. */
body.home-page main > .home-chip-section.home-route-section {
  padding-top: clamp(28px, 2.7vw, 34px) !important;
  padding-bottom: clamp(34px, 3.3vw, 42px) !important;
}

body.home-page main > .home-editor-note {
  padding-top: clamp(24px, 2.4vw, 30px) !important;
  padding-bottom: clamp(24px, 2.4vw, 30px) !important;
}

body.home-page .home-editor-note .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home-page main > .home-editor-note + #home-latest.home-section--paper {
  margin-top: 0 !important;
  padding-top: clamp(18px, 1.9vw, 22px) !important;
}

body.home-page main > .home-editor-note + #home-latest .hm-latest-articles.hm-latest-articles--paper {
  padding-top: clamp(22px, 2.4vw, 28px) !important;
}

@media (max-width: 760px) {
  body.home-page main > .home-chip-section.home-route-section {
    padding-top: 22px !important;
    padding-bottom: 30px !important;
  }

  body.home-page main > .home-editor-note {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.home-page .home-editor-note .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.home-page main > .home-editor-note + #home-latest.home-section--paper {
    margin-top: 0 !important;
    padding-top: 18px !important;
  }

  body.home-page main > .home-editor-note + #home-latest .hm-latest-articles.hm-latest-articles--paper {
    padding-top: 20px !important;
  }
}

body.home-page main > .home-editor-note,
body.home-page .home-editor-note .container,
body.home-page .home-route-nav,
body.home-page .home-route,
body.home-page .news-list--briefing,
body.home-page .news-list--briefing .news-item,
body.home-page .hm-ranking-section .ranking-item,
body.home-page .hm-buy-timing-card,
body.home-page .hm-product-card,
body.home-page .home-track-links,
body.home-page .home-track-links a,
body.home-page .hm-rumor-card,
body.home-page .hm-timeline__detail-head {
  position: relative;
}

body.home-page main > .home-editor-note,
body.home-page .home-editor-note .container,
body.home-page .home-route-nav,
body.home-page .home-route:not(:first-child),
body.home-page .news-list--briefing,
body.home-page .news-list--briefing .news-item,
body.home-page .hm-ranking-section .ranking-item,
body.home-page .hm-rumor-card,
body.home-page .hm-timeline__detail-head {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

body.home-page .hm-buy-timing-card {
  border-top-color: transparent !important;
}

body.home-page main > .home-editor-note::before,
body.home-page .home-editor-note .container::before,
body.home-page .home-route-nav::before,
body.home-page .home-route-nav::after,
body.home-page .home-route:not(:first-child)::before,
body.home-page .news-list--briefing::before,
body.home-page .news-list--briefing .news-item::after,
body.home-page .hm-ranking-section .ranking-item::after,
body.home-page .hm-buy-timing-card::before,
body.home-page .hm-product-card::before,
body.home-page .hm-product-card::after,
body.home-page .hm-rumor-card::before,
body.home-page .hm-timeline__detail-head::after {
  content: "" !important;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: block !important;
  height: 1px;
  pointer-events: none;
  background: var(--hm-rule-line-bg);
  opacity: 0.72;
  transform: scaleX(1);
  transform-origin: left center;
}

body.home-page main > .home-editor-note::before,
body.home-page .home-editor-note .container::before,
body.home-page .home-route-nav::before,
body.home-page .home-route:not(:first-child)::before,
body.home-page .news-list--briefing::before,
body.home-page .hm-buy-timing-card::before,
body.home-page .hm-product-card::before,
body.home-page .hm-rumor-card::before {
  top: 0;
}

body.home-page main > .home-editor-note::before,
body.home-page .home-editor-note .container::before {
  content: none !important;
  display: none !important;
}

body.home-page .home-route-nav::after,
body.home-page .news-list--briefing .news-item::after,
body.home-page .hm-ranking-section .ranking-item::after,
body.home-page .hm-product-card::after,
body.home-page .hm-timeline__detail-head::after {
  bottom: 0;
}

body.home-page .home-route:not(:first-child)::before {
  display: block !important;
}

body.home-page .hm-buy-timing-card::before {
  height: 1px;
  background: var(--hm-rule-line-bg);
  opacity: 0.78;
}

body.home-page .hm-product-card::before,
body.home-page .hm-product-card::after,
body.home-page .news-list--briefing .news-item::after,
body.home-page .hm-ranking-section .ranking-item::after,
body.home-page .hm-timeline__detail-head::after {
  background: var(--hm-rule-line-bg-soft);
}

body.home-page .hm-latest-articles__more a,
body.home-page .home-editor-note__sig,
body.home-page .hm-buy-timing-panel__link,
body.home-page .hm-buy-all,
body.home-page .hm-ranking-toggle,
body.home-page .home-track-links a,
body.home-page .hm-rumor-card,
body.home-page .hm-product-card > .product-image-stage {
  border-bottom-color: transparent !important;
  background-image: var(--hm-rule-line-bg-soft);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}

body.home-page .home-track-links {
  border-top-color: transparent !important;
}

body.home-page .home-track-links::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: var(--hm-rule-line-bg);
  opacity: 0.78;
  transform: scaleX(1);
  transform-origin: left center;
}

body.home-page .hm-rumor-card {
  background-position: 0 100%;
}

body.home-page .hm-rumor-card:hover,
body.home-page .hm-rumor-card:focus-visible,
body.home-page .home-track-links a:hover,
body.home-page .home-track-links a:focus-visible {
  background-image: var(--hm-rule-line-bg-soft);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

body.home-page #rumors .home-track-links {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

body.home-page #rumors .home-track-links::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: var(--hm-rule-line-bg-soft);
  opacity: 0.78;
  transform: scaleX(1);
  transform-origin: left center;
}

body.home-page #rumors .home-track-links a {
  border-bottom-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  background-size: auto !important;
}

body.home-page #rumors .home-track-links a:hover,
body.home-page #rumors .home-track-links a:focus-visible {
  background: color-mix(in srgb, var(--text) 4%, transparent) !important;
  background-image: none !important;
  background-size: auto !important;
}

body.home-page #rumors .hm-rumor-card {
  border-bottom-color: transparent !important;
  background-color: transparent !important;
  background-image: var(--hm-rule-line-bg-soft) !important;
  background-repeat: no-repeat !important;
  background-position: 0 100% !important;
  background-size: 100% 1px !important;
}

body.home-page #rumors .hm-rumor-card::before {
  inset: 0 0 auto !important;
  width: auto !important;
  height: 1px !important;
  background: var(--hm-rule-line-bg) !important;
  opacity: 0.78 !important;
  transform: scaleX(1) !important;
  transform-origin: left center !important;
  transition: none !important;
}

body.home-page #buy-timing.section--buy-time,
body.home-page #database .hm-db-rail,
body.home-page #database .hm-product-rail,
body.home-page #database .hm-db-card__body,
body.home-page #database .hm-product-card__body,
body.home-page #news .section-header__view-all {
  position: relative;
}

body.home-page #buy-timing.section--buy-time,
body.home-page #database .hm-db-rail,
body.home-page #database .hm-product-rail {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

body.home-page #database .hm-db-card__body,
body.home-page #database .hm-product-card__body {
  border-top-color: transparent !important;
}

body.home-page #news .section-header__view-all {
  border-color: transparent !important;
}

body.home-page #buy-timing .hm-buy-timing-card::before {
  height: 1px !important;
  background: var(--hm-rule-line-bg) !important;
  transform-origin: left center !important;
}

body.home-page #database .hm-db-rail::before,
body.home-page #database .hm-db-rail::after,
body.home-page #database .hm-product-rail::before,
body.home-page #database .hm-product-rail::after,
body.home-page #database .hm-db-card__body::before,
body.home-page #database .hm-product-card__body::before,
body.home-page #news .section-header__view-all::before,
body.home-page #news .section-header__view-all::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 1px;
  pointer-events: none;
  background: var(--hm-rule-line-bg-soft);
  opacity: 0.76;
  transform: scaleX(1);
  transform-origin: left center;
}

body.home-page #database .hm-db-rail::before,
body.home-page #database .hm-product-rail::before,
body.home-page #database .hm-db-card__body::before,
body.home-page #database .hm-product-card__body::before,
body.home-page #news .section-header__view-all::before {
  top: 0;
}

body.home-page #database .hm-db-rail::after,
body.home-page #database .hm-product-rail::after,
body.home-page #news .section-header__view-all::after {
  bottom: 0;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.home-page main > #home-latest .hm-latest-articles__item:is(:hover, :focus-within)::after,
  body.home-page .home-route:is(:hover, :focus-visible)::before,
  body.home-page .news-list--briefing .news-item:is(:hover, :focus-within)::after,
  body.home-page .hm-ranking-section .ranking-item:is(:hover, :focus-within)::after,
  body.home-page .hm-buy-timing-card:is(:hover, :focus-visible)::before,
  body.home-page .hm-product-card:is(:hover, :focus-visible)::before,
  body.home-page .hm-product-card:is(:hover, :focus-visible)::after,
  body.home-page #database .hm-db-card:is(:hover, :focus-visible) .hm-db-card__body::before,
  body.home-page #database .hm-product-card:is(:hover, :focus-visible) .hm-product-card__body::before,
  body.home-page #news .section-header__view-all:is(:hover, :focus-visible)::before,
  body.home-page #news .section-header__view-all:is(:hover, :focus-visible)::after {
    animation: hm-line-response 920ms var(--hm-rule-ease) both !important;
    animation-timeline: auto !important;
    background: var(--hm-rule-line-bg);
    opacity: 0.9;
  }

  body.home-page .hm-buy-timing-card:is(:hover, :focus-visible)::before {
    animation-name: hm-line-response-strong !important;
  }

  body.home-page .hm-latest-articles__more a:is(:hover, :focus-visible),
  body.home-page .hm-buy-timing-panel__link:is(:hover, :focus-visible),
  body.home-page .hm-buy-all:is(:hover, :focus-visible),
  body.home-page .hm-ranking-toggle:is(:hover, :focus-visible),
  body.home-page .home-track-links a:is(:hover, :focus-visible),
  body.home-page .hm-product-card:is(:hover, :focus-visible) > .product-image-stage {
    background-image: var(--hm-rule-line-bg);
    background-size: 100% 1px;
  }
}

@supports (animation-timeline: view()) {
  body.home-page main > .section[data-reveal="section"],
  body.home-page main > #home-latest[data-reveal="section"] {
    view-timeline-name: --hm-existing-section-rule;
    view-timeline-axis: block;
  }

  body.home-page main > .section[data-reveal="section"]::before,
  body.home-page main > #home-latest[data-reveal="section"]::before,
  .reveal-ready body.home-page main > .section[data-reveal="section"]:not(.is-visible)::before,
  .reveal-ready body.home-page main > #home-latest[data-reveal="section"]:not(.is-visible)::before,
  .reveal-ready body.home-page main > .section[data-reveal="section"].is-visible::before,
  .reveal-ready body.home-page main > #home-latest[data-reveal="section"].is-visible::before {
    opacity: 1;
    transition: none;
    animation: hm-existing-section-rule-scroll linear both;
    animation-timeline: --hm-existing-section-rule;
    animation-range: entry 0% cover 88%;
  }

  body.home-page main > .section[data-reveal="section"]::after,
  body.home-page main > #home-latest[data-reveal="section"]::after {
    animation: hm-line-field-scroll linear both;
    animation-timeline: --hm-existing-section-rule;
    animation-range: entry -12% cover 118%;
  }

  body.home-page .home-hero--cover::before {
    animation: hm-hero-backdrop-lines-scroll linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 680px;
  }

  body.home-page .home-hero--cover::after {
    animation: hm-hero-backdrop-vertical-scroll linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 680px;
  }

  body.home-page .hm-timeline-section {
    view-timeline-name: --hm-existing-timeline-rule;
    view-timeline-axis: block;
  }

  body.home-page .hm-timeline-section .hm-timeline__frame {
    animation-timeline: --hm-existing-timeline-rule;
    animation-range: entry 8% cover 36%;
  }

  body.home-page main > #home-latest {
    view-timeline-name: --hm-latest-lines;
    view-timeline-axis: block;
  }

  body.home-page main > #home-latest .hm-latest-articles__list {
    view-timeline-name: --hm-latest-list-line;
    view-timeline-axis: block;
  }

  body.home-page main > #home-latest .hm-latest-articles__item {
    view-timeline-name: --hm-latest-row-line;
    view-timeline-axis: block;
  }

  body.home-page main > #home-latest .hm-latest-articles__list::before,
  .reveal-ready body.home-page main > #home-latest:not(.is-visible) .hm-latest-articles__list::before,
  .reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__list::before {
    animation: hm-existing-list-rule-scroll linear both;
    animation-delay: 0ms;
    animation-timeline: --hm-latest-list-line;
    animation-range: entry 0% cover 90%;
  }

	  body.home-page main > #home-latest .hm-latest-articles__item::after,
	  .reveal-ready body.home-page main > #home-latest:not(.is-visible) .hm-latest-articles__item::after,
	  .reveal-ready body.home-page main > #home-latest.is-visible .hm-latest-articles__item::after {
	    animation: hm-existing-list-rule-scroll linear both;
	    animation-delay: 0ms;
	    animation-timeline: --hm-latest-row-line;
	    animation-range: entry 0% cover 90%;
	  }

  body.home-page main > .home-editor-note,
  body.home-page .home-editor-note .container,
  body.home-page .home-route-nav,
  body.home-page .home-route,
  body.home-page .news-list--briefing,
  body.home-page .news-list--briefing .news-item,
  body.home-page .hm-ranking-section .ranking-item,
  body.home-page .hm-buy-timing-card,
  body.home-page .hm-product-card,
  body.home-page .home-track-links,
  body.home-page .hm-rumor-card,
  body.home-page .hm-timeline__detail-head,
  body.home-page .home-editor-note__rule,
  body.home-page .hm-db-rail__hint-line,
  body.home-page .hm-timeline__hint span:nth-child(2) {
    view-timeline-name: --hm-page-line-flow;
    view-timeline-axis: block;
  }

  body.home-page #database .hm-db-rail,
  body.home-page #database .hm-product-rail,
  body.home-page #database .hm-db-card__body,
  body.home-page #database .hm-product-card__body,
  body.home-page #news .section-header__view-all {
    view-timeline-name: --hm-page-line-flow;
    view-timeline-axis: block;
  }

  body.home-page main > .home-editor-note::before,
  body.home-page .home-editor-note .container::before,
  body.home-page .home-route-nav::before,
  body.home-page .home-route-nav::after,
  body.home-page .home-route:not(:first-child)::before,
  body.home-page .news-list--briefing::before,
  body.home-page .news-list--briefing .news-item::after,
  body.home-page .hm-ranking-section .ranking-item::after,
  body.home-page .hm-buy-timing-card::before,
  body.home-page .hm-product-card::before,
  body.home-page .hm-product-card::after,
  body.home-page .home-track-links::before,
  body.home-page #rumors .home-track-links::after,
  body.home-page .hm-timeline__detail-head::after,
  body.home-page .home-editor-note__rule,
  body.home-page .hm-db-rail__hint-line,
  body.home-page .hm-timeline__hint span:nth-child(2),
  body.home-page #database .hm-db-rail::before,
  body.home-page #database .hm-db-rail::after,
  body.home-page #database .hm-product-rail::before,
  body.home-page #database .hm-product-rail::after,
  body.home-page #database .hm-db-card__body::before,
  body.home-page #database .hm-product-card__body::before,
  body.home-page #news .section-header__view-all::before,
  body.home-page #news .section-header__view-all::after {
    animation: hm-existing-list-rule-scroll linear both;
    animation-delay: 0ms;
    animation-timeline: --hm-page-line-flow;
    animation-range: entry 0% cover 86%;
  }

}

@keyframes hm-line-field-scroll {
  0% {
    opacity: 0.2;
    transform: translate3d(-14%, 0, 0);
  }

  50% {
    opacity: 0.62;
    transform: translate3d(1%, 0, 0);
  }

  100% {
    opacity: 0.44;
    transform: translate3d(12%, 0, 0);
  }
}

@keyframes hm-hero-backdrop-lines-scroll {
  0% {
    opacity: 0.62;
    transform: translate3d(-4%, 0, 0) scaleX(1);
  }

  100% {
    opacity: 0.52;
    transform: translate3d(7%, 0, 0) scaleX(1);
  }
}

@keyframes hm-hero-backdrop-vertical-scroll {
  0% {
    opacity: 0.62;
    transform: translate3d(0, -6%, 0) scaleY(1);
  }

  100% {
    opacity: 0.5;
    transform: translate3d(0, 12%, 0) scaleY(1);
  }
}

@keyframes hm-line-ambient-sweep {
  0%,
  62% {
    opacity: 0;
    transform: scaleX(0.18);
  }

  70% {
    opacity: 0.82;
    transform: scaleX(0.72);
  }

  82% {
    opacity: 0.36;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes hm-line-response {
  0% {
    opacity: 0.18;
    transform: scaleX(0.08);
  }

  48% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.82;
    transform: scaleX(1);
  }
}

@keyframes hm-line-response-strong {
  0% {
    opacity: 0.24;
    transform: scaleX(0.08);
  }

  52% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.96;
    transform: scaleX(1);
  }
}

@keyframes hm-hero-backdrop-lines {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  68% {
    opacity: 0.78;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.72;
    transform: scaleX(1);
  }
}

@keyframes hm-hero-backdrop-vertical {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  72% {
    opacity: 0.62;
    transform: scaleY(1);
  }

  100% {
    opacity: 0.58;
    transform: scaleY(1);
  }
}

@keyframes hm-existing-section-rule-scroll {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  48% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

@keyframes hm-existing-timeline-rule {
  0% {
    opacity: 0.16;
    transform: translateY(-50%) scaleX(0.06);
  }

  68% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }

  100% {
    opacity: 0.96;
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes hm-existing-list-rule {
  0% {
    opacity: 0.12;
    transform: scaleX(0.04);
  }

  46% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.74;
    transform: scaleX(1);
  }
}

@keyframes hm-existing-list-rule-scroll {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  72% {
    opacity: 1;
    transform: scaleX(1);
  }

	  100% {
	    opacity: 0.68;
	    transform: scaleX(1);
	  }
	}

@keyframes hm-existing-frame-rule {
  0% {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  100% {
    border-top-color: var(--hm-lane-line);
    border-bottom-color: var(--hm-lane-line);
  }
}

@media (max-width: 760px) {
  body.home-page {
    --hm-rule-solid: color-mix(in srgb, var(--text) 42%, transparent);
    --hm-section-radius: 22px;
    --hm-field-grid-line: color-mix(in srgb, var(--text) 6%, transparent);
    --hm-field-grid-x: 56px;
    --hm-field-grid-y: 44px;
  }

  body.home-page main > .section[data-reveal="section"],
  body.home-page main > #home-latest[data-reveal="section"] {
    --hm-field-line: color-mix(in srgb, var(--hm-section-accent) 21%, transparent);
    --hm-field-mark-line: color-mix(in srgb, var(--hm-section-accent) 39%, transparent);
  }

  body.home-page .home-hero--cover::before {
    right: 14px;
    left: 14px;
    height: clamp(190px, 54vw, 300px);
  }

  body.home-page .home-hero--cover::after {
    left: 14px;
  }

	  body.home-page .hm-timeline {
	    --hm-lane-line: color-mix(in srgb, var(--text) 22%, transparent);
	    --hm-lane-line-soft: color-mix(in srgb, var(--text) 12%, transparent);
	  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page main > .section[data-reveal="section"]::before,
  body.home-page main > .section[data-reveal="section"]::after,
	  body.home-page main > #home-latest[data-reveal="section"]::before,
	  body.home-page main > #home-latest[data-reveal="section"]::after,
	  body.home-page main > #home-latest .hm-latest-articles__list::before,
	  body.home-page main > #home-latest .hm-latest-articles__item::after,
  body.home-page .home-hero--cover::before,
  body.home-page .home-hero--cover::after,
  body.home-page .home-cover-rotator::before,
  body.home-page .home-cover__rule,
  body.home-page .home-cover-rotator__count-rule,
  body.home-page main > .home-editor-note::before,
  body.home-page .home-editor-note .container::before,
  body.home-page .home-editor-note__rule,
  body.home-page .home-route-nav::before,
  body.home-page .home-route-nav::after,
  body.home-page .home-route:not(:first-child)::before,
  body.home-page .news-list--briefing::before,
  body.home-page .news-list--briefing .news-item::after,
  body.home-page .hm-ranking-section .ranking-item::after,
  body.home-page .hm-buy-timing-card::before,
  body.home-page .hm-product-card::before,
  body.home-page .hm-product-card::after,
  body.home-page .home-track-links::before,
  body.home-page #rumors .home-track-links::after,
  body.home-page .hm-rumor-card::before,
  body.home-page .hm-timeline__detail-head::after,
  body.home-page .hm-db-rail__hint-line,
  body.home-page .hm-timeline__hint span:nth-child(2),
  body.home-page #database .hm-db-rail::before,
  body.home-page #database .hm-db-rail::after,
  body.home-page #database .hm-product-rail::before,
  body.home-page #database .hm-product-rail::after,
  body.home-page #database .hm-db-card__body::before,
  body.home-page #database .hm-product-card__body::before,
  body.home-page #news .section-header__view-all::before,
  body.home-page #news .section-header__view-all::after,
	  body.home-page .hm-timeline__dot-cell::before,
	  body.home-page .hm-timeline__frame {
	    animation: none;
	    opacity: 1;
	    transform: none;
	    transition: none;
	  }

  body.home-page .hm-latest-articles__more a,
  body.home-page .home-editor-note__sig,
  body.home-page .hm-buy-timing-panel__link,
  body.home-page .hm-buy-all,
  body.home-page .hm-ranking-toggle,
  body.home-page .home-track-links a,
  body.home-page .hm-rumor-card,
  body.home-page .hm-product-card > .product-image-stage {
    animation: none;
    background-size: 100% 1px;
  }

  body.home-page main > .section[data-reveal="section"]::after,
  body.home-page main > #home-latest[data-reveal="section"]::after {
    opacity: 0.34;
  }

	  body.home-page .hm-timeline__dot-cell::before {
	    transform: translateY(-50%);
	  }
}

/* ============================================================
   source layer: home-fab-fixed-20260523r37.css
   ============================================================ */
/* Keep the mobile Explore FAB anchored during iOS momentum scrolling. */
@media (max-width: 900px) {
  .mobile-explore-fab,
  .mobile-explore-fab:hover,
  .mobile-explore-fab:focus-visible,
  .mobile-explore-fab.is-open,
  .mobile-explore-fab.is-suppressed:not(.is-open) {
    transform: none !important;
    will-change: auto !important;
  }

  .mobile-explore-fab {
    transition:
      background-color 0.18s var(--ease),
      box-shadow 0.18s var(--ease),
      opacity 0.18s var(--ease),
      visibility 0.18s var(--ease) !important;
  }

  @supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .mobile-explore-fab {
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
    }
  }
}

/* ============================================================
   source layer: home-cover-restyle-20260529.css
   ============================================================ */
/* ==========================================================================
   iWander — Hero restyle v1 (CSS-only override candidate)
   Goal: kill the soft beige rounded "card" hero, replace with a sharp,
   gothic, angular cover that matches the geometric iWander wordmark.
   Targets the existing .home-hero--cover structure; no HTML/JS changes.
   ========================================================================== */

:root {
  --hv-ink: #111113;
  --hv-accent: #d8463b;
  --hv-line: #111113;
}

/* --- Kill the card: full-bleed, square, no border, no muddy fill --- */
.home-hero.home-hero--cover {
  background: #fff !important;
  padding-top: clamp(20px, 3vw, 40px) !important;
  padding-bottom: 0 !important;
}
.home-hero--cover .home-cover-rotator,
.home-hero--cover .home-cover-rotator__deck {
  background: transparent !important;
}
.home-hero--cover .home-cover {
  background: #fff !important;
  border: 0 !important;
  border-top: 2px solid var(--hv-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: clamp(28px, 3.4vw, 52px) 0 0 !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: stretch !important;
}

/* --- Issue label: mono, letter-spaced, red --- */
.home-hero--cover .home-cover__issue {
  font-family: Menlo, monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--hv-accent) !important;
  gap: 12px !important;
}
.home-hero--cover .home-cover__issue > span:not(.home-cover__rule) { color: var(--hv-accent) !important; }
.home-hero--cover .home-cover__rule { background: rgba(17,17,19,0.25) !important; }

/* --- Headline: heavy gothic, big, tight --- */
.home-hero--cover .home-cover__headline {
  font-family: "Helvetica Neue",system-ui,Helvetica,"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(24px, 3vw, 42px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.005em !important;
  color: var(--hv-ink) !important;
  margin: 16px 0 16px !important;
  max-width: 16em !important;
}

/* --- Lead: smaller, gray, tight measure --- */
.home-hero--cover .home-cover__lead {
  font-size: clamp(13px, 1.3vw, 15px) !important;
  line-height: 1.85 !important;
  color: #6c6e74 !important;
  max-width: 30em !important;
  margin-bottom: 28px !important;
}

/* --- CTA: sharp rectangle with angular notch, mono label --- */
.home-hero--cover .home-cover__cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: var(--hv-ink) !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 15px 26px !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 calc(100% - 14px)) !important;
  transition: background-color 0.2s ease !important;
}
.home-hero--cover .home-cover__cta:hover { background: var(--hv-accent) !important; }
.home-hero--cover .home-cover__cta > span {
  font-family: Menlo, monospace !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

/* --- Visual: sharp, angular bottom-right cut, soft gray ground --- */
.home-hero--cover .home-cover__visual {
  background: #f2f2f0 !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%) !important;
  overflow: hidden !important;
}

/* --- Rotator dots / counter: minimal, mono --- */
.home-hero--cover .home-cover-rotator__dots button.is-active,
.home-hero--cover [data-home-cover-dot].is-active { background: var(--hv-accent) !important; }

/* === Dark mode (2026-05-30) — site toggles html[data-theme="dark"] =========
   The light overrides above are hard-coded (#fff / #111113 with !important),
   so in dark mode the hero stayed white. Defer to the theme's own bg/text. */
html[data-theme="dark"] .home-hero.home-hero--cover { background: var(--bg, #15151a) !important; }
html[data-theme="dark"] .home-hero--cover .home-cover {
  background: var(--bg, #15151a) !important;
  border-top-color: color-mix(in srgb, var(--text, #f2f2f3) 32%, transparent) !important;
}
html[data-theme="dark"] .home-hero--cover .home-cover__headline { color: var(--text, #f2f2f3) !important; }
html[data-theme="dark"] .home-hero--cover .home-cover__lead { color: color-mix(in srgb, var(--text, #f2f2f3) 68%, transparent) !important; }
html[data-theme="dark"] .home-hero--cover .home-cover__cta { background: var(--text, #f2f2f3) !important; color: var(--bg, #15151a) !important; }
html[data-theme="dark"] .home-hero--cover .home-cover__cta:hover { background: var(--hv-accent) !important; color: #fff !important; }
html[data-theme="dark"] .home-hero--cover .home-cover__visual { background: color-mix(in srgb, var(--text, #f2f2f3) 8%, var(--bg, #15151a)) !important; }

/* === (item 5, 2026-05-30) Pair the prev/next arrows ========================
   Markup order is [prev][dots][next]; the arrows were split across the dots
   strip (hard to reach with a mouse). Keep dots left, group both arrows on the
   right so they sit together — flex order only, no markup change. */
.home-hero--cover .home-cover-rotator__controls { display: flex !important; align-items: center !important; gap: 10px !important; }
.home-hero--cover .home-cover-rotator__controls .home-cover-rotator__dots { order: 1; margin-right: auto; }
.home-hero--cover .home-cover-rotator__controls .home-cover-rotator__arrow[data-home-cover-prev] { order: 2; }
.home-hero--cover .home-cover-rotator__controls .home-cover-rotator__arrow[data-home-cover-next] { order: 3; }

/* === Header + page canvas dark mode (2026-05-30) ==========================
   .site-header is transparent until scrolled (background:0 0); the dark theme
   only paints it dark in the .is-scrolled / nav-open / mega-open states. The
   page background also isn't darkened, so at the TOP in dark mode the header
   showed the white canvas behind it, and the (invert-filtered → light) logo +
   (light) nav text were invisible on white. Fix, dark mode only:
   (a) darken the home-page canvas; (b) give the not-scrolled header a dark bg. */
html[data-theme="dark"] body.home-page,
body.home-page.dark { background: var(--bg, #15151a) !important; }

html[data-theme="dark"] .site-header:not(.is-scrolled):not(.hm-nav-open):not(.hm-mega-open),
body.dark .site-header:not(.is-scrolled):not(.hm-nav-open):not(.hm-mega-open) {
  background: var(--header-bg, rgba(26,26,26,0.88)) !important;
  border-bottom-color: rgba(255,255,255,0.10) !important;
}

/* ============================================================
   source layer: home-news-wire-20260529.css
   ============================================================ */
/* ==========================================================================
   iWander — NEWS as a distinct "newswire" (CSS-only candidate, v2)
   High specificity via body.home-page #news to beat existing home patches.
   ========================================================================== */
:root { --nw-accent: #d8463b; --nw-line: rgba(17,17,19,0.12); --nw-ink: #111113; --nw-ink2: #6c6e74; }

/* 2-column dense wire */
body.home-page #news .news-list,
body.home-page #news .news-list--briefing {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: clamp(28px, 4vw, 60px) !important;
  row-gap: 0 !important;
  border-top: 1px solid var(--nw-ink) !important;
}
body.home-page #news .news-list--briefing .news-item,
body.home-page #news .news-item {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--nw-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.home-page #news .news-item__link {
  display: grid !important;
  grid-template-columns: 70px 1fr !important;
  align-items: baseline !important;
  gap: 16px !important;
  padding: 13px 0 !important;
  background: transparent !important;
  border: 0 !important;
}
/* kill thumbnail + trailing arrow — the key differentiators from LATEST */
body.home-page #news .news-item__thumb { display: none !important; }
body.home-page #news .news-item__link::after { display: none !important; content: none !important; }

body.home-page #news .news-item__meta { display: block !important; margin: 0 !important; padding: 0 !important; }
body.home-page #news .news-item__date {
  font-family: Menlo, monospace !important;
  font-size: 11px !important; letter-spacing: 0.02em !important; color: var(--nw-ink2) !important;
}
body.home-page #news .news-item__category,
body.home-page #news .news-item .article-info-badge { display: none !important; }

body.home-page #news .news-item__title {
  margin: 0 !important;
  font-size: 15px !important; font-weight: 600 !important; line-height: 1.5 !important;
  letter-spacing: 0.005em !important; color: var(--nw-ink) !important;
  display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
body.home-page #news .news-item__link:hover .news-item__title { color: var(--nw-accent) !important; }

@media (max-width: 760px) {
  body.home-page #news .news-list,
  body.home-page #news .news-list--briefing { grid-template-columns: 1fr !important; }
}

/* === Dark mode (2026-05-30) — flip the hard-coded ink/line vars to the theme.
   (site toggles html[data-theme="dark"]; --nw-accent red is fine in both.) */
html[data-theme="dark"] {
  --nw-ink: var(--text, #f2f2f3);
  --nw-ink2: color-mix(in srgb, var(--text, #f2f2f3) 65%, transparent);
  --nw-line: color-mix(in srgb, var(--text, #f2f2f3) 16%, transparent);
}

/* ============================================================
   source layer: home-blueprint-lines-20260529.css
   ============================================================ */
/* ==========================================================================
   iWander — Background line system v1  (A: blueprint margins + B: scroll line)
   Replaces the failed faint ambient grid with crisp, intentional structure.
   ========================================================================== */

/* --- 0. Retire the failed line/grid system entirely --- */
/* Kill every line painted by home-line-motion by zeroing its colour tokens. */
body.home-page {
  --hm-field-line: transparent !important;
  --hm-field-grid-line: transparent !important;
  --hm-field-mark-line: transparent !important;
}
body.home-page main > .section[data-reveal="section"]::after,
body.home-page main > #home-latest[data-reveal="section"]::after { display: none !important; }
body.home-page main > .section::before { background: none !important; opacity: 0 !important; }
/* the hero's leftover vertical field line + field box */
body.home-page .home-hero--cover::after,
body.home-page .home-hero--cover::before,
body.home-page .home-cover-rotator::before { display: none !important; }

/* --- A. Blueprint margins: two crisp vertical rules framing the content column --- */
.hm-blueprint {
  position: fixed;
  inset: 0;
  z-index: 2;            /* above opaque section backgrounds, below sticky header (z-50) */
  pointer-events: none;
  --hm-frame-x: max(20px, calc((100vw - 1200px) / 2));
  --hm-ruler-top: clamp(156px, 15vh, 220px);
  --hm-ruler-bottom: clamp(42px, 6vh, 86px);
  --hm-rule-progress: 0;
}
.hm-blueprint__rule {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: color-mix(in srgb, var(--text, #111) 10%, transparent);
}
.hm-blueprint__rule--left  { left: var(--hm-frame-x); }
.hm-blueprint__rule--right { display: none; right: var(--hm-frame-x); }

/* Retired: the frame used to carry corner ticks, but it made the page feel too line-heavy. */
.hm-blueprint__rule::before,
.hm-blueprint__rule::after {
  content: "";
  display: none;
  position: absolute;
  width: 12px;
  height: 1px;
  background: color-mix(in srgb, var(--text, #111) 34%, transparent);
}
.hm-blueprint__rule--left::before  { top: 84px; left: 0; }
.hm-blueprint__rule--left::after   { bottom: 84px; left: 0; }
.hm-blueprint__rule--right::before { top: 84px; right: 0; }
.hm-blueprint__rule--right::after  { bottom: 84px; right: 0; }

/* tiny mono coordinate label at top-left of the frame */
.hm-blueprint__coord {
  position: absolute;
  display: none;
  top: 92px;
  left: calc(var(--hm-frame-x) + 10px);
  font-family: Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: color-mix(in srgb, var(--text, #111) 38%, transparent);
  text-transform: uppercase;
}

/* --- B. Scroll-drawn accent line: desktop progress, compact reading anchor. --- */
.hm-blueprint__progress {
  position: absolute;
  top: var(--hm-ruler-top);
  bottom: var(--hm-ruler-bottom);
  left: var(--hm-frame-x);
  width: 2px;
  background: color-mix(in srgb, var(--accent, #d8463b) 92%, transparent);
  transform: scaleY(var(--hm-rule-progress));
  transform-origin: top center;
  transition: transform 80ms linear;
  will-change: transform;
}

@media (max-width: 760px) {
  /* On narrow screens the frame hugs the viewport edges and we drop the right rule */
  .hm-blueprint { --hm-frame-x: 12px; }
  .hm-blueprint__rule--right { display: none; }
  .hm-blueprint__coord { left: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .hm-blueprint__progress { transition: none !important; opacity: 0.5; }
}

/* --- B+. Section ruler: graduations (目盛り) along the left blueprint axis --- */
.hm-blueprint__axis {
  position: fixed;
  top: var(--hm-ruler-top);
  bottom: var(--hm-ruler-bottom);
  left: var(--hm-frame-x);
  width: 0;
  z-index: 3;
}
.hm-rule-tick {
  position: absolute;
  left: 0;
  min-width: 118px;
  min-height: 30px;
  transform: translate(calc(-100% - 10px), -50%);   /* sit entirely LEFT of the axis line, in the outer margin */
  transform-origin: right center;
  display: flex; align-items: center; justify-content: flex-start; flex-direction: row-reverse; gap: 10px;
  background: none; border: 0; padding: 4px 0; margin: 0;
  cursor: pointer; pointer-events: auto;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  transition: transform .24s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
}
.hm-rule-tick__mark {
  display: block; width: 9px; height: 1px; flex: 0 0 auto;
  background: color-mix(in srgb, var(--text,#111) 32%, transparent);
  transition: width .2s ease, height .2s ease, background-color .2s ease;
}
.hm-rule-tick__label {
  font-family: Menlo, monospace;
  font-size: 12px; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase;
  color: color-mix(in srgb, var(--text,#111) 45%, transparent);
  white-space: nowrap; transition: color .2s ease, opacity .2s ease, transform .2s ease;
  opacity: 0.62;
}
.hm-rule-tick:hover .hm-rule-tick__label,
.hm-rule-tick:focus-visible .hm-rule-tick__label { opacity: 1; color: var(--text,#111); }
.hm-rule-tick:hover .hm-rule-tick__mark,
.hm-rule-tick:focus-visible .hm-rule-tick__mark { width: 16px; }
.hm-rule-tick:focus-visible { outline: 0; }
.hm-rule-tick.is-active { transform: translate(calc(-100% - 10px), -50%) scale(1.04); }
.hm-rule-tick.is-active .hm-rule-tick__mark { width: 24px; height: 2px; background: var(--accent,#d8463b); }
.hm-rule-tick.is-active .hm-rule-tick__label {
  color: var(--accent,#d8463b); opacity: 1; font-weight: 760;
  transform: translateX(-1px);
}

/* Full labels live in the left gutter, which only exists on wide screens. */
.hm-blueprint__axis { display: none; }
@media (min-width: 1440px) { .hm-blueprint__axis { display: block; } }
@media (prefers-reduced-motion: reduce) { .hm-rule-tick__mark, .hm-rule-tick__label { transition: none; } }

/* Compact mode: no orphan vertical frame lines. Keep only useful orientation. */
@media (max-width: 1439px) {
  .hm-blueprint {
    z-index: 32;
    --hm-frame-x: max(9px, env(safe-area-inset-left));
    --hm-ruler-top: clamp(88px, 13vh, 128px);
    --hm-ruler-bottom: max(86px, calc(env(safe-area-inset-bottom) + 72px));
  }

  .hm-blueprint__rule,
  .hm-blueprint__coord {
    display: none !important;
  }

  .hm-blueprint__progress {
    position: fixed;
    top: var(--hm-ruler-top);
    right: auto;
    bottom: auto;
    left: calc(var(--hm-frame-x) + 3px);
    width: 2px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(
      180deg,
      transparent,
      color-mix(in srgb, var(--accent, #d8463b) 86%, transparent) 18%,
      color-mix(in srgb, var(--accent, #d8463b) 92%, transparent) 50%,
      color-mix(in srgb, var(--accent, #d8463b) 86%, transparent) 82%,
      transparent
    );
    opacity: 0.72;
    transform: translateY(calc(var(--hm-ruler-focus-y, 96px) - 50%));
    transform-origin: center;
    transition: opacity .22s ease;
  }

  .hm-blueprint__axis {
    position: fixed;
    top: var(--hm-ruler-top);
    right: auto;
    bottom: var(--hm-ruler-bottom);
    left: var(--hm-frame-x);
    z-index: 42;
    display: block;
    width: 34px;
    height: auto;
    pointer-events: none;
    --hm-ruler-inset: 8px;
  }

  .hm-blueprint__axis::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    z-index: 0;
    width: 1px;
    background: linear-gradient(
      180deg,
      transparent,
      color-mix(in srgb, var(--text, #111) 12%, transparent) 10%,
      color-mix(in srgb, var(--text, #111) 12%, transparent) 90%,
      transparent
    );
  }

  .hm-blueprint__axis::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--hm-ruler-inset);
    z-index: 0;
    width: calc(100% - var(--hm-ruler-inset));
    height: auto;
    border-radius: 0;
    background-image:
      repeating-linear-gradient(
        180deg,
        transparent 0 7px,
        color-mix(in srgb, var(--text, #111) 15%, transparent) 7px 8px,
        transparent 8px 16px
      ),
      repeating-linear-gradient(
        180deg,
        transparent 0 30px,
        color-mix(in srgb, var(--text, #111) 24%, transparent) 30px 32px,
        transparent 32px 64px
      );
    background-position:
      0 var(--hm-ruler-shift-y, 0px),
      0 var(--hm-ruler-shift-y, 0px);
    background-repeat: repeat-y;
    background-size:
      6px 16px,
      13px 64px;
    opacity: 0.82;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent);
    transition:
      background-position .3s cubic-bezier(.22, 1, .36, 1),
      opacity .22s ease;
    will-change: background-position;
  }

  .hm-rule-tick {
    position: absolute;
    left: var(--hm-ruler-inset);
    z-index: 1;
    display: flex;
    min-width: 0;
    width: calc(100% - var(--hm-ruler-inset));
    min-height: 24px;
    transform: translateY(calc(-50% + var(--hm-ruler-shift-y, 0px))) scale(1);
    transform-origin: left center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    cursor: default;
    pointer-events: none;
    opacity: 0.48;
    transition:
      transform .3s cubic-bezier(.22, 1, .36, 1),
      opacity .22s ease;
  }

  .hm-rule-tick__mark {
    width: 7px;
    height: 1px;
    background: color-mix(in srgb, var(--text, #111) 28%, transparent);
    opacity: 0.74;
    transform-origin: left center;
    transition:
      width .28s cubic-bezier(.22, 1, .36, 1),
      height .18s ease,
      opacity .22s ease,
      background-color .22s ease,
      transform .28s cubic-bezier(.22, 1, .36, 1);
  }

  .hm-rule-tick__label {
    display: none;
  }

  .hm-rule-tick.is-neighbor {
    opacity: 0.72;
    transform: translateY(calc(-50% + var(--hm-ruler-shift-y, 0px))) scale(1.04);
  }

  .hm-rule-tick.is-neighbor .hm-rule-tick__mark {
    width: 7px;
    opacity: 0.92;
  }

  .hm-rule-tick.is-active {
    opacity: 1;
    transform: translateY(calc(-50% + var(--hm-ruler-shift-y, 0px))) scale(1.16);
  }

  .hm-rule-tick.is-active .hm-rule-tick__mark {
    width: 11px;
    height: 2px;
    background: var(--accent, #d8463b);
    opacity: 1;
    transform: scaleX(1.04);
  }

  .hm-rule-tick.is-active .hm-rule-tick__label {
    position: absolute;
    top: 50%;
    left: 27px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(-5px, -50%) scale(0.96);
    padding: 0 0 0 3px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    color: var(--accent, #d8463b);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.08em;
    transition:
      opacity .22s ease,
      transform .3s cubic-bezier(.22, 1, .36, 1),
      visibility .22s ease;
  }

  .hm-blueprint--label-visible .hm-rule-tick.is-active .hm-rule-tick__label {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
  }
}

@media (max-width: 520px) {
  .hm-blueprint {
    --hm-frame-x: max(7px, env(safe-area-inset-left));
    --hm-ruler-top: clamp(82px, 12vh, 104px);
    --hm-ruler-bottom: max(76px, calc(env(safe-area-inset-bottom) + 62px));
  }

  .hm-blueprint__axis {
    width: 30px;
    --hm-ruler-inset: 7px;
  }

  .hm-rule-tick {
    width: 30px;
    min-height: 22px;
  }

  .hm-blueprint__axis::after {
    left: var(--hm-ruler-inset);
    width: calc(100% - var(--hm-ruler-inset));
    height: auto;
    background-size:
      5px 14px,
      11px 56px;
  }

  .hm-rule-tick__mark {
    width: 6px;
  }

  .hm-rule-tick.is-neighbor .hm-rule-tick__mark {
    width: 7px;
  }

  .hm-rule-tick.is-active .hm-rule-tick__mark {
    width: 7px;
  }

  .hm-rule-tick.is-active .hm-rule-tick__label {
    left: 23px;
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-rule-tick,
  .hm-rule-tick::before,
  .hm-rule-tick__mark,
  .hm-rule-tick__label {
    transition: none !important;
  }
}

/* --- C. Rail-aware section titles: keep the content axis calm and centered. --- */
body.home-page main > .section[data-reveal="section"] > .container > .section-header,
body.home-page main > .section[data-reveal="section"] > .container > .section-header--with-link,
body.home-page main > .section[data-reveal="section"] > .container > .section-header--with-controls,
body.home-page main > #home-latest .hm-latest-articles__head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: end !important;
  gap: 8px clamp(16px, 2.4vw, 30px) !important;
  text-align: center !important;
}

body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__title,
body.home-page main > #home-latest .hm-latest-articles__head > div {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  min-width: 0 !important;
  text-align: center !important;
}

body.home-page main > #home-latest .hm-latest-articles__head > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  gap: 8px !important;
}

body.home-page main > #home-latest .hm-latest-articles__title {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  width: fit-content !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__title-link,
body.home-page main > #home-latest .hm-latest-articles__title-link {
  justify-content: center !important;
}

body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__sub,
body.home-page main > #home-latest .hm-latest-articles__subtitle {
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-self: center !important;
  max-width: min(58ch, 100%) !important;
  margin-inline: auto !important;
  text-align: center !important;
  white-space: normal !important;
}

body.home-page main > #home-latest .hm-latest-articles__head > div .hm-latest-articles__subtitle {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__side-link,
body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__view-all,
body.home-page main > #home-latest .hm-latest-articles__more {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  align-self: end !important;
  justify-self: end !important;
  margin: 0 0 2px !important;
  text-align: right !important;
}

body.home-page main > #home-latest .hm-latest-articles__more a {
  justify-content: center !important;
}

body.home-page main > .section[data-reveal="section"] > .container > .section-header::after,
body.home-page main > #home-latest .hm-latest-articles__head::after {
  transform-origin: center center !important;
}

body.home-page main > section#news[data-reveal="section"] > .container > .section-header,
body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header,
body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  text-align: center !important;
}

body.home-page main > section#news[data-reveal="section"] > .container > .section-header .section-header__title,
body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header .section-header__title,
body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header .section-header__title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  text-align: center !important;
}

body.home-page main > section#news[data-reveal="section"] > .container > .section-header .section-header__sub,
body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header .section-header__sub,
body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header .section-header__sub {
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-self: center !important;
  text-align: center !important;
}

body.home-page main > section#news[data-reveal="section"] > .container > .section-header .section-header__view-all,
body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header .section-header__view-all,
body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header .section-header__view-all {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  justify-self: end !important;
}

@media (max-width: 760px) {
  body.home-page main > .section[data-reveal="section"] > .container > .section-header,
  body.home-page main > .section[data-reveal="section"] > .container > .section-header--with-link,
  body.home-page main > .section[data-reveal="section"] > .container > .section-header--with-controls,
  body.home-page main > #home-latest .hm-latest-articles__head,
  body.home-page main > section#news[data-reveal="section"] > .container > .section-header,
  body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header,
  body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    gap: 8px !important;
  }

  body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__title,
  body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__sub,
  body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__side-link,
  body.home-page main > .section[data-reveal="section"] > .container > .section-header .section-header__view-all,
  body.home-page main > #home-latest .hm-latest-articles__head > div,
  body.home-page main > #home-latest .hm-latest-articles__subtitle,
  body.home-page main > #home-latest .hm-latest-articles__more,
  body.home-page main > section#news[data-reveal="section"] > .container > .section-header .section-header__title,
  body.home-page main > section#news[data-reveal="section"] > .container > .section-header .section-header__sub,
  body.home-page main > section#news[data-reveal="section"] > .container > .section-header .section-header__view-all,
  body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header .section-header__title,
  body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header .section-header__sub,
  body.home-page main > section#ranking[data-reveal="section"] > .container > .section-header .section-header__view-all,
  body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header .section-header__title,
  body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header .section-header__sub,
  body.home-page main > section#rumors[data-reveal="section"] > .container > .section-header .section-header__view-all {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.home-page #home-release-timeline .hm-timeline__detail-head {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.home-page #home-release-timeline .hm-timeline__detail-head > span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

/* ============================================================
   source layer: home-db-tools-20260529.css
   ============================================================ */
/* ==========================================================================
   iWander — ① OS Database + Performance Map entry cards (candidate)
   Surfaced as sibling "data tool" cards inside the PRODUCT DATABASE section.
   ========================================================================== */
.hm-db-tools {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.6vw, 22px);
  margin: 0 0 clamp(22px, 2.6vw, 36px);
}
.hm-db-tool {
  --tool-accent: #6a5b94;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: var(--bg, #fff);
  border: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
  border-left: 3px solid var(--tool-accent);
  text-decoration: none;
  color: var(--text, #111);
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}
.hm-db-tool[data-cat="os"]   { --tool-accent: #6a5b94; }
.hm-db-tool[data-cat="perf"] { --tool-accent: #2a8e7a; }
.hm-db-tool:hover, .hm-db-tool:focus-visible {
  border-color: var(--tool-accent);
  background: color-mix(in srgb, var(--tool-accent) 5%, var(--bg, #fff));
  transform: translateY(-2px);
  outline: none;
}
.hm-db-tool__visual {
  width: 64px; height: 64px;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--text, #111) 4%, var(--bg, #fff));
  overflow: hidden;
}
.hm-db-tool__visual img { width: 76%; height: 76%; object-fit: contain; }
.hm-db-tool__body { display: grid; gap: 5px; min-width: 0; }
.hm-db-tool__title {
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 400; letter-spacing: 0.04em; line-height: 1;
  text-transform: uppercase; color: var(--text, #111);
}
.hm-db-tool:hover .hm-db-tool__title { color: var(--tool-accent); }
.hm-db-tool__sub {
  font-family: var(--f-jp, sans-serif);
  font-size: 12.5px; line-height: 1.5;
  color: color-mix(in srgb, var(--text, #111) 60%, transparent);
}
.hm-db-tool__sub em {
  font-style: normal; font-weight: 700; color: var(--tool-accent);
  font-family: Menlo, monospace;
}
@media (max-width: 640px) {
  .hm-db-tools { grid-template-columns: 1fr; gap: 10px; }
  .hm-db-tool { padding: 14px 16px; gap: 14px; grid-template-columns: 52px 1fr; }
  .hm-db-tool__visual { width: 52px; height: 52px; }
}

/* ============================================================
   source layer: home-top-order-20260530.css
   ============================================================ */
/* iWander home IA cleanup: reading first, tools second. */
body.home-page .hm-choose-section,
body.home-page .hm-latest-products-section,
body.home-page .hm-database-overview-section,
body.home-page .hm-performance-section,
body.home-page .hm-os-section,
body.home-page .hm-timeline-section {
  border-top: 1px solid color-mix(in srgb, var(--text, #111) 10%, transparent);
}

body.home-page .hm-choose-section {
  border-top-width: 2px;
}

body.home-page #home-latest,
body.home-page #rumors,
body.home-page #choose,
body.home-page #buy-timing,
body.home-page #latest-products,
body.home-page #performance,
body.home-page #os-database,
body.home-page #home-release-timeline {
  scroll-margin-top: 112px;
}

body.home-page .hm-choose-section .section-header,
body.home-page .hm-latest-products-section .section-header,
body.home-page .hm-database-overview-section .section-header,
body.home-page .hm-performance-section .section-header,
body.home-page .hm-os-section .section-header {
  margin-bottom: clamp(22px, 3vw, 34px);
}

body.home-page .hm-tool-grid {
  align-items: stretch;
}

body.home-page .hm-tool-card {
  min-width: 0;
  border-radius: 0;
}

body.home-page .hm-tool-card__label {
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-weight: 800;
}

body.home-page .hm-tool-card strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.home-page .hm-tool-card em {
  min-width: 0;
  color: color-mix(in srgb, currentColor 62%, transparent);
  font-family: var(--font-body, var(--font-base));
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
}

body.home-page .hm-tool-list {
  display: grid;
  border-top: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
}

body.home-page .hm-tool-row {
  display: grid;
  grid-template-columns: minmax(76px, 0.16fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 5vw, 84px);
  min-width: 0;
  padding: clamp(26px, 4vw, 42px) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
  color: var(--text, #111);
  text-decoration: none;
  background: transparent;
}

body.home-page .hm-tool-row:hover,
body.home-page .hm-tool-row:focus-visible {
  color: var(--text, #111);
}

body.home-page .hm-tool-row__num {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--text, #111);
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

body.home-page .hm-tool-row__num::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.08em;
  background: currentColor;
}

body.home-page .hm-tool-row__body {
  display: grid;
  min-width: 0;
  gap: 12px;
}

body.home-page .hm-tool-row strong {
  min-width: 0;
  color: var(--text, #111);
  font-family: var(--font-body, var(--font-base));
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.home-page .hm-tool-row em {
  min-width: 0;
  color: color-mix(in srgb, var(--text, #111) 58%, transparent);
  font-family: var(--font-body, var(--font-base));
  font-size: 1rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.home-page .hm-tool-row__link {
  align-self: center;
  color: var(--text, #111);
  border-bottom: 1px solid currentColor;
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

body.home-page .hm-tool-row:hover .hm-tool-row__link,
body.home-page .hm-tool-row:focus-visible .hm-tool-row__link {
  border-bottom-width: 2px;
}

body.home-page #choose .hm-tool-row__num {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 760;
}

body.home-page #choose .hm-tool-row__num::before {
  width: 1px;
  opacity: 0.72;
}

body.home-page #choose .hm-tool-row strong {
  font-size: clamp(1.8rem, 2.5vw, 2.15rem);
  font-weight: 720;
  line-height: 1.14;
}

body.home-page #choose .hm-tool-row em {
  color: color-mix(in srgb, var(--text, #111) 52%, transparent);
  font-weight: 560;
}

body.home-page #choose .hm-tool-row__link {
  font-weight: 700;
}

@media (min-width: 900px) {
  body.home-page #choose.hm-choose-section {
    padding-block: clamp(64px, 6vw, 76px) !important;
  }

  body.home-page #choose .hm-tool-list--choose {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1px !important;
    border-top: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent) !important;
    border-bottom: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent) !important;
    background: color-mix(in srgb, var(--text, #111) 10%, transparent);
    overflow: hidden;
  }

  body.home-page #choose .hm-tool-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto 1fr auto;
    align-items: start !important;
    gap: 18px 18px !important;
    min-height: 208px !important;
    padding: 24px !important;
    border: 0 !important;
    background: var(--bg, #fff);
  }

  body.home-page #choose .hm-tool-row__num {
    grid-column: 1;
    font-size: 0.94rem !important;
    font-weight: 780 !important;
    color: color-mix(in srgb, var(--text, #111) 62%, transparent);
  }

  body.home-page #choose .hm-tool-row__num::before {
    width: 18px;
    height: 1px;
    opacity: 0.54;
  }

  body.home-page #choose .hm-tool-row__body {
    grid-column: 1 / -1;
    gap: 9px;
    align-self: center;
  }

  body.home-page #choose .hm-tool-row strong {
    font-size: clamp(1.65rem, 2.5vw, 2rem) !important;
    line-height: 1.06 !important;
  }

  body.home-page #choose .hm-tool-row em {
    max-width: 18em;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }

  body.home-page #choose .hm-tool-row__link {
    grid-column: 1;
    justify-self: start;
    align-self: end;
    margin-top: 0;
  }
}

body.home-page .hm-performance-snapshots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  margin-bottom: 0;
  border-top: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
  background: color-mix(in srgb, var(--text, #111) 12%, transparent);
  overflow: hidden;
}

body.home-page .hm-performance-snapshot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(76px, 0.3fr);
  grid-template-areas:
    "copy device"
    "scores scores";
  align-items: center;
  gap: clamp(16px, 2.2vw, 26px);
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  background: var(--bg, #fff);
  color: var(--text, #111);
  text-decoration: none;
  overflow: hidden;
}

body.home-page .hm-performance-snapshot:hover,
body.home-page .hm-performance-snapshot:focus-visible {
  color: var(--text, #111);
}

body.home-page .hm-performance-snapshot:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent, #d8463b) 72%, transparent);
  outline-offset: 6px;
}

body.home-page .hm-performance-snapshot__copy {
  grid-area: copy;
  display: grid;
  gap: 10px;
  min-width: 0;
}

body.home-page .hm-performance-snapshot__eyebrow {
  color: color-mix(in srgb, var(--text, #111) 52%, transparent);
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.2;
}

body.home-page .hm-performance-snapshot__copy strong {
  color: var(--text, #111);
  font-family: var(--font-body, var(--font-base));
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: anywhere;
}

body.home-page .hm-performance-snapshot__copy em {
  color: color-mix(in srgb, var(--text, #111) 54%, transparent);
  font-family: var(--font-body, var(--font-base));
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.7;
}

body.home-page .hm-performance-snapshot__scores {
  grid-area: scores;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  background: color-mix(in srgb, var(--text, #111) 12%, transparent);
}

body.home-page .hm-performance-score {
  --hm-score-fill: 50%;
  display: grid;
  align-content: end;
  min-width: 0;
  min-height: 126px;
  padding: 14px;
  background: var(--bg, #fff);
}

body.home-page .hm-performance-snapshot--pro .hm-performance-score--single {
  --hm-score-fill: 48%;
}

body.home-page .hm-performance-snapshot--pro .hm-performance-score--multi {
  --hm-score-fill: 63%;
}

body.home-page .hm-performance-snapshot--pro .hm-performance-score--metal {
  --hm-score-fill: 100%;
}

body.home-page .hm-performance-snapshot--standard .hm-performance-score--single {
  --hm-score-fill: 46%;
}

body.home-page .hm-performance-snapshot--standard .hm-performance-score--multi {
  --hm-score-fill: 59%;
}

body.home-page .hm-performance-snapshot--standard .hm-performance-score--metal {
  --hm-score-fill: 81%;
}

body.home-page .hm-performance-score small,
body.home-page .hm-performance-score span {
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  letter-spacing: 0;
}

body.home-page .hm-performance-score small {
  color: color-mix(in srgb, var(--text, #111) 48%, transparent);
  font-size: 0.68rem;
  font-weight: 760;
  line-height: 1.1;
}

body.home-page .hm-performance-score strong {
  margin-top: 9px;
  color: var(--text, #111);
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  font-weight: 760;
  line-height: 1;
}

body.home-page .hm-performance-score span {
  margin-top: 7px;
  color: var(--accent, #d8463b);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.1;
}

body.home-page .hm-performance-score i {
  position: relative;
  display: block;
  height: 3px;
  margin-top: 14px;
  overflow: hidden;
  background: color-mix(in srgb, var(--text, #111) 10%, transparent);
  font-style: normal;
}

body.home-page .hm-performance-score i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--hm-score-fill);
  background: color-mix(in srgb, var(--text, #111) 78%, #e35b52 22%);
}

body.home-page .hm-performance-snapshot__device {
  grid-area: device;
  display: block;
  min-width: 0;
}

body.home-page .hm-performance-snapshot__device img {
  display: block;
  width: min(100%, 154px);
  height: auto;
  margin-left: auto;
  filter: saturate(0.98) contrast(1.02);
}

body.home-page .hm-latest-products-section .hm-product-rail-hint__label {
  color: color-mix(in srgb, var(--text, #111) 54%, transparent);
}

@media (min-width: 900px) {
  body.home-page #latest-products.hm-latest-products-section,
  body.home-page #performance.hm-performance-section,
  body.home-page #os-database.hm-os-section,
  body.home-page .hm-timeline-section {
    padding-block: clamp(54px, 5vw, 68px) !important;
  }

  body.home-page #latest-products .section-header,
  body.home-page #performance .section-header,
  body.home-page #os-database .section-header,
  body.home-page .hm-timeline-section .section-header {
    margin-bottom: clamp(22px, 2.5vw, 30px) !important;
  }
}

body.home-page #buy-timing .hm-buy-timing-panel--summary {
  margin-top: 0;
}

body.home-page #buy-timing.section--buy-time {
  padding-bottom: clamp(16px, 2.4vw, 24px) !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__intro {
  margin: 0 0 clamp(24px, 3vw, 34px);
}

body.home-page #buy-timing .hm-buy-timing-panel__lead {
  max-width: 840px;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.85;
}

body.home-page #buy-timing .hm-buy-timing-note {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px clamp(16px, 3vw, 42px);
  margin: 0;
  padding: 18px 0 20px;
  border-top: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
  border-bottom: 0;
  color: var(--text, #111);
  text-decoration: none;
}

body.home-page #buy-timing .hm-buy-timing-note__meta {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

body.home-page #buy-timing .hm-buy-timing-note__meta,
body.home-page #buy-timing .hm-buy-timing-note__link {
  color: color-mix(in srgb, var(--text, #111) 54%, transparent);
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

body.home-page #buy-timing .hm-buy-timing-note strong {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  color: var(--text, #111);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  font-weight: 820;
  line-height: 1.36;
}

body.home-page #buy-timing .hm-buy-timing-note__summary {
  display: block;
  grid-column: 2;
  grid-row: 2;
  color: color-mix(in srgb, var(--text, #111) 62%, transparent);
  font-size: 0.95rem;
  font-weight: 560;
  line-height: 1.65;
}

body.home-page #buy-timing .hm-buy-timing-note__link {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  border-bottom: 1px solid currentColor;
  color: var(--text, #111);
  white-space: nowrap;
}

body.home-page #buy-timing .hm-buy-timing-note:hover .hm-buy-timing-note__link,
body.home-page #buy-timing .hm-buy-timing-note:focus-visible .hm-buy-timing-note__link {
  border-bottom-width: 2px;
}

body.home-page #buy-timing .hm-buy-timing-panel__grid {
  display: grid;
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
}

body.home-page #buy-timing .hm-buy-timing-card {
  --hm-buy-status: var(--text, #111);
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  min-height: 0;
  padding: clamp(30px, 4.8vw, 48px) 0;
  border: 0 !important;
  border-top: 3px solid var(--hm-buy-status) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--text, #111);
  overflow: visible;
}

body.home-page #buy-timing .hm-buy-timing-card:last-child {
  border-bottom: 0 !important;
}

body.home-page #buy-timing .hm-buy-timing-card::before {
  content: none;
  display: none;
}

body.home-page #buy-timing .hm-buy-timing-card::after {
  content: none;
}

body.home-page #buy-timing .hm-buy-timing-card--buy {
  --hm-buy-status: #13a947;
}

body.home-page #buy-timing .hm-buy-timing-card--neutral {
  --hm-buy-status: #c6ad00;
}

body.home-page #buy-timing .hm-buy-timing-card--wait {
  --hm-buy-status: #d64b45;
}

body.home-page #buy-timing .hm-buy-timing-card:hover,
body.home-page #buy-timing .hm-buy-timing-card:focus-visible {
  border-color: color-mix(in srgb, var(--text, #111) 18%, transparent);
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.home-page #buy-timing .hm-buy-timing-card__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: 0;
}

body.home-page #buy-timing .hm-buy-timing-card__mark {
  width: 10px;
  height: 10px;
  margin-top: 0.28em;
  background: var(--hm-buy-status);
  border-radius: 50%;
  opacity: 1;
}

body.home-page #buy-timing .hm-buy-timing-card__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

body.home-page #buy-timing .hm-buy-timing-card h3 {
  color: var(--text, #111);
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

body.home-page #buy-timing .hm-buy-timing-card p {
  margin-top: 10px;
  color: color-mix(in srgb, var(--text, #111) 62%, transparent);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  font-weight: 650;
  line-height: 1.6;
}

body.home-page #buy-timing .hm-buy-timing-card__scope {
  min-height: 0;
  padding: 0;
  border: 0;
  color: color-mix(in srgb, var(--text, #111) 52%, transparent);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

body.home-page #buy-timing .hm-buy-timing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home-page #buy-timing .hm-buy-timing-card li {
  color: var(--text, #111);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 850;
  line-height: 1.2;
}

body.home-page #buy-timing .hm-buy-timing-card__cta {
  justify-self: end;
  color: var(--text, #111);
  border-bottom: 1px solid currentColor;
  font-size: 0.88rem;
  font-weight: 850;
  white-space: nowrap;
}

body.home-page #buy-timing .hm-buy-timing-card__cta::after {
  color: var(--hm-buy-status);
}

body.home-page .hm-database-overview-section {
  background: var(--bg, #fff);
}

body.home-page .hm-choose-section,
body.home-page .hm-performance-section {
  background: var(--bg, #fff);
}

body.home-page .hm-os-section,
body.home-page .hm-os-section .hm-os-board,
body.home-page .hm-os-section .hm-os-table {
  background: transparent !important;
  box-shadow: none !important;
}

body.home-page .hm-os-section .hm-os-board {
  padding-top: 2px;
  border: 0;
}

body.home-page #home-release-timeline .hm-timeline {
  display: block;
}

body.home-page #home-release-timeline .hm-timeline__detail {
  margin-top: 0;
}

body.home-page #home-release-timeline .hm-timeline__detail-head {
  align-items: end;
  border-top: 1px solid color-mix(in srgb, var(--text, #111) 12%, transparent);
}

body.home-page #home-release-timeline .hm-timeline__detail-head p {
  display: none;
}

body.home-page #home-release-timeline .hm-timeline__detail-meta {
  color: color-mix(in srgb, var(--text, #111) 54%, transparent);
}

:root[data-theme="dark"] body.home-page main,
:root[data-theme="dark"] body.home-page .home-route-section,
:root[data-theme="dark"] body.home-page .home-editor-note,
:root[data-theme="dark"] body.home-page #home-latest,
:root[data-theme="dark"] body.home-page #rumors,
:root[data-theme="dark"] body.home-page .hm-choose-section,
:root[data-theme="dark"] body.home-page .section--buy-time,
:root[data-theme="dark"] body.home-page .hm-latest-products-section,
:root[data-theme="dark"] body.home-page .hm-database-overview-section,
:root[data-theme="dark"] body.home-page .hm-performance-section,
:root[data-theme="dark"] body.home-page .hm-os-section,
:root[data-theme="dark"] body.home-page .hm-timeline-section,
body.dark.home-page main,
body.dark.home-page .home-route-section,
body.dark.home-page .home-editor-note,
body.dark.home-page #home-latest,
body.dark.home-page #rumors,
body.dark.home-page .hm-choose-section,
body.dark.home-page .section--buy-time,
body.dark.home-page .hm-latest-products-section,
body.dark.home-page .hm-database-overview-section,
body.dark.home-page .hm-performance-section,
body.dark.home-page .hm-os-section,
body.dark.home-page .hm-timeline-section {
  background: var(--bg, #1a1a1a) !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .home-section--paper,
:root[data-theme="dark"] body.home-page .home-section--paper-top,
:root[data-theme="dark"] body.home-page .home-section--paper-bottom,
body.dark.home-page .home-section--paper,
body.dark.home-page .home-section--paper-top,
body.dark.home-page .home-section--paper-bottom {
  background: var(--bg, #1a1a1a) !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .home-route-section,
:root[data-theme="dark"] body.home-page .hm-choose-section,
:root[data-theme="dark"] body.home-page .section--buy-time,
:root[data-theme="dark"] body.home-page .hm-latest-products-section,
:root[data-theme="dark"] body.home-page .hm-database-overview-section,
:root[data-theme="dark"] body.home-page .hm-performance-section,
:root[data-theme="dark"] body.home-page .hm-os-section,
:root[data-theme="dark"] body.home-page .hm-timeline-section,
body.dark.home-page .home-route-section,
body.dark.home-page .hm-choose-section,
body.dark.home-page .section--buy-time,
body.dark.home-page .hm-latest-products-section,
body.dark.home-page .hm-database-overview-section,
body.dark.home-page .hm-performance-section,
body.dark.home-page .hm-os-section,
body.dark.home-page .hm-timeline-section {
  border-color: transparent !important;
  border-top-color: color-mix(in srgb, var(--text, #f5f5f7) 10%, transparent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover__issue,
:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover__issue > span:not(.home-cover__rule),
:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover-rotator__count,
:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover-rotator__count span,
body.dark.home-page .home-hero--cover .home-cover__issue,
body.dark.home-page .home-hero--cover .home-cover__issue > span:not(.home-cover__rule),
body.dark.home-page .home-hero--cover .home-cover-rotator__count,
body.dark.home-page .home-hero--cover .home-cover-rotator__count span {
  color: color-mix(in srgb, var(--text, #f5f5f7) 66%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover__cta:hover,
:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover__cta:focus-visible,
body.dark.home-page .home-hero--cover .home-cover__cta:hover,
body.dark.home-page .home-hero--cover .home-cover__cta:focus-visible {
  background: color-mix(in srgb, var(--text, #f5f5f7) 82%, var(--bg, #1a1a1a) 18%) !important;
  color: var(--bg, #1a1a1a) !important;
}

:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover__cta,
body.dark.home-page .home-hero--cover .home-cover__cta {
  border-color: transparent !important;
}

:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover-rotator__dots button.is-active,
:root[data-theme="dark"] body.home-page .home-hero--cover [data-home-cover-dot].is-active,
:root[data-theme="dark"] body.home-page .home-hero--cover .home-cover-rotator__bar-fill,
body.dark.home-page .home-hero--cover .home-cover-rotator__dots button.is-active,
body.dark.home-page .home-hero--cover [data-home-cover-dot].is-active,
body.dark.home-page .home-hero--cover .home-cover-rotator__bar-fill {
  background: color-mix(in srgb, var(--text, #f5f5f7) 64%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-blueprint__coord,
:root[data-theme="dark"] body.home-page .hm-blueprint__progress,
:root[data-theme="dark"] body.home-page .home-route-copy,
:root[data-theme="dark"] body.home-page .home-route__num,
:root[data-theme="dark"] body.home-page .home-route__arrow,
body.dark.home-page .hm-blueprint__coord,
body.dark.home-page .hm-blueprint__progress,
body.dark.home-page .home-route-copy,
body.dark.home-page .home-route__num,
body.dark.home-page .home-route__arrow {
  color: color-mix(in srgb, var(--text, #f5f5f7) 64%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-blueprint__progress,
body.dark.home-page .hm-blueprint__progress {
  background: color-mix(in srgb, var(--text, #f5f5f7) 42%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-rule-tick.is-active,
body.dark.home-page .hm-rule-tick.is-active {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 88%, #ffffff 12%) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

:root[data-theme="dark"] body.home-page .hm-rule-tick.is-active .hm-rule-tick__mark,
:root[data-theme="dark"] body.home-page .hm-rule-tick.is-active .hm-rule-tick__label,
body.dark.home-page .hm-rule-tick.is-active .hm-rule-tick__mark,
body.dark.home-page .hm-rule-tick.is-active .hm-rule-tick__label {
  color: color-mix(in srgb, var(--text, #f5f5f7) 68%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-rule-tick.is-active .hm-rule-tick__mark,
body.dark.home-page .hm-rule-tick.is-active .hm-rule-tick__mark {
  background: color-mix(in srgb, var(--text, #f5f5f7) 48%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-blueprint__axis,
:root[data-theme="dark"] body.home-page .hm-rule-tick,
body.dark.home-page .hm-blueprint__axis,
body.dark.home-page .hm-rule-tick {
  display: none !important;
}

:root[data-theme="dark"] body.home-page .mobile-explore-fab,
body.dark.home-page .mobile-explore-fab {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 88%, #ffffff 12%) !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .mobile-explore-fab:hover,
:root[data-theme="dark"] body.home-page .mobile-explore-fab:focus-visible,
:root[data-theme="dark"] body.home-page .mobile-explore-fab.is-open,
body.dark.home-page .mobile-explore-fab:hover,
body.dark.home-page .mobile-explore-fab:focus-visible,
body.dark.home-page .mobile-explore-fab.is-open {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 82%, #ffffff 18%) !important;
  border-color: transparent !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page main > #home-latest,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__inner,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__head,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__list,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__link,
body.dark.home-page main > #home-latest,
body.dark.home-page main > #home-latest .hm-latest-articles,
body.dark.home-page main > #home-latest .hm-latest-articles__inner,
body.dark.home-page main > #home-latest .hm-latest-articles__head,
body.dark.home-page main > #home-latest .hm-latest-articles__list,
body.dark.home-page main > #home-latest .hm-latest-articles__item,
body.dark.home-page main > #home-latest .hm-latest-articles__link {
  background: transparent !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__title,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__title-link,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__headline,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline,
body.dark.home-page main > #home-latest .hm-latest-articles__title,
body.dark.home-page main > #home-latest .hm-latest-articles__title-link,
body.dark.home-page main > #home-latest .hm-latest-articles__headline,
body.dark.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__subtitle,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__meta,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__meta time::before,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__link::before,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__more a,
:root[data-theme="dark"] body.home-page main > #home-latest .article-info-badge,
body.dark.home-page main > #home-latest .hm-latest-articles__subtitle,
body.dark.home-page main > #home-latest .hm-latest-articles__meta,
body.dark.home-page main > #home-latest .hm-latest-articles__meta time::before,
body.dark.home-page main > #home-latest .hm-latest-articles__link::before,
body.dark.home-page main > #home-latest .hm-latest-articles__more a,
body.dark.home-page main > #home-latest .article-info-badge {
  color: color-mix(in srgb, var(--text, #f5f5f7) 68%, transparent) !important;
}

:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__link:hover .hm-latest-articles__headline,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__link:focus-visible .hm-latest-articles__headline,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__more a:hover,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__more a:focus-visible,
body.dark.home-page main > #home-latest .hm-latest-articles__link:hover .hm-latest-articles__headline,
body.dark.home-page main > #home-latest .hm-latest-articles__link:focus-visible .hm-latest-articles__headline,
body.dark.home-page main > #home-latest .hm-latest-articles__more a:hover,
body.dark.home-page main > #home-latest .hm-latest-articles__more a:focus-visible {
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__list,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item:first-child,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__thumb,
:root[data-theme="dark"] body.home-page main > #home-latest .article-info-badge,
body.dark.home-page main > #home-latest .hm-latest-articles__list,
body.dark.home-page main > #home-latest .hm-latest-articles__item,
body.dark.home-page main > #home-latest .hm-latest-articles__item:first-child,
body.dark.home-page main > #home-latest .hm-latest-articles__thumb,
body.dark.home-page main > #home-latest .article-info-badge {
  border-color: transparent !important;
}

:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__list::before,
:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item::after,
body.dark.home-page main > #home-latest .hm-latest-articles__list::before,
body.dark.home-page main > #home-latest .hm-latest-articles__item::after {
  background: color-mix(in srgb, var(--text, #f5f5f7) 24%, transparent) !important;
}

:root[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__thumb,
body.dark.home-page main > #home-latest .hm-latest-articles__thumb {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 88%, #ffffff 12%) !important;
}

:root[data-theme="dark"] body.home-page .home-chip,
body.dark.home-page .home-chip {
  background: transparent !important;
  border-color: transparent !important;
  color: color-mix(in srgb, var(--text, #f5f5f7) 82%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .home-chip:hover,
:root[data-theme="dark"] body.home-page .home-chip:focus-visible,
body.dark.home-page .home-chip:hover,
body.dark.home-page .home-chip:focus-visible {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 88%, #ffffff 12%) !important;
  border-color: transparent !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-list,
body.dark.home-page .hm-tool-list {
  border-color: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-row,
body.dark.home-page .hm-tool-row {
  background: transparent !important;
  border-color: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-row:hover,
:root[data-theme="dark"] body.home-page .hm-tool-row:focus-visible,
body.dark.home-page .hm-tool-row:hover,
body.dark.home-page .hm-tool-row:focus-visible {
  background: transparent !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-row__num,
:root[data-theme="dark"] body.home-page .hm-tool-row strong,
:root[data-theme="dark"] body.home-page .hm-tool-row__link,
body.dark.home-page .hm-tool-row__num,
body.dark.home-page .hm-tool-row strong,
body.dark.home-page .hm-tool-row__link {
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-row em,
body.dark.home-page .hm-tool-row em {
  color: color-mix(in srgb, var(--text, #f5f5f7) 68%, transparent) !important;
}

  :root[data-theme="dark"] body.home-page .hm-performance-snapshot,
  body.dark.home-page .hm-performance-snapshot {
  background: var(--bg, #1a1a1a) !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-performance-snapshots,
body.dark.home-page .hm-performance-snapshots {
  border-color: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
  background: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-performance-snapshot__copy strong,
:root[data-theme="dark"] body.home-page .hm-performance-score strong,
body.dark.home-page .hm-performance-snapshot__copy strong,
body.dark.home-page .hm-performance-score strong {
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-performance-snapshot__eyebrow,
:root[data-theme="dark"] body.home-page .hm-performance-snapshot__copy em,
:root[data-theme="dark"] body.home-page .hm-performance-score small,
body.dark.home-page .hm-performance-snapshot__eyebrow,
body.dark.home-page .hm-performance-snapshot__copy em,
body.dark.home-page .hm-performance-score small {
  color: color-mix(in srgb, var(--text, #f5f5f7) 62%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-performance-snapshot__scores,
body.dark.home-page .hm-performance-snapshot__scores {
  background: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-performance-score,
body.dark.home-page .hm-performance-score {
  background: var(--bg, #1a1a1a) !important;
}

:root[data-theme="dark"] body.home-page .hm-performance-score i,
body.dark.home-page .hm-performance-score i {
  background: color-mix(in srgb, var(--text, #f5f5f7) 12%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-performance-score i::after,
body.dark.home-page .hm-performance-score i::after {
  background: color-mix(in srgb, var(--text, #f5f5f7) 72%, #e35b52 28%) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-card,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card,
body.dark.home-page .hm-tool-card,
body.dark.home-page .hm-buy-timing-card {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 90%, #ffffff 10%) !important;
  border-color: transparent !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-card--primary,
body.dark.home-page .hm-tool-card--primary {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 82%, #ffffff 18%) !important;
  border-color: transparent !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-card--primary .hm-tool-card__label,
:root[data-theme="dark"] body.home-page .hm-tool-card--primary em,
body.dark.home-page .hm-tool-card--primary .hm-tool-card__label,
body.dark.home-page .hm-tool-card--primary em {
  color: color-mix(in srgb, var(--text, #f5f5f7) 72%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .section-header__title,
:root[data-theme="dark"] body.home-page .section-header__title-link,
:root[data-theme="dark"] body.home-page .hm-tool-card strong,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card h3,
:root[data-theme="dark"] body.home-page .hm-rumor-card__title,
:root[data-theme="dark"] body.home-page .hm-product-card__title,
:root[data-theme="dark"] body.home-page .hm-os-table th,
:root[data-theme="dark"] body.home-page .hm-os-table td,
:root[data-theme="dark"] body.home-page #home-release-timeline .hm-timeline__detail-title,
body.dark.home-page .section-header__title,
body.dark.home-page .section-header__title-link,
body.dark.home-page .hm-tool-card strong,
body.dark.home-page .hm-buy-timing-card h3,
body.dark.home-page .hm-rumor-card__title,
body.dark.home-page .hm-product-card__title,
body.dark.home-page .hm-os-table th,
body.dark.home-page .hm-os-table td,
body.dark.home-page #home-release-timeline .hm-timeline__detail-title {
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-card__label,
:root[data-theme="dark"] body.home-page .hm-tool-card em,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card__scope,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card__cta,
:root[data-theme="dark"] body.home-page .hm-buy-timing-panel,
:root[data-theme="dark"] body.home-page .hm-buy-timing-panel__intro,
:root[data-theme="dark"] body.home-page .hm-buy-timing-panel__grid,
:root[data-theme="dark"] body.home-page .hm-rumor-card__meta,
:root[data-theme="dark"] body.home-page .hm-rumor-card__pill,
:root[data-theme="dark"] body.home-page .hm-product-card__more,
:root[data-theme="dark"] body.home-page .hm-os-board__note,
:root[data-theme="dark"] body.home-page .hm-os-board .status,
:root[data-theme="dark"] body.home-page #home-release-timeline .hm-timeline__detail-meta,
body.dark.home-page .hm-tool-card__label,
body.dark.home-page .hm-tool-card em,
body.dark.home-page .hm-buy-timing-card__scope,
body.dark.home-page .hm-buy-timing-card__cta,
body.dark.home-page .hm-buy-timing-panel,
body.dark.home-page .hm-buy-timing-panel__intro,
body.dark.home-page .hm-buy-timing-panel__grid,
body.dark.home-page .hm-rumor-card__meta,
body.dark.home-page .hm-rumor-card__pill,
body.dark.home-page .hm-product-card__more,
body.dark.home-page .hm-os-board__note,
body.dark.home-page .hm-os-board .status,
body.dark.home-page #home-release-timeline .hm-timeline__detail-meta {
  color: color-mix(in srgb, var(--text, #f5f5f7) 72%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-buy-timing-card p,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card li,
:root[data-theme="dark"] body.home-page .hm-buy-timing-panel__lead,
:root[data-theme="dark"] body.home-page .hm-product-card__timing,
:root[data-theme="dark"] body.home-page .hm-product-card__category,
:root[data-theme="dark"] body.home-page .section-header__sub,
:root[data-theme="dark"] body.home-page .section-header__side-link,
:root[data-theme="dark"] body.home-page .section-header__view-all,
body.dark.home-page .hm-buy-timing-card p,
body.dark.home-page .hm-buy-timing-card li,
body.dark.home-page .hm-buy-timing-panel__lead,
body.dark.home-page .hm-product-card__timing,
body.dark.home-page .hm-product-card__category,
body.dark.home-page .section-header__sub,
body.dark.home-page .section-header__side-link,
body.dark.home-page .section-header__view-all {
  color: color-mix(in srgb, var(--text, #f5f5f7) 68%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .section-header,
:root[data-theme="dark"] body.home-page .section-header .section-header__title-link,
:root[data-theme="dark"] body.home-page .section-header .section-header__title,
body.dark.home-page .section-header,
body.dark.home-page .section-header .section-header__title-link {
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .section-header .section-header__side-link,
:root[data-theme="dark"] body.home-page .section-header .section-header__view-all,
body.dark.home-page .section-header .section-header__side-link,
body.dark.home-page .section-header .section-header__view-all {
  color: color-mix(in srgb, var(--text, #f5f5f7) 68%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .hm-rumor-card,
:root[data-theme="dark"] body.home-page .hm-product-card,
:root[data-theme="dark"] body.home-page .hm-os-board,
:root[data-theme="dark"] body.home-page .hm-os-table,
:root[data-theme="dark"] body.home-page .hm-timeline__detail-card,
body.dark.home-page .hm-rumor-card,
body.dark.home-page .hm-product-card,
body.dark.home-page .hm-os-board,
body.dark.home-page .hm-os-table,
body.dark.home-page .hm-timeline__detail-card {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 92%, #ffffff 8%) !important;
  border-color: transparent !important;
  color: var(--text, #f5f5f7) !important;
}

:root[data-theme="dark"] body.home-page .hm-tool-card:hover,
:root[data-theme="dark"] body.home-page .hm-tool-card:focus-visible,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card:hover,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card:focus-visible,
:root[data-theme="dark"] body.home-page .hm-rumor-card:hover,
:root[data-theme="dark"] body.home-page .hm-rumor-card:focus-visible,
:root[data-theme="dark"] body.home-page .hm-product-card:hover,
:root[data-theme="dark"] body.home-page .hm-product-card:focus-visible,
body.dark.home-page .hm-tool-card:hover,
body.dark.home-page .hm-tool-card:focus-visible,
body.dark.home-page .hm-buy-timing-card:hover,
body.dark.home-page .hm-buy-timing-card:focus-visible,
body.dark.home-page .hm-rumor-card:hover,
body.dark.home-page .hm-rumor-card:focus-visible,
body.dark.home-page .hm-product-card:hover,
body.dark.home-page .hm-product-card:focus-visible {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 86%, #ffffff 14%) !important;
  border-color: transparent !important;
}

:root[data-theme="dark"] body.home-page .product-status,
:root[data-theme="dark"] body.home-page .product-status--buy,
:root[data-theme="dark"] body.home-page .product-status--neutral,
:root[data-theme="dark"] body.home-page .product-status--wait,
body.dark.home-page .product-status,
body.dark.home-page .product-status--buy,
body.dark.home-page .product-status--neutral,
body.dark.home-page .product-status--wait {
  border-color: transparent !important;
  color: color-mix(in srgb, var(--text, #f5f5f7) 70%, transparent) !important;
}

:root[data-theme="dark"] body.home-page .product-status__dot,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card__mark,
body.dark.home-page .product-status__dot,
body.dark.home-page .hm-buy-timing-card__mark {
  background: color-mix(in srgb, var(--text, #f5f5f7) 62%, transparent) !important;
  box-shadow: none !important;
}

:root[data-theme="dark"] body.home-page .hm-buy-timing-card--buy,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card--neutral,
:root[data-theme="dark"] body.home-page .hm-buy-timing-card--wait,
body.dark.home-page .hm-buy-timing-card--buy,
body.dark.home-page .hm-buy-timing-card--neutral,
body.dark.home-page .hm-buy-timing-card--wait {
  --hm-buy-status: color-mix(in srgb, var(--text, #f5f5f7) 62%, transparent);
}

:root[data-theme="dark"] body.home-page .hm-os-section .hm-os-board,
:root[data-theme="dark"] body.home-page #home-release-timeline .hm-timeline__detail-head,
body.dark.home-page .hm-os-section .hm-os-board,
body.dark.home-page #home-release-timeline .hm-timeline__detail-head {
  border-color: transparent !important;
}

:root[data-theme="dark"] body.home-page .hm-os-section .hm-os-board,
:root[data-theme="dark"] body.home-page .hm-os-section .hm-os-table,
body.dark.home-page .hm-os-section .hm-os-board,
body.dark.home-page .hm-os-section .hm-os-table {
  background: transparent !important;
  box-shadow: none !important;
}

:root[data-theme="dark"] body.home-page .hm-os-table tbody tr,
body.dark.home-page .hm-os-table tbody tr {
  border-color: color-mix(in srgb, var(--text, #f5f5f7) 10%, transparent) !important;
}

html[data-theme="dark"] body.home-page #buy-timing,
html[data-theme="dark"] body.home-page #database,
body.dark.home-page #buy-timing,
body.dark.home-page #database {
  background: var(--bg, #1a1a1a) !important;
  color: var(--text, #f5f5f7) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-panel--summary,
html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-panel__intro,
html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-panel__grid,
body.dark.home-page #buy-timing .hm-buy-timing-panel--summary,
body.dark.home-page #buy-timing .hm-buy-timing-panel__intro,
body.dark.home-page #buy-timing .hm-buy-timing-panel__grid {
  color: var(--text, #f5f5f7) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-panel__lead,
body.dark.home-page #buy-timing .hm-buy-timing-panel__lead {
  color: color-mix(in srgb, var(--text, #f5f5f7) 68%, transparent) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-note,
body.dark.home-page #buy-timing .hm-buy-timing-note {
  border-color: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
  color: var(--text, #f5f5f7) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-note strong,
html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-note__link,
body.dark.home-page #buy-timing .hm-buy-timing-note strong,
body.dark.home-page #buy-timing .hm-buy-timing-note__link {
  color: var(--text, #f5f5f7) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-note__meta,
html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-note__summary,
body.dark.home-page #buy-timing .hm-buy-timing-note__meta,
body.dark.home-page #buy-timing .hm-buy-timing-note__summary {
  color: color-mix(in srgb, var(--text, #f5f5f7) 62%, transparent) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card__scope,
body.dark.home-page #buy-timing .hm-buy-timing-card__scope {
  border-color: transparent !important;
  color: color-mix(in srgb, var(--text, #f5f5f7) 70%, transparent) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card h3,
html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card p,
html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card li,
html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card__cta,
body.dark.home-page #buy-timing .hm-buy-timing-card h3,
body.dark.home-page #buy-timing .hm-buy-timing-card p,
body.dark.home-page #buy-timing .hm-buy-timing-card li,
body.dark.home-page #buy-timing .hm-buy-timing-card__cta {
  color: inherit !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card,
body.dark.home-page #buy-timing .hm-buy-timing-card {
  background: transparent !important;
  border: 0 !important;
  border-top: 3px solid var(--hm-buy-status) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
  box-shadow: none !important;
  color: var(--text, #f5f5f7) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card::before,
body.dark.home-page #buy-timing .hm-buy-timing-card::before {
  content: none !important;
  display: none !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card--buy,
body.dark.home-page #buy-timing .hm-buy-timing-card--buy {
  --hm-buy-status: #34c86b;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card--neutral,
body.dark.home-page #buy-timing .hm-buy-timing-card--neutral {
  --hm-buy-status: #d2bd28;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card--wait,
body.dark.home-page #buy-timing .hm-buy-timing-card--wait {
  --hm-buy-status: #e35c57;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-panel__grid,
body.dark.home-page #buy-timing .hm-buy-timing-panel__grid {
  border-color: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card__mark,
body.dark.home-page #buy-timing .hm-buy-timing-card__mark {
  background: var(--hm-buy-status) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card p,
body.dark.home-page #buy-timing .hm-buy-timing-card p {
  color: color-mix(in srgb, var(--text, #f5f5f7) 68%, transparent) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card__scope,
body.dark.home-page #buy-timing .hm-buy-timing-card__scope {
  border: 0 !important;
  color: color-mix(in srgb, var(--text, #f5f5f7) 58%, transparent) !important;
}

html[data-theme="dark"] body.home-page #buy-timing .hm-buy-timing-card__cta::after,
body.dark.home-page #buy-timing .hm-buy-timing-card__cta::after {
  color: var(--hm-buy-status) !important;
}

@media (max-width: 900px) {
  body.home-page #buy-timing .hm-buy-timing-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  body.home-page #buy-timing .hm-buy-timing-card__cta {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  body.home-page #buy-timing .hm-buy-timing-note {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0 20px;
  }

  body.home-page #buy-timing .hm-buy-timing-note__meta,
  body.home-page #buy-timing .hm-buy-timing-note strong,
  body.home-page #buy-timing .hm-buy-timing-note__summary,
  body.home-page #buy-timing .hm-buy-timing-note__link {
    grid-column: 1;
    grid-row: auto;
  }

  body.home-page #buy-timing .hm-buy-timing-note__summary {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  body.home-page #buy-timing .hm-buy-timing-note__link {
    justify-self: start;
    margin-top: 2px;
  }

  body.home-page #buy-timing .hm-buy-timing-panel__lead {
    font-size: 0.95rem;
  }

  body.home-page #buy-timing .hm-buy-timing-card {
    padding: 30px 0;
  }

  body.home-page #buy-timing .hm-buy-timing-card__head {
    gap: 12px;
  }

  body.home-page #buy-timing .hm-buy-timing-card h3 {
    font-size: 1.95rem;
  }

  body.home-page #buy-timing .hm-buy-timing-card ul {
    gap: 9px;
  }

  body.home-page #buy-timing .hm-buy-timing-card li {
    font-size: 1.26rem;
  }

  body.home-page .hm-tool-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0;
  }

  body.home-page .hm-tool-row__num {
    font-size: 1.6rem;
  }

  body.home-page .hm-tool-row strong {
    font-size: 1.9rem;
    line-height: 1.14;
  }

  body.home-page .hm-tool-row em {
    font-size: 0.95rem;
  }

  body.home-page .hm-tool-row__link {
    justify-self: start;
    margin-top: 2px;
  }

  body.home-page #choose .hm-tool-row__num {
    font-size: 1.32rem;
  }

  body.home-page #choose .hm-tool-row strong {
    font-size: 1.55rem;
    font-weight: 720;
    line-height: 1.22;
  }

  body.home-page #choose .hm-tool-row em {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  body.home-page .hm-performance-snapshot {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "scores";
    gap: 20px;
    padding: 24px 0;
  }

  body.home-page .hm-performance-snapshots {
    grid-template-columns: 1fr;
  }

  body.home-page .hm-performance-snapshot__copy {
    gap: 8px;
  }

  body.home-page .hm-performance-snapshot__copy strong {
    font-size: 1.9rem;
  }

  body.home-page .hm-performance-snapshot__copy em {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  body.home-page .hm-performance-snapshot__scores {
    grid-template-columns: 1fr;
  }

  body.home-page .hm-performance-score {
    min-height: 0;
    grid-template-columns: 58px minmax(76px, auto) 48px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px 0;
  }

  body.home-page .hm-performance-score strong,
  body.home-page .hm-performance-score span,
  body.home-page .hm-performance-score i {
    margin-top: 0;
  }

  body.home-page .hm-performance-score strong {
    font-size: 1.24rem;
  }

  body.home-page .hm-performance-score i {
    height: 2px;
  }

  body.home-page .hm-performance-snapshot__device {
    display: none;
  }

  body.home-page .hm-tool-card {
    min-height: 128px;
  }

  body.home-page .hm-tool-card strong {
    margin-top: 18px;
    font-size: 19px;
  }

  body.home-page .hm-os-table .right {
    white-space: normal;
  }
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child {
  border-bottom: 1px solid color-mix(in srgb, var(--text, #111) 14%, transparent) !important;
}

body.home-page main > #home-latest .hm-latest-articles__head {
  border-bottom: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__head::after {
  content: none !important;
  display: none !important;
}

body.home-page .home-hero--cover .home-cover {
  border-top: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
  grid-template-columns: 42px minmax(0, 1fr) minmax(180px, 280px) !important;
  align-items: center !important;
  gap: 18px 38px !important;
  padding: 34px 0 38px !important;
  background: transparent !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link::before {
  align-self: start !important;
  justify-self: start !important;
  margin-top: 6px !important;
  color: color-mix(in srgb, var(--text, #111) 42%, transparent) !important;
  font-size: 14px !important;
  transform: none !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body {
  grid-column: 2 !important;
  gap: 12px !important;
  align-content: center !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body::before {
  content: "FEATURED / 最新の1本";
  display: block;
  margin: 0 0 2px;
  color: color-mix(in srgb, var(--text, #111) 52%, transparent);
  font-family: var(--f-en, "Helvetica Neue", system-ui, Helvetica, sans-serif);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__meta {
  color: color-mix(in srgb, var(--text, #111) 48%, transparent) !important;
  font-size: 10.8px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
  max-width: 680px !important;
  color: var(--text, #111) !important;
  font-size: 2rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
  grid-column: 3 !important;
  justify-self: end !important;
  width: 100% !important;
  max-width: 280px !important;
  aspect-ratio: 16 / 10 !important;
  background: color-mix(in srgb, var(--text, #111) 7%, transparent) !important;
}

html[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item:first-child,
body.dark.home-page main > #home-latest .hm-latest-articles__item:first-child {
  border-bottom-color: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent) !important;
}

html[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body::before,
html[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__meta,
html[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link::before,
body.dark.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body::before,
body.dark.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__meta,
body.dark.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link::before {
  color: color-mix(in srgb, var(--text, #f5f5f7) 64%, transparent) !important;
}

html[data-theme="dark"] body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb,
body.dark.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
  background: color-mix(in srgb, var(--bg, #1a1a1a) 88%, #ffffff 12%) !important;
}

@media (min-width: 980px) {
  body.home-page main > #home-latest .hm-latest-articles__inner {
    width: min(calc(100% - 96px), 1040px) !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
    grid-template-columns: 46px minmax(0, 1fr) 320px !important;
    gap: 18px 56px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
    font-size: 2.25rem !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
    max-width: 320px !important;
  }
}

@media (max-width: 700px) and (min-width: 561px) {
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
    grid-template-columns: 30px minmax(0, 1fr) 190px !important;
    gap: 14px 24px !important;
    padding: 28px 0 30px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link::before {
    margin-top: 4px !important;
    font-size: 12px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body {
    gap: 10px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
    font-size: 1.65rem !important;
    line-height: 1.23 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
    max-width: 190px !important;
  }
}

@media (max-width: 560px) {
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px 12px !important;
    padding: 24px 0 28px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link::before {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    margin-top: 4px !important;
    font-size: 12px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 9 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    gap: 10px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body::before {
    font-size: 0.68rem;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
    font-size: 1.62rem !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 380px) {
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
    font-size: 1.48rem !important;
  }
}

body.home-page main > #home-latest .hm-latest-articles__link::before {
  content: none !important;
  display: none !important;
}

body.home-page main > #home-latest .hm-latest-articles__link,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
  grid-template-columns: minmax(0, 1fr) clamp(64px, 6vw, 84px) !important;
}

body.home-page main > #home-latest .hm-latest-articles__body,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__body,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body {
  grid-column: 1 !important;
}

body.home-page main > #home-latest .hm-latest-articles__thumb,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__thumb,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
  grid-column: 2 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px) !important;
  gap: 18px 56px !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
  max-width: 380px !important;
}

@media (max-width: 700px) and (min-width: 561px) {
  body.home-page main > #home-latest .hm-latest-articles__link,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link {
    grid-template-columns: minmax(0, 1fr) 86px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
    grid-template-columns: minmax(0, 1fr) 190px !important;
    gap: 14px 24px !important;
  }
}

@media (max-width: 560px) {
  body.home-page main > #home-latest .hm-latest-articles__link,
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link {
    grid-template-columns: minmax(0, 1fr) 86px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
    grid-template-columns: 1fr !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
    grid-column: 1 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__body {
    grid-row: 2 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
    grid-row: 1 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__headline {
    font-size: 18.2px !important;
    font-weight: 720 !important;
    line-height: 1.38 !important;
  }
}

@media (max-width: 380px) {
  body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__headline {
    font-size: 17.8px !important;
    line-height: 1.4 !important;
  }
}

body.home-page #buy-timing .hm-buy-timing-panel__intro {
  border-top: 0 !important;
  padding-top: 16px !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__grid {
  margin-top: 16px !important;
  border-top: 0 !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__grid + .hm-buy-timing-note {
  margin-top: clamp(16px, 2.4vw, 24px) !important;
}

@media (min-width: 900px) {
  body.home-page #buy-timing .hm-buy-timing-card {
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    gap: 18px !important;
    min-height: 232px !important;
    padding: 26px 22px 28px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card__head,
  body.home-page #buy-timing .hm-buy-timing-card ul,
  body.home-page #buy-timing .hm-buy-timing-card__cta {
    grid-column: 1 !important;
    min-width: 0 !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card ul {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card li {
    font-size: clamp(0.96rem, 1vw, 1.05rem) !important;
    font-weight: 760 !important;
    line-height: 1.38 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    line-break: auto !important;
  }

  body.home-page #buy-timing .hm-buy-timing-card__cta {
    justify-self: start !important;
    margin-top: auto !important;
  }
}

body.home-page #buy-timing .section-header {
  margin-bottom: 0 !important;
}

body.home-page #choose .section-header,
body.home-page #rumors .section-header {
  margin-bottom: 0 !important;
}

body.home-page #choose .hm-tool-list,
body.home-page #rumors .hm-rumors-grid {
  border-top: 0 !important;
}

body.home-page #rumors .hm-rumors-grid {
  margin-top: 0 !important;
}

body.home-page #rumors .hm-rumor-card::before {
  content: none !important;
  display: none !important;
}

body.home-page main > #home-latest {
  border-bottom: 0 !important;
  padding-bottom: clamp(32px, 4.5vw, 64px) !important;
}

body.home-page main > #home-latest .hm-latest-articles.hm-latest-articles--paper {
  border-bottom: 0 !important;
  padding-bottom: clamp(22px, 3vw, 38px) !important;
}

body.home-page main > #home-latest + #rumors.hm-rumors-section {
  padding-top: clamp(52px, 6vw, 84px) !important;
}

@media (max-width: 760px) {
  body.home-page .hm-blueprint {
    display: none !important;
  }

  body.home-page main > .section::before,
  body.home-page main > .section::after,
  body.home-page main > #home-latest::before,
  body.home-page main > #home-latest::after {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
  }

  body.home-page main > #home-latest.home-section--paper,
  body.home-page main > #home-latest .hm-latest-articles.hm-latest-articles--paper {
    border-top: 0 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__list,
  body.home-page main > #home-latest .hm-latest-articles__item:first-child {
    border-top: 0 !important;
  }

  body.home-page main > #home-latest .hm-latest-articles__list::before {
    content: none !important;
    display: none !important;
  }

  body.home-page main > .section,
  body.home-page .hm-choose-section,
  body.home-page .hm-latest-products-section,
  body.home-page .hm-database-overview-section,
  body.home-page .hm-performance-section,
  body.home-page .hm-os-section,
  body.home-page .hm-timeline-section {
    border-top: 0 !important;
  }

  body.home-page #performance .section-header {
    margin-bottom: 0 !important;
  }

  body.home-page #performance .hm-performance-snapshot {
    border-top: 0 !important;
  }

  body.home-page main > #home-latest {
    padding-bottom: 18px !important;
  }

  body.home-page main > #home-latest .hm-latest-articles.hm-latest-articles--paper {
    padding-bottom: 16px !important;
  }

  body.home-page main > #home-latest + #rumors.hm-rumors-section {
    padding-top: 36px !important;
  }
}

/* ============================================================
   source layer: home-ruler-mobile-no-label-20260531.css
   ============================================================ */
/* Home mobile ruler off mode (2026-05-31)
   Hide the ruler completely on phone widths. */

@media (max-width: 760px) {
  body.home-page .hm-blueprint,
  body.home-page .hm-blueprint__axis,
  body.home-page .hm-blueprint__progress,
  body.home-page .hm-blueprint__rule,
  body.home-page .hm-blueprint__coord,
  body.home-page .hm-rule-tick,
  body.home-page .hm-rule-tick__label {
    display: none !important;
  }
}

/* ============================================================
   source layer: home-buy-timing-note-fix-20260531.css
   ============================================================ */
/* Home Buy Timing note emergency fix (2026-05-31)
   Prevent the weekly note from being squeezed into the panel side column. */

body.home-page #buy-timing .hm-buy-timing-panel--summary {
  display: block !important;
  width: 100% !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__intro,
body.home-page #buy-timing .hm-buy-timing-panel__grid,
body.home-page #buy-timing .hm-buy-timing-note {
  width: 100% !important;
  max-width: none !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 16px !important;
}

body.home-page #buy-timing .hm-buy-timing-card,
body.home-page #buy-timing .hm-buy-timing-card + .hm-buy-timing-card {
  border-top: 0 !important;
}

body.home-page #buy-timing .hm-buy-timing-card::before {
  content: none !important;
  display: none !important;
}

body.home-page #buy-timing .hm-buy-timing-card::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 3 !important;
  display: block !important;
  height: 4px !important;
  pointer-events: none !important;
  background: var(--hm-buy-status, currentColor) !important;
  opacity: 1 !important;
}

body.home-page #buy-timing .hm-buy-timing-card:is(:hover, :focus-visible)::after {
  height: 4px !important;
}

body.home-page #buy-timing .hm-buy-timing-panel__grid + .hm-buy-timing-note,
body.home-page #buy-timing .hm-buy-timing-note {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(132px, 0.22fr) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px clamp(16px, 2.8vw, 34px) !important;
  margin-top: clamp(16px, 2.4vw, 24px) !important;
  padding: 18px 0 20px !important;
}

body.home-page #buy-timing .hm-buy-timing-note__meta {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: auto !important;
}

body.home-page #buy-timing .hm-buy-timing-note strong,
body.home-page #buy-timing .hm-buy-timing-note__summary {
  grid-column: 2 !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.home-page #buy-timing .hm-buy-timing-note strong {
  grid-row: 1 !important;
}

body.home-page #buy-timing .hm-buy-timing-note__summary {
  grid-row: 2 !important;
}

body.home-page #buy-timing .hm-buy-timing-note__link {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  justify-self: end !important;
  align-self: center !important;
  white-space: nowrap !important;
}

@media (max-width: 899px) {
  body.home-page #buy-timing .hm-buy-timing-panel__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.home-page #buy-timing .hm-buy-timing-panel__grid + .hm-buy-timing-note,
  body.home-page #buy-timing .hm-buy-timing-note {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.home-page #buy-timing .hm-buy-timing-note__meta,
  body.home-page #buy-timing .hm-buy-timing-note strong,
  body.home-page #buy-timing .hm-buy-timing-note__summary,
  body.home-page #buy-timing .hm-buy-timing-note__link {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ============================================================
   source layer: home-font-cleanup-20260531.css
   ============================================================ */
/*
  Homepage font cleanup.
  Keep only the approved family stack for the homepage.
*/

body.home-page {
  --font-body: "Helvetica Neue", system-ui, Helvetica, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --font-base: var(--font-body);
  --f-jp: var(--font-body);
  --font-mixed: var(--font-body);
  --f-heading-jp: var(--font-mixed);
  --font-ja-display: var(--f-heading-jp);
  --h3d-font-jp: var(--f-heading-jp);

  --f-en: "Helvetica Neue", system-ui, Helvetica, sans-serif;
  --h3d-font-latin: var(--f-en);

  --font-display: "Barlow Condensed", sans-serif;
  --font-product-display: var(--font-display);
  --f-heading: var(--font-display);
  --h3d-font-display: var(--font-display);

  --font-mono: Menlo, monospace;
  --f-editorial: var(--font-body);
}

body.home-page em,
body.home-page .nav-list a,
body.home-page .nav-mega__eyebrow,
body.home-page .database-bottom-sheet__eyebrow,
body.home-page .home-route__num,
body.home-page .home-route__title,
body.home-page .home-cover-guide-panel__eyebrow,
body.home-page .hm-latest-articles__meta,
body.home-page .hm-latest-articles__more,
body.home-page .section-header__view-all,
body.home-page .home-editor-note__eyebrow > span:last-child {
  font-family: var(--f-en) !important;
}

body.home-page .home-cover__issue,
body.home-page .home-cover__cta > span,
body.home-page .hm-blueprint__label,
body.home-page .hm-blueprint__coord,
body.home-page .hm-db-tools__tag,
body.home-page .hm-os-board__meta,
body.home-page .hm-os-table .build,
body.home-page .hm-os-table .right,
body.home-page .home-cover-guide-panel__meter {
  font-family: var(--font-mono) !important;
}

body.home-page .home-cover__headline,
body.home-page .hm-os-table .plat {
  font-family: var(--f-heading-jp) !important;
}

body.home-page .hm-latest-articles__headline,
body.home-page .hm-rumor-card__title,
body.home-page .hm-product-card__title,
body.home-page .section-header__sub,
body.home-page .home-route__meta {
  font-family: var(--font-mixed) !important;
}

body.home-page .home-cover__lead,
body.home-page .home-chip-nav__label,
body.home-page .home-chip__label,
body.home-page .home-editor-note__eyebrow,
body.home-page .home-editor-note__body,
body.home-page .home-editor-note__body p {
  font-family: var(--font-body) !important;
}

body.home-page .home-cover__issue,
body.home-page .home-cover__cta > span,
body.home-page .hm-blueprint__label,
body.home-page .hm-rule-tick__label,
body.home-page .section-header__side-link,
body.home-page .section-header__view-all {
  font-family: var(--f-en) !important;
}

/* ============================================================
   source layer: home-title-center-fix-20260601.css
   ============================================================ */
/*
  Homepage section title centering.
  The shared title-link hover arrow reserves inline width even while transparent,
  so centered section titles appear offset from their Japanese subtitles.
*/

body.home-page .section-header__title-link::after,
body.home-page .hm-latest-articles__title-link::after {
  content: none !important;
  display: none !important;
}

/* ============================================================
   source layer: home-section-bands-20260601.css
   ============================================================ */
/*
  Homepage section band repair.
  Restores the white / gray rhythm and removes the extra rule between
  the route index and Latest Articles.
*/
body.home-page {
  --hm-band-white: #fff;
  --hm-band-gray: #f6f7f8;
}

body.home-page main > .home-hero,
body.home-page main > .section,
body.home-page main > #home-latest,
body.home-page .site-footer.home-section--paper {
  border-radius: 0 !important;
}

body.home-page main > .home-chip-section.home-route-section {
  --hm-section-bg: var(--hm-band-gray);
  background: var(--hm-band-gray) !important;
  border-bottom: 0 !important;
}

body.home-page main > #home-latest.home-section--paper {
  --hm-section-bg: var(--hm-band-white);
  background: var(--hm-band-white) !important;
  border-top: 0 !important;
}

body.home-page main > #home-latest.home-section--paper::before {
  content: none !important;
  display: none !important;
}

body.home-page main > #home-latest .hm-latest-articles {
  background: transparent !important;
  border-top: 0 !important;
}

body.home-page #rumors.hm-rumors-section {
  --hm-section-bg: var(--hm-band-gray);
  background: var(--hm-band-gray) !important;
}

body.home-page #choose.hm-choose-section {
  --hm-section-bg: var(--hm-band-white);
  background: var(--hm-band-white) !important;
}

body.home-page #buy-timing.section--buy-time {
  --hm-section-bg: var(--hm-band-gray);
  background: var(--hm-band-gray) !important;
}

body.home-page #latest-products.hm-latest-products-section {
  --hm-section-bg: var(--hm-band-white);
  background: var(--hm-band-white) !important;
}

body.home-page #performance.hm-performance-section {
  --hm-section-bg: var(--hm-band-gray);
  background: var(--hm-band-gray) !important;
}

body.home-page #performance .hm-performance-snapshot,
body.home-page #performance .hm-performance-score {
  background: var(--hm-band-gray) !important;
}

body.home-page .hm-timeline-section {
  --hm-section-bg: var(--hm-band-white);
  background: var(--hm-band-white) !important;
}

body.home-page .site-footer.home-section--paper {
  background: var(--hm-band-gray) !important;
}

html[data-theme="dark"] body.home-page {
  --hm-band-white: var(--bg, #15151a);
  --hm-band-gray: color-mix(in srgb, var(--text, #f2f2f3) 5%, var(--bg, #15151a));
}

/* ============================================================
   source layer: home-products-editorial-20260601.css
   ============================================================ */
/*
  Latest Products editorial trim.
  Keeps product links scannable while removing card chrome and redundant meta.
*/

body.home-page #latest-products .hm-product-rail {
  gap: 22px;
}

body.home-page #latest-products .hm-product-card {
  overflow: visible;
  border-color: transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-page #latest-products .hm-product-card:hover,
body.home-page #latest-products .hm-product-card:focus-visible {
  border-color: transparent !important;
  background: transparent !important;
}

body.home-page #latest-products .hm-product-card::before,
body.home-page #latest-products .hm-product-card::after {
  content: none !important;
  display: none !important;
}

body.home-page #latest-products .hm-product-card > .product-image-stage {
  margin: 0;
  border: 1px solid var(--home-line-soft, var(--border));
  background-color: var(--hm-section-bg, var(--bg));
}

body.home-page #latest-products .hm-product-card__body {
  gap: 8px;
  padding: 18px 0 2px;
}

body.home-page #latest-products .hm-product-card__head {
  align-items: center;
}

body.home-page #latest-products .hm-product-card__category {
  color: color-mix(in srgb, var(--text) 52%, transparent);
}

body.home-page #latest-products .product-status {
  min-height: auto;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  font-size: 11px;
  line-height: 1.1;
}

body.home-page #latest-products .product-status__dot {
  width: 6px;
  height: 6px;
}

body.home-page #latest-products .hm-product-card__title {
  font-size: clamp(19px, 1.6vw, 22px);
  line-height: 1.25;
}

body.home-page #latest-products .hm-product-card:is(:hover, :focus-visible) .hm-product-card__title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.home-page #latest-products .hm-product-card__timing,
body.home-page #latest-products .hm-product-card__more {
  display: none !important;
}

@media (min-width: 760px) {
  body.home-page #latest-products .hm-product-rail {
    grid-auto-columns: calc((100% - 44px) / 3);
  }
}

@media (min-width: 1080px) {
  body.home-page #latest-products .hm-product-rail {
    grid-auto-columns: calc((100% - 48px) / 3);
    gap: 24px;
  }
}

@media (max-width: 759px) {
  body.home-page #latest-products .hm-product-rail {
    gap: 18px;
  }

  body.home-page #latest-products .hm-product-card__body {
    padding-top: 16px;
  }
}

/* ============================================================
   source layer: home-mobile-hero-spacing-20260601.css
   ============================================================ */
/*
  Mobile first-cover spacing.
  Keep the existing image-first hero design, but tighten the first Buying Guide slide.
*/

@media (max-width: 760px) {
  body.home-page .home-hero.home-hero--cover {
    padding-top: 12px !important;
    overflow-anchor: none;
  }

  body.home-page .home-hero--cover .home-cover-rotator {
    overflow-anchor: none;
  }

  body.home-page .home-hero--cover .home-cover-rotator__deck {
    min-height: 540px !important;
    overflow-anchor: none;
  }

  body.home-page .home-hero--cover .home-cover--slide {
    gap: 16px !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
  }

  body.home-page .home-hero--cover .home-cover[data-home-cover-fixed] {
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    gap: 16px !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
  }

  body.home-page .home-hero--cover .home-cover--slide .home-cover__content {
    align-self: start !important;
    align-content: start !important;
    gap: 10px !important;
  }

  body.home-page .home-hero--cover .home-cover--slide .home-cover__headline {
    margin: 8px 0 8px !important;
  }

  body.home-page .home-hero--cover .home-cover--slide .home-cover__lead {
    margin: 0 0 16px !important;
  }

  body.home-page .home-hero--cover .home-cover[data-home-cover-fixed] .home-cover__lead {
    max-height: 7.4em !important;
  }

  body.home-page .home-hero--cover .home-cover--slide .home-cover__cta {
    margin-top: 2px !important;
  }

  body.home-page .home-hero--cover .home-cover-rotator__bar {
    margin-top: 14px !important;
  }

  body.home-page .home-hero--cover .home-cover-rotator__controls {
    padding-top: 8px !important;
    overflow-anchor: none;
  }

  body.home-page .home-hero--cover .home-cover-rotator__arrow,
  body.home-page .home-hero--cover .home-cover-dot,
  body.home-page .home-hero--cover .home-cover__cta {
    touch-action: manipulation;
  }
}

/* ============================================================
   source layer: home-fixed-cover-visual-size-20260601.css
   ============================================================ */
/*
  Stabilize the first homepage hero product visual.
  Product artwork has different source aspect ratios; keep the rendered frame fixed.
*/

body.home-page .home-cover[data-home-cover-fixed] .home-cover__visual {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
}

body.home-page .home-cover[data-home-cover-fixed] .home-cover__visual-link {
  display: grid !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
}

body.home-page .home-cover[data-home-cover-fixed] .home-cover__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (min-width: 769px) {
  body.home-page .home-cover[data-home-cover-fixed] .home-cover__visual {
    aspect-ratio: 4 / 3 !important;
  }
}

/* ============================================================
   source layer: home-line-cleanup-20260602.css
   ============================================================ */
/* iWander home line cleanup, 2026-06-02. */

body.home-page .hm-blueprint,
body.home-page .hm-blueprint__axis,
body.home-page .hm-blueprint__progress,
body.home-page .hm-blueprint__rule,
body.home-page .hm-blueprint__coord,
body.home-page .hm-rule-tick,
body.home-page .hm-rule-tick__mark,
body.home-page .hm-rule-tick__label {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.home-page .hm-blueprint::before,
body.home-page .hm-blueprint::after,
body.home-page .hm-blueprint__axis::before,
body.home-page .hm-blueprint__axis::after,
body.home-page .hm-blueprint__rule::before,
body.home-page .hm-blueprint__rule::after,
body.home-page .hm-rule-tick::before,
body.home-page .hm-rule-tick::after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

body.home-page .home-cover__rule,
body.home-page .home-cover-rotator__bar,
body.home-page .home-cover-rotator__bar-fill,
body.home-page .home-cover-rotator__count-rule,
body.home-page .home-editor-note__rule,
body.home-page .hm-db-rail__hint-line,
body.home-page .hm-timeline__hint span:nth-child(2) {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
  animation: none !important;
}

body.home-page main > .section::before,
body.home-page main > .section::after,
body.home-page main > #home-latest::before,
body.home-page main > #home-latest::after,
body.home-page main > .home-editor-note::before,
body.home-page .home-editor-note .container::before,
body.home-page .home-route-nav::before,
body.home-page .home-route-nav::after,
body.home-page .home-route:not(:first-child)::before,
body.home-page .news-list--briefing::before,
body.home-page .news-list--briefing .news-item::after,
body.home-page .hm-ranking-section .ranking-item::after,
body.home-page .hm-buy-timing-card::before,
body.home-page .hm-product-card::before,
body.home-page .hm-product-card::after,
body.home-page .home-track-links::before,
body.home-page #rumors .home-track-links::after,
body.home-page .hm-rumor-card::before,
body.home-page .hm-timeline__detail-head::after,
body.home-page #database .hm-db-rail::before,
body.home-page #database .hm-db-rail::after,
body.home-page #database .hm-product-rail::before,
body.home-page #database .hm-product-rail::after,
body.home-page #database .hm-db-card__body::before,
body.home-page #database .hm-product-card__body::before,
body.home-page #news .section-header__view-all::before,
body.home-page #news .section-header__view-all::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  opacity: 0 !important;
  animation: none !important;
}

/* ============================================================
   source layer: home-wwdc26-countdown-20260603.css
   ============================================================ */
body.home-page .home-wwdc26-countdown {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

body.home-page .home-wwdc26-countdown__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) auto;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

body.home-page .home-wwdc26-countdown__copy,
body.home-page .home-wwdc26-countdown__digits,
body.home-page .home-wwdc26-countdown__link {
  min-width: 0;
}

body.home-page .home-wwdc26-countdown__copy {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 108px;
  padding: 18px 18px 18px 0;
  border-right: 1px solid var(--border);
}

body.home-page .home-wwdc26-countdown__copy p,
body.home-page .home-wwdc26-countdown__digits small,
body.home-page .home-wwdc26-countdown__link {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

body.home-page .home-wwdc26-countdown__copy h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--f-heading-jp);
  font-size: 28px;
  line-height: 1.22;
}

body.home-page .home-wwdc26-countdown__copy span {
  color: var(--text-2);
  font-size: 13px;
  line-height: 1.5;
}

body.home-page .home-wwdc26-countdown__digits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home-page .home-wwdc26-countdown__digits span {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 108px;
  padding: 14px 12px;
  border-right: 1px solid var(--color-border-subtle);
}

body.home-page .home-wwdc26-countdown__digits b {
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

body.home-page .home-wwdc26-countdown__digits small {
  margin-top: 9px;
  overflow-wrap: anywhere;
}

body.home-page .home-wwdc26-countdown__link {
  display: grid;
  align-content: center;
  min-height: 108px;
  padding: 18px 0 18px 18px;
  color: var(--text);
  white-space: nowrap;
}

body.home-page .home-wwdc26-countdown__inner:hover .home-wwdc26-countdown__link,
body.home-page .home-wwdc26-countdown__inner:focus-visible .home-wwdc26-countdown__link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.home-page .home-wwdc26-countdown__inner.is-live .home-wwdc26-countdown__copy h2 {
  color: var(--accent);
}

@media (max-width: 900px) {
  body.home-page .home-wwdc26-countdown__inner {
    grid-template-columns: 1fr;
  }

  body.home-page .home-wwdc26-countdown__copy {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  body.home-page .home-wwdc26-countdown__link {
    min-height: auto;
    padding: 14px 0 18px;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 640px) {
  body.home-page .home-wwdc26-countdown__digits span {
    min-height: 84px;
    padding: 12px 8px;
  }

  body.home-page .home-wwdc26-countdown__digits b {
    font-size: 34px;
  }
}

/* ============================================================
   source layer: home-editorial-soften-20260606.css
   ============================================================ */
/*
  Homepage editorial softening, 2026-06-06.
  Reduces boxed dashboard chrome while keeping tool surfaces scannable.
*/

body.home-page {
  --hm-editorial-line: color-mix(in srgb, var(--text, #111) 12%, transparent);
  --hm-editorial-line-strong: color-mix(in srgb, var(--text, #111) 18%, transparent);
  --hm-editorial-muted: color-mix(in srgb, var(--text, #111) 52%, transparent);
  --hm-editorial-faint: color-mix(in srgb, var(--text, #111) 6%, transparent);
}

body.home-page .home-wwdc26-countdown {
  background: var(--hm-section-bg, var(--bg, #fff)) !important;
  border: 0 !important;
}

body.home-page .home-wwdc26-countdown .container {
  width: min(calc(100% - clamp(32px, 6vw, 96px)), 1040px) !important;
}

body.home-page .home-wwdc26-countdown__inner {
  grid-template-columns: minmax(190px, 0.74fr) minmax(0, 1fr) auto !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 18px 0 !important;
  border-top: 1px solid var(--hm-editorial-line) !important;
  border-bottom: 1px solid var(--hm-editorial-line) !important;
}

body.home-page .home-wwdc26-countdown__copy {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  gap: 4px !important;
}

body.home-page .home-wwdc26-countdown__copy h2 {
  font-size: clamp(20px, 2vw, 26px) !important;
}

body.home-page .home-wwdc26-countdown__digits {
  display: flex !important;
  justify-content: flex-end !important;
  gap: clamp(14px, 2.4vw, 34px) !important;
  min-width: 0 !important;
}

body.home-page .home-wwdc26-countdown__digits span {
  min-width: clamp(44px, 4.8vw, 64px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home-page .home-wwdc26-countdown__digits b {
  font-size: clamp(26px, 3.2vw, 42px) !important;
}

body.home-page .home-wwdc26-countdown__digits small,
body.home-page .home-wwdc26-countdown__link {
  color: var(--hm-editorial-muted) !important;
  letter-spacing: 0.08em !important;
}

body.home-page .home-wwdc26-countdown__link {
  min-height: 0 !important;
  padding: 0 0 0 clamp(16px, 2.2vw, 28px) !important;
}

body.home-page main > .home-chip-section.home-route-section {
  padding: clamp(34px, 5vw, 66px) 0 clamp(34px, 5vw, 64px) !important;
  background: var(--hm-section-bg, var(--bg, #fff)) !important;
  border: 0 !important;
}

body.home-page .home-route-section .container {
  display: grid !important;
  width: min(calc(100% - clamp(32px, 6vw, 96px)), 1040px) !important;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr) !important;
  gap: clamp(26px, 4.8vw, 72px) !important;
  align-items: start !important;
  padding-top: clamp(18px, 2.6vw, 28px) !important;
  border-top: 1px solid var(--hm-editorial-line-strong) !important;
}

body.home-page .home-route-head {
  display: grid !important;
  gap: 12px !important;
  align-content: start !important;
  min-width: 0 !important;
}

body.home-page .home-route-head::before {
  content: "START";
  display: block;
  color: var(--text, #111);
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
}

body.home-page .home-route-eyebrow {
  margin: 0 !important;
  color: color-mix(in srgb, var(--text, #111) 68%, transparent) !important;
  font-size: 13px !important;
}

body.home-page .home-route-copy {
  max-width: 14em !important;
  margin: 0 !important;
  color: var(--hm-editorial-muted) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.home-page .home-route-nav {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border-top: 1px solid var(--hm-editorial-line) !important;
  overflow: visible !important;
}

body.home-page .home-route,
body.home-page .home-route:nth-child(odd),
body.home-page .home-route:nth-child(even),
body.home-page .home-route:not(:first-child) {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) 48px !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  gap: 6px clamp(18px, 3vw, 32px) !important;
  min-height: clamp(100px, 11vw, 132px) !important;
  padding: clamp(18px, 2.4vw, 26px) clamp(14px, 1.8vw, 22px) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--hm-editorial-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--text, #111) !important;
  transform: none !important;
  transition: background-color 0.16s var(--ease), color 0.16s var(--ease), border-color 0.16s var(--ease) !important;
}

body.home-page .home-route:hover,
body.home-page .home-route:focus-visible {
  border-bottom-color: #111 !important;
  background: #111 !important;
  color: #fff !important;
  outline: 0 !important;
}

body.home-page .home-route__num {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid var(--hm-editorial-line-strong) !important;
  border-radius: 999px !important;
  color: color-mix(in srgb, var(--text, #111) 34%, transparent) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  transition: border-color 0.16s var(--ease), color 0.16s var(--ease), background-color 0.16s var(--ease) !important;
}

body.home-page .home-route__body {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.home-page .home-route__title {
  display: block !important;
  color: inherit !important;
  font-family: var(--font-display, "Barlow Condensed", sans-serif) !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.home-page .home-route__meta {
  display: block !important;
  margin-top: 0 !important;
  overflow: visible !important;
  color: var(--hm-editorial-muted) !important;
  font-size: clamp(13px, 1.25vw, 15px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-overflow: clip !important;
  white-space: normal !important;
  transition: color 0.16s var(--ease) !important;
}

body.home-page .home-route__arrow {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  display: inline-grid !important;
  place-items: center !important;
  justify-self: end !important;
  align-self: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid var(--hm-editorial-line-strong) !important;
  border-radius: 999px !important;
  color: color-mix(in srgb, var(--text, #111) 38%, transparent) !important;
  transform: none !important;
  transition: background-color 0.16s var(--ease), border-color 0.16s var(--ease), color 0.16s var(--ease) !important;
}

body.home-page .home-route:hover .home-route__num,
body.home-page .home-route:focus-visible .home-route__num {
  border-color: color-mix(in srgb, #fff 34%, transparent) !important;
  color: color-mix(in srgb, #fff 76%, transparent) !important;
}

body.home-page .home-route:hover .home-route__meta,
body.home-page .home-route:focus-visible .home-route__meta {
  color: color-mix(in srgb, #fff 76%, transparent) !important;
}

body.home-page .home-route:hover .home-route__arrow,
body.home-page .home-route:focus-visible .home-route__arrow {
  border-color: #fff !important;
  background: #fff !important;
  color: #111 !important;
}

body.home-page main > .home-chip-section + #home-latest.home-section--paper-top,
body.home-page main > #home-latest.home-section--paper {
  padding-top: 0 !important;
  background: var(--hm-section-bg, var(--bg, #fff)) !important;
  border: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles {
  padding-top: clamp(34px, 5vw, 68px) !important;
  background: transparent !important;
}

body.home-page main > #home-latest .hm-latest-articles__inner {
  width: min(calc(100% - clamp(32px, 6vw, 96px)), 1040px) !important;
}

body.home-page main > #home-latest .hm-latest-articles__head {
  margin-bottom: clamp(14px, 2vw, 22px) !important;
  padding-top: clamp(18px, 2.8vw, 28px) !important;
  border-top: 1px solid var(--hm-editorial-line-strong) !important;
}

body.home-page main > #home-latest .hm-latest-articles__list {
  border-top: 0 !important;
}

body.home-page main > #home-latest .hm-latest-articles__item,
body.home-page main > #home-latest .hm-latest-articles__item:first-child,
body.home-page main > #home-latest .hm-latest-articles__item:nth-child(2),
body.home-page main > #home-latest .hm-latest-articles__item:nth-child(3) {
  border-bottom-color: var(--hm-editorial-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-page main > #home-latest .hm-latest-articles__link,
body.home-page main > #home-latest .hm-latest-articles__item + .hm-latest-articles__item .hm-latest-articles__link,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
  background: transparent !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__link {
  gap: 18px clamp(28px, 4vw, 56px) !important;
  padding: clamp(22px, 3.4vw, 34px) 0 clamp(26px, 3.8vw, 40px) !important;
}

body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__headline {
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 820 !important;
}

body.home-page main > #home-latest .hm-latest-articles__thumb,
body.home-page main > #home-latest .hm-latest-articles__item:first-child .hm-latest-articles__thumb {
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--hm-editorial-faint) !important;
  box-shadow: none !important;
}

body.home-page #rumors.hm-rumors-section {
  background: var(--hm-section-bg, var(--bg, #fff)) !important;
}

body.home-page #rumors .hm-rumors-grid {
  gap: clamp(18px, 3vw, 34px) !important;
  border-top: 0 !important;
}

body.home-page #rumors .hm-rumor-card {
  min-height: 0 !important;
  padding: clamp(18px, 2.2vw, 26px) 0 clamp(20px, 2.6vw, 30px) !important;
  border-top: 1px solid var(--hm-editorial-line-strong) !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--hm-editorial-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-page #rumors .hm-rumor-card::before {
  height: 1px !important;
  background: color-mix(in srgb, var(--accent, #d97868) 72%, transparent) !important;
  opacity: 0.84 !important;
}

body.home-page #rumors .hm-rumor-card__title {
  max-width: 12em !important;
  font-size: clamp(24px, 2.35vw, 34px) !important;
  font-weight: 740 !important;
}

body.home-page #rumors .hm-rumor-card::after {
  color: var(--hm-editorial-muted) !important;
}

body.home-page .hm-tool-row,
body.home-page .hm-buy-timing-note,
body.home-page .hm-performance-snapshot,
body.home-page .hm-performance-score,
body.home-page .hm-timeline__chip {
  box-shadow: none !important;
}

body.home-page .hm-performance-snapshot,
body.home-page .hm-performance-score,
body.home-page .hm-timeline__chip {
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  body.home-page .home-wwdc26-countdown__inner {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 18px 0 20px !important;
  }

  body.home-page .home-wwdc26-countdown__digits {
    justify-content: flex-start !important;
  }

  body.home-page .home-wwdc26-countdown__link {
    padding: 0 !important;
    border: 0 !important;
  }

  body.home-page .home-route-section .container {
    display: block !important;
  }

  body.home-page .home-route-head {
    margin-bottom: 22px !important;
  }

  body.home-page .home-route-head::before {
    font-size: clamp(48px, 13vw, 72px);
  }

  body.home-page .home-route-nav {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.home-page .home-wwdc26-countdown .container,
  body.home-page .home-route-section .container,
  body.home-page main > #home-latest .hm-latest-articles__inner {
    width: calc(100% - 28px) !important;
  }

  body.home-page .home-wwdc26-countdown__digits {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }

  body.home-page .home-wwdc26-countdown__digits span {
    min-width: 0 !important;
  }

  body.home-page .home-route-nav {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.home-page .home-route,
  body.home-page .home-route:nth-child(odd),
  body.home-page .home-route:nth-child(even),
  body.home-page .home-route:not(:first-child) {
    grid-template-columns: 42px minmax(0, 1fr) 38px !important;
    gap: 6px 14px !important;
    min-height: 92px !important;
    padding: 16px 0 !important;
  }

  body.home-page .home-route__num {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
  }

  body.home-page .home-route__body {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }

  body.home-page .home-route__title {
    font-size: clamp(34px, 12vw, 46px) !important;
  }

  body.home-page .home-route__arrow {
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    width: 36px !important;
    height: 36px !important;
  }
}

html[data-theme="dark"] body.home-page {
  --hm-editorial-line: color-mix(in srgb, var(--text, #f5f5f7) 14%, transparent);
  --hm-editorial-line-strong: color-mix(in srgb, var(--text, #f5f5f7) 22%, transparent);
  --hm-editorial-muted: color-mix(in srgb, var(--text, #f5f5f7) 62%, transparent);
  --hm-editorial-faint: color-mix(in srgb, var(--text, #f5f5f7) 9%, transparent);
}

