/* Food menu page — premium styling aligned with home-new */

.page-food {
  --fm-surface: #0a0a0a;
  --fm-surface-alt: #080808;
  --fm-surface-deep: #050505;
  --fm-surface-rich: #030303;
  --fm-surface-card: #161616;
  --fm-silver: #c0c0c0;
  --fm-text-dark: #0a0a0a;

  background-color: var(--fm-surface);
  color: #fff;
  overflow-x: hidden;
}

.page-food * {
  box-sizing: border-box;
}

.fm-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.fm-section {
  padding: 5.5rem 0;
  border-top: 1px solid rgba(192, 192, 192, 0.06);
}

.fm-section-heading {
  margin-bottom: 2.5rem;
}

.fm-section-label {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--fm-silver);
  margin-bottom: 0.75rem;
}

.fm-section-title {
  font-family: "Jost-Bold", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  color: var(--fm-silver);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.fm-divider {
  width: 80px;
  height: 1px;
  background: var(--fm-silver);
  margin: 1.5rem auto;
}

.fm-divider-left {
  margin-left: 0;
}

/* Buttons */
.fm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 2rem;
  font-family: condensedhand-webfont, sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: all 0.35s ease;
  border: 1px solid transparent;
}

.fm-btn-primary {
  background: var(--fm-silver);
  color: var(--fm-text-dark);
  border-color: var(--fm-silver);
}

.fm-btn-primary:hover {
  background: transparent;
  color: var(--fm-silver);
}

.fm-btn-outline {
  background: transparent;
  color: var(--fm-silver);
  border-color: var(--fm-silver);
}

.fm-btn-outline:hover {
  background: var(--fm-silver);
  color: var(--fm-text-dark);
}

.fm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* Hero */
.fm-hero {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fm-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 8s ease;
}

.fm-hero:hover .fm-hero-bg {
  transform: scale(1.06);
}

.fm-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(47, 47, 47, 0.38) 45%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.fm-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 7rem 1.5rem 4rem;
  max-width: 820px;
}

.fm-eyebrow {
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--fm-silver);
  margin-bottom: 1.25rem;
}

.fm-hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: var(--fm-silver);
  line-height: 1.1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.fm-hero-sub {
  font-family: "Lato", sans-serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: #fff;
  max-width: 620px;
  margin: 0 auto 2.25rem;
  line-height: 1.75;
}

/* Intro / SEO copy */
.fm-intro {
  background: var(--fm-surface);
  border-top: none;
}

.fm-seo-copy h1,
.fm-seo-copy h2 {
  font-family: "Jost-Bold", sans-serif;
  color: #c0c0c0 !important;
  text-transform: uppercase;
  line-height: 1.2;
}

.fm-seo-copy h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 1.25rem;
}

.fm-seo-copy h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  margin: 2rem 0 1rem;
}

.fm-seo-copy p {
  font-family: "Lato", sans-serif;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #ececec;
  margin: 0 0 1.1rem;
}

.fm-seo-copy p:last-child {
  margin-bottom: 0;
}

.fm-menu-heading {
  margin-bottom: 2rem;
}

.fm-menu-heading .booking_text {
  color: #c0c0c0 !important;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0;
  text-transform: uppercase;
}

.fm-seo-footer {
  background: var(--fm-surface);
}

.fm-seo-footer-copy {
  width: 100%;
}

.fm-menu-highlights {
  margin-bottom: 2.5rem;
  width: 100%;
}

.fm-menu-highlights-head {
  margin-bottom: 2.5rem;
  text-align: center;
}

.fm-menu-highlights-head h3 {
  margin: 0 0 0.5rem;
}

.fm-menu-highlights-lead {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #ccc;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.fm-menu-highlights .fm-highlights-grid {
  width: 100%;
  margin: 0;
}

.fm-menu-highlights .fm-highlight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 220px;
  padding: 1.75rem 1.25rem;
}

