:root {
  --black: #0b0807;
  --black-2: #15100d;
  --cream: #fff6e7;
  --cream-soft: #dac8ad;
  --gold: #d8b35e;
  --red: #b8231d;
  --red-soft: #e06b4f;
  --jade: #244d42;
  --line: rgba(255, 246, 231, 0.16);
  --line-gold: rgba(216, 179, 94, 0.48);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --serif: Georgia, "Times New Roman", "Songti SC", "STSong", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.modal-open,
body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

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

.shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 246, 231, 0.1);
  background: rgba(10, 7, 6, 0.82);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-group {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border: 1px solid rgba(216, 179, 94, 0.42);
  background: linear-gradient(135deg, rgba(255, 246, 231, 0.08), rgba(255, 246, 231, 0.02)), #130d0a;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.brand-symbol::before,
.brand-symbol::after {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  width: 3px;
  border-radius: 99px;
  background: rgba(229, 211, 184, 0.72);
}

.brand-symbol::before {
  left: 10px;
  box-shadow: 5px 0 0 rgba(229, 211, 184, 0.72);
}

.brand-symbol::after {
  right: 10px;
}

.plate {
  width: 27px;
  height: 27px;
  border: 2px solid #d3a89a;
  border-radius: 50%;
  background: radial-gradient(circle, #cfa092 0 46%, transparent 48%);
}

.brand-wordmark {
  display: grid;
  gap: 4px;
}

.brand-en {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.brand-cn {
  display: inline-flex;
  align-items: center;
  min-height: 37px;
  padding: 0 14px;
  border: 1px solid rgba(216, 179, 94, 0.5);
  background: linear-gradient(135deg, rgba(168, 18, 24, 0.18), rgba(36, 77, 66, 0.12)), #130d0a;
  color: var(--red-soft);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", var(--serif);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 246, 231, 0.05), 0 12px 28px rgba(0, 0, 0, 0.22);
}

.brand-phones {
  display: grid;
  gap: 5px;
  padding-left: 14px;
  border-left: 1px solid rgba(216, 179, 94, 0.28);
  color: rgba(255, 246, 231, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-phones strong {
  color: #d5b36e;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 246, 231, 0.84);
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: var(--gold);
}

.order-pill,
.btn,
.small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.order-pill {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--red), #cf3c27);
  box-shadow: 0 14px 34px rgba(168, 18, 24, 0.32);
  font-size: 14px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 246, 231, 0.06);
  color: var(--cream);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 900px;
  display: grid;
  align-items: center;
  padding: 142px 0 92px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(10, 7, 6, 0.94) 0%, rgba(10, 7, 6, 0.72) 46%, rgba(10, 7, 6, 0.2) 100%), linear-gradient(180deg, rgba(10, 7, 6, 0.2), rgba(10, 7, 6, 0.98) 94%), url("hero-banquet.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, rgba(10, 7, 6, 0), var(--black));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(360px, 1fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero-title {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: 0;
}

.hero-title .cn {
  display: block;
  margin-top: 13px;
  color: var(--gold);
  font-size: 0.42em;
  letter-spacing: 0.08em;
}

.hero-copy {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(255, 246, 231, 0.78);
  font-size: 18px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.btn {
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  white-space: nowrap;
}

.btn-primary {
  color: var(--cream);
  background: linear-gradient(135deg, var(--red), #ca3824);
  border-color: rgba(255, 246, 231, 0.14);
  box-shadow: 0 20px 44px rgba(168, 18, 24, 0.32);
}

.btn-ghost {
  color: var(--cream);
  background: rgba(255, 246, 231, 0.08);
  border-color: rgba(255, 246, 231, 0.22);
  backdrop-filter: blur(14px);
}

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

.note {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--cream);
  font-size: 14px;
}

.note span {
  display: block;
  color: rgba(255, 246, 231, 0.62);
  font-size: 12px;
  line-height: 1.55;
}

.hero-gallery {
  position: relative;
  min-height: 610px;
}

.hero-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 246, 231, 0.18);
  background: rgba(255, 246, 231, 0.05);
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 7, 6, 0) 42%, rgba(10, 7, 6, 0.78));
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card.large {
  right: 0;
  top: 24px;
  width: min(450px, 86%);
  height: 520px;
}

.hero-card.small {
  left: 0;
  bottom: 38px;
  width: 250px;
  height: 320px;
}

.hero-card.wide {
  left: 90px;
  top: 0;
  width: 270px;
  height: 185px;
}

.card-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  color: var(--cream);
}

