/* Supplied September 3 concept: illustrated routes, atlas, dark cost and factory. */
.concept-material { margin-top: 48px; }
.concept-material .material-route-head { padding-bottom: 22px; }
.concept-material .material-route-head h3 { font-size: clamp(32px, 4vw, 62px); max-width: none; }
.concept-material .material-route-stage { position: relative; padding: 20px 24px; border: 1px solid #c9c9be; border-radius: 9px; background: #f4f2eb; overflow: hidden; }
.concept-material .material-path, .concept-material .material-path[hidden] { display: grid; position: relative; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; padding: 36px 16px 24px; margin: 0; border: 0; background: transparent; overflow: visible; opacity: .8; transition: opacity 180ms; }
.concept-material .material-path.is-active { opacity: 1; }
.concept-material .material-path::before { content: "THE CONVENTIONAL FIVE-STEP ROUTE"; position: absolute; top: 4px; left: 12px; font: 600 10px "Geist Mono",monospace; color: #69716a; }
.concept-material .material-path::after { content: ""; position: absolute; left: 9%; right: 9%; top: 116px; height: 58px; border-bottom: 4px dashed #a0a39a; border-radius: 50%; pointer-events: none; }
.concept-material .material-path li { z-index: 1; display: flex; flex-direction: column; align-items: center; padding: 0 6px; min-height: 210px; border: 0; background: transparent; text-align: center; }
.concept-material .material-path li::after { display: none; }
.concept-material .material-path li > span { position: static; font-size: 11px; margin: 0 0 8px; color: #70776e; }
.concept-material .material-path strong { font-size: clamp(13px,1.2vw,18px); margin-top: 12px; max-width: 16ch; }
.concept-material .material-path small { font-size: 9px; margin-top: 5px; }
.material-illustration { width: clamp(82px,10vw,154px); height: clamp(82px,10vw,154px); border: 1px solid #a7aba1; border-radius: 50%; background: radial-gradient(circle at 35% 25%,#fffef8,#d9dcd2); margin: 0; overflow: hidden; display: grid; place-items: center; box-shadow: 0 9px 12px -12px #17231c; }
.material-illustration svg { width: 90%; height: 85%; }
.material-illustration img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.42); }
.concept-material .material-path--direct, .concept-material .material-path--direct[hidden] { grid-template-columns: repeat(3,minmax(0,1fr)); padding-top: 46px; border-top: 1px solid #c7cbc0; opacity: 1; }
.concept-material .material-path--direct::before { content: "THE SINGH DIRECT ROUTE"; top: 16px; color: #907000; }
.concept-material .material-path--direct::after { border: 0; border-radius: 0; height: 5px; top: 128px; background: #f4c900; left: 18%; right: 18%; }
.concept-material .material-result .material-illustration { border: 0; border-radius: 0; background: transparent; width: 200px; }
.concept-material .material-result img { object-fit: contain; mix-blend-mode: multiply; }
.concept-material .material-route-readout { padding: 14px 24px; font-size: 12px; min-height: 60px; }

.concept-map { position: relative; padding: 0; margin-top: 24px; background: #dfedef; border-color: #b4c4c1; overflow: hidden; }
.concept-map .supply-map-head { padding: 26px 30px 10px; position: relative; z-index: 2; background: #e3eff0; gap: 20px; }
.concept-map .supply-map-head h3 { font-size: clamp(26px,2.6vw,42px); margin-top: 8px; max-width: none; }
.concept-map .map-tabs { gap: 4px; }
.concept-map .map-tabs button { min-height: 44px; font-size: 9px; padding: 9px 12px; }
.concept-map .supply-map-visual { margin: 0; border: 0; padding: 0; background: #d9e9e9; }
.concept-map .supply-map-visual > svg { width: 100%; min-width: 0; }
.concept-map .supply-map-visual::after { display: none; }
.concept-map .map-world { opacity: .56; filter: saturate(.3); }
.concept-map[data-map-active="1"] .map-world,.concept-map[data-map-active="2"] .map-world { opacity: .42; filter: saturate(.3); }
.atlas-node text { fill: #26322c; font: 700 12px "Geist Mono",monospace; text-anchor: middle; letter-spacing: .03em; }
.atlas-node .atlas-node-sub { font-size: 9px; fill: #5f6c64; }
.atlas-legend text { fill: #34443c; font: 600 10px "Geist Mono",monospace; letter-spacing: .07em; }
.atlas-dial text { fill: #111918; font-family: "Geist Mono",monospace; text-anchor: middle; }
.atlas-dial .atlas-dial-label { font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.atlas-dial .atlas-dial-number { font-family: "Instrument Sans",sans-serif; font-size: 72px; font-weight: 750; letter-spacing: -.06em; }
.atlas-dial .atlas-dial-unit { font-size: 20px; letter-spacing: .12em; font-weight: 650; }
.atlas-dial .atlas-dial-note { font-size: 7px; fill: #56645a; letter-spacing: .07em; }
.atlas-ocean { opacity: 1; transition: opacity 200ms; }
.concept-map[data-map-active="1"] .atlas-ocean { opacity: .26; }
.concept-map[data-map-active="2"] .atlas-ocean { opacity: .4; }
.atlas-revision { opacity: 0; transition: opacity 200ms; }
.concept-map[data-map-active="2"] .atlas-revision { opacity: 1; }
.atlas-revision text { text-anchor: middle; fill: #f4c900; font: 650 19px "Geist Mono",monospace; }
.atlas-revision .atlas-revision-copy { font: 400 14px "Instrument Sans",sans-serif; fill: #f4f2e8; }
.concept-map .supply-map-panel { position: absolute; bottom: 24px; left: 30px; max-width: 62%; padding: 0; }
.concept-map .map-panel-kicker { font-size: 9px; color: #48605a; }
.concept-map .supply-map-panel h4 { font-size: clamp(22px,2.5vw,38px); margin: 7px 0; }
.concept-map .supply-map-panel p { margin-top: 0; font-size: 13px; color: #374d45; }
.concept-map .supply-map-panel > strong { display: none; }
.supply-compare { margin-top: 0; gap: 0; background: #f5f2e9; border-inline: 1px solid #c5cbc0; }
.supply-compare .supply-lane { padding: 24px 18px; background: transparent; border: 0; }
.supply-compare .supply-lane + .supply-lane { border-left: 1px dashed #929e93; }
.supply-compare .supply-lane-heading h3 { font-size: 20px; margin: 5px 0; }
.supply-compare .supply-lane-heading p { font-size: 12px; }
.supply-compare .supply-lane ol { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 22px; gap: 10px; }
.supply-compare .supply-lane li { display: flex; flex-direction: column; align-items: center; justify-content: start; gap: 8px; padding: 0; border: 0; text-align: center; min-height: 106px; font-size: 9px; background: transparent; }
.supply-compare .supply-lane li::before { display: none; }
.lane-art { width: min(78px,100%); height: 65px; border: 1px solid #aaa; border-radius: 50%; padding: 5px; background: #eeeede; }
.change-control { margin-block: 0 24px; padding: 22px; border: 1px solid #c5cbc0; border-top: 0; }
.change-control-flow { gap: 0; }
.change-control-flow span { font-size: 10px; min-height: 44px; }

.concept-cost { position: relative; isolation: isolate; color: #f6f3ea; background: #101917; margin-top: 0; padding: 38px 32px 0; overflow: hidden; }
.concept-cost::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background: radial-gradient(#7a9080 .8px,transparent 1px) 0 0/7px 7px; mask-image: linear-gradient(120deg,#000,transparent 60%); }
.concept-cost .buyer-value-heading { display: block; max-width: 47%; margin: 0; min-height: 0; }
.concept-cost .buyer-value-heading .section-index { color: #bdc9bf; font-size: 10px; }
.concept-cost .buyer-value-heading h3 { font-size: clamp(32px,3.6vw,58px); line-height: .99; max-width: 15ch; margin: 16px 0; }
.concept-cost .buyer-value-heading > p:last-child { font-size: 13px; color: #b7c7bb; max-width: 42ch; margin-top: 12px; border: 0; padding: 0; }
.concept-cost .landed-cost-stack { position: relative; display: grid; grid-template-columns: 45% 55%; grid-template-rows: 410px auto; margin-top: 20px; background: transparent; border: 0; gap: 0; }
.concept-cost .cost-columns { position: relative; z-index: 2; grid-column: 1; grid-row: 1; min-height: 0; background: transparent; align-items: end; padding: 15px 45px 60px; gap: 62px; }
.concept-cost .cost-column { width: 115px; height: 320px; transform: skewY(-5deg); }
.concept-cost .cost-column--singh { height: 248px; }
.concept-cost .cost-column i { position: relative; flex-shrink: 0; border: 1px solid #ffffff26; background: repeating-linear-gradient(90deg,transparent 0 8px,#0002 9px 10px),repeating-linear-gradient(0deg,transparent 0 12px,#fff2 13px 14px),var(--c); box-shadow: 13px 5px 0 color-mix(in srgb,var(--c),#000 30%); animation: none; }
.concept-cost .cost-column i:last-of-type { border-top: 8px solid #ffffff36; }
.concept-cost .cost-column strong { color: #efede2; margin-top: 18px; font-size: 10px; transform: skewY(5deg); }
.concept-cost .cost-column--singh::after { color: #f4c900; }
.cost-factory { position: absolute; z-index: 0; width: 62%; right: -32px; bottom: 35px; height: 410px; object-fit: cover; mask-image: linear-gradient(to bottom,transparent,#000 26%,#000 80%,transparent); opacity: .75; }
.concept-cost .cost-buckets { position: absolute; z-index: 3; left: 49%; right: 0; top: -255px; border: 1px solid #819087; background: #121c18eb; }
.concept-cost .cost-buckets li { min-height: 64px; padding: 12px 18px; border-color: #7d8c794d; grid-template-columns: 23px 1fr; gap: 16px; }
.concept-cost .cost-buckets > li > i { min-height: 27px; height: 29px; border: 1px solid #ffffff4d; }
.concept-cost .cost-buckets strong { color: #f5f2e9; font-size: 14px; }
.concept-cost .cost-buckets span { color: #b9c6bb; font-size: 11px; line-height: 1.4; }
.concept-cost .cost-stack-outcome { grid-column: 1 / -1; grid-row: 2; position: relative; z-index: 3; color: #111918; align-items: center; margin-inline: -32px; padding: 16px 24px; font-size: 14px; }
.concept-cost .cost-plan { margin-inline: -32px; background: #f5f2ea; color: #111918; }
.concept-cost .buyer-value-grid { margin: 0; gap: 0; }
.concept-cost .buyer-value-grid article { position: relative; flex-basis: 20%; min-width: 190px; min-height: 290px; padding: 22px 19px 132px; border-right: 1px solid #bac1b4; background: #f5f2ea; }
.concept-cost .buyer-value-grid article.is-active { background: #f4c900; }
.concept-cost .buyer-value-grid h3 { font-size: 21px; margin-block: 12px; }
.concept-cost .buyer-value-grid p { font-size: 12px; line-height: 1.5; }
.concept-cost .buyer-value-grid article > span { font-size: 9px; }
.cost-step-art { position: absolute; width: 130px; height: 105px; right: 16px; bottom: 15px; }

.concept-automation { padding-top: 0; }
.concept-automation .production-proof { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 510px; padding: 42px; color: #f5f2e9; background: #101917; overflow: hidden; }
.concept-automation .production-proof-copy { width: 37%; position: relative; z-index: 2; }
.concept-automation .production-proof-copy h2 { font-size: clamp(32px,3.3vw,54px); max-width: 12ch; }
.concept-automation .production-proof-copy .section-index { color: #d1d8cd; font-size: 10px; }
.concept-automation .production-proof-copy .large-copy { color: #e1e6dc; font-size: 16px; margin-top: 20px; }
.concept-automation .production-proof-copy .context-note { color: #c2cfc3; font-size: 12px; margin-top: 20px; }
.concept-automation .production-proof-media { position: absolute; z-index: 0; inset: 0 0 0 27%; border: 0; mask-image: linear-gradient(to right,transparent,#000 28%); }
.concept-automation .production-proof-media > img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.66) saturate(.7); }
.concept-automation .production-proof-media figcaption { position: absolute; right: 18px; bottom: 15px; background: #111918d9; color: #f3f1e6; font-size: 9px; }
.concept-automation .proof-stills { display: none; }
.concept-automation .volume-platform { position: relative; grid-template-columns: .75fr 1fr 1.05fr; gap: 25px; margin-top: 0; padding: 32px; background: #f6edc6; overflow: hidden; }
.concept-automation .volume-platform-copy h3 { font-size: clamp(27px,2.6vw,42px); max-width: 14ch; }
.concept-automation .volume-platform-copy > p:last-of-type, .concept-automation .volume-platform-copy li { font-size: 11px; line-height: 1.5; }
.concept-automation .volume-platform-copy li { border-left-width: 2px; padding-left: 10px; }
.volume-art { align-self: center; margin: 0; }
.volume-art img { width: 120%; height: 420px; object-fit: cover; max-width: none; margin-left: -10%; mix-blend-mode: multiply; filter: sepia(.45) saturate(.45); mask-image: radial-gradient(ellipse,#000 48%,transparent 73%); }
.concept-automation .volume-instruments { position: relative; z-index: 2; align-self: center; }
.concept-automation .volume-instruments article { min-height: 154px; padding: 20px; }
.concept-automation .volume-instruments strong { font-size: clamp(29px,3vw,46px); margin-top: 13px; }
.concept-automation .volume-note { margin-top: 0; }

@media(max-width:1100px) {
 .concept-cost .cost-buckets { top: -200px; }
 .concept-cost .buyer-value-heading h3 { font-size: 38px; }
 .concept-cost .cost-columns { padding-inline: 15px; gap: 35px; }
 .concept-automation .volume-platform { grid-template-columns: 1fr 1fr; }
 .concept-automation .volume-art { grid-column: 1; }
 .concept-automation .volume-instruments { grid-column: 2; grid-row: 1 / 3; }
}
@media(max-width:720px) {
 .concept-material .material-route-stage { padding: 16px 8px; }
 .concept-material .material-path, .concept-material .material-path[hidden] { grid-template-columns: repeat(5,130px); overflow-x: auto; gap: 8px; padding-inline: 0; padding-bottom: 16px; }
 .concept-material .material-path li { min-height: 190px; }
 .concept-material .material-path--direct,.concept-material .material-path--direct[hidden] { grid-template-columns: repeat(3,130px); }
 .concept-material .material-result .material-illustration { width: 115px; }
 .concept-material .material-path::after { top: 114px; }
 .concept-material .material-illustration { width: 92px; height: 92px; }
 .concept-map .supply-map-head { display: block; padding: 20px 16px 10px; }
 .concept-map .map-tabs { margin-top: 16px; }
 .concept-map .map-tabs button { flex: 1; font-size: 8px; padding-inline: 5px; }
 .concept-map .supply-map-head::after { content: "SWIPE MAP TO EXPLORE →"; display: block; margin-top: 14px; color: #48605a; font: 600 9px "Geist Mono",monospace; letter-spacing: .08em; }
 .concept-map .supply-map-visual { overflow-x: auto; }
 .concept-map .supply-map-visual > svg { width: 780px; min-width: 780px; max-width: none; }
 .concept-map .supply-map-panel { position: relative; left: auto; bottom: auto; padding: 18px 16px 24px; max-width: none; }
 .concept-map .supply-map-panel h4 { font-size: 26px; }
 .supply-compare { display: block; }
 .supply-compare .supply-lane + .supply-lane { border-left: 0; border-top: 1px dashed #929e93; }
 .supply-compare .supply-lane ol { gap: 6px; }
 .supply-compare .supply-lane li { font-size: 7px; }
 .lane-art { height: 49px; padding: 3px; }
 .change-control { padding: 16px; }
 .change-control-flow { overflow-x: auto; }
 .change-control-flow span { min-width: 115px; }
 .concept-cost { padding: 26px 18px 0; }
 .concept-cost .buyer-value-heading { max-width: none; }
 .concept-cost .buyer-value-heading h3 { font-size: 37px; max-width: 16ch; }
 .concept-cost .landed-cost-stack { display: flex; flex-direction: column; margin-top: 24px; }
 .concept-cost .cost-buckets { position: relative; inset: auto; order: 0; }
 .concept-cost .cost-columns { order: 1; height: 375px; gap: 62px; padding-top: 30px; }
 .concept-cost .cost-column { height: 270px; width: 83px; }
 .concept-cost .cost-column--singh { height: 214px; }
 .cost-factory { display: none; }
 .concept-cost .cost-stack-outcome { order: 2; margin-inline: -18px; flex-direction: column; align-items: start; gap: 8px; }
 .concept-cost .cost-plan { margin-inline: -18px; }
 .concept-cost .buyer-value-grid article { flex-basis: 72vw; min-height: 305px; }
 .concept-automation .production-proof { min-height: 630px; padding: 26px; align-items: start; }
 .concept-automation .production-proof-copy { width: 100%; }
 .concept-automation .production-proof-copy h2 { font-size: 38px; max-width: 14ch; }
 .concept-automation .production-proof-copy .large-copy { max-width: 34ch; }
 .concept-automation .production-proof-copy .context-note { max-width: 35ch; }
 .concept-automation .production-proof-media { inset: 260px 0 0; mask-image: linear-gradient(to bottom,transparent,#000 26%); }
 .concept-automation .volume-platform { grid-template-columns: 1fr; padding: 24px; gap: 18px; }
 .concept-automation .volume-platform-copy h3 { font-size: 35px; }
 .concept-automation .volume-platform-copy > p:last-of-type,.concept-automation .volume-platform-copy li { font-size: 13px; }
 .concept-automation .volume-instruments { grid-column: 1; grid-row: auto; }
 .volume-art { max-height: 210px; overflow: hidden; }
 .volume-art img { width: 100%; height: 210px; margin: 0; }
}
