.page-home {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: clip;
}

.page-home .ph-hero {
  position: relative;
  padding: 96px 0 56px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(181, 55, 242, 0.18), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(0, 229, 255, 0.10), transparent 45%),
    var(--bg);
}

.page-home .ph-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.28;
}

.page-home .ph-hero-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 10, 24, 0.94) 15%, rgba(10, 17, 40, 0.72) 55%, rgba(5, 10, 24, 0.88) 100%);
  pointer-events: none;
}

.page-home .ph-hero-hex {
  position: absolute;
  clip-path: polygon(0 0, 68% 0, 100% 40%, 74% 100%, 0 100%);
  pointer-events: none;
}

.page-home .ph-hero-hex-a {
  top: 40px;
  right: -140px;
  width: 380px;
  height: 320px;
  background: linear-gradient(135deg, rgba(181, 55, 242, 0.22), rgba(181, 55, 242, 0.02));
}

.page-home .ph-hero-hex-b {
  bottom: 60px;
  left: -160px;
  width: 340px;
  height: 260px;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.14), rgba(0, 229, 255, 0.01));
  transform: rotate(180deg);
}

.page-home .ph-hero-scan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.page-home .ph-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home .ph-hero-narrative {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .ph-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 18px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-home .ph-kicker-mark {
  width: 28px;
  height: 2px;
  display: inline-block;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(57, 255, 20, 0.75);
}

.page-home .ph-hero-title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(32px, 6.4vw, 56px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.page-home .ph-hero-lead {
  margin: 0 0 28px;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .ph-hero-lead strong {
  color: var(--ink);
  font-weight: 600;
}

.page-home .ph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.page-home .ph-btn-download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 14px;
  background: linear-gradient(135deg, var(--lime), #67ff4b);
  color: #04100a;
  text-decoration: none;
  font-family: var(--font-display);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.page-home .ph-btn-download:hover,
.page-home .ph-btn-download:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.12);
  box-shadow: 0 0 32px rgba(57, 255, 20, 0.45);
}

.page-home .ph-btn-download-mark {
  font-size: 20px;
  line-height: 1;
}

.page-home .ph-btn-download-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.page-home .ph-btn-download-sub {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.8;
}

.page-home .ph-btn-download-main {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.page-home .ph-btn-download-compact {
  padding: 10px 16px 10px 12px;
}

.page-home .ph-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--neon);
  background: rgba(181, 55, 242, 0.08);
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .ph-btn-outline:hover,
.page-home .ph-btn-outline:focus-visible {
  background: rgba(181, 55, 242, 0.18);
  border-color: #cf7bff;
  box-shadow: 0 0 24px rgba(181, 55, 242, 0.35);
  transform: translateY(-2px);
}

.page-home .ph-btn-outline-arrow {
  color: var(--lime);
  transition: transform 0.25s ease;
}

.page-home .ph-btn-outline:hover .ph-btn-outline-arrow {
  transform: translateX(4px);
}

.page-home .ph-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 520px;
  margin: 0;
}

.page-home .ph-hero-stat {
  display: flex;
  flex-direction: column-reverse;
  gap: 2px;
  padding: 12px 16px;
  background: rgba(18, 32, 74, 0.55);
  border: 1px solid rgba(42, 61, 107, 0.75);
}

.page-home .ph-hero-stat dt {
  font-size: 12px;
  color: var(--muted);
}

.page-home .ph-hero-stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}

.page-home .ph-hero-panel {
  position: relative;
  padding: 24px 20px;
  background: rgba(18, 32, 74, 0.62);
  border: 1px solid rgba(181, 55, 242, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: rotate(0.5deg);
}

.page-home .ph-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(181, 55, 242, 0.10), transparent 40%, rgba(0, 229, 255, 0.06));
  pointer-events: none;
}

.page-home .ph-hero-panel-heading {
  position: relative;
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lime);
}

.page-home .ph-hero-panel-body {
  position: relative;
  display: grid;
  gap: 10px;
}

.page-home .ph-hero-quick {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(10, 17, 40, 0.55);
  border: 1px solid rgba(42, 61, 107, 0.6);
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-home .ph-hero-quick:hover,
.page-home .ph-hero-quick:focus-visible {
  border-color: var(--neon);
  background: rgba(181, 55, 242, 0.14);
  transform: translateX(4px);
}

.page-home .ph-hero-quick-badge {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--cyan);
  flex-shrink: 0;
}

.page-home .ph-hero-quick-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.45;
}

.page-home .ph-hero-quick-name {
  font-size: 15px;
  font-weight: 600;
}

.page-home .ph-hero-quick-note {
  font-size: 12px;
  color: var(--muted);
}

