.page-home {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--clr-ink);
  background: var(--clr-bg);
  overflow-x: hidden;
}

.page-home .breadcrumb {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 24px 20px 0;
  font-size: 13px;
  color: var(--clr-ink-secondary);
}

.page-home .breadcrumb a {
  color: var(--clr-ink-secondary);
  text-decoration: none;
  transition: color .2s ease;
}

.page-home .breadcrumb a:hover {
  color: var(--clr-gold);
}

.page-home .hero {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 36px 20px 0;
}

.page-home .hero-copy {
  position: relative;
}

.page-home .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--clr-red);
  margin: 0 0 10px;
}

.page-home .hero h1 {
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: .01em;
  color: var(--clr-ink);
}

.page-home .hero-lead {
  color: var(--clr-ink-secondary);
  max-width: 36em;
  margin: 0;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-home .hero-art {
  position: relative;
  margin-top: 36px;
}

.page-home .hero-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 12px 40px rgba(36, 30, 24, .14);
}

.page-home .hero-glass {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: var(--clr-glass);
  border: 1px solid rgba(199, 154, 74, .4);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(36, 30, 24, .08);
}

.page-home .hero-glass .mono {
  font-size: 22px;
  font-weight: 600;
  color: var(--clr-gold);
  line-height: 1;
}

.page-home .nav-renewal {
  padding: 64px 20px 20px;
}

.page-home .nav-renewal .section-head,
.page-home .category-overview .section-head,
.page-home .recent-news .section-head {
  max-width: var(--content-w);
  margin: 0 auto 28px;
}

.page-home .section-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px;
  color: var(--clr-ink);
}

.page-home .section-desc {
  color: var(--clr-ink-secondary);
  max-width: 60em;
  margin: 0;
}

.page-home .orbit-track {
  position: relative;
  max-width: var(--content-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .orbit-line {
  display: none;
}

.page-home .orbit-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--clr-ink);
  background: #fff8ec;
  border: 1px solid rgba(199, 154, 74, .4);
  border-radius: 16px;
  padding: 20px 22px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.page-home .orbit-node:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(199, 154, 74, .2);
}

.page-home .orbit-num {
  font-size: 13px;
  color: var(--clr-red);
  letter-spacing: .1em;
}

.page-home .orbit-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 2px;
}

.page-home .orbit-meta {
  font-size: 13px;
  color: var(--clr-ink-secondary);
}

.page-home .category-overview {
  padding: 56px 20px 20px;
}

.page-home .tab-list {
  max-width: var(--content-w);
  margin: 0 auto 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-home .category-grid {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .category-card {
  background: #fff9ef;
  border: 1px solid rgba(199, 154, 74, .3);
  border-radius: 18px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(36, 30, 24, .04);
}

.page-home .category-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--clr-gold), transparent);
}

.page-home .category-card h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

.page-home .category-card p {
  color: var(--clr-ink-secondary);
  margin: 0 0 14px;
}

.page-home .category-card ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 5px;
}

.page-home .category-card li {
  font-size: 14px;
  color: var(--clr-ink);
  padding-left: 16px;
  position: relative;
}

.page-home .category-card li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: var(--clr-gold);
  font-size: 11px;
  top: .1em;
}

.page-home .category-card .btn {
  margin-top: 4px;
}

.page-home .category-art {
  max-width: var(--content-w);
  margin: 28px auto 0;
}

.page-home .category-art img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.page-home .footprint {
  margin-top: 64px;
  background: var(--clr-night);
  color: #F5EFE4;
  padding: 56px 20px 40px;
  border-radius: 24px 24px 0 0;
}

.page-home .footprint .section-label {
  color: var(--clr-gold);
}

.page-home .footprint .section-title {
  color: #F5EFE4;
}

.page-home .footprint-inner {
  max-width: var(--content-w);
  margin: 0 auto;
}

.page-home .footprint-illustration {
  position: relative;
}

.page-home .footprint-glass {
  border-radius: 18px;
  overflow: hidden;
  padding: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

.page-home .footprint-glass img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.page-home .footprint-content {
  margin-top: 28px;
}

.page-home .footprint-content p {
  color: rgba(245, 239, 228, .82);
}

.page-home .footprint-content ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}

.page-home .footprint-content li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  color: rgba(245, 239, 228, .92);
}

.page-home .footprint-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clr-gold);
}

.page-home .footprint-note {
  font-size: 13px;
  color: rgba(245, 239, 228, .6);
  margin-top: 8px;
}

.page-home .footprint .btn-outline {
  border-color: rgba(245, 239, 228, .55);
  color: #F5EFE4;
}

