/* Spice Mitsuha. — 共通スタイル（index.html の <style> から抽出） */

:root {
  --bg:#0f0c09; --bg2:#1a1410; --bg3:#241c15;
  --cream:#f5ede0; --cream2:#e8d9c4;
  --spice:#c0623a; --spice2:#d4804f;
  --brown:#8c6240; --concrete:#6e6660;
  --text:#e8ddd0; --text2:#a89480;
  --gold:#b49060; --border:rgba(180,144,96,0.2);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);font-family:'Noto Sans JP',sans-serif;font-weight:300;overflow-x:hidden;line-height:1.7;}
body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:0.5;}

/* ── HEADER ── */
header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;background:linear-gradient(to bottom,rgba(15,12,9,0.95) 0%,transparent 100%);transition:background 0.4s;}
header.scrolled{background:rgba(15,12,9,0.92);backdrop-filter:blur(12px);border-bottom:0.5px solid var(--border);}
.logo{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:400;letter-spacing:0.12em;color:var(--cream);text-decoration:none;}
.logo span{color:var(--spice);}
nav{display:flex;align-items:center;gap:1.75rem;}
nav a{font-family:'Noto Sans JP',sans-serif;font-size:0.85rem;font-weight:400;letter-spacing:0.1em;color:var(--text2);text-decoration:none;transition:color 0.3s;}
nav a:hover{color:var(--cream);}
.nav-cta{font-size:0.82rem;letter-spacing:0.1em;padding:0.5rem 1.2rem;border:0.5px solid var(--spice);color:var(--spice);text-decoration:none;transition:all 0.3s;}
.nav-cta:hover{background:var(--spice);color:var(--cream);}
.lang-toggle{display:flex;gap:4px;font-size:0.78rem;letter-spacing:0.1em;color:var(--text2);margin-left:0.25rem;}
.lang-toggle span{cursor:pointer;transition:color 0.2s;}
.lang-toggle span.active{color:var(--cream);border-bottom:0.5px solid var(--gold);}
.lang-sep{opacity:0.3;}

