﻿:root {
  --ink: #23211d;
  --charcoal: #141614;
  --green: #1f352d;
  --green-soft: #e8eee9;
  --paper: #fbfaf7;
  --ivory: #f4f0e8;
  --mist: #ede7dd;
  --line: #d9d0c3;
  --muted: #716a60;
  --gold: #ad8c55;
  --font-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --font-latin: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: none;
  pointer-events: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(24px, 5vw, 84px);
  color: #332f2a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  border-bottom: 1px solid rgba(217, 208, 195, 0.46);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-grid;
  gap: 6px;
  padding-left: 18px;
  font-family: var(--font-latin);
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand::before {
  position: absolute;
  top: 3px;
  bottom: 4px;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, #ad8c55, rgba(173, 140, 85, 0.18));
}

.brand span {
  font-size: 1.32rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.brand small {
  color: rgba(51, 47, 42, 0.58);
  font-size: 0.54rem;
  letter-spacing: 0.36em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(26px, 4vw, 62px);
  margin-left: auto;
  font-family: var(--font-latin);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 30px 0 25px;
  opacity: 1;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav a:first-child::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  appearance: none;
  font: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #faf8f3;
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(0.96) brightness(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 254, 250, 0.98) 0 28%, rgba(255, 254, 250, 0.76) 42%, rgba(255, 254, 250, 0.24) 68%, rgba(255, 254, 250, 0.04) 100%),
    linear-gradient(0deg, rgba(250, 248, 243, 0.18), transparent 48%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 44px));
  padding: clamp(176px, 23vw, 272px) 0 112px clamp(34px, 10vw, 164px);
  color: #2f2c28;
}

.eyebrow,
.kicker {
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0;
}

.section-heading {
  word-break: keep-all;
  overflow-wrap: normal;
}

.section-heading span {
  display: inline;
  white-space: nowrap;
}

.section-heading span:first-child::after {
  content: "\A";
  white-space: pre;
}

