/* ============================================================
   百年扬州修脚房 · 官方网站
   中式老字号视觉：墨色 / 宣纸 / 朱砂 / 金线
   零外部依赖：系统字体 + 内联 SVG
   ============================================================ */

:root {
  /* 色彩 */
  --ink: #221d15;          /* 深墨 */
  --ink-2: #2e271c;
  --ink-3: #40372a;
  --paper: #f6f1e6;        /* 宣纸 */
  --paper-2: #efe7d6;
  --card: #fcf9f1;
  --line: #ddd0b6;         /* 浅金边框 */
  --line-2: #cab88f;
  --cinnabar: #a03024;     /* 朱砂 */
  --cinnabar-2: #7d2419;
  --gold: #a98a4e;         /* 金 */
  --gold-2: #c9a96e;
  --text: #332e26;
  --muted: #7d7464;
  --paper-deep: #efe6d2;

  /* 字体 */
  --font-serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --font-sans: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-num: Georgia, "Times New Roman", serif;

  /* 布局 */
  --container: 1140px;
  --header-h: 78px;
  --radius: 3px;
  --shadow: 0 18px 40px -22px rgba(34, 29, 21, .35);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--paper);
  line-height: 1.85;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

::selection { background: var(--cinnabar); color: #fff; }

/* ---------- 回纹装饰线 ---------- */
.meander {
  height: 12px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='12'%3E%3Cg fill='none' stroke='%23a98a4e' stroke-width='1.2'%3E%3Cpath d='M0 6h10V0h8v6h8v6h-8v-6h-8v6H0z'/%3E%3Cpath d='M32 6h10V0h8v6h8v6h-8v-6h-8v6H32z'/%3E%3C/g%3E%3C/svg%3E")
    repeat-x top / 64px 12px;
  opacity: .9;
}

/* ============================================================
   顶部导航
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(252, 249, 241, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}

.brand { display: flex; align-items: center; gap: 14px; }

.brand-seal { flex: 0 0 auto; }

.brand-name { line-height: 1.25; }
.brand-name .cn {
  font-family: var(--font-serif);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--ink);
}
.brand-name .en {
  display: block;
  font-size: 10px;
  letter-spacing: .34em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 2px;
}

.main-nav ul { display: flex; gap: 6px; }
.main-nav a {
  display: block;
  padding: 8px 16px;
  font-size: 15px;
  letter-spacing: .08em;
  color: var(--text);
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}
.main-nav a:hover { color: var(--cinnabar); border-color: var(--gold-2); }
.main-nav a.active { color: var(--cinnabar); border-color: var(--cinnabar); font-weight: 600; }

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--line-2); border-radius: var(--radius);
  width: 44px; height: 44px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); transition: .25s; }

/* ============================================================
   首页 · Hero
   ============================================================ */
.hero {
  position: relative;
  color: #f5efe2;
  background:
    radial-gradient(1100px 480px at 82% -10%, rgba(169, 138, 78, .22), transparent 60%),
    radial-gradient(900px 520px at -10% 110%, rgba(160, 48, 36, .28), transparent 55%),
    linear-gradient(160deg, #211c14 0%, #2b2418 55%, #241f15 100%);
  overflow: hidden;
}
.hero::after { /* 底部宣纸过渡 */
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 64px;
  background: linear-gradient(to top, var(--paper), transparent);
}

.hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 96px 24px 110px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 56px;
  align-items: center;
  position: relative; z-index: 1;
}

.hero-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 14px; letter-spacing: .34em;
  color: var(--gold-2);
  margin-bottom: 26px;
}
.hero-kicker::before { content: ""; width: 44px; height: 1px; background: var(--gold-2); }

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.22;
  color: #f8f2e5;
  text-shadow: 0 2px 30px rgba(0,0,0,.35);
}
.hero h1 em {
  font-style: normal;
  color: var(--gold-2);
}

