.overview-section .f-body {
  gap: var(--space-16);
}

.method-note,
.curriculum-note,
.location-note {
  max-width: var(--copy-measure);
  margin: 0;
  color: var(--color-muted);
  font-size: var(--type-small);
}

.outcome-section {
  background: var(--color-surface);
}

.outcome-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  border-top: var(--rule);
  list-style: none;
}

.outcome-list li {
  min-height: 13rem;
  display: grid;
  align-content: space-between;
  gap: var(--space-8);
  padding: var(--space-6);
  border-right: var(--rule);
  border-bottom: var(--rule);
}

.outcome-list li:nth-child(even) {
  border-right: 0;
}

.outcome-list h3 {
  margin: 0;
  font-size: var(--type-row);
  font-weight: var(--weight-regular);
  letter-spacing: -0.025em;
}

.outcome-list p {
  max-width: 30rem;
  margin: 0;
  color: var(--color-muted);
}

.mentor-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: var(--space-10);
  align-items: start;
}

.mentor-portrait {
  margin: 0;
  padding: var(--space-4);
  border: var(--rule);
  border-radius: var(--radius-panel);
  background: var(--color-surface);
}

.mentor-portrait img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-card);
  filter: grayscale(1) contrast(0.92);
}

.mentor-copy h3 {
  margin: 0 0 var(--space-2);
  font-size: var(--type-section);
  font-weight: var(--weight-light);
  line-height: 1;
  letter-spacing: -0.055em;
}

.mentor-role,
.mentor-copy > p {
  max-width: var(--copy-measure);
  color: var(--color-muted);
}

.mentor-role {
  margin: 0 0 var(--space-8);
  color: var(--color-text-soft);
}

.fact-list {
  margin: var(--space-10) 0 0;
  border-top: var(--rule);
}

.fact-list > div {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: var(--space-6);
  padding: var(--space-4) 0;
  border-bottom: var(--rule);
}

.fact-list dt,
.fact-list dd {
  margin: 0;
}

.fact-list dt {
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: var(--type-meta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-list dd {
  color: var(--color-text-soft);
}

.apply-section {
  background: var(--color-surface);
}

.schedule-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: var(--rule);
  border-bottom: var(--rule);
}

.schedule-row > div {
  min-height: 8rem;
  display: grid;
  align-content: space-between;
  padding: var(--space-5);
  border-right: var(--rule);
}

.schedule-row > div:last-child {
  border-right: 0;
}

.schedule-row span {
  color: var(--color-muted);
  font-size: var(--type-small);
}

.schedule-row strong {
  font-size: var(--type-row);
  font-weight: var(--weight-medium);
}

.price-list {
  border-top: var(--rule);
}

.price-band {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.5fr) minmax(0, 1fr);
  gap: var(--space-6);
  align-items: end;
  padding: var(--space-8) 0;
  border-bottom: var(--rule);
}

.price-name {
  display: grid;
  align-content: space-between;
  gap: var(--space-8);
}

.price-name h3 {
  margin: 0;
  font-size: var(--type-row);
  font-weight: var(--weight-regular);
  line-height: 1.3;
}

.price-value {
  display: grid;
  gap: var(--space-2);
}

.price-value del {
  color: var(--color-muted);
  font-size: var(--type-small);
}

.price-value strong {
  font-size: var(--type-price);
  font-weight: var(--weight-light);
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.price-copy {
  color: var(--color-muted);
}

.price-copy p {
  margin: 0;
}

.apply-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space-8);
}

.apply-cta .taste-button {
  min-width: min(100%, 22rem);
}

.faq-block {
  margin-top: var(--space-24);
}

.faq-block h3 {
  margin: var(--space-3) 0 var(--space-8);
  font-size: var(--type-section);
  font-weight: var(--weight-light);
  line-height: 1;
  letter-spacing: -0.055em;
}

.taste-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-8);
  padding-block: var(--space-12);
}

.footer-copy {
  display: grid;
  gap: var(--space-3);
}

.footer-copy strong {
  font-size: var(--type-row);
  font-weight: var(--weight-light);
  letter-spacing: -0.03em;
}

.footer-copy span,
.footer-meta {
  color: var(--color-muted);
  font-size: var(--type-small);
}

.footer-routes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-3) var(--space-6);
}

.footer-routes a {
  min-width: var(--touch-target);
  min-height: var(--touch-target);
  display: inline-flex;
  align-items: center;
  color: var(--color-text-soft);
  font-size: var(--type-small);
}

.footer-routes a:hover {
  color: var(--color-text);
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-top: var(--space-6);
  border-top: var(--rule);
  font-family: var(--font-mono);
  font-size: var(--type-meta);
  letter-spacing: 0.08em;
}
