/* ============================================
   沖縄Bar しまんちゅ - Stylesheet
   ============================================ */

:root {
  --bg-dark: #1a0f08;
  --bg-darker: #0d0805;
  --bg-wood: #2a1a0f;
  --color-red: #e0263e;
  --color-red-dark: #b01c30;
  --color-yellow: #ffcc00;
  --color-yellow-dark: #e6b800;
  --color-pink: #ff5b8a;
  --color-text: #f4ead2;
  --color-text-mute: #b8a888;
  --color-line: rgba(244, 234, 210, .15);
  --font-jp: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  --font-jp-deco: 'Kaisei Decol', 'Yu Mincho', serif;
  --font-jp-pop: 'Yusei Magic', sans-serif;
  --font-en-pop: 'Bungee', sans-serif;
  --container: 1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: var(--font-jp);
  color: var(--color-text);
  background: var(--bg-dark);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 500;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.sp-only { display: none; }

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 30px;
  transition: background .3s, box-shadow .3s, padding .3s;
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,0));
}
.site-header.scrolled {
  background: rgba(13, 8, 5, .95);
  box-shadow: 0 2px 20px rgba(0,0,0,.5);
  padding: 10px 30px;
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.logo {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
  line-height: 1;
}
.logo-okinawa {
  font-family: var(--font-jp-pop);
  font-size: 11px;
  color: var(--color-yellow);
  letter-spacing: .15em;
  background: rgba(0,0,0,.5);
  padding: 3px 10px;
  border-radius: 12px;
  margin-bottom: 4px;
}
.logo-main {
  font-family: 'Yuji Boku', var(--font-jp-deco);
  font-size: 32px;
  font-weight: 400;
  color: var(--color-red);
  letter-spacing: .02em;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 4px 8px rgba(0,0,0,.6);
  transform: rotate(-2deg);
}
.nav-pc {
  display: flex;
  gap: 22px;
  align-items: center;
}
.nav-pc > a {
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 700;
  transition: color .2s;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.nav-pc > a:hover { color: var(--color-yellow); }
.btn-insta-nav {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 8px 16px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.btn-insta-nav svg { width: 16px; height: 16px; }
.hamburger {
  display: none;
  background: none; border: none;
  width: 32px; height: 24px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  display: block; width: 100%; height: 2px;
  background: #fff;
}
.nav-sp {
  display: none;
  background: rgba(13, 8, 5, .98);
  flex-direction: column;
  padding: 20px 30px;
}
.nav-sp a {
  color: #fff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
  font-weight: 700;
}
.nav-sp.open { display: flex; }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 20px 80px;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(90deg, rgba(13,8,5,.85) 0%, rgba(13,8,5,.55) 35%, rgba(13,8,5,.15) 65%, rgba(13,8,5,.05) 100%),
    url('/images/hero-bg.jpg');
  background-size: cover;
  background-position: center center;
}
@media (max-width: 720px) {
  .hero-bg {
    background-image:
      linear-gradient(rgba(13,8,5,.7), rgba(13,8,5,.6)),
      url('/images/hero-bg.jpg');
    background-position: center;
  }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(224, 38, 62, .15), transparent 60%);
}
.palm {
  position: absolute;
  width: 200px; height: 280px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 140'%3E%3Cg fill='%23ffcc00' opacity='.85'%3E%3Cpath d='M50 140 Q 48 100 50 60 Q 52 30 50 10 L 52 10 Q 54 30 52 60 Q 50 100 52 140 Z'/%3E%3C/g%3E%3Cg fill='%2300a86b' opacity='.95'%3E%3Cpath d='M50 30 Q 20 10 5 5 Q 25 25 50 35 Z'/%3E%3Cpath d='M50 30 Q 80 10 95 5 Q 75 25 50 35 Z'/%3E%3Cpath d='M50 25 Q 25 0 10 -5 Q 30 20 50 30 Z'/%3E%3Cpath d='M50 25 Q 75 0 90 -5 Q 70 20 50 30 Z'/%3E%3Cpath d='M50 35 Q 15 30 0 35 Q 25 40 50 40 Z'/%3E%3Cpath d='M50 35 Q 85 30 100 35 Q 75 40 50 40 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .65;
  pointer-events: none;
  z-index: 1;
}
.palm-left { left: -30px; top: 60px; transform: rotate(-15deg); }
.palm-right { right: -30px; top: 60px; transform: rotate(15deg) scaleX(-1); }
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: 5%;
  margin-right: auto;
  text-align: left;
  padding-top: 60px;
}
.hero-buttons { justify-content: flex-start; }
@media (max-width: 720px) {
  .hero-content {
    margin: 0 auto;
    text-align: center;
  }
  .hero-buttons { justify-content: center; }
}
.hero-title {
  font-family: var(--font-jp-deco);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0 4px 20px rgba(0,0,0,.7), 0 2px 0 rgba(224,38,62,.5);
  letter-spacing: .02em;
}
.kariya-line {
  color: var(--color-yellow);
  position: relative;
  display: inline-block;
}
.kariya-line::after {
  content: '';
  position: absolute;
  left: -10px; right: -10px;
  bottom: -8px;
  height: 4px;
  background: var(--color-red);
  border-radius: 2px;
}
.hero-tagline {
  font-family: var(--font-jp-pop);
  font-size: 26px;
  color: var(--color-yellow);
  margin-bottom: 30px;
  letter-spacing: .1em;
  text-shadow: 0 2px 6px rgba(0,0,0,.7);
}
.hero-open {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: var(--color-red);
  padding: 10px 28px;
  border-radius: 4px;
  margin-bottom: 28px;
  transform: rotate(-3deg);
  box-shadow: 0 6px 20px rgba(224,38,62,.5);
}
.open-time {
  font-family: var(--font-en-pop);
  font-size: 42px;
  color: #fff;
  line-height: 1;
}
.open-label {
  font-family: var(--font-en-pop);
  font-size: 26px;
  color: var(--color-yellow);
}
.hero-lead {
  font-size: 16px;
  color: #fff;
  margin-bottom: 36px;
  line-height: 2;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}
