.examples-intro { padding-block: 72px 56px; }
.examples-intro h1 { max-width: 850px; }
.examples-intro .lead { max-width: 730px; }
.example-disclosure { font-size: 13px; color: var(--muted); max-width: 800px; margin-top: 24px; line-height: 1.7; }
.example-jumps { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 32px; font-size: 14px; font-weight: 600; }
.example-jumps a { text-decoration: underline; text-underline-offset: 5px; }
.comparison { padding-block: 48px 56px; border-top: 1px solid var(--line); }
.comparison-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
.comparison-heading > p { color: var(--muted); font-size: 15px; max-width: 550px; }
.workflow-type { color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.comparison-heading h2 { font-size: 32px; }
.scenario-controls { display: flex; flex-wrap: wrap; gap: 8px; border: 0; padding: 0; margin: 28px 0 0; }
.scenario-controls[hidden] { display: none; }
.scenario-controls legend { font-size: 13px; padding: 0 0 10px; color: var(--muted); }
.scenario-controls button { border: 1px solid #c8cdd0; background: white; color: var(--ink); padding: 9px 16px; border-radius: 999px; font: 600 13px/1.5 var(--body-font); cursor: pointer; }
.scenario-controls button[aria-pressed="true"] { background: var(--navy); color: white; border-color: var(--navy); }
.scenario-controls button:hover { border-color: var(--navy); }
.comparison-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; align-items: stretch; }
.comparison-pair figure { margin: 0; min-width: 0; display: flex; flex-direction: column; }
.comparison-pair figcaption { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; font-size: 14px; }
.comparison-pair figcaption strong { font-size: 16px; }
.comparison-pair figcaption span { color: var(--muted); font-size: 12px; }
/* Recreated Windows classic chrome: intentional period styling, not site controls. */
.classic-window { color: #000; background: #c0c0c0; font: 12px/1.45 Tahoma, 'MS Sans Serif', Arial, sans-serif; border: 2px solid; border-color: #fff #404040 #404040 #fff; padding: 2px; display: flex; flex-direction: column; flex: 1; min-width: 0; box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px #808080; }
.classic-title { display: flex; align-items: center; gap: 5px; background: linear-gradient(90deg,#000080,#1084d0); color: #fff; min-height: 25px; padding: 3px 3px 3px 5px; font-weight: 700; line-height: 1.2; }
.classic-title > span:nth-child(2) { flex: 1; }
.classic-app-icon { width: 13px; height: 13px; background: #fff; border: 1px solid #101010; box-shadow: inset 0 3px #008080; flex-shrink: 0; }
.classic-window-tools { display: flex; gap: 2px; margin-left: auto; }
.classic-window-tools i { width: 17px; height: 16px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid; border-color: #fff #000 #000 #fff; box-shadow: inset -1px -1px #808080; background: #c0c0c0; color: #000; font: bold 13px/1 Arial,sans-serif; }
.classic-menu { padding: 5px 7px; border-bottom: 1px solid #808080; box-shadow: 0 1px #fff; white-space: nowrap; }
.classic-toolbar { display: flex; gap: 4px; padding: 6px; border-bottom: 1px solid #808080; }
.classic-toolbar span { padding: 3px 9px; border: 1px solid; border-color: white #808080 #808080 white; }
.classic-toolbar b { border-left: 1px solid #808080; border-right: 1px solid white; margin-inline: 4px; }
.classic-body { padding: 12px; flex: 1; }
.classic-group { border: 1px solid #808080; box-shadow: 1px 1px #fff, inset 1px 1px #fff; padding: 12px 10px 10px; margin: 0 0 14px; min-width: 0; }
.classic-group legend { padding: 0 4px; font-weight: 400; font-size: 12px; }
.classic-fields { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 7px 8px; margin: 0; align-items: center; }
.classic-fields dt { text-align: right; }
.classic-fields dd { margin: 0; padding: 3px 6px; min-height: 25px; border: 2px solid; border-color: #808080 #fff #fff #808080; box-shadow: inset 1px 1px #000; background: #fff; overflow-wrap: anywhere; }
.classic-tabs { display: flex; gap: 2px; padding-left: 3px; }
.classic-tabs span { padding: 4px 9px; border: 1px solid; border-color: #fff #808080 #808080 #fff; border-radius: 2px 2px 0 0; }
.classic-tabs span:first-child { border-bottom-color: #c0c0c0; }
.classic-grid { width: 100%; border-collapse: collapse; background: white; border: 2px solid #808080; font-size: 12px; margin-bottom: 14px; table-layout: auto; }
.classic-grid th { background: #c0c0c0; font-weight: 400; box-shadow: inset 1px 1px white; }
.classic-grid td, .classic-grid th { text-align: left; border: 1px solid #808080; padding: 5px 6px; overflow-wrap: anywhere; }
.classic-grid tbody tr:first-child { background: #000080; color: white; }
.classic-total { display: flex; gap: 12px; align-items: center; justify-content: end; margin-bottom: 12px; }
.classic-total span { display: inline-block; min-width: 90px; padding: 4px 8px; text-align: right; background: white; border: 2px solid; border-color: #808080 #fff #fff #808080; }
.classic-message { min-height: 36px; padding: 8px 4px; }
.classic-actions { display: flex; justify-content: end; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.classic-actions span { padding: 5px 10px; min-width: 75px; text-align: center; border: 2px solid; border-color: #fff #404040 #404040 #fff; box-shadow: inset -1px -1px #808080; }
.classic-status { display: flex; padding: 2px; gap: 3px; margin-top: auto; font-size: 11px; }
.classic-status span { padding: 3px 5px; flex: 1; border: 1px solid; border-color: #808080 #fff #fff #808080; }
.classic-status span:last-child { flex: 0 1 auto; }
.classic-readout { background: #000; color: #00ff00; text-align: right; padding: 10px; border: 2px solid; border-color: #808080 white white #808080; }
.classic-readout > span { font: 700 40px/1.2 'Courier New',monospace; }
.classic-readout small { display: block; font: 12px/1.5 Tahoma,sans-serif; }
.classic-indicators { display: flex; justify-content: space-between; gap: 10px; margin-top: 6px; }
.classic-log { white-space: pre-line; margin: 0; font: 12px/1.7 'Courier New',monospace; }
.modern-window { flex: 1; border: 1px solid #d4d9dc; border-radius: 12px; background: white; overflow: hidden; min-width: 0; }
.modern-appbar { display: flex; align-items: center; gap: 10px; padding: 17px 22px; border-bottom: 1px solid var(--line); font-size: 13px; }
.modern-appbar > span:last-child { margin-left: auto; color: var(--muted); font-size: 11px; }
.modern-appmark { width: 26px; height: 26px; border-radius: 6px; background: var(--navy); color: var(--lime); display: inline-grid; place-items: center; font-weight: 700; }
.modern-body { padding: 24px; }
.modern-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.modern-heading p { font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.modern-heading h3 { font-size: 23px; }
.demo-badge { padding: 4px 9px; color: #30461c; background: #eaf3d3; border-radius: 5px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.modern-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 24px; }
.modern-facts dt { color: var(--muted); font-size: 12px; }
.modern-facts dd { margin: 4px 0 0; font-size: 15px; font-weight: 600; overflow-wrap: anywhere; }
.modern-grid { border-collapse: collapse; width: 100%; font-size: 12px; margin-bottom: 20px; }
.modern-grid th { color: var(--muted); font-size: 11px; font-weight: 500; }
.modern-grid th, .modern-grid td { padding: 12px 7px; border-bottom: 1px solid var(--line); text-align: left; }
.modern-grid th:first-child, .modern-grid td:first-child { padding-left: 0; }
.modern-total { display: flex; justify-content: space-between; font-size: 14px; margin-block: 24px; }
.modern-total strong { font: 700 24px/1.3 var(--display-font); }
.modern-message { padding: 14px 16px; background: #f0f5e7; border-left: 3px solid #91aa57; font-size: 13px; line-height: 1.65; }
.modern-footnote { color: var(--muted); font-size: 12px; line-height: 1.7; margin-top: 18px; }
.modern-reading { padding-block: 8px 24px; }
.modern-reading > span { font: 700 48px/1.2 var(--display-font); font-variant-numeric: tabular-nums; letter-spacing: -1px; }
.modern-reading small { font-size: 14px; color: var(--muted); margin-left: 8px; }
.connection-detail { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 12px; }
.connection-detail span { color: var(--muted); }
.production-count { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
.production-count strong { font: 700 46px/1.2 var(--display-font); }
.production-count span { font-size: 13px; color: var(--muted); }
.production-progress { height: 8px; background: #edf0e8; border-radius: 4px; margin: 16px 0 26px; overflow: hidden; }
.production-progress span { display: block; width: 85.333%; height: 100%; background: #829845; }
.comparison[data-alert="true"] .demo-badge { background: #fff0d6; color: #774914; }
.comparison[data-alert="true"] .modern-message { background: #fff6e7; border-color: #bd8023; }
.comparison[data-alert="true"] .classic-message { color: #800000; font-weight: 700; }
.comparison[data-alert="true"] .classic-readout { color: #ffff00; }
.scenario-summary { color: var(--muted); font-size: 13px; margin-top: 18px; min-height: 22px; }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 28px; }
.scope-grid h3 { font-size: 16px; }
.scope-grid p { font-size: 14px; color: var(--muted); margin-top: 8px; }
.integration-path { display: grid; grid-template-columns: repeat(4,1fr); padding: 20px 0; margin: 28px 0 0; border-block: 1px solid var(--line); list-style: none; }
.integration-path li { padding: 0 20px; border-left: 1px solid var(--line); }
.integration-path li:first-child { border: 0; padding-left: 0; }
.integration-path li:last-child { padding-right: 0; }
.integration-path strong { font-size: 14px; display: block; }
.integration-path span { font-size: 12px; color: var(--muted); display: block; margin-top: 4px; }
.integration-scope { border-radius: 16px; border: 1px solid var(--line); background: var(--surface); padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.integration-scope p { font-size: 15px; color: var(--muted); margin-top: 24px; }
.integration-scope dl { margin: 0; }
.integration-scope dl > div { padding-block: 16px; border-bottom: 1px solid var(--line); }
.integration-scope dl > div:first-child { padding-top: 0; }
.integration-scope dl > div:last-child { border: 0; padding-bottom: 0; }
.integration-scope dt { font-weight: 600; font-size: 15px; }
.integration-scope dd { margin: 4px 0 0; font-size: 13px; color: var(--muted); }
.examples-contact { padding-block: 64px 32px; }
.examples-contact > p:not(.example-disclosure) { max-width: 650px; margin-top: 20px; color: var(--muted); }
.examples-contact .button { margin-top: 24px; }
@media(max-width:1000px) { .comparison-pair { gap: 18px; } .modern-body { padding: 18px; } .classic-body { padding: 10px; } .modern-appbar { padding: 15px; } .modern-heading { flex-wrap: wrap; gap: 10px; } }
@media(max-width:820px) { .comparison-heading { grid-template-columns: 1fr; gap: 20px; } .comparison-pair { grid-template-columns: 1fr; gap: 28px; } .classic-body { padding: 16px; } .modern-body { padding: 24px; } .comparison-pair figure { max-width: 650px; width: 100%; } .integration-scope { grid-template-columns: 1fr; gap: 32px; padding: 32px; } .examples-intro h1 { font-size: 52px; } }
@media(max-width:540px) {
  .examples-intro { padding-block: 40px; }
  .examples-intro h1 { font-size: 38px; }
  .examples-intro h1 br { display: none; }
  .comparison { padding-block: 36px 40px; }
  .comparison-heading h2 { font-size: 28px; }
  .comparison-pair figcaption { flex-direction: column; gap: 2px; }
  .classic-title { font-size: 11px; }
  .classic-body { padding: 10px 6px; }
  .classic-fields { grid-template-columns: 75px minmax(0,1fr); gap: 6px; }
  .classic-grid td, .classic-grid th { padding: 5px 4px; font-size: 11px; }
  .classic-readout > span { font-size: 34px; }
  .classic-actions span { min-width: 65px; padding-inline: 6px; }
  .modern-body { padding: 20px 14px; }
  .modern-appbar { padding-inline: 14px; }
  .modern-appbar > span:last-child { font-size: 10px; }
  .modern-grid th, .modern-grid td { padding: 10px 4px; font-size: 11px; }
  .modern-reading > span { font-size: 38px; }
  .modern-reading small { font-size: 12px; margin-left: 4px; }
  .modern-facts { gap: 12px; }
  .modern-facts dd { font-size: 14px; }
  .scope-grid { grid-template-columns: 1fr; gap: 20px; }
  .integration-path { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .integration-path li { padding-inline: 12px; }
  .integration-path li:nth-child(odd) { border: 0; padding-left: 0; }
  .integration-scope { padding: 28px 22px; }
  .integration-scope h2 { font-size: 28px; }
  .integration-scope h2 br { display: none; }
  .examples-contact { padding-top: 44px; }
}