/* ── HERO ── */
.hero{position:relative;height:100vh;min-height:640px;display:flex;flex-direction:column;justify-content:flex-end;padding:0 2.5rem 7rem;overflow:hidden;}
.hero-bg-img{position:absolute;inset:0;background-size:cover;background-position:center 30%;filter:contrast(1.25) brightness(0.38) saturate(0.5) sepia(0.25);}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,12,9,0.97) 0%,rgba(15,12,9,0.55) 40%,transparent 70%),radial-gradient(ellipse 55% 45% at 75% 35%,rgba(192,98,58,0.22) 0%,transparent 65%);}
.hero-grain{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.09'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none;}
.hero-eyebrow{font-family:'Cormorant Garamond',serif;font-size:0.85rem;font-weight:300;letter-spacing:0.35em;color:var(--spice2);margin-bottom:1.2rem;animation:fadeUp 1s 0.3s both;position:relative;z-index:2;}
.hero-title{font-family:'Shippori Mincho',serif;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:500;line-height:1.3;letter-spacing:0.04em;color:var(--cream);margin-bottom:1.5rem;animation:fadeUp 1s 0.5s both;position:relative;z-index:2;}
.hero-title em{font-style:normal;font-family:'Cormorant Garamond',serif;font-size:0.52em;font-weight:300;display:block;letter-spacing:0.22em;color:var(--text2);margin-bottom:0.4rem;}
.hero-sub{font-size:1rem;font-weight:300;letter-spacing:0.06em;color:var(--text2);line-height:1.9;max-width:440px;animation:fadeUp 1s 0.7s both;margin-bottom:2.5rem;position:relative;z-index:2;}
.hero-cta-wrap{display:flex;align-items:center;gap:2rem;animation:fadeUp 1s 0.9s both;position:relative;z-index:2;margin-bottom:2rem;}
.btn-primary{display:inline-block;font-family:'Noto Sans JP',sans-serif;font-size:0.88rem;font-weight:400;letter-spacing:0.16em;padding:0.95rem 2.2rem;background:var(--spice);color:var(--cream);text-decoration:none;transition:all 0.3s;}
.btn-primary:hover{background:var(--spice2);}
.btn-ghost{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.88rem;font-weight:400;letter-spacing:0.14em;color:var(--text2);text-decoration:none;transition:color 0.3s;font-family:'Noto Sans JP',sans-serif;}
.btn-ghost:hover{color:var(--cream);}
.btn-ghost::after{content:'→';transition:transform 0.3s;}
.btn-ghost:hover::after{transform:translateX(4px);}
.hero-info{position:absolute;bottom:2rem;right:2.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:0.4rem;animation:fadeUp 1s 1.1s both;z-index:2;}
.hero-info-item{font-size:0.82rem;letter-spacing:0.12em;color:var(--text2);font-family:'Cormorant Garamond',serif;}
.hero-info-item strong{color:var(--cream2);font-weight:400;}
.scroll-indicator{position:absolute;bottom:2.5rem;left:2.5rem;display:flex;flex-direction:column;align-items:center;gap:0.5rem;animation:fadeUp 1s 1.3s both;z-index:2;}
.scroll-line{width:0.5px;height:48px;background:linear-gradient(to bottom,var(--spice),transparent);animation:scrollPulse 2s ease-in-out infinite;}
.scroll-text{font-size:0.7rem;letter-spacing:0.25em;color:var(--text2);writing-mode:vertical-lr;font-family:'Cormorant Garamond',serif;}

/* ── COMMON ── */
section{padding:6rem 2.5rem;}
.section-label{font-family:'Cormorant Garamond',serif;font-size:0.82rem;font-weight:300;letter-spacing:0.4em;color:var(--spice2);text-transform:uppercase;margin-bottom:1rem;}
.section-title{font-family:'Shippori Mincho',serif;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:500;line-height:1.4;letter-spacing:0.04em;color:var(--cream);margin-bottom:1.5rem;}
.inner{max-width:1100px;margin:0 auto;}

/* ── CONCEPT ── */
.concept-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.concept-visual{position:relative;aspect-ratio:3/4;overflow:hidden;}
.concept-visual img{width:100%;height:100%;object-fit:cover;filter:contrast(1.2) brightness(0.65) saturate(0.6) sepia(0.2);display:block;}
.concept-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(15,12,9,0.7) 0%,transparent 50%),radial-gradient(ellipse 70% 60% at 20% 20%,rgba(192,98,58,0.15) 0%,transparent 60%);}
.concept-label-overlay{position:absolute;bottom:1.5rem;left:1.5rem;font-family:'Cormorant Garamond',serif;font-size:0.75rem;letter-spacing:0.3em;color:var(--text2);z-index:1;}
.concept-body{font-size:0.95rem;line-height:2;color:var(--text2);margin-bottom:2rem;}
.concept-quote{font-family:'Shippori Mincho',serif;font-size:1.15rem;font-weight:500;line-height:1.8;color:var(--cream);border-left:1.5px solid var(--spice);padding-left:1.25rem;margin:1.5rem 0;}

/* ── HOURS ── */
.hours-strip{background:var(--bg2);border-top:0.5px solid var(--border);border-bottom:0.5px solid var(--border);padding:4rem 2.5rem;}
.hours-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;}
.hours-block{text-align:center;}
.hours-label{font-size:0.75rem;letter-spacing:0.3em;color:var(--text2);font-family:'Cormorant Garamond',serif;display:block;margin-bottom:0.5rem;}
.hours-value{font-family:'Shippori Mincho',serif;font-size:1.7rem;font-weight:500;color:var(--cream);letter-spacing:0.05em;}
.hours-sub{font-size:0.78rem;color:var(--text2);letter-spacing:0.1em;margin-top:0.3rem;}
.hours-divider{width:0.5px;height:60px;background:var(--border);}

