:root {
    --jade-deep: #1a3a2f; --jade-medium: #2d5a4a; --jade-light: #4a7c6a; --jade-pale: #e8f0ed; --jade-whisper: #f4f8f6;
    --white: #ffffff; --off-white: #fafbfa; --grey-100: #f5f6f5; --grey-200: #e8eae8; --grey-300: #d1d5d3; --grey-400: #717974; --grey-500: #5a635c; --grey-600: #4a524c; --grey-700: #2d332f; --grey-900: #1a1d1b;
    --gold: #c4a265; --gold-light: #d9c08c;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
*:focus-visible { outline: 2px solid var(--jade-medium); outline-offset: 2px; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--white); color: var(--grey-700); line-height: 1.7; font-weight: 300; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.animate-fade-up { animation: fadeInUp 1s cubic-bezier(0.23,1,0.32,1) forwards; }
.animate-slide-right { animation: slideInRight 1.1s cubic-bezier(0.23,1,0.32,1) forwards; }
.delay-1 { animation-delay: .15s; opacity: 0; } .delay-2 { animation-delay: .35s; opacity: 0; } .delay-3 { animation-delay: .55s; opacity: 0; } .delay-4 { animation-delay: .75s; opacity: 0; } .delay-5 { animation-delay: .95s; opacity: 0; }
.animate { animation: fadeIn .8s ease forwards; }

/* Nav */
.nav { position: fixed; top: 0; width: 100%; padding: 24px 80px; display: flex; justify-content: space-between; align-items: center; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(20px); border-bottom: 1px solid var(--grey-200); transition: all .4s; }
.nav.scrolled { padding: 16px 80px; box-shadow: 0 4px 30px rgba(0,0,0,.04); }
.logo { display: flex; align-items: baseline; gap: 16px; }
.logo-chinese { font-family: 'Noto Serif SC', serif; font-size: 1.5rem; font-weight: 400; letter-spacing: .1em; color: var(--jade-deep); }
.logo-divider { width: 1px; height: 20px; background: var(--grey-300); }
.logo-english { font-family: 'EB Garamond', serif; font-size: 1.3rem; font-weight: 500; letter-spacing: .13em; word-spacing: 0.08em; color: var(--jade-deep); }
.logo-club { font-family: 'EB Garamond', serif; font-style: italic; font-size: 0.99rem; font-weight: 400; letter-spacing: .06em; color: var(--jade-light); margin-left: -10px; }
.nav-right { display: flex; align-items: center; gap: 24px; }
.lang-switcher { position: relative; }
.lang-toggle { display: flex; align-items: center; gap: 8px; background: none; border: 1px solid var(--grey-200); padding: 8px 14px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: .75rem; letter-spacing: .08em; color: var(--grey-600); transition: all .3s; }
.lang-toggle:hover { border-color: var(--jade-light); color: var(--jade-deep); }
.lang-toggle svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.lang-toggle .lang-arrow { width: 10px; height: 10px; stroke-width: 2; transition: transform .3s; }
.lang-switcher.open .lang-arrow { transform: rotate(180deg); }
.lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: var(--white); border: 1px solid var(--grey-200); box-shadow: 0 12px 40px rgba(0,0,0,.1); min-width: 180px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .25s; z-index: 1010; }
.lang-switcher.open .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-option { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; font-size: .8rem; color: var(--grey-600); cursor: pointer; transition: all .2s; border-bottom: 1px solid var(--grey-100); font-family: 'Inter', sans-serif; }
.lang-option:last-child { border-bottom: none; }
.lang-option:hover { background: var(--jade-pale); color: var(--jade-deep); }
.lang-option.active { color: var(--jade-deep); font-weight: 500; }
.lang-option .lang-native { font-size: .75rem; color: var(--grey-400); }
.lang-option.active .lang-native { color: var(--jade-medium); }
/* RTL */
[dir="rtl"] { direction: rtl; text-align: right; }
[dir="rtl"] body { font-family: 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Inter', sans-serif; }
[dir="rtl"] .nav { flex-direction: row-reverse; }
[dir="rtl"] .nav-links { flex-direction: row-reverse; }
[dir="rtl"] .nav-right { flex-direction: row-reverse; }
[dir="rtl"] .hero-content { direction: rtl; }
[dir="rtl"] .hero-cta svg { transform: scaleX(-1); }
[dir="rtl"] .hero-cta:hover svg { transform: scaleX(-1) translateX(-6px); }
[dir="rtl"] .trust-strip { flex-direction: row-reverse; }
[dir="rtl"] .trust-item { flex-direction: row-reverse; }
[dir="rtl"] .access-card { text-align: center; }
[dir="rtl"] .testimonial-card { text-align: right; }
[dir="rtl"] .testimonial-author { flex-direction: row-reverse; }
[dir="rtl"] .faq-question { text-align: right; flex-direction: row-reverse; }
[dir="rtl"] .provenance-feature { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .cta-concierge-card { flex-direction: row-reverse; }
[dir="rtl"] .cta-concierge-card-info { text-align: right; }
[dir="rtl"] .cta-channel { flex-direction: row-reverse; }
[dir="rtl"] .footer-content { direction: rtl; }
[dir="rtl"] .lang-dropdown { right: auto; left: 0; }
[dir="rtl"] .booking-form { text-align: right; }
[dir="rtl"] .floating-cta { right: auto; left: 24px; flex-direction: row-reverse; }
[dir="rtl"] .modal-close { right: auto; left: 24px; }
[dir="rtl"] .showcase-badge { left: auto; right: 16px; }
[dir="rtl"] .booking-form select { background-position: left 16px center; padding-right: 16px; padding-left: 40px; }
.nav-links { display: flex; gap: 48px; align-items: center; }
.nav-links a { font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-500); text-decoration: none; transition: color .3s; }
.nav-links a:hover { color: var(--jade-deep); }
/* Nav Dropdown */
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-toggle { -webkit-appearance: none; appearance: none; display: inline-flex; align-items: center; gap: 6px; background: none; border: none; outline: none; cursor: pointer; font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-500); font-family: 'Inter', -apple-system, sans-serif; font-weight: 300; transition: color .3s; padding: 0; margin: 0; line-height: 1; }
.nav-dropdown-toggle:hover { color: var(--jade-deep); }
.nav-dropdown-toggle::after { content: ''; display: inline-block; width: 4px; height: 4px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transition: transform .3s ease; margin-top: -1px; }
.nav-dropdown.open .nav-dropdown-toggle::after { transform: rotate(-135deg); margin-top: 2px; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 20px); left: 50%; transform: translateX(-50%) translateY(-6px); background: var(--white); border: none; box-shadow: 0 8px 32px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04); min-width: 200px; opacity: 0; visibility: hidden; transition: all .3s cubic-bezier(.23,1,.32,1); z-index: 1010; }
.nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a { display: block; padding: 16px 28px; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-500); text-decoration: none; transition: all .3s; font-family: 'Inter', -apple-system, sans-serif; font-weight: 300; }
.nav-dropdown-menu a:hover { color: var(--jade-deep); background: var(--jade-whisper); letter-spacing: .16em; }
[dir="rtl"] .nav-dropdown-menu { left: auto; right: 50%; transform: translateX(50%) translateY(-8px); }
[dir="rtl"] .nav-dropdown.open .nav-dropdown-menu { transform: translateX(50%) translateY(0); }
/* Mobile Collections Group */
.mobile-collections-label { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-400); padding: 20px 0 4px; font-family: 'Inter', sans-serif; }
.mobile-menu-links a.collection-link { padding-left: 16px; }
[dir="rtl"] .mobile-menu-links a.collection-link { padding-left: 0; padding-right: 16px; }
.nav-cta { padding: 12px 28px; background: var(--jade-deep); color: var(--white); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: all .3s; border: 1px solid rgba(255,255,255,.08); }
.nav-cta:hover { background: var(--jade-medium); }