.fm-menu-highlights .fm-highlight-card h4 {
  margin-bottom: 0.75rem;
  min-height: 2.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fm-menu-highlights .fm-highlight-card h4 b {
  color: var(--fm-silver);
  font-weight: 600;
}

.fm-menu-highlights .fm-highlight-card p {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.fm-menu-highlights .fm-highlight-card p span {
  color: #d8d8d8;
}

.fm-healthy-callout {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  padding: 1.5rem 1.75rem;
  margin: 0 0 3rem;
  background: rgba(192, 192, 192, 0.06);
  border: 1px solid rgba(192, 192, 192, 0.18);
  box-sizing: border-box;
}

.fm-healthy-callout-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(192, 192, 192, 0.1);
  border: 1px solid rgba(192, 192, 192, 0.25);
  color: var(--fm-silver);
  font-size: 1.25rem;
}

.fm-healthy-callout-body {
  flex: 1;
  text-align: left;
}

.fm-healthy-callout-body p {
  margin-bottom: 0.65rem;
}

.fm-healthy-callout-body p:last-child {
  margin-bottom: 0;
}

.fm-seo-footer-rest {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.fm-seo-footer-rest h3 {
  margin-top: 0;
}

.fm-seo-footer-rest .checklist {
  text-align: left;
  width: 100%;
  margin: 0 auto 1.5rem;
  padding-left: 1.25rem;
  list-style-position: outside;
}

.fm-seo-footer-rest p {
  text-align: center;
}

.fm-seo-footer-copy h3 {
  font-family: "Jost-Bold", sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  color: #c0c0c0;
  margin: 2rem 0 0.85rem;
  text-transform: uppercase;
}

.fm-seo-footer-copy h3:first-child {
  margin-top: 0;
}

.fm-seo-footer-copy p {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #ececec;
  margin: 0 0 1rem;
}

.fm-seo-footer-copy b {
  color: #fff;
}

.fm-seo-footer-copy span {
  color: #d8d8d8;
}

.fm-seo-footer-copy .checklist {
  text-align: left;
  width: 100%;
  margin: 0 auto 1.5rem;
  padding-left: 1.25rem;
  max-width: 100%;
}

.fm-seo-footer-copy .checklist li {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #ececec;
  margin-bottom: 0.65rem;
}

.fm-seo-footer-note {
  margin-top: 1.5rem !important;
  color: #fff !important;
  font-weight: 600;
}

.fm-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

.fm-intro-text p {
  font-family: "Lato", sans-serif;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #ececec;
  margin-bottom: 1.1rem;
}

.fm-intro-text p:last-child {
  margin-bottom: 0;
}

/* Menu section */
.fm-menu {
  background: var(--fm-surface-alt);
}

.fm-menu-lead {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #ccc;
  margin-top: -0.5rem;
}

.fm-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.fm-category-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.25rem;
  background: var(--fm-surface-card);
  border: 1px solid rgba(192, 192, 192, 0.2);
  color: #fff;
  font-family: condensedhand-webfont, sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fm-category-btn i {
  font-size: 0.8rem;
  color: var(--fm-silver);
  opacity: 0.7;
}

.fm-category-btn:hover,
.fm-category-btn.is-active {
  background: var(--fm-silver);
  color: var(--fm-text-dark);
  border-color: var(--fm-silver);
}

.fm-category-btn:hover i,
.fm-category-btn.is-active i {
  color: var(--fm-text-dark);
  opacity: 1;
}

.fm-menu-panel {
  background: var(--fm-surface-card);
  border: 1px solid rgba(192, 192, 192, 0.12);
  padding: 1.5rem;
  min-height: 200px;
}

.fm-menu-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 3rem 1rem;
  color: var(--fm-silver);
  font-family: "Lato", sans-serif;
}

.fm-menu-loader[hidden] {
  display: none;
}

.fm-menu-loader i {
  font-size: 1.5rem;
}

.fm-menu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.fm-menu-item {
  padding: 1.25rem 1.35rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(192, 192, 192, 0.12);
  transition: border-color 0.3s ease;
}

.fm-menu-item:hover {
  border-color: rgba(192, 192, 192, 0.35);
}

.fm-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.fm-item-name {
  font-family: condensedhand-webfont, sans-serif;
  font-size: 1.1rem !important;
  color: var(--fm-silver);
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1;
}

.fm-item-name i {
  font-size: 0.75rem;
  opacity: 0.7;
}

.fm-item-price {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  padding: 0.25rem 0.6rem;
  background: rgba(192, 192, 192, 0.12);
  border: 1px solid rgba(192, 192, 192, 0.2);
}

.fm-item-price i {
  font-size: 0.65rem;
  color: var(--fm-silver);
}

.fm-item-desc {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.65;
  margin: 0;
}

.fm-menu-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 3rem 1rem;
  color: var(--fm-silver);
  font-family: "Lato", sans-serif;
}

