:root {
  color-scheme: light;
  --ink: #2a211f;
  --muted: #776b67;
  --soft: #9c8b85;
  --cream: #fff9f4;
  --powder: #f7ede8;
  --rose: #c98590;
  --rose-light: #f5dce1;
  --sage: #617a63;
  --sage-light: #dfeadf;
  --champagne: #c7a66f;
  --line: rgba(88, 61, 54, 0.14);
  --shadow: 0 28px 80px rgba(75, 48, 43, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(201, 133, 144, 0.2), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(97, 122, 99, 0.18), transparent 30%),
    linear-gradient(180deg, #fff9f4 0%, #f7ede8 55%, #fff9f4 100%);
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.globalnav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 58px;
  padding: 0 max(22px, calc((100vw - 1120px) / 2));
  background: rgba(255, 249, 244, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(160%) blur(18px);
}

.brand,
.nav-action,
.hero-links a,
.contact-actions a,
.map-link {
  text-decoration: none;
}

.brand {
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 18px;
  font-weight: 700;
}

.globalnav nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #5f524e;
  font-size: 13px;
  white-space: nowrap;
}

.globalnav nav a:hover,
.hero-links a,
.map-link {
  color: #8b4a54;
}

.nav-action {
  padding: 8px 15px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border-radius: 999px;
  font-size: 13px;
}

.hero-section {
  display: grid;
  gap: 46px;
  justify-items: center;
  padding: 78px 24px 0;
  text-align: center;
}

.hero-copy {
  width: 100%;
  max-width: 980px;
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", "Songti SC", "SimSun", serif;
  font-size: clamp(58px, 7.6vw, 106px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 820px;
  margin: 0 auto;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.2;
}

.mobile-copy {
  display: none;
}

.hero-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 26px;
  font-size: 18px;
}

.hero-links a::after,
.map-link::after {
  content: " >";
}

.hero-section picture,
.hero-cinema {
  position: relative;
  width: min(1180px, 100%);
  max-height: 680px;
  overflow: hidden;
  background: var(--rose-light);
  border: 1px solid rgba(255, 249, 244, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-section picture::after,
.hero-cinema::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(42, 33, 31, 0.06), rgba(42, 33, 31, 0.22)),
    radial-gradient(circle at 50% 45%, transparent 46%, rgba(42, 33, 31, 0.24));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.hero-section img {
  width: 100%;
  height: min(66vw, 680px);
  min-height: 420px;
  object-fit: cover;
}

.hero-cinema {
  height: min(66vw, 680px);
  min-height: 420px;
}

.cinema-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  animation: cinemaFade 30s infinite;
}

.frame-1 {
  animation-delay: 0s;
}

.frame-2 {
  animation-delay: 6s;
}

.frame-3 {
  animation-delay: 12s;
}

.frame-4 {
  animation-delay: 18s;
}

.frame-5 {
  animation-delay: 24s;
}

.cinema-caption {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 3;
  display: grid;
  gap: 4px;
  max-width: 360px;
  padding: 14px 16px;
  color: #fff9f4;
  background: rgba(42, 33, 31, 0.38);
  border: 1px solid rgba(255, 249, 244, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(16px);
  text-align: left;
}

.cinema-caption span {
  color: rgba(255, 249, 244, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.cinema-caption strong {
  font-size: 16px;
}

@keyframes cinemaFade {
  0% {
    opacity: 0;
    transform: scale(1.05) translateX(0);
  }
  6% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  26% {
    opacity: 0;
    transform: scale(1.13) translateX(-1.5%);
  }
  100% {
    opacity: 0;
    transform: scale(1.05) translateX(0);
  }
}

.summary-section,
.apple-section,
.trust-section,
.pricing-section,
.guide-section,
.gallery-section,
.faq-section,
.contact-section,
.map-section {
  padding: clamp(70px, 10vw, 126px) 24px;
}

.summary-section {
  text-align: center;
  background: linear-gradient(180deg, rgba(247, 237, 232, 0.4), rgba(255, 249, 244, 0.9));
}

.summary-section h2,
.section-heading h2,
.trust-section h2,
.pricing-section h2,
.guide-section h2,
.faq-section h2,
.contact-section h2,
.map-section h2 {
  max-width: 980px;
  margin: 0 auto 26px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 700;
  line-height: 1.14;
}

.answer-card {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  text-align: left;
  background: linear-gradient(135deg, rgba(255, 249, 244, 0.98), rgba(252, 242, 238, 0.98));
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(75, 48, 43, 0.08);
}

.answer-card p,
.answer-card li,
.section-heading p,
.store-content p,
.service-grid p,
.trust-grid p,
.pricing-grid p,
.guide-grid p,
.faq-list p,
.map-card p,
dd,
.footer {
  color: var(--muted);
  font-size: 17px;
}

.answer-card p {
  color: var(--ink);
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.44;
}

.answer-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px;
  background: rgba(255, 249, 244, 0.84);
}

.stats div {
  min-height: 180px;
  padding: 34px;
  text-align: center;
  background: linear-gradient(180deg, #fffaf6, #f7ede8);
  border: 1px solid rgba(139, 74, 84, 0.1);
  border-radius: var(--radius);
}

.stats strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  font-weight: 700;
}

.stats span {
  color: var(--muted);
  font-size: 17px;
}

.ritual-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 24px 34px;
  background: rgba(255, 249, 244, 0.84);
}

.ritual-strip span {
  padding: 8px 14px;
  color: #8b4a54;
  background: rgba(245, 220, 225, 0.72);
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.apple-section.light {
  background: #fff9f4;
}

.apple-section.dark {
  color: #fff9f4;
  background:
    linear-gradient(135deg, rgba(42, 33, 31, 0.98), rgba(77, 98, 79, 0.96)),
    #2a211f;
}

.section-heading {
  max-width: 1080px;
  margin: 0 auto clamp(34px, 5vw, 62px);
  text-align: center;
}

.store-grid {
  display: grid;
  gap: 14px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.store-card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.76fr);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(75, 48, 43, 0.08);
}

.store-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.store-content {
  align-self: center;
  padding: clamp(32px, 5vw, 72px);
}

.store-content h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.14;
}

dl {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--ink);
  font-weight: 700;
}

