:root {
  --graphite: #202124;
  --night: #151619;
  --pearl: #f3f0eb;
  --porcelain: #eae4dc;
  --platinum: #c9c8ca;
  --champagne: #cdb597;
  --titanium: #8b7765;
  --ink-muted: #6c6863;
  --line-dark: rgba(32, 33, 36, 0.18);
  --line-light: rgba(243, 240, 235, 0.18);
  --display: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--graphite);
  background: var(--pearl);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, blockquote { text-wrap: pretty; }
.keep-word { white-space: nowrap; }

.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;
}
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ui-icon {
  width: 1.1em; height: 1.1em; flex: 0 0 auto; display: inline-block;
  fill: none; stroke: currentColor; stroke-width: 1.45;
  stroke-linecap: round; stroke-linejoin: round;
}
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px;
  background: var(--pearl); transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0;
  height: 86px; padding: 0 clamp(22px, 4vw, 72px);
  display: flex; align-items: center; justify-content: space-between;
  color: var(--pearl); border-bottom: 1px solid transparent;
  transition: background .45s var(--ease), border-color .45s var(--ease), height .45s var(--ease);
}
.site-header.is-scrolled {
  height: 70px; background: rgba(21, 22, 25, 0.9); border-color: var(--line-light);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
}
.brand-lockup { display: flex; align-items: center; gap: 12px; min-height: 48px; }
.brand-lockup img { display: block; width: 44px; height: 44px; object-fit: contain; }
.brand-word {
  margin-left: -2px;
  font-family: Didot, "Bodoni 72", "Baskerville", Georgia, serif;
  font-size: 31px; line-height: 1; font-style: italic; font-weight: 500;
  letter-spacing: -.055em;
  text-transform: lowercase;
  color: var(--pearl);
}
.brand-lockup:hover .brand-word { color: var(--champagne); }
.brand-service { font-size: 11px; letter-spacing: .22em; color: var(--champagne); padding-left: 2px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 46px); }
.site-nav > a {
  position: relative; font-size: 13px; letter-spacing: .14em; color: rgba(243,240,235,.78);
  transition: color .3s;
}
.site-nav > a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px;
  background: var(--champagne); transition: right .35s var(--ease);
}
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--pearl); }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-appointment {
  min-height: 44px; padding: 0 23px; border: 1px solid rgba(205,181,151,.55); background: transparent;
  color: var(--pearl); letter-spacing: .12em; cursor: pointer; transition: background .3s, color .3s, border-color .3s;
}
.nav-appointment:hover, .nav-appointment:focus-visible { background: var(--champagne); border-color: var(--champagne); color: var(--night); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; transition: border-color .3s, background .3s; }
.menu-toggle:hover, .menu-toggle:focus-visible { border-color: rgba(205,181,151,.4); background: rgba(205,181,151,.06); }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 6px auto; background: var(--pearl); transition: transform .3s, opacity .3s; }

