a{text-decoration-thickness:1px!important;text-underline-offset:.1em}:where(.wp-site-blocks :focus){outline-width:2px;outline-style:solid}.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child){margin-bottom:3px}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{outline-offset:4px}.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content{outline-offset:0}blockquote,caption,figcaption,h1,h2,h3,h4,h5,h6,p{text-wrap:pretty}.more-link{display:block}:where(pre){overflow-x:auto}


/*
 * ============================================================
 *  Yufuin Luxury Villa -zakuro- | WordPress Custom CSS
 *  Design: Stone & Water Zen Luxury
 *  深炭 × 和ゴールド × ざくろ深紅
 *  Typography: Cormorant Garamond (EN) + Noto Serif JP (JA)
 * ============================================================
 *
 *  【WordPressへの導入方法】
 *  1. 外観 > カスタマイズ > 追加CSS に貼り付ける
 *     または
 *  2. 子テーマの style.css に追記する
 *     または
 *  3. プラグイン「Simple Custom CSS」等で読み込む
 *
 *  【フォントの読み込み】
 *  functions.php に以下を追加してください：
 *
 *  function zakuro_fonts() {
 *    wp_enqueue_style('zakuro-fonts',
 *      'https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Montserrat:wght@300;400;500&family=Noto+Serif+JP:wght@300;400&display=swap',
 *      array(), null
 *    );
 *  }
 *  add_action('wp_enqueue_scripts', 'zakuro_fonts');
 *
 * ============================================================
 */

/* ─── CSS Variables ─────────────────────────────────────────── */
:root {
  --zk-gold:         #c8a96e;
  --zk-gold-light:   #d9c08e;
  --zk-gold-dim:     #9a7e50;
  --zk-zakuro:       #7a2030;
  --zk-charcoal:     #0e0e0e;
  --zk-charcoal-mid: #161616;
  --zk-charcoal-2:   #1a1a1a;
  --zk-charcoal-3:   #222222;
  --zk-washi:        #f5f2ee;
  --zk-text-main:    #e8e4de;
  --zk-text-muted:   #9a9690;
  --zk-text-dim:     #6a6660;
  --zk-border:       #2a2a2a;
}

/* ─── Reset & Base ──────────────────────────────────────────── */
.zakuro-page *,
.zakuro-page *::before,
.zakuro-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.zakuro-page {
  background-color: var(--zk-charcoal);
  color: var(--zk-text-main);
  font-family: 'Noto Serif JP', Georgia, serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
}

.zakuro-page a {
  text-decoration: none;
  color: inherit;
}

.zakuro-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.zakuro-page button {
  cursor: pointer;
  background: none;
  border: none;
  font: inherit;
}

/* ─── Container ─────────────────────────────────────────────── */
.zk-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .zk-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .zk-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ─── Typography ────────────────────────────────────────────── */
.zk-section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--zk-gold);
  display: block;
  margin-bottom: 1rem;
}

.zk-heading-en {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.15;
  color: var(--zk-text-main);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.5rem;
}

.zk-heading-ja {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-weight: 300;
  line-height: 1.6;
  color: var(--zk-text-main);
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  margin-bottom: 0.5rem;
}

.zk-subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--zk-text-dim);
  margin-bottom: 1.5rem;
}

.zk-body {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 2.0;
  color: #b8b4ae;
}

/* ─── Gold Divider ──────────────────────────────────────────── */
.zk-gold-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--zk-gold), transparent);
  margin: 1.5rem 0;
}

.zk-gold-line--left {
  background: linear-gradient(90deg, var(--zk-gold), transparent);
}

.zk-gold-line--short {
  max-width: 200px;
}

/* ─── Buttons ───────────────────────────────────────────────── */
.zk-btn-gold {
  display: inline-block;
  background-color: var(--zk-gold);
  color: var(--zk-charcoal);
  padding: 0.9rem 2.8rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.35s ease, opacity 0.35s ease;
  border: none;
  cursor: pointer;
}

.zk-btn-gold:hover {
  background-color: var(--zk-gold-light);
  color: var(--zk-charcoal);
}

.zk-btn-outline {
  display: inline-block;
  border: 1px solid var(--zk-gold);
  color: var(--zk-gold);
  padding: 0.85rem 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.35s ease, color 0.35s ease;
  background: transparent;
  cursor: pointer;
}

.zk-btn-outline:hover {
  background-color: var(--zk-gold);
  color: var(--zk-charcoal);
}

.zk-btn-ota {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #3a3a3a;
  color: #aaa;
  padding: 0.65rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease;
  background: transparent;
}

.zk-btn-ota:hover {
  border-color: rgba(200, 169, 110, 0.5);
  color: var(--zk-text-main);
}

