/* =========================================================
   Birthree CHAMPACA — TOP (JP)
   design tokens: design/design_handoff_birthree_top_jp 準拠
   ========================================================= */

:root {
  --bg: #2E1A1E;
  --bg-dark: #241216;
  --bg-card: #3A2127;
  --gold: #F9C349;
  --gold-strong: #FFB100;
  --gold-line: rgba(249, 195, 73, 0.25);
  --gold-line-weak: rgba(249, 195, 73, 0.18);
  --text: #FFFFFF;
  --text-dim: rgba(255, 255, 255, 0.65);
  --text-faint: rgba(255, 255, 255, 0.45);
  --serif-en: 'Cormorant Garamond', Georgia, serif;
  --serif-ja: 'Zen Old Mincho', serif;
  --sans: Helvetica, Arial, sans-serif;
  --pad-x: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* =========================================================
   ENGLISH PAGES (html.lang-en)
   和文向けの広い字間・Zen Old Minchoを、欧文向けに調整
   ========================================================= */
html.lang-en { --serif-ja: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; }
.lang-en h1, .lang-en h2, .lang-en h3 { letter-spacing: 0.02em; }
.lang-en .hero h1 { font-size: clamp(34px, 4.8vw, 64px); line-height: 1.25; }
.lang-en .page-hero h1 { font-size: clamp(32px, 4.4vw, 48px); line-height: 1.3; }
.lang-en .hero-price { letter-spacing: 0.14em; font-style: italic; }
.lang-en .hero-lead, .lang-en .page-hero-lead, .lang-en .reserve-lead,
.lang-en .flow-lead, .lang-en .rooms-lead, .lang-en .philosophy-lead { letter-spacing: 0.02em; }
.lang-en .voice-quote { letter-spacing: 0.02em; font-size: clamp(20px, 2.6vw, 30px); }
.lang-en .voice-data, .lang-en .pull-quote, .lang-en .picto-title { letter-spacing: 0.02em; }
.lang-en .cta-band h2, .lang-en .cta-band p { letter-spacing: 0.02em; }
.lang-en .price-note-band p { letter-spacing: 0.06em; }
.lang-en .price-info h3, .lang-en .menu-card-body h3, .lang-en .room-desc,
.lang-en .flow-step h3, .lang-en .timeline-item h3, .lang-en .info-row dt,
.lang-en .trust-title, .lang-en .footer-nav a, .lang-en .category-banner h2 { letter-spacing: 0.03em; }
@media (max-width: 640px) {
  .lang-en .hero h1 { font-size: clamp(27px, 7.6vw, 36px); }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-strong); }

h1, h2, h3, p, blockquote, figure { margin: 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--gold);
}

.section-head h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(26px, 4vw, 34px);
  margin-top: 12px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--serif-ja);
  font-size: 15px;
  letter-spacing: 0.22em;
  border-radius: 999px;
  padding: 18px 46px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  text-align: center;
}
.btn-solid { background: var(--gold); color: var(--bg); }
.btn-solid:hover { background: var(--gold-strong); color: var(--bg); }
.btn-ghost { border: 1px solid rgba(255, 255, 255, 0.5); color: var(--text); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline {
  border: 1px solid rgba(249, 195, 73, 0.7);
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 14px 36px;
  align-self: flex-start;
}
.btn-outline:hover { background: var(--gold); color: var(--bg); }
.btn-lg { font-size: 16px; padding: 21px 64px; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px var(--pad-x);
}

.brand-name {
  font-family: var(--serif-en);
  font-size: 22px;
  letter-spacing: 0.22em;
  color: var(--text);
}
.brand-sub {
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--text-dim);
  margin-top: 3px;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.global-nav > a {
  font-family: var(--serif-ja);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.3s;
}
.global-nav > a:hover { color: var(--gold); }

.lang-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 8px 16px;
}
.lang {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: color 0.3s;
}
.lang.active { color: var(--gold); }
a.lang:hover { color: var(--gold); }
.lang-divider { width: 1px; height: 12px; background: rgba(255, 255, 255, 0.3); }

.nav-cta {
  font-family: var(--serif-ja);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold) !important;
  border: 1px solid rgba(249, 195, 73, 0.8);
  border-radius: 999px;
  padding: 12px 28px;
  transition: background 0.3s, color 0.3s;
}
.nav-cta:hover { background: var(--gold); color: var(--bg) !important; }