/* ── MENU ── */
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);margin-top:3rem;}
.menu-card{background:var(--bg2);padding:2.5rem 2rem;transition:background 0.3s;cursor:pointer;}
.menu-card:hover{background:var(--bg3);}
.menu-card-num{font-family:'Cormorant Garamond',serif;font-size:0.78rem;color:var(--spice);letter-spacing:0.2em;margin-bottom:1rem;opacity:0.7;}
.menu-img-ph{width:100%;aspect-ratio:4/3;margin-bottom:1.25rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#1a120a,#2a1f14);}
.menu-img-ph img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(1.1) brightness(0.92) saturate(0.9);}
.menu-img-ph::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 60%,rgba(192,98,58,0.2) 0%,transparent 70%);pointer-events:none;}
.menu-img-ph-fallback{display:flex;align-items:center;justify-content:center;font-size:3.5rem;opacity:0.55;}
.menu-name{font-family:'Shippori Mincho',serif;font-size:1.05rem;font-weight:500;color:var(--cream);letter-spacing:0.04em;margin-bottom:0.4rem;}
.menu-name-en{font-family:'Cormorant Garamond',serif;font-size:0.82rem;color:var(--text2);letter-spacing:0.15em;margin-bottom:0.75rem;}
.menu-price{font-family:'Cormorant Garamond',serif;font-size:0.95rem;color:var(--gold);letter-spacing:0.1em;}
.menu-cta{display:flex;align-items:center;justify-content:center;margin-top:3rem;padding-top:3rem;border-top:0.5px solid var(--border);}

/* ── ONLINE SHOP（新規） ── */
.shop-section{
  position:relative;
  background:var(--bg3) url('../images/shop-hero.jpg') center/cover no-repeat;
  border-top:0.5px solid var(--border);
  isolation:isolate;
}
.shop-section::before{
  content:'';
  position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(180deg, rgba(15,12,9,0.82) 0%, rgba(15,12,9,0.65) 45%, rgba(15,12,9,0.85) 100%),
    radial-gradient(ellipse 70% 50% at 80% 30%, rgba(192,98,58,0.15) 0%, transparent 60%);
  pointer-events:none;
}
.shop-lead{font-size:0.95rem;color:var(--text2);line-height:2;max-width:560px;margin-bottom:3rem;}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;}
.shop-card{background:var(--bg2);border:0.5px solid var(--border);padding:0;overflow:hidden;transition:border-color 0.3s;}
.shop-card:hover{border-color:rgba(192,98,58,0.5);}
.shop-img{width:100%;aspect-ratio:4/3;position:relative;overflow:hidden;}
/* 商品ごとに異なるグラデ（実写に差し替え可） */
.shop-img-frozen{background:linear-gradient(135deg,#0d1520 0%,#1a2535 40%,#0f1a28 100%);}
.shop-img-spice{background:linear-gradient(135deg,#1a1005 0%,#2d1e08 40%,#3d2a10 100%);}
.shop-img-local{background:linear-gradient(135deg,#1a1208 0%,#2a1c0e 40%,#1e1408 100%);}
.shop-img::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 55%,rgba(192,98,58,0.25) 0%,transparent 70%);}
.shop-img-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.2rem;z-index:1;opacity:0.6;}
.shop-body{padding:1.5rem;}
.shop-tag{font-family:'Cormorant Garamond',serif;font-size:0.7rem;letter-spacing:0.3em;color:var(--spice2);margin-bottom:0.5rem;}
.shop-name{font-family:'Shippori Mincho',serif;font-size:1rem;font-weight:500;color:var(--cream);margin-bottom:0.4rem;letter-spacing:0.03em;}
.shop-desc{font-size:0.85rem;color:var(--text2);line-height:1.75;margin-bottom:1rem;}
.shop-note{font-size:0.78rem;color:var(--concrete);line-height:1.6;padding-top:0.75rem;border-top:0.5px solid var(--border);}
.shop-note strong{color:var(--text2);}
/* 通販バナー */
.shop-banner{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--bg2);border:0.5px solid var(--border);padding:1.75rem 2rem;flex-wrap:wrap;}
.shop-banner-text{}
.shop-banner-title{font-family:'Shippori Mincho',serif;font-size:1.1rem;font-weight:500;color:var(--cream);margin-bottom:0.35rem;letter-spacing:0.03em;}
.shop-banner-sub{font-size:0.85rem;color:var(--text2);line-height:1.7;}

/* ── CALENDAR ── */
.calendar-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;}
.cal-month{background:var(--bg2);border:0.5px solid var(--border);padding:2rem;}
.cal-month-title{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:300;letter-spacing:0.2em;color:var(--cream);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:0.5px solid var(--border);}
.cal-days-header{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:0.5rem;}
.cal-day-label{text-align:center;font-size:0.72rem;letter-spacing:0.06em;color:var(--text2);padding:0.4rem 0;font-family:'Cormorant Garamond',serif;}
.cal-day-label.sun{color:#e08070;}
.cal-days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;}
.cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-family:'Cormorant Garamond',serif;color:var(--cream2);position:relative;border-radius:2px;}
.cal-day.empty{color:transparent;}
.cal-day.closed{background:rgba(192,98,58,0.18);color:var(--spice2);font-weight:400;text-decoration:line-through;text-decoration-color:rgba(192,98,58,0.7);}
.cal-day.today{background:rgba(192,98,58,0.28);color:var(--spice2);font-weight:500;outline:1px solid var(--spice);}
.cal-legend{display:flex;gap:1.5rem;margin-top:1.25rem;padding-top:1rem;border-top:0.5px solid var(--border);}
.legend-item{display:flex;align-items:center;gap:0.5rem;font-size:0.75rem;letter-spacing:0.08em;color:var(--text2);font-family:'Cormorant Garamond',serif;}
.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;}

