/* ============================================
   Da Giogio 公式サイト（試作版・ファン制作）
   Concept: 夜、Giorgio がパスタを打つ。
   ============================================ */

:root {
  --color-bg: #F8F4EE;          /* オフホワイト（紙の白） */
  --color-bg-cream: #F0E8D9;    /* 温かみのあるベージュ */
  --color-card: #FFFFFF;
  --color-text: #2A2A2E;        /* 墨色 */
  --color-text-sub: #5A4D44;
  --color-text-mute: #8A7B6F;
  --color-primary: #6B1F2E;     /* 深いボルドー（ワイン色） */
  --color-primary-deep: #4A1420;
  --color-accent: #7A8450;      /* オリーブグリーン */
  --color-accent-deep: #5A6238;
  --color-border: #E0D3BD;
  --shadow-sm: 0 2px 8px rgba(74, 20, 32, 0.05);
  --shadow-md: 0 6px 24px rgba(74, 20, 32, 0.08);
  --shadow-lg: 0 14px 44px rgba(74, 20, 32, 0.12);
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* sp/pc 表示切り替えヘルパー（デフォルトはPC） */
.sp-only { display: none; }
.pc-only { display: inline; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.95;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ============================================
   Eyebrow & Section Title
   ============================================ */
.eyebrow {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px; font-weight: 500;
  font-style: italic;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  margin-bottom: 18px;
}
.eyebrow::before, .eyebrow::after {
  content: '─';
  display: inline-block;
  margin: 0 8px;
  color: var(--color-accent);
}

.sec-title {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 38px; font-weight: 600;
  line-height: 1.55; letter-spacing: 0.03em;
  color: var(--color-text);
  margin-bottom: 24px;
}
.sec-title em {
  font-style: normal;
  color: var(--color-primary);
}
.sec-title-en {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; font-weight: 400;
  font-style: italic;
  color: var(--color-accent);
  margin-top: 4px;
  letter-spacing: 0.06em;
}

.sec-lead {
  font-size: 16px; color: var(--color-text-sub);
  line-height: 2.15; max-width: 720px;
  margin-bottom: 48px;
}

/* ============================================
   Header
   ============================================ */
.header {
  position: fixed; top: 0; left: 0; right: 0;
  background: rgba(248, 244, 238, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  z-index: 100;
  transition: all 0.3s var(--ease-out);
}
.header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-sm);
}
.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0;
}
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600;
  color: var(--color-primary);
  letter-spacing: 0.04em;
}
.logo small {
  display: block; font-size: 9px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.25em;
  color: var(--color-accent); font-weight: 500;
  margin-top: -3px;
}

.nav { display: flex; align-items: center; gap: 32px; }
.nav__list { display: flex; gap: 26px; list-style: none; }
.nav__list a {
  font-size: 13px; font-weight: 500;
  color: var(--color-text);
  transition: color 0.2s;
  letter-spacing: 0.04em;
}
.nav__list a:hover { color: var(--color-primary); }
.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--color-primary);
  color: #fff !important;
  padding: 10px 22px; border-radius: 0;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em;
  transition: all 0.3s var(--ease-out);
  border: 1px solid var(--color-primary);
}
.nav__cta:hover { background: var(--color-primary-deep); border-color: var(--color-primary-deep); }

.nav__toggle {
  display: none; width: 30px; height: 22px;
  flex-direction: column; justify-content: space-between;
}
.nav__toggle span {
  display: block; width: 100%; height: 1.5px;
  background: var(--color-text); border-radius: 2px;
  transition: all 0.3s var(--ease-out);
}

/* ============================================
   Travel mantra（「料理と、ワインと、物語。」を独立強調）
   ============================================ */
