/* ─────────────────────────────────────────────
   QuuMo for イベント — event.css
   ベースは ../style.css。ここではイベント版（青アクセント）の上書きを行う。
───────────────────────────────────────────── */

.ev ::selection { background: #2E7DF6; color: #fff; }

/* eyebrow / accent helpers */
.eyebrow-blue { color: var(--blue); }
.ev-eyebrow-lightblue { color: #7AB8FF; }
.ev-lightblue { color: #7AB8FF; }

/* blue pill / buttons */
.pill-blue { color: #fff; background: var(--blue); padding: 8px 18px; }
.btn-ink-blue { font-size: 14px; color: #fff; background: var(--ink); padding: 15px 28px; box-shadow: 4px 4px 0 var(--blue); }
.btn-ink-blue:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--blue); }
.ev-btn-ink-blue-block { display: block; text-align: center; font-size: 15px; color: #fff; background: var(--ink); padding: 16px; box-shadow: 4px 4px 0 var(--blue); }
.ev-btn-ink-blue-block:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--blue); }
.ev-btn-blue { font-size: 14px; color: #fff; background: var(--blue); padding: 14px 30px; box-shadow: 4px 4px 0 var(--ink); }
.ev-btn-blue:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.ev-btn-cream-block { display: block; text-align: center; font-size: 14px; color: var(--ink); background: var(--cream); padding: 14px; box-shadow: 4px 4px 0 var(--ink); margin-top: 18px; }
.ev-btn-cream-block:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }

.shadow-ink { box-shadow: 6px 6px 0 var(--ink); transition: transform .18s, box-shadow .18s; }
.shadow-ink:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 var(--ink); }

/* live chip blue */
.live-chip-blue { color: var(--blue); background: #E3EDFF; }

/* range inputs (custom) */
.ev input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 999px; background: #EADFCB; border: 2px solid var(--ink); outline: none; }
.ev input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--blue); border: 2px solid var(--ink); cursor: pointer; box-shadow: 2px 2px 0 var(--ink); }
.ev input[type=range]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--blue); border: 2px solid var(--ink); cursor: pointer; }