/* ---------- hamburger ---------- */
.menu-btn {
  display: none;
  position: relative;
  width: 46px; height: 46px;
  background: rgba(36, 18, 22, 0.6);
  border: 1px solid var(--gold-line);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
}
.menu-btn .bar {
  position: absolute;
  left: 12px; right: 12px;
  height: 1.5px;
  background: var(--gold);
  transition: transform 0.3s, opacity 0.3s, top 0.3s;
}
.menu-btn .bar:nth-child(1) { top: 15px; }
.menu-btn .bar:nth-child(2) { top: 22px; }
.menu-btn .bar:nth-child(3) { top: 29px; }
.menu-btn[aria-expanded="true"] .bar:nth-child(1) { top: 22px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] .bar:nth-child(3) { top: 22px; transform: rotate(-45deg); }

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  flex-direction: column;
  background: rgba(36, 18, 22, 0.97);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  padding: 10px var(--pad-x) 24px;
}
.mobile-nav.open { display: flex; }
.mobile-nav > a {
  font-family: var(--serif-ja);
  font-size: 15px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 4px;
  border-bottom: 1px solid rgba(249, 195, 73, 0.12);
}
.mobile-lang {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 4px 6px;
}
.mobile-lang .lang { font-size: 12px; }
.mobile-cta {
  display: block;
  margin-top: 14px;
  font-family: var(--serif-ja);
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  background: var(--gold);
  color: var(--bg) !important;
  border-radius: 999px;
  padding: 16px;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  /* FV内にトラストバーが入るよう、バー分の高さを差し引く */
  min-height: clamp(560px, calc(100svh - 128px), 840px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 20% 55%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46,26,30,0.6) 0%, rgba(46,26,30,0.18) 38%, rgba(46,26,30,0.85) 86%, rgba(46,26,30,0.9) 100%);
}
.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 3vw, 30px);
  text-align: center;
  padding: 160px var(--pad-x) 120px;
}
.award-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(249, 195, 73, 0.5);
  border-radius: 999px;
  padding: 10px 26px;
  background: rgba(36, 18, 22, 0.5);
  backdrop-filter: blur(8px);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--gold);
}
.fleuron { font-family: var(--serif-en); font-size: 15px; letter-spacing: 0; }
.award-badge-lg {
  font-size: 13px;
  letter-spacing: 0.16em;
  padding: 14px 34px;
  background: rgba(249, 195, 73, 0.14);
  border-color: rgba(249, 195, 73, 0.8);
  box-shadow: 0 0 46px rgba(249, 195, 73, 0.22);
}
.award-badge-lg strong { font-weight: 600; }
.award-badge-lg .fleuron { font-size: 17px; }
.hero h1 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1.55;
  text-shadow: 0 2px 30px rgba(23, 9, 12, 0.5);
}
.hero-price {
  font-family: var(--serif-ja);
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: 0.18em;
  color: var(--gold);
  text-shadow: 0 2px 20px rgba(23, 9, 12, 0.6);
}
.hero-lead {
  font-family: var(--serif-ja);
  font-size: clamp(14px, 1.6vw, 17px);
  letter-spacing: 0.14em;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.85);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
/* =========================================================
   TRUST BAR (FV内で権威を見せる帯)
   ========================================================= */
.trust-bar {
  border-top: 1px solid rgba(249, 195, 73, 0.5);
  border-bottom: 1px solid var(--gold-line);
  background: linear-gradient(180deg, #2A161B 0%, #241216 100%);
  box-shadow: 0 -18px 50px rgba(23, 9, 12, 0.55);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}
.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 30px 18px;
  border-right: 1px solid var(--gold-line-weak);
}
.trust-item:last-child { border-right: none; }
.trust-num {
  font-family: var(--serif-en);
  font-size: 46px;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 24px rgba(249, 195, 73, 0.35);
}
.trust-star { font-size: 24px; vertical-align: 8px; }
.trust-mark {
  font-family: var(--serif-en);
  font-size: 32px;
  color: var(--gold);
  text-shadow: 0 0 24px rgba(249, 195, 73, 0.35);
}
.stars { font-family: var(--serif-en); font-size: 14px; letter-spacing: 0.16em; color: var(--gold); }
.trust-title { font-family: var(--serif-ja); font-size: 15px; line-height: 1.6; }
.trust-note { font-size: 11.5px; color: rgba(255, 255, 255, 0.6); margin-top: 5px; line-height: 1.7; }

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee {
  border-bottom: 1px solid var(--gold-line);
  padding: 24px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  animation: om-marquee 40s linear infinite;
}
.marquee-track span {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0.1em;
  color: rgba(249, 195, 73, 0.55);
  white-space: nowrap;
}
@keyframes om-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================================================
   NEWS(新着情報: TOPのみ。項目は日付・リンク任意)
   ========================================================= */