/* Mobile */
.mobile-menu-btn { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: none; border: none; cursor: pointer; z-index: 1002; padding: 8px; }
.mobile-menu-btn span { display: block; width: 100%; height: 1.5px; background: var(--grey-700); transition: all .3s; }
.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--white); z-index: 1001; flex-direction: column; padding: 24px; opacity: 0; visibility: hidden; transition: all .3s; }
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--grey-200); }
.mobile-menu-close { background: none; border: none; font-size: 2rem; color: var(--grey-500); cursor: pointer; }
.mobile-menu-links { display: flex; flex-direction: column; padding: 24px 0; }
.mobile-menu-links a { font-size: 1.2rem; color: var(--grey-700); text-decoration: none; padding: 16px 0; border-bottom: 1px solid var(--grey-100); font-family: 'EB Garamond', serif; }
.mobile-lang-switcher { display: flex; flex-wrap: wrap; gap: 8px; padding: 24px 0; }
.mobile-lang-switcher .lang-btn { padding: 8px 14px; border: none; background: var(--grey-100); color: var(--grey-600); font-size: .8rem; font-family: 'Inter', sans-serif; letter-spacing: .03em; border-radius: 2px; transition: all .3s; }
.mobile-lang-switcher .lang-btn.active { background: var(--jade-deep); color: var(--white); }
.mobile-cta { display: block; text-align: center; padding: 18px; background: var(--jade-deep); color: var(--white); text-decoration: none; font-size: .85rem; letter-spacing: .1em; margin-top: auto; }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 160px 80px 80px; background: var(--white); position: relative; overflow: visible; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 800px; height: 800px; background: radial-gradient(circle, var(--jade-pale) 0%, transparent 70%); opacity: .4; }
.hero-content { max-width: 1300px; width: 100%; display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.hero-text { max-width: 600px; }
.hero-headline { font-family: 'EB Garamond', serif; font-size: 4.2rem; font-weight: 400; line-height: 1.15; color: var(--grey-900); letter-spacing: -.01em; margin-bottom: 24px; }
.hero-subline { font-size: 1.1rem; color: var(--grey-500); line-height: 1.8; margin-bottom: 40px; font-weight: 300; letter-spacing: .02em; max-width: 440px; }
.hero-cta { display: inline-flex; align-items: center; gap: 12px; padding: 20px 48px; background: var(--jade-deep); color: var(--white); text-decoration: none; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; transition: all .5s cubic-bezier(.23,1,.32,1); position: relative; overflow: hidden; border: 1px solid transparent; }
.hero-cta::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent); transition: left .8s cubic-bezier(.23,1,.32,1); }
.hero-cta:hover { background: var(--jade-medium); gap: 20px; transform: translateY(-3px); box-shadow: 0 12px 40px rgba(26,58,47,.3); border-color: rgba(255,255,255,.1); }
.hero-cta:hover::before { left: 100%; }
.hero-cta svg { width: 18px; height: 18px; fill: currentColor; transition: transform .4s; }
.hero-cta:hover svg { transform: translateX(6px); }
.hero-cta-note { display: block; margin-top: 12px; font-size: .8rem; color: var(--grey-400); letter-spacing: .05em; }
.trust-strip { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--grey-200); display: flex; gap: 32px; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: var(--grey-500); letter-spacing: .05em; }
.trust-item svg { width: 16px; height: 16px; stroke: var(--jade-light); fill: none; stroke-width: 1.5; flex-shrink: 0; }

