.chute-color-sorter-page {
  --chute-ink: #092f20;
  --chute-deep: #0b3a28;
  --chute-green-dark: #0b3a28;
  --chute-mid: #12643f;
  --chute-green: #14a85f;
  --chute-mint: #6be3a7;
  --chute-paper: #f4f7f2;
  --chute-white: #fff;
  --chute-line: #cad9cf;
  --chute-muted: #4e665b;
  color: var(--chute-ink);
  background: var(--chute-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.chute-color-sorter-page *,
.chute-color-sorter-page *::before,
.chute-color-sorter-page *::after { box-sizing: border-box; }
.chute-color-sorter-page h1,
.chute-color-sorter-page h2,
.chute-color-sorter-page h3,
.chute-color-sorter-page p,
.chute-color-sorter-page figure,
.chute-color-sorter-page dl,
.chute-color-sorter-page dd,
.chute-color-sorter-page ol,
.chute-color-sorter-page ul { margin: 0; }
.chute-color-sorter-page a { color: inherit; }
.chute-color-sorter-page .cs-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.chute-color-sorter-page .chute-section { padding: 104px 0; }
.chute-color-sorter-page .chute-eyebrow { color: var(--chute-mid); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.chute-color-sorter-page .chute-eyebrow-light { color: var(--chute-mint); }
.chute-color-sorter-page .chute-section-head h2 { max-width: 760px; margin-top: 16px; font-size: clamp(34px, 4.1vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.chute-color-sorter-page .chute-section-head > p { max-width: 650px; margin-top: 24px; color: var(--chute-muted); font-size: 18px; line-height: 1.7; }
.chute-color-sorter-page .chute-section-head-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .68fr); gap: 80px; align-items: end; }
.chute-color-sorter-page .chute-section-head-split > p { margin: 0; }

.chute-color-sorter-page .chute-hero { position: relative; min-height: 720px; padding: 74px 0 62px; color: var(--chute-white); background: linear-gradient(112deg, #06291c 0%, #0b432b 57%, #147a44 100%); }
.chute-color-sorter-page .chute-hero::before { position: absolute; inset: 0; content: ""; background: repeating-linear-gradient(90deg, transparent 0 13.8%, rgba(255,255,255,.035) 13.8% 14%); pointer-events: none; }
.chute-color-sorter-page .chute-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 58px; align-items: center; }
.chute-color-sorter-page .chute-back-link { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 34px; color: #c8ddcf; font-size: 12px; font-weight: 650; text-decoration: none; }
.chute-color-sorter-page .chute-back-link:hover { color: var(--chute-white); }
.chute-color-sorter-page .chute-hero .chute-eyebrow { color: var(--chute-mint); }
.chute-color-sorter-page .chute-hero h1 { max-width: 670px; margin-top: 18px; font-size: clamp(50px, 5.45vw, 78px); line-height: .97; letter-spacing: -.058em; }
.chute-color-sorter-page .chute-deck { max-width: 650px; margin-top: 28px; color: var(--chute-white); font-size: 19px; line-height: 1.67; }
.chute-color-sorter-page .chute-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.chute-color-sorter-page .chute-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; font-size: 15px; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.chute-color-sorter-page .chute-button:hover { transform: translateY(-2px); }
.chute-color-sorter-page .chute-button-primary { color: #06291c; background: var(--chute-mint); }
.chute-color-sorter-page .chute-button-outline { border-color: #7fe4ae; color: var(--chute-white); background: rgba(7,35,24,.22); }
.chute-color-sorter-page .chute-hero-ledger { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 44px; border-top: 1px solid rgba(255,255,255,.23); }
.chute-color-sorter-page .chute-hero-ledger div { padding: 20px 16px 0 0; }
.chute-color-sorter-page .chute-hero-ledger dt { color: #9cc0aa; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.chute-color-sorter-page .chute-hero-ledger dd { margin-top: 7px; color: var(--chute-white); font-size: 14px; line-height: 1.35; }
.chute-color-sorter-page .chute-hero-machine { position: relative; }
.chute-color-sorter-page .chute-machine-stage { position: relative; display: grid; min-height: 520px; place-items: center; padding: 54px 32px 32px; border-radius: 2px; background: linear-gradient(155deg, #f9fbf8 0%, #dce8df 100%); box-shadow: 0 36px 70px rgba(0, 20, 10, .28); }
.chute-color-sorter-page .chute-machine-stage::before { position: absolute; top: 0; left: 0; width: 100%; height: 10px; content: ""; background: linear-gradient(90deg, var(--chute-green) 0 27%, transparent 27% 31%, var(--chute-green) 31% 58%, transparent 58% 62%, var(--chute-green) 62%); opacity: .55; }
.chute-color-sorter-page .chute-machine-stage img { display: block; width: 100%; max-height: 435px; object-fit: contain; }
.chute-color-sorter-page .chute-hero-machine figcaption { position: absolute; right: 16px; bottom: 14px; padding: 8px 10px; color: #234638; background: rgba(255,255,255,.9); font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }

.chute-color-sorter-page .chute-fit { background: var(--chute-paper); }
.chute-color-sorter-page .chute-fit-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 0; margin-top: 62px; border: 1px solid var(--chute-line); background: var(--chute-white); }
.chute-color-sorter-page .chute-fit-primary { padding: 54px; border-right: 1px solid var(--chute-line); }
.chute-color-sorter-page .chute-fit-primary > span,
.chute-color-sorter-page .chute-fit-review > span { color: var(--chute-mid); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.chute-color-sorter-page .chute-fit-primary h3 { max-width: 650px; margin-top: 18px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.chute-color-sorter-page .chute-fit-primary p { max-width: 690px; margin-top: 24px; color: var(--chute-muted); font-size: 17px; line-height: 1.7; }
.chute-color-sorter-page .chute-fit-review { padding: 54px 44px; background: #edf5ef; }
.chute-color-sorter-page .chute-fit-review ul { padding: 0; list-style: none; }
.chute-color-sorter-page .chute-fit-review li { position: relative; padding: 18px 0 18px 28px; border-bottom: 1px solid #c9dacd; color: #234b39; font-size: 15px; line-height: 1.5; }
.chute-color-sorter-page .chute-fit-review li::before { position: absolute; top: 25px; left: 0; width: 10px; height: 10px; border: 2px solid var(--chute-green); border-radius: 50%; content: ""; }

.chute-color-sorter-page .chute-flow { color: var(--chute-white); background: var(--chute-ink); }
.chute-color-sorter-page .chute-flow-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 92px; align-items: start; }
.chute-color-sorter-page .chute-flow .chute-section-head h2 { color: var(--chute-white); }
.chute-color-sorter-page .chute-flow .chute-section-head > p { color: #c4d8cc; }
.chute-color-sorter-page .chute-flow-track { position: relative; padding: 0; list-style: none; }
.chute-color-sorter-page .chute-flow-track::before { position: absolute; top: 35px; bottom: 35px; left: 32px; width: 1px; content: ""; background: linear-gradient(var(--chute-mint), rgba(107,227,167,.12)); }
.chute-color-sorter-page .chute-flow-track li { position: relative; display: grid; grid-template-columns: 65px minmax(0, 1fr); gap: 24px; min-height: 112px; align-items: start; }
.chute-color-sorter-page .chute-flow-track li > span { position: relative; z-index: 1; display: grid; width: 65px; height: 65px; place-items: center; border: 1px solid #4f8067; border-radius: 50%; color: var(--chute-mint); background: var(--chute-ink); font-size: 12px; font-weight: 800; }
.chute-color-sorter-page .chute-flow-track li > div { padding: 4px 0 28px; border-bottom: 1px solid rgba(255,255,255,.15); }
.chute-color-sorter-page .chute-flow-track h3 { color: var(--chute-white); font-size: 25px; }
.chute-color-sorter-page .chute-flow-track p { margin-top: 8px; color: #bfd3c7; font-size: 15px; line-height: 1.55; }

.chute-color-sorter-page .chute-factors { background: var(--chute-white); }
.chute-color-sorter-page .chute-factor-ledger { margin-top: 60px; border-top: 2px solid var(--chute-ink); }
.chute-color-sorter-page .chute-factor-ledger > div { display: grid; grid-template-columns: minmax(190px, .78fr) minmax(0, 1.45fr) 92px; gap: 32px; align-items: center; min-height: 86px; border-bottom: 1px solid var(--chute-line); }
.chute-color-sorter-page .chute-factor-ledger dt { font-size: 17px; font-weight: 800; }
.chute-color-sorter-page .chute-factor-ledger dd { color: var(--chute-muted); font-size: 15px; line-height: 1.55; }
.chute-color-sorter-page .chute-factor-ledger span { color: var(--chute-mid); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-align: right; text-transform: uppercase; }

.chute-color-sorter-page .chute-series { background: #edf3ed; }
.chute-color-sorter-page .chute-hierarchy { margin-top: 62px; }
.chute-color-sorter-page .chute-hierarchy-root { position: relative; width: min(440px, 100%); margin: 0 auto 48px; padding: 22px 28px; border: 1px solid #7da28d; color: var(--chute-white); background: var(--chute-deep); text-align: center; }
.chute-color-sorter-page .chute-hierarchy-root::after { position: absolute; top: 100%; left: 50%; width: 1px; height: 49px; content: ""; background: #8bac97; }
.chute-color-sorter-page .chute-hierarchy-root span,
.chute-color-sorter-page .chute-series-reference > div > span,
.chute-color-sorter-page .chute-model-child > span { display: block; color: var(--chute-mint); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.chute-color-sorter-page .chute-hierarchy-root strong { display: block; margin-top: 6px; font-size: 22px; }
.chute-color-sorter-page .chute-hierarchy-branches { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.chute-color-sorter-page .chute-hierarchy-branches::before { position: absolute; top: -24px; left: 25%; right: 25%; height: 1px; content: ""; background: #8bac97; }
.chute-color-sorter-page .chute-series-reference { position: relative; display: grid; grid-template-columns: 42% minmax(0, 1fr); min-height: 440px; border: 1px solid var(--chute-line); background: var(--chute-white); }
.chute-color-sorter-page .chute-series-reference::before { position: absolute; top: -25px; left: 50%; width: 1px; height: 25px; content: ""; background: #8bac97; }
.chute-color-sorter-page .chute-series-reference figure { position: relative; display: grid; min-height: 100%; place-items: center; padding: 28px 14px; border-right: 1px solid var(--chute-line); background: linear-gradient(#f8faf7, #e6eee7); }
.chute-color-sorter-page .chute-series-reference figure img { display: block; width: 100%; max-height: 330px; object-fit: contain; }
.chute-color-sorter-page .chute-series-reference figcaption { position: absolute; right: 10px; bottom: 10px; color: #5a7366; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.chute-color-sorter-page .chute-series-reference > div { display: flex; flex-direction: column; align-items: flex-start; padding: 36px 30px; }
.chute-color-sorter-page .chute-series-reference > div > span { color: var(--chute-mid); }
.chute-color-sorter-page .chute-series-reference h3 { margin-top: 12px; font-size: 35px; letter-spacing: -.04em; }
.chute-color-sorter-page .chute-series-reference p { margin-top: 18px; color: var(--chute-muted); font-size: 15px; line-height: 1.62; }
.chute-color-sorter-page .chute-series-reference > div > a { margin-top: 22px; color: var(--chute-mid); font-size: 14px; font-weight: 800; text-decoration: none; }
.chute-color-sorter-page .chute-model-child { width: 100%; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--chute-line); }
.chute-color-sorter-page .chute-model-child > span { color: #6f887c; }
.chute-color-sorter-page .chute-model-child a { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 10px; color: var(--chute-ink); text-decoration: none; }
.chute-color-sorter-page .chute-model-child b { font-size: 17px; }
.chute-color-sorter-page .chute-model-child em { color: var(--chute-muted); font-size: 13px; font-style: normal; }
.chute-color-sorter-page .chute-model-child i { color: var(--chute-green); font-style: normal; }

.chute-color-sorter-page .chute-installation { color: var(--chute-white); background: linear-gradient(120deg, #0b3a28, #105536); }
.chute-color-sorter-page .chute-installation-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 92px; }
.chute-color-sorter-page .chute-installation .chute-section-head h2 { color: var(--chute-white); }
.chute-color-sorter-page .chute-installation .chute-section-head > p { color: #c6d9ce; }
.chute-color-sorter-page .chute-installation-list { border-top: 1px solid rgba(255,255,255,.28); }
.chute-color-sorter-page .chute-installation-list > div { display: grid; grid-template-columns: minmax(150px, .58fr) minmax(0, 1.42fr); gap: 28px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.chute-color-sorter-page .chute-installation-list dt { color: var(--chute-mint); font-size: 14px; font-weight: 800; }
.chute-color-sorter-page .chute-installation-list dd { color: #d7e5dc; font-size: 15px; line-height: 1.55; }

.chute-color-sorter-page .chute-text-link { display: inline-flex; gap: 12px; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--chute-green); color: var(--chute-mid); font-size: 15px; font-weight: 800; text-decoration: none; }

.chute-color-sorter-page .chute-faq { padding-bottom: 0; background: var(--chute-white); }
.chute-color-sorter-page .chute-testing-strip { display: grid; grid-template-columns: minmax(0, .82fr) minmax(340px, 1.18fr); gap: 70px; align-items: center; margin-bottom: 88px; padding: 42px 48px; border: 1px solid var(--chute-line); background: var(--chute-paper); }
.chute-color-sorter-page .chute-testing-strip h2 { max-width: 560px; margin-top: 12px; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.05; letter-spacing: -.04em; }
.chute-color-sorter-page .chute-testing-strip-body > p { max-width: 650px; color: var(--chute-muted); font-size: 17px; line-height: 1.65; }
.chute-color-sorter-page .chute-testing-strip .chute-text-link { margin-top: 20px; }
.chute-color-sorter-page .chute-faq-grid { display: grid; grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr); gap: 84px; }
.chute-color-sorter-page .chute-faq-list { border-top: 2px solid var(--chute-ink); }
.chute-color-sorter-page .chute-faq-list details { border-bottom: 1px solid var(--chute-line); }
.chute-color-sorter-page .chute-faq-list summary { display: grid; grid-template-columns: minmax(0, 1fr) 30px; gap: 24px; align-items: center; padding: 25px 0; cursor: pointer; font-size: 18px; font-weight: 750; list-style: none; }
.chute-color-sorter-page .chute-faq-list summary::-webkit-details-marker { display: none; }
.chute-color-sorter-page .chute-faq-list summary span { color: var(--chute-green); font-size: 26px; font-weight: 400; text-align: right; transition: transform .2s ease; }
.chute-color-sorter-page .chute-faq-list details[open] summary span { transform: rotate(45deg); }
.chute-color-sorter-page .chute-faq-list details p { max-width: 760px; padding: 0 54px 26px 0; color: var(--chute-muted); font-size: 15px; line-height: 1.68; }
.chute-color-sorter-page .chute-final-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; align-items: center; margin-top: 100px; padding: 56px 64px; color: var(--chute-white); background: linear-gradient(105deg, #0a3524, #12854b); }
.chute-color-sorter-page .chute-final-cta h2 { margin-top: 12px; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.chute-color-sorter-page .chute-final-cta div > p:last-child { max-width: 690px; margin-top: 18px; color: var(--chute-white); font-size: 17px; line-height: 1.65; }
.chute-color-sorter-page .chute-final-actions { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.chute-color-sorter-page .chute-button-light { min-width: 230px; color: var(--chute-ink); background: var(--chute-white); }
.chute-color-sorter-page .chute-contact-link { color: var(--chute-white); font-size: 13px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .chute-color-sorter-page .chute-section { padding: 84px 0; }
  .chute-color-sorter-page .chute-hero { min-height: 0; }
  .chute-color-sorter-page .chute-hero-grid { grid-template-columns: 1fr; }
  .chute-color-sorter-page .chute-hero-copy { max-width: 720px; }
  .chute-color-sorter-page .chute-machine-stage { min-height: 460px; }
  .chute-color-sorter-page .chute-section-head-split,
  .chute-color-sorter-page .chute-flow-grid,
  .chute-color-sorter-page .chute-installation-grid,
  .chute-color-sorter-page .chute-testing-strip,
  .chute-color-sorter-page .chute-faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .chute-color-sorter-page .chute-section-head-split > p { max-width: 720px; }
  .chute-color-sorter-page .chute-series-reference { grid-template-columns: 1fr; }
  .chute-color-sorter-page .chute-series-reference figure { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--chute-line); }
  .chute-color-sorter-page .chute-series-reference figure img { max-height: 270px; }
  .chute-color-sorter-page .chute-final-cta { grid-template-columns: 1fr; }
  .chute-color-sorter-page .chute-final-actions { align-items: flex-start; }
}

@media (max-width: 700px) {
  .chute-color-sorter-page .cs-wrap { width: min(100% - 30px, 1180px); }
  .chute-color-sorter-page .chute-section { padding: 68px 0; }
  .chute-color-sorter-page .chute-section-head h2 { font-size: 36px; }
  .chute-color-sorter-page .chute-section-head > p { font-size: 16px; line-height: 1.62; }
  .chute-color-sorter-page .chute-hero { padding: 44px 0 48px; }
  .chute-color-sorter-page .chute-back-link { margin-bottom: 34px; }
  .chute-color-sorter-page .chute-hero h1 { font-size: 47px; line-height: .99; }
  .chute-color-sorter-page .chute-deck { font-size: 17px; line-height: 1.6; }
  .chute-color-sorter-page .chute-actions { flex-direction: column; align-items: stretch; }
  .chute-color-sorter-page .chute-button { width: 100%; }
  .chute-color-sorter-page .chute-hero-ledger { grid-template-columns: 1fr; }
  .chute-color-sorter-page .chute-hero-ledger div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .chute-color-sorter-page .chute-machine-stage { min-height: 310px; padding: 38px 12px 30px; }
  .chute-color-sorter-page .chute-machine-stage img { max-height: 260px; }
  .chute-color-sorter-page .chute-hero-machine figcaption { right: 8px; bottom: 8px; }
  .chute-color-sorter-page .chute-fit-layout { grid-template-columns: 1fr; margin-top: 42px; }
  .chute-color-sorter-page .chute-fit-primary { padding: 36px 26px; border-right: 0; border-bottom: 1px solid var(--chute-line); }
  .chute-color-sorter-page .chute-fit-primary h3 { font-size: 31px; }
  .chute-color-sorter-page .chute-fit-review { padding: 34px 26px; }
  .chute-color-sorter-page .chute-flow-track li { grid-template-columns: 54px minmax(0, 1fr); gap: 16px; }
  .chute-color-sorter-page .chute-flow-track li > span { width: 54px; height: 54px; }
  .chute-color-sorter-page .chute-flow-track::before { left: 27px; }
  .chute-color-sorter-page .chute-factor-ledger > div { grid-template-columns: 1fr auto; gap: 7px 14px; padding: 20px 0; }
  .chute-color-sorter-page .chute-factor-ledger dd { grid-column: 1 / -1; }
  .chute-color-sorter-page .chute-hierarchy-root { margin-bottom: 40px; }
  .chute-color-sorter-page .chute-hierarchy-branches { grid-template-columns: 1fr; gap: 28px; }
  .chute-color-sorter-page .chute-hierarchy-branches::before { display: none; }
  .chute-color-sorter-page .chute-series-reference::before { top: -29px; }
  .chute-color-sorter-page .chute-series-reference figure { min-height: 270px; }
  .chute-color-sorter-page .chute-series-reference > div { padding: 30px 24px; }
  .chute-color-sorter-page .chute-installation-list > div { grid-template-columns: 1fr; gap: 7px; }
  .chute-color-sorter-page .chute-testing-strip { gap: 24px; margin-bottom: 64px; padding: 34px 26px; }
  .chute-color-sorter-page .chute-testing-strip h2 { font-size: 33px; }
  .chute-color-sorter-page .chute-faq-list summary { font-size: 16px; }
  .chute-color-sorter-page .chute-faq-list details p { padding-right: 10px; }
  .chute-color-sorter-page .chute-final-cta { width: 100%; margin-top: 74px; padding: 42px 28px; }
  .chute-color-sorter-page .chute-final-actions { align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  .chute-color-sorter-page .chute-button,
  .chute-color-sorter-page .chute-faq-list summary span { transition: none; }
}