.hero {
  position: relative; min-height: 100svh; padding: 140px clamp(24px, 6.5vw, 120px) 80px;
  display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr); align-items: center;
  overflow: hidden; color: var(--pearl); background:
    linear-gradient(112deg, rgba(21,22,25,.98) 0%, rgba(21,22,25,.94) 47%, rgba(41,40,42,.88) 100%),
    radial-gradient(circle at 82% 34%, #5a514a, #151619 58%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-ambient { position: absolute; inset: 0; pointer-events: none; }
.ambient-ring { position: absolute; border: 1px solid rgba(205,181,151,.22); border-radius: 50%; }
.ambient-ring-one { width: 44vw; height: 44vw; min-width: 570px; min-height: 570px; right: -8vw; top: 3vh; }
.ambient-ring-two { width: 27vw; height: 27vw; min-width: 380px; min-height: 380px; right: 6vw; top: 20vh; border-color: rgba(243,240,235,.09); }
.ambient-glow { position: absolute; width: 520px; height: 520px; right: 8%; top: 22%; background: rgba(205,181,151,.11); filter: blur(90px); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; max-width: 770px; padding-top: 28px; }
.eyebrow { display: flex; align-items: center; gap: 17px; margin-bottom: clamp(34px, 5vh, 66px); color: var(--champagne); font-size: 11px; letter-spacing: .24em; }
.eyebrow i { width: 48px; height: 1px; background: rgba(205,181,151,.6); }
.hero h1 { font-family: var(--display); font-size: clamp(52px, 6vw, 104px); line-height: 1.12; letter-spacing: .025em; font-weight: 500; }
.hero h1 em { color: var(--champagne); font-style: normal; font-weight: 400; }
.hero-lede { max-width: 540px; margin-top: 30px; color: rgba(243,240,235,.68); font-size: clamp(16px, 1.2vw, 19px); line-height: 2; letter-spacing: .06em; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 44px; }
.button {
  min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: space-between; gap: 42px;
  border: 1px solid transparent; cursor: pointer; letter-spacing: .13em; transition: transform .35s var(--ease), background .35s, color .35s, box-shadow .35s;
}
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0); }
.button .ui-icon { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.button:hover .ui-icon { transform: translate(3px,-3px); }
.button:focus-visible, .card-link:focus-visible, .text-link:focus-visible { outline: 2px solid var(--champagne); outline-offset: 4px; }
.button-primary { background: var(--champagne); color: var(--night); box-shadow: 0 18px 55px rgba(205,181,151,.13); }
.button-primary:hover { background: #e0cdb4; box-shadow: 0 22px 65px rgba(205,181,151,.22); }
.text-link { color: var(--pearl); font-size: 13px; letter-spacing: .14em; border-bottom: 1px solid rgba(243,240,235,.28); padding: 8px 0; }
.text-link .ui-icon { width: 16px; height: 16px; margin-left: 9px; vertical-align: -3px; transition: transform .3s; }
.text-link:hover .ui-icon { transform: translateY(4px); }
.hero-note {
  margin-top: 58px;
  color: rgba(243,240,235,.74);
  font-size: clamp(13px, .9vw, 14px);
  line-height: 1.8;
  letter-spacing: .08em;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.hero-mark { position: relative; z-index: 2; display: grid; place-items: center; min-height: 650px; }
.logo-stage { position: relative; isolation: isolate; width: min(31vw, 470px); aspect-ratio: 2 / 3; display: grid; place-items: center; transform-origin: 50% 52%; animation: logo-float 6.4s ease-in-out infinite; }
.logo-stage::before {
  content: none;
}
.logo-stage picture { width: 100%; height: 100%; }
.logo-stage img { width: 100%; height: 100%; object-fit: contain; }
.logo-art {
  position: relative; z-index: 2; display: block;
}
.logo-art img { filter: drop-shadow(0 24px 40px rgba(0,0,0,.35)); }
.logo-halo { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: rgba(205,181,151,.12); filter: blur(42px); animation: breathe 6s ease-in-out infinite; }
.logo-trace-motion { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.logo-star-sprite { pointer-events: none; }
.hero-index { position: absolute; z-index: 3; right: 38px; bottom: 36px; display: flex; align-items: center; gap: 10px; color: rgba(243,240,235,.4); font-size: 10px; letter-spacing: .12em; transform: rotate(90deg); transform-origin: right bottom; }
.hero-index i { width: 46px; height: 1px; background: rgba(243,240,235,.22); }
@keyframes breathe { 50% { transform: scale(1.1); opacity: .6; } }
@keyframes logo-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

.brand-strip { overflow: hidden; padding: 21px 0; background: var(--champagne); color: var(--night); border-block: 1px solid rgba(32,33,36,.18); }
.strip-track { width: max-content; display: flex; align-items: center; gap: 34px; font-family: var(--display); font-size: 13px; letter-spacing: .22em; animation: marquee 28s linear infinite; }
.strip-track i { width: 5px; height: 5px; border: 1px solid var(--night); border-radius: 50%; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(88px, 10vw, 160px) clamp(24px, 6.5vw, 120px); }
.section-heading { display: grid; grid-template-columns: .7fr 1.2fr .8fr; gap: 40px; align-items: end; margin: 0 auto clamp(52px, 7vw, 94px); max-width: var(--max); }
.section-kicker { color: var(--titanium); font-size: 11px; letter-spacing: .22em; }
.section-heading h2, .gallery-heading h2 { font-family: var(--display); font-size: clamp(42px, 5vw, 78px); line-height: 1.16; font-weight: 500; letter-spacing: .03em; }
.section-heading > p:last-child, .gallery-heading > p:last-child { color: var(--ink-muted); line-height: 1.9; }

.services { background: var(--pearl); }
.service-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; }
.service-card { position: relative; min-height: 560px; padding: 38px 42px 48px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.service-card-light { background: var(--porcelain); border: 1px solid rgba(32,33,36,.08); }
.service-card-dark { background: var(--graphite); color: var(--pearl); }
.service-number { position: relative; z-index: 3; font-size: 11px; letter-spacing: .18em; opacity: .62; }
.service-art { position: absolute; inset: 8% 8% 24%; }
.nail-form { position: absolute; width: 150px; height: 400px; top: 5%; left: 43%; border: 2px solid var(--champagne); border-radius: 70% 70% 48% 48% / 30% 30% 72% 72%; transform: rotate(26deg); background: linear-gradient(110deg, rgba(255,255,255,.76), rgba(201,200,202,.12), rgba(139,119,101,.22)); box-shadow: 0 24px 55px rgba(139,119,101,.15); }
.nail-form::after { content: ""; position: absolute; inset: 14px 18px auto; height: 65%; border-left: 3px solid rgba(255,255,255,.74); border-radius: 50%; }
.orbit { position: absolute; width: 420px; height: 260px; left: 14%; top: 29%; border: 1px solid rgba(139,119,101,.34); border-radius: 50%; transform: rotate(-22deg); }
.orbit::after { content: ""; position: absolute; width: 9px; height: 9px; right: 11%; bottom: 2%; border-radius: 50%; background: var(--champagne); }
.lash-art { display: flex; align-items: center; justify-content: center; gap: 13px; transform: rotate(-8deg); }
.lash-art span { display: block; width: 3px; height: 55%; background: linear-gradient(var(--pearl), var(--champagne)); border-radius: 50%; transform-origin: bottom; }
.lash-art span:nth-child(1) { height: 38%; transform: rotate(-23deg); }
.lash-art span:nth-child(2) { height: 53%; transform: rotate(-15deg); }
.lash-art span:nth-child(3) { height: 67%; transform: rotate(-7deg); }
.lash-art span:nth-child(4) { height: 72%; transform: rotate(4deg); }
.lash-art span:nth-child(5) { height: 58%; transform: rotate(14deg); }
.lash-art span:nth-child(6) { height: 42%; transform: rotate(24deg); }
.service-copy { position: relative; z-index: 3; }
.service-en { margin-bottom: 12px; color: var(--titanium); font-size: 10px; letter-spacing: .24em; }
.service-card-dark .service-en { color: var(--champagne); }
.service-copy h3 { font-family: var(--display); font-size: clamp(42px, 4vw, 62px); font-weight: 500; }
.service-copy > p:not(.service-en) { margin-top: 7px; color: var(--ink-muted); }
.service-card-dark .service-copy > p:not(.service-en) { color: rgba(243,240,235,.5); }
.card-link { margin-top: 26px; padding: 11px 0; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: 13px; letter-spacing: .14em; }
.card-link .ui-icon { width: 17px; height: 17px; margin-left: 18px; vertical-align: -4px; transition: transform .3s var(--ease); }
.card-link:hover .ui-icon { transform: translate(4px,-4px); }

.gallery { background: var(--porcelain); }
.gallery-heading { max-width: var(--max); margin: 0 auto 72px; display: grid; grid-template-columns: .7fr 1.2fr .8fr; gap: 40px; align-items: end; }
.gallery-toolbar {
  max-width: var(--max); margin: 0 auto 28px;
  display: grid; grid-template-columns: auto auto 1fr; align-items: end;
  gap: 0; border-bottom: 1px solid var(--line-dark);
}
.gallery-tab {
  position: relative; min-width: 190px; padding: 0 28px 17px 0; margin-right: 28px;
  display: flex; align-items: baseline; justify-content: space-between; gap: 26px;
  border: 0; background: transparent; color: var(--ink-muted); cursor: pointer;
  text-align: left; transition: color .3s var(--ease);
}
.gallery-tab::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px;
  background: var(--graphite); transition: right .45s var(--ease);
}
.gallery-tab span { font-family: var(--display); font-size: 24px; letter-spacing: .04em; }
.gallery-tab small { font-size: 9px; letter-spacing: .16em; white-space: nowrap; }
.gallery-tab:hover, .gallery-tab:focus-visible, .gallery-tab.is-active { color: var(--graphite); }
.gallery-tab.is-active::after { right: 0; }
.gallery-swipe-hint { justify-self: end; padding-bottom: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--titanium); font-size: 11px; letter-spacing: .12em; }
.gallery-swipe-hint .ui-icon { width: 15px; height: 15px; }
.gallery-panel[hidden] { display: none; }
.gallery-grid {
  max-width: var(--max); margin: auto;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: clamp(190px, 17vw, 250px); gap: 18px;
}
.work-shot {
  min-width: 0; margin: 0; padding: 0; position: relative; overflow: hidden; cursor: zoom-in;
  color: var(--pearl); background: var(--graphite); border: 0; border-radius: 3px;
  box-shadow: 0 1px 2px rgba(32,33,36,.08), 0 18px 45px -26px rgba(32,33,36,.42);
  text-align: left;
}
.work-shot:first-child { grid-column: span 2; grid-row: span 2; }
.work-shot:nth-child(6) { grid-column: span 2; }
.work-shot::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,9,11,.62), rgba(8,9,11,0) 52%);
  opacity: .62; transition: opacity .4s var(--ease); pointer-events: none;
}
.work-shot:hover::after, .work-shot:focus-visible::after { opacity: .9; }
.work-shot img {
  display: block; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}