/* iPhone Mockup */
.iphone-container { display: flex; justify-content: center; }
.iphone { width: 282px; height: 598px; background: var(--grey-900); border-radius: 44px; padding: 9px; box-shadow: 0 60px 120px rgba(26,58,47,.15); }
.iphone-screen { width: 100%; height: 100%; background: var(--white); border-radius: 37px; overflow: hidden; position: relative; }
.dynamic-island { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 88px; height: 26px; background: var(--grey-900); border-radius: 20px; z-index: 10; }
.app-screen { height: 100%; background: #0d1a15; padding: 0; display: flex; flex-direction: column; }
.app-video-area { flex: 1; background: radial-gradient(ellipse at center, transparent 10%, rgba(10,10,10,.15) 30%, rgba(10,10,10,.35) 45%, rgba(10,10,10,.55) 58%, rgba(10,10,10,.8) 72%, #0a0a0a 90%), #0a0a0a url('/images/hero-watch.jpg') center center / 118% no-repeat; display: flex; flex-direction: column; position: relative; }
.app-video-area::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 55%; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.3) 50%, transparent 100%); pointer-events: none; }
.app-top-bar { padding: 48px 16px 10px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; }
.app-live-badge { display: flex; align-items: center; gap: 6px; position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,.5); backdrop-filter: blur(10px); padding: 5px 10px; border-radius: 16px; z-index: 2; }
.app-live-dot { width: 7px; height: 7px; background: #e63946; border-radius: 50%; animation: pulse 2s infinite; }
.app-live-text { font-size: .6rem; color: rgba(255,255,255,.85); letter-spacing: .15em; text-transform: uppercase; font-weight: 600; }
.app-top-brand { font-family: 'EB Garamond', serif; font-size: .75rem; color: rgba(255,255,255,.5); letter-spacing: .12em; text-align: center; }
.app-boutique-view { flex: 1; position: relative; z-index: 2; }
.app-location-pill { position: absolute; bottom: 12px; left: 12px; display: flex; align-items: center; gap: 5px; background: rgba(0,0,0,.5); backdrop-filter: blur(10px); padding: 5px 10px; border-radius: 16px; }
.app-location-pill svg { width: 10px; height: 10px; stroke: rgba(255,255,255,.65); fill: none; stroke-width: 2; }
.app-location-pill span { font-size: .55rem; color: rgba(255,255,255,.65); letter-spacing: .08em; }
.app-call-controls { padding: 12px 16px 20px; background: #0d1a15; display: flex; align-items: center; gap: 12px; position: relative; z-index: 2; }
.app-self-view { width: 40px; height: 40px; border-radius: 8px; background: var(--grey-700); display: flex; align-items: center; justify-content: center; }
.app-self-view svg { width: 18px; height: 18px; stroke: rgba(255,255,255,.4); fill: none; stroke-width: 1.5; }
.app-controls-row { display: flex; gap: 8px; margin-left: auto; }
.app-ctrl-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; }
.app-ctrl-btn svg { width: 16px; height: 16px; stroke: rgba(255,255,255,.7); fill: none; stroke-width: 1.5; }
.app-ctrl-btn.end-call { background: #e63946; }
.app-ctrl-btn.end-call svg { stroke: var(--white); }

/* Sections */
.section-label { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--jade-medium); margin-bottom: 12px; font-weight: 500; }
.section-title { font-family: 'EB Garamond', serif; font-size: 2.4rem; font-weight: 400; color: var(--grey-900); margin-bottom: 20px; }
.section-intro { font-size: 1.1rem; color: var(--grey-500); max-width: 600px; margin: 0 auto 60px; line-height: 1.9; }

.access { padding: 120px 80px; background: var(--grey-100); }
.access-content { max-width: 1000px; margin: 0 auto; text-align: center; }
.access-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.access-card { padding: 48px 32px; background: var(--white); border: 1px solid var(--grey-200); text-align: center; transition: all .3s; border-radius: 2px; }
.access-card:hover { border-color: var(--jade-light); box-shadow: 0 20px 60px rgba(26,58,47,.08); }
.access-card-icon { width: 48px; height: 48px; margin: 0 auto 24px; background: var(--jade-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.access-card-icon svg { width: 22px; height: 22px; stroke: var(--jade-deep); fill: none; stroke-width: 1.5; }
.access-card h4 { font-family: 'EB Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--grey-900); margin-bottom: 4px; }
.access-card p { font-size: .9rem; color: var(--grey-500); line-height: 1.7; margin-top: 12px; }

.about-strip { padding: 32px 80px; background: var(--white); border-bottom: 1px solid var(--grey-200); text-align: center; }
.about-strip p { max-width: 600px; margin: 0 auto; font-family: 'Inter', sans-serif; font-size: .82rem; font-weight: 300; color: var(--grey-400); line-height: 1.7; letter-spacing: .02em; }
.services { padding: 160px 80px; background: var(--jade-deep); color: var(--white); }
.services-content { max-width: 1200px; margin: 0 auto; }
.services-header { text-align: center; margin-bottom: 80px; }
.services .section-label { color: var(--jade-light); }
.services .section-title { color: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.1); }
.service-card { padding: 48px 32px; background: var(--jade-deep); text-align: center; transition: all .3s; border-radius: 2px; }
.service-card:hover { background: var(--jade-medium); }
.service-step { font-family: 'EB Garamond', serif; font-size: 3.5rem; font-weight: 400; color: rgba(255,255,255,.07); margin-bottom: 20px; letter-spacing: 0.1em; }
.service-icon { width: 48px; height: 48px; margin: 0 auto 24px; }
.service-icon svg { width: 100%; height: 100%; stroke: var(--jade-light); fill: none; stroke-width: 1.2; }
.service-card h4 { font-family: 'EB Garamond', serif; font-size: 1.1rem; margin-bottom: 16px; }
.service-card p { font-size: .85rem; color: rgba(255,255,255,.75); line-height: 1.7; }

/* Gift Section */
.gift-section { padding: 80px 80px; background: var(--white); border-top: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); text-align: center; }
.gift-content { max-width: 600px; margin: 0 auto; }
.gift-text h3 { font-family: 'EB Garamond', serif; font-size: 1.5rem; font-weight: 500; color: var(--jade-deep); margin-bottom: 10px; }
.gift-text p { font-size: .88rem; color: var(--grey-500); line-height: 1.7; margin-bottom: 24px; }
.gift-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 28px; background: var(--jade-deep); color: var(--white); font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 400; letter-spacing: .08em; text-decoration: none; transition: all .3s; border: none; cursor: pointer; }
.gift-btn:hover { background: var(--jade-medium); }
.gift-btn svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
@media (max-width: 768px) { .gift-section { padding: 48px 24px; } }

.showcase { padding: 120px 80px; background: var(--white); }
.showcase-content { max-width: 1400px; margin: 0 auto; }
.showcase-header { text-align: center; margin-bottom: 48px; }
.showcase-scroll { display: flex; gap: 24px; overflow-x: auto; padding: 20px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
.showcase-scroll::-webkit-scrollbar { display: none; }
.showcase-item { flex: 0 0 300px; scroll-snap-align: start; background: var(--white); border: 1px solid var(--grey-200); transition: all .4s; cursor: pointer; border-radius: 2px; }
.showcase-item:hover { border-color: var(--jade-light); transform: translateY(-8px); box-shadow: 0 20px 60px rgba(26,58,47,.12); }
.showcase-image { height: 240px; background: linear-gradient(135deg,var(--grey-100),var(--jade-pale)); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; }
.showcase-placeholder { color: var(--grey-300); }
.showcase-icon { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; }
.showcase-icon svg { width: 64px; height: 64px; stroke: var(--jade-light); fill: none; stroke-width: 1; opacity: .6; }
.showcase-icon .showcase-icon-label { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-400); margin-top: 12px; }
.showcase-badge { position: absolute; top: 16px; left: 16px; padding: 6px 16px; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; z-index: 2; border-radius: 1px; }
.showcase-badge.rare { background: var(--jade-deep); color: var(--white); }
.showcase-badge.exclusive { background: var(--gold); color: #2a1f0a; }
.showcase-badge.investment { background: linear-gradient(135deg,#c4a265,#d4b978); color: #2a1f0a; }
.showcase-badge.waitlist { background: var(--grey-600); color: var(--grey-100); }
.showcase-info { padding: 24px; }
.showcase-brand { font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: var(--jade-medium); font-weight: 500; }
.showcase-name { font-family: 'EB Garamond', serif; font-size: 1.2rem; color: var(--grey-900); margin: 8px 0; }
.showcase-price { font-size: 1.1rem; color: var(--jade-deep); font-weight: 500; margin-bottom: 12px; }
.showcase-status { display: inline-block; padding: 6px 14px; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; border-radius: 20px; }
.showcase-status.available { background: var(--jade-pale); color: var(--jade-deep); }
.showcase-status.inquiry { background: var(--grey-100); color: var(--grey-600); cursor: pointer; transition: all .3s; }
.showcase-status.inquiry:hover { background: var(--jade-deep); color: var(--white); }
.showcase-scroll-hint { text-align: center; margin-top: 20px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-400); display: flex; align-items: center; justify-content: center; gap: 8px; }
.showcase-scroll-hint svg { width: 16px; height: 16px; stroke: var(--grey-400); fill: none; stroke-width: 1.5; animation: scrollHint 2s ease-in-out infinite; }
@keyframes scrollHint { 0%,100% { transform: translateX(0); } 50% { transform: translateX(6px); } }

/* Boutiques Section */
.boutiques { padding: 160px 80px; background: var(--grey-100); }
.boutiques-content { max-width: 1300px; margin: 0 auto; }
.boutiques-header { text-align: center; margin-bottom: 48px; }
.boutiques-subtitle { font-size: 1rem; color: var(--grey-400); margin-top: 12px; }
.city-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.city-tab { padding: 10px 24px; border: none; background: none; font-family: 'EB Garamond', serif; font-size: 1rem; color: var(--grey-400); cursor: pointer; transition: all .3s; border-bottom: 2px solid transparent; }
.city-tab:hover { color: var(--jade-deep); }
.city-tab.active { color: var(--jade-deep); border-bottom-color: var(--jade-deep); }
.boutiques-filter { display: flex; justify-content: center; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.filter-pill { padding: 8px 20px; border: 1px solid var(--grey-300); background: var(--white); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grey-500); cursor: pointer; transition: all .3s; font-family: 'Inter', sans-serif; }
.filter-pill:hover { border-color: var(--jade-light); color: var(--jade-deep); }
.filter-pill.active { background: var(--jade-deep); border-color: var(--jade-deep); color: var(--white); }
.boutiques-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 48px; }
.boutique-card { padding: 0; background: var(--white); border: 1px solid var(--grey-200); transition: all .5s cubic-bezier(0.23,1,0.32,1); overflow: hidden; cursor: pointer; }
.boutique-card:hover { border-color: var(--jade-light); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(26,58,47,.12); }
.boutique-image { width: 100%; height: 140px; background: linear-gradient(135deg, var(--jade-pale) 0%, var(--grey-100) 100%); display: flex; align-items: center; justify-content: center; }
.boutique-image-placeholder { font-family: 'EB Garamond', serif; font-size: 2rem; color: var(--grey-300); letter-spacing: .05em; }
.boutique-info { padding: 16px 20px; }
.boutique-category { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--jade-medium); display: block; margin-bottom: 4px; }
.boutique-name { font-family: 'EB Garamond', serif; font-size: 1.15rem; font-weight: 400; color: var(--grey-900); margin-bottom: 2px; }
.boutique-address { font-size: .8rem; color: var(--grey-400); margin-bottom: 12px; }
.boutique-brands { display: flex; flex-wrap: wrap; gap: 6px; }
.brand-tag { font-size: .65rem; padding: 3px 8px; background: var(--grey-100); color: var(--grey-500); letter-spacing: .05em; }
.boutique-coming-soon { text-align: center; margin-top: 40px; padding: 32px; border: 1px dashed var(--grey-300); }
.boutique-coming-soon p { font-size: .85rem; color: var(--grey-400); letter-spacing: .05em; }
.boutique-coming-soon .cities { font-family: 'EB Garamond', serif; font-size: 1.1rem; color: var(--grey-500); margin-top: 8px; font-style: italic; }

/* Boutique Modal */
.boutique-modal { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000; align-items: center; justify-content: center; padding: 40px; }
.boutique-modal.active { display: flex; }
.modal-backdrop { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(8px); }
.modal-content { position: relative; background: var(--white); max-width: 900px; width: 100%; max-height: 85vh; overflow-y: auto; transform: scale(0.95); opacity: 0; transition: all .4s cubic-bezier(0.23,1,0.32,1); }
.boutique-modal.active .modal-content { transform: scale(1); opacity: 1; }
.modal-close { position: absolute; top: 24px; right: 24px; width: 40px; height: 40px; background: var(--white); border: 1px solid var(--grey-200); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: all .3s; }
.modal-close:hover { border-color: var(--jade-deep); background: var(--jade-pale); }
.modal-close svg { width: 16px; height: 16px; stroke: var(--grey-600); }
.modal-header { position: relative; height: 280px; background: linear-gradient(135deg, var(--grey-100), var(--grey-200)); overflow: hidden; }
.modal-header-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'EB Garamond', serif; font-size: 4rem; color: var(--grey-300); letter-spacing: .1em; }
.modal-header-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,.7), transparent); }
.modal-boutique-category { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.modal-boutique-name { font-family: 'EB Garamond', serif; font-size: 2.5rem; font-weight: 400; color: var(--white); margin-bottom: 4px; }
.modal-boutique-address { font-size: .9rem; color: rgba(255,255,255,.7); }
.modal-body { padding: 40px; }
.modal-section-title { font-family: 'EB Garamond', serif; font-size: 1.2rem; color: var(--grey-900); margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid var(--grey-200); }
.modal-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.modal-product { background: var(--grey-100); padding: 20px; text-align: center; transition: all .3s; cursor: pointer; }
.modal-product:hover { background: var(--jade-pale); transform: translateY(-4px); }
.modal-product-image { width: 100%; height: 100px; background: var(--white); margin-bottom: 16px; display: flex; align-items: center; justify-content: center; }
.modal-product-image svg { width: 48px; height: 48px; stroke: var(--grey-300); fill: none; stroke-width: 1; }
.modal-product-brand { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-400); margin-bottom: 4px; }
.modal-product-name { font-family: 'EB Garamond', serif; font-size: .95rem; color: var(--grey-900); margin-bottom: 8px; }
.modal-product-status { display: inline-block; padding: 4px 12px; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; border-radius: 20px; }
.modal-product-status.available { background: var(--jade-pale); color: var(--jade-deep); }
.modal-product-status.waitlist { background: #fff3e0; color: #e65100; }
.modal-contact-cta { padding: 32px; background: var(--jade-deep); text-align: center; border-radius: 0; }
.modal-contact-cta p { color: rgba(255,255,255,.7); font-size: .9rem; margin-bottom: 16px; }
.modal-contact-cta a { display: inline-block; padding: 14px 32px; background: var(--white); color: var(--jade-deep); text-decoration: none; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; transition: all .3s; }
.modal-contact-cta a:hover { background: var(--jade-pale); }

.shipping { padding: 140px 80px; background: var(--white); }
.shipping-content { max-width: 900px; margin: 0 auto; text-align: center; }
.shipping-header { margin-bottom: 60px; }
.shipping-intro { font-size: 1.1rem; color: var(--grey-500); margin-top: 12px; line-height: 1.8; }
.trust-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.safe-storage { margin-top: 48px; text-align: center; padding-top: 48px; border-top: 1px solid var(--grey-200); }
.safe-storage-intro { font-size: .95rem; color: var(--grey-500); max-width: 600px; margin: 0 auto; line-height: 1.8; }
.section-detail-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 14px 32px; border: 1px solid var(--grey-300); color: var(--jade-deep); text-decoration: none; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; transition: all .3s; }
.section-detail-cta:hover { border-color: var(--jade-deep); background: var(--jade-pale); }
.section-detail-cta svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.trust-card { padding: 40px 24px; background: var(--grey-100); border: 1px solid var(--grey-200); text-align: center; border-radius: 2px; transition: all .3s; }
.trust-card:hover { border-color: var(--jade-light); box-shadow: 0 12px 40px rgba(26,58,47,.06); }
.trust-card-icon { width: 48px; height: 48px; margin: 0 auto 20px; }
.trust-card-icon svg { width: 100%; height: 100%; stroke: var(--jade-medium); fill: none; stroke-width: 1.5; }
.trust-card h4 { font-family: 'EB Garamond', serif; font-size: 1.1rem; color: var(--grey-900); margin-bottom: 8px; }
.trust-card p { font-size: .85rem; color: var(--grey-500); line-height: 1.6; }