/* ── context banner ── */
.ev-banner { background: var(--blue); color: #fff; text-align: center; font-size: 12px; font-weight: 500; padding: 9px 16px; border-bottom: 2px solid var(--ink); }
.ev-banner a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ── nav ── */
.ev-nav-left { display: flex; align-items: center; gap: 16px; }
.ev-back { font-size: 12px; font-weight: 700; color: var(--muted-2); text-decoration: none; }
.ev-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.ev-logo-svg { height: 24px; }
.ev-logo-label { font-size: 11px; font-weight: 500; color: var(--muted); border-left: 1px solid #d9cdb6; padding-left: 9px; }

/* ── hero ── */
.ev-hero { padding: 64px 0 72px; }
.ev-hero-inner { padding-top: 0; padding-bottom: 0; grid-template-columns: 1.05fr .95fr; }
.ev-blob-blue { background: radial-gradient(circle, rgba(46,125,246,.14), transparent 70%); }
.ev-blob-coral { background: radial-gradient(circle, rgba(255,92,57,.12), transparent 70%); }
.ev-hero-blob-1 { top: -120px; left: -60px; }
.ev-hero-blob-2 { bottom: -160px; right: -120px; }
.ev-h1 { font-size: 66px; line-height: 1.02; }

.ev-booth-row { display: flex; align-items: flex-end; gap: 6px; }
.ev-booth-num { font-size: 64px; }
.ev-booth-unit { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--blue); margin-bottom: 8px; }
.ev-booth-meta { font-size: 11px; color: var(--muted); margin-top: 6px; letter-spacing: .04em; }
.ev-heatwrap { margin-top: 18px; padding-top: 16px; border-top: 2px dashed var(--dot); }
.ev-heat-label { font-size: 10px; color: var(--muted); margin-bottom: 9px; letter-spacing: .08em; }
.ev-heatgrid { display: grid; grid-template-columns: repeat(8,1fr); gap: 4px; }
.ev-heatcell { aspect-ratio: 1; border-radius: 3px; }
.ev-sticker-hero { left: -18px; top: -22px; transform: rotate(-8deg); }

/* ── section heads ── */
.ev-head { margin-bottom: 48px; }
.ev-head-mb52 { margin-bottom: 52px; }
.ev-h2 { font-size: 44px; line-height: 1.12; }
.ev-insights-head { max-width: 660px; margin-bottom: 18px; }
.ev-insights-head .ev-h2 { line-height: 1.15; }

/* ── features ── */
.ev-section { padding: 92px 0; }
.ev-feat-grid { gap: 18px; margin-bottom: 18px; }
.ev-feat-card { background: var(--cream); border: 3px solid var(--ink); border-radius: 20px; padding: 26px; }
.ev-feat-icon { width: 44px; height: 44px; border: 2px solid var(--ink); border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.ev-feat-icon-chart { align-items: flex-end; gap: 3px; padding: 9px; }
.ev-feat-icon-chart span { width: 5px; }
.ev-feat-icon-quad { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 10px; }
.ev-feat-icon-quad span { border-radius: 2px; }
.ev-icon-ring { width: 14px; height: 14px; border-radius: 50%; border: 3px solid; }
.ev-icon-clock { width: 14px; height: 14px; border: 2px solid var(--ink); border-radius: 50%; }
.ev-icon-doc { width: 16px; height: 20px; border: 2px solid var(--ink); border-radius: 3px; display: flex; flex-direction: column; gap: 2px; padding: 3px; }
.ev-icon-doc span { height: 2px; background: var(--ink); }
.ev-feat-title { font-family: var(--font-display); font-weight: 900; font-size: 18px; margin-bottom: 8px; }
.ev-feat-body { font-size: 13px; line-height: 1.95; color: var(--body); }

.ev-price-tile { background: var(--ink); color: var(--cream); border: 3px solid var(--ink); border-radius: 20px; padding: 26px; display: flex; flex-direction: column; justify-content: center; box-shadow: 6px 6px 0 var(--blue); }
.ev-price-tile-num { font-family: var(--font-display); font-weight: 900; font-size: 34px; line-height: 1; color: var(--yellow); }
.ev-price-tile-sub { font-size: 12px; color: #b8b2a6; margin-top: 8px; }

/* use cases */
.ev-usecase-grid { gap: 18px; margin-top: 36px; }
.ev-usecase { border: 3px solid var(--ink); border-radius: 20px; padding: 26px; background: #fff; }
.ev-usecase-tag { display: inline-block; font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; border: 1.5px solid; border-radius: 999px; padding: 3px 10px; margin-bottom: 14px; }
.ev-usecase-title { font-family: var(--font-display); font-weight: 700; font-size: 17px; margin-bottom: 8px; }

/* ── how it works ── */
.ev-how-list { display: flex; flex-direction: column; gap: 18px; }
.ev-how-row { display: grid; grid-template-columns: 130px 1fr; background: #fff; border: 3px solid var(--ink); border-radius: 22px; overflow: hidden; box-shadow: 6px 6px 0 var(--ink); }
.ev-how-label { border-right: 3px solid var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; }
.ev-how-num { font-family: var(--font-display); font-weight: 900; font-size: 40px; line-height: 1; }
.ev-how-step { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; margin-top: 6px; }
.ev-how-content { padding: 26px 30px; }
.ev-how-title { font-family: var(--font-display); font-weight: 900; font-size: 22px; margin-bottom: 8px; }
.ev-how-body { font-size: 13.5px; line-height: 2; color: var(--body); }
.ev-how-chip { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 700; border-radius: 999px; padding: 5px 13px; }

/* ── live insights ── */
.ev-ins-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.ev-ins-tag { font-family: var(--font-mono); font-size: 11px; font-weight: 700; }
.ev-ins-status { font-size: 10px; color: #8a8378; }
.ev-ins-status.green { color: var(--green); }
.ev-ins-big { font-family: var(--font-display); font-weight: 900; font-size: 38px; line-height: 1; }
.ev-ins-big-unit { font-size: 15px; color: #8a8378; }
.ev-ins-sub { font-size: 12px; color: #b8b2a6; margin-top: 8px; }
.ev-densitybar { margin-top: 16px; height: 8px; border-radius: 999px; background: #15120E; overflow: hidden; }
.ev-densityfill { height: 100%; width: 0; transition: width 1s cubic-bezier(.2,.8,.2,1); }
.ev-density-scale { display: flex; justify-content: space-between; font-size: 10px; color: #8a8378; margin-top: 6px; }
.ev-ins-note { font-size: 12px; line-height: 1.9; color: #b8b2a6; margin-top: 14px; }
/* insight cards on events do not hover-lift (match reference) */
.ev .insight-card:hover { transform: none; }

/* ── ROI calculator ── */
.ev-roi { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch; }
.ev-roi-inputs { background: var(--cream); border: 3px solid var(--ink); border-radius: 22px; padding: 32px; box-shadow: 6px 6px 0 var(--ink); display: flex; flex-direction: column; gap: 26px; }
.ev-roi-field-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.ev-roi-field-head label { font-size: 13px; font-weight: 700; }
.ev-roi-val { font-family: var(--font-display); font-weight: 900; font-size: 18px; color: var(--blue); }
.ev-roi-disclaimer { font-size: 11px; color: var(--muted); line-height: 1.85; }
.ev-roi-result { background: var(--blue); border: 3px solid var(--ink); border-radius: 22px; padding: 32px; box-shadow: 6px 6px 0 var(--ink); color: #fff; display: flex; flex-direction: column; }
.ev-roi-result-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; opacity: .9; }
.ev-roi-revenue { font-family: var(--font-display); font-weight: 900; font-size: 48px; line-height: 1.05; margin-top: 6px; }
.ev-roi-table { margin-top: 22px; background: #fff; border: 2px solid var(--ink); border-radius: 14px; padding: 18px; color: var(--ink); }
.ev-roi-row { display: flex; justify-content: space-between; font-size: 13px; padding: 6px 0; }
.ev-roi-row-total { padding: 10px 0 2px; border-top: 2px dashed var(--dot); margin-top: 6px; }
.ev-roi-roi-label { font-weight: 700; }
.ev-roi-roi-val { color: var(--green); font-family: var(--font-display); font-weight: 900; font-size: 20px; }
.ev-roi-callout { margin-top: 18px; background: rgba(255,255,255,.16); border-radius: 12px; padding: 14px; font-size: 12px; line-height: 1.85; }

/* ── pricing ── */
.ev-price-card { box-shadow: 10px 10px 0 var(--blue); max-width: 460px; }

/* ── partners ── */
.ev-partners-h2 { font-size: 42px; }
.ev-partner-card { background: var(--cream); border: 3px solid var(--ink); border-radius: 20px; padding: 28px; box-shadow: 6px 6px 0 var(--ink); }
.ev-partner-num { font-family: var(--font-display); font-weight: 900; font-size: 48px; color: #AECBFB; line-height: 1; margin-bottom: 12px; }
.ev-partner-title { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.4; margin-bottom: 10px; }
.ev-partner-cta { text-align: center; margin-top: 40px; }
.ev-partner-cta-lead { font-size: 14px; color: var(--body); margin-bottom: 18px; }

/* ── contact (blue) ── */
.contact-cta-blue { padding: 100px 0; background: var(--blue); }
.contact-circle-dark2 { background: rgba(24,20,16,.1); }
.contact-circle-tr { top: -80px; right: -40px; width: 300px; height: 300px; }
.contact-circle-bl { bottom: -90px; left: -50px; width: 340px; height: 340px; }
.ev-contact-h2 { font-size: 52px; }

/* ── footer ── */
.ev-footer-top { margin-bottom: 36px; }
.ev-footer-logo-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.ev-footer-logo { margin-bottom: 0; height: 28px; }
.ev-footer-logo-label { font-size: 11px; color: #8a8378; border-left: 1px solid var(--ink-border); padding-left: 10px; }
.ev-footer-back { display: inline-block; margin-top: 16px; font-size: 12px; font-weight: 700; color: #7AB8FF; text-decoration: none; }

/* ── responsive (event-specific) ── */
@media (max-width: 960px) {
  .ev-hero-inner { grid-template-columns: 1fr; }
  .ev-roi { grid-template-columns: 1fr; }
  .ev-feat-grid, .ev-usecase-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .ev-section { padding: 64px 0; }
  .ev-h1 { font-size: 46px; }
  .ev-h2 { font-size: 30px; }
  .ev-contact-h2 { font-size: 36px; }
  .ev-booth-num { font-size: 52px; }
  .ev-how-row { grid-template-columns: 1fr; }
  .ev-how-label { flex-direction: row; gap: 12px; border-right: none; border-bottom: 3px solid var(--ink); padding: 16px 24px; }
  .ev-how-num { font-size: 30px; }
}

/* イベント固有アニメの動き抑制（heatmap pulse は JS の reduceMotion ガードで生成時に抑止済み。
   ここでは念のための保険＋密度バーの伸長トランジションを無効化する） */
@media (prefers-reduced-motion: reduce) {
  .ev-heatcell { animation: none !important; }
  .ev-densityfill { transition: none !important; }
}
