/* ============================================
   Promot Works - 展示会記事02 固有スタイル
   cases/exhibition-02/exhibition-02.css
   ============================================ */

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, #0F1E38 0%, #1B2A4A 100%); padding: 56px var(--gutter) 60px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/oyakuni_top.jpg') center / cover no-repeat; opacity: 0.07; }
.page-hero-inner { max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 1; }
.page-hero .breadcrumb { padding: 0; margin-bottom: 18px; color: rgba(255,255,255,0.38); }
.page-hero .breadcrumb a { color: rgba(255,255,255,0.38); }
.page-hero .breadcrumb a:hover { color: rgba(255,255,255,0.7); }
.art-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.art-cat  { display: inline-block; background: rgba(26,111,232,0.4); color: #93C5FD; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: 0.05em; }
.art-tag  { font-size: 11px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 3px 10px; border-radius: 6px; }
.page-hero h1 { font-size: clamp(21px, 3vw, 36px); font-weight: 900; color: var(--white); line-height: 1.3; letter-spacing: -0.02em; margin-bottom: 16px; }
.art-who { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.6); }
.art-who-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 13px; }

/* MAIN */
.art-main { max-width: var(--max-width); margin: 0 auto; padding: 40px var(--gutter) 80px; }

/* Q BOX */
.q-box { background: linear-gradient(135deg, #F0F7FF, #EAF2FF); border: 1px solid var(--blue-md); border-radius: var(--radius); padding: 26px 30px; margin-bottom: 24px; }
.q-box-label { font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: 0.1em; margin-bottom: 12px; }
.q-box ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.q-box li { font-size: 14px; color: var(--navy); padding-left: 22px; position: relative; line-height: 1.7; }
.q-box li::before { content: ''; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--blue-md); border: 2px solid var(--blue); }
.q-box-note { margin-top: 14px; font-size: 13px; color: var(--gray-600); padding-top: 12px; border-top: 1px solid var(--blue-md); }

/* CONTENT BLOCK */
.art-block { background: var(--white); border-radius: var(--radius); padding: 36px 40px; margin-bottom: 24px; box-shadow: var(--shadow); }
.art-block h2 { font-size: 18px; font-weight: 900; color: var(--navy); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--gray-100); display: flex; align-items: center; gap: 10px; }
.art-block h2 .h2-icon { font-size: 20px; }
.art-block h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin: 24px 0 10px; display: flex; align-items: center; gap: 8px; }
.art-block h3::before { content: ''; width: 4px; height: 16px; background: var(--blue); border-radius: 2px; flex-shrink: 0; }
.art-block p { font-size: 14px; color: var(--gray-600); line-height: 1.9; margin-bottom: 14px; }
.art-block p:last-child { margin-bottom: 0; }
.point-box { background: var(--blue-lt); border-left: 4px solid var(--blue); border-radius: 0 8px 8px 0; padding: 14px 18px; margin: 20px 0; font-size: 13.5px; color: var(--navy); font-weight: 500; line-height: 1.75; }

/* CHECK LIST */
.check-list { display: flex; flex-direction: column; gap: 8px; margin: 16px 0; }
.check-list-item { background: var(--gray-50); border-left: 3px solid var(--blue); border-radius: 0 6px 6px 0; padding: 11px 16px; font-size: 13.5px; color: var(--navy); }

/* POSITION GRID */
.position-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.position-item { background: var(--gray-50); border-radius: 10px; padding: 18px 20px; }
.pos-label { font-size: 12px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.pos-scale { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.pos-tag { font-size: 11px; font-weight: 700; color: var(--gray-400); background: var(--gray-200); padding: 3px 10px; border-radius: 100px; }
.pos-tag-active { color: var(--white); background: var(--blue); }
.pos-bar { flex: 1; height: 4px; background: var(--gray-200); border-radius: 2px; }
.pos-desc { font-size: 12px; color: var(--gray-600); line-height: 1.6; }

/* GOAL CARDS */
.goal-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 20px 0; }
.goal-card { background: var(--blue-lt); border: 1px solid var(--blue-md); border-radius: 10px; padding: 20px 16px; text-align: center; }
.goal-icon  { font-size: 26px; margin-bottom: 10px; }
.goal-title { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.4; }
.goal-desc  { font-size: 12px; color: var(--gray-600); line-height: 1.6; }

/* TIMELINE */
.timeline { display: flex; flex-direction: column; gap: 0; margin: 20px 0; position: relative; }
.timeline::before { content: ''; position: absolute; left: 11px; top: 12px; bottom: 12px; width: 2px; background: var(--gray-200); }
.tl-item { display: flex; align-items: flex-start; gap: 18px; padding-bottom: 24px; position: relative; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--gray-200); z-index: 1; }
.tl-dot-red    { background: #EF4444; box-shadow: 0 0 0 2px #EF4444; }
.tl-dot-orange { background: #F59E0B; box-shadow: 0 0 0 2px #F59E0B; }
.tl-dot-blue   { background: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.tl-dot-gray   { background: var(--gray-400); box-shadow: 0 0 0 2px var(--gray-400); }
.tl-dot-green  { background: var(--green); box-shadow: 0 0 0 2px var(--green); }
.tl-content { flex: 1; padding-top: 2px; }
.tl-timing { font-size: 11px; font-weight: 700; color: var(--gray-400); letter-spacing: 0.04em; margin-bottom: 4px; }
.tl-title  { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.tl-desc   { font-size: 13px; color: var(--gray-600); line-height: 1.75; }

/* THREE PHASE */
.three-phase { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 20px 0; }
.phase-col { border-radius: 10px; overflow: hidden; border: 1px solid var(--gray-200); }
.phase-col-head { padding: 12px 16px; font-size: 13px; font-weight: 700; color: var(--white); text-align: center; }
.ph-before { background: var(--blue); }
.ph-during { background: var(--teal); }
.ph-after  { background: #7C3AED; }
.phase-col ul { list-style: none; padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; background: var(--white); }
.phase-col li { font-size: 12.5px; color: var(--gray-600); padding-left: 16px; position: relative; line-height: 1.5; }
.phase-col li::before { content: '·'; position: absolute; left: 0; color: var(--blue); font-size: 18px; line-height: 1; }

/* ART CTA */
.art-cta { background: linear-gradient(135deg, #0F1E38, #1B2A4A); border-radius: var(--radius); padding: 40px; text-align: center; margin-top: 24px; }
.art-cta h3 { font-size: 18px; font-weight: 900; color: var(--white); margin-bottom: 10px; line-height: 1.4; }
.art-cta p  { font-size: 14px; color: rgba(255,255,255,0.58); margin-bottom: 24px; line-height: 1.75; }

/* レスポンシブ */
@media (max-width: 860px) {
  .position-grid { grid-template-columns: 1fr; }
  .goal-cards    { grid-template-columns: 1fr; }
  .three-phase   { grid-template-columns: 1fr; }
  .art-block     { padding: 24px 20px; }
}