/* Provenance Section */
.provenance { padding: 100px 80px; background: var(--grey-900); color: var(--white); }
.provenance-content { max-width: 700px; margin: 0 auto; }
.provenance-header { text-align: center; }
.provenance .section-label { color: var(--gold); }
.provenance .section-title { color: var(--white); }
.provenance-intro { font-size: 1.1rem; color: rgba(255,255,255,.6); max-width: 600px; margin: 16px auto 0; line-height: 1.8; }
.provenance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.provenance-certificate { background: linear-gradient(135deg, rgba(196,162,101,.08), rgba(196,162,101,.02)); border: 1px solid rgba(196,162,101,.2); padding: 48px 40px; text-align: center; }
.provenance-cert-icon { width: 64px; height: 64px; margin: 0 auto 24px; }
.provenance-cert-icon svg { width: 100%; height: 100%; stroke: var(--gold); fill: none; stroke-width: 1; }
.provenance-cert-title { font-family: 'EB Garamond', serif; font-size: 1.3rem; color: var(--white); margin-bottom: 8px; }
.provenance-cert-detail { font-size: .8rem; color: rgba(255,255,255,.6); letter-spacing: .08em; margin-bottom: 4px; }
.provenance-cert-seal { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 10px 24px; border: 1px solid rgba(196,162,101,.3); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); }
.provenance-cert-seal svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.provenance-features { display: flex; flex-direction: column; gap: 32px; }
.provenance-feature { display: flex; gap: 20px; align-items: flex-start; }
.provenance-feature-icon { width: 40px; height: 40px; flex-shrink: 0; background: rgba(196,162,101,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.provenance-feature-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.provenance-feature h4 { font-family: 'EB Garamond', serif; font-size: 1rem; color: var(--white); margin-bottom: 6px; }
.provenance-feature p { font-size: .85rem; color: rgba(255,255,255,.65); line-height: 1.7; }
.provenance-powered { text-align: center; margin-top: 32px; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.provenance-detail-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 32px; padding: 14px 32px; border: 1px solid rgba(196,162,101,.3); color: var(--gold); text-decoration: none; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; transition: all .3s; }
.provenance-detail-cta:hover { border-color: var(--gold); background: rgba(196,162,101,.1); }
.provenance-detail-cta svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Ethos / About */
.ethos { padding: 160px 80px; background: var(--grey-100); }
.ethos-content { max-width: 1000px; margin: 0 auto; text-align: center; }
.ethos-intro { font-size: 1.05rem; color: var(--grey-500); max-width: 560px; margin: 0 auto 72px; line-height: 1.9; }
.ethos-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; }
.ethos-pillar { text-align: center; padding: 0 8px; }
.ethos-pillar-icon { width: 48px; height: 48px; margin: 0 auto 24px; background: var(--jade-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.ethos-pillar-icon svg { width: 22px; height: 22px; stroke: var(--jade-deep); fill: none; stroke-width: 1.5; }
.ethos-pillar h4 { font-family: 'EB Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--grey-900); margin-bottom: 12px; }
.ethos-pillar p { font-size: .9rem; color: var(--grey-500); line-height: 1.8; }

/* Boutique Expand */
.boutiques-expand { text-align: center; margin-top: 32px; }
.boutiques-expand-btn { background: none; border: 1px solid var(--grey-300); padding: 14px 36px; font-family: 'Inter', sans-serif; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-500); cursor: pointer; transition: all .3s; }
.boutiques-expand-btn:hover { border-color: var(--jade-deep); color: var(--jade-deep); }

/* WeChat QR Modal */
.wechat-modal { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000; align-items: center; justify-content: center; padding: 40px; }
.wechat-modal.active { display: flex; }
.wechat-modal .modal-backdrop { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(8px); }
.wechat-modal-content { position: relative; background: var(--white); max-width: 380px; width: 100%; padding: 48px 40px; text-align: center; transform: scale(0.95); opacity: 0; transition: all .4s cubic-bezier(0.23,1,0.32,1); }
.wechat-modal.active .wechat-modal-content { transform: scale(1); opacity: 1; }
.wechat-modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; background: none; border: 1px solid var(--grey-200); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .3s; }
.wechat-modal-close:hover { border-color: var(--jade-deep); background: var(--jade-pale); }
.wechat-modal-close svg { width: 14px; height: 14px; stroke: var(--grey-600); }
.wechat-modal-icon { width: 40px; height: 40px; margin: 0 auto 20px; background: #07C160; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.wechat-modal-icon svg { width: 22px; height: 22px; fill: var(--white); }
.wechat-modal-title { font-family: 'EB Garamond', serif; font-size: 1.4rem; color: var(--grey-900); margin-bottom: 6px; }
.wechat-modal-subtitle { font-size: .8rem; color: var(--grey-400); margin-bottom: 28px; letter-spacing: .03em; }
.wechat-modal-qr { width: 200px; height: 200px; margin: 0 auto 24px; }
.wechat-modal-qr img { width: 100%; height: 100%; }
.wechat-modal-id { font-size: .75rem; color: var(--grey-400); letter-spacing: .05em; }
.wechat-modal-id span { color: var(--grey-600); font-weight: 500; }

.brands { padding: 80px; background: var(--white); border-top: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); }
.brands-content { max-width: 1200px; margin: 0 auto; text-align: center; }
.brands-label { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-400); margin-bottom: 32px; }
.brands-scroll { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.brand-logo { font-family: 'EB Garamond', serif; font-size: 1rem; letter-spacing: .15em; color: var(--grey-400); transition: color .3s; }
.brand-logo:hover { color: var(--jade-deep); }

.testimonials { padding: 160px 80px; background: var(--grey-100); }
.testimonials-content { max-width: 1000px; margin: 0 auto; text-align: center; }
.testimonials-header { margin-bottom: 80px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px; }
.testimonial-card { padding: 48px 40px; background: var(--white); border: 1px solid var(--grey-200); text-align: left; border-radius: 2px; }
.testimonial-quote { font-family: 'EB Garamond', serif; font-size: 4rem; font-weight: 400; color: var(--jade-light); line-height: 1; margin-bottom: 8px; opacity: 0.2; }
.testimonial-text { font-family: 'EB Garamond', serif; font-size: 1.15rem; font-style: italic; color: var(--grey-700); line-height: 1.7; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 40px; height: 40px; background: var(--jade-deep); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'EB Garamond', serif; font-size: .85rem; color: var(--white); }
.testimonial-name { font-size: .85rem; font-weight: 500; color: var(--grey-700); }
.testimonial-location { font-size: .8rem; color: var(--grey-400); }

.faq { padding: 120px 80px; background: var(--white); }
.faq-content { max-width: 700px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 60px; }
.faq-item { border-bottom: 1px solid var(--grey-200); }
.faq-question { width: 100%; padding: 24px 0; background: none; border: none; font-family: 'EB Garamond', serif; font-size: 1.1rem; color: var(--grey-900); text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color .3s; }
.faq-question:hover { color: var(--jade-deep); }
.faq-icon { width: 24px; height: 24px; flex-shrink: 0; position: relative; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--grey-400); transition: transform .3s; }
.faq-icon::before { width: 14px; height: 1.5px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-icon::after { width: 1.5px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-item.open .faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-answer { max-height: 500px; padding-bottom: 24px; }
.faq-answer p { font-size: .9rem; color: var(--grey-500); line-height: 1.8; }
.faq-group { margin-bottom: 16px; }
.faq-group-label { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-400); margin: 32px 0 8px; padding-bottom: 8px; border-bottom: 1px solid var(--grey-200); }
.faq-group:first-child .faq-group-label { margin-top: 0; }

.newsletter { padding: 120px 80px; background: var(--jade-deep); text-align: center; }
.newsletter-content { max-width: 560px; margin: 0 auto; }
.newsletter .section-label { color: rgba(255,255,255,.7); }
.newsletter-title { font-family: 'EB Garamond', serif; font-size: 2rem; color: var(--white); margin-bottom: 12px; }
.newsletter-sub { font-size: .9rem; color: rgba(255,255,255,.75); font-weight: 300; margin-bottom: 36px; line-height: 1.8; }
.newsletter-form { display: flex; gap: 0; max-width: 420px; margin: 0 auto; }
.newsletter-input { flex: 1; padding: 16px 20px; border: none; font-family: 'Inter', sans-serif; font-size: .85rem; color: var(--grey-900); background: var(--white); outline: none; }
.newsletter-input::placeholder { color: var(--grey-400); font-weight: 300; }
.newsletter-btn { padding: 16px 32px; background: var(--white); border: none; font-family: 'Inter', sans-serif; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--jade-deep); cursor: pointer; transition: all .3s; white-space: nowrap; }
.newsletter-btn:hover { background: rgba(255,255,255,.85); }
.newsletter-btn:disabled { opacity: .5; cursor: not-allowed; }
.newsletter-success { display: none; font-size: .85rem; color: rgba(255,255,255,.9); font-weight: 400; margin-top: 20px; }
.newsletter-error { display: none; font-size: .8rem; color: #f99; margin-top: 12px; }

.cta { padding: 160px 80px; background: var(--grey-100); text-align: center; }
.cta-content { max-width: 700px; margin: 0 auto; }
.cta .section-title { margin-bottom: 12px; }
.cta-text { font-size: 1.1rem; color: var(--grey-500); margin-bottom: 48px; line-height: 1.9; }
.cta-primary { display: inline-flex; align-items: center; gap: 12px; padding: 20px 52px; background: var(--jade-deep); color: var(--white); text-decoration: none; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; transition: all .5s cubic-bezier(.23,1,.32,1); border: 1px solid transparent; position: relative; overflow: hidden; }
.cta-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent); transition: left .8s cubic-bezier(.23,1,.32,1); }
.cta-primary:hover::before { left: 100%; }
.cta-primary:hover { background: var(--jade-medium); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(26,58,47,.3); }
.cta-primary svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.cta-details { margin-top: 16px; font-size: .85rem; color: var(--grey-400); }
.cta-concierge-card { display: flex; align-items: center; gap: 20px; margin: 0 auto 48px; padding: 28px 36px; background: var(--white); border: 1px solid var(--grey-200); max-width: 440px; }
.cta-concierge-avatar-lg { width: 64px; height: 64px; flex-shrink: 0; background: var(--jade-deep); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'EB Garamond', serif; font-size: 1.4rem; color: var(--white); }
.cta-concierge-card-info { text-align: left; }
.cta-concierge-name { font-family: 'EB Garamond', serif; font-size: 1.1rem; color: var(--grey-900); margin-bottom: 4px; }
.cta-concierge-desc { font-size: .78rem; color: var(--grey-400); line-height: 1.5; }
.cta-action { text-align: center; }
.cta-trust-strip { margin-top: 16px; font-size: .8rem; color: var(--grey-400); letter-spacing: .08em; }
.cta-channels { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--grey-200); }
.cta-channel { display: inline-flex; align-items: center; gap: 6px; color: var(--grey-400); text-decoration: none; font-size: .75rem; letter-spacing: .06em; transition: color .3s; }
.cta-channel:hover { color: var(--jade-deep); }
.cta-channel-divider { color: var(--grey-300); font-size: .75rem; }