.travel-mantra {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 32px; font-weight: 600;
  line-height: 1.7;
  color: #E8D9C8;
  letter-spacing: 0.18em;
  text-align: center;
  position: relative;
  padding: 28px 0;
  margin: 0 auto;
}
.travel-mantra::before, .travel-mantra::after {
  content: '';
  position: absolute; left: 50%;
  width: 60px; height: 1px;
  background: rgba(232, 217, 200, 0.4);
  transform: translateX(-50%);
}
.travel-mantra::before { top: 0; }
.travel-mantra::after { bottom: 0; }

/* ============================================
   Hero
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  overflow: hidden;
  display: flex; align-items: center;
}
.hero__bg {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero__bg::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(248, 244, 238, 0.78) 0%,
    rgba(248, 244, 238, 0.45) 45%,
    rgba(74, 20, 32, 0.35) 100%);
  z-index: 2;
  pointer-events: none;
}
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0;
  animation: heroSlide 24s infinite;
  z-index: 1;
}
.hero__slide:nth-child(1) { animation-delay: 0s; }
.hero__slide:nth-child(2) { animation-delay: 8s; }
.hero__slide:nth-child(3) { animation-delay: 16s; }
.hero__slide img {
  width: 100%; height: 100%; object-fit: cover;
  animation: kenBurns 28s ease-in-out infinite alternate;
}
@keyframes heroSlide {
  0%, 28%   { opacity: 1; }
  33%, 95%  { opacity: 0; }
  100%      { opacity: 1; }
}
@keyframes kenBurns {
  0% { transform: scale(1.04) translate(-1%, 0); }
  100% { transform: scale(1.14) translate(2%, -1%); }
}

/* 旧hero__bg img 互換（フォールバック） */
.hero__bg > img {
  width: 100%; height: 100%; object-fit: cover;
  animation: kenBurns 28s ease-in-out infinite alternate;
}

.hero__inner {
  position: relative; z-index: 3;
  padding: 60px 28px;
  width: 100%;
}
.hero__badge {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px; font-style: italic;
  letter-spacing: 0.15em;
  color: var(--color-primary);
  margin-bottom: 30px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--color-border);
  opacity: 0;
  animation: heroFadeUp 1s var(--ease-out) 0.2s forwards;
}

.hero__title {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 64px; font-weight: 600;
  line-height: 1.5; letter-spacing: 0.04em;
  color: var(--color-text);
  margin-bottom: 28px;
  opacity: 0;
  animation: heroFadeUp 1.3s var(--ease-out) 0.6s forwards;
}
.hero__title em {
  font-style: normal;
  font-family: 'Cormorant Garamond', serif;
  color: var(--color-primary);
  font-weight: 600;
}

.hero__lead {
  font-size: 17px; line-height: 2.2;
  color: var(--color-text);
  max-width: 560px;
  margin-bottom: 42px;
  font-weight: 500;
  opacity: 0;
  animation: heroFadeUp 1.2s var(--ease-out) 1.0s forwards;
}

.hero__cta {
  opacity: 0;
  animation: heroFadeUp 1.2s var(--ease-out) 1.4s forwards;
}

.hero__meta {
  opacity: 0;
  animation: heroFadeUp 1.2s var(--ease-out) 1.8s forwards;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero__lead strong { color: var(--color-primary); font-weight: 600; }

.hero__cta {
  display: flex; flex-wrap: wrap; gap: 14px;
  align-items: center;
}
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.1em;
  transition: all 0.3s var(--ease-out);
  white-space: nowrap;
}
.btn--primary {
  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}
.btn--primary:hover {
  background: var(--color-primary-deep);
  border-color: var(--color-primary-deep);
  transform: translateY(-1px);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.85);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}
.btn--ghost:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.hero__meta {
  margin-top: 36px;
  display: flex; gap: 32px;
  font-size: 12px;
  color: var(--color-text-sub);
  letter-spacing: 0.08em;
}
.hero__meta span::before {
  content: '・';
  color: var(--color-accent);
  margin-right: 6px;
}

