/* ============================================================
   澳门吉斯尼 · 首页总览
   作用域：.page-home
   ============================================================ */

.page-home {
  --home-gold-line: rgba(201, 162, 74, 0.34);
  --home-gold-line-strong: rgba(201, 162, 74, 0.62);
  --home-radius: clamp(18px, 2.4vw, 28px);
  --home-block-gap: clamp(56px, 7.5vw, 108px);
  display: block;
  overflow-x: clip;
  background: var(--ink-900);
  color: var(--porcelain);
}

/* ---------- 页首上下文 ---------- */

.page-home .home-context {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 24px;
  padding-top: clamp(18px, 2.8vw, 32px);
}

.page-home .home-context .eyebrow {
  margin: 0;
}

/* ---------- 框景首屏 ---------- */

.page-home .home-hero {
  padding-top: clamp(14px, 2.2vw, 28px);
  padding-bottom: clamp(32px, 5vw, 68px);
}

.page-home .hero-frame {
  position: relative;
  isolation: isolate;
  padding: clamp(22px, 3.4vw, 48px);
  padding-bottom: clamp(38px, 5.5vw, 68px);
  border: 1px solid var(--home-gold-line);
  border-radius: var(--home-radius);
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 92% 0%, rgba(69, 217, 198, 0.08), transparent 58%),
    linear-gradient(152deg, var(--ink-800), var(--ink-900) 72%);
}

.page-home .hero-frame::before {
  content: "";
  position: absolute;
  left: clamp(22px, 3.4vw, 48px);
  right: clamp(22px, 3.4vw, 48px);
  bottom: 15px;
  height: 9px;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, var(--home-gold-line) 0 1px, transparent 1px 22px);
}

.page-home .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 46px);
}

.page-home .hero-copy h1 {
  margin: 0 0 clamp(16px, 2.2vw, 24px);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: var(--porcelain);
}

.page-home .hero-copy .lede {
  max-width: 48ch;
  margin: 0 0 clamp(22px, 3vw, 34px);
  color: var(--mist);
  line-height: 1.8;
}

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

.page-home .hero-visual {
  margin: 0;
}

.page-home .hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: calc(var(--home-radius) - 8px);
}

.page-home .hero-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: clamp(28px, 4vw, 46px) 0 0;
  padding-top: clamp(20px, 3vw, 30px);
  border-top: 1px solid var(--line);
}

.page-home .hero-stat__label {
  display: block;
  margin: 0 0 8px;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--mist);
}

.page-home .hero-stat__value {
  display: block;
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.page-home .hero-stat:nth-child(1) .hero-stat__value {
  color: var(--cyan);
}

.page-home .hero-stat:nth-child(2) .hero-stat__value {
  color: var(--gold-soft);
}

.page-home .hero-stat:nth-child(3) .hero-stat__value {
  color: var(--porcelain);
}

/* ---------- 通用章节 ---------- */

.page-home .home-block {
  padding-block: var(--home-block-gap);
  border-top: 1px solid var(--line);
}

.page-home .home-block__head {
  max-width: 62ch;
  margin-bottom: clamp(28px, 4vw, 50px);
}

.page-home .home-block__head .eyebrow {
  display: block;
  margin: 0 0 16px;
  color: var(--gold);
  letter-spacing: 0.14em;
}

.page-home .home-block__num {
  margin-right: 12px;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--gold);
  border-bottom: 1px solid var(--home-gold-line-strong);
}

.page-home .home-block__head h2 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.018em;
  color: var(--porcelain);
}

.page-home .home-block__head .lede {
  margin: 0;
  max-width: 58ch;
  color: var(--mist);
  line-height: 1.8;
}

/* ---------- 01 桌台品类 ---------- */

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

.page-home .home-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid var(--home-gold-line);
  border-radius: var(--home-radius);
  background: linear-gradient(162deg, var(--ink-700), var(--ink-800));
  transition: border-color 240ms var(--ease), transform 240ms var(--ease);
}

.page-home .home-group:hover {
  border-color: var(--home-gold-line-strong);
  transform: translateY(-3px);
}

.page-home .home-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-home .home-group__head h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--porcelain);
}

.page-home .home-group__note {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.72;
  color: var(--mist);
}

.page-home .home-group__list {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.page-home .home-group__list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9375rem;
  color: var(--porcelain);
}

.page-home .home-group__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 9px;
  height: 1px;
  background: var(--gold);
}

.page-home .home-group__link {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 4px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: var(--gold-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 200ms var(--ease), border-color 200ms var(--ease);
}

.page-home .home-group__link:hover {
  color: var(--cyan);
  border-bottom-color: currentColor;
}

/* ---------- 02 荷官班次 ---------- */

.page-home .home-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 52px);
  align-items: start;
}

.page-home .home-shift-visual {
  margin: 0;
}

