:root {
  --ink: #0c0701;
  --ink-soft: #160d04;
  --panel: rgba(28, 15, 5, 0.88);
  --panel-deep: rgba(13, 7, 2, 0.94);
  --gold: #c8924c;
  --gold-bright: #f1c879;
  --gold-light: #f3d49c;
  --gold-pale: #fff0d0;
  --muted: #aa9477;
  --line: rgba(214, 159, 85, 0.24);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body.black-gold-theme {
  min-width: 320px;
  margin: 0;
  color: #ead8bc;
  background: #080501;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
}

.black-gold-theme *,
.black-gold-theme *::before,
.black-gold-theme *::after {
  box-sizing: border-box;
}

.black-gold-theme .page-shell {
  position: relative;
  width: min(100%, 520px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  color: #ead8bc;
  background: var(--ink);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.82);
}

.black-gold-theme main {
  display: block;
  overflow: hidden;
}

.black-gold-page {
  position: relative;
  background-color: var(--ink);
  background-image: url("https://doubao-video-assets.oss-cn-shenzhen.aliyuncs.com/juxin-gba-summit-2026/20260814-v2/images/hero-poster.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.black-gold-poster {
  position: relative;
  width: 100%;
  aspect-ratio: 1072 / 4300;
}

.black-gold-poster::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 88px;
  background: linear-gradient(180deg, transparent, var(--ink));
  content: "";
  pointer-events: none;
}

.gold-section,
.black-gold-theme .section {
  position: relative;
  padding: 76px 25px;
  background: transparent;
}

.gold-section::before,
.black-gold-theme .venue::before,
.black-gold-theme .details::before {
  position: absolute;
  top: 0;
  right: 25px;
  left: 25px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 200, 121, 0.8), transparent);
  box-shadow: 0 0 13px rgba(220, 156, 69, 0.18);
  content: "";
}

.gold-kicker,
.black-gold-theme .section-kicker {
  display: flex;
  margin: 0 0 28px;
  color: #bc9d72;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.gold-kicker::after,
.black-gold-theme .section-kicker::after {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-bright), transparent);
  content: "";
}

.gold-kicker span,
.black-gold-theme .section-kicker span {
  color: var(--gold-bright);
}

.gold-title,
.black-gold-theme .section-title {
  margin: 0;
  color: var(--gold-pale);
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: clamp(42px, 12.5vw, 64px);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.16;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.72);
}

