:root {
  --page: #050604;
  --page-soft: #0d120d;
  --ink: #fff5df;
  --ink-soft: #dcc9a6;
  --muted: #a8936b;
  --gold: #d7aa5a;
  --gold-bright: #f3d892;
  --copper: #9a6336;
  --jade: #16382f;
  --panel: rgba(13, 18, 14, 0.82);
  --panel-strong: rgba(20, 27, 20, 0.94);
  --line: rgba(215, 170, 90, 0.22);
  --line-strong: rgba(243, 216, 146, 0.46);
  --shadow: 0 28px 96px rgba(0, 0, 0, 0.46);
  --glow: 0 0 70px rgba(215, 170, 90, 0.16);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 5%, rgba(215, 170, 90, 0.2), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(22, 56, 47, 0.38), transparent 30rem),
    radial-gradient(circle at 50% 95%, rgba(154, 99, 54, 0.24), transparent 26rem),
    linear-gradient(140deg, #050604 0%, #0a0f0b 46%, #10130d 78%, #070806 100%);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.75;
}

.content-loading body {
  opacity: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(243, 216, 146, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(243, 216, 146, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(243, 216, 146, 0.06) 43%, transparent 47%),
    radial-gradient(circle at 50% 0%, rgba(255, 245, 223, 0.07), transparent 34rem);
  mix-blend-mode: screen;
}

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

a {
  color: var(--gold-bright);
  text-decoration: none;
}

a:hover {
  color: var(--ink);
}

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

h1,
h2,
h3,
.brand strong,
.gallery-tile span {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(46px, 7.4vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
}

h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

p {
  color: var(--ink-soft);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0 42px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(14, 20, 15, 0.94), rgba(8, 11, 8, 0.78)),
    rgba(8, 10, 8, 0.72);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 245, 223, 0.08);
  backdrop-filter: blur(24px);
}

.site-header:has(.city-modal[open]) {
  backdrop-filter: none;
}

.nav-toggle,
.mobile-title,
.nav-menu-button,
.mobile-contact-bar {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--ink);
}

.brand-mark {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 245, 223, 0.5);
  border-radius: 50%;
  color: #160d06;
  background:
    radial-gradient(circle at 32% 18%, #fff9d8 0%, #f4d487 33%, #c4873f 68%, #7b431f 100%);
  font-family: "Songti SC", "STSong", serif;
  font-size: 24px;
  font-weight: 900;
  box-shadow:
    0 18px 42px rgba(215, 170, 90, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.62),
    inset 0 -10px 20px rgba(58, 31, 11, 0.24);
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 245, 223, 0.48);
  border-radius: inherit;
  pointer-events: none;
}

.brand-mark img {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 2px 1px rgba(255, 245, 223, 0.24));
}

.brand strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand small {
  display: block;
  overflow: hidden;
  max-width: 280px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
}

