/* ===========================================================
   温泉施設 (introduce) — nửa trên
   Mobile-first → PC ở cuối file.
   =========================================================== */
.onsen {
  position: relative;
  background: var(--color-bg);
  padding: 80px 0 70px;
  overflow: hidden;
}
.onsen__inner {
  padding: 0 20px;
}

/* ---- tiêu đề: eyebrow + title brush ---- */
.onsen__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-bottom: 56px;
}
.onsen__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.onsen__eyebrow::before,
.onsen__eyebrow::after {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--color-gray);
}
.onsen__eyebrow span {
  font-family: var(--font-brush);   /* Figma: eyebrow dùng brush (Yuji Syuku) giống title, KHÔNG phải 明朝 */
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-gray);
}
/* cấu trúc + brush: .v-title (common.css); 世界一の (phải) / 温泉施設 (trái) */
.onsen__title span {
  font-size: 44px;
  letter-spacing: 0.08em;
  line-height: 1.08;
  color: var(--color-gray);
}

/* ---- ảnh chính + caption ---- */
.onsen__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.onsen__photo {
  position: relative;
  width: 316px;
  max-width: 100%;
}
.onsen__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1px;
  box-shadow: 8px 4px 84px 3px rgba(0, 0, 0, 0.9);
}
.onsen__caption {
  position: absolute;
  left: 14px;
  bottom: 22px;
  display: flex;
  flex-direction: row-reverse;      /* 湧き上がる (phải) / 大地の恵み (trái) */
  align-items: flex-start;
  gap: 6px;
}
/* cột trái (大地の恵み) lệch xuống → so le kiểu Nhật */
.onsen__caption span:nth-child(2) { margin-top: 16px; }
.onsen__caption span {
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--color-white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

/* ---- khối chữ: heading + body dọc ---- */
.onsen__text {
  display: flex;
  flex-direction: row;              /* body (trái) | heading (phải) */
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.6);
  padding-top: 26px;
}
.onsen__body {
  display: flex;
  flex-direction: row-reverse;      /* cột đầu nằm phải, đọc phải→trái */
  gap: 7px;
}
.onsen__body p {
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-gray);
}
.onsen__heading {
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.25;                /* Figma: lh ~1.25 (2 dòng dọc) */
  letter-spacing: 0.03em;
  color: var(--color-gray);
}

/* ---- その他の温泉施設 ---- */
.onsen__other {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 80px;
  padding-top: 24px;
}
.onsen__other::before {           /* đường kẻ ngang phía trên */
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 173px;
  height: 0.5px;
  background: var(--color-white);
  z-index: 1;
}
.onsen__other-label {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--color-white);
}
.onsen__gallery {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.onsen__gitem { width: 288px; max-width: 88%; }
.onsen__gitem figure { margin: 0; }
.onsen__gitem img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: 8px 4px 84px 3px rgba(0, 0, 0, 0.9);
}
.onsen__gitem figcaption {
  margin-top: 12px;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--color-white);
}
/* SP: so le trái/phải + thứ tự 大自然石庭 → フラワースパ → 宝石窯 */
.onsen__gitem:nth-child(1) { order: 3; align-self: flex-start; }              /* 宝石窯 */
.onsen__gitem:nth-child(2) { order: 1; align-self: flex-end; text-align: right; } /* 大自然石庭露天風呂 */
.onsen__gitem:nth-child(3) { order: 2; text-align: left; margin-left: -40px; } /* フラワースパ */

/* ---- 健康温熱窯十三種 ---- */
.kiln {
  display: flex;
  flex-direction: column;          /* SP: text trên, ảnh dưới */
  margin-top: 90px;
}
.kiln__title {
  display: block;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: var(--color-gray);
  padding-bottom: 18px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 22px;
}
.kiln__body {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  color: var(--color-gray);
}
.kiln__photos {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 46px auto 0;
  aspect-ratio: 350 / 745;
}
.kiln__ph { position: absolute; margin: 0; }
.kiln__ph img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1px;
}
.kiln__ph figcaption {
  position: absolute;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--color-white);
  white-space: nowrap;
}
.kiln__ph--amethyst { right: 25px; top: 0;   width: 82%; }
.kiln__ph--gem      { left: 0;   top: 22%; width: 67%; z-index: 1; }
.kiln__ph--salt     { left: 15%; top: 75%; width: 78%; }
.kiln__ph--amethyst figcaption { writing-mode: vertical-rl; top: 0; left: 100%; margin-left: 6px; }
.kiln__ph--gem      figcaption { top: 100%; right: 0; margin-top: 8px; }
.kiln__ph--salt     figcaption { writing-mode: vertical-rl; bottom: 0; left: 100%; margin-left: 6px; }