.page-home .ph-hero-quick-go {
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  color: var(--lime);
}

.page-home .ph-hero-panel-foot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.page-home .ph-hero-panel-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(57, 255, 20, 0.8);
  animation: ph-pulse 2s ease-in-out infinite;
}

@keyframes ph-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.page-home .ph-download {
  position: relative;
  padding: 72px 0 64px;
  background: linear-gradient(180deg, var(--bg), var(--bg-deep) 50%, var(--bg));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-home .ph-download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-home .ph-download-title,
.page-home .ph-member-title,
.page-home .ph-rhythm-title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.page-home .ph-download-lead,
.page-home .ph-member-lead,
.page-home .ph-rhythm-lead {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .ph-step-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 18px;
}

.page-home .ph-step-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.page-home .ph-step-num {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--lime);
  line-height: 1;
  padding-top: 2px;
  min-width: 30px;
}

.page-home .ph-step-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .ph-step-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.page-home .ph-step-desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.page-home .ph-download-actions,
.page-home .ph-member-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.page-home .ph-text-link {
  color: var(--cyan);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-home .ph-text-link:hover,
.page-home .ph-text-link:focus-visible {
  border-color: var(--cyan);
  color: #eaffff;
}

.page-home .ph-download-cert {
  margin: 0;
  padding-left: 12px;
  border-left: 2px solid var(--lime);
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .ph-download-visual {
  display: flex;
  justify-content: center;
}

.page-home .ph-download-frame {
  position: relative;
  max-width: 300px;
  border-radius: 20px;
}

.page-home .ph-download-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(181, 55, 242, 0.4);
  box-shadow: 0 0 42px rgba(181, 55, 242, 0.25);
}

.page-home .ph-download-frame-glow {
  position: absolute;
  inset: -14px;
  z-index: -1;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.18), rgba(181, 55, 242, 0.12), transparent 65%);
}

.page-home .ph-schedule {
  position: relative;
  padding: 72px 0 64px;
  overflow: hidden;
}

.page-home .ph-schedule-bg-word {
  position: absolute;
  top: 8px;
  right: -20px;
  font-family: var(--font-display);
  font-size: clamp(90px, 20vw, 260px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(181, 55, 242, 0.12);
  pointer-events: none;
  user-select: none;
}

.page-home .ph-section-head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.page-home .ph-section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.page-home .ph-schedule-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home .ph-schedule-list {
  display: grid;
  gap: 18px;
}

.page-home .ph-match {
  background: rgba(18, 32, 74, 0.55);
  border: 1px solid rgba(42, 61, 107, 0.7);
  border-radius: 14px;
  padding: 22px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-home .ph-match:hover {
  border-color: rgba(181, 55, 242, 0.55);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  transform: perspective(900px) rotateX(2deg) translateY(-3px);
}

.page-home .ph-match-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.page-home .ph-match-format {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.page-home .ph-match-teams {
  display: grid;
  gap: 14px;
}

.page-home .ph-match-team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.page-home .ph-match-team-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}

.page-home .ph-match-team-score {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--lime);
}

.page-home .ph-match-team-score-muted {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-home .ph-match-versus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-top: 1px dashed rgba(42, 61, 107, 0.7);
  border-bottom: 1px dashed rgba(42, 61, 107, 0.7);
}

.page-home .ph-match-vs-mark {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--neon);
}

.page-home .ph-match-result-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-home .ph-match-result-label-live {
  color: var(--cyan);
}

.page-home .ph-match-more {
  margin-top: 16px;
}

.page-home .ph-match-more summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
}

.page-home .ph-match-more summary::-webkit-details-marker {
  display: none;
}

.page-home .ph-match-more summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 700;
  color: var(--lime);
}

.page-home .ph-match-more[open] summary::after {
  content: "–";
}

.page-home .ph-match-more-body {
  margin-top: 12px;
  padding: 14px;
  background: rgba(10, 17, 40, 0.6);
  border: 1px solid rgba(42, 61, 107, 0.5);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.page-home .ph-match-more-body p {
  margin: 0 0 10px;
}

.page-home .ph-schedule-side {
  display: grid;
  gap: 18px;
}

.page-home .ph-schedule-figure {
  border-radius: 14px;
  overflow: hidden;
}

.page-home .ph-schedule-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
}

.page-home .ph-transfer-card {
  padding: 22px;
  background: linear-gradient(135deg, rgba(181, 55, 242, 0.18), rgba(18, 32, 74, 0.7));
  border: 1px solid rgba(181, 55, 242, 0.4);
  border-radius: 14px;
}

.page-home .ph-transfer-card-title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}