.site-nav a,
.header-cta,
.member-entry,
.nav-member-entry {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a {
  padding: 9px 12px;
  color: var(--ink-soft);
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(215, 170, 90, 0.12);
}

.header-cta {
  padding: 11px 16px;
  color: #150e07;
  background: linear-gradient(135deg, #f8df9a, #c99447 58%, #8e572d);
  box-shadow: 0 14px 34px rgba(215, 170, 90, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.member-entry {
  padding: 10px 14px;
  border: 1px solid rgba(243, 216, 146, 0.22);
  color: var(--ink);
  background: rgba(255, 245, 223, 0.06);
}

.nav-member-entry {
  display: none;
}

.nav-chain {
  margin-right: 6px;
}

.city-modal {
  position: relative;
}

.city-modal summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(243, 216, 146, 0.18);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 245, 223, 0.055);
  cursor: pointer;
  list-style: none;
}

.city-modal summary::-webkit-details-marker {
  display: none;
}

.city-modal summary span {
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.city-modal summary strong {
  font-size: 13px;
  font-weight: 800;
}

.city-modal[open] summary {
  color: #160d06;
  background: linear-gradient(135deg, #f3d892, #c99447);
}

.city-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(8px);
}

.city-modal-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 71;
  width: min(560px, calc(100vw - 32px));
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(243, 216, 146, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 12%, rgba(243, 216, 146, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(10, 15, 11, 0.96), rgba(4, 7, 5, 0.92));
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.52);
  transform: translate(-50%, -50%);
}

.city-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(243, 216, 146, 0.22);
  border-radius: 50%;
  color: var(--gold-bright);
  background: rgba(255, 245, 223, 0.06);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.city-modal-close:hover {
  color: #160d06;
  background: linear-gradient(135deg, #f3d892, #c99447);
}

.city-modal-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 56px);
}

.city-modal-panel p:not(.eyebrow) {
  margin: 0 0 20px;
  color: var(--muted);
}

.city-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.city-list a {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(243, 216, 146, 0.18);
  border-radius: 20px;
  background: rgba(255, 245, 223, 0.055);
}

.city-list a span {
  color: var(--gold-bright);
  font-size: 20px;
  font-weight: 900;
}

.city-list a em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.city-list a.active,
.city-list a:hover {
  background: linear-gradient(135deg, rgba(243, 216, 146, 0.24), rgba(201, 148, 71, 0.12));
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.78fr);
  gap: 22px;
  align-items: stretch;
  min-height: 650px;
  margin-bottom: 32px;
}

.hero-media,
.hero-copy,
.intro-block,
.section-block,
.area-strip,
.booking-panel,
.content-page,
.card,
.site-footer {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(21, 30, 23, 0.92), rgba(7, 10, 8, 0.82)),
    var(--panel);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 245, 223, 0.07);
  backdrop-filter: blur(20px);
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  border-radius: var(--radius-xl);
  background: #050705;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(180deg, rgba(255, 245, 223, 0.08), transparent 34%),
    radial-gradient(circle at 74% 18%, rgba(243, 216, 146, 0.14), transparent 34%);
  z-index: 0;
}

.service-image::after,
.technician-image::after,
.gallery-tile::after,
.booking-panel::after,
.content-split::after,
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 245, 223, 0.08), transparent 34%),
    radial-gradient(circle at 74% 18%, rgba(243, 216, 146, 0.14), transparent 34%);
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: blur(3px) saturate(0.9) brightness(0.78);
  transform: scale(1.045);
}

.hero-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(520px, calc(100% - 48px));
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(243, 216, 146, 0.32);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(8, 11, 8, 0.78), rgba(4, 7, 5, 0.58)),
    rgba(5, 7, 5, 0.48);
  box-shadow: 0 30px 88px rgba(0, 0, 0, 0.46);
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(16px);
}

.hero-badge strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-bright);
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero-badge span {
  display: block;
  color: var(--ink-soft);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
}

.hero-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(243, 216, 146, 0.2);
}

.hero-contact p {
  margin: 0;
  padding: 16px 14px;
  border: 1px solid rgba(243, 216, 146, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 245, 223, 0.08), rgba(255, 245, 223, 0.025)),
    rgba(7, 11, 8, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 245, 223, 0.08);
}

.hero-contact em {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-contact b {
  display: block;
  overflow: hidden;
  color: var(--gold-bright);
  font-family: var(--font-sans);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 70px);
  border-radius: var(--radius-xl);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(215, 170, 90, 0.18);
  border-radius: 28px;
  pointer-events: none;
}

.hero-copy::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -150px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(243, 216, 146, 0.2), transparent 62%),
    radial-gradient(circle, rgba(22, 56, 47, 0.22), transparent 70%);
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-brand-lockup,
.about-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(243, 216, 146, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 245, 223, 0.1), rgba(255, 245, 223, 0.025)),
    rgba(5, 7, 5, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 245, 223, 0.12), 0 18px 46px rgba(0, 0, 0, 0.22);
}

