/*
Theme Name: HQ Food V4 Editable Theme
Theme URI: https://example.com/
Author: OpenAI
Description: Editable WordPress theme preserving the v4 single-image gallery design, with Customizer controls, auto-created pages, lazy loading and franchise/social sections.
Version: 1.1.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: hq-food
*/

:root{
  --brand-red:#d71920;
  --brand-blue:#174a9c;
  --brand-dark:#0b1f3a;
  --brand-light:#ffffff;
  --muted:#f7f8fb;
  --border:#e6e8ef;
  --header-font:'Bebas Neue','Impact','Arial Narrow',sans-serif;
  --body-font:'Montserrat','Arial',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--brand-light);color:var(--brand-blue);font-family:var(--body-font);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand-red);text-decoration:none}a:hover{text-decoration:underline}
h1,h2,h3,h4,h5,h6{font-family:var(--header-font);color:var(--brand-red);letter-spacing:.04em;line-height:1.05;margin:0 0 .55em;text-transform:uppercase}
h1{font-size:clamp(2.8rem,8vw,6.2rem)}h2{font-size:clamp(2.2rem,5vw,4.2rem)}h3{font-size:clamp(1.6rem,3.5vw,2.6rem)}
.container{width:min(1160px,92vw);margin-inline:auto}.screen-reader-text{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.6rem 1rem;z-index:1000}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0}.site-branding{display:flex;flex-direction:column;align-items:flex-start}.custom-logo{max-height:84px;width:auto}.site-title{font-family:var(--header-font);font-size:2.1rem;color:var(--brand-red);text-transform:uppercase}.location-strip{font-family:var(--header-font);font-size:1.05rem;color:var(--brand-blue);letter-spacing:.12em;margin-top:.15rem;text-transform:uppercase}.main-navigation ul{display:flex;gap:1.2rem;list-style:none;margin:0;padding:0}.main-navigation a{font-weight:800;color:var(--brand-blue);text-transform:uppercase;font-size:.92rem}.menu-toggle{display:none;border:2px solid var(--brand-blue);background:white;color:var(--brand-blue);font-weight:800;border-radius:999px;padding:.55rem .9rem}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fff 45%,#f7f8ff 100%);padding:clamp(3rem,8vw,7rem) 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,5rem);align-items:center}.hero p{font-size:1.2rem;max-width:650px}.button,.wp-block-button__link,input[type=submit],button[type=submit]{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--brand-red);color:white!important;padding:.95rem 1.35rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 12px 28px rgba(215,25,32,.22);cursor:pointer}.button.secondary{background:var(--brand-blue)}.button-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.hero-card{background:white;border:1px solid var(--border);border-radius:28px;padding:1rem;box-shadow:0 24px 70px rgba(23,74,156,.12)}.hero-card img{border-radius:22px;aspect-ratio:4/3;object-fit:cover;width:100%}.section{padding:clamp(3rem,7vw,6rem) 0}.section.alt{background:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card{background:white;border:1px solid var(--border);border-radius:24px;padding:1.3rem;box-shadow:0 12px 35px rgba(11,31,58,.06)}.menu-image-wrap{background:white;border:1px solid var(--border);border-radius:28px;padding:min(3vw,1.5rem);box-shadow:0 20px 60px rgba(11,31,58,.08)}.menu-image-wrap img{width:100%;border-radius:20px}.social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.social-box{min-height:260px;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;border:2px dashed var(--border);border-radius:24px;padding:1.5rem}.franchise-form{display:grid;gap:1rem;background:white;border:1px solid var(--border);border-radius:26px;padding:clamp(1rem,3vw,2rem);box-shadow:0 16px 45px rgba(11,31,58,.08)}label{font-weight:800;color:var(--brand-blue)}input,textarea,select{width:100%;border:1px solid var(--border);border-radius:14px;padding:.9rem 1rem;font:inherit;color:var(--brand-blue);background:white}textarea{min-height:140px}.site-footer{background:var(--brand-blue);color:white;padding:2.4rem 0}.site-footer h2,.site-footer h3{color:white}.site-footer a{color:white}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.page-header{padding:3rem 0;background:var(--muted);border-bottom:1px solid var(--border)}.content-area{padding:3rem 0}.alignwide{width:min(1160px,92vw);margin-inline:auto}.wp-caption-text{font-size:.9rem}
@media(max-width:860px){.menu-toggle{display:inline-flex}.main-navigation ul{display:none;position:absolute;left:0;right:0;top:100%;background:white;border-bottom:1px solid var(--border);padding:1rem 4vw;flex-direction:column}.main-navigation.toggled ul{display:flex}.hero-grid,.cards,.social-grid,.footer-grid{grid-template-columns:1fr}.header-inner{align-items:center}.location-strip{font-size:.88rem}.custom-logo{max-height:64px}.hero{text-align:left}.button-row{flex-direction:column}.button{width:100%}}