.work-shot:hover img, .work-shot:focus-visible img { transform: scale(1.035); }
.work-shot:focus-visible { outline: 2px solid var(--champagne); outline-offset: 4px; }
#lash-works .work-shot:nth-child(4) img,
#lash-works .work-shot:nth-child(5) img { object-position: center 68%; }
#lash-works .work-shot:nth-child(6) img { object-position: center 12%; }
.work-meta {
  position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 19px;
  display: flex; align-items: end; justify-content: space-between; gap: 16px;
  pointer-events: none;
}
.work-meta small { color: rgba(243,240,235,.67); font-size: 9px; letter-spacing: .2em; }
.work-meta strong { font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: .08em; }

.philosophy { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; background: var(--pearl); }
.philosophy-copy { position: relative; z-index: 2; max-width: 840px; }
.philosophy blockquote { margin-top: 38px; font-family: var(--display); font-size: clamp(44px, 5.3vw, 84px); line-height: 1.28; letter-spacing: .035em; }
.quote-line { display: block; white-space: nowrap; }
.philosophy-copy > p:last-child { max-width: 560px; margin-top: 32px; color: var(--ink-muted); }
.philosophy-sign { position: relative; z-index: 2; justify-self: center; text-align: center; }
.philosophy-sign span { display: block; font-family: Didot, "Bodoni 72", serif; font-size: clamp(110px, 14vw, 210px); font-style: italic; color: var(--champagne); letter-spacing: -.16em; }
.philosophy-sign small { display: block; margin-top: -25px; color: var(--titanium); font-size: 9px; letter-spacing: .24em; }
.philosophy-orbit { position: absolute; width: min(56vw, 840px); aspect-ratio: 1; right: -10%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(139,119,101,.2); border-radius: 50%; }
.philosophy-orbit span { position: absolute; inset: 14%; border: 1px solid rgba(139,119,101,.12); border-radius: 50%; }
.philosophy-orbit i { position: absolute; width: 12px; height: 12px; left: 7%; top: 36%; border-radius: 50%; background: var(--champagne); box-shadow: 0 0 0 7px rgba(205,181,151,.12); }

