/* ===================================================================
   RoyalOakPremium — premium British Pub & Gastropub template
   Charming, heritage-rich, cozy.
   Colors:
   - Primary Green: #601517
   - Accent Gold: #c59b27
   - Soft Cream: #fcf9f2
   - Slate Ink: #241813
   =================================================================== */
:root {
  --rop-accent: #601517;
  --rop-accent-strong: #440f10;
  --rop-accent-soft: #f4e6e6;
  --rop-gold: #c59b27;
  --rop-gold-strong: #a47e1d;
  --rop-gold-soft: #f9f5e9;
  --rop-ink: #241813;
  --rop-body: #5a4a44;
  --rop-muted: #8c7a72;
  --rop-line: #ecdfd4;
  --rop-bg: #fcf9f2;
  --rop-bg-card: #ffffff;
  --rop-bg-dark: #231313;
  --rop-radius: 12px;
  --rop-radius-lg: 20px;
  --rop-shadow: 0 15px 45px rgba(60, 18, 18, 0.08);
  --rop-shadow-sm: 0 6px 20px rgba(60, 18, 18, 0.04);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--rop-body);
  background: var(--rop-bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--rop-ink);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.6rem;
}

a { color: var(--rop-accent); text-decoration: none; transition: all .2s ease; }
a:hover { color: var(--rop-gold); }
img { max-width: 100%; height: auto; display: block; }