.news {
  padding: clamp(40px, 5.5vw, 64px) var(--pad-x);
  border-bottom: 1px solid var(--gold-line-weak);
}

.news-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: clamp(28px, 6vw, 72px);
}

.news-title {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  white-space: nowrap;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--gold-line-weak);
}

.news-item:first-child { padding-top: 0; }
.news-item:last-child { border-bottom: none; padding-bottom: 0; }

.news-date {
  font-family: var(--serif-en);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.news-tag {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--gold);
  border: 1px solid var(--gold-line);
  padding: 3px 10px;
  white-space: nowrap;
}

.news-text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-dim);
}

.news-text a { color: inherit; }
.news-text a:hover { color: var(--gold); }

@media (max-width: 640px) {
  .news-inner { flex-direction: column; gap: 18px; }
  .news-title { margin-top: 6px; }
}

/* =========================================================
   NEWS ARTICLE(news/ 配下の記事ページ)
   ========================================================= */
.article-hero {
  padding: clamp(56px, 8vw, 100px) var(--pad-x) clamp(32px, 4.5vw, 52px);
  border-bottom: 1px solid var(--gold-line-weak);
}

.article-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.article-hero h1 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(23px, 3.4vw, 32px);
  line-height: 1.7;
}

.article {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 72px) var(--pad-x) clamp(56px, 7vw, 96px);
}

.article figure { margin: 0 0 clamp(32px, 4.5vw, 48px); }
.article figure img { width: 100%; border-radius: 6px; }

.article h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(19px, 2.6vw, 23px);
  line-height: 1.7;
  margin: clamp(40px, 5.5vw, 60px) 0 18px;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
}

.article p {
  font-size: 14px;
  line-height: 2.2;
  color: var(--text-dim);
  margin-bottom: 1.5em;
}

.article strong { color: var(--text); font-weight: 600; }

.article ul {
  list-style: none;
  margin: 0 0 1.8em;
  padding: 0;
}

.article ul li {
  font-size: 14px;
  line-height: 2;
  color: var(--text-dim);
  padding: 9px 0 9px 22px;
  position: relative;
  border-bottom: 1px solid var(--gold-line-weak);
}

.article ul li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 1.05em;
  width: 8px;
  height: 1px;
  background: var(--gold);
}

.article-cta {
  margin-top: clamp(44px, 6vw, 64px);
  padding-top: clamp(32px, 4.5vw, 44px);
  border-top: 1px solid var(--gold-line-weak);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.article-back {
  display: inline-block;
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--text-faint);
}

.article-back:hover { color: var(--gold); }

/* =========================================================
   CONCEPT
   ========================================================= */
.concept {
  padding: clamp(70px, 10vw, 140px) var(--pad-x) clamp(80px, 11vw, 150px);
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.concept-img {
  width: 52%;
  height: 560px;
  flex: none;
  border-radius: 28px;
  overflow: hidden;
}
.concept-img img { width: 100%; height: 100%; object-fit: cover; }
.concept-card {
  width: 48%;
  flex: none;
  margin-top: 90px;
  background: var(--bg-card);
  border: 1px solid rgba(249, 195, 73, 0.22);
  border-radius: 28px;
  padding: clamp(32px, 4.5vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 26px;
  box-shadow: 0 40px 80px rgba(23, 9, 12, 0.5);
}
.concept-card h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.8;
}
.concept-card p {
  font-size: 15px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.66);
}

/* =========================================================
   REASON
   ========================================================= */
.reason { padding: 0 var(--pad-x) clamp(80px, 10vw, 140px); }
.reason .section-head { margin-bottom: 52px; }
.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.reason-card {
  background: var(--bg-dark);
  border: 1px solid rgba(249, 195, 73, 0.2);
  border-radius: 24px;
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 0.35s, transform 0.35s;
}
.reason-card:hover { border-color: rgba(249, 195, 73, 0.7); transform: translateY(-8px); }
.reason-card.is-accent { background: var(--bg-card); border-color: rgba(249, 195, 73, 0.4); }
.reason-card.is-accent:hover { border-color: var(--gold); }
.reason-numeral { font-family: var(--serif-en); font-size: 34px; color: var(--gold); }
.reason-card h3 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7;
}
.reason-card p { font-size: 13px; line-height: 2; color: rgba(255, 255, 255, 0.62); }

