/* V4.8 Sourcing Areas visual redesign. Main route only. */
:root { --v48-green: #123f35; --v48-green-2: #1f5446; --v48-ink: #162d26; --v48-body: #53645c; --v48-copper: #b9703e; --v48-copper-soft: #e1b085; --v48-warm: #fcfbf7; --v48-mist: #eef3ed; --v48-line: #d5ded6; }
.sourcing-v48-main { min-width: 0; overflow: clip; background: var(--v48-warm); color: var(--v48-ink); }
.sourcing-v48-main *, .sourcing-v48-main *::before, .sourcing-v48-main *::after { box-sizing: border-box; }
.v48-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; min-width: 0; }
.v48-eyebrow { margin: 0 0 18px; color: var(--v48-copper); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.v48-hero { padding: 96px 0 92px; background: linear-gradient(145deg, #fcfbf7 0%, #f1f5ef 100%); border-bottom: 1px solid var(--v48-line); }
.v48-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr); gap: 72px; align-items: center; }
.v48-hero h1, .v48-section-intro h2, .v48-review h2, .v48-evidence h2, .v48-boundary h2, .v48-cta h2 { margin: 0; color: var(--v48-green); font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 760; letter-spacing: -.045em; }
.v48-hero h1 { max-width: 580px; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.02; }
.v48-hero-lead { max-width: 570px; margin: 28px 0 0; color: var(--v48-body); font-size: 19px; line-height: 1.68; }
.v48-scope { max-width: 550px; margin: 18px 0 0; color: #738079; font-size: 14px; line-height: 1.65; }
.v48-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.v48-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--v48-green); font-size: 14px; font-weight: 760; text-decoration: none; }
.v48-text-link span, .v48-cta-link span { color: var(--v48-copper); transition: transform .25s ease; }
.v48-text-link:hover span, .v48-text-link:focus-visible span, .v48-cta-link:hover span, .v48-cta-link:focus-visible span { transform: translateX(4px); }
.v48-text-link:focus-visible, .v48-cta-link:focus-visible, .v48-area-row:focus-visible, .v48-map-node:focus-visible { outline: 2px solid var(--v48-copper); outline-offset: 5px; }
.v48-map { position: relative; min-height: 500px; isolation: isolate; }
.v48-map::before { content: ""; position: absolute; inset: 8% 4%; border: 1px solid rgba(18,63,53,.2); border-radius: 46% 54% 50% 48%; transform: rotate(-7deg); }
.v48-map::after { content: ""; position: absolute; inset: 17% 15%; border: 1px solid rgba(185,112,62,.24); border-radius: 50%; transform: rotate(11deg); }
.v48-map-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 176px; height: 176px; padding: 24px; place-content: center; transform: translate(-50%, -50%); border: 1px solid rgba(18,63,53,.44); border-radius: 50%; background: rgba(252,251,247,.9); box-shadow: 0 18px 40px rgba(18,63,53,.1); text-align: center; }
.v48-map-center-label { margin-bottom: 8px; color: var(--v48-copper); font-size: 9px; font-weight: 800; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.v48-map-center strong { color: var(--v48-green); font-family: Manrope, sans-serif; font-size: 22px; line-height: 1.04; }
.v48-map-center small { margin-top: 10px; color: #708078; font-size: 10px; letter-spacing: .05em; }
.v48-map-line { position: absolute; z-index: 0; top: 50%; left: 50%; height: 1px; width: 34%; transform-origin: 0 50%; background: linear-gradient(90deg, rgba(185,112,62,.65), rgba(18,63,53,.18), transparent); }
.v48-map-line-1 { transform: rotate(-140deg); }.v48-map-line-2 { transform: rotate(-40deg); }.v48-map-line-3 { transform: rotate(140deg); }.v48-map-line-4 { transform: rotate(40deg); }
.v48-map-node { position: absolute; z-index: 3; display: grid; width: 214px; min-height: 102px; padding: 17px 18px 15px; border: 1px solid rgba(18,63,53,.32); background: rgba(252,251,247,.86); color: inherit; text-decoration: none; transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.v48-map-node:hover { transform: translateY(-5px); border-color: var(--v48-copper); background: #fffef9; box-shadow: 0 14px 28px rgba(18,63,53,.1); }
.v48-map-node > span { color: var(--v48-copper); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.v48-map-node strong { margin-top: 8px; color: var(--v48-green); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.14; }
.v48-map-node small { margin-top: 8px; color: #718078; font-size: 11px; line-height: 1.35; }
.v48-map-node-1 { top: 4%; left: 2%; }.v48-map-node-2 { top: 7%; right: 1%; }.v48-map-node-3 { right: 1%; bottom: 5%; }.v48-map-node-4 { bottom: 2%; left: 2%; }
.v48-areas { padding: 112px 0 118px; }
.v48-section-intro { display: grid; grid-template-columns: minmax(270px, .46fr) minmax(0, .54fr); gap: 70px; align-items: start; margin-bottom: 52px; }
.v48-section-intro h2, .v48-review h2, .v48-evidence h2 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1.03; }
.v48-section-intro > p, .v48-review-copy > p:not(.v48-eyebrow), .v48-evidence-copy > p:not(.v48-eyebrow), .v48-boundary-grid > p { margin: 0; color: var(--v48-body); font-size: 17px; line-height: 1.72; }
.v48-area-list { border-top: 1px solid #91a49a; }
.v48-area-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) minmax(150px, .26fr) 28px; gap: 24px; align-items: center; padding: 29px 0; border-bottom: 1px solid var(--v48-line); color: inherit; text-decoration: none; transition: background .25s ease, padding .25s ease; }
.v48-area-row:hover { padding: 29px 16px; background: linear-gradient(90deg, #f1f5ef, transparent); }
.v48-area-num { color: var(--v48-copper); font-size: 13px; font-weight: 800; letter-spacing: .11em; }
.v48-area-main strong { display: block; color: var(--v48-green); font-family: Manrope, sans-serif; font-size: clamp(21px, 2vw, 29px); line-height: 1.12; letter-spacing: -.025em; }
.v48-area-main span { display: block; max-width: 660px; margin-top: 9px; color: var(--v48-body); font-size: 15px; line-height: 1.52; }
.v48-area-lens { justify-self: end; max-width: 160px; color: #7a8981; font-size: 11px; letter-spacing: .06em; line-height: 1.45; text-align: right; text-transform: uppercase; }
.v48-arrow { color: var(--v48-copper); font-size: 20px; transition: transform .25s ease; }.v48-area-row:hover .v48-arrow { transform: translateX(5px); }
.v48-review { padding: 112px 0; background: linear-gradient(135deg, var(--v48-green) 0%, #1e5144 72%, #2e5f4e 100%); color: #fff; }
.v48-review h2, .v48-review strong { color: #fff !important; }
.v48-review p:not(.v48-eyebrow) { color: #d8e5dc !important; }
.v48-review a { color: #fff; }
.v48-review-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(370px, 1.08fr); gap: 88px; align-items: start; }
.v48-review h2 { color: #fff; max-width: 650px; }.v48-review-copy > p:not(.v48-eyebrow) { max-width: 580px; margin-top: 24px; color: #d8e5dc; }.v48-text-link-light { margin-top: 28px; color: #fff; }
.v48-review-rail { border-top: 1px solid rgba(255,255,255,.32); }.v48-review-rail > div { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 16px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.2); }.v48-review-rail span { color: var(--v48-copper-soft); font-size: 12px; font-weight: 800; letter-spacing: .1em; }.v48-review-rail strong { color: #fff; font-family: Manrope, sans-serif; font-size: 20px; line-height: 1.2; }.v48-review-rail p { grid-column: 2; margin: 8px 0 0; color: #c6d8cc; font-size: 14px; line-height: 1.55; }
.v48-evidence { padding: 112px 0; background: #f2f5ee; }.v48-evidence-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 80px; align-items: center; }.v48-evidence-image { overflow: hidden; min-height: 330px; }.v48-evidence-image img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; filter: saturate(.72); }.v48-evidence-copy h2 { max-width: 500px; }.v48-evidence-copy > p:not(.v48-eyebrow) { max-width: 500px; margin-top: 22px; }.v48-evidence-copy .v48-text-link { margin-top: 28px; }
.v48-boundary { padding: 86px 0; background: #faf9f3; border-top: 1px solid var(--v48-line); border-bottom: 1px solid var(--v48-line); }.v48-boundary-grid { display: grid; grid-template-columns: minmax(260px, .48fr) minmax(0, .52fr); gap: 68px; }.v48-boundary h2 { max-width: 480px; font-size: clamp(34px, 3.7vw, 52px); line-height: 1.04; }
.v48-cta { padding: 70px 0; background: var(--v48-green); color: #fff; }.v48-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; }.v48-cta h2 { color: #fff; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; }.v48-cta p:not(.v48-eyebrow) { max-width: 670px; margin: 17px 0 0; color: #d8e5dc; font-size: 16px; line-height: 1.65; }.v48-cta-link { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; white-space: nowrap; }.v48-cta-link span { color: var(--v48-copper-soft); }
.v48-cta h2, .v48-cta p:not(.v48-eyebrow), .v48-cta-link { color: #fff !important; }.v48-cta p:not(.v48-eyebrow) { color: #d8e5dc !important; }
.v48-reveal { opacity: 1; transform: none; } 
@media (prefers-reduced-motion: no-preference) { .v48-reveal { transition: opacity .65s ease, transform .65s ease; } body.sourcing-v48-ready .sourcing-v48-main .v48-reveal:not(.is-visible) { opacity: 0; transform: translateY(16px); } .v48-map-node { transition-duration: .28s; } }
@media (max-width: 980px) { .v48-hero-grid, .v48-review-grid { grid-template-columns: 1fr; gap: 58px; }.v48-map { max-width: 760px; width: 100%; margin: 0 auto; }.v48-evidence-grid { gap: 48px; }.v48-section-intro { gap: 42px; } }
@media (max-width: 700px) {
  .v48-container { width: min(100% - 40px, 560px); }
  .v48-hero { padding: 60px 0 56px; }.v48-hero h1 { max-width: 520px; font-size: clamp(40px, 11vw, 58px); line-height: 1.03; }.v48-hero-lead { margin-top: 22px; font-size: 17px; line-height: 1.62; }.v48-hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 26px; }
  .v48-map { min-height: 610px; margin-top: 4px; }.v48-map-center { width: 148px; height: 148px; padding: 18px; }.v48-map-center strong { font-size: 18px; }.v48-map-node { width: min(214px, 47%); min-height: 106px; padding: 15px; }.v48-map-node strong { font-size: 14px; }.v48-map-node small { font-size: 10px; }.v48-map-node-1 { top: 2%; left: 0; }.v48-map-node-2 { top: 2%; right: 0; }.v48-map-node-3 { right: 0; bottom: 2%; }.v48-map-node-4 { bottom: 2%; left: 0; }.v48-map-line { width: 28%; }.v48-map-line-1 { transform: rotate(-153deg); }.v48-map-line-2 { transform: rotate(-27deg); }.v48-map-line-3 { transform: rotate(153deg); }.v48-map-line-4 { transform: rotate(27deg); }
  .v48-areas, .v48-review, .v48-evidence { padding: 76px 0; }.v48-section-intro, .v48-evidence-grid, .v48-boundary-grid, .v48-cta-grid { grid-template-columns: 1fr; gap: 28px; }.v48-section-intro { margin-bottom: 34px; }.v48-section-intro h2, .v48-review h2, .v48-evidence h2 { font-size: clamp(36px, 10vw, 48px); }.v48-section-intro > p, .v48-review-copy > p:not(.v48-eyebrow), .v48-evidence-copy > p:not(.v48-eyebrow), .v48-boundary-grid > p { font-size: 16px; line-height: 1.65; }
  .v48-area-row { grid-template-columns: 40px minmax(0, 1fr) 20px; gap: 12px; align-items: start; padding: 23px 0; }.v48-area-row:hover { padding: 23px 8px; }.v48-area-main strong { font-size: 21px; }.v48-area-main span { font-size: 14px; line-height: 1.5; }.v48-area-lens { grid-column: 2; justify-self: start; max-width: none; margin-top: 8px; text-align: left; }.v48-arrow { grid-column: 3; grid-row: 1; }.v48-review-grid { gap: 46px; }.v48-review-rail strong { font-size: 18px; }.v48-evidence-image, .v48-evidence-image img { min-height: 220px; }.v48-cta { padding: 58px 0; }.v48-cta-grid { gap: 22px; }.v48-cta-link { white-space: normal; }
}
@media (max-width: 390px) { .v48-container { width: min(100% - 32px, 560px); }.v48-map { min-height: 590px; }.v48-map-node { width: 48%; padding: 13px 12px; }.v48-map-node strong { font-size: 13px; }.v48-map-node small { font-size: 9px; }.v48-map-center { width: 136px; height: 136px; }.v48-map-center strong { font-size: 16px; }.v48-area-main strong { font-size: 19px; } }
@media (prefers-reduced-motion: reduce) { .v48-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } .v48-map-node, .v48-arrow, .v48-text-link span, .v48-cta-link span { transition: none !important; } }