/* ─── Scroll Reveal Animation ───────────────────────────────── */
.zk-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.zk-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zk-reveal[data-delay="1"] { transition-delay: 0.1s; }
.zk-reveal[data-delay="2"] { transition-delay: 0.2s; }
.zk-reveal[data-delay="3"] { transition-delay: 0.35s; }
.zk-reveal[data-delay="4"] { transition-delay: 0.5s; }
.zk-reveal[data-delay="5"] { transition-delay: 0.65s; }

/* ─── Notice Banner ─────────────────────────────────────────── */
.zk-notice-bar {
  background: #161616;
  border-bottom: 1px solid #2a2a2a;
  padding: 0.65rem 1rem;
  text-align: center;
  position: relative;
}

.zk-notice-bar p {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: var(--zk-gold);
}

.zk-notice-bar .zk-notice-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  color: #666;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  padding: 0.25rem;
}

.zk-notice-bar .zk-notice-close:hover {
  color: var(--zk-text-main);
}

/* ─── Navigation ────────────────────────────────────────────── */
.zk-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.5s ease, padding 0.5s ease, border-color 0.5s ease;
  padding: 1.25rem 0;
  background: transparent;
  border-bottom: 1px solid transparent;
}

.zk-nav.scrolled {
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom-color: #222;
  padding: 0.75rem 0;
}

.zk-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zk-nav__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #f0ece6;
  text-decoration: none;
}

.zk-nav__logo span {
  color: var(--zk-gold);
}

.zk-nav__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.zk-lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.zk-lang-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  transition: color 0.3s ease;
}

.zk-lang-btn.active,
.zk-lang-btn:hover {
  color: var(--zk-gold);
}

.zk-lang-sep {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
}

.zk-nav__reserve {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--zk-gold);
  text-decoration: none;
  border: 1px solid rgba(200, 169, 110, 0.6);
  padding: 0.4rem 1rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.zk-nav__reserve:hover {
  background: var(--zk-gold);
  color: var(--zk-charcoal);
}

/* ─── Hero Section ──────────────────────────────────────────── */
.zk-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
}

.zk-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.zk-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: zk-kenburns 18s ease-in-out infinite alternate;
}

@keyframes zk-kenburns {
  0%   { transform: scale(1.0); }
  100% { transform: scale(1.06); }
}

.zk-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 10, 10, 0.72) 0%,
    rgba(10, 10, 10, 0.30) 50%,
    rgba(10, 10, 10, 0.52) 100%
  );
}

.zk-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10vh;
}

.zk-hero__h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.55;
  color: #f8f4ee;
  margin-bottom: 1rem;
}

.zk-hero__h1 .en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.8rem, 5.5vw, 3.6rem);
}

.zk-hero__sub {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: clamp(0.85rem, 2vw, 1rem);
  color: #c8c4be;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.zk-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Scroll indicator */
.zk-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
}

.zk-scroll-indicator span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(200, 169, 110, 0.6);
}

.zk-scroll-indicator__line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--zk-gold), transparent);
  animation: zk-scroll-line 1.8s ease-in-out infinite;
}

@keyframes zk-scroll-line {
  0%   { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(8px); opacity: 0; }
}

/* ─── About Section ─────────────────────────────────────────── */
.zk-about {
  padding: 7rem 0;
  background: var(--zk-charcoal);
}

.zk-about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .zk-about__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
}

.zk-about__text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--zk-text-main);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.zk-about__text h2 .ja {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
}

.zk-feature-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--zk-border);
  margin-top: 2.5rem;
}

.zk-feature-card {
  background: var(--zk-charcoal);
  border: 1px solid #222;
  padding: 2rem 1.5rem;
  transition: border-color 0.35s ease;
}

.zk-feature-card:hover {
  border-color: rgba(200, 169, 110, 0.5);
}

.zk-feature-card__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--zk-gold-dim);
  display: block;
  margin-bottom: 0.75rem;
}

.zk-feature-card h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--zk-text-main);
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.zk-feature-card p {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.75rem;
  color: var(--zk-text-muted);
  line-height: 1.7;
}

.zk-about__image {
  position: relative;
}

.zk-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
}

.zk-about__badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1rem;
  background: var(--zk-charcoal-mid);
  border: 1px solid #2a2a2a;
  padding: 1.25rem 1.5rem;
  text-align: center;
}

.zk-about__badge-main {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--zk-gold);
  display: block;
  margin-bottom: 0.25rem;
}

.zk-about__badge-sub {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.7rem;
  color: #888;
  display: block;
}

/* ─── Rooms Section ─────────────────────────────────────────── */
.zk-rooms {
  padding: 7rem 0 9rem;
  background: #0a0a0a;
}

.zk-rooms__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .zk-rooms__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.zk-rooms__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.zk-rooms__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.zk-rooms__image:hover img {
  transform: scale(1.03);
}

.zk-rooms__badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(10,10,10,0.75);
  border: 1px solid #2a2a2a;
  padding: 0.75rem 1rem;
  text-align: center;
}