.brand-seal,
.about-brand span {
  display: grid;
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(243, 216, 146, 0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 245, 223, 0.12), transparent 42%),
    linear-gradient(145deg, rgba(7, 10, 7, 0.96), rgba(22, 29, 20, 0.92));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.brand-seal img,
.about-brand img {
  width: 82px;
  height: 82px;
  min-height: 0;
  max-height: none;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(243, 216, 146, 0.28));
}

.hero-brand-lockup em,
.about-brand em {
  display: block;
  color: var(--gold-bright);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-brand-lockup strong,
.about-brand strong {
  display: block;
  color: var(--ink);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.15;
  letter-spacing: 0.08em;
}

.about-brand p {
  margin: 0;
}

.chain-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(243, 216, 146, 0.22);
  border-radius: 999px;
  background: rgba(255, 245, 223, 0.06);
}

.chain-line span {
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.chain-line strong {
  color: var(--ink);
  font-size: 13px;
}

.hero-copy h1 {
  max-width: 640px;
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.lead {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
}

.button.primary {
  color: #170f07;
  background: linear-gradient(135deg, #f8df9a, #c99447 56%, #8e572d);
  box-shadow: 0 18px 44px rgba(215, 170, 90, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.button.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 245, 223, 0.05);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.hero-stats span {
  padding: 14px 16px;
  border: 1px solid rgba(215, 170, 90, 0.18);
  border-radius: 20px;
  color: var(--ink-soft);
  background: rgba(255, 245, 223, 0.045);
}

.hero-stats strong {
  display: block;
  color: var(--gold-bright);
  font-family: "Songti SC", "STSong", serif;
  font-size: 28px;
  line-height: 1.05;
}

.intro-block,
.section-block,
.area-strip,
.booking-panel,
.content-page {
  margin: 30px 0;
  padding: clamp(26px, 4.5vw, 54px);
  border-radius: var(--radius-xl);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading p:last-child {
  color: var(--muted);
  max-width: 760px;
  margin-inline: auto;
}

.intro-grid,
.content-split,
.detail-hero,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

.intro-grid article,
.contact-card,
.detail-section {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 245, 223, 0.04);
}

.intro-grid img,
.content-split img,
.detail-hero img,
.contact-layout img {
  width: 100%;
  min-height: 320px;
  max-height: 460px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.content-split .about-brand img,
.hero-brand-lockup .brand-seal img {
  width: 82px;
  height: 82px;
  min-height: 0;
  max-height: none;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold-bright);
  font-weight: 900;
}

.service-grid,
.technician-grid,
.advantage-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid.full,
.technician-grid.full {
  margin-top: 18px;
}

.technician-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.card::before {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 216, 146, 0.58), transparent);
}

.card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  background:
    linear-gradient(145deg, rgba(28, 42, 32, 0.96), rgba(9, 13, 10, 0.9)),
    var(--panel-strong);
}

.service-card,
.technician-card {
  display: flex;
  flex-direction: column;
}

.technician-card {
  color: inherit;
  cursor: pointer;
}

.service-card > div,
.technician-body {
  padding: 24px;
}

.service-image,
.technician-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.technician-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
}

.service-card h3 a,
.technician-card h3,
.technician-card h3 a {
  color: var(--ink);
}

.card-kicker,
.meta-pill,
.tag-row span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(215, 170, 90, 0.34);
  border-radius: 999px;
  color: var(--gold-bright);
  background: rgba(215, 170, 90, 0.09);
  font-size: 13px;
  font-weight: 900;
}

.card-kicker {
  margin-bottom: 14px;
  padding: 5px 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.meta-pill {
  margin-top: 8px;
  padding: 7px 12px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.tag-row.compact {
  margin-top: 14px;
}

.tag-row span {
  padding: 6px 10px;
}

.gallery-section {
  display: grid;
  grid-template-columns: 1.14fr 0.93fr 0.93fr;
  gap: 16px;
  margin: 30px 0;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  opacity: 0.92;
}

.gallery-tile div {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(215, 170, 90, 0.24);
  border-radius: 22px;
  background: rgba(5, 7, 5, 0.68);
  backdrop-filter: blur(18px);
}

.gallery-tile span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-bright);
  font-size: 22px;
  font-weight: 900;
}