.ritual { background: var(--graphite); color: var(--pearl); }
.ritual .section-heading { grid-template-columns: .7fr 2fr; }
.ritual .section-kicker { color: var(--champagne); }
.ritual-list { max-width: var(--max); margin: auto; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.ritual-list li { min-height: 150px; display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line-light); transition: padding .4s var(--ease), background .4s; }
.ritual-list li:hover { padding-inline: 18px; background: rgba(243,240,235,.025); }
.ritual-no { color: var(--champagne); font-size: 11px; letter-spacing: .18em; }
.ritual-list h3 { font-family: var(--display); font-size: clamp(27px, 2.3vw, 38px); font-weight: 500; }
.ritual-list p { margin-top: 4px; color: rgba(243,240,235,.46); }

.booking-cta { position: relative; min-height: 700px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; color: var(--pearl); background: linear-gradient(135deg,#7e7062 0%,#3f3b3a 48%,#1a1b1e 100%); }
.booking-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%,rgba(255,255,255,.12),transparent 47%); }
.booking-cta > * { position: relative; z-index: 2; }
.booking-cta .section-kicker { color: var(--champagne); }
.booking-cta h2 { margin: 30px 0 42px; font-family: var(--display); font-size: clamp(55px, 7vw, 104px); line-height: 1.16; font-weight: 500; text-align: left; }
.cta-line { display: block; white-space: nowrap; }
.button-light { background: var(--pearl); color: var(--night); min-width: 210px; }
.button-light:hover { background: var(--champagne); }
.cta-orbit { position: absolute; z-index: 1; width: min(62vw,900px); aspect-ratio: 1; border: 1px solid rgba(243,240,235,.14); border-radius: 50%; pointer-events: none; }
.cta-orbit span { position: absolute; inset: 17%; border: 1px solid rgba(243,240,235,.09); border-radius: 50%; }
.cta-orbit i { position: absolute; top: 12%; right: 18%; width: 9px; height: 9px; border-radius: 50%; background: var(--champagne); }

.site-footer { padding: 60px clamp(24px,6.5vw,120px) 110px; display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 50px; align-items: start; color: rgba(243,240,235,.74); background: var(--night); border-top: 1px solid var(--line-light); }
.site-footer > div:first-child { display: flex; align-items: center; gap: 16px; }
.site-footer img { display: block; width: 56px; height: 56px; object-fit: contain; }
.site-footer strong { display: block; font-family: var(--display); font-size: 25px; letter-spacing: .18em; color: var(--pearl); }
.site-footer div span { display: block; margin-top: 3px; color: var(--champagne); font-size: 10px; letter-spacing: .17em; }
.site-footer dl { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 32px 40px; }
.site-footer dt { color: rgba(243,240,235,.35); font-size: 10px; letter-spacing: .16em; }
.site-footer dd { margin-top: 8px; font-size: 13px; }
.site-footer > p { font-size: 10px; letter-spacing: .12em; color: rgba(243,240,235,.32); }

.mobile-booking-bar { display: none; }

