.services-concept { overflow: hidden; background: var(--paper); }
.services-concept p { color: var(--ink-soft); }
.services-concept h1, .services-concept h2, .services-concept h3 { color: inherit; }

.svc-hero { position: relative; min-height: min(900px, 96vh); display: flex; align-items: flex-end; padding: 170px 0 70px; overflow: hidden; background: var(--forest-deep); color: white; }
.svc-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.svc-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,12,.94), rgba(5,22,12,.72) 45%, rgba(5,22,12,.18)), linear-gradient(0deg, rgba(5,22,12,.82), transparent 54%); }
.svc-hero__content { position: relative; z-index: 2; width: 100%; }
.svc-hero h1 { max-width: 10ch; color: white; font-size: clamp(60px, 7.6vw, 112px); }
.svc-hero h1 em { color: var(--green-bright); font-style: normal; }
.svc-hero__content > p:not(.eyebrow) { max-width: 58ch; margin: 28px 0 34px; color: rgba(255,255,255,.74); font-size: clamp(18px, 1.5vw, 21px); }
.svc-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.svc-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 820px; gap: 0; margin: 62px 0 0; border-top: 1px solid rgba(255,255,255,.22); }
.svc-hero__facts div { padding: 22px 30px 0 0; }
.svc-hero__facts dt { font-size: 20px; font-weight: 880; }
.svc-hero__facts dd { max-width: 24ch; margin: 5px 0 0; color: rgba(255,255,255,.56); font-size: 11px; }

