/* ============================================================
   Faiza Khan Portfolio — nomadology.css
   Nomadology case study page styles
   Extends straysafe.css (shared cs-* classes)
   ============================================================ */


/* ============================================================
   HERO — forest green override (distinct from StraySafe olive)
   ============================================================ */

.cs-hero {
  background: #2a3f30;
}


/* ============================================================
   ACCENT COLOUR OVERRIDES
   Replace olive green with forest green for Nomadology
   ============================================================ */

.cs-back-link:hover         { color: #4a7050; }
.cs-nav-link:hover,
.cs-nav-link.active         { color: #3d6045; border-left-color: #3d6045; }
.cs-list li::before         { color: #3d6045; }
.cs-group-block             { border-left-color: rgba(42, 63, 48, 0.35); }
.cs-group-title             { color: #3d6045; }


/* ============================================================
   5th INSIGHT STICKY (blue)
   ============================================================ */

.insight-5 {
  background: var(--sticky-blue);
  transform: rotate(1.2deg);
}


/* ============================================================
   5-INSIGHT GRID
   2×2 + single centred 5th note
   ============================================================ */

.nom-insights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 24px;
}

.nom-insights-grid .insight-sticky:nth-child(5) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 14px);
}


/* ============================================================
   PERSONA BLOCK — Meet Izza
   ============================================================ */

.nom-persona {
  background: var(--paper-warm);
  border-left: 2.5px solid #2a3f30;
  padding: 20px 22px 22px;
  margin: 20px 0 24px;
  position: relative;
}

.nom-persona-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 21px;
  color: var(--ink);
  margin-bottom: 3px;
}

.nom-persona-meta {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink-faint);
  margin-bottom: 14px;
}

.nom-persona-archetype {
  display: inline-block;
  font-family: 'Caveat', cursive;
  font-size: 12px;
  font-weight: 600;
  color: #3d6045;
  background: rgba(42, 63, 48, 0.08);
  padding: 2px 8px;
  margin-bottom: 14px;
  transform: rotate(-0.5deg);
}


/* ============================================================
   CONTEXT STATS — camping growth callout
   ============================================================ */

.context-callout {
  background: rgba(42, 63, 48, 0.06);
  border: 0.5px solid rgba(42, 63, 48, 0.18);
  padding: 16px 20px;
  margin: 16px 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.context-callout-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.context-callout-num {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 22px;
  color: #2a3f30;
  line-height: 1;
}

.context-callout-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink-faint);
}

.context-callout-divider {
  width: 0.5px;
  height: 32px;
  background: rgba(42, 63, 48, 0.20);
  flex-shrink: 0;
}

.context-callout-note {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.60;
  color: var(--ink-mid);
  flex: 1;
  min-width: 160px;
}


/* ============================================================
   RESEARCH METHODS — 2×2 card grid
   ============================================================ */

.research-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.research-method {
  background: var(--paper-warm);
  border-top: 2.5px solid rgba(42, 63, 48, 0.30);
  padding: 16px 16px 20px;
}

.research-method-num {
  font-family: 'Caveat', cursive;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-faint);
  margin-bottom: 4px;
  display: block;
}

.research-method-title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.25;
}

.research-method-desc {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--ink-mid);
}


/* ============================================================
   KEY FINDING — NOT / BUT rows
   ============================================================ */

.findings-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0 20px;
}

.finding-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.finding-not {
  padding: 12px 16px;
  background: rgba(184, 88, 56, 0.05);
  border: 0.5px solid rgba(184, 88, 56, 0.18);
  border-right: none;
}

.finding-but {
  padding: 12px 16px;
  background: rgba(42, 63, 48, 0.05);
  border: 0.5px solid rgba(42, 63, 48, 0.18);
}

.finding-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  display: block;
}

.finding-not .finding-label { color: var(--terra); }
.finding-but .finding-label { color: #2a3f30; }

.finding-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.58;
  color: var(--ink-mid);
}


/* ============================================================
   VALUES MISMATCH — two-column comparison
   ============================================================ */

.values-mismatch {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  margin: 28px 0;
  align-items: stretch;
}

.values-col {
  padding: 26px 24px 28px;
  position: relative;
}

.values-col-provider {
  background: #2a3f30;
}

.values-col-camper {
  background: var(--paper-warm);
  border: 0.5px solid rgba(100, 85, 55, 0.14);
}

.values-col-divider {
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--paper);
  border-top: 0.5px solid rgba(100, 85, 55, 0.14);
  border-bottom: 0.5px solid rgba(100, 85, 55, 0.14);
}