.gallery-tile p {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
}

.advantage-card {
  min-height: 220px;
  padding: 26px;
}

.advantage-index {
  display: inline-flex;
  margin-bottom: 34px;
  color: rgba(243, 216, 146, 0.58);
  font-family: "Songti SC", "STSong", serif;
  font-size: 44px;
  line-height: 1;
}

.area-strip {
  display: block;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.area-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 158px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  color: var(--ink-soft);
  background:
    radial-gradient(circle at 88% 12%, rgba(243, 216, 146, 0.12), transparent 34%),
    rgba(255, 245, 223, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 245, 223, 0.05);
}

.area-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(243, 216, 146, 0.16);
  border-radius: 999px;
}

.area-card span {
  color: rgba(243, 216, 146, 0.68);
  font-family: "Songti SC", "STSong", serif;
  font-size: 34px;
  line-height: 1;
}

.area-card strong {
  color: var(--gold-bright);
  font-size: 20px;
}

.area-card em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.area-card:hover {
  color: #160d06;
  background: linear-gradient(135deg, #f3d892, #c99447);
  transform: translateY(-3px);
}

.area-card:hover span,
.area-card:hover strong,
.area-card:hover em {
  color: #160d06;
}

.booking-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 0.54fr);
  gap: 28px;
  overflow: hidden;
  align-items: center;
  padding: 0;
}

.booking-panel img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.booking-panel > div {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 58px);
}

.page-hero {
  max-width: 900px;
  margin-bottom: 28px;
}

.page-hero h1,
.detail-hero h1,
.contact-layout h1 {
  font-size: clamp(42px, 6vw, 76px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--ink-soft);
}

.detail-hero {
  position: relative;
  align-items: center;
}

.detail-hero img {
  min-height: 520px;
}

.technician-detail {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
}

.technician-detail img {
  aspect-ratio: 3 / 4;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.detail-section {
  margin-top: 24px;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  align-items: center;
}

.contact-card {
  margin: 24px 0;
}

.contact-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--ink-soft);
}

.contact-methods {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.contact-methods div {
  padding: 24px;
  border: 1px solid rgba(243, 216, 146, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 16%, rgba(243, 216, 146, 0.12), transparent 32%),
    rgba(255, 245, 223, 0.055);
}

.contact-methods span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.contact-methods strong {
  display: block;
  color: var(--gold-bright);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 0 22px;
  padding: 26px;
  border-radius: var(--radius-lg);
}

.site-footer strong {
  color: var(--ink);
  font-family: "Songti SC", "STSong", serif;
  font-size: 22px;
}

.site-footer p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--muted);
}

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

.footer-links a {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 13px;
}

.reveal {
  animation: rise-in 0.72s ease both;
}

.editor-toolbar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: min(520px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid rgba(243, 216, 146, 0.26);
  border-radius: 999px;
  background: rgba(7, 10, 8, 0.92);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.floating-edit-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 88;
  padding: 13px 18px;
  border: 1px solid rgba(243, 216, 146, 0.28);
  border-radius: 999px;
  color: #160d06;
  background: linear-gradient(135deg, #f3d892, #c99447);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
  font-weight: 900;
}

.image-upload-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 18%, rgba(243, 216, 146, 0.16), transparent 34%),
    rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(12px);
}

.auth-panel {
  position: relative;
  width: min(520px, 100%);
  padding: 30px;
  border: 1px solid rgba(243, 216, 146, 0.3);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(12, 18, 13, 0.98), rgba(4, 7, 5, 0.96));
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.52);
}

.auth-panel h2 {
  margin: 6px 0 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 54px);
}