.card-label strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.floating-open {
  position: absolute;
  right: 38px;
  bottom: 18px;
  z-index: 4;
  width: 176px;
  padding: 20px;
  border: 1px solid var(--line-gold);
  background: rgba(10, 7, 6, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.floating-open small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-open strong {
  display: block;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
}

.intro-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -34px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 246, 231, 0.08), rgba(255, 246, 231, 0.03));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.intro-item {
  padding: 28px;
  border-right: 1px solid var(--line);
}

.intro-item:last-child {
  border-right: 0;
}

.intro-item small,
.menu-card small,
.location-card small {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-item small {
  margin-bottom: 10px;
}

.intro-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.intro-item span {
  color: rgba(255, 246, 231, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.section {
  padding: 92px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.section-title h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.02;
}

.section-title p {
  max-width: 590px;
  margin: 16px 0 0;
  color: rgba(255, 246, 231, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.small-btn {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  font-size: 13px;
  white-space: nowrap;
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.menu-card {
  position: relative;
  min-height: 252px;
  overflow: hidden;
  border: 1px solid rgba(255, 246, 231, 0.13);
  background: var(--black-2);
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 7, 6, 0.06), rgba(10, 7, 6, 0.84));
}

.menu-card img {
  width: 100%;
  height: 100%;
  min-height: 252px;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 420ms ease, opacity 420ms ease;
}

.menu-card:hover img {
  transform: scale(1.06);
  opacity: 0.95;
}

.menu-card-text {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.menu-card small {
  margin-bottom: 9px;
}

.menu-card strong {
  display: block;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  gap: 54px;
  align-items: center;
}

.feature-photo {
  overflow: hidden;
  min-height: 620px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.feature-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.feature-copy h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
}

.feature-copy p {
  margin: 22px 0 0;
  color: rgba(255, 246, 231, 0.7);
  font-size: 16px;
  line-height: 1.85;
}

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

.location-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(36, 77, 66, 0.28), rgba(168, 18, 24, 0.1)), rgba(255, 246, 231, 0.04);
}

.location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background: url("hero-banquet.png") center / cover no-repeat;
}

.location-card > * {
  position: relative;
  z-index: 1;
}

.location-card small {
  margin-bottom: 18px;
}

.location-card h3 {
  margin: 0 0 18px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
}

.location-card p {
  margin: 0;
  max-width: 390px;
  color: rgba(255, 246, 231, 0.74);
  line-height: 1.8;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.site-footer {
  padding: 42px 0 54px;
  border-top: 1px solid var(--line);
  color: rgba(255, 246, 231, 0.58);
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.modal-card {
  position: relative;
  width: min(520px, 100%);
  padding: 34px;
  border: 1px solid var(--line-gold);
  background: linear-gradient(145deg, #fff7e8, #f0dec0);
  color: #231711;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(35, 23, 17, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  color: #231711;
  cursor: pointer;
}

.modal-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

.modal-card p {
  margin: 14px 0 0;
  color: rgba(35, 23, 17, 0.72);
  line-height: 1.75;
}

.qr-wrap {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 24px;
}

.qr-wrap img {
  width: 170px;
  border: 1px solid rgba(35, 23, 17, 0.18);
  background: #fff7e8;
}

.contact-lines {
  display: grid;
  gap: 10px;
  color: #2b1b12;
  font-weight: 800;
}

.contact-lines span {
  display: block;
  color: #75543b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-switch {
  color: var(--gold);
}

.mobile-page {
  background: #090706;
}

.mobile-frame {
  width: min(430px, 100%);
  margin: 0 auto;
  min-height: 100vh;
  background: var(--black);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.35);
}

.mobile-page .shell {
  width: calc(100% - 32px);
}

.mobile-page .site-header {
  position: sticky;
}

.mobile-page .header-inner {
  min-height: 86px;
}

.mobile-page .brand-symbol {
  display: none;
}

.mobile-page .brand-cn {
  min-height: 30px;
  padding: 0 9px;
  font-size: 19px;
  letter-spacing: 0.04em;
}

.mobile-page .brand-phones {
  padding-left: 8px;
  font-size: 9px;
}

.mobile-page .desktop-nav {
  position: fixed;
  top: 86px;
  left: 50%;
  bottom: 0;
  width: min(430px, 100%);
  display: block;
  padding: 18px 16px 32px;
  background: rgba(10, 7, 6, 0.98);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -10px);
  transition: 180ms ease;
}

.mobile-page.nav-open .desktop-nav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.mobile-page .desktop-nav a {
  width: 100%;
  min-height: 54px;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}

.mobile-page .order-pill {
  display: none;
}

.mobile-page .menu-toggle {
  display: block;
}

.mobile-page .hero {
  min-height: auto;
  padding: 72px 0 52px;
}

.mobile-page .hero::before {
  background: linear-gradient(180deg, rgba(10, 7, 6, 0.72), rgba(10, 7, 6, 0.96) 72%), url("hero-banquet.png") center / cover no-repeat;
}

.mobile-page .hero-grid {
  display: block;
}

.mobile-page .eyebrow {
  gap: 9px;
  font-size: 11px;
}

.mobile-page .eyebrow::before,
.mobile-page .eyebrow::after {
  width: 20px;
}

.mobile-page .hero-title {
  font-size: clamp(54px, 18vw, 78px);
}

.mobile-page .hero-copy {
  font-size: 16px;
}

.mobile-page .hero-actions {
  display: grid;
}

.mobile-page .btn {
  width: 100%;
  min-height: 64px;
}

.mobile-page .hero-notes {
  grid-template-columns: 1fr;
  margin-top: 38px;
}

.mobile-page .hero-gallery {
  min-height: auto;
  margin-top: 44px;
}

.mobile-page .hero-card.large {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 430px;
}

.mobile-page .hero-card.small,
.mobile-page .hero-card.wide {
  display: none;
}

.mobile-page .floating-open {
  right: 18px;
  bottom: 18px;
  width: 150px;
  padding: 16px;
}

.mobile-page .intro-grid,
.mobile-page .menu-cards,
.mobile-page .feature-layout,
.mobile-page .locations {
  grid-template-columns: 1fr;
}

.mobile-page .intro-grid {
  margin-top: 0;
}

.mobile-page .intro-item {
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.mobile-page .section {
  padding: 70px 0;
}

.mobile-page .section-head {
  display: block;
}

.mobile-page .small-btn {
  margin-top: 22px;
}

.mobile-page .feature-photo,
.mobile-page .feature-photo img {
  min-height: 430px;
}

.mobile-page .footer-inner {
  display: block;
}

.mobile-page .footer-links {
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 1100px) {
  body:not(.mobile-page) .brand-phones {
    display: none;
  }

  body:not(.mobile-page) .hero-grid {
    grid-template-columns: 1fr;
  }

  body:not(.mobile-page) .menu-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body:not(.mobile-page) .feature-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body:not(.mobile-page) .desktop-nav,
  body:not(.mobile-page) .order-pill {
    display: none;
  }

  body:not(.mobile-page) .menu-toggle {
    display: block;
  }

  .qr-wrap {
    grid-template-columns: 1fr;
  }
}

.mobile-skin {
  background: #050403;
}

.mobile-skin .mobile-frame {
  width: min(520px, 100%);
  background:
    radial-gradient(circle at 70% 10%, rgba(151, 83, 34, 0.18), transparent 22rem),
    #060403;
}

.skin-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(214, 169, 73, 0.24);
  background: rgba(6, 4, 3, 0.86);
  backdrop-filter: blur(18px);
}

.skin-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  width: calc(100% - 28px);
  margin: 0 auto;
}

.skin-lockup {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
}

.skin-seal {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(214, 169, 73, 0.9);
  color: #f0775e;
  background: rgba(12, 8, 6, 0.72);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", var(--serif);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(255, 238, 200, 0.06);
}

.skin-seal::before,
.skin-seal::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(214, 169, 73, 0.42);
  pointer-events: none;
}

.skin-seal::after {
  inset: -4px;
  border-color: transparent;
  background:
    linear-gradient(var(--gold), var(--gold)) left top / 12px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) left top / 1px 12px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right top / 12px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right top / 1px 12px no-repeat,
    linear-gradient(var(--gold), var(--gold)) left bottom / 12px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) left bottom / 1px 12px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right bottom / 12px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right bottom / 1px 12px no-repeat;
}