/* ── ACCESS ── */
.access-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}
.access-steps{display:flex;flex-direction:column;gap:1.5rem;}
.access-step{display:flex;gap:1.25rem;align-items:flex-start;}
.step-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--spice);opacity:0.55;line-height:1;flex-shrink:0;width:2.8rem;text-align:right;}
.step-content{padding-top:0.3rem;}
.step-title{font-family:'Shippori Mincho',serif;font-size:1rem;font-weight:500;color:var(--cream);margin-bottom:0.35rem;letter-spacing:0.04em;}
.step-desc{font-size:0.88rem;color:var(--text2);line-height:1.8;}
.route-photos{display:flex;flex-direction:column;gap:0.75rem;}
.route-photo-item{position:relative;overflow:hidden;}
.route-photo-item img{width:100%;display:block;filter:contrast(1.2) brightness(0.6) saturate(0.5) sepia(0.2);transition:filter 0.4s;}
.route-photo-item:hover img{filter:contrast(1.15) brightness(0.75) saturate(0.65) sepia(0.15);}
.route-photo-item::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(15,12,9,0.6) 0%,transparent 55%);pointer-events:none;}
.route-photo-label{position:absolute;bottom:0.75rem;left:1rem;z-index:2;font-family:'Cormorant Garamond',serif;font-size:0.72rem;letter-spacing:0.22em;color:var(--cream2);}
.route-step-badge{position:absolute;top:0.75rem;left:0.75rem;z-index:2;width:28px;height:28px;border-radius:50%;background:rgba(192,98,58,0.85);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:0.78rem;color:var(--cream);}