.hero__scroll {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px; letter-spacing: 0.3em;
  color: var(--color-text-sub);
  font-style: italic;
  animation: scrollCue 2.4s ease-in-out infinite;
}
@keyframes scrollCue {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.7; }
  50% { transform: translateX(-50%) translateY(6px); opacity: 1; }
}

/* ============================================
   Section common
   ============================================ */
.section { padding: 120px 0; position: relative; }
.section--cream { background: var(--color-bg-cream); }
.section--dark {
  background: var(--color-primary-deep); color: #fff;
}
.section--dark .sec-title { color: #fff; }
.section--dark .sec-title em { color: #E8D9C8; }
.section--dark .sec-lead { color: rgba(255,255,255,0.88); }
.section--dark .eyebrow { color: #E8D9C8; }
.section--dark .eyebrow::before, .section--dark .eyebrow::after { color: rgba(232, 217, 200, 0.5); }

/* ============================================
   Marquee (流れるテキスト)
   ============================================ */
.marquee {
  background: var(--color-primary-deep);
  color: #E8D9C8;
  padding: 28px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(232, 217, 200, 0.15);
  border-bottom: 1px solid rgba(232, 217, 200, 0.15);
}
.marquee__track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 40s linear infinite;
  will-change: transform;
}
.marquee__item {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 0.12em;
  padding: 0 36px;
  display: inline-flex; align-items: center;
}
.marquee__item::after {
  content: '✦';
  margin-left: 60px;
  color: rgba(232, 217, 200, 0.5);
  font-size: 18px;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================
   Tonight's Kitchen (Instagram 最新3枚)
   ============================================ */
.tonight {
  padding: 100px 0;
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.tonight__head {
  display: flex; align-items: end; justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap; gap: 16px;
}
.tonight__title {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 30px; font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.04em;
}
.tonight__title em {
  font-style: normal;
  font-family: 'Cormorant Garamond', serif;
  color: var(--color-primary);
}
.tonight__link {
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 0.15em;
  color: var(--color-accent);
  font-weight: 600;
  transition: color 0.2s;
}
.tonight__link:hover { color: var(--color-primary); }
.tonight__link::after {
  content: '→';
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.3s var(--ease-out);
}
.tonight__link:hover::after { transform: translateX(4px); }

.tonight__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tonight__item {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-bg-cream);
  position: relative;
  transition: transform 0.4s var(--ease-out);
}
.tonight__item:hover { transform: translateY(-4px); }
.tonight__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.tonight__item:hover img { transform: scale(1.05); }

/* ============================================
   Message (ふたりの言葉)
   ============================================ */
.message {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.message__quote {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 26px; line-height: 2.0;
  color: var(--color-text);
  letter-spacing: 0.04em;
  margin: 28px 0 40px;
  font-weight: 500;
}
.message__quote span {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.message__body p {
  font-size: 15.5px; line-height: 2.2;
  color: var(--color-text-sub);
  margin-bottom: 20px;
}
.message__sign {
  display: inline-block;
  margin-top: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--color-primary);
  letter-spacing: 0.06em;
}

/* ============================================
   Story (ふたりの物語) - 2カラム
   ============================================ */
.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}
.story__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--color-bg-cream);
  position: relative;
}
.story__media img {
  width: 100%; height: 110%; object-fit: cover;
  transition: filter 0.8s var(--ease-out);
  will-change: transform;
}
.story__media:hover img {
  filter: brightness(1.04) saturate(1.06);
}
.story__media::after {
  content: '';
  position: absolute;
  bottom: -28px; right: -28px;
  width: 55%; height: 55%;
  background: var(--color-primary);
  opacity: 0.10;
  z-index: -1;
}
.story__body p {
  font-size: 16px; line-height: 2.25;
  color: var(--color-text);
  margin-bottom: 22px;
}
.story__body p:first-of-type::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  float: left;
  line-height: 0.9;
  margin: 8px 10px 0 0;
  color: var(--color-primary);
}