/* Booking Form */
.booking-form { max-width: 520px; margin: 0 auto; text-align: left; }
.booking-form .form-row { margin-bottom: 20px; }
.booking-form .form-row-inline { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.booking-form label { display: block; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-500); margin-bottom: 8px; font-weight: 500; }
.booking-form input, .booking-form textarea, .booking-form select { width: 100%; padding: 14px 16px; border: 1px solid var(--grey-300); background: var(--white); font-family: 'Inter', sans-serif; font-size: .9rem; color: var(--grey-700); transition: border-color .3s; outline: none; }
.booking-form input:focus, .booking-form textarea:focus, .booking-form select:focus { border-color: var(--jade-medium); }
.booking-form textarea { resize: vertical; min-height: 80px; }
.booking-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca39f' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.booking-form .form-submit { display: block; width: 100%; padding: 18px; background: var(--jade-deep); color: var(--white); border: none; font-family: 'Inter', sans-serif; font-size: .85rem; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: all .3s; }
.booking-form .form-submit:hover { background: var(--jade-medium); }
.booking-form .form-note { text-align: center; margin-top: 12px; font-size: .8rem; color: var(--grey-400); }
.booking-form .form-optional { font-size: .65rem; color: var(--grey-400); font-weight: 300; text-transform: none; letter-spacing: 0; margin-left: 4px; }
.form-success { display: none; text-align: center; padding: 48px 24px; }
.form-success.active { display: block; }
.form-success svg { width: 48px; height: 48px; stroke: var(--jade-medium); fill: none; stroke-width: 1.5; margin-bottom: 24px; }
.form-success h3 { font-family: 'EB Garamond', serif; font-size: 1.8rem; color: var(--grey-900); margin-bottom: 12px; }
.form-success p { font-size: 1rem; color: var(--grey-500); line-height: 1.8; }