/* Update: keep the full menu image only in its own visible section and reuse the former menu-heavy space for food photography. */
.section-intro{max-width:760px;margin:-.25rem 0 1.6rem;font-size:1.08rem}.food-feature-card img{aspect-ratio:4/3;object-fit:cover}.food-gallery-section{background:#fff}.food-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.food-gallery-item{border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--border);box-shadow:0 14px 38px rgba(11,31,58,.07)}.food-gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}.food-gallery-item:hover img{transform:scale(1.035)}.image-placeholder{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;background:var(--muted);border:2px dashed var(--border);font-weight:900;color:var(--brand-blue)}.menu-container{max-width:980px}.full-menu-only{overflow:hidden}.full-menu-only img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center;display:block}.menu-image-wrap.full-menu-only{padding:clamp(.6rem,2vw,1.5rem)}
@media(max-width:960px){.food-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.food-gallery-grid{grid-template-columns:1fr}.menu-container{width:min(1000px,94vw)}.section-intro{font-size:1rem}}

/* v3: food images moved below the menu into a single same-size auto/manual gallery window. */
.food-gallery-section{background:#fff}.food-slider{position:relative;background:white;border:1px solid var(--border);border-radius:28px;padding:clamp(.6rem,2vw,1rem);box-shadow:0 20px 60px rgba(11,31,58,.08);overflow:hidden}.food-slider-window{position:relative;width:100%;aspect-ratio:16/10;border-radius:22px;overflow:hidden;background:var(--muted)}.food-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}.food-slide.active{opacity:1;visibility:visible}.food-slide img,.slider-placeholder{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;border-radius:0}.slider-placeholder{display:flex;align-items:center;justify-content:center;background:var(--muted);border:2px dashed var(--border);font-weight:900;color:var(--brand-blue)}.slider-control{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:999px;border:0;background:rgba(255,255,255,.92);color:var(--brand-blue);font-size:2rem;line-height:1;box-shadow:0 10px 30px rgba(11,31,58,.16);cursor:pointer}.slider-prev{left:clamp(1rem,3vw,2rem)}.slider-next{right:clamp(1rem,3vw,2rem)}.slider-dots{display:flex;justify-content:center;gap:.55rem;padding:1rem .25rem .25rem}.slider-dot{width:11px;height:11px;border-radius:50%;border:0;background:#cbd2e3;padding:0;cursor:pointer}.slider-dot.active{background:var(--brand-red)}@media(max-width:620px){.food-slider-window{aspect-ratio:1/1}.slider-control{width:42px;height:42px;font-size:1.7rem}.slider-prev{left:1rem}.slider-next{right:1rem}}


/* v4 gallery hardening: force a true single-window carousel even if older CSS is cached or plugin styles interfere. */
.food-gallery-section .food-slider{position:relative!important;max-width:980px;margin:0 auto;overflow:hidden!important;}
.food-gallery-section .food-slider-window{position:relative!important;display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/10;overflow:hidden!important;}
.food-gallery-section .food-slide{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;opacity:0!important;visibility:hidden!important;z-index:0!important;pointer-events:none!important;}
.food-gallery-section .food-slide.active,
.food-gallery-section .food-slide.is-active{opacity:1!important;visibility:visible!important;z-index:1!important;pointer-events:auto!important;}
.food-gallery-section .food-slide img,
.food-gallery-section .food-slide .slider-placeholder{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border-radius:0!important;margin:0!important;}
.food-gallery-section .slider-control,.food-gallery-section .slider-dots{z-index:3!important;}
@media(max-width:620px){.food-gallery-section .food-slider-window{aspect-ratio:1/1!important;}}

.page-builder-content{background:#fff;}
.page-builder-content .container{max-width:1180px;}

/* v1.0.8: expandable locations and responsive Google Maps embeds. */
.location-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:start;}
.location-card .directions-button{margin-top:.5rem;}
.map-embed{position:relative;width:100%;aspect-ratio:16/11;margin-top:1rem;border-radius:18px;overflow:hidden;background:var(--muted);border:1px solid var(--border);}
.map-embed iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0!important;display:block;}
@media(max-width:620px){.map-embed{aspect-ratio:1/1;}}


.social-links-grid{align-items:stretch}.social-link-box{min-height:190px;border-style:solid}.social-profile-link{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;text-decoration:none;color:var(--brand-blue);border-radius:20px;padding:1rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.social-profile-link:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(11,31,58,.10);background:var(--muted)}.social-profile-link.inactive{opacity:.65}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:999px;background:transparent;color:#fff;font-size:2.4rem;font-weight:900;line-height:1}.tiktok-profile .social-icon{background:transparent}.social-platform{font-family:var(--heading-font);font-size:1.35rem;font-weight:900;color:var(--brand-red);text-transform:uppercase;letter-spacing:.04em}.tiktok-profile .social-platform{color:var(--brand-blue)}.social-username{font-weight:900;color:var(--brand-blue);font-size:1.05rem}


/* Franchise plugin form + footer social icon support */
.franchise-form-note{padding:1.25rem;border:2px dashed var(--border);border-radius:22px;background:var(--muted);color:var(--brand-blue);font-weight:700}.franchise-form-note p{margin:.25rem 0}.footer-socials{display:flex;flex-direction:column;gap:.65rem}.footer-social-link{display:inline-flex;align-items:center;gap:.55rem;color:#fff;text-decoration:none;font-weight:900}.footer-social-link:hover{text-decoration:underline}.footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#fff;color:var(--brand-red);font-weight:900;font-size:1.25rem;line-height:1}


/* v1.1.0: Strict fixed-grid alignment for location cards.
   Every card has the same rows: title, text, button slot and map slot. */
.location-cards{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;
  gap:1.25rem!important;
  align-items:stretch!important;
}
.location-card{
  height:100%!important;
  min-height:620px!important;
  display:grid!important;
  grid-template-rows:72px 170px 1fr!important;
  padding:1.3rem!important;
}
.location-card h3{
  min-height:0!important;
  height:72px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:flex-start!important;
  margin:0!important;
}
.location-card .location-text{
  height:170px!important;
  max-height:170px!important;
  min-height:170px!important;
  overflow:auto!important;
  margin:0!important;
  padding-right:.25rem!important;
}
.location-card .location-actions{
  margin-top:1rem!important;
  display:grid!important;
  grid-template-rows:54px 260px!important;
  gap:1rem!important;
  align-self:end!important;
}
.location-card .directions-slot{
  height:54px!important;
  display:flex!important;
  align-items:stretch!important;
}
.location-card .directions-button{
  width:100%!important;
  height:54px!important;
  margin:0!important;
}
.location-card .directions-placeholder{
  visibility:hidden!important;
  box-shadow:none!important;
}
.location-card .map-slot{
  height:260px!important;
  overflow:hidden!important;
}
.location-card .map-embed{
  width:100%!important;
  height:260px!important;
  aspect-ratio:auto!important;
  margin:0!important;
}
.location-card .map-placeholder{
  visibility:hidden!important;
}
@media(max-width:620px){
  .location-card{
    min-height:0!important;
    display:block!important;
  }
  .location-card h3,
  .location-card .location-text{
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    overflow:visible!important;
    margin-bottom:1rem!important;
  }
  .location-card .location-actions{
    display:block!important;
    margin-top:1rem!important;
  }
  .location-card .directions-slot{height:auto!important;margin-bottom:1rem!important;}
  .location-card .map-slot,
  .location-card .map-embed{height:260px!important;}
  .location-card .directions-placeholder,
  .location-card .map-placeholder{display:none!important;}
}

/* v1.1.1: Location quick links stay in the original location position; full location cards moved to the bottom. */
html{scroll-behavior:smooth;}
.location-quick-section .section-intro{margin-bottom:1.25rem;}
.location-title-links{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:1rem;
  align-items:stretch;
}
.location-title-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:82px;
  padding:1rem;
  border:2px solid var(--brand-red);
  border-radius:24px;
  background:#fff;
  color:var(--brand-red);
  font-family:var(--heading-font);
  font-size:1.25rem;
  font-weight:900;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.04em;
  box-shadow:0 14px 32px rgba(11,31,58,.08);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.location-title-link:hover,
.location-title-link:focus{
  transform:translateY(-2px);
  background:var(--brand-red);
  color:#fff;
  box-shadow:0 18px 42px rgba(11,31,58,.13);
}
.location-details-section{scroll-margin-top:110px;}
.location-card{scroll-margin-top:110px;}
.location-detail-cards{margin-top:1.5rem;}
@media(max-width:620px){
  .location-title-links{grid-template-columns:1fr;}
  .location-title-link{min-height:64px;font-size:1.05rem;}
}

.hero-banner-top img{width:100%;height:420px;object-fit:cover;display:block}.hero-grid{grid-template-columns:1fr!important}.hero .hero-card{display:none}@media(max-width:768px){.hero-banner-top img{height:240px}}

/* Final banner landscape fix: never stretch hero image; crop into a true full-width landscape frame. */
.hero-banner-top{
  width:100vw!important;
  max-width:100vw!important;
  margin:0 calc(50% - 50vw)!important;
  padding:0!important;
  position:relative!important;
  overflow:hidden!important;
  background:#fff!important;
  aspect-ratio:21 / 9!important;
  min-height:260px!important;
  max-height:520px!important;
}
.hero-banner-top img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  border-radius:0!important;
  aspect-ratio:auto!important;
}
@media(max-width:900px){
  .hero-banner-top{aspect-ratio:16 / 7!important;min-height:220px!important;max-height:360px!important;}
}
@media(max-width:600px){
  .hero-banner-top{aspect-ratio:16 / 9!important;min-height:190px!important;max-height:280px!important;}
}


/* Full width landscape hero banner */
.hero-banner-top{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
overflow:hidden;
line-height:0;
}
.hero-banner-top img{
width:100% !important;
height:380px !important;
object-fit:cover !important;
object-position:center center !important;
display:block;
}
@media(max-width:768px){
.hero-banner-top img{height:240px !important;}
}


/* Homepage video section replacing the old editable placeholder area. */
.home-video-section{background:#fff;padding:clamp(2rem,5vw,4rem) 0;}
.home-video-frame{width:100%;max-width:1160px;margin:0 auto;border-radius:28px;overflow:hidden;background:var(--muted);border:1px solid var(--border);box-shadow:0 18px 55px rgba(11,31,58,.10);aspect-ratio:16/9;max-height:560px;}
.home-loop-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;background:#000;}
.home-video-placeholder{width:100%;height:100%;min-height:260px;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;color:var(--brand-blue);font-weight:800;background:linear-gradient(135deg,#fff,#f7f8fb);}
@media(max-width:860px){.home-video-frame{border-radius:20px;aspect-ratio:16/10;}.home-video-placeholder{min-height:220px;}}
@media(max-width:560px){.home-video-frame{aspect-ratio:1/1;}.home-video-placeholder{min-height:200px;font-size:.95rem;}}

.hero-banner-top{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;height:320px;border-radius:0}.hero-banner-top img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.home-video-section .container{width:min(1400px,96vw)}.home-video-frame{border-radius:32px;overflow:hidden}.home-loop-video{width:100%;height:320px;object-fit:cover;display:block}@media(max-width:768px){.hero-banner-top{height:220px}.home-loop-video{height:220px}}

/* Custom uploadable social icons */
.social-icon{
  overflow:hidden;
  background:#fff;
  border:0;
}
.social-icon-img{
  width:72px;
  height:72px;
  object-fit:contain;
  display:block;
}
.social-icon-fallback{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  border-radius:999px;
  background:var(--brand-red);
  color:#fff;
  font-size:2.4rem;
  font-weight:900;
  line-height:1;
}
.tiktok-profile .social-icon-fallback{background:var(--brand-blue)}
.footer-social-icon{
  overflow:hidden;
}
.footer-social-icon-img{
  width:34px;
  height:34px;
  object-fit:contain;
  display:block;
}
.footer-social-icon .social-icon-fallback{
  width:34px;
  height:34px;
  font-size:1.25rem;
}


/* Final social icon cleanup: remove all circular icon backgrounds/wrappers */
.social-icon,
.tiktok-profile .social-icon,
.instagram-profile .social-icon,
.footer-social-icon{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.social-icon-img{
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.footer-social-icon-img{
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.social-icon-fallback,
.tiktok-profile .social-icon-fallback,
.footer-social-icon .social-icon-fallback{
  background: transparent !important;
  color: var(--brand-red) !important;
  border-radius: 0 !important;
  width: 72px !important;
  height: 72px !important;
}
.tiktok-profile .social-icon-fallback{color: var(--brand-blue) !important;}
.footer-social-icon .social-icon-fallback{
  width: 34px !important;
  height: 34px !important;
  color: #fff !important;
}
.social-platform{display:none !important;}
.social-profile-link.inactive .social-username{font-size:0 !important;}
.social-profile-link.inactive .social-username:after{
  content:'@polloloco.ldn';
  font-size:1.05rem;
}


/* v1.0.9: definitive hero banner placement fix.
   Keep the top food image in the normal document flow, full page width, landscape, and not too tall. */
body.home .hero-banner-top,
.hero-banner-top{
  display:block !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  width:100% !important;
  max-width:100% !important;
  height:300px !important;
  min-height:0 !important;
  max-height:300px !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  line-height:0 !important;
  background:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  transform:none !important;
}
body.home .hero-banner-top img,
.hero-banner-top img,
.hero-banner-top picture,
.hero-banner-top picture img{
  display:block !important;
  position:static !important;
  inset:auto !important;
  width:100% !important;
  max-width:100% !important;
  min-width:100% !important;
  height:100% !important;
  max-height:none !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  transform:none !important;
}
@media (min-width:1200px){
  body.home .hero-banner-top,
  .hero-banner-top{height:320px !important;max-height:320px !important;}
}
@media (max-width:768px){
  body.home .hero-banner-top,
  .hero-banner-top{height:220px !important;max-height:220px !important;}
}
@media (max-width:480px){
  body.home .hero-banner-top,
  .hero-banner-top{height:180px !important;max-height:180px !important;}
}

/* v1.1.0: Fix homepage video frame so the video fills the rounded banner area with no blank lower half. */
.home-video-section{
  padding:clamp(2rem,4vw,3rem) 0 !important;
  background:#fff !important;
}
.home-video-section .container{
  width:min(1220px,92vw) !important;
  max-width:min(1220px,92vw) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.home-video-frame{
  width:100% !important;
  max-width:100% !important;
  height:320px !important;
  min-height:0 !important;
  max-height:320px !important;
  aspect-ratio:auto !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:#f7f8fb !important;
  border:1px solid var(--border) !important;
  box-shadow:0 18px 55px rgba(11,31,58,.10) !important;
  display:block !important;
  line-height:0 !important;
}
.home-loop-video,
.home-video-frame video{
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  border-radius:0 !important;
  background:#000 !important;
}
.home-video-placeholder{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
@media(max-width:768px){
  .home-video-section .container{width:min(100%,94vw) !important;max-width:min(100%,94vw) !important;}
  .home-video-frame{height:220px !important;max-height:220px !important;border-radius:22px !important;}
}
@media(max-width:480px){
  .home-video-frame{height:190px !important;max-height:190px !important;border-radius:18px !important;}
}

/* Menu image lightbox / enlarge menu */
.menu-zoom-wrap{position:relative;}
.menu-zoom-trigger{
  display:block!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
  border-radius:20px!important;
  cursor:zoom-in!important;
  position:relative!important;
  overflow:hidden!important;
  text-decoration:none!important;
}
.menu-zoom-trigger img,
.menu-zoom-image{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;}
.menu-zoom-hint{
  position:absolute;
  right:16px;
  bottom:16px;
  z-index:2;
  background:rgba(215,25,32,.94);
  color:#fff;
  border-radius:999px;
  padding:.65rem 1rem;
  font-size:.85rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  box-shadow:0 10px 28px rgba(11,31,58,.22);
  pointer-events:none;
  line-height:1.2!important;
}
.menu-lightbox{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:72px 24px 24px!important;
  background:rgba(0,0,0,.92)!important;
  opacity:0;
  visibility:hidden;
}
.menu-lightbox.is-open{
  display:flex!important;
  opacity:1!important;
  visibility:visible!important;
}
.menu-lightbox-inner{
  width:100%!important;
  height:100%!important;
  overflow:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  -webkit-overflow-scrolling:touch;
}
.menu-lightbox-img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:96vw!important;
  max-height:86vh!important;
  object-fit:contain!important;
  border-radius:14px!important;
  background:#fff!important;
  cursor:zoom-out!important;
  box-shadow:0 18px 60px rgba(0,0,0,.45)!important;
}
.menu-lightbox-close{
  position:fixed!important;
  top:18px!important;
  right:18px!important;
  width:52px!important;
  height:52px!important;
  z-index:1000000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--brand-red)!important;
  font-size:2.1rem!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 8px 28px rgba(0,0,0,.35)!important;
  cursor:pointer!important;
}
body.menu-lightbox-open{overflow:hidden!important;}
@media(max-width:620px){
  .menu-zoom-hint{right:10px;bottom:10px;font-size:.72rem;padding:.5rem .75rem;}
  .menu-lightbox{padding:64px 10px 14px!important;align-items:center!important;}
  .menu-lightbox-img{max-width:96vw!important;max-height:84vh!important;border-radius:10px!important;}
  .menu-lightbox-close{top:8px!important;right:8px!important;width:44px!important;height:44px!important;font-size:1.8rem!important;}
}

/* Robust menu lightbox clickable link fixes */
a.menu-zoom-trigger{display:block!important;text-decoration:none!important;line-height:0!important;}
a.menu-zoom-trigger .menu-zoom-hint{line-height:1.2!important;}
