/* ── Work page ── */

/* ── 1. Hero ── */
.wk-hero-wrap {
  position: relative;
  width: 100%;
  padding: 72px 96px 56px;
  overflow: hidden;
  background: var(--voy-bg-cream);
}
.wk-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.wk-hero-glow {
  position: absolute; top: -60px; right: -40px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(224,37,37,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.wk-hero-inner { position: relative; z-index: 1; max-width: 1248px; margin: 0 auto; padding-top: 56px; }
.wk-hero-copy { max-width: 720px; }
.wk-hero-copy h1 {
  font-family: var(--voy-font-heading);
  font-weight: 800;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.06;
  color: var(--voy-text-heading);
  margin: 18px 0 20px;
  letter-spacing: -0.025em;
}
.wk-hero-sub {
  font-family: var(--voy-font-body);
  font-size: 17px; font-weight: 400;
  color: var(--voy-text-body);
  line-height: 1.65; max-width: 620px;
  margin-bottom: 32px;
}
.wk-hero-buttons { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.wk-hero-stats {
  position: relative; z-index: 1;
  max-width: 1248px; margin: 40px auto 0;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 1px; background: var(--voy-border-light);
  border-top: 1px solid var(--voy-border-light);
  border-bottom: 1px solid var(--voy-border-light);
}
.wk-hero-stat { background: var(--voy-bg-cream); padding: 22px 8px 6px; text-align: center; }
.wk-hero-stat-num {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: 28px; letter-spacing: -.02em; color: var(--voy-text-heading);
}
.wk-hero-stat-num span { color: var(--voy-primary); }
.wk-hero-stat-label { font-size: 12.5px; color: var(--voy-text-muted); margin-top: 4px; }

/* ── 2. Case studies ── */
.wk-cases-section { background: #FFFFFF; padding: 88px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.wk-cases-inner { max-width: 1248px; margin: 0 auto; }
.wk-cases-header { margin-bottom: 36px; max-width: 700px; }
.wk-cases-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 2.8vw, 36px); letter-spacing: -.025em;
  line-height: 1.15; color: var(--voy-text-heading); margin: 14px 0 14px;
}
.wk-cases-header p { font-size: 15.5px; color: var(--voy-text-body); line-height: 1.65; }

.wk-tabs-bar { display: flex; flex-wrap: nowrap; gap: 5px; border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 32px; padding-bottom: 14px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(0,0,0,.18) transparent; cursor: grab; }
.wk-tabs-bar::-webkit-scrollbar { height: 4px; }
.wk-tabs-bar::-webkit-scrollbar-thumb { background: rgba(0,0,0,.18); border-radius: 4px; }
.wk-tabs-bar::-webkit-scrollbar-track { background: transparent; }
.wk-tab {
  background: #FFFFFF; border: 1px solid var(--voy-border-light); cursor: pointer;
  padding: 8px 12px; border-radius: var(--voy-radius-pill); flex: 0 0 auto;
  font-size: 12px; font-weight: 500; color: var(--voy-text-muted);
  transition: all .2s ease; white-space: nowrap; font-family: var(--voy-font-body);
}
.wk-tab.active { background: var(--voy-text-heading); border-color: var(--voy-text-heading); color: #FFFFFF; font-weight: 600; }
.wk-tab:hover:not(.active) { border-color: rgba(224,37,37,.4); color: var(--voy-text-heading); }

.wk-case-panel {
  background: var(--voy-bg-panel);
  border-radius: 16px;
  border: 1px solid #F2EBE0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 20px rgba(0,0,0,0.05);
  padding: 44px 48px;
  display: flex; gap: 48px; align-items: flex-start;
  transition: opacity .25s ease, transform .25s cubic-bezier(.22,.8,.36,1);
}
.wk-case-panel.switching { opacity: 0; transform: translateY(8px); }
.wk-case-left { flex: 1.4; min-width: 0; }
.wk-case-right { width: 340px; flex: none; }

.wk-case-cat { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 7px; font-size: 12px; font-family: var(--voy-font-mono); font-weight: 500; letter-spacing: .06em; color: var(--voy-primary); text-transform: uppercase; margin-bottom: 14px; }
.wk-case-cat-icon { width: 18px; height: 18px; border-radius: 6px; background: rgba(224,37,37,.1); display: flex; align-items: center; justify-content: center; flex: none; }
.wk-case-status { padding: 3px 10px; border-radius: var(--voy-radius-pill); background: rgba(224,37,37,.08); border: 1px solid rgba(224,37,37,.18); font-family: var(--voy-font-body); text-transform: none; letter-spacing: 0; font-weight: 600; font-size: 11px; color: var(--voy-primary); }
.wk-case-title { font-family: var(--voy-font-heading); margin: 0 0 8px; font-size: 23px; line-height: 1.25; font-weight: 800; letter-spacing: -.02em; color: var(--voy-text-heading); }
.wk-case-subtitle { font-size: 15.5px; line-height: 1.55; color: var(--voy-text-body); margin: 0 0 18px; }

.wk-case-headline-metric {
  display: flex; align-items: center; gap: 16px;
  background: linear-gradient(135deg, rgba(224,37,37,.07), rgba(224,37,37,.02));
  border: 1px solid rgba(224,37,37,.18);
  border-radius: 12px; padding: 16px 20px; margin-bottom: 22px;
}
.wk-case-headline-num { font-family: var(--voy-font-heading); font-weight: 800; font-size: 30px; color: var(--voy-primary); letter-spacing: -.02em; line-height: 1; flex: none; }
.wk-case-headline-text { font-size: 13px; color: #5A5A50; line-height: 1.45; }

.wk-case-block { margin-bottom: 22px; }
.wk-case-block:last-child { margin-bottom: 0; }
.wk-case-block-label { display: flex; align-items: center; gap: 8px; font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--voy-text-muted); font-weight: 700; margin-bottom: 10px; }
.wk-case-block-label-icon { width: 20px; height: 20px; border-radius: 6px; background: rgba(224,37,37,.1); display: flex; align-items: center; justify-content: center; flex: none; }
.wk-case-problem-box {
  background: rgba(224,37,37,.045);
  border-left: 3px solid var(--voy-primary);
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
}
.wk-case-block-text { font-size: 14px; line-height: 1.65; color: #5A5A50; margin: 0; }
.wk-case-built-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.wk-case-built-list li { font-size: 13.5px; color: #4A4A42; display: flex; align-items: flex-start; gap: 10px; line-height: 1.55; }
.wk-case-built-icon { flex: none; width: 19px; height: 19px; border-radius: 50%; background: rgba(224,37,37,.1); display: flex; align-items: center; justify-content: center; margin-top: 1px; }

.wk-case-outcome-box { background: var(--voy-bg-panel-inner); border-radius: 12px; border: 1px solid #EAE9E7; padding: 24px 22px; margin-bottom: 16px; }
.wk-case-outcome-label { display: flex; align-items: center; gap: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--voy-text-muted); margin-bottom: 14px; font-weight: 600; }
.wk-case-outcome-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.wk-case-outcome-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; line-height: 1.5; color: #3A3A32; }
.wk-case-outcome-check { flex: none; width: 17px; height: 17px; border-radius: 50%; background: rgba(22,101,52,.1); display: flex; align-items: center; justify-content: center; margin-top: 1px; }

.wk-case-stack-box { background: var(--voy-bg-panel-inner); border-radius: 12px; border: 1px solid #EAE9E7; padding: 22px 22px 20px; }
.wk-case-stack-label { display: flex; align-items: center; gap: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--voy-text-muted); margin-bottom: 14px; font-weight: 600; }
.wk-case-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.wk-case-tags .wp-tag { display: inline-flex; align-items: center; gap: 6px; }
.wk-case-tags .wp-tag::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--voy-primary); flex: none; }

/* ── 3. How we engage ── */
.wk-engage-section { background: #1A1A17; padding: 88px 96px; border-top: 1px solid rgba(255,255,255,0.06); }
.wk-engage-inner { max-width: 1248px; margin: 0 auto; }
.wk-engage-header { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.wk-engage-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 3vw, 36px); color: #FEFCF6; letter-spacing: -.025em; margin: 14px 0 14px;
}
.wk-engage-header p { font-size: 15px; color: rgba(254,252,246,0.55); line-height: 1.65; margin: 0 0 14px; }
.wk-engage-header p:last-of-type { margin-bottom: 0; }
.wk-engage-cta { margin-top: 28px; }
.wk-engage-cta .wk-engage-cta-note { font-size: 12.5px; color: rgba(254,252,246,0.45); margin: 20px 0 0; }

.wk-engage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.wk-engage-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--voy-radius-lg);
  padding: 28px 26px;
  transition: border-color .25s ease, transform .25s cubic-bezier(.22,.8,.36,1);
}
.wk-engage-card:hover { border-color: rgba(224,37,37,.4); transform: translateY(-3px); }
.wk-engage-card-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 15.5px; color: #FEFCF6; margin-bottom: 10px; }
.wk-engage-card-price { font-family: var(--voy-font-heading); font-weight: 800; font-size: 22px; color: var(--voy-primary); letter-spacing: -.01em; }
.wk-engage-card-unit { font-size: 12.5px; color: rgba(254,252,246,0.45); font-weight: 500; }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .wk-hero-wrap, .wk-cases-section, .wk-engage-section { padding-left: 48px; padding-right: 48px; }
}
@media (max-width: 900px) {
  .wk-case-panel { flex-direction: column; gap: 28px; }
  .wk-case-right { width: 100%; }
  .wk-engage-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .wk-hero-wrap { padding: 72px 20px 40px; }
  .wk-hero-inner { padding-top: 32px; }
  .wk-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; background: transparent; border: none; }
  .wk-hero-stat { border: none; padding: 0; }
  .wk-cases-section, .wk-engage-section { padding: 56px 20px 64px; }
  .wk-case-panel { padding: 28px 20px; }
}
