:root {
  --paper: #f3eee5;
  --paper-deep: #e9e1d5;
  --ink: #27211e;
  --muted: #706862;
  --accent: #a65f43;
  --line: rgba(39, 33, 30, 0.2);
  --serif: Baskerville, "Iowan Old Style", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 2; letter-spacing: 0.035em; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3, h4, dl, dd { margin: 0; }
button { color: inherit; font: inherit; }
::selection { color: var(--paper); background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 9px 16px; color: var(--paper); background: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { height: 104px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); background: rgba(243, 238, 229, .94); backdrop-filter: blur(12px); position: relative; z-index: 50; }
.brand { width: max-content; display: flex; align-items: baseline; gap: 18px; }
.brand-en { font-family: var(--serif); font-size: 1.55rem; letter-spacing: .2em; }
.brand-ja { font-size: .65rem; letter-spacing: .18em; color: var(--muted); }
.global-nav { display: flex; align-items: center; gap: clamp(28px, 3.2vw, 58px); font-family: var(--serif); font-size: .75rem; letter-spacing: .15em; }
.global-nav a { position: relative; padding: 10px 0; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--accent); transition: right .35s ease; }
.global-nav a:hover::after, .global-nav a.is-current::after { right: 0; }
.nav-toggle { display: none; padding: 12px 0 12px 20px; border: 0; background: transparent; align-items: center; gap: 13px; }
.nav-toggle-label { font-family: var(--serif); font-size: .7rem; letter-spacing: .16em; }
.nav-toggle-lines { width: 25px; height: 14px; display: flex; flex-direction: column; justify-content: space-between; }
.nav-toggle-lines i { width: 100%; height: 1px; display: block; background: var(--ink); transition: transform .3s ease; }

.label { margin-bottom: 24px; color: var(--accent); font-family: var(--sans); font-size: .62rem; line-height: 1.4; font-weight: 600; letter-spacing: .28em; }
.section { max-width: 1260px; margin: 0 auto; padding: clamp(120px, 14vw, 210px) 5vw; }
.section-wide { max-width: 1440px; margin: 0 auto; padding: clamp(120px, 13vw, 190px) 4vw; }
h1, h2, h3, .manifesto-text, .menu-feature-title, .footer-name, .footer-tagline { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h2 { font-size: clamp(3.25rem, 6.8vw, 7.2rem); line-height: .92; }
.copy-large { color: var(--ink); font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.15rem); line-height: 1.7; letter-spacing: .02em; }
.text-link { display: inline-block; margin-top: 34px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: .72rem; letter-spacing: .12em; }
.arrow-link { width: min(100%, 270px); padding: 16px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: .72rem; letter-spacing: .15em; }
.arrow-link i { color: var(--accent); font-size: 1.15rem; font-style: normal; transition: transform .3s ease; }
.arrow-link:hover i { transform: translate(4px, -4px); }
.outline-button { min-width: 270px; min-height: 62px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid var(--ink); font-family: var(--serif); font-size: .7rem; letter-spacing: .15em; transition: color .25s, background .25s; }
.outline-button:hover { color: var(--paper); background: var(--ink); }

