.dlvd-ground{display:block;padding-block:var(--dlvd-section)}.dlvd-ground__head{max-width:58ch}.dlvd-ground__head .dlvd-lab{display:block;margin-bottom:14px}.dlvd-ground__head h2{margin:0}.dlvd-ground__head .dlvd-lede{color:var(--dlvd-ink-3);font-size:clamp(16px,1.5vw,18px);line-height:1.6;margin:14px 0 0;max-width:62ch}.dlvd-ground__steps{display:grid;gap:clamp(14px,1.6vw,20px);grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:clamp(26px,3vw,40px) 0 0;padding:0}.dlvd-ground__step{background:#fff;border:1px solid var(--dlvd-line);border-radius:8px;overflow:hidden;padding:clamp(22px,2.4vw,30px);position:relative}.dlvd-ground__step:after{background:linear-gradient(180deg,currentColor,transparent);content:"";height:104px;inset:0 0 auto;opacity:.055;pointer-events:none;position:absolute}.dlvd-ground__step--orange{color:var(--dlvd-orange-deep)}.dlvd-ground__step--sky{color:var(--dlvd-sky)}.dlvd-ground__step--mint{color:var(--dlvd-mint)}.dlvd-ground__step--violet{color:var(--dlvd-violet)}.dlvd-ground__step--teal{color:var(--dlvd-teal)}.dlvd-ground__step:before{animation:dlvd-ground-tick 6s ease-in-out infinite;animation-delay:calc(var(--i)*.6s);background:currentColor;content:"";height:3px;left:clamp(22px,2.4vw,30px);position:absolute;top:0;transform-origin:left center;width:34px;z-index:1}.dlvd-ground__num{color:currentColor;display:block;font-family:var(--dlvd-f-mono);font-size:11px;letter-spacing:.1em;margin-bottom:12px;position:relative}.dlvd-ground__step h3{color:var(--dlvd-ink);font-family:var(--dlvd-f-display);font-size:clamp(18px,1.8vw,22px);font-weight:600;letter-spacing:-.022em;line-height:1.22;margin:0;position:relative}.dlvd-ground__step p{color:var(--dlvd-ink-3);font-size:15.5px;line-height:1.58;margin:10px 0 0;position:relative}.dlvd-ground__note{border:1px dashed var(--dlvd-line);border-radius:4px;color:var(--dlvd-ink-4);display:inline-block;font-family:var(--dlvd-f-mono);font-size:11px;letter-spacing:.06em;margin-top:14px;padding:5px 8px;position:relative}.dlvd-ground__out{align-items:flex-start;background:var(--dlvd-paper);border:1px solid var(--dlvd-line);border-radius:8px;display:flex;gap:16px;margin-top:clamp(20px,2.2vw,28px);padding:clamp(20px,2.2vw,26px) clamp(22px,2.4vw,30px);position:relative}.dlvd-ground__arrow{border:2px solid var(--dlvd-orange);border-radius:50%;flex:none;height:18px;margin-top:3px;position:relative;width:18px}.dlvd-ground__arrow:after{background:var(--dlvd-orange);border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:6px}.dlvd-ground__out p{color:var(--dlvd-ink-2);font-size:clamp(16px,1.6vw,19px);line-height:1.5;margin:0;max-width:70ch}@keyframes dlvd-ground-tick{0%,10%{opacity:.3;transform:scaleX(0)}22%,88%{opacity:1;transform:scaleX(1)}to{opacity:1;transform:scaleX(1)}}@media(max-width:860px){.dlvd-ground__steps{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.dlvd-ground__step:before{animation:none}}