@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500&family=Noto+Serif+SC:wght@400;500;600&display=swap");

:root {
  color: #101820;
  background: #f5f1e9;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  --navy: #06172d;
  --deep-navy: #03101f;
  --gold: #c59a55;
  --gold-light: #d8b878;
  --ivory: #f5f1e9;
  --ink: #111921;
  --muted: #706c65;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.5vw;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 58px; height: 58px; flex: 0 0 auto; overflow: hidden; background: transparent; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: flex; flex-direction: column; gap: 2px; }
.brand-name strong { font-family: "Noto Serif SC", serif; font-size: 20px; font-weight: 500; letter-spacing: .16em; color: var(--gold-light); }
.brand-name small { font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.7); }

.main-nav { display: flex; align-items: center; gap: clamp(21px, 2.2vw, 42px); font-size: 13px; letter-spacing: .08em; }
.main-nav a { position: relative; color: rgba(255,255,255,.82); transition: color .25s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -13px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { right: 0; }
.language { color: var(--gold-light); font-family: Georgia, serif; }
.nav-cta { background: var(--gold); color: #09172a; padding: 13px 20px; cursor: pointer; transition: background .25s, transform .25s; }
.nav-cta:hover { background: #d8b673; transform: translateY(-2px); }
.menu-toggle { display: none; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 1px; margin: 7px; background: white; }

.hero { min-height: 850px; height: 100vh; position: relative; color: white; overflow: hidden; background: var(--deep-navy); }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,12,26,.96) 0%, rgba(2,16,34,.73) 36%, rgba(1,9,20,.08) 72%), linear-gradient(0deg, rgba(2,10,20,.62) 0%, transparent 40%); }
.hero-content { position: absolute; z-index: 2; left: 7.5vw; top: 50%; transform: translateY(-43%); max-width: 730px; }
.eyebrow, .gold-label { color: var(--gold); font-family: Georgia, serif; font-size: 12px; letter-spacing: .28em; }
.hero h1, h2 { font-family: "Noto Serif SC", serif; font-weight: 400; margin: 0; }
.hero h1 { margin: 26px 0 20px; font-size: clamp(52px, 5vw, 88px); line-height: 1.27; letter-spacing: .03em; text-shadow: 0 3px 32px rgba(0,0,0,.4); }
.hero h1 .line { display: block; color: white; }
.hero h1 .gold-word { color: var(--gold-light); }
.hero-en { font-family: Georgia, serif; color: var(--gold-light); font-size: clamp(14px, 1.25vw, 20px); line-height: 1.5; letter-spacing: .28em; }
.hero-copy { margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 2; letter-spacing: .08em; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { padding: 16px 30px; letter-spacing: .12em; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #0a1727; }
.button-gold:hover { background: #dab979; }
.text-link { border: 0; background: transparent; padding: 8px 0; color: inherit; font-size: 13px; letter-spacing: .12em; border-bottom: 1px solid rgba(197,154,85,.6); cursor: pointer; }
.text-link span { margin-left: 10px; color: var(--gold-light); }
.hero-meta { position: absolute; z-index: 2; right: 5.5vw; bottom: 40px; display: flex; gap: 28px; font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.5); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 8px; letter-spacing: .26em; color: rgba(255,255,255,.55); }
.scroll-cue i { width: 1px; height: 35px; background: var(--gold); }

.section-shell { max-width: 1440px; margin: 0 auto; padding-left: 6vw; padding-right: 6vw; }
.intro { display: grid; grid-template-columns: 1fr 1.75fr 1.35fr; gap: 7vw; padding-top: 130px; padding-bottom: 125px; }
.section-kicker { display: flex; gap: 20px; align-items: flex-start; color: var(--gold); font-family: Georgia, serif; }
.section-kicker span { font-size: 42px; line-height: 1; }
.section-kicker p { margin: 4px 0; padding-top: 6px; font-size: 10px; letter-spacing: .22em; border-top: 1px solid var(--gold); }
.intro-heading h2, .experience-heading h2 { font-size: clamp(34px, 3.5vw, 58px); line-height: 1.45; letter-spacing: .03em; }
.gold-label { margin: 0 0 22px; }
.intro-copy { padding-top: 42px; color: var(--muted); font-size: 14px; line-height: 2; }
.intro-copy p { margin: 0 0 17px; }

.experiences { padding-bottom: 140px; }
.experience-heading { display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid #cbc5ba; padding-bottom: 40px; margin-bottom: 48px; }
.experience-heading .gold-label { align-self: flex-start; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.experience-card { min-width: 0; }
.experience-photo { position: relative; overflow: hidden; aspect-ratio: 4/3; background: #ddd4c3; }
.experience-photo img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.experience-card:hover .experience-photo img { transform: scale(1.035); }
.experience-photo span { position: absolute; left: 20px; bottom: 16px; color: white; font-family: Georgia, serif; font-size: 15px; letter-spacing: .1em; text-shadow: 0 1px 8px #000; }
.experience-body { padding: 26px 3px 0; }
.experience-body > p:first-child { margin: 0 0 8px; color: var(--gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.experience-body h3 { margin: 0; font-family: "Noto Serif SC", serif; font-size: 27px; font-weight: 500; letter-spacing: .08em; }
.hairline { height: 1px; margin: 20px 0; background: #cbc5ba; }
.experience-copy { min-height: 110px; color: var(--muted); font-size: 13px; line-height: 2; margin: 0; }
.experience-body button { background: transparent; padding: 12px 0 5px; color: #252a2d; border-bottom: 1px solid var(--gold); cursor: pointer; font-size: 12px; letter-spacing: .1em; }
.experience-body button span { margin-left: 13px; color: var(--gold); }

.membership { background: var(--navy); color: white; overflow: hidden; }
.membership-inner { display: grid; grid-template-columns: .95fr 1.25fr; gap: 60px 80px; padding-top: 105px; padding-bottom: 80px; }
.membership-copy { align-self: center; }
.membership-copy h2 { font-size: clamp(36px, 3.6vw, 60px); line-height: 1.45; margin-bottom: 24px; }
.membership-copy > p:not(.gold-label) { color: rgba(255,255,255,.6); max-width: 500px; font-size: 14px; line-height: 2; }
.text-link.light { color: var(--gold-light); margin-top: 16px; }
.member-card-image { position: relative; align-self: center; }
.member-card-image::before { content: ""; position: absolute; inset: -28px 12% 25px -28px; border: 1px solid rgba(197,154,85,.3); }
.member-card-image img { position: relative; height: 380px; object-fit: cover; }
.membership-levels { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(197,154,85,.35); border-bottom: 1px solid rgba(197,154,85,.35); }
.membership-level { padding: 38px 32px; border-right: 1px solid rgba(197,154,85,.3); }
.membership-level:last-child { border-right: 0; }
.membership-level p { color: var(--gold); margin: 0 0 12px; font-family: Georgia, serif; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.membership-level h3 { margin: 0 0 18px; color: var(--gold-light); font-family: "Noto Serif SC", serif; font-size: 25px; font-weight: 500; letter-spacing: .08em; }
.membership-level span { color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .06em; }
.membership-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 36px; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .08em; }
.button-outline { color: var(--gold-light); border: 1px solid var(--gold); background: transparent; }
.button-outline:hover { color: var(--navy); background: var(--gold); }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #071427; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.service-strip span { padding: 22px 15px; text-align: center; border-right: 1px solid rgba(255,255,255,.1); font-size: 11px; letter-spacing: .16em; }
.service-strip span:last-child { border-right: 0; }
footer { background: #030c18; color: white; padding: 65px 6vw 30px; }
.footer-brand { display: flex; align-items: center; gap: 18px; max-width: 1440px; margin: auto; }
.footer-brand > div { display: flex; flex-direction: column; gap: 4px; }
.footer-brand strong { font-family: "Noto Serif SC", serif; color: var(--gold-light); font-size: 22px; letter-spacing: .14em; }
.footer-brand small { color: rgba(255,255,255,.4); font-family: Georgia,serif; font-size: 9px; letter-spacing: .2em; }
footer > p { max-width: 1440px; margin: 30px auto 70px; font-family: "Noto Serif SC", serif; font-size: 24px; color: rgba(255,255,255,.65); }
.footer-bottom { max-width: 1440px; margin: auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-family: Georgia,serif; font-size: 9px; letter-spacing: .16em; }
.footer-bottom button { color: var(--gold-light); background: transparent; cursor: pointer; letter-spacing: .1em; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(0,9,20,.78); backdrop-filter: blur(8px); }
.consultation-modal { position: relative; width: min(570px, 100%); padding: 55px; color: white; background: var(--navy); border: 1px solid rgba(197,154,85,.45); box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.consultation-modal::before { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(197,154,85,.12); }
.modal-close { position: absolute; z-index: 2; right: 22px; top: 18px; color: rgba(255,255,255,.65); background: transparent; font-size: 30px; cursor: pointer; }
.consultation-modal h2 { margin: 0 0 16px; font-size: 36px; }
.consultation-modal > p:not(.gold-label), .success-state > p:not(.gold-label) { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.8; }
.consultation-modal form { display: grid; gap: 19px; margin-top: 30px; }
.consultation-modal label { display: grid; gap: 9px; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .08em; }
.consultation-modal input, .consultation-modal select { width: 100%; color: white; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.18); border-radius: 0; outline: none; padding: 13px 14px; }
.consultation-modal input:focus, .consultation-modal select:focus { border-color: var(--gold); }
.consultation-modal option { color: #111; }
.success-state { position: relative; padding: 40px 0 20px; text-align: center; }
.success-state .button { margin-top: 22px; }

@media (max-width: 1080px) {
  .site-header { height: 92px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 28px; background: rgba(3,16,31,.98); transform: translateX(100%); transition: transform .4s ease; font-size: 17px; }
  .main-nav.is-open { transform: translateX(0); }
  .language { margin-top: 10px; }
  .intro { grid-template-columns: .7fr 1.5fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .membership-inner { gap: 55px 40px; }
}

@media (max-width: 760px) {
  .site-header { padding: 0 22px; height: 82px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name strong { font-size: 16px; }
  .brand-name small { font-size: 7px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-image { object-position: 64% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(1,12,26,.94), rgba(2,15,31,.46)), linear-gradient(0deg, rgba(1,10,21,.83), transparent 55%); }
  .hero-content { left: 24px; right: 24px; top: 48%; transform: translateY(-42%); }
  .hero h1 { margin-top: 20px; font-size: clamp(34px, 9.3vw, 38px); line-height: 1.5; }
  .hero h1 .line { white-space: nowrap; }
  .hero-en { font-size: 12px; }
  .hero-copy { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 34px; }
  .hero-meta { display: none; }
  .scroll-cue { left: auto; right: 18px; transform: none; }
  .section-shell { padding-left: 24px; padding-right: 24px; }
  .intro { grid-template-columns: 1fr; gap: 45px; padding-top: 80px; padding-bottom: 80px; }
  .intro-copy { grid-column: auto; }
  .experience-heading { display: block; margin-bottom: 35px; }
  .experience-heading .gold-label { margin-bottom: 18px; }
  .experience-grid { grid-template-columns: 1fr; gap: 60px; }
  .experience-copy { min-height: auto; }
  .experiences { padding-bottom: 90px; }
  .membership-inner { grid-template-columns: 1fr; gap: 52px; padding-top: 80px; }
  .member-card-image { grid-row: 2; }
  .member-card-image img { height: 255px; }
  .membership-levels { grid-column: auto; grid-template-columns: 1fr; }
  .membership-level { border-right: 0; border-bottom: 1px solid rgba(197,154,85,.3); padding: 28px 5px; }
  .membership-level:last-child { border-bottom: 0; }
  .membership-cta { grid-column: auto; flex-direction: column; gap: 10px; text-align: center; }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .service-strip span:nth-child(2) { border-right: 0; }
  .service-strip span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  footer { padding-left: 24px; padding-right: 24px; }
  footer > p { margin-bottom: 45px; }
  .consultation-modal { padding: 48px 28px 34px; }
  .consultation-modal h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