.values-vs {
  font-family: 'Caveat', cursive;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-faint);
  transform: rotate(-1.5deg);
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.values-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  display: block;
}

.values-col-provider .values-label {
  color: rgba(255, 255, 255, 0.40);
}

.values-col-camper .values-label {
  color: var(--ink-faint);
}

.values-statement {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.values-col-provider .values-statement {
  color: rgba(255, 255, 255, 0.90);
}

.values-col-camper .values-statement {
  color: var(--ink);
}

.values-desc {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.68;
}

.values-col-provider .values-desc {
  color: rgba(255, 255, 255, 0.52);
}

.values-col-camper .values-desc {
  color: var(--ink-mid);
}


/* ============================================================
   JOURNEY MAP — before / after SVG pair
   ============================================================ */

.journey-maps-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 24px 0;
}

.journey-map-card {
  background: var(--paper-warm);
  border: 0.5px solid rgba(100, 85, 55, 0.14);
  padding: 18px 14px 14px;
  position: relative;
}

.journey-map-card.nom-after {
  border-color: rgba(42, 63, 48, 0.20);
}

.journey-map-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-faint);
  margin-bottom: 12px;
  display: block;
}

.nom-after .journey-map-label {
  color: #3d6045;
}

.journey-map-svg {
  width: 100%;
  height: auto;
  display: block;
}


/* ============================================================
   SERVICE TOUCHPOINTS — horizontal timeline
   ============================================================ */

.touchpoints-wrap {
  margin: 28px 0;
  position: relative;
}

.touchpoints-track {
  position: relative;
  padding: 0 0 0 0;
}

/* Horizontal connecting line */
.touchpoints-track::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: rgba(42, 63, 48, 0.22);
}

.touchpoints {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  position: relative;
  z-index: 1;
}

.touchpoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.touchpoint-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a3f30;
  border: 2px solid var(--paper);
  box-shadow: 0 0 0 1px rgba(42, 63, 48, 0.38);
  margin-bottom: 8px;
  flex-shrink: 0;
}

.touchpoint-name {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ink-mid);
  margin-bottom: 5px;
  line-height: 1.3;
}

.touchpoint-desc {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 10.5px;
  line-height: 1.50;
  color: var(--ink-faint);
}

/* Touchpoint cards for the detailed view below the timeline */
.touchpoint-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.touchpoint-card {
  background: var(--paper-warm);
  border: 0.5px solid rgba(100, 85, 55, 0.12);
  padding: 14px 16px 18px;
  position: relative;
}

.touchpoint-card-num {
  font-family: 'Caveat', cursive;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-faint);
  margin-bottom: 2px;
  display: block;
}

.touchpoint-card-name {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.25;
}

.touchpoint-card-desc {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.65;
  color: var(--ink-mid);
}

.touchpoint-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: rgba(42, 63, 48, 0.22);
}

/* Last card (7th) spans full width */
.touchpoint-card:nth-child(7) {
  grid-column: 1 / -1;
}


/* ============================================================
   TESTING — kit rounds comparison
   ============================================================ */

.kit-rounds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}

.kit-round {
  background: var(--paper-warm);
  border: 0.5px solid rgba(100, 85, 55, 0.14);
  padding: 18px 18px 22px;
  position: relative;
}

.kit-round-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-faint);
  margin-bottom: 14px;
  display: block;
}

.kit-item {
  padding: 9px 0;
  border-bottom: 0.5px solid rgba(100, 85, 55, 0.08);
}

.kit-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.kit-item-name {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 3px;
}

.kit-item-issue {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 11.5px;
  color: var(--terra);
  line-height: 1.5;
}

.kit-item-ok {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 11.5px;
  color: #3d6045;
  line-height: 1.5;
}

/* Mindfulness session quote */
.mindfulness-quote {
  font-family: 'Caveat', cursive;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: var(--ink-soft);
  padding: 20px 24px;
  background: var(--sticky-sage);
  transform: rotate(-0.4deg);
  margin: 20px 0;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.10);
  position: relative;
  display: inline-block;
  max-width: 420px;
}

/* Website testing friction points */
.friction-list {
  background: var(--paper-warm);
  border-left: 2px solid rgba(184, 88, 56, 0.35);
  padding: 14px 18px;
  margin: 16px 0;
}


/* ============================================================
   FOOTER CTA — Miro link variant (forest green)
   ============================================================ */

.cs-paper-btn.nom-btn {
  background: #2a3f30;
}

.cs-paper-btn.nom-btn:hover {
  background: #1e2e22;
}
