@charset "UTF-8";

/* ============================================================
   見学ページ固有スタイル（editorial.css 上に追加）
   ============================================================ */

/* ===== Tour FV ===== */
.tour-fv { padding-block: clamp(34px, 5vw, 60px) 0; }

.tour-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.tour-badges span {
  font-family: var(--f-mono); font-size: 10.5px;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid var(--line-strong); padding: 5px 11px;
}
.tour-badges span.ac { background: var(--accent); color: #fff; border-color: var(--accent); }

.tour-fv h1 {
  font-family: var(--f-grotesk); font-weight: 900;
  font-size: clamp(46px, 10vw, 150px); line-height: 0.9;
  letter-spacing: -0.04em; text-transform: uppercase;
}
.tour-fv h1 .out { -webkit-text-stroke: 1.4px var(--ink); color: transparent; }
.tour-fv h1 .ac { color: var(--accent); }

.tour-fv .ja-ttl {
  font-family: var(--f-ja); font-weight: 900;
  font-size: clamp(20px, 2.6vw, 34px); line-height: 1.45;
  margin-top: 20px; max-width: 24ch; text-wrap: balance;
}
.tour-fv .lead {
  font-family: var(--f-ja); font-size: clamp(15px, 1.4vw, 17px);
  color: var(--ink-2); max-width: 54ch; margin-top: 18px;
}

.tour-fv-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
.tour-fv-cta .note { font-family: var(--f-mono); font-size: 11px; color: var(--muted); }

/* ===== FV Stage (Image Grid) ===== */
.fv-stage {
  margin-top: clamp(30px, 4vw, 48px);
  display: grid; grid-template-columns: 2fr 1fr; gap: 12px;
}
.fv-stage .big { position: relative; width: 100%; aspect-ratio: 16 / 10; height: auto; border: 1px solid var(--line-strong); background: var(--paper-2); }
.fv-stage .big img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fv-stage .stack { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; aspect-ratio: 4 / 5; }
.fv-stage .stack > * {
  position: relative; width: 100%; min-height: 0;
  border: 1px solid var(--line-strong); background: var(--paper-2);
}
.fv-stage .stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ===== Value Grid ===== */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line-strong); }
.value-cell {
  padding: clamp(24px, 3vw, 40px); border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px;
}
.value-cell:last-child { border-right: none; }
.value-cell .vno {
  font-family: var(--f-grotesk); font-weight: 900;
  font-size: clamp(34px, 4vw, 56px); letter-spacing: -0.03em;
  line-height: 1; color: var(--accent);
}
.value-cell .vt { font-family: var(--f-ja); font-weight: 900; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.4; }
.value-cell .vd { font-family: var(--f-ja); font-size: 13.5px; color: var(--ink-2); line-height: 1.85; }

/* ===== Why Blocks ===== */
.why-block {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: clamp(24px, 4vw, 64px); align-items: center;
  margin-bottom: clamp(40px, 6vw, 88px);
}
.why-block:last-child { margin-bottom: 0; }
.why-block.rev .why-media { order: 2; }

.why-media img {
  width: 100%; aspect-ratio: 4 / 3; height: auto;
  object-fit: cover; border: 1px solid var(--line-strong); background: var(--paper-2);
}

.why-text .wno { font-family: var(--f-mono); font-size: 12px; color: var(--accent); letter-spacing: 0.08em; }
.why-text .weng {
  font-family: var(--f-grotesk); font-weight: 800; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 6px;
}
.why-text h3 {
  font-family: var(--f-ja); font-weight: 900;
  font-size: clamp(22px, 2.6vw, 34px); line-height: 1.45;
  margin: 10px 0 16px; text-wrap: pretty;
}
.why-text p { font-family: var(--f-ja); font-size: 15px; color: var(--ink-2); line-height: 2; }
.why-text p + p { margin-top: 1em; }
.why-text .pull {
  font-family: var(--f-script); font-size: clamp(22px, 2.6vw, 30px);
  color: var(--accent); line-height: 1.3; margin-top: 16px;
}

/* ===== Info Grid ===== */
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-strong); }
.info-cell {
  padding: clamp(20px, 2.4vw, 30px); border-right: 1px solid var(--line);
}
.info-cell:last-child { border-right: none; }
.info-cell .ik {
  font-family: var(--f-mono); font-size: 10.5px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
}
.info-cell .iv { font-family: var(--f-ja); font-weight: 900; font-size: clamp(17px, 1.7vw, 22px); margin-top: 10px; line-height: 1.4; }
.info-cell .is { font-family: var(--f-ja); font-size: 12.5px; color: var(--ink-2); margin-top: 6px; }

/* ===== Responsive ===== */
@media (max-width: 760px) {
  .fv-stage { grid-template-columns: 1fr; }
  .fv-stage .stack { grid-template-rows: none; grid-template-columns: 1fr 1fr; aspect-ratio: auto; }
  .fv-stage .stack > * { aspect-ratio: 16 / 10; }

  .value-grid { grid-template-columns: 1fr; }
  .value-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .value-cell:last-child { border-bottom: none; }

  .why-block { grid-template-columns: 1fr; gap: 20px; }
  .why-block.rev .why-media { order: 0; }

  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-cell:nth-child(2n) { border-right: none; }
  .info-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
