:root {
  --zinc-950: #09090b;
  --zinc-900: #18181b;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--zinc-950);
  color: var(--stone-100);
  font-family: "Noto Serif JP", serif;
}

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

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

.page {
  background: var(--zinc-950);
  color: var(--stone-100);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  background: linear-gradient(to bottom, rgba(9, 9, 11, 0.7), rgba(9, 9, 11, 0.5), rgba(9, 9, 11, 1));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-inline: 1.5rem;
  text-align: center;
}

.hero h1,
h2,
h3,
.footer-brand {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}

.hero h1 {
  margin-bottom: 2rem;
  font-size: clamp(2.5rem, 7vw, 5rem);
  letter-spacing: 0.15em;
}

h2 {
  margin-bottom: 2rem;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  letter-spacing: 0.2em;
}

h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  letter-spacing: 0.15em;
  text-align: center;
}

.hero-subtitle {
  margin: 0 0 1rem;
  color: var(--stone-200);
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  letter-spacing: 0.2em;
}

.hero-copy-wrap {
  max-width: 42rem;
  margin: 3rem auto 0;
}

.hero-copy,
.body-text,
.about-lead,
.chef-point,
.chef-quote,
.notice-item p,
.hours-label,
.follow-label,
.footer-subtitle,
.footer-copy {
  font-weight: 300;
}

.hero-copy {
  margin: 0;
  color: var(--stone-300);
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  line-height: 2;
  letter-spacing: 0.1em;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  z-index: 1;
  transform: translateX(-50%);
}

.scroll-line {
  width: 1px;
  height: 4rem;
  background: linear-gradient(to bottom, transparent, var(--stone-300), transparent);
  animation: indicatorPulse 1.8s ease-in-out infinite alternate;
}

.section {
  position: relative;
  padding: 6rem 1.5rem;
}

.section-zinc-950 {
  background: var(--zinc-950);
}

.section-zinc-900 {
  background: var(--zinc-900);
}

.section-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--zinc-950), var(--zinc-900), var(--zinc-950));
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1.5rem;
}

.max-7xl {
  max-width: 80rem;
}

.max-5xl {
  max-width: 64rem;
}

.max-4xl {
  max-width: 56rem;
}

.max-3xl {
  max-width: 48rem;
}

.max-2xl {
  max-width: 42rem;
}

.center {
  margin-inline: auto;
}

.center-text {
  text-align: center;
}

.section-header {
  margin-bottom: 5rem;
  text-align: center;
}

.line {
  height: 1px;
  margin-inline: auto;
}

.line-24 {
  width: 6rem;
  margin-bottom: 2rem;
  background: var(--stone-300);
}

.line-16 {
  width: 4rem;
  margin-bottom: 3rem;
  background: var(--stone-400);
}

.line-12 {
  width: 3rem;
  margin-bottom: 2rem;
  background: var(--stone-600);
}

.mt-8 {
  margin-top: 2rem;
}

