.page-home {
  --hero-ttl-size: clamp(3.2rem, 10vw, 8.2rem);
  --hero-ttl-sub-size: clamp(1.4rem, 3.6vw, 2.6rem);
  --bundle-gap: 18px;
  background: var(--deep-blue);
  color: var(--moon-white);
  overflow-x: clip;
}

.page-home .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ---------- Hero ---------- */
.page-home .home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  background: var(--deep-blue);
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.page-home .hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .36;
  filter: saturate(1.25) contrast(1.15);
}

.page-home .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(720px 380px at 78% 22%, rgba(162, 0, 255, .22), transparent 70%),
    linear-gradient(105deg, rgba(13, 27, 42, .97) 0%, rgba(13, 27, 42, .82) 46%, rgba(10, 15, 30, .3) 100%);
}

.page-home .hero-slash {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: 34px;
  height: 22px;
  background: linear-gradient(90deg, transparent 0%, var(--neon-pink) 38%, var(--volt-purple) 68%, transparent 100%);
  transform: rotate(-2deg);
  opacity: .5;
  z-index: 2;
  pointer-events: none;
}

.page-home .hero-inner {
  width: min(1400px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-content: center;
  padding: calc(var(--header-h) + 52px) 0 96px;
}

.page-home .hero-copy {
  max-width: 720px;
}

.page-home .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--neon-pink);
  letter-spacing: .14em;
}

.page-home .hero-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--volt-purple);
  display: inline-block;
  flex: 0 0 auto;
}

.page-home .hero-ttl {
  margin: 0;
  line-height: 1.06;
}

.page-home .hero-ttl-top {
  display: block;
  font-family: var(--font-head);
  font-size: var(--hero-ttl-size);
  font-weight: 900;
  line-height: .88;
  letter-spacing: .01em;
  color: var(--moon-white);
  text-shadow: 0 0 52px rgba(255, 46, 136, .32);
}

.page-home .hero-ttl-bottom {
  display: block;
  margin-top: .72rem;
  font-size: var(--hero-ttl-sub-size);
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--mist-gray);
}

.page-home .hero-slogan {
  margin: 22px 0 0;
  max-width: 56ch;
  font-size: .96rem;
  line-height: 1.7;
  color: var(--mist-gray);
  border-left: 3px solid var(--neon-pink);
  padding-left: 16px;
}

.page-home .hero-slogan-sub {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .02em;
  border-left-color: var(--volt-purple);
  color: rgba(224, 225, 221, .72);
}

.page-home .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(141, 153, 174, .18);
}

.page-home .hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .hero-stat-num {
  font-family: var(--font-mono);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: var(--neon-pink);
  letter-spacing: .03em;
}

.page-home .hero-stat-label {
  font-size: .78rem;
  color: var(--mist-gray);
  letter-spacing: .08em;
}

.page-home .hero-search-wrap {
  align-self: end;
}

.page-home .hero-search {
  background: linear-gradient(150deg, rgba(27, 38, 59, .92), rgba(13, 27, 42, .88));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 46, 136, .22);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
  padding: 26px 24px 22px;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.page-home .search-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.page-home .search-idx {
  font-family: var(--font-mono);
  font-size: .78rem;
  font-weight: 700;
  color: var(--neon-pink);
}

.page-home .search-title {
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--moon-white);
}

.page-home .search-flush {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .05em;
  color: var(--stable-green);
  white-space: nowrap;
}

.page-home .search-box {
  display: flex;
  align-items: center;
  background: var(--dark-blue);
  border: 1px solid var(--border-dim);
  transition: border-color .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
}

.page-home .search-box:focus-within {
  border-color: var(--neon-pink);
  box-shadow: 0 0 0 3px rgba(255, 46, 136, .14), 0 0 30px rgba(255, 46, 136, .22);
}

.page-home .search-box input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  padding: 16px 14px;
  color: var(--moon-white);
  font-family: var(--font-body);
  font-size: 1rem;
}

.page-home .search-box input::placeholder {
  color: var(--mist-gray);
}

.page-home .search-go {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--neon-pink);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  flex: 0 0 48px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.page-home .hot-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.page-home .hot-label {
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--mist-gray);
  letter-spacing: .06em;
  margin-right: 2px;
}

.page-home .hot-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: .78rem;
  font-family: var(--font-body);
  color: var(--mist-gray);
  border: 1px solid rgba(141, 153, 174, .3);
  background: transparent;
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: color .3s, border-color .3s, background .3s;
}

.page-home .hot-tag:hover {
  color: var(--moon-white);
  border-color: var(--neon-pink);
  background: rgba(255, 46, 136, .08);
}

