:root {
  color-scheme: light;
  --ink: #211a16;
  --muted: #736a61;
  --paper: #f6f1e8;
  --surface: #fffaf2;
  --deep: #17110e;
  --line: rgba(91, 73, 55, 0.18);
  --gold: #a9772f;
  --red: #7b201e;
  --shadow: 0 22px 70px rgba(33, 26, 22, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.8;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: #fff;
  background: rgba(23, 17, 14, 0.82);
  border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.site-footer,
.nav-toggle {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 250, 242, 0.5);
  color: #fff;
  background: rgba(123, 32, 30, 0.88);
}

.site-nav {
  gap: clamp(14px, 2vw, 26px);
  font-size: 0.92rem;
}

.site-nav a {
  color: rgba(255, 250, 242, 0.82);
}

.site-nav a:hover,
.site-nav .active {
  color: #fff;
}

.nav-reserve {
  min-height: 40px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 250, 242, 0.48);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 44px;
  height: 44px;
  color: #fff;
  border: 1px solid rgba(255, 250, 242, 0.28);
  background: transparent;
}

.nav-toggle span {
  width: 18px;
  height: 1px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: #fff;
}

.home-hero {
  display: grid;
  align-items: end;
  padding: 132px clamp(20px, 6vw, 82px) 70px;
}

.hero img,
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade,
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 8, 6, 0.84), rgba(12, 8, 6, 0.38) 54%, rgba(12, 8, 6, 0.12)),
    linear-gradient(0deg, rgba(12, 8, 6, 0.58), transparent 45%);
}

.hero-copy,
.page-hero > div {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.eyebrow,
.section-kicker,
.feature-card span,
.content-grid span,
.info-table span,
.article-list time,
.news-list time {
  color: var(--gold);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.28;
}

.hero-copy p,
.page-hero p,
.subpage-title p,
.split-section p,
.split-hero p,
.reservation-section > div > p {
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-button,
.ghost-button,
.text-link,
.reservation-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.primary-button,
.reservation-form button {
  color: #fff;
  background: var(--red);
  box-shadow: 0 16px 38px rgba(123, 32, 30, 0.28);
}

.ghost-button {
  color: #fff;
  border-color: rgba(255, 250, 242, 0.55);
}

.text-link {
  color: var(--red);
  border-color: var(--line);
  background: rgba(255, 250, 242, 0.7);
}

.intro-section,
.split-section,
.news-preview,
.subpage-title,
.content-grid,
.menu-list,
.faq-list,
.article-list,
.access-layout,
.reservation-section,
.timeline,
.split-hero {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.intro-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px);
  padding: clamp(70px, 10vw, 130px) 0;
  border-bottom: 1px solid var(--line);
}

.intro-section p,
.feature-card p,
.content-grid p,
.menu-list p,
.faq-list p,
.article-list p,
.info-table p,
.split-section p,
.timeline p {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.feature-card {
  min-width: 0;
  padding: clamp(22px, 4vw, 42px);
  background: var(--surface);
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1.24;
  margin-bottom: 28px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-card h2,
.content-grid h2,
.menu-list h2,
.article-list h2 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  padding: clamp(76px, 10vw, 132px) 0;
}

.price-list,
.reservation-note {
  margin: 0;
  border-top: 1px solid var(--line);
}

.price-list div,
.reservation-note div,
.info-table div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.price-list dt,
.reservation-note dt {
  color: var(--muted);
}

.price-list dd,
.reservation-note dd {
  margin: 0;
  font-weight: 700;
}

.news-preview {
  padding: 0 0 clamp(80px, 10vw, 130px);
}

.section-heading {
  margin-bottom: 24px;
}

.news-list {
  border-top: 1px solid var(--line);
}

.news-list a {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 68vh;
  padding: 132px clamp(20px, 6vw, 82px) 62px;
  overflow: hidden;
  color: #fff;
}

.subpage-title {
  padding: 150px 0 54px;
}

.subpage-title p {
  max-width: 720px;
  color: var(--muted);
}

.subpage-title h1,
.reservation-section h1,
.split-hero h1 {
  color: var(--ink);
}

.content-grid,
.menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-bottom: clamp(72px, 10vw, 126px);
  background: var(--line);
}

.content-grid article,
.menu-list article {
  padding: clamp(24px, 4vw, 44px);
  background: var(--surface);
}

.wide-photo {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(80px, 10vw, 130px);
}

.wide-photo img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.menu-list strong {
  display: block;
  margin-top: 20px;
  color: var(--red);
  font-size: 1.15rem;
}

.split-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: 150px 0 clamp(70px, 10vw, 120px);
}

.split-hero img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.split-hero p {
  color: var(--muted);
}

.timeline {
  margin-bottom: clamp(80px, 10vw, 130px);
  border-top: 1px solid var(--line);
}

.timeline div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.timeline time {
  color: var(--gold);
  font-weight: 700;
}

.faq-list {
  margin-bottom: clamp(80px, 10vw, 130px);
}

.faq-list details {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.2rem;
}

.article-list {
  margin-bottom: clamp(80px, 10vw, 130px);
}

.article-list article {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.article-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(70px, 10vw, 120px) 0;
}

.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  color: var(--surface);
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(255, 250, 242, 0.12) 1px, transparent 1px),
    var(--deep);
  background-size: 42px 42px;
}

.map-placeholder span {
  padding: 12px 18px;
  border: 1px solid rgba(255, 250, 242, 0.4);
  background: var(--red);
}

.reservation-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  padding: 150px 0 clamp(80px, 10vw, 130px);
}

.reservation-section > div > p {
  color: var(--muted);
}

.reservation-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.reservation-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
}

.reservation-form textarea {
  resize: vertical;
}

.reservation-form button {
  border: 0;
  cursor: pointer;
}

.form-note {
  min-height: 1.4em;
  margin: 0;
  color: var(--red);
  font-size: 0.9rem;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 5vw, 64px);
  color: rgba(255, 250, 242, 0.78);
  background: var(--deep);
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer strong {
  color: #fff;
  font-size: 1.05rem;
}

.site-footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 250, 242, 0.5);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 22px;
    background: rgba(23, 17, 14, 0.96);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.12);
  }

  .nav-reserve {
    margin-top: 12px;
    text-align: center;
  }

  .intro-section,
  .split-section,
  .split-hero,
  .access-layout,
  .reservation-section {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .content-grid,
  .menu-list {
    grid-template-columns: 1fr;
  }

  .split-hero {
    padding-top: 120px;
  }
}

@media (max-width: 640px) {
  .home-hero,
  .page-hero {
    min-height: 76vh;
    padding-inline: 20px;
  }

  h1 {
    font-size: clamp(2.35rem, 16vw, 4rem);
  }

  .intro-section,
  .subpage-title,
  .reservation-section {
    width: min(100% - 32px, 1120px);
  }

  .news-list a,
  .price-list div,
  .reservation-note div,
  .info-table div,
  .timeline div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 6px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
