@font-face {
      font-family: "GEM-CJK-Punctuation";
      src: local("SimSun"), local("Songti SC"), local("Microsoft YaHei"), local("PingFang SC"), local("Noto Sans SC");
      unicode-range: U+3001, U+3002, U+FF0C, U+FF0E, U+FF1A, U+FF1B, U+FF01, U+FF1F, U+300C-3011, U+FF08-FF09;
    }
    :root {
      --bg: #f6f2ea;
      --bg-2: #fcfaf6;
      --card: #ffffff;
      --text: #25211e;
      --muted: #6f675f;
      --primary: #3d342e;
      --primary-dark: #27221f;
      --accent: #9a6846;
      --line: #ded4ca;
      --shadow: 0 10px 26px rgba(37, 33, 30, 0.08);
      --radius: 17px;
      --max: 1280px;
      --font-main: "GEM-CJK-Punctuation", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
      --font-en: "Inter", "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
      --font-display: "GEM-CJK-Punctuation", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font-main);
      background:
        radial-gradient(circle at top left, rgba(255,255,255,.86), transparent 360px),
        radial-gradient(circle at 86% 8%, rgba(154,104,70,.08), transparent 420px),
        linear-gradient(180deg, #f6f2ea 0%, #fcfaf6 56%, #ffffff 100%);
      color: var(--text);
      line-height: 1.6;
    }

    html[lang="en"] body { font-family: var(--font-en); }
    h1, h2, h3, .brand strong, .btn, .lang-toggle { font-family: var(--font-display); }
    html[lang="en"] h1,
    html[lang="en"] h2,
    html[lang="en"] h3,
    html[lang="en"] .brand strong,
    html[lang="en"] .btn,
    html[lang="en"] .lang-toggle { font-family: var(--font-en); }
    button, input, textarea, select { font: inherit; }
    a { color: inherit; text-decoration: none; }
    img { width: 100%; height: 100%; display: block; object-fit: cover; }
    .container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
    h1, h2, h3, p, a, button, span, strong, .profile-desc, .gallery-note { overflow-wrap: anywhere; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(246, 242, 234, 0.94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--line);
    }

    .nav {
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
    .brand-mark {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: #3d342e;
      color: #fff;
      font-weight: 900;
      letter-spacing: -0.04em;
    }
    .brand strong { display: block; font-size: 17px; line-height: 1.1; color: #25211e; }
    .brand span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }

    .nav-links { display: flex; align-items: center; gap: 24px; color: #5f554d; font-size: 14px; white-space: nowrap; }
    .nav-links a:hover { color: var(--primary); }

    .nav-actions { display: flex; align-items: center; gap: 10px; min-width: 0; }
    .btn, .lang-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 16px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 14px;
      cursor: pointer;
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .btn-primary { color: #fff; background: #7b543d; }
    .lang-toggle { color: #4a3b32; background: #fff; border-color: var(--line); }
    .nav-mobile-booking { display: none; }

    .hero { padding: 42px 0 22px; }
    .hero-inner {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: end;
      gap: 28px;
      border-bottom: 1px solid var(--line);
      padding-bottom: 26px;
    }
    .eyebrow {
      color: var(--accent);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    h1 {
      font-size: clamp(34px, 5vw, 60px);
      line-height: 1.05;
      letter-spacing: -0.055em;
      margin-bottom: 13px;
    }
    html[lang="en"] h1 {
      font-size: clamp(32px, 4.2vw, 52px);
      letter-spacing: -0.04em;
    }
    .hero p { max-width: 790px; color: #655c54; font-size: 16.5px; }

    .trust-bar {
      display: grid;
      grid-template-columns: repeat(2, max-content);
      justify-content: end;
      gap: 10px;
    }
    .trust-bar span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 12px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--line);
      color: #5f554d;
      font-size: 13px;
      font-weight: 800;
      box-shadow: 0 6px 16px rgba(37, 33, 30, 0.04);
    }
    .trust-bar span::before { content: "✓"; color: var(--accent); font-weight: 900; }

    .gallery-section { padding: 22px 0 42px; }
    .gallery-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 18px;
    }
    .gallery-top h2 { font-size: 24px; letter-spacing: -0.02em; }
    .gallery-note { color: var(--muted); font-size: 14px; }

    .trust-proof {
      margin-bottom: 14px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }
    .trust-proof-item {
      background: rgba(255,255,255,.84);
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 11px 12px;
      box-shadow: 0 8px 20px rgba(37, 33, 30, 0.045);
    }
    .trust-proof-item strong { display: block; color: var(--primary); font-size: 12.5px; margin-bottom: 2px; }
    .trust-proof-item span { display: block; color: var(--muted); font-size: 11.5px; line-height: 1.42; }

    .gallery-disclaimer {
      margin: 0 0 18px;
      padding: 12px 14px;
      border-radius: 14px;
      background: rgba(255,255,255,.78);
      border: 1px solid var(--line);
      color: #655c54;
      font-size: 12.5px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .gallery-disclaimer::before {
      content: "i";
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
      border-radius: 99px;
      display: grid;
      place-items: center;
      background: var(--primary);
      color: #fff;
      font-size: 11px;
      font-weight: 900;
    }

    .profile-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 14px;
    }
    .profile-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: transform .18s ease, box-shadow .18s ease;
      cursor: pointer;
    }
    .profile-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(37, 33, 30, 0.12); }
    .profile-card:hover .click-hint { opacity: 1; transform: translate(-50%, 0); }
    .profile-card:hover img { transform: scale(1.025); }
    .profile-card img { transition: transform .22s ease; }

    .photo-wrap {
      position: relative;
      aspect-ratio: 3 / 4;
      background: #efe2c4;
      overflow: hidden;
    }
    .profile-number {
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 2;
      min-width: 50px;
      height: 26px;
      padding: 0 8px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.9);
      color: var(--primary);
      font-size: 11px;
      font-weight: 900;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.75);
    }
    .click-hint {
      position: absolute;
      left: 50%;
      bottom: 12px;
      z-index: 2;
      transform: translate(-50%, 8px);
      opacity: 0;
      min-width: 86px;
      height: 30px;
      padding: 0 12px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,.94);
      color: #3d342e;
      font-size: 12px;
      font-weight: 900;
      box-shadow: 0 10px 22px rgba(37, 33, 30, .16);
      transition: opacity .18s ease, transform .18s ease;
      pointer-events: none;
    }
    .status-pill {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 2;
      height: 26px;
      padding: 0 8px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(61, 52, 46, .92);
      color: #fff;
      font-size: 11px;
      font-weight: 900;
    }
    .profile-body { padding: 10px 11px 11px; }
    .profile-name-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 4px; }
    .profile-name { font-size: 14px; font-weight: 900; color: var(--text); }
    .profile-tag { color: var(--accent); font-size: 11px; font-weight: 900; white-space: nowrap; }
    .profile-desc { color: var(--muted); font-size: 12px; }
    .ask-link {
      margin-top: 8px;
      display: inline-flex;
      color: var(--primary);
      font-size: 11.5px;
      font-weight: 900;
    }
    .availability {
      margin-top: 7px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #5d554d;
      font-size: 11.5px;
      font-weight: 900;
    }
    .availability::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      display: inline-block;
      box-shadow: 0 0 0 3px rgba(0,0,0,.035);
    }
    .availability.available::before { background: #2f9e62; }
    .availability.offline { color: #8b654a; }
    .availability.offline::before { background: #c27a44; }
    .offline-card img { filter: saturate(.86) contrast(.96); }
    .offline-card .ask-link-muted { color: #9b8778; }

    .locked-panel-full { grid-column: 1 / -1; }

    .locked-panel {
      display: grid;
      place-items: center;
      min-height: 390px;
      padding: 44px 26px;
      border-radius: 26px;
      background:
        radial-gradient(circle at top, rgba(123,84,61,.08), transparent 280px),
        rgba(255,255,255,.9);
      border: 1px solid var(--line);
      box-shadow: 0 16px 36px rgba(37, 33, 30, 0.08);
      text-align: center;
    }
    .locked-icon {
      width: 64px;
      height: 64px;
      border-radius: 22px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #3d342e 0%, #7b543d 100%);
      color: #fff;
      font-size: 28px;
      margin: 0 auto 18px;
      box-shadow: 0 12px 24px rgba(61,52,46,.18);
    }
    .locked-panel h3 {
      font-size: clamp(24px, 3vw, 34px);
      letter-spacing: -0.035em;
      margin-bottom: 10px;
      color: var(--primary);
    }
    .locked-panel p {
      max-width: 720px;
      color: var(--muted);
      font-size: 15.5px;
      line-height: 1.85;
      margin-bottom: 20px;
    }
    .locked-panel a {
      display: inline-flex;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      border-radius: 999px;
      background: #7b543d;
      color: #fff;
      font-weight: 900;
      font-size: 14px;
    }

    .pagination {
      margin-top: 24px;
      display: grid;
      grid-template-columns: auto minmax(240px, 420px) auto;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    .page-btn {
      min-width: 108px;
      min-height: 44px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: #fff;
      color: #4a3b32;
      font-weight: 900;
      cursor: pointer;
      padding: 10px 16px;
      box-shadow: 0 8px 20px rgba(37, 33, 30, 0.05);
    }
    .page-btn:hover:not(:disabled) {
      background: #f7f3ee;
    }
    .page-btn:disabled {
      opacity: .42;
      cursor: not-allowed;
      box-shadow: none;
    }
    .page-status {
      min-height: 50px;
      padding: 9px 20px;
      border-radius: 999px;
      background: rgba(255,255,255,.86);
      border: 1px solid var(--line);
      text-align: center;
      box-shadow: 0 8px 20px rgba(37, 33, 30, 0.045);
    }
    .page-status strong {
      display: block;
      color: var(--primary);
      font-size: 14px;
      line-height: 1.25;
    }
    .page-status span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      margin-top: 2px;
    }

    .contact-panel {
      margin: 10px 0 56px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
      align-items: center;
      gap: 24px;
      padding: 28px;
      border-radius: 24px;
      background:
        linear-gradient(135deg, rgba(255,253,248,.96) 0%, rgba(247,236,213,.96) 100%);
      color: var(--text);
      border: 1px solid #ddc9a8;
      box-shadow: 0 18px 42px rgba(123, 84, 61, .13);
    }
    .contact-panel h2 { font-size: clamp(24px, 3vw, 34px); line-height: 1.18; margin-bottom: 8px; letter-spacing: -0.035em; }
    .contact-panel p { color: #6f675f; max-width: 680px; font-size: 15px; overflow-wrap: anywhere; }
    .contact-list { display: grid; gap: 8px; min-width: 0; }
    .contact-row {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 9px 12px;
      border-radius: 12px;
      background: rgba(255,255,255,.72);
      border: 1px solid #e5d5b9;
      font-size: 13px;
    }
    .contact-row span:first-child { color: #7a6d5f; }
    .contact-row span:last-child { font-weight: 900; text-align: right; color: #3d342e; }

    footer {
      padding: 26px 0 40px;
      color: rgba(255,255,255,.72);
      font-size: 13px;
      background: #2a2521;
      border-top: 1px solid rgba(255,255,255,.08);
    }
    .footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
    .footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
    .footer-links button, .footer-links a { border: 0; background: transparent; color: rgba(255,255,255,.82); font: inherit; cursor: pointer; }
    .footer-links button:hover, .footer-links a:hover { color: #fff; }

    .modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 100;
      background: rgba(23,32,51,.5);
      padding: 26px;
      overflow: auto;
    }
    .modal.active { display: grid; place-items: center; }
    .modal-card {
      width: min(760px, 100%);
      max-height: 88vh;
      overflow: auto;
      background: #fff;
      border-radius: 22px;
      padding: 28px;
      box-shadow: 0 25px 70px rgba(0,0,0,.22);
    }
    .modal-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
    .modal-top h2 { font-size: 26px; margin-bottom: 0; }
    .close-modal { border: 1px solid var(--line); background: #fff; border-radius: 999px; width: 38px; height: 38px; cursor: pointer; font-size: 20px; color: #344054; }
    .modal-body { color: #556070; font-size: 15px; }
    .modal-body p { margin-bottom: 12px; }
    .modal-profile-box {
      margin: 12px 0 16px;
      padding: 14px 15px;
      border-radius: 16px;
      background: #f7f3ee;
      border: 1px solid #e3d7cc;
    }
    .modal-profile-box strong { display: block; color: #3d342e; font-size: 17px; margin-bottom: 4px; }
    .modal-profile-box span { display: block; color: #6f675f; font-size: 13px; }
    .modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
    .modal-contact-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 15px;
      border-radius: 999px;
      background: #7b543d;
      color: #fff;
      font-weight: 900;
      font-size: 14px;
    }
    .modal-copy-note { color: #6f675f; font-size: 13px; margin-top: 10px; }

    @media (max-width: 1120px) {
      .profile-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .trust-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; align-items: start; }
      .trust-bar { justify-content: start; grid-template-columns: repeat(2, max-content); }
      .nav-links, .nav-btn { display: none; }
      .nav-mobile-booking { display: inline-flex; min-height: 38px; padding: 8px 13px; }
      .lang-toggle { min-height: 38px; padding: 8px 13px; }
    }
    @media (max-width: 899px) {
      .profile-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
    }
    @media (max-width: 760px) {
      .container { width: min(100% - 28px, var(--max)); }
      .nav { height: auto; padding: 14px 0; gap: 12px; }
      .brand { min-width: 0; }
      .brand span { display: none; }
      .brand strong { max-width: 176px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      html[lang="en"] .brand strong { max-width: 176px; font-size: 15px; }
      .hero { padding: 32px 0 18px; }
      .trust-bar { grid-template-columns: 1fr 1fr; }
      .trust-bar span { justify-content: center; }
      .gallery-top { display: block; }
      .gallery-note { margin-top: 6px; }
      .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
      .profile-body { padding: 10px; }
      .profile-name-row { display: block; }
      .pagination {
        grid-template-columns: 1fr;
      }
      .page-btn {
        width: 100%;
      }
      .contact-panel { grid-template-columns: 1fr; padding: 22px; }
      .contact-list { min-width: 0; }
      .contact-row { flex-direction: column; gap: 2px; }
      .contact-row span:last-child { text-align: left; }
    }
    @media (max-width: 440px) {
      .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
      .trust-bar, .trust-proof { grid-template-columns: 1fr; }
      .nav-actions { gap: 6px; }
      .nav-mobile-booking, .lang-toggle { min-height: 36px; padding: 7px 10px; font-size: 13px; }
      .brand-mark { width: 36px; height: 36px; border-radius: 11px; }
      .brand strong { max-width: 142px; font-size: 13px; }
      html[lang="en"] .brand strong { max-width: 142px; font-size: 13px; }
    }