dd {
  margin: 0;
}

.service-grid,
.trust-grid,
.map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.service-grid article,
.trust-grid article,
.map-card {
  min-height: 300px;
  padding: 30px;
  background: rgba(255, 249, 244, 0.08);
  border: 1px solid rgba(255, 249, 244, 0.16);
  border-radius: var(--radius);
}

.service-grid span {
  color: #f0c7ce;
  font-size: 14px;
  font-weight: 700;
}

.service-grid h3,
.trust-grid h3,
.map-card h3 {
  margin: 18px 0 12px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.18;
}

.apple-section.dark .section-label {
  color: #f0c7ce;
}

.apple-section.dark .section-heading p,
.service-grid p {
  color: rgba(255, 249, 244, 0.68);
}

.nail-service {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
  width: min(1120px, 100%);
  margin: 28px auto 0;
  padding: 18px;
  color: #fff9f4;
  background:
    linear-gradient(135deg, rgba(255, 249, 244, 0.09), rgba(245, 220, 225, 0.06)),
    rgba(255, 249, 244, 0.04);
  border: 1px solid rgba(255, 249, 244, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.nail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 48px);
}

.nail-copy h3 {
  margin: 8px 0 16px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.02;
  font-weight: 500;
}

.nail-copy p:not(.section-label) {
  color: rgba(255, 249, 244, 0.72);
  font-size: 17px;
  line-height: 1.9;
}

.nail-service img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.pricing-section {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 249, 244, 0.94), rgba(247, 237, 232, 0.96)),
    radial-gradient(circle at 18% 12%, rgba(240, 199, 206, 0.28), transparent 32%);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(1180px, 100%);
  margin: 34px auto 0;
}

.pricing-grid article {
  min-height: 246px;
  padding: 26px;
  text-align: left;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(139, 74, 84, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(75, 48, 43, 0.08);
}

.pricing-grid small {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.pricing-grid h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.16;
}

.pricing-grid p {
  min-height: 50px;
  margin: 0 0 22px;
  color: var(--muted);
}

.pricing-grid strong {
  display: block;
  color: var(--rose);
  font-size: 34px;
  line-height: 1;
}

.pricing-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.map-section,
.gallery-section {
  background: #fff9f4;
}

.map-section .section-heading p {
  margin-inline: auto;
  max-width: 760px;
}

.map-grid {
  grid-template-columns: repeat(2, 1fr);
}

.map-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 420px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff9f4, #f7ede8);
  border: 1px solid rgba(139, 74, 84, 0.12);
}