.hero-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-yellow, .btn-pink, .btn-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 16px rgba(0,0,0,.4);
}
.btn-yellow {
  background: var(--color-yellow);
  color: var(--bg-dark);
}
.btn-yellow:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(255,204,0,.5); }
.btn-pink {
  background: linear-gradient(135deg, #f09433 0%, #dc2743 50%, #bc1888 100%);
  color: #fff;
}
.btn-pink:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(220,39,67,.5); }
.btn-red {
  background: var(--color-red);
  color: #fff;
}
.btn-red:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(224,38,62,.5); }
.arrow { font-family: serif; font-size: 18px; }

/* ============================================
   SECTION COMMON
   ============================================ */
section { position: relative; }
.section-head {
  text-align: center;
  padding: 80px 20px 30px;
  position: relative;
}
.section-title {
  font-family: var(--font-en-pop);
  font-size: 44px;
  color: var(--color-red);
  letter-spacing: .08em;
  margin-bottom: 6px;
  line-height: 1;
  text-shadow: 0 4px 0 var(--color-red-dark);
}
.section-title.yellow {
  color: var(--color-yellow);
  text-shadow: 0 4px 0 var(--color-yellow-dark);
}
.section-sub {
  font-family: var(--font-jp-pop);
  font-size: 14px;
  color: var(--color-text);
  letter-spacing: .25em;
}
.section-sub.yellow { color: var(--color-yellow); }

/* ============================================
   CONCEPT
   ============================================ */
