/*
Theme Name: Cafe Laki
Theme URI: https://cafe-laki.jp
Author: cafe Laki
Description: ペットフレンドリーなカフェ＆GINバー「cafe Laki」公式テーマ
Version: 3.6.5
License: Private
Text Domain: laki
*/

/* =====================================================
   VARIABLES — Dark Sage Green + Cream
===================================================== */
:root {
  --green:        #3a6052;
  --green-deep:   #1e3328;
  --green-mid:    #4f7a68;
  --green-light:  #7aab94;
  --green-pale:   #c8ddd6;
  --cream:        #f0e8d0;
  --cream-light:  #faf6ed;
  --cream-dark:   #e0d4b8;
  --text-dark:    #1a2a24;
  --text-mid:     #3d5a4e;
  --text-muted:   #7a9a8c;
  --white:        #fefcf8;

  /* WordPress互換エイリアス */
  --color-bg:     #f5f0e8;
  --color-dark:   #1e3328;
  --color-brown:  #3a6052;
  --color-warm:   #4f7a68;
  --color-accent: #7aab94;
  --color-light:  #c8ddd6;
  --color-white:  #faf6ed;
  --color-text:   #1a2a24;
  --color-muted:  #7a9a8c;

  --font-serif: 'Cormorant Garamond', 'Noto Serif JP', Georgia, serif;
  --font-sans:  'Jost', 'Noto Sans JP', sans-serif;
  --nav-h: 70px;
  --pad: clamp(24px,5vw,80px);
  --sec-pad: clamp(70px,10vw,130px);
  --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); background: var(--cream-light); color: var(--text-dark); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4 { font-family: var(--font-serif); font-weight: 400; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.sec  { padding: var(--sec-pad) 0; }

/* =====================================================
   OPENING ANIMATION
===================================================== */
#opening {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  pointer-events: all; overflow: hidden;
}
.op-rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.op-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(240,232,208,.12); animation: ringPulse 3s ease-out infinite; }
.op-ring:nth-child(1) { width: 200px; height: 200px; animation-delay: 0s; }
.op-ring:nth-child(2) { width: 400px; height: 400px; animation-delay: 0.2s; }
.op-ring:nth-child(3) { width: 600px; height: 600px; animation-delay: 0.4s; }
.op-ring:nth-child(4) { width: 800px; height: 800px; animation-delay: 0.6s; }
.op-ring:nth-child(5) { width: 1100px; height: 1100px; animation-delay: 0.8s; }
@keyframes ringPulse { 0%{opacity:0;transform:scale(.7)} 40%{opacity:1} 100%{opacity:0;transform:scale(1.1)} }
.op-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.op-particle { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--cream); animation: particleFly 2.5s ease-out forwards; opacity: 0; }
@keyframes particleFly { 0%{opacity:0;transform:translate(0,0) scale(0)} 20%{opacity:1} 100%{opacity:0;transform:translate(var(--tx), var(--ty)) scale(1.5)} }
.op-logo-wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0; animation: opLogoIn 1s cubic-bezier(.16,1,.3,1) .4s both; }
@keyframes opLogoIn { from{opacity:0;transform:scale(.5) translateY(30px)} to{opacity:1;transform:scale(1) translateY(0)} }
.op-svg { width: 140px; height: 140px; animation: opSvgPop .6s cubic-bezier(.34,1.56,.64,1) .9s both; filter: drop-shadow(0 0 40px rgba(240,232,208,.35)); object-fit: contain; }
@keyframes opSvgPop { from{transform:scale(0) rotate(-20deg)} to{transform:scale(1) rotate(0deg)} }
.op-name { font-family: var(--font-serif); font-size: clamp(3.5rem,8vw,6.5rem); color: var(--cream); letter-spacing: .04em; line-height: 1; animation: opNameSlide .8s cubic-bezier(.16,1,.3,1) 1.1s both; }
@keyframes opNameSlide { from{opacity:0;transform:translateY(20px);letter-spacing:.3em} to{opacity:1;transform:translateY(0);letter-spacing:.04em} }
.op-sub { font-size: clamp(.65rem,.9vw,.8rem); letter-spacing: .4em; color: rgba(240,232,208,.55); text-transform: uppercase; margin-top: 8px; animation: opFadeIn .6s ease 1.5s both; }
.op-catch { margin-top: 28px; font-size: clamp(1rem,2vw,1.3rem); color: var(--green-pale); font-family: var(--font-serif); font-style: italic; letter-spacing: .08em; min-height: 1.6em; animation: opFadeIn .4s ease 1.8s both; }
@keyframes opFadeIn { from{opacity:0} to{opacity:1} }
.op-shutter-top, .op-shutter-btm { position: absolute; left: 0; right: 0; background: var(--green); z-index: 3; transform: scaleY(0); }
.op-shutter-top { top: 0; height: 55%; transform-origin: top; }
.op-shutter-btm { bottom: 0; height: 55%; transform-origin: bottom; }
#opening.leaving .op-shutter-top, #opening.leaving .op-shutter-btm { animation: shutterClose .5s cubic-bezier(.7,0,.3,1) forwards; }
#opening.leaving .op-shutter-top { animation-delay: 0s; }
#opening.leaving .op-shutter-btm { animation-delay: .05s; }
@keyframes shutterClose { to{transform:scaleY(1)} }
#opening.gone { display: none; }