.map-card p {
  margin-bottom: 20px;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 12px;
}

.map-actions a,
.app-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 38px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.app-actions a {
  color: #8b4a54;
  background: rgba(245, 220, 225, 0.68);
  border: 1px solid rgba(139, 74, 84, 0.14);
}

.map-actions a.secondary {
  color: #8b4a54;
  background: transparent;
  min-width: auto;
  padding-inline: 8px;
}

.map-display {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  margin-top: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 18%, rgba(255, 249, 244, 0.72), transparent 30%),
    linear-gradient(135deg, var(--rose-light), var(--sage-light));
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: var(--radius);
  text-decoration: none;
  isolation: isolate;
  perspective: 900px;
}

.map-display::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 249, 244, 0.04), rgba(42, 33, 31, 0.1)),
    radial-gradient(circle at 18% 20%, rgba(245, 220, 225, 0.34), transparent 34%);
  pointer-events: none;
}

.map-display small {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--muted);
  background: rgba(255, 249, 244, 0.78);
  border: 1px solid rgba(139, 74, 84, 0.1);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 13px;
}

.real-map {
  z-index: 0;
  background: #efe6df;
}

.real-map .leaflet-container,
.booking-map-canvas.leaflet-container {
  width: 100%;
  height: 100%;
  background: #efe6df;
  font-family: inherit;
}

.leaflet-control-attribution {
  font-size: 10px;
}