.page-home .home-shift-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: calc(var(--home-radius) - 6px);
}

.page-home .home-shift-body .home-block__head {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.page-home .home-shifts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--home-radius);
  overflow: hidden;
}

.page-home .home-shift {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.6vw, 28px);
  background: var(--ink-800);
}

.page-home .home-shift::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: var(--jade-500);
}

.page-home .home-shift:nth-child(1)::before {
  background: var(--gold);
}

.page-home .home-shift:nth-child(2)::before {
  background: linear-gradient(90deg, var(--jade-500), var(--cyan));
}

.page-home .home-shift__time {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  letter-spacing: -0.01em;
  color: var(--porcelain);
}

.page-home .home-shift__name {
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.page-home .home-shift p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.72;
  color: var(--mist);
}

/* ---------- 03 返水与限红 ---------- */

.page-home .home-rate-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.5vw, 40px);
}

.page-home .home-switch {
  position: relative;
}

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

.page-home .home-switch__tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  margin-bottom: clamp(20px, 2.6vw, 28px);
  border: 1px solid var(--home-gold-line);
  border-radius: 999px;
  background: var(--ink-800);
}

.page-home .home-switch__tab {
  padding: 9px 22px;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--mist);
  transition: background 200ms var(--ease), color 200ms var(--ease);
}

.page-home .home-switch__tab:hover {
  color: var(--porcelain);
}

.page-home .home-switch__input:focus-visible ~ .home-switch__tabs .home-switch__tab {
  outline: 2px solid var(--gold-soft);
  outline-offset: 2px;
}

.page-home #view-water:checked ~ .home-switch__tabs .home-switch__tab[for="view-water"],
.page-home #view-limit:checked ~ .home-switch__tabs .home-switch__tab[for="view-limit"] {
  background: var(--gold);
  color: var(--ink-900);
}

.page-home .home-switch__panel {
  display: none;
}

.page-home #view-water:checked ~ .home-switch__panel--water,
.page-home #view-limit:checked ~ .home-switch__panel--limit {
  display: block;
}

.page-home .home-note {
  margin: 16px 0 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--mist);
}

.page-home .home-note a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--home-gold-line-strong);
  transition: color 200ms var(--ease);
}

.page-home .home-note a:hover {
  color: var(--cyan);
}

.page-home .tick-scale {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid var(--home-gold-line);
  border-radius: var(--home-radius);
  background: var(--ink-800);
}

.page-home .tick-scale__row {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 3.4rem;
  align-items: center;
  gap: 10px;
}

.page-home .tick-scale__label {
  font-size: 0.875rem;
  color: var(--mist);
  white-space: nowrap;
}

.page-home .tick-scale__track {
  position: relative;
  display: block;
  height: 10px;
  border-radius: 999px;
  background: var(--ink-600);
  overflow: hidden;
}

.page-home .tick-scale__fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jade-500), var(--cyan));
  transition: width 600ms var(--ease);
}

.page-home .tick-scale__value {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: right;
  color: var(--gold-soft);
}

.page-home .home-water > .tick-scale__row:nth-child(1) .tick-scale__fill { width: 42%; }
.page-home .home-water > .tick-scale__row:nth-child(2) .tick-scale__fill { width: 58%; }
.page-home .home-water > .tick-scale__row:nth-child(3) .tick-scale__fill { width: 75%; }
.page-home .home-water > .tick-scale__row:nth-child(4) .tick-scale__fill { width: 100%; }

.page-home .home-water > .tick-scale__row:last-child .tick-scale__value {
  color: var(--cyan);
}

.page-home .home-limits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid var(--home-gold-line);
  border-radius: var(--home-radius);
  background: var(--ink-800);
}

.page-home .home-limit {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.page-home .home-limit__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 14px;
}

.page-home .home-limit__range {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--porcelain);
}

.page-home .home-limit__tag {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--mist);
}

.page-home .home-limit .span-bar {
  position: relative;
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--ink-600);
  overflow: hidden;
}

.page-home .home-limit .span-bar__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(69, 217, 198, 0.32), rgba(69, 217, 198, 0.86));
}

.page-home .home-limit:nth-child(1) .span-bar__fill { left: 0%; width: 22%; }
.page-home .home-limit:nth-child(2) .span-bar__fill { left: 3%; width: 42%; }
.page-home .home-limit:nth-child(3) .span-bar__fill { left: 7%; width: 64%; }
.page-home .home-limit:nth-child(4) .span-bar__fill { left: 10%; width: 79%; }
.page-home .home-limit:nth-child(5) .span-bar__fill { left: 22%; width: 78%; }

.page-home .home-limit:last-child .span-bar__fill {
  background: linear-gradient(90deg, rgba(210, 85, 74, 0.42), rgba(210, 85, 74, 0.92));
}