.rop-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.rop-section { padding: 96px 0; }
.rop-section--dark { background: var(--rop-bg-dark); color: #efe6d9; }
.rop-section--dark h2, .rop-section--dark h3 { color: #ffffff; }
.rop-section--dark .rop-eyebrow { color: var(--rop-gold); }
.rop-section--alt { background: #f3eee3; }

.rop-eyebrow {
  display: inline-block; font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--rop-gold); margin-bottom: 12px;
}
.rop-section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.rop-section-head h2 { font-size: clamp(32px, 4.5vw, 46px); }
.rop-section-head p { color: var(--rop-muted); font-size: 18px; margin: 0; }
.rop-section--dark .rop-section-head p { color: #c9b3a8; }

/* ---- Buttons ---- */
.rop-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 15px;
  padding: 15px 32px; border-radius: var(--rop-radius); border: 1.8px solid transparent;
  cursor: pointer; transition: all .2s ease;
  text-align: center; line-height: 1;
}
.rop-btn--primary { background: var(--rop-accent); color: #fff; box-shadow: 0 10px 25px rgba(60, 18, 18, 0.15); }
.rop-btn--primary:hover { background: var(--rop-accent-strong); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(60, 18, 18, 0.25); }
.rop-btn--accent { background: var(--rop-gold); color: var(--rop-ink); box-shadow: 0 10px 25px rgba(197, 155, 39, 0.15); }
.rop-btn--accent:hover { background: var(--rop-gold-strong); color: #fff; transform: translateY(-2px); }
.rop-btn--ghost { background: transparent; color: var(--rop-ink); border-color: var(--rop-accent); }
.rop-btn--ghost:hover { background: var(--rop-accent-soft); color: var(--rop-accent); }
.rop-btn--light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.4); }
.rop-btn--light:hover { background: #fff; color: var(--rop-accent); transform: translateY(-2px); }
.rop-btn--block { width: 100%; }
.rop-btn--sm { padding: 11px 22px; font-size: 14px; border-radius: 8px; }

/* ---- Top Info Bar ---- */
.rop-topbar { background: var(--rop-bg-dark); color: #c9b3a8; font-size: 13.5px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.rop-topbar .rop-container { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 10px 24px; flex-wrap: wrap; }
.rop-topbar a { color: #c9b3a8; }
.rop-topbar a:hover { color: #fff; }
.rop-topbar i { color: var(--rop-gold); margin-right: 6px; }
.rop-topbar__socials a { margin-left: 16px; font-size: 14px; }

/* ---- Header & Navbar ---- */
.rop-nav { position: sticky; top: 0; z-index: 1020; background: rgba(252, 249, 242, 0.96); backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--rop-line); overflow: visible; }
.rop-nav .rop-container { display: flex; align-items: center; justify-content: space-between; height: 104px; }
.rop-brand { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; color: var(--rop-ink); display: inline-flex; align-items: center; gap: 12px; }
.rop-brand span { color: var(--rop-gold); }
.rop-brand img { max-height: 52px; width: auto; }
/* Overlapping round medallion (écusson) logo */
.rop-brand--logo { position: relative; width: 196px; min-width: 196px; height: 104px; padding: 0; }
.rop-brand--logo img { position: absolute; top: 10px; left: 0; width: 196px; height: 196px; max-height: none; border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 0 0 3px var(--rop-gold), 0 16px 34px rgba(0,0,0,0.32); z-index: 30; background: #601517; }
/* Review author avatar as brand-coloured initials (no stock faces) */
.rl-review-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--rop-accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.rop-menu { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.rop-menu a { font-family: "Plus Jakarta Sans", sans-serif; color: var(--rop-ink); font-weight: 600; font-size: 15px; position: relative; padding: 8px 0; }
.rop-menu a:hover, .rop-menu a.active { color: var(--rop-accent); }
.rop-menu a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -20px; height: 3px; background: var(--rop-accent); border-radius: 3px; }
.rop-nav-actions { display: flex; align-items: center; gap: 16px; }
.rop-burger { display: none; background: none; border: none; font-size: 26px; color: var(--rop-accent); cursor: pointer; padding: 8px; line-height: 1; border-radius: 8px; -webkit-tap-highlight-color: transparent; }
.rop-burger:active { background: var(--rop-accent-soft); }

/* ---- Hero Section ---- */
.rop-hero { position: relative; min-height: 82vh; display: flex; align-items: center; color: #fff; text-align: center; overflow: hidden; }
.rop-hero__bg { position: absolute; inset: 0; z-index: 0; }
.rop-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.rop-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,15,15,.62), rgba(30,15,15,.86)); z-index: 1; }
.rop-hero .rop-container { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 40px; }
.rop-hero h1 { color: #fff; font-size: clamp(42px, 7vw, 82px); margin-bottom: 12px; }
.rop-hero__tagline { font-size: clamp(18px, 2.4vw, 24px); color: #efe6d9; max-width: 680px; margin: 12px auto 36px; font-family: "Playfair Display", Georgia, serif; font-style: italic; }
.rop-hero__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.rop-hero__meta { margin-top: 36px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 14.5px; color: #efe6d9; display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); padding: 12px 24px; border-radius: var(--rop-radius); }
.rop-hero__meta i { color: var(--rop-gold); }

/* ---- Info Strip ---- */
.rop-strip { background: var(--rop-accent); color: #efe6d9; border-bottom: 2px solid var(--rop-gold); }
.rop-strip .rop-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 32px 24px; }
.rop-strip__item { display: flex; align-items: center; gap: 16px; }
.rop-strip__item i { font-size: 26px; color: var(--rop-gold); }
.rop-strip__item strong { display: block; color: #fff; font-family: "Plus Jakarta Sans", sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 2px; }
.rop-strip__item strong { color: #ffffff; }
.rop-strip__item span { font-size: 14px; color: #e3d8cf; }
.rop-strip__item a { color: #e3d8cf !important; text-decoration: none; }
.rop-strip__item a:hover { color: #fff !important; }

/* ---- Grid Layouts & Cards ---- */
.rop-dishes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.rop-dish { background: var(--rop-bg-card); border: 1px solid var(--rop-line); border-radius: var(--rop-radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: all .25s ease; box-shadow: var(--rop-shadow-sm); }
.rop-dish:hover { transform: translateY(-6px); box-shadow: var(--rop-shadow); }
.rop-dish__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #efe6d9; }
.rop-dish__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rop-dish:hover .rop-dish__media img { transform: scale(1.06); }
.rop-dish__flag { position: absolute; top: 16px; left: 16px; background: var(--rop-gold); color: var(--rop-ink); font-family: "Plus Jakarta Sans", sans-serif; font-size: 11px; font-weight: 800; padding: 6px 12px; border-radius: 6px; text-transform: uppercase; letter-spacing: .06em; }
.rop-dish__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.rop-dish__top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.rop-dish__name { font-size: 22px; margin: 0; }
.rop-dish__price { font-family: "Plus Jakarta Sans", sans-serif; font-size: 19px; font-weight: 800; color: var(--rop-accent); white-space: nowrap; }
.rop-dish__desc { font-size: 14.5px; color: var(--rop-body); margin: 0 0 16px; flex: 1; }
.rop-dish__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.rop-tag { font-family: "Plus Jakarta Sans", sans-serif; font-size: 11.5px; font-weight: 600; padding: 4px 10px; border-radius: 6px; background: var(--rop-accent-soft); color: var(--rop-accent); }
.rop-tag--spice { background: #fdecea; color: #c0392b; }
.rop-tag--allergen { background: #f0ede6; color: var(--rop-muted); }
.rop-dish__fav { align-self: flex-start; background: none; border: 1.5px solid var(--rop-line); color: var(--rop-ink); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 13.5px; padding: 9px 18px; border-radius: var(--rop-radius); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all .2s ease; }
.rop-dish__fav:hover { border-color: var(--rop-accent); color: var(--rop-accent); background: var(--rop-accent-soft); }
.rop-dish__fav.is-fav { background: var(--rop-accent); border-color: var(--rop-accent); color: #fff; }

/* ---- Menu Filtering Section ---- */
.rop-filters { background: #fff; border: 1px solid var(--rop-line); border-radius: var(--rop-radius-lg); padding: 28px; margin-bottom: 40px; box-shadow: var(--rop-shadow-sm); }
.rop-filters__row { display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-end; }
.rop-filters__group { display: flex; flex-direction: column; gap: 10px; }
.rop-filters__group > span { font-family: "Plus Jakarta Sans", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--rop-muted); }
.rop-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rop-chip { font-family: "Plus Jakarta Sans", sans-serif; font-size: 14px; font-weight: 600; padding: 9px 18px; border-radius: var(--rop-radius); border: 1.5px solid var(--rop-line); background: #fff; color: var(--rop-ink); cursor: pointer; transition: all .2s ease; }
.rop-chip:hover { border-color: var(--rop-accent); color: var(--rop-accent); }
.rop-chip.active { background: var(--rop-accent); border-color: var(--rop-accent); color: #fff; }
.rop-filters__price { display: flex; align-items: center; gap: 12px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 15px; color: var(--rop-ink); }
.rop-filters__price input { accent-color: var(--rop-accent); height: 6px; border-radius: 3px; }
.rop-filters__checkboxes { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.rop-filters__checkbox { display: flex; align-items: center; gap: 8px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 14.5px; color: var(--rop-ink); cursor: pointer; }
.rop-filters__checkbox input { accent-color: var(--rop-accent); width: 17px; height: 17px; cursor: pointer; }
.rop-filters__reset { background: none; border: none; color: var(--rop-gold-strong); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; text-decoration: underline; margin-left: auto; }
.rop-filters__reset:hover { color: var(--rop-accent); }
.rop-menu-empty { text-align: center; color: var(--rop-muted); padding: 56px 24px; grid-column: 1 / -1; font-size: 16px; }

/* ---- Menu Category Structure ---- */
.rop-menu-cat { margin: 64px 0 28px; display: flex; align-items: center; gap: 20px; }
.rop-menu-cat:first-child { margin-top: 0; }
.rop-menu-cat h3 { margin: 0; font-size: 32px; border-left: 4px solid var(--rop-gold); padding-left: 16px; }
.rop-menu-cat::after { content: ""; flex: 1; height: 1px; background: var(--rop-line); }

/* ---- My Table Order Panel ---- */
.rop-mymenu { position: sticky; top: 110px; border: 1px solid var(--rop-line); border-radius: var(--rop-radius-lg); padding: 28px; background: #fff; box-shadow: var(--rop-shadow-sm); }
.rop-mymenu h3 { font-size: 24px; margin-bottom: 6px; }
.rop-mymenu__hint { font-family: "Plus Jakarta Sans", sans-serif; font-size: 13.5px; color: var(--rop-muted); margin: 0 0 20px; }
.rop-mymenu__list { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.rop-mymenu__list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 15px; color: var(--rop-ink); border-bottom: 1px dashed var(--rop-line); padding-bottom: 12px; }
.rop-mymenu__list button { background: none; border: none; color: var(--rop-muted); cursor: pointer; font-size: 18px; line-height: 1; }
.rop-mymenu__list button:hover { color: var(--rop-accent); }
.rop-mymenu__empty { font-family: "Plus Jakarta Sans", sans-serif; font-size: 14.5px; color: var(--rop-muted); text-align: center; padding: 20px 0; }
.rop-mymenu-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }

/* ---- Heritage / Story Layout ---- */
.rop-story { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.rop-story__media { position: relative; }
.rop-story__media img { border-radius: var(--rop-radius-lg); box-shadow: var(--rop-shadow); width: 100%; object-fit: cover; }
.rop-story__media::after { content: ""; position: absolute; inset: 0; border: 2px solid var(--rop-gold); border-radius: var(--rop-radius-lg); transform: translate(14px, 14px); z-index: -1; }
.rop-story h2 { font-size: clamp(30px, 4vw, 42px); }
.rop-story p { font-size: 17px; margin-bottom: 24px; }

/* ---- Timeline of Heritage ---- */
.rop-timeline { margin-top: 56px; position: relative; padding-left: 32px; border-left: 2px solid var(--rop-gold); }
.rop-timeline__item { position: relative; margin-bottom: 40px; }
.rop-timeline__item:last-child { margin-bottom: 0; }
.rop-timeline__item::before { content: ""; position: absolute; left: -39px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--rop-gold); border: 3px solid var(--rop-bg); }
.rop-timeline__year { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: var(--rop-accent); margin-bottom: 4px; }
.rop-timeline__title { font-weight: 700; color: var(--rop-ink); margin-bottom: 6px; font-size: 16px; }
.rop-timeline__text { font-size: 14.5px; color: var(--rop-body); margin: 0; }

/* ---- Events Calendar Section ---- */
.rop-events { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.rop-event-card { background: #fff; border: 1px solid var(--rop-line); border-radius: var(--rop-radius-lg); padding: 32px; box-shadow: var(--rop-shadow-sm); display: flex; gap: 24px; transition: all .2s ease; }
.rop-event-card:hover { transform: translateY(-4px); box-shadow: var(--rop-shadow); border-color: var(--rop-gold); }
.rop-event-card__date { background: var(--rop-gold-soft); border: 1px solid var(--rop-gold); border-radius: var(--rop-radius); padding: 16px; min-width: 90px; text-align: center; display: flex; flex-direction: column; justify-content: center; height: 90px; align-self: flex-start; }
.rop-event-card__day { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; color: var(--rop-accent); line-height: 1; }
.rop-event-card__month { font-family: "Plus Jakarta Sans", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--rop-gold-strong); margin-top: 4px; letter-spacing: .06em; }
.rop-event-card__body { flex: 1; }
.rop-event-card__time { font-family: "Plus Jakarta Sans", sans-serif; font-size: 13.5px; font-weight: 600; color: var(--rop-gold-strong); margin-bottom: 8px; }
.rop-event-card__title { font-size: 22px; margin: 0 0 8px; }
.rop-event-card__desc { font-size: 14.5px; color: var(--rop-body); margin: 0; }

/* ---- Image Gallery Grid ---- */
.rop-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rop-gallery__item { position: relative; aspect-ratio: 1; border-radius: var(--rop-radius-lg); overflow: hidden; box-shadow: var(--rop-shadow-sm); }
.rop-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rop-gallery__item:hover img { transform: scale(1.08); }
.rop-gallery__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(60,18,18,0), rgba(60,18,18,0.85)); display: flex; align-items: flex-end; padding: 24px; opacity: 0; transition: opacity .3s ease; }
.rop-gallery__item:hover .rop-gallery__overlay { opacity: 1; }
.rop-gallery__title { color: #fff; font-family: "Playfair Display", serif; font-size: 20px; font-weight: 700; margin: 0; }

/* ---- Form Cards & Input Fields ---- */
.rop-form-card { background: #fff; border-radius: var(--rop-radius-lg); padding: 40px; box-shadow: var(--rop-shadow); border: 1px solid var(--rop-line); }
.rop-form { display: grid; gap: 20px; }
.rop-form label { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--rop-ink); font-size: 14px; display: block; margin-bottom: 8px; }
.rop-form input, .rop-form textarea, .rop-form select {
  width: 100%; padding: 14px 18px; border: 1.8px solid var(--rop-line); border-radius: var(--rop-radius);
  font-size: 15px; font-family: inherit; color: var(--rop-ink); background: #fff; transition: all .2s ease;
}
.rop-form input:focus, .rop-form textarea:focus, .rop-form select:focus { outline: none; border-color: var(--rop-accent); box-shadow: 0 0 0 3px var(--rop-accent-soft); }
.rop-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rop-form__row--3 { grid-template-columns: 1fr 1fr 1fr; }
.rop-form__msg { padding: 16px 20px; border-radius: var(--rop-radius); font-family: "Plus Jakarta Sans", sans-serif; font-size: 15px; font-weight: 600; margin-top: 10px; display: none; }
.rop-form__msg--ok { background: #e8f6ec; color: #1f7a3d; border: 1px solid #c2ebd0; }
.rop-form__msg--err { background: #fdecea; color: #c0392b; border: 1px solid #f8d7da; }

/* ---- Table Reservations Grid Section ---- */
.rop-reserve-banner { position: relative; color: #fff; border-radius: var(--rop-radius-lg); overflow: hidden; background: var(--rop-accent-strong); }
.rop-reserve-banner__bg { position: absolute; inset: 0; }
.rop-reserve-banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.rop-reserve-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(30,15,15,.95) 45%, rgba(30,15,15,.6)); }
.rop-reserve-banner__inner { position: relative; z-index: 2; padding: 64px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.rop-reserve-banner__inner h2 { color: #fff; font-size: clamp(32px, 4vw, 46px); }
.rop-reserve-banner__inner p { color: #cbb6ac; font-size: 17px; }

/* ---- Reviews & Testimonials ---- */
.rop-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.rop-review-card { background: #fff; border: 1px solid var(--rop-line); border-radius: var(--rop-radius-lg); padding: 32px; box-shadow: var(--rop-shadow-sm); }
.rop-review-card__stars { color: var(--rop-gold); font-size: 16px; margin-bottom: 16px; }
.rop-review-card__text { font-family: "Playfair Display", Georgia, serif; font-size: 17px; font-style: italic; color: var(--rop-ink); line-height: 1.6; margin-bottom: 24px; }
.rop-review-card__author { display: flex; align-items: center; gap: 14px; }
.rop-review-card__author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.rop-review-card__name { font-weight: 700; color: var(--rop-ink); font-size: 15px; display: block; }
.rop-review-card__source { font-size: 13px; color: var(--rop-muted); }

/* ---- Location & Contact Map Panel ---- */
.rop-contact-layout { display: grid; grid-template-columns: 360px 1fr; gap: 48px; align-items: stretch; }
.rop-contact-info { background: var(--rop-bg-card); border: 1px solid var(--rop-line); border-radius: var(--rop-radius-lg); padding: 36px; box-shadow: var(--rop-shadow-sm); display: flex; flex-direction: column; gap: 28px; }
.rop-contact-item { display: flex; gap: 16px; }
.rop-contact-item i { font-size: 20px; color: var(--rop-gold); margin-top: 4px; }
.rop-contact-item strong { display: block; font-family: "Plus Jakarta Sans", sans-serif; font-size: 15px; color: var(--rop-ink); margin-bottom: 4px; }
.rop-contact-item span, .rop-contact-item p { font-size: 14.5px; color: var(--rop-body); margin: 0; line-height: 1.5; }
.rop-map-iframe { border-radius: var(--rop-radius-lg); overflow: hidden; border: 1px solid var(--rop-line); box-shadow: var(--rop-shadow-sm); height: 100%; min-height: 400px; width: 100%; }

/* ---- Age Gate Modal Overlay ---- */
.rop-agegate { position: fixed; inset: 0; background: rgba(30,15,15,0.95); z-index: 9999; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(10px); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.rop-agegate.show { opacity: 1; pointer-events: auto; }
.rop-agegate-card { background: var(--rop-bg); border: 2px solid var(--rop-gold); border-radius: var(--rop-radius-lg); padding: 48px; text-align: center; max-width: 520px; width: 90%; box-shadow: 0 25px 60px rgba(0,0,0,0.4); }
.rop-agegate-card h2 { font-size: 32px; margin-bottom: 12px; }
.rop-agegate-card p { font-size: 15.5px; color: var(--rop-body); margin-bottom: 32px; }
.rop-agegate-btns { display: flex; justify-content: center; gap: 16px; }
.rop-agegate-error { color: #c0392b; font-size: 14.5px; font-weight: 600; margin-top: 24px; display: none; }

/* ---- Toast Notifications ---- */
.rop-toast {
  position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(30px);
  background: var(--rop-accent-strong); color: #fff; border-left: 4px solid var(--rop-gold);
  padding: 14px 28px; border-radius: 8px; font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600; font-size: 14.5px; box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  z-index: 2000; opacity: 0; pointer-events: none; transition: all .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rop-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---- Footer ---- */
.rop-footer { background: var(--rop-bg-dark); color: #c9b3a8; font-size: 14.5px; padding: 80px 0 40px; border-top: 2px solid var(--rop-gold); }
.rop-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 64px; margin-bottom: 56px; }
.rop-footer-col h4 { color: #fff; font-size: 18px; margin-bottom: 24px; font-family: "Playfair Display", serif; }
.rop-footer-col p { line-height: 1.6; }
.rop-footer-hours { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.rop-footer-hours li { display: flex; justify-content: space-between; border-bottom: 1px dashed rgba(255,255,255,0.08); padding-bottom: 6px; }
.rop-footer-hours span:first-child { font-weight: 600; color: #fff; }
.rop-footer-legal { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #9c8880; }
.rop-footer-links { display: flex; gap: 20px; }
.rop-footer-links a { color: #9c8880; }
.rop-footer-links a:hover { color: #fff; }
.rop-footer-col p a { color: #e3d8cf; }
.rop-footer-col p a:hover { color: var(--rop-gold); }

/* ---- Utility Classes ---- */
.rop-text-center { text-align: center; }
.rop-mt-lg { margin-top: 48px; }
.rop-mt-md { margin-top: 32px; }

/* ===================================================================
   RESPONSIVE MEDIA QUERIES
   =================================================================== */
@media (max-width: 1024px) {
  .rop-menu { gap: 24px; }
  .rop-dishes, .rop-gallery, .rop-reviews { grid-template-columns: repeat(2, 1fr); }
  .rop-footer-grid { grid-template-columns: 1.2fr 1fr; gap: 40px; }
  .rop-footer-col:first-child { grid-column: span 2; }
}

@media (max-width: 768px) {
  .rop-section { padding: 64px 0; }
  .rop-topbar { display: none; }
  .rop-nav .rop-container { height: 100px; }
  .rop-brand--logo { width: 112px; min-width: 112px; height: 100px; }
  .rop-brand--logo img { top: 6px; width: 112px; height: 112px; box-shadow: 0 0 0 3px var(--rop-gold), 0 10px 22px rgba(0,0,0,0.28); }
  .rop-burger { display: block; }
  .rop-menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--rop-bg); border-top: 3px solid var(--rop-accent); border-bottom: 1px solid var(--rop-line);
    flex-direction: column; align-items: stretch; padding: 12px 16px 20px; gap: 0; box-shadow: var(--rop-shadow);
    max-height: calc(100vh - 100px); overflow-y: auto; -webkit-overflow-scrolling: touch;
  }
  .rop-menu.open { display: flex; }
  .rop-menu li { width: 100%; }
  .rop-menu a { display: block; width: 100%; font-size: 17px; font-weight: 600; padding: 16px 8px; border-bottom: 1px solid var(--rop-line); }
  .rop-menu li:last-child a { border-bottom: none; }
  .rop-menu a:hover, .rop-menu a.active { color: var(--rop-accent); }
  .rop-menu a.active::after { display: none; }
  .rop-nav-actions .rop-btn { display: none; }
  .rop-hero { min-height: auto; }
  .rop-hero .rop-container { padding-top: 48px; padding-bottom: 52px; }
  .rop-hero__meta { margin-top: 24px; }
  .rop-strip .rop-container { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
  .rop-dishes, .rop-gallery, .rop-reviews { grid-template-columns: 1fr; }
  .rop-story { grid-template-columns: 1fr; gap: 36px; }
  .rop-story__media { order: -1; }
  .rop-story__media::after { display: none; }
  .rop-events { grid-template-columns: 1fr; }
  .rop-event-card { padding: 20px; }
  .rop-reserve-banner__inner { grid-template-columns: 1fr; gap: 32px; padding: 36px 24px; }
  .rop-form__row, .rop-form__row--3 { grid-template-columns: 1fr; gap: 16px; }
  .rop-mymenu-layout { grid-template-columns: 1fr; }
  .rop-mymenu { position: static; margin-top: 32px; }
  .rop-contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .rop-footer-grid { grid-template-columns: 1fr; }
  .rop-footer-col:first-child { grid-column: span 1; }
}

@media (max-width: 480px) {
  .rop-nav .rop-container { height: 92px; }
  .rop-brand--logo { width: 100px; min-width: 100px; height: 92px; }
  .rop-brand--logo img { top: 5px; width: 100px; height: 100px; }
  .rop-hero h1 { font-size: 34px; }
  .rop-hero__cta { flex-direction: column; width: 100%; gap: 12px; }
  .rop-hero__cta .rop-btn { width: 100%; }
  .rop-section { padding: 48px 0; }
  .rop-hero { padding: 0; min-height: auto; }
  .rop-hero .rop-container { padding-top: 40px; padding-bottom: 44px; }
  .rop-btn { padding: 13px 24px; font-size: 15px; width: 100%; text-align: center; }
  .rop-form__row, .rop-form__row--3 { grid-template-columns: 1fr; gap: 12px; }
  .rop-gallery { grid-template-columns: 1fr; }
  .rop-agegate-card { padding: 32px 20px; max-width: 90vw; }
  .rop-reserve-banner__inner { padding: 28px 20px; }
  .rop-footer { padding: 56px 0 32px; }
  /* Full-screen slide-down menu that locks the background */
  .rop-menu.open {
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 92px);
    max-height: none;
    overflow-y: auto;
    z-index: 1030;
  }
  .rop-menu a { font-size: 18px; padding: 18px 8px; }
}



/* ---- Kougouleu Mobile Experience & iOS Auto-Zoom Enhancements Patch ---- */
@media (max-width: 768px) {
  /* Prevent iOS auto-zoom on form inputs */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="date"],
  input[type="time"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  /* Prevent horizontal page overflow from oversized elements */
  body {
    overflow-x: hidden;
  }
  
  /* Optimize extremely large headings to fit small mobile screens */
  h1 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.2 !important;
  }
  
  h2 {
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 1.25 !important;
  }
}

