@charset "UTF-8";

/* Shared palette, typography and spacing. */
:root {
  --paper: #f8f5ee;
  --surface: #efebe2;
  --ink: #302923;
  --muted: #70665e;
  --accent: #94634f;
  --line: #d7cfc3;
  --serif: "Baskerville", "Times New Roman", "Yu Mincho", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 2; -webkit-font-smoothing: antialiased; }
::selection { background: #dac6b8; color: var(--ink); }
a { color: inherit; text-decoration: none; text-underline-offset: 6px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 7px; }
a:hover { color: var(--accent); }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 7.5vw, 7.5rem); }
h2 { font-size: clamp(2.6rem, 4.6vw, 4.8rem); }
h3 { font-size: 1.125rem; font-weight: 500; line-height: 1.8; }
em { font-weight: 400; color: var(--accent); }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.eyebrow { display: block; margin-bottom: 28px; font-size: .75rem; font-weight: 500; letter-spacing: .2em; line-height: 1.7; color: var(--accent); }
.site-header { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; }
.brand-name { font-family: var(--serif); font-size: 2.6rem; letter-spacing: -.06em; line-height: 1.1; }
.brand-period { color: var(--accent); }
.brand-small { margin-top: 9px; font-size: .75rem; letter-spacing: .2em; }
nav { display: flex; gap: 40px; }
nav a { padding: 16px 0; font-size: .75rem; letter-spacing: .14em; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: 7px; width: 0; height: 1px; background: var(--accent); transition: width .2s; }
nav a:hover::after, nav a[aria-current="page"]::after { width: 100%; }
nav a[aria-current="page"] { color: var(--accent); }
.nav-toggle { background: transparent; color: var(--ink); border: 1px solid var(--line); min-height: 44px; padding: 8px 12px; font-size: .75rem; }
.nav-toggle[hidden] { display: none; }
.hero { padding-top: 100px; display: grid; grid-template-columns: 1.7fr 1fr; column-gap: 70px; }
.hero-copy h1 { font-size: clamp(4rem, 7.7vw, 7.75rem); }
.hero-japanese { margin-top: 35px; letter-spacing: .14em; font-size: 1.2rem; }
.lead { margin-top: 22px; color: var(--muted); line-height: 2.2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 32px; margin-top: 38px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 40px; min-height: 56px; border: 1px solid var(--accent); padding: 12px 24px; color: var(--accent); font-size: .875rem; transition: background .2s, color .2s; }
.button:hover { background: var(--accent); color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; border-bottom: 1px solid var(--line); font-size: .875rem; }
.text-link:hover { border-color: var(--accent); }
.hero-note { align-self: center; border: 1px solid var(--line); padding: 55px 32px; text-align: center; transform: rotate(-3deg); background: var(--surface); }
.hero-note .eyebrow { font-size: .7rem; margin-bottom: 50px; }
.hero-note p { font-family: var(--serif); font-style: italic; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.04em; line-height: 1.2; color: var(--accent); }
.hero-note > span:not(.eyebrow) { display: block; margin-top: 24px; font-size: .875rem; line-height: 2.2; }
.hero-note .note-sign { font-family: var(--serif); font-style: italic; margin-top: 55px !important; }
.hero-meta { grid-column: 1 / -1; margin-top: 72px; padding: 24px 0; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .875rem; color: var(--muted); }
.meta-divider { margin-inline: 15px; color: var(--accent); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 145px; }
.intro-copy { padding-top: 38px; }
.intro-copy h3 { margin-bottom: 30px; font-size: 1.35rem; letter-spacing: .07em; }
.intro-copy p { color: var(--muted); margin-bottom: 22px; line-height: 2.3; }
.intro-copy .text-link { margin-top: 12px; }
.featured { padding-block: 110px; background: var(--surface); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 64px; }
.section-heading h2 + p { margin-top: 25px; color: var(--muted); }
.item-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.item { border-top: 1px solid var(--line); padding-top: 22px; }
.item-number { font-size: .75rem; letter-spacing: .16em; color: var(--muted); }
.item-english { font-family: var(--serif); font-size: clamp(3rem, 4.5vw, 4.5rem); line-height: 1.05; letter-spacing: -.03em; padding: 35px 0 40px; }
.item h3 { margin-bottom: 14px; }
.item h3 + p { color: var(--muted); font-size: 1rem; }
.price { display: block; font-family: var(--serif); font-size: 1.7rem; margin-top: 22px; }
.note { color: var(--muted); font-size: .875rem; line-height: 2; }
.featured .note { margin-top: 44px; }
.visit { padding-block: 120px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.visit h2 + p { margin-top: 26px; color: var(--muted); }
.page-title { padding-block: 100px 90px; }
.page-title h1 { margin-bottom: 30px; }
.page-intro { color: var(--muted); letter-spacing: .08em; }
.menu-content { padding-bottom: 120px; }
.menu-section { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; border-top: 1px solid var(--line); padding: 60px 0 40px; }
.menu-section h2 { font-size: clamp(2.5rem, 3.8vw, 3.7rem); }
.section-japanese { margin-top: 20px; color: var(--muted); }
.menu-list { margin: 0; }
.menu-list > div { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 28px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.menu-list dt { font-size: 1.0625rem; }
.menu-list dt span { display: block; font-size: 1rem; color: var(--muted); margin-top: 10px; }
.menu-list dd { margin: 0; font-family: var(--serif); font-size: 1.5rem; white-space: nowrap; }
.notice { padding: 28px 32px; background: var(--surface); border-left: 2px solid var(--accent); color: var(--muted); font-size: .875rem; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-bottom: 120px; }
.story-label { background: var(--surface); padding: 70px 32px; text-align: center; border: 1px solid var(--line); }
.story-label p { font-family: var(--serif); font-size: clamp(3.5rem, 5vw, 5rem); line-height: 1.15; letter-spacing: -.04em; margin: 60px 0; }
.story-label > span:last-child { font-size: .875rem; letter-spacing: .12em; }
.japanese-heading { font-family: var(--sans); font-size: 1.6rem; line-height: 1.9; letter-spacing: .06em; margin-bottom: 30px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; line-height: 2.3; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; border-top: 1px solid var(--line); padding-block: 65px 120px; }
.values h2 { font-size: 2.8rem; margin-bottom: 25px; }
.values h3 { margin-bottom: 16px; }
.values p:last-child { color: var(--muted); }
.access-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; padding-bottom: 130px; }
.access-layout h2 + p { margin-top: 20px; }
.shop-info { margin: 30px 0 0; }
.shop-info > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.shop-info dt { font-size: .875rem; color: var(--muted); }
.shop-info dd { margin: 0; }
.muted { color: var(--muted); font-size: .875rem; }
.directions { align-self: start; background: var(--surface); padding: 45px; }
.directions h2 { font-size: 3.2rem; }
.directions ol { list-style: none; padding: 0; margin: 40px 0; }
.directions li { display: flex; gap: 25px; margin-bottom: 32px; }
.directions li > span { font-family: var(--serif); font-size: 1.5rem; font-style: italic; color: var(--accent); }
.directions h3 { font-size: 1rem; margin-bottom: 8px; }
.directions li p { color: var(--muted); }
.site-footer { background: var(--ink); color: var(--paper); padding-top: 75px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; padding-bottom: 65px; }
.site-footer .brand-name { font-size: 3.4rem; }
.site-footer .eyebrow { color: #d8c9bc; }
.footer-top p:not(.eyebrow) { font-size: .875rem; color: #e0d8cc; }
.footer-tagline { margin-top: 30px; font-family: var(--serif); font-size: 1.4rem !important; }
.footer-tagline span { font-family: var(--sans); font-size: .875rem; }
.site-footer .text-link { margin-top: 20px; border-color: #77695d; }
.site-footer a:hover { color: #d9b7a5; }
.social-pending { padding-bottom: 12px; border-bottom: 1px solid #77695d; }
.social-pending span { font-size: .75rem; margin-left: 16px; }
.footer-note { margin-top: 18px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px; border-top: 1px solid #65594e; }
.footer-bottom small, .footer-bottom a { font-size: .75rem; color: #d8cfc4; }
.footer-bottom a { min-height: 44px; display: flex; align-items: center; letter-spacing: .1em; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 10; background: var(--ink); color: var(--paper); padding: 12px 20px; }
.skip-link:focus { top: 10px; }
@media (min-width: 761px) { .nav-toggle { display: none; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  nav { gap: 26px; }
  .hero { gap: 35px; }
  .hero-note { padding: 45px 20px; }
  .intro, .story, .access-layout { gap: 50px; }
  .menu-section { gap: 45px; }
  .footer-top { gap: 40px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 104px; padding-block: 22px; flex-wrap: wrap; gap: 22px 12px; }
  .brand-name { font-size: 2.15rem; }
  .brand-small { font-size: .75rem; }
  .nav-toggle { max-width: 50%; font-size: .75rem; }
  nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--line); padding-top: 12px; }
  nav a { padding-block: 12px; font-size: .875rem; }
  nav.is-collapsed { display: none; }
  nav a::after { bottom: 5px; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; gap: 0; }
  .eyebrow { font-size: .75rem; margin-bottom: 24px; letter-spacing: .16em; }
  .hero-copy h1 { font-size: clamp(3.2rem, 11vw, 5rem); }
  .hero-japanese { margin-top: 28px; font-size: 1.0625rem; letter-spacing: .06em; }
  .lead { margin-top: 20px; }
  .hero-actions { gap: 20px; margin-top: 30px; }
  .hero-note { grid-row: 3; width: calc(100% - 18px); max-width: 470px; margin: 50px auto 0; padding: 35px 24px; transform: rotate(-2deg); }
  .hero-note .eyebrow { margin-bottom: 30px; }
  .hero-note p { font-size: 2.6rem; }
  .hero-note .note-sign { margin-top: 30px !important; }
  .hero-meta { grid-row: 2; margin-top: 40px; flex-direction: column; gap: 4px; padding-block: 20px; }
  .meta-divider { margin-inline: 8px; }
  .intro { grid-template-columns: 1fr; padding-block: 90px; gap: 35px; }
  h2 { font-size: clamp(2.5rem, 9vw, 3.7rem); }
  .intro-copy { padding: 0; }
  .intro-copy h3 { font-size: 1.2rem; }
  .intro-copy p br { display: none; }
  .featured { padding-block: 75px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 40px; }
  .item-grid { grid-template-columns: 1fr; gap: 44px; }
  .item-english { font-size: 3.7rem; padding-block: 25px; }
  .item-english br { display: none; }
  .item-english em::before { content: " "; }
  .visit { padding-block: 85px; flex-direction: column; align-items: flex-start; gap: 32px; }
  .page-title { padding-block: 65px; }
  .page-title h1 { font-size: clamp(3.3rem, 11vw, 5.5rem); }
  .menu-content { padding-bottom: 75px; }
  .menu-section { grid-template-columns: 1fr; gap: 35px; padding-block: 40px 15px; }
  .menu-section h2 { font-size: 2.8rem; }
  .menu-list > div { gap: 15px; }
  .menu-list dt { font-size: 1rem; }
  .menu-list dd { font-size: 1.4rem; }
  .notice { padding: 22px; }
  .story { grid-template-columns: 1fr; gap: 60px; padding-bottom: 75px; }
  .story-label { padding: 45px 24px; }
  .story-label p { margin-block: 40px; font-size: 3.8rem; }
  .japanese-heading { font-size: 1.5rem; }
  .values { grid-template-columns: 1fr; gap: 45px; padding-block: 45px 75px; }
  .access-layout { grid-template-columns: 1fr; gap: 55px; padding-bottom: 75px; }
  .shop-info > div { grid-template-columns: 70px 1fr; gap: 15px; }
  .directions { padding: 30px 24px; }
  .directions h2 { font-size: 2.8rem; }
  .site-footer { padding-top: 55px; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; padding-bottom: 45px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Home: a full-width photographic hero and three framed menu cards. */
.hero-visual {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 720px;
  padding-top: 90px;
  background: var(--ink);
  color: var(--paper);
}
.hero-image, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-image { object-fit: cover; object-position: center 56%; }
.hero-shade {
  background: linear-gradient(90deg, rgb(30 24 19 / 78%) 0%, rgb(30 24 19 / 66%) 45%, rgb(30 24 19 / 12%) 100%);
}
.hero-content { padding-bottom: 72px; }
.hero-content .eyebrow { color: var(--paper); }
.hero-content h1 { font-size: clamp(4rem, 7.7vw, 7.75rem); max-width: 800px; }
.hero-content em { color: inherit; }
.hero-content .lead { color: var(--paper); max-width: 560px; }
.hero-content .hero-japanese { margin-top: 30px; }
.hero-content .button { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.hero-content .button:hover { background: var(--ink); color: var(--paper); }
.hero-content .text-link { border-color: rgb(248 245 238 / 60%); }
.hero-content .text-link:hover { color: var(--paper); border-color: var(--paper); }
.hero-content a:focus-visible { outline-color: var(--paper); }
.hero-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: auto;
  padding-block: 22px;
  border-top: 1px solid rgb(248 245 238 / 35%);
  font-size: .875rem;
  letter-spacing: .035em;
}
.home-page .intro { padding-block: 135px; }
.home-page .item-grid { gap: 26px; }
.menu-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.menu-card .item-english { padding-block: 32px; }
.menu-card .price { margin-top: auto; padding-top: 28px; }
.home-page .visit { padding-block: 125px; }
@media (max-width: 1050px) {
  .menu-card { padding: 26px; }
  .home-page .item-grid { gap: 20px; }
}
@media (max-width: 760px) {
  .hero-visual { min-height: 660px; padding-top: 70px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: rgb(30 24 19 / 69%); }
  .hero-content { padding-bottom: 55px; }
  .hero-content h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .hero-content .eyebrow { max-width: 280px; font-size: .75rem; }
  .hero-content .hero-japanese { font-size: 1.0625rem; }
  .hero-content .lead { font-size: 1rem; }
  .hero-content .lead br { display: none; }
  .hero-content .hero-actions { align-items: flex-start; gap: 15px 24px; }
  .hero-details { flex-direction: column; padding-block: 18px; font-size: .875rem; }
  .home-page .intro { padding-block: 85px; }
  .home-page .item-grid { gap: 24px; }
  .menu-card { padding: 28px; }
  .menu-card .item-english { font-size: clamp(2.5rem, 10vw, 3.7rem); padding-block: 26px; }
  .home-page .visit { padding-block: 85px; }
}

/* Supplied images: preserve the entire image and its natural aspect ratio. */
.intro-picture,
.menu-picture {
  display: block;
  width: min(100%, 240px);
  margin-inline: auto;
}
.intro-picture { margin-top: 40px; }
.menu-picture { margin-block: 26px; }
.intro-picture img,
.menu-picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 760px) {
  .intro-picture { margin-top: 32px; }
  .menu-picture { margin-block: 24px; }
}

/* Secondary pages: accessible filtering, café details and live map. */
[hidden] { display: none !important; }
.menu-filters { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.menu-filters button {
  min-height: 48px;
  padding: 10px 28px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 1rem;
  transition: background .2s, color .2s;
}
.menu-filters button:hover { border-color: var(--accent); }
.menu-filters button[aria-pressed="true"] { background: var(--accent); color: var(--paper); border-color: var(--accent); }
.filter-status { color: var(--muted); font-size: .875rem; margin-bottom: 32px; }
.cafe-details { background: var(--surface); padding-block: 100px; }
.details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px; margin: 55px 0 45px; }
.details-grid > div { border-top: 1px solid var(--line); padding-top: 24px; }
.details-grid dt { font-size: .75rem; color: var(--accent); letter-spacing: .14em; }
.details-grid dt span { display: block; margin-top: 12px; font-size: 1rem; letter-spacing: .05em; color: var(--ink); }
.details-grid dd { margin: 20px 0 0; font-size: 1.125rem; }
.details-grid dd span { display: block; font-size: .875rem; margin-top: 10px; color: var(--muted); }
.cafe-details .text-link { margin-top: 24px; }
.fiction-notice { margin-bottom: 60px; }
.map-section { padding-bottom: 120px; }
.map-description { margin: 30px 0; max-width: 780px; color: var(--muted); }
.access-map { display: block; width: 100%; height: 480px; border: 1px solid var(--line); background: var(--surface); }
.map-footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; margin-top: 24px; }
.map-footer .note a { text-decoration: underline; }
.map-footer .text-link { flex-shrink: 0; }
@media (max-width: 1050px) { .details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  .menu-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .menu-filters button { padding-inline: 15px; }
  .cafe-details { padding-block: 70px; }
  .details-grid { grid-template-columns: 1fr; gap: 30px; margin-block: 35px; }
  .fiction-notice { margin-bottom: 45px; }
  .map-section { padding-bottom: 75px; }
  .access-map { height: 380px; }
  .map-footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .menu-filters button { transition: none; } }

/* Optional motion: no opacity/visibility rules hide page content. */
.button, .menu-filters button, .nav-toggle, .back-to-top {
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}
.menu-card { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.hamburger { position: relative; display: block; width: 24px; height: 18px; }
.hamburger span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 1.5px;
  background: currentColor;
  transition: transform .22s ease, opacity .22s ease;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 8px; }
.hamburger span:nth-child(3) { top: 16px; }
.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.back-to-top {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 20;
  width: 56px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 4px 20px rgb(48 41 35 / 10%);
  line-height: 1.4;
}
.back-to-top > span:first-child { font-size: 1.4rem; }
.top-label { font-size: .75rem; letter-spacing: .1em; }
.footer-bottom { padding-right: 76px; }
@media (hover: hover) and (pointer: fine) {
  .button:hover, .menu-filters button:hover, .back-to-top:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgb(48 41 35 / 10%); }
  .menu-card:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 12px 28px rgb(48 41 35 / 8%); }
  .nav-toggle:hover { background: var(--surface); }
}
@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; cursor: pointer; }
  .back-to-top { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 48px; height: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .button:hover, .menu-filters button:hover, .back-to-top:hover, .menu-card:hover { transform: none; }
}