.map-open {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 500;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: rgba(91, 66, 59, 0.82);
  border: 1px solid rgba(255, 249, 244, 0.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.map-marker {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border: 4px solid rgba(255, 249, 244, 0.92);
  border-radius: 50% 50% 50% 12px;
  box-shadow: 0 18px 42px rgba(42, 33, 31, 0.28);
  transform: rotate(-45deg);
}

.map-marker span {
  transform: rotate(45deg);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(42, 33, 31, 0.2);
}

.leaflet-popup-content {
  margin: 12px 14px;
  color: var(--ink);
  font-family: inherit;
}

.map-popup-title {
  display: block;
  margin-bottom: 4px;
  color: #8b4a54;
  font-weight: 800;
}

.booking-map-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.reservation-map .leaflet-container {
  width: 100%;
  height: 100%;
}

.map-glass {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(42, 33, 31, 0.34), transparent 34%, transparent 66%, rgba(42, 33, 31, 0.32)),
    radial-gradient(circle at 24% 28%, rgba(245, 220, 225, 0.18), transparent 32%),
    radial-gradient(circle at 72% 70%, rgba(223, 234, 223, 0.16), transparent 30%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

.trust-section,
.guide-section,
.faq-section {
  text-align: center;
  background: linear-gradient(180deg, #f7ede8, #fff9f4);
}

.trust-grid article,
.guide-grid article {
  color: var(--ink);
  background: #fff9f4;
  border: 1px solid rgba(139, 74, 84, 0.12);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: left;
}

.guide-grid article {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(26px, 3.4vw, 42px);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(75, 48, 43, 0.08);
}

.guide-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  color: #8b4a54;
  background: rgba(245, 220, 225, 0.72);
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.guide-grid h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.guide-grid a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.featured-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.featured-gallery a,
.all-gallery a {
  display: block;
  overflow: hidden;
  background: #efe4de;
  border-radius: var(--radius);
}

.featured-gallery a {
  aspect-ratio: 1;
}

.featured-gallery a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.featured-gallery img,
.all-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.featured-gallery a:hover img,
.all-gallery a:hover img {
  transform: scale(1.03);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

button {
  min-height: 44px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

#photoCount {
  color: var(--muted);
  font-size: 14px;
}

.all-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: min(1180px, 100%);
  margin: 28px auto 0;
}

.all-gallery a {
  aspect-ratio: 1;
}

.faq-list {
  display: grid;
  gap: 10px;
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: left;
}

details {
  background: #fff9f4;
  border: 1px solid rgba(139, 74, 84, 0.1);
  border-radius: var(--radius);
}

summary {
  padding: 22px 24px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 650;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
}

.contact-section {
  color: #fff9f4;
  background:
    linear-gradient(180deg, rgba(42, 33, 31, 0.84), rgba(42, 33, 31, 0.96)),
    #2a211f;
}

.contact-copy {
  width: min(980px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.contact-copy p:not(.section-label) {
  width: min(720px, 100%);
  margin: 0 auto;
  color: rgba(255, 249, 244, 0.72);
}

.reservation-map {
  position: relative;
  width: min(1180px, 100%);
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 22%, rgba(245, 220, 225, 0.42), transparent 24%),
    radial-gradient(circle at 72% 72%, rgba(223, 234, 223, 0.34), transparent 28%),
    linear-gradient(135deg, #e7d7d0, #cfc4b8 45%, #b9c7b4);
  border: 1px solid rgba(255, 249, 244, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  perspective: 1100px;
  isolation: isolate;
}

.reservation-map::before {
  position: absolute;
  inset: -18%;
  content: "";
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 249, 244, 0.16) 49%, rgba(255, 249, 244, 0.16) 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(255, 249, 244, 0.14) 49%, rgba(255, 249, 244, 0.14) 51%, transparent 52%);
  background-size: 70px 70px;
  transform: rotateX(62deg) rotateZ(-31deg) translateY(112px) scale(1.2);
  transform-origin: 50% 68%;
}

.reservation-map::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(42, 33, 31, 0.28));
  pointer-events: none;
}

.city-label,
.district-label {
  position: absolute;
  z-index: 4;
  color: rgba(255, 249, 244, 0.78);
  background: rgba(42, 33, 31, 0.28);
  border: 1px solid rgba(255, 249, 244, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.city-label {
  left: 28px;
  top: 26px;
  padding: 9px 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.district-label {
  padding: 7px 11px;
  font-size: 13px;
}

.label-cbd {
  left: 47%;
  top: 34%;
}

.label-yuanling {
  left: 18%;
  top: 25%;
}

.label-port {
  right: 16%;
  bottom: 28%;
}

.label-border {
  right: 7%;
  bottom: 12%;
}

.route-line {
  position: absolute;
  z-index: 2;
  height: 18px;
  background: rgba(255, 249, 244, 0.54);
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 0 rgba(139, 74, 84, 0.08);
  transform: rotateX(62deg) rotateZ(-31deg);
}

.route-main {
  left: 18%;
  right: 12%;
  top: 52%;
}

.route-branch {
  left: 32%;
  right: 34%;
  top: 38%;
  transform: rotateX(62deg) rotateZ(18deg);
}

.map-building {
  position: absolute;
  z-index: 2;
  display: block;
  width: 92px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 249, 244, 0.92), rgba(232, 203, 199, 0.86));
  border: 1px solid rgba(255, 249, 244, 0.5);
  border-radius: 7px;
  box-shadow: 16px 24px 0 rgba(42, 33, 31, 0.16);
  transform: rotateX(62deg) rotateZ(-31deg) translateZ(40px);
}

.building-1 {
  left: 22%;
  top: 40%;
}

.building-2 {
  left: 50%;
  top: 26%;
  width: 124px;
  height: 84px;
}

.building-3 {
  right: 20%;
  top: 48%;
  background: linear-gradient(135deg, rgba(223, 234, 223, 0.94), rgba(255, 249, 244, 0.86));
}

.building-4 {
  right: 9%;
  bottom: 20%;
  width: 76px;
  height: 116px;
}

.reservation-pin {
  position: absolute;
  z-index: 5;
  width: 238px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 249, 244, 0.9);
  border: 1px solid rgba(255, 249, 244, 0.7);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(42, 33, 31, 0.22);
  backdrop-filter: blur(16px);
}

.reservation-pin::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 26px;
  height: 26px;
  content: "";
  background: inherit;
  border-right: 1px solid rgba(255, 249, 244, 0.7);
  border-bottom: 1px solid rgba(255, 249, 244, 0.7);
  transform: translateX(-50%) rotate(45deg);
}

.reservation-pin::before {
  position: absolute;
  top: 50%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 249, 244, 0.86), rgba(139, 74, 84, 0.72));
  box-shadow: 0 0 0 1px rgba(255, 249, 244, 0.18);
  transform: translateY(-50%);
}