/* =====================================================
   HEADER
===================================================== */
#hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 500; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); transition: background .4s, box-shadow .4s; }
#hdr.scrolled { background: rgba(240,232,208,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(58,96,82,.1); }
.logo { font-family: var(--font-serif); font-size: 1.25rem; letter-spacing: .1em; color: var(--cream); transition: color .4s; line-height: 1.1; }
.logo small { display: block; font-family: var(--font-sans); font-size: .55rem; letter-spacing: .35em; font-weight: 300; opacity: .6; text-transform: uppercase; }
.logo--img { display: flex; align-items: center; }
.logo-img { height: 44px; width: auto; filter: brightness(1.1); transition: filter .4s, opacity .4s; }
#hdr.scrolled .logo-img { filter: brightness(0) saturate(100%) invert(22%) sepia(27%) saturate(596%) hue-rotate(119deg) brightness(87%) contrast(90%); }
#hdr.scrolled .logo { color: var(--green); }

/* WP nav */
.nav-d { display: flex; gap: clamp(18px,2.5vw,40px); align-items: center; }
.nav-d ul { display: flex; gap: clamp(18px,2.5vw,40px); align-items: center; list-style: none; margin: 0; padding: 0; }
.nav-d li { position: relative; }
.nav-d a { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(240,232,208,.8); transition: color .3s; position: relative; }
.nav-d a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--green-light); transform: scaleX(0); transition: transform .3s; }
.nav-d a:hover { color: var(--cream); }
.nav-d a:hover::after { transform: scaleX(1); }
#hdr.scrolled .nav-d a { color: var(--text-mid); }
#hdr.scrolled .nav-d a:hover { color: var(--green); }
.nav-pet { display: inline-flex; align-items: center; gap: 5px; background: var(--green); color: var(--cream) !important; padding: 5px 12px; font-size: .62rem !important; letter-spacing: .15em !important; border-radius: 2px; transition: background .3s !important; }
.nav-pet::after { display: none !important; }
.nav-pet:hover { background: var(--green-mid) !important; }
.hbg { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hbg span { display: block; width: 22px; height: 1.5px; background: var(--cream); transition: all .3s; }
#hdr.scrolled .hbg span { background: var(--green); }

/* モバイルナビ */
.nav-m { display: none; position: fixed; inset: 0; background: var(--green-deep); z-index: 499; flex-direction: column; align-items: center; justify-content: center; gap: 32px; opacity: 0; pointer-events: none; transition: opacity .35s; }
.nav-m.open { display: flex; opacity: 1; pointer-events: all; }
.nav-m ul { display: flex; flex-direction: column; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-m a { font-family: var(--font-serif); font-size: 2.2rem; color: var(--cream); transition: color .3s; }
.nav-m a:hover { color: var(--green-light); }
.nav-m-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: var(--cream); font-size: 1.8rem; cursor: pointer; }

/* =====================================================
   HERO
===================================================== */
#hero { position: relative; height: 100svh; min-height: 620px; background: var(--green-deep); display: flex; align-items: flex-end; overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 25% 75%, rgba(122,171,148,.12) 0%, transparent 45%), radial-gradient(circle at 75% 25%, rgba(79,122,104,.1) 0%, transparent 40%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(240,232,208,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(240,232,208,.03) 1px, transparent 1px); background-size: 60px 60px; }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: transform 14s ease; }
#hero:hover .hero-img img { transform: scale(1.05); }
.hero-grad { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0,0,0,.45) 100%); }
.hero-pet-deco { position: absolute; top: 12%; right: 8%; opacity: .06; font-size: 240px; color: var(--cream); transform: rotate(10deg); pointer-events: none; }
.hero-body { position: relative; z-index: 2; width: 100%; padding: clamp(40px,6vw,90px) var(--pad); display: grid; grid-template-columns: 1fr auto; align-items: flex-end; gap: 40px; }
.hero-pet-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: var(--cream); padding: 6px 16px; font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 20px; animation: heroFadeUp .7s ease .3s both; }
@keyframes heroFadeUp { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
.hero-title { font-family: var(--font-serif); font-size: clamp(3.5rem,8vw,8rem); color: var(--cream); line-height: .9; letter-spacing: -.01em; margin-bottom: 20px; animation: heroFadeUp .8s ease .5s both; }
.hero-title em { display: block; font-style: normal; color: var(--green-light); font-size: .38em; letter-spacing: .3em; text-transform: uppercase; font-family: var(--font-sans); font-weight: 200; margin-bottom: 6px; }
.hero-catch { color: rgba(240,232,208,.7); font-size: clamp(.85rem,1.3vw,1rem); line-height: 2.1; font-weight: 300; max-width: 480px; animation: heroFadeUp .8s ease .7s both; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; animation: heroFadeUp .8s ease .9s both; }
.btn-g { display: inline-block; padding: 13px 30px; background: var(--green); color: var(--cream); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; transition: background .3s; }
.btn-g:hover { background: var(--green-mid); }
.btn-cr { display: inline-block; padding: 13px 30px; border: 1px solid rgba(240,232,208,.35); color: rgba(240,232,208,.8); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; transition: all .3s; }
.btn-cr:hover { border-color: var(--cream); color: var(--cream); }
.hero-stats { display: flex; flex-direction: column; gap: 20px; animation: heroFadeUp .8s ease 1.1s both; }
.stat { text-align: right; color: var(--cream); }
.stat-num { display: block; font-family: var(--font-serif); font-size: 2.4rem; line-height: 1; letter-spacing: -.02em; color: var(--green-light); }
.stat-label { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(240,232,208,.45); }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(240,232,208,.4); font-size: .58rem; letter-spacing: .3em; text-transform: uppercase; }
.hero-scroll::after { content: ''; display: block; width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(240,232,208,.4), transparent); animation: scrollDrop 2s ease infinite; }
@keyframes scrollDrop { 0%,100%{transform:scaleY(1);opacity:.4} 50%{transform:scaleY(.5);opacity:1} }

