.home-page {
  scroll-behavior: smooth;
}

.home-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(26, 20, 16, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(247, 243, 238, 0.08);
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.home-logo {
  color: #f7f3ee;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.home-logo .brand-wordmark {
  font-size: 1.05em;
}

.home-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  justify-content: flex-end;
}

.home-nav__links a {
  color: rgba(247, 243, 238, 0.9);
  text-decoration: none;
  font-size: 0.88rem;
  border-bottom: 1px solid transparent;
}

.home-nav__links a:hover {
  border-bottom-color: currentColor;
}

.home-hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6rem 1.25rem 4rem;
  background: linear-gradient(165deg, #2a1814 0%, #4a2528 45%, #6b2d3c 70%, #3d2228 100%);
  color: #f7f3ee;
  position: relative;
}

.home-hero__kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.8;
}

.home-hero__title.brand-wordmark {
  --wm-macron-w: 0.42em;
  --wm-macron-gap: 0.04em;
  --wm-macron-h: 2px;
  margin: 0;
  font-size: clamp(3.2rem, 12vw, 5.5rem);
  font-weight: 600;
  gap: 0.04em;
  letter-spacing: 0.03em;
  padding: 0.08em 0 0.04em;
  overflow: visible;
}

.home-hero__tagline {
  margin: 1.25rem auto 0;
  max-width: 28rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.7;
  opacity: 0.92;
}

.home-hero__tagline-en {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.95em;
  opacity: 0.78;
  font-style: italic;
}

.home-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(247, 243, 238, 0.65);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-decoration: none;
}

.home-section {
  padding: 4.5rem 0;
  border-bottom: 1px solid var(--border);
}

.home-section:nth-of-type(even) {
  background: var(--card);
}

.home-section__label {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

.home-section h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 600;
  line-height: 1.25;
}

.home-section__lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 40rem;
  margin: 0 0 1.5rem;
}

.home-section p {
  max-width: 40rem;
  margin: 0 0 1rem;
}

.home-section p:last-child {
  margin-bottom: 0;
}

.home-highlights {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}

@media (min-width: 640px) {
  .home-highlights {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.home-section:nth-of-type(even) .home-card {
  background: var(--card);
}

a.home-card {
  text-decoration: none;
  color: inherit;
}

a.home-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 20px rgba(107, 45, 60, 0.12);
}

.home-card__tag {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

.home-card h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  line-height: 1.35;
}

.home-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  max-width: none;
  flex: 1;
}

.home-card__cta {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}

.home-quote {
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg) 100%);
  text-align: center;
}

.home-quote blockquote {
  margin: 0 auto;
  max-width: 32rem;
  padding: 0 1.25rem;
  border: none;
}

.home-quote p {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  line-height: 1.55;
  color: var(--ink);
}

.home-quote cite {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  font-style: normal;
}

.home-visit__note {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  background: var(--accent-soft);
  border-radius: 8px;
  font-size: 0.95rem;
  max-width: 40rem;
}

.home-contact dl {
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.75rem;
  max-width: 28rem;
}

.home-contact dt {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--muted);
}

.home-contact dd {
  margin: 0.15rem 0 0;
}

.home-contact a {
  color: var(--accent);
}

.home-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--muted);
}

.home-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.home-footer a {
  color: var(--accent);
}

@media (max-width: 520px) {
  .home-nav__links {
    font-size: 0.82rem;
    gap: 0.35rem 0.75rem;
  }
}
