/* 酒処かずおうどん — supplied reference, September 2026 */
:root {
  --ink: #181918;
  --paper: #f2eadb;
  --red: #b91e2c;
  --white: #fbf8f1;
  --serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", sans-serif;
  --header-height: clamp(64px, 6.15vw, 90px);
  --grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' opacity='.18' filter='url(%23n)' d='M0 0h160v160H0z'/%3E%3C/svg%3E");
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
.home-page { margin: 0; color: var(--white); background: var(--ink); font-family: var(--serif); font-weight: 500; line-height: 1.8; -webkit-font-smoothing: antialiased; }
.home-page :where(h1, h2, h3, p, figure) { margin: 0; }
.home-page img { display: block; max-width: 100%; }
.home-page a { color: inherit; text-decoration: none; }
.home-page button { font: inherit; }
.home-page :where(a, button, summary):focus-visible, .menu-page :where(a, button, summary):focus-visible { outline: 2px solid #f1b870; outline-offset: 6px; }
.page-width { width: 89%; max-width: 1320px; margin-inline: auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.phone-icon { width: 23px; height: 23px; fill: currentColor; stroke-width: .5; }
.arrow-icon { width: 15px; height: 15px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 300; padding: 12px 20px; color: #fff; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.dark-surface { background: #242725; }
.paper-surface { color: #1f201d; background-color: var(--paper); background-image: var(--grain), radial-gradient(ellipse at 50% 50%, #fbf7ef, transparent 80%); }

/* Original sign artwork, in the same black, red and ivory palette as the favicon. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); padding: 0; border-bottom: 1px solid #ffffff2b; background: #131411dd; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { padding: 0; background: #141512f5; box-shadow: 0 3px 24px #0002; }
.header-inner { width: calc(100% - 32px); max-width: none; display: flex; height: 100%; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.brand { display: block; width: clamp(190px, 17vw, 230px); flex: 0 0 auto; text-decoration: none; }
.site-header .brand { width: clamp(160px, 14vw, 190px); }
.brand-window { position: relative; display: block; width: 100%; aspect-ratio: 480 / 155; overflow: hidden; border-radius: 2px; background: #faf6ef; }
.brand-window img { position: absolute; width: 301.6667%; max-width: none; height: auto; left: -95.8333%; top: -32.2581%; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 32px); margin-left: auto; }
.site-nav a { position: relative; margin: 0; padding-block: 10px; color: var(--white); font: 500 clamp(13px, 1.15vw, 16px)/1.4 var(--serif); letter-spacing: .06em; white-space: nowrap; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 1px; height: 1px; background: #cf2a37; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { transform: scaleX(1); }
.action { position: relative; display: inline-flex; min-height: 60px; align-items: center; justify-content: center; gap: 12px; padding: 14px 27px; border: 1px solid #d6757970; border-radius: 3px; color: #fff; font: 600 18px/1.5 var(--serif); letter-spacing: .08em; text-decoration: none; white-space: nowrap; transition: background .25s, border-color .25s, box-shadow .25s, transform .25s; }
.action-red { background: linear-gradient(125deg, #c52633, #a81926); box-shadow: inset 0 0 18px #d24c4318, 0 5px 16px #0002; }
.action-red:hover { background: #ce2b38; border-color: #f09991; box-shadow: 0 6px 22px #0004; transform: translateY(-2px); }
.action-outline { background: #141714a6; border-color: #fff9; }
.action-outline:hover { background: #272824ed; border-color: #fff; transform: translateY(-2px); }
.action .arrow-icon { margin-left: 3px; transition: transform .25s; }
.action:hover .arrow-icon, .text-link:hover .arrow-icon { transform: translateX(3px); }
.header-call { min-height: 52px; padding: 10px 23px; font-size: clamp(15px, 1.45vw, 20px); }
.site-header .nav-toggle { display: none; position: relative; z-index: 103; align-items: center; justify-content: center; flex-direction: column; flex: 0 0 44px; width: 44px; height: 44px; padding: 10px; gap: 5px; border: 0; background: none; cursor: pointer; }
.site-header .nav-toggle span { display: block; width: 24px; height: 1px; background: var(--white); transition: transform .25s, opacity .25s; }

/* The original counter photograph stays intact behind the transparent foreground. */
.home-hero { position: relative; isolation: isolate; height: calc(50vw + var(--header-height)); min-height: 560px; overflow: hidden; background: #171410; }
.hero-scene { position: absolute; inset: var(--header-height) 0 0; z-index: -2; display: block; overflow: hidden; }
.hero-stage { position: absolute; inset: auto 0 0; width: 100%; aspect-ratio: 2 / 1; overflow: hidden; background: #211a13; }
.hero-art { position: absolute; inset: 0; }
.hero-real-interior { position: absolute; inset: 0 auto auto 0; width: 62%; height: 65%; object-fit: cover; object-position: 50% 80%; filter: brightness(.57) saturate(.8) sepia(.16) blur(.65px); }
/* Keep the supplied composition of the counter, bottles, doorway and bowl. */
.hero-foreground { position: absolute; inset: 0; display: block; -webkit-mask-image: var(--foreground-mask-desktop); mask-image: var(--foreground-mask-desktop); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.hero-foreground img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.home-hero::after { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #07090572 0, #0709052e 36%, transparent 61%); }
.hero-intro { display: contents; }
.hero-dish-note { display: none; }
.hero-content { position: relative; padding-top: clamp(120px, 13vw, 199px); }
.hero-location { display: flex; align-items: center; gap: 17px; margin-bottom: 10px !important; font-size: clamp(14px, 1.4vw, 19px); letter-spacing: .13em; text-shadow: 0 2px 12px #000; }
.hero-location::before { content: ""; width: 40px; height: 2px; background: linear-gradient(90deg, #d12431 0 65%, #fff 65% 80%, #d12431 80%); }
.home-hero h1 { color: #fff; font-size: clamp(52px, 5.48vw, 82px); font-weight: 600; line-height: 1.25; letter-spacing: .06em; text-shadow: 0 3px 25px #0007; }
.hero-title-line { display: block; overflow: hidden; }
.hero-title-line > span { display: block; }
.hero-hours { display: inline-flex; height: clamp(32px, 3.2vw, 45px); align-items: center; gap: 13px; margin-top: 12px !important; padding: 0 20px 3px; border: 1px solid #fff9; border-radius: 1px; background: #14151061; font-size: clamp(21px, 2.1vw, 29px); line-height: 1; letter-spacing: .02em; }
.hours-line { width: 32px; height: 1px; background: #f9f6ebc4; }
.hero-actions { display: flex; gap: 17px; margin-top: 20px; }
.hero-actions .action { min-width: 218px; }
.hero-signature { position: absolute; left: max(5.5%, calc((100% - 1320px) / 2)); bottom: clamp(24px, 3vw, 44px); display: flex; align-items: flex-end; gap: 12px; writing-mode: horizontal-tb; color: #f5ebda; font-size: clamp(13px, 1.3vw, 19px); font-weight: 500; line-height: 1.9; letter-spacing: .16em; text-shadow: 0 2px 12px #000b; }
.signature-mark { flex: 0 0 auto; width: 36px; height: 36px; border: 1px solid #efe5d3b3; border-radius: 3px; background: #faf6ef; box-shadow: 0 3px 12px #0003; }
.signature-words { writing-mode: vertical-rl; }
.seal { display: inline-flex; width: 24px; height: 27px; align-items: center; justify-content: center; border: 1.5px solid #bf2831; border-radius: 3px; color: #c02a35; font: 600 20px/1 var(--serif); letter-spacing: 0; writing-mode: horizontal-tb; transform: rotate(-7deg); }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; width: 44px; height: 30px; transform: translateX(-50%); }
.scroll-cue span { display: block; width: 9px; height: 9px; margin: 3px auto; border-right: 1px solid #fff9; border-bottom: 1px solid #fff9; transform: rotate(45deg); animation: scroll-hint 2.6s ease-in-out infinite; }

/* The three compact editorial rows follow the proportions of the reference. */
.night-section { padding: clamp(32px, 3.5vw, 53px) 0; }
.night-layout { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: clamp(20px, 2vw, 30px); align-items: stretch; }
.section-copy { align-self: center; }
.section-heading { font-family: var(--serif); font-size: clamp(35px, 3.7vw, 54px); font-weight: 600; line-height: 1.28; letter-spacing: .04em; text-wrap: balance; }
.red-rule { display: block; width: 48px; height: 2px; margin: 26px 0; background: #c12734; }
.section-copy > p { font-size: clamp(14px, 1.47vw, 20px); line-height: 1.85; letter-spacing: .045em; }
.story-photo { position: relative; display: block; width: 100%; height: 100%; min-width: 0; aspect-ratio: 1.22; overflow: hidden; border: 1px solid #ffffff40; background: #1c1814; }
.story-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; transition: transform 1s cubic-bezier(.2,.65,.3,1), filter .6s; filter: brightness(.8); }
.story-udon > img { object-position: 50% 54%; }
.story-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0507058c, transparent 48%), linear-gradient(0deg, #05070596, transparent 30%); pointer-events: none; }
.story-photo h3 { position: absolute; top: 25px; left: 24px; z-index: 1; writing-mode: vertical-rl; font-size: clamp(26px, 2.8vw, 40px); font-weight: 500; letter-spacing: .12em; line-height: 1.2; text-shadow: 0 2px 10px #0007; }
.vertical-dash { display: inline-block; width: 1px; height: 26px; margin-top: 20px; background: #fff9; }
.photo-link { display: flex; position: absolute; z-index: 1; bottom: 15px; right: 16px; align-items: center; gap: 12px; font-size: 13px; letter-spacing: .08em; opacity: 0; transform: translateY(7px); transition: opacity .3s, transform .3s; }
.story-photo:hover > img { transform: scale(1.045); filter: brightness(.92); }
.story-photo:hover .photo-link, .story-photo:focus-visible .photo-link { opacity: 1; transform: none; }
.craft-section { position: relative; padding: clamp(17px, 1.8vw, 28px) 0; overflow: hidden; }
.craft-layout { display: grid; grid-template-columns: 1.07fr 1fr .92fr; gap: clamp(24px, 2.8vw, 42px); align-items: center; }
.craft-section .section-heading { white-space: nowrap; font-size: clamp(31px, 3.32vw, 49px); }
.craft-section .red-rule { margin-block: 25px; }
.craft-photo { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 24px; height: clamp(220px, 23.5vw, 348px); }
.craft-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; border: 1px solid #98856f50; }
.craft-noodles img { object-position: 63% center; }
.craft-photo figcaption { padding-top: 19px; writing-mode: vertical-rl; font-size: clamp(21px, 2.13vw, 30px); font-weight: 500; letter-spacing: .12em; }
.craft-photo figcaption span { display: inline-block; height: 54px; width: 1px; margin-top: 16px; background: #b3222c70; }
.recommend-section { padding: clamp(26px, 2.65vw, 40px) 0 clamp(30px, 2.8vw, 44px); }
.recommend-layout { display: grid; grid-template-columns: 26% minmax(0, 1fr); gap: 28px; align-items: center; }
.recommend-section .section-heading { font-size: clamp(28px, 3.1vw, 45px); letter-spacing: .02em; white-space: nowrap; }
.recommend-section .red-rule { margin-block: 24px; }
.recommend-section .section-copy > p { font-size: clamp(14px, 1.37vw, 19px); line-height: 1.6; }
.text-link { display: inline-flex; gap: 20px; align-items: center; padding-block: 8px; margin-top: 12px; font-size: 13px; letter-spacing: .06em; border-bottom: 1px solid #b4a39472; }
.text-link .icon { width: 12px; height: 12px; transition: transform .25s; }
.recommend-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.7vw, 24px); }
.dish-card { display: block; min-width: 0; border: 1px solid #ffffff36; background: #0c0e0ccc; text-align: center; transition: border-color .3s, transform .3s, box-shadow .3s; }
.dish-image { aspect-ratio: 1.36; overflow: hidden; }
.dish-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; filter: brightness(.91) saturate(.88); transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.dish-caption { padding: 8px 5px 10px; }
.dish-caption h3 { font-size: clamp(15px, 1.65vw, 23px); font-weight: 500; line-height: 1.6; letter-spacing: .04em; }
.dish-caption p { font-size: clamp(19px, 1.9vw, 27px); line-height: 1.5; letter-spacing: .025em; }
.dish-caption p span { font-size: .74em; margin-left: 2px; }
.dish-card:hover { transform: translateY(-5px); border-color: #c17b5a; box-shadow: 0 10px 25px #0003; }
.dish-card:hover img { transform: scale(1.05); }
.price-note { position: absolute; bottom: -26px; right: 0; color: #c1bdb5; font: 400 11px/1.5 var(--sans); letter-spacing: .06em; }

/* Reservation strip. */
.banquet-section { position: relative; isolation: isolate; overflow: hidden; padding: clamp(17px, 2vw, 29px) 0; border-block: 1px solid #bd2632; background: #6c1215; }
.banquet-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--grain), linear-gradient(90deg, transparent, #641115dd 24%, #7b161bee 57%, #250c0bed); }
.banquet-image { position: absolute; z-index: -2; left: 0; top: 0; width: 38%; height: 100%; object-fit: cover; object-position: 50% 49%; filter: brightness(.72) saturate(.8); }
.banquet-layout { display: grid; grid-template-columns: 1.6fr .86fr .65fr; gap: clamp(24px, 2.8vw, 40px); align-items: center; padding-left: 13.5%; }
.banquet-copy { white-space: nowrap; }
.banquet-copy h2 { font-size: clamp(31px, 3.5vw, 51px); font-weight: 500; line-height: 1.3; letter-spacing: .02em; }
.banquet-plan { margin-top: 8px !important; font-size: clamp(15px, 1.75vw, 24px); letter-spacing: .025em; line-height: 1.4; }
.banquet-plan strong { font-size: 1.6em; font-weight: 500; }
.banquet-plan strong span { font-size: .54em; }
.plan-divider { margin-inline: 10px; }
.banquet-plan b { font-size: 1.2em; font-weight: 500; }
.banquet-detail { margin-top: 4px !important; color: #efdad2; font-size: clamp(10px, .86vw, 13px); letter-spacing: .03em; }
.banquet-action { min-height: 65px; padding-inline: 24px; font-size: clamp(16px, 1.8vw, 24px); }
.banquet-action::before { content: ""; position: absolute; left: -25px; height: 92px; width: 1px; background: #e2b2a780; }
.banquet-signature { font-size: clamp(13px, 1.35vw, 19px); white-space: nowrap; line-height: 1.9; letter-spacing: .08em; }

/* Compact shop information, with the original details and photographs available below. */
.site-footer { padding-top: clamp(30px, 3.2vw, 48px); }
.footer-layout { display: grid; grid-template-columns: 1.07fr .82fr 1.1fr 64px; gap: 30px; align-items: center; }
.footer-brand-group { min-width: 0; }
.footer-brand { width: 100%; max-width: 280px; }
.footer-brand-group > p { margin-top: 10px; color: #c6c2b9; font-size: 11px; letter-spacing: .04em; }
.footer-info { min-width: 0; padding-left: 30px; border-left: 1px solid #ffffff60; font-size: clamp(13px, 1.32vw, 18px); font-style: normal; line-height: 1.85; white-space: nowrap; }
.footer-info .footer-postal, .footer-info .footer-phone-note { color: #c6c2b9; font-size: .78em; }
.footer-info .footer-access { margin: 7px 0; color: #c6c2b9; font-size: .78em; line-height: 1.8; white-space: normal; }
.footer-info > p, .footer-phone { display: flex; gap: 11px; align-items: center; }
.footer-info .icon { width: 16px; height: 16px; }
.footer-phone { margin-top: 4px; letter-spacing: .04em; }
.footer-phone:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-map iframe { display: block; width: 100%; height: clamp(150px, 14vw, 200px); border: 1px solid #8888; background: #fff; }
.footer-map > a { display: block; margin-top: 5px; color: #c6c2b9; text-align: right; font: 400 11px/1.7 var(--sans); }
.footer-map > a:hover { color: #fff; }
.footer-signature { position: relative; justify-self: end; writing-mode: vertical-rl; font-size: 13px; line-height: 1.8; letter-spacing: .06em; }
.footer-signature .seal { position: absolute; bottom: -28px; left: -12px; }

















.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 14px 0 20px; color: #c6c2b9; letter-spacing: .05em; }
.footer-bottom small, .footer-bottom > a { font-size: 12px; }
.footer-bottom > a span { padding-left: 10px; }

/* Motion is progressive enhancement: without JavaScript every section stays visible. */
@keyframes hero-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes hero-line-unveil {
  from { transform: translateY(110%); }
  to { transform: none; }
}
@keyframes scroll-hint { 0%, 100% { opacity: .35; transform: translateY(0) rotate(45deg); } 50% { opacity: 1; transform: translateY(8px) rotate(45deg); } }
@media (prefers-reduced-motion: no-preference) {
  /* Photos and controls are visible immediately; only the copy enters. */
  .caption-pending .hero-dish-words { opacity: 0; }
  .caption-revealing .hero-dish-words { animation: hero-enter .85s cubic-bezier(.2,.65,.3,1) .15s both; }
  .hero-title-line > span { animation: hero-line-unveil .95s cubic-bezier(.16,1,.3,1) .15s both; }
  .hero-title-line + .hero-title-line > span { animation-delay: .45s; }
  .hero-location { animation: hero-enter .7s cubic-bezier(.2,.65,.3,1) .05s both; }
  .signature-words { animation: hero-enter .9s cubic-bezier(.2,.65,.3,1) .85s both; }
  [data-reveal].reveal-pending { opacity: 0; transform: translateY(20px); }
  [data-reveal] { transition: opacity .85s ease, transform .85s cubic-bezier(.2,.65,.3,1); }
  [data-reveal].is-visible { opacity: 1; transform: none; }
  .night-layout > :nth-child(2), .craft-layout > :nth-child(2), .recommend-grid > :nth-child(2) { transition-delay: .09s; }
  .night-layout > :nth-child(3), .craft-layout > :nth-child(3), .recommend-grid > :nth-child(3) { transition-delay: .18s; }
}

@media (min-width: 1600px) {
  .hero-content { padding-top: 212px; }
}
@media (max-width: 1150px) and (min-width: 801px) {
  .header-inner { gap: 18px; }
  .brand { width: 188px; }
  .site-nav { gap: 19px; }
  .site-nav a { font-size: 13px; }
  .header-call { padding-inline: 15px; gap: 9px; min-height: 48px; }
  .header-call .phone-icon { width: 19px; height: 19px; }
  .hero-actions .action { min-width: 158px; min-height: 46px; padding: 10px 17px; gap: 10px; font-size: 14px; }
  .hero-signature { bottom: 24px; font-size: 13px; }
  .night-layout { grid-template-columns: 1.07fr 1fr 1fr; gap: 20px; }
  .section-heading { font-size: clamp(30px, 3.9vw, 42px); }
  .section-copy > p { font-size: 15px; }
  .night-layout .section-copy > p { font-size: 14px; line-height: 1.7; }
  .night-layout .section-heading { line-height: 1.2; }
  .night-layout .red-rule { margin-block: 20px; }
  .red-rule { margin-block: 22px; }
  .craft-layout { gap: 24px; }
  .craft-photo { grid-template-columns: minmax(0, 1fr) 30px; gap: 18px; }
  .craft-section .section-heading { font-size: clamp(28px, 3.6vw, 34px); }
  .recommend-layout { grid-template-columns: 26% minmax(0, 1fr); gap: 24px; }
  .recommend-section .section-heading { font-size: clamp(26px, 3.18vw, 34px); }
  .banquet-layout { grid-template-columns: 1.8fr 1fr .7fr; padding-left: 13%; gap: 28px; }
  .banquet-copy h2 { font-size: 33px; }
  .banquet-action { padding-inline: 17px; min-height: 53px; font-size: 17px; gap: 9px; }
  .banquet-action::before { left: -15px; height: 74px; }
  .banquet-plan { font-size: 16px; }
  .banquet-detail { font-size: 11px; }
  .footer-layout { grid-template-columns: 1.05fr .95fr 1.1fr 45px; gap: 22px; }
  .footer-info { padding-left: 22px; font-size: 13px; }
  .footer-signature { font-size: 11px; }
}
@media (min-width: 801px) and (max-width: 900px) {
  .header-inner { gap: 16px; }
  .site-header .brand { width: 160px; }
  .banquet-layout { grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); gap: 32px; }
  .banquet-signature { display: none; }
}

/* Mobile keeps the same section order, paired images and three recommendations. */
@media (max-width: 800px) {
  :root { --header-height: 70px; }
  .page-width { width: calc(100% - 40px); }
  .header-inner { width: calc(100% - 20px); gap: 9px; }
  .site-header .brand { width: clamp(128px, 28vw, 154px); margin-right: auto; }
  .header-call { min-height: 42px; padding: 9px 12px; gap: 8px; font-size: 13px; letter-spacing: .02em; }
  .header-call .phone-icon { width: 17px; height: 17px; }
  .header-call .arrow-icon { display: none; }
  .site-header .nav-toggle { display: flex; }
  .site-header .site-nav { position: fixed; inset: var(--header-height) 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; width: 100%; height: auto; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; margin: 0; padding: 17px 26px 26px; background: #171915fc; border-bottom: 1px solid #ffffff38; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; }
  .site-header .site-nav.open { visibility: visible; opacity: 1; transform: none; transition: opacity .25s, transform .25s; }
  .site-header .site-nav a { padding: 17px 0; font-size: 16px; border-bottom: 1px solid #ffffff1a; }
  .site-header .site-nav a::after { display: none; }
  .site-header .nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .site-header .nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .home-hero { display: flex; flex-direction: column; height: auto; min-height: 0; padding-top: var(--header-height); background: #151713; }
  /* The same real interior creates a soft, readable backdrop above the photograph. */
  .hero-intro { display: block; position: relative; isolation: isolate; order: 0; overflow: hidden; width: 100%; background: #252018; }
  .hero-intro::before { content: ""; position: absolute; inset: -24px; z-index: -2; background: url("../images2/IMG_2937.jpg") center 68% / cover no-repeat; filter: blur(12px) brightness(.64) saturate(.8) sepia(.15); }
  .hero-intro::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #0c100db8, #17140f55), linear-gradient(0deg, #17140f75, transparent 55%); }
  .hero-content { order: 0; width: calc(100% - 40px); max-width: 520px; padding: 34px 0 28px; }
  .hero-location { gap: 11px; margin-bottom: 16px !important; font-size: 12px; letter-spacing: .06em; }
  .hero-location::before { width: 27px; }
  .home-hero h1 { font-size: clamp(34px, 9.4vw, 48px); line-height: 1.4; letter-spacing: .045em; }
  .hero-hours { height: 35px; padding-inline: 16px; margin-top: 20px !important; font-size: 21px; }
  .hero-actions { gap: 10px; margin-top: 20px; }
  .hero-actions .action { min-width: 0; min-height: 47px; padding: 11px 15px; gap: 8px; font-size: 14px; letter-spacing: .035em; }
  .hero-actions .phone-icon { width: 18px; height: 18px; }
  .hero-actions .arrow-icon { width: 11px; height: 11px; }
  /* The desktop signature stays on the desktop photo; mobile uses the dish caption. */
  .hero-signature { display: none; }
  /* Full-width portrait with its entire bowl, sign and tray visible at every mobile width. */
  .hero-scene { position: relative; inset: auto; z-index: auto; order: 2; width: 100%; max-width: none; margin: 0; }
  .hero-stage { position: relative; inset: auto; width: 100%; aspect-ratio: 4 / 5; }
  .hero-real-interior { top: 0; width: 100%; height: 52%; object-position: 50% 90%; filter: brightness(.68) saturate(.8) sepia(.14) blur(.25px); }
  .hero-foreground { -webkit-mask-image: var(--foreground-mask-mobile); mask-image: var(--foreground-mask-mobile); }
  .hero-foreground img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .home-hero::after { display: none; }
  .hero-dish-note { position: absolute; z-index: 1; left: 3%; bottom: 12%; display: flex; flex-direction: column; align-items: center; gap: clamp(10px, 3vw, 16px); color: #fffaf0; text-shadow: 0 2px 8px #000d, 0 0 20px #0008; pointer-events: none; }
  .hero-dish-words { writing-mode: vertical-rl; font-size: clamp(14px, 4.1vw, 27px); font-weight: 600; line-height: 1.55; letter-spacing: .13em; }
  .hero-dish-note .seal { width: clamp(28px, 7vw, 44px); height: clamp(31px, 7.7vw, 48px); font-size: clamp(22px, 5.6vw, 34px); color: #dc3340; border-color: #dc3340; background: #160c0899; text-shadow: none; }
  .seal { width: 21px; height: 24px; font-size: 17px; }
  .scroll-cue { position: relative; order: 3; left: auto; right: auto; bottom: auto; margin: 16px auto 18px; transform: none; }
  .night-section { padding: 38px 0 32px; }
  .night-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px 15px; }
  .night-layout > .section-copy { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; align-items: center; }
  .section-heading { font-size: clamp(29px, 5.6vw, 42px); line-height: 1.45; letter-spacing: .02em; }
  .night-layout .red-rule { grid-column: 1; margin: 16px 0 0; }
  .night-layout .section-copy > p { grid-column: 2; grid-row: 1 / 3; font-size: clamp(12px, 2.7vw, 17px); line-height: 1.95; letter-spacing: .01em; }
  .red-rule { width: 34px; }
  .story-photo { aspect-ratio: .94; }
  .story-photo h3 { top: 16px; left: 14px; font-size: 27px; }
  .vertical-dash { height: 22px; margin-top: 13px; }
  .photo-link { opacity: 1; transform: none; font-size: 10px; gap: 5px; right: 9px; bottom: 10px; }
  .photo-link .icon { width: 10px; height: 10px; }
  .craft-section { padding: 30px 0; }
  .craft-layout { grid-template-columns: 1fr 1fr; gap: 26px 16px; }
  .craft-layout > .section-copy { grid-column: 1 / -1; }
  .craft-section .section-heading { font-size: clamp(30px, 6.8vw, 43px); }
  .craft-section .red-rule { margin: 18px 0; }
  .craft-section .section-copy > p { font-size: 14px; line-height: 1.85; }
  .craft-photo { height: 210px; height: clamp(180px, 45vw, 290px); grid-template-columns: minmax(0, 1fr) 24px; gap: 11px; }
  .craft-photo img { object-position: 57% center; }
  .craft-photo figcaption { padding-top: 9px; font-size: 20px; letter-spacing: .06em; }
  .craft-photo figcaption span { height: 30px; margin-top: 12px; }
  .recommend-section { padding: 32px 0 44px; }
  .recommend-layout { display: block; }
  .recommend-section .section-copy { position: relative; margin-bottom: 25px; }
  .recommend-section .section-heading { font-size: clamp(31px, 6.8vw, 43px); }
  .recommend-section .red-rule { margin: 18px 0; }
  .recommend-section .section-copy > p { font-size: 14px; line-height: 1.85; }
  .recommend-section .text-link { position: absolute; right: 0; bottom: 0; gap: 10px; font-size: 12px; }
  .recommend-grid { gap: 10px; }
  .dish-image { aspect-ratio: .91; }
  .dish-caption { padding: 10px 2px 12px; }
  .dish-caption h3 { font-size: clamp(11px, 2.65vw, 17px); letter-spacing: 0; white-space: nowrap; }
  .dish-caption p { margin-top: 3px; font-size: 20px; }
  .price-note { font-size: 10px; bottom: -24px; }
  .banquet-section { padding: 27px 0; }
  .banquet-image { width: 80%; opacity: .55; }
  .banquet-section::before { background: var(--grain), linear-gradient(90deg, #4513156b, #6c1117d9 45%, #270c0bf2); }
  .banquet-layout { grid-template-columns: 1fr; gap: 21px; padding-left: 0; text-align: center; }
  .banquet-copy h2 { font-size: clamp(30px, 6.4vw, 43px); letter-spacing: .02em; }
  .banquet-plan { font-size: 17px; margin-top: 9px !important; }
  .banquet-plan strong { font-size: 1.7em; }
  .banquet-detail { font-size: 10px; letter-spacing: 0; margin-top: 6px !important; }
  .plan-divider { margin-inline: 6px; }
  .banquet-action { justify-self: center; min-width: 240px; min-height: 52px; font-size: 18px; }
  .banquet-action::before, .banquet-signature { display: none; }
  .site-footer { padding-top: 31px; }
  .footer-layout { grid-template-columns: 1fr 1.04fr; gap: 26px 18px; }
  .footer-brand { max-width: 245px; }
  .footer-brand-group > p { max-width: 12em; font-size: 10px; line-height: 1.8; margin-top: 9px; }
  .footer-info { border-left: 1px solid #ffffff40; padding-left: 16px; font-size: 11px; line-height: 2.1; }
  .footer-info > p, .footer-phone { gap: 6px; }
  .footer-info .icon { width: 13px; height: 13px; }
  .footer-map { grid-column: 1 / -1; }
  .footer-map iframe { height: 175px; }
  .footer-map > a { font-size: 11px; margin-top: 7px; }
  .footer-signature { display: none; }








  .footer-bottom { padding: 24px 0; }
  .footer-bottom small, .footer-bottom > a { font-size: 10px; }
}
@media (min-width: 540px) and (max-width: 800px) {
  .craft-layout > .section-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
  .craft-section .section-heading { font-size: clamp(25px, 5vw, 34px); }
  .craft-section .red-rule { grid-column: 1; }
  .craft-section .section-copy > p { grid-column: 2; grid-row: 1 / 3; }
  .footer-info { font-size: 16px; padding-left: 26px; }
}
@media (max-width: 370px) {
  .page-width { width: calc(100% - 32px); }
  .header-inner { width: calc(100% - 16px); gap: 5px; }
  .site-header .brand { width: 124px; }
  .header-call { font-size: 12px; padding-inline: 10px; }
  .header-call .phone-icon { display: none; }
  .home-hero h1 { font-size: clamp(32px, 9.3vw, 34px); }
  .hero-actions .action { padding-inline: 12px; font-size: 13px; }
  .night-layout > .section-copy { display: block; }
  .night-layout .section-copy > p { margin-top: 18px; font-size: 14px; }
  .night-layout .section-heading { font-size: 34px; }
  .footer-layout { gap: 24px 12px; }
  .footer-info { padding-left: 11px; font-size: 10px; }
  .footer-brand-group > p { font-size: 9px; }
  .banquet-detail { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero-art, .hero-dish-note, .hero-dish-words, .hero-intro::before { opacity: 1 !important; transform: none !important; }
  .hero-art { filter: none !important; }
  .hero-title-line > span { opacity: 1 !important; transform: none !important; }
  .hero-dish-note .seal { opacity: 1 !important; transform: rotate(-7deg) !important; }
}
@media print {
  .site-header, .hero-scene, .scroll-cue, .footer-map, .footer-signature, .footer-bottom > a { display: none; }
  .home-page { color: #111; background: #fff; }
  .home-hero { height: auto; min-height: 0; padding: 20px 0; }
  .hero-content { padding-top: 0; }
  .home-hero h1 { color: #111; font-size: 40px; text-shadow: none; }
  .hero-location { text-shadow: none; }
  .hero-signature { position: static; margin-top: 20px; color: #111; writing-mode: horizontal-tb; text-shadow: none; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .dark-surface, .paper-surface, .banquet-section { background: #fff; color: #111; }
  .banquet-image { display: none; }
  .footer-info, .footer-bottom { color: #111; }
}
