/* Top Hair Salon · 香槟发廊 — static site styles
   Ported from the Claude Design source (Top Hair Salon.dc.html). */

:root {
  --bg: #0f0f0e;
  --bg-deep: #090908;
  --cream: #f3efe8;
  --cream-2: #e8e4dd;
  --cream-3: #d9d5ce;
  --muted: #c9c5bd;
  --dim: #8f8b84;
  --dim-2: #6f6b64;
  --ink: #0f0f0e;
  --ink-2: #3a3833;
  --ink-3: #4a4742;
  --tile: #e6e1d8;
  --line: rgba(243, 239, 232, .12);
  --line-soft: rgba(243, 239, 232, .08);
  --line-ink: rgba(15, 15, 14, .12);
  --font: 'Jost', Helvetica, Arial, sans-serif;
  --font-zh: 'Noto Serif SC', 'Songti SC', 'SimSun', serif;
  color-scheme: dark;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--muted); }
button { font-family: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ---------- Header ---------- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 20;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease;
}
.header--solid {
  background: rgba(15, 15, 14, .88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line-soft);
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(.8);
  transform-origin: center bottom;
  pointer-events: none;
  will-change: opacity, transform;
}
.header__logo img { height: 44px; width: auto; }

.nav {
  display: flex;
  gap: clamp(8px, 3vw, 40px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px 0 14px;
}
.nav__link {
  padding: 8px 4px;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--dim);
  border-bottom: 1px solid transparent;
}
.nav__link:hover { color: var(--cream); }
.nav__link--active {
  color: var(--cream);
  border-bottom-color: rgba(243, 239, 232, .6);
}

/* ---------- Main / pages ---------- */
.main { flex: 1; padding-top: 0; }
.main--inner { padding-top: 128px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg);
}
.hero__bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.hero__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .32;
  filter: grayscale(.3);
}
.hero__img--1 { background-image: url(images/hero-01.jpg); background-position: center 30%; }
.hero__img--2 { background-image: url(images/hero-02.jpg); background-position: center 45%; }
.hero__img--3 { background-image: url(images/hero-04.jpg); background-position: center 40%; }
@media (max-width: 640px) {
  /* Phones: a single full-bleed panel (the blonde cut). Hidden panels never download. */
  .hero__bg { grid-template-columns: 1fr; }
  .hero__img--1, .hero__img--2 { display: none; }
  .hero__img--3 { background-position: center 35%; }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 50% 50%, rgba(15, 15, 14, .7), rgba(15, 15, 14, .35) 60%, rgba(15, 15, 14, .15)),
    linear-gradient(180deg, #0f0f0e 0%, transparent 30%, transparent 70%, #0f0f0e 100%);
}
.hero__content {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 24px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  animation: fadeUp 1s ease both;
}
.hero__eyebrow {
  margin: 0 0 36px;
  font-size: 29px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 640px) {
  /* Design fixes this at 29px; on phones that wraps to three lines. */
  .hero__eyebrow { font-size: 16px; letter-spacing: .28em; margin-bottom: 28px; }
}
.hero__logo {
  margin: 0;
  width: min(100%, 889px);
  max-height: 520px;
  overflow: visible;
  transform-origin: center top;
  will-change: opacity, transform, max-height;
}
.hero__logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, .45));
}
.hero__blurb {
  margin: 40px 0 0;
  max-width: 44ch;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--cream-3);
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(28px, 6vw, 72px);
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(243, 239, 232, .14);
  justify-content: center;
}
.stat__num {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1;
}
.stat__label {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--dim);
}

/* ---------- Light sections ---------- */
.light, .gallery {
  background: var(--cream);
  color: var(--ink);
}
.section-title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
}

/* ---------- Gallery ---------- */
.gallery .container { padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(56px, 7vw, 96px); }
.gallery__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.tab {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 14, .25);
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}
.tab:hover { border-color: var(--ink); }
.tab--active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}
.tab__count { opacity: .5; margin-left: 4px; }

.masonry {
  column-width: 260px;
  column-gap: 16px;
}
.tile {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: var(--tile);
  break-inside: avoid;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.tile__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .5s ease;
}
.tile:hover .tile__img { transform: scale(1.03); }
.tile__badge {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 4px 9px;
  background: rgba(15, 15, 14, .7);
  color: var(--cream);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: 2px;
}
@media (max-width: 640px) {
  /* Phones: keep the masonry feel with two columns instead of one full-width image;
     the lightbox handles zooming in. */
  .masonry { column-width: auto; column-count: 2; column-gap: 10px; }
  .tile { margin-bottom: 10px; }
  .tile__badge { left: 8px; bottom: 7px; padding: 3px 7px; font-size: 9px; letter-spacing: .12em; }
  .gallery__head { margin-bottom: 24px; }
}

