.model-selector { --ms-ink: #101417; --ms-muted: #606970; --ms-line: #c9ced1; --ms-silver: #edf0f1; --ms-accent: #bd4012; color: var(--ms-ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.ms-heading { max-width: 760px; margin-bottom: 2.5rem; }
.ms-heading h2, .ms-pair h3, .ms-model h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.045em; line-height: 1.05; }
.ms-heading h2 { max-width: 700px; margin: .25rem 0 1rem; font-size: clamp(2.45rem, 5vw, 5.5rem); }
.ms-heading > p:last-child { max-width: 690px; margin: 0; color: var(--ms-muted); line-height: 1.6; }
.ms-kicker, .ms-label { margin: 0; color: var(--ms-muted); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ms-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; border-block: 1px solid var(--ms-line); padding: .7rem 0; }
.ms-toolbar p { margin: 0; color: var(--ms-muted); font-size: .9rem; }
.ms-filter-buttons { display: flex; flex-wrap: wrap; gap: .45rem; }
.ms-filter-buttons button { min-height: 44px; border: 1px solid var(--ms-ink); background: #fff; color: var(--ms-ink); padding: .55rem .9rem; cursor: pointer; font-weight: 700; }
.ms-filter-buttons button[aria-pressed="true"] { border-color: var(--ms-accent); background: var(--ms-accent); color: #fff; }
.ms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ms-line); }
.ms-model { min-width: 0; border-right: 1px solid var(--ms-line); border-bottom: 1px solid var(--ms-line); padding: clamp(1rem, 2.2vw, 2rem); }
.ms-model:nth-child(3n) { border-right: 0; }
.ms-photo { display: grid; min-height: 240px; place-items: center; background: linear-gradient(135deg, #f8f9f9, var(--ms-silver)); }
.ms-photo img { width: 100%; max-height: 320px; object-fit: contain; }
.ms-model-copy { padding-top: 1.2rem; }
.ms-model h3 { margin: .35rem 0 .7rem; font-size: clamp(1.6rem, 2.5vw, 2.55rem); }
.ms-model h3 a, .ms-link, .ms-static-table a, .ms-pair a { color: inherit; }
.ms-model-copy > p:not(.ms-label) { margin: .3rem 0; font-size: .95rem; }
.ms-name { color: var(--ms-muted); }
.ms-nominal { color: var(--ms-muted); }
.ms-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: .75rem; color: #a43c00; font-size: .9rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.ms-pair { margin-top: 2.5rem; padding: clamp(1rem, 3vw, 2.25rem); background: var(--ms-silver); }
.ms-pair h3 { margin: .2rem 0 1.2rem; font-size: clamp(1.7rem, 3vw, 3rem); }
.ms-selects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.ms-selects label { color: var(--ms-muted); font-size: .85rem; font-weight: 700; }
.ms-selects select { display: block; width: 100%; min-height: 48px; margin-top: .35rem; border: 1px solid #8d969b; border-radius: 0; background: #fff; color: var(--ms-ink); padding: .55rem; }
.ms-pair-table, .ms-static-table { max-width: 100%; overflow: auto; border: 1px solid var(--ms-line); background: #fff; }
.ms-pair-table table, .ms-static-table table { width: 100%; border-collapse: collapse; text-align: left; }
.ms-pair-table th, .ms-pair-table td, .ms-static-table th, .ms-static-table td { border-bottom: 1px solid var(--ms-line); padding: .8rem; vertical-align: top; }
.ms-pair-table thead, .ms-static-table thead { background: #e1e5e6; }
.ms-pair-table caption, .ms-static-table caption { padding: .8rem; color: var(--ms-muted); caption-side: bottom; text-align: left; font-size: .85rem; }
.ms-static-table { margin-top: 2.5rem; }
.ms-static-table table { min-width: 970px; font-size: .88rem; }
.ms-note { margin: 1rem 0 0; color: var(--ms-muted); font-size: .88rem; }
.ms-compact .ms-heading h2 { font-size: clamp(2.1rem, 4vw, 4.25rem); }
@media (max-width: 860px) { .ms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ms-model:nth-child(3n) { border-right: 1px solid var(--ms-line); } .ms-model:nth-child(2n) { border-right: 0; } }
@media (max-width: 620px) { .ms-toolbar, .ms-selects { grid-template-columns: 1fr; display: grid; } .ms-toolbar { justify-content: normal; } .ms-grid { grid-template-columns: 1fr; } .ms-model, .ms-model:nth-child(3n) { border-right: 0; } .ms-photo { min-height: 210px; } .ms-pair-table { overflow: visible; border: 0; background: transparent; } .ms-pair-table table, .ms-pair-table thead, .ms-pair-table tbody, .ms-pair-table tr, .ms-pair-table th, .ms-pair-table td { display: block; width: 100%; } .ms-pair-table thead { display: grid; grid-template-columns: 1fr 1fr; background: transparent; } .ms-pair-table thead th:first-child { grid-column: 1 / -1; } .ms-pair-table thead th { border: 1px solid var(--ms-line); padding: .65rem; } .ms-pair-table tr { margin-top: .75rem; border: 1px solid var(--ms-line); } .ms-pair-table tbody th { background: #e1e5e6; } .ms-pair-table td { min-height: 0; } .ms-pair-table td::before { content: attr(data-ms-model); display: block; margin-bottom: .25rem; color: var(--ms-muted); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; } }
@media (prefers-reduced-motion: reduce) { .model-selector *, .model-selector *::before, .model-selector *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

.ms-all-specs { margin-top:2rem; border-block:1px solid var(--ms-line); padding:1rem 0; }
.ms-all-specs summary { min-height:44px; display:list-item; cursor:pointer; padding:.65rem 0; font-weight:600; }
.ms-all-specs .ms-static-table { margin-top:1rem; }
@media(max-width:620px) { .ms-pair-table thead tr { display:contents; } }
