@charset "UTF-8";

:root {
  --paper: #f7f3eb;
  --surface: #eee7dd;
  --ink: #302a25;
  --muted: #73675d;
  --accent: #98654f;
  --line: #d8cec1;
  --serif: Georgia, "Times New Roman", "Yu Mincho", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/2.1 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #ddc4b5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button { transition: color .2s, background-color .2s, border-color .2s; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -.04em; }
h1 { font-size: clamp(52px, 6.4vw, 90px); }
h2 { font-size: clamp(40px, 4.4vw, 62px); }
h3 { font-size: 17px; font-weight: 500; }
em { font-weight: 400; color: var(--accent); }
p { margin-bottom: 24px; }
.eyebrow, .tiny-label { font: 11px/1.6 var(--sans); letter-spacing: .23em; color: var(--accent); margin-bottom: 28px; }
.section-japanese { font-size: 15px; letter-spacing: .06em; margin: 24px 0 32px; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 5; background: var(--ink); color: var(--paper); padding: 12px 22px; }
.skip-link:focus { top: 10px; }
.site-header { max-width: 1440px; margin: auto; padding: 32px 6%; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { font: 38px/1 var(--serif); letter-spacing: -.04em; }
.brand span { display: block; font: 9px/1.6 var(--sans); letter-spacing: .15em; margin-top: 13px; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { position: relative; padding: 12px 0; font: 11px/1.8 var(--sans); letter-spacing: .13em; }
.site-header nav a::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 0; height: 1px; background: var(--accent); transition: width .2s; }
.site-header nav a:hover::after, .site-header nav a[aria-current]::after { width: 100%; }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: 10px 14px; color: var(--ink); font-size: 12px; min-height: 44px; }
.hero { max-width: 1440px; margin: 24px auto 0; padding: 0 6%; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 4%; }
.hero-copy { padding: 48px 0; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(54px, 6.1vw, 88px); margin-bottom: 30px; }
.hero h1 em { white-space: nowrap; }
.hero-japanese { font-size: 20px; letter-spacing: .16em; margin-bottom: 20px; }
.hero-description { color: var(--muted); font-size: 14px; line-height: 2.2; margin-bottom: 30px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 45px; border: 1px solid var(--accent); background: var(--accent); color: var(--paper); padding: 15px 26px; font-size: 13px; min-height: 50px; }
.button:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.hero-note { font-size: 9px; letter-spacing: .18em; color: var(--muted); margin: 38px 0 0; }
.hero-art { position: relative; min-height: 570px; overflow: hidden; background: linear-gradient(125deg,#b5a28e,#ded0bc 50%,#aa9079); border-radius: 48% 48% 0 0; isolation: isolate; }
.sunlight { position: absolute; inset: -50%; transform: rotate(-24deg); background: repeating-linear-gradient(90deg,transparent 0 110px,#fff7e448 110px 205px,#614a3810 205px 216px); }
.saucer { position: absolute; width: 66%; aspect-ratio: 1; left: 17%; top: 32%; border-radius: 50%; background: radial-gradient(circle at 42% 38%,#f5efe0 40%,#c6bbaa 68%,#e9decb 70%); box-shadow: 18px 27px 30px #49322440, inset 1px 2px 4px #fff8ed; transform: rotate(-25deg); }
.cup { position: absolute; inset: 17%; border-radius: 50%; background: #e9dfce; box-shadow: 8px 12px 15px #51382950; padding: 8%; }
.cup::after { content: ""; position: absolute; width: 26%; height: 24%; right: -20%; top: 35%; border: 12px solid #e9dfce; border-radius: 40%; z-index: -1; }
.coffee { height: 100%; border-radius: 50%; background: radial-gradient(ellipse at 40% 40%,#aa805b,#825435 70%,#513a2a); box-shadow: inset 0 2px 5px #3c2a20; display: grid; place-items: center; }
.latte-art { width: 55%; height: 70%; border-radius: 50%; transform: rotate(25deg); background: repeating-radial-gradient(ellipse at 50% 100%,#eedcc0 0 5px,transparent 7px 13px); clip-path: polygon(50% 100%,10% 45%,0 20%,20% 0,50% 15%,80% 0,100% 20%,90% 45%); }
.leaf { position: absolute; width: 140px; height: 55px; border-radius: 0 100% 0 100%; right: -25px; top: 10%; background: linear-gradient(20deg,#65594b,#948470); box-shadow: 20px 28px 12px #49392c25; transform: rotate(30deg); }
.leaf-two { right: 55px; top: 2%; transform: rotate(80deg); }
.leaf-three { right: -40px; top: 25%; transform: rotate(0); }
.art-caption { position: absolute; bottom: 35px; left: 28px; font: italic 38px/1.2 var(--serif); color: #382c23; }
.art-label { position: absolute; bottom: 25px; right: 18px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .18em; }
.info-strip { max-width: 1268px; margin: 60px auto 0; padding: 27px 0; display: flex; align-items: center; gap: 28px; border-block: 1px solid var(--line); }
.info-strip .tiny-label, .info-strip p { margin: 0; }
.info-strip p { flex: 1; font-size: 12px; }
.info-strip a { font-size: 12px; padding: 8px 0; }
.hours-divider { padding: 0 9px; color: var(--accent); }
.section { max-width: 1200px; margin: auto; padding: 130px 30px; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.intro>div:last-child { padding-top: 20px; }
.intro p:not(.eyebrow):not(.section-japanese) { line-height: 2.3; color: var(--muted); }
.text-link { display: inline-flex; justify-content: space-between; gap: 45px; padding: 12px 0; border-bottom: 1px solid var(--accent); font-size: 13px; }
.picks { padding-top: 20px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading .section-japanese { margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.food-art { height: 290px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #e7dfd3; overflow: hidden; }
.art-toast { background: #e5d7c7; }
.art-cake { background: #dfd4c8; }
.food-art small { position: absolute; bottom: 20px; font-size: 8px; letter-spacing: .18em; color: #6d5b4b; }
.drawing { position: relative; display: block; filter: drop-shadow(10px 16px 9px #51392925); }
.drawing-coffee { width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle,#795438 0 37%,#c5a587 39% 41%,#f7efe1 43% 56%,#d9ccbb 58% 62%,#f5ecdc 64%); }
.drawing-coffee::after { content: ""; position: absolute; right: 12px; top: 55px; width: 15px; height: 22px; border: 6px solid #f7efe1; border-radius: 4px; }
.drawing-toast { width: 114px; height: 130px; background: linear-gradient(130deg,#d8b081,#be9266); border: 9px solid #9e7350; border-radius: 40% 40% 12% 12%; transform: rotate(-12deg); }
.drawing-toast::after { content: ""; position: absolute; width: 29px; height: 24px; background: #ecdbb5; left: 34px; top: 40px; box-shadow: 3px 4px 0 #ab805545; transform: rotate(23deg); }
.drawing-pudding { width: 110px; height: 98px; background: linear-gradient(#76513b 0 15%,#c19d72 17% 24%,#dfc39b 26% 90%,#c09a70); clip-path: polygon(15% 0,85% 0,100% 85%,94% 95%,50% 100%,6% 95%,0 85%); border-radius: 20% 20% 30% 30%; }
.card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 26px; }
.card-title h3 { font-size: 15px; margin-bottom: 10px; }
.card-title>span { font: 18px var(--serif); white-space: nowrap; color: var(--accent); }
.menu-card p { color: var(--muted); font-size: 13px; }
.price-note { text-align: right; color: var(--muted); font-size: 12px; margin-top: 25px; }
.visit { background: var(--surface); text-align: center; padding: 105px 24px; border-block: 1px solid var(--line); }
.visit h2 { margin-bottom: 24px; }
.visit>p:not(.eyebrow) { font-size: 14px; }
.button-light { background: transparent; color: var(--ink); margin-top: 15px; }
.site-footer { background: #302a25; color: var(--paper); padding: 75px max(6%,calc((100vw - 1200px)/2)) 25px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 50px; padding-bottom: 55px; }
.footer-brand { font: 48px var(--serif); letter-spacing: -.04em; }
.footer-top p:not(.eyebrow) { font-size: 13px; line-height: 2.1; margin: 22px 0 0; }
.site-footer .eyebrow { color: #d7b4a1; font-size: 10px; margin: 8px 0 22px; }
.footer-muted { color: #c3b8ac; }
.footer-link { display: block; font-size: 13px; padding: 6px 0; }
.social-pending { display: block; color: #c3b8ac; font: 14px/2.4 var(--serif); margin-top: 10px; }
.social-pending small { font: 10px var(--sans); margin-left: 8px; }
.footer-bottom { border-top: 1px solid #62574e; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #c3b8ac; }
.footer-bottom small, .footer-bottom a { font-size: 10px; letter-spacing: .04em; }
.inner-main { max-width: 1200px; margin: auto; padding: 0 30px 110px; }
.page-heading { border-top: 1px solid var(--line); padding: 90px 0 65px; }
.page-heading h1 { margin-bottom: 35px; }
.page-heading>p:last-child { color: var(--muted); font-size: 14px; }
.menu-filters { display: flex; flex-wrap: wrap; gap: 14px; padding-bottom: 50px; }
.menu-filters button { border: 1px solid var(--line); background: transparent; color: var(--muted); padding: 12px 27px; font-size: 13px; min-height: 48px; }
.menu-filters button.active, .menu-filters button:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.menu-group { padding: 38px 0 50px; }
.menu-group .eyebrow { margin-bottom: 16px; }
.menu-group h2 { font-size: 49px; border-bottom: 1px solid var(--line); padding-bottom: 30px; margin-bottom: 35px; }
.menu-group h2 small { display: inline-block; font: 13px var(--sans); letter-spacing: .08em; margin-left: 24px; }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 65px; }
.menu-list h3 { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 12px; font-size: 16px; }
.menu-list h3 span { font: 20px var(--serif); color: var(--accent); white-space: nowrap; }
.menu-list p { font-size: 14px; color: var(--muted); }
.menu-notice { border-top: 1px solid var(--line); padding-top: 28px; color: var(--muted); font-size: 13px; }
.story-block { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.story-art { background: var(--surface); min-height: 550px; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
.window-drawing { width: 145px; height: 185px; border: 1px solid var(--accent); border-radius: 80px 80px 0 0; margin-bottom: 45px; background: linear-gradient(90deg,transparent 49.5%,var(--accent) 49.5% 50.5%,transparent 50.5%),linear-gradient(0deg,transparent 42%,var(--accent) 42% 42.7%,transparent 42.7%); }
.story-art p { font: italic 36px/1.25 var(--serif); color: var(--accent); }
.story-art small { font-size: 10px; letter-spacing: .23em; }
.story-copy h2 { font-size: 49px; }
.story-copy p:not(.eyebrow):not(.section-japanese) { color: var(--muted); font-size: 14px; line-height: 2.3; }
.values { padding-top: 125px; }
.values h2 { margin-bottom: 24px; }
.values .card-grid { margin-top: 50px; gap: 45px; }
.values article { border-top: 1px solid var(--line); padding-top: 25px; }
.value-number { font: italic 30px var(--serif); color: var(--accent); }
.values h3 { margin: 24px 0 16px; }
.values article p { color: var(--muted); font-size: 14px; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; }
.access-grid h2 { font-size: 48px; margin-bottom: 20px; }
.access-grid .section-japanese { margin: 0 0 20px; }
.sample-map { position: relative; min-height: 530px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(90deg,transparent 43%,var(--paper) 43% 55%,transparent 55%),linear-gradient(0deg,#e7dfd4 18%,var(--paper) 18% 28%,#e7dfd4 28% 62%,var(--paper) 62% 72%,#e7dfd4 72%); }
.map-park { position: absolute; top: 8%; left: 6%; background: #d2c5b3; padding: 35px 15px; border-radius: 35% 35% 15% 20%; font-size: 12px; }
.map-road { position: absolute; left: 46%; top: 40%; writing-mode: vertical-rl; font-size: 12px; }
.map-pin { position: absolute; left: 61%; top: 22%; color: var(--accent); font-size: 30px; line-height: 1; text-align: center; }
.map-pin b { display: block; font-size: 13px; margin-top: 16px; }
.map-station { position: absolute; bottom: 17%; left: 28%; background: var(--ink); color: var(--paper); padding: 10px 20px; font-size: 13px; }
.map-note { position: absolute; bottom: 16px; left: 18px; font-size: 9px; letter-spacing: .1em; }
.shop-details { margin: 0; }
.shop-details>div { display: grid; grid-template-columns: 80px 1fr; gap: 15px; border-bottom: 1px solid var(--line); padding: 19px 0; font-size: 13px; }
.shop-details dt { font-weight: 500; }
.shop-details dd { margin: 0; color: var(--muted); }
.access-note { margin-top: 65px; border-top: 1px solid var(--line); padding-top: 35px; }
.access-note .eyebrow { margin-bottom: 15px; }
.access-note h2 { font: 16px var(--sans); letter-spacing: normal; }
.access-note p:last-child { font-size: 13px; color: var(--muted); max-width: 850px; }
@media (max-width: 1320px) { .info-strip { margin-inline: 6%; } }
@media (max-width: 1000px) {
  .hero-art { min-height: 510px; }
  .hero h1 { font-size: 59px; }
  .hero { gap: 2%; }
  .intro, .story-block, .access-grid { gap: 40px; }
  .info-strip { flex-wrap: wrap; gap: 12px 25px; }
  .info-strip .tiny-label { width: 100%; }
  .card-grid { gap: 22px; }
  .food-art { height: 240px; }
  .card-title { flex-wrap: wrap; gap: 0 12px; }
  .footer-top { gap: 30px; }
}
@media (max-width: 720px) {
  body { font-size: 15px; }
  .site-header { padding: 24px 6%; flex-wrap: wrap; gap: 20px; }
  .brand { font-size: 33px; }
  .brand span { font-size: 8px; }
  .nav-toggle { display: block; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
  .site-header nav a { font-size: 10px; min-height: 44px; }
  .site-header:has(.nav-toggle:not([hidden])) nav { display: none; }
  .site-header:has(.nav-toggle:not([hidden])) nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; margin-top: 0; gap: 26px; }
  .hero-copy { padding: 35px 0 0; }
  .hero h1 { font-size: clamp(44px, 9vw, 64px); }
  .hero .eyebrow { font-size: 10px; }
  .hero-japanese { font-size: 18px; }
  .hero-description { font-size: 14px; }
  .hero-note { margin-top: 28px; font-size: 8px; }
  .hero-art { min-height: 0; aspect-ratio: 1; max-height: 540px; }
  .art-caption { font-size: 32px; }
  .info-strip { margin-top: 35px; padding: 24px 0; }
  .info-strip p { flex-basis: 100%; font-size: 12px; }
  .hours-divider { padding: 0 3px; }
  .section { padding: 80px 6%; }
  .intro { grid-template-columns: 1fr; gap: 10px; }
  .intro>div:last-child { padding-top: 0; }
  h2 { font-size: 43px; }
  .eyebrow { font-size: 10px; margin-bottom: 23px; }
  .section-japanese { font-size: 14px; }
  .picks { padding-top: 10px; }
  .section-heading { flex-direction: column; align-items: start; gap: 15px; margin-bottom: 32px; }
  .card-grid { grid-template-columns: 1fr; gap: 35px; }
  .food-art { height: 290px; }
  .card-title { flex-wrap: nowrap; margin-top: 21px; }
  .menu-card p { font-size: 14px; }
  .visit { padding: 75px 6%; }
  .visit h2 { font-size: 40px; }
  .visit>p:not(.eyebrow) { font-size: 12px; }
  .site-footer { padding: 60px 6% 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; padding-bottom: 40px; }
  .footer-top>div:first-child { grid-column: 1/-1; }
  .footer-brand { font-size: 45px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
  .footer-bottom small:first-child { width: 100%; }
  .inner-main { padding: 0 6% 75px; }
  .page-heading { padding: 55px 0 30px; }
  .page-heading h1 { font-size: clamp(40px, 8.3vw, 60px); }
  .menu-filters { gap: 8px; padding-bottom: 20px; }
  .menu-filters button { padding: 10px 17px; font-size: 12px; }
  .menu-group { padding: 30px 0; }
  .menu-group h2 { font-size: 37px; }
  .menu-group h2 small { display: block; margin: 18px 0 0; font-size: 12px; }
  .menu-list { grid-template-columns: 1fr; gap: 15px; }
  .menu-list h3 { font-size: 15px; }
  .story-block, .access-grid { grid-template-columns: 1fr; gap: 45px; }
  .story-art { min-height: 420px; }
  .story-copy h2 { font-size: 43px; }
  .values { padding-top: 65px; }
  .values .card-grid { gap: 25px; margin-top: 35px; }
  .sample-map { min-height: 390px; }
  .map-park { padding: 25px 10px; }
  .map-pin { left: 60%; }
  .map-pin b { font-size: 12px; }
  .map-station { left: 25%; }
  .access-note { margin-top: 45px; }
}
/* Home: full-width photographic opening, with a readable text layer. */
.hero.hero-photo {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  max-width: none;
  min-height: 680px;
  min-height: clamp(640px, 78svh, 880px);
  margin: 0;
  padding: 80px max(6%, calc((100vw - 1200px) / 2)) 105px;
  overflow: hidden;
  background: #302a25;
  color: #fff9f0;
}
.hero-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 25, 20, .79), rgba(31, 25, 20, .64) 44%, rgba(31, 25, 20, .14) 78%), linear-gradient(0deg, rgba(31, 25, 20, .30), transparent 40%);
}
.hero-photo .hero-copy { max-width: 730px; padding: 0; }
.hero-photo h1 { font-size: clamp(54px, 6.5vw, 94px); line-height: 1.08; margin-bottom: 32px; }
.hero-photo h1 em { color: #fff9f0; }
.hero-photo .eyebrow { color: #eee1d2; margin-bottom: 34px; }
.hero-photo .hero-japanese { font-size: 21px; margin-bottom: 16px; }
.hero-photo .hero-description { color: #fff9f0; font-size: 15px; line-height: 2.2; margin-bottom: 32px; }
.hero-photo .button { background: #f7f3eb; border-color: #f7f3eb; color: var(--ink); }
.hero-photo .button:hover { background: #e2d4c4; border-color: #e2d4c4; }
.hero-photo a:focus-visible { outline-color: #fff9f0; }
.hero-scroll { position: absolute; left: max(6%, calc((100vw - 1200px) / 2)); bottom: 28px; display: flex; gap: 24px; align-items: center; min-height: 44px; font-size: 9px; letter-spacing: .2em; }
.hero-scroll:hover { color: #fff9f0; text-decoration: underline; text-underline-offset: 6px; }
.home-page .info-strip { margin-top: 0; border-top: 0; }
.home-page .intro { scroll-margin-top: 30px; }
.home-page .intro>div:last-child { max-width: 460px; }
.home-page .picks { padding-bottom: 110px; }
.home-page .menu-card { background: #f0e9df; border: 1px solid #e0d5c7; }
.home-page .menu-card .card-title { margin: 24px 22px 0; flex-wrap: wrap; }
.home-page .menu-card>p { margin: 12px 22px 26px; font-size: 14px; }
.home-page .menu-card .food-art { height: auto; aspect-ratio: 1.2; }
.home-page .menu-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--surface);
}
.home-page .visit { padding-block: 110px; }
@media (max-width: 720px) {
  .hero.hero-photo { min-height: 650px; min-height: min(790px, 88svh); padding: 65px 6% 100px; }
  .hero-photo .hero-background { object-position: 58% center; }
  .hero-photo::before { background: linear-gradient(90deg, rgba(31, 25, 20, .82), rgba(31, 25, 20, .60)), linear-gradient(0deg, rgba(31, 25, 20, .22), transparent); }
  .hero-photo h1 { font-size: clamp(39px, 8.5vw, 61px); }
  .hero-photo .eyebrow { font-size: 9px; margin-bottom: 28px; }
  .hero-photo .hero-japanese { font-size: 18px; }
  .hero-photo .hero-description { font-size: 14px; }
  .hero-photo .hero-scroll { bottom: 18px; }
  .home-page .menu-card .card-title { flex-wrap: wrap; }
  .home-page .picks { padding-bottom: 75px; }
  .home-page .visit { padding-block: 75px; }
}
.fiction-note, .filter-status { font-size: 13px; color: var(--muted); }
.fiction-note { border-left: 2px solid var(--accent); padding: 8px 0 8px 18px; margin-bottom: 35px; }
.menu-page .menu-filters { padding-bottom: 15px; }
.filter-status { margin-bottom: 5px; }
.menu-page .menu-group { display: grid; grid-template-columns: 340px minmax(0, 1fr); column-gap: 55px; }
.menu-page .menu-group>.eyebrow, .menu-page .menu-group>h2 { grid-column: 1 / -1; }
.category-photo { display: block; width: 100%; height: auto; object-fit: contain; }
.menu-page .menu-list { grid-template-columns: 1fr; gap: 20px; }
.menu-page .menu-list article { border-bottom: 1px solid var(--line); }
.menu-page .menu-list p { margin-bottom: 18px; }
.story-figure { margin: 0; background: var(--surface); }
.story-figure img { display: block; width: 100%; height: auto; }
.story-figure figcaption { padding: 30px; font: italic 26px/1.5 var(--serif); color: var(--accent); }
.story-figure figcaption span { display: block; font: 11px/2 var(--sans); margin-top: 12px; color: var(--muted); }
.facilities { padding-top: 100px; }
.facilities h2 { margin-bottom: 24px; }
.facility-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 45px 0; border-top: 1px solid var(--line); }
.facility-grid>div { padding: 30px; border-bottom: 1px solid var(--line); background: var(--surface); }
.facility-grid dt { font-size: 10px; letter-spacing: .15em; color: var(--accent); }
.facility-grid dt span { margin-left: 15px; letter-spacing: .03em; }
.facility-grid dd { margin: 15px 0 0; font-size: 17px; }
.facility-grid small { display: block; font-size: 13px; color: var(--muted); margin-top: 8px; }
.map-panel { min-width: 0; }
.map-disclaimer { font-size: 13px; background: var(--surface); padding: 18px; }
.interactive-map { display: block; width: 100%; height: 480px; border: 1px solid var(--line); background: var(--surface); }
.map-help, .map-credit { font-size: 12px; color: var(--muted); margin: 15px 0; }
.map-credit a { text-decoration: underline; text-underline-offset: 3px; }
.detail-note { display: block; font-size: 11px; margin-top: 5px; }
@media (max-width: 900px) {
  .menu-page .menu-group { grid-template-columns: 260px minmax(0, 1fr); column-gap: 30px; }
}
@media (max-width: 720px) {
  .menu-page .menu-group { grid-template-columns: 1fr; }
  .category-photo { margin-bottom: 30px; }
  .facilities { padding-top: 65px; }
  .facility-grid { grid-template-columns: 1fr; margin: 30px 0; }
  .facility-grid>div { padding: 25px; }
  .interactive-map { height: 400px; }
  .map-panel { order: 2; }
}
/* Progressive motion: no content is hidden before JavaScript runs. */
@keyframes reveal-in {
  from { opacity: .65; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal-in { animation: reveal-in .75s cubic-bezier(.2, .7, .3, 1); }
.button, .menu-filters button, .back-to-top {
  transition: transform .25s ease, color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.menu-card, .values article, .facility-grid > div {
  transition: transform .3s ease, box-shadow .3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover, .menu-filters button:hover { transform: translateY(-2px); box-shadow: 0 5px 14px #302a2515; }
  .menu-card:hover, .values article:hover, .facility-grid > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px #302a2512;
  }
  .back-to-top:hover { transform: translateY(-3px); background: var(--ink); color: var(--paper); }
}
.button:active, .menu-filters button:active, .back-to-top:active { transform: translateY(0); }
.hamburger { display: flex; width: 22px; flex-direction: column; gap: 5px; }
.hamburger > span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] .hamburger > span:nth-child(1) { transform: translateY(6px) 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(-6px) rotate(-45deg); }
.back-to-top {
  position: fixed;
  z-index: 20;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  width: 54px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 4px 16px #302a251a;
}
.back-to-top > span:first-child { font-size: 23px; line-height: 1.2; }
.back-to-top > span:last-child { font-size: 9px; letter-spacing: .13em; }
.site-footer { padding-bottom: 100px; }
@media (max-width: 720px) {
  .nav-toggle { width: 48px; height: 48px; padding: 12px; }
  .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; animation: none !important; }
  .button:hover, .menu-filters button:hover, .menu-card:hover, .values article:hover,
  .facility-grid > div:hover, .back-to-top:hover { transform: none; }
}