.svc-jump { position: relative; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.svc-jump__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.svc-jump a { display: flex; gap: 15px; align-items: center; min-height: 82px; padding: 18px 24px; border-right: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 760; }
.svc-jump a:first-child { border-left: 1px solid var(--line); }
.svc-jump a span { color: #4f972c; font-size: 10px; }

.svc-journey { background: var(--paper-deep); }
.svc-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.svc-steps li { position: relative; min-height: 350px; padding: 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); transition: background .25s ease, transform .25s ease; }
.svc-step__number { display: block; color: #4f972c; font-size: 11px; font-weight: 850; }
.svc-step__icon { position: relative; display: grid; width: 76px; height: 76px; margin-top: 48px; place-items: center; border: 1px solid rgba(79,151,44,.38); border-radius: 50%; color: #387d24; background: rgba(255,255,255,.42); }
.svc-step__icon::after { content: ''; position: absolute; width: 118px; height: 118px; border: 1px solid rgba(79,151,44,.09); border-radius: 50%; }
.svc-step__icon i, .svc-step__icon i::before, .svc-step__icon i::after { position: absolute; display: block; box-sizing: border-box; content: ''; }
.svc-step__icon i { width: 28px; height: 28px; }
.svc-step__icon--collect i { top: 20px; left: 24px; height: 23px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 5px 5px; }
.svc-step__icon--collect i::before { top: -12px; left: 12px; width: 2px; height: 21px; background: currentColor; }
.svc-step__icon--collect i::after { top: 1px; left: 8px; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.svc-step__icon--inventory i { top: 23px; left: 24px; width: 29px; height: 30px; border: 2px solid currentColor; border-radius: 4px; }
.svc-step__icon--inventory i::before { top: 7px; left: 8px; width: 13px; height: 2px; background: currentColor; box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor; }
.svc-step__icon--inventory i::after { top: -5px; left: 8px; width: 13px; height: 7px; border: 2px solid currentColor; border-radius: 4px 4px 0 0; background: var(--paper-deep); }
.svc-step__icon--secure i { top: 20px; left: 24px; width: 29px; height: 34px; border: 2px solid currentColor; border-radius: 13px 13px 17px 17px; }
.svc-step__icon--secure i::before { top: 9px; left: 10px; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; }
.svc-step__icon--secure i::after { top: 17px; left: 12px; width: 2px; height: 7px; background: currentColor; }
.svc-step__icon--direct i { top: 23px; left: 24px; width: 29px; height: 29px; border-left: 2px solid currentColor; }
.svc-step__icon--direct i::before { top: 0; left: -4px; width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; background: var(--paper-deep); box-shadow: 24px 0 0 -2px var(--paper-deep), 24px 0 0 0 currentColor, 24px 21px 0 -2px var(--paper-deep), 24px 21px 0 0 currentColor; }
.svc-step__icon--direct i::after { top: 3px; left: 3px; width: 21px; height: 22px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; border-radius: 0 9px 9px 0; }
.svc-step__icon--report i { top: 20px; left: 24px; width: 29px; height: 35px; border: 2px solid currentColor; border-radius: 4px; }
.svc-step__icon--report i::before { top: 11px; left: 7px; width: 13px; height: 7px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }
.svc-step__icon--report i::after { top: 4px; right: 4px; width: 6px; height: 2px; background: currentColor; }
.svc-steps h3 { margin: 48px 0 10px; font-size: 27px; }
.svc-steps p { margin: 0; font-size: 13px; }
@media (hover: hover) { .svc-steps li:hover { z-index: 1; background: rgba(255,255,255,.72); transform: translateY(-5px); } }

.svc-itad__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.svc-itad__photo { position: relative; height: 760px; margin: 0; overflow: hidden; border-radius: 24px 120px 24px 24px; background: var(--forest-deep); box-shadow: var(--shadow); }
.svc-itad__photo::after { content: ''; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(6,24,13,.75)); }
.svc-itad__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.svc-itad__photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.svc-itad__copy h2 { max-width: 11ch; }
.svc-lede { margin: 28px 0 34px; font-size: 18px; }
.svc-list { margin: 0 0 34px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.svc-list li { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.svc-list li span { display: inline-block; min-width: 90px; color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.svc-pair__heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: end; margin-bottom: 60px; }
.svc-pair__heading h2 { max-width: 13ch; }
.svc-pair__grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.svc-card { border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.svc-card figure { height: 430px; margin: 0; overflow: hidden; }
.svc-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card--security figure img { object-position: center; }
.svc-card--recycling figure img { object-position: 50% 34%; }
.svc-card__body { min-height: 570px; padding: clamp(30px, 5vw, 62px); }
.svc-card__body > span { color: var(--green-bright); font-size: 10px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.svc-card h3 { margin: 70px 0 22px; color: white; font-size: clamp(36px, 5vw, 58px); }
.svc-card p { color: rgba(255,255,255,.64); font-size: 16px; }
.svc-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 30px 0 36px; padding: 0; color: rgba(255,255,255,.8); list-style: none; }
.svc-card li { padding-top: 11px; border-top: 1px solid rgba(255,255,255,.17); font-size: 12px; }
.svc-card .text-link { color: white; }
@media (hover: hover) { .svc-card:hover figure img { transform: scale(1.035); } }

.svc-donation { background: var(--green); }
.svc-donation__grid { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.svc-donation__copy h2 { max-width: 10ch; }
.svc-donation__copy .svc-lede { color: var(--ink); }
.svc-donation__points { display: grid; grid-template-columns: 1fr 1fr; margin: 36px 0; border-top: 1px solid rgba(23,32,24,.25); border-left: 1px solid rgba(23,32,24,.25); }
.svc-donation__points div { min-height: 130px; padding: 20px; border-right: 1px solid rgba(23,32,24,.25); border-bottom: 1px solid rgba(23,32,24,.25); }
.svc-donation__points strong, .svc-donation__points span { display: block; }
.svc-donation__points strong { margin-bottom: 10px; font-size: 14px; }
.svc-donation__points span { color: rgba(23,32,24,.7); font-size: 11px; }
.svc-donation__photo { position: relative; height: 690px; margin: 0; overflow: hidden; border-radius: 100px 20px 20px 20px; box-shadow: 0 30px 80px rgba(23,32,24,.2); }
.svc-donation__photo::after { content: ''; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(7,24,13,.75)); }
.svc-donation__photo img { width: 100%; height: 100%; object-fit: cover; }
.svc-donation__photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.svc-docs { background: var(--paper-deep); }
.svc-docs__heading { margin-bottom: 60px; }
.svc-docs__heading h2 { max-width: 11ch; }
.svc-docs__heading > p { max-width: 54ch; font-size: 17px; }
.svc-docs__feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 18px; align-items: stretch; }
.svc-docs__photo { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-radius: 100px 20px 20px 20px; background: var(--forest-deep); }
.svc-docs__photo::after { content: ''; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(6,24,13,.78)); }
.svc-docs__photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 54% center; }
.svc-docs__photo figcaption, .svc-accept__photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.svc-docs__panel { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(34px, 5vw, 62px); border-radius: 20px 20px 100px 20px; background: var(--forest-deep); color: white; }
.svc-docs__panel-intro span, .svc-docs__panel-intro strong { display: block; }
.svc-docs__panel-intro span { color: var(--green-bright); font-size: 10px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.svc-docs__panel-intro strong { max-width: 14ch; margin-top: 14px; font-size: clamp(30px, 3.4vw, 46px); line-height: .98; letter-spacing: -.035em; }
.svc-docs ol { display: grid; grid-template-columns: 1fr 1fr; margin: 56px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); list-style: none; }
.svc-docs li { min-height: 126px; padding: 20px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); color: white; font-size: 13px; font-weight: 760; }
.svc-docs li span { display: block; margin-bottom: 34px; color: var(--green-bright); font-size: 10px; }

.svc-accept { background: var(--paper); }
.svc-accept__layout { display: grid; grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr); gap: clamp(60px, 8vw, 120px); align-items: center; }
.svc-accept__photo { position: relative; height: 760px; margin: 0; overflow: hidden; border-radius: 20px 100px 20px 20px; background: var(--forest-deep); box-shadow: var(--shadow); }
.svc-accept__photo::after { content: ''; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(6,24,13,.76)); }
.svc-accept__photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 53% center; }
.svc-accept__intro { margin-bottom: 42px; }
.svc-accept__intro h2 { max-width: 11ch; }
.svc-accept__intro > p:last-child { max-width: 54ch; margin-top: 24px; font-size: 16px; }
.svc-accept__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.svc-accept__grid li { min-height: 116px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 760; }
.svc-accept__grid span { display: block; margin-bottom: 30px; color: #4f972c; font-size: 10px; }

.svc-coverage { background: var(--forest-deep); color: white; }
.svc-coverage__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.svc-coverage__copy h2 { max-width: 10ch; }
.svc-coverage__copy > p:not(.eyebrow) { max-width: 54ch; margin: 28px 0 34px; color: rgba(255,255,255,.65); font-size: 17px; }
.svc-coverage dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 36px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.svc-coverage dl div { padding: 16px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.svc-coverage dt { font-size: 14px; font-weight: 800; }
.svc-coverage dd { margin: 4px 0 0; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.svc-coverage__map { min-height: 630px; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 110px 20px 20px 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); }
.svc-coverage__map img { width: 100%; height: 100%; display: block; object-fit: cover; }

.svc-cta { padding: clamp(90px, 10vw, 150px) 0; background: #112f1d; color: white; }
.svc-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: end; }
.svc-cta h2 { max-width: 11ch; }
.svc-cta__inner > div:last-child p { max-width: 50ch; margin: 0 0 28px; color: rgba(255,255,255,.66); font-size: 18px; }

@media (max-width: 980px) {
  .svc-jump__inner { grid-template-columns: 1fr 1fr; }
  .svc-steps { grid-template-columns: repeat(3, 1fr); }
  .svc-itad__grid, .svc-donation__grid, .svc-docs__feature, .svc-accept__layout, .svc-coverage__grid, .svc-cta__inner { grid-template-columns: 1fr; }
  .svc-itad__photo { height: 650px; }
  .svc-pair__heading { grid-template-columns: 1fr; }
  .svc-pair__grid { grid-template-columns: 1fr; }
  .svc-donation__copy { order: 1; }
  .svc-donation__photo { height: 620px; }
  .svc-docs__photo, .svc-accept__photo { min-height: 0; height: 620px; }
  .svc-accept__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .svc-hero { min-height: 820px; padding: 130px 0 54px; }
  .svc-hero__shade { background: linear-gradient(0deg, rgba(5,22,12,.96), rgba(5,22,12,.72) 68%, rgba(5,22,12,.18)); }
  .svc-hero h1 { font-size: clamp(50px, 14vw, 74px); }
  .svc-hero__actions .button { width: 100%; }
  .svc-hero__facts { grid-template-columns: 1fr; margin-top: 42px; }
  .svc-hero__facts div { padding-top: 15px; }
  .svc-jump__inner, .svc-steps, .svc-docs ol { grid-template-columns: 1fr; }
  .svc-jump a { min-height: 64px; border-left: 1px solid var(--line); }
  .svc-steps li { min-height: 220px; }
  .svc-steps li { min-height: 320px; }
  .svc-steps h3 { margin-top: 38px; }
  .svc-itad__photo { height: 520px; margin-inline: calc(var(--gutter) * -1); width: auto; border-radius: 0; }
  .svc-card figure { height: 330px; }
  .svc-card__body { min-height: auto; }
  .svc-card ul, .svc-donation__points, .svc-coverage dl { grid-template-columns: 1fr; }
  .svc-donation__photo { height: 500px; border-radius: 70px 16px 16px 16px; }
  .svc-docs__heading { margin-bottom: 40px; }
  .svc-docs__photo, .svc-accept__photo { height: 500px; border-radius: 70px 16px 16px 16px; }
  .svc-docs__panel { padding: 30px 20px; border-radius: 16px 16px 70px 16px; }
  .svc-docs li { min-height: 110px; }
  .svc-accept__grid { grid-template-columns: repeat(2, 1fr); }
  .svc-accept__grid li { min-height: 108px; }
  .svc-coverage__map { min-height: 440px; border-radius: 70px 16px 16px 16px; }
}

@media (max-width: 460px) {
  .svc-accept__grid { grid-template-columns: 1fr; }
}
