/* ========== ODIN PROJECT – layout & components (scoped to odin-project page) ========== */
/* Accent palette matches ongrid / dav (#4bc1c8, #4ac4bd) — not elockr blue */

body[data-page="odin-project"] .ongrid-hero-subtitle {
  line-height: 1.55;
  margin: 1px auto 0;
  max-width: 800px;
}

body[data-page="odin-project"] .ongrid-phones-inner {
  margin-top: 0;
}

body[data-page="odin-project"] .ongrid-hero-container {
  padding: 56px 48px 0;
}

@media (max-width: 900px) {
  body[data-page="odin-project"] .ongrid-hero-container {
    padding: 36px 24px 0;
  }
}

body[data-page="odin-project"] .ongrid-body-meta {
  gap: 48px;
}

body[data-page="odin-project"] .odin-body-meta-item + .odin-body-meta-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 24px;
}

body[data-page="odin-project"] .odin-body-meta-item:first-child {
  padding-left: 0;
  border-left: none;
}

/* Insight / persona cards */
.odin-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.odin-insight-card {
  background: linear-gradient(180deg, #05090a 0%, rgba(8, 14, 16, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
  padding: 24px 20px;
}

.odin-insight-num {
  font-family: 'Denton Test', 'Denton', 'Playfair Display', serif;
  font-size: 32px;
  color: #4ac4bd;
  line-height: 1;
  margin-bottom: 12px;
}

.odin-insight-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.35;
}

.odin-insight-body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: #b0b0b0;
  line-height: 1.6;
  margin: 0;
}

/* Image placeholder */
.odin-img-placeholder {
  width: 100%;
  background: linear-gradient(180deg, #0d1a1b 0%, rgba(8, 14, 16, 0.98) 100%);
  border: 1px dashed rgba(75, 193, 200, 0.35);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 20px;
  text-align: center;
  margin: 28px 0;
}

.odin-img-placeholder.tall { min-height: 340px; }
.odin-img-placeholder.medium { min-height: 240px; }

.odin-img-placeholder .ph-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4bc1c8;
}

.odin-img-placeholder .ph-title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.odin-img-placeholder .ph-hint {
  font-size: 12px;
  color: #b0b0b0;
  max-width: 520px;
  line-height: 1.55;
}

.odin-section-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin: 28px 0;
}

/* Workflow trigger */
.odin-workflow-trigger {
  width: 100%;
  background: linear-gradient(180deg, #0d1a1b 0%, rgba(8, 14, 16, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0;
  margin: 28px 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
  display: block;
  text-align: left;
  color: inherit;
  font: inherit;
}

.odin-workflow-trigger:hover {
  border-color: rgba(75, 193, 200, 0.45);
  box-shadow: 0 8px 32px rgba(75, 193, 200, 0.12);
  transform: translateY(-2px);
}

.odin-workflow-trigger:hover .odin-wt-arrow { transform: translateX(4px); }
.odin-workflow-trigger:hover .odin-wt-bar { opacity: 1; }

.odin-wt-bar {
  height: 4px;
  background: linear-gradient(to right, #3a9fa6, #4bc1c8, #2d8a91);
  opacity: 0.55;
  transition: opacity 0.2s;
}

.odin-wt-body {
  padding: 24px 24px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.odin-wt-icon {
  width: 46px;
  height: 46px;
  background: rgba(75, 193, 200, 0.12);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.odin-wt-text { flex: 1; min-width: 0; }

.odin-wt-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4bc1c8;
  margin-bottom: 3px;
}

.odin-wt-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 3px;
}

.odin-wt-sub {
  font-size: 12.5px;
  color: #b0b0b0;
}

.odin-wt-arrow {
  font-size: 18px;
  color: #4bc1c8;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.odin-wt-steps {
  display: flex;
  align-items: center;
  padding: 0 24px 20px;
  gap: 0;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.odin-wt-step {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 500;
  color: #b0b0b0;
  white-space: nowrap;
}

.odin-wt-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(75, 193, 200, 0.12);
  border: 1.5px solid #4bc1c8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  color: #4bc1c8;
  flex-shrink: 0;
}

.odin-wt-line {
  flex: 1;
  min-width: 10px;
  max-width: 22px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.12);
}

/* Quotes */
.odin-quotes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}

.odin-quote-card {
  background: linear-gradient(180deg, #05090a 0%, rgba(8, 14, 16, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.odin-quote-mark {
  font-family: 'Denton Test', 'Denton', 'Playfair Display', serif;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.15);
  line-height: 0.8;
  margin-bottom: 10px;
  display: block;
}

.odin-quote-text {
  font-size: 14px;
  color: #e7e7e7;
  line-height: 1.65;
  font-style: italic;
  margin: 0;
}

/* Survey grid */
.odin-survey-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0;
}

.odin-survey-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.odin-survey-dim {
  font-size: 13px;
  color: #e7e7e7;
  min-width: 200px;
  font-weight: 400;
}