.booking-dialog { width: min(600px, calc(100% - 28px)); max-height: min(860px, calc(100dvh - 28px)); padding: 0; color: var(--graphite); background: var(--pearl); border: 0; box-shadow: 0 40px 120px rgba(0,0,0,.5); }
.booking-dialog::backdrop { background: rgba(10,11,13,.72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.booking-dialog[open] { animation: dialog-in .45s var(--ease); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(26px) scale(.98); } }
.dialog-shell { padding: clamp(26px,5vw,52px); }
.dialog-top { display: flex; align-items: flex-start; justify-content: space-between; }
.dialog-top p { color: var(--titanium); font-size: 10px; letter-spacing: .23em; }
.dialog-top h2 { margin-top: 7px; font-family: var(--display); font-size: 46px; font-weight: 500; }
.dialog-close { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; cursor: pointer; line-height: 1; transition: background .25s, color .25s, border-color .25s; }
.dialog-close .ui-icon { width: 19px; height: 19px; }
.dialog-close:hover, .dialog-close:focus-visible { background: var(--graphite); color: var(--pearl); }
.dialog-intro { margin: 15px 0 28px; color: var(--ink-muted); font-size: 13px; }
.booking-dialog fieldset { padding: 0; margin: 0 0 24px; border: 0; }
.booking-dialog legend, .text-field > span, .field-grid label > span { display: block; margin-bottom: 9px; font-size: 11px; letter-spacing: .13em; color: var(--titanium); }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { min-height: 52px; display: grid; place-items: center; border: 1px solid var(--line-dark); cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.choice-row input:checked + span { background: var(--graphite); color: var(--pearl); border-color: var(--graphite); }
.choice-row input:focus-visible + span { outline: 2px solid var(--champagne); outline-offset: 3px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.text-field { display: block; margin-top: 18px; }
.booking-dialog input, .booking-dialog select, .booking-dialog textarea { width: 100%; padding: 13px 14px; color: var(--graphite); background: transparent; border: 1px solid var(--line-dark); border-radius: 0; outline: none; transition: border-color .25s, box-shadow .25s; }
.booking-dialog input:focus, .booking-dialog select:focus, .booking-dialog textarea:focus { border-color: var(--titanium); box-shadow: 0 0 0 3px rgba(139,119,101,.1); }
.booking-dialog textarea { resize: vertical; }
.dialog-submit { width: 100%; margin-top: 26px; }
.form-status { min-height: 26px; margin-top: 12px; color: var(--titanium); font-size: 12px; text-align: center; }

.tweaks { position: fixed; z-index: 70; right: 18px; bottom: 18px; }
.tweaks-toggle { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(205,181,151,.52); background: rgba(21,22,25,.92); color: var(--champagne); cursor: pointer; box-shadow: 0 14px 38px rgba(0,0,0,.25); }
.tweaks-panel { position: absolute; right: 0; bottom: 58px; width: 250px; padding: 18px; background: rgba(21,22,25,.96); color: var(--pearl); border: 1px solid var(--line-light); box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.tweaks-head { margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line-light); }
.tweaks-head strong { display: block; letter-spacing: .14em; }
.tweaks-head span { color: rgba(243,240,235,.4); font-size: 10px; }
.tweaks-panel label { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 12px; }
.tweaks-panel input { accent-color: var(--champagne); }

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

body.theme-pearl .hero { background: linear-gradient(120deg,#e8e0d6,#f6f2ec); color: var(--graphite); }
body.theme-pearl .site-header:not(.is-scrolled) { color: var(--graphite); }
body.theme-pearl .site-header:not(.is-scrolled) .site-nav > a { color: rgba(32,33,36,.7); }
body.theme-pearl .site-header:not(.is-scrolled) .nav-appointment { color: var(--graphite); }
body.theme-pearl .site-header:not(.is-scrolled) .menu-toggle span:not(.sr-only) { background: var(--graphite); }
body.theme-pearl .hero-lede { color: rgba(32,33,36,.56); }
body.theme-pearl .hero-note { color: rgba(32,33,36,.76); }
body.theme-pearl .text-link { color: var(--graphite); border-color: rgba(32,33,36,.25); }
body.theme-pearl .logo-stage img { filter: drop-shadow(0 24px 40px rgba(70,60,50,.17)); }

body.reduce-motion *:not(animate):not(animateTransform):not(animateMotion),
body.reduce-motion *:not(animate):not(animateTransform):not(animateMotion)::before,
body.reduce-motion *:not(animate):not(animateTransform):not(animateMotion)::after {
  animation: none !important;
  transition-duration: .01ms !important;
  scroll-behavior: auto !important;
}
body.reduce-motion .logo-stage { animation: none; }

@media (prefers-reduced-motion: reduce) {
  .logo-stage { animation: none; }
}

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr .8fr; }
  .hero-mark { min-height: 520px; }
  .section-heading, .gallery-heading { grid-template-columns: .5fr 1.5fr; }
  .section-heading > p:last-child, .gallery-heading > p:last-child { grid-column: 2; }
  .service-card { min-height: 620px; }
  .philosophy { grid-template-columns: 1fr .55fr; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; padding-inline: 20px; }
  .brand-lockup { position: relative; z-index: 3; }
  .brand-service { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .site-nav {
    position: fixed; z-index: 2; inset: 0; width: 100%; min-height: 100vh; min-height: 100dvh;
    padding: 110px 28px 40px; display: flex; flex-direction: column;
    align-items: stretch; justify-content: flex-start; gap: 0;
    background: var(--night); opacity: 1; isolation: isolate;
    transform: translateX(100%); transition: transform .45s var(--ease);
  }
  .site-nav.is-open { transform: none; }
  .site-nav > a { padding: 20px 0; font-family: var(--display); font-size: 30px; border-bottom: 1px solid var(--line-light); }
  .site-nav > a::after { display: none; }
  .nav-appointment { margin-top: 30px; min-height: 56px; }
  .menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; padding: 120px 24px 72px; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 20px; }
  .hero h1 { font-size: clamp(50px,13vw,78px); }
  .hero-mark { grid-row: 1; min-height: 440px; margin-top: -40px; opacity: .95; }
  .logo-stage { width: min(78vw,360px); }
  .hero-copy { grid-row: 2; }
  .hero-index { display: none; }
  .ambient-ring-one { right: -74%; top: -3%; }
  .ambient-ring-two { right: -35%; top: 6%; }
  .section { padding: 92px 22px; }
  .section-heading, .gallery-heading { display: block; }
  .section-heading h2, .gallery-heading h2 { margin-top: 20px; }
  .section-heading > p:last-child, .gallery-heading > p:last-child { margin-top: 24px; max-width: 520px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 650px; }
  .gallery-toolbar { grid-template-columns: auto auto 1fr; }
  .philosophy { grid-template-columns: 1fr; min-height: 760px; }
  .philosophy-sign { justify-self: end; margin-top: 40px; margin-right: 12%; }
  .philosophy-orbit { width: 700px; right: -60%; }
  .ritual .section-heading { display: block; }
  .ritual-list li { grid-template-columns: 55px 1fr; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 130px; }
  .site-footer dl { grid-template-columns: 1fr 1fr; }
  .mobile-booking-bar { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 12px; min-height: 68px; padding: 10px 11px 10px 18px; display: flex; align-items: center; justify-content: space-between; color: var(--pearl); background: rgba(21,22,25,.93); border: 1px solid rgba(205,181,151,.28); box-shadow: 0 18px 55px rgba(0,0,0,.3); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
  .mobile-booking-bar small { display: block; color: var(--champagne); font-size: 8px; letter-spacing: .18em; }
  .mobile-booking-bar span { font-size: 12px; }
  .mobile-booking-bar button { min-width: 86px; min-height: 46px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; background: var(--champagne); color: var(--night); cursor: pointer; }
  .mobile-booking-bar button .ui-icon { width: 16px; height: 16px; }
  .tweaks { right: 16px; bottom: 94px; }
}

@media (max-width: 520px) {
  .brand-lockup img { width: 40px; height: 40px; }
  .hero { padding-top: 88px; }
  .hero-mark { min-height: 370px; }
  .eyebrow { margin-bottom: 25px; font-size: 9px; gap: 10px; }
  .eyebrow i { width: 24px; }
  .hero h1 { font-size: clamp(43px,13.3vw,60px); }
  .hero-lede { font-size: 15px; line-height: 1.8; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-note { margin-top: 38px; }
  .section-heading h2, .gallery-heading h2 { font-size: 44px; }
  .service-card { min-height: 590px; padding: 28px 25px 35px; }
  .nail-form { width: 115px; height: 330px; }
  .orbit { width: 320px; left: 2%; }
  .gallery-heading { margin-bottom: 44px; }
  .philosophy blockquote { font-size: clamp(27px, 8.3vw, 41px); }
  .ritual-list li { min-height: 132px; grid-template-columns: 37px 1fr; gap: 12px; }
  .ritual-list p { font-size: 13px; }
  .booking-cta { min-height: 610px; }
  .booking-cta h2 { font-size: clamp(36px, 11.5vw, 55px); }
  .site-footer dl { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .dialog-shell { padding: 25px 20px 30px; }
  .dialog-top h2 { font-size: 38px; }
}

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

/* 预约方式弹窗（替代 v0 假表单，2026-09-16 上线版） */
.booking-channels { list-style: none; margin: 0 0 26px; padding: 0; }
.booking-channels li {
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  padding: 14px 0; border-top: 1px solid var(--line-dark);
}
.booking-channels li:last-child { border-bottom: 1px solid var(--line-dark); }
.booking-channels strong { font-size: 15px; letter-spacing: .02em; }
.booking-channels span { color: var(--ink-muted); font-size: 13px; }

.dialog-facts { margin: 0 0 20px; }
.dialog-facts > div { display: grid; grid-template-columns: 74px 1fr; gap: 12px; padding: 9px 0; }
.dialog-facts dt { color: var(--titanium); font-size: 11px; letter-spacing: .13em; padding-top: 3px; }
.dialog-facts dd { margin: 0; font-size: 14px; line-height: 1.65; }

.dialog-note {
  margin: 0; padding: 13px 15px;
  background: var(--porcelain); color: var(--ink-muted);
  font-size: 12.5px; line-height: 1.6;
}

@media (max-width: 640px) {
  .dialog-facts > div { grid-template-columns: 1fr; gap: 2px; }
}

/* 电话链接 */
.hero-note a { color: inherit; border-bottom: 1px solid currentColor; text-decoration: none; }
.site-footer a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line-light); }
.booking-tel { color: var(--graphite); text-decoration: none; border-bottom: 1px solid var(--titanium); }
.booking-tel:hover { color: var(--titanium); }

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(220px, 34vw, 330px);
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .gallery { overflow: hidden; }
  .gallery-toolbar {
    grid-template-columns: 1fr 1fr; gap: 14px;
    align-items: stretch; margin-bottom: 20px;
  }
  .gallery-tab {
    min-width: 0; margin: 0; padding: 0 0 14px;
    display: block;
  }
  .gallery-tab span { display: block; font-size: 21px; }
  .gallery-tab small { display: block; margin-top: 3px; }
  .gallery-swipe-hint {
    grid-column: 1 / -1; justify-self: start;
    padding: 0 0 3px; font-size: 10px;
  }
  .gallery-panel { margin-right: -22px; }
  .gallery-grid {
    max-width: none;
    display: grid; grid-template-columns: none;
    grid-auto-flow: column; grid-auto-columns: min(80vw, 330px); grid-auto-rows: auto;
    gap: 11px; padding: 0 22px 17px 0;
    overflow-x: auto; overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory; scroll-padding-inline: 0 22px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-grid::-webkit-scrollbar { display: none; }
  .work-shot,
  .work-shot:first-child,
  .work-shot:nth-child(6) {
    grid-column: auto; grid-row: auto;
    min-height: 0; aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }
  .work-meta { left: 17px; right: 17px; bottom: 15px; }
}

/* 作品灯箱 */
.lightbox {
  position: fixed; inset: 0; z-index: 999;
  display: none; align-items: center; justify-content: center;
  background: rgba(10,11,13,.93);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: env(safe-area-inset-top, 20px) 20px env(safe-area-inset-bottom, 20px);
}
.lightbox.is-open { display: flex; }
.lightbox-stage {
  position: relative; display: grid; place-items: center;
  max-width: min(94vw, 900px); max-height: 86vh;
  touch-action: none; user-select: none;
  transition: transform .22s var(--ease), opacity .22s var(--ease);
}
.lightbox-stage.is-dragging { transition: none; }
.lightbox-stage img {
  max-width: min(94vw, 900px); max-height: 86vh;
  object-fit: contain; border-radius: 4px;
  animation: lb-in .3s var(--ease);
  pointer-events: none;
}
.lightbox-swipe-hint {
  display: none; position: absolute; left: 50%; bottom: 14px;
  transform: translateX(-50%); padding: 7px 11px;
  color: rgba(243,240,235,.75); background: rgba(15,16,18,.55);
  border-radius: 999px; font-size: 10px; letter-spacing: .12em;
  white-space: nowrap; pointer-events: none;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
@keyframes lb-in { from { opacity: 0; transform: scale(.97); } }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; display: grid; place-items: center; background: rgba(21,22,25,.28); border: 1px solid rgba(243,240,235,.3);
  border-radius: 50%;
  color: var(--pearl); cursor: pointer; line-height: 1;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background .25s, border-color .25s, transform .25s var(--ease);
}
.lightbox-close { top: max(18px, env(safe-area-inset-top, 18px)); right: 18px; width: 44px; height: 44px; }
.lightbox-close .ui-icon { width: 19px; height: 19px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); width: 48px; height: 48px; }
.lightbox-prev .ui-icon, .lightbox-next .ui-icon { width: 20px; height: 20px; }
.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover {
  background: rgba(243,240,235,.12); border-color: var(--champagne);
}
.lightbox-prev:hover { transform: translate(-3px,-50%); }
.lightbox-next:hover { transform: translate(3px,-50%); }
.lightbox-count {
  position: absolute; bottom: max(22px, env(safe-area-inset-bottom, 22px)); left: 50%;
  transform: translateX(-50%); color: rgba(243,240,235,.6);
  font-size: 12px; letter-spacing: .14em;
}
@media (max-width: 560px) {
  .lightbox { padding-inline: 0; }
  .lightbox-stage,
  .lightbox-stage img { max-width: 100vw; max-height: 82vh; }
  .lightbox-prev, .lightbox-next { display: none; }
  .lightbox-swipe-hint { display: block; }
  .lightbox-count { bottom: max(18px, env(safe-area-inset-bottom, 18px)); }
}

/* === 2026-09-16 专业设计审查优化 === */
/* 美甲服务卡：真实作品图替代 CSS 仿绘 */
.service-photo { inset: 38px 42px 250px; overflow: hidden; border-radius: 4px; }
.service-photo img { display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease); }
.service-card-dark .service-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, transparent 55%, rgba(21,22,25,.34));
}
.service-card:hover .service-photo img { transform: scale(1.04); }