/* =====================================================
   PET SECTION
===================================================== */
#pet { background: var(--green); color: var(--cream); position: relative; overflow: hidden; }
#pet::before { content: ''; position: absolute; top: -60px; right: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(122,171,148,.18) 0%, transparent 70%); pointer-events: none; }
.pet-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.pet-text .label { display: flex; align-items: center; gap: 10px; font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--green-pale); margin-bottom: 16px; }
.pet-text .label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--green-light); }
.pet-text h2 { font-size: clamp(2.2rem,4.5vw,4rem); color: var(--cream); margin-bottom: 24px; line-height: 1.15; }
.pet-text h2 strong { display: block; font-style: italic; font-weight: 400; color: var(--green-pale); font-size: .55em; letter-spacing: .15em; }
.pet-text p { font-size: .9rem; line-height: 2.1; color: rgba(240,232,208,.7); margin-bottom: 18px; }
.pet-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pet-tag { display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px; background: rgba(240,232,208,.08); border: 1px solid rgba(240,232,208,.18); color: var(--cream); font-size: .72rem; letter-spacing: .12em; transition: background .3s; }
.pet-tag:hover { background: rgba(240,232,208,.14); }
.pet-visual { position: relative; }
.pet-visual-main { aspect-ratio: 4/5; background: rgba(240,232,208,.06); border: 1px solid rgba(240,232,208,.1); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; position: relative; overflow: hidden; }
.pet-visual-main::before { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(240,232,208,.08); }
.pet-visual-main > i { font-size: 90px; color: rgba(240,232,208,.12); }
.pet-visual-main span { font-family: var(--font-serif); font-size: 1.1rem; color: rgba(240,232,208,.3); letter-spacing: .15em; }
.pet-visual-main img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.pet-float-badge { position: absolute; bottom: -20px; right: -20px; width: 120px; height: 120px; border-radius: 50%; background: var(--cream); color: var(--green); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; text-align: center; box-shadow: 0 8px 40px rgba(0,0,0,.2); animation: floatBadge 4s ease-in-out infinite; }
@keyframes floatBadge { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.pet-float-badge i { font-size: 1.6rem; color: var(--green); }
.pet-float-badge span { font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; color: var(--green); }

/* =====================================================
   CONCEPT
===================================================== */
#concept { background: var(--cream-light); }
.concept-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.cs-half { position: relative; overflow: hidden; padding: 60px 50px; min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; }
.cs-half--day   { background-color: var(--cream-dark); }
.cs-half--night { background-color: var(--green-deep); color: var(--cream); }
.cs-icon { font-size: 64px; margin-bottom: 24px; position: relative; z-index: 1; }
.cs-half--day .cs-icon { color: var(--cream); }
.cs-half--night .cs-icon { color: var(--green-light); }
.cs-time { font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; margin-bottom: 10px; position: relative; z-index: 1; }
.cs-half--day .cs-time   { color: rgba(255,255,255,.8); }
.cs-half--night .cs-time { color: var(--green-pale); }
.cs-half h3 { font-size: clamp(1.6rem,2.5vw,2.4rem); margin-bottom: 14px; position: relative; z-index: 1; line-height: 1.2; }
.cs-half--day h3   { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.cs-half--night h3 { color: var(--cream); text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.cs-half p { font-size: .85rem; line-height: 1.9; position: relative; z-index: 1; }
.cs-half--day p   { color: rgba(255,255,255,.9); text-shadow: 0 1px 6px rgba(0,0,0,.45); }
.cs-half--night p { color: var(--cream); text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.cs-bg-text { display: none; }


/* =====================================================
   MENU
===================================================== */
#menu { background: var(--green-deep); color: var(--cream); }
.menu-hd { text-align: center; margin-bottom: 56px; }
.menu-hd .eyebrow { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--green-light); display: block; margin-bottom: 12px; }
.menu-hd h2 { font-size: clamp(2.2rem,4vw,3.8rem); color: var(--cream); margin-bottom: 10px; }
.menu-hd p  { font-size: .82rem; color: rgba(240,232,208,.4); letter-spacing: .1em; }
.mtabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(240,232,208,.1);
  margin-bottom: 48px;
}
.mtabs::-webkit-scrollbar { display: none; }
.mtab {
  flex-shrink: 0;
  padding: 13px 24px;
  font-size: .67rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(240,232,208,.4);
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all .3s;
  white-space: nowrap;
}
.mtab.on, .mtab:hover { color: var(--green-light); border-bottom-color: var(--green-light); }
.mpanel { display: none; }
.mpanel.on { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 20px; }
.mcard { background: rgba(240,232,208,.03); border: 1px solid rgba(240,232,208,.07); padding: 22px; transition: background .3s, transform .3s, border-color .3s; }
.mcard:hover { background: rgba(240,232,208,.07); transform: translateY(-3px); border-color: rgba(122,171,148,.25); }
.mcard-ph { background: linear-gradient(135deg, rgba(79,122,104,.15), rgba(58,96,82,.08)); margin-bottom: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.mcard-ph i { font-size: 36px; color: rgba(240,232,208,.1); padding: 40px 0; }
.mcard-ph img { width: 100%; height: auto; object-fit: contain; display: block; }
.mcard h3 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--cream); margin-bottom: 6px; }
.mcard p  { font-size: .77rem; color: rgba(240,232,208,.42); line-height: 1.75; margin-bottom: 14px; }
.mcard-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.mcard-price { font-size: .88rem; color: var(--green-light); letter-spacing: .04em; }
.mcard-take  { font-size: .6rem; letter-spacing: .12em; color: rgba(240,232,208,.35); border: 1px solid rgba(240,232,208,.12); padding: 3px 9px; }
.mcard-allergen { font-size: .62rem; color: rgba(240,232,208,.25); margin-top: 4px; }

/* =====================================================
   FEATURES
===================================================== */
#features { background: var(--cream-light); }
.feat-hd { text-align: center; margin-bottom: 60px; }
.feat-hd .ey { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--green-mid); display: block; margin-bottom: 10px; }
.feat-hd h2 { font-size: clamp(2rem,3.5vw,3.2rem); color: var(--green-deep); }
.feat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 36px; }
.feat-item { padding: 36px 28px; border: 1px solid rgba(58,96,82,.1); background: var(--white); transition: box-shadow .3s, transform .3s, border-color .3s; text-align: center; }
.feat-item:hover { box-shadow: 0 12px 40px rgba(58,96,82,.1); transform: translateY(-4px); border-color: rgba(58,96,82,.2); }
.feat-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--green); color: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 20px; transition: background .3s; }
.feat-item:hover .feat-icon { background: var(--green-mid); }
.feat-item h3 { font-size: 1.1rem; color: var(--green-deep); margin-bottom: 12px; }
.feat-item p  { font-size: .82rem; color: var(--text-muted); line-height: 1.9; }