/* =========================================================
   FLOW
   ========================================================= */
.flow {
  border-top: 1px solid var(--gold-line);
  padding: clamp(70px, 9vw, 130px) var(--pad-x) clamp(80px, 10vw, 140px);
}
.flow-lead {
  font-size: 14px;
  line-height: 2;
  color: var(--text-dim);
  margin: 18px 0 44px;
}
.flow-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: none;
}
.flow-step {
  position: relative;
  border-top: 1px solid var(--gold-line);
  padding: 26px 6px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.flow-num {
  font-family: var(--serif-en);
  font-size: 30px;
  color: var(--gold);
  line-height: 1;
}
.flow-step h3 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: 18px;
}
.flow-step p { font-size: 13px; line-height: 2; color: rgba(255, 255, 255, 0.62); }

/* =========================================================
   ROOMS
   ========================================================= */
.rooms {
  border-top: 1px solid var(--gold-line);
  padding: clamp(70px, 9vw, 130px) var(--pad-x) clamp(80px, 10vw, 140px);
}
.rooms-lead {
  font-size: 14px;
  line-height: 2;
  color: var(--text-dim);
  margin: 18px 0 44px;
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.room-card {
  border: 1px solid rgba(249, 195, 73, 0.2);
  border-radius: 24px;
  overflow: hidden;
  background: var(--bg-dark);
  transition: border-color 0.35s, transform 0.35s;
}
.room-card:hover { border-color: rgba(249, 195, 73, 0.7); transform: translateY(-8px); }
.room-card img { width: 100%; height: 230px; object-fit: cover; }
.room-card figcaption { padding: 26px 28px 30px; }
.room-name {
  font-family: var(--serif-en);
  font-size: 20px;
  letter-spacing: 0.08em;
  color: var(--gold);
}
.room-desc {
  font-size: 13px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 10px;
}

/* =========================================================
   MENU
   ========================================================= */
.menu { padding: 0 0 clamp(80px, 10vw, 140px); }
.menu-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 var(--pad-x);
  margin-bottom: 44px;
  gap: 20px;
}
.menu-arrows { display: flex; gap: 12px; }
.arrow-btn {
  width: 52px; height: 52px;
  border: 1px solid rgba(249, 195, 73, 0.5);
  background: transparent;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: var(--serif-en);
  font-size: 20px;
  color: var(--gold);
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.arrow-btn:hover { background: var(--gold); color: var(--bg); }

.menu-scroller {
  display: flex;
  gap: 28px;
  padding: 12px var(--pad-x);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--pad-x);
  scrollbar-width: thin;
  scrollbar-color: rgba(249, 195, 73, 0.4) transparent;
}
.menu-card {
  width: clamp(280px, 80vw, 400px);
  flex: none;
  background: var(--bg-dark);
  border: 1px solid rgba(249, 195, 73, 0.2);
  border-radius: 24px;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform 0.35s, box-shadow 0.35s;
}
.menu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(23, 9, 12, 0.6);
}
.menu-card-img { height: 250px; position: relative; }
.menu-card-img img { width: 100%; height: 100%; object-fit: cover; }
.badge-new {
  position: absolute;
  top: 18px; left: 18px;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--bg);
  background: var(--gold);
  padding: 5px 14px;
  border-radius: 999px;
}
.menu-card-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.menu-card h3 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: 21px;
}
.menu-price { font-family: var(--serif-en); font-size: 22px; color: var(--gold); }
.menu-price span { font-size: 14px; color: rgba(255, 255, 255, 0.5); }
.menu-card p { font-size: 13px; line-height: 1.9; color: rgba(255, 255, 255, 0.6); }
.menu-note {
  padding: 20px var(--pad-x) 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}
.menu-cta {
  display: flex;
  justify-content: center;
  padding: 36px var(--pad-x) 0;
}
.menu-cta .btn { min-width: min(360px, 100%); }

/* =========================================================
   VOICE
   ========================================================= */