.skin-name {
  display: grid;
  min-width: 0;
  padding-right: 12px;
  border-right: 1px solid rgba(214, 169, 73, 0.42);
}

.skin-name span {
  color: #fff8ec;
  font-family: var(--serif);
  font-size: clamp(31px, 8.8vw, 46px);
  line-height: 1;
  white-space: nowrap;
}

.skin-name strong {
  margin-top: 5px;
  color: var(--gold);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", var(--serif);
  font-size: clamp(20px, 5vw, 28px);
  line-height: 1.05;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.skin-phones {
  grid-column: 1 / 2;
  display: grid;
  gap: 6px;
  padding-left: 75px;
  color: rgba(255, 246, 231, 0.86);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.skin-phones span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.skin-phones svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
}

.skin-phones strong {
  color: var(--gold);
  text-transform: uppercase;
}

.skin-menu-toggle {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  justify-self: end;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-color: rgba(214, 169, 73, 0.82);
  background: rgba(10, 7, 6, 0.42);
  color: var(--gold);
}

.mobile-skin .desktop-nav {
  top: 92px;
  z-index: 38;
  border-top: 1px solid rgba(214, 169, 73, 0.16);
}

.skin-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 92px);
  padding: 54px 0 24px;
  background:
    linear-gradient(90deg, rgba(6, 4, 3, 0.96) 0%, rgba(6, 4, 3, 0.84) 42%, rgba(6, 4, 3, 0.16) 100%),
    linear-gradient(180deg, rgba(6, 4, 3, 0.1), #060403 72%),
    url("hero-banquet.png") 55% top / auto 640px no-repeat;
}

