:root {
  --surface: #131313;
  --surface-low: #1c1b1b;
  --surface-mid: #252423;
  --surface-high: #353534;
  --primary: #e9c176;
  --primary-container: #c5a059;
  --on-surface: #e5e2e1;
  --on-muted: rgba(229, 226, 225, 0.68);
  --ghost: rgba(229, 226, 225, 0.15);
  --gold-ghost: rgba(197, 160, 89, 0.18);
  --font-display: "Newsreader", Georgia, serif;
  --font-label: "Space Grotesk", "Manrope", system-ui, sans-serif;
  --font-body: "Manrope", "Noto Sans SC", "Noto Sans HK", system-ui, sans-serif;
  --font-local-title: "Newsreader", "Noto Serif SC", "Noto Serif HK", Georgia, serif;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--surface);
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(197, 160, 89, 0.09), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(229, 193, 118, 0.06), transparent 24rem),
    var(--surface);
  color: var(--on-surface);
  font-family: var(--font-body);
  letter-spacing: 0;
  overflow-x: hidden;
}

html[lang="zh-CN"] {
  --font-body: "Manrope", "Noto Sans SC", system-ui, sans-serif;
  --font-local-title: "Noto Serif SC", "Newsreader", Georgia, serif;
}

html[lang="zh-HK"] {
  --font-body: "Manrope", "Noto Sans HK", system-ui, sans-serif;
  --font-local-title: "Noto Serif HK", "Newsreader", Georgia, serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(circle at 2px 2px, rgba(197, 160, 89, 0.05) 1px, transparent 0);
  background-size: 32px 32px;
}

body::after {
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 42vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(19, 19, 19, 0.92));
}

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

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.1rem;
  background: rgba(19, 19, 19, 0.78);
  box-shadow: 0 24px 60px -36px rgba(229, 226, 225, 0.24);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  min-width: 0;
}

.wordmark,
.footer-brand {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 700;
  line-height: 0.9;
  color: var(--primary-container);
  letter-spacing: 0;
}

.brand-subtitle {
  display: none;
  margin-top: 0.18rem;
  font-family: var(--font-label);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(229, 226, 225, 0.55);
}

.primary-nav,
.header-actions,
.language-switcher,
.footer-nav {
  display: flex;
  align-items: center;
}

.primary-nav {
  display: none;
  justify-content: center;
  gap: 2.8rem;
}

.primary-nav a,
.language-switcher a,
.language-switcher span,
.text-link,
.nav-cta,
.footer-nav a,
.cookie-button,
.scroll-cue {
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-nav a,
.language-switcher a,
.footer-nav a {
  color: rgba(229, 226, 225, 0.7);
  transition: color 180ms ease, opacity 180ms ease;
}

.primary-nav a:hover,
.language-switcher a:hover,
.footer-nav a:hover {
  color: var(--primary);
}

.header-actions {
  justify-content: flex-end;
  gap: 0.75rem;
}

.language-switcher {
  gap: 0.42rem;
  white-space: nowrap;
}

.language-switcher span {
  color: rgba(229, 226, 225, 0.28);
}

.language-switcher .is-active {
  color: var(--primary);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  padding: 0.68rem 0.82rem;
  color: #131313;
  background: linear-gradient(135deg, var(--primary), var(--primary-container));
  transition: transform 160ms ease, filter 160ms ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.hero-cover {
  position: relative;
  min-height: 86svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 8rem 1.25rem 5rem;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.8) contrast(1.08);
  transform: scale(1.08);
  animation: slow-drift 18s ease-in-out infinite alternate;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(19, 19, 19, 0.56), rgba(19, 19, 19, 0.06) 42%, var(--surface) 96%),
    radial-gradient(circle at 50% 46%, transparent 0, transparent 18rem, rgba(19, 19, 19, 0.42) 36rem);
}

.sun-dial {
  position: absolute;
  left: 50%;
  top: 51%;
  z-index: -1;
  width: 660px;
  max-width: 72vw;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  background:
    repeating-conic-gradient(from 0deg, rgba(197, 160, 89, 0.36) 0 1deg, transparent 1deg 12deg),
    radial-gradient(circle, transparent 0 36%, rgba(197, 160, 89, 0.24) 36.2% 36.6%, transparent 36.8% 52%, rgba(197, 160, 89, 0.22) 52.2% 52.7%, transparent 52.9%);
  border-radius: 50%;
  mask-image: radial-gradient(circle, transparent 0 24%, #000 25% 70%, transparent 71%);
  animation: breathe 5.5s ease-in-out infinite;
}

.hero-content {
  width: min(100%, 1120px);
  text-align: center;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 4.15rem;
  font-weight: 700;
  font-style: italic;
  line-height: 0.78;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-title span {
  display: block;
}

.gold-gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  max-width: 720px;
  margin: 2.3rem auto 0;
  color: rgba(229, 226, 225, 0.78);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.2rem auto 0;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  overflow-wrap: anywhere;
}

.hero-meta::before,
.hero-meta::after {
  width: 5rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.72));
}

