/* ============================================================
   BISTRO AOKI — page-index.css（トップ専用レイアウト）
   ============================================================ */

/* ---------- 1. Hero ---------- */
.hero__content {
  justify-content: flex-end;
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding: 0 var(--gutter) clamp(4rem, 9vh, 7rem);
}
/* 動画ヒーロー: 炎の明部でも文字が沈まないようシェードを一段強める */
.hero .bleed__shade {
  background: linear-gradient(180deg, rgba(26,20,18,.52), rgba(26,20,18,.34) 45%, rgba(26,20,18,.66));
}
.hero__kicker { margin-bottom: 1.6em; }
.hero__catch { max-width: 11em; }
.hero__sub { margin-top: 1.8em; }
.hero__cta-wrap { margin-top: 2.6em; }
.hero__scroll {
  position: absolute;
  right: clamp(1.25rem, 3vw, 3rem);
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .9em;
}
.hero__scroll-text { letter-spacing: .34em; }

/* ---------- 2. Statement（オーバーレイ大見出し） ---------- */
.statement { min-height: 88vh; min-height: 88svh; }
.statement__content {
  max-width: var(--container);
  width: 100%;
  margin-inline: auto;
  padding: clamp(4rem, 9vh, 7rem) var(--gutter);
  justify-content: space-between;
}
.statement__title { font-family: var(--font-ja-serif); text-transform: none; letter-spacing: .1em; line-height: 1.25; font-weight: 500; }
.statement__caption { align-self: flex-end; }

/* ---------- 3. Philosophy ---------- */
.philosophy__side { grid-column: 1 / 4; }
.philosophy__ja { margin-top: .4em; }
.philosophy__main { grid-column: 5 / 12; }
.philosophy__body { line-height: 2.1; letter-spacing: .12em; }
.philosophy__main .text-link { margin-top: 2.2em; }

/* ---------- 5. Menu split ---------- */
.menu-split__sub { margin-top: 1.4em; }
.menu-split__top .display-lg { margin-top: .1em; }
.menu-split__list .menu-list__item { border-bottom-color: rgba(240, 235, 227, .18); }
.menu-split__list .menu-list__name { color: var(--head); }
.menu-split__list .menu-list__name-ja { color: rgba(240, 235, 227, .72); }
.menu-split__list .menu-list__desc { color: rgba(240, 235, 227, .65); } /* 4.9:1 on bordeaux */
.menu-split .split__panel { justify-content: space-between; }
.menu-split .text-link { color: var(--gold-light); }
.menu-split .text-link:hover { color: var(--ink); }

/* ---------- 7. Gallery collage ---------- */
.gallery-preview__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.gallery-preview__collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(.9rem, 1.8vw, 1.75rem);
}
.gallery-preview__item { position: relative; overflow: hidden; margin: 0; cursor: pointer; }
.gallery-preview__item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-preview__item figcaption {
  position: static;
  margin-top: .8em;
}
.gallery-preview__item img { aspect-ratio: 1 / 1; }
.gp-1 { grid-column: 1 / 6;  }
.gp-1 img { aspect-ratio: 4 / 5; }
.gp-2 { grid-column: 7 / 13; margin-top: clamp(2rem, 6vw, 5.5rem); }
.gp-2 img { aspect-ratio: 16 / 10; }
.gp-3 { grid-column: 2 / 5; margin-top: clamp(1.5rem, 4vw, 3.5rem); }
.gp-3 img { aspect-ratio: 1 / 1; }
.gp-4 { grid-column: 6 / 9; margin-top: clamp(-4rem, -6vw, -2rem); }
.gp-4 img { aspect-ratio: 3 / 4; }
.gp-5 { grid-column: 10 / 13; margin-top: clamp(1rem, 2.5vw, 2rem); }
.gp-5 img { aspect-ratio: 1 / 1; }
.gallery-preview__more { margin-top: clamp(2.5rem, 5vw, 4rem); text-align: right; }
@media (max-width: 767px) {
  .gallery-preview__head { flex-direction: column; align-items: flex-start; }
  .gallery-preview__collage { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
  .gp-1, .gp-2, .gp-3, .gp-4, .gp-5 { grid-column: auto; margin-top: 0; }
  .gp-1 { grid-column: 1 / 3; }
  .gp-1 img { aspect-ratio: 16 / 10; }
  .gp-2 img, .gp-3 img, .gp-4 img, .gp-5 img { aspect-ratio: 1 / 1; }
}

/* ---------- 8. Chef ---------- */
.chef-intro__photo { grid-column: 1 / 6; margin: 0; }
.chef-intro__photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.chef-intro__text {
  grid-column: 7 / 13;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  justify-content: center;
}
.chef-intro__lead { letter-spacing: .16em; }

/* ---------- 9. Access band ---------- */
.access-band { min-height: 92vh; min-height: 92svh; }
.access-band__content {
  max-width: var(--container);
  width: 100%;
  margin-inline: auto;
  padding: clamp(4rem, 8vh, 6rem) var(--gutter);
  justify-content: flex-end;
  align-items: flex-end;
}
.access-band__text { color: var(--ink); font-size: var(--fs-small); letter-spacing: .08em; }
.overlay-panel .display-md { margin-bottom: 1.1em; }
.access-band__hours { margin-top: 1.2em; }
.overlay-panel .text-link { margin-top: 1.8em; }
@media (max-width: 767px) {
  .access-band__content { align-items: stretch; }
  .overlay-panel { max-width: none; }
}

/* ---------- タブレット/SP 全体調整 ---------- */
@media (max-width: 1023px) {
  .philosophy__side { grid-column: 1 / 13; margin-bottom: 1.5rem; }
  .philosophy__main { grid-column: 1 / 13; }
  .chef-intro__photo { grid-column: 1 / 13; max-width: 480px; }
  .chef-intro__text { grid-column: 1 / 13; }
}
