:root {
  --ink: #201712;
  --charcoal: #292520;
  --paper: #f4efe5;
  --paper-deep: #e7dece;
  --red: #a42d20;
  --gold: #b99961;
  --line: rgba(32, 23, 18, .18);
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  --sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.8; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 8px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; height: 102px; padding: 18px clamp(24px, 4vw, 64px); display: flex; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.26); }
.brand { display: flex; flex-direction: column; width: 210px; line-height: 1; }
.brand-kicker { margin: 0 0 8px 2px; font-size: 10px; letter-spacing: .42em; }
.brand-name { font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: .22em; }
.desktop-nav { margin: auto; display: flex; gap: clamp(18px, 2vw, 36px); font-size: 12px; letter-spacing: .1em; }
.desktop-nav a, .phone-link { transition: opacity .2s; }
.desktop-nav a:hover, .phone-link:hover { opacity: .6; }
.header-actions { display: flex; align-items: center; gap: 22px; font-size: 12px; }
.phone-link { letter-spacing: .1em; }
.reserve-link { padding: 12px 20px; border: 1px solid rgba(255,255,255,.7); letter-spacing: .12em; transition: .2s; }
.reserve-link:hover { color: var(--ink); background: #fff; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; color: #fff; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(15,10,8,.76) 0%, rgba(15,10,8,.23) 60%, rgba(15,10,8,.36) 100%), linear-gradient(0deg, rgba(15,10,8,.32), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(1160px, calc(100% - 48px)); margin: auto; padding-top: clamp(180px, 28vh, 290px); }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .28em; }
.eyebrow.dark { color: var(--red); }
.hero h1 { margin: 0; font: 600 clamp(58px, 8vw, 112px)/1.28 var(--serif); letter-spacing: .08em; text-shadow: 0 3px 25px rgba(0,0,0,.18); }
.hero-copy { margin: 28px 0 0; font-family: var(--serif); font-size: clamp(15px, 1.4vw, 19px); line-height: 2; letter-spacing: .1em; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 42px; }
.button { display: inline-flex; min-height: 58px; padding: 15px 30px; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 13px; font-weight: 500; letter-spacing: .12em; transition: .2s; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { color: #fff; background: transparent; border-color: #fff; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--red); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { color: #fff; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 34px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .08em; }
.text-link.light { color: #fff; }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.scroll-cue span { font-size: 9px; letter-spacing: .3em; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 64px; background: rgba(255,255,255,.7); }

.section { position: relative; width: min(1160px, calc(100% - 48px)); margin: auto; }
.section-index { position: absolute; left: -2px; top: 0; color: var(--red); font-size: 10px; letter-spacing: .2em; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; padding-top: 150px; padding-bottom: 160px; }
.intro-heading { padding-left: 70px; }
.intro h2, .section-title h2, .news-section h2 { margin: 0; font: 600 clamp(40px, 5vw, 66px)/1.5 var(--serif); letter-spacing: .08em; }
.intro-copy { padding-top: 60px; }
.intro-copy > p { margin: 0 0 22px; font-family: var(--serif); font-size: 15px; line-height: 2.2; }
.features { margin: 50px 0 0; border-top: 1px solid var(--line); }
.features div { display: grid; grid-template-columns: 150px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); }
.features dt { font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.features dd { margin: 0; font-size: 12px; }

.feature-image { position: relative; width: min(1400px, calc(100% - 48px)); height: min(72vw, 760px); margin: 0 auto; overflow: hidden; }
.feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 40%, rgba(20,13,10,.48)); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-image p { position: absolute; z-index: 1; right: 7%; top: 50%; margin: 0; color: #fff; font: 500 clamp(22px, 3vw, 38px)/1.9 var(--serif); letter-spacing: .1em; transform: translateY(-50%); writing-mode: vertical-rl; }

.menu-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding-top: 170px; padding-bottom: 170px; }
.section-title { padding-left: 70px; }
.section-title > p:last-child { margin-top: 28px; font-family: var(--serif); font-size: 14px; }
.menu-group { margin-bottom: 65px; }
.menu-group-title { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 17px; border-bottom: 2px solid var(--ink); }
.menu-group-title span { font: 600 22px var(--serif); letter-spacing: .12em; }
.menu-group-title small { font-size: 9px; letter-spacing: .22em; }
.menu-list { padding: 0; margin: 0; list-style: none; }
.menu-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.menu-list strong { white-space: nowrap; font-weight: 500; }
.menu-note { margin: -30px 0 26px; color: #665b52; font-size: 11px; }

.gallery-section { padding: 140px 0; color: #fff; background: var(--charcoal); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 62px; }
.gallery-heading h2 { margin: 0; font: 600 clamp(40px, 5vw, 66px) var(--serif); letter-spacing: .12em; }
.gallery-grid { width: min(1400px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: repeat(2, minmax(250px, 30vw)); gap: 10px; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-main { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.gallery-grid figure:hover img { transform: scale(1.035); }

.news-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding-top: 150px; padding-bottom: 150px; }
.news-list { padding-top: 20px; }
.news-list a, .news-list > div { display: grid; grid-template-columns: 120px 1fr 20px; gap: 18px; padding: 26px 0; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; }
.news-list time { color: #685e56; font-size: 10px; letter-spacing: .1em; }

.access-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; color: #fff; background: var(--ink); }
.access-photo img { width: 100%; height: 100%; object-fit: cover; }
.access-content { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.access-content h2 { margin: 0 0 50px; font: 600 clamp(38px, 4.5vw, 62px)/1.5 var(--serif); letter-spacing: .1em; }
.shop-info { margin: 0; }
.shop-info div { display: grid; grid-template-columns: 100px 1fr; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }
.shop-info dt { color: #bcb3aa; font-size: 11px; }
.shop-info dd { margin: 0; font-size: 13px; }
.shop-info small { color: #bcb3aa; }
.access-actions { display: flex; align-items: center; gap: 34px; margin-top: 48px; }

.reservation-section { padding: 140px 24px; text-align: center; background: #ded3c0; }
.reservation-section h2 { margin: 0; font: 600 clamp(48px, 6vw, 76px)/1.45 var(--serif); letter-spacing: .12em; }
.reservation-section > p:nth-of-type(2) { margin: 24px 0 36px; font-size: 13px; }
.reservation-section > div { display: flex; justify-content: center; gap: 10px; }

.site-footer { padding: 80px max(24px, 5vw) 40px; color: #fff; background: #14100e; }
.footer-brand { display: flex; flex-direction: column; line-height: 1; }
.footer-brand span { font-size: 10px; letter-spacing: .4em; }
.footer-brand strong { margin-top: 12px; font: 600 34px var(--serif); letter-spacing: .2em; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 16px 34px; margin: 60px 0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-size: 11px; }
.footer-meta { display: flex; justify-content: space-between; color: #9c928b; font-size: 10px; letter-spacing: .08em; }
.mobile-bottom-bar { display: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }

@media (max-width: 960px) {
  .site-header { height: 82px; padding: 14px 24px; }
  .desktop-nav, .header-actions { display: none; }
  .brand { width: auto; }
  .brand-name { font-size: 24px; }
  .brand-kicker { font-size: 8px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 46px; height: 46px; margin-left: auto; padding: 10px; color: #fff; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 100%; height: 1px; background: currentColor; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 100px 32px 50px; color: #fff; background: rgba(24,17,13,.98); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 9px 0; font: 500 22px var(--serif); letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.15); }
  .mobile-nav .mobile-reserve { margin-top: 16px; padding: 15px; text-align: center; color: var(--ink); background: #fff; border: 0; font: 500 13px var(--sans); }
  .intro, .menu-section, .news-section { grid-template-columns: 1fr; gap: 60px; }
  .access-section { grid-template-columns: .85fr 1.15fr; }
  .gallery-grid { grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(3, minmax(220px, 40vw)); }
  .gallery-main { grid-row: span 2; }
}

@media (max-width: 640px) {
  body { padding-bottom: 62px; }
  .section { width: calc(100% - 40px); }
  .hero-content { width: calc(100% - 40px); padding-top: 170px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; margin-top: 34px; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { right: 18px; }
  .section-index { position: static; margin-bottom: 25px; }
  .intro, .menu-section, .news-section { gap: 42px; padding-top: 90px; padding-bottom: 95px; }
  .intro-heading, .section-title { padding-left: 0; }
  .intro h2, .section-title h2, .news-section h2 { font-size: 38px; }
  .intro-copy { padding-top: 0; }
  .intro-copy > p { font-size: 14px; line-height: 2; }
  .features div { grid-template-columns: 130px 1fr; }
  .feature-image { width: 100%; height: 110vw; }
  .feature-image p { right: 8%; font-size: 23px; }
  .menu-group { margin-bottom: 48px; }
  .menu-list li { font-size: 12px; }
  .gallery-section { padding: 90px 0 20px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; gap: 30px; margin-bottom: 40px; }
  .gallery-heading h2 { font-size: 38px; }
  .gallery-grid { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 110vw repeat(2, 50vw); gap: 4px; }
  .gallery-main { grid-column: span 2; grid-row: auto; }
  .news-list a, .news-list > div { grid-template-columns: 88px 1fr 15px; gap: 10px; padding: 20px 0; font-size: 12px; }
  .access-section { grid-template-columns: 1fr; }
  .access-photo { height: 110vw; }
  .access-content { padding: 80px 24px; }
  .shop-info div { grid-template-columns: 82px 1fr; }
  .access-actions { align-items: flex-start; flex-direction: column; }
  .access-actions .button { width: 100%; }
  .reservation-section { padding: 90px 20px; }
  .reservation-section h2 { font-size: 45px; }
  .reservation-section > div { flex-direction: column; }
  .site-footer { padding-top: 60px; }
  .site-footer nav { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 25px; }
  .mobile-bottom-bar { position: fixed; z-index: 25; left: 0; bottom: 0; width: 100%; height: 62px; display: grid; grid-template-columns: .8fr 1.2fr; box-shadow: 0 -4px 18px rgba(0,0,0,.14); }
  .mobile-bottom-bar a { display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; letter-spacing: .1em; background: #fff; }
  .mobile-bottom-bar a:last-child { color: #fff; background: var(--red); }
}