.voice {
  border-top: 1px solid var(--gold-line);
  padding: clamp(70px, 9vw, 130px) var(--pad-x);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.stars-lg {
  font-family: var(--serif-en);
  font-size: 22px;
  letter-spacing: 0.3em;
  color: var(--gold);
}
.voice-quote {
  font-family: var(--serif-ja);
  font-size: clamp(21px, 2.6vw, 30px);
  line-height: 2;
  max-width: 900px;
}
.voice-source { font-size: 13px; letter-spacing: 0.16em; color: rgba(255, 255, 255, 0.55); }
.voice-data {
  font-family: var(--serif-ja);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  color: var(--gold);
}
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 340px));
  gap: 22px;
  margin-top: 24px;
  justify-content: center;
}
.voice-card {
  background: var(--bg-dark);
  border: 1px solid var(--gold-line-weak);
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.voice-card blockquote { font-size: 13px; line-height: 2; color: rgba(255, 255, 255, 0.75); }
.voice-card figcaption { font-size: 11px; letter-spacing: 0.1em; color: var(--text-faint); }
.voice-note { font-size: 11px; color: var(--text-faint); }

/* =========================================================
   RESERVE
   ========================================================= */
.reserve {
  background: var(--bg-dark);
  border-top: 1px solid var(--gold-line);
  padding: clamp(70px, 8.5vw, 120px) var(--pad-x);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.reserve h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.8;
}
.reserve-lead {
  font-family: var(--serif-ja);
  font-size: 15px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
}
.btn-icon {
  display: inline-block;
  width: 22px; height: 22px;
  border-radius: 6px;
  vertical-align: -5px;
  margin-right: 10px;
}
.sns-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sns-btn {
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  background: rgba(46, 26, 30, 0.6);
  transition: border-color 0.3s, transform 0.3s;
}
.sns-btn:hover { border-color: rgba(249, 195, 73, 0.7); transform: translateY(-4px); }
.sns-btn img { width: 24px; height: 24px; border-radius: 6px; }
.sns-btn .icon-fb { width: 21px; height: 21px; }

.reserve-contacts {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.reserve-contacts .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(249, 195, 73, 0.5); }
.reserve-note { font-size: 12px; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.5); }

/* =========================================================
   ACCESS + FOOTER
   ========================================================= */
.access {
  border-top: 1px solid var(--gold-line);
  padding: clamp(60px, 7vw, 100px) var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4.5vw, 60px);
  align-items: center;
}
.access-map {
  height: 360px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--gold-line-weak);
  background: repeating-linear-gradient(45deg, #241216, #241216 14px, #2A161B 14px, #2A161B 28px);
}
.access-map iframe {
  width: 100%; height: 100%;
  border: 0;
  filter: grayscale(0.35) contrast(0.95);
}
.access-info { display: flex; flex-direction: column; gap: 22px; }
.access-info h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.8;
}
.access-info p { font-size: 14px; line-height: 2.2; color: rgba(255, 255, 255, 0.65); }
.map-link {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: gap 0.35s;
}
.map-link:hover { gap: 26px; }
.map-link span:first-child {
  font-family: var(--serif-ja);
  font-size: 14px;
  letter-spacing: 0.16em;
}
.map-line { width: 90px; height: 1px; background: var(--gold); }
.map-arrow { font-family: var(--serif-en); font-size: 17px; }

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px var(--pad-x);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  background: var(--bg-dark);
}
.footer-brand {
  font-family: var(--serif-en);
  font-size: 17px;
  letter-spacing: 0.2em;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s;
}
.footer-links a:hover { color: var(--gold); }
.footer-links small { font-size: 12px; color: rgba(255, 255, 255, 0.4); }

/* =========================================================
   SUBPAGES (about / service / info / media)
   ========================================================= */
.page .site-header {
  position: relative;
  background: var(--bg-dark);
  border-bottom: 1px solid var(--gold-line);
}
.brand-link { display: block; }

.page-hero {
  position: relative;
  padding: clamp(70px, 9vw, 130px) var(--pad-x);
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}
.page-hero-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36,18,22,0.92) 0%, rgba(36,18,22,0.72) 55%, rgba(36,18,22,0.45) 100%);
}
.page-hero > .eyebrow, .page-hero > h1, .page-hero > .page-hero-lead { position: relative; }
.page-hero h1 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.6;
}
.page-hero-lead {
  font-family: var(--serif-ja);
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.8);
  max-width: 640px;
}

/* ---------- story (about) ---------- */
.story {
  padding: clamp(70px, 9vw, 130px) var(--pad-x);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}
.story-body { display: flex; flex-direction: column; gap: 24px; }
.story-body h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.8;
}
.story-body p { font-size: 14px; line-height: 2.3; color: rgba(255, 255, 255, 0.72); }
.story-aside { position: sticky; top: 40px; display: flex; flex-direction: column; gap: 20px; }
.story-aside img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--gold-line-weak);
}
.story-caption { font-size: 11px; letter-spacing: 0.1em; color: var(--text-faint); }