.hero h1 {
  margin-top: 0;
  max-width: 620px;
  font-family: var(--font-latin);
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  line-height: 1.13;
  letter-spacing: 0.08em;
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero .eyebrow {
  display: none;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 410px;
  margin-top: 18px;
  color: #665f55;
  font-size: 0.93rem;
  line-height: 2.05;
  letter-spacing: 0.1em;
}

.hero-copy .hero-lead {
  margin-top: 28px;
  color: #3f3a34;
  font-family: var(--font-serif);
  font-size: clamp(1.08rem, 1.7vw, 1.65rem);
  line-height: 1.7;
  letter-spacing: 0.16em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  margin-top: 38px;
}

.hero .primary-link {
  gap: 22px;
  min-width: 210px;
  min-height: 58px;
  border-color: rgba(173, 140, 85, 0.42);
  background: rgba(255, 255, 255, 0.48);
  color: #423d36;
  font-family: var(--font-latin);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .primary-link span {
  position: relative;
  display: block;
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero .primary-link span::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  content: "";
  transform: rotate(35deg);
}

.primary-link,
.reserve-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid transparent;
  background: var(--paper);
  color: var(--green);
  padding: 0 28px;
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.primary-link:hover,
.reserve-button:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.line-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: inherit;
  font-family: var(--font-latin);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.line-link span {
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background: currentColor;
}

.line-link span::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  content: "";
  transform: rotate(35deg);
}

.opening-card {
  display: none;
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 54px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 20px;
  align-items: end;
  min-width: 280px;
  border-top: 1px solid rgba(251, 250, 247, 0.52);
  border-bottom: 1px solid rgba(251, 250, 247, 0.24);
  background: transparent;
  color: var(--paper);
  padding: 13px 0 15px;
  text-align: left;
  text-shadow: 0 1px 14px rgba(20, 22, 20, 0.45);
}

.opening-card p {
  grid-column: 1 / -1;
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.opening-card strong {
  display: block;
  font-family: var(--font-latin);
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.opening-card span {
  display: block;
  color: rgba(251, 250, 247, 0.72);
  font-size: 0.72rem;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--green);
  color: var(--paper);
}

.intro-strip p {
  border-right: 1px solid rgba(251, 250, 247, 0.22);
  padding: 22px clamp(18px, 4vw, 52px);
  font-family: var(--font-latin);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-strip p:last-child {
  border-right: 0;
}

.concept-section,
.signature-section,
.menu-section,
.experience-section,
.feature-section,
.access-section,
.reserve-section {
  padding-right: clamp(22px, 6vw, 96px);
  padding-left: clamp(22px, 6vw, 96px);
}

.concept-section {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(34px, 8vw, 130px);
  padding-top: 118px;
  padding-bottom: 118px;
}

.section-label {
  display: flex;
  gap: 26px;
  align-items: center;
  align-self: start;
}

.section-label p {
  font-family: var(--font-latin);
  font-size: 1rem;
  letter-spacing: 0;
}

.section-label span {
  display: block;
  width: 54px;
  height: 1px;
  background: var(--ink);
}

.concept-copy {
  max-width: 900px;
}

.concept-copy h2,
.experience-copy h2,
.access-section h2,
.reserve-section h2 {
  margin-top: 15px;
  font-size: 5.4rem;
  line-height: 1.12;
}

.concept-copy > p:last-child,
.experience-copy p,
.signature-copy > p:not(.eyebrow):not(.price),
.reserve-section > p:not(.eyebrow) {
  color: #555047;
  font-size: 0.98rem;
  line-height: 2.2;
}

.concept-copy > p:last-child {
  max-width: 690px;
  margin-top: 34px;
}

.signature-section {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, 0.87fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding-top: 88px;
  padding-bottom: 108px;
  background:
    linear-gradient(90deg, transparent 0 64%, var(--green-soft) 64% 100%),
    var(--ivory);
}

.signature-image {
  min-height: 560px;
  overflow: hidden;
}

.signature-image img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.signature-copy h2 {
  margin-top: 16px;
  font-size: 4.8rem;
  line-height: 1;
}

.price {
  margin: 20px 0 28px;
  color: var(--green);
  font-family: var(--font-latin);
  font-size: 1.62rem;
  letter-spacing: 0;
}

.price span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-list {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.course-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(35, 33, 29, 0.18);
  padding: 17px 0;
  color: #3d3831;
  line-height: 1.7;
}

.course-list li:last-child {
  border-bottom: 1px solid rgba(35, 33, 29, 0.18);
}

.course-list span {
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: 0.82rem;
}

.menu-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 94px);
  align-items: start;
  padding-top: 118px;
  padding-bottom: 128px;
  background:
    linear-gradient(180deg, rgba(244, 240, 232, 0.72), rgba(251, 250, 247, 0.96)),
    var(--paper);
}

.menu-section h2 {
  margin-top: 16px;
  font-size: 4rem;
  line-height: 1.15;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.menu-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fffdf8;
  box-shadow: 0 22px 54px rgba(35, 33, 29, 0.08);
}

.menu-card:nth-child(2) {
  transform: translateY(28px);
}

.menu-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
  transition: transform 260ms ease, filter 260ms ease;
}

.menu-card:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.06);
}

.menu-card div {
  padding: 24px 22px 26px;
}