.odin-survey-bar-track {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.odin-survey-bar-fill {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #3a9fa6, #4bc1c8);
}

.odin-survey-score {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  min-width: 40px;
  text-align: right;
}

.odin-subheading {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
}

.odin-subheading-spaced {
  margin: 32px 0 16px;
}

.odin-caption {
  font-size: 13px;
  color: #b0b0b0;
  margin-bottom: 20px;
}

/* Learning / root cause list */
.odin-learning-list {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

.odin-learning-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.odin-learning-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.odin-learning-idx {
  font-family: 'Denton Test', 'Denton', 'Playfair Display', serif;
  font-size: 20px;
  color: #4bc1c8;
  min-width: 32px;
  padding-top: 2px;
  font-style: italic;
}

.odin-learning-icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  color: #1c888e;
  padding-top: 2px;
}

.odin-learning-icon svg,
.odin-learning-icon img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.odin-root-causes-list .odin-learning-icon {
  width: 48px;
  min-width: 48px;
  color: #4ac4bd;
  padding-top: 0;
}

.odin-root-causes-list .odin-learning-icon img {
  width: 40px;
  height: 40px;
}

.odin-learning-idx.compact {
  color: #ffffff;
  font-style: normal;
  font-size: 14px;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
  min-width: auto;
  padding-right: 8px;
}

.odin-learning-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.odin-learning-body {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 1.65;
  margin: 0;
}

/* Solution blocks */
.odin-solution-block {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.odin-solution-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.odin-solutions-divider {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #b0b0b0;
  margin: 8px 0 32px;
}

.odin-solution-number {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4bc1c8;
  margin-bottom: 6px;
}

.odin-solution-title {
  font-family: 'Denton Test', 'Denton', 'Playfair Display', serif;
  font-size: clamp(22px, 3.5vw, 28px);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.2;
}

.odin-problem-callout {
  background: rgba(248, 113, 113, 0.08);
  border-left: 3px solid #f87171;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-bottom: 14px;
}

.odin-problem-callout .callout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fca5a5;
  margin-bottom: 4px;
}

.odin-problem-callout p {
  font-size: 14px;
  color: #e7e7e7;
  line-height: 1.6;
  margin: 0;
}

.odin-solution-body {
  font-size: 15px;
  color: #b0b0b0;
  line-height: 1.7;
  margin-bottom: 6px;
}

.odin-solution-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.odin-impact-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(75, 193, 200, 0.12);
  color: #4bc1c8;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid rgba(75, 193, 200, 0.25);
}

/* Before / after */
.odin-before-after {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  margin: 28px 0 0;
}

.odin-ba-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.odin-ba-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  color: #fff;
}

.odin-ba-label.before { background: #374151; }
.odin-ba-label.after { background: #1c888e; }

.odin-ba-card .odin-img-placeholder {
  border-radius: 0;
  border: none;
  border-top: 0;
  margin: 0;
  min-height: 200px;
}

.odin-ba-card .odin-ba-image {
  border-radius: 0;
  border: none;
  border-top: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}

/* Impact grid */
.odin-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0;
}

.odin-impact-cell {
  background: linear-gradient(180deg, #05090a 0%, rgba(8, 14, 16, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
  padding: 32px 28px;
}

.odin-impact-number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Denton Test', 'Denton', 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.odin-impact-direction {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72em;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  transform: translateY(0.06em);
}

.odin-impact-number.down { color: #4ac4bd; }
.odin-impact-number.up { color: #34d399; }
.odin-impact-number.neutral { color: #34d399; }

.odin-impact-label {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 4px;
}

.odin-impact-context {
  font-size: 13px;
  color: #b0b0b0;
  margin: 0;
}

/* Modal */
.odin-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.odin-modal-backdrop.open {
  opacity: 1;
  pointer-events: all;
}

.odin-modal-box {
  background: #0f1214;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  width: min(98vw, 1060px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  transform: scale(0.98) translateY(10px);
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.22s ease;
}

.odin-modal-backdrop.open .odin-modal-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.odin-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.odin-modal-header-left {
  display: flex;
  align-items: center;
  gap: 11px;
}

.odin-modal-header-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.odin-modal-htitle {
  font-size: 15px;
  font-weight: 600;
  color: #e7e7e7;
}

.odin-modal-hsub {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.odin-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #888;
  transition: background 0.15s, color 0.15s;
}

.odin-modal-close:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #e7e7e7;
}

.odin-modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}

/* Workflow diagram — original layout, toned-down palette */
.odin-wf {
  padding: 24px 28px 32px;
}

.odin-wf-legend {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 22px;
}

.odin-wf-leg {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #888;
  font-weight: 500;
}

.odin-wf-ldot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}

.odin-wf-ldot--action { background: rgba(74, 196, 189, 0.55); }
.odin-wf-ldot--decision { background: rgba(180, 160, 120, 0.5); border-radius: 50%; }
.odin-wf-ldot--auto { background: rgba(140, 130, 170, 0.45); }
.odin-wf-ldot--manual { background: rgba(120, 120, 120, 0.45); }

.odin-wf-feature-pill {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c5e8eb;
  padding: 3px 8px;
  border-radius: 100px;
  background: #152a2e;
  border: 1px solid rgba(74, 196, 189, 0.2);
}

.odin-wf-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 4px;
}