/* ---------- Find us ---------- */
.find { background: var(--bg); }
.find__grid {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.find__title { margin-bottom: 20px; }
.find__lead {
  margin: 0 0 28px;
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  color: var(--cream-3);
}
.steps {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.step { display: flex; gap: 16px; align-items: baseline; }
.step__num {
  font-size: 20px;
  font-weight: 500;
  color: var(--muted);
  min-width: 28px;
}
.step__text { font-size: 16px; line-height: 1.5; color: var(--cream-2); }
.step__text strong { font-weight: 500; }
.step__text .hl { background-color: #AC7979; }

.contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.contact__label {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 10px;
}
.contact__addr {
  font-size: 17px;
  line-height: 1.5;
  color: var(--cream);
  display: block;
}
.contact__maps {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid rgba(201, 197, 189, .4);
}
.contact__phone {
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
}
.hours { display: grid; gap: 6px; font-size: 16px; color: var(--cream-2); }
.hours__row { display: flex; justify-content: space-between; gap: 16px; }
.hours__time { color: var(--muted); }
.hours__note { color: var(--dim); }

.find__photos { display: grid; gap: 14px; }
.find__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.photo-frame {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(243, 239, 232, .1);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.find__captions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--dim);
}
.find__caption { display: flex; gap: 10px; align-items: baseline; }
.swatch {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #e03a2f;
  transform: translateY(-4px);
  flex: none;
}

/* ---------- Services ---------- */
.services-head {
  padding-top: clamp(48px, 8vw, 100px);
  padding-bottom: clamp(32px, 4vw, 56px);
}
.page-title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.01em;
}
.pricing {
  padding-top: clamp(48px, 6vw, 88px);
  padding-bottom: clamp(48px, 6vw, 88px);
  display: grid;
  gap: clamp(40px, 5vw, 64px);
}
.service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 32px;
  align-items: start;
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--line-ink);
}
.service--last { padding-bottom: 0; border-bottom: 0; }
.service__title {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: .02em;
}
.service__desc {
  margin: 0;
  max-width: 40ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-3);
  font-weight: 400;
}
.rows { display: grid; gap: 0; }
.row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-ink);
}
.row__name { font-size: 18px; font-weight: 400; color: var(--ink); }
.row__price {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--ink);
}
.unit {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dim-2);
  font-weight: 400;
}
.pricing__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-3);
  max-width: 64ch;
}

.shots {
  padding-top: clamp(48px, 6vw, 88px);
  padding-bottom: clamp(48px, 6vw, 88px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 12px;
}
.shot {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
}
.shot img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 719px) {
  .shots { display: none; }
}

.cta {
  padding-top: 40px;
  padding-bottom: clamp(56px, 7vw, 96px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(243, 239, 232, .1);
}
.cta__text {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 500;
}
.cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  padding: 14px 26px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.btn--solid { background: var(--cream); color: var(--ink); }
.btn--solid:hover { background: var(--muted); color: var(--ink); }
.btn--ghost { border: 1px solid rgba(243, 239, 232, .3); color: var(--cream); }
.btn--ghost:hover { border-color: var(--cream); color: var(--cream); }

/* ---------- About ---------- */
.about-intro {
  padding-top: clamp(48px, 8vw, 100px);
  padding-bottom: clamp(48px, 8vw, 100px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.about__logo { display: flex; align-items: center; justify-content: center; }
.about__logo img { width: 100%; height: auto; }
.page-title--about {
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.08;
}
.about__text {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.65;
  font-weight: 300;
  color: var(--cream-3);
  max-width: 56ch;
}
.about__text p { margin: 0; }
.about__zh {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--font-zh);
  font-size: 17px;
  line-height: 1.9;
  color: #B1AEA9;
  max-width: 56ch;
}

.expertise {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
}
.expertise__title {
  margin-bottom: 40px;
  font-size: clamp(28px, 3.2vw, 40px);
}
.expertise__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 32px 40px;
}
.skill {
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}
.skill h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .02em;
}
.skill ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-2);
  font-weight: 300;
}

/* ---------- Privacy / legal ---------- */
.legal {
  max-width: 800px;
  padding-top: clamp(48px, 8vw, 100px);
  padding-bottom: clamp(56px, 7vw, 96px);
}
.legal__updated {
  margin: 12px 0 32px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--dim);
}
.legal p {
  margin: 0 0 16px;
  max-width: 68ch;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--cream-3);
}
.legal h2 {
  margin: 36px 0 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--cream);
}
.legal a {
  color: var(--cream);
  border-bottom: 1px solid rgba(243, 239, 232, .35);
}
.legal a:hover { color: var(--muted); }
.legal code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  color: var(--cream-2);
}

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--line-soft);
}
.footer__grid {
  padding-top: 56px;
  padding-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 40px;
}
.footer__logo { height: 64px; width: auto; }
.footer__nav {
  display: grid;
  gap: 8px;
  font-size: 15px;
  color: var(--cream-3);
}
.footer__bar {
  padding-top: 20px;
  padding-bottom: 28px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--dim-2);
  letter-spacing: .04em;
}
.credit, .footer__privacy {
  color: var(--dim);
  border-bottom: 1px solid rgba(143, 139, 132, .35);
}
.footer__privacy { margin-left: 10px; }
.credit:hover, .footer__privacy:hover { color: var(--cream); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(9, 9, 8, .94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: zoom-out;
}
.lightbox__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
  cursor: default;
}
.lightbox__btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(243, 239, 232, .25);
  background: rgba(15, 15, 14, .6);
  color: var(--cream);
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}
.lightbox__prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 12px; top: 50%; transform: translateY(-50%); }
.lightbox__close { right: 16px; top: 16px; width: 44px; height: 44px; font-size: 20px; }
.lightbox__caption {
  position: absolute;
  left: 0; right: 0; bottom: 16px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--dim);
}

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .hero__content { animation: none; }
  .tile__img, .header, .btn { transition: none; }
}