.hero-sub {
  margin-top: 26px;
  font-size: 17px;
  line-height: 2;
  color: rgba(245, 239, 226, .82);
  max-width: 560px;
}
.hero-sub b { color: #f5efe2; font-weight: 600; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }

.hero-contact {
  margin-top: 34px;
  display: flex; align-items: center; gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(201, 169, 110, .3);
  font-size: 14px;
  color: rgba(245, 239, 226, .7);
  letter-spacing: .06em;
}
.hero-contact .tel { font-family: var(--font-num); font-size: 26px; letter-spacing: .05em; color: var(--gold-2); }

/* Hero 右侧装饰 */
.hero-art { position: relative; display: flex; justify-content: center; }
.hero-art .ring {
  width: 340px; height: 340px;
  border: 1px solid rgba(201, 169, 110, .4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  animation: slow-spin 60s linear infinite;
}
.hero-art .ring::before {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border: 1px dashed rgba(201, 169, 110, .28);
  border-radius: 50%;
}
.hero-art .core {
  width: 212px; height: 212px;
  background: radial-gradient(circle at 30% 25%, #b94a38, var(--cinnabar) 55%, #6f1f14);
  border-radius: 8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.14);
  transform: rotate(-4deg);
}
.hero-art .core .seal-char {
  font-family: var(--font-serif);
  font-size: 88px; font-weight: 700;
  color: #f8efe0;
  letter-spacing: .06em;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.hero-art .core .seal-sub {
  margin-top: 12px;
  font-size: 12px; letter-spacing: .5em;
  color: rgba(248, 239, 224, .85);
  text-indent: .5em;
}
.hero-art .v-text {
  position: absolute;
  right: -8px; top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: .62em;
  color: rgba(201, 169, 110, .75);
}

@keyframes slow-spin { to { transform: rotate(360deg); } }

/* Hero 底部信息条 */
.hero-strip {
  position: relative; z-index: 2;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}
.hero-strip .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.strip-item {
  padding: 30px 32px;
  border-left: 1px solid var(--line);
  display: flex; gap: 18px; align-items: flex-start;
}
.strip-item:first-child { border-left: none; }
.strip-item .num {
  font-family: var(--font-serif);
  font-size: 34px;
  color: var(--cinnabar);
  line-height: 1.2;
  font-weight: 700;
}
.strip-item .num small { font-size: 18px; }
.strip-item .label { font-size: 14px; color: var(--muted); letter-spacing: .1em; }
.strip-item .label b { display: block; color: var(--text); font-size: 15px; letter-spacing: .14em; margin-bottom: 2px; }

/* ============================================================
   通用区块
   ============================================================ */
.section { padding: 88px 0; }
.section.paper-2 { background: var(--paper-2); }
.section.dark {
  background:
    radial-gradient(900px 400px at 85% 0%, rgba(169, 138, 78, .16), transparent 60%),
    linear-gradient(165deg, #241f15, #2e271c 60%, #211c14);
  color: #ece4d2;
}

.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; }
.section-head .kicker {
  font-size: 13px;
  letter-spacing: .42em;
  color: var(--gold);
  text-transform: uppercase;
}
.section-head.center .kicker::before,
.section-head.center .kicker::after {
  content: "—";
  margin: 0 14px;
  color: var(--line-2);
}
.section-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.6vw, 40px);
  letter-spacing: .16em;
  color: var(--ink);
  margin-top: 14px;
  line-height: 1.4;
}
.section.dark .section-head h2 { color: #f2ead9; }
.section.dark .section-head .kicker { color: var(--gold-2); }
.section-head .rule {
  width: 56px; height: 2px;
  background: var(--cinnabar);
  margin-top: 20px;
}
.section-head.center .rule { margin-left: auto; margin-right: auto; }
.section-head .desc {
  margin-top: 18px;
  color: var(--muted);
  max-width: 640px;
  font-size: 15px;
}
.section-head.center .desc { margin-left: auto; margin-right: auto; }
.section.dark .section-head .desc { color: rgba(236, 228, 210, .72); }

/* 按钮 */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 34px;
  font-size: 15px; letter-spacing: .22em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s;
  line-height: 1;
}
.btn-primary { background: var(--cinnabar); color: #f8f2e5; }
.btn-primary:hover { background: var(--cinnabar-2); transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgba(160,48,36,.6); }
.btn-ghost { border-color: rgba(245, 239, 226, .55); color: #f5efe2; }
.btn-ghost:hover { border-color: var(--gold-2); color: var(--gold-2); transform: translateY(-2px); }
.btn-ink { border-color: var(--line-2); color: var(--ink); }
.btn-ink:hover { border-color: var(--cinnabar); color: var(--cinnabar); transform: translateY(-2px); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(5px); }

/* 入场动画 */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }

/* ============================================================
   首页 · 品牌简介
   ============================================================ */
.brand-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.brand-split .v-block { position: relative; }
.brand-split .v-block .panel {
  background: var(--ink);
  color: #f0e8d6;
  padding: 52px 40px;
  border-radius: 2px;
  position: relative;
  box-shadow: var(--shadow);
}
.brand-split .v-block .panel::before {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid rgba(201, 169, 110, .5);
  border-radius: 2px;
  pointer-events: none;
}
.brand-split .v-block .panel .seal-char {
  font-family: var(--font-serif);
  font-size: 120px; font-weight: 700;
  color: rgba(232, 220, 196, .92);
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: .18em;
  text-shadow: 0 4px 24px rgba(0,0,0,.4);
  display: inline-block;
}
.brand-split .v-block .panel .caption {
  margin-top: 28px;
  font-size: 13px; letter-spacing: .3em;
  color: var(--gold-2);
  text-align: right;
}

.brand-txt .lead {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.9;
  color: var(--ink);
  letter-spacing: .05em;
}
.brand-txt .lead b { color: var(--cinnabar); font-weight: 700; }
.brand-txt p { margin-top: 18px; color: var(--muted); font-size: 15px; }
.brand-txt .facts { margin-top: 30px; border-top: 1px solid var(--line); padding-top: 26px; }
.facts li {
  display: flex; gap: 14px;
  padding: 9px 0;
  font-size: 15px;
  color: var(--text);
  border-bottom: 1px dashed var(--line);
}
.facts li:last-child { border-bottom: none; }
.facts li i {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  margin-top: 4px;
  background: var(--cinnabar);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ============================================================
   服务卡片（编号式，非图标堆砌）
   ============================================================ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 36px 32px 32px;
  position: relative;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.service-card::after { /* 顶部金线 */
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold), var(--gold-2));
  opacity: 0;
  transition: opacity .3s;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-2);
  box-shadow: var(--shadow);
}
.service-card:hover::after { opacity: 1; }
.service-card .idx {
  font-family: var(--font-num);
  font-size: 40px;
  color: var(--line-2);
  line-height: 1;
  font-style: italic;
}
.service-card h3 {
  font-family: var(--font-serif);
  font-size: 21px;
  letter-spacing: .12em;
  color: var(--ink);
  margin: 18px 0 10px;
  display: flex; align-items: center; gap: 12px;
}
.service-card h3::before {
  content: "";
  width: 18px; height: 1px;
  background: var(--cinnabar);
  flex: 0 0 auto;
}
.service-card p { font-size: 14px; color: var(--muted); line-height: 1.9; }