.gold-title em,
.black-gold-theme .section-title em {
  color: transparent;
  background: linear-gradient(100deg, #fff1ce 2%, #c68a3d 48%, #f6d9a2 94%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  -webkit-text-fill-color: transparent;
}

.gold-about {
  padding-top: 84px;
}

.gold-heritage {
  display: grid;
  margin-top: 44px;
  padding: 26px 19px;
  border: 1px solid rgba(211, 154, 76, 0.35);
  border-radius: 3px;
  background:
    radial-gradient(circle at 50% 0, rgba(236, 178, 92, 0.13), transparent 62%),
    linear-gradient(145deg, rgba(50, 28, 10, 0.88), rgba(18, 9, 2, 0.9));
  box-shadow: inset 0 0 30px rgba(255, 197, 111, 0.025), 0 20px 55px rgba(0, 0, 0, 0.25);
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  gap: 15px;
}

.gold-heritage > div {
  display: grid;
  gap: 8px;
}

.gold-heritage > div:last-child {
  padding-left: 4px;
}

.gold-heritage strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.gold-heritage strong small {
  margin-left: 3px;
  color: #c4a476;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
}

.gold-heritage span {
  color: #d9c3a3;
  font-size: 11px;
  line-height: 1.65;
}

.gold-heritage > i {
  display: block;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
}

.gold-heritage-art {
  margin: 44px -25px 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gold-heritage-art img {
  display: block;
  width: 100%;
  height: auto;
}

.gold-lead,
.gold-body {
  margin: 34px 0 0;
  color: #d8c7ae;
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 2.05;
}

.gold-quote {
  position: relative;
  margin: 34px 0 0;
  padding: 21px 17px 21px 22px;
  border-left: 2px solid var(--gold-bright);
  color: #f1dfc4;
  background: linear-gradient(90deg, rgba(205, 145, 64, 0.12), transparent);
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}

.gold-quote::before {
  position: absolute;
  top: -18px;
  right: 12px;
  color: rgba(236, 190, 116, 0.12);
  content: "“";
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 1;
}

.gold-launch {
  display: grid;
  margin-top: 46px;
  padding: 26px 20px 24px;
  border-top: 1px solid rgba(240, 198, 127, 0.45);
  border-bottom: 1px solid rgba(240, 198, 127, 0.24);
  background:
    linear-gradient(90deg, transparent, rgba(208, 148, 68, 0.1), transparent),
    rgba(17, 9, 2, 0.42);
  text-align: center;
  gap: 13px;
}

.gold-launch small {
  color: var(--gold-bright);
  font-size: 11px;
  letter-spacing: 0.13em;
}

.gold-launch strong {
  color: #fff1d4;
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: 17px;
  letter-spacing: 0.035em;
  line-height: 1.7;
}

.gold-launch span {
  color: #9d876a;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.gold-launch h3 {
  margin: 0;
  color: var(--gold-light);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.gold-launch h3 i {
  color: #76502a;
  font-style: normal;
}

.gold-principles {
  display: grid;
  margin-top: 30px;
  padding: 18px 6px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--gold-bright);
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  place-items: center;
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gold-principles i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(235, 185, 107, 0.7);
}

.gold-values {
  overflow: hidden;
}

.gold-values::after {
  position: absolute;
  top: 135px;
  right: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(205, 148, 74, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(205, 148, 74, 0.025), 0 0 0 86px rgba(205, 148, 74, 0.018);
  content: "";
  pointer-events: none;
}

.gold-value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 40px -13px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.gold-value-card {
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #050403;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.gold-value-card img {
  display: block;
  width: 100%;
  height: auto;
}

.gold-value-card > span {
  color: #7b5831;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.gold-value-card h3 {
  margin: 29px 0 10px;
  color: var(--gold-pale);
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.gold-value-card h3::after {
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 10px;
  background: var(--gold-bright);
  content: "";
}

.gold-value-card p {
  margin: 0;
  color: #b8a58b;
  font-size: 11px;
  line-height: 1.9;
}

.gold-meaning {
  min-height: 940px;
  overflow: hidden;
  background:
    radial-gradient(circle at 107% 19%, rgba(189, 124, 45, 0.17), transparent 210px),
    radial-gradient(circle at -9% 69%, rgba(235, 186, 112, 0.07), transparent 190px);
}

.gold-overline {
  margin: 0 0 25px;
  color: #c6a375;
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.gold-statement {
  margin: 0;
  color: #fff1d1;
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: clamp(32px, 9.4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.48;
}

.gold-statement em {
  color: var(--gold-bright);
  font-style: normal;
  text-shadow: 0 0 25px rgba(217, 154, 66, 0.17);
}

.gold-lines {
  position: relative;
  margin-top: 49px;
  padding: 19px 0 19px 21px;
  border-left: 1px solid var(--gold);
}

.gold-lines p {
  margin: 0;
  color: #a28d73;
  font-size: 12px;
  line-height: 2.15;
}

.gold-meaning-quote {
  margin: 58px 0 0;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--gold-light);
  font-family: "STSong", "Songti SC", "SimSun", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 2;
}

.black-gold-theme .venue {
  padding-top: 82px;
  border: 0;
  background:
    radial-gradient(circle at -10% 21%, rgba(204, 145, 63, 0.1), transparent 230px),
    transparent;
}

.black-gold-theme .hotel-intro {
  margin-top: 40px;
}

.black-gold-theme .hotel-intro__photo {
  height: 365px;
  border: 1px solid rgba(222, 170, 94, 0.4);
  border-radius: 3px;
  background: #0b0703;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.black-gold-theme .hotel-intro__photo > img {
  filter: saturate(0.92) contrast(1.04) brightness(0.88);
}

.black-gold-theme .hotel-intro__shade {
  background:
    linear-gradient(180deg, rgba(8, 4, 1, 0.03) 24%, rgba(8, 4, 1, 0.86) 100%),
    linear-gradient(90deg, rgba(8, 4, 1, 0.32), transparent 76%);
}

.black-gold-theme .hotel-intro__title small {
  color: var(--gold-bright);
}

.black-gold-theme .hotel-intro__title h3 {
  color: #fff3db;
  font-family: "STSong", "Songti SC", "SimSun", serif;
  text-shadow: 0 3px 20px #000;
}

.black-gold-theme .hotel-intro__title p {
  color: rgba(248, 211, 153, 0.75);
}

.black-gold-theme .hotel-logo {
  width: 205px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.96)) drop-shadow(0 8px 14px rgba(0, 0, 0, 0.82));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.black-gold-theme .body-copy,
.black-gold-theme .venue-copy {
  color: #d5c2a7;
  font-size: 13px;
  line-height: 2.05;
}

.black-gold-theme .hotel-highlights {
  border-color: var(--line);
}

.black-gold-theme .hotel-highlights span {
  border-color: var(--line);
  color: #dfcbae;
  background: rgba(31, 17, 6, 0.46);
}

.black-gold-theme .hotel-highlights span::before {
  border-color: var(--gold-bright);
}

.black-gold-theme .hotel-gallery.hotel-experience-slider {
  border-color: rgba(220, 166, 88, 0.44);
  border-radius: 3px;
  background: #0c0702;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32);
  clip-path: none;
}

.black-gold-theme .hotel-experience-slider::before {
  right: 0;
  background: linear-gradient(90deg, transparent, var(--gold-bright));
  box-shadow: 0 0 12px rgba(231, 180, 102, 0.55);
}

.black-gold-theme .hotel-slider__viewport {
  height: clamp(365px, 91vw, 455px);
  background: #0d0803;
}

.black-gold-theme .hotel-slider__viewport::before {
  background:
    linear-gradient(180deg, rgba(9, 5, 2, 0) 13%, rgba(9, 5, 2, 0.05) 48%, rgba(9, 5, 2, 0.82) 100%),
    linear-gradient(90deg, rgba(9, 5, 2, 0.2), transparent 62%);
}

.black-gold-theme .hotel-slider__viewport::after {
  background: none;
}

.black-gold-theme .hotel-experience-slider .hotel-slide,
.black-gold-theme .hotel-experience-slider .hotel-slide > img {
  background: #0d0803;
}

.black-gold-theme .hotel-experience-slider .hotel-slide > img {
  filter: saturate(0.98) contrast(1.02) brightness(0.96);
}

.black-gold-theme .hotel-experience-slider .hotel-slide figcaption small {
  color: var(--gold-bright);
  text-shadow: 0 2px 3px #000, 0 0 12px rgba(220, 155, 68, 0.48);
}

.black-gold-theme .hotel-experience-slider .hotel-slide figcaption strong {
  color: #fff3dc;
  font-family: "STSong", "Songti SC", "SimSun", serif;
  text-shadow: 0 2px 2px #000, 0 5px 16px #000, 0 0 9px rgba(0, 0, 0, 0.96);
}

.black-gold-theme .hotel-experience-slider .hotel-slide figcaption span {
  color: rgba(255, 240, 215, 0.94);
  text-shadow: 0 2px 3px #000, 0 4px 10px rgba(0, 0, 0, 0.96);
}

.black-gold-theme .hotel-slider__count,
.black-gold-theme .hotel-slider__count strong {
  color: #f3d49c;
}

.black-gold-theme .hotel-slider__dots button::before {
  background: rgba(225, 182, 115, 0.3);
}

.black-gold-theme .hotel-slider__dots button::after {
  background: linear-gradient(90deg, #a66e2e, #f2ca82);
  box-shadow: 0 0 8px rgba(225, 174, 94, 0.55);
}

.black-gold-theme .hotel-slider__arrows button {
  border-color: rgba(230, 185, 119, 0.46);
  color: #f9deb0;
  background: rgba(18, 9, 2, 0.76);
}

.black-gold-theme .room-heading small,
.black-gold-theme .hall-heading small {
  color: var(--gold-bright);
}

.black-gold-theme .room-heading h3,
.black-gold-theme .hall-heading h3 {
  color: #fff0d0;
  font-family: "STSong", "Songti SC", "SimSun", serif;
}

.black-gold-theme .room-heading > span,
.black-gold-theme .hall-heading > span {
  color: #8d775e;
}

.black-gold-theme .room-card {
  border-color: rgba(218, 162, 84, 0.4);
  border-radius: 3px;
  background: linear-gradient(160deg, #241305, #0e0803);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.black-gold-theme .room-card > img {
  filter: saturate(0.92) contrast(1.03) brightness(0.92);
}

.black-gold-theme .room-card figcaption {
  background: linear-gradient(180deg, rgba(39, 21, 7, 0.96), rgba(16, 8, 2, 0.98));
}

.black-gold-theme .room-card figcaption > span,
.black-gold-theme .room-card h4 {
  color: var(--gold-light);
}

.black-gold-theme .room-card p {
  color: #aa967a;
}

.black-gold-theme .hall-tabs button {
  border-color: rgba(218, 162, 84, 0.3);
  color: #b7a286;
  background: rgba(24, 13, 4, 0.88);
}

.black-gold-theme .hall-tabs button.is-active {
  border-color: #e0aa5e;
  color: #170c03;
  background: linear-gradient(105deg, #ad702c, #f0c778);
  box-shadow: 0 7px 20px rgba(170, 102, 30, 0.16);
}

.black-gold-theme .hall-panel {
  border-color: rgba(217, 162, 85, 0.4);
  border-radius: 3px;
  background:
    radial-gradient(circle at 100% 25%, rgba(220, 160, 79, 0.09), transparent 210px),
    linear-gradient(145deg, #241407, #100803);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.black-gold-theme .hall-panel > img {
  filter: saturate(0.9) contrast(1.02) brightness(0.93);
}

.black-gold-theme .hall-panel__body {
  padding: 24px 20px 22px;
  color: #ead7b8;
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 163, 82, 0.14), transparent 190px),
    linear-gradient(150deg, rgba(48, 27, 9, 0.98), rgba(15, 8, 2, 0.99));
}

.black-gold-theme .hall-panel__title {
  border-color: var(--line);
}

.black-gold-theme .hall-panel__title > div > small,
.black-gold-theme .hall-panel__title > strong {
  color: #f3c773;
}

.black-gold-theme .hall-panel__title h3 {
  color: #fff4de;
  font-family: "STSong", "Songti SC", "SimSun", serif;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.58);
}

.black-gold-theme .hall-panel__title > strong small {
  color: #c4a276;
}

.black-gold-theme .hall-panel dl div {
  border-color: rgba(211, 154, 76, 0.16);
}

.black-gold-theme .hall-panel dt {
  color: #b39a77;
  font-weight: 500;
}

.black-gold-theme .hall-panel dd {
  color: #f0ddbf;
  font-weight: 500;
}

.black-gold-theme .venue-address {
  border-color: rgba(217, 161, 82, 0.42);
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(56, 31, 10, 0.8), rgba(15, 8, 2, 0.94));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.black-gold-theme .venue-address__icon {
  border-color: rgba(233, 187, 117, 0.58);
}

.black-gold-theme .venue-address__icon svg,
.black-gold-theme .venue-address > a {
  color: var(--gold-light);
  stroke: var(--gold-light);
}

.black-gold-theme .venue-address small {
  color: #9b866b;
}

.black-gold-theme .venue-address strong {
  color: #f4e0c0;
}

.black-gold-theme .details {
  padding-top: 84px;
  padding-bottom: 155px;
  border: 0;
  background:
    radial-gradient(circle at 50% 37%, rgba(209, 148, 65, 0.1), transparent 300px),
    transparent;
}

.black-gold-theme .date-card {
  border-color: rgba(225, 172, 96, 0.44);
  border-radius: 3px;
  background:
    radial-gradient(circle at 50% 0, rgba(231, 178, 99, 0.12), transparent 220px),
    linear-gradient(145deg, rgba(53, 29, 9, 0.85), rgba(15, 8, 2, 0.95));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.black-gold-theme .date-card__day small,
.black-gold-theme .date-card__day span {
  color: #a78f70;
}

.black-gold-theme .date-card__day strong {
  color: var(--gold-light);
  text-shadow: 0 0 24px rgba(218, 157, 72, 0.16);
}

.black-gold-theme .date-card__place {
  border-color: var(--line);
}

.black-gold-theme .date-card__place svg {
  stroke: var(--gold-bright);
}

.black-gold-theme .date-card__place strong {
  color: #fff0d1;
  font-family: "STSong", "Songti SC", "SimSun", serif;
}

.black-gold-theme .rally p,
.black-gold-theme .rally-brand strong {
  color: var(--gold-bright);
}

.black-gold-theme .rally h3,
.black-gold-theme .rally-invite b {
  color: #fff0d0;
  font-family: "STSong", "Songti SC", "SimSun", serif;
}

.black-gold-theme .rally-brand {
  border-color: var(--line);
}

.black-gold-theme .rally .rally-invite span {
  color: #ae987b;
}

.black-gold-theme .primary-button,
.black-gold-theme .sticky-cta button,
.black-gold-theme .sheet-confirm {
  border: 1px solid rgba(255, 222, 164, 0.45);
  color: #211205;
  background: linear-gradient(105deg, #9d6125 0%, #e7b866 36%, #ffe1a7 55%, #bd7d34 100%);
  box-shadow: 0 12px 35px rgba(164, 98, 27, 0.22), inset 0 1px rgba(255, 243, 214, 0.5);
}

.black-gold-theme .fine-print {
  color: #79654d;
}

.black-gold-theme + * {
  color: inherit;
}

.black-gold-theme footer {
  position: relative;
  padding: 48px 22px calc(105px + var(--safe-bottom));
  border-top: 1px solid rgba(214, 159, 85, 0.2);
  color: var(--gold);
  background:
    radial-gradient(circle at 50% 0, rgba(204, 143, 61, 0.1), transparent 230px),
    #090501;
}

.black-gold-theme .footer-logo {
  max-width: 112px;
  max-height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(218, 159, 79, 0.25));
}

.black-gold-theme footer p {
  color: #d4ad72;
}

.black-gold-theme footer small {
  color: #75634d;
}

.black-gold-theme .sticky-cta {
  border-top-color: rgba(220, 163, 84, 0.34);
  background: rgba(12, 7, 1, 0.94);
  box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.28);
}

.black-gold-theme .sticky-cta small {
  color: #9f8a6d;
}

.black-gold-theme .sticky-cta strong {
  color: var(--gold-light);
}

.black-gold-theme .contact-sheet__backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.black-gold-theme .contact-sheet__card {
  border-top-color: rgba(225, 174, 101, 0.48);
  color: #ead8bc;
  background:
    radial-gradient(circle at 88% 8%, rgba(219, 157, 74, 0.15), transparent 220px),
    #140b03;
}

.black-gold-theme .contact-sheet__handle {
  background: #5c452c;
}

.black-gold-theme .contact-sheet__close {
  border-color: rgba(223, 171, 97, 0.34);
  color: var(--gold-light);
}

.black-gold-theme .contact-sheet h2,
.black-gold-theme .contact-sheet__info strong {
  color: #fff0d0;
}

.black-gold-theme .contact-sheet > .contact-sheet__card > p:not(.section-kicker),
.black-gold-theme .contact-sheet__info span {
  color: #ae987c;
}

.black-gold-theme .contact-sheet__info {
  border-color: var(--line);
}

.black-gold-theme .reveal {
  transform: translateY(24px) scale(0.99);
  filter: blur(8px);
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.2, 0.72, 0.2, 1),
    filter 0.95s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.black-gold-theme .reveal.is-visible {
  transform: translateY(0) scale(1);
  filter: blur(0);
  opacity: 1;
}

@media (max-width: 390px) {
  .gold-section,
  .black-gold-theme .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gold-section::before,
  .black-gold-theme .venue::before,
  .black-gold-theme .details::before {
    right: 20px;
    left: 20px;
  }

  .gold-heritage {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gold-value-card {
    min-height: 180px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gold-value-card h3 {
    font-size: 21px;
  }

  .gold-value-card p {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .black-gold-theme .reveal {
    transform: none;
    filter: none;
    opacity: 1;
    transition: none;
  }
}