.menu-card p {
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: 0.8rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.menu-card h3 {
  margin-top: 13px;
  font-family: var(--font-serif);
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.menu-card span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(560px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: center;
  padding-top: 108px;
  padding-bottom: 108px;
  background: var(--green);
  color: var(--paper);
}

.experience-copy {
  min-width: 0;
  max-width: 640px;
}

.experience-copy h2 {
  max-width: 640px;
  font-size: 3.95rem;
  line-height: 1.2;
}

.experience-copy .section-heading span {
  display: block;
}

.experience-copy .section-heading span:first-child::after {
  content: "";
}

.experience-copy p {
  max-width: 560px;
  margin-top: 34px;
  color: rgba(251, 250, 247, 0.78);
}

.space-photo {
  min-width: 0;
  margin: 0;
}

.space-photo img {
  min-height: 560px;
  object-fit: cover;
}

.space-photo figcaption {
  margin-top: 14px;
  color: rgba(251, 250, 247, 0.66);
  font-family: var(--font-latin);
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.feature-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.feature-section article {
  min-height: 230px;
  border-right: 1px solid var(--line);
  padding: 38px clamp(22px, 4vw, 54px);
}

.feature-section article:last-child {
  border-right: 0;
}

.feature-section span {
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: 0.78rem;
}

.feature-section h3 {
  margin-top: 28px;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
}

.feature-section p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.9;
}

.access-section {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: clamp(40px, 8vw, 120px);
  padding-top: 82px;
  padding-bottom: 82px;
}

.access-section h2 {
  font-size: 4.4rem;
}

dl {
  display: grid;
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

dl div:first-child {
  border-top: 1px solid var(--line);
}

dt {
  color: var(--gold);
  font-family: var(--font-latin);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

dd {
  margin: 0;
  color: #514c45;
  line-height: 1.8;
}

.reserve-section {
  display: grid;
  min-height: 480px;
  place-items: center;
  background:
    linear-gradient(rgba(20, 22, 20, 0.5), rgba(20, 22, 20, 0.62)),
    url("assets/hero-restaurant.png") center / cover;
  color: var(--paper);
  text-align: center;
}

.reserve-section h2 {
  margin-top: 20px;
  font-size: 5.2rem;
}

.reserve-section > p:not(.eyebrow) {
  max-width: 540px;
  margin: 24px auto 0;
  color: rgba(251, 250, 247, 0.78);
}

.reserve-button {
  margin-top: 34px;
  min-width: 240px;
}

@media (max-width: 1200px) {
  .experience-section {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    max-width: 760px;
  }

  .experience-copy h2 {
    max-width: 760px;
    font-size: 4.15rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav {
    max-width: 390px;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .hero {
    min-height: 850px;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .concept-copy h2,
  .experience-copy h2,
  .reserve-section h2 {
    font-size: 4.25rem;
    line-height: 1.2;
  }

  .signature-copy h2 {
    font-size: 3.9rem;
  }

  .menu-section h2 {
    font-size: 3.25rem;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(255, 254, 250, 0.98) 0 34%, rgba(255, 254, 250, 0.72) 58%, rgba(255, 254, 250, 0.12) 100%),
      linear-gradient(0deg, rgba(250, 248, 243, 0.22), transparent 46%);
  }

  .opening-card {
    right: auto;
    left: clamp(22px, 7vw, 110px);
    bottom: 42px;
  }

  .concept-section,
  .signature-section,
  .menu-section,
  .experience-section,
  .access-section {
    grid-template-columns: 1fr;
  }

  .signature-section {
    background: var(--ivory);
  }

  .feature-section {
    grid-template-columns: 1fr;
  }

  .feature-section article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    letter-spacing: 0;
  }

  .site-header {
    position: absolute;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    padding: 13px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76));
  }

  .brand {
    gap: 5px;
    padding-left: 14px;
  }

  .brand span {
    font-size: 1.06rem;
    letter-spacing: 0.16em;
  }

  .brand small {
    font-size: 0.48rem;
    letter-spacing: 0.32em;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(51, 47, 42, 0.24);
    border-radius: 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 232, 0.7));
    box-shadow:
      0 18px 38px rgba(35, 33, 29, 0.1),
      inset 0 0 0 5px rgba(255, 255, 255, 0.58);
    color: #332f2a;
    cursor: pointer;
  }

  .nav-toggle::before,
  .nav-toggle::after {
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    pointer-events: none;
  }

  .nav-toggle::before {
    top: 7px;
    left: 7px;
    border-top: 1px solid rgba(173, 140, 85, 0.58);
    border-left: 1px solid rgba(173, 140, 85, 0.58);
  }

  .nav-toggle::after {
    right: 7px;
    bottom: 7px;
    border-right: 1px solid rgba(173, 140, 85, 0.58);
    border-bottom: 1px solid rgba(173, 140, 85, 0.58);
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 23px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease, width 180ms ease;
  }

  .nav-toggle span:nth-child(2) {
    width: 15px;
  }

  .nav-toggle span:nth-child(3) {
    width: 20px;
  }

  .site-header.is-open .nav-toggle span:nth-child(1) {
    width: 23px;
    transform: translateY(8px) rotate(45deg);
  }

  .site-header.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .site-header.is-open .nav-toggle span:nth-child(3) {
    width: 23px;
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav {
    position: absolute;
    top: 72px;
    right: 18px;
    display: grid;
    min-width: 238px;
    max-width: calc(100vw - 36px);
    gap: 0;
    margin-left: 0;
    border: 1px solid rgba(217, 208, 195, 0.86);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.96));
    box-shadow: 0 28px 62px rgba(35, 33, 29, 0.14);
    font-size: 0.72rem;
    opacity: 0;
    padding: 10px 20px;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    visibility: hidden;
  }

  .site-header.is-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(217, 208, 195, 0.58);
    padding: 17px 4px;
  }

  .nav a::before {
    color: rgba(173, 140, 85, 0.72);
    font-family: var(--font-latin);
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .nav a:nth-child(1)::before {
    content: "01";
  }

  .nav a:nth-child(2)::before {
    content: "02";
  }

  .nav a:nth-child(3)::before {
    content: "03";
  }

  .nav a:nth-child(4)::before {
    content: "04";
  }

  .nav a:nth-child(5)::before {
    content: "05";
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .nav a::after {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-copy {
    width: auto;
    padding: 144px 22px 160px;
  }

  .hero h1 {
    font-size: 2.55rem;
    line-height: 1.28;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
  }

  .opening-card {
    right: 22px;
    bottom: 28px;
    left: 22px;
    width: auto;
    min-width: 0;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .opening-card p {
    font-size: 0.62rem;
  }

  .opening-card strong {
    font-size: 0.96rem;
  }

  .opening-card span {
    font-size: 0.66rem;
  }

  .intro-strip {
    grid-template-columns: 1fr;
  }

  .intro-strip p {
    border-right: 0;
    border-bottom: 1px solid rgba(251, 250, 247, 0.22);
    padding: 18px 22px;
  }

  .concept-section,
  .menu-section,
  .experience-section,
  .access-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .signature-section {
    padding-top: 58px;
    padding-bottom: 76px;
  }

  .section-heading span {
    display: block;
  }

  .section-heading span:first-child::after {
    content: "";
  }

  .concept-copy h2,
  .experience-copy h2,
  .reserve-section h2,
  .menu-section h2 {
    font-size: 2.1rem;
    line-height: 1.46;
  }

  .access-section h2 {
    font-size: 2.8rem;
  }

  .signature-copy h2 {
    font-size: 2.85rem;
    line-height: 1.08;
  }

  .concept-copy > p:last-child,
  .experience-copy p,
  .signature-copy > p:not(.eyebrow):not(.price),
  .reserve-section > p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 2;
  }

  .signature-image,
  .signature-image img,
  .space-photo img {
    min-height: 350px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-card:nth-child(2) {
    transform: none;
  }

  .menu-card img {
    aspect-ratio: 16 / 10;
  }

  .reserve-section {
    min-height: 500px;
  }

  .reserve-section > p:not(.eyebrow) {
    max-width: 320px;
  }

  .reserve-button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 2.32rem;
  }

  .concept-copy h2,
  .experience-copy h2,
  .reserve-section h2,
  .menu-section h2 {
    font-size: 1.9rem;
  }
}

