:root {
  --ink: #211b17;
  --text: #3e332b;
  --muted: #796e64;
  --paper: #fbf7ef;
  --paper-strong: #fffdf7;
  --line: #e5d9c9;
  --red: #b52220;
  --red-dark: #811b1a;
  --indigo: #233f56;
  --green: #496a42;
  --gold: #c88b2d;
  --shadow: 0 20px 50px rgba(47, 33, 24, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo,
    system-ui, sans-serif;
  line-height: 1.8;
}

[id] {
  scroll-margin-top: 96px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(251, 247, 239, 0.92);
  border-bottom: 1px solid rgba(123, 97, 69, 0.22);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--red);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.brand-kicker,
.eyebrow,
.menu-item span,
.pill {
  letter-spacing: 0;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-kicker {
  display: block;
  color: var(--muted);
  line-height: 1.2;
}

.brand-name {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.25;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav a,
.footer a {
  text-decoration: none;
}

.nav a:hover,
.footer a:hover {
  color: var(--red);
}

.header-tel {
  padding: 8px 14px;
  border: 1px solid rgba(181, 34, 32, 0.25);
  border-radius: 999px;
  color: var(--red-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: min(640px, calc(100svh - 148px));
  overflow: hidden;
  background: var(--ink);
}

.hero picture,
.hero img {
  width: 100%;
  height: 100%;
}

.hero picture {
  position: absolute;
  inset: 0;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(17, 12, 8, 0.78) 0%,
      rgba(17, 12, 8, 0.44) 48%,
      rgba(17, 12, 8, 0.18) 100%
    ),
    linear-gradient(0deg, rgba(17, 12, 8, 0.72) 0%, rgba(17, 12, 8, 0) 28%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(640px, calc(100svh - 148px));
  width: min(1040px, 100%);
  padding: clamp(34px, 4vw, 56px) clamp(20px, 7vw, 86px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
}

.hero h1,
.section h2,
.instagram-strip h2,
.notice-band h2 {
  margin: 0;
  color: var(--ink);
  line-height: 1.16;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 900;
}

.hero-chip {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  width: fit-content;
  margin: 18px 0 0;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  font-weight: 900;
}

.hero-chip span + span::before {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.68);
  content: "|";
}

.hero-facts {
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin: 18px 0 0;
}

.hero-facts div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
}

.hero-facts dt {
  display: inline-flex;
  justify-content: center;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.button.secondary.dark {
  border-color: var(--indigo);
  color: var(--indigo);
}

.button.light {
  background: #fff;
  color: var(--red-dark);
}

.button.ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
}

.notice-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 44px) clamp(20px, 6vw, 84px);
  background: var(--red-dark);
  color: #fff;
}

.notice-band h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.notice-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.notice-copy {
  display: grid;
  gap: 18px;
}

.notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.notice-label {
  display: inline-flex;
  padding: 4px 10px;
  background: #fff;
  border-radius: 999px;
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.section {
  padding: clamp(62px, 8vw, 112px) clamp(20px, 6vw, 84px);
}

.about-section,
.hours-menu-section,
.access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.section-copy {
  max-width: 660px;
}

.section h2,
.section-heading h2,
.instagram-strip h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
}

.section p {
  color: var(--muted);
  font-weight: 600;
}

.section-note {
  max-width: 680px;
  margin-top: 12px;
  color: var(--text) !important;
  font-weight: 800 !important;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 12px 16px;
  border-left: 5px solid var(--red);
  background: var(--paper-strong);
  font-weight: 800;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.photo-grid picture,
.menu-item picture,
.solo-card picture,
.photo-grid img,
.menu-item img,
.solo-card img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.photo-grid picture,
.photo-grid img {
  aspect-ratio: 4 / 5;
}

.photo-grid picture,
.menu-item picture,
.solo-card picture {
  display: block;
  overflow: hidden;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading.compact {
  margin-bottom: 18px;
}

.section-heading.compact h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.news-section {
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(42px, 6vw, 72px);
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.news-list {
  display: grid;
  max-width: 960px;
  border-top: 1px solid var(--line);
}

.news-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.news-item time {
  color: var(--red-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.news-item p {
  margin: 0;
  color: var(--text);
  font-weight: 800;
}

.menu-section {
  background: #f1e7d8;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-content: start;
  padding: 18px;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-item.large {
  grid-row: auto;
}

.menu-item picture,
.menu-item img {
  aspect-ratio: 4 / 3;
  box-shadow: none;
}

.menu-item span {
  color: var(--red);
}

.menu-item h3,
.solo-card h3,
.menu-list h2,
.hours-panel h2,
.access-section h2 {
  margin: 4px 0 8px;
  color: var(--ink);
  line-height: 1.28;
}

.menu-item h3,
.solo-card h3 {
  font-size: 1.45rem;
}

.menu-item p,
.solo-card p {
  margin: 0;
}

.solo-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reviews-section {
  background: var(--paper);
}

.review-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: clamp(20px, 3vw, 28px);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.review-mark {
  width: fit-content;
  padding: 4px 10px;
  background: rgba(73, 106, 66, 0.12);
  border-radius: 999px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.review-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.35;
}

.review-card p {
  margin: 0;
}

.text-link {
  width: fit-content;
  color: var(--red-dark);
  font-weight: 900;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.instagram-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(34px, 5vw, 54px) clamp(20px, 6vw, 84px);
  background: var(--paper-strong);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.instagram-strip p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.solo-card {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.solo-card picture,
.solo-card img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
}

.solo-card div {
  padding: 22px;
}

.pill {
  display: inline-flex;
  padding: 4px 10px;
  background: rgba(181, 34, 32, 0.1);
  border-radius: 999px;
  color: var(--red-dark);
}

.pill.sake {
  background: rgba(35, 63, 86, 0.12);
  color: var(--indigo);
}

.pill.instagram {
  background: rgba(181, 34, 112, 0.12);
  color: #a01865;
}

.price {
  margin-top: 14px !important;
  color: var(--red-dark) !important;
  font-size: 2.2rem;
  font-weight: 900 !important;
}

.hours-menu-section {
  background: var(--indigo);
  color: #fff;
}

.hours-menu-section h2,
.hours-menu-section h3 {
  color: #fff;
}

.hours-menu-section p {
  color: rgba(255, 255, 255, 0.78);
}

.list-block {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.list-block h3 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}

.list-block p {
  margin: 0;
}

.hours-panel {
  padding: clamp(24px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.hours-panel dl {
  margin: 18px 0 0;
}

.hours-panel dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hours-panel dt {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.hours-panel dd {
  margin: 0;
  font-weight: 900;
}

.access-section {
  background: var(--paper-strong);
}

address {
  font-style: normal;
  font-weight: 800;
}

.access-note {
  margin-top: 16px;
}

.visit-info {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 26px 0 0;
}

.visit-info div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.visit-info dt {
  color: var(--indigo);
  font-weight: 900;
}

.visit-info dd {
  margin: 0;
  color: var(--text);
  font-weight: 800;
}

.instagram-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 138px;
  gap: 16px;
  align-items: center;
  max-width: 520px;
  margin-top: 26px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.instagram-card h3 {
  margin: 8px 0 4px;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.3;
}

.instagram-card p {
  margin: 0 0 8px;
}

.instagram-card a {
  color: #a01865;
  font-weight: 900;
  text-decoration: none;
}

.instagram-card a:hover {
  text-decoration: underline;
}

.instagram-qr-link {
  display: block;
  width: 138px;
  line-height: 0;
  justify-self: end;
}

.instagram-card img {
  width: 138px;
  height: 138px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.map-panel {
  overflow: hidden;
  min-height: 460px;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(220px, 1fr);
  gap: 16px;
  padding: 28px clamp(20px, 6vw, 84px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.footer p {
  margin: 0;
}

.footer-brand {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer > p {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.62);
}

.mobile-action-bar {
  display: none;
}

.not-found {
  display: grid;
  align-content: center;
  min-height: 100svh;
  padding: clamp(32px, 8vw, 90px);
  background: var(--paper);
}

.not-found h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  line-height: 1.15;
}

.not-found p {
  max-width: 640px;
  color: var(--muted);
  font-weight: 700;
}

.not-found .button {
  width: fit-content;
  margin-top: 18px;
}

@media (max-width: 980px) {
  [id] {
    scroll-margin-top: 138px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    text-align: center;
    padding-bottom: 2px;
  }

  .nav a {
    padding: 8px 6px;
    background: rgba(181, 34, 32, 0.07);
    border-radius: 6px;
  }

  .about-section,
  .hours-menu-section,
  .access-section,
  .notice-band,
  .instagram-strip,
  .review-layout,
  .menu-grid,
  .solo-layout {
    grid-template-columns: 1fr;
  }

  .menu-item.large {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 10px;
  }

  .header-tel {
    display: none;
  }

  .nav {
    gap: 5px;
    font-size: 0.78rem;
  }

  .nav a {
    padding: 8px 2px;
  }

  .hero,
  .hero-copy {
    min-height: 520px;
  }

  .hero-copy {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.7rem);
  }

  .section h2,
  .section-heading h2,
  .instagram-strip h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-chip {
    border-radius: 8px;
  }

  .hero-chip span {
    display: inline-block;
  }

  .hero-chip span + span::before {
    content: none;
  }

  .hero-facts {
    gap: 6px;
    margin-top: 14px;
  }

  .hero-facts div {
    grid-template-columns: 48px 1fr;
    gap: 8px;
  }

  .hero-facts dd {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .lead {
    display: none;
  }

  .hero-shade {
    background: linear-gradient(
      0deg,
      rgba(17, 12, 8, 0.88) 0%,
      rgba(17, 12, 8, 0.58) 68%,
      rgba(17, 12, 8, 0.22) 100%
    );
  }

  .photo-grid,
  .menu-item,
  .hours-panel dl div,
  .news-item,
  .instagram-card {
    grid-template-columns: 1fr;
  }

  .instagram-card img {
    width: min(180px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .instagram-qr-link {
    width: min(180px, 100%);
    justify-self: start;
  }

  .menu-item {
    padding: 14px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .mobile-action-bar {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    background: rgba(33, 27, 23, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .mobile-action-bar a {
    padding: 12px 8px calc(12px + env(safe-area-inset-bottom));
    color: #fff;
    font-size: 0.86rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }

  .mobile-action-bar a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
}