.pin-yuanling {
  left: 9%;
  top: 13%;
}

.pin-langting {
  right: 8%;
  bottom: 24%;
}

.pin-yuanling::before {
  left: calc(100% - 2px);
  width: clamp(260px, 34vw, 500px);
}

.pin-yuanling::after {
  left: auto;
  right: -13px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}

.pin-langting::before {
  right: calc(100% - 2px);
  width: clamp(250px, 35vw, 520px);
  background: linear-gradient(90deg, rgba(139, 74, 84, 0.72), rgba(255, 249, 244, 0.86));
}

.pin-langting::after {
  left: -13px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}

.reservation-pin small,
.reservation-pin span,
.reservation-pin strong {
  display: block;
}

.reservation-pin small {
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
}

.reservation-pin strong {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 28px;
  line-height: 1.1;
}

.reservation-pin span {
  color: var(--muted);
  font-size: 14px;
}

.reservation-pin a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.reservation-map {
  background: #efe6df;
  perspective: none;
}

.reservation-map::before {
  display: none;
}

.reservation-map::after {
  z-index: 3;
  background: linear-gradient(180deg, transparent, rgba(42, 33, 31, 0.4));
  pointer-events: none;
}

.city-label {
  z-index: 6;
  background: rgba(42, 33, 31, 0.52);
}

.reservation-pin {
  z-index: 7;
}

.pin-yuanling {
  left: 8%;
  top: 13%;
}

.pin-langting {
  right: 8%;
  bottom: 24%;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px max(22px, calc((100vw - 1120px) / 2));
  background: #f7ede8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer a {
  color: #8b4a54;
  text-decoration: none;
}

.article-page {
  padding: clamp(52px, 8vw, 96px) 24px;
  background:
    linear-gradient(180deg, #fff9f4 0%, #fcf2ee 44%, #fff9f4 100%);
}

.article-shell {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 54px) 0;
}

.article-shell > * {
  width: min(820px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--soft);
  font-size: 13px;
}

.breadcrumb a,
.breadcrumb strong {
  color: #8b4a54;
  font-weight: 700;
  text-decoration: none;
}

.article-shell h1 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.06;
}

.article-lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.46;
}

.article-figure {
  width: min(980px, 100%);
  margin-top: 34px;
  margin-bottom: 10px;
}

.article-figure img {
  width: 100%;
  height: clamp(360px, 52vw, 560px);
  object-fit: cover;
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(75, 48, 43, 0.12);
}

.article-figure figcaption {
  margin-top: 10px;
  color: var(--soft);
  font-size: 13px;
  text-align: center;
}

.article-shell section {
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid rgba(139, 74, 84, 0.12);
}

.article-shell h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.18;
}

.article-shell p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.article-shell a {
  color: #8b4a54;
  font-weight: 700;
}

.article-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.article-list li {
  padding: 16px 18px;
  color: #5f524e;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(139, 74, 84, 0.11);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 1.72;
}

.article-faq {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.62);
}

.article-faq summary {
  font-size: 17px;
}

.related-grid,
.library-grid {
  display: grid;
  gap: 12px;
}

.related-grid {
  grid-template-columns: repeat(2, 1fr);
}

.related-grid a,
.library-grid a {
  display: grid;
  gap: 9px;
  min-height: 136px;
  padding: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: 0 14px 44px rgba(75, 48, 43, 0.07);
}

.related-grid a:hover,
.library-grid a:hover {
  border-color: rgba(139, 74, 84, 0.28);
  transform: translateY(-1px);
}

.related-grid span,
.library-grid small {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
}

.related-grid strong,
.library-grid strong {
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 22px;
  line-height: 1.2;
}

.library-shell {
  width: min(1180px, 100%);
}

.library-shell > * {
  width: min(1080px, 100%);
}

.library-shell h1 {
  width: min(980px, 100%);
}

.library-shell .article-lead {
  width: min(840px, 100%);
}

.library-grid {
  grid-template-columns: repeat(2, 1fr);
}

.library-grid a {
  min-height: 188px;
}