.pull-quote {
  border-left: 2px solid var(--gold);
  padding: 6px 0 6px 24px;
  font-family: var(--serif-ja);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 2.1;
  color: var(--gold);
}

/* ---------- philosophy (三つの誕生) ---------- */
.philosophy {
  border-top: 1px solid var(--gold-line);
  background: var(--bg-dark);
  padding: clamp(70px, 9vw, 120px) var(--pad-x);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.philosophy h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(24px, 3vw, 34px);
}
.philosophy-lead { font-size: 14px; line-height: 2.2; color: var(--text-dim); max-width: 660px; }
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 18px;
  width: 100%;
  max-width: 980px;
}
.philosophy-card {
  border: 1px solid var(--gold-line-weak);
  border-radius: 24px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--bg);
}
.philosophy-card .reason-numeral { font-size: 28px; }
.philosophy-card h3 { font-family: var(--serif-ja); font-weight: 500; font-size: 18px; }
.philosophy-card p { font-size: 13px; line-height: 2; color: rgba(255, 255, 255, 0.62); }

/* ---------- staff ---------- */
.staff { padding: clamp(70px, 9vw, 130px) var(--pad-x); }
.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 44px;
}
.staff-card {
  background: var(--bg-card);
  border: 1px solid rgba(249, 195, 73, 0.22);
  border-radius: 28px;
  padding: clamp(30px, 3.5vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.staff-role { font-size: 11px; letter-spacing: 0.28em; color: var(--gold); }
.staff-name {
  font-family: var(--serif-en);
  font-size: 30px;
  letter-spacing: 0.06em;
}
.staff-name small {
  font-family: var(--serif-ja);
  font-size: 15px;
  color: var(--text-dim);
  margin-left: 12px;
}
.staff-card p { font-size: 13px; line-height: 2.1; color: rgba(255, 255, 255, 0.66); }
.badge-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--gold);
  border: 1px solid rgba(249, 195, 73, 0.45);
  border-radius: 999px;
  padding: 7px 16px;
}

/* ---------- service ---------- */
.price-note-band {
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  background: var(--bg-dark);
  padding: 26px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  flex-wrap: wrap;
}
.price-note-band .fleuron { font-size: 18px; color: var(--gold); }
.price-note-band p {
  font-family: var(--serif-ja);
  font-size: clamp(13px, 1.5vw, 15px);
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.85);
}
.menu-list { padding: clamp(70px, 9vw, 120px) var(--pad-x); }
.menu-list .section-head { margin-bottom: 44px; }
.menu-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.menu-list-grid .menu-card { width: auto; }
.duration-chip {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 5px 14px;
  align-self: flex-start;
}
.course-note {
  margin-top: 28px;
  font-size: 12px;
  line-height: 2;
  color: var(--text-faint);
}

/* ---------- category banner (メニューカテゴリの帯) ---------- */
.category-banner {
  position: relative;
  height: clamp(160px, 20vw, 230px);
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--gold-line-weak);
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}
.category-banner img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.category-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,18,22,0.15) 0%, rgba(36,18,22,0.55) 60%, rgba(36,18,22,0.88) 100%);
}
.category-banner .banner-copy {
  position: relative;
  z-index: 1;
  padding: 26px clamp(22px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.category-banner h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 30px);
  text-shadow: 0 2px 18px rgba(23, 9, 12, 0.6);
}

/* ---------- price list (メニュー表) ---------- */
.price-list {
  display: flex;
  flex-direction: column;
  max-width: 980px;
}
.price-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  padding: 30px 4px;
  border-bottom: 1px solid rgba(249, 195, 73, 0.16);
}
.price-item:first-child { border-top: 1px solid rgba(249, 195, 73, 0.16); }
.price-tier {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--gold);
  border: 1px solid rgba(249, 195, 73, 0.45);
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 12px;
}
.price-info h3 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.7;
}
.price-info p {
  font-size: 13px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 10px;
  max-width: 560px;
}
.price-vals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
}
.pv {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}
.pv-time {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.pv-price {
  font-family: var(--serif-en);
  font-size: 19px;
  color: var(--gold);
  white-space: nowrap;
}
.pv-price small {
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- info ---------- */
.info-wrap {
  padding: clamp(70px, 9vw, 120px) var(--pad-x);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 60px);
  align-items: start;
}
.info-table { display: flex; flex-direction: column; margin-top: 34px; }
.info-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 20px 4px;
  border-bottom: 1px solid rgba(249, 195, 73, 0.14);
}
.info-row dt {
  font-family: var(--serif-ja);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--gold);
}
.info-row dd { margin: 0; font-size: 14px; line-height: 2; color: rgba(255, 255, 255, 0.75); }
.info-map {
  position: sticky;
  top: 40px;
  height: 420px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--gold-line-weak);
}
.info-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.35) contrast(0.95); }

