:root {
  --ink:#f5efe3; --background:#100c08; --gold:#c2a263; --gold-dim:#a37c41; --muted:#c5b7a1;
  --serif:'Noto Serif KR','Batang',serif; --jp:'Noto Serif JP',serif;
  --wood-image:linear-gradient(#070604d9,#070604d9),url('./assets/walnut-texture.png');
  font-family:var(--serif); color:var(--ink); background:var(--background); font-synthesis:none; scroll-behavior:smooth;
}
* { box-sizing:border-box; }
body { margin:0; }
a { color:inherit; text-decoration:none; }
button { font:inherit; cursor:pointer; border-radius:0; }
a,button { -webkit-tap-highlight-color:transparent; }
a:focus-visible,button:focus-visible { outline:2px solid var(--gold); outline-offset:6px; }
h1,h2,h3,h4,p,figure { margin:0; }
::selection { background:var(--gold); color:var(--background); }
.skip-link { position:fixed; left:20px; top:-80px; padding:12px 20px; background:var(--background); z-index:100; }
.skip-link:focus { top:14px; }
.content-width { width:min(1180px,86.5%); margin-inline:auto; }
.wood,.site-header,.site-footer,dialog { background-color:var(--background); background-image:var(--wood-image); background-size:cover; background-repeat:no-repeat; }
.site-header { min-height:76px; height:clamp(76px,7.4vw,98px); padding:10px 9.5%; display:flex; align-items:center; justify-content:space-between; gap:30px; border-bottom:1px solid var(--gold-dim); }
.brand { display:inline-flex; flex-direction:column; align-items:center; gap:4px; flex-shrink:0; }
.brand-jp { font-family:var(--jp); font-size:clamp(28px,3vw,36px); font-weight:500; letter-spacing:.28em; padding-left:.28em; line-height:1.2; }
.brand-en { font-family:Georgia,serif; font-size:12px; letter-spacing:.4em; padding-left:.4em; }
.nav { display:flex; align-items:center; gap:40px; }
.nav a { font-family:Georgia,serif; font-size:14px; letter-spacing:.075em; padding:12px 0; position:relative; }
.nav a::after { content:''; height:2px; width:100%; position:absolute; left:0; bottom:3px; background:var(--gold); transform:scaleX(0); transform-origin:left; transition:transform .2s; }
.nav a:hover::after,.nav a[aria-current]::after { transform:scaleX(1); }
.hero { position:relative; isolation:isolate; overflow:hidden; aspect-ratio:1024 / 480; border-bottom:1px solid var(--gold-dim); }
.hero-backdrop,.hero-shade,.about-backdrop,.about-shade { position:absolute; inset:0; z-index:-1; }
.hero-backdrop { background:url('./assets/home-reference.png') center 7.0076% / 100% 320% no-repeat; }
.hero-shade { display:none; }
.hero-copy { position:relative; padding:clamp(175px,18.5vw,270px) 0 42px 7.2%; }
.hero h1 { font-weight:400; font-size:clamp(40px,4.7vw,64px); letter-spacing:-.035em; line-height:1.34; text-shadow:0 2px 10px #0008; }
.hero-detail { margin-top:22px; }
.small-rule { display:block; height:2px; width:44px; background:linear-gradient(90deg,#edcb7e,var(--gold),#d4ac6222); }
.hero-detail .small-rule { margin-bottom:22px; }
.hero-detail p { font-size:clamp(18px,1.95vw,23px); line-height:1.65; }
.hero-wordmark { display:block; margin-top:8px; font-family:Georgia,serif; font-size:clamp(14px,1.55vw,18px); letter-spacing:.42em; }
.section-heading { text-align:center; }
.title-row { display:flex; align-items:center; justify-content:center; gap:clamp(28px,6.5vw,86px); width:min(1180px,86.5%); margin-inline:auto; }
.title-row::before,.title-row::after { content:''; flex:1; height:1px; background:linear-gradient(90deg,transparent,var(--gold)); }
.title-row::after { background:linear-gradient(90deg,var(--gold),transparent); }
.section-heading h2 { flex-shrink:0; font-family:Georgia,serif; font-weight:400; font-size:clamp(31px,3.45vw,42px); letter-spacing:.31em; padding-left:.31em; line-height:1.3; }
.section-lead { font-size:16px; line-height:1.7; margin-top:8px; }
.menu-categories { display:flex; flex-wrap:wrap; justify-content:center; gap:4px 18px; padding-inline:4%; }
.menu-categories>span { white-space:nowrap; }
.menu-categories>a { color:var(--gold); text-decoration:underline; text-underline-offset:5px; }
.menu-categories [lang=ja] { font-family:var(--jp); }
@media(min-width:901px) { .menu-categories { font-size:14px; gap:4px 14px; padding-inline:3%; } }
.menu-section .title-row::before,.menu-section .title-row::after { display:none; }
.menu-section .title-row h2 { letter-spacing:.6em; padding-left:.6em; }
.menu-section { padding:23px 0 26px; text-align:center; border-bottom:1px solid var(--gold-dim); }
.menu-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; margin-top:23px; }
.dish-picture { width:100%; aspect-ratio:280 / 175; border:1px solid var(--gold); background-image:url('./assets/home-reference.png'); background-repeat:no-repeat; background-size:368.3453% 882.7586%; background-position-y:48.6784%; transition:filter .25s; }
.hamkatsu { background-position-x:9.5174%; }
.omelette { background-size:384.9624% 882.7586%; background-position-x:50.2639%; }
.napolitan { background-size:373.7226% 882.7586%; background-position-x:90.6667%; }
.dish:hover .dish-picture { filter:brightness(1.07); }
.dish h3 { margin-top:10px; font-size:clamp(18px,2.1vw,24px); font-weight:400; line-height:1.6; }
.dish>p { font-family:var(--jp); font-size:16px; line-height:1.6; }
.cocktail-block { margin-block:38px 26px; padding-top:30px; border-top:1px solid #a37c4166; scroll-margin-top:24px; }
.cocktail-block>h3 { margin-top:9px; font-size:clamp(23px,2.5vw,30px); font-weight:400; line-height:1.6; }
.cocktail-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; margin-top:26px; }
.cocktail-picture { width:100%; aspect-ratio:3 / 4; border:1px solid var(--gold-dim); background-repeat:no-repeat; }
.akane { background-image:url('./assets/cocktails-original.png'); background-size:286.6848% 304.2857%; background-position:29.6943% 25.7742%; }
.haruka { background-image:url('./assets/cocktail-haruka.png'); background-size:301.4286% 331.3333%; background-position:50.3546% 28.8184%; }
.momoe { background-image:url('./assets/cocktail-momoe.png'); background-size:219.7917% 232.9688%; background-position:48.6957% 41.1281%; }
.natsumi { background-image:url('./assets/cocktail-natsumi.png'); background-size:200.9524% 213%; background-position:60.3774% 38.5588%; }
.cocktail-card h4 { font-size:21px; font-weight:400; line-height:1.6; margin-top:15px; }
.cocktail-en { font:12px/1.8 Georgia,serif; letter-spacing:.13em; color:var(--gold); margin-top:3px; }
.cocktail-description { font-size:16px; color:var(--muted); line-height:1.8; margin-top:10px; word-break:keep-all; }
.outline-button { display:inline-flex; align-items:center; justify-content:center; gap:16px; min-height:44px; min-width:212px; padding:8px 25px; border:1px solid var(--gold); color:var(--ink); background:#10090435; font-size:18px; line-height:1.5; transition:background .2s,color .2s; }
.outline-button:hover { color:#25150b; background:var(--gold); }
.menu-section>.outline-button { margin-top:14px; }
.about-section { position:relative; isolation:isolate; overflow:hidden; aspect-ratio:1024 / 230; display:flex; align-items:center; border-bottom:1px solid var(--gold-dim); }
.about-backdrop { background:url('./assets/home-reference.png') center 73.0475% / 100% 667.8261% no-repeat; }
.about-shade { display:none; }
.about-copy { position:relative; padding:30px 8.3%; }
.about-copy h2 { font-size:clamp(28px,3vw,40px); font-weight:400; line-height:1.55; letter-spacing:-.025em; }
.about-copy .small-rule { margin-top:17px; }
.about-wordmark { display:block; margin-top:17px; font-family:Georgia,serif; font-size:14px; letter-spacing:.33em; }
.access-section { padding:20px 0 18px; border-bottom:1px solid var(--gold); }
.access-section .title-row { max-width:700px; gap:33px; }
.access-section .section-heading h2 { font-size:clamp(29px,3vw,37px); letter-spacing:.26em; }
.heading-rule { display:block; width:56px; height:1px; margin:10px auto 12px; background:var(--gold); }
.access-grid { width:min(1060px,77%); display:grid; grid-template-columns:1.15fr 1fr; gap:70px; align-items:center; }
.access-info { font-size:16px; letter-spacing:.025em; line-height:1.9; }
.access-address { font-size:18px; font-style:normal; }
.access-jibun { font-size:14px; color:var(--muted); margin-top:4px; }
.hours { letter-spacing:.12em; }
.access-pending { color:var(--muted); font-size:14px; margin-top:3px; }
.access-info .small-rule { margin:16px 0 13px; }
.location-card { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:17px; min-height:190px; padding:24px 16px; border:1px solid var(--gold-dim); background:linear-gradient(135deg,#30221560,#0b080570); text-align:center; }
.location-card:hover { border-color:var(--gold); background-color:#3b2d1740; }
.location-brand { font-family:var(--jp); font-size:24px; letter-spacing:.3em; padding-left:.3em; }
.location-caption { font-size:14px; color:var(--muted); line-height:1.7; }
.location-link { color:var(--gold); font-size:16px; text-decoration:underline; text-underline-offset:5px; }
.site-footer { padding:22px 24px 20px; text-align:center; }
.site-footer .brand-jp { font-size:24px; }
.site-footer .brand-en { font-size:12px; }
.site-footer>p { font-family:Georgia,serif; font-size:12px; color:#d0c2b0; margin-top:13px; letter-spacing:.03em; }
.site-footer>.draft-note { font-family:var(--serif); font-size:12px; line-height:1.8; color:#b7a68f; margin-top:8px; }
dialog { color:var(--ink); border:1px solid var(--gold); padding:0; width:min(600px,calc(100% - 32px)); max-height:calc(100svh - 40px); }
dialog::backdrop { background:#080503d6; backdrop-filter:blur(5px); }
.dialog-inner { padding:44px 44px 34px; position:relative; }
.dialog-close { position:absolute; top:10px; right:10px; width:44px; height:44px; color:var(--ink); border:0; background:transparent; font:30px Arial,sans-serif; }
.eyebrow { color:var(--gold); font-family:Georgia,serif; font-size:12px; letter-spacing:.28em; line-height:1.8; }
.dialog-inner>h2 { font-size:31px; font-weight:400; line-height:1.6; margin-top:8px; }
.dialog-intro { font-size:16px; color:var(--muted); margin-top:7px; }
.dialog-category { color:var(--gold); font-size:18px; margin-top:32px; }
.cocktail-list { margin-top:4px; }
.menu-list { margin-top:20px; }
.menu-list article { display:flex; justify-content:space-between; gap:20px; border-bottom:1px solid #98734466; padding:22px 0; }
.menu-list h3 { font-size:20px; font-weight:500; }
.menu-list p { font-size:16px; color:var(--muted); line-height:1.8; margin-top:8px; }
.menu-list article>span { font-family:var(--jp); font-size:14px; writing-mode:vertical-rl; letter-spacing:.12em; color:var(--gold); }
.menu-note { font-size:14px; color:var(--muted); line-height:1.8; margin-top:22px; }
.dialog-done { margin-top:24px; width:100%; font-size:16px; }
.music-toggle { position:fixed; right:24px; bottom:24px; z-index:40; display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:46px; padding:10px 20px; border:1px solid var(--gold); background:#100c08f5; color:var(--ink); font-size:16px; box-shadow:0 5px 24px #0006; }
.music-toggle[hidden] { display:none; }
.music-toggle:hover { background:#302215; }
.music-toggle>span:first-child { color:var(--gold); font-size:22px; line-height:1; }
@media(max-width:600px) {
  .music-toggle { right:16px; bottom:max(16px,env(safe-area-inset-bottom)); }
  .has-background-music .site-footer { padding-bottom:88px!important; }
}
@media(min-width:1600px) {
  .hero-copy,.about-copy { padding-left:calc((100% - 1380px) / 2); }
}
@media(min-width:761px) {
  .hero-copy,.about-copy { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
}
@media(max-width:900px) {
  .site-header { padding-inline:7%; }
  .nav { gap:25px; }
  .hero-copy { padding-top:195px; }
  .hero h1 { font-size:42px; }
  .content-width { width:86.5%; }
  .menu-grid { gap:20px; }
  .cocktail-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 24px; }
  .dish h3 { font-size:18px; }
  .access-grid { width:82%; gap:38px; }
  .access-address { font-size:16px; }
  .access-info { font-size:16px; }
}
@media(max-width:760px) {
  .hero { aspect-ratio:auto; height:580px; }
  .hero-backdrop { background-size:auto 320%; background-position:right 7.0076%; }
  .hero-shade { display:block; background:linear-gradient(0deg,#080604f5,transparent 85%); }
  .hero-copy { padding:290px 7% 30px; }
  .hero h1 { font-size:38px; }
  .about-section { aspect-ratio:auto; min-height:300px; }
  .about-backdrop { background-size:auto 667.8261%; background-position:right 73.0475%; }
  .about-shade { display:block; background:linear-gradient(90deg,#070604e8,#07060455); }
  .menu-categories { font-size:14px; gap:4px 14px; }
}
@media(max-width:600px) {
  .site-header { height:auto; min-height:120px; padding:14px 20px 11px; flex-direction:column; gap:12px; }
  .brand-jp { font-size:28px; }
  .brand-en { font-size:12px; }
  .nav { justify-content:center; flex-wrap:wrap; gap:27px; }
  .nav a { font-size:14px; padding:7px 0; }
  .nav a::after { bottom:0; }
  .hero { height:560px; }
  .hero-shade { background:linear-gradient(90deg,#090b08b8,#090b084a 68%,#090b0800),linear-gradient(0deg,#070705b3,transparent 70%); }
  .hero-copy { padding:290px 7% 30px; }
  .hero h1 { font-size:clamp(30px,8.5vw,38px); line-height:1.45; letter-spacing:-.04em; }
  .hero-detail { margin-top:19px; }
  .hero-detail .small-rule { margin-bottom:16px; }
  .hero-detail p { font-size:17px; }
  .hero-wordmark { font-size:14px; margin-top:8px; }
  .menu-section { padding:33px 0 32px; }
  .title-row { width:86.5%; gap:24px; }
  .section-heading h2 { font-size:30px; letter-spacing:.25em; }
  .section-lead { font-size:16px; letter-spacing:0; margin:10px 6% 0; }
  .menu-grid { width:82%; max-width:390px; grid-template-columns:1fr; gap:24px; margin-top:27px; }
  .dish h3 { margin-top:10px; font-size:21px; }
  .cocktail-block { width:82%; max-width:390px; margin-top:32px; }
  .cocktail-block>.eyebrow { letter-spacing:.12em; }
  .cocktail-grid { grid-template-columns:1fr; gap:30px; }
  .cocktail-picture { aspect-ratio:3 / 4; }
  .menu-section>.outline-button { margin-top:23px; }
  .outline-button { font-size:17px; min-height:46px; }
  .about-section { height:auto; min-height:300px; }
  .about-copy { padding:40px 8%; }
  .about-copy h2 { font-size:28px; }
  .about-shade { background:linear-gradient(90deg,#070a0de0,#080a0ba6 50%,#080a0b15); }
  .about-wordmark { font-size:13px; }
  .access-section { padding:30px 0 28px; }
  .access-section .title-row { gap:20px; }
  .access-section .section-heading h2 { font-size:28px; }
  .heading-rule { margin:12px auto 21px; }
  .access-grid { width:80%; grid-template-columns:1fr; gap:24px; }
  .access-info { font-size:16px; }
  .access-address { font-size:18px; }
  .access-pending { font-size:14px; }
  .access-map figcaption { text-align:left; }
  .site-footer { padding:23px 20px; }
  .site-footer>.draft-note { max-width:300px; margin-inline:auto; }
  .dialog-inner { padding:42px 25px 26px; }
  .dialog-inner>h2 { font-size:28px; }
  .menu-list article { padding:18px 0; }
}
@media(prefers-reduced-motion:reduce) {
  :root { scroll-behavior:auto; }
  *,*::before,*::after { transition:none!important; animation:none!important; }
}