.page-home .search-note {
  margin: 16px 0 0;
  font-size: .78rem;
  line-height: 1.55;
  color: var(--mist-gray);
  letter-spacing: .02em;
}

.page-home .search-note::before {
  content: "// ";
  font-family: var(--font-mono);
  color: var(--volt-purple);
}

/* ---------- Section head / filters ---------- */
.page-home .section-head-bundle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--bundle-gap);
  margin-bottom: 30px;
}

.page-home .bundle-copy {
  max-width: 760px;
}

.page-home .section-title {
  margin: 8px 0 0;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .03em;
  color: var(--moon-white);
}

.page-home .section-desc {
  margin: 10px 0 0;
  font-size: .86rem;
  line-height: 1.65;
  color: var(--mist-gray);
}

.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .filter-bar .btn {
  font-family: var(--font-mono);
  letter-spacing: .03em;
}

.page-home .filter-bar .is-active {
  border-color: var(--neon-pink);
  color: var(--neon-pink);
  box-shadow: 0 0 16px rgba(255, 46, 136, .16);
}

/* ---------- Category mosaic ---------- */
.page-home .home-categories {
  position: relative;
  padding: 68px 0 76px;
  background: var(--deep-blue);
}

.page-home .home-categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--volt-purple), var(--neon-pink), transparent);
  opacity: .4;
}

.page-home .category-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 188px;
  padding: 22px 22px 20px;
  background: var(--ink-blue);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  transition: clip-path .4s cubic-bezier(.4, 0, .2, 1), background .4s;
}

.page-home .cat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 2;
  background: linear-gradient(90deg, var(--volt-purple), transparent 80%);
}

.page-home .cat-card::after {
  content: "";
  position: absolute;
  right: -26%;
  bottom: -34%;
  width: 72%;
  height: 72%;
  background: radial-gradient(circle, rgba(162, 0, 255, .26), transparent 70%);
  z-index: 0;
  opacity: .6;
  transition: opacity .4s;
  pointer-events: none;
}

.page-home .cat-card:hover {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-home .cat-card:hover::after {
  opacity: 1;
}

.page-home .cat-card>* {
  position: relative;
  z-index: 1;
}

.page-home .cat-card-new::before {
  background: linear-gradient(90deg, var(--neon-pink), var(--volt-purple) 70%, transparent);
}

.page-home .cat-card-sport::before {
  background: linear-gradient(90deg, var(--stable-green), transparent 80%);
}

.page-home .cat-card-anime::before {
  background: linear-gradient(90deg, var(--neon-pink), transparent 80%);
}

.page-home .cat-card-editorial::before {
  background: linear-gradient(90deg, var(--amber), transparent 80%);
}

.page-home .cat-card-new {
  min-height: 232px;
  background:
    radial-gradient(420px 220px at 82% 0%, rgba(255, 46, 136, .22), transparent 70%),
    var(--ink-blue);
}

.page-home .cat-card-love {
  background:
    radial-gradient(380px 200px at 18% 0%, rgba(255, 46, 136, .16), transparent 70%),
    var(--ink-blue);
}

.page-home .cat-card-sport {
  background:
    radial-gradient(380px 200px at 80% 0%, rgba(0, 255, 159, .12), transparent 70%),
    var(--ink-blue);
}

.page-home .cat-card-editorial {
  background:
    linear-gradient(150deg, rgba(162, 0, 255, .26), rgba(27, 38, 59, .92) 68%),
    var(--ink-blue);
}

.page-home .cat-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-home .cat-no {
  font-family: var(--font-mono);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--volt-purple);
  letter-spacing: .04em;
}

.page-home .cat-kind {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .1em;
  padding: 3px 10px;
  border: 1px solid rgba(141, 153, 174, .35);
  color: var(--mist-gray);
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

.page-home .cat-name {
  margin: 20px 0 6px;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: .05em;
  color: var(--moon-white);
}

.page-home .cat-desc {
  margin: 0;
  font-size: .84rem;
  line-height: 1.55;
  color: var(--mist-gray);
  max-width: 60ch;
}

.page-home .cat-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .06em;
  color: var(--mist-gray);
}

.page-home .cat-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(141, 153, 174, .4);
  transition: color .3s, border-color .3s;
}

.page-home .cat-link:hover {
  color: var(--neon-pink);
  border-color: var(--neon-pink);
}

