:root {
  --sumi: #0c0c0b;
  --sumi-soft: #171512;
  --ai: #173349;
  --ai-deep: #0c2232;
  --kin: #d8ab61;
  --kin-light: #f0cf91;
  --shu: #7f2025;
  --ivory: #f5efe4;
  --muted: #c9bca9;
  --photo: url("/assets/hero-oni-sake-desktop.jpg");
  --photo-mobile: url("/assets/hero-oni-sake-mobile.jpg");
  --content-width: 1280px;
  --mincho: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --gothic: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--sumi); color: var(--ivory); font-family: var(--gothic); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible,button:focus-visible { outline: 3px solid var(--kin-light); outline-offset: 4px; }
.page-shell { min-height: 100vh; overflow: hidden; background: var(--sumi); }

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  width: min(100% - 72px, var(--content-width));
  min-height: 104px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(245,239,228,.16);
}

.brand { display: flex; align-items: center; gap: 13px; width: max-content; font-family: var(--mincho); }
.brand-logo { width: 62px; height: 62px; object-fit: contain; filter: invert(1); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy small { color: var(--kin-light); font-size: 9px; font-weight: 700; letter-spacing: .24em; }
.brand-copy strong { font-size: 26px; font-weight: 600; letter-spacing: .14em; text-shadow: 0 3px 20px rgba(0,0,0,.46); }
.global-nav { display: flex; justify-content: center; gap: clamp(18px,2.4vw,38px); font-family: var(--mincho); font-size: 14px; letter-spacing: .14em; }
.global-nav a { position: relative; padding: 13px 0; color: rgba(245,239,228,.96); text-shadow: 0 2px 3px rgba(0,0,0,1),0 0 14px rgba(0,0,0,.95),0 0 28px rgba(0,0,0,.7); }
.global-nav a::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; content: ""; transform: scaleX(0); transform-origin: right; background: var(--kin); transition: transform 180ms ease; }
.global-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-call { display: grid; gap: 2px; justify-items: end; padding-left: 28px; border-left: 1px solid rgba(245,239,228,.18); text-shadow: 0 2px 3px rgba(0,0,0,1),0 0 14px rgba(0,0,0,.95),0 0 28px rgba(0,0,0,.7); }
.header-call small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.header-call strong { font-family: Georgia,serif; font-size: 19px; font-weight: 400; letter-spacing: .05em; }

.hero { position: relative; display: flex; min-height: 900px; isolation: isolate; align-items: center; overflow: hidden; }
.photo, .photo-shade, .paper-grain { position: absolute; inset: 0; }
.photo { z-index: -4; background-image: var(--photo); background-position: center; background-size: cover; transform: none; }
.photo-shade { display: none; }
.paper-grain { display: none; }

