/* ============================================================
   MOW DESIGNS v3 — project inner page stylesheet
   Structure: Waltz Creative (narrative, breadcrumb, caps sidebar)
   Metrics:   Ramotion (type-forward, outcome numerals)
   ============================================================ */

/* ── PROJECT HERO ── */
.project-hero {
  min-height: 62vh; position: relative; display: flex;
  flex-direction: column; justify-content: flex-end; overflow: hidden;
  padding: calc(var(--nav-h) + 52px) var(--px) 72px;
}
.project-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(7,7,31,0.25) 0%, rgba(7,7,31,0.55) 55%, rgba(7,7,31,0.95) 100%);
}
.project-hero-emoji {
  position: absolute; right: 8%; top: 50%; transform: translateY(-50%);
  font-size: 180px; opacity: 0.12; z-index: 1; line-height: 1;
  animation: bob 7s ease-in-out infinite;
}
@keyframes bob { 0%,100%{transform:translateY(-50%)} 50%{transform:translateY(calc(-50% - 18px))} }
.project-hero-content { position: relative; z-index: 10; max-width: var(--max-w); margin: 0 auto; width: 100%; }

/* breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 13px; color: rgba(255,255,255,0.38); }
.breadcrumb a { color: rgba(255,255,255,0.38); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb-sep { opacity: 0.28; }

.project-hero-tags { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.project-hero-title { font-family: 'Ubuntu', sans-serif; font-size: clamp(44px, 6.5vw, 88px); font-weight: 800; line-height: 0.94; letter-spacing: -3px; color: var(--white); margin-bottom: 24px; }
.project-hero-sub { font-size: 18px; color: rgba(255,255,255,0.55); font-weight: 300; max-width: 500px; line-height: 1.74; }

/* ── META STRIP ── */
.meta-strip { background: var(--paper); border-bottom: 1px solid var(--border); padding: 0 var(--px); }
.meta-strip-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: stretch; border-left: 1px solid var(--border); }
.meta-cell { padding: 22px 32px; border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; }
.meta-label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.meta-value { font-family: 'Ubuntu', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); }
.meta-value a { color: var(--blue); text-decoration: none; }
.meta-value a:hover { text-decoration: underline; }

/* ── CASE SECTION WRAPPERS ── */
.case-section { padding: 88px var(--px); }
.case-section .inner { max-width: var(--max-w); margin: 0 auto; }

/* narrative prose */
.narrative { max-width: 680px; }
.narrative p { font-size: 16px; line-height: 1.86; color: var(--muted); margin-bottom: 20px; font-weight: 300; }
.narrative p:last-child { margin: 0; }
.narrative-dark p { color: rgba(255,255,255,0.5); }

/* chapter headings */
.chapter-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 700; margin-bottom: 10px; }
.chapter-label-dim { color: rgba(255,255,255,0.36); }
.chapter-heading { font-family: 'Ubuntu', sans-serif; font-size: clamp(28px, 3vw, 44px); font-weight: 800; line-height: 1.08; letter-spacing: -1.2px; margin-bottom: 28px; }

