/* UGOITA PLUS デザイン v3（F1-F10）共通ベース
   フィードバック反映：黒×白×ゴールド統一、青削除
   採用：E9 hero / E5+E7 feat / E7 prog cards / E10 base */

:root {
  /* ベース：E10系の深い黒 */
  --bg: #0a0a0c;
  --bg-2: #11111416;
  --bg-2-solid: #131316;
  --bg-3: #1a1a1f;
  --bg-4: #232328;

  /* ゴールド系（青は撤去） */
  --gold: #b89b5e;
  --gold-light: #d4b76a;
  --gold-deep: #6e5e38;
  --gold-faint: rgba(184, 155, 94, .08);

  /* テキスト */
  --text: #f0ece2;
  --text-2: #b0ada3;
  --text-3: #767368;
  --text-4: #45433e;

  --line: rgba(240, 236, 226, .08);
  --line-2: rgba(240, 236, 226, .14);
  --line-gold: rgba(184, 155, 94, .25);
}

body.v3 {
  background: var(--bg);
  font-family: 'Noto Sans JP', -apple-system, sans-serif;
  color: var(--text);
  font-weight: 500;
}

.v3 .wf-page { background: var(--bg); }

/* 共通アイテム ----------------- */

.v3 .design-chip {
  position: fixed; top: 16px; left: 16px;
  background: rgba(0,0,0,.8); color: #fff;
  border: 1px solid var(--line-2);
  padding: 6px 12px; border-radius: 0;
  font-size: 11px; letter-spacing: .1em;
  z-index: 9999; backdrop-filter: blur(8px);
  font-family: monospace;
}
.v3 .design-chip a { color: var(--text-3); margin-left: 12px; }
.v3 .design-chip a:hover { color: var(--text); }

/* 日本語タイポ */
.v3 .serif { font-family: 'Noto Serif JP', serif; }
.v3 .it { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); font-weight: 500; }
.v3 .mincho { font-family: 'Shippori Mincho', serif; }

/* ボタン群 */
.v3 .btn-gold {
  background: var(--gold); color: var(--bg);
  padding: 18px 36px; font-weight: 800; font-size: 14px; letter-spacing: .08em;
  display: inline-block; border-radius: 0;
}
.v3 .btn-gold-line {
  background: transparent; color: var(--gold);
  border: 1px solid var(--gold); padding: 17px 36px;
  font-weight: 800; font-size: 14px; letter-spacing: .08em; display: inline-block; border-radius: 0;
}
.v3 .btn-white {
  background: var(--text); color: var(--bg);
  padding: 18px 36px; font-weight: 800; font-size: 14px; letter-spacing: .08em;
  display: inline-block; border-radius: 0;
}
.v3 .btn-ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--text); padding: 17px 36px;
  font-weight: 700; font-size: 14px; letter-spacing: .08em; display: inline-block; border-radius: 0;
}
.v3 .btn-line {
  border-bottom: 1px solid var(--text); color: var(--text);
  padding: 14px 0 6px; font-weight: 700; font-size: 14px; letter-spacing: .15em; text-transform: uppercase;
  display: inline-block;
}

/* プレースホルダ（写真扱い） */
.v3 .ph {
  background: linear-gradient(135deg, rgba(184,155,94,.06), rgba(184,155,94,.01)),
              var(--bg-3);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 13px; text-align: center;
  border: 1px solid var(--line);
}

/* セクションラベル */
.v3 .sec-label {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 16px; color: var(--gold); font-weight: 500;
  margin-bottom: 16px;
}
.v3 .sec-label::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.v3 .sec-label.cap { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 700; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }

/* ====== E10 系：プラン共通 ====== */