.hero-content { position: relative; z-index: 10; width: min(100% - 72px,var(--content-width)); margin: 28px auto 110px; padding-top: 108px; }
.eyebrow { display: flex; gap: 14px; align-items: center; margin: 0 0 25px; color: rgba(245,239,228,.96); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-shadow: 0 2px 3px rgba(0,0,0,1),0 0 14px rgba(0,0,0,.95),0 0 28px rgba(0,0,0,.72); }
.eyebrow span { color: var(--kin-light); }
.eyebrow i { width: 52px; height: 1px; background: linear-gradient(90deg,var(--kin),transparent); }
/* 2026-07-23 店主確定コピーは1行が最長9文字。折り返さない幅と文字サイズにする */
h1 { width: min(56vw,720px); margin: 0; font-family: var(--mincho); font-size: clamp(44px,4.9vw,70px); font-weight: 500; letter-spacing: .045em; line-height: 1.23; text-shadow: 0 5px 28px rgba(0,0,0,.78); }
h1 span, h1 em { display: block; }
h1 em { position: relative; width: fit-content; margin-top: 4px; color: var(--kin-light); font-style: normal; }
h1 em::after { position: absolute; right: -10px; bottom: .04em; left: -5px; z-index: -1; height: .25em; content: ""; transform: rotate(-1deg); background: linear-gradient(90deg,rgba(127,32,37,.88),rgba(127,32,37,.17)); }
.lead { margin: 26px 0 0; color: rgba(245,239,228,.96); font-family: var(--mincho); font-size: 16px; letter-spacing: .08em; line-height: 2; text-shadow: 0 2px 3px rgba(0,0,0,1),0 0 14px rgba(0,0,0,.95),0 0 28px rgba(0,0,0,.72); }
.taste-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0 0; padding: 0; list-style: none; }
.taste-tags li { padding: 8px 13px; border: 1px solid rgba(216,171,97,.33); background: rgba(15,18,20,.48); color: rgba(245,239,228,.82); font-size: 11px; font-weight: 700; letter-spacing: .12em; backdrop-filter: blur(5px); }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.button { display: flex; min-height: 66px; align-items: center; transition: transform 160ms ease,border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; width: 244px; padding: 12px 20px 11px; background: var(--shu); box-shadow: 0 16px 38px rgba(68,14,16,.3); }
.button-primary span { grid-column: 1; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.button-primary strong { grid-column: 1; font-family: var(--mincho); font-size: 17px; letter-spacing: .1em; }
.button-primary i { grid-row: 1/3; grid-column: 2; color: var(--kin-light); font-size: 18px; font-style: normal; }
.button-secondary { gap: 28px; justify-content: space-between; width: 186px; padding: 0 20px; border: 1px solid rgba(245,239,228,.48); background: rgba(12,16,18,.68); font-family: Georgia,serif; font-size: 15px; text-shadow: 0 2px 3px rgba(0,0,0,1),0 0 12px rgba(0,0,0,.9); backdrop-filter: blur(8px); }
.button-secondary i { color: var(--kin-light); font-style: normal; }
.button-secondary:hover { border-color: var(--kin); }

.hours-card { position: absolute; z-index: 11; right: max(4.8vw,calc((100vw - var(--content-width))/2)); bottom: 136px; width: 260px; padding: 20px 22px; border: 1px solid rgba(245,239,228,.13); border-top-color: rgba(216,171,97,.72); background: rgba(8,12,14,.68); box-shadow: 0 22px 48px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.hours-card > span { color: var(--kin-light); font-family: var(--mincho); font-size: 10px; letter-spacing: .15em; }
.hours-card > div { display: flex; gap: 10px; align-items: center; margin: 8px 0 6px; }
.hours-card > div strong { font-family: Georgia,serif; font-size: 29px; font-weight: 400; }
.hours-card > div i { width: 20px; height: 1px; background: var(--kin); }
.hours-card p { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .07em; }
.hours-card b { display: block; margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(245,239,228,.11); font-family: var(--mincho); font-size: 12px; letter-spacing: .13em; }

.shop-facts { position: absolute; z-index: 15; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(330px,1.6fr) repeat(3,minmax(130px,.7fr)) minmax(170px,.8fr); min-height: 92px; padding: 0 max(36px,calc((100vw - var(--content-width))/2)); border-top: 1px solid rgba(245,239,228,.13); background: rgba(7,9,10,.88); backdrop-filter: blur(12px); }
.fact,.map-link { display: flex; flex-direction: column; justify-content: center; padding: 16px 22px; border-right: 1px solid rgba(245,239,228,.1); }
.fact:first-child { padding-left: 0; }
.fact span { margin-bottom: 5px; color: var(--kin); font-family: Georgia,serif; font-size: 9px; letter-spacing: .16em; }
.fact strong { color: rgba(245,239,228,.84); font-size: 11px; font-weight: 600; letter-spacing: .04em; line-height: 1.55; }
.map-link { flex-direction: row; gap: 13px; align-items: center; justify-content: center; border-right: 0; font-family: Georgia,serif; font-size: 13px; }
.map-link span { color: var(--kin-light); }

.content-section { position: relative; padding: clamp(92px,9vw,142px) max(36px,calc((100vw - var(--content-width))/2)); scroll-margin-top: 78px; overflow: hidden; }
.section-inner { position: relative; z-index: 2; width: 100%; max-width: var(--content-width); margin: 0 auto; }
.section-label { margin: 0 0 18px; color: var(--shu); font-family: Georgia,serif; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.section-title { margin: 0; font-family: var(--mincho); font-size: clamp(38px,4.4vw,66px); font-weight: 500; letter-spacing: .055em; line-height: 1.35; }
.section-lead { margin: 27px 0 0; font-family: var(--mincho); font-size: 16px; letter-spacing: .06em; line-height: 2.15; }
.section-heading-row { display: flex; gap: 60px; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.section-heading-row > p { max-width: 360px; margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 1.9; }

.story-section { background: #eee7db; color: #241f1a; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,8vw,120px); align-items: center; }
.story-grid .section-lead { color: #5e554b; }
.story-photo { min-height: 550px; }
.story-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 38px; border: 1px solid rgba(36,31,26,.15); background: rgba(36,31,26,.15); }
.story-points > div { display: grid; min-height: 122px; align-content: center; padding: 18px; background: #eee7db; }
.story-points span { color: var(--shu); font-family: Georgia,serif; font-size: 9px; letter-spacing: .14em; }
.story-points strong { margin-top: 8px; font-family: var(--mincho); font-size: 15px; letter-spacing: .08em; }
.story-points small { margin-top: 4px; color: #756b60; font-size: 10px; letter-spacing: .04em; }

.real-photo { display: block; max-width: 100%; }
.photo-frame { position: relative; margin: 0; overflow: hidden; background: #16120f; box-shadow: 0 28px 60px rgba(26,19,14,.2); isolation: isolate; }
.photo-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg,transparent 50%,rgba(0,0,0,.2)); pointer-events: none; }
.photo-frame > .real-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.photo-frame figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 20px 22px; background: linear-gradient(180deg,transparent,rgba(5,5,5,.82)); color: rgba(245,239,228,.86); font-size: 10px; letter-spacing: .08em; }

.menu-section { background: #0d0e0e; }
.menu-section::before { position: absolute; inset: 0; content: ""; opacity: .13; background-image: radial-gradient(circle at 8% 12%,rgba(216,171,97,.3) 0 1px,transparent 1.5px); background-size: 31px 31px; mask-image: linear-gradient(110deg,#000,transparent 48%); }
.menu-section .section-label { color: var(--kin); }
.menu-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(245,239,228,.16); border-bottom: 1px solid rgba(245,239,228,.16); }
.menu-card { position: relative; display: flex; min-height: 100%; flex-direction: column; overflow: hidden; border-left: 1px solid rgba(245,239,228,.13); transition: background-color 180ms ease,transform 180ms ease; }
.menu-card:first-child { border-left: 0; }
.menu-card:hover { background: rgba(23,51,73,.34); transform: translateY(-3px); }
.menu-number { position: absolute; z-index: 2; top: 14px; left: 14px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(216,171,97,.58); background: rgba(8,12,14,.78); box-shadow: 0 8px 20px rgba(0,0,0,.24); color: var(--kin-light); font-family: var(--mincho); font-size: 18px; backdrop-filter: blur(8px); }
.menu-photo { position: relative; width: 100%; aspect-ratio: 4/3; margin: 0; overflow: hidden; background: #171614; }
.menu-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 54%,rgba(4,5,5,.38)); pointer-events: none; }
.menu-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.menu-card:hover .menu-photo img { transform: scale(1.025); }
.menu-photo figcaption { position: absolute; z-index: 2; right: 10px; bottom: 9px; padding: 5px 7px; background: rgba(8,12,14,.72); color: rgba(245,239,228,.8); font-size: 8px; letter-spacing: .08em; }
.menu-photo-placeholder { display: grid; width: 100%; aspect-ratio: 4/3; place-content: center; gap: 8px; background-color: #171616; background-image: linear-gradient(135deg,rgba(216,171,97,.05) 25%,transparent 25%,transparent 50%,rgba(216,171,97,.05) 50%,rgba(216,171,97,.05) 75%,transparent 75%,transparent); background-size: 24px 24px; color: rgba(245,239,228,.54); text-align: center; }
.menu-photo-placeholder span { color: var(--kin); font-family: Georgia,serif; font-size: 9px; letter-spacing: .22em; }
.menu-photo-placeholder strong { font-family: var(--mincho); font-size: 14px; font-weight: 500; letter-spacing: .12em; }
.menu-card-body { flex: 1; padding: 28px 24px 32px; }
.menu-card h3 { margin: 0; font-family: var(--mincho); font-size: 25px; font-weight: 500; letter-spacing: .08em; }
.menu-card p { margin: 12px 0 0; color: var(--muted); font-size: 12px; letter-spacing: .06em; line-height: 1.8; }
.menu-card .menu-price { display: flex; gap: 10px; align-items: baseline; margin-top: 17px; color: var(--ivory); }
.menu-price strong { color: var(--kin-light); font-family: Georgia,var(--mincho),serif; font-size: 25px; font-weight: 400; letter-spacing: .04em; }
.menu-price small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.menu-card-featured { background: linear-gradient(145deg,rgba(127,32,37,.2),transparent 70%); }
.menu-badge { display: inline-block; margin-bottom: 9px; padding: 5px 8px; border: 1px solid rgba(216,171,97,.52); color: var(--kin-light); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.inaka-band { margin-top: 34px; padding: 34px 36px; border: 1px solid rgba(216,171,97,.34); background: linear-gradient(120deg,rgba(216,171,97,.11),transparent 68%); }
.inaka-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.inaka-copy h3 { margin: 12px 0 0; font-family: var(--mincho); font-size: clamp(23px,2.5vw,31px); font-weight: 500; letter-spacing: .07em; }
/* section-label まで巻き込むと、スマホの .section-label(8px) を詳細度で上書きしてしまう */
.inaka-copy > p:not(.section-label) { margin: 14px 0 0; color: var(--muted); font-size: 12px; letter-spacing: .06em; line-height: 1.9; }
.inaka-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 32px; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(216,171,97,.26); list-style: none; }
.inaka-list li { position: relative; padding: 9px 0 9px 17px; color: var(--ivory); font-family: var(--mincho); font-size: 14px; letter-spacing: .05em; }
.inaka-list li::before { position: absolute; top: 1.05em; left: 0; width: 6px; height: 1px; content: ""; background: var(--kin); }
.inaka-note { display: block; margin-top: 18px; color: var(--kin); font-size: 11px; letter-spacing: .08em; }
.inaka-price { display: flex; gap: 10px; align-items: baseline; margin: 0; flex: 0 0 auto; }
.inaka-price strong { color: var(--kin-light); font-family: var(--mincho); font-size: clamp(32px,3.6vw,46px); font-weight: 400; letter-spacing: .06em; }
.inaka-price small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.section-link { display: flex; width: fit-content; gap: 16px; align-items: center; margin: 34px 0 0 auto; padding-bottom: 8px; border-bottom: 1px solid rgba(216,171,97,.5); color: var(--kin-light); font-family: var(--mincho); font-size: 13px; letter-spacing: .08em; }

.sake-section { background: #11293b; }
.sake-section::before { position: absolute; inset: 0; content: ""; opacity: .18; background-image: radial-gradient(circle at 12% 18%,rgba(216,171,97,.28) 0 1px,transparent 1.5px); background-size: 30px 30px; mask-image: linear-gradient(115deg,#000,transparent 62%); }
.sake-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px,9vw,130px); align-items: center; }
.sake-photo { min-height: 610px; background-position: 68% center; }
.sake-section .section-label { color: var(--kin); }
.sake-section .section-lead { color: rgba(245,239,228,.78); }
.outline-link { display: flex; width: fit-content; min-width: 220px; min-height: 58px; gap: 28px; align-items: center; justify-content: space-between; margin-top: 34px; padding: 0 18px; border: 1px solid rgba(245,239,228,.3); color: var(--ivory); font-family: var(--mincho); font-size: 13px; letter-spacing: .08em; transition: border-color 160ms ease,background-color 160ms ease; }
.outline-link:hover { border-color: var(--kin); background: rgba(8,16,22,.28); }
.outline-link span { color: var(--kin-light); }

.message-section { background: #18110d; }
.message-section::before { position: absolute; inset: 0; content: ""; opacity: .16; background: radial-gradient(circle at 18% 20%,rgba(216,171,97,.5) 0 1px,transparent 1.5px); background-size: 34px 34px; mask-image: linear-gradient(120deg,#000,transparent 62%); }
.message-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,9vw,130px); align-items: start; }
.message-section .section-label { color: var(--kin); }
.manager-message { padding: 10px 0 8px clamp(34px,5vw,68px); border-left: 1px solid rgba(216,171,97,.48); }
.manager-message p { margin: 0 0 19px; color: rgba(245,239,228,.8); font-family: var(--mincho); font-size: 15px; letter-spacing: .055em; line-height: 2.05; }
.manager-message .manager-sign { display: flex; gap: 14px; align-items: center; justify-content: flex-end; margin: 31px 0 0; color: var(--kin-light); font-size: 17px; letter-spacing: .16em; }
.manager-message .manager-sign::before { width: 42px; height: 1px; content: ""; background: rgba(216,171,97,.58); }

.space-section { background: #e8dfd1; color: #241f1a; }
.space-heading > p { color: #71675c; }
.store-tour { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(360px,1.18fr); margin: 0 0 34px; overflow: hidden; background: #0c161d; color: var(--ivory); box-shadow: 0 28px 60px rgba(32,22,14,.22); }
.store-tour-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px,5vw,66px); }
.store-tour-copy .section-label { margin-bottom: 16px; color: var(--kin); }
.store-tour-copy > strong { font-family: var(--mincho); font-size: clamp(30px,3.3vw,47px); font-weight: 500; letter-spacing: .06em; line-height: 1.45; }
.store-tour-copy > p:not(.section-label) { margin: 22px 0 0; color: rgba(245,239,228,.76); font-family: var(--mincho); font-size: 14px; letter-spacing: .05em; line-height: 2; }
.store-tour-copy small { margin-top: 22px; color: var(--kin-light); font-size: 10px; letter-spacing: .1em; }
.store-tour-media { display: grid; min-height: 620px; place-items: center; background: #050607; }
.store-tour video { display: block; width: 100%; height: 100%; max-height: 680px; object-fit: contain; background: #050607; }
.real-photo-gallery { display: grid; grid-template-columns: repeat(6,1fr); grid-auto-flow: dense; grid-auto-rows: 176px; gap: 12px; }
.real-photo-gallery figure { position: relative; grid-column: span 2; margin: 0; overflow: hidden; background: #21170f; box-shadow: 0 20px 38px rgba(32,22,14,.18); }
.real-photo-gallery figure:nth-child(1),.real-photo-gallery figure:nth-child(2),.real-photo-gallery figure:nth-child(5),.real-photo-gallery figure:nth-child(8),.real-photo-gallery figure:nth-child(9) { grid-row: span 2; }
.real-photo-gallery .real-photo { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease,filter 450ms ease; }
.real-photo-gallery figure:hover .real-photo { transform: scale(1.035); filter: saturate(1.05); }
.real-photo-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 32px 16px 14px; background: linear-gradient(180deg,transparent,rgba(6,7,7,.8)); color: rgba(245,239,228,.9); font-family: var(--mincho); font-size: 11px; letter-spacing: .08em; }
.space-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 28px 0 0; border-top: 1px solid rgba(36,31,26,.17); border-bottom: 1px solid rgba(36,31,26,.17); }
.space-facts > div { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding: 22px 28px; border-left: 1px solid rgba(36,31,26,.13); }
.space-facts > div:first-child { border-left: 0; }
.space-facts dt { color: var(--shu); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.space-facts dd { margin: 0; font-family: var(--mincho); font-size: 15px; letter-spacing: .07em; }

.access-section { background: #0b0c0d; }
.access-grid { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); gap: clamp(42px,6vw,88px); align-items: stretch; }
.access-details { display: grid; gap: 38px; align-content: start; }
.access-heading > p:not(.section-label) { margin: 24px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.access-call { display: grid; grid-template-columns: 1fr auto; margin-top: 30px; padding: 16px 18px; background: var(--shu); }
.access-call small { grid-column: 1; color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .12em; }
.access-call strong { grid-column: 1; margin-top: 4px; font-family: Georgia,serif; font-size: 20px; font-weight: 400; letter-spacing: .04em; }
.access-call span { grid-row: 1/3; grid-column: 2; align-self: center; color: var(--kin-light); }
.info-list { margin: 0; border-top: 1px solid rgba(245,239,228,.14); }
.info-list > div { display: grid; grid-template-columns: 92px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid rgba(245,239,228,.12); }
.info-list dt { color: var(--kin); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.info-list dd { margin: 0; color: rgba(245,239,228,.84); font-size: 12px; letter-spacing: .04em; line-height: 1.7; }
.info-list dd small { color: var(--muted); font-size: 10px; }
.map-panel { display: grid; grid-template-rows: minmax(500px,1fr) auto; min-height: 600px; overflow: hidden; border: 1px solid rgba(245,239,228,.2); background: #d8d4cc; box-shadow: 0 28px 64px rgba(0,0,0,.28); }
.map-panel iframe { width: 100%; height: 100%; min-height: 500px; border: 0; filter: saturate(.82) contrast(1.03); }
.map-caption { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 15px 17px; border-top: 1px solid rgba(245,239,228,.26); background: #081014; box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.map-caption > span { color: rgba(245,239,228,.82); font-size: 10px; letter-spacing: .05em; }
.map-caption a { display: flex; flex: 0 0 auto; gap: 14px; align-items: center; color: var(--kin-light); font-family: var(--mincho); font-size: 11px; letter-spacing: .07em; }
.map-caption i { font-style: normal; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 46px; align-items: center; min-height: 118px; padding: 28px max(36px,calc((100vw - var(--content-width))/2)); border-top: 1px solid rgba(245,239,228,.1); background: #060708; }
.footer-brand { display: flex; width: max-content; gap: 12px; align-items: center; font-family: var(--mincho); }
.footer-logo { width: 52px; height: 52px; object-fit: contain; filter: invert(1); }
.footer-brand-copy { display: grid; gap: 2px; }
.footer-brand-copy small { color: var(--kin-light); font-size: 8px; font-weight: 700; letter-spacing: .24em; }
.footer-brand-copy strong { font-size: 23px; font-weight: 500; letter-spacing: .13em; }
.site-footer p { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.footer-instagram { color: var(--kin-light); font-family: Georgia,serif; font-size: 12px; }

.mobile-action-dock { display: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 230px 1fr auto; }
  .global-nav { gap: 18px; font-size: 12px; }
  .header-call small { display: none; }
  .hours-card { right: 34px; }
  .shop-facts { grid-template-columns: 1.45fr repeat(3,.68fr) .78fr; }
  .story-grid,.sake-grid { gap: 54px; }
  .menu-grid { grid-template-columns: repeat(2,1fr); }
  .inaka-list { grid-template-columns: repeat(2,1fr); gap: 0 26px; }
  .menu-card:nth-child(3) { border-top: 1px solid rgba(245,239,228,.13); border-left: 0; }
  .menu-card:nth-child(4) { border-top: 1px solid rgba(245,239,228,.13); }
  .access-grid { gap: 38px; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .site-header { grid-template-columns: 1fr auto; width: calc(100% - 32px); min-height: 80px; }
  .brand { gap: 8px; }
  .brand-logo { width: 45px; height: 45px; }
  .brand-copy small { font-size: 7px; }
  .brand-copy strong { font-size: 19px; }
  .global-nav { display: none; }
  .header-call { width: 43px; height: 43px; padding: 0; place-items: center; border: 1px solid rgba(216,171,97,.45); border-radius: 50%; background: rgba(11,18,22,.45); }
  .header-call::before { content: "TEL"; color: var(--kin-light); font-family: Georgia,serif; font-size: 10px; letter-spacing: .1em; }
  .header-call small,.header-call strong { display: none; }
  .hero { display: block; min-height: 900px; }
  .photo { background-image: var(--photo-mobile); background-position: center; }
  .hero-content { width: calc(100% - 36px); margin: 0 auto; padding-top: 176px; }
  .eyebrow { gap: 8px; margin-bottom: 15px; font-size: 9px; }
  .eyebrow i { width: 28px; }
  h1 { width: 100%; font-size: clamp(30px,8.4vw,40px); line-height: 1.16; }
  .lead { margin-top: 16px; font-size: 12px; line-height: 1.85; }
  .taste-tags { margin-top: 13px; }
  .taste-tags li { padding: 6px 8px; font-size: 8px; }
  .hero-actions { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; margin-top: 17px; }
  .button { width: 100%; min-height: 57px; }
  .button-primary { padding: 9px 13px; }
  .button-primary span { font-size: 8px; }
  .button-primary strong { font-size: 14px; }
  .button-secondary { gap: 7px; padding: 0 12px; font-size: 10px; }
  .hours-card { position: static; display: grid; grid-template-columns: auto 1fr; column-gap: 13px; width: calc(100% - 36px); margin: 17px auto 0; padding: 11px 14px; }
  .hours-card > span { display: none; }
  .hours-card > div { grid-row: 1/3; margin: 0; }
  .hours-card > div strong { font-size: 21px; }
  .hours-card p { align-self: end; font-size: 8px; }
  .hours-card b { align-self: start; margin: 0; padding: 0; border: 0; font-size: 10px; }
  .shop-facts { position: static; grid-template-columns: 1fr 1fr; min-height: 0; margin-top: 17px; padding: 0 18px; }
  .fact,.map-link { min-height: 55px; padding: 9px 10px; border-bottom: 1px solid rgba(245,239,228,.08); }
  .fact:first-child { grid-column: 1/3; padding-left: 10px; }
  .fact span { font-size: 7px; }
  .fact strong { font-size: 8px; }
  .map-link { grid-column: 1/3; min-height: 52px; font-size: 10px; }
  .mobile-action-dock { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1.1fr 1fr .72fr; min-height: calc(68px + env(safe-area-inset-bottom)); padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(216,171,97,.38); background: rgba(8,12,14,.96); box-shadow: 0 -12px 32px rgba(0,0,0,.36); backdrop-filter: blur(14px); }
  .mobile-action-dock a { display: flex; min-width: 0; gap: 6px; align-items: center; justify-content: center; border-left: 1px solid rgba(245,239,228,.11); color: rgba(245,239,228,.86); font-size: 10px; letter-spacing: .04em; }
  .mobile-action-dock a:first-child { border-left: 0; }
  .mobile-action-dock .dock-call { border-radius: 2px; background: var(--shu); color: #fff; }
  .mobile-action-dock span { color: var(--kin-light); font-size: 14px; }
  .mobile-action-dock strong { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

  .content-section { padding: 72px 18px; scroll-margin-top: 70px; }
  .section-label { margin-bottom: 12px; font-size: 8px; }
  .section-title { font-size: clamp(31px,9vw,41px); line-height: 1.35; }
  .section-lead { margin-top: 19px; font-size: 13px; line-height: 1.95; }
  .section-heading-row { display: block; margin-bottom: 30px; }
  .section-heading-row > p { margin: 18px 0 0; font-size: 11px; }
  .story-grid,.sake-grid,.message-grid { display: flex; flex-direction: column; gap: 38px; }
  .story-photo { width: 100%; min-height: 350px; }
  .story-points { grid-template-columns: 1fr; margin-top: 26px; }
  .story-points > div { grid-template-columns: 30px 1fr; grid-template-rows: auto auto; min-height: 78px; padding: 13px 15px; }
  .story-points span { grid-row: 1/3; align-self: center; }
  .story-points strong { margin: 0; }
  .story-points small { margin-top: 2px; }
  .photo-frame figcaption { padding: 17px 15px; font-size: 8px; }
  .inaka-band { padding: 26px 20px; }
  .inaka-head { grid-template-columns: 1fr; gap: 18px; }
  .inaka-list { grid-template-columns: 1fr; gap: 0; margin-top: 20px; padding-top: 16px; }
  .inaka-list li { padding: 8px 0 8px 15px; font-size: 13px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 0; border-top: 1px solid rgba(245,239,228,.13); border-left: 0; }
  .menu-card:first-child { border-top: 0; }
  .menu-card:nth-child(2),.menu-card:nth-child(4) { border-left: 0; }
  .menu-photo,.menu-photo-placeholder { aspect-ratio: 16/10; }
  .menu-card-body { padding: 24px 18px 28px; }
  .menu-card h3 { font-size: 21px; }
  .section-link { margin: 24px 0 0; font-size: 11px; }
  .sake-grid { flex-direction: column-reverse; }
  .sake-photo { width: 100%; min-height: 390px; }
  .outline-link { width: 100%; min-width: 0; margin-top: 25px; }
  .manager-message { padding: 28px 0 0; border-top: 1px solid rgba(216,171,97,.48); border-left: 0; }
  .manager-message p { font-size: 13px; line-height: 1.95; }
  .store-tour { grid-template-columns: 1fr; margin-bottom: 26px; }
  .store-tour-copy { padding: 30px 22px; }
  .store-tour-copy > strong { font-size: 30px; }
  .store-tour-copy > p:not(.section-label) { margin-top: 16px; font-size: 12px; line-height: 1.85; }
  .store-tour-copy small { margin-top: 16px; font-size: 8px; }
  .store-tour-media { min-height: 0; }
  .store-tour video { width: 100%; height: auto; max-height: none; aspect-ratio: 9/16; }
  .real-photo-gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 158px; gap: 8px; }
  .real-photo-gallery figure { grid-column: span 1; grid-row: span 1; }
  .real-photo-gallery figure:nth-child(1),.real-photo-gallery figure:nth-child(2),.real-photo-gallery figure:nth-child(5),.real-photo-gallery figure:nth-child(8),.real-photo-gallery figure:nth-child(9) { grid-row: span 2; }
  .real-photo-gallery figcaption { padding: 26px 10px 10px; font-size: 9px; }
  .space-facts { grid-template-columns: 1fr; margin-top: 20px; }
  .space-facts > div { padding: 15px 10px; border-top: 1px solid rgba(36,31,26,.12); border-left: 0; }
  .space-facts > div:first-child { border-top: 0; }
  .access-grid { grid-template-columns: 1fr; gap: 42px; }
  .access-call { max-width: 360px; }
  .info-list > div { grid-template-columns: 76px 1fr; }
  .map-panel { grid-column: auto; grid-template-rows: minmax(320px,1fr) auto; min-height: 360px; margin-top: 0; }
  .map-panel iframe { min-height: 320px; }
  .map-caption { display: grid; gap: 9px; padding: 12px 13px; }
  .map-caption > span { font-size: 8px; }
  .map-caption a { justify-content: space-between; font-size: 10px; }
  .site-footer { display: flex; min-height: 170px; flex-direction: column; gap: 18px; align-items: flex-start; padding: 32px 18px 92px; }
}

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