/* Home */
.home-hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: 44% 56%; grid-template-rows: 1fr auto; position: relative; }
.home-hero-copy { padding: clamp(90px, 10vw, 160px) 5vw 90px 7vw; display: flex; flex-direction: column; justify-content: center; }
.home-hero h1 { margin-left: -.06em; font-size: clamp(4rem, 7.8vw, 8.6rem); line-height: .82; white-space: nowrap; position: relative; z-index: 2; }
.home-hero h1 em, .manifesto-text em, .quote-block em { color: var(--accent); font-weight: 400; }
.home-hero .lead { max-width: 470px; margin: 52px 0 38px; color: var(--muted); }
.home-hero-image { min-height: 670px; position: relative; overflow: hidden; }
.home-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(39,33,30,.08), transparent 35%); pointer-events: none; }
.home-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
.home-hero-image:hover img { transform: scale(1.025); }
.home-hero-image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 20px; color: rgba(255,255,255,.75); font-size: .52rem; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-note { align-self: end; padding: 0 0 30px 7vw; font-family: var(--serif); font-size: .54rem; letter-spacing: .2em; }
.story-preview { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(70px, 12vw, 190px); align-items: end; }
.story-preview h2 { max-width: 820px; }
.section-copy { max-width: 490px; padding-bottom: 8px; color: var(--muted); }
.section-copy .copy-large { margin-bottom: 36px; }
.favorites { padding-top: 30px; }
.section-heading { margin-bottom: clamp(70px, 9vw, 130px); display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading > p { max-width: 330px; color: var(--muted); }
.favorite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 52px); }
.favorite-card figure { aspect-ratio: .83; margin-bottom: 22px; overflow: hidden; background: var(--paper-deep); }
.favorite-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) sepia(.05); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s; }
.favorite-card a:hover img { transform: scale(1.025); filter: saturate(.85); }
.favorite-card-offset { margin-top: 100px; }
.favorite-meta { display: flex; justify-content: space-between; color: var(--accent); font-family: var(--serif); font-size: .58rem; letter-spacing: .18em; }
.favorite-card h3 { margin-top: 17px; font-size: clamp(1.7rem, 2.35vw, 2.7rem); line-height: 1; }
.favorite-card > a > p { margin-top: 8px; color: var(--muted); font-size: .75rem; }
.section-action { margin-top: 85px; text-align: center; }
.manifesto { margin-top: 30px; padding: clamp(100px, 11vw, 170px) 8vw; color: var(--paper); background: var(--ink); }
.manifesto .label { color: var(--accent); }
.manifesto-text { font-size: clamp(4rem, 10.5vw, 11rem); line-height: .82; }
.manifesto-note { margin-top: 100px; display: flex; justify-content: flex-end; gap: clamp(70px, 12vw, 180px); color: rgba(243,238,229,.66); }
.manifesto-note > span { font-family: var(--serif); font-size: .62rem; line-height: 1.8; letter-spacing: .17em; }
.manifesto-note p { max-width: 380px; }
.visit { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.visit-info { max-width: 410px; color: var(--muted); }
.visit-info > p { margin-bottom: 28px; }
.visit-info strong { min-width: 88px; display: inline-block; color: var(--ink); font-size: .62rem; letter-spacing: .18em; }

/* Shared inner-page hero */
.page-hero { min-height: 650px; padding: clamp(100px, 10vw, 150px) 6vw 80px; display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-left: -.04em; font-size: clamp(7rem, 18vw, 18rem); line-height: .68; }
.page-hero-bottom { margin-top: 100px; padding-left: 34%; display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; color: var(--muted); }
.page-hero-bottom p:first-child { color: var(--accent); font-family: var(--serif); font-size: 1.45rem; line-height: 1.4; }

/* Menu */
.menu-feature { padding-top: 100px; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.menu-feature figure { height: min(70vw, 820px); overflow: hidden; }
.menu-feature img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.menu-feature > div { max-width: 520px; }
.menu-feature-title { margin: 15px 0 55px; font-size: clamp(3.8rem, 7vw, 7.8rem); line-height: .86; }
.menu-feature h2 { margin-bottom: 20px; font-family: var(--sans); font-size: 1rem; font-weight: 500; letter-spacing: .08em; }
.menu-feature > div > p:not(.label):not(.menu-feature-title) { color: var(--muted); }
.menu-feature > div > span { margin-top: 28px; display: block; font-family: var(--serif); font-size: 1.15rem; }
.menu-catalog { max-width: 1160px; padding-top: 80px; }
.menu-group { padding: 100px 0; display: grid; grid-template-columns: .85fr 1.4fr; gap: clamp(60px, 11vw, 160px); border-top: 1px solid var(--line); }
.menu-group-title h2 { font-size: clamp(3.7rem, 6.5vw, 6.7rem); }
.menu-items article { padding: 24px 0 28px; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.menu-items article:first-child { padding-top: 3px; }
.menu-items h3 { font-size: 1.55rem; line-height: 1.25; }
.menu-items p { margin-top: 5px; color: var(--muted); font-size: .78rem; }
.menu-items span { flex: 0 0 auto; font-family: var(--serif); }
.menu-notice { padding-top: 10px; color: var(--muted); font-size: .68rem; }

/* Story */
.story-hero-image { height: min(72vw, 920px); margin: 0 4vw; overflow: hidden; }
.story-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; filter: saturate(.68); }
.origin { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(70px, 12vw, 170px); }
.origin h2 { font-size: clamp(3.6rem, 6.5vw, 7rem); }
.origin-copy { color: var(--muted); }
.origin-copy .copy-large { margin-bottom: 44px; }
.origin-copy > p:not(:last-child) { margin-bottom: 25px; }
.origin-copy .signature { margin-top: 55px; color: var(--accent); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.values { padding-top: 60px; }
.value-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value-list article { min-height: 410px; padding: 42px 3.3vw 50px 0; border-right: 1px solid var(--line); }
.value-list article:not(:first-child) { padding-left: 3.3vw; }
.value-list article:last-child { border-right: 0; }
.value-list article > span { color: var(--accent); font-family: var(--serif); font-size: .68rem; }
.value-list h3 { margin-top: 65px; font-size: clamp(1.65rem, 2.4vw, 2.65rem); line-height: 1.05; }
.value-list h4 { margin: 13px 0 25px; font-family: var(--sans); font-size: .75rem; font-weight: 500; letter-spacing: .1em; }
.value-list p { color: var(--muted); font-size: .83rem; }
.quote-block { padding: clamp(100px, 13vw, 190px) 6vw; text-align: center; background: var(--paper-deep); }
.quote-block p { font-family: var(--serif); font-size: clamp(3rem, 6.7vw, 7rem); line-height: .98; }
.quote-block span { margin-top: 55px; display: block; color: var(--muted); font-size: .58rem; letter-spacing: .22em; }

/* Access */
.access-main { padding-top: 90px; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(65px, 10vw, 140px); align-items: start; }
.editorial-map { min-height: 730px; position: relative; overflow: hidden; background-color: var(--paper-deep); background-image: linear-gradient(63deg, transparent 47%, rgba(255,255,255,.9) 47%, rgba(255,255,255,.9) 54%, transparent 54%), linear-gradient(150deg, transparent 44%, rgba(255,255,255,.9) 44%, rgba(255,255,255,.9) 51%, transparent 51%); }
.editorial-map::before { content: ""; position: absolute; width: 30%; height: 24%; top: 8%; right: 8%; border: 1px solid rgba(39,33,30,.14); background: rgba(166,95,67,.12); }
.editorial-map span { position: absolute; z-index: 1; font-family: var(--serif); font-size: .61rem; line-height: 1.5; letter-spacing: .17em; }
.map-station { left: 8%; bottom: 12%; padding: 16px; color: var(--paper); background: var(--ink); }
.map-park { top: 18%; right: 13%; }
.map-shop { top: 42%; left: 56%; color: var(--accent); font-weight: 700; }
.map-shop i { font-style: normal; font-size: 1.4rem; }
.map-street { top: 57%; left: 19%; transform: rotate(-30deg); color: var(--muted); }
.shop-details { padding-top: 18px; }
.shop-details h2 { margin-bottom: 55px; font-size: clamp(3.5rem, 5vw, 5.8rem); }
.shop-details dl { margin-bottom: 48px; }
.shop-details dl > div { padding: 22px 0; display: grid; grid-template-columns: 110px 1fr; border-top: 1px solid var(--line); }
.shop-details dl > div:last-child { border-bottom: 1px solid var(--line); }
.shop-details dt { font-family: var(--serif); font-size: .6rem; letter-spacing: .14em; }
.shop-details dd { font-size: .82rem; }
.shop-details small { color: var(--muted); }
.access-note { margin-top: 30px; color: var(--muted); font-size: .7rem; }
.access-cards { padding-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.access-cards article { padding: 55px 6vw 55px 0; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.access-cards article + article { padding-left: 6vw; border-right: 0; }
.access-cards h3 { margin: 28px 0 20px; font-family: var(--sans); font-size: 1.1rem; font-weight: 500; }
.access-cards article > p:last-child { max-width: 470px; color: var(--muted); }

/* Footer */
.site-footer { padding: 95px 5vw 28px; color: var(--paper); background: var(--ink); }
.footer-top { min-height: 270px; display: grid; grid-template-columns: 1.5fr .75fr .55fr; gap: 70px; }
.footer-name { color: var(--accent); font-size: clamp(4.5rem, 8vw, 8rem); line-height: .7; letter-spacing: .06em; }
.footer-tagline { margin-top: 42px; color: rgba(243,238,229,.65); font-size: 1.25rem; line-height: 1.35; }
.footer-hours > span, .footer-social > span { margin-bottom: 20px; display: block; color: var(--accent); font-family: var(--serif); font-size: .58rem; letter-spacing: .18em; }
.footer-hours p { color: rgba(243,238,229,.68); font-family: var(--serif); font-size: .78rem; line-height: 2.1; }
.footer-social { display: flex; flex-direction: column; align-items: flex-start; }
.footer-social a { padding: 2px 0; color: rgba(243,238,229,.75); font-family: var(--serif); font-size: .68rem; letter-spacing: .1em; border-bottom: 1px solid transparent; }
.footer-social a:hover { border-color: var(--accent); }
.footer-bottom { padding-top: 24px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; border-top: 1px solid rgba(243,238,229,.18); color: rgba(243,238,229,.5); font-family: var(--serif); font-size: .55rem; letter-spacing: .12em; }

@media (max-width: 980px) {
  .site-header { height: 82px; padding: 0 22px; }
  .nav-toggle { display: flex; position: relative; z-index: 2; }
  .global-nav { position: fixed; inset: 0; height: 100dvh; padding: 120px 8vw 70px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; color: var(--paper); background: var(--ink); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .35s, transform .35s, visibility .35s; }
  .global-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .global-nav a { font-size: clamp(2.6rem, 10vw, 5rem); line-height: 1.15; letter-spacing: 0; }
  .global-nav a::after { bottom: 7px; background: var(--accent); }
  .nav-toggle.is-open { color: var(--paper); }
  .nav-toggle.is-open .nav-toggle-lines i:first-child { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.is-open .nav-toggle-lines i:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .nav-toggle.is-open .nav-toggle-lines i { background: var(--paper); }
  .home-hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .home-hero-copy { min-height: 620px; padding: 110px 7vw 90px; }
  .home-hero h1 { font-size: clamp(3.9rem, 12vw, 7rem); white-space: normal; }
  .home-hero-image { min-height: 75vw; }
  .scroll-note { display: none; }
  .story-preview, .origin, .visit { grid-template-columns: 1fr; gap: 80px; }
  .section-copy, .origin-copy, .visit-info { max-width: 580px; margin-left: auto; }
  .favorite-card-offset { margin-top: 55px; }
  .page-hero { min-height: 560px; }
  .page-hero-bottom { padding-left: 18%; }
  .menu-feature, .access-main { grid-template-columns: 1fr; }
  .menu-feature figure { height: 85vw; max-height: 760px; }
  .menu-feature > div, .shop-details { max-width: 600px; margin-left: auto; }
  .footer-top { grid-template-columns: 1.5fr 1fr; }
  .footer-social { grid-column: 2; }
}

@media (max-width: 700px) {
  body { font-size: 14px; line-height: 1.9; }
  .brand-en { font-size: 1.25rem; }.brand-ja { display: none; }
  .section, .section-wide { padding: 105px 7vw; }
  h2 { font-size: clamp(3.15rem, 15vw, 5.2rem); }
  .home-hero-copy { min-height: 560px; }
  .home-hero h1 { font-size: clamp(3.45rem, 15.7vw, 5.5rem); line-height: .84; }
  .home-hero .lead { margin-top: 42px; }
  .home-hero-image { min-height: 115vw; }
  .home-hero-image figcaption { display: none; }
  .section-copy, .origin-copy, .visit-info, .menu-feature > div, .shop-details { margin-left: 0; }
  .section-heading { margin-bottom: 60px; display: block; }
  .section-heading > p { margin-top: 35px; }
  .favorite-grid { grid-template-columns: 1fr; gap: 72px; }
  .favorite-card-offset { margin-top: 0; }
  .favorite-card figure { aspect-ratio: 1; }
  .section-action { margin-top: 70px; }
  .manifesto { padding: 100px 7vw; }
  .manifesto-text { font-size: clamp(3.5rem, 17vw, 6rem); }
  .manifesto-note { margin-top: 70px; display: block; }
  .manifesto-note p { margin-top: 35px; }
  .page-hero { min-height: 500px; padding: 100px 7vw 55px; }
  .page-hero h1 { font-size: clamp(5.2rem, 25vw, 8rem); line-height: .76; }
  .page-hero-bottom { margin-top: 70px; padding-left: 0; grid-template-columns: 1fr; gap: 30px; }
  .page-hero-bottom p:first-child { font-size: 1.2rem; }
  .menu-feature { padding-top: 45px; }
  .menu-feature figure { height: 115vw; }
  .menu-feature-title { margin-bottom: 40px; }
  .menu-group { padding: 70px 0; grid-template-columns: 1fr; gap: 55px; }
  .menu-group-title h2 { font-size: 4.2rem; }
  .menu-items h3 { font-size: 1.35rem; }
  .story-hero-image { height: 100vw; margin: 0; }
  .origin h2 { font-size: 3.7rem; }
  .value-list { grid-template-columns: 1fr; }
  .value-list article, .value-list article:not(:first-child) { min-height: auto; padding: 45px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-list h3 { margin-top: 35px; font-size: 2.25rem; }
  .quote-block { padding: 100px 7vw; }
  .quote-block p { font-size: 3rem; }
  .access-main { padding-top: 45px; }
  .editorial-map { min-height: 110vw; }
  .shop-details dl > div { grid-template-columns: 90px 1fr; }
  .access-cards { grid-template-columns: 1fr; }
  .access-cards article, .access-cards article + article { padding: 45px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1fr; gap: 58px; }
  .footer-social { grid-column: 1; }
  .footer-bottom { margin-top: 70px; grid-template-columns: 1fr auto; }
  .footer-bottom p:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