/* ── FOOTER ── */
footer{background:#080604;padding:4rem 2.5rem 2rem;border-top:0.5px solid var(--border);}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:0.5px solid var(--border);}
.footer-brand .logo{font-size:1.3rem;display:block;margin-bottom:1rem;}
.footer-tagline{font-family:'Cormorant Garamond',serif;font-size:0.88rem;font-style:italic;color:var(--text2);line-height:1.8;letter-spacing:0.05em;}
.footer-col-title{font-size:0.72rem;letter-spacing:0.3em;color:var(--spice2);font-family:'Cormorant Garamond',serif;margin-bottom:1.2rem;}
.footer-col ul{list-style:none;}
.footer-col li{margin-bottom:0.65rem;}
.footer-col a{font-size:0.88rem;color:var(--text2);text-decoration:none;letter-spacing:0.06em;transition:color 0.2s;}
.footer-col a:hover{color:var(--cream);}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;flex-wrap:wrap;gap:1rem;}
.footer-copy{font-size:0.72rem;letter-spacing:0.1em;color:var(--concrete);font-family:'Cormorant Garamond',serif;}
.sns-link{font-size:0.78rem;letter-spacing:0.15em;color:var(--text2);text-decoration:none;font-family:'Cormorant Garamond',serif;transition:color 0.3s;}
.sns-link:hover{color:var(--cream);}

/* ── ANIM ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
@keyframes scrollPulse{0%,100%{opacity:0.3;}50%{opacity:0.8;}}
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.8s ease,transform 0.8s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}

/* ── RESPONSIVE ── */
@media(max-width:768px){
  header{padding:1rem 1.25rem;}nav{display:none;}
  .hero{padding:0 1.25rem 5rem;}section{padding:4rem 1.25rem;}
  .concept-grid{grid-template-columns:1fr;gap:2.5rem;}
  .access-inner{grid-template-columns:1fr;}
  .hours-divider{display:none;}
  .menu-grid,.shop-grid,.calendar-grid{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;gap:2rem;}
  .shop-banner{flex-direction:column;align-items:flex-start;}
  .scroll-indicator{display:none;}
  .hamburger{display:flex;}
}

/* ============================================================
   共通: サブページ用のページヒーロー（下層ページで使用）
   ============================================================ */
.page-hero {
  position: relative;
  padding: 10rem 2.5rem 4rem;
  background: linear-gradient(to bottom, var(--bg2) 0%, var(--bg) 100%);
  border-bottom: 0.5px solid var(--border);
  isolation: isolate;
}

/* shop.html 用: shop-hero.jpg を背景画像として使う */
.shop-page .page-hero {
  background:
    linear-gradient(180deg, rgba(15,12,9,0.78) 0%, rgba(15,12,9,0.7) 55%, var(--bg) 100%),
    url('../images/shop-hero.jpg') center/cover no-repeat;
  padding-bottom: 6rem;
}
.page-hero .inner { max-width: 1100px; margin: 0 auto; }
.page-hero-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem; font-weight: 300;
  letter-spacing: 0.35em; color: var(--spice2);
  text-transform: uppercase; margin-bottom: 1rem;
}
.page-hero-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 500; line-height: 1.3; letter-spacing: 0.04em;
  color: var(--cream); margin-bottom: 1rem;
}
.page-hero-sub {
  font-size: 0.95rem; line-height: 2; color: var(--text2);
  max-width: 640px;
}

/* ============================================================
   access.html
   ============================================================ */
.access-map-section { background: var(--bg); padding: 6rem 2.5rem; }
.access-map-note { font-size: 0.82rem; color: var(--text2); margin-bottom: 1.5rem; }
.access-map-wrap {
  position: relative; overflow: hidden;
  border: 0.5px solid var(--border);
  background: var(--bg2);
}
.access-map-wrap iframe { display: block; filter: grayscale(0.3) brightness(0.9); }

.access-route-section { background: var(--bg2); padding: 6rem 2.5rem; border-top: 0.5px solid var(--border); }

.access-info-section { background: var(--bg); padding: 5rem 2.5rem 6rem; }
.access-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.info-card {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  padding: 1.75rem 1.5rem;
  display: flex; flex-direction: column; gap: 0.6rem;
  min-height: 140px;
}
.info-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.72rem; letter-spacing: 0.3em;
  color: var(--spice2); text-transform: uppercase;
}
.info-value {
  font-family: 'Shippori Mincho', serif;
  font-size: 1rem; line-height: 1.7; color: var(--cream);
}