/* =====================================================
   GALLERY
===================================================== */
#gallery { background: var(--green-deep); color: var(--cream); }
.gal-hd { text-align: center; margin-bottom: 44px; }
.gal-hd .ey { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--green-light); display: block; margin-bottom: 10px; }
.gal-hd h2 { font-size: clamp(1.8rem,3vw,3rem); color: var(--cream); }
.gal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.gal-item { aspect-ratio: 1; overflow: hidden; background: rgba(240,232,208,.05); display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; transition: opacity .3s; }
.gal-item:hover { opacity: .8; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; }
.gal-ph { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.gal-ph i { font-size: 28px; color: rgba(240,232,208,.15); }
.gal-ph span { font-size: .58rem; color: rgba(240,232,208,.2); letter-spacing: .18em; text-transform: uppercase; }
.gal-cta { text-align: center; margin-top: 36px; }
.btn-ig { display: inline-flex; align-items: center; gap: 10px; padding: 14px 36px; border: 1px solid rgba(240,232,208,.25); color: rgba(240,232,208,.75); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; transition: all .3s; }
.btn-ig:hover { border-color: var(--green-light); color: var(--green-light); }

/* =====================================================
   ACCESS
===================================================== */
#access { background: var(--green); color: var(--cream); }
.acc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.acc-map { aspect-ratio: 4/3; overflow: hidden; border: 1px solid rgba(240,232,208,.1); }
.acc-map iframe { width: 100%; height: 100%; border: none; filter: saturate(.7) contrast(1.1); }
.acc-info .ey { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--green-pale); display: block; margin-bottom: 8px; }
.acc-info h2  { font-size: clamp(2rem,3vw,3rem); color: var(--cream); margin: 0 0 36px; }
.info-tbl { width: 100%; border-collapse: collapse; }
.info-tbl tr { border-bottom: 1px solid rgba(240,232,208,.1); }
.info-tbl td { padding: 15px 0; font-size: .85rem; vertical-align: top; line-height: 1.85; }
.info-tbl td:first-child { width: 90px; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(240,232,208,.4); padding-right: 16px; padding-top: 17px; }
.info-tbl td:last-child { color: rgba(240,232,208,.85); }
.acc-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.btn-cl { display: inline-block; padding: 12px 28px; border: 1px solid rgba(240,232,208,.3); color: rgba(240,232,208,.75); font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; transition: all .3s; }
.btn-cl:hover { border-color: var(--cream); color: var(--cream); background: rgba(240,232,208,.07); }