.page-home .footprint .btn-outline:hover {
  background: rgba(245, 239, 228, .08);
}

.page-home .calendar-strip {
  margin-top: 28px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 18px 16px;
}

.page-home .calendar-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.page-home .calendar-head .mono {
  font-size: 26px;
  font-weight: 600;
  color: var(--clr-gold);
}

.page-home .calendar-head span:last-child {
  font-size: 14px;
  color: rgba(245, 239, 228, .7);
}

.page-home .dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, transform .2s ease;
}

.page-home .dot.is-active {
  background: var(--clr-gold);
  color: #241E18;
  box-shadow: 0 0 0 3px rgba(199, 154, 74, .22);
}

.page-home .dot:hover {
  transform: translateY(-2px);
}

.page-home .recent-news {
  padding: 64px 20px 20px;
}

.page-home .news-layout {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

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

.page-home .news-item {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid rgba(36, 30, 24, .08);
}

.page-home .news-cat {
  flex: none;
  font-size: 12px;
  color: var(--clr-red);
  border: 1px solid rgba(158, 58, 45, .25);
  border-radius: 999px;
  padding: 2px 10px;
  letter-spacing: .06em;
  white-space: nowrap;
}

.page-home .news-item a {
  color: var(--clr-ink);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s ease;
}

.page-home .news-item a:hover {
  color: var(--clr-gold);
}

.page-home .news-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.page-home .news-aside img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.page-home .rule-number {
  padding: 56px 20px 40px;
  background: var(--clr-bg-deep);
  margin-top: 40px;
}

.page-home .rule-number-inner {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-home .rule-copy .section-label {
  color: var(--clr-red);
}

.page-home .rule-copy p {
  color: var(--clr-ink-secondary);
  margin-bottom: 12px;
}

.page-home .rule-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.page-home .rule-table-wrap {
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(199, 154, 74, .3);
  border-radius: 16px;
  padding: 20px;
  overflow-x: auto;
}

.page-home .table-kit {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.page-home .table-kit caption {
  text-align: left;
  font-size: 13px;
  color: var(--clr-ink-secondary);
  padding-bottom: 10px;
}

.page-home .table-kit th {
  font-weight: 600;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid var(--clr-gold);
  white-space: nowrap;
}

.page-home .table-kit td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(36, 30, 24, .08);
  white-space: nowrap;
}

.page-home .table-kit tr:last-child td {
  border-bottom: none;
}

.page-home .closing {
  max-width: var(--content-w);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  padding: 48px 20px 64px;
  text-align: center;
}

.page-home .closing-text {
  width: 100%;
  color: var(--clr-ink-secondary);
  margin: 0 0 4px;
}

.page-home .closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (min-width: 960px) {
  .page-home .breadcrumb {
    padding: 40px 48px 0;
  }

  .page-home .hero {
    padding: 64px 48px 0;
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 48px;
    align-items: center;
  }

  .page-home .hero h1 {
    font-size: 44px;
  }

  .page-home .hero-lead {
    font-size: 17px;
  }

  .page-home .hero-art {
    margin-top: 0;
  }

  .page-home .hero-glass {
    right: 20px;
    bottom: 20px;
    padding: 12px 20px;
  }

  .page-home .nav-renewal {
    padding: 96px 48px 48px;
  }

  .page-home .section-title {
    font-size: 34px;
  }

  .page-home .orbit-track {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 30px 0;
  }

  .page-home .orbit-node {
    width: 220px;
    padding: 28px 22px;
  }

  .page-home .orbit-line {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .page-home .category-overview {
    padding: 80px 48px 48px;
  }

  .page-home .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-home .category-art {
    margin-top: 40px;
  }

  .page-home .footprint {
    padding: 88px 48px 72px;
    border-radius: 32px 32px 0 0;
  }

  .page-home .footprint-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
  }

  .page-home .footprint-content {
    margin-top: 0;
  }

  .page-home .footprint .calendar-strip {
    grid-column: 1 / -1;
    margin-top: 8px;
  }

  .page-home .calendar-strip {
    padding: 24px;
  }

  .page-home .dot {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .page-home .recent-news {
    padding: 88px 48px 48px;
  }

  .page-home .news-layout {
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
  }

  .page-home .news-aside {
    position: sticky;
    top: 36px;
  }

  .page-home .rule-number {
    padding: 72px 48px 56px;
    margin-top: 56px;
  }

  .page-home .rule-number-inner {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }

  .page-home .closing {
    padding: 56px 48px 80px;
  }
}