/* ============================================
   Eat / Drink (食べる・飲む) — 共通
   ============================================ */
.feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 80px;
  align-items: center;
}
.feature.reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}
.feature.reverse .feature__media { order: 2; }
.feature.reverse .feature__body { order: 1; }

.feature__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}
.feature__media img {
  width: 100%; height: 110%; object-fit: cover;
  transition: filter 0.8s var(--ease-out);
  will-change: transform;
}
.feature__media:hover img {
  filter: brightness(1.05) saturate(1.08);
}
.feature__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(74, 20, 32, 0.18));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out);
}
.feature__media:hover::after { opacity: 1; }
.feature__body .eyebrow { margin-bottom: 14px; }
.feature__title {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 34px; font-weight: 600;
  line-height: 1.55; letter-spacing: 0.04em;
  margin-bottom: 22px;
  color: var(--color-text);
}
.feature__title em {
  font-style: normal;
  font-family: 'Cormorant Garamond', serif;
  color: var(--color-primary);
}
.feature__lead {
  font-size: 16px; line-height: 2.15;
  color: var(--color-text);
  margin-bottom: 28px;
  font-weight: 500;
}
.feature__list {
  list-style: none; padding: 0;
  margin-top: 8px;
  border-top: 1px solid var(--color-border);
}
.feature__list li {
  padding: 14px 0;
  font-size: 14.5px;
  color: var(--color-text-sub);
  line-height: 1.85;
  border-bottom: 1px solid var(--color-border);
  display: flex; gap: 16px;
}
.feature__list li::before {
  content: '·';
  color: var(--color-accent);
  font-weight: 700;
}

/* ============================================
   11席 (Eleven Seats)
   ============================================ */
