.page-home {
  --home-gold: #F4C430;
  --home-gold-line: #D4AF37;
  --home-red: #E63946;
  --home-jade: #2A9D8F;
  --home-ivory: #F8F4E3;
  --home-ink: #0E1B1F;
  --home-mist: #9AA8A0;
  --home-wine: #7B1113;
  --home-brown: #2A2418;
  --home-glow: rgba(212, 175, 55, .35);
  overflow-x: hidden;
  background: var(--cs-bg);
  color: var(--cs-ivory);
  font-family: var(--cs-font-sans);
}

.page-home .home-section-head {
  margin-bottom: clamp(22px, 3.4vw, 36px);
}

.page-home .home-section-head .cs-section-kicker {
  color: var(--home-gold);
  letter-spacing: .16em;
  font-size: 13px;
  text-transform: uppercase;
}

.page-home .home-section-head .cs-section-title {
  font-family: var(--cs-font-serif);
  font-size: clamp(26px, 4vw, 42px);
  color: var(--home-ivory);
  margin: 8px 0 0;
  line-height: 1.2;
  letter-spacing: .03em;
}

.page-home .home-section-head .cs-section-note {
  color: var(--home-mist);
  font-size: 13px;
  letter-spacing: .18em;
}

.page-home .home-hero {
  position: relative;
  padding: clamp(34px, 6vw, 88px) 0 60px;
  background:
    radial-gradient(ellipse at 12% 10%, rgba(230, 57, 70, .22), transparent 50%),
    radial-gradient(ellipse at 88% 6%, rgba(244, 196, 48, .2), transparent 42%),
    var(--cs-bg);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 36%, rgba(212, 175, 55, .1), transparent 34%),
    radial-gradient(circle at 74% 68%, rgba(230, 57, 70, .1), transparent 30%);
}

.page-home .home-hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}

.page-home .home-hero__visual {
  position: relative;
  width: min(80vw, 300px);
  margin-inline: auto;
}

.page-home .home-hero__frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid var(--home-gold-line);
  box-shadow: 0 34px 66px rgba(0, 0, 0, .46), 0 0 0 8px rgba(212, 175, 55, .08);
  transform: rotate(1.6deg);
}

.page-home .home-hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(230, 57, 70, .1), transparent 38%, rgba(14, 27, 31, .25));
  pointer-events: none;
}

.page-home .home-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.page-home .home-hero__seal {
  position: absolute;
  bottom: 24px;
  right: -14px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--home-red), #771012);
  border: 2px solid var(--home-gold);
  color: var(--home-ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: var(--cs-font-serif);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: .1em;
  box-shadow: 0 0 0 6px rgba(230, 57, 70, .18), 0 14px 28px rgba(0, 0, 0, .4);
  transform: rotate(5deg);
  z-index: 2;
}

