@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Cormorant+Garamond:wght@300;400&family=Inter:wght@400;500;700&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
    --color-primary: #ffffff;
    --color-on-primary: #39300e;
    --color-primary-container: #f2e2b1;
    --color-secondary: #cbc6be;
    --color-secondary-container: #4b4943;
    --color-tertiary-dim: #54d7f2;
    --color-surface: #131319;
    --color-on-surface: #e4e1ea;
    --color-outline: #969083;
    --color-ivory: #f5f1ea;
    --color-paper: #ffffff;
    --color-ink: #34322d;
    --color-muted: #918b82;
    --font-headline: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
    --font-label: 'Barlow Condensed', sans-serif;
    font-family: var(--font-body);
    color: var(--color-on-surface);
    background: var(--color-surface);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

* {
    box-sizing: border-box;
  }

html {
    scroll-behavior: smooth;
  }

body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    background: var(--color-surface);
  }

button,
  a {
    font: inherit;
  }

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.block{
  display: block;
}

.hidden{
  display: none;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.italic{
  font-style: italic;
}

.underline{
  text-decoration-line: underline;
}

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.event-page {
  min-height: 100vh;
  background: var(--color-paper);
}

.hero-section {
  position: relative;
  min-height: clamp(640px, 75vw, 830px);
  overflow: hidden;
  isolation: isolate;
  background: #05070a;
}

.hero-reference {
  position: absolute;
  inset: -1px;
  z-index: -3;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform: scale(1.04);
  transform-origin: center center;
}

.hero-tencent-logo,
.hero-title-image,
.hero-text-image {
  position: absolute;
  left: max(48px, calc((100vw - 1360px) / 2));
  z-index: 4;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-tencent-logo {
  top: 30px;
  width: clamp(112px, 8.5vw, 156px);
}

.hero-title-image {
  top: clamp(86px, 8.2vw, 132px);
  width: clamp(260px, 26vw, 410px);
}

.hero-text-image {
  top: clamp(404px, 33.8vw, 512px);
  width: clamp(358px, 31.3vw, 482px);
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  width: min(100% - 96px, 1360px);
  margin: 0 auto;
  padding: 30px 0;
}

.nav-links {
  display: flex;
  align-items: center;
}

.mobile-menu-toggle {
  display: none;
}

.nav-links {
  gap: clamp(22px, 3.4vw, 52px);
}

.nav-link,
.nav-links a {
  color: #fff2d4;
  font-family: var(--font-label);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.36em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(248, 231, 182, 0.32);
}

.content-section {
  background: var(--color-paper);
  color: var(--color-ink);
}

.content-shell {
  width: min(100% - 128px, 1280px);
  margin: 0 auto;
  padding: 56px 0 72px;
}

.lead-copy {
  max-width: 760px;
  margin: 0 0 40px;
  color: #9a9184;
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15.5px;
  letter-spacing: -0.008em;
  line-height: 1.58;
  white-space: pre-line;
}

.divider {
  height: 1px;
  margin: 0 0 36px;
  background: rgba(145, 139, 130, 0.22);
}

.tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(214px, 282px));
  align-items: stretch;
  min-height: 62px;
  margin-bottom: 56px;
  padding: 7px;
  border-radius: 20px;
  background: #fafbfc;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 10px 24px rgba(38, 38, 38, 0.032);
}

.tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 20px;
  padding: 0 38px;
  background: transparent;
  color: #242424;
  cursor: pointer;
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.tab:not(.tab--active):hover {
  color: #6e6a62;
}

.tab--active {
  background: #5f5a52;
  color: #fff8ea;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 6px 16px rgba(43, 41, 36, 0.12);
}

.tab:focus-visible {
  outline: 2px solid rgba(46, 46, 45, 0.42);
  outline-offset: 3px;
}

.tab--mobile-secondary {
  display: none;
}

.tab-panel {
  animation: tab-panel-fade 180ms ease-out;
}

.tabs--single {
  grid-template-columns: minmax(260px, 506px);
}

@keyframes tab-panel-fade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.program-columns--mobile {
  display: none;
}

.program-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 340px);
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(64px, 8vw, 140px);
}

