/* ── OMFAY 6-Week Recalibration Page Styles ── */
/* Brand: Live RaRa / Optimal Movement Fitness    */
/* Primary font: Kanit | Colors: #231543 / #f04b22 */

/* ── Accent / utility ── */
.recal-accent     { color: #f04b22; }
.recal-stone      { color: #a7b5c4; }
.recal-warm-grey  { color: #a7b5c4; }

/* ── Eyebrow labels ── */
.recal-eyebrow {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f04b22;
  margin-bottom: 16px;
  display: block;
}

/* ── Problem grid (2-col) ── */
.recal-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e5e5ff;
  border: 1px solid #e5e5ff;
  margin-top: 32px;
}
.recal-problem-item {
  background: #f2f2ff;
  padding: 28px 32px;
}
.recal-problem-item .symptom {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #231543;
  margin-bottom: 6px;
}
.recal-problem-item .detail {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
  color: #231543;
  line-height: 1.6;
}

/* ── Dark reframe block ── */
.recal-dark-block {
  background: #231543;
  color: #f2f2ff;
  padding: 56px 48px;
}
.recal-dark-block h2 {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
  line-height: 1.25;
  margin-bottom: 20px;
}
.recal-dark-block p {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-weight: 200;
  color: #e5e5ff;
  font-size: 1rem;
  line-height: 1.85;
  max-width: 680px;
  margin-bottom: 16px;
}
.recal-dark-eyebrow {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fcd8cf;
  margin-bottom: 24px;
  display: block;
}

/* ── Framework grid (4-col) ── */
.recal-framework-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e5e5ff;
  border: 1px solid #e5e5ff;
  margin-top: 32px;
}
.recal-framework-item {
  background: #f2f2ff;
  padding: 32px 24px;
}
.recal-framework-item .fw-number {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 2.6rem;
  font-weight: 200;
  color: #e5e5ff;
  line-height: 1;
  margin-bottom: 12px;
}
.recal-framework-item .fw-lever {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #231543;
  margin-bottom: 10px;
}
.recal-framework-item .fw-desc {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.88rem;
  font-weight: 200;
  color: #231543;
  line-height: 1.65;
}

/* ── Phase rows ── */
.recal-phase {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid #e5e5ff;
  align-items: start;
}
.recal-phase:last-child { border-bottom: none; }
.recal-phase .phase-num-label {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a7b5c4;
  display: block;
  margin-bottom: 4px;
}
.recal-phase .phase-name {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.87rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f04b22;
}
.recal-phase h3 {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #231543;
  margin-bottom: 8px;
}
.recal-phase p {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.95rem;
  font-weight: 200;
  color: #231543;
  line-height: 1.75;
  max-width: 540px;
}
.recal-week-tags {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.recal-week-tag {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #231543;
  background: #f0f2f5;
  border: 1px solid #e5e5ff;
  padding: 4px 12px;
  display: inline-block;
}

/* ── Deliverables grid (2-col) ── */
.recal-deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.recal-deliverable {
  padding: 26px 28px;
  border: 1px solid #e5e5ff;
  background: #f2f2ff;
}
.recal-deliverable .d-title {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #231543;
  margin-bottom: 10px;
}
.recal-deliverable .d-desc {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.92rem;
  font-weight: 200;
  color: #231543;
  line-height: 1.7;
}

/* ── Qualifier list ── */
.recal-qualifier-item {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5ff;
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  color: #231543;
  display: flex;
  gap: 18px;
  align-items: baseline;
  line-height: 1.7;
}
.recal-qualifier-item:last-child { border-bottom: none; }
.recal-qualifier-item::before {
  content: '◆';
  color: #f04b22;
  font-size: 0.55rem;
  flex-shrink: 0;
  position: relative;
  top: -2px;
}

/* ── Investment block (2-col) ── */
.recal-investment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e5e5ff;
  border: 1px solid #e5e5ff;
  margin-top: 32px;
}
.recal-investment-left {
  background: #f2f2ff;
  padding: 44px 36px;
}
.recal-investment-right {
  background: #f0f2f5;
  padding: 44px 36px;
}
.recal-price {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #231543;
  line-height: 1;
  margin-bottom: 6px;
}
.recal-price-label {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a7b5c4;
  margin-bottom: 24px;
}
.recal-includes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recal-includes li {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.95rem;
  font-weight: 200;
  color: #231543;
  display: flex;
  gap: 12px;
  align-items: baseline;
  line-height: 1.5;
}
.recal-includes li::before {
  content: '◆';
  color: #f04b22;
  font-size: 0.5rem;
  flex-shrink: 0;
  position: relative;
  top: -1px;
}
.recal-investment-right h3 {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #231543;
  margin-bottom: 14px;
}
.recal-investment-right p {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.95rem;
  font-weight: 200;
  color: #231543;
  line-height: 1.75;
  margin-bottom: 12px;
}

/* ── CTA dark block ── */
.recal-cta-block {
  background: #231543;
  padding: 64px 48px;
  text-align: center;
}
.recal-cta-block h2 {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.25;
}
.recal-cta-block p {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  color: #e5e5ff;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.recal-cta-note {
  margin-top: 16px;
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 200;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e5e5ff;
  display: block;
}

/* ── Quote / testimonial block ── */
.recal-quote-block {
  border-left: 4px solid #f04b22;
  padding-left: 24px;
  margin: 16px 0;
}
.recal-quote-block p {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-style: italic;
  font-size: 1.05rem;
  font-weight: 200;
  color: #231543;
  line-height: 1.8;
}
.recal-quote-block .attribution {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a7b5c4;
  margin-top: 10px;
  display: block;
}

/* ── Hero meta strip ── */
.recal-meta-strip {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid #e5e5ff;
  border-bottom: 1px solid #e5e5ff;
  margin: 32px 0;
}
.recal-meta-item .m-label {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a7b5c4;
  display: block;
  margin-bottom: 4px;
}
.recal-meta-item .m-value {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #231543;
}

/* ── Tommy note layout ── */
.recal-tommy-note {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 36px;
  align-items: start;
}
.recal-tommy-img-placeholder {
  width: 160px;
  height: 200px;
  background: #f0f2f5;
  border: 1px solid #e5e5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recal-tommy-img-placeholder span {
  font-family: "Kanit", "Lato", "Arial", sans-serif;
  font-size: 0.65rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a7b5c4;
  text-align: center;
  padding: 12px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .recal-problem-grid    { grid-template-columns: 1fr; }
  .recal-framework-grid  { grid-template-columns: 1fr 1fr; }
  .recal-deliverables    { grid-template-columns: 1fr; }
  .recal-investment-grid { grid-template-columns: 1fr; }
  .recal-phase           { grid-template-columns: 1fr; gap: 10px; }
  .recal-tommy-note      { grid-template-columns: 1fr; }
  .recal-tommy-img-placeholder { width: 100%; height: 180px; }
  .recal-dark-block,
  .recal-cta-block       { padding: 40px 20px; }
}