/* ============================================================
   shop.html
   ============================================================ */
.shop-detail-section { padding: 6rem 2.5rem; border-top: 0.5px solid var(--border); }
.shop-detail-section:first-of-type { border-top: none; }
.shop-detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.shop-detail.reversed .shop-detail-visual { order: 2; }
.shop-detail.reversed .shop-detail-body { order: 1; }
.shop-detail-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border: 0.5px solid var(--border);
}
.shop-detail-visual::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15, 12, 9, 0.5), transparent 60%);
}
.shop-detail-icon {
  font-size: 6rem; opacity: 0.45;
  position: relative; z-index: 1;
}
.shop-detail-tag {
  position: absolute; bottom: 1.5rem; left: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem; letter-spacing: 0.3em;
  color: var(--cream2); text-transform: uppercase;
  z-index: 2;
}
.shop-detail-body .section-label { display: block; margin-bottom: 0.8rem; }
.shop-detail-body .section-title { margin-bottom: 1.25rem; }
.shop-detail-lead { font-size: 1rem; line-height: 2; color: var(--text); margin-bottom: 1.75rem; }
.shop-detail-points {
  list-style: none; padding: 0; margin: 0 0 2rem;
  display: grid; gap: 0.7rem;
}
.shop-detail-points li {
  font-size: 0.9rem; line-height: 1.85; color: var(--text2);
  padding-left: 1.25rem; position: relative;
}
.shop-detail-points li::before {
  content: '—'; position: absolute; left: 0; color: var(--spice);
}
.shop-detail-points li strong { color: var(--cream2); font-weight: 500; margin-right: 0.4em; }
.shop-detail-cta { margin-top: 1.75rem; }

/* ============================================================
   contact.html
   ============================================================ */
.contact-section { background: var(--bg); padding: 5rem 2.5rem 7rem; }
.contact-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  max-width: 1100px; margin: 0 auto;
}
.contact-form {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  padding: 2.75rem;
  display: flex; flex-direction: column; gap: 1.25rem;
}
.form-row { display: flex; flex-direction: column; gap: 0.4rem; }
.form-row label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem; letter-spacing: 0.2em;
  color: var(--spice2); text-transform: uppercase;
}
.form-row input,
.form-row textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95rem; color: var(--cream);
  background: var(--bg3);
  border: 0.5px solid var(--border);
  padding: 0.9rem 1rem;
  outline: none;
  transition: border-color 0.25s;
}
.form-row input::placeholder,
.form-row textarea::placeholder { color: var(--text2); opacity: 0.6; }
.form-row input:focus,
.form-row textarea:focus { border-color: var(--spice); }
.form-row textarea { resize: vertical; min-height: 140px; line-height: 1.75; }
.contact-note {
  font-size: 0.78rem; color: var(--text2); margin-top: 0.5rem;
}
.form-submit { margin-top: 0.75rem; }
.form-submit .btn-primary {
  width: 100%; border: none; cursor: pointer;
}

