:root {
  --ink: #171417;
  --paper: #f6f0e8;
  --surface: #fffaf5;
  --accent: #c52f67;
  --accent-dark: #8d1744;
  --tan: #a66f50;
  --muted: #6d6267;
  --line: rgba(23, 20, 23, .16);
  --radius: 28px;
  --shadow: 0 24px 64px rgba(79, 40, 54, .14);
  --content: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-bottom: 112px; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(23,20,23,.18) .55px, transparent .55px); background-size: 6px 6px; z-index: -1; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 50; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.topbar { width: min(var(--content), calc(100% - 32px)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.brand { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: .02em; }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--ink); font-size: 11px; }
.sample-badge { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; }

main > section { padding: 88px max(16px, calc((100% - var(--content)) / 2)); }
.eyebrow { margin: 0 0 14px; color: var(--accent-dark); font-size: 12px; font-weight: 850; letter-spacing: .17em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-family: Georgia, "Songti SC", serif; font-size: clamp(48px, 8vw, 92px); font-weight: 500; white-space: pre-line; }
h2 { margin-bottom: 20px; font-family: Georgia, "Songti SC", serif; font-size: clamp(36px, 5.4vw, 64px); font-weight: 500; }
h3 { margin-bottom: 6px; font-size: 22px; }

.hero { min-height: calc(100svh - 72px); display: grid; grid-template-columns: .96fr 1.04fr; gap: 54px; align-items: center; }
.hero-media { min-height: 680px; border-radius: 220px 220px 28px 28px; background: #eadcc7 url("assets/hero-fashion.png") center / cover no-repeat; box-shadow: var(--shadow); }
.hero-copy { max-width: 650px; }
.hero-summary { max-width: 550px; margin-bottom: 24px; color: var(--muted); font-size: 18px; }
.hero-meta { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.44); font-size: 13px; font-weight: 700; }
.button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; text-decoration: none; font-weight: 800; transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button-primary { color: white; background: var(--accent); box-shadow: 0 12px 30px rgba(197,47,103,.24); }
.button-primary:hover { background: var(--accent-dark); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--accent-dark); }