/* Typeform Overlay */
.typeform-overlay { position: fixed; inset: 0; background: var(--white); z-index: 2000; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; -webkit-font-smoothing: antialiased; }
.typeform-overlay.active { opacity: 1; visibility: visible; }
.tf-header { padding: 24px 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--grey-200); }
.tf-logo { font-family: 'EB Garamond', serif; font-weight: 500; font-size: 1.1rem; letter-spacing: .13em; color: var(--jade-deep); }
.tf-logo-club { font-style: italic; font-weight: 400; font-size: .95rem; letter-spacing: .06em; color: var(--jade-light); margin-left: 4px; }
.tf-close { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: none; border: 1px solid var(--grey-200); cursor: pointer; color: var(--grey-500); font-size: 1.2rem; transition: all .3s; }
.tf-close:hover { border-color: var(--jade-light); color: var(--jade-deep); }
.tf-progress { height: 2px; background: var(--grey-200); }
.tf-progress-fill { height: 100%; background: var(--jade-deep); transition: width .6s cubic-bezier(.23,1,.32,1); width: 0%; }
.tf-main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 48px; position: relative; overflow: hidden; }
.tf-step { position: absolute; width: 100%; max-width: 600px; padding: 0 24px; opacity: 0; transform: translateY(40px); transition: all .5s cubic-bezier(.23,1,.32,1); pointer-events: none; }
.tf-step.active { opacity: 1; transform: translateY(0); pointer-events: all; }
.tf-step.exit-up { opacity: 0; transform: translateY(-40px); }
.tf-step-number { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-400); margin-bottom: 16px; }
.tf-step-question { font-family: 'EB Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--jade-deep); line-height: 1.4; margin-bottom: 40px; }
.tf-options { display: flex; flex-direction: column; gap: 12px; }
.tf-option { padding: 18px 24px; border: 1px solid var(--grey-200); cursor: pointer; font-size: .9rem; font-weight: 300; color: var(--grey-700); transition: all .25s; display: flex; align-items: center; gap: 14px; user-select: none; font-family: 'Inter', sans-serif; }
.tf-option:hover { border-color: var(--jade-light); background: var(--jade-pale); }
.tf-option.selected { border-color: var(--jade-deep); background: var(--jade-pale); color: var(--jade-deep); font-weight: 400; }
.tf-option-key { width: 28px; height: 28px; border: 1px solid var(--grey-300); display: flex; align-items: center; justify-content: center; font-size: .65rem; font-weight: 500; letter-spacing: .05em; color: var(--grey-400); flex-shrink: 0; transition: all .25s; }
.tf-option.selected .tf-option-key { background: var(--jade-deep); border-color: var(--jade-deep); color: var(--white); }
.tf-input { width: 100%; padding: 0 0 12px 0; border: none; border-bottom: 2px solid var(--grey-200); font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 300; color: var(--jade-deep); background: transparent; outline: none; transition: border-color .3s; }
.tf-input:focus { border-bottom-color: var(--jade-deep); }
.tf-input::placeholder { color: var(--grey-400); font-weight: 200; }
.tf-contact-fields { display: flex; flex-direction: column; gap: 24px; }
.tf-contact-field { display: flex; flex-direction: column; gap: 6px; }
.tf-contact-label { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey-400); font-weight: 400; }
.tf-footer { padding: 24px 48px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--grey-200); }
.tf-btn-back { padding: 12px 24px; background: none; border: 1px solid var(--grey-200); font-family: 'Inter', sans-serif; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grey-500); cursor: pointer; transition: all .3s; }
.tf-btn-back:hover { border-color: var(--grey-400); color: var(--grey-700); }
.tf-btn-back:disabled { opacity: 0; pointer-events: none; }
.tf-btn-next { padding: 14px 36px; background: var(--jade-deep); border: none; font-family: 'Inter', sans-serif; font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: var(--white); cursor: pointer; transition: all .3s; display: flex; align-items: center; gap: 10px; }
.tf-btn-next:hover { background: var(--jade-medium); }
.tf-btn-next:disabled { opacity: .3; cursor: not-allowed; }
.tf-btn-next svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.tf-key-hint { font-size: .65rem; color: var(--grey-400); letter-spacing: .05em; }
.tf-key-hint kbd { display: inline-block; padding: 2px 8px; border: 1px solid var(--grey-300); font-family: 'Inter', sans-serif; font-size: .6rem; margin: 0 2px; background: var(--off-white); }
.tf-thank-you { text-align: center; }
.tf-thank-you-icon { width: 64px; height: 64px; border: 2px solid var(--jade-deep); display: flex; align-items: center; justify-content: center; margin: 0 auto 32px; }
.tf-thank-you-icon svg { width: 28px; height: 28px; stroke: var(--jade-deep); fill: none; stroke-width: 2; }
.tf-thank-you .tf-step-question { margin-bottom: 16px; }
.tf-thank-you-sub { font-size: .95rem; font-weight: 300; color: var(--grey-500); line-height: 1.7; }
.tf-thank-you-tagline { margin-top: 48px; font-family: 'EB Garamond', serif; font-style: italic; font-size: .9rem; color: var(--grey-400); letter-spacing: .04em; }
.tf-skip { font-size: .75rem; color: var(--grey-400); cursor: pointer; margin-top: 16px; transition: color .3s; background: none; border: none; font-family: 'Inter', sans-serif; font-weight: 300; }
.tf-skip:hover { color: var(--jade-medium); }
.typeform-cta-btn { display: inline-flex; align-items: center; gap: 12px; padding: 20px 56px; background: var(--jade-deep); color: var(--white); border: none; font-family: 'Inter', sans-serif; font-size: .85rem; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; transition: all .4s; }
.typeform-cta-btn:hover { background: var(--jade-medium); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(26,58,47,.3); }