.faq {
  border-top: 1px solid var(--gold-line);
  padding: clamp(70px, 9vw, 120px) var(--pad-x);
  max-width: 980px;
}
.faq .section-head { margin-bottom: 36px; }
.faq details {
  border-bottom: 1px solid rgba(249, 195, 73, 0.16);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 24px 4px;
  font-family: var(--serif-ja);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.8;
  transition: color 0.3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold); }
.faq summary::before {
  content: "Q";
  font-family: var(--serif-en);
  font-size: 20px;
  color: var(--gold);
  flex: none;
}
.faq-a {
  display: flex;
  gap: 18px;
  padding: 0 4px 26px;
}
.faq-a::before {
  content: "A";
  font-family: var(--serif-en);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
  flex: none;
}
.faq-a p { font-size: 13.5px; line-height: 2.2; color: rgba(255, 255, 255, 0.68); }

/* ---------- media (press) ---------- */
.press-section { padding: clamp(60px, 8vw, 110px) var(--pad-x); max-width: 1080px; }
.press-section .section-head { margin-bottom: 34px; }
.press-section p.lede { font-size: 14px; line-height: 2.3; color: rgba(255, 255, 255, 0.72); max-width: 760px; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.stat-grid-3 { grid-template-columns: repeat(3, 1fr); }
.stat-tile {
  border: 1px solid var(--gold-line-weak);
  border-radius: 22px;
  background: var(--bg-dark);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stat-value {
  font-family: var(--serif-en);
  font-size: clamp(28px, 3vw, 38px);
  color: var(--gold);
  line-height: 1.1;
}
.stat-label { font-size: 12px; line-height: 1.8; color: rgba(255, 255, 255, 0.6); }
.press-contact {
  border: 1px solid rgba(249, 195, 73, 0.35);
  border-radius: 26px;
  background: var(--bg-card);
  padding: clamp(30px, 4vw, 50px);
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.press-contact h3 { font-family: var(--serif-ja); font-weight: 500; font-size: 20px; }
.press-contact p { font-size: 14px; line-height: 2.2; color: rgba(255, 255, 255, 0.75); }

/* ---------- press gallery (画になる素材) ---------- */
.press-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.press-gallery figure {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--gold-line-weak);
}
.press-gallery img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.5s;
}
.press-gallery figure:hover img { transform: scale(1.05); }
.press-gallery figcaption {
  padding: 12px 16px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  background: var(--bg-dark);
}

/* ---------- pictogram (7割海外) ---------- */
.picto-block {
  border: 1px solid var(--gold-line-weak);
  border-radius: 26px;
  background: var(--bg-dark);
  padding: clamp(30px, 4vw, 48px);
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.picto-title {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(19px, 2.2vw, 24px);
}
.picto-row {
  display: flex;
  gap: clamp(6px, 1.6vw, 16px);
  flex-wrap: wrap;
}
.picto-person { width: clamp(28px, 4.5vw, 44px); height: auto; }
.picto-person.is-filled { color: var(--gold); }
.picto-person.is-track { color: rgba(255, 255, 255, 0.28); }
.picto-legend {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.picto-legend .key {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: -1px;
}
.picto-legend .key-filled { background: var(--gold); }
.picto-legend .key-track { border: 1.5px solid rgba(255, 255, 255, 0.4); }

/* ---------- milestones timeline ---------- */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 7px;
  left: calc(12.5% );
  right: calc(12.5%);
  height: 1px;
  background: linear-gradient(90deg, rgba(249,195,73,0.15), rgba(249,195,73,0.7), rgba(249,195,73,0.15));
}
.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 0 14px;
}
.timeline-dot {
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--gold);
  box-shadow: 0 0 16px rgba(249, 195, 73, 0.4);
  position: relative;
  z-index: 1;
}
.timeline-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.timeline-date {
  font-family: var(--serif-en);
  font-size: 19px;
  letter-spacing: 0.08em;
  color: var(--gold);
}
.timeline-item h3 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
}
.timeline-item p { font-size: 12px; line-height: 1.9; color: rgba(255, 255, 255, 0.6); }