.eleven {
  text-align: center;
}
.eleven__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 220px; font-weight: 400;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: -0.02em;
  margin: 24px 0 32px;
}
.eleven__number small {
  display: inline-block;
  font-size: 32px;
  vertical-align: top;
  margin-left: 16px;
  margin-top: 36px;
  color: var(--color-accent);
  font-style: italic;
}
.eleven__title {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 36px; font-weight: 600;
  line-height: 1.55; letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.eleven__title em {
  font-style: normal;
  font-family: 'Cormorant Garamond', serif;
  color: var(--color-primary);
}
.eleven__lead {
  font-size: 16px; line-height: 2.2;
  color: var(--color-text-sub);
  max-width: 640px;
  margin: 0 auto 48px;
}
.eleven__visual {
  margin: 0 auto;
  max-width: 980px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.eleven__visual img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ============================================
   Reservation
   ============================================ */
.reserve-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.reserve-card {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(232, 217, 200, 0.3);
  padding: 50px 56px;
}
.reserve-card__lead {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 20px; line-height: 1.95;
  margin-bottom: 32px;
  color: #fff;
}
.reserve-card__btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff;
  color: var(--color-primary-deep);
  padding: 20px 44px;
  font-size: 15px; font-weight: 600;
  letter-spacing: 0.12em;
  transition: all 0.3s var(--ease-out);
}
.reserve-card__btn:hover {
  background: #E8D9C8;
  transform: translateY(-2px);
}
.reserve-card__note {
  margin-top: 24px;
  font-size: 12.5px; line-height: 1.95;
  color: rgba(255,255,255,0.75);
}
.reserve-card__note strong {
  color: #E8D9C8;
  font-weight: 600;
}

/* ============================================
   Access
   ============================================ */
.access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.access-map {
  aspect-ratio: 4/3;
  background:
    linear-gradient(135deg, #F0E8D9 0%, #E5D8C0 100%),
    repeating-linear-gradient(0deg, rgba(107, 31, 46, 0.05) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(90deg, rgba(107, 31, 46, 0.05) 0 1px, transparent 1px 36px);
  background-blend-mode: normal, multiply, multiply;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
  box-shadow: var(--shadow-md);
}
.access-map:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.access-map__inner {
  position: relative; z-index: 1;
  text-align: center;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}
.access-map__pin {
  font-size: 56px;
  line-height: 1;
  filter: drop-shadow(0 6px 12px rgba(107, 31, 46, 0.3));
  margin-bottom: 6px;
  animation: pinBounce 2.4s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes pinBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.access-map__label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px; letter-spacing: 0.2em;
  color: var(--color-primary);
  margin-bottom: 6px;
  font-weight: 500;
}
.access-map__city {
  display: block;
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 26px; font-weight: 600;
  color: var(--color-text);
  margin-bottom: 8px;
}
.access-map__note {
  font-size: 13px; color: var(--color-text-sub);
  line-height: 1.85; margin-bottom: 16px;
}
.access-map__btn {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 12px 26px;
  letter-spacing: 0.12em;
}

.access-info h3 {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 24px; font-weight: 600;
  margin-bottom: 12px;
  color: var(--color-text);
}
.access-info__addr {
  font-size: 14.5px; color: var(--color-text-sub);
  line-height: 1.95;
  margin-bottom: 24px;
}
.access-info__addr strong {
  color: var(--color-text); font-weight: 600;
  display: block;
}
.access-info__tel {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px; font-weight: 600;
  color: var(--color-primary);
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}
.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.hours-table th, .hours-table td {
  border-bottom: 1px solid var(--color-border);
  padding: 14px 4px;
  text-align: left;
  vertical-align: top;
}
.hours-table th {
  font-weight: 600;
  color: var(--color-text);
  width: 30%;
  letter-spacing: 0.05em;
}
.hours-table td { color: var(--color-text-sub); line-height: 1.85; }
.hours-table .closed { color: var(--color-text-mute); font-style: italic; }

/* ============================================
   Menu (黒地・パンフ風)
   ============================================ */
.menu-section {
  background: #1A1614;
  color: #F0E8D9;
  padding: 120px 0;
}
.menu-section .eyebrow {
  color: #C9A876;
}
.menu-section .eyebrow::before, .menu-section .eyebrow::after {
  color: rgba(201, 168, 118, 0.4);
}
.menu-section .sec-title { color: #F0E8D9; }
.menu-section .sec-title em {
  color: #C9A876;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}
.menu-section .sec-lead { color: rgba(240, 232, 217, 0.75); }

.menu-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  margin-top: 16px;
}
.menu-col__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 500;
  font-style: italic;
  letter-spacing: 0.15em;
  color: #C9A876;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 168, 118, 0.3);
  text-align: center;
}
.menu-col__heading::before, .menu-col__heading::after {
  content: '—';
  display: inline-block;
  margin: 0 12px;
  color: rgba(201, 168, 118, 0.5);
}
.menu-list { list-style: none; padding: 0; }
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dotted rgba(201, 168, 118, 0.18);
  align-items: baseline;
}
.menu-item:last-child { border-bottom: none; }
.menu-item__name {
  font-size: 15px; line-height: 1.65;
  color: #F0E8D9;
  font-weight: 500;
}
.menu-item__name small {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 12.5px;
  color: rgba(201, 168, 118, 0.85);
  margin-top: 2px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.menu-item__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; font-weight: 500;
  color: #C9A876;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.menu-special {
  margin-top: 56px;
  text-align: center;
  padding: 32px 40px;
  border: 1px solid rgba(201, 168, 118, 0.3);
  background: rgba(201, 168, 118, 0.04);
}
.menu-special__label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: #C9A876;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
}
.menu-special__name {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-size: 22px; font-weight: 600;
  color: #F0E8D9;
  margin-bottom: 6px;
}
.menu-special__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #C9A876;
  letter-spacing: 0.04em;
}
.menu-note {
  margin-top: 40px;
  text-align: center;
  font-size: 12.5px;
  color: rgba(240, 232, 217, 0.5);
  line-height: 1.85;
}
.menu-note strong {
  color: #C9A876; font-weight: 500;
}