.page-home .home-limit:last-child .home-limit__range {
  color: var(--coral);
}

.page-home .home-rate-visual {
  margin: 0;
}

.page-home .home-rate-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: calc(var(--home-radius) - 6px);
}

/* ---------- 04 会员与积分 ---------- */

.page-home .home-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.5vw, 40px);
}

.page-home .home-tiers {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home .home-tier__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.page-home .home-tier__name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--porcelain);
}

.page-home .home-tier__rate {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--gold-soft);
}

.page-home .home-tier__bar {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--ink-600);
  overflow: hidden;
}

.page-home .home-tier__bar > span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jade-500), var(--cyan));
}

.page-home .home-tier:nth-child(1) .home-tier__bar > span { width: 50%; }
.page-home .home-tier:nth-child(2) .home-tier__bar > span { width: 60%; }
.page-home .home-tier:nth-child(3) .home-tier__bar > span { width: 75%; }
.page-home .home-tier:nth-child(4) .home-tier__bar > span { width: 100%; }

.page-home .home-tier:last-child .home-tier__rate {
  color: var(--cyan);
}

.page-home .home-points__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--home-radius);
  overflow: hidden;
}

.page-home .home-points__facts li {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: clamp(16px, 2.2vw, 24px) clamp(18px, 2.4vw, 26px);
  background: var(--ink-800);
}

.page-home .home-points__num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  letter-spacing: -0.01em;
  color: var(--gold-soft);
}

.page-home .home-points__facts li:nth-child(2) .home-points__num {
  color: var(--cyan);
}

.page-home .home-points__facts li:last-child .home-points__num {
  color: var(--porcelain);
}

.page-home .home-points__desc {
  font-size: 0.875rem;
  line-height: 1.72;
  color: var(--mist);
}

/* ---------- 05 起步路径 ---------- */

.page-home .home-steps {
  list-style: none;
  margin: 0 0 clamp(30px, 4vw, 52px);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .home-step {
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid var(--home-gold-line);
  border-radius: var(--home-radius);
  background: linear-gradient(165deg, var(--ink-700), var(--ink-800));
}

.page-home .home-step__num {
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 4px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  border-bottom: 1px solid var(--home-gold-line-strong);
}

.page-home .home-step h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--porcelain);
}

.page-home .home-step p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--mist);
}

.page-home .home-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.5vw, 42px);
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--home-gold-line-strong);
  border-radius: var(--home-radius);
  background:
    radial-gradient(110% 120% at 0% 100%, rgba(69, 217, 198, 0.09), transparent 56%),
    linear-gradient(160deg, var(--ink-800), var(--ink-900));
}

.page-home .home-cta__visual {
  margin: 0;
}

.page-home .home-cta__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 14 / 9;
  object-fit: cover;
  border-radius: calc(var(--home-radius) - 8px);
}

.page-home .home-cta__body h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  color: var(--porcelain);
}

.page-home .home-cta__body p {
  margin: 0 0 clamp(20px, 2.6vw, 28px);
  max-width: 48ch;
  color: var(--mist);
  line-height: 1.8;
}

.page-home .home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- 断点 ---------- */

@media (min-width: 640px) {
  .page-home .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .page-home .hero-stat {
    padding: 0 clamp(16px, 2.4vw, 30px);
    border-left: 1px solid var(--line);
  }

  .page-home .hero-stat:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (min-width: 700px) {
  .page-home .home-tables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 820px) {
  .page-home .home-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 880px) {
  .page-home .home-points {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    align-items: start;
    gap: clamp(36px, 5vw, 76px);
  }

  .page-home .home-cta {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    align-items: center;
    gap: clamp(32px, 4vw, 58px);
  }
}

@media (min-width: 900px) {
  .page-home .hero-frame {
    padding-right: clamp(54px, 6vw, 78px);
  }

  .page-home .hero-frame::after {
    content: "";
    position: absolute;
    top: clamp(22px, 3.4vw, 48px);
    bottom: clamp(38px, 5.5vw, 68px);
    right: 17px;
    width: 9px;
    pointer-events: none;
    background: repeating-linear-gradient(180deg, var(--home-gold-line) 0 1px, transparent 1px 22px);
  }

  .page-home .hero-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: center;
  }

  .page-home .home-split {
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  }
}

@media (min-width: 980px) {
  .page-home .home-rate-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
    gap: clamp(30px, 4vw, 54px);
  }
}

@media (min-width: 1080px) {
  .page-home .home-tables {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ---------- 减少动态效果 ---------- */

@media (prefers-reduced-motion: reduce) {
  .page-home .home-group,
  .page-home .tick-scale__fill,
  .page-home .home-switch__tab,
  .page-home .home-group__link,
  .page-home .home-note a {
    transition: none;
  }

  .page-home .home-group:hover {
    transform: none;
  }
}
<<<END>>>