.skin-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 12%, transparent 0 12rem, rgba(6, 4, 3, 0.12) 16rem),
    linear-gradient(180deg, rgba(6, 4, 3, 0) 0 45%, #060403 74%);
}

.skin-inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 34px);
  margin: 0 auto;
}

.skin-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gold);
  font-size: clamp(12px, 3.1vw, 15px);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.skin-eyebrow span {
  width: 48px;
  height: 1px;
  background: var(--gold);
}

.skin-eyebrow span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: -2px auto 0;
  background: var(--gold);
  transform: rotate(45deg);
}

.skin-title {
  margin: 30px 0 0;
  color: #fff8ec;
  font-family: var(--serif);
  font-size: clamp(70px, 18vw, 104px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.skin-subtitle {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
}

.skin-subtitle span {
  color: var(--gold);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", var(--serif);
  font-size: clamp(37px, 9.5vw, 54px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.skin-subtitle span::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 16px;
  background: var(--gold);
}

.skin-subtitle i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #e52520;
  color: #e52520;
  font-family: "Songti SC", "STSong", serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
}

.skin-copy {
  max-width: 92%;
  margin: 25px 0 0;
  color: rgba(255, 246, 231, 0.9);
  font-size: clamp(18px, 4.5vw, 24px);
  line-height: 1.58;
}

.skin-actions {
  display: grid;
  gap: 12px;
  margin-top: 31px;
}

.skin-action {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
  min-height: 75px;
  padding: 0 23px;
  border: 1px solid rgba(214, 169, 73, 0.92);
  border-radius: 18px;
  background: rgba(14, 9, 7, 0.68);
  color: #fff7e8;
  box-shadow: inset 0 0 0 1px rgba(255, 246, 231, 0.04), 0 16px 32px rgba(0, 0, 0, 0.28);
}

.skin-action.primary {
  background: linear-gradient(135deg, #ad1118, #bf2420 52%, #961216);
}

.skin-action svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skin-action strong {
  color: #fff7e8;
  font-family: "Songti SC", "STSong", var(--serif);
  font-size: clamp(23px, 6vw, 31px);
  line-height: 1;
  white-space: nowrap;
}

.skin-action em {
  margin-left: 4px;
  font-family: var(--serif);
  font-style: normal;
  font-weight: 500;
}

.skin-action > span {
  color: var(--gold);
  font-size: 38px;
  line-height: 1;
}

.skin-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.skin-info-card {
  min-height: 168px;
  padding: 18px 15px;
  border: 1px solid rgba(214, 169, 73, 0.46);
  border-radius: 16px;
  background: rgba(12, 8, 6, 0.72);
  color: rgba(255, 246, 231, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 246, 231, 0.03);
}

.skin-info-card svg {
  width: 47px;
  height: 47px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skin-info-card strong {
  display: block;
  margin-top: 12px;
  color: #fff7e8;
  font-size: clamp(16px, 4vw, 21px);
  line-height: 1.1;
  white-space: nowrap;
}

.skin-info-card em {
  margin-left: 3px;
  font-style: normal;
  font-weight: 600;
}

.skin-info-card > span {
  display: block;
  width: 31px;
  height: 2px;
  margin: 12px 0;
  background: #e52520;
}

.skin-info-card p {
  margin: 0;
  font-size: clamp(13px, 3.3vw, 16px);
  line-height: 1.36;
}

.skin-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(128px, 0.85fr);
  gap: 0;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(214, 169, 73, 0.92);
  border-radius: 18px;
  background: rgba(12, 8, 6, 0.72);
}

.skin-yumcha {
  position: relative;
  min-height: 290px;
  overflow: hidden;
}

.skin-yumcha::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, transparent, rgba(6, 4, 3, 0.78));
}

.skin-yumcha img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.skin-yumcha span,
.skin-yumcha small {
  position: absolute;
  z-index: 2;
  left: 24px;
}

.skin-yumcha span {
  bottom: 44px;
  color: var(--gold);
  font-family: "Snell Roundhand", "Brush Script MT", var(--serif);
  font-size: clamp(37px, 10vw, 53px);
  line-height: 1;
}

.skin-yumcha small {
  bottom: 20px;
  color: #f2d19a;
  font-family: "Songti SC", "STSong", var(--serif);
  font-size: 16px;
  letter-spacing: 0.12em;
}

.skin-hours {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 290px;
  padding: 16px;
  border-left: 1px solid rgba(214, 169, 73, 0.62);
  color: #fff7e8;
  text-align: center;
  background: linear-gradient(145deg, rgba(255, 246, 231, 0.08), rgba(255, 246, 231, 0.02));
}

.skin-hours .flower {
  color: var(--gold);
  font-size: 26px;
}

.skin-hours strong {
  margin-top: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.skin-hours b {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(30px, 7.8vw, 43px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.skin-hours i {
  display: block;
  width: 82%;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, transparent, rgba(214, 169, 73, 0.72), transparent);
}

.skin-hours em {
  margin-top: 17px;
  color: var(--gold);
  font-size: 22px;
  font-style: normal;
  letter-spacing: 0.18em;
  opacity: 0.78;
}

.skin-tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 24px 0 8px;
  color: #c58f43;
  font-family: "Songti SC", "STSong", var(--serif);
  font-size: clamp(13px, 3.6vw, 18px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.skin-tagline span {
  width: 1px;
  height: 20px;
  background: rgba(214, 169, 73, 0.55);
}

@media (max-width: 420px) {
  .skin-header-inner {
    width: calc(100% - 22px);
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  .skin-lockup {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
  }

  .skin-seal {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .skin-phones {
    padding-left: 60px;
    font-size: 11px;
  }

  .skin-menu-toggle {
    width: 52px;
    height: 52px;
  }

  .skin-inner {
    width: calc(100% - 28px);
  }

  .skin-info-grid {
    gap: 7px;
  }

  .skin-info-card {
    padding: 15px 11px;
  }

  .skin-feature {
    grid-template-columns: 1fr;
  }

  .skin-hours {
    border-left: 0;
    border-top: 1px solid rgba(214, 169, 73, 0.62);
  }
}
