/* Sheryl's Filipino Kitchen */
:root {
  --red: #9f1f1f;
  --deep-red: #641313;
  --yellow: #f8c84c;
  --cream: #fff6e8;
  --paper: #fffaf2;
  --ink: #271612;
  --muted: #745d55;
  --line: rgba(39, 22, 18, 0.12);
  --shadow: 0 24px 70px rgba(64, 25, 13, 0.15);
}

* { 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: linear-gradient(180deg, #fff6e8 0%, #fffaf2 45%, #fff6e8 100%);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 242, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; gap: 10px; align-items: center; font-weight: 900; letter-spacing: -0.03em; }
.brand img { width: 42px; height: 42px; border-radius: 999px; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 0.95rem; font-weight: 700; }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--red); color: white; }
.menu-toggle { display: none; background: transparent; border: 0; font-size: 1.7rem; }
.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 22px 52px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 46px;
  align-items: center;
}
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 0.78rem; margin: 0 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 8vw, 6.3rem); line-height: 0.9; letter-spacing: -0.08em; max-width: 760px; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -0.06em; margin-bottom: 16px; }
h3 { font-size: 1.35rem; letter-spacing: -0.04em; margin-bottom: 8px; }
.hero-text { font-size: 1.24rem; color: var(--muted); line-height: 1.55; max-width: 640px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 900; border: 1px solid transparent; cursor: pointer; font: inherit; }
.btn.primary { background: var(--red); color: white; box-shadow: 0 12px 26px rgba(159, 31, 31, .22); }
.btn.secondary { border-color: var(--line); background: rgba(255,255,255,.5); }
.btn.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { padding: 8px 12px; border-radius: 999px; background: white; border: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; font-weight: 700; }
.hero-card {
  min-height: 500px;
  border-radius: 36px;
  background: radial-gradient(circle at top right, rgba(248, 200, 76, .9), transparent 35%), linear-gradient(145deg, #9f1f1f, #531111);
  box-shadow: var(--shadow);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-card img { width: min(78%, 360px); margin: 12px auto; filter: drop-shadow(0 22px 40px rgba(0,0,0,.25)); border-radius: 50%; }
.plate-card { background: rgba(255,255,255,.92); padding: 22px; border-radius: 26px; box-shadow: 0 12px 38px rgba(0,0,0,.16); }
.plate-card strong { display: block; font-size: 1.4rem; margin-bottom: 6px; }
.notice {
  max-width: 1136px;
  margin: 0 auto 38px;
  padding: 18px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  box-shadow: 0 10px 35px rgba(64,25,13,.08);
}
.section, .split-section { max-width: 1180px; margin: 0 auto; padding: 74px 22px; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading p, .split-text p { color: var(--muted); line-height: 1.6; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.menu-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 40px rgba(64, 25, 13, .07);
}
.menu-card.featured { background: var(--deep-red); color: white; }
.menu-card p { color: var(--muted); line-height: 1.52; }
.menu-card.featured p { color: rgba(255,255,255,.78); }
.dish-tag { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--red) !important; }
.menu-card.featured .dish-tag { color: var(--yellow) !important; }
.price { font-weight: 900; color: var(--red); }
.menu-card.featured .price { color: var(--yellow); }
.split-section { display: grid; grid-template-columns: 1fr 0.8fr; gap: 28px; align-items: center; }
.check-list { list-style: none; padding: 0; display: grid; gap: 12px; margin-top: 22px; }
.check-list li { background: white; border: 1px solid var(--line); padding: 14px 16px; border-radius: 16px; font-weight: 750; }
.check-list li::before { content: "✓"; color: var(--red); margin-right: 10px; font-weight: 900; }
.info-card, .quote-card { background: white; border: 1px solid var(--line); border-radius: 32px; padding: 34px; box-shadow: var(--shadow); }
.large { font-size: 1.6rem; font-weight: 900; color: var(--red) !important; }
.dark { background: var(--deep-red); color: white; border-radius: 38px; max-width: 1136px; }
.dark .eyebrow { color: var(--yellow); }
.dark .section-heading p { color: rgba(255,255,255,.75); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 26px; padding: 24px; }
.step span { color: var(--yellow); font-weight: 900; }
.step p { color: rgba(255,255,255,.75); }
.event-list { display: grid; gap: 14px; }
.event-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; padding: 18px; }
.about { grid-template-columns: 0.95fr 1.05fr; }
.story-card { box-shadow: none; }
.story-card p, .quote-card p { color: var(--muted); line-height: 1.65; }
.quote-card { background: radial-gradient(circle at top left, rgba(248, 200, 76, .55), transparent 30%), white; }
.quote-card p { font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.15; letter-spacing: -0.05em; color: var(--ink); font-weight: 900; }
.order-section { background: #fff; border-radius: 38px; border: 1px solid var(--line); max-width: 1136px; box-shadow: var(--shadow); }
.contact-form, .admin-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 850; }
input, select, textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 14px 16px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}
.full-span { grid-column: 1 / -1; }
.fine-print, .status { color: var(--muted); margin-top: 18px; font-size: 0.92rem; }
.footer { max-width: 1180px; margin: 0 auto; padding: 36px 22px 48px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); }
.footer strong { color: var(--ink); }
.footer-links { display: flex; gap: 18px; font-weight: 800; }

/* Admin */
.admin-body { background: var(--paper); }
.admin-shell { max-width: 1180px; margin: 0 auto; padding: 32px 22px 80px; }
.admin-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 24px; }
.admin-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.tab-btn { border: 1px solid var(--line); background: #fff; padding: 10px 14px; border-radius: 999px; font-weight: 850; cursor: pointer; }
.tab-btn.active { background: var(--red); color: #fff; }
.admin-panel { display: none; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: var(--shadow); }
.admin-panel.active { display: block; }
.admin-list { display: grid; gap: 14px; margin-top: 20px; }
.admin-row { display: grid; grid-template-columns: 1.2fr 1.5fr .7fr .7fr auto; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 18px; padding: 12px; }
.admin-row.events-row { grid-template-columns: 1fr .7fr 1fr 1.2fr .6fr auto; }
.small-btn { border: 0; border-radius: 12px; padding: 10px 12px; font-weight: 850; cursor: pointer; }
.small-btn.danger { background: #fee2e2; color: #991b1b; }
.small-btn.save { background: #e7f8ed; color: #166534; }
.login-card { max-width: 430px; margin: 80px auto; background: white; border: 1px solid var(--line); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); }
.hide { display: none !important; }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 71px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 18px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .hero, .split-section { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .hero-card { min-height: 360px; }
  .menu-grid, .steps, .contact-form, .admin-form { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  .admin-row, .admin-row.events-row { grid-template-columns: 1fr; }
}
