:root {
  --paper: #fff;
  --ink: #242124;
  --muted: #747074;
  --line: #dedade;
  --plum: #54213f;
  --gutter: clamp(22px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, p { margin: 0; font-weight: 400; }
img { display: block; max-width: 100%; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -52px;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 8px 14px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px var(--gutter) 20px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--ink);
}
.brand-logo { width: 210px; }
.brand-logo img, .footer-top img { width: 100%; height: auto; mix-blend-mode: multiply; }
.primary-nav { display: flex; justify-content: center; gap: clamp(26px, 4vw, 62px); margin-top: 22px; }
.primary-nav a, .footer-bottom { font-size: 13px; letter-spacing: .08em; }
.primary-nav a:hover, .footer-bottom a:hover { opacity: .5; }
.mobile-header-shell { position: relative; z-index: 50; }
.mobile-menu-toggle, .mobile-menu { display: none; }

.intro {
  min-height: 100svh;
  padding: 110px var(--gutter) 100px;
  display: flex;
  align-items: center;
}
.intro-copy { max-width: 610px; margin-left: 8vw; }
.intro-kicker { margin-bottom: 48px; color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.intro h1 { margin-bottom: 42px; font-family: 'EB Garamond', 'Times New Roman', serif; font-size: clamp(30px, 4vw, 62px); line-height: 1.25; letter-spacing: .08em; }
.intro-english { font-family: 'EB Garamond', 'Times New Roman', serif; font-size: clamp(17px, 1.6vw, 24px); line-height: 1.55; letter-spacing: .02em; color: #454047; }

.menu-section { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 10vw, 170px); padding: 18vh var(--gutter) 20vh; border-top: 1px solid var(--line); }
.menu-heading { max-width: 330px; }
.menu-heading h2 { margin: 30px 0; font-family: 'EB Garamond', 'Noto Sans JP', serif; font-size: clamp(30px, 4vw, 54px); line-height: 1.35; letter-spacing: .06em; }
.menu-heading > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.9; }
.menu-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 42px; }
.menu-group { border-top: 1px solid var(--ink); padding-top: 12px; }
.menu-group h3 { margin: 0 0 12px; font-family: 'EB Garamond', serif; font-size: 18px; font-weight: 400; letter-spacing: .14em; }
.menu-row { display: flex; justify-content: space-between; gap: 18px; padding: 5px 0; color: #49444a; font-size: 12px; line-height: 1.45; }
.menu-row strong { flex-shrink: 0; font-family: 'EB Garamond', serif; font-size: 17px; font-weight: 400; color: var(--ink); }
.menu-note { margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.menu-group-feature { grid-column: span 2; max-width: 620px; }

.visual { overflow: hidden; }
.visual img { width: 100%; object-fit: cover; }
.visual-portrait { margin: 0 var(--gutter); }
.visual-portrait img { height: min(78vh, 760px); object-position: center; }
.manifesto { min-height: 74vh; padding: 15vh var(--gutter); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; font-family: 'EB Garamond', 'Noto Sans JP', serif; font-size: clamp(24px, 4vw, 56px); line-height: 1.55; letter-spacing: .08em; }
.scroll-line { width: 1px; height: 84px; margin-top: 72px; background: var(--ink); }
.visual-interior { width: min(76vw, 980px); margin: 0 auto 18vh; }
.visual-interior img { height: min(46vw, 520px); object-position: center; }

.information { width: min(920px, calc(100% - (var(--gutter) * 2))); margin: 0 auto; }
.info-block { padding: 58px 0 64px; border-top: 1px solid var(--line); }
.info-block:last-child { border-bottom: 1px solid var(--line); }
.info-block h2 { margin-bottom: 25px; font-family: 'EB Garamond', serif; font-size: 24px; letter-spacing: .16em; }
.info-block h2 span { margin-left: 12px; color: var(--muted); font-family: 'Noto Sans JP', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .08em; }
.info-block p { color: #49444a; line-height: 2; }
.text-link { display: inline-block; margin-top: 18px; border-bottom: 1px solid currentColor; font-family: 'EB Garamond', serif; font-size: 17px; letter-spacing: .04em; }
.tel { margin-top: 24px; font-family: 'EB Garamond', serif; font-size: 18px; }
.access-map { height: 300px; margin-top: 34px; border: 1px solid var(--line); filter: grayscale(100%); }
.access-map iframe { width: 100%; height: 100%; border: 0; }
.hours-row { display: flex; justify-content: space-between; max-width: 380px; padding: 7px 0; border-bottom: 1px solid #eee; color: #49444a; }
.hours-row span { color: var(--muted); }
.hours-row strong { font-weight: 400; font-family: 'EB Garamond', serif; font-size: 18px; }
.business-hours { max-width: 620px; border-top: 1px solid var(--line); }
.business-row { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.business-row span { color: var(--muted); }
.business-row strong { font-weight: 400; }
.closed-schedule { margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.closed-schedule h3 { margin: 0 0 12px; font-family: 'EB Garamond', serif; font-size: 21px; font-weight: 400; letter-spacing: .14em; }
.closed-schedule h3 span { margin-left: 10px; color: var(--muted); font-family: 'Noto Sans JP', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .08em; }
.contact-content { max-width: 470px; }
.contact-content > p:first-child { color: #49444a; line-height: 2; }
.contact-details { margin-top: 26px; }
.contact-phone { display: inline-block; color: var(--ink); font-family: 'EB Garamond', serif; font-size: 24px; letter-spacing: .04em; }

.site-footer { margin-top: 18vh; padding: 100px var(--gutter) 30px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.footer-top { width: 210px; text-align: center; }
.footer-top img { margin-bottom: 25px; }
.footer-nav { display: flex; flex-direction: column; gap: 11px; padding-top: 6px; font-size: 12px; }
.footer-block-label { margin: 0 0 12px; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.footer-nav a { width: fit-content; border-bottom: 1px solid transparent; }
.footer-nav a:hover { border-bottom-color: currentColor; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 110px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

@media (max-width: 700px) {
  body { font-size: 14px; line-height: 1.85; }
  .site-header { padding: 22px 16px 18px; border-bottom: 0; }
  .brand-logo { width: 150px; }
  .primary-nav { display: none; }
  .mobile-menu-toggle { display: flex; position: absolute; top: 50%; right: 16px; width: 52px; height: 52px; padding: 9px 6px; flex-direction: column; justify-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; transform: translateY(-50%); }
  .mobile-menu-toggle span { display: block; width: 36px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-12px) rotate(-45deg); }
  .mobile-menu { display: flex; position: absolute; top: 100%; left: 0; width: 100%; max-height: calc(100svh - 190px); flex-direction: column; overflow-y: auto; padding: 0 22px 28px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: none; transition: opacity .25s ease, transform .25s ease; }
  .mobile-menu-nav { display: flex; flex-direction: column; width: 66%; margin-left: auto; margin-right: auto; padding-bottom: 14px; }
  .mobile-menu-nav a { display: block; padding: 12px 0; font-family: 'EB Garamond', serif; font-size: 27px; line-height: 1.2; letter-spacing: .14em; }
  .mobile-menu-store { width: 66%; margin-top: auto; margin-right: auto; margin-left: auto; padding-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
  .mobile-menu-store p { margin: 0 0 3px; }
  .mobile-menu-store-label { margin-bottom: 8px !important; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
  .mobile-menu-store-name { margin-bottom: 7px !important; color: var(--ink); font-family: 'EB Garamond', serif; font-size: 21px; letter-spacing: .04em; }
  .store-icon { display: inline-block; width: 24px; color: var(--plum); font-family: Arial, sans-serif; font-size: 18px; line-height: 1; }
  .mobile-menu-store-address { display: flex; gap: 8px; color: var(--ink); font-size: 13px; line-height: 1.6; }
  .mobile-menu-store-phone { display: flex; align-items: center; gap: 8px; margin: 8px 0 10px !important; color: var(--ink); font-family: 'EB Garamond', serif; font-size: 23px !important; letter-spacing: .03em; }
  .mobile-menu-store-hours { margin-top: 8px; padding-top: 8px; }
  .mobile-menu-store-hours p { display: grid; grid-template-columns: 24px 72px 1fr; gap: 8px; align-items: baseline; margin-bottom: 0; padding: 7px 0; color: var(--ink); }
  .mobile-menu-store-hours p > span { display: block; }
  .mobile-menu-store-hours p > .store-icon { width: 20px; font-size: 16px; }
  .mobile-menu-store-hours strong { font-size: 13px; font-weight: 400; }
  .store-icon-clock { position: relative; width: 16px !important; height: 16px; border: 1px solid var(--plum); border-radius: 50%; }
  .store-icon-clock::before { content: ''; position: absolute; left: 7px; top: 3px; height: 5px; border-left: 1px solid var(--plum); }
  .store-icon-clock::after { content: ''; position: absolute; left: 7px; top: 8px; width: 4px; border-top: 1px solid var(--plum); transform: rotate(25deg); transform-origin: left center; }
  .store-icon-calendar { position: relative; display: block !important; width: 16px !important; height: 14px; border: 1px solid var(--plum); border-radius: 1px; }
  .store-icon-calendar::before { content: ''; position: absolute; left: -1px; right: -1px; top: 3px; border-top: 1px solid var(--plum); }
  .store-icon-calendar::after { content: ''; position: absolute; top: -3px; left: 3px; width: 7px; height: 4px; border-left: 1px solid var(--plum); border-right: 1px solid var(--plum); }
  .intro { min-height: auto; padding: 116px 24px 135px; }
  .intro-copy { margin-left: 0; }
  .intro-kicker { margin-bottom: 46px; }
  .intro h1 { font-size: 31px; margin-bottom: 38px; }
  .intro-english { font-size: 17px; line-height: 1.52; }
  .menu-section { display: block; padding: 100px 22px 120px; }
  .menu-heading { max-width: 300px; margin-bottom: 76px; }
  .menu-heading h2 { margin: 24px 0; font-size: 32px; }
  .menu-list { grid-template-columns: 1fr; gap: 32px; }
  .menu-group-feature { grid-column: auto; }
  .menu-group { padding-top: 10px; }
  .menu-group h3 { margin-bottom: 9px; font-size: 18px; }
  .menu-row { gap: 14px; padding: 4px 0; font-size: 14px; line-height: 1.55; }
  .menu-row strong { font-size: 19px; }
  .menu-note { font-size: 12px; }
  .visual-portrait { margin: 0; }
  .visual-portrait img { height: 70vh; min-height: 430px; }
  .manifesto { min-height: 68vh; padding: 80px 28px; font-size: 25px; }
  .scroll-line { margin-top: 58px; height: 64px; }
  .visual-interior { width: calc(100% - 44px); margin-bottom: 100px; }
  .visual-interior img { height: 58vw; min-height: 210px; }
  .information { width: calc(100% - 44px); }
  .info-block { padding: 42px 0 48px; }
  .info-block h2 { font-size: 21px; margin-bottom: 18px; }
  .info-block h2 span { display: block; margin: 4px 0 0; }
  .business-row { grid-template-columns: 88px 1fr; gap: 12px; padding: 14px 0; font-size: 12px; }
  .closed-schedule { margin-top: 32px; padding-top: 24px; }
  .closed-schedule h3 span { display: block; margin: 4px 0 0; }
  .access-map { height: 240px; margin-top: 26px; }
  .contact-content { padding-top: 8px; }
  .contact-details { margin-top: 24px; }
  .contact-phone { font-size: 25px; }
  .site-footer { margin-top: 100px; padding: 74px 22px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px 24px; }
  .footer-top { width: 160px; }
  .footer-nav { font-size: 13px; }
  .footer-block-label { margin-bottom: 10px; }
  .footer-bottom { margin-top: 64px; flex-wrap: wrap; }
  .footer-bottom span { width: 100%; }
  body.menu-open { overflow: hidden; }
}