.hero-meta::after {
  background: linear-gradient(90deg, rgba(197, 160, 89, 0.72), transparent);
}

.scroll-cue {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: rgba(229, 226, 225, 0.52);
  transform: translateX(-50%);
  transition: color 180ms ease;
}

.scroll-cue:hover {
  color: var(--primary);
}

.scroll-cue span {
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(180deg, var(--primary-container), transparent);
}

.section-shell {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.intro-section {
  display: grid;
  gap: 2rem;
  align-items: end;
  padding: 5.5rem 0 4.5rem;
}

.section-label {
  margin: 0 0 1rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(197, 160, 89, 0.72);
}

.section-title,
.local-title,
.contact-inner h2 {
  margin: 0;
  font-family: var(--font-local-title);
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

html[lang="zh-CN"] .section-title,
html[lang="zh-CN"] .local-title,
html[lang="zh-CN"] .contact-inner h2,
html[lang="zh-HK"] .section-title,
html[lang="zh-HK"] .local-title,
html[lang="zh-HK"] .contact-inner h2 {
  font-style: normal;
}

.intro-copy {
  margin: 0;
  color: var(--on-muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.waterfall {
  display: grid;
  gap: 7rem;
  padding: 3rem 0 8rem;
}

.venture {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.visual-frame {
  position: relative;
  display: block;
  background: var(--surface-low);
  box-shadow: 0 46px 90px -64px rgba(229, 226, 225, 0.46);
  isolation: isolate;
}

.visual-frame::before {
  position: absolute;
  inset: -1rem;
  z-index: -1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(197, 160, 89, 0.22);
  transition: border-color 500ms ease, transform 500ms ease;
}

.visual-frame:hover::before {
  border-color: rgba(197, 160, 89, 0.44);
  transform: translate(0.25rem, -0.25rem);
}

.visual-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: filter 600ms ease, transform 800ms ease;
}

.visual-frame:hover img {
  filter: grayscale(0.15) contrast(1.06);
  transform: scale(1.025);
}

.venture-copy {
  max-width: 560px;
}

.brand-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 600;
  font-style: italic;
  line-height: 0.86;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.venture-copy p:not(.section-label) {
  margin: 2rem 0 0;
  color: var(--on-muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.marker-list {
  display: grid;
  gap: 0.8rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(229, 226, 225, 0.8);
}

.marker-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.95rem;
}

.marker-list li::before {
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  content: "";
  background: var(--primary-container);
  opacity: 0.82;
  transform: rotate(45deg);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 2.25rem;
  padding-bottom: 0.38rem;
  color: var(--primary);
  border-bottom: 1px solid currentColor;
  transition: color 180ms ease, transform 180ms ease;
}

.text-link:hover {
  color: var(--on-surface);
  transform: translateY(-1px);
}

.contact-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(28, 27, 27, 0.96), rgba(19, 19, 19, 0.96));
}

.contact-band::before {
  position: absolute;
  inset: -20% -10%;
  content: "";
  background:
    repeating-linear-gradient(115deg, transparent 0 2.2rem, rgba(197, 160, 89, 0.08) 2.25rem 2.3rem),
    radial-gradient(circle at 18% 50%, rgba(197, 160, 89, 0.18), transparent 18rem);
  opacity: 0.55;
}

.contact-inner {
  position: relative;
  width: min(calc(100% - 2rem), 980px);
  margin: 0 auto;
  padding: 6rem 0;
  text-align: center;
}

.email-link {
  display: inline-flex;
  margin-top: 2.25rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-style: italic;
  color: var(--primary);
  letter-spacing: 0;
  word-break: break-word;
}

.email-link:hover {
  color: var(--on-surface);
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 3rem 1rem;
  color: rgba(229, 226, 225, 0.5);
  text-align: center;
}

.footer-brand {
  font-size: 1.25rem;
}

.footer-nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.82rem;
}

.not-found-main {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 8rem 1.25rem 5rem;
  isolation: isolate;
}

.not-found-panel {
  width: min(100%, 980px);
  text-align: center;
}

.error-code {
  margin: 0 0 1rem;
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(197, 160, 89, 0.74);
}

.not-found-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 0.86;
  letter-spacing: 0;
}

.not-found-copy {
  max-width: 620px;
  margin: 2rem auto 0;
  color: var(--on-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.4rem;
}

.not-found-actions .text-link {
  margin-top: 0;
}

.policy-main {
  padding: 8rem 1rem 5rem;
}

.policy-hero {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 5rem 0 4rem;
  text-align: center;
}

.policy-title {
  max-width: 100%;
  margin: 0;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 0.88;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.policy-updated {
  margin: 1.5rem 0 0;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(197, 160, 89, 0.72);
}

.policy-intro {
  max-width: 760px;
  margin: 2rem auto 0;
  color: var(--on-muted);
  font-size: 1.08rem;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.policy-content {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 1rem 0 5rem;
}

.policy-section {
  padding: 2.4rem 0;
}

.policy-section + .policy-section {
  border-top: 1px solid rgba(197, 160, 89, 0.14);
}

.policy-section h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}

.policy-section p,
.policy-section li {
  color: var(--on-muted);
  font-size: 1rem;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.policy-section p {
  margin: 0;
}

.policy-section p + p,
.policy-section ul + p {
  margin-top: 1rem;
}

.policy-section ul {
  display: grid;
  gap: 0.72rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.policy-section a,
.cookie-copy a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.policy-section code {
  padding: 0.12rem 0.28rem;
  color: var(--on-surface);
  background: rgba(229, 226, 225, 0.08);
  overflow-wrap: anywhere;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}

.privacy-reset-button {
  min-height: 2.55rem;
  padding: 0.7rem 0.95rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-surface);
  cursor: pointer;
  background: rgba(229, 226, 225, 0.08);
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(197, 160, 89, 0.18);
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: grid;
  gap: 1rem;
  width: min(calc(100% - 2rem), 460px);
  padding: 1.2rem;
  background: rgba(28, 27, 27, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(197, 160, 89, 0.18),
    0 32px 80px -56px rgba(229, 226, 225, 0.42);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
}

.cookie-copy {
  margin: 0;
  color: var(--on-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.cookie-button {
  min-height: 2.4rem;
  padding: 0.65rem 0.85rem;
  color: #131313;
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary), var(--primary-container));
  border: 0;
}

.cookie-button.ghost {
  color: var(--on-surface);
  background: rgba(229, 226, 225, 0.08);
  box-shadow: inset 0 0 0 1px rgba(197, 160, 89, 0.18);
}

@keyframes slow-drift {
  from {
    transform: scale(1.08) translate3d(-0.5%, -0.4%, 0);
  }
  to {
    transform: scale(1.12) translate3d(0.6%, 0.5%, 0);
  }
}

@keyframes breathe {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.97);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.02);
  }
}

@media (min-width: 540px) {
  .brand-subtitle {
    display: block;
  }

  .nav-cta {
    padding-inline: 1.1rem;
  }

  .hero-title {
    font-size: 5.7rem;
  }

  .section-title,
  .local-title,
  .contact-inner h2 {
    font-size: 4rem;
  }

  .brand-heading {
    font-size: 5.4rem;
  }
}

@media (min-width: 820px) {
  .site-header {
    padding: 1.15rem 2rem;
  }

  .primary-nav {
    display: flex;
  }

  .hero-title {
    font-size: 7rem;
  }

  .intro-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 5rem;
    padding-top: 6.5rem;
  }

  .venture {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 5rem;
  }

  .venture.is-reversed {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .venture.is-reversed .visual-frame {
    order: 2;
  }

  .venture.is-reversed .venture-copy {
    justify-self: end;
    text-align: right;
  }

  .venture.is-reversed .marker-list li {
    justify-content: flex-end;
  }

  .venture.is-reversed .marker-list li::before {
    order: 2;
  }
}

@media (min-width: 1120px) {
  .site-header {
    padding-inline: 3rem;
  }

  .hero-title {
    font-size: 9rem;
  }

  .section-title,
  .local-title,
  .contact-inner h2 {
    font-size: 5.4rem;
  }

  .brand-heading {
    font-size: 6.2rem;
  }

  .waterfall {
    gap: 8rem;
  }
}

@media (max-width: 539px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 0.45rem;
    padding: 0.85rem 0.72rem;
  }

  .header-actions {
    gap: 0.42rem;
  }

  .wordmark {
    font-size: 1.08rem;
  }

  .language-switcher {
    gap: 0.24rem;
  }

  .language-switcher a,
  .language-switcher span,
  .nav-cta {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .nav-cta {
    min-height: 1.95rem;
    padding: 0.5rem 0.48rem;
  }

  .hero-content {
    max-width: calc(100vw - 2rem);
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-copy {
    max-width: 28ch;
    font-size: 1rem;
  }

  .hero-meta {
    display: block;
    max-width: 24rem;
    overflow-wrap: anywhere;
    line-height: 1.7;
    letter-spacing: 0.16em;
  }

  .hero-meta::before,
  .hero-meta::after {
    display: none;
  }

  .visual-frame::before {
    inset: -0.62rem;
  }

  .email-link {
    font-size: 1.38rem;
  }

  .not-found-title {
    font-size: 3.1rem;
  }

  .policy-title {
    max-width: 7.8ch;
    margin-inline: auto;
    font-size: 2.95rem;
    line-height: 0.95;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-button {
    flex: 1 1 100%;
  }
}

@media (max-width: 374px) {
  .nav-cta {
    display: none;
  }

  .hero-title {
    font-size: 2.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