.page-home .home-hero__badge {
  position: absolute;
  top: 18px;
  left: -10px;
  background: linear-gradient(135deg, var(--home-red), #b0202a);
  color: #fff;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .4);
  box-shadow: 0 12px 30px rgba(230, 57, 70, .4);
  z-index: 2;
  font-size: 14px;
}

.page-home .home-hero__coin {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 4px solid #f7d887;
  background: radial-gradient(circle at 35% 30%, #fff3bd, var(--home-gold) 66%, #c8912c);
  color: #7d5b12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cs-font-serif);
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .35), inset 0 -2px 4px rgba(0, 0, 0, .12);
  animation: home-coin-spin 7s linear infinite;
  z-index: 2;
}

.page-home .home-hero__coin--one {
  top: 34px;
  right: -18px;
}

.page-home .home-hero__coin--two {
  bottom: 70px;
  left: -22px;
  width: 30px;
  height: 30px;
  font-size: 13px;
  animation-duration: 5.5s;
  animation-delay: -2.2s;
}

.page-home .home-hero__content {
  width: 100%;
  text-align: center;
}

.page-home .home-hero__breadcrumb {
  margin-bottom: 12px;
  justify-content: center;
}

.page-home .home-hero__eyebrow {
  font-size: 13px;
  letter-spacing: .34em;
  color: var(--home-gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-home .home-hero__content h1 {
  font-family: var(--cs-font-serif);
  font-size: clamp(42px, 8.6vw, 74px);
  margin: 0 0 6px;
  letter-spacing: .08em;
  color: var(--home-ivory);
  line-height: 1.08;
}

.page-home .home-hero__slogan {
  font-family: var(--cs-font-serif);
  color: var(--home-gold);
  font-size: 22px;
  letter-spacing: .24em;
  margin: 0 0 18px;
}

.page-home .home-hero__lead {
  max-width: 560px;
  margin: 0 auto 30px;
  color: var(--home-mist);
  line-height: 1.8;
  font-size: 15px;
}

.page-home .home-hero__map {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 660px;
  margin: 0 auto;
  text-align: left;
}

.page-home .home-hero__mapitem {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(212, 175, 55, .32);
  border-radius: 16px;
  text-decoration: none;
  color: var(--home-ivory);
  transition: transform var(--cs-transition), border-color var(--cs-transition), background var(--cs-transition);
}

.page-home .home-hero__mapitem:hover,
.page-home .home-hero__mapitem:focus-visible {
  transform: translateY(-3px);
  border-color: var(--home-gold);
  background: rgba(244, 196, 48, .08);
}

.page-home .home-hero__mapitem::after {
  content: "→";
  color: var(--home-red);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.page-home .home-hero__mapnum {
  font-family: var(--cs-font-num);
  color: var(--home-gold);
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--home-gold-line);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .home-hero__maptitle {
  font-weight: 600;
  font-size: 15px;
}

.page-home .home-hero__mapdesc {
  grid-column: 2;
  color: var(--home-mist);
  font-size: 13px;
}

.page-home .home-hero__mapitem::after {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
}

.page-home .home-version {
  background: linear-gradient(180deg, var(--cs-bg-raised), #101e23);
  padding: 60px 0 44px;
  border-block: 1px solid rgba(212, 175, 55, .2);
}

.page-home .home-version__intro {
  max-width: 860px;
  color: var(--home-mist);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 30px;
}

.page-home .home-version__grid {
  display: grid;
  gap: 18px;
}

.page-home .home-version__card {
  position: relative;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(212, 175, 55, .3);
  border-radius: var(--cs-radius);
  padding: 30px 24px 24px;
  overflow: hidden;
  transition: transform var(--cs-transition), background var(--cs-transition), box-shadow var(--cs-transition);
}

.page-home .home-version__card:hover,
.page-home .home-version__card:focus-within {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .3);
}

.page-home .home-version__index {
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: var(--cs-font-num);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: rgba(244, 196, 48, .5);
  transition: transform var(--cs-transition), color var(--cs-transition);
}

.page-home .home-version__card:hover .home-version__index {
  transform: rotate(360deg);
  color: var(--home-gold);
}

.page-home .home-version__card h3 {
  font-family: var(--cs-font-serif);
  font-size: 20px;
  margin: 14px 0 10px;
  color: var(--home-ivory);
  padding-right: 30px;
}

.page-home .home-version__card p {
  color: var(--home-mist);
  line-height: 1.7;
  font-size: 14px;
}

.page-home .home-version__cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.page-home .home-compat {
  background:
    radial-gradient(circle at 88% 14%, rgba(244, 196, 48, .13), transparent 32%),
    var(--cs-bg-brown);
  padding: 60px 0;
}

.page-home .home-compat__layout {
  display: grid;
  gap: 26px;
}

.page-home .home-compat__devices {
  display: flex;
  justify-content: center;
}

.page-home .home-compat__iconwrap {
  position: relative;
  width: 120px;
  border-radius: 20px;
  background: rgba(14, 27, 31, .5);
  border: 1px solid rgba(212, 175, 55, .35);
  padding: 16px 12px;
}

.page-home .home-compat__icon {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1 / 2;
  object-fit: contain;
}

.page-home .home-compat__lead {
  color: var(--home-ivory);
  line-height: 1.7;
  margin: 0 0 20px;
  font-size: 15px;
}

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

.page-home .home-compat__tags li {
  background: rgba(14, 27, 31, .55);
  border: 1px solid var(--home-gold-line);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--home-ivory);
  letter-spacing: .02em;
  transition: background var(--cs-transition), color var(--cs-transition), transform var(--cs-transition), box-shadow var(--cs-transition);
}

.page-home .home-compat__tags li:hover {
  background: var(--home-gold);
  color: var(--home-ink);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(244, 196, 48, .22);
}

.page-home .home-compat__systems {
  margin-top: 34px;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(14, 27, 31, .45);
  border: 1px solid rgba(212, 175, 55, .24);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.page-home .home-compat__systems p {
  margin: 0;
  color: var(--home-mist);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .home-compat__systems strong {
  color: var(--home-ivory);
  font-weight: 600;
}

.page-home .home-member {
  background:
    radial-gradient(circle at 8% 90%, rgba(230, 57, 70, .18), transparent 36%),
    var(--cs-bg);
  padding: 60px 0;
}

.page-home .home-member__layout {
  display: grid;
  gap: 28px;
}

.page-home .home-member__pyramid {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, .028);
  border: 1px solid rgba(212, 175, 55, .2);
  border-radius: 22px;
  padding: 22px 12px;
}

.page-home .home-member__svg {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

.page-home .home-member__svg text {
  font-family: var(--cs-font-sans);
}

.page-home .home-member__svg .home-svg-lv {
  font-size: 11px;
}

.page-home .home-member__svg .home-svg-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.page-home .home-member__svg .home-svg-range {
  font-size: 10px;
  font-family: var(--cs-font-num);
}

.page-home .home-member__svg .home-svg-summary {
  font-family: var(--cs-font-serif);
  font-size: 15px;
  letter-spacing: .12em;
}

.page-home .home-member__svg .home-svg-note {
  font-size: 11px;
  letter-spacing: .08em;
}

.page-home .home-rank-level {
  transition: opacity var(--cs-transition);
}

.page-home .home-rank-level rect {
  transition: filter var(--cs-transition), stroke var(--cs-transition), stroke-width var(--cs-transition);
}

.page-home .home-rank-level:hover rect,
.page-home .home-rank-level:focus-within rect {
  filter: brightness(1.14);
  stroke: var(--home-ivory);
  stroke-width: 2;
}

.page-home .home-member__aside {
  display: grid;
  gap: 24px;
}

.page-home .home-member__imgwrap {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}

.page-home .home-member__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--home-gold-line);
  box-shadow: 0 22px 44px rgba(0, 0, 0, .35);
}

.page-home .home-member__info {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(212, 175, 55, .26);
  border-radius: 20px;
  padding: 28px 24px;
}

.page-home .home-member__info h3 {
  font-family: var(--cs-font-serif);
  font-size: 21px;
  color: var(--home-ivory);
  margin: 0 0 12px;
}

.page-home .home-member__info p {
  color: var(--home-mist);
  line-height: 1.75;
  margin: 0 0 20px;
  font-size: 14px;
}

.page-home .home-member__benefits {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-member__benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--home-ivory);
  font-size: 14px;
  line-height: 1.5;
}

.page-home .home-member__mark {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--home-jade);
  color: var(--home-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.page-home .home-bigscreen {
  background:
    radial-gradient(circle at 14% 14%, rgba(244, 196, 48, .12), transparent 30%),
    linear-gradient(160deg, var(--cs-bg-wine), #4f0c0f 64%, var(--cs-bg-wine));
  padding: 60px 0;
}

.page-home .home-bigscreen__intro {
  max-width: 820px;
  color: rgba(248, 244, 227, .82);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.page-home .home-bigscreen__grid {
  display: grid;
  gap: 16px;
}

.page-home .home-bigscreen__card {
  background: rgba(14, 27, 31, .42);
  border: 1px solid rgba(244, 196, 48, .32);
  border-radius: 18px;
  padding: 26px 22px;
  transition: transform var(--cs-transition), box-shadow var(--cs-transition), border-color var(--cs-transition);
}

.page-home .home-bigscreen__card:hover {
  transform: translateY(-3px);
  border-color: var(--home-gold);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .3);
}

.page-home .home-bigscreen__num {
  font-family: var(--cs-font-num);
  font-size: 26px;
  font-weight: 700;
  color: var(--home-gold);
}

.page-home .home-bigscreen__card h3 {
  font-family: var(--cs-font-serif);
  font-size: 20px;
  margin: 12px 0 8px;
  color: var(--home-ivory);
}

.page-home .home-bigscreen__card p {
  color: rgba(248, 244, 227, .72);
  line-height: 1.7;
  font-size: 14px;
}

.page-home .home-bigscreen__cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.page-home .home-guide {
  background:
    radial-gradient(circle at 92% 16%, rgba(244, 196, 48, .12), transparent 34%),
    var(--cs-bg-raised);
  padding: 60px 0;
  border-top: 1px solid rgba(212, 175, 55, .2);
}

.page-home .home-guide__layout {
  display: grid;
  gap: 34px;
  align-items: center;
}

.page-home .home-guide__list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.page-home .home-guide__step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(212, 175, 55, .28);
}

.page-home .home-guide__step:first-child {
  padding-top: 0;
}

.page-home .home-guide__stepnum {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--home-red);
  color: #fff;
  font-family: var(--cs-font-serif);
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px rgba(230, 57, 70, .16);
}

.page-home .home-guide__step h3 {
  font-family: var(--cs-font-serif);
  font-size: 18px;
  color: var(--home-ivory);
  margin: 2px 0 6px;
}

.page-home .home-guide__step p {
  color: var(--home-mist);
  line-height: 1.7;
  font-size: 14px;
  margin: 0;
}

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

.page-home .home-guide__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  box-shadow: 0 0 0 0 rgba(244, 196, 48, .28);
  animation: home-soft-pulse 2.6s ease-in-out infinite;
  pointer-events: none;
}

.page-home .home-guide__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, .4);
}