/* ---------- feature cards (3つの特徴・写真つき) ---------- */
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.feature-card {
  background: var(--bg-dark);
  border: 1px solid rgba(249, 195, 73, 0.2);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color 0.35s, transform 0.35s;
}
.feature-card:hover { border-color: rgba(249, 195, 73, 0.7); transform: translateY(-8px); }
.feature-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.feature-card .feature-body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.feature-card h3 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
}
.feature-card p { font-size: 13px; line-height: 2; color: rgba(255, 255, 255, 0.64); }

/* ---------- shared CTA band ---------- */
.cta-band {
  border-top: 1px solid var(--gold-line);
  background: var(--bg-dark);
  padding: clamp(60px, 8vw, 100px) var(--pad-x);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.cta-band h2 {
  font-family: var(--serif-ja);
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.8;
}
.cta-band p { font-family: var(--serif-ja); font-size: 14px; line-height: 2.2; color: rgba(255, 255, 255, 0.7); }
.cta-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }

/* ---------- footer sitemap ---------- */
.footer-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-family: var(--serif-ja);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s;
}
.footer-nav a:hover { color: var(--gold); }

/* ---------- subpage responsive ---------- */
@media (max-width: 900px) {
  .story { grid-template-columns: 1fr; }
  .story-aside { position: static; }
  .philosophy-grid { grid-template-columns: 1fr; max-width: 480px; }
  .staff-grid { grid-template-columns: 1fr; }
  .menu-list-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .info-wrap { grid-template-columns: 1fr; }
  .info-map { position: static; height: 320px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .press-gallery { grid-template-columns: repeat(2, 1fr); }
  .feature-cards { grid-template-columns: 1fr; max-width: 480px; }
  .timeline { grid-template-columns: 1fr; gap: 26px; }
  .timeline::before {
    top: 8px;
    bottom: 8px;
    left: 6px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(249,195,73,0.15), rgba(249,195,73,0.7), rgba(249,195,73,0.15));
  }
  .timeline-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    padding: 0;
    gap: 18px;
  }
  .timeline-dot { flex: none; margin-top: 4px; }
  .timeline-body { align-items: flex-start; text-align: left; gap: 6px; }
}
@media (max-width: 640px) {
  .info-row { grid-template-columns: 1fr; gap: 6px; }
  .price-item { grid-template-columns: 1fr; gap: 16px; }
  .price-vals { min-width: 0; max-width: 300px; }
  .stat-grid { grid-template-columns: 1fr; }
  .cta-actions { width: 100%; max-width: 360px; flex-direction: column; }
  .cta-actions .btn { width: 100%; }
}

/* =========================================================
   REVEAL (scroll-in)
   JS有効時(html.js)のみ初期非表示にする — JS無効でも内容が見える
   ========================================================= */
html.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
html.js .reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1080px) {
  .global-nav { display: none; }
  .menu-btn { display: block; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--gold-line-weak); }
}

@media (max-width: 900px) {
  .concept { flex-direction: column; }
  .concept-img { width: 100%; height: clamp(280px, 55vw, 460px); }
  .concept-card { width: 100%; margin-top: -40px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .rooms-grid { grid-template-columns: 1fr; }
  .room-card img { height: clamp(200px, 45vw, 320px); }
  .voice-grid { grid-template-columns: minmax(0, 480px); }
  .access { grid-template-columns: 1fr; }
  .access-map { height: 300px; }
}

@media (max-width: 640px) {
  .brand-name { font-size: 16px; letter-spacing: 0.16em; }
  .brand-sub { display: none; }
  .hero h1 { font-size: clamp(23px, 6.6vw, 30px); }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item {
    border-right: none !important;
    border-bottom: 1px solid var(--gold-line-weak);
    justify-content: flex-start;
    padding: 22px var(--pad-x);
  }
  .trust-item:last-child { border-bottom: none; }
  .award-badge-lg { font-size: 11px; padding: 12px 20px; letter-spacing: 0.1em; }
  .reason-grid { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: 1fr; }
  .menu-head { flex-direction: column; align-items: flex-start; }
  .menu-arrows { display: none; }
  .hero-actions .btn { width: 100%; }
  .hero-actions { width: 100%; max-width: 360px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .reason-card, .menu-card, .map-link, .btn, .sns-btn, .room-card { transition: none; }
}
