/* Jade Garden — lacquer red, jade green, warm gold on deep charcoal */

:root {
  --jade: #2d8f7a;
  --jade-light: #3eb89e;
  --crimson: #b5212f;
  --crimson-dark: #8b1520;
  --gold: #d4af37;
  --gold-soft: #e8c96a;
  --bg: #12110f;
  --bg-alt: #1a1814;
  --surface: #1e1c18;
  --text: #f5f0e6;
  --text-muted: #b8aea0;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --size-hero: clamp(2.5rem, 6vw, 4.5rem);
  --size-h2: clamp(1.5rem, 3vw, 2.25rem);
  --radius: 6px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --focus: 3px solid var(--jade-light);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  padding-bottom: 5rem;
}

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

a {
  color: var(--jade-light);
  text-decoration-thickness: 2px;
}

a:hover { color: var(--gold-soft); }

.skip-link {
  position: absolute;
  left: -9999px;
  background: var(--crimson);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus { left: 0; }

.wrap {
  width: min(1100px, 100% - 2rem);
  margin-inline: auto;
}

/* Nav */
.site-nav {
  background: var(--surface);
  border-bottom: 2px solid var(--jade);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: var(--shadow);
}

.site-nav .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0;
}

.brand {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
}

.brand-jade { color: var(--jade-light); }

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.nav-links a.is-active,
.nav-links a:hover {
  color: var(--gold);
  border-color: var(--crimson);
}

.nav-call a {
  font-weight: 700;
  color: var(--gold);
  white-space: nowrap;
}

/* Hero */
.hero {
  padding: 3rem 0 2.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(45, 143, 122, 0.25), transparent),
    radial-gradient(ellipse 60% 50% at 90% 20%, rgba(181, 33, 47, 0.2), transparent),
    var(--bg-alt);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.hero--jade {
  background-image:
    linear-gradient(135deg, rgba(18, 17, 15, 0.92), rgba(18, 17, 15, 0.75)),
    url("photos/hero-general-tso.png");
  background-size: cover;
  background-position: center 30%;
}

.hero--compact { padding: 2rem 0; background: var(--bg-alt); }

.section-kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.hero h1,
.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.hero h1 { font-size: var(--size-hero); }

.section-title { font-size: var(--size-h2); color: var(--text); }

.tagline {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 38ch;
  margin: 0 0 1.5rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

.rating-stars {
  color: var(--gold);
  font-size: 1.25rem;
  margin: 0;
  letter-spacing: 0.1em;
}

.rating-stars .partial { opacity: 0.45; }

.rating-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
}

.rating-meta { display: block; font-size: 0.9rem; color: var(--text-muted); }

.hero-cta {
  display: inline-flex;
  flex-direction: column;
  padding: 0.85rem 1.5rem;
  background: var(--crimson);
  color: #fff !important;
  text-decoration: none;
  border-radius: var(--radius);
  box-shadow: 0 4px 0 var(--crimson-dark);
  transition: transform 0.15s, box-shadow 0.15s;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 var(--crimson-dark);
  color: #fff !important;
}

.hero-cta-label { font-size: 0.75rem; text-transform: uppercase; opacity: 0.9; }

.hero-cta-phone { font-size: 1.35rem; font-weight: 700; }

.signature-strip {
  height: 8px;
  background: repeating-linear-gradient(
    90deg,
    var(--jade) 0,
    var(--jade) 24px,
    var(--crimson) 24px,
    var(--crimson) 48px,
    var(--gold) 48px,
    var(--gold) 72px
  );
}

/* Signature dishes */
.signature-dishes,
.alt { padding: 2.5rem 0; }

.alt { background: var(--bg-alt); }

.sig-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.sig-card {
  background: var(--surface);
  border: 1px solid rgba(45, 143, 122, 0.35);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.sig-card h3 {
  font-family: var(--font-display);
  margin: 0 0 0.5rem;
  color: var(--jade-light);
}

.sig-card p { margin: 0; color: var(--text-muted); font-size: 0.95rem; }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.card-dish .photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.2);
  aspect-ratio: 4/3;
}

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

/* Call bar */
.call-bar {
  text-align: center;
  padding: 2rem;
  background: var(--surface);
  border: 1px solid var(--jade);
  border-radius: var(--radius);
}

.call-bar .label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.big-phone {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 1rem;
}

.big-phone a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.hours-pill {
  display: inline-block;
  margin: 0.25rem 0.5rem;
  padding: 0.35rem 0.85rem;
  background: var(--bg);
  border-radius: 999px;
  font-size: 0.9rem;
}

/* Reviews */
.review-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.review-card {
  background: var(--surface);
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--crimson);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.review-card blockquote { margin: 0 0 0.5rem; font-style: italic; }

.review-card cite { font-size: 0.9rem; color: var(--text-muted); }

/* Map */
.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--jade);
  aspect-ratio: 16/9;
}

.map-frame iframe { width: 100%; height: 100%; min-height: 280px; border: 0; }

/* Menu */
.menu-wrap { padding: 2rem 0 3rem; }

.menu-section { margin-bottom: 2rem; }

.menu-cat {
  font-family: var(--font-display);
  color: var(--gold);
  border-bottom: 2px solid var(--crimson);
  padding-bottom: 0.35rem;
  margin-bottom: 0.75rem;
}

.menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.menu-item-name { flex: 1; }

.menu-item-price {
  color: var(--jade-light);
  font-weight: 600;
  white-space: nowrap;
}

/* FAQ */
.faq-item {
  background: var(--surface);
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(45, 143, 122, 0.2);
}

.faq-item summary {
  font-weight: 600;
  cursor: pointer;
  color: var(--gold-soft);
}

/* Rhythm */
.rhythm-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 120px;
  padding: 1rem 0;
}

.rhythm-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.rhythm-bar-fill {
  width: 100%;
  max-width: 28px;
  background: linear-gradient(180deg, var(--jade-light), var(--jade));
  border-radius: 4px 4px 0 0;
}

.rhythm-bar-label {
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 48px;
}

.fine-print {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.cta-primary {
  display: inline-block;
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding: 0.65rem 1.25rem;
  background: var(--jade);
  color: #fff !important;
  font-weight: 600;
  border-radius: var(--radius);
  text-decoration: none;
}

.cta-primary:hover { background: var(--jade-light); color: #fff !important; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem 0;
}

@media (max-width: 720px) {
  .contact-grid { grid-template-columns: 1fr; }
}

.parking-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.parking-table th,
.parking-table td {
  text-align: left;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.standard-kb-sections section { margin-bottom: 2rem; }

.standard-kb-sections ul { padding-left: 1.25rem; }

.kb-article { padding: 2rem 0 3rem; }

.hours-list { line-height: 1.8; }

/* Footer */
.site-footer {
  background: var(--surface);
  border-top: 2px solid var(--jade);
  padding: 2rem 0;
  margin-top: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.site-footer a { color: var(--jade-light); }

.sticky-call {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--crimson);
  z-index: 40;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
}

.sticky-call .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.sticky-call a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

:focus-visible {
  outline: var(--focus);
  outline-offset: 2px;
}