/* ============================================================
   首页 · 为什么选择我们（左右分栏 + 编号条目）
   ============================================================ */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-list .why-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.why-list .why-item:first-child { padding-top: 0; }
.why-item .no {
  font-family: var(--font-serif);
  font-size: 34px;
  color: var(--gold);
  line-height: 1.2;
  position: relative;
}
.why-item .no::after {
  content: "";
  position: absolute; left: 0; bottom: -6px;
  width: 40px; height: 2px;
  background: var(--cinnabar);
}
.why-item h3 { font-family: var(--font-serif); font-size: 19px; letter-spacing: .1em; color: var(--ink); }
.why-item p { margin-top: 8px; font-size: 14px; color: var(--muted); }

.why-aside .quote {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 44px 40px;
  border-radius: 2px;
  position: relative;
  box-shadow: var(--shadow);
}
.why-aside .quote::before {
  content: "「";
  position: absolute; top: 6px; left: 18px;
  font-family: var(--font-serif);
  font-size: 80px;
  color: rgba(169, 138, 78, .35);
  line-height: 1;
}
.why-aside .quote p {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: .05em;
  color: var(--ink);
}
.why-aside .quote .who { margin-top: 20px; font-size: 13px; letter-spacing: .2em; color: var(--muted); text-align: right; }