.program-copy {
  color: #403d37;
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15.5px;
  letter-spacing: -0.008em;
  line-height: 1.58;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  text-wrap: pretty;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
  background: #fffdf9;
  border: 1px solid rgba(201, 147, 99, 0.12);
  border-radius: 20px;
  padding: 34px 40px;
  box-shadow:
    0 10px 30px rgba(43, 41, 36, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.program-copy p {
  margin: 0 0 14px;
}

.program-copy p:last-child {
  margin-bottom: 0;
}

.details-panel--mobile {
  display: none !important;
}

.details-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  gap: 58px;
  min-height: auto;
  padding-bottom: 0;
  color: #9b9489;
  overflow: visible;
  scrollbar-width: none;
  transform: none;
}

.details-panel::-webkit-scrollbar,
.details-panel *::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.details-panel::-webkit-scrollbar-button,
.details-panel *::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.details-panel > .detail-block--dates {
  display: grid;
}

.details-panel > .detail-block--event,
.details-panel > .detail-block:last-child {
  display: grid;
}

.details-panel > .detail-block:last-child {
  gap: 10px;
}

.detail-block {
  display: grid;
  gap: 4px;
}

.detail-block span,
.detail-block small {
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.018em;
  line-height: 1.05;
  text-transform: uppercase;
}

.detail-label--tablet {
  display: none;
}

.detail-block strong {
  color: #9a9184;
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(33px, 3vw, 43px);
  font-weight: 500;
  letter-spacing: 0.012em;
  line-height: 0.9;
  text-transform: uppercase;
}

.detail-block--dates span,
.detail-block--dates strong,
.detail-block--location span,
.detail-block--location strong,
.detail-block--location small,
.detail-block--event strong,
.detail-block--event small {
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
}

.book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 136px;
  border-radius: 22px;
  padding: 13px 24px 12px;
  background-color: #2f2f2f;
  background-image: none;
  color: #ffffff;
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 160ms ease;
}

.book-button:active {
  transform: translateY(1px) scale(0.99);
}

.book-button:focus-visible {
  outline: 2px solid rgba(110, 106, 98, 0.42);
  outline-offset: 4px;
}

.gallery-section {
  background: #ffffff;
  color: #111111;
  border-top: 1px solid rgba(145, 139, 130, 0.2);
}

.gallery-frame {
  position: relative;
  overflow: visible;
  background: transparent;
}

.gallery-main-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  filter: saturate(1.03) contrast(1.04);
  pointer-events: none;
}

.gallery-hint-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: clamp(110px, 14vw, 220px);
  height: auto;
  pointer-events: none;
  transform: translateY(calc(-100% - 4px));
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: clamp(44px, 5vw, 72px);
  height: clamp(44px, 5vw, 72px);
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: auto;
}

.gallery-arrow::before {
  content: '';
  position: absolute;
  inset: 9px;
  border: solid #6e6a62;
  border-width: 0 0 8px 8px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.gallery-arrow:hover::before {
  border-color: #ffffff;
  transform: scale(1.06);
}

.gallery-arrow--left {
  left: clamp(24px, 4vw, 64px);
}

.gallery-arrow--right {
  right: clamp(24px, 4vw, 64px);
  transform: translateY(-50%) rotate(225deg);
}

.gallery-arrow:focus-visible {
  outline: 2px solid rgba(110, 106, 98, 0.82);
  outline-offset: 6px;
}

.gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.gallery-dot {
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.36);
}

.gallery-dot--active {
  background: #ffffff;
}

.logo-strip {
  width: min(100% - 32px, 1760px);
  margin: 0 auto;
  padding: 56px 0 54px;
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: clamp(72px, 6vw, 118px);
  animation: logo-auto-scroll 42s linear infinite;
  will-change: transform;
}

.logo-strip:hover .logo-track {
  animation-play-state: paused;
}

.partner-logo {
  display: block;
  flex: 0 0 172px;
  width: 172px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-logo--logo6 {
  flex-basis: 184px;
  width: 184px;
  height: 118px;
}

.partner-logo--logo2 {
  transform: translateY(0);
}

.partner-logo--logo3 {
  transform: translateY(0);
}

.partner-logo--logo10 {
  flex-basis: 148px;
  width: 148px;
  height: 56px;
}

.partner-logo--logo17 {
  flex-basis: 190px;
  width: 190px;
  height: 70px;
}

.partner-logo--logo18 {
  transform: translateY(-12px);
}

.partner-logo--logo19 {
  flex-basis: 226px;
  width: 226px;
  height: 84px;
}

.partner-logo--logo23 {
  flex-basis: 148px;
  width: 148px;
  height: 56px;
}

.partner-logo--logo30 {
  flex-basis: 146px;
  width: 146px;
  height: 54px;
}

.partner-logo--logo37 {
  flex-basis: 148px;
  width: 148px;
  height: 56px;
}

.mobile-logo-wall {
  display: none;
}

.privacy-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: min(100% - 32px, 1760px);
  margin: 0 auto;
  padding: 0 0 24px;
  color: #9a9184;
  font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

.privacy-footer-advisory {
  max-width: min(100%, 1280px);
  margin: 0 auto 30px;
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
}

.privacy-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35em;
  width: 100%;
  text-align: center;
}