.floating-msg { position: fixed; bottom: 24px; right: 24px; display: flex; align-items: center; gap: 8px; z-index: 999; opacity: 0; pointer-events: none; transition: opacity .4s, transform .3s; transform: translateY(8px); }
.floating-msg.visible { opacity: 1; pointer-events: all; transform: translateY(0); }
.floating-msg-btn { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: none; text-decoration: none; cursor: pointer; transition: all .3s; background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.floating-msg-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,.12); }
.floating-msg-btn svg { width: 24px; height: 24px; }
.floating-msg-btn.wa:hover { box-shadow: 0 4px 20px rgba(37,211,102,.25); }
.floating-msg-btn.wc:hover { box-shadow: 0 4px 20px rgba(7,193,96,.25); }
.wc-tooltip { display: none; position: absolute; bottom: 56px; right: 0; background: var(--white); border: 1px solid var(--grey-200); border-radius: 2px; box-shadow: 0 8px 32px rgba(0,0,0,.12); padding: 16px; text-align: center; min-width: 180px; }
.wc-tooltip.show { display: block; }
.wc-tooltip-id { font-family: 'Inter', sans-serif; font-size: .75rem; color: var(--grey-600); letter-spacing: .04em; margin-top: 8px; user-select: all; }
.wc-tooltip-hint { font-family: 'Inter', sans-serif; font-size: .6rem; color: var(--grey-400); margin-top: 4px; }
@media (max-width: 768px) { .floating-msg { bottom: 16px; right: 16px; } .floating-msg-btn { width: 42px; height: 42px; } .floating-msg-btn svg { width: 20px; height: 20px; } }