/* ============================================================
   首页 · 招募横幅（深色面板）
   ============================================================ */
.recruit-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 64px;
  align-items: center;
  background: rgba(252, 249, 241, .03);
  border: 1px solid rgba(201, 169, 110, .28);
  border-radius: 3px;
  padding: 60px 64px;
  position: relative;
}
.recruit-panel::before {
  content: "";
  position: absolute; inset: 12px;
  border: 1px solid rgba(201, 169, 110, .16);
  border-radius: 2px;
  pointer-events: none;
}
.recruit-panel .r-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: .14em;
  color: #f2ead9;
  line-height: 1.5;
}
.recruit-panel .r-title b { color: var(--gold-2); font-weight: 700; }
.recruit-panel .r-desc { margin-top: 16px; color: rgba(236, 228, 210, .75); font-size: 15px; max-width: 540px; }
.recruit-panel .r-links { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.r-chip {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 15px 26px;
  border: 1px solid rgba(201, 169, 110, .5);
  border-radius: 2px;
  color: #f2ead9;
  font-size: 14px; letter-spacing: .16em;
  transition: all .25s;
  background: transparent;
}
.r-chip:hover { background: var(--cinnabar); border-color: var(--cinnabar); transform: translateY(-2px); }
.r-chip .tag {
  font-size: 11px; letter-spacing: .3em;
  color: var(--gold-2);
  border: 1px solid rgba(201,169,110,.6);
  border-radius: 2px;
  padding: 3px 8px;
}
.r-chip:hover .tag { color: #fff; border-color: rgba(255,255,255,.6); }

/* ============================================================
   联系条（首页底部）
   ============================================================ */
.contact-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 40px 48px;
  box-shadow: var(--shadow);
}
.contact-strip .cs-title { font-family: var(--font-serif); font-size: 24px; letter-spacing: .14em; color: var(--ink); }
.contact-strip .cs-title small { display: block; font-family: var(--font-sans); font-size: 13px; letter-spacing: .28em; color: var(--muted); margin-top: 8px; }
.contact-strip .cs-tel { text-align: right; }
.contact-strip .cs-tel .label { font-size: 13px; letter-spacing: .3em; color: var(--muted); }
.contact-strip .cs-tel .tel {
  font-family: var(--font-num);
  font-size: 34px;
  color: var(--cinnabar);
  letter-spacing: .04em;
  line-height: 1.4;
  display: block;
}
.contact-strip .cs-tel .tel:hover { color: var(--cinnabar-2); }

/* ============================================================
   内页 · 页头
   ============================================================ */
.page-hero {
  background:
    radial-gradient(800px 360px at 90% -20%, rgba(169, 138, 78, .2), transparent 60%),
    linear-gradient(160deg, #241f15, #2e271c 65%, #211c14);
  color: #f2ead9;
  padding: 84px 0 78px;
  position: relative;
  overflow: hidden;
}
.page-hero .crumb { font-size: 13px; letter-spacing: .3em; color: var(--gold-2); margin-bottom: 20px; }
.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.6vw, 50px);
  letter-spacing: .2em;
  line-height: 1.35;
  color: #f8f2e5;
}
.page-hero .sub { margin-top: 16px; font-size: 15px; color: rgba(236, 228, 210, .72); letter-spacing: .08em; }
.page-hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 40px;
  background: linear-gradient(to top, var(--paper), transparent);
}

/* ============================================================
   关于 · 时间线
   ============================================================ */