.concept {
  background:
    linear-gradient(rgba(244, 234, 210, .96), rgba(244, 234, 210, .96)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23a0825a' opacity='.3'/%3E%3C/svg%3E");
  color: var(--bg-dark);
  padding-bottom: 80px;
  overflow: hidden;
}
.concept .section-title { color: var(--color-red); }
.concept .section-sub { color: var(--bg-dark); }
.hibiscus {
  position: absolute;
  width: 140px; height: 140px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23e0263e'%3E%3Cpath d='M50 30 Q 40 10 25 18 Q 15 30 28 42 Q 35 35 50 30 Z'/%3E%3Cpath d='M50 30 Q 60 10 75 18 Q 85 30 72 42 Q 65 35 50 30 Z'/%3E%3Cpath d='M50 32 Q 30 35 22 50 Q 25 65 40 62 Q 48 50 50 32 Z'/%3E%3Cpath d='M50 32 Q 70 35 78 50 Q 75 65 60 62 Q 52 50 50 32 Z'/%3E%3Cpath d='M50 35 Q 45 55 50 70 Q 55 55 50 35 Z'/%3E%3C/g%3E%3Ccircle cx='50' cy='42' r='5' fill='%23ffcc00'/%3E%3Cpath d='M50 42 L52 60' stroke='%23ffcc00' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .35;
  z-index: 0;
  pointer-events: none;
}
.hibiscus-1 { left: 30px; top: 100px; transform: rotate(-15deg); }
.hibiscus-2 { right: 30px; bottom: 60px; transform: rotate(20deg); width: 110px; height: 110px; }
.concept-body {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.concept-catch {
  font-family: var(--font-jp-deco);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-red);
  margin-bottom: 28px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.concept-text {
  font-size: 15px;
  line-height: 2.4;
  color: var(--bg-dark);
}

/* ============================================
   FOOD / DRINK common
   ============================================ */
.food, .drink {
  background:
    linear-gradient(rgba(13,8,5,.96), rgba(13,8,5,.96)),
    url('https://images.unsplash.com/photo-1530021232320-687d8e3dba54?auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}
.menu-block {
  max-width: var(--container);
  margin: 0 auto 50px;
  padding: 0 30px;
}
.menu-block.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.block-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 36px 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px dashed rgba(255, 204, 0, .5);
}
.block-title:first-child { margin-top: 0; }
.block-title.center { justify-content: center; border-bottom: none; }
.block-en {
  font-family: var(--font-en-pop);
  font-size: 22px;
  color: var(--color-yellow);
  letter-spacing: .05em;
}
.block-jp {
  font-family: var(--font-jp-pop);
  font-size: 14px;
  color: var(--color-text-mute);
}

/* TACOS GRID */
.tacos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.taco-card {
  background: linear-gradient(180deg, #2a1a0f, #1a0f08);
  border: 1px solid rgba(255, 204, 0, .25);
  border-radius: 12px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.rank-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--color-red);
  color: var(--color-yellow);
  font-family: var(--font-en-pop);
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0,0,0,.5);
}
.taco-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 18px;
}
.taco-name {
  font-family: var(--font-en-pop);
  font-size: 22px;
  color: var(--color-yellow);
  letter-spacing: .04em;
  margin-bottom: 12px;
  line-height: 1.2;
}
.taco-name .jp {
  font-family: var(--font-jp-pop);
  font-size: 14px;
  color: var(--color-text);
  display: block;
  margin-top: 4px;
}
.taco-desc {
  font-size: 13px;
  color: var(--color-text-mute);
  line-height: 1.7;
  margin-bottom: 18px;
}
.price-list {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.price-list li {
  flex: 1;
  min-width: 80px;
  background: rgba(255, 204, 0, .08);
  border: 1px solid rgba(255, 204, 0, .25);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.price-list li > span:first-child {
  font-family: var(--font-en-pop);
  color: var(--color-yellow);
  font-size: 13px;
}
.price-list li .yen {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.price-list li.best {
  background: var(--color-red);
  border-color: var(--color-red);
}
.price-list li.best > span:first-child { color: var(--color-yellow); }
.price-list li.best .yen { color: #fff; }
.topping {
  text-align: center;
  font-size: 12px;
  color: var(--color-yellow);
  background: rgba(255, 204, 0, .12);
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 700;
}

/* SIMPLE LIST */
.simple-list {
  background: rgba(255, 204, 0, .04);
  border-radius: 8px;
  padding: 8px 0;
  margin-bottom: 8px;
}
.simple-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 18px;
  border-bottom: 1px dashed rgba(255, 204, 0, .15);
  gap: 16px;
}
.simple-row:last-child { border-bottom: none; }
.row-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex: 1;
  line-height: 1.5;
}
.row-en, .row-desc {
  display: block;
  font-size: 11px;
  color: var(--color-text-mute);
  font-weight: 400;
  margin-top: 3px;
  letter-spacing: .03em;
}
.row-price {
  font-family: var(--font-en-pop);
  color: var(--color-yellow);
  font-size: 15px;
  white-space: nowrap;
}
.simple-row.featured {
  background: linear-gradient(90deg, rgba(224, 38, 62, .12), rgba(255, 204, 0, .08));
}

.set-note {
  font-size: 12px;
  color: var(--color-text-mute);
  line-height: 1.8;
  margin-top: 12px;
  padding: 12px 16px;
  background: rgba(0,0,0,.3);
  border-radius: 6px;
}
.charge-note {
  text-align: center;
  font-size: 12px;
  color: var(--color-yellow);
  background: rgba(224, 38, 62, .15);
  border: 1px solid rgba(224, 38, 62, .4);
  padding: 14px 20px;
  border-radius: 8px;
  max-width: 700px;
  margin: 30px auto 0;
  line-height: 1.8;
}

/* BOTTLE */
.bottle-block {
  max-width: var(--container);
  margin: 30px auto 0;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 204, 0, .08), rgba(0,0,0,.3));
  border: 1px solid rgba(255, 204, 0, .25);
  border-radius: 12px;
}
.bottle-note {
  text-align: center;
  font-size: 13px;
  color: var(--color-yellow);
  background: rgba(255, 204, 0, .15);
  display: inline-block;
  padding: 6px 18px;
  border-radius: 4px;
  margin: 0 auto 20px;
  font-weight: 700;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.bottle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
.bottle-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px dashed rgba(255, 204, 0, .2);
  font-size: 13px;
}
.bottle-row > span:last-child {
  color: var(--color-yellow);
  font-family: var(--font-en-pop);
  font-size: 14px;
}
.bottle-keep-note {
  text-align: center;
  font-size: 11px;
  color: var(--color-text-mute);
  margin-top: 16px;
  line-height: 1.8;
}

/* ============================================
   ATMOSPHERE
   ============================================ */
.atmosphere {
  background: var(--bg-darker);
  padding-bottom: 80px;
  position: relative;
}
.atmosphere::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23e0263e' opacity='.04'%3E%3Cpath d='M50 30 Q40 10 25 18 Q15 30 28 42 Q35 35 50 30 Z'/%3E%3Cpath d='M50 30 Q60 10 75 18 Q85 30 72 42 Q65 35 50 30 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
}
.enjoy-grid {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.enjoy-card {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 204, 0, .05);
  border: 1px solid rgba(255, 204, 0, .2);
  border-radius: 12px;
  transition: transform .25s, border-color .25s;
}
.enjoy-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-yellow);
}
.enjoy-icon {
  font-size: 40px;
  margin-bottom: 14px;
}
.enjoy-card h4 {
  font-family: var(--font-jp-pop);
  font-size: 16px;
  color: var(--color-yellow);
  margin-bottom: 10px;
}
.enjoy-card p {
  font-size: 13px;
  color: var(--color-text-mute);
  line-height: 1.7;
}
.gallery-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  z-index: 1;
}
.gallery-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
}
.gallery-item {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  transition: transform .35s, box-shadow .35s;
  cursor: pointer;
  border: 2px solid rgba(255, 204, 0, .25);
  position: relative;
  overflow: hidden;
}
.gallery-grid.two-col .gallery-item {
  aspect-ratio: 1 / 1;
}
.gallery-item:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 0 14px 30px rgba(0,0,0,.6);
  border-color: var(--color-yellow);
}
.gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(13,8,5,.9), rgba(13,8,5,0));
  color: var(--color-yellow);
  font-family: var(--font-en-pop);
  font-size: 14px;
  letter-spacing: .05em;
  padding: 24px 16px 14px;
  text-align: center;
}