.fm-menu-empty[hidden] {
  display: none;
}

.fm-menu-empty i {
  font-size: 2rem;
  opacity: 0.6;
}

.fm-menu-cta {
  margin-top: 2rem;
}

/* Highlights */
.fm-highlights {
  background: var(--fm-surface-deep);
}

.fm-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.fm-highlight-card {
  text-align: center;
  padding: 2rem 1.15rem;
  background: var(--fm-surface-card);
  border: 1px solid rgba(192, 192, 192, 0.12);
  transition: border-color 0.4s, transform 0.4s, background 0.4s;
  box-sizing: border-box;
}

.fm-highlight-card:hover {
  border-color: var(--fm-silver);
  background: var(--fm-surface-rich);
  transform: translateY(-5px);
}

.fm-highlight-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(192, 192, 192, 0.3);
  background: rgba(192, 192, 192, 0.08);
  color: var(--fm-silver);
  font-size: 1.35rem;
  transition: background 0.35s ease, color 0.35s ease;
}

.fm-highlight-card:hover .fm-highlight-icon {
  background: var(--fm-silver);
  color: var(--fm-text-dark);
}

.fm-highlight-card h4 {
  font-family: "Jost-Bold", sans-serif;
  color: var(--fm-silver);
  font-size: 1.1rem !important;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.fm-highlight-card p {
  font-family: "Lato", sans-serif;
  font-size: 0.88rem;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* Why section */
.fm-why {
  background: var(--fm-surface);
}

.fm-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}

.fm-why-lead {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #ececec;
  margin-top: 1rem;
}

.fm-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fm-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  color: #ececec;
  line-height: 1.65;
  margin: 0;
  padding: 0;
}

.fm-checklist li i {
  color: var(--fm-silver);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.fm-quote {
  display: flex;
  gap: 1.25rem;
  padding: 2rem;
  background: var(--fm-surface-card);
  border: 1px solid rgba(192, 192, 192, 0.12);
  border-left: 3px solid var(--fm-silver);
}

.fm-quote-icon {
  font-size: 1.75rem;
  color: var(--fm-silver);
  opacity: 0.5;
  flex-shrink: 0;
}

.fm-quote blockquote {
  margin: 0;
}

.fm-quote p {
  font-family: "Lato", sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  color: #fff;
  line-height: 1.75;
  margin: 0 0 0.75rem;
}

.fm-quote footer {
  font-family: condensedhand-webfont, sans-serif;
  color: var(--fm-silver);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* CTA */
.fm-cta {
  background:
    linear-gradient(rgba(5, 5, 5, 0.92), rgba(10, 10, 10, 0.95)),
    url('../../images/2309_KNIGHT0716.jpg') center/cover no-repeat;
  text-align: center;
  padding: 6.5rem 1.5rem;
  border-top: none;
}

.fm-cta h2 {
  font-family: "Jost-Bold", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  color: var(--fm-silver);
  margin-bottom: 1rem;
}

.fm-cta p {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.75;
}

/* Animations */
.fm-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fm-text-slide {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition-delay: var(--fm-delay, 0s);
}

.fm-text-slide.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fm-text-slide[data-fm-delay="0.1"] { --fm-delay: 0.1s; }
.fm-text-slide[data-fm-delay="0.2"] { --fm-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  .fm-reveal,
  .fm-text-slide {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .fm-intro-grid,
  .fm-why-grid,
  .fm-menu-items {
    grid-template-columns: 1fr;
  }

  .fm-highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .fm-section {
    padding: 4rem 0;
  }

  .fm-hero {
    min-height: 58vh;
  }

  .fm-hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .fm-btn {
    width: 100%;
    max-width: 300px;
  }

  .fm-highlights-grid {
    grid-template-columns: 1fr;
  }

  .fm-healthy-callout {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem;
  }

  .fm-categories {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
  }

  .fm-category-btn {
    flex-shrink: 0;
  }

  .fm-quote {
    flex-direction: column;
    padding: 1.5rem;
  }
}