footer { padding: 60px 80px; background: var(--grey-900); color: rgba(255,255,255,.55); }
.footer-content { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .logo-chinese { font-family: 'Noto Serif SC', serif; font-size: 1.2rem; color: var(--white); }
.footer-brand .logo-english { font-family: 'EB Garamond', serif; font-size: .85rem; font-weight: 500; color: rgba(255,255,255,.5); letter-spacing: .13em; word-spacing: 0.08em; }
.footer-brand .logo-club { font-family: 'EB Garamond', serif; font-style: italic; font-weight: 400; font-size: .75rem; color: rgba(255,255,255,.3); letter-spacing: .06em; }
.footer-text { font-size: .75rem; }
.footer-links { display: flex; gap: 32px; }
.footer-links a { font-size: .7rem; color: rgba(255,255,255,.5); text-decoration: none; letter-spacing: .1em; text-transform: uppercase; transition: color .3s; }
.footer-links a:hover { color: var(--white); }

@media (max-width: 1100px) { .boutiques-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) {
    .hero-content { grid-template-columns: 1fr; gap: 60px; }
    .services-grid { grid-template-columns: repeat(2,1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .trust-cards { grid-template-columns: repeat(2, 1fr); }
    .safe-storage-grid { grid-template-columns: 1fr; }
    .provenance-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 800px) { .boutiques-grid { grid-template-columns: repeat(2, 1fr); } .modal-products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    section, .hero, .services, .boutiques, .shipping, .testimonials, .cta, .provenance, .ethos { padding: 100px 24px; } .access, .showcase, .faq { padding: 80px 24px; } .newsletter { padding: 60px 24px; } .newsletter-form { flex-direction: column; } .newsletter-input { border-right: none; border-bottom: 1px solid var(--grey-300); } .newsletter-btn { width: 100%; } .newsletter-title { font-size: 1.6rem; }
    .nav { padding: 16px 24px; } .nav.scrolled { padding: 12px 24px; }
    .nav-links, .nav-right { display: none; }
    .mobile-menu-btn { display: flex; } .mobile-menu { display: flex; }
    .logo-chinese { font-size: 1.5rem; } .logo-english { font-size: 1.2rem; } .logo-club { font-size: 1rem; }
    .hero { padding: 180px 24px 80px; }
    .hero-headline { font-size: 2.8rem; } .hero-headline br { display: none; } .hero-subline { font-size: 1rem; } .section-title { font-size: 1.8rem; }
    .access-cards { grid-template-columns: 1fr; }
    .ethos-pillars { grid-template-columns: 1fr; gap: 40px; }
    .services-grid { grid-template-columns: 1fr; }
    .showcase-item { flex: 0 0 260px; }
    .trust-strip { flex-direction: column; gap: 16px; }
    .trust-cards { grid-template-columns: repeat(2, 1fr); }
    .brands { padding: 40px 24px; } .brands-scroll { gap: 24px; } .brand-logo { font-size: .85rem; }
    .cta-channels { gap: 12px; } .cta-concierge-card { padding: 20px 24px; }
    .footer-links { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .section-intro, .cta-text, .shipping-intro, .provenance-intro, .safe-storage-intro { font-size: 1rem; }
    .about-strip { padding: 32px 24px !important; }
    .floating-msg { bottom: 16px; right: 16px; }
    .booking-form .form-row-inline { grid-template-columns: 1fr; }
    .tf-header { padding: 16px 20px; } .tf-main { padding: 32px 20px; } .tf-footer { padding: 16px 20px; }
    .tf-step-question { font-size: 1.5rem; margin-bottom: 32px; } .tf-logo { font-size: .95rem; }
    .tf-key-hint { display: none; } .tf-btn-next { padding: 14px 28px; }
    .boutique-modal { padding: 16px; } .modal-boutique-name { font-size: 1.8rem; } .modal-header { height: 200px; }
    footer { padding: 48px 24px; }
    .filter-pill { padding: 12px 20px; min-height: 44px; }
    .city-tab { padding: 12px 20px; min-height: 44px; }
    .mobile-lang-switcher .lang-btn { padding: 12px 18px; min-height: 44px; }
    .gift-btn { padding: 14px 28px; min-height: 44px; }
    .tf-btn-back { padding: 14px 24px; min-height: 44px; }
    .provenance-certificate { padding: 36px 24px; }
}
@media (max-width: 500px) { .boutiques-grid { grid-template-columns: 1fr; } .modal-products-grid { grid-template-columns: 1fr; } .trust-cards { grid-template-columns: 1fr; } }

/* Cookie Banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;background:var(--grey-900);color:rgba(255,255,255,.85);padding:20px 40px;display:flex;align-items:center;justify-content:center;gap:24px;font-size:.8rem;line-height:1.5;transform:translateY(100%);transition:transform .4s ease;font-family:'Inter',sans-serif}
.cookie-banner.visible{transform:translateY(0)}
.cookie-banner p{max-width:600px;margin:0}
.cookie-banner a{color:var(--gold);text-decoration:underline}
.cookie-banner a:hover{color:var(--gold-light)}
.cookie-btns{display:flex;gap:12px;flex-shrink:0}
.cookie-btn{padding:10px 24px;font-size:.75rem;font-family:'Inter',sans-serif;letter-spacing:.06em;cursor:pointer;border:none;border-radius:2px;transition:all .3s}
.cookie-btn-accept{background:var(--jade-medium);color:white}
.cookie-btn-accept:hover{background:var(--jade-deep)}
@media(max-width:768px){.cookie-banner{flex-direction:column;padding:20px;gap:16px;text-align:center}.cookie-btns{width:100%}.cookie-btn{flex:1}}
