@font-face {
  font-family: 'Yuji Syuku';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/YujiSyuku-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ShipporiMincho-subset.woff2') format('woff2');
}

:root {
  --black: #141210;
  --black-soft: #1e1c19;
  --gold: #c8a24d;
  --gold-soft: #e0c483;
  --white: #faf8f4;
  --cream: #f3ede1;
  --text: #2b2620;
  --text-soft: #6b6255;
  --border: #e5ddc9;
  --shadow: 0 10px 34px rgba(20, 18, 16, 0.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

.brush {
  font-family: "Yuji Syuku", "Hiragino Mincho ProN", serif;
}

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

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 110px 0; }

/* ---------- Header ---------- */
header.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(20, 18, 16, 0.9);
  backdrop-filter: blur(6px);
  color: var(--white);
  border-bottom: 1px solid rgba(200, 162, 77, 0.25);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand {
  font-family: "Yuji Syuku", serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.maru-seal { width: 22px; height: 22px; color: var(--gold-soft); flex-shrink: 0; }
footer .brand { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
footer .maru-seal { color: var(--gold-soft); }
.nav-links { display: flex; gap: 30px; font-size: 13.5px; letter-spacing: 0.04em; }
.nav-links a { opacity: 0.82; transition: opacity 0.25s ease, color 0.25s ease; }
.nav-links a:hover { opacity: 1; color: var(--gold-soft); }
.nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold-soft) !important;
  padding: 8px 20px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: background 0.3s ease, color 0.3s ease;
}
.nav-cta:hover { background: var(--gold); color: var(--black) !important; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(20,16,10,0.72) 0%, rgba(20,16,10,0.75) 50%, rgba(16,13,9,0.94) 100%),
    url("images/interior.jpg") center 40% / cover no-repeat;
  overflow: hidden;
  padding-top: 72px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 400px at 50% 15%, rgba(216,168,84,0.18), transparent 70%);
}
.hero .container { position: relative; z-index: 1; }
.hero .kicker {
  font-size: 12.5px;
  letter-spacing: 0.32em;
  color: var(--gold-soft);
  margin-bottom: 28px;
}
.hero h1 {
  font-family: "Yuji Syuku", serif;
  font-size: clamp(46px, 9vw, 96px);
  line-height: 1.25;
  margin-bottom: 22px;
  color: var(--white);
  text-shadow: 0 2px 24px rgba(200,162,77,0.25);
}
.hero .catch {
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.08em;
  color: var(--gold-soft);
  margin-bottom: 14px;
}
.hero .sub {
  font-size: 14px;
  color: rgba(250,248,244,0.65);
  max-width: 480px;
  margin: 0 auto 44px;
  letter-spacing: 0.03em;
}
.gold-rule {
  width: 46px; height: 2px;
  background: var(--gold);
  margin: 0 auto 28px;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 34px;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.06em;
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.btn-gold { background: var(--gold); color: var(--black); }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); }
.btn-outline:hover { background: rgba(200,162,77,0.14); transform: translateY(-2px); }

