/* Bar Lumière — ダークで大人（漆黒×琥珀） */

:root {
  --bg: #14110d;
  --bg-alt: #1d1913;
  --amber: #c8963e;
  --amber-soft: #e0b874;
  --ink: #d9d2c5;
  --line: #353026;
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--bg);
  line-height: 2.1;
  letter-spacing: 0.05em;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 5vw;
}

.logo { font-family: "Cormorant Garamond", serif; font-size: 24px; font-weight: 600; color: var(--amber-soft); letter-spacing: 0.12em; }

.nav a { font-family: "Cormorant Garamond", serif; color: var(--ink); text-decoration: none; margin-left: 26px; font-size: 15px; letter-spacing: 0.15em; }
.nav a:hover { color: var(--amber-soft); }

/* hero */
.hero {
  text-align: center;
  padding: 90px 6vw 110px;
  background: radial-gradient(ellipse at 50% 0%, rgba(200,150,62,0.13), transparent 55%);
}

/* カクテルグラスのCSSイラスト */
.glass { position: relative; width: 150px; height: 170px; margin: 0 auto 44px; }

.glass-bowl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 70px;
  background: linear-gradient(180deg, rgba(224,184,116,0.55), rgba(200,150,62,0.25));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.glass-stem {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 66px;
  background: rgba(224,184,116,0.5);
}

.glass-foot {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 5px;
  border-radius: 999px;
  background: rgba(224,184,116,0.5);
}

.glass-light {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(200,150,62,0.35), transparent 70%);
}

.hero-en { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 15px; letter-spacing: 0.3em; color: var(--amber); margin-bottom: 20px; }
.hero h2 { font-size: clamp(26px, 4.4vw, 40px); font-weight: 400; color: #f0e9db; line-height: 1.8; margin-bottom: 18px; letter-spacing: 0.1em; }
.hero-lead { font-size: 14px; opacity: 0.85; }

/* sections */
.section { padding: 90px 5vw; max-width: 860px; margin: 0 auto; }
.section-dark { background: var(--bg-alt); max-width: none; }
.section-dark > * { max-width: 860px; margin-left: auto; margin-right: auto; }

.section-title {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: var(--amber-soft);
  letter-spacing: 0.22em;
  margin-bottom: 48px;
}
.section-title::after { content: ""; display: block; width: 40px; height: 1px; background: var(--amber); margin: 18px auto 0; }

.concept-text { text-align: center; font-size: 15px; }

/* menu */
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }

.menu-col h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--amber-soft);
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.menu-col dl div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 2px;
  gap: 14px;
}

.menu-col dt { font-size: 15px; }
.menu-col dd { font-family: "Cormorant Garamond", serif; color: var(--amber-soft); font-size: 16px; white-space: nowrap; }

.menu-note { text-align: center; margin-top: 44px; font-size: 13px; opacity: 0.75; }

/* info */
.info-table { width: 100%; max-width: 620px; margin: 0 auto; border-collapse: collapse; }

.info-table th, .info-table td { text-align: left; padding: 15px 14px; border-bottom: 1px solid var(--line); font-size: 15px; }
.info-table th { width: 120px; color: var(--amber-soft); font-weight: 500; white-space: nowrap; }

/* cta */
.cta { text-align: center; padding: 90px 5vw; }
.cta-en { font-family: "Cormorant Garamond", serif; font-style: italic; letter-spacing: 0.3em; color: var(--amber); margin-bottom: 12px; }
.cta p:not(.cta-en) { font-size: 14px; }

.cta-button {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: var(--amber-soft);
  text-decoration: none;
  border: 1px solid var(--amber);
  padding: 14px 54px;
  margin-top: 26px;
  transition: 0.25s;
}

.cta-button:hover { background: var(--amber); color: var(--bg); }

/* footer */
.footer { text-align: center; padding: 32px 5vw; border-top: 1px solid var(--line); }
.footer p:first-child { font-family: "Cormorant Garamond", serif; letter-spacing: 0.16em; color: var(--amber-soft); }
.footer-copy { font-size: 11px; opacity: 0.55; margin-top: 6px; }

/* mobile */
@media (max-width: 760px) {
  .header { flex-direction: column; gap: 12px; }
  .nav a { margin: 0 12px; }
  .hero { padding: 64px 6vw 80px; }
  .menu-cols { grid-template-columns: 1fr; gap: 40px; }
  .section { padding: 60px 6vw; }
}