.auth-note {
  margin: 0;
  color: var(--muted);
}

.auth-note b {
  color: var(--gold-bright);
}

.auth-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(243, 216, 146, 0.24);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 245, 223, 0.06);
  font-size: 24px;
  cursor: pointer;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 22px 0 14px;
  padding: 6px;
  border: 1px solid rgba(243, 216, 146, 0.16);
  border-radius: 999px;
  background: rgba(255, 245, 223, 0.04);
}

.auth-tabs button,
.auth-form button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: var(--ink-soft);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.auth-tabs button.active,
.auth-form button {
  color: #160d06;
  background: linear-gradient(135deg, #f3d892, #c99447);
}

.auth-form {
  display: none;
  gap: 12px;
}

.auth-form.active {
  display: grid;
}

.auth-form input {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(243, 216, 146, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 245, 223, 0.06);
}

.auth-message {
  min-height: 20px;
  margin: 0;
  color: var(--gold-bright);
  font-size: 14px;
}

.image-upload-panel {
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid rgba(243, 216, 146, 0.28);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(10, 15, 11, 0.98), rgba(4, 7, 5, 0.94));
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.48);
}

.image-upload-panel input {
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
  padding: 12px;
  border: 1px solid rgba(243, 216, 146, 0.18);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 245, 223, 0.06);
}

