/* =========================================================================
   GANON RAMEN - basement noodle counter, Lwowska 9/1B. Substance over gloss.
   Canvas: near-black | Accent: vermilion | Ember: gold | Text: bone
   Display: Oswald (condensed) | Body/accent: Zilla Slab
   ========================================================================= */
:root {
  --bg: #0c0a08;
  --bg-2: #14110d;
  --vermilion: #c5341f;
  --vermilion-2: #e0492f;
  --ember: #e8b53a;
  --bone: #ece5d8;
  --muted: #8f867a;
  --line: rgba(236, 229, 216, 0.13);
  --rail: 52px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { font-family: "Zilla Slab", Georgia, serif; background: var(--bg); color: var(--bone); line-height: 1.6; font-size: 1.04rem; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--ember); }
.osw { font-family: "Oswald", system-ui, sans-serif; text-transform: uppercase; line-height: 0.92; letter-spacing: 0.01em; }
.wrap { width: min(1080px, calc(100% - 56px)); margin-inline: auto; }
h1, h2, h3 { font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; line-height: 0.95; }

/* ---------- left rail: katakana + steam meter ---------- */
.rail { position: fixed; left: 0; top: 0; bottom: 0; width: var(--rail); z-index: 50; background: var(--bg); border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 16px 0; }
.rail .kana { writing-mode: vertical-rl; font-family: "Oswald", sans-serif; font-weight: 600; font-size: 1.2rem; letter-spacing: 0.3em; color: var(--bone); }
.rail .meter { position: relative; flex: 1; width: 2px; background: var(--vermilion); margin: 22px 0; }
.rail .meter .wisp { position: absolute; left: -4px; width: 10px; height: 10px; border-radius: 50%; background: radial-gradient(circle, rgba(236,229,216,.5), transparent 70%); animation: rise 4s linear infinite; }
.rail .meter .wisp:nth-child(2) { animation-delay: 1.3s; } .rail .meter .wisp:nth-child(3) { animation-delay: 2.6s; }
@keyframes rise { 0% { bottom: 0; opacity: 0; transform: scale(.6); } 20% { opacity: .8; } 100% { bottom: 100%; opacity: 0; transform: scale(1.6); } }
.rail .seal { width: 34px; height: 34px; }

main { margin-left: var(--rail); }
.bar { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; padding: 12px 26px; background: rgba(12,10,8,.9); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.bar .b { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 1.3rem; letter-spacing: 0.04em; color: var(--bone); text-decoration: none; }
.bar .b span { color: var(--vermilion); }
.bar nav { display: flex; align-items: center; gap: 18px; }
.bar nav a { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 0.84rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); text-decoration: none; }
.bar nav a:hover { color: var(--bone); }
.lang { display: inline-flex; border: 1px solid var(--line); }
.lang button { border: 0; background: transparent; color: var(--bone); font: 600 0.72rem "Oswald", sans-serif; padding: 3px 8px; cursor: pointer; }
.lang button[aria-pressed="true"] { background: var(--vermilion); color: var(--bg); }
@media (max-width: 760px) { .bar nav a { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 94vh; display: flex; align-items: center; overflow: hidden; border-bottom: 2px solid var(--vermilion); }
.hero .bg { position: absolute; inset: 0; z-index: 0; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.46) contrast(1.05); }
.hero .scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,10,8,.92), rgba(12,10,8,.45) 60%, rgba(197,52,31,.2)); }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3rem, 11vw, 8.5rem); font-weight: 700; color: var(--bone); }
.hero h1 .v { color: var(--vermilion); }
.hero h1 .e { color: var(--ember); }
.hero .tag { margin-top: 24px; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.86rem; color: var(--muted); }
.hero .tag b { color: var(--bone); font-weight: 600; }
.hero .cta { margin-top: 28px; }
.btn { display: inline-block; font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.86rem; padding: 12px 24px; text-decoration: none; border: 1.5px solid var(--vermilion); color: var(--bone); }
.btn:hover { background: var(--vermilion); }