@media (max-width: 1080px) {
  .site-footer dl { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  /* 手机底部悬浮预约条（约 92px）不再遮挡页脚内容 */
  .site-footer { padding-bottom: 128px; }
  .service-photo { inset: 26px 24px 240px; }
}

/* 页脚：品牌 | 信息四栏，版权独占底行，地址不再被挤断 */
.site-footer { grid-template-columns: minmax(180px,.55fr) 2fr; row-gap: 40px; }
.site-footer > p { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line-light); }
.site-footer dd { line-height: 1.75; }
@media (max-width: 760px) { .site-footer { grid-template-columns: 1fr; } }

/* 平台店铺入口：仅展示核实后的真实链接。 */
.store-platforms { display: grid; gap: 10px; margin: 0 0 22px; }
.store-platforms[hidden], .footer-store-links[hidden] { display: none; }
.store-platform { display: flex; align-items: center; gap: 14px; min-height: 86px; padding: 17px 18px; color: var(--graphite); background: #fffaf3; border: 1px solid rgba(139,119,101,.24); text-decoration: none; transition: border-color .2s, background .2s; }
.store-platform:hover { background: #eee6db; border-color: var(--titanium); }
.store-platform:focus-visible, .store-copy-name:focus-visible, .footer-booking-choice:focus-visible { outline: 2px solid var(--titanium); outline-offset: 4px; }
.store-platform-mark { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; font-family: var(--display); font-size: 17px; font-weight: 600; line-height: 1; background: #eadfce; box-shadow: 0 8px 22px rgba(32,33,36,.08), inset 0 0 0 4px rgba(255,255,255,.14); }
.store-platform-meituan .store-platform-mark { color: #4f3d00; background: #ffe582; }
.store-platform-douyin .store-platform-mark { color: #f3f0eb; background: #25262a; }
.store-platform-dianping .store-platform-mark { color: #793609; background: #ffe0c4; }
.store-platform-copy { min-width: 0; flex: 1; }
.store-platform-copy strong { display: block; font-size: 17px; letter-spacing: .04em; }
.store-platform-copy > span { display: block; margin-top: 3px; color: #6f6359; font-size: 12px; }
.store-platform-arrow { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border: 1px solid rgba(139,119,101,.22); border-radius: 50%; color: var(--titanium); transition: transform .3s var(--ease), border-color .3s; }
.store-platform-arrow .ui-icon { width: 17px; height: 17px; }
.store-platform:hover .store-platform-arrow { transform: translate(2px,-2px); border-color: rgba(139,119,101,.55); }
.store-search-fallback { margin-bottom: 20px; }
.store-search-fallback > p:first-child { margin: 0 0 10px; color: #6f6359; font-size: 12px; line-height: 1.65; }
.store-copy-name { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid rgba(139,119,101,.25); color: var(--graphite); background: transparent; cursor: pointer; text-align: left; }
.store-copy-name > span:first-child { user-select: text; -webkit-user-select: text; font-size: 13px; }
.store-copy-name > .copy-action { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; color: #6f6359; font-size: 11px; }
.copy-action .ui-icon { width: 16px; height: 16px; }
.store-copy-status { min-height: 0; margin: 7px 0 0; color: #6f6359; font-size: 12px; }
.store-copy-status:empty { display: none; }
.footer-store-links { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 0 0 7px; }
.site-footer .footer-store-links a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 2px 0; }
.site-footer .footer-store-links .ui-icon { width: 14px; height: 14px; color: var(--champagne); }
.footer-booking-choice { min-height: 44px; padding: 2px 0; display: inline-flex; align-items: center; gap: 7px; border: 0; border-bottom: 1px solid var(--line-light); color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.footer-booking-choice .ui-icon { width: 14px; height: 14px; color: var(--champagne); }
@media (max-width: 360px) {
  .store-platform { padding: 14px 12px; gap: 10px; }
  .store-copy-name { flex-wrap: wrap; }
}