.page-home .home-rooms {
  background: linear-gradient(180deg, var(--cs-bg), var(--cs-bg-brown));
  padding: 60px 0 72px;
}

.page-home .home-rooms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-home .home-rooms__card {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(212, 175, 55, .26);
  border-radius: 18px;
  padding: 26px 16px;
  text-align: center;
  text-decoration: none;
  color: var(--home-ivory);
  transition: transform var(--cs-transition), box-shadow var(--cs-transition), border-color var(--cs-transition), background var(--cs-transition);
}

.page-home .home-rooms__card:hover,
.page-home .home-rooms__card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--home-gold);
  background: rgba(244, 196, 48, .08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .3);
}

.page-home .home-rooms__circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  font-family: var(--cs-font-serif);
  color: var(--home-ivory);
  background: linear-gradient(140deg, var(--home-red), #b5272f);
  box-shadow: 0 8px 18px rgba(230, 57, 70, .26);
  margin-bottom: 14px;
}

.page-home .home-rooms__card:nth-child(3n-1) .home-rooms__circle {
  background: linear-gradient(140deg, var(--home-jade), #1f7468);
  box-shadow: 0 8px 18px rgba(42, 157, 143, .22);
}

.page-home .home-rooms__card:nth-child(3n) .home-rooms__circle {
  background: linear-gradient(140deg, #b8912f, #8a6a20);
  box-shadow: 0 8px 18px rgba(180, 145, 45, .24);
}

.page-home .home-rooms__card h3 {
  font-family: var(--cs-font-serif);
  font-size: 19px;
  margin: 0 0 8px;
}

.page-home .home-rooms__card p {
  color: var(--home-mist);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.page-home .home-rooms__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.page-home .home-rooms__stat {
  background: rgba(14, 27, 31, .5);
  border: 1px solid rgba(212, 175, 55, .2);
  border-radius: 16px;
  padding: 24px 12px;
  text-align: center;
}

.page-home .home-rooms__num {
  font-family: var(--cs-font-num);
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 700;
  color: var(--home-gold);
  display: block;
  line-height: 1.15;
}

.page-home .home-rooms__label {
  font-size: 13px;
  color: var(--home-mist);
  display: block;
  margin-top: 6px;
  letter-spacing: .06em;
}

.page-home .home-rooms__trust {
  max-width: 820px;
  margin: 34px auto 0;
  text-align: center;
  color: var(--home-mist);
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px dashed rgba(212, 175, 55, .3);
  padding-top: 28px;
}

.page-home .home-rooms__cta {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.page-home .home-rooms__hotline {
  margin: 4px 0 0;
  color: var(--home-mist);
  font-size: 13px;
  letter-spacing: .04em;
}

@keyframes home-coin-spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes home-soft-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(244, 196, 48, .3);
  }
  50% {
    box-shadow: 0 0 0 16px rgba(244, 196, 48, 0);
  }
}

@media (min-width: 640px) {
  .page-home .home-hero__container {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }

  .page-home .home-hero__visual {
    flex: 0 0 300px;
    margin: 0;
  }

  .page-home .home-hero__content {
    text-align: left;
    flex: 1;
  }

  .page-home .home-hero__breadcrumb {
    justify-content: flex-start;
  }

  .page-home .home-hero__lead {
    margin-left: 0;
    margin-right: 0;
  }

  .page-home .home-hero__map {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

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

  .page-home .home-compat__layout {
    grid-template-columns: 180px 1fr;
    gap: 34px;
    align-items: center;
  }

  .page-home .home-compat__systems {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .page-home .home-bigscreen__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-guide__layout {
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
  }

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

  .page-home .home-rooms__stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-rooms__cta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero__visual {
    flex-basis: 340px;
  }

  .page-home .home-member__layout {
    grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .home-member__aside {
    gap: 24px;
  }
}

@media (min-width: 1180px) {
  .page-home .home-hero__container {
    gap: 76px;
  }

  .page-home .home-hero__visual {
    flex-basis: 360px;
  }

  .page-home .home-member__layout {
    grid-template-columns: minmax(0, 460px) minmax(0, 320px) minmax(0, 1fr);
    gap: 28px;
  }

  .page-home .home-member__aside {
    grid-template-rows: auto 1fr;
  }

  .page-home .home-bigscreen__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__coin,
  .page-home .home-guide__visual::after {
    animation: none;
  }

  .page-home .home-version__card,
  .page-home .home-bigscreen__card,
  .page-home .home-rooms__card,
  .page-home .home-hero__mapitem {
    transition: none;
  }
}
