:root {
  --paper: #f7f1e7;
  --paper-deep: #efe5d5;
  --ink: #3e332a;
  --muted: #74675d;
  --wood: #7a5135;
  --wood-dark: #3a261a;
  --leaf: #7d8f61;
  --berry: #bb4d42;
  --line: rgba(62, 51, 42, 0.16);
  --shadow: 0 24px 80px rgba(58, 38, 26, 0.16);
  --header-height: 86px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(187, 77, 66, 0.07), transparent 24rem),
    linear-gradient(90deg, rgba(62, 51, 42, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 18px 18px, auto;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 72px);
  background: rgba(250, 246, 238, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--wood-dark);
  border: 1px solid rgba(62, 51, 42, 0.35);
  border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  inset: -5px;
  border: 1px solid rgba(62, 51, 42, 0.25);
  border-radius: 42% 58% 48% 52%;
}

.brand-mark::after {
  transform: rotate(38deg);
}

.roof {
  position: absolute;
  top: 14px;
  width: 25px;
  height: 15px;
  border-top: 3px solid var(--wood-dark);
  border-left: 3px solid var(--wood-dark);
  transform: rotate(45deg);
}

.house {
  position: relative;
  top: 4px;
  font-size: 19px;
  font-weight: 700;
}

.berry {
  position: absolute;
  right: 3px;
  bottom: 9px;
  width: 9px;
  height: 9px;
  background: var(--berry);
  border-radius: 50%;
}

.brand-text {
  display: flex;
  align-items: baseline;
  gap: 14px;
  white-space: nowrap;
  font-size: clamp(17px, 2vw, 25px);
}

.brand-text strong {
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  font-size: 17px;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--berry);
  transition: width 0.25s ease, left 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a.is-current::after {
  left: 0;
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 1px;
  margin: 8px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  background: var(--wood-dark);
}

.hero img {
  width: 100%;
  height: calc(100svh - var(--header-height));
  min-height: 620px;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 20, 13, 0.74), rgba(33, 20, 13, 0.24) 44%, rgba(33, 20, 13, 0.03)),
    linear-gradient(0deg, rgba(30, 20, 13, 0.16), transparent 36%);
}

.hero-copy {
  position: absolute;
  left: clamp(24px, 7vw, 120px);
  top: 50%;
  width: min(520px, calc(100% - 48px));
  transform: translateY(-42%);
  color: #fffaf0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.eyebrow,
.section-kicker,
.menu-label {
  margin: 0 0 14px;
  color: var(--berry);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  color: #f2d3c4;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(34px, 5.3vw, 78px);
  line-height: 1.42;
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.45;
  font-weight: 500;
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.4;
  font-weight: 500;
}

p {
  line-height: 2;
}

.hero-copy p:not(.eyebrow) {
  margin-bottom: 30px;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 2.15;
}

.hero-actions,
.tabs,
.thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.tab,
.thumb {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 22px;
  color: var(--ink);
  background: rgba(255, 252, 246, 0.72);
  font: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.tab:hover,
.thumb:hover {
  transform: translateY(-2px);
}

.button.primary,
.tab.is-active,
.thumb.is-active {
  color: #fffaf0;
  background: var(--wood);
  border-color: var(--wood);
}

.button.ghost {
  color: #fffaf0;
  border-color: rgba(255, 250, 240, 0.52);
  background: rgba(255, 250, 240, 0.12);
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0;
}

.section-band {
  background: rgba(255, 252, 246, 0.56);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
}

.intro p {
  color: var(--muted);
  font-size: 17px;
}

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

.tabs {
  margin-bottom: 28px;
}

.menu-panel {
  display: none;
  grid-template-columns: minmax(300px, 1.06fr) minmax(280px, 0.94fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(18px, 3vw, 32px);
  background: rgba(255, 252, 246, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.menu-panel.is-active {
  display: grid;
  animation: fadeUp 0.36s ease both;
}

.menu-panel img,
.gallery-view > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.menu-panel p,
.gallery-copy p,
.access-card p {
  color: var(--muted);
}

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

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

.price-list dt,
.price-list dd {
  margin: 0;
}

.price-list dd {
  white-space: nowrap;
}

.gallery {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(360px, 1.3fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.gallery-view {
  position: relative;
}

.gallery-view > img {
  box-shadow: var(--shadow);
}

.thumbs {
  margin-top: 18px;
}

.access {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: stretch;
}

.access-card {
  align-self: center;
}

.map-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(125deg, transparent 46%, rgba(125, 143, 97, 0.2) 46% 52%, transparent 52%),
    radial-gradient(circle at 72% 26%, rgba(187, 77, 66, 0.16), transparent 9rem),
    linear-gradient(135deg, #eee0cb, #fbf6ea);
  box-shadow: var(--shadow);
}

.map-visual::before,
.map-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(62, 51, 42, 0.24);
  transform: rotate(-22deg);
}

.map-visual::before {
  width: 70%;
  height: 50px;
  left: -10%;
  bottom: 28%;
  border-left: 0;
  border-right: 0;
}

.map-visual::after {
  width: 36%;
  height: 36%;
  right: 13%;
  top: 18%;
  background: rgba(255, 252, 246, 0.42);
}

.map-visual span,
.map-visual strong {
  position: absolute;
  z-index: 1;
  color: var(--muted);
}

.map-visual span:first-child {
  left: 14%;
  bottom: 36%;
}

.map-visual span:nth-child(2) {
  right: 18%;
  bottom: 18%;
}

.map-visual strong {
  right: 21%;
  top: 35%;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  color: #fffaf0;
  background: var(--wood);
  border-radius: 50%;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(20px, 4vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 72px;
  }

  .site-header {
    padding: 0 18px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-text {
    display: grid;
    gap: 0;
    font-size: 12px;
  }

  .brand-text strong {
    font-size: 24px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 16px 20px 24px;
    background: rgba(250, 246, 238, 0.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform 0.25s ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 15px 0;
  }

  .hero,
  .hero img {
    min-height: 610px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(33, 20, 13, 0.72), rgba(33, 20, 13, 0.2));
  }

  .hero-copy {
    top: auto;
    bottom: 54px;
    transform: none;
  }

  .split,
  .menu-panel,
  .gallery,
  .access {
    grid-template-columns: 1fr;
  }

  .menu-panel {
    padding: 16px;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 520px) {
  .hero,
  .hero img {
    min-height: 560px;
  }

  .hero-actions,
  .tabs,
  .thumbs {
    display: grid;
  }

  .button,
  .tab,
  .thumb {
    width: 100%;
  }
}
