/**
 * offerings-tier.css — shared styling for the three offering tier pages
 * (Discovery Workshop, Build, Partnership). Consumes tokens.css + base.css.
 * Light-throughout; no dark surfaces.
 */

/* ---- Hero ------------------------------------------------------------- */

.oft-hero { padding-block: var(--space-12) var(--space-6); }
.oft-hero__label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sapphire);
}
.oft-hero h1 { margin-top: var(--space-2); max-width: 18ch; }
.oft-hero__price {
  margin-top: var(--space-3);
  font-family: var(--font-mono);
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: none;
}
.oft-hero__price strong { color: var(--signal); font-weight: 500; }
.oft-hero__lede { margin-top: var(--space-3); }
.oft-hero__note {
  margin-top: var(--space-2);
  font-size: 0.9375rem;
  color: var(--muted);
}
.oft-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

/* ---- Section heading -------------------------------------------------- */

.oft-section h2 { margin-top: var(--space-1); }
.oft-section__lede {
  margin-top: var(--space-2);
  color: var(--muted);
  max-width: 60ch;
}

/* ---- Labelled-block list (deliverables + how-it-runs) ----------------- */

.oft-blocks {
  list-style: none;
  margin: var(--space-6) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.oft-block {
  border-left: var(--spine) solid var(--verdant);
  padding-left: var(--space-3);
}
.oft-block__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sapphire);
}
.oft-block__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.375rem;
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-top: 0.15rem;
}
.oft-block__body { margin-top: var(--space-1); color: var(--muted); max-width: 64ch; }
.oft-block ul { margin: var(--space-1) 0 0; padding-left: 1.1rem; }
.oft-block li { margin-bottom: 0.35rem; color: var(--muted); max-width: 62ch; }
.oft-block li strong { color: var(--ink); font-weight: 600; }

/* ---- Who it is for / not for ------------------------------------------ */

.oft-fit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  margin-top: var(--space-6);
}
.oft-fit__col h3 {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.oft-check { list-style: none; margin: var(--space-3) 0 0; padding: 0; }
.oft-check li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: var(--space-2);
  color: var(--muted);
  max-width: 50ch;
}
.oft-check li::before {
  position: absolute;
  left: 0;
  font-family: var(--font-mono);
  font-weight: 500;
}
.oft-check--yes li::before { content: "\2713"; color: var(--verdant); }
.oft-check--no li::before { content: "\2715"; color: var(--signal); }
.oft-fit__note { margin-top: var(--space-4); color: var(--muted); max-width: 62ch; }

/* ---- Callout (risk reversal / prerequisites) -------------------------- */

.oft-callout {
  border: 1px solid var(--rule);
  border-left: var(--spine) solid var(--verdant);
  background: var(--soft-bg);
  border-radius: 6px;
  padding: var(--space-6);
}
.oft-callout h2 { margin-top: 0; }
.oft-callout__body { margin-top: var(--space-2); }
.oft-callout__body p { color: var(--muted); max-width: 62ch; margin-bottom: var(--space-2); }
.oft-callout ul { margin: var(--space-2) 0; padding-left: 1.1rem; }
.oft-callout li { margin-bottom: 0.35rem; color: var(--muted); max-width: 60ch; }

/* ---- Comparison (Partnership tier) ------------------------------------ */

.oft-vs {
  list-style: none;
  margin: var(--space-6) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.oft-vs__item {
  border-left: var(--spine) solid var(--sapphire);
  padding-left: var(--space-3);
}
.oft-vs__title {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sapphire);
}
.oft-vs__rates {
  margin-top: 0.15rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--ink);
  max-width: none;
}
.oft-vs__body { margin-top: var(--space-1); color: var(--muted); max-width: 64ch; }

/* A link that trails a block list (e.g. the operating-model link). */
.oft-trailing-link { display: inline-block; margin-top: var(--space-4); }

/* ---- FAQ -------------------------------------------------------------- */

.oft-faq__list { margin: var(--space-6) 0 0; }
.oft-faq__item {
  padding: var(--space-3) 0;
  border-top: 1px solid var(--rule);
}
.oft-faq__item dt {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  color: var(--ink);
}
.oft-faq__item dd { margin: var(--space-1) 0 0; color: var(--muted); max-width: 64ch; }

/* ---- Founding-customer note ------------------------------------------- */

.oft-founding__inner {
  border-left: var(--spine) solid var(--verdant);
  padding: var(--space-2) var(--space-4);
  background: var(--soft-bg);
  border-radius: 4px;
}
.oft-founding__inner p { color: var(--muted); max-width: 64ch; }
.oft-founding__inner .link-arrow { color: var(--ink); }

/* ---- Final CTA -------------------------------------------------------- */

.oft-cta { border-top: 1px solid var(--rule); }
.oft-cta__inner { text-align: center; }
.oft-cta__headline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.2vw, 2.375rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 24ch;
  margin-inline: auto;
}
.oft-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-4);
}
.oft-cta__note {
  margin: var(--space-4) auto 0;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  max-width: 56ch;
}

/* ---- What's next ------------------------------------------------------ */

.oft-next__inner { border-top: 1px solid var(--rule); padding-top: var(--space-6); }

/* ---- Responsive ------------------------------------------------------- */

@media (max-width: 760px) {
  .oft-hero { padding-block: var(--space-8) var(--space-6); }
  .oft-fit__grid { grid-template-columns: 1fr; gap: var(--space-4); }
  .oft-callout { padding: var(--space-4); }
}
