/* /features */
.mk-features-intro { padding: clamp(56px, 7cqw, 112px) var(--gutter); }
.mk-features-intro .mk-page-header { max-width: none; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 48px; align-items: flex-end; }
.mk-features-intro .mk-h1-page { max-width: 14em; }
.mk-features-intro .mk-page-header-lede { margin-top: 0; font-size: 17px; line-height: 1.5; max-width: 400px; }

.mk-features-head-copy { gap: 16px; max-width: 760px; }
.mk-features-exhibit { flex: 1.4 1 400px; min-width: 0; max-width: 680px; display: flex; flex-direction: column; gap: 10px; }
.mk-features-chips { display: flex; gap: 8px; flex-wrap: wrap; }

/* voice profile */
.mk-features-profile { padding: clamp(20px, 2.2cqw, 30px); display: flex; flex-direction: column; gap: 18px; }
.mk-features-profile-grid { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px 28px; font-size: 15px; line-height: 1.5; }
.mk-features-profile-grid dt { font-weight: 600; }
.mk-features-profile-grid dd { margin: 0; color: var(--ink-2); }

/* drafting per field */
.mk-features-fields { overflow: hidden; font-size: 15px; }
.mk-features-field { display: grid; grid-template-columns: minmax(140px, 200px) 1fr; gap: 12px 24px; padding: 16px clamp(16px, 2cqw, 24px); border-bottom: 1px solid var(--rule); align-items: baseline; margin: 0; }
.mk-features-field dt { font-weight: 600; }
.mk-features-field dd { margin: 0; display: flex; flex-direction: column; gap: 4px; color: var(--ink-2); }
.mk-features-field-example { font-family: var(--f-prose); font-size: 16.5px; line-height: 1.5; max-width: 34em; color: var(--ink); }
.mk-features-fields-note { padding: 12px clamp(16px, 2cqw, 24px); }
@media (max-width: 559px) { .mk-features-field { grid-template-columns: 1fr; gap: 6px; } }

/* review: the compare layout of the shared demo */
.mk-features-review .mk-demo-compare { display: flex; flex-wrap: wrap; }
.mk-features-review .mk-demo-compare-col { flex: 1 1 260px; min-width: 0; padding: clamp(18px, 2cqw, 28px); border-bottom: 1px solid var(--rule); margin-bottom: -1px; display: flex; flex-direction: column; gap: 10px; }
.mk-features-review .mk-demo-compare-col:first-child { border-right: 1px solid var(--rule); margin-right: -1px; }

/* score weights */
.mk-features-weights { padding: clamp(18px, 2cqw, 28px); display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.mk-features-weights-row { display: grid; grid-template-columns: 1fr minmax(80px, 160px) 40px; gap: 12px; align-items: center; min-height: 32px; }
.mk-features-weights-head { min-height: 0; padding-bottom: 8px; border-bottom: 1px solid var(--rule); }
.mk-features-weights-bar { height: 6px; background: var(--rule); border-radius: 3px; overflow: hidden; }
.mk-features-weights-bar span { display: block; height: 100%; background: var(--ink); }
.mk-features-weights-pts { text-align: right; font-variant-numeric: tabular-nums; font-weight: 500; }
.mk-features-score-aside { font-size: 17px; line-height: 1.5; color: var(--ink-2); }
@media (max-width: 559px) {
  .mk-features-weights-row { grid-template-columns: 1fr 72px 32px; gap: 10px; }
  .mk-features-weights-row > span:first-child .mk-quiet { display: block; font-size: 13px; }
}

/* autopilot */
.mk-features-guardrails { padding: clamp(18px, 2cqw, 28px); display: flex; flex-direction: column; gap: 14px; font-size: 15px; }
.mk-features-guardrails-grid { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px 28px; color: var(--ink-2); }
.mk-features-guardrails-grid dt { font-weight: 600; color: var(--ink); }
.mk-features-guardrails-grid dd { margin: 0; }
.mk-features-guardrails-foot { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; padding-top: 14px; border-top: 1px solid var(--rule); }
.mk-features-guardrails-foot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }

/* platforms */
.mk-features-link { font-size: 15px; font-weight: 500; }
.mk-features-link-quiet { font-size: 15px; color: var(--ink-2); }
.mk-features-links { display: flex; gap: 16px; flex-wrap: wrap; }

/* close */
.mk-features-close { border-bottom: 1px solid var(--rule); }
.mk-features-aside { flex: 1 1 240px; min-width: 0; max-width: 360px; display: flex; flex-direction: column; gap: 12px; border-left: 1px solid var(--rule); padding-left: clamp(20px, 2.5cqw, 40px); font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.mk-features-aside .mk-btn-ghost { align-self: flex-start; min-height: 44px; padding: 0 18px; font-size: 15px; }

@media (min-width: 1800px) {
  .mk-features-exhibit { max-width: 760px; }
  .mk-features-aside { max-width: 400px; }
  .mk-features-score-aside { font-size: 18px; }
}
@media (min-width: 2400px) {
  .mk-features-exhibit { max-width: 820px; }
  .mk-features-aside { max-width: 440px; }
}