/* ============================================
   Instagram Section
   ============================================ */
.instagram {
  text-align: center;
}
.instagram__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 48px;
}
.instagram__item {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--color-bg-cream);
  border: 1px solid var(--color-border);
  transition: transform 0.4s var(--ease-out);
}
.instagram__item:hover { transform: scale(0.98); }
.instagram__item img {
  width: 100%; height: 100%; object-fit: cover;
}
.instagram__follow {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 38px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.1em;
  transition: all 0.3s var(--ease-out);
}
.instagram__follow:hover {
  background: var(--color-primary-deep);
  transform: translateY(-2px);
}

/* ============================================
   Footer
   ============================================ */
.footer {
  background: var(--color-text);
  color: rgba(255, 255, 255, 0.85);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer__brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.footer__brand small {
  display: block; font-size: 11px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-top: 2px;
}
.footer__info { font-size: 13.5px; line-height: 2.0; margin-top: 16px; }
.footer h4 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px; letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 18px; font-weight: 500;
}
.footer ul { list-style: none; padding: 0; }
.footer li { margin-bottom: 10px; font-size: 13.5px; }
.footer li a { color: rgba(255, 255, 255, 0.85); transition: color 0.2s; }
.footer li a:hover { color: #E8D9C8; }
.footer__bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px; letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.footer__fan-note {
  margin-top: 14px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  letter-spacing: 0.04em;
}

/* ============================================
   Mobile fixed CTA
   ============================================ */
.mobile-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 1px solid var(--color-border);
  padding: 10px 12px;
  z-index: 90;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  gap: 8px;
}
.mobile-cta a {
  flex: 1;
  padding: 14px 8px;
  text-align: center;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  display: flex; align-items: center; justify-content: center;
  line-height: 1.4;
}
.mobile-cta__reserve {
  background: var(--color-primary); color: #fff;
  flex: 2;
  font-size: 13.5px;
}
.mobile-cta__tel {
  background: var(--color-bg-cream); color: var(--color-text);
  flex: 0.8;
}

