@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500&family=Shippori+Mincho:wght@400;500;600&display=swap");

:root {
  --washi: #f0ebe2;
  --washi-deep: #e4ddd0;
  --sumi: #1c1916;
  --muted: #7a7268;
  --gold: #9a7b42;
  --gold-light: #c4a062;
  --line: rgba(28, 25, 22, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Albert Sans", "Noto Sans TC", sans-serif;
  font-weight: 300;
  color: var(--sumi);
  background: var(--washi);
  line-height: 1.8;
}

a { color: inherit; text-decoration: none; }

.mincho {
  font-family: "Shippori Mincho", "Noto Serif TC", serif;
}

/* ── Centered noren header ── */
.noren-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px 20px;
  background: rgba(240, 235, 226, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.noren-header .back {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.78rem;
  color: var(--muted);
}

.noren-logo {
  text-align: center;
}

.noren-logo strong {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  letter-spacing: 0.45em;
  margin-right: -0.45em;
  font-weight: 500;
}

.noren-logo span {
  display: block;
  margin-top: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.42em;
  color: var(--muted);
  text-transform: uppercase;
}

.noren-nav {
  display: flex;
  gap: 32px;
  margin-top: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.noren-nav a {
  color: var(--muted);
}

.noren-nav a:hover {
  color: var(--gold);
}

/* ── Hero: narrow column + side kanji ── */
.hero-washi {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  overflow: hidden;
}

.hero-washi-bg {
  position: absolute;
  inset: 0;
}

.hero-washi-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.hero-washi-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--washi) 0%, transparent 30%, transparent 70%, var(--washi) 100%);
}

.hero-side-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 0.82rem;
  letter-spacing: 0.35em;
  color: var(--muted);
}

.hero-side-label.left { left: clamp(16px, 4vw, 48px); }
.hero-side-label.right { right: clamp(16px, 4vw, 48px); }

.hero-narrow {
  position: relative;
  z-index: 1;
  max-width: 420px;
  text-align: center;
}

.hero-narrow .season {
  font-size: 0.68rem;
  letter-spacing: 0.4em;
  color: var(--gold);
}

.hero-narrow h1 {
  margin: 24px 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.12em;
}

.hero-narrow .lead {
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 36px;
}

.hero-narrow .reserve-link {
  display: inline-block;
  padding: 12px 0;
  border-bottom: 1px solid var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.hero-deco {
  margin-top: 48px;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  color: rgba(154, 123, 66, 0.2);
  letter-spacing: 0.5em;
}

/* ── Menu: single column kaiseki style ── */
.menu-kaiseki {
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(64px, 10vw, 100px) 24px;
}

.menu-kaiseki header {
  text-align: center;
  margin-bottom: 56px;
}

.menu-kaiseki header h2 {
  margin: 8px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-weight: 500;
}

.menu-kaiseki header p {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.15em;
}

.menu-course {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

.menu-course:last-child {
  border-bottom: 1px solid var(--line);
}

.menu-course .course-label {
  font-family: "Shippori Mincho", serif;
  font-size: 0.9rem;
  color: var(--gold);
  letter-spacing: 0.2em;
}

.menu-course h3 {
  margin: 10px 0 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.menu-course p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.7;
}

.menu-course .price {
  margin-top: 12px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.menu-omakase {
  margin-top: 48px;
  padding: 32px;
  text-align: center;
  border: 1px solid var(--gold);
}

.menu-omakase strong {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}

.menu-omakase span {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  color: var(--muted);
}

/* ── Chef: full bleed band ── */
.chef-band {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
}

.chef-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 25, 22, 0.55);
}

.chef-band .chef-text {
  position: relative;
  z-index: 1;
  max-width: 480px;
  text-align: center;
  color: var(--washi);
}

.chef-band h2 {
  margin: 0 0 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.chef-band p {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.88;
  line-height: 1.9;
}

/* ── Experience: alternating rows ── */
.exp-rows {
  padding: clamp(64px, 10vw, 100px) 0;
}

.exp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
}

.exp-row:nth-child(even) {
  direction: rtl;
}

.exp-row:nth-child(even) > * {
  direction: ltr;
}

.exp-row-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 64px);
  background: var(--washi-deep);
}

.exp-row:nth-child(even) .exp-row-text {
  background: var(--washi);
}

.exp-row-text span {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: var(--gold);
}

.exp-row-text h3 {
  margin: 12px 0 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
}

.exp-row-text p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
  max-width: 360px;
}

.exp-row-visual {
  background: var(--sumi);
  display: grid;
  place-items: center;
  padding: 48px;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  color: rgba(240, 235, 226, 0.15);
  letter-spacing: 0.2em;
}

/* ── Reserve minimal ── */
.reserve-minimal {
  max-width: 480px;
  margin: 0 auto;
  padding: clamp(64px, 10vw, 100px) 24px 80px;
  text-align: center;
}

.reserve-minimal h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  letter-spacing: 0.35em;
  font-weight: 500;
  margin: 0 0 32px;
}

.reserve-minimal dl {
  margin: 0 0 40px;
  text-align: left;
}

.reserve-minimal div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.reserve-minimal dt {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.reserve-minimal dd {
  margin: 6px 0 0;
  font-size: 0.92rem;
}

.reserve-minimal a {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid var(--sumi);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
}

.site-footer {
  padding: 24px;
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 768px) {
  .hero-side-label {
    display: none;
  }

  .exp-row,
  .exp-row:nth-child(even) {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .exp-row-visual {
    min-height: 120px;
    font-size: 2.5rem;
  }

  .noren-nav {
    gap: 16px;
    font-size: 0.72rem;
  }
}
