:root { --restaurant-red: #a9322c; --restaurant-green: #173f32; --restaurant-ink: #28231f; }
.restaurant-site { color: var(--restaurant-ink); font-family: "Noto Sans JP", sans-serif; }
.restaurant-site h1, .restaurant-site h2, .restaurant-site h3, .restaurant-brand { font-family: "Noto Serif JP", serif; }
.restaurant-header { background: rgba(250,249,246,.98); }
.restaurant-brand { font-size: 1.55rem; font-weight: 600; white-space: nowrap; }
.restaurant-brand small { margin-right: 7px; font-family: "Noto Sans JP", sans-serif; font-size: .64rem; }
.restaurant-button { background: var(--restaurant-red); border-color: var(--restaurant-red); }
.restaurant-button:hover { background: #82241f; border-color: #82241f; }
.restaurant-eyebrow { display: block; margin-bottom: 8px; color: var(--restaurant-red); font-family: "Noto Sans JP", sans-serif; font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.restaurant-hero { min-height: min(680px, calc(100vh - 110px)); display: flex; align-items: center; color: #fff; background: #281c12 url("../images/restaurant-hero.webp") center / cover no-repeat; }
.restaurant-hero__inner { width: min(calc(100% - 40px), 1260px); }
.restaurant-hero__copy { width: min(540px, 44%); padding: 80px 0; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.restaurant-hero__copy > p { margin: 0 0 12px; font-size: .86rem; font-weight: 700; }
.restaurant-hero h1 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 500; line-height: 1.45; }
.restaurant-hero__copy > span { display: block; max-width: 460px; margin: 18px 0 28px; font-size: .9rem; }
.restaurant-hero .button { text-shadow: none; }

.restaurant-intro { padding: 80px 0; background: #faf9f6; }
.restaurant-intro__grid { display: grid; grid-template-columns: 130px .9fr 1.1fr; gap: 60px; align-items: center; }
.vertical-copy { align-self: stretch; margin: 0; color: #827970; font-family: "Noto Serif JP", serif; font-size: .8rem; writing-mode: vertical-rl; letter-spacing: .16em; }
.restaurant-intro h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.65; }
.restaurant-intro__grid > p:last-child { color: #625d58; }

.restaurant-heading { margin-bottom: 38px; text-align: center; }
.restaurant-heading span { color: var(--restaurant-red); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.restaurant-heading h2 { margin: 4px 0 8px; font-size: clamp(2rem, 3vw, 2.8rem); }
.restaurant-heading p { margin: 0; color: #746e68; font-size: .8rem; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.dish-grid article { border-bottom: 1px solid #c9c1b8; }
.dish-photo { aspect-ratio: 1.35; margin: 0; overflow: hidden; background: #d8d1c8; }
.dish-photo img { width: 100%; height: 100%; object-fit: cover; }
.dish-grid article > div:last-child { position: relative; padding: 18px 0 20px; }
.dish-grid span { color: var(--restaurant-red); font-size: .68rem; font-weight: 800; }
.dish-grid h3 { margin: 4px 76px 8px 0; font-size: 1.08rem; }
.dish-grid strong { position: absolute; top: 20px; right: 0; font-family: "Noto Serif JP", serif; }
.dish-grid p { margin: 0; color: #746e68; font-size: .78rem; }

.course-section { padding: 94px 0; color: #fff; background: var(--restaurant-green); }
.course-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.course-photo { height: 480px; margin: 0; overflow: hidden; background: #263832; }
.course-photo img { width: 100%; height: 100%; object-fit: cover; }
.course-section .restaurant-eyebrow { color: #d8b562; }
.course-section h2 { margin: 0; font-size: clamp(2.2rem, 3vw, 3.2rem); }
.course-section p { color: #d3dfda; }
.course-list { margin: 30px 0; border-top: 1px solid rgba(255,255,255,.28); }
.course-list div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.course-list dt { font-family: "Noto Serif JP", serif; font-size: 1.08rem; }
.course-list dd { margin: 0; font-family: "Noto Serif JP", serif; font-size: 1.2rem; }
.course-list small { display: block; color: #b8cbc3; font-family: "Noto Sans JP", sans-serif; font-size: .68rem; text-align: right; }
.course-note { font-size: .7rem; }

.story-section { background: #faf9f6; }
.story-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; }
.story-copy { width: 100%; align-self: center; padding: 52px 58px 52px 28px; }
.story-copy h2 { margin: 0 0 24px; font-size: clamp(2rem, 3vw, 3rem); white-space: nowrap; }
.story-copy p { max-width: 34em; color: #5e5954; font-size: .9rem; line-height: 2; }
.story-copy .signature { margin-top: 24px; color: var(--restaurant-ink); font-family: "Noto Serif JP", serif; }
.story-layout figure { width: 100%; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; }
.story-layout img { width: 100%; height: 100%; object-fit: cover; }

.interior-section { padding: 82px 0; color: #fff; background: #24221f; }
.restaurant-heading--light h2 { color: #fff; }
.restaurant-heading--light p { color: #c3bdb6; }
.interior-grid { display: grid; grid-template-columns: 1.3fr 1fr .85fr; gap: 10px; }
.interior-grid figure { height: 340px; margin: 0; overflow: hidden; background: #252b29; }
.interior-grid img { width: 100%; height: 100%; object-fit: cover; }

.access-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.access-layout h2 { margin: 0 0 18px; font-size: clamp(2rem, 3vw, 3rem); }
.access-layout p { color: #625d58; }
.access-layout dl { margin-top: 24px; border-top: 1px solid #ddd6cf; }
.access-layout dl div { display: grid; grid-template-columns: 110px 1fr; padding: 11px 0; border-bottom: 1px solid #ddd6cf; font-size: .8rem; }
.access-layout dd { margin: 0; }
.sample-map { position: relative; min-height: 390px; overflow: hidden; background: #edf0ea; border: 1px solid #d7dbd5; }
.sample-map::before, .sample-map::after, .map-road { content: ""; position: absolute; background: #fff; box-shadow: 0 0 0 1px #d9ddd8; }
.sample-map::before { width: 140%; height: 34px; top: 48%; left: -15%; transform: rotate(-8deg); }
.sample-map::after { width: 34px; height: 140%; top: -20%; left: 28%; transform: rotate(14deg); }
.map-road--one { width: 28px; height: 130%; left: 67%; top: -20%; transform: rotate(-19deg); }
.map-road--two { width: 130%; height: 22px; top: 22%; left: -10%; transform: rotate(9deg); }
.map-road--three { width: 120%; height: 18px; top: 73%; left: -10%; transform: rotate(3deg); }
.map-pin { position: absolute; z-index: 2; top: 48%; left: 54%; display: flex; align-items: center; gap: 7px; padding: 8px 12px; color: #fff; background: var(--restaurant-red); font-size: .76rem; font-weight: 700; transform: translate(-50%, -50%); }
.map-pin svg { width: 18px; }

.reservation-section { padding: 54px 0; color: #fff; background: var(--restaurant-red); }
.reservation-layout { display: grid; grid-template-columns: 1fr 1fr auto; gap: 44px; align-items: center; }
.reservation-layout span { font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.reservation-layout h2 { margin: 0; font-size: 2rem; }
.reservation-layout p { margin: 5px 0 0; font-size: .8rem; }
.reservation-phone { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; }
.reservation-phone svg { grid-row: 1 / 3; }
.reservation-phone strong { font-size: 1.55rem; }
.reservation-phone small { font-size: .68rem; }
.restaurant-footer { padding: 50px 0 24px; color: #cbc6c0; background: #1d1c1a; }
.restaurant-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.restaurant-footer .restaurant-brand { color: #fff; }
.restaurant-footer p, .restaurant-footer a { display: block; font-size: .76rem; }
.restaurant-footer__grid a + a { margin-top: 6px; }
.restaurant-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; }

@media (max-width: 900px) {
  .restaurant-intro__grid { grid-template-columns: 60px 1fr; gap: 28px; }
  .restaurant-intro__grid > p:last-child { grid-column: 2; }
  .course-layout { gap: 40px; }
  .course-photo { height: 420px; }
  .story-layout { grid-template-columns: 1fr; }
  .story-copy { max-width: 680px; padding: 58px 40px; }
  .reservation-layout { grid-template-columns: 1fr 1fr; }
  .reservation-layout > a { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .restaurant-hero { min-height: 640px; background-position: 62% center; position: relative; }
  .restaurant-hero::before { content: ""; position: absolute; inset: 0; background: rgba(18,12,8,.42); }
  .restaurant-hero__inner { position: relative; width: min(calc(100% - 28px), 1260px); }
  .restaurant-hero__copy { width: 100%; }
  .restaurant-hero h1 { font-size: clamp(2.35rem, 10vw, 3rem); }
  .restaurant-intro { padding: 56px 0; }
  .restaurant-intro__grid { grid-template-columns: 1fr; }
  .vertical-copy { display: none; }
  .restaurant-intro__grid > p:last-child { grid-column: auto; }
  .dish-grid, .course-layout, .access-layout, .reservation-layout, .restaurant-footer__grid { grid-template-columns: 1fr; }
  .dish-grid { gap: 36px; }
  .course-photo { height: min(360px, 92vw); }
  .story-copy { padding: 52px 0 44px; }
  .interior-grid { grid-template-columns: 1fr; }
  .interior-grid figure, .interior-grid figure:nth-child(3) { grid-column: auto; height: 220px; }
  .sample-map { min-height: 320px; }
  .reservation-layout { gap: 26px; }
  .reservation-layout > a { grid-column: auto; width: 100%; }
  .restaurant-footer__bottom { display: grid; }
}
