:root {
  --ink: #2c221e;
  --red: #a8322d;
  --cedar: #8c6d58;
  --muted: #695c57;
  --paper: #fcf9f3;
  --paper-dim: #f5f0e6;
  --line: #e0d7cc;
  --footer: #1f1714;
  --section-space: clamp(84px, 8vw, 112px);
  --section-space-compact: clamp(64px, 6.5vw, 88px);
  --header-gap: clamp(36px, 4vw, 52px);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Sans 3", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.modal-open-custom { overflow: hidden; }
::selection { background: var(--red); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input, select { border-radius: 0 !important; }
.main-nav, .order-button, .square-btn, .thumb, .dark-cta, .contact-link, .craft-card { transition-timing-function: var(--ease-out); }
.font-editorial { font-family: "Cormorant Garamond", Georgia, serif; }
.font-jp { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; }
.site-container { width: min(100% - 48px, 1280px); margin-inline: auto; }
.eyebrow { color: var(--red); font-size: 11px; font-weight: 600; letter-spacing: .27em; text-transform: uppercase; }
.eyebrow .slash { color: var(--line); margin: 0 10px; }
.eyebrow .soft { color: var(--cedar); }
.section-rule { border-bottom: 1px solid rgba(224, 215, 204, .85); }

.topline {
  min-height: 32px;
  border-bottom: 1px solid rgba(224, 215, 204, .7);
  background: #f6f2e9;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.topline .dot, .red-dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--red); flex: 0 0 auto; }
.main-nav { min-height: 80px; background: rgba(252, 249, 243, .96); border-bottom: 1px solid rgba(224, 215, 204, .7); transition: box-shadow .25s ease; }
.main-nav > .site-container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.main-nav.scrolled { box-shadow: 0 8px 30px rgba(44, 34, 30, .06); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-seal { width: 44px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); background: #ddd; font-size: 8px; color: #777; }
.brand-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 16px; font-weight: 600; letter-spacing: .16em; }
.brand-sub { color: var(--cedar); font-size: 8px; letter-spacing: .21em; text-transform: uppercase; }
.navbar-nav .nav-link { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .23em; padding: 12px 16px !important; position: relative; }
.navbar-nav .nav-link::after { content: ""; position: absolute; left: 16px; right: 100%; bottom: 7px; height: 1px; background: var(--red); transition: right .25s ease; }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { right: 16px; }
.order-button { border: 1px solid var(--ink); background: transparent; color: var(--ink); min-width: 170px; padding: 10px 16px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transition: .25s; }
.order-button:hover { background: var(--ink); color: #fff; }
.navbar-toggler { border: 1px solid var(--line); padding: 8px 10px; }
.navbar-toggler:focus { box-shadow: none; }

.hero { padding: 84px 0 96px; }
.hero-inner { min-height: 0; padding-bottom: 48px; border-bottom: 1px solid rgba(224, 215, 204, .65); }
.hero h1 { max-width: 860px; margin: 18px 0 16px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(48px, 5.1vw, 76px); font-weight: 300; line-height: .98; letter-spacing: -.026em; }
.hero-copy { max-width: 760px; margin: 0; color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-style: italic; font-weight: 300; line-height: 1.35; }
.hero-links { margin-top: 28px; display: flex; gap: 22px; align-items: center; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.hero-links .primary-link { color: var(--red); font-weight: 600; }
.hero-links img { width: 11px; height: 11px; }
.hero-ribbon { min-width: 210px; padding-left: 40px; border-left: 1px solid rgba(224, 215, 204, .75); display: flex; gap: 24px; align-items: flex-start; justify-content: flex-end; }
.vertical-copy { height: 230px; writing-mode: vertical-rl; text-orientation: mixed; color: rgba(44, 34, 30, .78); font-family: "Yu Mincho", serif; font-size: 13px; letter-spacing: .34em; line-height: 2.6; }
.hanko { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--red); color: var(--red); background: rgba(252, 249, 243, .85); font-family: "Yu Mincho", serif; font-size: 13px; }

.gallery-section { padding: var(--section-space) 0; background: var(--paper-dim); border-block: 1px solid rgba(224, 215, 204, .7); }
.section-title { margin: 5px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(32px, 3vw, 42px); font-weight: 400; line-height: 1.08; }
.gallery-header { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(224, 215, 204, .9); }
.gallery-controls { display: flex; align-items: center; gap: 24px; }
.counter { min-width: 72px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; letter-spacing: .1em; }
.counter .total, .counter .slash { color: var(--muted); font-size: 16px; font-weight: 300; }
.counter .slash { color: var(--line); margin: 0 7px; }
.square-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(44, 34, 30, .3); background: rgba(252, 249, 243, .78); transition: background-color .35s, border-color .35s, transform .35s; cursor: pointer; }
.square-btn:hover { background: var(--ink); }
.square-btn:active { transform: scale(.94); }
.square-btn:hover img { filter: invert(1); }
.square-btn img { width: 17px; height: 12px; display: block; }
.gallery-frame { padding: 20px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(0,0,0,.04); transition: box-shadow .6s var(--ease-out), transform .6s var(--ease-out); }
.gallery-frame:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(44,34,30,.08); }
.gallery-stage { position: relative; aspect-ratio: 21 / 10; overflow: hidden; background: #231a15; }
.gallery-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.015); transition: opacity .65s ease, transform 1s ease; }
.gallery-slide.active { opacity: 1; transform: scale(1); z-index: 2; }
.gallery-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,20,16,.06), transparent 50%, rgba(28,20,16,.08)); pointer-events: none; }
.gallery-meta { padding-top: 16px; margin-top: 16px; border-top: 1px solid rgba(224, 215, 204, .65); }
.gallery-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-weight: 500; }
.gallery-jp { color: var(--cedar); font-family: "Yu Mincho", serif; font-size: 11px; letter-spacing: .08em; }
.gallery-desc { max-width: 760px; margin: 3px 0 0; color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 15px; font-style: italic; line-height: 1.35; }
.dash { width: 16px; height: 4px; padding: 0; border: 0; background: var(--line); transition: .25s; }
.dash.active { width: 32px; background: var(--red); }
.thumb-strip { margin-top: 14px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.thumb { aspect-ratio: 16 / 8.5; padding: 0; border: 1px solid var(--line); background: #ddd; opacity: .62; overflow: hidden; transition: opacity .35s, border-color .35s, transform .35s; }
.thumb.active { border: 2px solid var(--red); opacity: 1; }
.thumb:hover { opacity: 1; transform: translateY(-3px); }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.thumb:hover img { transform: scale(1.045); }

.menu-section { padding: var(--section-space) 0; }
.menu-header { padding-bottom: 18px; margin-bottom: var(--header-gap); border-bottom: 1px solid rgba(224, 215, 204, .8); }
.menu-note { color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 16px; font-style: italic; }
.menu-column { padding-right: 10px; }
.menu-column-header { margin-bottom: 25px; padding-bottom: 10px; border-bottom: 1px solid rgba(44, 34, 30, .18); }
.menu-column h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; font-weight: 500; }
.menu-jp, .menu-kind { color: var(--cedar); font-size: 10px; letter-spacing: .13em; }
.menu-kind { text-transform: uppercase; }
.menu-item { margin-bottom: 28px; padding-bottom: 2px; transition: transform .35s var(--ease-out); }
.menu-item:hover { transform: translateX(5px); }
.menu-line { display: flex; justify-content: space-between; gap: 20px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-weight: 500; }
.menu-detail { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 13px; font-style: italic; line-height: 1.25; }
.menu-detail span:last-child { flex: 0 0 auto; color: #8d817c; font-family: "Yu Mincho", serif; font-size: 9px; font-style: normal; }

.about-section { position: relative; padding: var(--section-space) 0; overflow: hidden; background: #f6f2e9; border-top: 1px solid rgba(224, 215, 204, .6); }
.watermark { position: absolute; right: 2%; top: 78px; opacity: .028; writing-mode: vertical-rl; color: var(--ink); font-family: "Yu Mincho", serif; font-size: 112px; letter-spacing: .28em; pointer-events: none; will-change: transform; }
.chapter-head { padding-bottom: 22px; margin-bottom: var(--header-gap); border-bottom: 1px solid rgba(224, 215, 204, .85); }
.chapter-title { margin-top: 7px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; line-height: 1.15; }
.chapter-meta { color: var(--muted); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.about-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(50px, 6vw, 88px); align-items: center; }
.about-visual { position: relative; padding-left: 28px; }
.about-visual::before { content: ""; position: absolute; left: 0; top: 0; bottom: 31px; width: 1px; background: linear-gradient(var(--red), rgba(168,50,45,.08)); }
.about-photo { padding: 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(44,34,30,.07); transition: transform .8s var(--ease-out), box-shadow .8s var(--ease-out); }
.about-photo:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(44,34,30,.12); }
.about-photo-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #231a15; }
.about-photo-media > img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.9) contrast(1.12); transform: scale(1.035); transition: transform 1.4s var(--ease-out), filter 1s var(--ease-out); }
.about-photo:hover .about-photo-media > img { filter: grayscale(.1) contrast(1.04); transform: scale(1.085); }
.about-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,19,15,.02) 45%, rgba(27,19,15,.84) 100%); }
.about-seal { position: absolute; right: 16px; top: 16px; width: 36px; padding: 8px 0; border: 1px solid var(--red); background: rgba(252,249,243,.92); color: var(--red); font-size: 10px; line-height: 1.35; text-align: center; }
.about-photo-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; }
.about-registration { padding-top: 13px; margin-top: 14px; border-top: 1px solid rgba(224,215,204,.7); color: var(--cedar); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.about-story { max-width: 720px; }
.about-kicker { color: var(--cedar); font-size: 10px; letter-spacing: .25em; text-transform: uppercase; }
.about-kicker .jp-count { color: var(--red); font-family: "Yu Mincho", serif; font-size: 14px; }
.about-kicker-line { width: 36px; height: 1px; background: var(--line); }
.about-title { max-width: 680px; margin: 24px 0 16px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(48px, 4.4vw, 64px); font-weight: 300; line-height: .98; letter-spacing: -.025em; }
.about-lead { max-width: 610px; margin: 0 0 24px; color: var(--red); font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-style: italic; line-height: 1.32; }
.about-copy { max-width: 650px; margin: 0; padding-left: 20px; border-left: 1px solid rgba(168,50,45,.45); color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; line-height: 1.58; }
.craft-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; border-block: 1px solid rgba(224,215,204,.85); }
.craft-card { position: relative; min-height: 154px; padding: 21px 18px 20px; border-right: 1px solid rgba(224,215,204,.85); transition: background-color .45s, transform .45s; }
.craft-card:last-child { border-right: 0; }
.craft-card:hover { z-index: 1; background: rgba(252,249,243,.75); transform: translateY(-4px); }
.craft-index { color: var(--red); font-family: "Cormorant Garamond", Georgia, serif; font-size: 12px; letter-spacing: .12em; }
.craft-jp { position: absolute; right: 16px; top: 16px; color: rgba(168,50,45,.2); font-size: 30px; }
.craft-card h3 { margin: 20px 0 4px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; font-weight: 500; }
.craft-card p { margin: 0; color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 13px; font-style: italic; line-height: 1.3; }
.signature { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(224, 215, 204, .65); }
.signature-seal { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--red); color: var(--red); background: var(--paper); font-family: "Yu Mincho", serif; font-size: 10px; line-height: 1.15; text-align: center; }
.signature-name { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.signature-role { color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 14px; font-style: italic; }
.plate { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.plate-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 14px; font-style: italic; }
.coordinate-line { margin-top: 15px; padding-inline: 4px; color: #9b8e87; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.visit-section { padding: var(--section-space) 0; }
.visit-header { padding-bottom: 22px; margin-bottom: var(--header-gap); border-bottom: 1px solid rgba(224, 215, 204, .85); }
.visit-title { margin: 8px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(40px, 4.2vw, 58px); font-weight: 300; }
.quote { color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 16px; font-style: italic; text-align: right; }
.map-card { padding: 20px; background: var(--paper-dim); border: 1px solid var(--line); box-shadow: 0 1px 3px rgba(44,34,30,.04); transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out); }
.map-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(44,34,30,.08); }
.map-head { padding-bottom: 11px; margin-bottom: 15px; border-bottom: 1px solid rgba(224, 215, 204, .75); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.map-icon { width: 14px; height: 14px; }
.map-canvas { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(224, 215, 204, .9); background: #ddd; }
.google-map { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: none; opacity: 1; }
.coord-badge, .location-ribbon { position: absolute; background: rgba(252,249,243,.94); border: 1px solid var(--line); box-shadow: 0 2px 6px rgba(44,34,30,.08); }
.coord-badge { top: 12px; right: 12px; padding: 6px 10px; font-size: 9px; letter-spacing: .11em; }
.location-ribbon { left: 12px; right: 12px; bottom: 12px; padding: 9px 12px; font-size: 10px; }
.map-foot { padding-top: 18px; color: var(--muted); }
.mini-label { color: #8f837e; font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.map-foot p { margin: 4px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 14px; font-style: italic; }
.hours-card { position: relative; padding: 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 1px 3px rgba(44,34,30,.04); transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out); }
.hours-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(44,34,30,.08); }
.hours-card h3 { padding-bottom: 15px; margin: 5px 0 23px; border-bottom: 1px solid rgba(224, 215, 204, .65); font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; font-weight: 400; }
.hours-grid { padding-bottom: 20px; border-bottom: 1px solid rgba(224, 215, 204, .65); }
.hours-value { margin-top: 4px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-weight: 500; }
.hours-note { margin-top: 14px; padding: 9px 12px; background: #f6f2e9; border: 1px solid rgba(224,215,204,.65); color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 13px; font-style: italic; }
.contact-lines { padding: 20px 0; border-bottom: 1px solid rgba(224, 215, 204, .65); }
.contact-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 3px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; transition: color .3s, transform .3s; }
.contact-link:hover { color: var(--red); transform: translateX(4px); }
.contact-link img { width: 10px; height: 10px; }
.dark-cta { width: 100%; margin-top: 20px; padding: 14px 18px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; transition: .25s; }
.dark-cta:hover { border-color: var(--red); background: var(--red); }

.site-footer { padding: 48px 0; border-top: 1px solid var(--ink); background: var(--footer); color: #d4c6b9; }
.footer-title { color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; letter-spacing: .09em; }
.footer-copy { margin: 6px 0 0; color: #a8988c; font-family: "Cormorant Garamond", Georgia, serif; font-size: 14px; font-style: italic; }
.footer-meta { color: #8c7d72; font-size: 9px; letter-spacing: .16em; line-height: 1.8; text-transform: uppercase; }

.reservation-backdrop { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 20px; background: rgba(44,34,30,.75); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .38s, visibility .38s; }
.reservation-backdrop.open { opacity: 1; visibility: visible; pointer-events: auto; }
.reservation-dialog { position: relative; width: min(100%, 520px); padding: 30px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(0,0,0,.3); opacity: 0; transform: translateY(20px) scale(.985); transition: opacity .45s var(--ease-out), transform .45s var(--ease-out); }
.reservation-backdrop.open .reservation-dialog { opacity: 1; transform: translateY(0) scale(1); }
.modal-close { position: absolute; right: 20px; top: 18px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--ink); font-size: 24px; line-height: 1; }
.reservation-dialog h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; }
.form-label { margin-bottom: 4px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.form-control, .form-select { padding-inline: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; }
.form-control:focus, .form-select:focus { border-color: var(--ink); box-shadow: none; background: transparent; }
.toast-note { position: fixed; z-index: 1200; left: 50%; bottom: 28px; display: none; transform: translateX(-50%); padding: 12px 18px; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .08em; }

.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .82s var(--ease-out), transform .82s var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal.reveal-left { transform: translateX(-32px); }
.motion-ready .reveal.reveal-right { transform: translateX(32px); }
.motion-ready .reveal.reveal-scale { transform: translateY(18px) scale(.975); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.hero .eyebrow, .hero h1, .hero-copy, .hero-links, .hero-ribbon { will-change: transform, opacity; }

@media (max-width: 991.98px) {
  .site-container { width: min(100% - 36px, 920px); }
  .main-nav .navbar-collapse { padding: 18px 0 22px; border-top: 1px solid var(--line); }
  .navbar-nav .nav-link { padding-inline: 0 !important; }
  .hero { padding-top: 58px; }
  .hero-ribbon { display: none; }
  .about-grid { grid-template-columns: minmax(0, 4fr) minmax(0, 5fr); gap: 38px; align-items: start; }
  .about-visual { padding-left: 18px; }
  .about-photo { padding: 12px; }
  .about-title { font-size: clamp(42px, 5vw, 54px); }
  .craft-principles { grid-template-columns: 1fr; }
  .craft-card { min-height: 0; padding: 17px 16px; border-right: 0; border-bottom: 1px solid rgba(224,215,204,.85); }
  .craft-card:last-child { border-bottom: 0; }
  .craft-card h3 { margin-top: 9px; }
  .map-card { margin-bottom: 25px; }
}

@media (max-width: 767.98px) {
  .site-container { width: min(100% - 28px, 680px); }
  .topline { padding: 7px 0; line-height: 1.5; }
  .topline .hours { display: none; }
  .main-nav { min-height: 68px; }
  .main-nav > .site-container { position: relative; flex-wrap: nowrap; gap: 8px; }
  .main-nav .brand { min-width: 0; flex: 1 1 auto; }
  .main-nav .brand-seal { flex: 0 0 auto; }
  .main-nav .brand-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .main-nav .navbar-toggler, .main-nav .header-order-button { flex: 0 0 auto; }
  .main-nav .navbar-collapse {
    position: absolute;
    z-index: 20;
    top: calc(100% + 1px);
    left: -14px;
    right: -14px;
    padding: 10px 18px 16px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(224, 215, 204, .9);
    border-top: 0;
    background: rgba(252, 249, 243, .985);
    box-shadow: 0 16px 30px rgba(44, 34, 30, .08);
    contain: layout paint;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .main-nav .navbar-collapse.collapsing {
    display: block;
    height: 0;
    will-change: height;
    transition: height .18s var(--ease-out);
  }
  .main-nav .navbar-nav { transform: translateZ(0); }
  .main-nav .navbar-collapse.collapsing .navbar-nav { opacity: .72; }
  .main-nav .navbar-collapse.show .navbar-nav { opacity: 1; }
  .mobile-order-link { width: 100%; margin-top: 8px; padding: 12px 0 5px; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--red); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-align: left; text-transform: uppercase; }
  .mobile-order-link .font-jp { float: right; letter-spacing: .12em; }
  .brand-sub { display: none; }
  .order-button { min-width: 0; padding: 8px 9px; }
  .order-button .jp-order { display: none; }
  .hero { padding: 56px 0 72px; }
  .hero-inner { min-height: auto; padding-bottom: 32px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { font-size: 20px; }
  .hero-links { flex-wrap: wrap; gap: 12px 18px; }
  .gallery-section { padding: 72px 0; }
  .gallery-controls { margin-top: 20px; justify-content: space-between; }
  .gallery-stage { aspect-ratio: 16 / 10; }
  .gallery-frame { padding: 10px; }
  .gallery-meta { align-items: flex-start !important; }
  .gallery-title { font-size: 19px; }
  .thumb-strip { gap: 6px; }
  .menu-section { padding: 72px 0; }
  .menu-header { margin-bottom: 36px; }
  .menu-column + .menu-column { margin-top: 35px; }
  .menu-line { font-size: 18px; }
  .menu-detail span:last-child { display: none; }
  .about-section { padding: 72px 0; }
  .chapter-meta { display: none; }
  .chapter-head { margin-bottom: 38px; }
  .chapter-title { font-size: 26px; }
  .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-visual { padding-left: 14px; }
  .about-photo-media { aspect-ratio: 4 / 4.7; }
  .about-story { max-width: none; }
  .about-title { font-size: 46px; }
  .about-lead { font-size: 20px; }
  .about-copy { padding-left: 16px; font-size: 17px; }
  .craft-principles { margin-top: 30px; grid-template-columns: 1fr; }
  .craft-card { padding: 18px 16px; }
  .signature { align-items: flex-start !important; }
  .visit-section { padding: 72px 0; }
  .visit-header { margin-bottom: 42px; }
  .quote { margin-top: 20px; text-align: left; }
  .map-card, .hours-card { padding: 14px; }
  .map-canvas { aspect-ratio: 4 / 3; }
  .coord-badge { display: none; }
  .location-ribbon span:last-child { display: none; }
  .footer-meta { margin-top: 25px; text-align: left !important; }
}

@media (max-width: 359.98px) {
  .main-nav > .site-container { gap: 6px; }
  .header-order-button { display: none; }
  .brand-seal { width: 38px; height: 32px; }
  .brand-title { font-size: 14px; letter-spacing: .12em; }
  .navbar-toggler { padding: 7px 9px; }
}

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

/* Fixed side order button - 贴边小正方形订餐按钮，无悬浮动画与投影 */
.side-order-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: var(--ink);
  color: #ffffff;
  border: 1px solid rgba(224, 215, 204, .45);
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 0;
  cursor: pointer;
  z-index: 998;
  box-shadow: none;
  transition: background-color .2s ease, color .2s ease;
}
.side-order-btn:hover {
  background: #a8322d;
  color: #ffffff;
}
.side-order-btn:active {
  background: #87231f;
}
.side-order-icon {
  width: 18px;
  height: 18px;
  display: block;
}
.side-order-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media (max-width: 575.98px) {
  .side-order-btn {
    width: 46px;
    height: 46px;
  }
  .side-order-icon {
    width: 16px;
    height: 16px;
  }
  .side-order-text {
    font-size: 10px;
  }
}