.contact-side { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-examples {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 0.55rem;
}
.contact-examples li {
  font-size: 0.9rem; color: var(--text2);
  padding-left: 1rem; position: relative;
}
.contact-examples li::before {
  content: '·'; position: absolute; left: 0;
  color: var(--spice); font-weight: 600;
}

/* ============================================================
   menu.html
   ============================================================ */
.menu-page-section { background: var(--bg); padding: 3rem 2.5rem 7rem; }
.menu-page-section .inner { max-width: 1100px; margin: 0 auto; }

.menu-tabs {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-bottom: 3rem;
  border-bottom: 0.5px solid var(--border);
  padding-bottom: 1rem;
}
.menu-tab {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.85rem; letter-spacing: 0.1em;
  color: var(--text2);
  background: transparent;
  border: 0.5px solid var(--border);
  padding: 0.55rem 1.1rem;
  cursor: pointer;
  transition: all 0.25s;
}
.menu-tab:hover { color: var(--cream); border-color: var(--spice2); }
.menu-tab.active {
  color: var(--cream); background: var(--spice);
  border-color: var(--spice);
}

.menu-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.menu-page-card {
  background: var(--bg2);
  border: 0.5px solid var(--border);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color 0.3s;
}
.menu-page-card:hover { border-color: var(--spice2); }
.menu-page-thumb {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #1a120a, #2a1f14);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.menu-page-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.15) brightness(0.9) saturate(0.8);
}
.menu-page-thumb-emoji {
  font-size: 3.5rem; opacity: 0.6;
}
.menu-page-body { padding: 1.25rem 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; gap: 0.45rem; }
.menu-page-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.05rem; font-weight: 500;
  color: var(--cream); line-height: 1.5;
}
.menu-page-desc { font-size: 0.83rem; color: var(--text2); line-height: 1.75; flex: 1; }
.menu-page-price {
  margin-top: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 500;
  color: var(--spice2); letter-spacing: 0.04em;
}
.menu-loading, .menu-empty, .menu-error {
  grid-column: 1 / -1;
  text-align: center; padding: 4rem 1rem;
  color: var(--text2); font-size: 0.92rem;
}
.menu-error { color: #d47070; }

/* ============================================================
   レスポンシブ調整（サブページ分）
   ============================================================ */
@media (max-width: 960px) {
  .menu-page-grid { grid-template-columns: repeat(2, 1fr); }
  .access-info-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-detail { grid-template-columns: 1fr; gap: 2rem; }
  .shop-detail.reversed .shop-detail-visual,
  .shop-detail.reversed .shop-detail-body { order: initial; }
  .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .menu-page-grid { grid-template-columns: 1fr; }
  .access-info-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 8rem 1.5rem 3rem; }
  .shop-detail-section { padding: 4rem 1.5rem; }
  .contact-form { padding: 1.75rem 1.25rem; }
}

/* ============================================================
   モバイル: ハンバーガーメニュー + ドロワー
   ============================================================ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none; border: none;
  cursor: pointer; padding: 6px;
  z-index: 200;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--cream);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  position: fixed; top: 0; right: -100%;
  width: min(300px, 82vw); height: 100vh;
  background: rgba(15, 12, 9, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 0.5px solid var(--border);
  z-index: 150;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.mobile-nav.open { right: 0; }

.mobile-nav-inner {
  display: flex;
  flex-direction: column;
  padding: 5.5rem 2rem 2.5rem;
}
.mobile-nav-inner a {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.1rem; font-weight: 500;
  color: var(--cream); text-decoration: none;
  letter-spacing: 0.06em;
  padding: 1rem 0;
  border-bottom: 0.5px solid var(--border);
  transition: color 0.2s, padding-left 0.2s;
}
.mobile-nav-inner a:hover { color: var(--spice2); padding-left: 0.5rem; }
.mobile-nav-inner a:last-child { border-bottom: none; }
.mobile-nav-cta {
  margin-top: 1.75rem;
  padding: 0.9rem 1.5rem !important;
  border: 0.5px solid var(--spice) !important;
  color: var(--spice) !important;
  text-align: center;
}
.mobile-nav-cta:hover {
  background: var(--spice) !important;
  color: var(--cream) !important;
  padding-left: 1.5rem !important;
}

.mobile-nav-overlay {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 140;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}
.mobile-nav-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* ------------------------------------------------------------
   カスケード順の修正:
   上で定義した .hamburger { display: none } より後に media query
   のオーバーライドを置くことで、モバイル時に display: flex が
   確実に適用されるようにする。
   ------------------------------------------------------------ */
@media (max-width: 768px) {
  .hamburger { display: flex !important; }
  header nav { display: none !important; }
}