/* ── CAPABILITIES LAYOUT ── */
.caps-row { display: grid; grid-template-columns: 5fr 3fr; gap: 72px; align-items: start; }
.caps-list-title { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 14px; }
.caps-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.caps-list li { font-size: 14px; color: var(--text); display: flex; align-items: center; gap: 9px; }
.caps-list li::before { content:''; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.caps-list-dark li { color: rgba(255,255,255,0.6); }
.caps-list-dark li::before { background: rgba(255,255,255,0.3); }

/* ── CALLOUT CARDS ── */
.callout-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.callout-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.callout { padding: 28px; border-radius: 14px; }
.callout-light { background: var(--white); border: 1px solid var(--border); }
.callout-dark  { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.callout-num { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.callout-num-blue { color: var(--blue); }
.callout-num-dim  { color: rgba(255,255,255,0.28); }
.callout-title-dark  { font-family: 'Ubuntu', sans-serif; font-size: 15px; font-weight: 700; color: var(--text);  margin-bottom: 8px; }
.callout-title-light { font-family: 'Ubuntu', sans-serif; font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.callout-text { font-size: 13.5px; line-height: 1.73; font-weight: 300; }
.callout-text-dark  { color: var(--muted); }
.callout-text-light { color: rgba(255,255,255,0.45); }

/* ── STACK CHIPS ── */
.stack-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.stack-chip { padding: 7px 14px; border-radius: 100px; font-size: 13px; font-weight: 500; }
.stack-chip-light { background: rgba(26,26,255,0.07); color: var(--blue);  border: 1px solid rgba(26,26,255,0.14); }
.stack-chip-dark  { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.68); border: 1px solid rgba(255,255,255,0.1); }

/* ── TIMELINE ── */
.timeline { display: flex; flex-direction: column; }
.timeline-item { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.timeline-item:last-child { border: none; }
.timeline-num { font-family: 'Ubuntu', sans-serif; font-size: 11px; font-weight: 700; color: var(--blue); width: 28px; flex-shrink: 0; padding-top: 2px; }
.timeline-item-body h4 { font-family: 'Ubuntu', sans-serif; font-size: 15px; font-weight: 700; color: var(--text);  margin-bottom: 5px; }
.timeline-item-body p  { font-size: 13.5px; color: var(--muted); line-height: 1.72; font-weight: 300; }

/* ── OUTCOME METRICS ── */
.metrics-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.metric-card { border-radius: 14px; padding: 28px 24px; text-align: center; }
.metric-card-dark  { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.metric-card-light { background: var(--white); border: 1px solid var(--border); }
.metric-n { font-family: 'Ubuntu', sans-serif; font-size: 40px; font-weight: 800; letter-spacing: -2px; line-height: 1; margin-bottom: 6px; }
.metric-n-white { color: var(--white); }
.metric-n-blue  { color: var(--blue); }
.metric-l { font-size: 12px; }
.metric-l-dim   { color: rgba(255,255,255,0.38); }
.metric-l-muted { color: var(--muted); }

/* ── PROJECT CTA ── */
.project-cta { background: var(--paper); padding: 80px var(--px); text-align: center; border-top: 1px solid var(--border); }
.project-cta h3 { font-family: 'Ubuntu', sans-serif; font-size: clamp(28px, 3vw, 44px); font-weight: 800; color: var(--text); letter-spacing: -1px; margin-bottom: 22px; }
.project-cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ── PROJECT NAV BAR ── */
.project-nav-bar { background: #050518; padding: 36px var(--px); border-top: 1px solid rgba(255,255,255,0.07); }
.project-nav-bar-inner { max-width: var(--max-w); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.project-nav-link { font-size: 14px; color: rgba(255,255,255,0.4); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.2s; }
.project-nav-link:hover { color: var(--white); }
.project-nav-all { font-family: 'Ubuntu', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s; }
.project-nav-all:hover { color: var(--white); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .caps-row { grid-template-columns: 1fr 1fr; gap: 48px; }
  .callout-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .project-hero { padding: 96px var(--px) 56px; }
  .project-hero-emoji { font-size: 110px; right: 4%; }
  .project-hero-title { font-size: 40px; letter-spacing: -2px; }
  .meta-strip { padding: 0 var(--px); }
  .meta-strip-inner { flex-wrap: wrap; border-left: none; }
  .meta-cell { padding: 16px 0; border-right: none; border-bottom: 1px solid var(--border); width: 50%; }
  .case-section { padding: 60px var(--px); }
  .caps-row { grid-template-columns: 1fr; gap: 40px; }
  .callout-grid-2, .callout-grid-3 { grid-template-columns: 1fr; }
  .metrics-row { grid-template-columns: 1fr 1fr; }
  .project-cta { padding: 56px var(--px); }
  .project-nav-bar { padding: 28px var(--px); }
}