.timeline { position: relative; max-width: 860px; margin: 0 auto; padding-left: 40px; }
.timeline::before {
  content: "";
  position: absolute; left: 8px; top: 8px; bottom: 8px;
  width: 1px;
  background: linear-gradient(var(--line-2), var(--line));
}
.tl-item { position: relative; padding: 0 0 44px 34px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: "";
  position: absolute; left: -36px; top: 8px;
  width: 15px; height: 15px;
  border: 3px solid var(--paper);
  background: var(--cinnabar);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--cinnabar);
}
.tl-item .tl-year {
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: .3em;
  color: var(--gold);
}
.tl-item h3 { font-family: var(--font-serif); font-size: 20px; letter-spacing: .1em; color: var(--ink); margin-top: 6px; }
.tl-item p { margin-top: 8px; font-size: 14px; color: var(--muted); max-width: 620px; }

/* ============================================================
   服务页 · 卫生保障
   ============================================================ */
.hygiene-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hygiene-item {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 30px 26px;
  text-align: center;
  border-radius: 2px;
  transition: transform .3s, box-shadow .3s;
}
.hygiene-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hygiene-item .h-no {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--cinnabar);
  line-height: 1;
}
.hygiene-item h4 { margin-top: 14px; font-size: 16px; letter-spacing: .12em; color: var(--ink); }
.hygiene-item p { margin-top: 8px; font-size: 13px; color: var(--muted); }

/* ============================================================
   招募页 · 板块
   ============================================================ */
