:root {
  --red: #8f1010;
  --red-dark: #5f0909;
  --red-deep: #320707;
  --cream: #fff7e8;
  --paper: #fffdf8;
  --gold: #d8a43d;
  --ink: #231714;
  --muted: #725f58;
  --line: rgba(71, 29, 20, 0.14);
  --shadow: 0 24px 60px rgba(62, 19, 14, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(95, 9, 9, 0.08);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(45, 16, 11, 0.09); background: rgba(255,253,248,.96); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 14px; background: var(--red); color: #fff6de; font: 700 24px Georgia, serif;
  box-shadow: 0 8px 20px rgba(143, 16, 16, .2);
}
.brand-copy { display: grid; line-height: 1.14; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.01em; }
.brand-copy small { color: var(--muted); font-size: .72rem; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .9rem; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--cream); cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 2px; background: var(--red-deep); margin: 5px auto; transition: .25s ease; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; background: radial-gradient(circle at 80% 20%, #fff0cf 0, transparent 28%), linear-gradient(135deg, #fffdf8 0%, #fff5e3 55%, #f7e6c4 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(143,16,16,.1); border-radius: 50%; right: -180px; top: 45px; }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(143,16,16,.08); border-radius: 50%; right: -80px; top: 145px; }
.hero-pattern { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(45deg, transparent 48%, rgba(143,16,16,.08) 49%, rgba(143,16,16,.08) 51%, transparent 52%); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent 35%, #000); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--red); font-weight: 800; font-size: .73rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #f9d78e; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7.7vw, 7.2rem); line-height: .88; letter-spacing: -.055em; margin: 26px 0 24px; max-width: 700px; }
.hero h1 span { color: var(--red); }
.hero-subtitle { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.3vw, 2.1rem); color: var(--red-dark); margin: 0 0 18px; }
.hero-detail { color: var(--muted); max-width: 570px; font-size: 1.02rem; margin: 0; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 12px 25px rgba(143,16,16,.2); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { border: 1px solid rgba(95,9,9,.3); color: var(--red-dark); background: rgba(255,255,255,.48); }
.btn-light { background: var(--cream); color: var(--red-deep); box-shadow: 0 12px 24px rgba(35,8,8,.16); }

.hero-visual { position: relative; height: 470px; }
.plate-card { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 295px; height: 295px; border-radius: 50%; background: radial-gradient(circle at 48% 45%, #fffdf6 0 46%, #f1dfbd 47% 50%, #fff8e8 51% 66%, #d7ad5a 67% 69%, #891111 70% 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 35px 70px rgba(87,25,16,.2); }
.plate-card::after { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 1px dashed rgba(143,16,16,.35); }
.plate-kicker { font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; }
.plate-card strong { font: 700 52px/1 Georgia, serif; margin: 10px 0 5px; color: var(--red-deep); }
.plate-card > span:last-child { color: var(--muted); font-weight: 700; }
.chopsticks { position: absolute; width: 230px; height: 5px; background: var(--red-deep); transform: rotate(-20deg); top: 58px; left: 76px; border-radius: 10px; box-shadow: 0 11px 0 var(--gold); transform-origin: center; }
.price-orbit { position: absolute; min-width: 152px; padding: 16px 18px; border-radius: 18px; background: rgba(255,253,248,.93); box-shadow: var(--shadow); border: 1px solid rgba(143,16,16,.08); display: grid; gap: 2px; }
.price-orbit span { font-size: .78rem; color: var(--muted); font-weight: 700; }
.price-orbit strong { font: 700 1.6rem Georgia, serif; color: var(--red); }
.price-a { top: 26px; right: 0; }
.price-b { bottom: 65px; right: -10px; }
.price-c { bottom: 28px; left: -18px; }

.quick-strip { background: var(--red-deep); color: #fff7e7; }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.quick-grid > div { padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.12); display: grid; gap: 3px; }
.quick-grid > div:last-child { border-right: 0; }
.quick-grid span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: #d9bfae; }
.quick-grid strong { font-size: 1.04rem; }

.menu-section { background: var(--paper); }
.section-heading { max-width: 670px; margin-bottom: 42px; }
.section-heading h2, .service-copy h2, .schedule-wrap h2, .contact-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.4vw, 4.5rem); line-height: 1; letter-spacing: -.04em; margin: 14px 0 14px; }
.section-heading p { color: var(--muted); margin: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.price-card { position: relative; min-height: 330px; padding: 34px; border-radius: 28px; border: 1px solid var(--line); background: #fff; overflow: hidden; box-shadow: 0 10px 34px rgba(62,19,14,.05); transition: transform .25s ease, box-shadow .25s ease; }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.price-card.featured { background: linear-gradient(155deg, var(--red) 0%, #6e0b0b 100%); color: #fff8ea; border-color: transparent; }
.card-number { position: absolute; top: 18px; right: 24px; font: 700 4rem/1 Georgia, serif; color: rgba(143,16,16,.07); }
.featured .card-number { color: rgba(255,255,255,.08); }
.bowl-icon { width: 62px; height: 34px; border-radius: 8px 8px 30px 30px; background: var(--cream); border: 2px solid var(--red); position: relative; margin-bottom: 38px; }
.featured .bowl-icon { border-color: #f4cf7a; background: rgba(255,255,255,.08); }
.bowl-icon::before { content: ""; position: absolute; width: 48px; height: 10px; border-radius: 50%; background: var(--red); left: 5px; top: -7px; }
.featured .bowl-icon::before { background: #f4cf7a; }
.bowl-icon::after { content: ""; position: absolute; width: 36px; height: 2px; background: currentColor; bottom: -8px; left: 11px; }
.price-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; margin: 0 0 6px; }
.price { font-size: 2.4rem; font-weight: 900; color: var(--red); margin-bottom: 42px; }
.featured .price { color: #f9d78e; }
.price small { font-size: .78rem; font-weight: 800; color: var(--muted); }
.featured .price small { color: #e9c9bd; }
.text-link { position: absolute; left: 34px; bottom: 30px; font-weight: 800; font-size: .9rem; color: var(--red-dark); }
.featured .text-link { color: #fff; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.service-section { background: linear-gradient(135deg, #541010, #8f1010 52%, #6e0b0b); color: #fff6e8; position: relative; overflow: hidden; }
.service-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); right: -100px; top: -170px; }
.service-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; position: relative; z-index: 2; }
.service-copy p { color: #edd5c8; max-width: 540px; margin: 0 0 30px; }
.service-card { padding: 38px; border-radius: 30px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(10px); }
.service-label { text-transform: uppercase; letter-spacing: .16em; color: #f1c96f; font-size: .72rem; font-weight: 800; }
.service-card > strong { display: block; font: 700 2rem/1.1 Georgia, serif; margin: 12px 0 26px; }
.time-row { display: flex; align-items: center; gap: 12px; font-weight: 900; font-size: 1.8rem; }
.time-row i { height: 1px; flex: 1; background: rgba(255,255,255,.35); }
.service-card small { display: block; margin-top: 24px; color: #e7c9b7; }

.schedule-section { background: #fff9ef; }
.schedule-wrap { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 52px 58px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 18px 45px rgba(62,19,14,.08); }
.schedule-wrap h2 { margin-bottom: 0; }
.schedule-time { display: flex; align-items: baseline; gap: 18px; color: var(--red); }
.schedule-time span { font: 700 clamp(2.5rem, 5vw, 4.5rem)/1 Georgia, serif; }
.schedule-time small { color: var(--muted); font-weight: 800; }

.contact-section { background: var(--paper); }
.contact-card { position: relative; overflow: hidden; border-radius: 34px; padding: 54px 58px; background: var(--red-deep); color: #fff5e5; display: flex; align-items: center; justify-content: space-between; gap: 50px; box-shadow: 0 24px 60px rgba(50,7,7,.2); }
.contact-card::after { content:"李"; position:absolute; right: 4%; top: 50%; transform: translateY(-50%); font: 700 12rem/1 Georgia, serif; color: rgba(255,255,255,.035); pointer-events: none; }
.contact-copy p { color: #dec5b9; margin: 0; }
.contact-actions { display: grid; gap: 18px; position: relative; z-index: 2; }
.phone-link { display: grid; }
.phone-link span { font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; color: #e2bba6; }
.phone-link strong { font-size: clamp(1.5rem,3vw,2.4rem); }

.site-footer { padding: 34px 0; background: #1f0a08; color: #e9d5c8; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 30px; align-items: center; }
.footer-grid > div { display: grid; gap: 3px; }
.footer-grid p { margin: 0; color: #bca79c; font-size: .9rem; }
.footer-grid span { color: #bca79c; font-size: .82rem; }

.floating-call { position: fixed; z-index: 60; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: white; box-shadow: 0 15px 30px rgba(95,9,9,.3); transition: transform .2s ease, background .2s ease; }
.floating-call:hover { transform: translateY(-3px) scale(1.03); background: var(--red-dark); }
.floating-call svg { width: 25px; height: 25px; fill: currentColor; }

.reveal { opacity: 1; transform: none; transition: transform .3s ease, box-shadow .3s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .section-pad { padding: 76px 0; }
  .hero { min-height: auto; padding-top: 90px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero h1 { margin-left: auto; margin-right: auto; }
  .hero-detail { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { height: 410px; max-width: 560px; width: 100%; margin: 0 auto; }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid > div:nth-child(2) { border-right: 0; }
  .quick-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 275px; }
  .service-grid { grid-template-columns: 1fr; gap: 44px; }
  .schedule-wrap { flex-direction: column; align-items: flex-start; }
  .contact-card { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { background: rgba(255,253,248,.96); }
  .nav-wrap { min-height: 68px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; font-size: 21px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; left: 14px; right: 14px; padding: 12px; border-radius: 18px; display: grid; gap: 2px; background: #fffdf8; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 12px 14px; border-radius: 11px; }
  .main-nav a:hover { background: var(--cream); }
  .main-nav a::after { display: none; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .section-pad { padding: 64px 0; }
  .hero { padding-top: 72px; }
  .hero h1 { font-size: clamp(3.3rem, 18vw, 5rem); }
  .hero-subtitle { font-size: 1.35rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-visual { height: 350px; }
  .plate-card { width: 230px; height: 230px; }
  .plate-card strong { font-size: 42px; }
  .chopsticks { width: 180px; top: 44px; left: 58px; }
  .price-orbit { min-width: 125px; padding: 12px 14px; border-radius: 15px; }
  .price-orbit strong { font-size: 1.25rem; }
  .price-a { top: 10px; right: 0; }
  .price-b { bottom: 38px; right: 0; }
  .price-c { bottom: 18px; left: 0; }

  .quick-grid > div { padding: 18px 12px; }
  .quick-grid strong { font-size: .94rem; }
  .price-card { padding: 28px; }
  .text-link { left: 28px; }
  .service-card { padding: 28px; }
  .schedule-wrap { padding: 32px 26px; border-radius: 24px; }
  .schedule-time { gap: 10px; flex-wrap: wrap; }
  .schedule-time span { font-size: 2.6rem; }
  .contact-card { padding: 36px 26px; border-radius: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (max-width: 420px) {
  .hero-visual { height: 315px; }
  .plate-card { width: 205px; height: 205px; }
  .plate-card strong { font-size: 37px; }
  .chopsticks { width: 150px; left: 52px; }
  .price-orbit { min-width: 112px; padding: 10px 12px; }
  .price-orbit span { font-size: .67rem; }
  .price-c { left: -3px; }
  .price-b { right: -3px; }
}
