/* ───────────────────────────────────────────────────────────
   店家資訊 — full-viewport hero with carousel + watercolor + content
   ───────────────────────────────────────────────────────── */

.page-info {
  background: var(--bg);
  min-height: 100vh;
}

.info-hero {
  position: relative;
  min-height: 100vh;
  padding-top: var(--nav-h);
  overflow: hidden;
  isolation: isolate;
}

/* ── Carousel ────────────────────────────────────── */
.info-carousel {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.info-slide {
  position: absolute;
  inset: 0;
  background: var(--img) center/cover no-repeat;
  opacity: 0;
  filter: saturate(1.04);
  transition: opacity 1.2s ease-in-out, transform 9s ease-out;
  transform: scale(1.04);
  will-change: opacity, transform;
}
.info-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* ── Watercolor wash (left side) ─────────────────── */
.info-watercolor {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  transform: translateZ(0);
  isolation: isolate;
}
.info-watercolor .wash-a {
  --wash-rotate: -4deg;
  top: -15%;
  height: 140%;
}
.info-watercolor .wash-b {
  --wash-rotate: 6deg;
  left: -2%;
  top: 0%;
  height: 110%;
}

/* light wash so the right-side photo isn't pure punch over the cream */
.info-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(70% 60% at 20% 50%, rgba(250, 246, 237, 0.25), transparent 70%),
    linear-gradient(180deg, rgba(250, 246, 237, 0.15) 0%, transparent 30%, transparent 70%, rgba(246, 239, 228, 0.2) 100%);
}

/* ── Content overlay ─────────────────────────────── */
.info-content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto 0 max(0px, calc((100vw - 1320px) / 2 - var(--fs-hero)));
  padding: 0 var(--gutter) calc(2 * var(--fs-hero));
  height: calc(100vh - var(--nav-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
}

.info-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.34em;
  color: var(--moss);
  text-transform: uppercase;
}
.info-eyebrow .eyebrow-rule {
  width: 48px;
  height: 1px;
  background: var(--moss);
  opacity: 0.6;
}

/* ── Title with brush highlight (same pattern as staff page) ── */
.info-title {
  position: relative;
  margin: 0;
  line-height: 0.95;
  display: inline-block;
  align-self: flex-start;
}
.info-title-text {
  position: relative;
  z-index: 2;
  font-family: var(--serif-zh);
  font-weight: 500;
  font-size: var(--fs-hero);
  letter-spacing: 0.22em;
  color: var(--ink);
}
.info-title-brush {
  position: absolute;
  z-index: 1;
  left: -24px;
  right: -48px;
  top: 6%;
  height: 96%;
  background: url('images/title-brush.webp') center/100% 100% no-repeat;
  pointer-events: none;
}

/* ── Address / hours list ────────────────────────── */
.info-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 720px;
}
.info-row {
  display: grid;
  grid-template-columns: minmax(0, 110px) minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
}
.info-row dt {
  margin: 0;
  font-family: var(--serif-zh);
  font-weight: 600;
  font-size: clamp(20px, 1.7vw, 26px);
  letter-spacing: 0.3em;
  color: var(--ink);
  white-space: nowrap;
  position: relative;
}
.info-row dt::after {
  content: "：";
  margin-left: -4px;
  color: var(--ink-mute);
}
.info-row dd {
  margin: 0;
  font-family: var(--serif-zh);
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--ink);
}
.info-row dd .dim {
  font-weight: 400;
  font-size: 0.78em;
  color: var(--ink-mute);
  letter-spacing: 0.06em;
}
.info-row-note {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px dashed var(--line);
}
.info-row-note dt::after { content: ""; }
.info-row-note dd {
  font-size: clamp(15px, 1.15vw, 18px);
  color: var(--ink-soft);
  letter-spacing: 0.08em;
}
.info-row-note dd em {
  font-style: normal;
  color: var(--moss);
  font-weight: 600;
  border-bottom: 1px dotted color-mix(in oklab, var(--moss) 55%, transparent);
  padding-bottom: 1px;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 900px) {
  .info-row { grid-template-columns: 1fr; gap: 6px; }
  .info-row dt::after { content: ""; }
  .info-content { padding-top: 60px; gap: 24px; }
}
@media (max-width: 768px) {
  /* 手機：水墨換成半透明遮罩 */
  .info-watercolor .wash { display: none; }
  .info-watercolor { background: linear-gradient(to bottom, transparent 70%, rgba(246, 239, 228, 1) 100%), url('images/mobile-wash-overlay.webp') center/cover no-repeat; }
  .info-content {
    margin: 0;
    align-items: flex-start;
    justify-content: center;
    padding: 0 var(--gutter) calc(2 * var(--fs-hero));
    color: #111;
  }
  .info-intro-body, .info-intro-sign, .info-row { padding-left: 5vw; }
  /* 眉標：深色，左對齊 */
  .info-eyebrow { color: #111; }
  .info-eyebrow .eyebrow-rule { background: #111; }
  /* 大標題置中 */
  .info-title { align-self: center; text-align: center; }
  .info-title-text { font-size: clamp(28px, 16vw, 72px); }
  /* 其他文字 */
  .info-intro-body { color: #111; }
  .info-intro-sign { color: #444; border-color: var(--ink-soft); }
  .info-intro-sign em { color: #111; }
  .info-row dt { font-size: clamp(17px, 4vw, 22px); }
  .info-row dd { font-size: clamp(15px, 3.5vw, 20px); }
  .info-row dd .dim { color: var(--moss); }
}
@media (max-width: 480px) {
  .info-title-text { font-size: clamp(28px, 16vw, 52px); }
  .info-content { gap: 18px; padding-top: 40px; }
}