.library-grid span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.library-link {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}

.library-link a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.article-cta {
  width: min(820px, 100%);
  padding: 28px;
  background: linear-gradient(135deg, rgba(245, 220, 225, 0.48), rgba(223, 234, 223, 0.42));
  border: 1px solid rgba(139, 74, 84, 0.12);
  border-radius: var(--radius);
}

.article-cta > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(135deg, #8b4a54, #617a63);
  border-radius: 999px;
  text-decoration: none;
}

@media (max-width: 1060px) {
  .stats,
  .service-grid,
  .pricing-grid,
  .trust-grid,
  .library-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-card,
  .map-grid,
  .nail-service {
    grid-template-columns: 1fr;
  }

  .globalnav {
    padding-inline: 22px;
  }

  .globalnav nav {
    gap: 22px;
  }

  .store-media img {
    min-height: 420px;
  }

  .nail-service img {
    min-height: 340px;
  }

  .all-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  main,
  section,
  .answer-card,
  .store-card,
    .map-card,
    .stats,
    .service-grid,
    .nail-service,
    .reservation-map,
    .featured-gallery,
    .all-gallery,
    .article-shell,
    .library-shell,
    .library-grid,
    .related-grid {
    max-width: 100%;
  }

  .globalnav {
    position: static;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 10px;
    min-height: auto;
    padding: 12px 16px;
  }

  .brand {
    order: 1;
    font-size: 17px;
  }

  .nav-action {
    order: 2;
    justify-self: end;
    width: auto;
    min-height: 36px;
    padding-inline: 18px;
  }

  .globalnav nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0 2px;
    font-size: 12px;
    scrollbar-width: none;
  }

  .globalnav nav::-webkit-scrollbar {
    display: none;
  }

  .globalnav nav a {
    flex: 0 0 auto;
    padding: 6px 2px;
  }

  .hero-section {
    gap: 30px;
    padding: 44px 16px 0;
  }

  h1 {
    font-size: 42px;
    line-height: 1.08;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hero-subtitle {
    max-width: calc(100vw - 32px);
    font-size: 23px;
    line-height: 1.22;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: block;
  }

  .hero-links {
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
  }

  .hero-section img {
    height: 430px;
    min-height: 430px;
  }

  .hero-cinema {
    height: 430px;
    min-height: 430px;
  }

  .cinema-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 12px 14px;
  }

  .summary-section,
  .apple-section,
  .trust-section,
  .pricing-section,
  .guide-section,
  .gallery-section,
  .faq-section,
  .contact-section,
  .map-section {
    padding: 70px 16px;
  }

  .summary-section h2,
  .section-heading h2,
  .trust-section h2,
  .pricing-section h2,
  .guide-section h2,
  .faq-section h2,
  .contact-section h2,
    .map-section h2 {
    max-width: calc(100vw - 32px);
    font-size: 30px;
    line-height: 1.18;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .stats,
  .service-grid,
  .trust-grid,
  .pricing-grid,
  .guide-grid,
  .featured-gallery {
    grid-template-columns: 1fr;
  }

  .stats {
    padding: 10px;
  }

  .answer-card {
    width: 100%;
    max-width: calc(100vw - 32px);
    padding: 24px 20px;
  }

  .answer-card p,
  .answer-card li,
  .store-content p,
  .map-card p,
  .nail-copy p,
  .pricing-grid p,
  .faq-list p {
    font-size: 15px;
    line-height: 1.58;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .answer-card p {
    font-size: 14px;
    line-height: 1.78;
    text-align: left;
  }

  .answer-card ul {
    padding-left: 18px;
  }

  .stats div {
    min-height: 140px;
  }

  .store-media img {
    min-height: 320px;
  }

  .store-content {
    padding: 26px 22px;
  }

  .store-content h3 {
    font-size: 30px;
  }

  .service-grid article,
  .trust-grid article,
  .map-card,
  .pricing-grid article,
  .guide-grid article {
    min-height: auto;
    padding: 22px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .featured-gallery a:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .all-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-grid {
    grid-template-columns: 1fr;
  }

  .map-display {
    height: 280px;
    margin-top: 20px;
  }

  .app-actions,
  .map-actions {
    gap: 8px;
  }

  .app-actions a,
  .map-actions a {
    min-width: 54px;
    min-height: 36px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .nail-service {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .nail-copy {
    padding: 20px;
  }

  .nail-copy h3 {
    font-size: 31px;
  }

  .nail-service img {
    min-height: 280px;
  }

  .reservation-map {
    height: 660px;
  }

  .city-label {
    left: 14px;
    top: 14px;
    font-size: 14px;
  }

  .reservation-pin {
    width: min(270px, calc(100vw - 48px));
    padding: 15px;
  }

  .reservation-pin::before {
    display: none;
  }

  .reservation-pin::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -15px;
    transform: translateX(-50%) rotate(45deg);
  }

  .reservation-pin strong {
    font-size: 24px;
  }

  .pin-yuanling {
    left: 50%;
    top: 82px;
    transform: translateX(-50%);
  }

  .pin-langting {
    right: auto;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
  }

  .article-page {
    padding: 34px 16px 64px;
  }

  .article-shell {
    padding: 10px 0 0;
  }

  .article-shell > *,
  .library-shell > * {
    width: 100%;
  }

  .breadcrumb {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.5;
  }

  .article-shell .section-label {
    font-size: 13px;
  }

  .article-shell h1 {
    font-size: 34px;
    line-height: 1.12;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .library-shell h1 {
    font-size: 35px;
  }

  .article-lead {
    font-size: 19px;
    line-height: 1.55;
  }

  .article-figure {
    margin-top: 24px;
  }

  .article-figure img {
    height: 270px;
  }

  .article-figure figcaption {
    font-size: 12px;
    text-align: left;
  }

  .article-shell section {
    margin-top: 30px;
    padding-top: 24px;
  }

  .article-shell h2 {
    font-size: 27px;
  }

  .article-shell p,
  .article-list li,
  .library-grid span {
    font-size: 15px;
    line-height: 1.78;
  }

  .article-list li {
    padding: 14px;
  }

  .related-grid,
  .library-grid {
    grid-template-columns: 1fr;
  }

  .related-grid a,
  .library-grid a {
    min-height: auto;
    padding: 18px;
  }

  .related-grid strong,
  .library-grid strong {
    font-size: 21px;
  }

  .article-faq summary,
  summary {
    padding: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  details p {
    padding: 0 18px 18px;
  }

  .article-cta {
    padding: 22px 18px;
  }

  .footer,
  .contact-actions {
    flex-direction: column;
  }

  .footer {
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/* Mobile usability refinement for dense AI-readable pages */
@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .globalnav {
    border-bottom: 1px solid rgba(139, 74, 84, 0.1);
    background: rgba(255, 249, 244, 0.96);
  }

  .globalnav nav {
    scroll-snap-type: x proximity;
  }

  .globalnav nav a {
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .hero-section {
    padding-top: 34px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 1.35;
  }

  .hero-cinema,
  .hero-section img {
    height: 340px;
    min-height: 340px;
    border-radius: 14px;
  }

  .hero-links a,
  .contact-actions a,
  .nav-action {
    min-height: 44px;
  }

  .summary-section,
  .apple-section,
  .trust-section,
  .pricing-section,
  .guide-section,
  .gallery-section,
  .faq-section,
  .contact-section,
  .map-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section-heading p,
  .answer-card p,
  .store-content p,
  .pricing-grid p,
  .article-shell p {
    line-height: 1.72;
  }

  .all-gallery {
    gap: 10px;
  }

  .all-gallery img,
  .featured-gallery img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .article-page {
    padding-inline: 14px;
  }

  .article-shell h1,
  .library-shell h1 {
    font-size: 31px;
    line-height: 1.18;
  }

  .article-lead {
    font-size: 17px;
    line-height: 1.62;
  }

  .article-figure img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .library-grid a,
  .related-grid a,
  .guide-grid article,
  .pricing-grid article,
  .service-grid article,
  .trust-grid article {
    border-radius: 8px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 34px;
  }

  .hero-cinema,
  .hero-section img {
    height: 300px;
    min-height: 300px;
  }

  .all-gallery {
    grid-template-columns: 1fr;
  }

  .article-shell h1,
  .library-shell h1 {
    font-size: 28px;
  }
}
