:root {
  --ink: #10283b;
  --navy: #073757;
  --green: #163d24;
  --gold: #b98420;
  --cream: #fbf6eb;
  --paper: #fffdf8;
  --mist: #e8f0ee;
  --line: rgba(16, 40, 59, 0.16);
  --shadow: 0 24px 70px rgba(10, 34, 49, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(251, 246, 235, 0.96)), var(--cream);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, .logo-art { display: block; max-width: 100%; }
.logo-defs, .logo-art, .hero-media, .site-footer .logo-art { display: none !important; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.25rem;
  padding: 0.8rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(14px);
}
.brand-mark { width: auto; aspect-ratio: auto; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 800; line-height: 1; }
.brand-mark::after { content: "Flavors from the Galley"; }
.main-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(0.75rem, 2.5vw, 2rem); color: var(--navy); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.main-nav a { padding: 0.5rem 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--gold); }
.hero { display: block; min-height: auto; padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 48rem; }
.eyebrow, .menu-kicker { margin: 0 0 0.8rem; color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--green); font-family: Georgia, "Times New Roman", serif; line-height: 0.95; }
h1 { max-width: 11ch; font-size: clamp(4.1rem, 13vw, 9.8rem); }
h2 { font-size: clamp(2.5rem, 7vw, 5.4rem); }
h3 { font-size: clamp(1.8rem, 4vw, 2.45rem); }
.hero-copy > p:not(.eyebrow), .story-section > p { max-width: 40rem; margin: 1.4rem 0 0; color: #345062; font-size: clamp(1rem, 1.8vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: 0.75rem 1.1rem; border: 1px solid var(--navy); border-radius: 6px; font-weight: 800; }
.button.primary { color: white; background: var(--navy); }
.button.secondary { color: var(--navy); background: transparent; }
.section { padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem); }
.intro-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding-top: 0; padding-bottom: 0; background: var(--line); }
.pillar { min-height: 14rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); }
.pillar span { color: var(--gold); font-weight: 800; }
.pillar strong { display: block; margin-top: 1.2rem; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1; }
.pillar p, .menu-item p, .site-footer p { color: #4c6571; }
.menu-section { background: var(--navy); }
.menu-section h2, .menu-section h3 { color: #fff8e8; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.5rem, 4vw, 3rem); }
.menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255, 255, 255, 0.22); box-shadow: var(--shadow); }
.menu-item { min-height: 18rem; padding: clamp(1.25rem, 3vw, 2rem); background: #0e4262; }
.menu-item p:not(.menu-kicker) { margin: 1rem 0 0; color: #dce9e8; }
.story-section { display: grid; grid-template-columns: minmax(16rem, 0.85fr) minmax(18rem, 1.15fr); align-items: start; gap: clamp(2rem, 6vw, 5rem); background: var(--paper); }
.catering-section { background: linear-gradient(90deg, var(--mist), var(--paper)); }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-list a { display: flex; flex-direction: column; justify-content: space-between; min-height: 12rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 253, 248, 0.82); }
.service-list span { color: var(--navy); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.service-list strong { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem clamp(1rem, 4vw, 4rem); color: white; background: var(--green); }
.site-footer div { display: flex; align-items: center; gap: 0.8rem; }
.site-footer p { margin: 0; color: white; font-weight: 800; }
.site-footer a { overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .story-section, .intro-band, .menu-grid, .service-list { grid-template-columns: 1fr; }
  .menu-item, .pillar, .service-list a { min-height: auto; }
  .site-header { align-items: flex-start; flex-direction: column; gap: 0.4rem; }
  .main-nav { justify-content: flex-start; }
}