.page-home .cat-arrow {
  font-size: 1.3rem;
  line-height: 1;
  color: var(--neon-pink);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.page-home .cat-card:hover .cat-arrow {
  transform: translateX(6px);
}

.page-home .cat-card-anime {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  min-height: 0;
}

.page-home .cat-card-anime .cat-card-media {
  margin: 0;
  min-height: 180px;
}

.page-home .cat-card-anime .cat-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.page-home .cat-card-anime .cat-card-body {
  padding: 20px 20px 20px;
}

/* ---------- Updates ---------- */
.page-home .home-updates {
  padding: 60px 0 72px;
  background: var(--dark-blue);
  border-top: 1px solid var(--border-dim);
}

.page-home .updates-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-home .update-list-panel {
  background: var(--ink-blue);
  border-block: 3px solid var(--volt-purple);
  padding: 0 16px;
}

.page-home .update-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .update-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding: 18px 6px;
  border-bottom: 1px solid rgba(141, 153, 174, .14);
  transition: padding-left .3s cubic-bezier(.4, 0, .2, 1), background .3s;
}

.page-home .update-item:last-child {
  border-bottom: 0;
}

.page-home .update-item:hover {
  padding-left: 14px;
  background: linear-gradient(90deg, rgba(255, 46, 136, .05), transparent 62%);
}

.page-home .update-time {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--mist-gray);
}

.page-home .update-type {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .08em;
  padding: 2px 8px;
  border: 1px solid rgba(141, 153, 174, .3);
  color: var(--mist-gray);
}

.page-home .update-name {
  flex: 1 1 240px;
  margin: 0;
  font-size: .98rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--moon-white);
}

.page-home .update-meta {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: .74rem;
  color: var(--mist-gray);
}

.page-home .update-visual {
  margin: 0;
  align-self: start;
}

.page-home .update-visual img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 280px;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  filter: saturate(1.1);
}

.page-home .update-caption {
  margin: 10px 0 0;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .08em;
  color: var(--mist-gray);
}

/* ---------- Albums ---------- */
.page-home .home-albums {
  padding: 68px 0 64px;
  background: var(--deep-blue);
}

.page-home .album-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .album-feature {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--ink-blue);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.page-home .album-media {
  margin: 0;
  min-height: 240px;
}

.page-home .album-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.page-home .album-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px;
}

.page-home .album-kicker {
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .1em;
  color: var(--volt-purple);
  margin-bottom: 10px;
}

.page-home .album-title {
  margin: 8px 0 8px;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--moon-white);
}

.page-home .album-summary {
  margin: 0;
  font-size: .86rem;
  line-height: 1.6;
  color: var(--mist-gray);
}

.page-home .album-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 18px;
}

.page-home .meta-chip {
  font-family: var(--font-mono);
  font-size: .72rem;
  padding: 3px 10px;
  border: 1px solid rgba(141, 153, 174, .3);
  color: var(--mist-gray);
}

.page-home .album-health {
  font-family: var(--font-mono);
  font-size: .76rem;
  color: var(--stable-green);
  align-self: center;
  margin-left: 4px;
}

.page-home .album-body .btn {
  margin-top: auto;
}

.page-home .album-stack {
  display: grid;
  gap: 16px;
  align-content: start;
}

.page-home .album-mini {
  padding: 22px 20px;
  background: var(--panel-blue);
  border-left: 3px solid var(--stable-green);
  box-shadow: 0 0 0 rgba(0, 255, 159, 0);
  transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1);
}

.page-home .album-mini:hover {
  box-shadow: 0 0 28px rgba(0, 255, 159, .1);
}

.page-home .mini-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .mini-id {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--mist-gray);
  letter-spacing: .08em;
}

.page-home .mini-title {
  margin: 14px 0 4px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--moon-white);
}

.page-home .mini-desc {
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
  color: var(--mist-gray);
}

.page-home .album-quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  padding: 22px 20px;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 46, 136, .04) 0 12px, transparent 12px 24px),
    var(--dark-blue);
  border: 1px solid var(--border-dim);
}

.page-home .quote-num {
  font-family: var(--font-mono);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--neon-pink);
}

.page-home .quote-label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--moon-white);
}

.page-home .album-quote p {
  flex-basis: 100%;
  margin: 0;
  font-family: var(--font-mono);
  font-size: .76rem;
  color: var(--mist-gray);
  letter-spacing: .03em;
}

/* ---------- Download strip ---------- */
.page-home .home-download-strip {
  position: relative;
  overflow: hidden;
  padding: 52px 0 56px;
  background:
    radial-gradient(900px 320px at 88% 10%, rgba(162, 0, 255, .28), transparent 60%),
    var(--dark-blue);
  border-block: 1px solid rgba(255, 46, 136, .2);
}

.page-home .home-download-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, transparent 0 22px, rgba(255, 255, 255, .025) 22px 23px, transparent 23px 46px);
  pointer-events: none;
}