/* =====================================================
   FOOTER
===================================================== */
#ftr { background: var(--green-deep); padding: 52px var(--pad) 28px; color: rgba(240,232,208,.35); }
.ftr-in { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(240,232,208,.08); flex-wrap: wrap; }
.ftr-logo-img { height: 60px; width: auto; margin-bottom: 12px; filter: brightness(.7); }
.ftr-brand p { font-size: .74rem; line-height: 1.9; }
.ftr-nav { display: flex; flex-wrap: wrap; gap: 14px 32px; }
.ftr-nav ul { display: flex; flex-wrap: wrap; gap: 14px 32px; list-style: none; margin: 0; padding: 0; }
.ftr-nav a { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(240,232,208,.35); transition: color .3s; }
.ftr-nav a:hover { color: rgba(240,232,208,.75); }
.ftr-sns { display: flex; gap: 12px; }
.ftr-sns a { width: 40px; height: 40px; border: 1px solid rgba(240,232,208,.12); display: flex; align-items: center; justify-content: center; color: rgba(240,232,208,.4); transition: all .3s; }
.ftr-sns a:hover { border-color: var(--green-light); color: var(--green-light); }
.ftr-copy { max-width: var(--max); margin: 20px auto 0; font-size: .64rem; text-align: center; color: rgba(240,232,208,.18); letter-spacing: .1em; }