/* ===========================================================
   PC (≥1024px)
   =========================================================== */
@media (min-width: 1024px) {
  .onsen { padding: 130px 0 120px; }
  .onsen__inner { padding: 0; }

  .onsen__headline { gap: 34px; margin-bottom: 90px; }
  .onsen__eyebrow { gap: 16px; }
  .onsen__eyebrow::before,
  .onsen__eyebrow::after { width: 28px; }
  .onsen__eyebrow span { font-size: 22px; letter-spacing: 0.12em; }
  .onsen__title span { font-size: 60px; }

  .onsen__main {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 56px;
  }
  .onsen__photo { width: 507px; flex-shrink: 0; }
  .onsen__caption {
    left: auto;
    right: 28px;
    bottom: -50px;
    gap: 8px;
  }
  .onsen__caption span:nth-child(2) { margin-top: 22px; }
  .onsen__caption span { font-size: 22px; }

  .onsen__text {
    gap: 48px;
    align-items: flex-start;
    border-top: none;             /* line chuyển sang chỉ nằm trên body */
    padding-top: 0;
    margin-top: 0;                /* heading canh sát mép trên ảnh */
  }
  .onsen__body {
    position: relative;
    gap: 15px;
    margin-top: 50px;             /* đẩy body + line xuống để heading nhô lên trên */
    padding-top: 40px;
  }
  /* đường kẻ ngang: CHỌC ~57px vào ảnh chính bên trái + vươn tới sát heading (theo Figma) */
  .onsen__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: -113px;   /* photo cách body 56px → -113px = line lấn 57px vào ảnh */
    right: -21px;   /* body cách heading 48px → line dừng ~27px trước heading */
    height: 0.5px;
    background: rgba(255, 255, 255, 0.6);
  }
  .onsen__body p { font-size: 18px; }
  .onsen__heading { font-size: 38px; letter-spacing: 0.05em; line-height: 1.35; }

  /* その他: hàng ngang 3 ảnh so le */
  .onsen__other { gap: 40px; margin-top: 120px; padding-top: 30px; }
  /* hạ line xuống ngang mép trên ảnh & rút ngắn → chọc nhẹ vào ảnh 宝石窯 (theo Figma) */
  .onsen__other::before { top: 52px; width: 105px; }
  .onsen__other-label { font-size: 24px; margin-top: 50px;}
  .onsen__gallery { flex-direction: row; align-items: flex-start; gap: 30px; }
  .onsen__gitem { width: 326px; max-width: none; }
  .onsen__gitem figcaption { font-size: 18px; }
  /* PC: thứ tự 宝石窯 → 大自然石庭 → フラワースパ, lệch cao thấp */
  .onsen__gitem:nth-child(1) { order: 1; align-self: flex-start; margin-top: 12px; text-align: left; }   /* 宝石窯 */
  .onsen__gitem:nth-child(2) { order: 2; align-self: flex-start; margin-top: 53px; text-align: left; }   /* 大自然石庭 */
  .onsen__gitem:nth-child(3) { order: 3; align-self: flex-start; margin-top: 0; margin-left: unset;    text-align: left; }   /* フラワースパ */

  /* 健康温熱窯: ảnh trái (collage), text phải */
  .kiln {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 130px;
  }
  .kiln__text { flex: 0 1 487px; }
  .kiln__title { font-size: 38px; padding-bottom: 24px; margin-bottom: 30px; }
  .kiln__body { font-size: 18px; }
  .kiln__photos {
    flex: 0 0 600px;
    width: 600px;
    max-width: 600px;
    margin: 0;
    aspect-ratio: 704 / 688;
  }
  .kiln__ph--amethyst { left: 28%; right: unset; top: 0;   width: 41%; }
  .kiln__ph--gem      { left: 0;   top: 20%; width: 33%; }
  .kiln__ph--salt     { left: 42%; top: 60%; width: 52%; }
}