.benefits { color: white; background: var(--ink); }
.benefits .eyebrow { color: #ef8caf; }
.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading.row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.section-heading.row > p { max-width: 350px; color: var(--muted); }
.benefit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.benefit-list li { padding: 24px 0; display: grid; grid-template-columns: 74px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.benefit-list li > span { color: #ef8caf; font: 700 30px/1 Georgia, serif; }
.benefit-list h3 { margin: 0 0 6px; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.68); }

.looks { background: var(--surface); }
.look-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.look-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.look-image { aspect-ratio: 3 / 4; background-image: url("assets/lookbook-strip.png"); background-repeat: no-repeat; background-size: 300% 100%; }
.look-left { background-position: left center; }
.look-center { background-position: center center; }
.look-right { background-position: right center; }
.look-copy { padding: 18px; display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.look-copy p { margin: 0 0 2px; font-weight: 850; }
.look-copy span { color: var(--muted); font-size: 13px; }
.look-copy b { color: var(--accent-dark); white-space: nowrap; }

.styling { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.styling-intro { position: sticky; top: 24px; }
.styling-intro > p:last-child { max-width: 520px; color: var(--muted); }
.styling-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.styling-list li { padding: 24px 0; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.styling-list li > b { color: var(--accent); font: 700 24px/1 Georgia, serif; }
.styling-list p { margin: 0; color: var(--muted); }

.store-scene { padding-top: 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; align-items: stretch; background: var(--surface); }
.scene-image { min-height: 560px; border-radius: var(--radius) 0 0 var(--radius); background: #dfc8ac url("assets/store-interior.png") center / cover no-repeat; }
.scene-copy { padding: 54px; border-radius: 0 var(--radius) var(--radius) 0; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--accent-dark); }
.scene-copy .eyebrow { color: #ffc2d7; }
.scene-copy p { color: rgba(255,255,255,.78); }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-underline-offset: 6px; }

.reviews { background: #e9d7c8; }
.section-note { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid figure { margin: 0; min-height: 260px; padding: 28px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; background: var(--surface); }
.review-grid blockquote { margin: 0 0 32px; font-family: Georgia, "Songti SC", serif; font-size: 22px; line-height: 1.55; }
.review-grid figcaption { display: flex; flex-direction: column; color: var(--muted); font-size: 13px; }
.review-grid figcaption b { color: var(--ink); }

.store-info { display: grid; grid-template-columns: .9fr .8fr 1.3fr; gap: 48px; align-items: start; }
.store-details p { margin-bottom: 8px; color: var(--muted); }
.action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.action-button { min-height: 88px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; align-items: start; justify-content: center; cursor: pointer; color: var(--ink); background: rgba(255,255,255,.42); transition: border-color .2s ease, background .2s ease; }
.action-button:hover { border-color: var(--accent); background: white; }
.action-button span { color: var(--muted); font-size: 12px; }
.action-button b { font-size: 15px; }

.booking { padding-bottom: 156px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; color: white; background: var(--ink); }
.booking .eyebrow { color: #ef8caf; }
.booking-copy > p:last-child { max-width: 480px; color: rgba(255,255,255,.65); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.booking-form label { margin-top: 10px; font-size: 13px; font-weight: 750; }
.booking-form label, .booking-form input, .booking-form select, .booking-form textarea, .booking-form .button, .form-status { grid-column: 1 / -1; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; color: white; background: rgba(255,255,255,.08); }
.booking-form select option { color: var(--ink); }
.booking-form textarea { resize: vertical; }
.booking-form .button { margin-top: 14px; }
.booking-form ::placeholder { color: rgba(255,255,255,.48); }
.form-status { min-height: 26px; margin: 8px 0 0; color: #ffc2d7; }

.fixed-bar { position: fixed; left: 50%; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 20; width: min(720px, calc(100% - 24px)); min-height: 76px; padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: white; background: rgba(23,20,23,.92); box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: translateX(-50%); backdrop-filter: blur(12px); }
.fixed-bar div { display: flex; flex-direction: column; }
.fixed-bar span { color: rgba(255,255,255,.62); font-size: 12px; }
.fixed-bar b { font-size: 15px; }
footer { padding: 30px max(16px, calc((100% - var(--content)) / 2)) 120px; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); background: var(--surface); font-size: 13px; }

.demo-dialog { width: min(460px, calc(100% - 32px)); padding: 32px; border: 0; border-radius: 24px; color: var(--ink); background: var(--surface); box-shadow: var(--shadow); }
.demo-dialog::backdrop { background: rgba(23,20,23,.62); }
.demo-dialog h2 { font-size: 34px; }
.demo-dialog[hidden] { display: none; }
.noscript { margin: 0; padding: 12px; color: white; background: #8d1744; text-align: center; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f25a93; outline-offset: 3px; }

@media (max-width: 900px) {
  main > section { padding-top: 72px; padding-bottom: 72px; }
  .hero, .styling, .booking { grid-template-columns: 1fr; gap: 42px; }
  .hero { min-height: auto; }
  .hero-media { min-height: 620px; order: 2; }
  .hero-copy { order: 1; }
  .styling-intro { position: static; }
  .store-scene { grid-template-columns: 1fr; }
  .scene-image { min-height: 480px; border-radius: var(--radius) var(--radius) 0 0; }
  .scene-copy { border-radius: 0 0 var(--radius) var(--radius); }
  .store-info { grid-template-columns: 1fr 1fr; }
  .action-grid { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .topbar { min-height: 64px; }
  .sample-badge { max-width: 170px; border: 0; padding: 0; text-align: right; line-height: 1.35; }
  main > section { padding-top: 62px; padding-bottom: 62px; }
  .hero { padding-top: 42px; }
  .hero-media { min-height: 520px; border-radius: 140px 140px 20px 20px; background-position: 60% center; }
  h1 { font-size: 50px; }
  h2 { font-size: 38px; }
  .section-heading.row { display: block; }
  .look-grid, .review-grid { grid-template-columns: 1fr; }
  .look-image { aspect-ratio: 4 / 5; }
  .store-scene { padding-top: 0; }
  .scene-image { min-height: 360px; }
  .scene-copy { padding: 34px 24px; }
  .store-info { grid-template-columns: 1fr; }
  .action-grid { grid-template-columns: 1fr; }
  .action-button { min-height: 70px; }
  .fixed-bar { min-height: 68px; border-radius: 18px; }
  .fixed-bar .button { min-height: 48px; padding: 0 18px; }
  .fixed-bar div { max-width: 48%; }
  footer { padding-bottom: 110px; flex-direction: column; gap: 4px; }
}

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