.privacy-footer-advisory strong {
  font-weight: 700;
}

.privacy-footer-link,
.privacy-footer-text {
  color: inherit;
  letter-spacing: inherit;
}

.privacy-footer-link {
  text-decoration: none;
}

.privacy-footer-link:hover,
.privacy-footer-link:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-policy-page {
  min-height: 100vh;
  padding: calc(56px + env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) calc(64px + env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  background:
    radial-gradient(circle at top left, rgba(214, 198, 151, 0.16), transparent 34vw),
    linear-gradient(135deg, var(--color-surface-container-lowest, #0e0e13), var(--color-surface, #131319));
  color: var(--color-on-surface);
}

.privacy-policy-shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

.privacy-policy-eyebrow {
  margin: 0 0 12px;
  color: var(--color-secondary);
  font-family: var(--font-label);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.privacy-policy-title {
  margin: 0 0 34px;
  color: var(--color-primary);
  font-family: var(--font-headline);
  font-size: clamp(46px, 8vw, 88px);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 0.94;
}

.privacy-policy-status,
.privacy-policy-alert,
.privacy-policy-document {
  border: 1px solid rgba(242, 226, 177, 0.22);
  border-radius: 24px;
  background: rgba(31, 31, 37, 0.78);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.privacy-policy-status {
  margin: 0;
  padding: 28px;
  color: var(--color-secondary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
}

.privacy-policy-alert {
  padding: 28px;
  color: var(--color-on-surface);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
}

.privacy-policy-alert p {
  margin: 0 0 14px;
}

.privacy-policy-alert a {
  color: var(--color-primary-container);
  font-weight: 700;
  text-underline-offset: 4px;
}

.privacy-policy-document {
  padding: clamp(24px, 4vw, 48px);
  color: var(--color-on-surface);
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.privacy-policy-document > *:first-child {
  margin-top: 0;
}

.privacy-policy-document > *:last-child {
  margin-bottom: 0;
}

.privacy-policy-document p,
.privacy-policy-document ul,
.privacy-policy-document ol {
  margin: 0 0 16px;
}

.privacy-policy-document h1,
.privacy-policy-document h2,
.privacy-policy-document h3 {
  margin: 28px 0 14px;
  color: var(--color-primary);
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
}

.privacy-policy-document a {
  color: var(--color-primary-container);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-policy-document a:hover,
.privacy-policy-document a:focus-visible {
  color: var(--color-secondary);
}

@keyframes logo-auto-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(36px, 3vw, 59px)));
  }
}

@media (min-width: 561px) {
  .details-panel--mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .nav-link,
  .nav-links a,
  .book-button {
    transition: color 180ms ease;
  }

  .nav-link:hover,
  .nav-link:focus-visible,
  .nav-links a:hover,
  .nav-links a:focus-visible,
  .book-button:hover,
  .book-button:focus-visible {
    color: #ffffff;
  }

  .book-button {
    color: #fff2d4;
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: 690px;
  }

  .hero-reference {
    -o-object-position: 50% center;
       object-position: 50% center;
    transform: scale(1.06);
    transform-origin: center center;
  }

  .top-nav {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0;
    padding: 18px 24px 0;
    justify-content: flex-start;
  }

  .hero-tencent-logo {
    top: 72px;
    left: 24px;
    width: 112px;
  }

  .hero-title-image {
    top: 126px;
    left: 24px;
    width: min(288px, 76vw);
  }

  .hero-text-image {
    top: 372px;
    left: 24px;
    width: min(336px, 88vw);
  }

  .mobile-menu-toggle {
    position: relative;
    z-index: 7;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 34px;
    padding: 2px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 34px;
    height: 6px;
    border-radius: 999px;
    background: #eadbc3;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }


  .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    display: grid;
    width: min(82vw, 318px);
    padding-top: 64px;
    background: #2d2d2b;
    box-shadow: 18px 0 48px rgba(0, 0, 0, 0.26);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-links--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .nav-link {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 0 34px;
    border-top: 1px solid rgba(234, 219, 195, 0.12);
    color: #f4e8c8;
    font-size: 18px;
    letter-spacing: 0.38em;
    line-height: 1;
    order: 4;
    text-shadow: none;
    transition: color 180ms ease;
  }

  .nav-link:hover,
  .nav-link:focus-visible {
    color: #ffffff;
  }

  .nav-link--introduction {
    order: 1;
  }

  .nav-link--bookNow {
    order: 2;
  }

  .nav-link--exhibit {
    order: 3;
  }


  .content-shell {
    width: min(100% - 40px, 1080px);
    padding: 30px 0 42px;
  }

  .lead-copy {
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    color: #9a9184;
    font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.32;
  }

  .divider {
    margin-bottom: 22px;
    background: #eee7dd;
  }

  .tabs {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: 42px;
    margin-bottom: 18px;
    padding: 5px;
    background: #fafbfc;
  }

  .tab {
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .program-grid {
    grid-template-columns: minmax(0, 7fr) minmax(230px, 3fr);
    gap: clamp(30px, 4vw, 48px);
    align-items: start;
  }

  .program-copy {
    color: #403d37;
    font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15.5px;
    letter-spacing: -0.008em;
    line-height: 1.5;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    text-wrap: pretty;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
    background: #fffdf9;
    border: 1px solid rgba(201, 147, 99, 0.12);
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 8px 24px rgba(43, 41, 36, 0.025);
  }

  .program-copy p {
    margin-bottom: 5px;
  }

  .details-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    gap: 34px;
    min-width: 0;
    min-height: auto;
    padding-top: 0;
    transform: none;
  }

  .detail-block strong {
    font-size: clamp(33px, 3vw, 43px);
    line-height: 1.06;
  }

  .detail-block span,
  .detail-block small {
    font-size: 14px;
    line-height: 1.05;
  }

  .detail-block--location strong {
    font-size: 18px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .detail-block--location small {
    font-size: 68px;
    line-height: 0.96;
    overflow-wrap: anywhere;
  }


  .book-button {
    min-width: 132px;
    padding: 13px 22px 12px;
  }

  .gallery-main-image {
    -o-object-position: center center;
       object-position: center center;
  }

  .gallery-hint-image {
    width: clamp(78px, 24vw, 128px);
  }

  .gallery-arrow {
    width: 54px;
    height: 54px;
  }

  .gallery-arrow::before {
    inset: 8px;
    border-width: 0 0 6px 6px;
  }

  .gallery-arrow--left {
    left: 16px;
  }

  .gallery-arrow--right {
    right: 16px;
  }

  .gallery-dots {
    bottom: 18px;
    gap: 9px;
  }

  .gallery-dot {
    width: 28px;
  }

  .logo-strip {
    padding: 36px 0 44px;
  }

  .logo-track {
    gap: 58px;
    animation-duration: 40s;
  }

  .partner-logo {
    flex-basis: 142px;
    width: 142px;
    height: 54px;
  }

  .partner-logo--logo6 {
    flex-basis: 154px;
    width: 154px;
    height: 99px;
  }

  .partner-logo--logo10 {
    flex-basis: 122px;
    width: 122px;
    height: 47px;
  }

  .partner-logo--logo17 {
    flex-basis: 156px;
    width: 156px;
    height: 58px;
  }

  .partner-logo--logo19 {
    flex-basis: 188px;
    width: 188px;
    height: 72px;
  }

  .partner-logo--logo23 {
    flex-basis: 122px;
    width: 122px;
    height: 48px;
  }

  .partner-logo--logo30 {
    flex-basis: 118px;
    width: 118px;
    height: 46px;
  }

  .partner-logo--logo37 {
    flex-basis: 122px;
    width: 122px;
    height: 47px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section {
    min-height: clamp(520px, 58vw, 620px);
  }

  .top-nav {
    position: relative;
    z-index: 5;
    width: min(100% - 56px, 1000px);
    margin: 0 auto;
    padding: 26px 0 0;
    justify-content: flex-end;
  }

  .hero-tencent-logo {
    top: 26px;
    left: max(28px, calc((100vw - 1000px) / 2));
    width: clamp(98px, 11vw, 126px);
  }

  .hero-title-image {
    top: clamp(78px, 8vw, 104px);
    left: max(28px, calc((100vw - 1000px) / 2));
    width: clamp(240px, 28vw, 330px);
  }

  .hero-text-image {
    top: clamp(360px, 33.3vw, 442px);
    left: max(28px, calc((100vw - 1000px) / 2));
    width: clamp(302px, 31.3vw, 381px);
  }

  .mobile-menu-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    z-index: auto;
    display: flex;
    width: auto;
    padding-top: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
    gap: clamp(22px, 3.2vw, 42px);
  }

  .nav-link {
    display: inline-flex;
    min-height: auto;
    padding: 0;
    border-top: 0;
    color: #fff2d4;
    font-size: 16px;
    letter-spacing: 0.28em;
    order: 0;
    text-shadow: 0 0 18px rgba(248, 231, 182, 0.32);
  }

  .content-shell {
    width: min(100% - 48px, 1060px);
    padding: 30px 0 42px;
  }

  .lead-copy {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
    color: #9a9184;
    font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.28;
    letter-spacing: -0.01em;
  }

  .divider {
    margin-bottom: 26px;
  }

  .tabs {
    width: auto;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 5px;
    grid-template-columns: minmax(160px, 220px);
  }

  .tab {
    min-height: 34px;
    padding: 0 18px;
    font-size: 10px;
    letter-spacing: 0.035em;
  }

  .program-grid {
    grid-template-columns: minmax(0, 7fr) minmax(220px, 3fr);
    gap: clamp(26px, 3.8vw, 42px);
    align-items: start;
  }

  .program-copy {
    color: #403d37;
    font-family: 'Neue Haas Grotesk Text Pro', 'Haas Grotesk', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15.5px;
    line-height: 1.5;
    letter-spacing: -0.008em;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
    text-wrap: pretty;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
    background: #fffdf9;
    border: 1px solid rgba(201, 147, 99, 0.12);
    border-radius: 16px;
    padding: 20px 24px;
  }

  .program-copy p {
    margin-bottom: 5px;
  }

  .details-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    gap: 32px;
    min-height: auto;
    padding-top: 0;
    transform: none;
  }

  .detail-block {
    gap: 3px;
  }

  .detail-block span,
  .detail-block small {
    font-size: 14px;
    line-height: 1.05;
  }

  .detail-block strong {
    font-size: clamp(28px, 2.8vw, 34px);
    line-height: 0.9;
  }

  .detail-block--location strong {
    font-size: 13px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .detail-block--location small {
    font-size: 62px;
    line-height: 0.96;
    overflow-wrap: anywhere;
  }


  .book-button {
    min-width: 98px;
    padding: 10px 15px 9px;
    border-radius: 14px;
    font-size: 11px;
  }

  .gallery-arrow {
    width: 54px;
    height: 54px;
  }

  .gallery-arrow::before {
    inset: 8px;
    border-width: 0 0 6px 6px;
  }

  .gallery-dots {
    bottom: 18px;
  }

}

@media (min-width: 768px) and (max-width: 1180px) {
  .content-shell {
    width: min(100% - 72px, 1120px);
    padding: 34px 0 48px;
  }

  .lead-copy {
    font-size: 15.5px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

  .tabs {
    width: auto;
    grid-template-columns: minmax(180px, 240px);
    margin-bottom: 20px;
  }

  .tab {
    min-height: 38px;
    font-size: 12px;
  }

  .program-grid {
    grid-template-columns: minmax(0, 760px) minmax(230px, 300px);
    justify-content: center;
    gap: clamp(36px, 5vw, 64px);
    align-items: start;
  }

  .program-copy {
    font-size: 15.5px;
    line-height: 1.5;
    padding: 20px 24px;
  }

  .details-panel {
    justify-content: flex-start;
    align-self: center;
    min-height: auto;
    gap: 22px;
  }

  .detail-block span,
  .detail-block small {
    font-size: 13px;
    line-height: 1.28;
  }

  .detail-block strong {
    font-size: clamp(30px, 3vw, 38px);
    line-height: 0.92;
  }

  .detail-block--location strong {
    font-size: 13px;
    line-height: 1.05;
  }

  .detail-block--location small {
    font-size: 62px;
    line-height: 0.96;
  }

  .book-button {
    min-width: 132px;
    padding: 13px 21px 12px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .event-page {
    background: #ffffff;
    overflow-x: hidden;
  }

  .hero-section {
    min-height: 444px;
    background: #08090a;
  }

  .hero-reference {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    transform: scale(1.04);
  }

  .top-nav {
    width: calc(100% - 72px);
    padding-top: calc(16px + env(safe-area-inset-top));
  }

  .hero-tencent-logo {
    top: 24px;
    left: 36px;
    width: 62px;
  }

  .hero-title-image {
    top: 80px;
    left: 37px;
    width: 268px;
  }

  .hero-text-image {
    top: 280px;
    left: 37px;
    width: 198px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-link {
    font-size: 6px;
    letter-spacing: 0.08em;
    transform: scaleX(0.72);
    transform-origin: center center;
  }

  .content-section {
    background: #ffffff;
  }

  .content-shell {
    width: calc(100% - 120px);
    max-width: 668px;
    padding: 25px 0 22px;
  }

  .lead-copy {
    max-width: 448px;
    margin: 0 0 24px;
    color: #8d877f;
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: -0.025em;
  }

  .divider {
    margin-bottom: 26px;
    background: rgba(145, 139, 130, 0.18);
  }

  .tabs {
    display: inline-grid;
    width: 244px;
    grid-template-columns: 244px;
    min-height: 40px;
    margin-bottom: 62px;
    padding: 0;
    border-radius: 13px;
    background: transparent;
    box-shadow: none;
  }

  .tab {
    min-height: 40px;
    border-radius: 13px;
    padding: 0 20px;
    color: #2f2f2d;
    font-size: 12px;
    letter-spacing: 0.065em;
  }

  .tab--active {
    background: #6f675e;
    color: #ffffff;
  }

  .tab--mobile-secondary {
    display: none;
  }

  .program-grid {
    grid-template-columns: minmax(0, 438px) 174px;
    justify-content: space-between;
    gap: 34px;
    align-items: start;
  }

  .program-copy {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #403d37;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.03em;
    transform: translateY(-28px);
  }

  .program-copy p {
    margin: 0 0 14px;
  }

  .program-copy p:nth-child(2) {
    margin-bottom: 18px;
  }

  .details-panel {
    justify-content: flex-start;
    align-self: center;
    gap: 40px;
    padding-top: 0;
    color: #918a80;
  }

  .detail-label--desktop {
    display: none;
  }

  .detail-label--tablet {
    display: inline;
  }

  .detail-block {
    gap: 6px;
  }

  .detail-block span,
  .detail-block small {
    color: #918a80;
    font-family: var(--font-label);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.045em;
    line-height: 1.05;
  }

  .detail-block strong {
    color: #918a80;
    font-family: var(--font-label);
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0.012em;
    line-height: 0.88;
  }

  .detail-block--dates {
    gap: 5px;
  }

  .detail-block--location {
    gap: 4px;
  }

  .detail-block--location strong {
    display: block;
    max-width: 174px;
    overflow: visible;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: 22px;
    letter-spacing: 0.014em;
    line-height: 0.92;
  }

  .detail-block--location small {
    display: block;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    font-size: 15px;
    letter-spacing: 0.018em;
    line-height: 1.08;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .book-button {
    justify-self: start;
    min-width: 106px;
    border-radius: 14px;
    padding: 12px 16px 11px;
    background-color: #30302f;
    color: #ffffff;
    font-family: var(--font-label);
    font-size: 14px;
    letter-spacing: 0.055em;
  }

  .gallery-section {
    border-top: 1px solid rgba(145, 139, 130, 0.16);
    background: #05070a;
  }

  .gallery-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: #05070a;
  }

  .gallery-main-image {
    width: 100%;
    height: auto;
    max-height: min(68svh, 640px);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }

  .gallery-hint-image {
    width: clamp(96px, 18vw, 154px);
  }

  .gallery-arrow {
    width: 56px;
    height: 56px;
  }

  .gallery-arrow::before {
    inset: 8px;
    border-color: #ffffff;
    border-width: 0 0 6px 6px;
  }

  .gallery-arrow--left {
    left: 21px;
  }

  .gallery-arrow--right {
    right: 21px;
  }

  .gallery-dots {
    display: none;
  }

  .logo-strip {
    width: 100%;
    padding: 18px 36px 24px;
    overflow: hidden;
    background: #ffffff;
  }

  .logo-track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 38px;
    width: -moz-max-content;
    width: max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    animation: logo-auto-scroll 40s linear infinite;
    will-change: transform;
  }

  .partner-logo {
    display: block;
    flex: 0 0 82px;
    width: 82px;
    height: 33px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .partner-logo--logo6 {
    flex-basis: 92px;
    width: 92px;
    height: 59px;
  }

  .partner-logo--logo10 {
    flex-basis: 70px;
    width: 70px;
    height: 27px;
  }

  .partner-logo--logo17 {
    flex-basis: 90px;
    width: 90px;
    height: 34px;
  }

  .partner-logo--logo18 {
    transform: translateY(-6px);
  }

  .partner-logo--logo19 {
    flex-basis: 108px;
    width: 108px;
    height: 44px;
  }

  .partner-logo--logo23 {
    flex-basis: 70px;
    width: 70px;
    height: 28px;
  }

  .partner-logo--logo30 {
    flex-basis: 68px;
    width: 68px;
    height: 27px;
  }

  .partner-logo--logo37 {
    flex-basis: 70px;
    width: 70px;
    height: 27px;
  }

  .privacy-footer {
    display: flex;
    width: 100%;
    padding: 0 36px calc(16px + env(safe-area-inset-bottom));
    background: #ffffff;
    color: #9a9184;
    font-size: 11px;
  }

  .privacy-footer-advisory {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 10px;
    line-height: 1.4;
  }
}

@media (max-width: 560px) {
  body {
    background: #ffffff;
  }

  .event-page {
    overflow-x: hidden;
    background: #ffffff;
  }

  .hero-section {
    min-height: min(100svh, 668px);
    background: #05070a;
  }

  .hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      radial-gradient(circle at 72% 42%, rgba(5, 7, 10, 0.08) 0%, rgba(5, 7, 10, 0.44) 58%, rgba(5, 7, 10, 0.68) 100%),
      linear-gradient(90deg, rgba(5, 7, 10, 0.72) 0%, rgba(5, 7, 10, 0.54) 42%, rgba(5, 7, 10, 0.28) 100%),
      linear-gradient(180deg, rgba(5, 7, 10, 0.44) 0%, rgba(5, 7, 10, 0.3) 48%, rgba(5, 7, 10, 0.58) 100%);
  }

  .hero-reference {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 66% 50%;
       object-position: 66% 50%;
    transform: scale(1.08);
    transform-origin: center center;
  }

  .top-nav {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: calc(16px + env(safe-area-inset-top)) 20px 0;
  }

  .hero-tencent-logo {
    top: 108px;
    left: 20px;
    width: 96px;
  }

  .hero-title-image {
    top: 172px;
    left: 18px;
    width: min(314px, 86vw);
  }

  .hero-text-image {
    top: 506px;
    left: 20px;
    width: min(318px, 86vw);
  }

  .mobile-menu-toggle {
    z-index: 13;
    width: 42px;
    height: 32px;
    gap: 5px;
  }

  .mobile-menu-toggle span {
    width: 34px;
    height: 5px;
    border-radius: 2.5px;
    background: #d8cebd;
  }

  .nav-links {
    top: 0;
    left: 0;
    z-index: 12;
    width: min(82vw, 316px);
    min-height: 270px;
    padding-top: calc(58px + env(safe-area-inset-top));
    background: #30312f;
    box-shadow: 18px 0 42px rgba(0, 0, 0, 0.34);
  }

  .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 54px;
    padding: 0 24px;
    color: #f3ddbd;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32em;
    line-height: 1;
    text-align: left;
    transition: color 180ms ease;
  }


  .nav-link:hover,
  .nav-link:focus-visible {
    color: #ffffff;
  }

  .content-section {
    background: #ffffff;
  }

  .content-shell {
    width: calc(100% - 40px);
    padding: 42px 0 28px;
  }

  .lead-copy {
    width: 100%;
    max-width: none;
    margin: 0 auto 14px;
    color: #928c84;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0;
    word-spacing: -0.04em;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    text-wrap: pretty;
    hyphens: auto;
    hyphenate-character: "-";
    hyphenate-limit-chars: 6 3 3;
    overflow-wrap: normal;
    word-break: normal;
  }

  .divider {
    height: 1px;
    margin: 0 0 22px;
    background: rgba(145, 139, 130, 0.13);
  }

  .tabs {
    width: 100%;
    grid-template-columns: 1fr;
    justify-content: stretch;
    min-height: 44px;
    margin-bottom: 25px;
    padding: 3px;
    border-radius: 11px;
    background: #6f675e;
  }

  .tab {
    justify-content: center;
    min-height: 38px;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1.25;
    text-align: center;
    text-indent: 0.045em;
  }

  .tab--active {
    background: #6f675e;
    box-shadow: none;
  }

  .tab--mobile-secondary {
    display: none;
    color: #2f2f2f;
  }

  .program-grid--desktop {
    display: none;
  }

  .program-columns--mobile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    color: #2f3438;
    font-family: var(--font-body);
    font-size: 17.2px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: 0;
    word-spacing: -0.06em;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
  }

  .program-columns--mobile p {
    margin: 0 0 11px;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    text-wrap: pretty;
    hyphens: auto;
    hyphenate-character: "-";
    hyphenate-limit-chars: 6 3 3;
    overflow-wrap: normal;
    word-break: normal;
  }

  .program-columns--mobile p:last-child {
    margin-bottom: 0;
  }

  .program-column-right {
    margin-top: 19.6px;
  }

  .details-panel--mobile {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(143, 134, 121, 0.14);
    color: #948d82;
    text-align: left;
    transform: none;
  }

  .detail-block {
    gap: 5px;
  }

  .detail-block span,
  .detail-block small {
    font-family: var(--font-label);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.045em;
    line-height: 1.28;
  }

  .detail-block strong {
    color: #9b9488;
    font-family: var(--font-label);
    font-size: clamp(30px, 8.15vw, 37px);
    font-weight: 500;
    letter-spacing: 0.012em;
    line-height: 1.06;
  }

  .detail-block--location strong,
  .detail-block--location small {
    display: block;
    max-width: 100%;
    overflow-x: hidden;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .detail-block--location strong {
    font-size: clamp(28px, 7.4vw, 34px);
    line-height: 1.08;
    letter-spacing: 0.045em;
  }

  .detail-block--location small {
    max-width: none;
    overflow-x: visible;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    font-size: clamp(16px, 4.35vw, 19px);
    line-height: 1.18;
    letter-spacing: 0.012em;
  }

  .book-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-width: 166px;
    padding: 15px 26px 14px;
    border-radius: 13px;
    background-color: #30302f;
    color: #ffffff;
    font-family: var(--font-label);
    font-size: 18px;
    letter-spacing: 0.11em;
    line-height: 1.25;
    text-align: center;
  }

  .gallery-section {
    background: #05070a;
    border-top: 0;
  }

  .gallery-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(220px, 58vw, 330px);
    max-height: calc(100svh - 96px);
    overflow: visible;
    background: #05070a;
  }

  .gallery-main-image {
    width: 100%;
    height: auto;
    max-height: calc(100svh - 96px);
    min-height: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }

  .gallery-hint-image {
    width: clamp(66px, 26vw, 112px);
  }

  .gallery-arrow {
    top: 50%;
    bottom: auto;
    width: 38px;
    height: 38px;
  }

  .gallery-arrow::before {
    inset: 9px;
    border-color: rgba(255, 255, 255, 0.88);
    border-width: 0 0 4px 4px;
  }

  .gallery-arrow--left {
    left: max(10px, env(safe-area-inset-left));
    transform: translateY(-50%) rotate(45deg);
  }

  .gallery-arrow--right {
    right: max(10px, env(safe-area-inset-right));
    transform: translateY(-50%) rotate(225deg);
  }

  .gallery-dots {
    bottom: 12px;
    gap: 6px;
  }

  .gallery-dot {
    width: 18px;
    height: 2px;
  }

  .logo-strip {
    width: 100%;
    padding: 18px 12px 26px;
    overflow: visible;
    background: #ffffff;
  }

  .logo-track {
    display: none;
  }

  .mobile-logo-wall {
    display: block;
    width: 100%;
    height: auto;
  }

  .privacy-footer {
    width: 100%;
    padding: 0 16px calc(16px + env(safe-area-inset-bottom));
    background: #ffffff;
    color: #9a9184;
    font-size: 11px;
    text-align: center;
  }

  .privacy-footer-advisory {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 10px;
    line-height: 1.45;
  }

  .privacy-footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  .hero-section {
    min-height: min(100svh, 666px);
  }

  .hero-title-image {
    width: min(304px, 86vw);
  }

  .hero-text-image {
    top: 500px;
    width: min(310px, 86vw);
  }

  .lead-copy {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 1.42;
  }

  .program-columns--mobile {
    width: 100%;
    max-width: none;
    font-size: 17.2px;
    line-height: 1.34;
  }

  .detail-block--location strong {
    font-size: 28px;
  }

  .detail-block--location small {
    font-size: 15px;
  }
}

@media (min-width: 1181px) {
  .details-panel:not(.details-panel--mobile) .detail-block--location strong {
    font-size: 38px;
    line-height: 0.96;
  }

  .details-panel:not(.details-panel--mobile) .detail-block--location small {
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    font-size: 24px;
    line-height: 1.04;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}