.zk-rooms__badge span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--zk-gold);
  display: block;
}

/* ─── Dining Section ────────────────────────────────────────── */
.zk-dining {
  padding: 7rem 0;
  background: var(--zk-charcoal);
}

.zk-dining__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .zk-dining__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.zk-dining__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  order: 1;
}

@media (min-width: 1024px) {
  .zk-dining__image { order: 2; }
  .zk-dining__text  { order: 1; }
}

.zk-dining__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zk-dining__accent {
  position: absolute;
  top: -1.25rem;
  left: 0;
  background: var(--zk-zakuro);
  padding: 1rem 1.5rem;
}

.zk-dining__accent span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--zk-text-main);
}

/* ─── Proposal Section ──────────────────────────────────────── */
.zk-proposal {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
}

.zk-proposal__bg {
  position: absolute;
  inset: 0;
}

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

.zk-proposal__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(10, 10, 10, 0.75) 50%,
    rgba(10, 10, 10, 0.40) 100%
  );
}

.zk-proposal__content {
  position: relative;
  z-index: 10;
  max-width: 560px;
}

.zk-stats {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.zk-stats__divider {
  width: 1px;
  background: #2a2a2a;
  align-self: stretch;
}

.zk-stat__number {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--zk-gold);
  line-height: 1;
  font-size: clamp(3rem, 8vw, 5rem);
}

.zk-stat__number sup {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: var(--zk-gold);
  vertical-align: super;
}

.zk-stat__number .unit {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 300;
  color: var(--zk-gold);
}

.zk-stat__label {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: var(--zk-text-dim);
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

/* ─── Reservation Section ───────────────────────────────────── */
.zk-reservation {
  padding: 7rem 0;
  background: #080808;
}

.zk-reservation__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.zk-reservation__primary {
  margin-bottom: 1.5rem;
}

.zk-reservation__hint {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: #555;
  margin-top: 0.75rem;
}

.zk-reservation__plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 480px) {
  .zk-reservation__plans {
    grid-template-columns: 1fr;
  }
}

.zk-plan-btn {
  display: block;
  border: 1px solid var(--zk-gold);
  color: var(--zk-gold);
  padding: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background 0.35s ease, color 0.35s ease;
}

.zk-plan-btn:hover {
  background: var(--zk-gold);
  color: var(--zk-charcoal);
}

.zk-plan-btn__label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: #555;
  margin-bottom: 0.3rem;
}

.zk-ota-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.zk-ota-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--zk-gold), transparent);
  opacity: 0.3;
}

.zk-ota-divider__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #444;
  white-space: nowrap;
}

.zk-ota-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ─── Notice Section ────────────────────────────────────────── */
.zk-notice-section {
  padding: 4rem 0;
  background: #121212;
  border-top: 1px solid #1e1e1e;
}

.zk-notice-section__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.zk-notice-section__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--zk-gold);
  display: block;
  margin-bottom: 1rem;
}

.zk-notice-section__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 0.85rem;
  color: #888;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

/* ─── Footer ────────────────────────────────────────────────── */
.zk-footer {
  background: #070707;
  border-top: 1px solid #181818;
  padding: 3rem 0 2.5rem;
}

.zk-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .zk-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.zk-footer__brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #e8e4de;
  margin-bottom: 0.4rem;
}

.zk-footer__brand-name span {
  color: var(--zk-gold);
}

.zk-footer__brand-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: #444;
}

.zk-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.zk-footer__link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--zk-gold);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.zk-footer__link:hover { opacity: 0.7; }

.zk-footer__link--muted {
  color: #666;
}

.zk-footer__link--muted:hover {
  color: #999;
  opacity: 1;
}

.zk-footer__lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.zk-footer__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--zk-gold), transparent);
  opacity: 0.2;
  margin: 1.5rem 0;
}

.zk-footer__copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #2a2a2a;
  text-align: center;
}

/* ─── Language Switching ────────────────────────────────────── */
/* Default: show Japanese, hide English */
[data-lang="en"] { display: none; }
[data-lang="ja"] { display: block; }
span[data-lang="ja"],
span[data-lang="en"] { display: inline; }
span[data-lang="en"] { display: none; }

/* When body has class .lang-en: show English, hide Japanese */
body.lang-en [data-lang="en"] { display: block; }
body.lang-en [data-lang="ja"] { display: none; }
body.lang-en span[data-lang="en"] { display: inline; }
body.lang-en span[data-lang="ja"] { display: none; }

/* ─── Responsive Helpers ────────────────────────────────────── */
@media (max-width: 767px) {
  .zk-about,
  .zk-rooms,
  .zk-dining,
  .zk-proposal,
  .zk-reservation {
    padding: 4rem 0;
  }

  .zk-hero__h1 {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
  }

  .zk-stats {
    gap: 1.5rem;
  }
}