.image-upload-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.image-upload-actions button {
  flex: 1;
  min-height: 44px;
  border: 1px solid rgba(243, 216, 146, 0.2);
  border-radius: 999px;
  color: #160d06;
  background: linear-gradient(135deg, #f3d892, #c99447);
  font-weight: 900;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 120;
  padding: 12px 18px;
  border: 1px solid rgba(243, 216, 146, 0.28);
  border-radius: 999px;
  color: var(--gold-bright);
  background: rgba(5, 8, 6, 0.92);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
  transform: translateX(-50%);
}

.editor-toolbar button {
  padding: 9px 12px;
  border: 1px solid rgba(243, 216, 146, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 245, 223, 0.06);
  font-weight: 900;
  cursor: pointer;
}

.editor-toolbar button:hover {
  color: #160d06;
  background: linear-gradient(135deg, #f3d892, #c99447);
}

.editor-active [contenteditable="true"] {
  outline: 1px dashed rgba(243, 216, 146, 0.48);
  outline-offset: 3px;
}

.editor-active img {
  cursor: pointer;
}

.editor-active .card,
.editor-active .area-card {
  cursor: grab;
}

.editor-active .editor-dragging {
  opacity: 0.45;
}

.card.reveal {
  animation-duration: 0.62s;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 28px;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .hero,
  .intro-grid,
  .content-split,
  .detail-hero,
  .area-strip,
  .booking-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero {
    min-height: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .service-grid,
  .technician-grid,
  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 18px, 1220px);
  }

  .site-header {
    top: 8px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    margin: 8px 0 24px;
    padding: 10px;
    border-radius: 24px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
    font-size: 21px;
  }

  .brand-mark img {
    width: 47px;
    height: 47px;
  }

  .brand strong,
  .brand small,
  .header-cta,
  .member-entry {
    display: none;
  }

  .mobile-title {
    display: block;
    min-width: 0;
    text-align: center;
  }

  .mobile-title strong,
  .mobile-title span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mobile-title strong {
    color: var(--ink);
    font-family: "Songti SC", "STSong", serif;
    font-size: 18px;
    line-height: 1.15;
  }

  .mobile-title span {
    color: var(--gold-bright);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
  }

  .nav-menu-button {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(243, 216, 146, 0.34);
    border-radius: 50%;
    background:
      radial-gradient(circle at 35% 25%, rgba(255, 239, 184, 0.18), transparent 34%),
      linear-gradient(145deg, rgba(255, 245, 223, 0.08), rgba(8, 12, 9, 0.42));
    box-shadow:
      inset 0 1px 0 rgba(255, 245, 223, 0.18),
      0 10px 28px rgba(0, 0, 0, 0.28);
    overflow: hidden;
  }

  .nav-menu-button img {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
  }

  .mobile-contact-bar {
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(243, 216, 146, 0.14);
    opacity: 0;
    transform: translateY(-6px);
  }

  body.route-inner .mobile-contact-bar,
  body.route-home.is-scrolled .mobile-contact-bar {
    display: grid;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-contact-bar span {
    padding: 8px 10px;
    border: 1px solid rgba(243, 216, 146, 0.18);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 245, 223, 0.055);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
  }

  .mobile-contact-bar b {
    color: var(--gold-bright);
    font-size: 13px;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    order: 5;
    padding-top: 8px;
    border-top: 1px solid rgba(243, 216, 146, 0.14);
  }

  .nav-toggle:checked ~ .site-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .nav-chain {
    grid-column: 1 / -1;
    margin: 0;
  }

  .nav-chain .city-modal summary {
    width: 100%;
    justify-content: center;
  }

  .site-nav a {
    padding: 10px 9px;
    border: 1px solid rgba(243, 216, 146, 0.14);
    background: rgba(255, 245, 223, 0.045);
    font-size: 13px;
    text-align: center;
  }

  .site-nav .nav-member-entry {
    display: block;
    color: #160d06;
    background: linear-gradient(135deg, #f3d892, #c99447);
    font-weight: 900;
  }

  .hero-copy {
    padding: 24px 20px;
  }

  .hero-media {
    min-height: 360px;
  }

  .hero-badge {
    width: min(340px, calc(100% - 34px));
    padding: 22px;
    border-radius: 28px;
  }

  .hero-badge span {
    font-size: 24px;
  }

  .hero-contact {
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
  }

  .hero-contact p {
    padding: 12px 10px;
    border-radius: 18px;
  }

  .hero-contact em {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .hero-contact b {
    font-size: 17px;
  }

  .chain-line {
    width: 100%;
    justify-content: center;
  }

  .chain-line span {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .chain-line strong {
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .button {
    flex: 1 1 0;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .section-heading {
    gap: 6px;
    margin-bottom: 16px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .section-heading p:last-child {
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-copy::before {
    inset: 12px;
    border-radius: 22px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .hero-stats span {
    padding: 10px 8px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
  }

  .hero-stats strong {
    margin-bottom: 2px;
    font-size: 23px;
  }

  .service-grid,
  .technician-grid,
  .advantage-grid,
  .area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .service-card > div,
  .technician-body {
    padding: 12px;
  }

  .service-image img {
    height: 126px;
  }

  .technician-image img {
    aspect-ratio: 3 / 4;
    height: auto;
  }

  .card-kicker {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .service-card h3,
  .technician-card h3 {
    margin: 0 0 6px;
    line-height: 1.12;
  }

  .service-card h3 a,
  .technician-card h3 a {
    font-size: 17px;
  }

  .service-card p,
  .technician-card p,
  .advantage-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .meta-pill {
    margin-top: 8px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .tag-row.compact {
    gap: 5px;
  }

  .tag-row.compact span {
    padding: 5px 7px;
    font-size: 10px;
  }

  .advantage-card {
    min-height: 150px;
    padding: 16px;
    border-radius: 22px;
  }

  .advantage-index {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .advantage-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .area-card {
    min-height: 126px;
    padding: 16px;
    border-radius: 22px;
  }

  .area-card span {
    font-size: 26px;
  }

  .area-card strong {
    font-size: 17px;
  }

  .area-card em {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .intro-block,
  .section-block,
  .content-page {
    margin: 18px 0;
    padding: 18px;
  }

  .intro-grid img,
  .content-split img,
  .detail-hero img,
  .contact-layout img {
    min-height: 240px;
    max-height: 320px;
  }

  .booking-panel img {
    height: 320px;
  }

  .site-footer {
    flex-direction: column;
  }

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