.page-home .strip-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-home .strip-copy {
  max-width: 740px;
}

.page-home .strip-title {
  margin: 10px 0 8px;
  font-family: var(--font-head);
  font-size: clamp(1.3rem, 3.2vw, 2.2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .04em;
  color: var(--moon-white);
}

.page-home .strip-desc {
  margin: 0;
  font-size: .88rem;
  line-height: 1.65;
  color: var(--mist-gray);
}

.page-home .strip-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.page-home .strip-note {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .08em;
  color: var(--stable-green);
}

/* ---------- Notices ---------- */
.page-home .home-notices {
  padding: 68px 0 84px;
  background: var(--deep-blue);
}

.page-home .notice-board {
  background: linear-gradient(160deg, var(--ink-blue), var(--panel-blue));
  padding: 10px 24px 28px;
  border-left: 4px solid var(--amber);
}

.page-home .notice-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(141, 153, 174, .14);
}

.page-home .notice-time {
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .04em;
  color: var(--amber);
}

.page-home .notice-content h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--moon-white);
}

.page-home .notice-desc {
  margin: 0;
  font-size: .84rem;
  line-height: 1.65;
  color: var(--mist-gray);
}

.page-home .notice-desc a {
  color: var(--neon-pink);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 46, 136, .35);
  transition: color .3s, border-color .3s;
}

.page-home .notice-desc a:hover {
  color: var(--volt-purple);
  border-color: var(--volt-purple);
}

.page-home .notice-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
}

.page-home .sec-note {
  margin: 0;
  font-size: .84rem;
  line-height: 1.6;
  color: var(--mist-gray);
}

/* ---------- Responsive: 640px ---------- */
@media (min-width: 640px) {
  .page-home .category-mosaic {
    grid-template-columns: repeat(6, 1fr);
  }

  .page-home .cat-card-new {
    grid-column: span 6;
  }

  .page-home .cat-card-drama {
    grid-column: span 3;
  }

  .page-home .cat-card-love {
    grid-column: span 3;
  }

  .page-home .cat-card-sport {
    grid-column: span 2;
  }

  .page-home .cat-card-studio {
    grid-column: span 2;
  }

  .page-home .cat-card-anime {
    grid-column: span 6;
    grid-template-columns: 220px 1fr;
  }

  .page-home .cat-card-anime .cat-card-media,
  .page-home .cat-card-anime .cat-card-media img {
    min-height: 0;
    height: 100%;
  }

  .page-home .cat-card-classic {
    grid-column: span 3;
  }

  .page-home .cat-card-editorial {
    grid-column: span 3;
  }

  .page-home .album-feature {
    grid-template-columns: 1fr 1.1fr;
  }

  .page-home .update-item {
    flex-wrap: nowrap;
  }

  .page-home .update-time {
    width: 90px;
    margin-bottom: 0;
    flex: 0 0 90px;
  }
}

/* ---------- Responsive: 880px ---------- */
@media (min-width: 880px) {
  .page-home .updates-layout {
    grid-template-columns: 1fr 230px;
    gap: 32px;
  }

  .page-home .update-visual {
    justify-self: end;
  }

  .page-home .notice-item {
    grid-template-columns: 100px 1fr;
    gap: 22px;
  }
}

/* ---------- Responsive: 980px ---------- */
@media (min-width: 980px) {
  .page-home .hero-inner {
    grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
    gap: clamp(28px, 4.5vw, 72px);
  }

  .page-home .category-mosaic {
    grid-template-columns: repeat(12, 1fr);
  }

  .page-home .cat-card-new {
    grid-column: span 7;
  }

  .page-home .cat-card-drama {
    grid-column: span 5;
  }

  .page-home .cat-card-love,
  .page-home .cat-card-sport,
  .page-home .cat-card-studio {
    grid-column: span 4;
  }

  .page-home .cat-card-anime {
    grid-column: span 6;
  }

  .page-home .cat-card-classic,
  .page-home .cat-card-editorial {
    grid-column: span 3;
  }

  .page-home .album-mosaic {
    grid-template-columns: repeat(12, 1fr);
    align-items: stretch;
  }

  .page-home .album-feature {
    grid-column: span 7;
  }

  .page-home .album-stack {
    grid-column: span 5;
  }
}

/* ---------- Responsive: 1200px ---------- */
@media (min-width: 1200px) {
  .page-home .hero-ttl-top {
    letter-spacing: .03em;
  }

  .page-home .section-head-bundle {
    gap: 28px;
  }

  .page-home .update-list-panel {
    padding: 0 24px;
  }

  .page-home .notice-board {
    padding: 14px 32px 32px;
  }
}