/* =====================================================
   ANIMATIONS
===================================================== */
.fu { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.fu.vis { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.1s} .d2{transition-delay:.2s} .d3{transition-delay:.3s} .d4{transition-delay:.4s}

/* =====================================================
   PAW CURSOR TRAIL
===================================================== */
.paw-print { position: fixed; pointer-events: none; z-index: 9000; width: 20px; height: 20px; animation: pawFade .9s ease forwards; }
@keyframes pawFade {
  0%   { opacity: .75; transform: scale(.6) rotate(var(--r)); }
  60%  { opacity: .5;  transform: scale(1)  rotate(var(--r)); }
  100% { opacity: 0;   transform: scale(1.1) rotate(var(--r)); }
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media(max-width:960px){
  .nav-d{display:none} .hbg{display:flex}
  .hero-body{grid-template-columns:1fr} .hero-stats{flex-direction:row;justify-content:flex-start}
  .pet-inner,.acc-inner{grid-template-columns:1fr;gap:48px}
  .feat-grid{grid-template-columns:1fr 1fr}
  /* カテゴリタブ: 横スクロール時の左端合わせ */
  .mtabs { justify-content: flex-start; }
  .gal-grid{grid-template-columns:repeat(2,1fr)}
  .mpanel.on{grid-template-columns:1fr 1fr}
  .concept-split{grid-template-columns:1fr}
  .cs-half{min-height:360px;padding:48px 36px}
}
@media(max-width:600px){
  :root{--sec-pad:56px}
  /* セクションタイトルを1行に収める */
  .menu-hd h2 { font-size: 1.25rem; white-space: nowrap; }
  .feat-hd h2 { font-size: 1.1rem;  white-space: nowrap; }
  /* feat-grid: グリッドをやめてフレックス横スクロールに */
  .feat-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding-bottom: 8px;
  }
  .feat-grid::-webkit-scrollbar { display: none; }
  .feat-item {
    flex-shrink: 0;
    width: 72vw;
    max-width: 260px;
  }
  .mpanel.on{grid-template-columns:1fr}
  .mtab{padding:10px 16px;font-size:.62rem;letter-spacing:.1em}
  .hero-title{font-size:clamp(2.8rem,12vw,4.5rem)}
  .hero-stats{display:none}
  .ftr-in{flex-direction:column;align-items:center;text-align:center}
  .ftr-nav ul,.ftr-sns{justify-content:center}
}

/* WP admin bar */
.admin-bar #hdr { top: 32px; }
@media(max-width:782px){ .admin-bar #hdr { top: 46px; } }


/* =====================================================
   RESERVE NAV BUTTON
===================================================== */
.nav-d ul .nav-reserve,
.nav-m ul .nav-reserve {
  display: inline-block;
  border: 1.5px solid var(--green-light);
  border-radius: 20px;
  padding: 6px 18px !important;
  color: var(--green-light) !important;
  font-size: .68rem;
  letter-spacing: .18em;
  font-weight: 600;
  transition: background .25s, color .25s;
  text-transform: uppercase;
}
.nav-d ul .nav-reserve:hover,
.nav-m ul .nav-reserve:hover {
  background: var(--green-light);
  color: var(--green-deep) !important;
}

/* =====================================================
   CONCEPT SECTION — BACKGROUND IMAGE SUPPORT
   (::before overlay keeps text readable over photos)
===================================================== */
.cs-half {
  background-size: cover;
  background-position: center;
}
/* ::before は使用しない */
.cs-half::before,
.cs-half--day::before,
.cs-half--night::before {
  content: none !important;
  display: none !important;
}
.cs-half > * {
  position: relative;
  z-index: 1;
}

/* =====================================================
   MAP — "Google マップで開く" LINK BUTTON
===================================================== */
.btn-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 22px;
  border: 1.5px solid var(--green-light);
  border-radius: 6px;
  color: var(--green-light);
  font-size: .75rem;
  letter-spacing: .12em;
  text-decoration: none;
  transition: background .22s, color .22s;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}
.btn-map-link:hover {
  background: var(--green-light);
  color: var(--green-deep);
}

/* =====================================================
   GALLERY — ADMIN NOTE
===================================================== */
.gal-admin-note {
  margin: 24px auto 0;
  max-width: 640px;
  padding: 14px 20px;
  border: 1px dashed rgba(122,171,148,.4);
  border-radius: 8px;
  color: rgba(240,232,208,.55);
  font-size: .75rem;
  line-height: 1.7;
  text-align: center;
}
.gal-admin-note a {
  color: var(--green-light);
}

/* =====================================================
   RESPONSIVE FIXES
===================================================== */
/* Pet float badge — smaller on mobile */
@media (max-width: 960px) {
  .pet-float-badge {
    bottom: 12px;
    right: 12px;
    width: 90px;
    height: 90px;
    font-size: .65rem;
  }
  .pet-float-badge i {
    font-size: 1.4rem;
  }
}

/* Hero CTAs — stack on small screens */
@media (max-width: 600px) {
  .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-ctas .btn-g,
  .hero-ctas .btn-cr {
    width: 100%;
    text-align: center;
  }

  /* Concept split stacks vertically (already column) — ensure full width */
  .cs-half {
    min-height: 360px;
  }

  /* Access map wrap full width */
  .acc-map-wrap {
    width: 100%;
  }

  /* Access buttons wrap */
  .acc-btns {
    flex-wrap: wrap;
    gap: 8px;
  }
  .acc-btns a {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
    min-width: 120px;
  }

  /* Menu cards min-width */
  .mcard {
    min-width: 240px;
  }

  /* Nav reserve — full block in mobile */
  .nav-m ul .nav-reserve {
    display: block;
    text-align: center;
    margin-top: 4px;
  }
}


/* =====================================================
   ⭐ RECOMMEND SECTION
===================================================== */
.sec--recommend { background: linear-gradient(180deg, var(--cream-dark, #e8dcc0) 0%, var(--cream, #f0e8d0) 100%); }
.rec-hd { text-align: center; margin-bottom: 48px; }
.rec-hd h2 { color: var(--green-deep); }
/* RECOMMEND SLIDER */
.rec-slider { position: relative; overflow: hidden; }
.rec-slides {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.rec-slides::-webkit-scrollbar { display: none; }
.rec-slide   {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  padding: 8px 0;
}
.rec-ph {
  flex: 0 0 52%;
  border-radius: 16px;
  overflow: hidden;
  background: #f3ede0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rec-ph img { width: 100%; height: auto; object-fit: contain; display: block; }
.rec-ph i   { font-size: 3.5rem; color: var(--green-light); padding: 60px; }
.rec-body   { flex: 1; min-width: 0; }
.rec-label  {
  display: inline-block;
  background: var(--green);
  color: var(--cream);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.rec-body h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  color: var(--green-deep);
  line-height: 1.3;
  margin-bottom: 12px;
}
.rec-body p  { font-size: .82rem; color: #666; line-height: 1.8; margin-bottom: 16px; }
.rec-price   { display: inline-block; font-size: 1.4rem; font-weight: 700; color: var(--green); letter-spacing: .02em; }
/* ナビ */
.rec-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--green);
  color: var(--cream);
  border: none;
  border-radius: 50%;
  width: 48px; height: 48px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.rec-btn:hover { background: var(--green-mid); transform: translateY(-50%) scale(1.08); }
.rec-prev { left: -20px; }
.rec-next { right: -20px; }
.rec-counter {
  text-align: right;
  margin-top: 16px;
  font-size: .72rem;
  color: rgba(58,96,82,.5);
  letter-spacing: .1em;
}
.rec-cur { font-weight: 700; color: var(--green); }

/* =====================================================
   ⏰ 時間帯タブ (昼 / 夜)
===================================================== */
.mtime-tabs { display: flex; gap: 4px; justify-content: center; margin-bottom: 32px; background: rgba(255,255,255,.07); padding: 5px; border-radius: 40px; width: fit-content; margin-left: auto; margin-right: auto; }
.mtime-tab { background: transparent; border: none; color: rgba(240,232,208,.45); padding: 10px 30px; border-radius: 30px; cursor: pointer; font-size: .8rem; letter-spacing: .1em; font-family: var(--font-sans); font-weight: 600; transition: all .25s; display: flex; align-items: center; gap: 8px; line-height: 1; }
.mtime-tab.on { background: var(--green); color: var(--cream); }
.mtime-tab i { font-size: .85em; }
.mtime-sub { font-size: .62rem; opacity: .7; font-weight: 400; margin-left: 2px; }
.mtime-panel { display: none; }
.mtime-panel.on { display: block; }

/* =====================================================
   PET VISUAL — カスタマイザー画像対応
===================================================== */
.pet-visual-main { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 20px; overflow: hidden; }
.pet-visual-main img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 960px) {
  .rec-slide { flex-direction: column; }
  .rec-ph { flex: 0 0 auto; width: 100%; }
  .rec-prev { left: 4px; }
  .rec-next { right: 4px; }
}
@media (max-width: 600px) {
  .rec-body h3 { font-size: 1.2rem; }
  .mtime-tab { padding: 9px 18px; font-size: .72rem; }
  .mtime-sub { display: none; }
}


/* =====================================================
   🚪 PRIVATE ROOM SECTION
===================================================== */
/* =====================================================
   PRIVATE ROOM — 隠し扉エフェクト
===================================================== */
.sec--private {
  background: #06100a;
  color: var(--cream);
  position: relative;
  overflow: hidden;
  /* アンビエントグロー */
  box-shadow: inset 0 0 120px rgba(122,171,148,.06);
}
/* フィルムグレイン風テクスチャ */
.sec--private::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: .45;
}
.private-badge { display: none; }

/* ── 扉オーバーレイ ── */
.priv-door {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  overflow: hidden;
}
.priv-door-l,
.priv-door-r {
  position: absolute;
  top: 0; bottom: 0;
  width: 50%;
  background: #020806;
  /* トランジションなし — JSがスクロールに合わせて直接制御する */
  will-change: transform;
}
.priv-door-l { left: 0; }
.priv-door-r { right: 0; }

/* 中央の光の亀裂 */
.priv-crack {
  position: absolute;
  top: 0; bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  background: linear-gradient(to bottom, transparent 0%, #7aab94 20%, #b5d4c4 50%, #7aab94 80%, transparent 100%);
  box-shadow: 0 0 18px 6px rgba(122,171,148,.7), 0 0 50px 18px rgba(122,171,148,.25);
  opacity: 0;
  will-change: opacity;
}

/* 扉の中央ラベル（錠前+テキスト） */
.priv-door-label {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: rgba(122,171,148,.7);
  letter-spacing: .35em;
  font-size: .65rem;
  text-transform: uppercase;
  will-change: opacity;
}
.priv-lock-icon {
  width: 36px; height: 45px;
}

/* 扉が開いた後のスライダーグロー */
.priv-slider {
  transition: box-shadow .8s ease 1s;
}
.sec--private.priv-revealed .priv-slider {
  box-shadow: 0 0 0 1px rgba(122,171,148,.2), 0 0 40px rgba(122,171,148,.12), 0 0 80px rgba(122,171,148,.06);
}
.private-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.private-text .eyebrow {
  display: block;
  margin-bottom: 20px;
}
.private-text h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 20px;
}
.private-text > p {
  color: rgba(240,232,208,.7);
  font-size: .9rem;
  line-height: 2;
  margin-bottom: 36px;
}
.private-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.pf-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: rgba(240,232,208,.06);
  border: 1px solid rgba(240,232,208,.1);
  border-radius: 12px;
  padding: 20px 18px;
  transition: background .2s;
}
.pf-item:hover { background: rgba(240,232,208,.1); }
.pf-icons { display: flex; gap: 10px; align-items: center; }
.pf-item > i, .pf-icons i { font-size: 1.3rem; color: var(--green-light); }
.pf-item strong { display: block; font-size: .85rem; color: var(--cream); white-space: nowrap; }
.pf-item span { font-size: .72rem; color: rgba(240,232,208,.55); letter-spacing: .04em; line-height: 1.6; }
.btn-private-reserve {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green-light);
  color: var(--green-deep);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 40px;
  transition: background .25s, transform .2s;
  text-decoration: none;
}
.btn-private-reserve:hover {
  background: var(--cream);
  transform: translateY(-2px);
}

.private-note {
  margin-top: 24px;
  font-size: .8rem;
  line-height: 1.9;
  color: rgba(240,232,208,.5);
  padding-top: 20px;
  border-top: 1px solid rgba(240,232,208,.12);
  letter-spacing: .04em;
}

/* Private Visual */
.private-visual { display: flex; align-items: center; justify-content: center; }
.private-room-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 420px;
}
.prg-item {
  background: rgba(240,232,208,.06);
  border: 1px solid rgba(240,232,208,.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 32px 20px;
  color: var(--green-light);
  transition: background .25s;
}
.prg-item:hover { background: rgba(122,171,148,.12); }
.prg-main {
  grid-column: 1 / -1;
  padding: 44px 20px;
}
.prg-item span {
  font-size: .65rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(240,232,208,.45);
}

@media (max-width: 960px) {
  .private-content { grid-template-columns: 1fr; gap: 48px; }
  .private-room-grid { max-width: 100%; }
}
@media (max-width: 600px) {
  .private-features { grid-template-columns: 1fr; }
  .private-text h2 { font-size: 2rem; }
  .priv-slider { max-height: 80vw; }
}

/* =====================================================
   PRIVATE ROOM SLIDER
===================================================== */
.priv-slider {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;   /* border-radius のクリップ用 */
  background: #0d1710;
  aspect-ratio: 3/4;
  max-height: 560px;
}
.priv-slides {
  display: flex;
  height: 100%;
  /* CSS Scroll Snap — transform不要、iOS Safariでネイティブ動作 */
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;       /* Firefox */
}
.priv-slides::-webkit-scrollbar { display: none; } /* Chrome/Safari */
.priv-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.priv-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  display: block;
  filter: brightness(1.15);
}
/* スワイプボタン — PC・モバイル両方に表示 */
.priv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(13,23,16,.6);
  color: var(--cream);
  border: 1px solid rgba(122,171,148,.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1rem;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.priv-btn:hover { background: rgba(122,171,148,.25); border-color: rgba(122,171,148,.6); }
.priv-prev { left: 10px; }
.priv-next { right: 10px; }
@media(min-width:769px) {
  .priv-btn { width: 44px; height: 44px; font-size: 1.4rem; }
  .priv-prev { left: 14px; }
  .priv-next { right: 14px; }
}
.priv-dots { display: none; }
.priv-dot  { display: none; }

/* 写真枚数バッジ */
.priv-photo-count {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: .65rem;
  letter-spacing: .1em;
  color: rgba(240,232,208,.6);
  background: rgba(6,16,10,.7);
  border: 1px solid rgba(122,171,148,.2);
  border-radius: 20px;
  padding: 3px 10px;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.priv-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  aspect-ratio: 4/3;
  border: 2px dashed rgba(240,232,208,.2);
  border-radius: 20px;
  color: rgba(240,232,208,.3);
  text-align: center;
  font-size: .8rem;
  line-height: 1.8;
}

/* =====================================================
   飲み放題バナー（夜メニュー内）
===================================================== */
.nomi-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(122,171,148,.1) 0%, rgba(122,171,148,.04) 100%);
  border: 1px solid rgba(122,171,148,.25);
  border-left: 3px solid var(--green-light);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.nomi-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at left center, rgba(122,171,148,.06) 0%, transparent 60%);
  pointer-events: none;
}
.nomi-banner > i {
  font-size: 2rem;
  color: var(--green-light);
  flex-shrink: 0;
}
.nomi-banner-body {
  flex: 1;
}
.nomi-banner-body strong {
  display: block;
  font-size: 1rem;
  color: var(--cream);
  margin-bottom: 4px;
  letter-spacing: .05em;
}
.nomi-banner-body span {
  font-size: .82rem;
  color: rgba(240,232,208,.6);
}
.nomi-banner-body small {
  font-size: .72rem;
  color: rgba(240,232,208,.4);
}
.nomi-banner-tag {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(122,171,148,.5);
  writing-mode: vertical-rl;
  border-left: 1px solid rgba(122,171,148,.2);
  padding-left: 10px;
}
@media (max-width: 600px) {
  .nomi-banner { flex-wrap: wrap; gap: 12px; }
  .nomi-banner-tag { display: none; }
}