/* ============================================
   Reveal animations
   ============================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1.2s var(--ease-out), transform 1.2s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.18s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.31s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.44s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.57s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.70s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
  .hero__bg img { animation: none; }
}
html.no-js .reveal,
html.no-js .reveal-stagger > * { opacity: 1; transform: none; }
@media print {
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; }
  .hero__bg img { animation: none !important; }
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
  .story, .feature, .feature.reverse, .access-grid { grid-template-columns: 1fr; gap: 56px; }
  .feature.reverse .feature__media { order: 0; }
  .feature.reverse .feature__body { order: 0; }
  .hero__title { font-size: 48px; }
  .eleven__number { font-size: 160px; }
  .instagram__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  /* スマホではアニメを無効化（表示を確実に） */
  .reveal, .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* スマホ専用 / PC専用 ヘルパー */
  .sp-only { display: inline; }
  .pc-only { display: none; }

  /* 画像のパララックス用 height: 110% をスマホでは戻す（ドアップ防止） */
  .feature__media img,
  .story__media img,
  .eleven__visual img {
    height: 100% !important;
    transform: none !important;
  }

  /* 和文 em と 英文 em をフォント別に */
  .sec-title em.ja,
  .feature__title em.ja,
  .eleven__title em.ja,
  .hero__title em.ja {
    font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif !important;
    font-size: 1.08em !important;
    font-weight: 700;
    color: var(--color-primary);
  }
  /* ダーク背景セクション内の em.ja はクリーム色（ボルドー被り防止） */
  .section--dark .sec-title em.ja,
  .section--dark .feature__title em.ja,
  .menu-section .sec-title em.ja {
    color: #E8D9C8 !important;
  }
  .sec-title em.en,
  .feature__title em.en,
  .eleven__title em.en,
  .hero__title em.en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    letter-spacing: 0.02em;
  }

  /* ナビ */
  .nav__list, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav.is-open .nav__list,
  .nav.is-open .nav__cta { display: flex; }
  .nav.is-open {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: var(--shadow-md);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 18px;
  }
  .nav.is-open .nav__list {
    flex-direction: column; align-items: flex-start;
    gap: 16px; width: 100%;
  }

  html, body { overflow-x: hidden; }
  .container { padding: 0 24px; max-width: 100vw; }
  body { font-size: 14px; line-height: 1.85; padding-bottom: 80px; }

  /* ヒーロー：スマホでは画像で覆われすぎないように */
  .hero {
    min-height: auto;
    padding: 100px 0 60px;
    align-items: stretch;
  }
  .hero__bg::before {
    background: linear-gradient(180deg,
      rgba(248, 244, 238, 0.85) 0%,
      rgba(248, 244, 238, 0.6) 35%,
      rgba(74, 20, 32, 0.55) 100%);
  }
  .hero__inner { padding: 30px 22px; }
  .hero__badge {
    font-size: 11px; padding: 5px 12px;
    letter-spacing: 0.12em;
    margin-bottom: 22px;
  }
  .hero__title {
    font-size: 30px; line-height: 1.65;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
  }
  .hero__lead {
    font-size: 15px; line-height: 2.05;
    margin-bottom: 28px;
  }
  .hero__cta { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero__cta .btn {
    justify-content: center;
    padding: 16px 22px;
    font-size: 13.5px;
  }
  .hero__meta {
    flex-direction: column; gap: 5px;
    margin-top: 28px; font-size: 12.5px;
    letter-spacing: 0.04em;
    color: var(--color-text);
  }
  .hero__meta span::before { display: none; }
  .hero__scroll { display: none; }

  /* セクション全般 */
  .section { padding: 64px 0; }
  .sec-title, .feature__title {
    font-size: 19px; line-height: 1.7; letter-spacing: 0em;
    word-break: break-word; overflow-wrap: break-word;
    line-break: strict;
  }
  .sec-title em, .feature__title em { letter-spacing: 0.02em; }

  /* travel-mantra スマホ用 */
  .travel-mantra {
    font-size: 22px;
    letter-spacing: 0.1em;
    padding: 22px 0;
  }
  .travel-mantra::before, .travel-mantra::after { width: 40px; }

  /* Marquee スマホ用 */
  .marquee { padding: 20px 0; }
  .marquee__item { font-size: 22px; padding: 0 24px; }
  .marquee__item::after { margin-left: 40px; font-size: 14px; }
  .sec-lead {
    font-size: 14.5px; line-height: 2.05; margin-bottom: 36px;
    text-align: left;
    word-break: keep-all; overflow-wrap: break-word;
  }
  .eyebrow { font-size: 12.5px; margin-bottom: 14px; }

  /* 長文は left-align のほうが読みやすい・自然折り返し */
  .message__body p,
  .story__body p,
  .feature__lead,
  .eleven__lead,
  .reserve-card__lead,
  .menu-note,
  .sec-lead {
    text-align: left;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }
  .message, .eleven { text-align: center; }
  .message__body { text-align: left; }
  .message__sign { text-align: center; }
  .eleven__lead { text-align: center; }
  .reserve-inner { text-align: center; }
  .reserve-card__lead { text-align: center; }

  /* 今夜のキッチン */
  .tonight { padding: 56px 0; }
  .tonight__head { margin-bottom: 24px; }
  .tonight__title { font-size: 22px; line-height: 1.6; }
  .tonight__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .tonight__grid > *:nth-child(3) { display: none; }

  /* メッセージ */
  .message__quote { font-size: 20px; line-height: 1.95; margin: 24px 0 32px; }
  .message__body p { font-size: 14.5px; line-height: 2.05; }
  .message__sign { font-size: 18px; }

  /* ストーリー（drop cap調整） */
  .story__body p:first-of-type::first-letter {
    font-size: 44px;
    margin: 4px 8px 0 0;
  }
  .story__body p { font-size: 14.5px; line-height: 2.1; }

  /* 食べる・飲む */
  .feature__lead { font-size: 14.5px; line-height: 2.05; }
  .feature__list li { font-size: 13.5px; padding: 12px 0; }
  .feature__media,
  .story__media {
    aspect-ratio: auto;
    max-height: 280px;
    width: 100%;
  }
  .feature__media img,
  .story__media img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 40%;
  }
  .story__media img {
    object-position: center 35%;
  }
  .story__media::after { display: none; }
  .eleven__visual {
    aspect-ratio: auto;
    max-height: 240px;
  }
  .eleven__visual img {
    height: 240px;
    object-fit: cover;
  }

  /* 11席 */
  .eleven__number { font-size: 100px; }
  .eleven__number small { font-size: 18px; margin-top: 18px; margin-left: 10px; }
  .eleven__title { font-size: 22px; line-height: 1.7; }
  .eleven__lead { font-size: 14.5px; line-height: 2.05; margin-bottom: 36px; }

  /* 予約 */
  .reserve-card { padding: 28px 22px; }
  .reserve-card__lead { font-size: 16px; line-height: 1.95; }
  .reserve-card__btn {
    padding: 16px 24px; font-size: 13px;
    width: 100%; justify-content: center;
  }
  .reserve-card__note { font-size: 12px; line-height: 2.0; }

  /* アクセス */
  .access-info { padding-top: 0; }
  .access-info h3 { font-size: 20px; }
  .access-info__addr { font-size: 13.5px; }
  .access-info__tel { font-size: 24px; }
  .hours-table { font-size: 13px; }
  .hours-table th, .hours-table td { padding: 12px 4px; }

  .access-map {
    aspect-ratio: auto;
    min-height: auto;
    padding: 32px 20px;
  }
  .access-map__inner { padding: 0; gap: 12px; }
  .access-map__pin { font-size: 44px; margin-bottom: 4px; }
  .access-map__label { font-size: 9.5px; letter-spacing: 0.15em; margin-bottom: 0; }
  .access-map__city { font-size: 19px; margin-bottom: 0; }
  .access-map__note { font-size: 12px; line-height: 1.7; margin-bottom: 4px; }
  .access-map__btn {
    padding: 11px 22px;
    font-size: 12.5px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    margin-top: 4px;
  }

  /* メニュー */
  .menu-section { padding: 72px 0; }
  .menu-grid { grid-template-columns: 1fr; gap: 40px; }
  .menu-col__heading { font-size: 22px; margin-bottom: 22px; padding-bottom: 12px; }
  .menu-item__name { font-size: 14px; }
  .menu-item__name small { font-size: 11px; }
  .menu-item__price { font-size: 14.5px; }
  .menu-special { padding: 24px 22px; margin-top: 40px; }
  .menu-special__name { font-size: 18px; }
  .menu-special__price { font-size: 17px; }

  /* Instagram */
  .instagram__grid { grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 32px; }
  .instagram__follow {
    padding: 16px 28px; font-size: 13px;
    letter-spacing: 0.08em;
  }

  /* フッター */
  .footer { padding: 56px 0 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
  .footer__brand { font-size: 26px; }
  .footer__info { font-size: 13px; }
  .footer h4 { font-size: 13px; margin-bottom: 14px; }
  .footer li { font-size: 13px; }

  /* モバイル固定CTA */
  .mobile-cta { display: flex; }
}

@media (max-width: 480px) {
  .hero__title { font-size: 26px; }
  .eleven__number { font-size: 80px; }
}