.body-text {
  margin: 0;
  color: var(--stone-300);
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.garden {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.garden-stack {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.image-frame {
  position: relative;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.caption-box {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(68, 64, 60, 0.3);
  background: rgba(9, 9, 11, 0.9);
  backdrop-filter: blur(8px);
}

.caption-box p {
  margin: 0;
  color: var(--stone-300);
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}

.quote-panel {
  max-width: 48rem;
  margin-inline: auto;
  padding-block: 2rem;
  text-align: center;
}

.quote-text {
  margin: 0;
  color: var(--stone-400);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 2.5;
  letter-spacing: 0.12em;
}

.decor-corner {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.decor-line-h {
  width: 4rem;
  height: 1px;
  background: linear-gradient(to left, var(--stone-400), transparent);
}

.decor-line-v {
  width: 1px;
  height: 4rem;
  background: linear-gradient(to bottom, var(--stone-400), transparent);
}

.bottom-quote {
  margin-top: 8rem;
  text-align: center;
}

.english-quote {
  margin: 0;
  color: var(--stone-400);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-style: italic;
  letter-spacing: 0.05em;
}

.about .section-header {
  margin-bottom: 4rem;
}

.about-copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--stone-300);
}

.about-lead {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}

.stats-grid {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
  text-align: center;
}

.stat-label,
.hours-label,
.follow-label {
  margin: 0 0 1rem;
  color: var(--stone-400);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

.stat-value {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.about-slider {
  margin-top: 6rem;
}

.about-slides {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.about-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 800ms ease;
}

.about-slide.is-active {
  opacity: 1;
}

.about-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-pagination {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.about-dot {
  width: 0.65rem;
  height: 0.65rem;
  border: 0;
  border-radius: 999px;
  background: rgba(168, 162, 158, 0.35);
  cursor: pointer;
}

.about-dot.is-active {
  background: var(--stone-300);
}

.chef {
  min-height: 100vh;
}

.chef-wrap {
  text-align: center;
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ornament-top {
  margin-bottom: 3rem;
}

.ornament-bottom {
  margin-top: 3rem;
}

.grad-line,
.plain-line {
  height: 1px;
}

.grad-line-right {
  width: 3rem;
  background: linear-gradient(to right, transparent, var(--stone-500));
}

.grad-line-left {
  width: 3rem;
  background: linear-gradient(to left, transparent, var(--stone-500));
}

.plain-line.wide {
  width: 4rem;
  background: var(--stone-500);
}

.plain-line.short {
  width: 1.5rem;
  background: var(--stone-600);
}

.plain-line.center {
  margin: 0 auto 0.75rem;
}

.dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: var(--stone-400);
}

.dot.small {
  background: var(--stone-500);
}

.chef-panel {
  position: relative;
  border: 1px solid rgba(68, 64, 60, 0.3);
  padding: 3rem;
}

.corner {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-color: var(--stone-500);
  border-style: solid;
  border-width: 0;
}

.corner-tl {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}

.corner-tr {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}

.corner-bl {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.corner-br {
  right: 0;
  bottom: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.chef-body {
  color: var(--stone-300);
}

.mini-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 2rem 0;
}

.chef-quote-box {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(68, 64, 60, 0.5);
  border-bottom: 1px solid rgba(68, 64, 60, 0.5);
}

.chef-quote {
  margin: 0;
  color: var(--stone-400);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-style: italic;
  line-height: 2;
  letter-spacing: 0.05em;
}

.chef-points-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 1.5rem;
}

.chef-point {
  margin: 0;
  color: var(--stone-400);
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.reserve-button-wrap {
  margin-bottom: 3rem;
}

.reserve-button {
  display: inline-block;
  padding: 1rem 3rem;
  border: 1px solid var(--stone-400);
  color: var(--stone-200);
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  transition:
    background-color 300ms ease,
    color 300ms ease;
}

.reserve-button:hover {
  background: var(--stone-200);
  color: var(--zinc-900);
}

.reservation-top {
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--stone-800);
}

.hours-grid {
  display: grid;
  gap: 3rem;
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.notice-block {
  margin-bottom: 5rem;
}

.notice-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--stone-300);
}

.notice-item {
  display: flex;
  align-items: flex-start;
}

.notice-item span {
  margin-right: 0.75rem;
  flex-shrink: 0;
  color: var(--stone-500);
}

.notice-item p {
  margin: 0;
  font-size: clamp(0.8rem, 1.6vw, 0.9rem);
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.location-block {
  margin-bottom: 4rem;
  padding-top: 4rem;
  border-top: 1px solid var(--stone-800);
}

.address-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.address-row p {
  margin: 0;
  color: var(--stone-300);
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  letter-spacing: 0.1em;
}

.map-pin {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--stone-400);
}

.map-frame {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.social-block {
  text-align: center;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.social-links a {
  transition:
    transform 300ms ease,
    opacity 300ms ease;
}

.social-links a:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.social-links img {
  width: 3rem;
  height: 3rem;
}

.site-footer {
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--stone-900);
  background: var(--zinc-950);
}

.footer-inner {
  text-align: center;
}

.footer-brand {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.2em;
}

.footer-line {
  background: var(--stone-700);
  margin-bottom: 1.5rem;
}

.footer-subtitle {
  margin: 0 0 2rem;
  color: var(--stone-500);
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}

.footer-copy {
  margin: 0;
  color: var(--stone-600);
  font-size: 0.625rem;
  letter-spacing: 0.15em;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.reveal.visible,
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.3s;
}

.delay-2 {
  transition-delay: 0.5s;
}

.delay-3 {
  transition-delay: 0.8s;
}

.delay-4 {
  transition-delay: 1s;
}

@keyframes indicatorPulse {
  from {
    opacity: 0.35;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 6rem 1.5rem;
  }

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

  .about-slides {
    height: 600px;
  }

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

  .map-frame {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-inline: 1.5rem;
  }

  .garden .image-frame,
  .about-slider,
  .map-frame {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .caption-box {
    left: -1rem;
    bottom: 1rem;
    padding: 0.65rem 1rem;
  }

  .decor-corner {
    top: 1rem;
    right: 1rem;
    gap: 0.75rem;
  }

  .chef-panel {
    padding: 2rem 1.5rem;
  }

  .chef-points-grid {
    gap: 1rem;
  }

  .address-row {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-line {
    animation: none;
  }

  .reveal,
  .about-slide,
  .social-links a,
  .reserve-button {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