.recruit-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.recruit-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.recruit-card .rc-head {
  background: var(--ink);
  color: #f2ead9;
  padding: 30px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.recruit-card.gold .rc-head { background: linear-gradient(135deg, #8a6f3c, #a98a4e 60%, #8a6f3c); }
.recruit-card .rc-head h3 { font-family: var(--font-serif); font-size: 24px; letter-spacing: .18em; }
.recruit-card .rc-head .rc-tag {
  flex: 0 0 auto;
  font-size: 11px; letter-spacing: .3em;
  border: 1px solid rgba(242, 234, 217, .6);
  border-radius: 2px;
  padding: 5px 10px;
  color: rgba(242, 234, 217, .85);
}
.recruit-card .rc-body { padding: 32px 36px 36px; }
.rc-body .rc-lead { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.rc-list li {
  display: flex; gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 15px;
}
.rc-list li:last-child { border-bottom: none; }
.rc-list li .dot {
  flex: 0 0 auto;
  width: 7px; height: 7px;
  background: var(--cinnabar);
  border-radius: 50%;
  margin-top: 11px;
}
.rc-list li b { color: var(--ink); font-weight: 600; margin-right: 4px; }
.rc-note {
  margin-top: 18px;
  font-size: 13px;
  color: var(--muted);
  border: 1px dashed var(--line-2);
  border-radius: 2px;
  padding: 14px 16px;
  background: var(--paper-2);
}

/* 应聘方式横幅 */
.apply-panel {
  background: var(--ink);
  color: #f2ead9;
  border-radius: 3px;
  padding: 56px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.apply-panel::before {
  content: "";
  position: absolute; inset: 12px;
  border: 1px solid rgba(201, 169, 110, .35);
  border-radius: 2px;
  pointer-events: none;
}
.apply-panel h2 { font-family: var(--font-serif); font-size: clamp(24px, 3vw, 32px); letter-spacing: .2em; }
.apply-panel h2 b { color: var(--gold-2); }
.apply-panel p { margin-top: 14px; color: rgba(236, 228, 210, .75); font-size: 15px; }
.apply-panel .apply-tel {
  margin-top: 30px;
  font-family: var(--font-num);
  font-size: clamp(34px, 5vw, 48px);
  letter-spacing: .06em;
  color: var(--gold-2);
  display: inline-block;
  border-bottom: 1px dashed rgba(201,169,110,.5);
  padding-bottom: 6px;
  transition: color .2s;
}
.apply-panel .apply-tel:hover { color: #f2ead9; }
.apply-panel .apply-sub { margin-top: 18px; font-size: 13px; letter-spacing: .3em; color: rgba(236,228,210,.6); }

/* ============================================================
   联系页
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 40px 44px;
  box-shadow: var(--shadow);
}
.contact-card h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  letter-spacing: .14em;
  color: var(--ink);
  display: flex; align-items: center; gap: 14px;
}
.contact-card h3::before { content: ""; width: 20px; height: 2px; background: var(--cinnabar); }
.contact-list { margin-top: 26px; }
.contact-list li { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px dashed var(--line); }
.contact-list li:last-child { border-bottom: none; }
.contact-list .k { flex: 0 0 88px; font-size: 14px; letter-spacing: .2em; color: var(--gold); }
.contact-list .v { font-size: 15px; color: var(--text); }
.contact-list .v .tel { font-family: var(--font-num); font-size: 26px; color: var(--cinnabar); letter-spacing: .04em; }
.contact-list .v .hint { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }

.contact-tip {
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 30px;
  letter-spacing: .06em;
}

/* ============================================================
   页脚
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(236, 228, 210, .78);
  margin-top: 0;
}
.footer-main {
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 24px 40px;
  display: grid;
  grid-template-columns: 1.3fr .8fr 1fr;
  gap: 56px;
}
.footer-main h4 {
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: .24em;
  color: #f2ead9;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}
.footer-main h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--cinnabar); }
.footer-main p { font-size: 13.5px; line-height: 2.1; color: rgba(236, 228, 210, .65); }
.footer-main .f-brand { font-family: var(--font-serif); font-size: 22px; letter-spacing: .14em; color: #f2ead9; }
.footer-main .f-brand small { display: block; font-family: var(--font-sans); font-size: 10px; letter-spacing: .34em; color: var(--gold-2); margin-top: 8px; }
.footer-links li { padding: 5px 0; }
.footer-links a { font-size: 14px; color: rgba(236, 228, 210, .72); letter-spacing: .1em; transition: color .2s, padding-left .2s; }
.footer-links a:hover { color: var(--gold-2); padding-left: 6px; }
.footer-contact li { padding: 6px 0; font-size: 14px; letter-spacing: .06em; }
.footer-contact .tel { font-family: var(--font-num); font-size: 22px; color: var(--gold-2); letter-spacing: .05em; }
.footer-contact a:hover { color: var(--gold-2); }

.footer-bottom {
  border-top: 1px solid rgba(201, 169, 110, .22);
  padding: 22px 24px;
  text-align: center;
  font-size: 12.5px;
  letter-spacing: .1em;
  color: rgba(236, 228, 210, .55);
}
.footer-bottom a { color: rgba(236, 228, 210, .7); }
.footer-bottom a:hover { color: var(--gold-2); }
.footer-bottom .sep { margin: 0 10px; color: rgba(236, 228, 210, .3); }

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; padding: 72px 24px 90px; gap: 48px; }
  .hero-art { display: none; }
  .brand-split { grid-template-columns: 1fr; gap: 44px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .recruit-panel { grid-template-columns: 1fr; gap: 36px; padding: 44px 36px; }
  .hygiene-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 44px; }
  .recruit-sec { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-strip .container { grid-template-columns: 1fr; }
  .strip-item { border-left: none; border-top: 1px solid var(--line); padding: 22px 8px; }
  .strip-item:first-child { border-top: none; }
}

@media (max-width: 720px) {
  :root { --header-h: 66px; }
  .section { padding: 64px 0; }

  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: var(--header-h); left: 0; right: 0;
    background: var(--card);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
  }
  .main-nav ul { flex-direction: column; padding: 10px 24px 20px; gap: 0; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .main-nav a.active { border-color: transparent; }
  .nav-open .main-nav { max-height: 340px; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: auto; }
  .hero h1 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .hygiene-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .recruit-panel { padding: 36px 24px; }
  .recruit-card .rc-body, .recruit-card .rc-head { padding-left: 24px; padding-right: 24px; }
  .apply-panel { padding: 44px 24px; }
  .contact-card { padding: 30px 26px; }
  .contact-strip .container { padding: 30px 26px; }
  .contact-strip .cs-tel { text-align: left; }
  .brand-name .cn { font-size: 19px; }
  .page-hero { padding: 60px 0 56px; }
}

/* 减弱动效 */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-art .ring { animation: none; }
  * { transition-duration: .01ms !important; }
}