.odin-wf-lane {
  width: 96px;
  flex-shrink: 0;
  padding-top: 10px;
}

.odin-wf-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.35;
  color: #a8a8a8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.odin-wf-node {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.odin-wf-node--action {
  border-left: 2px solid rgba(74, 196, 189, 0.45);
}

.odin-wf-node--decision {
  border-left: 2px solid rgba(180, 160, 120, 0.4);
  border-style: solid;
}

.odin-wf-node--auto {
  border-left: 2px solid rgba(140, 130, 170, 0.4);
}

.odin-wf-nh {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}

.odin-wf-nn {
  font-size: 10px;
  font-weight: 600;
  color: #6a9a96;
  min-width: 18px;
  flex-shrink: 0;
}

.odin-wf-nt {
  font-size: 13px;
  font-weight: 600;
  color: #e7e7e7;
  line-height: 1.35;
}

.odin-wf-nd {
  font-size: 12px;
  color: #999;
  line-height: 1.55;
  padding-left: 26px;
  margin-top: 2px;
}

.odin-wf-fb {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 600;
  color: rgba(231, 231, 231, 0.95);
  padding: 4px 10px;
  border-radius: 100px;
  margin-top: 8px;
  margin-left: 26px;
  margin-right: 4px;
  background: #152a2e;
  border: 1px solid rgba(74, 196, 189, 0.22);
  letter-spacing: 0.03em;
}

.odin-wf-fb::before {
  content: '✦';
  font-size: 8px;
  color: #4ac4bd;
  line-height: 1;
}

.odin-wf-fb--auto {
  background: #1a2430;
  border-color: rgba(140, 130, 170, 0.25);
  color: rgba(231, 231, 231, 0.9);
}

.odin-wf-fb--auto::before {
  content: '⚡';
  color: #9a94a8;
}

.odin-wf-arr {
  padding: 4px 0 4px 110px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #666;
  font-style: normal;
}

.odin-wf-arr-line {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.odin-wf-branches {
  padding-left: 110px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 4px 0 8px;
}

.odin-wf-br {
  font-size: 11px;
  flex: 1;
  min-width: 200px;
  line-height: 1.45;
  padding: 8px 11px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.odin-wf-br.yes {
  background: rgba(255, 255, 255, 0.03);
  color: #b0b0b0;
}

.odin-wf-br.no {
  background: rgba(255, 255, 255, 0.02);
  color: #a0a0a0;
}

.odin-wf-br b {
  font-weight: 600;
  color: #ccc;
}

.odin-wf-parallel {
  padding-left: 110px;
  margin: 4px 0 8px;
}

.odin-wf-pl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.odin-wf-pl::before,
.odin-wf-pl::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

.odin-wf-tracks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.odin-wf-track {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 11px 12px;
  box-shadow: none;
}

.odin-wf-track.hl {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(74, 196, 189, 0.04);
}

.odin-wf-tt {
  font-size: 12px;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 4px;
}

.odin-wf-td {
  font-size: 11px;
  color: #888;
  line-height: 1.45;
}

.odin-wf-tbadge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 600;
  color: rgba(231, 231, 231, 0.95);
  padding: 4px 10px;
  border-radius: 100px;
  margin-top: 8px;
  background: #152a2e;
  border: 1px solid rgba(74, 196, 189, 0.22);
  letter-spacing: 0.03em;
}

.odin-wf-tbadge::before {
  content: '✦';
  font-size: 8px;
  color: #4ac4bd;
  line-height: 1;
}

.odin-wf-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.odin-wf-mc {
  background: rgba(255, 255, 255, 0.02);
  padding: 14px 16px;
  text-align: center;
}

.odin-wf-mn {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #4ac4bd;
  margin-bottom: 4px;
}

.odin-wf-ml {
  font-size: 11px;
  color: #888;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .odin-insight-grid { grid-template-columns: 1fr; }
  .odin-quotes-grid { grid-template-columns: 1fr; }
  .odin-impact-grid { grid-template-columns: 1fr; }
  .odin-wf-tracks { grid-template-columns: 1fr 1fr; }
  .odin-wf-metrics { grid-template-columns: 1fr 1fr; }
  .odin-wf-branches,
  .odin-wf-parallel,
  .odin-wf-arr { padding-left: 0; }
  .odin-wf-lane { width: 80px; }
  body[data-page="odin-project"] .odin-body-meta-item + .odin-body-meta-item {
    border-left: none;
    padding-left: 0;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  body[data-page="odin-project"] .odin-body-meta-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}

@media (max-width: 600px) {
  .odin-survey-dim { min-width: 140px; font-size: 12px; }
  .odin-wf-tracks { grid-template-columns: 1fr; }
}