/* ---------- Section heading ---------- */
.section-head { text-align: center; margin-bottom: 64px; }
.section-head .en { font-size: 11.5px; letter-spacing: 0.3em; color: var(--gold); margin-bottom: 14px; }
.section-head h2 { font-family: "Yuji Syuku", serif; font-size: clamp(28px, 4vw, 40px); color: var(--black); margin-bottom: 14px; }
.section-head p { color: var(--text-soft); font-size: 14.5px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(.2,.7,.3,1), transform 0.8s cubic-bezier(.2,.7,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { transition-delay: calc(var(--i, 0) * 100ms); }

/* ---------- Atmosphere: no photos here — quiet, text-only, whitespace as the statement ---------- */
.atmosphere { background: var(--cream); }
.atmos-solo {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.atmos-seal {
  width: 46px; height: 46px;
  color: var(--gold);
  opacity: 0.55;
  margin: 0 auto 22px;
  display: block;
}
.atmos-solo .en { font-size: 11.5px; letter-spacing: 0.32em; color: var(--gold); margin-bottom: 18px; }
.atmos-solo h3 { font-family: "Yuji Syuku", serif; font-size: clamp(26px, 3.6vw, 34px); color: var(--black); margin-bottom: 26px; }
.atmos-solo .gold-rule { width: 46px; height: 2px; background: var(--gold); margin: 0 auto 34px; }
.atmos-solo p { color: var(--text-soft); font-size: 15px; margin-bottom: 20px; text-align: left; }
.atmos-solo p:last-child { margin-bottom: 0; }

/* ---------- Menu: featured board + list (intentionally different structure from a card grid) ---------- */
.menu-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: 40px; align-items: start; }

.menu-featured {
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.menu-featured-photo { aspect-ratio: 4/3; overflow: hidden; }
.menu-featured-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.menu-featured-body { padding: 26px 26px 6px; }
.featured-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--black);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 5px 14px;
  margin-bottom: 14px;
}
.menu-featured-body .name { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; gap: 10px; }
.menu-featured-body .name h3 { font-size: 21px; color: var(--black); }
.menu-featured-body .name .price { font-family: "Yuji Syuku", serif; font-size: 20px; color: var(--gold); white-space: nowrap; }
.menu-featured-body p { font-size: 13.5px; color: var(--text-soft); margin-bottom: 22px; }
.menu-featured-board { border-top: 1px solid var(--border); aspect-ratio: 16/10; overflow: hidden; }
.menu-featured-board img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.05); }

.menu-list { list-style: none; display: flex; flex-direction: column; }
.menu-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  transition: padding-left 0.3s ease;
}
.menu-row:first-child { padding-top: 0; }
.menu-row:hover { padding-left: 8px; }
.row-photo { width: 92px; height: 92px; overflow: hidden; border-radius: 2px; }
.row-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.row-body .name { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; gap: 10px; }
.row-body .name h3 { font-size: 15.5px; color: var(--black); }
.row-body .name .price { font-family: "Yuji Syuku", serif; font-size: 16px; color: var(--gold); white-space: nowrap; }
.row-body p { font-size: 12.5px; color: var(--text-soft); }
.menu-note { text-align: center; margin-top: 40px; font-size: 13px; color: var(--text-soft); letter-spacing: 0.03em; }

@media (max-width: 780px) {
  .menu-layout { grid-template-columns: minmax(0,1fr); }
  .menu-row { grid-template-columns: 72px 1fr; }
  .row-photo { width: 72px; height: 72px; }
}

/* ---------- Info (hours / access) ---------- */
.info { background: var(--black); color: var(--white); }
.info .section-head h2 { color: var(--white); }
.info .section-head p { color: rgba(250,248,244,0.6); }
.info-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; }
.info-card {
  border: 1px solid rgba(200,162,77,0.3);
  padding: 40px 34px;
  background: rgba(255,255,255,0.02);
}
.info-card h3 { font-family: "Yuji Syuku", serif; font-size: 19px; color: var(--gold-soft); margin-bottom: 24px; }
.info-row { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 14px; }
.info-row:last-child { border-bottom: none; }
.info-row .k { color: rgba(250,248,244,0.55); }
.info-row .v { color: var(--white); font-weight: 600; text-align: right; }
.map-box {
  aspect-ratio: 16/10;
  background: linear-gradient(150deg, #26221c, #141210);
  display: flex; align-items: center; justify-content: center;
  color: rgba(250,248,244,0.55);
  font-size: 13px;
  margin-top: 22px;
  border: 1px dashed rgba(200,162,77,0.35);
}
.access-note { margin-top: 18px; font-size: 13px; color: rgba(250,248,244,0.6); line-height: 1.9; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--black-soft);
  color: rgba(250,248,244,0.55);
  padding: 50px 0 30px;
  text-align: center;
  font-size: 12.5px;
  border-top: 1px solid rgba(200,162,77,0.2);
}
footer .brand { font-size: 20px; margin-bottom: 12px; display: block; }
footer .foot-note { margin-bottom: 18px; letter-spacing: 0.04em; }
footer .demo-badge {
  display: inline-block;
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(200,162,77,0.7);
  border: 1px solid rgba(200,162,77,0.3);
  padding: 5px 14px;
  border-radius: 999px;
}

@media (max-width: 780px) {
  section { padding: 74px 0; }
  .nav-links { display: none; }
  .atmos-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
}