/* ---------- bands ---------- */
.band { padding: 84px 0; border-bottom: 1px solid var(--line); position: relative; }
.band.alt { background: var(--bg-2); }
.band-head { margin-bottom: 38px; }
.band-head .seal-no { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.band-head .seal-sm { width: 34px; height: 34px; }
.band-head .kicker { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; color: var(--vermilion); }
.band-head h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.band-head p { color: var(--muted); margin-top: 12px; max-width: 52ch; font-family: "Zilla Slab"; }
.lead-quote { font-family: "Oswald", sans-serif; text-transform: uppercase; font-weight: 600; font-size: clamp(1.6rem, 4.6vw, 3rem); color: var(--bone); max-width: 18ch; }
.lead-quote .v { color: var(--vermilion); }

/* menu wall board */
.board { border: 1px solid var(--line); }
.board .row { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: baseline; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.board .row:last-child { border-bottom: 0; }
.board .row:hover { background: rgba(197,52,31,.08); }
.board .row .kn { font-family: "Oswald", sans-serif; color: var(--vermilion); font-size: 0.9rem; letter-spacing: 0.1em; white-space: nowrap; }
.board .row .nm { font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; font-size: 1.3rem; }
.board .row .nm small { display: block; font-family: "Zilla Slab", serif; font-weight: 400; text-transform: none; color: var(--muted); font-size: 0.9rem; letter-spacing: 0; margin-top: 2px; }
.board .row .tg { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.1em; color: var(--ember); white-space: nowrap; }
@media (max-width: 640px) { .board .row { grid-template-columns: 1fr; gap: 4px; } .board .row .kn { font-size: 0.78rem; } }

/* bowls gallery */
.bowls { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.bowls figure { overflow: hidden; border: 1px solid var(--line); background: #000; position: relative; }
.bowls img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bowls figure:hover img { transform: scale(1.05); }
.bowls figcaption { position: absolute; left: 0; bottom: 0; background: var(--vermilion); color: var(--bone); font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 0.66rem; letter-spacing: 0.06em; padding: 3px 8px; }
.bw1 { grid-column: span 3; aspect-ratio: 16/10; }
.bw2 { grid-column: span 3; aspect-ratio: 16/10; }
.bw3 { grid-column: span 2; aspect-ratio: 1; }
.bw4 { grid-column: span 2; aspect-ratio: 1; }
.bw5 { grid-column: span 2; aspect-ratio: 1; }
@media (max-width: 720px) { .bowls { grid-template-columns: 1fr 1fr; } .bowls figure { grid-column: span 1 !important; aspect-ratio: 1 !important; } .bw1 { grid-column: span 2 !important; aspect-ratio: 16/10 !important; } }

/* room split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } }
.split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--line); }
.split p { color: var(--muted); margin-top: 12px; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; margin-top: 24px; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.info dl { display: grid; grid-template-columns: auto 1fr; gap: 12px 20px; }
.info dt { font-family: "Oswald", sans-serif; font-size: 0.78rem; letter-spacing: 0.08em; color: var(--vermilion); padding-top: 4px; }
.info dd a { color: var(--bone); border-bottom: 1px solid var(--vermilion); text-decoration: none; }
.info .socials { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn-fill { background: var(--vermilion); border-color: var(--vermilion); }
.map-box { border: 1px solid var(--line); overflow: hidden; min-height: 330px; filter: grayscale(.5) brightness(.8); }
.map-box iframe { width: 100%; height: 100%; min-height: 330px; border: 0; display: block; }

/* footer */
.foot { padding: 40px 0 44px; }
.foot .top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: baseline; }
.foot .mark { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 1.5rem; }
.foot .mark span { color: var(--vermilion); }
.foot .sign { font-family: "Zilla Slab", serif; font-style: italic; color: var(--muted); margin-top: 6px; }
.foot .meta { font-size: 0.86rem; color: var(--muted); }
.foot .meta a { color: var(--ember); }
.disclaimer { margin-top: 20px; font-size: 0.77rem; color: #6f685e; max-width: 74ch; line-height: 1.5; }

.r { will-change: transform, opacity; }

@media (max-width: 760px) {
  :root { --rail: 0px; }
  .rail { display: none; }
  main { margin-left: 0; }
  .wrap { width: min(1080px, calc(100% - 40px)); }
}