/* ============================================
   ACCESS
   ============================================ */
.access {
  background: var(--bg-dark);
  padding-bottom: 80px;
}
.access-body {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 36px;
  align-items: start;
}
.access-info {
  font-size: 14px;
  line-height: 1.8;
}
.info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255, 204, 0, .15);
}
.info-row .ico {
  font-size: 18px;
  width: 24px;
  flex-shrink: 0;
}
.info-sub {
  display: block;
  font-size: 11px;
  color: var(--color-text-mute);
  margin-top: 4px;
}
.info-row.pending { color: var(--color-text-mute); font-style: italic; }
.info-row.staff {
  color: var(--color-yellow);
  font-weight: 700;
}
.access-map {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #333;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(255, 204, 0, .3);
}
.access-map iframe { width: 100%; height: 100%; border: 0; }

/* ============================================
   INSTAGRAM CTA
   ============================================ */
.insta-cta {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 70px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.insta-inner { position: relative; z-index: 1; }
.insta-title {
  font-family: var(--font-jp-pop);
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.insta-handle {
  font-family: var(--font-en-pop);
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: .03em;
}
.btn-insta-big {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #dc2743;
  padding: 16px 36px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .05em;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
  transition: transform .25s;
}
.btn-insta-big:hover { transform: translateY(-3px); }
.btn-insta-big svg { width: 22px; height: 22px; }

/* ============================================
   FINAL CTA
   ============================================ */
.final-cta {
  background:
    linear-gradient(rgba(13,8,5,.78), rgba(13,8,5,.88)),
    url('/images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 30px;
  text-align: center;
}
.final-title {
  font-family: var(--font-jp-deco);
  font-size: 42px;
  color: var(--color-yellow);
  margin-bottom: 16px;
  text-shadow: 0 4px 16px rgba(0,0,0,.7);
}
.final-shisa {
  font-size: 22px;
  color: #fff;
  margin-bottom: 36px;
}
.final-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #000;
  color: var(--color-text-mute);
  padding: 40px 30px 24px;
  text-align: center;
}
.footer-logo-text {
  font-family: var(--font-jp-deco);
  font-size: 22px;
  color: var(--color-pink);
  font-weight: 700;
  margin-bottom: 4px;
}
.footer-en {
  font-family: var(--font-en-pop);
  font-size: 11px;
  color: var(--color-yellow);
  letter-spacing: .15em;
  margin-bottom: 24px;
}
.copyright {
  font-size: 11px;
  letter-spacing: .05em;
  border-top: 1px solid rgba(255, 204, 0, .15);
  padding-top: 20px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .menu-block.two-col { grid-template-columns: 1fr; gap: 0; }
  .tacos-grid { grid-template-columns: 1fr; }
  .access-body { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .enjoy-grid { grid-template-columns: 1fr; gap: 14px; }
  .bottle-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .sp-only { display: inline; }
  .nav-pc { display: none; }
  .hamburger { display: flex; }
  .palm { width: 130px; height: 180px; }
  .hero { padding: 80px 16px 60px; }
  .hero-title { font-size: 40px; }
  .hero-tagline { font-size: 18px; }
  .open-time { font-size: 32px; }
  .open-label { font-size: 20px; }
  .section-title { font-size: 32px; }
  .concept-catch { font-size: 22px; }
  .final-title { font-size: 28px; }
  .insta-title { font-size: 18px; }
  .menu-block { padding: 0 16px; }
  .gallery-grid { padding: 0 16px; }
  .access-body { padding: 0 16px; }
  .taco-card { padding: 16px; }
  .taco-name { font-size: 18px; }
  .price-list li { padding: 8px 6px; }
  .price-list li .yen { font-size: 13px; }
}