.v3 .plan-block {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid var(--line);
}
.v3 .plan-cell {
  padding: 48px 40px; border-right: 1px solid var(--line);
  display: flex; flex-direction: column; position: relative;
}
.v3 .plan-cell:last-child { border-right: none; }
.v3 .plan-cell.feat { background: var(--bg-2-solid); }
.v3 .plan-cell.feat::before {
  content: "EDITOR'S CHOICE"; position: absolute; top: 0; left: 0; right: 0;
  background: var(--gold); color: var(--bg);
  padding: 6px; text-align: center;
  font-family: 'Noto Serif JP', serif; font-size: 11px; letter-spacing: .25em; font-weight: 700;
}
.v3 .plan-cell.feat .order { margin-top: 24px; }
.v3 .plan-cell .order {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 18px; color: var(--gold); margin-bottom: 8px; font-weight: 500;
}
.v3 .plan-cell.gold-r .order { color: var(--gold-light); }
.v3 .plan-cell h3 {
  font-family: 'Noto Serif JP', serif; font-weight: 900;
  font-size: 40px; line-height: 1; margin-bottom: 28px;
}
.v3 .plan-cell .price {
  font-family: 'Noto Serif JP', serif; font-weight: 800;
  font-size: 52px; line-height: 1;
}
.v3 .plan-cell .price small { font-size: 14px; color: var(--text-3); font-weight: 500; }
.v3 .plan-cell .tax {
  font-size: 11px; color: var(--text-3); letter-spacing: .15em;
  text-transform: uppercase; margin: 4px 0 36px; font-weight: 700;
}
.v3 .plan-cell ul { flex: 1; margin-bottom: 32px; font-family: 'Noto Serif JP', serif; }
.v3 .plan-cell li {
  padding: 12px 0; font-size: 14px; color: var(--text-2);
  border-bottom: 1px dotted var(--line); font-weight: 500;
}
.v3 .plan-cell li::before { content: "§ "; color: var(--gold); font-weight: 700; }
.v3 .plan-cell li.off { color: var(--text-3); }
.v3 .plan-cell li.off::before { content: "— "; color: var(--text-3); }
.v3 .plan-cell .cta {
  display: block; padding: 16px; text-align: center;
  border: 1px solid var(--text); font-weight: 700;
  font-size: 13px; letter-spacing: .15em; text-transform: uppercase; color: var(--text);
}
.v3 .plan-cell.feat .cta { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.v3 .plan-cell.gold-r .cta { background: var(--gold); color: var(--bg); border-color: var(--gold); }

/* ====== E7 系：番組カード共通 ====== */
.v3 .prog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.v3 .prog {
  background: var(--bg-2-solid); border: 1px solid var(--line);
  overflow: hidden; transition: border-color .2s;
}
.v3 .prog:hover { border-color: var(--gold); }
.v3 .prog .img {
  height: 180px; position: relative;
  background: linear-gradient(135deg, rgba(184,155,94,.06) 0%, rgba(184,155,94,.01) 100%), var(--bg-3);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px;
  border-bottom: 1px solid var(--line);
}
.v3 .prog.gold .img {
  background: linear-gradient(135deg, rgba(212,183,106,.12) 0%, rgba(184,155,94,.04) 100%), var(--bg-3);
}
.v3 .prog .img .n {
  position: absolute; top: 12px; left: 14px;
  background: var(--bg); color: var(--gold);
  padding: 4px 10px;
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 13px; font-weight: 500;
}
.v3 .prog .body { padding: 22px 24px; }
.v3 .prog .type {
  font-family: 'Inter', sans-serif; font-size: 10px; letter-spacing: .25em;
  color: var(--gold); text-transform: uppercase; font-weight: 800; margin-bottom: 8px;
}
.v3 .prog.gold .type { color: var(--gold-light); }
.v3 .prog h4 {
  font-family: 'Noto Serif JP', serif; font-weight: 800;
  font-size: 19px; line-height: 1.4; margin-bottom: 6px;
}
.v3 .prog .s { font-size: 13px; color: var(--text-3); margin-bottom: 16px; font-weight: 500; }
.v3 .prog .m {
  display: flex; gap: 12px; padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: 'Inter', sans-serif; font-size: 11px;
  color: var(--text-2); font-weight: 700; letter-spacing: .05em;
}

/* ====== E5 系：フィーチャー縦リスト ====== */
.v3 .feat-list { border-top: 1px solid var(--line); }
.v3 .feat-row {
  display: grid; grid-template-columns: 80px 1fr 320px;
  padding: 48px 0; border-bottom: 1px solid var(--line);
  align-items: start; gap: 48px;
}
.v3 .feat-row .n {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 48px; color: var(--gold); font-weight: 500; line-height: 1;
}
.v3 .feat-row .body .label {
  font-size: 11px; letter-spacing: .25em; color: var(--gold);
  text-transform: uppercase; font-weight: 700; margin-bottom: 12px;
}
.v3 .feat-row h3 {
  font-family: 'Noto Serif JP', serif; font-weight: 800;
  font-size: 26px; line-height: 1.5;
}
.v3 .feat-row p { font-size: 14px; line-height: 2; color: var(--text-2); font-weight: 500; }

/* ====== E7 系：写真付きフィーチャー ====== */
.v3 .feat-photo-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
}
.v3 .feat-photo {
  background: var(--bg-2-solid); border: 1px solid var(--line); overflow: hidden;
}
.v3 .feat-photo .photo {
  height: 200px; position: relative;
  background: linear-gradient(135deg, rgba(184,155,94,.08) 0%, rgba(184,155,94,.02) 100%), var(--bg-3);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px;
}
.v3 .feat-photo .ph-meta {
  position: absolute; bottom: 16px; left: 20px; right: 20px;
  display: flex; justify-content: space-between;
  font-family: 'Inter', sans-serif; font-size: 10px;
  letter-spacing: .15em; color: var(--gold); text-transform: uppercase; font-weight: 700;
}
.v3 .feat-photo .body { padding: 32px 32px 36px; }
.v3 .feat-photo .num {
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: 14px;
  color: var(--gold); letter-spacing: .1em; margin-bottom: 8px;
}
.v3 .feat-photo h3 {
  font-family: 'Noto Serif JP', serif; font-weight: 800;
  font-size: 24px; line-height: 1.5; margin-bottom: 12px;
}
.v3 .feat-photo p { font-size: 14px; line-height: 2; color: var(--text-2); font-weight: 500; }
.v3 .feat-photo .cap {
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
  font-family: 'Inter', sans-serif; font-size: 11px;
  color: var(--text-3); letter-spacing: .1em; font-weight: 600;
}
