:root {
  --brand: #7b1e1e;
  --brand-dark: #4f1010;
  --brand-soft: #f7e9e4;
  --gold: #d4af37;
  --gold-light: #f2d97b;
  --cream: #fffdf8;
  --ink: #241817;
  --muted: #6f625f;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(78, 27, 20, .13);
  --radius: 1.2rem;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, .display-font { font-family: 'Playfair Display', serif; }
a { color: var(--brand); text-decoration: none; transition: .25s ease; }
a:hover { color: var(--brand-dark); }
img { max-width: 100%; }
section { position: relative; }
::selection { background: var(--gold-light); color: var(--brand-dark); }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 9999; background: #fff; color: #000; padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.text-gold { color: var(--gold-light) !important; }
.bg-cream { background: var(--cream); }
.bg-soft { background: #f7f1eb; }
.section-padding { padding: 5.5rem 0; }
.section-kicker { display: inline-flex; align-items: center; gap: .55rem; color: var(--brand); text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .76rem; }
.section-kicker::before { content: ''; width: 34px; height: 2px; background: var(--gold); }
.section-title { font-weight: 800; font-size: clamp(2rem, 4vw, 2.4rem); color: var(--brand-dark); line-height: 1.15; }
.section-text { color: var(--muted); max-width: 760px; }
.gold-divider { width: 90px; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); margin: 1.2rem 0; }

.topbar { background: var(--brand-dark); color: #f7e9dc; font-size: .86rem; padding: .45rem 0; }
.topbar a { color: #f7e9dc; }
.site-header { background: rgba(255, 253, 248, .96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(123, 30, 30, .08); }
.navbar { padding: .55rem 0; }
.brand-logo { border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); box-shadow: 0 6px 16px rgba(0,0,0,.15); }
.brand-text { display: flex; flex-direction: column; margin-left: .7rem; line-height: 1.1; }
.brand-text strong { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--brand-dark); }
.brand-text small { color: #8b5f4f; font-size: .68rem; letter-spacing: .05em; margin-top: .3rem; }
.nav-link { text-transform: uppercase; letter-spacing: .04em; font-weight: 600; font-size: .82rem; color: #4b3734; padding: .75rem .72rem !important; position: relative; }
.nav-link::after { content: ''; position: absolute; left: .72rem; right: .72rem; bottom: .35rem; height: 2px; background: var(--gold); transform: scaleX(0); transition: .25s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active { color: var(--brand); }
.navbar-toggler { border-color: rgba(123,30,30,.25); }
.btn { border-radius: 999px; font-weight: 600; padding: .72rem 1.35rem; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; border: none; box-shadow: 0 10px 26px rgba(123,30,30,.25); }
.btn-brand:hover { color: #fff; box-shadow: 0 14px 32px rgba(123,30,30,.32); }
.btn-gold { background: linear-gradient(135deg, #f0d66f, var(--gold)); color: #3b2505; border: none; box-shadow: 0 10px 26px rgba(212,175,55,.26); }
.btn-gold:hover { color: #2c1b03; }
.btn-outline-brand { color: var(--brand); border: 1px solid var(--brand); background: transparent; }
.btn-outline-brand:hover { background: var(--brand); color: #fff; }
.btn-whatsapp { background: #1f9d59; color: #fff; border: 1px solid #1f9d59; }
.btn-whatsapp:hover { background: #147a43; color: #fff; }

.hero-carousel, .hero-slide { min-height: calc(100vh - 112px); }
.hero-slide { position: relative; display: flex; align-items: center; background-size: cover; background-position: center; }
.hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,8,5,.88) 0%, rgba(65,13,13,.72) 46%, rgba(19,8,6,.24) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 790px; padding: 7rem 0; }
.hero-badge { display: inline-flex; align-items: center; gap: .55rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); padding: .55rem 1rem; border-radius: 999px; color: var(--gold-light); letter-spacing: .1em; text-transform: uppercase; font-size: .78rem; font-weight: 700; backdrop-filter: blur(6px); }
.hero-content h1, .hero-content h2 { font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: .98; font-weight: 800; margin: 1.25rem 0; text-shadow: 0 4px 28px rgba(0,0,0,.3); }
.hero-content p { font-size: clamp(1rem, 2vw, 1.24rem); color: #f5e9e1; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.carousel-indicators [data-bs-target] { width: 28px; height: 4px; border-radius: 10px; border: 0; }
.carousel-control-prev, .carousel-control-next { width: 7%; }

.page-hero { padding: 7rem 0 6rem; color: #fff; background-size: cover; background-position: center; position: relative; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,7,7,.93), rgba(58,7,7,.58)); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 800; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.6); --bs-breadcrumb-item-active-color: var(--gold-light); }
.breadcrumb a { color: #fff; }

.image-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.image-frame:hover img { transform: scale(1.045); }
.image-frame::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.55); border-radius: .8rem; pointer-events: none; }
.experience-chip { position: absolute; left: -1.5rem; bottom: 2rem; background: var(--brand); color: #fff; padding: 1rem 1.25rem; border-radius: 1rem; box-shadow: var(--shadow); }
.experience-chip strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.7rem; color: var(--gold-light); }

.feature-card, .service-card, .menu-card, .contact-card, .promise-card { background: #fff; border: 1px solid rgba(123,30,30,.08); border-radius: var(--radius); box-shadow: 0 10px 34px rgba(78,27,20,.07); height: 100%; transition: .3s ease; }
.feature-card:hover, .service-card:hover, .menu-card:hover, .promise-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(212,175,55,.5); }
.feature-card { padding: 1.6rem; }
.icon-box { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(145deg, var(--brand-soft), #fff); color: var(--brand); font-size: 1.55rem; border: 1px solid rgba(212,175,55,.38); margin-bottom: 1.2rem; }
.feature-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--brand-dark); }

.service-card { overflow: hidden; }
.service-card .service-image { height: 220px; overflow: hidden; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover img { transform: scale(1.07); }
.service-card-body { padding: 1.45rem; }
.service-card h3 { font-size: 1.35rem; color: var(--brand-dark); font-weight: 700; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-link { font-weight: 700; display: inline-flex; gap: .45rem; align-items: center; }

.stats-section { background: linear-gradient(rgba(67,10,10,.92), rgba(67,10,10,.92)), url('../images/gallery/premium-catering-counter-wide.webp') center/cover fixed; color: #fff; }
.stat-item { text-align: center; padding: 1.8rem .75rem; }
.stat-number { display: block; font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(2.4rem, 5vw, 4rem); color: var(--gold-light); line-height: 1; }
.stat-label { color: #f4e8df; margin-top: .55rem; }

.menu-preview-card { min-height: 300px; border-radius: var(--radius); overflow: hidden; position: relative; display: flex; align-items: end; box-shadow: var(--shadow); }
.menu-preview-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.menu-preview-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(35,8,7,.92)); }
.menu-preview-card:hover img { transform: scale(1.06); }
.menu-preview-content { position: relative; z-index: 1; padding: 1.5rem; color: #fff; }
.menu-preview-content h3 { color: var(--gold-light); }

.gallery-grid { columns: 4 260px; column-gap: 1rem; }
.gallery-item { position: relative; break-inside: avoid; margin-bottom: 1rem; border-radius: 1rem; overflow: hidden; cursor: pointer; box-shadow: 0 8px 28px rgba(55,21,17,.12); background: #eee; }
.gallery-item img { width: 100%; display: block; transition: transform .55s ease, filter .4s ease; }
.gallery-item::after { content: '\F52A'; font-family: 'bootstrap-icons'; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 2rem; background: rgba(75,10,10,.46); opacity: 0; transition: .3s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.1); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item.is-hidden { display: none; }
.gallery-modal-content { background: #160d0c; color: #fff; border: 0; padding: 1rem; text-align: center; }
.gallery-modal-content .btn-close { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 2; }
.gallery-modal-content img { max-height: 78vh; object-fit: contain; border-radius: .5rem; }
.gallery-modal-content p { padding-top: .8rem; color: #f5e9df; }
.filter-btn.active { background: var(--brand); color: #fff; border-color: var(--brand); }

.cta-section { background: linear-gradient(120deg, var(--brand-dark), var(--brand)); color: #fff; overflow: hidden; }
.cta-section::before, .cta-section::after { content: ''; position: absolute; border: 1px solid rgba(212,175,55,.22); border-radius: 50%; }
.cta-section::before { width: 340px; height: 340px; right: -120px; top: -180px; }
.cta-section::after { width: 220px; height: 220px; left: -80px; bottom: -130px; }
.cta-section .container { position: relative; z-index: 1; }

.promise-card { padding: 1.7rem; text-align: center; }
.promise-card .quote-icon { font-size: 2.4rem; color: var(--gold); opacity: .75; }
.promise-card h3 { font-size: 1.2rem; color: var(--brand-dark); }

.menu-toolbar { position: sticky; top: 94px; z-index: 20; background: rgba(255,253,248,.96); backdrop-filter: blur(12px); border-radius: 1rem; border: 1px solid rgba(123,30,30,.1); box-shadow: 0 8px 28px rgba(71,31,23,.08); padding: 1rem; }
.menu-card { overflow: hidden; }
.menu-card-header { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; padding: 1.1rem 1.3rem; display: flex; align-items: center; justify-content: space-between; }
.menu-card-header h2, .menu-card-header h3 { font-size: 1.35rem; margin: 0; }
.menu-card-body { padding: 1.25rem 1.35rem; }
.menu-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .2rem 1rem; list-style: none; padding: 0; margin: 0; }
.menu-list li { padding: .48rem 0 .48rem 1.35rem; position: relative; border-bottom: 1px dashed rgba(123,30,30,.12); font-size: .94rem; }
.menu-list li::before { content: ''; width: 7px; height: 7px; border: 2px solid var(--gold); border-radius: 50%; position: absolute; left: 0; top: 1rem; }
.menu-category.is-hidden { display: none; }
.language-switch .nav-link { border-radius: 999px; padding: .72rem 1.3rem !important; border: 1px solid rgba(123,30,30,.15); }
.language-switch .nav-link.active { background: var(--brand); color: #fff; }
.language-switch .nav-link::after { display: none; }
.special-note { border-left: 4px solid var(--gold); background: #fff8de; padding: 1.2rem 1.35rem; border-radius: 0 1rem 1rem 0; }

.contact-card { padding: 1.5rem; }
.contact-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--brand); color: #fff; flex: 0 0 auto; }
.form-control, .form-select { border-radius: .8rem; border-color: #dfd1cc; min-height: 52px; padding: .75rem 1rem; }
textarea.form-control { min-height: 130px; }
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .22rem rgba(212,175,55,.15); }
.form-label { font-weight: 600; color: #4d3531; }
.required::after { content: ' *'; color: #b30000; }
.captcha-box { display: flex; align-items: center; gap: .65rem; background: #f7f1eb; border: 1px dashed #c9a76c; border-radius: .8rem; padding: .75rem; }
.captcha-question { min-width: 110px; font-weight: 700; color: var(--brand-dark); }
.form-status { border-radius: .8rem; padding: .85rem 1rem; display: none; }
.form-status.show { display: block; }
.contact-map iframe { border-radius: var(--radius); box-shadow: var(--shadow); min-height: 480px; }

.site-footer { background: #24100e; color: #d9c9c3; position: relative; }
.footer-pattern { height: 5px; background: linear-gradient(90deg, var(--gold), #7f5919, var(--gold)); }
.site-footer h2, .site-footer h3 { color: #fff; }
.footer-logo { border-radius: 50%; border: 2px solid var(--gold); }
.footer-title { font-size: 1.2rem; margin-bottom: 1.2rem; position: relative; padding-bottom: .65rem; }
.footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 2px; background: var(--gold); }
.footer-links, .contact-list { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a, .contact-list a { color: #d9c9c3; }
.footer-links a:hover, .contact-list a:hover { color: var(--gold-light); padding-left: .2rem; }
.contact-list li { display: flex; gap: .75rem; margin-bottom: .75rem; align-items: flex-start; }
.contact-list i { color: var(--gold-light); margin-top: .18rem; }
.footer-social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); color: var(--gold-light); border: 1px solid rgba(212,175,55,.25); }
.footer-social a:hover { background: var(--gold); color: #2a1705; transform: translateY(-3px); }
.footer-map iframe { border-radius: .8rem; filter: grayscale(.25) sepia(.1); }
.copyright { border-top: 1px solid rgba(255,255,255,.08); padding: 1rem 0; font-size: .84rem; }
.copyright a { color: var(--gold-light); }

.floating-actions { position: fixed; right: 1rem; bottom: 1.1rem; z-index: 1040; display: flex; flex-direction: column; gap: .6rem; }
.floating-actions a, .back-to-top { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.25); font-size: 1.25rem; border: 0; }
.float-call { background: var(--brand); }
.float-whatsapp { background: #1f9d59; }
.back-to-top { position: fixed; left: 1rem; bottom: 1.1rem; z-index: 1040; background: #37201d; opacity: 0; visibility: hidden; transition: .25s ease; }
.back-to-top.show { opacity: 1; visibility: visible; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@media (max-width: 1199.98px) {
  .navbar-collapse { padding: 1rem 0 1.2rem; }
  .header-actions .btn { flex: 1; }
  .nav-link::after { left: 0; right: auto; width: 35px; }
  .menu-toolbar { top: 88px; }
}
@media (max-width: 767.98px) {
  .section-padding { padding: 4rem 0; }
  .brand-logo { width: 58px; height: 58px; }
  .brand-text strong { font-size: 1rem; }
  .brand-text small { font-size: .58rem; }
  .hero-carousel, .hero-slide { min-height: 670px; }
  .hero-content { padding: 5rem 0; }
  .hero-content h1, .hero-content h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .carousel-control-prev, .carousel-control-next { display: none; }
  .experience-chip { left: .8rem; bottom: .8rem; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-toolbar { position: static; }
  .page-hero { padding: 5rem 0 4rem; }
  .floating-actions a { width: 48px; height: 48px; }
}
@media (max-width: 420px) {
  .brand-text small { display: none; }
  .navbar-brand { max-width: 78%; }
  .brand-text strong { font-size: .94rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .stats-section { background-attachment: scroll; }
}


/* === Orange theme and requested layout improvements === */
:root {
  --brand: #f26a21;
  --brand-dark: #8a3208;
  --brand-soft: #fff0e6;
  --gold: #ffad33;
  --gold-light: #ffd28c;
  --cream: #fffdf9;
  --ink: #2c211c;
  --muted: #6d5c53;
  --shadow: 0 18px 50px rgba(94, 48, 18, .14);
}

body { background: var(--cream); }
.bg-soft { background: #fff5ed; }
.topbar { background: #2b1c16; }
.site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: rgba(242, 106, 33, .16);
}
.brand-text strong, .section-title, .feature-card h3, .service-card h3 { color: var(--brand-dark); }
.brand-text small { color: #a04a1c; }
.nav-link { color: #4c3930; }
.nav-link.active { color: var(--brand); }
.navbar-toggler { border-color: rgba(242, 106, 33, .32); }
.btn-brand {
  background: linear-gradient(135deg, #ff7b2f, var(--brand-dark));
  box-shadow: 0 10px 26px rgba(242, 106, 33, .27);
}
.btn-brand:hover { box-shadow: 0 14px 32px rgba(242, 106, 33, .34); }
.btn-outline-brand { color: var(--brand-dark); border-color: var(--brand); background: #fff; }
.btn-outline-brand:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.icon-box { color: var(--brand-dark); background: linear-gradient(145deg, var(--brand-soft), #fff); }
.feature-card, .service-card, .menu-card, .contact-card, .promise-card {
  border-color: rgba(242, 106, 33, .12);
  box-shadow: 0 10px 34px rgba(94, 48, 18, .08);
}

/* Keep hero photographs in their original colour. Only the text panel is darkened. */
.hero-slide::before { display: none; background: none !important; }
.hero-slide { background-color: #2b211d; }
.hero-content {
  max-width: 820px;
  margin: 5rem 0;
  padding: 2.25rem 2.4rem;
  border-radius: 1.6rem;
  background: rgba(0, 0, 0, .50);
  border: 1px solid rgba(255, 255, 255, .23);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.hero-content h1, .hero-content h2 { color: #fff; text-shadow: 0 3px 16px rgba(0,0,0,.55); }
.hero-content p { color: #fff; }
.hero-badge {
  background: rgba(0,0,0,.32);
  border-color: rgba(255,255,255,.30);
  color: #ffd9a3;
}

/* Internal-page hero photographs also stay natural; text sits in a rounded 50% black panel. */
.page-hero::before { display: none; background: none !important; }
.page-hero { background-color: #2b211d; }
.page-hero-panel {
  display: inline-block;
  width: fit-content;
  max-width: min(680px, 100%);
  padding: 2rem 2.25rem;
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, .50);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 20px 50px rgba(0,0,0,.26);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.page-hero-panel .breadcrumb { margin-bottom: .9rem; }
.page-hero-panel h1 { color: #fff; margin-bottom: .65rem; text-shadow: 0 3px 15px rgba(0,0,0,.5); }
.page-hero-panel p {
  width: auto !important;
  max-width: 610px;
  color: #fff;
  margin-bottom: 0;
}

/* Prevent blank space in tall image cards. */
.image-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Balanced two-photo collages for the main information sections. */
.media-collage {
  height: 540px;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.media-collage.compact { height: 470px; }
.media-collage figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: .85rem;
}
.media-collage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}
.media-collage figure:hover img { transform: scale(1.045); }

/* Symmetrical home-page preview: equal cards in a clean 3 x 2 grid. */
.gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.gallery-preview-grid .gallery-item {
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0;
}
.gallery-preview-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item::after { background: rgba(242, 106, 33, .48); }
.filter-btn.active { background: var(--brand); border-color: var(--brand); }

/* Gallery lightbox previous/next controls. */
.gallery-modal-content {
  position: relative;
  background: #17110e;
  border: 1px solid rgba(255, 173, 51, .25);
}
.gallery-modal-stage {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.6rem;
}
.gallery-modal-content img { max-width: 100%; }
.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: rgba(0,0,0,.58);
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
  transition: background .2s ease, transform .2s ease;
}
.gallery-nav:hover, .gallery-nav:focus-visible {
  background: var(--brand);
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}
.gallery-prev { left: 1.1rem; }
.gallery-next { right: 1.1rem; }
.gallery-nav[hidden] { display: none; }

.stats-section {
  background: linear-gradient(rgba(38, 24, 16, .90), rgba(38, 24, 16, .90)), url('../images/gallery/premium-catering-counter-wide.webp') center/cover fixed;
}
.cta-section { background: linear-gradient(120deg, #6f2706, #f26a21); }
.menu-card-header { background: linear-gradient(135deg, #f47b35, #8a3208); }
.site-footer { background: #251811; }
.footer-pattern { background: linear-gradient(90deg, #ff7b2f, #ffc15e, #ff7b2f); }
.float-call { background: var(--brand); }
.back-to-top { background: #37251d; }

@media (max-width: 991.98px) {
  .gallery-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-collage, .media-collage.compact { height: 500px; }
}

@media (max-width: 767.98px) {
  .hero-content {
    margin: 3.25rem 0;
    padding: 1.55rem 1.25rem;
    border-radius: 1.25rem;
  }
  .page-hero-panel { padding: 1.5rem 1.25rem; border-radius: 1.2rem; }
  .gallery-preview-grid { grid-template-columns: 1fr; }
  .gallery-preview-grid .gallery-item { aspect-ratio: 16 / 10; }
  .media-collage, .media-collage.compact { height: 430px; }
  .gallery-modal-content { padding: .65rem; }
  .gallery-modal-stage { min-height: 240px; padding: 0 2.8rem; }
  .gallery-nav { width: 42px; height: 42px; font-size: 1.3rem; }
  .gallery-prev { left: .45rem; }
  .gallery-next { right: .45rem; }
}

/* === Header typography, smaller page headings and refined bilingual menu === */
.brand-text {
  min-width: 245px;
  line-height: 1.06;
}
.brand-text strong {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.56rem;
  font-weight: 700;
  letter-spacing: .025em;
  white-space: nowrap;
  color: #6f2706;
  text-shadow: 0 1px 0 rgba(255,255,255,.9);
}
.brand-text small {
  font-family: 'Poppins', sans-serif;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .085em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #c04d12;
  margin-top: .36rem;
}
.nav-link {
  font-size: .91rem;
  font-weight: 700;
  letter-spacing: .045em;
  padding-left: .66rem !important;
  padding-right: .66rem !important;
}
.nav-link::after { left: .66rem; right: .66rem; }

/* Keep semantic H1 headings for SEO, but display them at a more balanced size. */
.hero-content h1, .hero-content h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.35rem);
}
.page-hero h1 {
  font-size: clamp(2.15rem, 4.2vw, 3.65rem);
  line-height: 1.08;
}

/* Bilingual menu presentation */
.menu-toolbar {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(242,106,33,.18);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,245,237,.97));
  box-shadow: 0 14px 36px rgba(94,48,18,.10);
}
.menu-toolbar-label {
  display: flex;
  align-items: center;
  gap: .9rem;
}
.menu-toolbar-label strong {
  display: block;
  font-family: 'Playfair Display', serif;
  color: var(--brand-dark);
  font-size: 1.18rem;
  line-height: 1.15;
}
.menu-toolbar-label small {
  display: block;
  margin-top: .2rem;
  color: var(--muted);
  font-size: .78rem;
}
.menu-toolbar-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffeadb, #fff);
  border: 1px solid rgba(242,106,33,.22);
  color: var(--brand-dark);
  font-size: 1.25rem;
}
.language-switch { gap: .65rem; }
.language-switch .nav-link {
  min-width: 154px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  padding: .72rem 1.1rem !important;
  border: 1px solid rgba(242,106,33,.24);
  background: #fff;
  color: #5b3b2c;
  box-shadow: 0 5px 15px rgba(94,48,18,.05);
  text-transform: none;
  letter-spacing: .015em;
}
.language-switch .nav-link:hover { border-color: var(--brand); color: var(--brand-dark); }
.language-switch .nav-link.active {
  background: linear-gradient(135deg, #f47b35, #8a3208);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 9px 22px rgba(138,50,8,.22);
}
.menu-search-label {
  display: block;
  margin-bottom: .45rem;
  color: var(--brand-dark);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.menu-search-box {
  border-radius: .9rem;
  overflow: hidden;
  box-shadow: 0 7px 20px rgba(94,48,18,.07);
}
.menu-search-box .input-group-text {
  border-color: #ead8ce;
  border-right: 0;
  background: #fff;
  color: var(--brand);
  padding-left: 1rem;
}
.menu-search-box .form-control {
  border-left: 0;
  min-height: 54px;
  border-radius: 0;
  background: #fff;
}
.menu-search-box .form-control:focus { box-shadow: none; border-color: #ead8ce; }

.menu-category-grid {
  columns: 2;
  column-gap: 1.5rem;
}
.menu-category-grid .menu-category {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 1.5rem;
  break-inside: avoid;
  vertical-align: top;
}
.menu-category-grid .menu-category.is-hidden { display: none; }
.menu-card {
  overflow: hidden;
  border-radius: 1.1rem;
  box-shadow: 0 12px 32px rgba(94,48,18,.09);
}
.menu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(94,48,18,.14);
}
.menu-card-header {
  position: relative;
  padding: 1rem 1.25rem;
  overflow: hidden;
}
.menu-card-header::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  right: -42px;
  top: -48px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}
.menu-card-header h2, .menu-card-header h3 {
  position: relative;
  z-index: 1;
  font-size: 1.27rem;
  font-weight: 700;
}
.menu-card-header > i {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 1.08rem;
}
.menu-card-body { padding: 1.05rem 1.2rem 1.2rem; }
.menu-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1rem;
}
.menu-list li {
  min-height: 42px;
  padding: .52rem .35rem .52rem 1.28rem;
  border-bottom-color: rgba(242,106,33,.15);
  font-size: .93rem;
  line-height: 1.45;
}
.menu-list li::before {
  width: 7px;
  height: 7px;
  top: 1.03rem;
  border-color: var(--brand);
  background: #fff7f1;
}
#hindiMenu .menu-card,
#hindiMenu .menu-list,
#hindiMenu .special-note {
  font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
}
#hindiMenu .menu-card-header h2 {
  font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
  font-weight: 700;
}
#hindiMenu .menu-list li { font-size: .97rem; line-height: 1.55; }
.special-note {
  margin-top: 1rem !important;
  border: 1px solid rgba(255,173,51,.38);
  border-left: 5px solid var(--gold);
  box-shadow: 0 8px 24px rgba(94,48,18,.06);
}

@media (max-width: 1399.98px) {
  .brand-text { min-width: 220px; }
  .brand-text strong { font-size: 1.37rem; }
  .brand-text small { font-size: .62rem; }
  .nav-link { font-size: .86rem; padding-left: .57rem !important; padding-right: .57rem !important; }
  .nav-link::after { left: .57rem; right: .57rem; }
}
@media (max-width: 991.98px) {
  .menu-category-grid { columns: 1; }
  .menu-toolbar { position: static; }
}
@media (max-width: 767.98px) {
  .brand-text { min-width: 0; margin-left: .55rem; }
  .brand-text strong { font-size: 1.14rem; letter-spacing: .01em; }
  .brand-text small { font-size: .55rem; letter-spacing: .045em; }
  .nav-link { font-size: .93rem; }
  .hero-content h1, .hero-content h2 { font-size: clamp(2.05rem, 9.5vw, 3.15rem); }
  .page-hero h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .menu-toolbar { padding: 1.1rem; }
  .language-switch { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .language-switch .nav-item, .language-switch .nav-link { width: 100%; min-width: 0; }
  .menu-list { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .brand-text small { display: block; }
  .navbar-brand { max-width: 82%; }
  .brand-text strong { font-size: 1.02rem; }
  .brand-text small { font-size: .49rem; }
  .language-switch { grid-template-columns: 1fr; }
}


/* === July 2026 branding, page visibility, contact layout and local SEO === */
.brand-text strong {
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 1.36rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-text small {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Content must be visible immediately when a page opens. */
.reveal,
.reveal.visible {
  opacity: 1;
  transform: none;
  transition: none;
}

#request-quotation {
  scroll-margin-top: 112px;
}
.contact-overview {
  background: linear-gradient(180deg, #fffdf9 0%, #fff5ed 100%);
}
.contact-info-row .contact-card {
  min-height: 100%;
}
.contact-summary-card {
  padding: 1.6rem;
}
.contact-summary-card h2 {
  color: var(--brand-dark);
  font-weight: 700;
}
.contact-summary-card a,
.contact-summary-card p {
  overflow-wrap: anywhere;
}
.quotation-card {
  border-top: 4px solid var(--brand);
  box-shadow: 0 20px 55px rgba(94, 48, 18, .12);
}
.quotation-card textarea.form-control {
  min-height: 132px;
}
.contact-map iframe {
  width: 100%;
  display: block;
}
.local-seo-section {
  background: linear-gradient(135deg, #fff8f1, #fffdf9);
  border-top: 1px solid rgba(242,106,33,.12);
  border-bottom: 1px solid rgba(242,106,33,.12);
}
.local-service-links {
  display: grid;
  gap: .75rem;
}
.local-service-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 1rem;
  border: 1px solid rgba(242,106,33,.18);
  border-radius: .9rem;
  background: #fff;
  color: var(--brand-dark);
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(94,48,18,.06);
}
.local-service-links a::after {
  content: '\2192';
  color: var(--brand);
}
.local-service-links a:hover {
  border-color: var(--brand);
  transform: translateX(3px);
}

@media (max-width: 1399.98px) {
  .brand-text strong { font-size: 1.18rem; letter-spacing: .022em; }
  .brand-text small { font-size: .55rem; letter-spacing: .09em; }
}
@media (max-width: 767.98px) {
  .brand-text strong { font-size: .96rem; letter-spacing: .01em; }
  .brand-text small { font-size: .46rem; letter-spacing: .055em; }
  #request-quotation { scroll-margin-top: 84px; }
  .contact-summary-card { padding: 1.3rem; }
}
@media (max-width: 420px) {
  .brand-text strong { font-size: .82rem; }
  .brand-text small { font-size: .40rem; }
}

.footer-brand-text h2 {
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: .035em;
  font-size: 1.08rem !important;
}
.footer-brand-text p {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .09em;
}


/* Menu PDF download buttons */
.menu-pdf-downloads { display: flex; flex-wrap: wrap; gap: .7rem; }
.btn-menu-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .65rem 1rem;
  border-radius: .75rem;
  border: 1px solid rgba(242,106,33,.35);
  background: #fff;
  color: var(--brand-dark);
  font-weight: 700;
  box-shadow: 0 7px 20px rgba(94,48,18,.08);
}
.btn-menu-download:hover,
.btn-menu-download:focus {
  background: linear-gradient(135deg, #ff7b2f, var(--brand-dark));
  border-color: transparent;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(242,106,33,.25);
}
@media (max-width: 575.98px) {
  .menu-pdf-downloads .btn { width: 100%; }
}
