
:root{
  --ink:#171914;
  --offwhite:#f6f2e8;
  --warm:#e8dcc4;
  --tan:#cdb892;
  --olive:#29382a;
  --olive2:#3d5140;
  --forest:#1f2b21;
  --rust:#ad4d2e;
  --gold:#c79b49;
  --muted:#6d6a61;
  --line:rgba(20,25,20,.12);
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",sans-serif;
  background:var(--offwhite);
  color:var(--ink);
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.section{padding:92px 0}

/* ---- typography ---- */
h1,h2,h3{
  font-family:"League Spartan",sans-serif;
  letter-spacing:-.03em;
}
.section-label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--rust);
  margin-bottom:12px;
}
.section-header{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  align-items:end;
  margin-bottom:38px;
}
.section-header h2,
.about-copy h2,
.boodle-copy h2{
  font-size:clamp(46px,5.8vw,78px);
  line-height:.93;
  margin:0;
}
.section-header p,
.about-copy p,
.boodle-copy p{
  color:var(--muted);
  line-height:1.75;
  margin:0;
}
.light-header h2{color:white}
.light-header p{color:rgba(255,255,255,.7)}
.light-header .section-label{color:#ddb978}

/* ---- hero ---- */
.hero{min-height:760px;position:relative;overflow:hidden;background:#10120e;color:white}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}
.hero-slide.active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.food-slide img{object-position:center 48%}
.people-slide img{object-position:center 21%}
.event-slide img{object-position:center 17%}
.hero-overlay{
  position:absolute;inset:0;z-index:2;
  background:
    linear-gradient(90deg,rgba(13,18,13,.95) 0%,rgba(13,18,13,.78) 40%,rgba(13,18,13,.25) 70%,rgba(13,18,13,.08) 100%),
    linear-gradient(to top,rgba(0,0,0,.18),transparent 45%);
}
.navbar{position:absolute;z-index:10;inset:0 0 auto;background:linear-gradient(to bottom,rgba(10,13,9,.72),transparent)}
.nav-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{width:220px;max-height:90px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.26))}
.nav-links{display:flex;gap:25px;align-items:center}
.nav-links a{
  color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
  border-bottom:2px solid transparent;padding:10px 0
}
.nav-links a:hover,.nav-links a.active{color:#d7b76f;border-bottom-color:#d7b76f}
.menu-toggle{display:none;border:0;background:rgba(255,255,255,.08);color:#fff;width:44px;height:44px;border-radius:7px;font-size:22px}
.hero-inner{position:relative;z-index:4;min-height:760px;display:flex;align-items:center;padding-top:95px}
.hero-copy{max-width:670px}
.hero-kicker{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#ddbd75;margin-bottom:14px}
.hero h1{font-size:clamp(75px,9vw,134px);line-height:.82;text-transform:uppercase;margin:0}
.hero-location{font-family:"League Spartan";font-size:clamp(28px,3vw,44px);font-weight:700;color:#dfbc68;margin-top:18px}
.hero p{max-width:570px;font-size:16px;line-height:1.7;color:rgba(255,255,255,.86);margin:24px 0 28px}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 21px;border-radius:6px;
  font-size:13px;font-weight:800;transition:.2s;
}
.btn:hover{transform:translateY(-2px)}
.btn.primary{background:var(--rust);color:white}
.btn.outline{border:1px solid rgba(255,255,255,.42);color:white;background:rgba(255,255,255,.04)}
.btn.gold{background:var(--gold);color:#1d241c}
.hero-arrow{position:absolute;z-index:7;top:50%;transform:translateY(-50%);background:none;border:0;color:white;font-size:56px;cursor:pointer;opacity:.78}
.hero-arrow.left{left:24px}.hero-arrow.right{right:24px}
.slider-dots{position:absolute;z-index:7;left:50%;bottom:36px;transform:translateX(-50%);display:flex;gap:8px}
.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.4)}
.slider-dots button.active{background:white}

/* ---- section colors ---- */
.section-light{background:#f7f4ec}
.section-dark{background:#181c17;color:white}
.section-warm{background:#e6dac2}
.section-green{background:#2b392d;color:white}

/* ---- about ---- */
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.about-copy h2{color:#1f2b21;margin:0 0 22px}
.about-copy .lead{font-size:20px;font-weight:700;color:#2f4534;margin-bottom:15px}
.about-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.about-points span{font-size:12px;font-weight:700;padding:9px 12px;border:1px solid var(--line);background:white;border-radius:999px}
.about-gallery{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;align-items:end}
.about-gallery figure{margin:0;overflow:hidden;background:#ddd}
.about-gallery img{width:100%;height:100%;object-fit:cover}
.about-main-photo{height:470px}
.about-small-photo{height:330px}

/* ---- food ---- */
.food-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.food-card{background:#242820;border:1px solid rgba(255,255,255,.08);overflow:hidden}
.food-card img{width:100%;height:210px;object-fit:cover}
.food-card>div{padding:18px}
.food-card h3{font-size:25px;margin:0 0 6px}
.food-card p{margin:0;color:rgba(255,255,255,.65);font-size:13px;line-height:1.55}

/* ---- tabehoudai ---- */
.tabehoudai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.poster-card{background:#f7f2e8;border:1px solid rgba(40,45,36,.12);overflow:hidden}
.poster-card img{width:100%;aspect-ratio:3/4.2;object-fit:cover}
.poster-copy{padding:20px}
.poster-copy span{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--rust)}
.poster-copy h3{font-size:28px;margin:6px 0 7px}
.poster-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.schedule-note{
  margin-top:26px;padding:20px 22px;background:#cab388;color:#241f17;
  display:flex;align-items:center;gap:8px;flex-wrap:wrap
}
.schedule-note a{font-weight:800;text-decoration:underline;margin-left:auto}

/* ---- boodle ---- */
.boodle-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:center}
.boodle-copy h2{margin:0 0 19px}
.boodle-copy p{color:rgba(255,255,255,.73)}
.boodle-copy .section-label{color:#dab779}
.boodle-tags{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}
.boodle-tags span{border:1px solid rgba(255,255,255,.14);padding:8px 11px;font-size:12px;font-weight:700}
.boodle-visual{height:530px;overflow:hidden}
.boodle-visual img{width:100%;height:100%;object-fit:cover}

/* ---- community ---- */
.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.community-feature{display:grid;grid-template-columns:.9fr 1.1fr;background:white;border:1px solid var(--line);min-height:330px}
.community-feature img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.community-feature>div{padding:28px}
.community-feature h3{font-size:32px;margin:0 0 10px}
.community-feature p{color:var(--muted);line-height:1.65}
.community-feature a{font-weight:800;color:var(--rust)}
.video-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.video-links a{background:var(--olive);color:white;padding:8px 10px;font-size:11px}

/* ---- visit ---- */
.visit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}
.visit-card{background:#f7f2e8;border:1px solid rgba(40,45,36,.12);padding:28px;min-height:270px}
.visit-card h3{font-size:29px;margin:0 0 14px}
.visit-card p{color:var(--muted);line-height:1.65}
.visit-card .small{font-size:12px}
.contact-link{display:block;color:var(--rust);font-size:13px;font-weight:800;margin-top:11px}
.location-block{display:grid;grid-template-columns:.75fr 1.25fr;background:#1e271f;color:white;min-height:510px}
.location-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}
.location-copy .section-label{color:#dab779}
.location-copy h3{font-size:52px;margin:0 0 18px}
.location-copy p{color:rgba(255,255,255,.75);line-height:1.75}
.large-map{width:100%;height:100%;min-height:510px;border:0}

/* ---- footer ---- */
footer{background:#121612;color:white;padding:48px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}
.footer-brand img{width:210px;max-height:100px;object-fit:contain}
footer h3{font-size:24px;margin:0 0 10px}
footer p,footer a{font-size:13px;color:rgba(255,255,255,.68);line-height:1.6}
.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.09);margin-top:35px;padding-top:15px;color:rgba(255,255,255,.42);font-size:11px}

/* ---- Messenger floating CTA ---- */
.messenger-widget{
  position:fixed;left:18px;bottom:18px;z-index:60;
  opacity:0;transform:translateY(20px);pointer-events:none;
  transition:.28s ease;
}
.messenger-widget.show{opacity:1;transform:none;pointer-events:auto}
.messenger-widget a{
  display:flex;align-items:center;gap:11px;
  background:#1877f2;color:white;padding:10px 14px 10px 10px;
  border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.22)
}
.messenger-icon{width:42px;height:42px;border-radius:50%;background:white;color:#1877f2;display:grid;place-items:center;font-size:20px}
.messenger-text{display:grid;line-height:1.25}
.messenger-text strong{font-size:12px}
.messenger-text small{font-size:10px;color:rgba(255,255,255,.76)}

/* ---- responsive ---- */
@media(max-width:1000px){
  .menu-toggle{display:block}
  .nav-links{display:none;position:absolute;top:86px;left:20px;right:20px;flex-direction:column;background:#192019;padding:16px}
  .nav-links.open{display:flex}
  .section-header,.about-grid,.boodle-grid,.location-block{grid-template-columns:1fr}
  .food-grid{grid-template-columns:repeat(2,1fr)}
  .tabehoudai-grid{grid-template-columns:1fr}
  .visit-grid{grid-template-columns:1fr}
  .community-grid{grid-template-columns:1fr}
  .large-map{min-height:430px}
}
@media(max-width:650px){
  .section{padding:66px 0}
  .logo{width:165px;max-height:78px}
  .hero,.hero-inner{min-height:700px}
  .hero h1{font-size:clamp(58px,18vw,86px)}
  .hero-arrow{font-size:38px}.hero-arrow.left{left:6px}.hero-arrow.right{right:6px}
  .hero-actions .btn{width:100%}
  .about-gallery{grid-template-columns:1fr}
  .about-main-photo,.about-small-photo{height:300px}
  .food-grid{grid-template-columns:1fr}
  .community-feature{grid-template-columns:1fr}
  .community-feature img{height:270px}
  .footer-grid{grid-template-columns:1fr}
  .messenger-text{display:none}
  .messenger-widget a{padding:8px}
}

/* V15: bold Filipino editorial direction */
:root{--ink:#171a15;--offwhite:#f4e8cf;--warm:#e8d5ad;--olive:#263d27;--olive2:#355736;--forest:#1b2d1d;--rust:#ef5b1a;--gold:#f2c51d;--muted:#625d50}
body{font-family:"DM Sans",sans-serif;background:var(--offwhite)}
h1,h2,h3{font-family:"Oswald",sans-serif;letter-spacing:-.035em;text-transform:uppercase}
.section-label{font-family:"Oswald";letter-spacing:.19em;color:var(--rust)}
.hero{min-height:800px}.hero-inner{min-height:800px}
.hero-overlay{background:linear-gradient(90deg,rgba(9,11,8,.94),rgba(9,11,8,.68) 43%,rgba(9,11,8,.13) 76%),linear-gradient(0deg,rgba(0,0,0,.24),transparent 45%)}
.nav-inner{min-height:116px;border-bottom:1px solid rgba(255,255,255,.22)}.logo{width:190px}
.nav-links a{font-family:"Oswald";font-size:13px}
.hero-copy{max-width:650px}.hero-kicker{font-family:"Playfair Display";font-style:italic;text-transform:none;letter-spacing:0;font-size:48px;color:white}
.hero h1{font-family:"Oswald";font-size:clamp(88px,10vw,145px);line-height:.78;letter-spacing:-.055em}
.hero-location{font-family:"Playfair Display";font-style:italic;font-size:clamp(32px,4vw,50px);color:var(--gold);margin-top:25px}
.btn{font-family:"Oswald";text-transform:uppercase;letter-spacing:.04em;border-radius:0;clip-path:polygon(3% 5%,97% 0,100% 88%,5% 100%,0 48%)}.btn.primary{background:var(--rust)}
.section-light{background:var(--offwhite)}.section-warm{background:var(--warm)}.section-dark{background:#171b16}.section-green{background:var(--olive)}
.about,.community{position:relative}.about:before,.community:before{content:"";position:absolute;top:-18px;left:0;right:0;height:30px;background:inherit;clip-path:polygon(0 45%,4% 20%,9% 48%,15% 15%,20% 45%,27% 25%,34% 53%,42% 18%,49% 46%,57% 22%,64% 48%,72% 16%,80% 50%,88% 23%,95% 49%,100% 18%,100% 100%,0 100%)}
.about-copy h2,.section-header h2,.boodle-copy h2{font-size:clamp(52px,6vw,82px);line-height:.9}
.about-copy h2 em{font-family:"Playfair Display";font-style:italic;text-transform:none;color:var(--olive2);font-size:.78em}
.about-gallery{position:relative;min-height:510px;display:block}.about-gallery figure{position:absolute;background:white;padding:11px 11px 45px;box-shadow:0 18px 35px rgba(52,37,18,.18)}
.about-main-photo{width:65%;height:390px;left:1%;top:35px;transform:rotate(-5deg)}.about-small-photo{width:58%;height:390px;right:0;top:95px;transform:rotate(7deg)}.about-gallery img{height:100%}
.food-grid{grid-template-columns:repeat(3,1fr);gap:18px}.food-card{background:#f0dfbd;color:var(--ink);border:0}.food-card img{height:270px}.food-card p{color:#6b6253}
.poster-card{background:#f8eed9;border:0;box-shadow:0 15px 35px rgba(65,48,24,.12)}.poster-card:nth-child(1){transform:rotate(-1.5deg)}.poster-card:nth-child(2){transform:translateY(-10px)}.poster-card:nth-child(3){transform:rotate(1.5deg)}
.schedule-note{background:var(--olive);color:white}.schedule-note a{color:var(--gold)}
.boodle{padding:0;position:relative;min-height:690px;overflow:hidden;background:#111}.boodle:before{content:"";position:absolute;inset:0;background:url("../assets/gallery/boodle-horizontal-1.jpg") center/cover no-repeat}.boodle:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,8,.93),rgba(10,12,8,.57) 50%,rgba(0,0,0,.08))}
.boodle-grid{position:relative;z-index:2;min-height:690px;grid-template-columns:.8fr 1.2fr}.boodle-copy h2{font-size:clamp(75px,8vw,120px)}.boodle-copy .section-label{color:var(--gold)}.boodle-visual{display:none}
.community-feature{background:#fff8e9;border:0}.visit-card{background:#f7ecd5;border:0}.location-block{background:#172619}footer{background:#101710}
@media(max-width:1000px){.food-grid{grid-template-columns:repeat(2,1fr)}.about-gallery{min-height:500px}}
@media(max-width:650px){.hero-kicker{font-size:38px}.hero h1{font-size:76px}.food-grid{grid-template-columns:1fr}.about-gallery{min-height:430px}.about-main-photo,.about-small-photo{height:310px}}


/* ===== V16 REFINED ===== */

/* Rounded controls */
.btn{
  border-radius:999px!important;
  clip-path:none!important;
  padding-left:25px!important;
  padding-right:25px!important;
}
.hero-actions .btn.outline{
  border-radius:999px!important;
  background:rgba(13,17,12,.55)!important;
}
.rounded-action{
  display:inline-flex;
  align-items:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  background:var(--rust);
  color:#fff!important;
  font-family:"Oswald",sans-serif;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
}

/* About hierarchy */
.about-copy h2{
  text-transform:none!important;
}
.about-small-title{
  display:block;
  font-family:"Oswald",sans-serif;
  font-size:clamp(30px,3vw,43px);
  line-height:1;
  color:var(--ink);
  text-transform:uppercase;
  letter-spacing:-.025em;
  margin-bottom:8px;
}
.about-copy h2 em{
  display:block;
  font-family:"Playfair Display",serif!important;
  font-style:italic;
  font-size:clamp(52px,6vw,82px)!important;
  line-height:1;
  color:var(--olive2)!important;
  text-transform:none!important;
}

/* Favorites horizontal slider */
.favorites-slider{
  position:relative;
  display:flex;
  align-items:center;
}
.favorites-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:3px 2px 20px;
  width:100%;
  scroll-behavior:smooth;
}
.favorites-track::-webkit-scrollbar{display:none}
.favorites-track .food-card{
  flex:0 0 calc((100% - 36px)/3);
  scroll-snap-align:start;
  min-width:0;
}
.slider-control{
  position:absolute;
  z-index:4;
  width:48px;
  height:48px;
  border-radius:50%;
  border:0;
  background:#fff;
  color:#172018;
  font-size:31px;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  cursor:pointer;
}
.fav-prev{left:-23px}
.fav-next{right:-23px}

/* Tabehoudai single-poster carousel */
.tabehoudai-showcase{
  max-width:920px;
  margin:10px auto 0;
  position:relative;
}
.poster-track{
  position:relative;
  min-height:720px;
}
.poster-slide{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:.72fr .28fr;
  background:#f8eed9;
  opacity:0;
  visibility:hidden;
  transition:opacity .35s ease;
  box-shadow:0 20px 45px rgba(68,48,22,.14);
}
.poster-slide.active{
  opacity:1;
  visibility:visible;
}
.poster-slide img{
  width:100%;
  height:720px;
  object-fit:contain;
  background:#111;
}
.poster-meta{
  padding:38px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.poster-meta span{
  color:var(--rust);
  font-family:"Oswald";
  font-weight:700;
  letter-spacing:.16em;
  font-size:12px;
}
.poster-meta h3{
  font-size:38px;
  line-height:1;
  margin:10px 0 14px;
}
.poster-meta p{
  color:#665f53;
  line-height:1.7;
}
.poster-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border-radius:50%;
  border:0;
  background:var(--olive);
  color:#fff;
  font-size:31px;
  cursor:pointer;
}
.poster-prev{left:-25px}.poster-next{right:-25px}
.poster-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin:20px 0 0;
}
.poster-dots button{
  width:9px;height:9px;padding:0;border:0;border-radius:50%;
  background:rgba(38,61,39,.28);
}
.poster-dots button.active{background:var(--olive)}

/* Community + embedded Zumba */
.celebration-banner{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  background:#fff8e9;
  margin-bottom:70px;
}
.celebration-banner img{
  height:430px;
  object-fit:cover;
  object-position:center 18%;
}
.celebration-banner>div{
  padding:45px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.celebration-banner h3{
  font-size:44px;
  line-height:1;
  margin:5px 0 14px;
}
.celebration-banner p{
  color:#655e52;
  line-height:1.7;
  max-width:500px;
}
.zumba-head{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:40px;
  margin-bottom:25px;
}
.zumba-head h3{
  font-size:56px;
  margin:0;
}
.zumba-head p{
  color:#665f53;
  line-height:1.65;
  margin:0;
}
.video-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.video-card{
  background:#162017;
  padding:12px;
}
.video-embed{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#0b0d0b;
}
.video-embed iframe{
  width:100%!important;
  height:100%!important;
}
.video-card>a{
  display:block;
  color:#fff;
  font-size:11px;
  padding:11px 5px 3px;
  opacity:.8;
}

@media(max-width:1000px){
  .favorites-track .food-card{flex-basis:calc((100% - 18px)/2)}
  .poster-slide{grid-template-columns:1fr}
  .poster-track{min-height:960px}
  .poster-slide img{height:760px}
  .poster-meta{padding:25px}
  .celebration-banner{grid-template-columns:1fr}
  .video-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .favorites-track .food-card{flex-basis:88%}
  .fav-prev{left:-8px}.fav-next{right:-8px}
  .poster-track{min-height:790px}
  .poster-slide img{height:620px}
  .poster-prev{left:-8px}.poster-next{right:-8px}
  .zumba-head{grid-template-columns:1fr}
}


/* ===== V17 CLEANUP ===== */

/* About title: one clean line only */
.about-copy h2{
  margin-bottom:26px!important;
  white-space:normal;
}
.taste-title{
  display:block;
  font-family:"Playfair Display",serif!important;
  font-style:italic;
  font-size:clamp(54px,6vw,84px)!important;
  line-height:.96!important;
  color:var(--olive2)!important;
  text-transform:none!important;
  white-space:nowrap;
  letter-spacing:-.045em;
}
.about-small-title{
  display:none!important;
}

/* Remove old embedded FB player styling */
.video-card,
.video-embed{
  display:none!important;
}

/* Clean external Zumba watch cards */
.simple-watch-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.watch-card{
  display:block;
  background:#172019;
  color:white;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;
}
.watch-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 30px rgba(0,0,0,.16);
}
.watch-thumb{
  position:relative;
  height:240px;
  overflow:hidden;
}
.watch-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
}
.play-badge{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.94);
  color:#1877f2;
  font-size:22px;
  padding-left:3px;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.watch-copy{
  padding:16px 18px 18px;
  display:grid;
  gap:4px;
}
.watch-copy small{
  font-family:"Oswald",sans-serif;
  letter-spacing:.14em;
  color:#e8c66e;
  font-size:10px;
}
.watch-copy strong{
  font-size:14px;
}

@media(max-width:900px){
  .simple-watch-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .taste-title{
    white-space:normal;
    font-size:clamp(48px,14vw,68px)!important;
  }
}

/* V18 Tabehoudai info */
.tabehoudai-intro{display:grid;grid-template-columns:120px 1fr;gap:28px;padding:30px 0 40px;border-top:1px solid rgba(38,61,39,.22);border-bottom:1px solid rgba(38,61,39,.22);margin-bottom:30px}
.tabehoudai-number{font-family:"Oswald";font-size:76px;font-weight:700;line-height:.85;color:rgba(38,61,39,.22)}
.tabehoudai-intro h3{font-size:36px;margin:0 0 10px;color:var(--olive)}
.tabehoudai-intro p{max-width:800px;margin:0;line-height:1.75;color:#625b4f}
.tabehoudai-days{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.day-card{background:#f8eed9;border:1px solid rgba(38,61,39,.12);padding:28px 26px 30px;min-height:330px}
.day-card.featured{background:var(--olive);color:#fff;transform:translateY(-8px)}
.day-label{font-family:"Oswald";font-size:11px;font-weight:700;letter-spacing:.17em;color:var(--rust)}
.day-card.featured .day-label{color:var(--gold)}
.day-card h3{font-size:34px;line-height:1;margin:12px 0 8px}
.day-hours{font-family:"Oswald";font-size:17px;font-weight:600;color:var(--olive2);margin:0 0 22px}
.day-card.featured .day-hours{color:#e9d9a9}
.day-card ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.day-card li{position:relative;padding-left:19px;line-height:1.5;font-size:13px;color:#665f53}
.day-card.featured li{color:rgba(255,255,255,.82)}
.day-card li:before{content:"";position:absolute;left:0;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--rust)}
.day-card.featured li:before{background:var(--gold)}
.weekly-menu-cta{margin-top:36px;padding:32px 34px;background:#172019;color:#fff;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.cta-kicker{font-family:"Oswald";font-size:10px;font-weight:700;letter-spacing:.17em;color:var(--gold)}
.weekly-menu-cta h3{font-size:34px;line-height:1;margin:7px 0 8px}
.weekly-menu-cta p{margin:0;max-width:700px;color:rgba(255,255,255,.68);line-height:1.6;font-size:13px}
.facebook-menu-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;background:#1877f2;color:#fff;font-family:"Oswald";font-weight:700;font-size:13px;white-space:nowrap}
@media(max-width:900px){.tabehoudai-days{grid-template-columns:1fr}.day-card.featured{transform:none}.weekly-menu-cta{grid-template-columns:1fr}}
@media(max-width:600px){.tabehoudai-intro{grid-template-columns:1fr;gap:10px}.facebook-menu-btn{width:100%;white-space:normal;text-align:center;padding:12px 18px}}


/* ===== V19 HERO TEXT SPACING ===== */
.hero-title{
  display:flex;
  flex-direction:column;
  gap:.10em;
}
.hero-title .hero-line{
  display:block;
}
.food-line{
  display:flex!important;
  align-items:center;
  gap:.12em;
}
.food-emoji{
  font-size:.42em;
  line-height:1;
  transform:translateY(.04em);
}
@media(max-width:650px){
  .hero-title{gap:.08em}
  .food-emoji{font-size:.38em}
}


/* ===== V20 FULL MENU ===== */
.full-menu{
  background:#f7f0df;
  border-top:1px solid rgba(38,61,39,.12);
  border-bottom:1px solid rgba(38,61,39,.12);
}
.full-menu-head{
  margin-bottom:30px!important;
}
.menu-visual-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  height:190px;
  overflow:hidden;
  margin-bottom:28px;
}
.menu-visual-strip img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.menu-tabs{
  display:flex;
  gap:8px;
  overflow-x:auto;
  scrollbar-width:none;
  padding-bottom:12px;
  margin-bottom:20px;
}
.menu-tabs::-webkit-scrollbar{display:none}
.menu-tab{
  flex:0 0 auto;
  border:1px solid rgba(38,61,39,.18);
  background:#fffaf0;
  color:#2b322a;
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  font-family:"DM Sans",sans-serif;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  transition:.2s;
}
.menu-tab span{margin-right:7px}
.menu-tab:hover,
.menu-tab.active{
  background:var(--olive);
  color:#fff;
  border-color:var(--olive);
}
.menu-panels{
  background:#fffaf0;
  border:1px solid rgba(38,61,39,.13);
}
.menu-panel{
  display:none;
  padding:30px 34px 34px;
}
.menu-panel.active{display:block}
.menu-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:20px;
  margin-bottom:8px;
  border-bottom:1px solid rgba(38,61,39,.14);
}
.menu-panel-head>div{
  display:flex;
  align-items:center;
  gap:13px;
}
.menu-icon{
  font-size:28px;
}
.menu-panel h3{
  margin:0;
  font-size:35px;
  line-height:1;
  color:var(--olive);
  text-transform:none;
}
.menu-count{
  font-size:11px;
  font-weight:700;
  color:#71695c;
}
.menu-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:45px;
}
.menu-row{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:47px;
  border-bottom:1px solid rgba(38,61,39,.09);
  font-size:13px;
}
.menu-name{font-weight:600}
.menu-dots{
  flex:1;
  border-bottom:1px dotted rgba(56,57,48,.35);
  transform:translateY(2px);
}
.menu-row strong{
  color:var(--rust);
  font-family:"Oswald",sans-serif;
  font-size:15px;
  white-space:nowrap;
}
.menu-footnote{
  margin-top:18px;
  padding:20px 22px;
  background:#233125;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  font-size:12px;
  line-height:1.6;
}
.menu-footnote div{
  color:rgba(255,255,255,.75);
}
.menu-footnote strong{
  color:#fff;
}
.menu-footnote a{
  flex:0 0 auto;
  color:var(--gold);
  font-family:"Oswald",sans-serif;
  font-weight:700;
  font-size:13px;
}

@media(max-width:800px){
  .menu-visual-strip{
    grid-template-columns:1fr 1fr;
    height:280px;
  }
  .menu-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .menu-panel{padding:24px 18px}
  .menu-panel-head{
    align-items:flex-start;
  }
  .menu-panel h3{font-size:29px}
  .menu-footnote{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* ===== V21 FILIPINO MENU REDESIGN ===== */
.full-menu{
  background:
    linear-gradient(rgba(248,240,222,.95),rgba(248,240,222,.97)),
    url("../assets/tropical-bg.png") center/cover no-repeat;
}

.full-menu-head h2{
  text-transform:none!important;
}

.menu-visual-strip{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 34px rgba(51,35,17,.10);
  height:220px;
}

.menu-tabs{
  gap:10px!important;
  padding:8px 0 16px!important;
}

.menu-tab{
  display:flex!important;
  align-items:center;
  gap:10px;
  min-height:62px!important;
  padding:8px 18px!important;
  border-radius:18px!important;
  background:#fffaf0!important;
  border:1px solid rgba(57,73,47,.14)!important;
  color:#2f352d!important;
  box-shadow:0 6px 16px rgba(41,35,26,.04);
}

.menu-tab.active{
  background:var(--olive)!important;
  color:#fff!important;
  border-color:var(--olive)!important;
}

.tab-emoji{
  font-size:22px;
  flex:0 0 auto;
}

.tab-text{
  display:grid;
  text-align:left;
  line-height:1.15;
}

.tab-text strong{
  font-size:13px;
  font-weight:800;
}

.tab-text small{
  font-size:10px;
  opacity:.62;
  margin-top:3px;
  font-weight:600;
}

.menu-tab.active .tab-text small{
  opacity:.72;
  color:#fff;
}

.menu-panels{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 38px rgba(53,40,22,.08);
  background:#fffaf0!important;
}

.menu-panel{
  padding:32px 34px 38px!important;
}

.menu-panel-head{
  align-items:flex-start!important;
}

.menu-panel-head>div{
  align-items:flex-start!important;
}

.menu-panel h3{
  font-family:"Playfair Display",serif!important;
  font-style:italic;
  font-size:38px!important;
  text-transform:none!important;
  line-height:1!important;
  color:var(--olive)!important;
}

.panel-subtitle{
  display:block;
  font-size:11px;
  font-weight:700;
  color:#7a7164;
  margin-top:7px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.menu-photo-strip{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:10px;
  margin:20px 0 26px;
}

.menu-photo-strip img{
  width:100%;
  height:165px;
  object-fit:cover;
  border-radius:12px;
}

.menu-photo-strip img:first-child{
  height:165px;
}

.menu-list{
  column-gap:34px!important;
}

.menu-row{
  min-height:50px!important;
}

.menu-name{
  font-weight:700!important;
  color:#3a372f;
}

.menu-row strong{
  background:#efe1c3;
  color:var(--rust)!important;
  padding:5px 8px;
  border-radius:999px;
  min-width:70px;
  text-align:center;
}

.menu-footnote{
  border-radius:14px;
}

@media(max-width:850px){
  .menu-tab{
    min-width:220px;
  }
  .menu-photo-strip{
    grid-template-columns:1fr 1fr;
  }
  .menu-photo-strip img:last-child{
    grid-column:1/-1;
  }
}

@media(max-width:560px){
  .menu-panel{
    padding:24px 18px 30px!important;
  }
  .menu-photo-strip{
    grid-template-columns:1fr;
  }
  .menu-photo-strip img,
  .menu-photo-strip img:first-child{
    height:210px;
  }
  .menu-photo-strip img:last-child{
    grid-column:auto;
  }
}

/* ===== V22: Café-style restaurant menu redesign ===== */
.full-menu{background:#f7f0df;padding-top:110px;padding-bottom:120px}
.full-menu .container{max-width:1240px}
.full-menu-head{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:42px}
.full-menu-head h2{font-size:clamp(3.3rem,7vw,6.5rem);line-height:.88;letter-spacing:-.04em;margin:.15em 0 0;color:#18281e}
.full-menu-head p{font-size:1.05rem;line-height:1.8;max-width:520px;color:#675d4d}
.full-menu .section-label{color:#d45b2b;letter-spacing:.18em;font-weight:800}
.menu-visual-strip,.menu-tabs{display:none!important}
.menu-panels{display:flex!important;flex-direction:column;gap:0;margin-top:50px}
.menu-panel,.menu-panel.active{display:grid!important;grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);grid-template-areas:"photos head" "photos list";column-gap:72px;row-gap:20px;padding:78px 0;border-top:1px solid rgba(28,44,33,.2);background:transparent!important;box-shadow:none!important;border-radius:0!important}
.menu-panel:nth-child(even){grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);grid-template-areas:"head photos" "list photos"}
.menu-panel-head{grid-area:head;display:flex!important;align-items:flex-end;justify-content:space-between;padding:0!important;border:0!important;margin:0!important}
.menu-panel-head>div{display:block!important}
.menu-icon{display:inline-flex!important;font-size:2rem;margin-bottom:14px}
.menu-panel-head h3{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(2.2rem,4vw,4.2rem)!important;line-height:.98!important;letter-spacing:-.035em!important;color:#173b2b!important;margin:0 0 8px!important;text-transform:none!important}
.panel-subtitle{font-size:.82rem!important;letter-spacing:.16em;text-transform:uppercase;color:#c45b32!important;font-weight:800}
.menu-count{font-size:.76rem!important;text-transform:uppercase;letter-spacing:.12em;color:#80725e!important;border:1px solid rgba(28,44,33,.18);border-radius:999px;padding:8px 12px;white-space:nowrap}
.menu-photo-strip{grid-area:photos;display:grid!important;grid-template-columns:1fr 1fr;grid-template-rows:1.15fr .85fr;gap:12px;height:100%;min-height:500px;margin:0!important}
.menu-photo-strip img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;border-radius:18px!important;box-shadow:none!important}
.menu-photo-strip img:first-child{grid-row:1 / span 2}
.menu-list{grid-area:list;display:grid!important;grid-template-columns:1fr 1fr;column-gap:34px;align-content:start;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.menu-row{display:grid!important;grid-template-columns:auto 1fr auto;align-items:baseline;gap:8px;padding:13px 0!important;border-bottom:1px solid rgba(28,44,33,.13)!important;font-size:.98rem;background:transparent!important}
.menu-name{font-weight:650;color:#282b25}
.menu-dots{border-bottom:1px dotted rgba(28,44,33,.34);transform:translateY(-3px)}
.menu-row strong{color:#173b2b;font-size:.93rem}
@media(max-width:900px){
 .full-menu-head{grid-template-columns:1fr;gap:20px}
 .menu-panel,.menu-panel:nth-child(even){grid-template-columns:1fr;grid-template-areas:"head" "photos" "list";gap:28px;padding:55px 0}
 .menu-photo-strip{min-height:390px}
 .menu-list{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .full-menu{padding-top:75px;padding-bottom:80px}
 .menu-panel-head{align-items:flex-start;gap:16px}
 .menu-photo-strip{min-height:320px;grid-template-columns:1.25fr .75fr}
 .menu-list{grid-template-columns:1fr}
 .menu-row{padding:12px 0!important}
}

/* Generated menu photography */
.menu-photo-strip.menu-photo-feature {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 28px;
}
.menu-photo-strip.menu-photo-feature img {
  width: 100%;
  height: clamp(240px, 32vw, 440px);
  display: block;
  object-fit: cover;
  object-position: center;
}


/* ===== V24 WEEKEND TABEHOUDDAI REDESIGN ===== */
.tabehoudai-head{
  margin-bottom:28px!important;
}

.weekend-shared{
  display:flex;
  align-items:baseline;
  gap:14px;
  padding:18px 0 20px;
  border-top:1px solid rgba(38,61,39,.18);
  border-bottom:1px solid rgba(38,61,39,.18);
}

.weekend-shared-kicker{
  font-family:"Oswald",sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--rust);
  white-space:nowrap;
}

.weekend-shared strong{
  font-size:18px;
  color:var(--olive);
  line-height:1.4;
}

.weekend-schedule{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:10px;
  border-bottom:1px solid rgba(38,61,39,.18);
}

.schedule-day{
  padding:24px 28px 26px;
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.schedule-day + .schedule-day{
  border-left:1px solid rgba(38,61,39,.18);
}

.schedule-day-highlight{
  background:rgba(38,61,39,.07);
}

.schedule-day-name{
  font-family:"Oswald",sans-serif;
  font-size:22px;
  font-weight:700;
  letter-spacing:.04em;
  color:var(--ink);
  margin-bottom:6px;
}

.schedule-day-highlight .schedule-day-name{
  color:var(--olive);
}

.schedule-hours{
  font-family:"Oswald",sans-serif;
  font-size:18px;
  color:var(--rust);
  margin-bottom:10px;
}

.schedule-day p{
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:#625b4f;
}

.schedule-day p span{
  color:var(--gold);
  padding:0 4px;
}

.weekly-menu-compact{
  margin-top:24px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding:22px 24px;
  background:var(--olive);
  color:#fff;
}

.weekly-menu-kicker{
  display:block;
  font-family:"Oswald",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
  color:var(--gold);
  margin-bottom:5px;
}

.weekly-menu-compact p{
  margin:0;
  font-size:12px;
  line-height:1.55;
  color:rgba(255,255,255,.74);
}

.weekly-menu-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  background:var(--rust);
  color:#fff!important;
  font-family:"Oswald",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  white-space:nowrap;
}

@media(max-width:800px){
  .weekend-shared{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }

  .weekend-schedule{
    grid-template-columns:1fr;
  }

  .schedule-day{
    padding:20px 6px;
    min-height:auto;
  }

  .schedule-day + .schedule-day{
    border-left:0;
    border-top:1px solid rgba(38,61,39,.18);
  }

  .schedule-day-highlight{
    padding-left:16px;
    padding-right:16px;
  }

  .weekly-menu-compact{
    grid-template-columns:1fr;
    gap:16px;
  }

  .weekly-menu-button{
    justify-self:start;
  }
}

@media(max-width:560px){
  .weekly-menu-button{
    width:100%;
    white-space:normal;
    text-align:center;
    padding:12px 18px;
  }
}


/* ===== V25 MENU PHOTO + CATEGORY FIX ===== */
.menu-panel-head{
  gap:18px;
}

.menu-panel-head h3{
  max-width:12ch;
  font-size:clamp(1.9rem,3.6vw,3.6rem)!important;
  line-height:1.02!important;
  letter-spacing:-.03em!important;
}

.panel-subtitle{
  display:inline-block;
  margin-top:6px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(212,91,43,.10);
  border:1px solid rgba(212,91,43,.18);
}

.menu-photo-strip.menu-photo-feature{
  display:flex!important;
  align-items:center;
  justify-content:center;
  aspect-ratio:4 / 3;
  min-height:0!important;
  height:auto!important;
  padding:16px;
  background:linear-gradient(180deg,#f2e8d3 0%, #eadfc7 100%);
  border:1px solid rgba(23,59,43,.08);
}

.menu-photo-strip.menu-photo-feature img{
  width:100%;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
}

@media(max-width:900px){
  .menu-panel-head h3{
    max-width:none;
  }
  .menu-photo-strip.menu-photo-feature{
    aspect-ratio: 16 / 11;
  }
}

@media(max-width:600px){
  .menu-panel-head{
    flex-direction:column;
    align-items:flex-start!important;
  }
  .menu-count{
    margin-top:2px;
  }
  .menu-panel-head h3{
    font-size:clamp(1.8rem,8vw,2.8rem)!important;
  }
  .menu-photo-strip.menu-photo-feature{
    aspect-ratio: 4 / 3;
    padding:12px;
  }
}

/* ===== V26 COMPACT MENU + TWO BRANCHES ===== */
/* Keep the full menu compact: one selected category at a time. */
.full-menu{padding-top:82px;padding-bottom:90px}
.full-menu-head{margin-bottom:28px}
.menu-tabs{
  display:flex!important;
  gap:10px;
  overflow-x:auto;
  padding:0 0 12px;
  margin:30px 0 14px;
  scrollbar-width:none;
}
.menu-tabs::-webkit-scrollbar{display:none}
.menu-tab{
  flex:0 0 auto;
  min-width:190px;
  padding:13px 16px!important;
  border:1px solid rgba(28,44,33,.18)!important;
  border-radius:999px!important;
  background:#fffaf0!important;
  box-shadow:none!important;
}
.menu-tab .tab-emoji{font-size:18px}
.menu-tab .tab-text strong{font-size:12px;line-height:1.2}
.menu-tab .tab-text small{font-size:10px}
.menu-tab.active{
  background:#173b2b!important;
  border-color:#173b2b!important;
  color:#fff!important;
}
.menu-tab.active .tab-text strong,
.menu-tab.active .tab-text small{color:#fff!important}
.menu-panels{display:block!important;margin-top:0!important}
.menu-panel{display:none!important}
.menu-panel.active{
  display:grid!important;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;
  grid-template-areas:"photos head" "photos list"!important;
  column-gap:52px!important;
  row-gap:16px!important;
  padding:42px 0 22px!important;
  border-top:0!important;
}
.menu-photo-strip.menu-photo-feature{min-height:350px!important;max-height:440px!important}
.menu-list{grid-template-columns:1fr 1fr!important;column-gap:28px!important}
.menu-row{padding:10px 0!important;font-size:.94rem!important}
.menu-footnote{margin-top:26px!important}

/* Compact branch chooser at the bottom. */
.branches{background:#f4ead7}
.branches-head{align-items:end}
.branches-head p{max-width:520px}
.branch-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:38px}
.branch-card{
  background:#fffaf0;
  border:1px solid rgba(28,44,33,.12);
  border-radius:24px;
  padding:38px;
  box-shadow:0 18px 50px rgba(34,42,31,.08);
}
.branch-card-featured{background:#172619;color:#fff;border-color:#172619}
.branch-topline{font-family:"Oswald",sans-serif;font-weight:700;font-size:12px;letter-spacing:.18em;color:#c76c3b;margin-bottom:12px}
.branch-card-featured .branch-topline{color:#dfbc68}
.branch-card h3{font-size:clamp(34px,4vw,54px);line-height:.95;margin:0}
.branch-city{font-family:"Playfair Display",Georgia,serif;font-style:italic;font-size:28px;color:#c76c3b;margin:8px 0 20px}
.branch-card-featured .branch-city{color:#dfbc68}
.branch-description{line-height:1.7;color:#665f53;margin-bottom:26px}
.branch-card-featured .branch-description{color:rgba(255,255,255,.72)}
.branch-details{border-top:1px solid rgba(28,44,33,.14);margin-top:20px}
.branch-card-featured .branch-details{border-color:rgba(255,255,255,.16)}
.branch-details p{display:grid;grid-template-columns:92px 1fr;gap:14px;margin:0;padding:14px 0;border-bottom:1px solid rgba(28,44,33,.10);line-height:1.55}
.branch-card-featured .branch-details p{border-color:rgba(255,255,255,.11)}
.branch-details strong{font-family:"Oswald",sans-serif;text-transform:uppercase;font-size:11px;letter-spacing:.08em}
.branch-details span,.branch-details a{color:#5d584f}
.branch-card-featured .branch-details span,.branch-card-featured .branch-details a{color:rgba(255,255,255,.82)}
.branch-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.branch-outline{border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent}
.branch-note{margin-top:24px;padding:15px 17px;background:#f0e1c7;border-radius:14px;color:#675d4d;font-size:13px;line-height:1.55}

@media(max-width:900px){
  .menu-panel.active{grid-template-columns:1fr!important;grid-template-areas:"head" "photos" "list"!important;gap:22px!important;padding-top:30px!important}
  .menu-photo-strip.menu-photo-feature{min-height:280px!important;max-height:340px!important}
  .branch-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .full-menu{padding-top:62px;padding-bottom:68px}
  .menu-tab{min-width:165px;padding:11px 14px!important}
  .menu-panel.active{padding-top:22px!important}
  .menu-list{grid-template-columns:1fr!important}
  .menu-photo-strip.menu-photo-feature{min-height:225px!important}
  .branch-card{padding:28px 22px;border-radius:20px}
  .branch-details p{grid-template-columns:78px 1fr}
}


/* ===== V27 MENU CLEANUP ===== */
.full-menu .container{max-width:1220px}
.full-menu-head{display:grid!important;grid-template-columns:1.05fr .95fr;gap:34px;align-items:end;margin-bottom:30px!important}
.full-menu-head h2{font-size:clamp(3rem,6vw,5rem)!important;line-height:.92!important;letter-spacing:-.03em!important;margin:.15em 0 0!important;color:#18281e!important}
.full-menu-head p{max-width:580px;font-size:1rem!important;line-height:1.75!important;color:#665c4f!important}
.menu-visual-strip{display:none!important}
.menu-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px!important;overflow:visible!important;margin:0 0 24px!important;padding:0!important}
.menu-tab{width:100%;min-width:0!important;justify-content:flex-start;align-items:center;min-height:auto!important;padding:15px 16px!important;border-radius:18px!important}
.menu-tab .tab-emoji{font-size:20px}
.tab-text{gap:2px}
.tab-text strong{font-size:14px!important;line-height:1.2!important}
.tab-text small{font-size:11px!important;opacity:.78!important;margin-top:0!important}
.menu-tab.active .tab-text small{opacity:.88!important}
.menu-panels{background:#fffaf4!important;border:1px solid rgba(23,59,43,.12)!important;border-radius:26px!important;box-shadow:0 18px 38px rgba(40,33,23,.08)!important;overflow:hidden!important}
.menu-panel{display:none!important}
.menu-panel.active{display:grid!important;grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;grid-template-areas:"photos head" "photos list"!important;column-gap:32px!important;row-gap:18px!important;padding:28px!important}
.menu-panel-head{grid-area:head;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;padding:0!important;margin:0!important;border:0!important}
.menu-panel-head>div{display:block!important}
.menu-icon{display:none!important}
.menu-panel-head h3{max-width:none!important;font-family:"Playfair Display",serif!important;font-style:normal!important;font-size:clamp(2rem,3.1vw,2.7rem)!important;line-height:1.05!important;letter-spacing:-.02em!important;margin:0 0 8px!important;color:#173b2b!important}
.panel-subtitle{display:inline-flex!important;align-items:center;min-height:32px;margin-top:0!important;padding:6px 12px!important;border-radius:999px!important;background:rgba(212,91,43,.10)!important;border:1px solid rgba(212,91,43,.18)!important;color:#b3512d!important;font-size:.74rem!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:800!important}
.menu-count{font-size:.76rem!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#7a6e5c!important;border:1px solid rgba(23,59,43,.12)!important;border-radius:999px!important;padding:10px 12px!important;white-space:nowrap;background:#fff!important}
.menu-photo-strip.menu-photo-feature{grid-area:photos;display:flex!important;align-items:center;justify-content:center;aspect-ratio:1 / 1;min-height:0!important;max-height:none!important;height:auto!important;padding:18px!important;background:linear-gradient(180deg,#f8efd9 0%,#efe3cb 100%)!important;border:1px solid rgba(23,59,43,.08)!important;border-radius:24px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)!important;margin:0!important}
.menu-photo-strip.menu-photo-feature img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;object-position:center center!important;border-radius:18px!important}
.menu-list{grid-area:list;display:grid!important;grid-template-columns:1fr 1fr!important;column-gap:24px!important;row-gap:0!important;margin:0!important}
.menu-row{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:baseline!important;gap:8px!important;padding:12px 0!important;min-height:auto!important;border-bottom:1px solid rgba(23,59,43,.12)!important;font-size:.96rem!important}
.menu-name{font-weight:700!important;color:#2d302a!important}
.menu-dots{border-bottom:1px dotted rgba(23,59,43,.28)!important;transform:translateY(-2px)!important}
.menu-row strong{min-width:unset!important;padding:0!important;background:transparent!important;color:#173b2b!important;font-family:"Oswald",sans-serif!important;font-size:.95rem!important;text-align:right!important}
.menu-footnote{margin-top:20px!important;border-radius:18px!important;padding:18px 20px!important}
@media(max-width:1000px){
  .full-menu-head{grid-template-columns:1fr!important;gap:18px!important}
  .menu-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .menu-panel.active{grid-template-columns:1fr!important;grid-template-areas:"head" "photos" "list"!important}
  .menu-photo-strip.menu-photo-feature{aspect-ratio:4 / 3!important;max-width:560px;width:100%}
}
@media(max-width:640px){
  .full-menu-head h2{font-size:clamp(2.5rem,12vw,3.5rem)!important}
  .menu-tabs{grid-template-columns:1fr!important}
  .menu-tab{padding:14px 15px!important}
  .menu-panel.active{padding:22px!important}
  .menu-panel-head{flex-direction:column!important;align-items:flex-start!important}
  .menu-list{grid-template-columns:1fr!important}
  .menu-photo-strip.menu-photo-feature{aspect-ratio:4 / 3!important;padding:14px!important}
  .menu-footnote{flex-direction:column!important;align-items:flex-start!important}
}


/* ===== V28 BRANCH MAPS + KAWASAKI DETAILS ===== */
.branch-actions .branch-secondary{background:#efe1c3;color:#173b2b;border:1px solid rgba(23,59,43,.12)}
.branch-card-featured .branch-actions .branch-secondary{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22)}
.branch-map{margin-top:22px;border-radius:20px;overflow:hidden;border:1px solid rgba(28,44,33,.12);background:#efe6d5;box-shadow:0 12px 28px rgba(34,42,31,.07)}
.branch-card-featured .branch-map{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.04);box-shadow:none}
.branch-map iframe{display:block;width:100%;height:230px;border:0;filter:saturate(.98) contrast(1.02)}
@media(max-width:640px){.branch-map iframe{height:220px}}


/* ===== V29 PREMIUM BRANCH SHOWCASE ===== */
.branches{background:#f6eddc!important;padding-top:92px!important;padding-bottom:96px!important}
.branches .container{max-width:1220px}
.branches-head{display:grid!important;grid-template-columns:1fr .9fr;gap:38px;align-items:end!important;margin-bottom:22px!important}
.branches-head h2{font-size:clamp(3rem,6vw,5rem)!important;line-height:.92!important;letter-spacing:-.03em!important;margin:.12em 0 0!important;color:#18281e!important}
.branches-head p{max-width:540px!important;justify-self:end;color:#685f51!important;line-height:1.75!important;margin:0!important}
.shared-menu-note{display:inline-flex;align-items:center;gap:8px;margin:6px 0 28px;padding:9px 14px;border-radius:999px;background:#fff8eb;border:1px solid rgba(23,59,43,.12);color:#4d5549;font-size:.84rem;font-weight:700}
.shared-menu-note:before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#173b2b;color:#fff;font-size:.72rem}
.branch-showcase{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;margin-top:0!important;align-items:stretch}
.branch-showcase .branch-card{display:flex;flex-direction:column;min-width:0;background:#fffaf1!important;color:#263128!important;border:1px solid rgba(23,59,43,.11)!important;border-radius:24px!important;padding:28px!important;box-shadow:0 16px 38px rgba(50,43,31,.07)!important}
.branch-showcase .branch-card-kamata{background:linear-gradient(180deg,#fffaf1 0%,#f6efe0 100%)!important}
.branch-showcase .branch-card-kawasaki{background:linear-gradient(180deg,#fffaf1 0%,#f8f1e5 100%)!important}
.branch-heading{min-height:118px;display:flex;align-items:flex-start}
.branch-topline{margin-bottom:8px!important;color:#b75b32!important;font-size:11px!important;letter-spacing:.18em!important}
.branch-showcase .branch-card h3{font-size:clamp(2.15rem,3.1vw,3rem)!important;line-height:1!important;letter-spacing:-.02em!important;color:#173b2b!important;margin:0!important}
.branch-city{font-size:1.7rem!important;line-height:1.1!important;color:#b75b32!important;margin:7px 0 0!important}
.branch-description{min-height:74px;margin:14px 0 20px!important;color:#655d52!important;line-height:1.65!important;font-size:.96rem}
.branch-info-list{display:grid;gap:0;border-top:1px solid rgba(23,59,43,.1);margin-top:0}
.branch-info-item{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;padding:14px 0;border-bottom:1px solid rgba(23,59,43,.1);min-height:72px}
.branch-info-item.branch-info-address{min-height:112px}
.branch-info-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#efe2c7;color:#173b2b;font-weight:800;font-size:.8rem;margin-top:1px}
.branch-info-item>div{display:grid;gap:4px}
.branch-info-item strong{font-family:"Oswald",sans-serif;text-transform:uppercase;font-size:.72rem;letter-spacing:.1em;color:#173b2b}
.branch-info-item span,.branch-info-item a{color:#5d594f;line-height:1.5;font-size:.9rem}
.branch-actions{display:flex!important;gap:10px!important;align-items:center;margin-top:20px!important;min-height:46px}
.branch-actions .btn{min-height:44px!important;padding:0 18px!important;border-radius:999px!important;font-size:.78rem!important;box-shadow:none!important}
.branch-actions .primary{background:#e85a24!important;color:#fff!important;border-color:#e85a24!important}
.branch-actions .branch-secondary{background:#f0e1c3!important;color:#173b2b!important;border:1px solid rgba(23,59,43,.12)!important}
.branch-map{margin-top:18px!important;border-radius:18px!important;overflow:hidden!important;border:1px solid rgba(23,59,43,.11)!important;background:#eee5d6!important;box-shadow:none!important}
.branch-map iframe{display:block!important;width:100%!important;height:195px!important;border:0!important}
@media(max-width:900px){
  .branches-head{grid-template-columns:1fr!important;gap:16px!important}
  .branches-head p{justify-self:start!important}
  .branch-showcase{grid-template-columns:1fr!important}
  .branch-heading,.branch-description{min-height:0!important}
  .branch-info-item.branch-info-address{min-height:0!important}
}
@media(max-width:600px){
  .branches{padding-top:68px!important;padding-bottom:72px!important}
  .branch-showcase .branch-card{padding:22px!important;border-radius:20px!important}
  .branch-actions{flex-wrap:wrap!important}
  .branch-actions .btn{flex:1 1 150px!important}
  .branch-map iframe{height:205px!important}
}


/* ===== V30 MENU + BRANCH REFINEMENT ===== */
.full-menu{
  background:linear-gradient(180deg,#fbf4e8 0%,#f6ecda 100%)!important;
  padding-top:94px!important;
  padding-bottom:98px!important;
}
.full-menu .container{max-width:1230px!important}
.full-menu-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.92fr)!important;
  gap:26px!important;
  align-items:end!important;
  margin-bottom:16px!important;
}
.full-menu-head h2{
  font-size:clamp(3rem,5.2vw,4.7rem)!important;
  letter-spacing:-.035em!important;
  line-height:.94!important;
}
.full-menu-head p{
  max-width:560px!important;
  margin:0!important;
  color:#685f53!important;
}
.menu-shared-note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 24px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,250,241,.82);
  border:1px solid rgba(23,59,43,.10);
  color:#485247;
  font-size:.84rem;
  font-weight:700;
}
.menu-shared-note::before{
  content:"✓";
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  border-radius:50%;
  background:#173b2b;
  color:#fff;
  font-size:.68rem;
}
.menu-tabs{
  gap:10px!important;
  margin:0 0 18px!important;
}
.menu-tab{
  min-height:76px!important;
  padding:14px 16px!important;
  border-radius:20px!important;
  border:1px solid rgba(23,59,43,.10)!important;
  background:rgba(255,250,244,.92)!important;
  box-shadow:0 8px 18px rgba(52,43,28,.04)!important;
}
.menu-tab .tab-emoji{display:none!important}
.menu-tab .tab-text{display:grid;gap:5px}
.menu-tab .tab-text strong{
  font-size:1rem!important;
  line-height:1.15!important;
  color:#173b2b!important;
  letter-spacing:-.01em;
}
.menu-tab .tab-text small{
  font-size:.7rem!important;
  letter-spacing:.14em!important;
  text-transform:uppercase;
  color:#b46039!important;
  opacity:1!important;
}
.menu-tab.active{
  background:#173b2b!important;
  border-color:#173b2b!important;
  box-shadow:0 14px 28px rgba(23,59,43,.14)!important;
}
.menu-tab.active .tab-text strong,
.menu-tab.active .tab-text small{color:#fff!important}
.menu-panels{
  background:#fffaf2!important;
  border:1px solid rgba(23,59,43,.10)!important;
  border-radius:28px!important;
  box-shadow:0 22px 50px rgba(55,44,28,.08)!important;
}
.menu-panel.active{
  grid-template-columns:minmax(330px,.85fr) minmax(0,1.15fr)!important;
  grid-template-areas:"photos head" "photos list"!important;
  column-gap:34px!important;
  row-gap:16px!important;
  padding:24px!important;
}
.menu-panel-head{
  align-items:flex-start!important;
  gap:16px!important;
}
.menu-panel-head h3{
  font-size:clamp(2.15rem,3vw,3.15rem)!important;
  line-height:.97!important;
  margin:0 0 10px!important;
}
.panel-subtitle{
  background:#fff3ea!important;
  border-color:rgba(212,91,43,.16)!important;
  color:#b55d33!important;
}
.menu-count{
  align-self:flex-start;
  background:#fff!important;
  color:#7b705e!important;
  border-color:rgba(23,59,43,.10)!important;
}
.menu-photo-strip.menu-photo-feature{
  aspect-ratio:4 / 3!important;
  padding:0!important;
  background:linear-gradient(180deg,#f4ead6 0%,#eadcc4 100%)!important;
  overflow:hidden!important;
  border-radius:24px!important;
  border:1px solid rgba(23,59,43,.08)!important;
}
.menu-photo-strip.menu-photo-feature img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
}
.menu-list{
  column-gap:22px!important;
  align-content:start!important;
}
.menu-row{
  padding:13px 0!important;
  border-bottom:1px solid rgba(23,59,43,.10)!important;
}
.menu-name{
  font-size:.98rem!important;
  letter-spacing:-.01em;
}
.menu-dots{border-bottom:1px dotted rgba(23,59,43,.22)!important}
.menu-row strong{
  color:#173b2b!important;
  font-size:.98rem!important;
  letter-spacing:0!important;
}
.menu-footnote{
  margin-top:18px!important;
  padding:18px 22px!important;
  border-radius:18px!important;
  background:#173b2b!important;
  color:#fff!important;
  box-shadow:none!important;
}
.menu-footnote a{color:#dfbc68!important}

.branches{
  background:linear-gradient(180deg,#f8efde 0%,#f5ebd9 100%)!important;
}
.branches-head h2{font-size:clamp(2.8rem,5vw,4.5rem)!important}
.shared-menu-note{
  background:#fffaf2!important;
  border-color:rgba(23,59,43,.10)!important;
  color:#4c5548!important;
}
.branch-showcase{gap:20px!important}
.branch-showcase .branch-card{
  padding:26px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fffaf2 0%,#f8f0e3 100%)!important;
}
.branch-showcase .branch-card-kawasaki{background:linear-gradient(180deg,#fffaf2 0%,#faf2e8 100%)!important}
.branch-heading{min-height:104px!important}
.branch-showcase .branch-card h3{
  font-size:clamp(2rem,2.8vw,2.65rem)!important;
}
.branch-city{
  font-size:1.55rem!important;
}
.branch-description{
  min-height:66px;
  margin:10px 0 18px!important;
}
.branch-info-item{padding:13px 0!important;min-height:66px!important}
.branch-info-item.branch-info-address{min-height:104px!important}
.branch-actions .btn{min-height:42px!important;padding:0 17px!important}
.branch-map{margin-top:16px!important}
.branch-map iframe{height:188px!important}
@media(max-width:1000px){
  .full-menu-head{grid-template-columns:1fr!important;gap:14px!important}
  .menu-panel.active{grid-template-columns:1fr!important;grid-template-areas:"head" "photos" "list"!important;padding:22px!important}
  .menu-photo-strip.menu-photo-feature{max-width:100%!important}
}
@media(max-width:700px){
  .full-menu{padding-top:74px!important;padding-bottom:76px!important}
  .menu-tabs{grid-template-columns:1fr!important}
  .menu-tab{min-height:68px!important;padding:14px 15px!important}
  .menu-panel-head{flex-direction:column!important}
  .menu-count{align-self:flex-start!important}
  .menu-photo-strip.menu-photo-feature{aspect-ratio:4/3!important}
  .menu-list{grid-template-columns:1fr!important}
  .menu-footnote{flex-direction:column!important;align-items:flex-start!important}
  .branches{padding-top:70px!important;padding-bottom:72px!important}
  .branch-showcase .branch-card{padding:22px!important}
  .branch-heading,.branch-description,.branch-info-item.branch-info-address{min-height:0!important}
  .branch-map iframe{height:200px!important}
}


/* ===== V31 FULL-HEIGHT MENU PHOTO COLUMN ===== */
@media(min-width:1001px){
  .menu-panel.active{
    align-items:stretch!important;
    grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)!important;
    grid-template-areas:"photos head" "photos list"!important;
  }

  .menu-panel-head,
  .menu-list{
    align-self:start!important;
  }

  .menu-photo-strip.menu-photo-feature{
    align-self:stretch!important;
    height:100%!important;
    min-height:100%!important;
    aspect-ratio:auto!important;
    display:block!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:24px!important;
  }

  .menu-photo-strip.menu-photo-feature img{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}


/* ===== V32 FAVICON + RIGHT MESSENGER ===== */
.messenger-widget{left:auto!important;right:18px!important;bottom:18px!important}
@media(max-width:650px){.messenger-widget{right:14px!important;left:auto!important;bottom:14px!important}}


/* ===== V33 EDITORIAL RESTAURANT REDESIGN ===== */
/* Less UI-kit, more independent restaurant editorial design. */

/* Shared section language */
.full-menu,
.branches{
  background:#f6eddc!important;
}
.full-menu .container,
.branches .container{
  max-width:1240px!important;
}
.full-menu .section-label,
.branches .section-label{
  color:#9f4e2d!important;
  letter-spacing:.14em!important;
  font-size:10px!important;
}

/* ---------------- MENU ---------------- */
.full-menu{
  padding-top:96px!important;
  padding-bottom:104px!important;
}
.full-menu-head{
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.72fr)!important;
  gap:54px!important;
  margin-bottom:18px!important;
}
.full-menu-head h2{
  font-family:"Playfair Display",Georgia,serif!important;
  font-style:italic!important;
  font-size:clamp(3.2rem,6vw,5.4rem)!important;
  font-weight:700!important;
  color:#173b2b!important;
  line-height:.92!important;
  letter-spacing:-.045em!important;
}
.full-menu-head p{
  color:#60594d!important;
  font-size:.98rem!important;
  line-height:1.8!important;
}
.menu-shared-note{
  display:block!important;
  margin:0 0 28px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#7a705f!important;
  font-size:.78rem!important;
  font-weight:600!important;
  letter-spacing:.02em!important;
}
.menu-shared-note::before{
  content:""!important;
  display:inline-block!important;
  width:28px!important;
  height:1px!important;
  border-radius:0!important;
  background:#b45d38!important;
  margin-right:10px!important;
  vertical-align:middle!important;
}
.menu-visual-strip{display:none!important}

/* Plain editorial category nav instead of 6 mini cards */
.menu-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:0 26px!important;
  margin:0 0 30px!important;
  padding:0!important;
  border-bottom:1px solid rgba(23,59,43,.16)!important;
  overflow:visible!important;
}
.menu-tab{
  position:relative!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0 0 13px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#70685a!important;
}
.menu-tab::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:transparent;
}
.menu-tab:hover{background:transparent!important;color:#173b2b!important}
.menu-tab.active{
  background:transparent!important;
  color:#173b2b!important;
  box-shadow:none!important;
}
.menu-tab.active::after{background:#d85b2d!important}
.menu-tab .tab-emoji{display:none!important}
.menu-tab .tab-text{display:block!important;text-align:left!important}
.menu-tab .tab-text strong{
  display:block!important;
  color:inherit!important;
  font-size:.92rem!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.menu-tab .tab-text small{
  display:none!important;
}

/* Split editorial panel: image owns full left side, content breathes on right */
.menu-panels{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.menu-panel{display:none!important}
.menu-panel.active{
  display:grid!important;
  grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr)!important;
  grid-template-areas:"photos head" "photos list"!important;
  grid-template-rows:auto 1fr!important;
  column-gap:46px!important;
  row-gap:22px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
.menu-photo-strip.menu-photo-feature{
  grid-area:photos!important;
  align-self:stretch!important;
  height:100%!important;
  min-height:100%!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:2px!important;
  background:#e9ddc7!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.menu-photo-strip.menu-photo-feature img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
}
.menu-panel-head{
  grid-area:head!important;
  align-items:flex-end!important;
  padding:2px 0 16px!important;
  margin:0!important;
  border-bottom:1px solid rgba(23,59,43,.16)!important;
}
.menu-panel-head>div{display:block!important}
.menu-icon{display:none!important}
.menu-panel-head h3{
  font-family:"Playfair Display",Georgia,serif!important;
  font-style:italic!important;
  font-size:clamp(2.5rem,4vw,4.2rem)!important;
  font-weight:700!important;
  line-height:.95!important;
  letter-spacing:-.04em!important;
  color:#173b2b!important;
  margin:0 0 7px!important;
}
.panel-subtitle{
  display:block!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#a65231!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:.72rem!important;
  font-weight:700!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
.menu-count{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#8a806f!important;
  font-size:.7rem!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.menu-list{
  grid-area:list!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  column-gap:30px!important;
  align-content:start!important;
  margin:0!important;
}
.menu-row{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  gap:8px!important;
  align-items:baseline!important;
  min-height:0!important;
  padding:11px 0!important;
  border-bottom:1px solid rgba(23,59,43,.11)!important;
  background:transparent!important;
  font-size:.92rem!important;
}
.menu-name{
  color:#252a24!important;
  font-weight:600!important;
}
.menu-dots{
  border-bottom:1px dotted rgba(23,59,43,.24)!important;
  transform:translateY(-3px)!important;
}
.menu-row strong{
  padding:0!important;
  min-width:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#173b2b!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:.88rem!important;
  font-weight:700!important;
}
.menu-footnote{
  margin-top:28px!important;
  padding:16px 0 0!important;
  border-top:1px solid rgba(23,59,43,.16)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#6f6658!important;
  box-shadow:none!important;
}
.menu-footnote div{color:#6f6658!important}
.menu-footnote strong{color:#173b2b!important}
.menu-footnote a{color:#a65231!important}

/* ---------------- LOCATIONS ---------------- */
.branches{
  padding-top:96px!important;
  padding-bottom:108px!important;
  border-top:1px solid rgba(23,59,43,.08)!important;
}
.branches-head{
  grid-template-columns:minmax(0,1fr) minmax(300px,.75fr)!important;
  gap:54px!important;
  margin-bottom:12px!important;
}
.branches-head h2{
  font-family:"Playfair Display",Georgia,serif!important;
  font-style:italic!important;
  font-size:clamp(3.2rem,5.8vw,5rem)!important;
  letter-spacing:-.04em!important;
  line-height:.92!important;
  color:#173b2b!important;
}
.branches-head p{
  color:#60594d!important;
  line-height:1.8!important;
}
.shared-menu-note{
  display:block!important;
  margin:0 0 32px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#7a705f!important;
  font-size:.78rem!important;
  font-weight:600!important;
}
.shared-menu-note::before{
  content:""!important;
  display:inline-block!important;
  width:28px!important;
  height:1px!important;
  border-radius:0!important;
  background:#b45d38!important;
  margin-right:10px!important;
  vertical-align:middle!important;
}
.branch-showcase{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  margin-top:0!important;
  align-items:start!important;
  border-top:1px solid rgba(23,59,43,.16)!important;
}
.branch-showcase .branch-card{
  display:block!important;
  min-width:0!important;
  padding:34px 42px 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#273028!important;
}
.branch-showcase .branch-card-kawasaki{
  padding:34px 0 0 42px!important;
  border-left:1px solid rgba(23,59,43,.16)!important;
  background:transparent!important;
}
.branch-heading{
  display:block!important;
  min-height:0!important;
  margin-bottom:12px!important;
}
.branch-topline{
  margin:0 0 8px!important;
  color:#a65231!important;
  font-size:10px!important;
  letter-spacing:.17em!important;
}
.branch-showcase .branch-card h3{
  font-family:"Oswald",sans-serif!important;
  font-size:clamp(2.25rem,3.5vw,3.25rem)!important;
  line-height:.96!important;
  letter-spacing:-.025em!important;
  color:#173b2b!important;
  margin:0!important;
}
.branch-city{
  margin:7px 0 0!important;
  color:#a65231!important;
  font-family:"Playfair Display",Georgia,serif!important;
  font-style:italic!important;
  font-size:1.65rem!important;
  line-height:1.1!important;
}
.branch-description{
  min-height:0!important;
  max-width:520px!important;
  margin:14px 0 24px!important;
  color:#615a4e!important;
  line-height:1.7!important;
  font-size:.92rem!important;
}
.branch-info-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin:0!important;
  border-top:1px solid rgba(23,59,43,.13)!important;
}
.branch-info-item{
  display:grid!important;
  grid-template-columns:90px 1fr!important;
  gap:18px!important;
  min-height:0!important;
  padding:13px 0!important;
  border-bottom:1px solid rgba(23,59,43,.10)!important;
}
.branch-info-item.branch-info-address{min-height:0!important}
.branch-info-icon{display:none!important}
.branch-info-item>div{
  display:contents!important;
}
.branch-info-item strong{
  align-self:start!important;
  color:#173b2b!important;
  font-family:"Oswald",sans-serif!important;
  font-size:.69rem!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.branch-info-item span,
.branch-info-item a{
  color:#554f46!important;
  font-size:.88rem!important;
  line-height:1.55!important;
}
.branch-actions{
  display:flex!important;
  gap:18px!important;
  align-items:center!important;
  min-height:0!important;
  margin-top:20px!important;
}
.branch-actions .btn{
  min-height:0!important;
  padding:0 0 5px!important;
  border:0!important;
  border-bottom:1px solid currentColor!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:.78rem!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
}
.branch-actions .primary{
  color:#c95227!important;
  background:transparent!important;
  border-color:#c95227!important;
}
.branch-actions .branch-secondary{
  color:#173b2b!important;
  background:transparent!important;
  border-color:#173b2b!important;
}
.branch-map{
  margin-top:22px!important;
  border:0!important;
  border-radius:2px!important;
  overflow:hidden!important;
  background:#e9dfce!important;
  box-shadow:none!important;
}
.branch-map iframe{
  display:block!important;
  width:100%!important;
  height:190px!important;
  border:0!important;
}

@media(max-width:1000px){
  .full-menu-head,
  .branches-head{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .menu-tabs{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:22px!important;
    scrollbar-width:none!important;
  }
  .menu-tabs::-webkit-scrollbar{display:none!important}
  .menu-tab{flex:0 0 auto!important}
  .menu-panel.active{
    grid-template-columns:1fr!important;
    grid-template-areas:"head" "photos" "list"!important;
    gap:22px!important;
  }
  .menu-photo-strip.menu-photo-feature{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
  }
  .branch-showcase{
    grid-template-columns:1fr!important;
  }
  .branch-showcase .branch-card,
  .branch-showcase .branch-card-kawasaki{
    padding:30px 0!important;
    border-left:0!important;
  }
  .branch-showcase .branch-card-kawasaki{
    border-top:1px solid rgba(23,59,43,.16)!important;
  }
}

@media(max-width:650px){
  .full-menu,
  .branches{
    padding-top:72px!important;
    padding-bottom:78px!important;
  }
  .menu-list{grid-template-columns:1fr!important}
  .menu-panel-head{
    flex-direction:row!important;
    align-items:flex-end!important;
  }
  .menu-panel-head h3{font-size:2.45rem!important}
  .menu-count{font-size:.65rem!important}
  .menu-photo-strip.menu-photo-feature{aspect-ratio:4/3!important}
  .menu-footnote{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
  }
  .branch-info-item{
    grid-template-columns:72px 1fr!important;
    gap:12px!important;
  }
  .branch-actions{
    flex-wrap:wrap!important;
    gap:16px!important;
  }
  .branch-map iframe{height:205px!important}
}


/* ===== V34 BRANCH ALIGNMENT FIX ===== */
@media(min-width:1001px){
  .branch-showcase{
    align-items:stretch!important;
  }

  .branch-showcase .branch-card,
  .branch-showcase .branch-card-kawasaki{
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto auto!important;
    align-content:start!important;
    height:100%!important;
  }

  .branch-heading{
    min-height:108px!important;
    margin-bottom:10px!important;
  }

  .branch-description{
    min-height:78px!important;
    margin:14px 0 20px!important;
  }

  .branch-info-list{
    align-self:stretch!important;
  }

  .branch-actions{
    margin-top:18px!important;
    min-height:32px!important;
  }

  .branch-map{
    margin-top:18px!important;
    align-self:end!important;
  }

  .branch-map iframe{
    height:190px!important;
  }
}


/* ===== V35 MENU TAB COLOR + BRANCH-BASED TABEHOUDDAI ===== */
.menu-tab:hover,
.menu-tab:hover .tab-text strong,
.menu-tab:hover .tab-text small,
.menu-tab.active,
.menu-tab.active .tab-text strong,
.menu-tab.active .tab-text small{
  color:#173b2b!important;
}
.menu-tab:hover::after,
.menu-tab.active::after{
  background:#d85b2d!important;
}

.tabehoudai-branches{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:18px;
  border-bottom:1px solid rgba(38,61,39,.18);
  padding-bottom:12px;
}
.tabe-branch-card{
  padding:6px 0 0;
}
.tabe-branch-card + .tabe-branch-card{
  border-left:1px solid rgba(38,61,39,.16);
  padding-left:28px;
}
.tabe-branch-head{
  margin-bottom:14px;
}
.tabe-branch-label{
  display:block;
  font-family:"Oswald",sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.17em;
  color:var(--rust);
  margin-bottom:8px;
}
.tabe-branch-head h3{
  font-size:clamp(30px,3vw,40px);
  line-height:1;
  margin:0 0 8px;
  color:var(--ink);
}
.tabe-branch-head p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:#625b4f;
}
.tabe-branch-head p strong{
  color:var(--olive);
}
.tabe-branch-schedule{
  display:grid;
  gap:0;
}
.tabe-day-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:18px 0;
  border-top:1px solid rgba(38,61,39,.14);
}
.tabe-day-row-highlight{
  background:rgba(38,61,39,.05);
  margin:0 -12px;
  padding:18px 12px;
}
.tabe-day-name{
  display:block;
  font-family:"Oswald",sans-serif;
  font-size:20px;
  font-weight:700;
  letter-spacing:.04em;
  color:var(--ink);
  margin-bottom:4px;
}
.tabe-day-row small{
  display:block;
  font-size:13px;
  line-height:1.55;
  color:#625b4f;
}
.tabe-day-row strong{
  font-family:"Oswald",sans-serif;
  font-size:18px;
  color:var(--rust);
  white-space:nowrap;
}

@media(max-width:900px){
  .tabehoudai-branches{
    grid-template-columns:1fr;
    gap:22px;
  }
  .tabe-branch-card + .tabe-branch-card{
    border-left:0;
    border-top:1px solid rgba(38,61,39,.16);
    padding-left:0;
    padding-top:22px;
  }
}
@media(max-width:620px){
  .tabe-day-row{
    grid-template-columns:1fr;
    gap:8px;
    align-items:flex-start;
  }
  .tabe-day-row strong{
    white-space:normal;
  }
}


/* ===== V36 TABEHOUDDAI CAROUSEL REDESIGN ===== */
.tabehoudai{
  background:#f6ead2!important;
}
.tabehoudai-head h2{
  max-width:760px;
}
.weekend-shared{
  margin-top:8px;
  background:transparent!important;
}
.tabe-branch-switcher{
  display:inline-flex;
  gap:26px;
  margin:28px 0 14px;
  border-bottom:1px solid rgba(23,59,43,.18);
}
.tabe-switch{
  position:relative;
  appearance:none;
  border:0;
  background:transparent;
  padding:0 0 10px;
  color:#786e60;
  font-family:"DM Sans",sans-serif;
  font-size:.9rem;
  font-weight:700;
  cursor:pointer;
}
.tabe-switch::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:transparent;
}
.tabe-switch:hover,
.tabe-switch.active{
  color:#173b2b;
}
.tabe-switch.active::after{
  background:#d85b2d;
}
.tabehoudai-branches{
  display:block!important;
  margin-top:0!important;
  padding:0!important;
  border:0!important;
}
.tabe-branch-card,
.tabe-branch-card + .tabe-branch-card{
  display:none!important;
  border:0!important;
  padding:0!important;
}
.tabe-branch-card.active{
  display:grid!important;
  grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);
  gap:54px;
  align-items:start;
  padding:34px 0 22px!important;
}
.tabe-branch-head{
  position:sticky;
  top:110px;
  margin:0!important;
  padding:6px 0 0;
}
.tabe-branch-label{
  color:#d85b2d!important;
}
.tabe-branch-head h3{
  font-size:clamp(2.6rem,4.3vw,4.7rem)!important;
  line-height:.92!important;
  letter-spacing:-.03em;
  margin:0 0 16px!important;
  max-width:10ch;
}
.tabe-branch-head p{
  max-width:360px;
  font-size:.95rem!important;
}
.tabe-branch-schedule{
  background:#fffaf0;
  border:1px solid rgba(23,59,43,.1);
  border-radius:0;
  padding:4px 26px;
}
.tabe-day-row,
.tabe-day-row-highlight{
  margin:0!important;
  padding:22px 0!important;
  background:transparent!important;
  border-top:1px solid rgba(23,59,43,.12)!important;
}
.tabe-day-row:first-child{
  border-top:0!important;
}
.tabe-day-name{
  font-size:1.35rem!important;
}
.tabe-day-row strong{
  color:#d85b2d!important;
}
.tabe-branch-nav{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  margin:6px 0 28px;
  padding-top:18px;
  border-top:1px solid rgba(23,59,43,.14);
}
.tabe-nav-btn{
  justify-self:start;
  border:0;
  background:transparent;
  color:#173b2b;
  padding:0 0 4px;
  border-bottom:1px solid currentColor;
  font:700 .82rem "DM Sans",sans-serif;
  cursor:pointer;
}
.tabe-nav-next{
  justify-self:end;
  color:#d85b2d;
}
.tabe-nav-status{
  display:grid;
  gap:2px;
  text-align:center;
  color:#173b2b;
}
.tabe-nav-status strong{
  font-family:"Oswald",sans-serif;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.8rem;
}
.tabe-nav-status small{
  color:#877b69;
  font-size:.7rem;
}
.weekly-menu-compact{
  background:#173b2b!important;
  border-radius:0!important;
}
.weekly-menu-button{
  border-radius:0!important;
  background:transparent!important;
  border:1px solid rgba(255,255,255,.55)!important;
  color:#fff!important;
}
.weekly-menu-button:hover{
  background:#fff!important;
  color:#173b2b!important;
}
@media(max-width:900px){
  .tabe-branch-card.active{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .tabe-branch-head{
    position:static!important;
  }
  .tabe-branch-head h3{
    max-width:none!important;
  }
}
@media(max-width:620px){
  .tabe-branch-switcher{
    width:100%;
    justify-content:space-between;
  }
  .tabe-branch-schedule{
    padding:2px 18px;
  }
  .tabe-branch-nav{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .tabe-nav-status{
    grid-column:1/-1;
    grid-row:1;
  }
  .tabe-nav-btn{grid-row:2}
}