.page-home .ph-transfer-card-text {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.page-home .ph-member {
  position: relative;
  padding: 72px 0 64px;
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.page-home .ph-member-slice {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(181, 55, 242, 0.22) 0%, transparent 42%),
    linear-gradient(118deg, transparent 65%, rgba(0, 229, 255, 0.10) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  pointer-events: none;
}

.page-home .ph-member-inner {
  position: relative;
}

.page-home .ph-member-card {
  display: grid;
  gap: 28px;
  padding: 28px 24px;
  background: rgba(10, 17, 40, 0.6);
  border: 1px solid rgba(181, 55, 242, 0.45);
  border-radius: 18px;
}

.page-home .ph-member-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.page-home .ph-member-stat {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
  padding: 16px 8px;
  text-align: center;
  background: rgba(10, 17, 40, 0.5);
  border: 1px solid rgba(42, 61, 107, 0.6);
}

.page-home .ph-member-stat dt {
  font-size: 12px;
  color: var(--muted);
}

.page-home .ph-member-stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--lime);
}

.page-home .ph-data {
  padding: 72px 0 64px;
}

.page-home .ph-data-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home .ph-data-tree {
  padding: 24px;
  background: rgba(18, 32, 74, 0.45);
  border: 1px solid rgba(42, 61, 107, 0.7);
  border-radius: 18px;
}

.page-home .ph-data-root {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}

.page-home .ph-data-root-icon {
  color: var(--lime);
  font-size: 14px;
}

.page-home .ph-data-root-meta {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}

.page-home .ph-data-branches {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.page-home .ph-data-branch-label {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--neon);
}

.page-home .ph-data-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .ph-data-tag {
  display: inline-flex;
  padding: 7px 14px;
  background: rgba(10, 17, 40, 0.6);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.page-home .ph-data-tag:hover {
  border-color: var(--neon);
  background: rgba(181, 55, 242, 0.14);
  transform: translateY(-2px);
}

.page-home .ph-data-figure {
  position: relative;
}

.page-home .ph-data-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
}

.page-home .ph-data-caption {
  margin: 14px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--cyan);
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .ph-rhythm {
  padding: 72px 0 64px;
  background: linear-gradient(180deg, var(--bg), var(--bg-deep));
  border-top: 1px solid var(--line);
}

.page-home .ph-rhythm-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home .ph-rhythm-timeline {
  display: grid;
  gap: 14px;
}

.page-home .ph-rhythm-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: rgba(18, 32, 74, 0.5);
  border: 1px solid rgba(42, 61, 107, 0.6);
  border-radius: 12px;
}

.page-home .ph-rhythm-hour {
  min-width: 90px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--lime);
}

.page-home .ph-rhythm-desc {
  font-size: 14px;
  color: var(--ink);
}

.page-home .ph-rhythm-dot {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 10px rgba(181, 55, 242, 0.8);
  flex-shrink: 0;
}

.page-home .ph-cert-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.page-home .ph-cert-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 14px;
  background: rgba(10, 17, 40, 0.45);
  border: 1px solid rgba(42, 61, 107, 0.55);
  border-radius: 12px;
}

.page-home .ph-cert-value {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
}

.page-home .ph-cert-label {
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}

@media (min-width: 720px) {
  .page-home .ph-hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .ph-member-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .ph-cert-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .page-home .ph-rhythm-item {
    padding: 18px 20px;
  }
}

@media (min-width: 1024px) {
  .page-home .ph-hero {
    padding: 120px 0 88px;
  }

  .page-home .ph-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: center;
  }

  .page-home .ph-hero-actions {
    flex-wrap: nowrap;
  }

  .page-home .ph-hero-panel {
    transform: rotate(0.6deg) translateY(8px);
    padding: 28px 24px;
  }

  .page-home .ph-download-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 72px;
  }

  .page-home .ph-download-visual {
    justify-content: flex-end;
  }

  .page-home .ph-download-frame {
    max-width: 360px;
  }

  .page-home .ph-section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-home .ph-schedule-layout {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
  }

  .page-home .ph-schedule-side {
    grid-template-columns: 1fr;
  }

  .page-home .ph-transfer-card {
    align-self: stretch;
  }

  .page-home .ph-member {
    padding: 96px 0;
  }

  .page-home .ph-member-card {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    padding: 40px;
    align-items: center;
  }

  .page-home .ph-member-stats {
    gap: 14px;
  }

  .page-home .ph-member-stat {
    padding: 20px 12px;
  }

  .page-home .ph-data {
    padding: 96px 0;
  }

  .page-home .ph-data-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }

  .page-home .ph-rhythm {
    padding: 96px 0;
  }

  .page-home .ph-rhythm-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .page-home .ph-rhythm-timeline {
    gap: 16px;
  }
}
