:root {
  --ink: #11110f;
  --paper: #f4f1ea;
  --white: #fff;
  --line: rgba(17, 17, 15, .2);
  --muted: #6e6b64;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; background: rgba(244,241,234,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: .3s ease; }
.site-header.scrolled { height: 68px; border-color: var(--line); }
.wordmark { display: inline-flex; align-items: baseline; width: max-content; font-family: var(--serif); font-size: 29px; letter-spacing: -.05em; }
.wordmark i { font-weight: 400; }
.site-nav { display: flex; gap: 34px; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.language-switch { justify-self: end; display: flex; align-items: center; gap: 7px; font-size: 10px; letter-spacing: .12em; }
.language-switch button { padding: 5px 0; color: var(--muted); background: none; border: 0; border-bottom: 1px solid transparent; cursor: pointer; font: inherit; }
.language-switch button.active { color: var(--ink); border-color: var(--ink); }
.menu-toggle { display: none; border: 0; background: none; }

.hero { min-height: 100vh; display: grid; grid-template-columns: 51% 49%; padding: 82px 4vw 4vw; }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 7vw 6vw 4vw 2vw; }
.eyebrow { margin: 0 0 30px; font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .display { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .93; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(70px, 8.3vw, 138px); }
.hero h1 em, .display em, .visit h2 em, .contact h2 em { font-weight: 400; color: transparent; -webkit-text-stroke: 1px var(--ink); }
.services .display em, .policies .display em { -webkit-text-stroke-color: var(--white); }
.hero-intro { max-width: 440px; margin: 40px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 27px; border: 1px solid; font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; transition: .25s; }
.button-dark { color: white; background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }
.button-light { color: var(--ink); background: white; border-color: white; }
.button-light:hover { color: white; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 14px; width: max-content; padding-bottom: 5px; border-bottom: 1px solid; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-note { position: absolute; bottom: 4px; left: 2vw; margin: 0; font-family: var(--serif); font-size: 16px; font-style: italic; }
.hero-media { min-height: calc(100vh - 122px); margin: 0; overflow: hidden; }
.hero-media img { object-position: center; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.hero-media:hover img { transform: scale(1.025); }
.hero-media figcaption { display: flex; justify-content: space-between; margin-top: 12px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.marquee { overflow: hidden; color: white; background: var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 35px; padding: 18px 0; animation: marquee 24s linear infinite; font-family: var(--serif); font-size: 18px; }
.marquee-track b { font-size: 9px; font-weight: 400; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: 11vw 8vw; }
.display { font-size: clamp(52px, 7.6vw, 118px); }
.policy-grid span { font-size: 9px; letter-spacing: .15em; }

.services { display: grid; grid-template-columns: 42% 58%; color: white; background: var(--ink); }
.services-heading { position: sticky; top: 68px; align-self: start; min-height: calc(100vh - 68px); display: flex; flex-direction: column; justify-content: center; padding: 9vw 7vw 9vw 8vw; }
.eyebrow-light { color: #aaa69d; }
.services-heading .display { font-size: clamp(56px, 6vw, 92px); }
.services-heading > p:last-child { max-width: 370px; margin: 40px 0 0; color: #a9a69f; font-size: 14px; line-height: 1.75; }
.service-list { padding: 8vw 6vw 8vw 0; }
.service-item { display: grid; grid-template-columns: 45px 1fr auto; gap: 20px; align-items: start; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.2); }
.service-item:last-of-type { border-bottom: 1px solid rgba(255,255,255,.2); }
.service-number { padding-top: 7px; color: #88857f; font-size: 9px; letter-spacing: .13em; }
.service-item h3 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.service-item p { max-width: 420px; margin: 11px 0 0; color: #9c9992; font-size: 13px; line-height: 1.6; }
.service-item strong { font-size: 13px; font-weight: 400; letter-spacing: .05em; }
.service-item.featured h3 { font-size: 38px; }
.service-item.compact { padding: 25px 0; }
.service-item.compact h3 { font-size: 22px; }
.service-cta { margin-top: 44px; }

.artistry { position: relative; display: grid; grid-template-columns: 40% 53%; gap: 7%; align-items: center; overflow: hidden; }
.artistry-copy .display { font-size: clamp(50px, 5.4vw, 86px); }
.artistry-copy > p:not(.eyebrow) { max-width: 390px; margin: 35px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.artistry-feature { height: 58vw; max-height: 780px; margin: 0; overflow: hidden; }
.artistry-feature img { object-position: center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.artistry-feature:hover img { transform: scale(1.025); }
.vertical-caption { position: absolute; right: 2vw; top: 50%; margin: 0; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }

.policies { padding: 9vw 8vw; color: white; background: var(--ink); }
.policy-intro { display: grid; grid-template-columns: 30% 70%; align-items: start; }
.policy-intro .display { font-size: clamp(52px, 6vw, 94px); }
.policy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; margin-top: 8vw; }
.policy-grid article { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.policy-grid h3 { margin: 35px 0 13px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.policy-grid p { margin: 0; color: #a8a59f; font-size: 13px; line-height: 1.7; }

.contact { display: grid; grid-template-columns: 56% 44%; background: white; }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vw 8vw; }
.contact-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 6vw, 94px); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; margin: 36px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-list { width: min(100%, 520px); margin: 0; border-top: 1px solid var(--line); }
.contact-list div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .17em; }
.contact-list dd { margin: 0; font-size: 13px; }
.contact-list a:hover { opacity: .55; }
.wechat-card { position: relative; display: grid; place-items: center; min-height: 760px; padding: 7vw; background: #d8d0c2; overflow: hidden; }
.wechat-card > img { width: min(100%, 410px); height: auto; box-shadow: 0 25px 65px rgba(17,17,15,.12); }
.wechat-card > div { display: flex; width: min(100%, 410px); align-items: baseline; gap: 16px; margin-top: 20px; }
.wechat-card span, .wechat-card p { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.wechat-card strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.wechat-card p { margin: 0 0 0 auto; color: var(--muted); }

.contact-meta { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4vw; padding: 55px 8vw 65px; background: var(--paper); border-top: 1px solid var(--line); }
.contact-meta > div { padding-top: 15px; border-top: 1px solid var(--line); }
.contact-meta span { font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.contact-meta p { margin: 20px 0 8px; font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.contact-meta small { color: var(--muted); font-size: 10px; }

.visit { display: grid; grid-template-columns: 57% 43%; min-height: 650px; }
.visit-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw; background: #d8d0c2; }
.visit-copy h2 { margin: 0 0 50px; font-family: var(--serif); font-size: clamp(54px, 6vw, 96px); font-weight: 400; line-height: .97; letter-spacing: -.04em; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 50px 35px; padding: 8vw 6vw; }
.visit-details span { font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.visit-details p { margin: 14px 0 0; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.visit-details small { color: var(--muted); font-family: var(--sans); font-size: 10px; }
.visit-details a { border-bottom: 1px solid transparent; }
.visit-details a:hover { border-color: currentColor; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding: 70px 4vw 25px; color: white; background: var(--ink); }
.footer-mark { font-size: clamp(70px, 9vw, 145px); }
.site-footer > p { justify-self: end; margin: 0 0 18px; color: #aaa; font-family: var(--serif); font-size: 20px; font-style: italic; }
.site-footer > div { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: #8f8c86; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.mobile-contact { display: none; }

html[lang^="zh"] body { font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif; }
html[lang^="zh"] .hero h1, html[lang^="zh"] .display, html[lang^="zh"] .contact-copy h2, html[lang^="zh"] .visit-copy h2 { font-family: "Microsoft YaHei", "PingFang SC", sans-serif; letter-spacing: -.06em; }
html[lang^="zh"] .hero h1 { font-size: clamp(64px, 6vw, 96px); line-height: 1.02; }
html[lang^="zh"] .wordmark, html[lang^="zh"] .footer-mark { font-family: var(--serif); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 16px; height: 68px; padding: 0 20px; }
  .language-switch { grid-column: 2; grid-row: 1; z-index: 3; }
  .menu-toggle { grid-column: 3; grid-row: 1; z-index: 2; display: flex; width: 32px; height: 32px; flex-direction: column; justify-content: center; gap: 6px; padding: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: .2s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 70px 30px; color: white; background: var(--ink); transform: translateX(100%); transition: transform .4s cubic-bezier(.7,0,.2,1); }
  .site-nav a { font-family: var(--serif); font-size: 48px; font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .menu-open .site-nav { transform: none; }
  .menu-open .menu-toggle { color: white; }
  .menu-open .language-switch { color: white; }
  .menu-open .language-switch button { color: #aaa; }
  .menu-open .language-switch button.active { color: white; border-color: white; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 68px 20px 25px; }
  .hero-copy { min-height: 78vh; padding: 80px 0 70px; }
  .hero h1 { font-size: clamp(54px, 15vw, 78px); }
  html[lang^="zh"] .hero h1 { font-size: clamp(48px, 12vw, 64px); }
  .hero-intro { max-width: 500px; margin-top: 30px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .hero-note { display: none; }
  .hero-media { height: 120vw; min-height: 0; }
  .hero-media figcaption { margin-bottom: 25px; }
  .section-pad { padding: 100px 24px; }
  .services { grid-template-columns: 1fr; }
  .services-heading { position: static; min-height: 0; padding: 100px 24px 70px; }
  .service-list { padding: 0 24px 100px; }
  .artistry { grid-template-columns: 1fr; gap: 55px; }
  .artistry-feature { height: 125vw; max-height: none; }
  .vertical-caption { display: none; }
  .policy-intro { grid-template-columns: 1fr; }
  .policy-grid { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { padding: 100px 24px; }
  .wechat-card { min-height: 0; padding: 80px 24px; }
  .contact-meta { grid-template-columns: 1fr 1fr; gap: 45px 30px; padding: 70px 24px; }
  .visit { grid-template-columns: 1fr; }
  .visit-copy, .visit-details { padding: 100px 24px; }
  .mobile-contact { position: fixed; z-index: 15; right: 14px; bottom: 14px; display: flex; justify-content: space-between; width: 170px; padding: 15px 18px; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.3); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
}

@media (max-width: 560px) {
  .eyebrow { margin-bottom: 22px; }
  .display { line-height: .98; }
  .service-item { grid-template-columns: 28px 1fr auto; gap: 10px; }
  .service-item h3 { font-size: 25px; }
  .service-item.featured h3 { font-size: 29px; }
  .service-item p { font-size: 12px; }
  .service-item strong { max-width: 65px; text-align: right; font-size: 11px; }
  .policy-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 70px; }
  .contact-meta { grid-template-columns: 1fr; }
  .visit-details { grid-template-columns: 1fr; gap: 38px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 85px; }
  .site-footer > p { justify-self: start; margin: 15px 0 45px; }
  .footer-mark { font-size: 25vw; }
}

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